/* ===================================================
   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;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  background-color: #f0f3f3;
}

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

@media only screen and (max-width: 768px) {
  #contentsContainer {
    border-bottom-width: 3px;
  }
}

#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/seminar/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/seminar/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;
  }
}

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

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

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

.lp-header {
  position: relative;
  overflow: hidden;
  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: 30px;
    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-noschedule {
  width: 100%;
  color: #d7092f;
}

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

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

@media print, screen and (min-width: 769px) {
  .lp-summary {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: normal;
    flex-wrap: wrap;
  }
}

.lp-summary__item {
  background-color: white;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.03);
}

@media print, screen and (min-width: 769px) {
  .lp-summary__item {
    width: 290px;
    min-height: 340px;
    margin-bottom: 40px;
  }
  .lp-summary__item:not(:nth-child(3n)) {
    margin-right: 40px;
  }
}

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

.lp-card {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.lp-card__link {
  display: block;
  text-decoration: none !important;
  color: #000 !important;
}

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

@media only screen and (max-width: 768px) {
  .lp-card__link {
    font-size: 12px;
    line-height: 1.83;
    padding: 0 15px;
  }
}

.lp-card__link:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}

.lp-card__link::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.lp-card__link[target='_blank'] + .lp-meta::before {
  position: absolute;
  right: 0;
  content: '';
  background: url(/svcsol/dwp/images/seminar/ico_blank.svg) no-repeat left top;
}

@media print, screen and (min-width: 769px) {
  .lp-card__link[target='_blank'] + .lp-meta::before {
    top: -25px;
    width: 18px;
    height: 16px;
    background-size: 18px 16px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-card__link[target='_blank'] + .lp-meta::before {
    top: -15px;
    width: 9px;
    height: 8px;
    background-size: 9px 8px;
  }
}

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

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

.lp-card__bold {
  font-weight: bold;
  color: #c02e43;
}

.lp-figure {
  position: relative;
}

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

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

.lp-figure__img {
  position: relative;
  z-index: 1;
  width: 100%;
  vertical-align: bottom;
}

.lp-tag {
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

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

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

.lp-tag::after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px;
  border-style: solid;
}

.lp-tag--01 {
  color: #fff;
  background-color: #d6093b;
}

.lp-tag--01::after {
  border-color: #d6093b transparent transparent #d6093b;
}

.lp-tag--02 {
  background-color: #fff000;
}

.lp-tag--02::after {
  border-color: #fff000 transparent transparent #fff000;
}

.lp-category {
  font-weight: bold;
  line-height: 1;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .lp-category {
    font-size: 13px;
    height: 32px;
  }
}

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

.lp-category--01 {
  background-color: #326e89;
}

.lp-category--02 {
  background-color: #c02e43;
}

.lp-category--03 {
  background-color: #97a945;
}

.lp-category--04 {
  background-color: #527db9;
}

.lp-meta {
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .lp-meta {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc( 100% - 40px);
    height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-meta {
    position: relative;
    width: calc(100% - 60px);
    height: 44px;
    margin: 0 30px;
  }
}

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

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

.lp-meta__free {
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #323030;
}

@media print, screen and (min-width: 769px) {
  .lp-meta__free {
    font-size: 12px;
    width: 50px;
    height: 20px;
    padding-top: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-meta__free {
    font-size: 10px;
    width: 43px;
    height: 15px;
    padding-top: 2px;
  }
}

.lp-cta {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media print, screen and (min-width: 769px) {
  .lp-cta {
    padding: 80px 0;
    background-image: url(/svcsol/dwp/images/seminar/bg_cta.png);
  }
}

@media only screen and (max-width: 768px) {
  .lp-cta {
    padding: 20px;
    background-image: url(/svcsol/dwp/images/seminar/bg_cta_sp.png);
  }
}

.lp-cta__inner {
  background-color: #fff;
}

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

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

.lp-cta__hd {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #fff000;
}

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

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

.lp-cta__body {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .lp-cta__body {
    padding: 25px 38px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-cta__body {
    padding: 15px;
    text-align: center;
  }
}

.lp-cta__catch {
  font-weight: bold;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #ddd;
  font-feature-settings: 'palt';
}

@media print, screen and (min-width: 769px) {
  .lp-cta__catch {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 27px;
    padding-bottom: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .lp-cta__catch {
    font-size: 17px;
    line-height: 1.1;
    margin: 0 auto 15px;
    padding-bottom: 14px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.lp-cta__name {
  font-family: Helvetica,Arial !important;
}

@media print, screen and (min-width: 769px) {
  .lp-cta__name {
    font-size: 48px;
    letter-spacing: -.03em;
  }
}

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

.lp-cta__name__punctuation {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
}

.lp-cta__txt {
  font-feature-settings: 'palt';
}

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

@media only screen and (max-width: 768px) {
  .lp-cta__txt {
    font-size: 12px;
    line-height: 1.83;
    margin-bottom: 20px;
    text-align: left;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-cta__txt--min {
    font-size: 15px;
  }
  .lp-cta__txt--min:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-cta__txt--min {
    font-size: 12px;
    line-height: 1.83;
    text-align: left;
  }
}

.lp-cta__item {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .lp-cta__item {
    right: 17px;
    bottom: 17px;
    width: 197px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-cta__item {
    top: -26.666vw;
    left: 50%;
    width: 37.866vw;
    height: 30.666vw;
    transform: translateX(-50%);
  }
}

.lp-cta__img {
  width: 100%;
}

.lp-cta__terms {
  position: relative;
  background-color: #e8e7e7;
}

@media print, screen and (min-width: 769px) {
  .lp-cta__terms {
    padding: 18px 28px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-cta__terms {
    margin-top: calc(26.666vw + 20px);
    padding: 35px 10px 15px;
  }
}

.lp-cta__bold {
  font-weight: bold;
}

.lp-cta__link {
  color: #326e89;
}

.lp-cta__link[target='_blank']::after {
  display: inline-block;
  margin: 0 8px 0 3px;
  content: url(/common/images/com_icn05.png);
}

@media print, screen and (min-width: 769px) {
  .lp-cta__list {
    margin: -15px 0 8px -3px;
    font-feature-settings: 'palt';
  }
}

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

.lp-cta__list__item {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .lp-cta__list__item {
    font-size: 15px;
    line-height: 1.866;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-cta__list__item {
    font-size: 12px;
    line-height: 1.8333;
    padding-left: 12px;
    text-align: left;
  }
}

.lp-cta__list__item::before {
  position: absolute;
  left: 0;
  content: '\0030fb';
}

.lp-cta__for {
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .lp-cta__for {
    font-size: 17px;
    margin-top: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-cta__for {
    font-size: 12px;
    line-height: 1.333;
    margin-top: 12px;
  }
}
