@charset "UTF-8";
html,
body {
  height: 100%;
}

body {
  position: relative;
  min-width: unset;
}
@media screen and (min-width: 767px) {
  body {
    min-width: 850px;
  }
}
body > footer {
  position: sticky;
  top: 100vh;
}

body, body #webinerview2027 * {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", Yu Gothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
}

#webinerview2027 p, #webinerview2027 span, #webinerview2027 ul, #webinerview2027 li {
  letter-spacing: 0.1em;
}
#webinerview2027 a:hover {
  text-decoration: none;
}
#webinerview2027 br {
  letter-spacing: 0;
}
#webinerview2027 button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  a {
    transition: 300ms ease all;
  }
  a:hover {
    opacity: 0.7;
  }
}

.l-wrapper * {
  box-sizing: border-box;
  font: inherit;
}

.l-wrapper br {
  line-height: initial;
}

.l-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.-pc {
  display: block;
}

.-sp {
  display: none;
}

@media (max-width: 767px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
}
.-wb {
  display: inline-block;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --navy: #00005A;
  --navy-light: #F0F0F8;
  --pink: #FF3770;
  --pink-light: #FFF5F8;
  --yellow: #FFFF5D;
  --gray-light: #F3F3F3;
  --poppins: "Poppins", sans-serif;
  --base-text: 16px;
  --head-text: 28px;
  --sub-head-text: 20px;
}
@media screen and (max-width: 767px) {
  :root {
    --container-width: 100%;
  }
}

p, span {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  p, span {
    letter-spacing: 0.01em;
  }
}

/* ここから納品時削除 */
:is(.dummy_header, .dummy_footer) img {
  max-width: 1280px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.dummy_footer {
  display: block;
  background-color: #00ABEB;
}

/* ここからまで納品時削除 */
main {
  position: relative;
}

#main {
  width: initial !important;
  padding: initial !important;
}

html {
  scroll-behavior: smooth;
}

.head-radius {
  background-color: var(--navy);
  color: white;
  position: relative;
  min-height: 60px;
  display: grid;
  place-content: center;
  padding: 0 32px;
  border-radius: 50vmax;
  font-size: var(--sub-head-text);
  font-weight: 700;
  line-height: 1.4;
}
.head-radius :has(.point) {
  background-color: var(--navy);
  color: white;
  position: relative;
  min-height: 60px;
  display: grid;
  place-content: center;
  padding: 0 40px;
  border-radius: 50vmax;
}
.head-radius :has(.point)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--navy) transparent transparent transparent;
  border-width: 14px 8px 0px 8px;
  bottom: -14px;
  left: 50%;
  translate: -50% 0;
}
.head-radius :has(.point).-pink {
  background-color: var(--pink);
  color: white;
  position: relative;
  min-height: 60px;
  display: grid;
  place-content: center;
  padding: 0 40px;
  border-radius: 50vmax;
}
.head-radius :has(.point).-pink::before {
  border-color: var(--navy) transparent transparent transparent;
}

.point {
  background-color: var(--yellow);
  color: var(--navy);
  position: relative;
  min-height: 60px;
  display: grid;
  place-content: center;
  padding: 0 26px;
  border-radius: 50vmax;
  border: 1px solid var(--navy);
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  margin-inline: auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .point {
    font-size: 18px;
  }
}

.point-fukidashi {
  background-color: var(--navy);
  color: #fff;
  position: relative;
  min-height: 60px;
  display: grid;
  place-content: center;
  padding: 0 40px;
  border-radius: 50vmax;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .point-fukidashi {
    font-size: 18px;
    width: 100%;
    max-width: 246px;
  }
}
.point-fukidashi::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--navy) transparent transparent transparent;
  border-width: 13px 7.5px 0px 7.5px;
  left: 50%;
  translate: -50% 0;
  bottom: -12px;
}
.point-fukidashi.-pink {
  background-color: var(--pink);
  color: #fff;
  position: relative;
  min-height: 60px;
  display: grid;
  place-content: center;
  padding: 0 40px;
  border-radius: 50vmax;
}
.point-fukidashi.-pink::before {
  border-color: var(--pink) transparent transparent transparent;
}

.m-text {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
.m-text-center {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-text-center {
    text-align: left;
  }
}

.m-indent {
  position: relative;
  padding-left: 20px;
}
.m-indent::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  aspect-ratio: 1;
  background: var(--pink);
  border-radius: 50%;
  z-index: 1;
}
.m-indent .m-indent-head {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.666;
  letter-spacing: 0.1em;
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .m-indent .m-indent-head {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-indent {
    padding-left: 0;
  }
  .m-indent .m-indent-head {
    padding-left: 20px;
    margin-bottom: 8px;
  }
  .m-indent .m-text {
    font-size: 14px;
  }
}

.m-illust-heading {
  position: relative;
  width: fit-content;
  min-height: 86px;
  padding-inline: 80px 64px;
  background: var(--yellow);
  display: grid;
  place-content: center;
  margin-inline: auto;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .m-illust-heading {
    min-height: 56px;
    padding-inline: 56px 40px;
    border-radius: 0 48px 48px 0;
    left: 10px;
  }
}
.m-illust-heading .illust {
  position: absolute;
  width: 120px;
  aspect-ratio: 1;
  bottom: -5px;
  left: -58px;
}
@media screen and (max-width: 767px) {
  .m-illust-heading .illust {
    width: 70px;
    left: -30px;
    bottom: 0;
  }
}
.m-illust-heading .illust-l {
  position: absolute;
  width: 120px;
  height: 154px;
  bottom: 0;
  left: -70px;
}
@media screen and (max-width: 767px) {
  .m-illust-heading .illust-l {
    width: 80px;
    height: 102px;
    left: initial;
    right: -38px;
    bottom: 8px;
  }
}
.m-illust-heading .text {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .m-illust-heading .text {
    font-size: 18px;
  }
}

.m-head-outer {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .m-head-outer {
    margin-bottom: 24px;
  }
}
.m-head-outer::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, var(--navy) 4px, transparent 4px);
  background-size: 6px 6px;
  background-repeat: repeat-x;
  background-position: bottom;
  border-radius: 50vmax;
}

.m-point-unit {
  background: #fff;
  border-radius: 24px;
}
.m-point-unit .m-point-unit--inner {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 40px 40px 48px 40px;
}
@media screen and (max-width: 767px) {
  .m-point-unit .m-point-unit--inner {
    flex-direction: column;
    padding: 32px 24px 48px;
    gap: 16px;
  }
}
.m-point-unit .point-unit-text {
  width: 60.5%;
}
@media screen and (max-width: 767px) {
  .m-point-unit .point-unit-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .m-point-unit .point-list-img {
    display: flex;
    justify-content: center;
  }
}
.m-point-unit .m-indent::before {
  top: 16px;
}
.m-point-unit .m-indent-head {
  font-size: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .m-point-unit .m-indent-head {
    font-size: 20px;
  }
}
.m-point-unit .m-point-bottom {
  position: relative;
  background: var(--navy);
  padding: 42px 60px 32px;
  border-radius: 0 0 24px 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-point-unit .m-point-bottom {
    padding: 32px 24px 24px;
    font-size: 15px;
  }
}
.m-point-unit .m-point-bottom .point-fukidashi {
  position: absolute;
  font-family: var(--poppins) !important;
  font-style: italic;
  min-height: 50px;
  top: -25px;
  left: 50%;
  translate: -50% 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-point-unit .m-point-bottom .point-fukidashi {
    max-width: 115px;
    padding: 0px 24px;
    min-height: 42px;
  }
}
.m-point-unit .m-point-bottom--text {
  color: #fff;
}
.m-point-unit + .m-point-unit {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .m-point-unit + .m-point-unit {
    margin-top: 16px;
  }
}

.m-check {
  display: flex;
  gap: 32px;
  margin-inline: auto;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .m-check {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.m-check .m-check-heading {
  position: relative;
  font-family: var(--poppins) !important;
  font-size: 41px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  height: fit-content;
  color: var(--navy);
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 70%, var(--yellow) 0%);
  margin-left: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .m-check .m-check-heading {
    width: fit-content;
    margin-inline: auto;
    font-size: 32px;
  }
}
.m-check .m-check-heading::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -40px;
  width: 19px;
  height: 100%;
  background: url(../images/icon-check.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .m-check .m-check-heading::before {
    width: 15px;
    top: 5px;
    left: -25px;
  }
}

.m-movie-container {
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .m-movie-container {
    margin-bottom: 40px;
  }
}
.m-movie-container .m-movie {
  aspect-ratio: 640/360;
}
.m-movie-container .m-movie .budge {
  display: grid;
  place-content: center;
  width: fit-content;
  min-height: 50px;
  background: var(--pink);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border-radius: 8px 8px 0 0;
  padding: 0 24px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .m-movie-container .m-movie .budge {
    font-size: 16px;
    min-height: 36px;
  }
}
.m-movie-container .m-movie + .m-movie {
  margin-top: 12px;
}

.l-hero,
.l-hero img {
  width: 100%;
}

.l-wrapper {
  background-color: var(--gray-light);
}

#webinerview2027 #about,
#webinerview2027 #pre,
#webinerview2027 #conscious {
  scroll-margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 #about {
    scroll-margin-top: 36px;
    padding-bottom: 96px;
  }
  #webinerview2027 #pre {
    scroll-margin-top: 100px;
  }
  #webinerview2027 #conscious {
    scroll-margin-top: 48px;
  }
}
#webinerview2027 .bg-white {
  background: #fff;
  padding: 0 24px;
}
#webinerview2027 .bg-stripe {
  position: relative;
  padding: 0 24px;
}
#webinerview2027 .bg-stripe.-blue {
  background: repeating-linear-gradient(120deg, rgba(240, 240, 248, 0.6), rgba(240, 240, 248, 0.6) 8px, transparent 8px, transparent 13px);
}
#webinerview2027 .bg-stripe.-pink {
  background: repeating-linear-gradient(120deg, var(--pink-light), var(--pink-light) 8px, transparent 8px, transparent 13px);
}
@media screen and (max-width: 767px) {
  #webinerview2027 .bg-stripe {
    width: calc(100vw - 30px);
    margin-inline: calc(50% - 50vw);
    left: 15px;
  }
}
#webinerview2027 .main-content {
  max-width: 1290px;
  padding: 0px 80px 100px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .main-content {
    padding: 0 15px 40px;
  }
}
#webinerview2027 .inner {
  max-width: 804px;
  margin-inline: auto;
}
#webinerview2027 .intro-text {
  padding-top: 80px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .intro-text {
    padding-top: 24px;
    text-align: justify;
  }
}
#webinerview2027 .ankerlink {
  display: flex;
  gap: 16px;
  max-width: 968px;
  margin-inline: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .ankerlink {
    flex-direction: column;
    gap: 24px;
  }
}
#webinerview2027 .ankerlink .ankerlink-item {
  position: relative;
  width: calc((100% - 32px) / 3);
  min-height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  color: var(--navy);
  font-size: clamp(14px, 1.75vw, 18px);
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0.035em;
  text-align: center;
  border: 2px solid var(--navy);
  transition: ease 300ms all;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .ankerlink .ankerlink-item {
    width: 100%;
    font-size: 18px;
  }
}
#webinerview2027 .ankerlink .ankerlink-item::after {
  position: absolute;
  content: "";
  left: 50%;
  translate: -50% 0;
  bottom: -20px;
  background: url(../images/anker-deco.svg) no-repeat;
  background-size: contain;
  width: 34px;
  aspect-ratio: 1;
  transition: ease 300ms all;
}
@media screen and (min-width: 769px) {
  #webinerview2027 .ankerlink .ankerlink-item:hover {
    opacity: 1;
    background-color: var(--yellow);
  }
  #webinerview2027 .ankerlink .ankerlink-item:hover::after {
    bottom: -30px;
  }
}
#webinerview2027 .sec-about {
  padding-bottom: 150px;
}
#webinerview2027 .sec-about .about-heading {
  max-width: 448px;
  width: 100%;
  margin-bottom: 40px;
  padding-inline: 130px 104px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-heading {
    padding-inline: 40px 56px;
    margin-bottom: 24px;
    width: fit-content;
    left: 14px;
  }
}
#webinerview2027 .sec-about .about-heading .illust {
  left: -60px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-heading .illust {
    left: -40px;
    top: -14px;
  }
}
#webinerview2027 .sec-about .about-heading .text {
  left: -30px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-heading .text {
    left: 0;
  }
}
#webinerview2027 .sec-about .about-block {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-block {
    margin-top: 40px;
  }
}
#webinerview2027 .sec-about .about-type {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-type {
    flex-direction: column;
    gap: 16px;
  }
}
#webinerview2027 .sec-about .about-type .about-type-item {
  width: calc((100% - 32px) / 2);
  border-radius: 24px;
  padding: 24px 32px 32px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-type .about-type-item {
    width: 100%;
    padding: 24px;
  }
}
#webinerview2027 .sec-about .about-type .about-type-item .about-type-head {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-type .about-type-item .about-type-head {
    font-size: 20px;
  }
}
#webinerview2027 .sec-about .about-type .about-type-item .about-type-img {
  border-radius: 16px;
  background: #fff;
  margin-bottom: 26px;
  height: 163px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-type .about-type-item .about-type-img {
    margin-bottom: 16px;
  }
}
#webinerview2027 .sec-about .about-type .about-type-item .about-type-img img {
  display: block;
  height: fit-content;
  margin: auto;
}
#webinerview2027 .sec-about .about-type .about-type-item:nth-of-type(1) {
  background: var(--navy-light);
}
#webinerview2027 .sec-about .about-type .about-type-item:nth-of-type(1) .about-type-head {
  color: var(--navy);
}
#webinerview2027 .sec-about .about-type .about-type-item:nth-of-type(2) {
  background: var(--pink-light);
}
#webinerview2027 .sec-about .about-type .about-type-item:nth-of-type(2) .about-type-head {
  color: var(--pink);
}
#webinerview2027 .sec-about .about-point {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 72px;
}
#webinerview2027 .sec-about .about-point .about-point-item {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-point .about-point-item {
    flex-direction: column;
    gap: 18px;
  }
}
#webinerview2027 .sec-about .about-point .about-point-item .about-point-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 38.31%;
}
#webinerview2027 .sec-about .about-point .about-point-item .about-point-head .about-point-icon {
  display: grid;
  width: 40px;
  height: 52px;
}
#webinerview2027 .sec-about .about-point .about-point-item .about-point-head .about-point-icon img {
  grid-column: 1;
  grid-row: 1;
}
#webinerview2027 .sec-about .about-point .about-point-item .about-point-head .about-point-icon span {
  grid-column: 1;
  grid-row: 1;
  font-family: var(--poppins);
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  padding-top: 15px;
  display: block;
  margin-inline: auto;
}
#webinerview2027 .sec-about .about-point .about-point-item .about-point-head .about-point-head--text {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-point .about-point-item .about-point-head .about-point-head--text {
    font-size: 16px;
  }
}
#webinerview2027 .sec-about .about-point .about-point-item .about-point-head .about-point-head--text .marker {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: var(--pink);
  background: linear-gradient(transparent 70%, var(--yellow) 0%);
}
#webinerview2027 .sec-about .about-point .about-point-item .about-point-body {
  position: relative;
  max-width: 462px;
  height: fit-content;
  display: inline-block;
  padding: 14px 26px;
  font-size: 16px;
  line-height: 1.666;
  letter-spacing: 0.1em;
  background: #fff;
  text-align: justify;
  border: 2px solid var(--navy-light);
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-point .about-point-item .about-point-body {
    font-size: 14px;
    line-height: 1.857;
    padding: 16px 24px;
  }
}
#webinerview2027 .sec-about .about-point .about-point-item .about-point-body::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -16px;
  margin-top: -12px;
  border: 8px solid transparent;
  border-right: 8px solid #FFF;
  z-index: 2;
}
#webinerview2027 .sec-about .about-point .about-point-item .about-point-body::after {
  content: "";
  position: absolute;
  top: 32px;
  left: -18px;
  margin-top: -14px;
  border: 8px solid transparent;
  border-right: 8px solid var(--navy-light);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-point .about-point-item .about-point-body::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    translate: -50% 0;
    margin-top: -12px;
    border: 8px solid transparent;
    border-bottom: 8px solid #FFF;
    z-index: 2;
  }
  #webinerview2027 .sec-about .about-point .about-point-item .about-point-body::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    translate: -50% 0;
    margin-top: -14px;
    border: 8px solid transparent;
    border-bottom: 8px solid var(--navy-light);
    z-index: 1;
  }
}
#webinerview2027 .sec-about .about-point-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
#webinerview2027 .sec-about .about-point-list .point-list-item {
  position: relative;
  display: flex;
  gap: 24px;
  width: 100%;
  border-radius: 24px;
  padding: 56px 40px 40px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-point-list .point-list-item {
    flex-direction: column;
    padding: 56px 24px 40px;
  }
}
#webinerview2027 .sec-about .about-point-list .point-list-item .point-list--fukidashi {
  position: absolute;
  top: -24px;
  left: 50%;
  translate: -50% 0;
  min-height: 52px;
}
#webinerview2027 .sec-about .about-point-list .point-list-item .point-list-img {
  min-width: 232px;
  aspect-ratio: 1;
  height: fit-content;
  border-radius: 16px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-point-list .point-list-item .point-list-img {
    justify-content: center;
    min-width: 216px;
    width: calc(100% - 32px);
    margin-inline: auto;
    padding: 0 8px;
  }
}
#webinerview2027 .sec-about .about-point-list .point-list-item .point-list-img img {
  display: block;
  margin: auto;
}
#webinerview2027 .sec-about .about-point-list .point-list-item .point-list-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#webinerview2027 .sec-about .about-point-list .point-list-item .point-list-text .point-list-text--group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-about .about-point-list .point-list-item .point-list-text .point-list-text--group .m-indent {
    padding-left: 0;
  }
  #webinerview2027 .sec-about .about-point-list .point-list-item .point-list-text .point-list-text--group .m-indent-head {
    padding-left: 20px;
    margin-bottom: 8px;
  }
  #webinerview2027 .sec-about .about-point-list .point-list-item .point-list-text .point-list-text--group .m-text {
    font-size: 14px;
  }
}
#webinerview2027 .sec-about .about-point-list .point-list-item:nth-of-type(1) {
  background: var(--navy-light);
}
#webinerview2027 .sec-about .about-point-list .point-list-item:nth-of-type(2) {
  background: var(--pink-light);
}
#webinerview2027 .sec-point-pre {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre {
    padding-bottom: 5px;
  }
}
#webinerview2027 .sec-point-pre .pre-heading {
  top: -40px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .pre-heading {
    top: -50px;
    left: 10px;
    margin-bottom: -30px;
    min-height: 94px;
    border-radius: 48px 48px 48px 0;
    text-align: center;
  }
  #webinerview2027 .sec-point-pre .pre-heading .text {
    line-height: 1.5;
    left: -5px;
  }
}
#webinerview2027 .sec-point-pre .intro-text {
  padding-top: 0;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .intro-text {
    margin-bottom: 40px;
  }
}
#webinerview2027 .sec-point-pre .network {
  position: relative;
  background: #fff;
  border-radius: 24px;
  margin-top: 122px;
  padding: 0 66px 48px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network {
    padding: 0 24px 38px;
  }
}
#webinerview2027 .sec-point-pre .network::before {
  content: "";
  position: absolute;
  top: -95px;
  left: 50%;
  translate: -50% 0;
  width: 19px;
  height: 40px;
  background: url(../images/icon-check.svg) no-repeat;
  background-size: contain;
}
#webinerview2027 .sec-point-pre .network .network-heading-wrap {
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 30px;
  top: -26px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network .network-heading-wrap {
    width: calc(100% + 20px);
    left: -8px;
    top: -45px;
    text-align: center;
    margin-bottom: -20px;
  }
}
#webinerview2027 .sec-point-pre .network .network-heading {
  position: relative;
  font-size: 32px;
  width: fit-content;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--navy);
  margin-left: 38px;
  letter-spacing: 0.13em;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 70%, var(--yellow) 0%);
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network .network-heading {
    font-size: 24px;
    text-align: center;
    margin-left: 26px;
  }
}
#webinerview2027 .sec-point-pre .network .network-heading::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -44px;
  width: 36px;
  height: 100%;
  background: url(../images/icon-checkbox.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network .network-heading::before {
    width: 20px;
    left: -30px;
    top: 10px;
  }
}
#webinerview2027 .sec-point-pre .network .network-sub-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network .network-sub-heading {
    margin-bottom: 18px;
  }
}
#webinerview2027 .sec-point-pre .network .network-sub-heading::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, var(--navy) 4px, transparent 4px);
  background-size: 6px 6px;
  background-repeat: repeat-x;
  background-position: bottom;
  border-radius: 50vmax;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network .network-sub-heading::before {
    bottom: -10px;
  }
}
#webinerview2027 .sec-point-pre .network .network-sub-heading .num {
  font-family: var(--poppins) !important;
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  display: grid;
  place-content: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--pink);
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network .network-sub-heading .num {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    font-size: 16px;
  }
}
#webinerview2027 .sec-point-pre .network .network-sub-heading .text {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network .network-sub-heading .text {
    font-size: 18px;
  }
}
#webinerview2027 .sec-point-pre .network .network-unit + .network-unit {
  margin-top: 32px;
}
#webinerview2027 .sec-point-pre .network .network-unit .m-text + .m-text {
  margin-top: 26px;
}
#webinerview2027 .sec-point-pre .network .network-unit .point-fukidashi {
  min-height: 45px;
  margin-bottom: 28px;
  padding: 0 28px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network .network-unit .point-fukidashi {
    min-height: 48px;
    width: fit-content;
    padding: 12px 24px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network .network-table-wrap {
    overflow: scroll;
  }
}
#webinerview2027 .sec-point-pre .network .network-table {
  width: 672px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 12px;
}
#webinerview2027 .sec-point-pre .network .network-table .table-row {
  display: flex;
}
#webinerview2027 .sec-point-pre .network .network-table .table-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
#webinerview2027 .sec-point-pre .network .network-table .table-head {
  background: var(--navy);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  min-width: 102px;
  display: grid;
  place-content: center;
}
#webinerview2027 .sec-point-pre .network .network-table .table-data {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--navy-light);
  min-height: 52px;
  width: 188px;
  padding: 16px 0;
}
#webinerview2027 .sec-point-pre .network .network-notes {
  display: flex;
  flex-direction: column;
  margin-bottom: 44px;
}
#webinerview2027 .sec-point-pre .network .network-notes .note {
  color: #707070;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network .network-notes .note {
    white-space: nowrap;
  }
}
#webinerview2027 .sec-point-pre .network + .m-point-unit {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .network + .m-point-unit {
    margin-top: 16px;
  }
}
#webinerview2027 .sec-point-pre .m-movie-container {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .m-movie-container {
    margin-bottom: 40px;
  }
}
#webinerview2027 .sec-point-pre .pre-block + .pre-block {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-point-pre .pre-block + .pre-block {
    margin-top: 40px;
  }
}
#webinerview2027 .sec-conscious {
  padding-top: 150px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-conscious {
    padding-top: 80px;
  }
}
#webinerview2027 .sec-conscious .conscious-heading {
  top: -40px;
  left: 42px;
  padding-inline: 120px 108px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-conscious .conscious-heading {
    padding-block: 10px;
    border-radius: 48px 48px 48px 0;
    padding-inline: 45px 48px;
    left: 12px;
  }
}
#webinerview2027 .sec-conscious .conscious-heading .text {
  left: -20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-conscious .conscious-heading .text {
    line-height: 1.5;
    text-align: center;
    left: 6px;
  }
}
#webinerview2027 .sec-conscious .m-head-outer {
  margin-bottom: 44px;
}
#webinerview2027 .sec-conscious .point-fukidashi {
  min-height: 52px;
  padding: 0 34px;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-conscious .point-fukidashi {
    max-width: 278px;
    width: 100%;
    text-align: center;
    padding: 12px 34px;
  }
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-conscious .m-point-bottom .point-fukidashi {
    width: fit-content;
    margin-top: 0;
    padding: 0 40px;
    min-height: 42px;
  }
}
#webinerview2027 .sec-conscious .conscious-point {
  background: #fff;
  border-radius: 24px;
  border: 2px solid var(--pink);
  margin-bottom: 32px;
  padding: 0 40px 34px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-conscious .conscious-point {
    padding: 0 24px 24px;
  }
}
#webinerview2027 .sec-conscious .conscious-point .point-fukidashi {
  margin-top: -12px;
}
#webinerview2027 .sec-conscious .conscious-point .conscious-point-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
#webinerview2027 .sec-conscious .conscious-point .conscious-point-row:has(.conscious-point-head--group) {
  align-items: flex-start;
}
#webinerview2027 .sec-conscious .conscious-point .conscious-point-row + .conscious-point-row {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-conscious .conscious-point .conscious-point-row + .conscious-point-row {
    margin-top: 32px;
  }
}
#webinerview2027 .sec-conscious .conscious-point .conscious-point-row .conscious-point-icon {
  display: grid;
  place-content: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 52px;
  font-family: var(--poppins);
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}
#webinerview2027 .sec-conscious .conscious-point .conscious-point-row .conscious-point-icon img {
  grid-column: 1;
  grid-row: 1;
}
#webinerview2027 .sec-conscious .conscious-point .conscious-point-row .conscious-point-icon span {
  grid-column: 1;
  grid-row: 1;
  padding-top: 20px;
  line-height: 1;
  display: block;
  margin-inline: auto;
  font-family: var(--poppins) !important;
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
}
#webinerview2027 .sec-conscious .conscious-point .conscious-point-row .conscious-point-head {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  text-align: justify;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .sec-conscious .conscious-point .conscious-point-row .conscious-point-head {
    font-size: 16px;
    line-height: 1.75;
  }
}
#webinerview2027 .sec-conscious .conscious-point .conscious-point-row .conscious-point-head .marker {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: var(--pink);
  background: linear-gradient(transparent 70%, var(--yellow) 0%);
}
#webinerview2027 .sec-conscious .conscious-point .conscious-point-row .m-text {
  margin-block: 6px;
}
#webinerview2027 .sec-conscious .conscious-point .conscious-point-row .conscious-point-head--group {
  width: 92.54%;
}
#webinerview2027 .sec-conscious .m-movie-container {
  padding-bottom: 40px;
}
#webinerview2027 .conclusion {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .conclusion {
    padding-bottom: 38px;
  }
}
#webinerview2027 .conclusion .conclusion-container {
  max-width: 804px;
  margin-inline: auto;
}
#webinerview2027 .conclusion .conclusion-heading {
  border-radius: 40px 40px 40px 0;
  padding: 30px 64px;
  margin-bottom: 48px;
  max-width: 735px;
  width: 100%;
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .conclusion .conclusion-heading {
    padding: 24px;
    width: auto;
    margin-left: 0;
    left: 0;
    border-radius: 48px 48px 0 48px;
    margin-bottom: 24px;
  }
}
#webinerview2027 .conclusion .conclusion-heading .text {
  font-size: 24px;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .conclusion .conclusion-heading .text {
    font-size: 16px;
  }
}
#webinerview2027 .conclusion .conclusion-heading .text .pink {
  color: var(--pink);
}
@media screen and (max-width: 767px) {
  #webinerview2027 .conclusion .conclusion-heading .illust {
    left: initial;
    right: -34px;
    bottom: 32px;
  }
}
#webinerview2027 .conclusion .supervision {
  border-radius: 24px;
  border: 2px solid var(--navy);
}
#webinerview2027 .conclusion .supervision .supervision-head {
  min-height: 58px;
  background-color: var(--navy);
  display: grid;
  place-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 22px 22px 0 0;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .conclusion .supervision .supervision-head {
    font-size: 16px;
  }
}
#webinerview2027 .conclusion .supervision .supervision-inner {
  display: flex;
  gap: 24px;
  background: #fff;
  padding: 36px 40px 40px;
  border-radius: 0 0 22px 22px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .conclusion .supervision .supervision-inner {
    flex-direction: column;
    padding: 24px;
  }
}
#webinerview2027 .conclusion .supervision .supervision-img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .conclusion .supervision .supervision-img {
    width: 100%;
  }
}
#webinerview2027 .conclusion .supervision .supervision-caption {
  font-family: var(--poppins) !important;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.05em;
  color: var(--pink);
}
#webinerview2027 .conclusion .supervision .supervision-name {
  display: flex;
  align-items: baseline;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
}
#webinerview2027 .conclusion .supervision .supervision-name .small {
  font-size: 15px;
}
#webinerview2027 .conclusion .supervision .supervision-text {
  width: 66%;
}
@media screen and (max-width: 767px) {
  #webinerview2027 .conclusion .supervision .supervision-text {
    width: auto;
    font-size: 14px;
  }
}

