@charset "UTF-8";
/* CSS Document */
/* ==================================================
Mixin
================================================== */
/*
 * Easing function
 * Original：http://easings.net/
 */
/* ==================================================
KeyFrames
================================================== */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/* ==================================================
foundation
================================================== */
@media all and (min-width: 1025px) {
  html, body {
    font-size: min(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 750px) {
  html, body {
    font-size: 2.1333333333vw;
  }
}

/* ==================================================
Page
================================================== */
/* Header */
@media all and (min-width: 1025px) {
  .lp-header {
    position: relative;
  }
  .lp-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 1rem;
    background: rgb(208, 184, 0);
    background: linear-gradient(90deg, rgb(208, 184, 0) 0%, rgb(142, 136, 0) 100%);
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .lp-header {
    position: relative;
  }
  .lp-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 1rem;
    background: rgb(208, 184, 0);
    background: linear-gradient(90deg, rgb(208, 184, 0) 0%, rgb(142, 136, 0) 100%);
    z-index: 1;
  }
}
@media all and (min-width: 1025px) {
  .lp-header__inner {
    max-width: 89rem;
    height: 6.8125rem;
    margin: 0 auto;
    padding: 0 1.875rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-header__inner {
    height: 6.8125rem;
    padding: 0 1.875rem;
    padding-bottom: 1rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-header-body {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-header-body {
    height: 100%;
  }
}
@media all and (min-width: 1025px) {
  .lp-header-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-header-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
}
@media all and (min-width: 1025px) {
  .lp-header-column__parts:first-child {
    flex-shrink: 0;
  }
  .lp-header-column__parts + .lp-header-column__parts {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .lp-header-column__parts:first-child {
    flex-shrink: 0;
  }
  .lp-header-column__parts + .lp-header-column__parts {
    flex-grow: 1;
  }
}
@media all and (min-width: 1025px) {
  .lp-header-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .lp-header-logo a {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.375rem;
    transition: all 0.3s ease;
  }
  .lp-header-logo a:hover {
    opacity: 0.7;
  }
  .lp-header-logo a:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-header-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .lp-header-logo a {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.375rem;
  }
  .lp-header-logo a:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-header-logo-sub {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-header-logo-sub {
    flex-shrink: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-header-logo-sub__label {
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: 700;
    color: #3E3A39;
    letter-spacing: 0.125em;
  }
}
@media screen and (max-width: 1024px) {
  .lp-header-logo-sub__label {
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: 700;
    color: #3E3A39;
    letter-spacing: 0.125em;
  }
}
@media all and (min-width: 1025px) {
  .lp-header-logo__label {
    display: inline-block;
    vertical-align: top;
    flex-shrink: 0;
    margin-left: 0.375rem;
    width: 15.75rem;
  }
  .lp-header-logo__label:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-header-logo__label {
    display: inline-block;
    vertical-align: top;
    flex-shrink: 0;
    margin-left: 0.375rem;
    width: 15.75rem;
  }
  .lp-header-logo__label:first-child {
    margin-left: 0;
  }
}

/* section */
@media all and (min-width: 1025px) {
  .lp-section--lv1__inner {
    max-width: 89rem;
    margin: 0 auto;
    padding: 0 1.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-section--lv1__inner {
    padding: 0 1.875rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-section--lv1-heading {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .lp-section--lv1-heading {
    text-align: center;
  }
}
@media all and (min-width: 1025px) {
  .lp-section--lv1-heading-sub {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .lp-section--lv1-heading-sub {
    display: block;
  }
}
@media all and (min-width: 1025px) {
  .lp-section--lv1-heading-sub__label {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1024px) {
  .lp-section--lv1-heading-sub__label {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.05em;
  }
}
@media all and (min-width: 1025px) {
  .lp-section--lv1-heading__label {
    display: inline-block;
    vertical-align: top;
    font-size: 2.625rem;
    font-weight: 700;
    color: #18286D;
    letter-spacing: 0.05em;
  }
  .lp-section--lv1-heading__label span {
    font-size: 71.4285714286%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-section--lv1-heading__label {
    display: inline-block;
    vertical-align: top;
    font-size: 2.625rem;
    font-weight: 700;
    color: #18286D;
    letter-spacing: 0.05em;
  }
  .lp-section--lv1-heading__label span {
    font-size: 71.4285714286%;
  }
}
@media all and (min-width: 1025px) {
  .lp-section--lv1-body {
    margin-top: 2.5rem;
  }
  .lp-section--lv1-body:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-section--lv1-body {
    margin-top: 2.5rem;
  }
  .lp-section--lv1-body:first-child {
    margin-left: 0;
  }
}

/* mv */
@media all and (min-width: 1025px) {
  .lp-mv {
    position: relative;
    background: url("./../img/seminar/bg_mv01.png") no-repeat center top #084B9F;
    background-size: 120rem;
    color: #FFF;
  }
  .lp-mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 0.0625rem;
    border-top: 2.5rem solid #084B9F;
    border-left: 19.8125rem solid transparent;
    border-right: 19.8125rem solid transparent;
    transform: translate3d(-50%, 100%, 0);
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv {
    position: relative;
    background: url("./../img/seminar/bg_mv01.png") no-repeat center top #084B9F;
    background-size: 120rem;
    color: #FFF;
  }
  .lp-mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 0.0625rem;
    border-top: 2.5rem solid #084B9F;
    border-left: 19.8125rem solid transparent;
    border-right: 19.8125rem solid transparent;
    transform: translate3d(-50%, 100%, 0);
  }
}
@media all and (min-width: 1025px) {
  .lp-mv__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 89rem;
    height: 73.75rem;
    margin: 0 auto;
    padding: 0 1.875rem;
    padding-top: 7.25rem;
    padding-bottom: 3.75rem;
  }
  .lp-mv__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17.125rem;
    margin-top: 26.125rem;
    margin-left: 3.1875rem;
    padding-top: 31.5rem;
    background: url("./../img/seminar/pict_mv01.png") no-repeat center center;
    background-size: contain;
    pointer-events: none;
  }
  .lp-mv__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18.5625rem;
    margin-top: 26.5rem;
    margin-right: 2rem;
    padding-top: 30.75rem;
    background: url("./../img/seminar/pict_mv02.png") no-repeat center center;
    background-size: contain;
    pointer-events: none;
  }
  .lp-mv__inner > * {
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 107.125rem;
    margin: 0 auto;
    padding: 0 1.875rem;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
  .lp-mv__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 17.125rem;
    margin-top: 50.0625rem;
    margin-left: -17.8125rem;
    padding-top: 31.5rem;
    background: url("./../img/seminar/pict_mv01.png") no-repeat center center;
    background-size: contain;
    pointer-events: none;
  }
  .lp-mv__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 18.5625rem;
    margin-top: 50.1875rem;
    margin-right: -18.625rem;
    padding-top: 30.75rem;
    background: url("./../img/seminar/pict_mv02.png") no-repeat center center;
    background-size: contain;
    pointer-events: none;
  }
  .lp-mv__inner > * {
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-heading {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-heading {
    text-align: center;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-heading__label {
    display: inline-block;
    vertical-align: top;
    width: 62.4375rem;
    filter: drop-shadow(0 0 0.125rem rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-heading__label {
    display: inline-block;
    vertical-align: top;
    width: 42.4375rem;
    filter: drop-shadow(0 0 0.125rem rgba(0, 0, 0, 0.16));
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-body {
    flex-grow: 1;
    margin-top: 3.75rem;
  }
  .lp-mv-body:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-body {
    flex-grow: 1;
    margin-top: 2.5rem;
  }
  .lp-mv-body:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.6875rem;
  }
  .lp-mv-schedule-desc:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
  }
  .lp-mv-schedule-desc:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-desc__term {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 0.625rem;
    background: rgb(208, 184, 0);
    background: linear-gradient(135deg, rgb(201, 183, 2) 0%, rgb(101, 92, 1) 100%);
    text-align: center;
  }
  .lp-mv-schedule-desc__term::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.125rem solid #FFF;
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-desc__term {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 0.625rem;
    background: rgb(208, 184, 0);
    background: linear-gradient(135deg, rgb(201, 183, 2) 0%, rgb(101, 92, 1) 100%);
    text-align: center;
  }
  .lp-mv-schedule-desc__term::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.125rem solid #FFF;
    border-radius: 0.625rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5217391304;
    font-size: 1.4375rem;
    font-weight: 700;
    letter-spacing: 0.035em;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5217391304;
    font-size: 1.4375rem;
    font-weight: 700;
    letter-spacing: 0.035em;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-desc__defin {
    margin-left: 1.375rem;
  }
  .lp-mv-schedule-desc__defin:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-desc__defin {
    margin-left: 1.375rem;
  }
  .lp-mv-schedule-desc__defin:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-date {
    margin-top: -0.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-date {
    margin-top: -0.25rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-date-txt {
    line-height: 1.2777777778;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    filter: drop-shadow(0 0 0.125rem rgba(0, 0, 0, 0.16));
  }
  .lp-mv-schedule-date-txt em {
    font-size: 172.2222222222%;
  }
  .lp-mv-schedule-date-txt > span {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-date-txt {
    line-height: 1.2777777778;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    filter: drop-shadow(0 0 0.125rem rgba(0, 0, 0, 0.16));
  }
  .lp-mv-schedule-date-txt em {
    font-size: 172.2222222222%;
  }
  .lp-mv-schedule-date-txt > span {
    padding-left: 0.5em;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-time {
    margin-top: -0.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-time {
    margin-top: -0.25rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-time-txt {
    line-height: 1.2647058824;
    font-size: 2.125rem;
    font-weight: 700;
    filter: drop-shadow(0 0 0.125rem rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-time-txt {
    line-height: 1.2647058824;
    font-size: 2.125rem;
    font-weight: 700;
    filter: drop-shadow(0 0 0.125rem rgba(0, 0, 0, 0.16));
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-note {
    margin-top: 0.6875rem;
  }
  .lp-mv-schedule-note:first-child {
    margin-top: 0;
  }
  .lp-mv-schedule-desc + .lp-mv-schedule-note {
    margin-left: 6.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-note {
    margin-top: 1.0625rem;
  }
  .lp-mv-schedule-note:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-note-txt {
    padding-left: 1em;
    line-height: 2;
    font-size: 1.0625rem;
    font-weight: 500;
    text-indent: -1em;
    filter: drop-shadow(0 0 0.125rem rgba(0, 0, 0, 0.16));
  }
  .lp-mv-schedule-note-txt > * {
    text-indent: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-note-txt {
    padding-left: 1em;
    text-align: center;
    line-height: 1.5454545455;
    font-size: 1.375rem;
    font-weight: 500;
    text-indent: -1em;
    filter: drop-shadow(0 0 0.125rem rgba(0, 0, 0, 0.16));
  }
  .lp-mv-schedule-note-txt > * {
    text-indent: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-schedule-txt {
    line-height: 1.2777777778;
    font-size: 2.25rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-schedule-txt {
    line-height: 1.2777777778;
    font-size: 2.25rem;
    font-weight: 700;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-bnr {
    margin-top: 2.5rem;
    text-align: center;
  }
  .lp-mv-bnr:first-child {
    margin-top: 0;
  }
  .lp-mv-bnr a {
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease;
  }
  .lp-mv-bnr a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-bnr {
    margin-top: 2.5rem;
    text-align: center;
  }
  .lp-mv-bnr:first-child {
    margin-top: 0;
  }
  .lp-mv-bnr a {
    display: inline-block;
    vertical-align: top;
    max-width: 43.125rem;
    width: 100%;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-bnr__label {
    display: inline-block;
    vertical-align: top;
    width: 40rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-bnr__label {
    display: inline-block;
    vertical-align: top;
    max-width: 43.125rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-mv-bnr-txt {
    margin-top: 1.875rem;
    line-height: 1.7142857143;
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: 0.0375em;
  }
  .lp-mv-bnr-txt:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-mv-bnr-txt {
    margin-top: 1.25rem;
    line-height: 1.5833333333;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.025em;
  }
  .lp-mv-bnr-txt:first-child {
    margin-top: 0;
  }
}

/* apply */
@media all and (min-width: 1025px) {
  .lp-apply {
    padding-top: 6rem;
    padding-bottom: 5.625rem;
    background: url("./../img/seminar/bg_main01.png") no-repeat center top #DEF4FC;
    background-size: 120rem;
  }
  .lp-mv + .lp-apply {
    padding-top: 9.0625rem;
    background: #FFF;
  }
}
@media screen and (max-width: 1024px) {
  .lp-apply {
    padding-top: 6rem;
    padding-bottom: 6.875rem;
    background: url("./../img/seminar/bg_main01.png") no-repeat center top #DEF4FC;
    background-size: 120rem;
  }
  .lp-mv + .lp-apply {
    padding-top: 7.8125rem;
    background: #FFF;
  }
}
@media all and (min-width: 1025px) {
  .lp-apply-btn {
    margin-top: 2.5rem;
    text-align: center;
  }
  .lp-apply-btn:first-child {
    margin-left: 0;
  }
  .lp-apply-btn a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .lp-apply-btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1024px) {
  .lp-apply-btn {
    margin-top: 2.5rem;
    text-align: center;
  }
  .lp-apply-btn:first-child {
    margin-left: 0;
  }
  .lp-apply-btn a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-decoration: none;
  }
}
@media all and (min-width: 1025px) {
  .lp-apply-btn-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.5rem;
    height: 7.5rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    border-radius: 7.5rem;
    background: #FED500;
  }
}
@media screen and (max-width: 1024px) {
  .lp-apply-btn-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39.375rem;
    height: 7.5rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    border-radius: 7.5rem;
    background: #FED500;
  }
}
@media all and (min-width: 1025px) {
  .lp-apply-btn__label {
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    margin-left: 2.75rem;
    line-height: 1.1875;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.125em;
  }
  .lp-apply-btn__label > span {
    display: block;
    margin-top: 0.625rem;
    font-size: 56.25%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-apply-btn__label {
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    margin-left: 2.125rem;
    line-height: 1.1891891892;
    font-size: 2.3125rem;
    font-weight: 700;
  }
  .lp-apply-btn__label > span {
    display: block;
    margin-top: 0.625rem;
    font-size: 59.4594594595%;
    letter-spacing: 0.05em;
  }
}
@media all and (min-width: 1025px) {
  .lp-apply-btn__ico {
    display: inline-block;
    vertical-align: top;
    flex-shrink: 0;
    width: 0.75rem;
    margin-left: 1.375rem;
    background: url("./../img/seminar/ico_arw_btn01.svg") no-repeat center center;
    background-size: contain;
  }
  .lp-apply-btn__ico::before {
    content: "";
    display: block;
    padding-top: 183.3333333333%;
  }
  .lp-apply-btn__ico:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-apply-btn__ico {
    display: inline-block;
    vertical-align: top;
    flex-shrink: 0;
    width: 0.75rem;
    margin-left: 1.375rem;
    background: url("./../img/seminar/ico_arw_btn01.svg") no-repeat center center;
    background-size: contain;
  }
  .lp-apply-btn__ico::before {
    content: "";
    display: block;
    padding-top: 183.3333333333%;
  }
  .lp-apply-btn__ico:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-apply-note {
    margin-top: 1.25rem;
  }
  .lp-apply-note:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-apply-note {
    margin-top: 1.25rem;
  }
  .lp-apply-note:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-apply-note-txt {
    padding-left: 1em;
    text-align: center;
    line-height: 2.2222222222;
    font-size: 1.125rem;
    font-weight: 700;
    color: #E05549;
    text-indent: -1em;
  }
  .lp-apply-note-txt > * {
    text-indent: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-apply-note-txt {
    padding-left: 1em;
    text-align: center;
    line-height: 1.5833333333;
    font-size: 1.5rem;
    font-weight: 700;
    color: #E05549;
    text-indent: -1em;
  }
  .lp-apply-note-txt > * {
    text-indent: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-apply-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .lp-apply-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}

/* purpose */
@media all and (min-width: 1025px) {
  .lp-purpose {
    padding-top: 6rem;
    padding-bottom: 5.625rem;
    background: url("./../img/seminar/bg_main01.png") no-repeat center top #DEF4FC;
    background-size: 120rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-purpose {
    padding-top: 6rem;
    padding-bottom: 5rem;
    background: url("./../img/seminar/bg_main01.png") no-repeat center top #DEF4FC;
    background-size: 120rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-purpose-lead-txt {
    margin-top: 3.3rem;
    text-align: center;
    line-height: 2.4;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.225em;
  }
  .lp-purpose-lead-txt:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-purpose-lead-txt {
    margin-top: 3.875rem;
    text-align: center;
    line-height: 2.2142857143;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.125em;
  }
  .lp-purpose-lead-txt:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-purpose-btn {
    margin-top: 6rem;
    text-align: center;
  }
  .lp-purpose-btn:first-child {
    margin-left: 0;
  }
  .lp-purpose-btn a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .lp-purpose-btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1024px) {
  .lp-purpose-btn {
    margin-top: 2.8125rem;
    text-align: center;
  }
  .lp-purpose-btn:first-child {
    margin-left: 0;
  }
  .lp-purpose-btn a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-decoration: none;
  }
}
@media all and (min-width: 1025px) {
  .lp-purpose-btn-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40rem;
    height: 7.5rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    border-radius: 7.5rem;
    background: #FFF;
  }
  .lp-purpose-btn-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.375rem solid #FED500;
    border-radius: 7.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-purpose-btn-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40rem;
    height: 7.5rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    border-radius: 7.5rem;
    background: #FFF;
  }
  .lp-purpose-btn-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.375rem solid #FED500;
    border-radius: 7.5rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-purpose-btn__label {
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    margin-left: 2.75rem;
    line-height: 1.1875;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.125em;
  }
  .lp-purpose-btn__label > span {
    display: block;
    margin-top: 0.625rem;
    font-size: 56.25%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-purpose-btn__label {
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    margin-left: 2.125rem;
    line-height: 1.1875;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.125em;
  }
  .lp-purpose-btn__label > span {
    display: block;
    margin-top: 0.625rem;
    font-size: 56.25%;
  }
}
@media all and (min-width: 1025px) {
  .lp-purpose-btn__ico {
    display: inline-block;
    vertical-align: top;
    flex-shrink: 0;
    width: 0.75rem;
    margin-left: 1.375rem;
    background: url("./../img/seminar/ico_arw_btn01.svg") no-repeat center center;
    background-size: contain;
  }
  .lp-purpose-btn__ico::before {
    content: "";
    display: block;
    padding-top: 183.3333333333%;
  }
  .lp-purpose-btn__ico:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-purpose-btn__ico {
    display: inline-block;
    vertical-align: top;
    flex-shrink: 0;
    width: 0.75rem;
    margin-left: 1.375rem;
    background: url("./../img/seminar/ico_arw_btn01.svg") no-repeat center center;
    background-size: contain;
  }
  .lp-purpose-btn__ico::before {
    content: "";
    display: block;
    padding-top: 183.3333333333%;
  }
  .lp-purpose-btn__ico:first-child {
    margin-left: 0;
  }
}

/* recommend */
@media all and (min-width: 1025px) {
  .lp-recommend {
    padding-top: 6rem;
    padding-bottom: 10rem;
    background: #FFF;
  }
}
@media screen and (max-width: 1024px) {
  .lp-recommend {
    padding-top: 6rem;
    padding-bottom: 6.875rem;
    background: #FFF;
  }
}
@media all and (min-width: 1025px) {
  .lp-recommend-feature__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 68rem;
    margin: 0 auto;
    padding-top: 4.75rem;
    padding-bottom: 4.5rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    border-radius: 0.625rem;
    background: #E9F4FF;
  }
}
@media screen and (max-width: 1024px) {
  .lp-recommend-feature__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2.8125rem;
    padding-bottom: 3.125rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.625rem;
    background: #E9F4FF;
  }
}
@media screen and (max-width: 1024px) {
  .lp-recommend-feature-body {
    max-width: 38.125rem;
    margin: 0 auto;
  }
}
@media all and (min-width: 1025px) {
  .lp-recommend-feature-list__item {
    position: relative;
    margin-top: 3.1875rem;
    padding-left: 5.0625rem;
  }
  .lp-recommend-feature-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    padding-top: 3.5625rem;
    background: url("./../img/seminar/ico_check01.svg") no-repeat center center;
    background-size: contain;
    pointer-events: none;
  }
  .lp-recommend-feature-list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-recommend-feature-list__item {
    position: relative;
    margin-top: 3.1875rem;
    padding-left: 5.0625rem;
  }
  .lp-recommend-feature-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    padding-top: 3.5625rem;
    background: url("./../img/seminar/ico_check01.svg") no-repeat center center;
    background-size: contain;
    pointer-events: none;
  }
  .lp-recommend-feature-list__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-recommend-feature-txt {
    line-height: 1.625;
    font-size: 2rem;
    font-weight: 500;
    color: #084B9F;
    letter-spacing: 0.225em;
  }
  .lp-recommend-feature-txt em {
    box-shadow: 0 0.25rem 0 #FED500;
  }
}
@media screen and (max-width: 1024px) {
  .lp-recommend-feature-txt {
    line-height: 1.7333333333;
    font-size: 1.875rem;
    font-weight: 500;
    color: #084B9F;
    letter-spacing: 0.125em;
  }
  .lp-recommend-feature-txt em {
    box-shadow: 0 0.25rem 0 #FED500;
  }
}

/* about */
@media all and (min-width: 1025px) {
  .lp-about {
    padding-top: 6rem;
    padding-bottom: 5.625rem;
    background: url("./../img/seminar/bg_main01.png") no-repeat center top #DEF4FC;
    background-size: 120rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-about {
    padding-top: 6rem;
    padding-bottom: 5rem;
    background: url("./../img/seminar/bg_main01.png") no-repeat center top #DEF4FC;
    background-size: 120rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-about-feature__inner {
    max-width: 68rem;
    margin: 0 auto;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    border-radius: 0.625rem;
    background: #FFF;
  }
}
@media screen and (max-width: 1024px) {
  .lp-about-feature__inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-radius: 0.625rem;
    background: #FFF;
  }
}
@media all and (min-width: 1025px) {
  .lp-about-feature-body {
    position: relative;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .lp-about-feature-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.0625rem solid #4B95C3;
    border-radius: 0.625rem;
  }
  .lp-about-feature-body > * {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .lp-about-feature-body {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.90625rem;
    padding-right: 2.90625rem;
  }
  .lp-about-feature-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.0625rem solid #4B95C3;
    border-radius: 0.625rem;
  }
  .lp-about-feature-body > * {
    position: relative;
    z-index: 1;
  }
}
@media all and (min-width: 1025px) {
  .lp-about-feature-list__item {
    position: relative;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .lp-about-feature-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.0625rem solid #4B95C3;
  }
  .lp-about-feature-list__item:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .lp-about-feature-list__item:first-child::before {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  .lp-about-feature-list__item {
    position: relative;
    margin-top: 2.25rem;
    padding-top: 2.25rem;
  }
  .lp-about-feature-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0.0625rem solid #4B95C3;
  }
  .lp-about-feature-list__item:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .lp-about-feature-list__item:first-child::before {
    content: none;
  }
}
@media all and (min-width: 1025px) {
  .lp-about-feature-desc__term {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .lp-about-feature-desc__term {
    text-align: center;
  }
}
@media all and (min-width: 1025px) {
  .lp-about-feature-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: 1.4444444444;
    font-size: 2.25rem;
    font-weight: 700;
    color: #084B9F;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1024px) {
  .lp-about-feature-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: 1.7333333333;
    font-size: 1.875rem;
    font-weight: 700;
    color: #084B9F;
    letter-spacing: 0.05em;
  }
}
@media all and (min-width: 1025px) {
  .lp-about-feature-desc__defin {
    margin-top: 0.6875rem;
  }
  .lp-about-feature-desc__defin:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-about-feature-desc__defin {
    margin-top: 0.6875rem;
  }
  .lp-about-feature-desc__defin:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-about-feature-txt {
    text-align: center;
    line-height: 1.5;
    font-size: 1.375rem;
    font-weight: 500;
    color: #333333;
  }
}
@media screen and (max-width: 1024px) {
  .lp-about-feature-txt {
    text-align: center;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333333;
  }
}

/* inquiry */
@media screen and (max-width: 1024px) {
  .lp-inquiry-feature {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-feature-column {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-feature-column__parts + .lp-inquiry-feature-column__parts {
    margin-left: 2.8125rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-inquiry-feature-column__parts + .lp-inquiry-feature-column__parts {
    margin-top: 1.125rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-feature-desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .lp-inquiry-feature-desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-feature-desc__term {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .lp-inquiry-feature-desc__term {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-feature-desc__term__ico {
    display: inline-block;
    vertical-align: top;
    flex-shrink: 0;
    width: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-inquiry-feature-desc__term__ico {
    display: inline-block;
    vertical-align: top;
    flex-shrink: 0;
    width: 3rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-feature-desc__term__label {
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    line-height: 1.3;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .lp-inquiry-feature-desc__term__label:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-inquiry-feature-desc__term__label {
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    line-height: 1.3;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .lp-inquiry-feature-desc__term__label:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-feature-desc__defin {
    margin-left: 1rem;
  }
  .lp-inquiry-feature-desc__defin:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-inquiry-feature-desc__defin {
    margin-left: 1rem;
  }
  .lp-inquiry-feature-desc__defin:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-feature-txt {
    line-height: 1.2;
    font-size: 3.4375rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 1024px) {
  .lp-inquiry-feature-txt {
    line-height: 1.2;
    font-size: 3.4375rem;
    font-weight: 700;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-comment {
    margin-top: 1.6875rem;
  }
  .lp-inquiry-comment:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-inquiry-comment {
    margin-top: 2.25rem;
  }
  .lp-inquiry-comment:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-comment-txt {
    text-align: center;
    line-height: 1.7142857143;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .lp-inquiry-comment-txt {
    text-align: center;
    line-height: 1.5;
    font-size: 1.75rem;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-comment-note-txt {
    padding-left: 1em;
    text-align: center;
    line-height: 1.7142857143;
    font-size: 0.875rem;
    text-indent: -1em;
  }
  .lp-inquiry-comment-note-txt > * {
    text-indent: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-inquiry-comment-note-txt {
    padding-left: 1em;
    text-align: center;
    line-height: 1.5;
    font-size: 1.75rem;
    text-indent: -1em;
  }
  .lp-inquiry-comment-note-txt > * {
    text-indent: 0;
  }
}
@media all and (min-width: 1025px) {
  .lp-inquiry-comment-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .lp-inquiry-comment-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}

/* flyer */
@media all and (min-width: 1025px) {
  .lp-flyer {
    padding-top: 6rem;
    padding-bottom: 5.625rem;
    background: #FFF;
  }
}
@media screen and (max-width: 1024px) {
  .lp-flyer {
    padding-top: 6rem;
    padding-bottom: 6.875rem;
    background: #FFF;
  }
}
@media all and (min-width: 751px) {
  .lp-flyer-link {
    margin-top: 2.5rem;
    text-align: center;
  }
  .lp-flyer-link:first-child {
    margin-top: 0;
  }
  .lp-flyer-link a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  .lp-flyer-link a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 750px) {
  .lp-flyer-link {
    margin-top: 2.5rem;
    text-align: center;
  }
  .lp-flyer-link:first-child {
    margin-top: 0;
  }
  .lp-flyer-link a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
  }
}
@media all and (min-width: 751px) {
  .lp-flyer-link-img {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .lp-flyer-link-img {
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  .lp-flyer-link-img__label {
    display: inline-block;
    vertical-align: top;
    width: 47.5625rem;
    filter: drop-shadow(0 0.625rem 1.875rem rgba(0, 0, 0, 0.1));
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 750px) {
  .lp-flyer-link-img__label {
    display: inline-block;
    vertical-align: top;
    width: 39.375rem;
    filter: drop-shadow(0 0.625rem 1.875rem rgba(0, 0, 0, 0.1));
    transform: translate3d(0, 0, 0);
  }
}
@media all and (min-width: 1025px) {
  .lp-flyer-btn {
    margin-top: 3.75rem;
    text-align: center;
  }
  .lp-flyer-btn:first-child {
    margin-left: 0;
  }
  .lp-flyer-btn a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .lp-flyer-btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1024px) {
  .lp-flyer-btn {
    margin-top: 2.5rem;
    text-align: center;
  }
  .lp-flyer-btn:first-child {
    margin-left: 0;
  }
  .lp-flyer-btn a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-decoration: none;
  }
}
@media all and (min-width: 1025px) {
  .lp-flyer-btn-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40rem;
    height: 7.5rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    border: 0.375rem solid #FED500;
    border-radius: 7.5rem;
    background: #FFF;
  }
}
@media screen and (max-width: 1024px) {
  .lp-flyer-btn-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40rem;
    height: 7.5rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    border: 0.375rem solid #FED500;
    border-radius: 7.5rem;
    background: #FFF;
  }
}
@media all and (min-width: 1025px) {
  .lp-flyer-btn__label {
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    margin-left: 2.75rem;
    line-height: 1.1875;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.125em;
  }
  .lp-flyer-btn__label > span {
    display: block;
    margin-top: 0.625rem;
    font-size: 56.25%;
  }
}
@media screen and (max-width: 1024px) {
  .lp-flyer-btn__label {
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    margin-left: 2.125rem;
    line-height: 1.1891891892;
    font-size: 2.3125rem;
    font-weight: 700;
  }
  .lp-flyer-btn__label > span {
    display: block;
    margin-top: 0.625rem;
    font-size: 59.4594594595%;
    letter-spacing: 0.05em;
  }
}
@media all and (min-width: 1025px) {
  .lp-flyer-btn__ico {
    display: inline-block;
    vertical-align: top;
    flex-shrink: 0;
    width: 0.75rem;
    margin-left: 1.375rem;
    background: url("./../img/seminar/ico_arw_btn01.svg") no-repeat center center;
    background-size: contain;
  }
  .lp-flyer-btn__ico::before {
    content: "";
    display: block;
    padding-top: 183.3333333333%;
  }
  .lp-flyer-btn__ico:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lp-flyer-btn__ico {
    display: inline-block;
    vertical-align: top;
    flex-shrink: 0;
    width: 0.75rem;
    margin-left: 1.375rem;
    background: url("./../img/seminar/ico_arw_btn01.svg") no-repeat center center;
    background-size: contain;
  }
  .lp-flyer-btn__ico::before {
    content: "";
    display: block;
    padding-top: 183.3333333333%;
  }
  .lp-flyer-btn__ico:first-child {
    margin-left: 0;
  }
}

/* footer */
@media all and (min-width: 1025px) {
  .lp-footer {
    padding-top: 2.3125rem;
    padding-bottom: 2.6875rem;
    background: url("./../img/seminar/bg_footer01.png") no-repeat center top #084B9F;
    background-size: 120rem;
    color: #FFF;
  }
  .lp-footer .lp-section--lv1-heading-sub__label {
    color: #FFF;
  }
  .lp-footer .lp-section--lv1-heading__label {
    color: #FFF;
  }
}
@media screen and (max-width: 1024px) {
  .lp-footer {
    padding-top: 2.3125rem;
    padding-bottom: 2.6875rem;
    background: url("./../img/seminar/bg_footer01.png") no-repeat center top #084B9F;
    background-size: 120rem;
    color: #FFF;
  }
  .lp-footer .lp-section--lv1-heading-sub__label {
    color: #FFF;
  }
  .lp-footer .lp-section--lv1-heading__label {
    color: #FFF;
  }
}
