/* ===================================================
   base
==================================================== */
main,
article,
section,
aside {
  display: block;
}

#page-wrapper {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  #page-wrapper {
    min-width: 1220px;
  }
}

#contentsContainer {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f0f3f3;
}

@media print, screen and (min-width: 769px) {
  #contentsContainer {
    border-bottom: 6px solid #fff;
  }
}

#contentsContainer * {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .u-use--sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-use--pc {
    display: none !important;
  }
}

/* ===================================================
   style
==================================================== */
.lp-hero {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .lp-hero {
    height: 230px;
    margin-bottom: 50px;
  }
  .lp-hero::before, .lp-hero::after {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 50%;
    height: 230px;
    content: '';
  }
  .lp-hero::before {
    left: 0;
    background-color: #323030;
  }
  .lp-hero::after {
    right: 0;
    background-color: #d9d9d9;
  }
}

@media only screen and (max-width: 768px) {
  .lp-hero {
    height: 43.75vw;
    margin-bottom: 20px;
  }
}

.lp-hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .lp-hero__inner {
    background-image: url(/svcsol/dwp/images/showcase/bg_hero.png);
    background-position: center top;
    background-size: auto 230px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-hero__inner {
    background-image: url(/svcsol/dwp/images/showcase/bg_hero_sp.png);
    background-position: right bottom;
    background-size: auto 100%;
  }
}

.lp-hero__title {
  font-family: 'Noto Serif JP', serif !important;
  font-weight: bold;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .lp-hero__title {
    font-size: 41px;
    line-height: 1.3;
    width: 950px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .lp-hero__title {
    font-size: 20px;
    line-height: 1.6;
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-body {
    width: 950px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .lp-body:last-child {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-body {
    padding: 0 20px 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-txt {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-txt {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}

.lp-link {
  display: inline-block;
  background: url(/common/images/com_icn01.png) 0px 0.6em no-repeat;
}

@media print, screen and (min-width: 769px) {
  .lp-link {
    font-size: 16px;
    padding-left: 17px;
    line-height: 2;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-link {
    font-size: 12px;
    line-height: 1.8;
    background-size: 7px 8px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
}

.lp-header {
  position: relative;
  border-left-style: solid;
  border-left-color: #d7092f;
  background-color: #d9d9d9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .lp-header {
    height: 80px;
    margin-bottom: 60px;
    border-left-width: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-header {
    height: 50px;
    margin-bottom: 20px;
    border-left-width: 3px;
  }
}

.lp-header__hd {
  font-weight: bold;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #323030;
}

@media print, screen and (min-width: 769px) {
  .lp-header__hd {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-header__hd {
    font-size: 14px;
  }
}

.lp-hd--column {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .lp-hd--column {
    width: 840px;
    margin: 0 auto 42px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-hd--column {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 25px;
  }
}

.lp-hd--column__img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .lp-column {
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-column__inner {
    display: flex;
    justify-content: flex-start;
    align-self: normal;
  }
}

.lp-column__item {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
}

@media print, screen and (min-width: 769px) {
  .lp-column__item {
    width: 294px;
    margin-bottom: 20px;
  }
  .lp-column__item:not(:nth-child(3n+3)) {
    margin-right: 33px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-column__item {
    margin-bottom: 18px;
  }
}

.lp-column__link {
  text-decoration: none !important;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.lp-column__link:hover {
  opacity: 0.7;
}

.lp-column__link::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 12px;
  background: url(../images/showcase/ico_blank.png) no-repeat left top;
  background-size: 14px 12px;
}

@media print, screen and (min-width: 769px) {
  .lp-column__link::before {
    right: 24px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-column__link::before {
    right: 20px;
    bottom: 18px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-column__link {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-column__link {
    padding-bottom: 34px;
  }
}

.lp-column__img {
  width: 100%;
}

.lp-column__title {
  color: #D7063B !important;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .lp-column__title {
    font-size: 16px;
    padding: 16px 20px 12px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-column__title {
    font-size: 14px;
    padding: 12px 20px 10px;
  }
}

.lp-column__txt {
  font-size: 16px;
  line-height: 1.5625;
  color: #323030 !important;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .lp-column__txt {
    font-size: 12px;
  }
}

.lp-column__note {
  text-align: right;
  font-size: 12px;
  color: #666;
  margin-bottom: 16px;
}

@media print, screen and (min-width: 769px) {
  .lp-column__note {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-column__note {
    margin: 5px 0 20px;
  }
}

.lp-column__schedule {
  text-align: center;
  border: 2px solid #D7063B;
  color: #D7063B;
  font-weight: bold;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .lp-column__schedule {
    font-size: 20px;
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-column__schedule {
    font-size: 14px;
    padding: 12px;
  }
}

.lp-meeting {
  background-color: #32383C;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {
  .lp-meeting {
    background-image: url(../images/showcase/bg_meeting.png);
    background-position: right center;
    background-size: auto 100%;
    height: 400px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .lp-meeting {
    margin-bottom: 75px;
  }
}

.lp-meeting__img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .lp-meeting__img {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-meeting__inner {
    width: 950px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-meeting__inner {
    padding: 18px 20px 30px;
  }
}

.lp-meeting__hd {
  color: #fff;
  font-weight: bold;
  margin-bottom: 18px;
}

.lp-meeting__hd__sub {
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .lp-meeting__hd__sub {
    font-size: 14px;
  }
}

.lp-meeting__hd__main {
  font-size: 32px;
  line-height: 1.25;
}

@media only screen and (max-width: 768px) {
  .lp-meeting__hd__main {
    font-size: 28px;
  }
}

.lp-meeting__txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .lp-meeting__txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.lp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #D7063B;
  font-weight: bold;
  font-size: 16px;
}

@media print, screen and (min-width: 769px) {
  .lp-btn {
    width: 350px;
    height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-btn {
    width: 100%;
    height: 52px;
    font-size: 13px;
  }
}

.lp-btn:hover {
  opacity: 0.7;
}

.lp-btn::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 12px;
  background: url(../images/showcase/ico_arrow.svg) no-repeat left top;
  background-size: 10px 12px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

@media print, screen and (min-width: 769px) {
  .lp-btn::before {
    width: 8px;
    height: 9px;
    background-size: 8px 9px;
  }
}

.lp-btn--center {
  margin: 0 auto;
}

.lp-lead {
  text-align: center;
  font-weight: bold;
  color: #323030;
}

@media print, screen and (min-width: 769px) {
  .lp-lead {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-lead {
    font-size: 16px;
    line-height: 1.6875;
    margin-bottom: 20px;
  }
}

.lp-note {
  color: #323030;
  font-size: 14px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .lp-note {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.lp-movie {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .lp-movie {
    align-items: normal;
    margin-bottom: 30px;
    min-height: 315px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-movie {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-movie {
    flex-direction: column;
  }
}

.lp-movie__first {
  background-color: #000;
}

@media print, screen and (min-width: 769px) {
  .lp-movie__first {
    width: 390px;
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-movie__first {
    width: 100%;
    order: 2;
    padding: 0 15px 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-movie__last {
    width: 560px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-movie__last {
    width: 100%;
    order: 1;
  }
}

.lp-movie__img {
  width: 100%;
  vertical-align: bottom;
}

.lp-movie__hd {
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin-bottom: 13px;
}

@media print, screen and (min-width: 769px) {
  .lp-movie__hd {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-movie__hd {
    font-size: 17px;
  }
}

.lp-movie__hd__line {
  background-color: #fff;
  display: inline-block;
  padding: 8px 15px;
}

.lp-movie__hd__line:first-child {
  margin-bottom: 5px;
}

.lp-movie__hd__line:last-child {
  margin-left: 40px;
}

.lp-movie__hd__color {
  color: #D7063B;
}

.lp-movie__lead {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5625;
  margin-bottom: 20px;
  padding-left: 17px;
  text-indent: -17px;
}

@media only screen and (max-width: 768px) {
  .lp-movie__lead {
    line-height: 1.6875;
  }
}

.lp-movie__txt {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.785;
}

.lp-banner {
  background-color: #323030;
}

@media print, screen and (min-width: 769px) {
  .lp-banner {
    padding: 30px 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-banner {
    padding: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .lp-banner {
    padding: 10px;
  }
}

.lp-banner__title {
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .lp-banner__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-banner__title {
    font-size: 20px;
    margin-bottom: 14px;
  }
}

.lp-banner__inner {
  width: 950px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .lp-banner__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .lp-banner__inner {
    width: 100%;
  }
}

.lp-banner__item {
  background-color: #fff;
  width: 466px;
  height: 125px;
}

@media only screen and (max-width: 768px) {
  .lp-banner__item {
    width: 100%;
    height: 90px;
  }
  .lp-banner__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .lp-banner__item {
    height: 70px;
  }
}

.lp-banner__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  position: relative;
  padding: 0 190px 0 40px;
}

.lp-banner__link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .lp-banner__link {
    padding: 0 137px 0 28px;
  }
}

@media only screen and (max-width: 320px) {
  .lp-banner__link {
    padding: 0 100px 0 25px;
  }
}

.lp-banner__link::before {
  position: absolute;
  content: '';
  background: url(../images/icon_arrow_black.svg) no-repeat left top;
  width: 11px;
  height: 13px;
  background-size: 11px 13px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .lp-banner__link::before {
    width: 8px;
    height: 9px;
    background-size: 8px 9px;
    left: 10px;
  }
}

.lp-banner__hd {
  color: #333 !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.675;
}

@media only screen and (max-width: 768px) {
  .lp-banner__hd {
    font-size: 14px;
    line-height: 1.375;
  }
}

@media only screen and (max-width: 320px) {
  .lp-banner__hd {
    font-size: 12px;
  }
}

.lp-banner__txt {
  color: #333 !important;
  font-size: 14px;
  line-height: 1.675;
}

@media only screen and (max-width: 768px) {
  .lp-banner__txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 320px) {
  .lp-banner__txt {
    font-size: 10px;
  }
}

.lp-banner__img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

/* add 20210819 start */
@media print, screen and (min-width: 769px) {
  .lp-column__inner {
    flex-wrap: wrap;
  }
}
/* add 20210819 end */
