/* LPテンプレート用スタイル ------------------------------------------------------------ */
/* FV */

.page {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer {
  margin-top: 80px !important;
  width: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}


.lp_seminar__fv_wrap > div {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 780px) {
    flex-direction: column;
  }
}

.lp_seminar__fv_wrap .lptemp_fv_right {
  flex: 1.1;
  @media screen and (max-width: 780px) {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    figure {
      width: 80% !important;
    }
  }
}

.lp_seminar__fv_wrap {
  flex: 0.9;
  position: relative;
  background-color: #F2F2F2;
  background: url('../images/lp_seminar/lp_seminarFV_back01.svg'), url('../images/lp_seminar/lp_seminarFV_back02.svg');
  background-repeat: no-repeat;
  background-position: -20% 35%, 116% 40%;
  background-size: 45%, 50%;
  @media screen and (max-width: 780px) {
    flex: 1;
    background-position: -90% 200%, 235% -110%;
    background-size: 70%, 80%;
  }
}

.lp_seminar__fv_textwrap {
  /* FVテキストラッパーのスタイル */
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  @media screen and (max-width: 780px) {
  }
}

.lp_seminar__fv_subtext {
  /* FVサブテキストのスタイル */
  margin-bottom: 10px;
  font-weight: 700;
  span {
    color: #05A8A6;
  }
  @media screen and (max-width: 780px) {
    margin-top: 60px;
  }
}

.lp_seminar__fv_title {
  /* FVタイトルのスタイル */
  font-size: 50px;
  font-weight: 900;
  @media screen and (max-width: 1280px) {
    font-size: 4vw !important;
  }
  @media screen and (max-width: 780px) {
    font-size: 11vw !important; /* 仮 */
  }
}

.lp_seminar__fv_itemwrap {
  /* FVアイテムラッパーのスタイル */
  width: fit-content;
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  @media screen and (max-width: 780px) {
    width: 100%;
  }
}
.lp_seminar__fv_itemwrap:nth-of-type(2) {
  margin-top: 12px;
}

.lp_seminar__fv_item {
  /* FVアイテムのスタイル */
  color: #2A4793;
  padding: 16px 48px;
  border-radius: 48px;
  background-color: rgba(255, 255, 255, 0.5); /* 50％の白 */
  border: 1px solid #2A4793;
  text-align: center;
  p {
    margin: 0;
  }
  @media screen and (max-width: 1280px) {
    padding: 10px 20px;
    font-size: 1.3vw;
  }
  @media screen and (max-width: 780px) {
    font-size: 2.7vw;
  }
}

.lp_seminar__fv_item_text {
  /* FVアイテムテキストのスタイル */
  span {
    color: #F2991F;
    font-weight: 1000;
  }
}

/* 講座概要 -------------------------------------------------------------- */

.lp_seminar__overview {
  margin-top: 40px;
  @media screen and (max-width: 780px) {
    margin-top: 40px;
  }
}

.lp_seminar__overview .lptemp_point__textwrap {
  flex-basis: 55% !important;
}

.lp_seminar__overview .lptemp_point__border::before {
  border-color: #A0B9DE !important;
}

.lp_seminar__overview.lptemp_point__border::after {
  background-color: #A0B9DE !important;
}

.lp_seminar__orangelabel {
  width: fit-content;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  margin-top: 30px;
}

.lp_seminar__fv_itemarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 780px) {
    width: 100%;
  }
}

.lp_seminar__itemwrap {
  gap: 16px;
  margin: 24px 0 16px;
  div {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
}

.lp_seminar__item {
  div {
    display: flex;
    flex-direction: row;  
    gap: 24px;
    align-items: center;
  }
}

.lp_seminar__itemname {
  width: fit-content;
  line-height: 24px;
  padding: 0 20px;
  border-right: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
}

.lp_seminar__itemtext {
  flex: 1;
  font-size: 20px;
  margin: 0;
  @media screen and (max-width: 1280px) {
    font-size: 2vw;
  }
  @media screen and (max-width: 780px) {
    font-size: 16px;
  }
}

.lp_seminar__notice {
  color: #898989;
  p {
    margin: 0;
  }
}

.lp_seminar__overview_imgwrap {
  img {
      height: auto;
      max-width: unset;
      width: 100%;
      object-fit: cover;
  }
}


.lp_seminar__point03 {
  height: 350px;
  @media screen and (max-width: 1280px) {
    height: unset;
  }
}

/* 研修料金 -------------------------------------------------------------- */

/* 料金セクション */

.lp_seminar__price {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp_seminar__price_inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  @media screen and (max-width: 780px) {
    flex-direction: column;
    gap: 24px;
  }
}

.lp_seminar__price_left {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.per-person {
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  @media screen and (max-width: 780px) {
    font-size: 1.2rem;
  }
}

.price-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  padding: 0;
  margin-bottom: 20px;
}

.price {
  font-weight: 900;
  color: #4BA0C8;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-right: 8px;
  @media screen and (max-width: 780px) {
  }
}

.yen {
  font-size: 2.3rem;
}

.tax-included {
  font-weight: 700;
  color: #222;
  margin-left: 4px;
  vertical-align: super;
  @media screen and (max-width: 780px) {
    font-size: 1rem;
  }
}

.note {
  background: #FFFECF;
  color: #222;
  font-weight: 500;
  border-radius: 4px;
  padding: 8px 16px;
  margin-top: 20px;
  @media screen and (max-width: 780px) {
    font-size: 3.7vw !important;
    padding: 6px 10px;
    margin-top: 14px;
  }
}

.lp_seminar__price_right {
  position: relative;
  flex: 1;
  border: 3px solid #A0D6E8;
  border-radius: 16px;
  color: #555555;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 36px 0;
  @media screen and (max-width: 780px) {
    gap: 16px;
    padding: 24px 0;
  }
}

.lp_seminar__price_right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.lp_seminar__price_right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #A0D6E8;
  z-index: 1;
}

@media screen and (max-width: 780px) {
  .balloon2-top:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  
  .balloon2-top:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #A0D6E8;
    z-index: 1;
  }
}

.lp_seminar__price_right_title {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  @media screen and (max-width: 780px) {
    margin-bottom: 0 !important;
  }
}

.lp_seminar__price_right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lp_seminar__price_right li {
  color: #555555;
  margin-bottom: 14px;
  position: relative;
  padding-left: 1.2em;
  @media screen and (max-width: 780px) {
    margin-bottom: 0 !important;
    font-size: 3.7vw !important;
  }
}

.lp_seminar__price_right li:before {
  content: "・";
  position: absolute;
  left: 0;
  color: #4BA0C8;
  top: 0;
}

.lp_seminar__price_right li span {
  color: #4BA0C8;
  font-weight: 700;
}

.lp_seminar__price_bottom {
  margin-top: 60px;
  font-weight: 700;
  color: #4BA0C8;
  text-align: center;
  @media screen and (max-width: 780px) {
    margin-top: 24px;
    font-size: 5.333vw !important;
  }
}

.underline {
  display: inline-block;
  border-bottom: 8px solid #FFE37A;
  padding-bottom: 2px;
  margin: 0 4px;
}

.highlight {
  font-weight: 800;
  color: #F2991F;
  margin: 0px 20px;
  vertical-align: sub;
  position: relative;
  @media screen and (max-width: 780px) {
  }
}

.highlight::before {
  content: "";
  position: absolute;
  top: -40%;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 130%;
  aspect-ratio: 1 / 1;
  background-image: url(../images/lp_seminar/graph_svg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

/* 助成金 -------------------------------------------------------------- */

.lp_seminar__subsidy {
  max-width: 1200px;
  margin: 80px 20px 0;
  padding: 40px 30px;
  border-radius: 20px;
  p {
    margin-bottom: 1rem;
    line-height: 2;
  }
  @media screen and (max-width: 780px) {
    margin: 40px 0 0;
    padding: 30px 15px;
  }
}

.subsidy-title {
  word-break: auto-phrase;
  margin-bottom: 40px;
  @media screen and (max-width: 780px) {
    margin-bottom: 20px;
  }
}

.subsidy-detailwrap {

}

.subsidy-left {
  margin: 0 30px;
  @media screen and (max-width: 780px) {
    margin: 0;
  }
}

.subsidy-right {
  figure {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    img {
      max-width: 460px;
      @media screen and (max-width: 780px) {
      }    
    }
  }
}

.lp_seminar__subsidy table {
  border-color: #ccc !important;
}

.lp_seminar__subsidy thead {
  background-color: #536D94;
  color: #fff;
  border-bottom: none;
} 

.lp_seminar__subsidy tr, .lp_seminar__subsidy th {
  padding: 16px 0 !important;
}

.lp_seminar__subsidy tbody {
  th {
    color: #536D94;
  }
}

/* 導入事例 -------------------------------------------------------------- */

.subsidy-example {
  max-width: 1160px;
  width: 100%;
  margin: 40px auto;
  box-sizing: border-box;
  @media screen and (max-width: 1280px) {
    padding: 0 20px;
  }
  @media screen and (max-width: 780px) {
    padding: 0 10px;
    margin: 20px auto;
  }
}

.subsidy-example__content {
  border: 2px solid #88CFD8;
  padding: 48px 20px;
  @media screen and (max-width: 780px) {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.subsidy-example__header {
  background: #88CFD8;
  color: #fff;
  font-weight: bold;
  width: fit-content;
  padding: 8px 20px;
  letter-spacing: 0.05em;
}

.subsidy-example__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #555555;
}

.subsidy-example__body .font-32 {
  font-weight: 900 !important;
}

.subsidy-example__left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.subsidy-example__item {
  display: flex;
  align-items: center;
  gap: 40px;
  @media screen and (max-width: 780px) {
    gap: 10px;
    flex-direction: column;
  }
}

.subsidy-example__item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.expense {
  color: var(--color-primary);
}

.salary {
  color: #4696BE;
}

.subsidy-example__item > div:nth-child(2),
.subsidy-example__item > div:nth-child(4) {
  font-weight: bold;
}
.subsidy-example__item > div:nth-child(2) {
  font-size: 3em;
  font-weight: 900;
  color: #FFB72F;
}

.subsidy-example__item > div:nth-child(4) {
  font-size: 1.6em;
  font-weight: bold;
  color: #88CFD8;
}

.subsidy-example__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.subsidy-example__right span:first-child {
  font-weight: bold;
}

.subsidy-example__right span:last-child {
  font-weight: bold;
  color: #555;
}

.subsidy-example__result {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #536d94;
}

.subsidy-example__result span:nth-child(2) {
  color: #4ba0c8;
  font-size: 2em;
  font-weight: bold;
  border-bottom: 8px solid #ffe37a;
  padding-bottom: 2px;
  margin: 0 8px;
  display: inline-block;
}

.subsidy-example__result span:nth-child(3) {
  color: #4ba0c8;
  font-size: 1em;
  font-weight: bold;
}

@media (max-width: 780px) {
  .subsidy-example {
    padding: 16px 6px;
  }
  .subsidy-example__body {
    flex-direction: column;
    gap: 16px;
  }
  .subsidy-example__left,
  .subsidy-example__right {
    width: 100%;
    min-width: unset;
    justify-content: center;
    align-items: center;
  }
  .subsidy-example__header {
    font-size: 1em;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
  }
  .subsidy-example__result {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
  }
  .subsidy-example__result span:nth-child(2) {
    font-size: 1.3em;
    border-bottom-width: 5px;
  }
}

/* カリキュラム -------------------------------------------------------------- */

.lp_seminar__curriculum {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  @media screen and (max-width: 1280px) {
    padding: 0 40px;
  }
  @media screen and (max-width: 780px) {
    padding: 0 30px;
  }
}

.lp_seminar__curriculum .lptemp_point {
  margin: -20px 0;
  @media screen and (max-width: 780px) {
    margin: 0 0 40px;
  }
}

/* フォーム -------------------------------------------------------------- */

.contact_header {
  margin-bottom: 0 !important;
}

.lp_seminar__form {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  @media screen and (max-width: 780px) {
    margin: 10px auto;
  }
}