@charset "UTF-8";
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1081px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1082px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.25vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #ebebf2;
  font-size: 1rem;
  line-height: 1.5;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

a {
  color: #0068ac;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, figure, p, ol, ul {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding-inline: 0;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* LP */
/**************************************************/
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5625rem 2rem;
    background-color: #fff;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
  }
}
@media (max-width: 767px) {
  .l-header__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.25rem;
    grid-template-columns: 1fr 3.25rem;
  }
}
@media (min-width: 768px) {
  .l-header__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}
.l-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-header__button {
    width: 17.5rem;
    min-height: 2.75rem;
    border-radius: 50vh;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
}
@media (max-width: 767px) {
  .l-header__button {
    height: 100%;
    min-height: 3rem;
    line-height: 1.16;
  }
}
.l-header__button:hover {
  opacity: 1;
}
.l-header__button.-border {
  background: #fff;
}
@media (min-width: 768px) {
  .l-header__button.-border {
    font-size: 1rem;
    border: 1px solid #000;
  }
  .l-header__button.-border:hover {
    background: #000;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .l-header__button.-border {
    font-size: 0.75rem;
    padding: 0 0.375rem;
  }
}
.l-header__button.-yellow {
  background: #FFD400;
}
@media (min-width: 768px) {
  .l-header__button.-yellow {
    font-size: 1.25rem;
  }
  .l-header__button.-yellow:hover {
    color: #FFD400;
    background: #000;
  }
}
@media (max-width: 767px) {
  .l-header__button.-yellow {
    font-size: 0.8125rem;
    padding: 0 0.625rem;
  }
}
@media (min-width: 768px) {
  .l-header.-compact .l-header__button {
    min-height: 2.75rem;
  }
  .l-header.-compact .l-header-logo__image {
    width: 3.875rem;
  }
}
@media (max-width: 767px) {
  .l-header.-compact .l-header-logo {
    background: #000;
  }
}

.l-header-logo__link {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .l-header-logo__link {
    gap: 0;
    padding: 0 1rem;
    height: 100%;
  }
  .l-header-logo__link:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-header-logo__image {
    width: 3.875rem;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
}
@media (max-width: 767px) {
  .l-header-logo__image {
    width: 15rem;
  }
}
.l-header-logo__text {
  font-weight: bold;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .l-main {
    padding-top: 5.4rem;
  }
}

.l-footer__copyright {
  font-family: "presicav", sans-serif;
  font-weight: 300;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1.25rem 1.875rem;
  font-size: 80%;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.625rem;
    padding: 0.9375rem 0.625rem;
  }
}

.heading-a {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 0 0 1.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .heading-a {
    font-size: 1.375rem;
    padding: 0 0 1rem;
  }
}
.heading-a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2.5rem;
  width: 5rem;
  height: 0.5rem;
  border-radius: 50vh;
  background: #5652CC;
  content: "";
}
@media (max-width: 767px) {
  .heading-a::after {
    width: 2.5rem;
    height: 0.25rem;
    margin-left: -1.25rem;
  }
}

.heading-b {
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
}
.heading-b__text {
  display: inline-block;
  border-bottom: 0.25rem solid #5652CC;
  padding-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .heading-b__text {
    font-size: 1.75rem;
  }
}
.heading-b.-lg {
  font-size: 2rem;
}
.heading-b.-mt1 {
  margin-top: 2.125rem;
}
@media (max-width: 767px) {
  .heading-b.-mt1 {
    margin-top: 1.875rem;
  }
}
.heading-b.-mt2 {
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  .heading-b.-mt2 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .heading-b.-mt2 .heading-b__text {
    font-size: 1.625rem;
  }
  .heading-b.-mt2 .heading-b__text > span {
    font-size: 1.375rem;
  }
}

.main-visual {
  background: url("../images/bg-main.jpg") no-repeat center/cover;
  position: relative;
}
.main-visual__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .main-visual__inner {
    max-width: 90rem;
    padding: 5.625rem 2.5rem 2.8125rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .main-visual__inner {
    padding: 6.25rem 1.5rem 1.875rem;
  }
}
.main-visual__wrapper {
  max-width: 85rem;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .main-visual__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.main-visual__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 3;
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .main-visual__content {
    padding-top: 0;
  }
}
.main-visual__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .main-visual__heading {
    gap: 0.625rem;
  }
}
.main-visual__heading-line {
  display: block;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.main-visual__heading-line mark {
  color: inherit;
  display: inline-block;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0.25rem 0.25rem 1.5rem #012D5C;
          box-shadow: 0.25rem 0.25rem 1.5rem #012D5C;
  padding: 0.5rem 1rem 0.75rem;
}
@media (max-width: 767px) {
  .main-visual__heading-line mark {
    padding: 0.3125rem 0.625rem 0.5rem;
  }
}
.main-visual__heading-line.-md {
  color: white;
  font-size: 2.5rem;
  padding-bottom: 0.375rem;
}
@media (max-width: 767px) {
  .main-visual__heading-line.-md {
    font-size: 1.375rem;
  }
}
.main-visual__heading-line.-sm {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .main-visual__heading-line.-sm {
    font-size: 1rem;
  }
}
.main-visual__heading-line.-sm em {
  font-style: normal;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .main-visual__heading-line.-sm em {
    font-size: 1.125rem;
  }
}
.main-visual__heading-line.-lg {
  font-size: 5.5rem;
}
@media (max-width: 767px) {
  .main-visual__heading-line.-lg {
    font-size: 3rem;
    line-height: 1.1;
  }
}
.main-visual__heading-line.-lg mark {
  padding: 0.125rem 1rem 0.625rem;
}
@media (max-width: 767px) {
  .main-visual__heading-line.-lg mark {
    padding: 0.125rem 0.625rem 0.5rem;
  }
}
.main-visual__robot {
  position: absolute;
  top: 2.6875rem;
  left: 0;
  width: 9rem;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 767px) {
  .main-visual__robot {
    width: 7.3125rem;
    top: -0.375rem;
    left: -1.1875rem;
  }
}
.main-visual__robot.-shadow {
  mix-blend-mode: multiply;
  z-index: 1;
}
@media (min-width: 768px) {
  .main-visual__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .main-visual__group {
    gap: 0.5rem;
    margin-top: 1.875rem;
    position: relative;
    z-index: 4;
  }
}
.main-visual__button {
  display: block;
  border-radius: 50vh;
  background: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  -webkit-box-shadow: 0 0 1.5rem #032F5B;
          box-shadow: 0 0 1.5rem #032F5B;
}
@media (min-width: 768px) {
  .main-visual__button {
    width: 17.5rem;
    font-size: 1.25rem;
    padding: 1.0625rem 0.3125rem;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .main-visual__button:hover {
    color: #fff;
    background: #000;
  }
}
@media (max-width: 767px) {
  .main-visual__button {
    font-size: 0.875rem;
    padding: 0.8125rem 0.3125rem;
  }
}
.main-visual__button.-yellow {
  background: #FFD400;
}
@media (min-width: 768px) {
  .main-visual__button.-yellow:hover {
    color: #FFD400;
    background: #000;
  }
}
.main-visual__button:hover {
  opacity: 1;
}
.main-visual__illust {
  pointer-events: none;
  z-index: 2;
  width: 40.0625rem;
  max-width: 100%;
}

.concern-section {
  position: relative;
  z-index: 10;
  padding: 6.25rem 1.5rem 7.5rem;
}
@media (max-width: 767px) {
  .concern-section {
    padding: 3.125rem 1.5rem 3.75rem;
  }
}
.concern-section__inner {
  max-width: 63.75rem;
  margin: 0 auto;
}
.concern-section__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 4rem 0 0;
}
@media (max-width: 767px) {
  .concern-section__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 2rem 0 0;
  }
}

@media screen and (min-width: 1024px) and (max-height: 850px) {
  .main-visual__inner {
    padding: 2.5rem 2.5rem 0;
    max-height: 70vh;
    height: 40rem;
    min-height: 28.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-visual__illust img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .concern-section {
    padding-top: 3.75rem;
  }
}
.concern-card {
  padding: 3rem 1.5rem 2.5rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .concern-card {
    padding: 1.5rem 1.25rem;
  }
}
.concern-card__image {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .concern-card__image {
    width: 100%;
    height: 11.25rem;
  }
}
@media (max-width: 767px) {
  .concern-card__image {
    width: 12.5rem;
    height: 10rem;
  }
}
.concern-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.concern-card__heading {
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .concern-card__heading {
    min-height: 4rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .concern-card__heading {
    font-size: 1rem;
  }
}
.concern-card__text {
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .concern-card__text {
    font-size: 0.875rem;
  }
}

.about-section {
  background: white;
  padding: 7.5rem 1.5rem;
}
@media (max-width: 767px) {
  .about-section {
    padding: 3.75rem 1.5rem;
  }
}
.about-section__inner {
  max-width: 63.75rem;
  margin: 0 auto;
}
.about-section__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
.about-section__title-sm {
  font-size: 1.75rem;
}
.about-section__title-lg {
  font-size: 2rem;
}
.about-section__title mark {
  font-size: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFD400));
  background: linear-gradient(transparent 70%, #FFD400 70%);
}
@media (max-width: 767px) {
  .about-section__title-sm {
    font-size: 1.25rem;
  }
  .about-section__title-lg {
    font-size: 1.25rem;
  }
  .about-section__title mark {
    font-size: 1.5rem;
  }
}
.about-section__lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .about-section__lead {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.about-box {
  margin-top: 5rem;
  background: white;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding: 4rem 1.875rem 3rem 5.625rem;
}
@media (max-width: 767px) {
  .about-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1.25rem;
    gap: 1.5rem;
    margin-top: 1.875rem;
  }
}
.about-box__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-box__title {
  background: #FFD400;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.25rem;
  border-radius: 0.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about-box__title {
    font-size: 1.25rem;
  }
}
.about-box__list {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .about-box__list {
    margin-top: 1.25rem;
  }
}
.about-box__list > li {
  padding-left: 1.5rem;
  position: relative;
  font-weight: bold;
}
.about-box__list > li + li {
  margin-top: 0.75rem;
}
.about-box__list > li::before {
  content: "";
  position: absolute;
  background: url(../images/icon-check.svg) no-repeat center center/contain;
  left: 0;
  top: 0.5em;
  width: 1rem;
  height: 0.8125rem;
}
@media (max-width: 767px) {
  .about-box__list > li {
    font-size: 0.9375rem;
  }
}
.about-box__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 22.9375rem;
}
@media (max-width: 767px) {
  .about-box__img {
    max-width: 100%;
  }
}

.service-section {
  padding: 7.5rem 1.5rem;
}
.service-section.-white {
  background: white;
}
@media (max-width: 767px) {
  .service-section {
    padding: 3.75rem 1.5rem;
    overflow-x: clip;
  }
}
.service-section__inner {
  max-width: 75rem;
  margin: 0 auto;
}
.service-section__heading {
  text-align: center;
  font-weight: bold;
  color: #5652CC;
  font-size: 3rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .service-section__heading {
    font-size: 2rem;
  }
}
.service-section__text {
  text-align: center;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .service-section__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.service-section__main {
  display: block;
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  .service-section__main {
    margin-top: 1.875rem;
  }
}

.program-block {
  margin: 0 auto;
  max-width: 60rem;
}
.program-block__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .program-block__title {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}
.program-block__text {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .program-block__text {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
}
.program-block__meta {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .program-block__meta {
    gap: 0.25rem;
    margin-top: 1.125rem;
  }
}
.program-block__annotate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background: var(--accent, #4183AA);
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .program-block__annotate {
    width: 8.25rem;
    min-height: 3rem;
  }
}
@media (max-width: 767px) {
  .program-block__annotate {
    font-size: 0.8125rem;
    min-height: 2.5rem;
    padding: 0 0.5rem;
  }
}
.program-block__annotate-icon {
  display: inline-block;
  vertical-align: -0.125rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.125rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.program-block__annotate-icon.-time {
  vertical-align: -0.1875rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.97995 16C5.9081 16 4.11028 15.3133 2.58647 13.94C1.06266 12.5667 0.200501 10.8533 0 8.8H1.62406C1.82456 10.4133 2.52966 11.75 3.73935 12.81C4.94904 13.87 6.36257 14.4 7.97995 14.4C9.77109 14.4 11.2882 13.78 12.5313 12.54C13.7744 11.3 14.396 9.78667 14.396 8C14.396 6.21333 13.7744 4.7 12.5313 3.46C11.2882 2.22 9.77109 1.6 7.97995 1.6C6.83041 1.6 5.76441 1.88333 4.78195 2.45C3.7995 3.01667 3.02089 3.8 2.44612 4.8H4.77193V6.4H0.120301C0.507937 4.53333 1.43693 3 2.90727 1.8C4.37761 0.6 6.0685 0 7.97995 0C9.08939 0 10.132 0.21 11.1078 0.63C12.0835 1.05 12.9323 1.62 13.6541 2.34C14.3759 3.06 14.9474 3.90667 15.3684 4.88C15.7895 5.85333 16 6.89333 16 8C16 9.10667 15.7895 10.1467 15.3684 11.12C14.9474 12.0933 14.3759 12.94 13.6541 13.66C12.9323 14.38 12.0835 14.95 11.1078 15.37C10.132 15.79 9.08939 16 7.97995 16ZM10.2256 11.36L7.17794 8.32V4H8.78195V7.68L11.3484 10.24L10.2256 11.36Z' fill='%231C1B1F'/%3E%3C/svg%3E%0A");
}
.program-block__annotate-icon.-staff {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8C6.9 8 5.95833 7.60833 5.175 6.825C4.39167 6.04167 4 5.1 4 4C4 2.9 4.39167 1.95833 5.175 1.175C5.95833 0.391667 6.9 0 8 0C9.1 0 10.0417 0.391667 10.825 1.175C11.6083 1.95833 12 2.9 12 4C12 5.1 11.6083 6.04167 10.825 6.825C10.0417 7.60833 9.1 8 8 8ZM0 16V13.2C0 12.6333 0.145833 12.1125 0.4375 11.6375C0.729167 11.1625 1.11667 10.8 1.6 10.55C2.63333 10.0333 3.68333 9.64583 4.75 9.3875C5.81667 9.12917 6.9 9 8 9C9.1 9 10.1833 9.12917 11.25 9.3875C12.3167 9.64583 13.3667 10.0333 14.4 10.55C14.8833 10.8 15.2708 11.1625 15.5625 11.6375C15.8542 12.1125 16 12.6333 16 13.2V16H0ZM2 14H14V13.2C14 13.0167 13.9542 12.85 13.8625 12.7C13.7708 12.55 13.65 12.4333 13.5 12.35C12.6 11.9 11.6917 11.5625 10.775 11.3375C9.85833 11.1125 8.93333 11 8 11C7.06667 11 6.14167 11.1125 5.225 11.3375C4.30833 11.5625 3.4 11.9 2.5 12.35C2.35 12.4333 2.22917 12.55 2.1375 12.7C2.04583 12.85 2 13.0167 2 13.2V14ZM8 6C8.55 6 9.02083 5.80417 9.4125 5.4125C9.80417 5.02083 10 4.55 10 4C10 3.45 9.80417 2.97917 9.4125 2.5875C9.02083 2.19583 8.55 2 8 2C7.45 2 6.97917 2.19583 6.5875 2.5875C6.19583 2.97917 6 3.45 6 4C6 4.55 6.19583 5.02083 6.5875 5.4125C6.97917 5.80417 7.45 6 8 6Z' fill='%231C1B1F'/%3E%3C/svg%3E%0A");
}
.program-block__annotate.-target {
  --accent: #000;
}
.program-block__annotate.-info {
  --accent: #B9D4E0;
  color: #000;
}
.program-block__annotate.-info > span {
  display: inline-block;
}
.program-block__annotate.-info > span + span {
  border-left: 1px dashed #000;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
.program-block__annotate.-type {
  border: 1px solid #000;
  color: #000;
  --accent: #fff;
}
@media (min-width: 768px) {
  .program-block__annotate.-type {
    font-size: 1rem;
  }
}
.program-block__annotate.-purple {
  --accent: #5652cc;
}
.program-block__annotate.-lightpurple {
  --accent: #d0d4f6;
}
.program-block__list {
  margin-top: 2.5rem;
  border: 0.125rem solid var(--border-color, #4183AA);
  border-radius: 1rem;
  background: var(--bg-color, #EDF4F7);
}
@media (max-width: 767px) {
  .program-block__list {
    margin-top: 1.5rem;
  }
}
.program-block__list .workshops-card + .workshops-card {
  border-top: 1px solid var(--border-color, #4183AA);
}
@media (max-width: 767px) {
  .program-block__list .workshops-card + .workshops-card {
    border-top-width: 2px;
  }
}
.program-block__list.-purple {
  --bg-color: #F1F1F6;
  --border-color: #5652cc;
}
.program-block.-video {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .program-block.-video {
    margin-top: 3.125rem;
  }
}

.workshops-card__link {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 1rem 2.25rem 0.75rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.35669 16L0 14.58L6.28662 8L0 1.42L1.35669 0L9 8L1.35669 16Z' fill='%235652CC'/%3E%3C/svg%3E%0A");
  background-size: 0.5625rem 1rem;
  background-repeat: no-repeat;
  background-position: center right 1.5rem;
}
@media (max-width: 767px) {
  .workshops-card__link {
    padding: 0.9375rem 1.5625rem 0.8125rem 0.9375rem;
    background-position: center right 0.4375rem;
  }
}
.workshops-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .workshops-card__meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.25rem;
  }
}
.workshops-card__annotate {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background: var(--accent, #4183AA);
  border-radius: 0.25rem;
  padding: 0 0.75rem;
  height: 2rem;
}
@media (max-width: 767px) {
  .workshops-card__annotate {
    height: 1.5rem;
    padding: 0 0.375rem;
  }
}
.workshops-card__annotate-icon {
  display: inline-block;
  vertical-align: -0.125rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.125rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.workshops-card__annotate-icon.-time {
  vertical-align: -0.1875rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.97995 16C5.9081 16 4.11028 15.3133 2.58647 13.94C1.06266 12.5667 0.200501 10.8533 0 8.8H1.62406C1.82456 10.4133 2.52966 11.75 3.73935 12.81C4.94904 13.87 6.36257 14.4 7.97995 14.4C9.77109 14.4 11.2882 13.78 12.5313 12.54C13.7744 11.3 14.396 9.78667 14.396 8C14.396 6.21333 13.7744 4.7 12.5313 3.46C11.2882 2.22 9.77109 1.6 7.97995 1.6C6.83041 1.6 5.76441 1.88333 4.78195 2.45C3.7995 3.01667 3.02089 3.8 2.44612 4.8H4.77193V6.4H0.120301C0.507937 4.53333 1.43693 3 2.90727 1.8C4.37761 0.6 6.0685 0 7.97995 0C9.08939 0 10.132 0.21 11.1078 0.63C12.0835 1.05 12.9323 1.62 13.6541 2.34C14.3759 3.06 14.9474 3.90667 15.3684 4.88C15.7895 5.85333 16 6.89333 16 8C16 9.10667 15.7895 10.1467 15.3684 11.12C14.9474 12.0933 14.3759 12.94 13.6541 13.66C12.9323 14.38 12.0835 14.95 11.1078 15.37C10.132 15.79 9.08939 16 7.97995 16ZM10.2256 11.36L7.17794 8.32V4H8.78195V7.68L11.3484 10.24L10.2256 11.36Z' fill='%231C1B1F'/%3E%3C/svg%3E%0A");
}
.workshops-card__annotate-icon.-staff {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8C6.9 8 5.95833 7.60833 5.175 6.825C4.39167 6.04167 4 5.1 4 4C4 2.9 4.39167 1.95833 5.175 1.175C5.95833 0.391667 6.9 0 8 0C9.1 0 10.0417 0.391667 10.825 1.175C11.6083 1.95833 12 2.9 12 4C12 5.1 11.6083 6.04167 10.825 6.825C10.0417 7.60833 9.1 8 8 8ZM0 16V13.2C0 12.6333 0.145833 12.1125 0.4375 11.6375C0.729167 11.1625 1.11667 10.8 1.6 10.55C2.63333 10.0333 3.68333 9.64583 4.75 9.3875C5.81667 9.12917 6.9 9 8 9C9.1 9 10.1833 9.12917 11.25 9.3875C12.3167 9.64583 13.3667 10.0333 14.4 10.55C14.8833 10.8 15.2708 11.1625 15.5625 11.6375C15.8542 12.1125 16 12.6333 16 13.2V16H0ZM2 14H14V13.2C14 13.0167 13.9542 12.85 13.8625 12.7C13.7708 12.55 13.65 12.4333 13.5 12.35C12.6 11.9 11.6917 11.5625 10.775 11.3375C9.85833 11.1125 8.93333 11 8 11C7.06667 11 6.14167 11.1125 5.225 11.3375C4.30833 11.5625 3.4 11.9 2.5 12.35C2.35 12.4333 2.22917 12.55 2.1375 12.7C2.04583 12.85 2 13.0167 2 13.2V14ZM8 6C8.55 6 9.02083 5.80417 9.4125 5.4125C9.80417 5.02083 10 4.55 10 4C10 3.45 9.80417 2.97917 9.4125 2.5875C9.02083 2.19583 8.55 2 8 2C7.45 2 6.97917 2.19583 6.5875 2.5875C6.19583 2.97917 6 3.45 6 4C6 4.55 6.19583 5.02083 6.5875 5.4125C6.97917 5.80417 7.45 6 8 6Z' fill='%231C1B1F'/%3E%3C/svg%3E%0A");
}
.workshops-card__annotate.-target {
  --accent: #000;
}
.workshops-card__annotate.-info {
  --accent: #B9D4E0;
  color: #000;
}
.workshops-card__annotate.-info > span {
  display: inline-block;
}
.workshops-card__annotate.-info > span + span {
  border-left: 1px dashed #000;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
.workshops-card__annotate.-type {
  --accent: #fff;
  border: 1px solid #000;
  color: #000;
}
@media (min-width: 768px) {
  .workshops-card__annotate.-type {
    font-size: 1rem;
    padding: 0 0.5625rem;
  }
}
@media (max-width: 767px) {
  .workshops-card__annotate.-type {
    font-size: 0.875rem;
  }
}
.workshops-card__annotate.-purple {
  --accent: #5652cc;
}
.workshops-card__annotate.-lightpurple {
  --accent: #d0d4f6;
}
.workshops-card__title {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .workshops-card__title {
    font-size: 0.9375rem;
    margin-top: 0.1875rem;
  }
}
.workshops-card__text {
  font-size: 1rem;
  line-height: 1.1875;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .workshops-card__text {
    font-size: 0.875rem;
    margin-top: 0.125rem;
  }
}

.contact-section {
  padding: 6.25rem 1.25rem;
}
@media (max-width: 767px) {
  .contact-section {
    padding: 3.75rem 1.25rem;
  }
}
.contact-section__inner {
  background: white;
  padding: 2.5rem 2.5rem 2.5rem;
  max-width: 75rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .contact-section__inner {
    padding: 1.25rem 1.25rem 1.25rem;
  }
}

.footer-section {
  background: url("../images/bg-main.jpg") no-repeat center/cover;
  padding: 4.0625rem 1.5rem 5.625rem;
}
@media (max-width: 767px) {
  .footer-section {
    padding: 3rem 1.5rem 4.875rem;
  }
}
.footer-section__heading {
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .footer-section__heading {
    font-size: 1.25rem;
  }
}
.footer-section__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .footer-section__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
.footer-section__button {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 22.5rem;
  min-height: 5rem;
  border-radius: 50vh;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-section__button {
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
}
@media (max-width: 767px) {
  .footer-section__button {
    width: 100%;
    min-height: 4rem;
  }
}
.footer-section__button:hover {
  opacity: 1;
}
.footer-section__button.-yellow {
  background: #FFD400;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .footer-section__button.-yellow:hover {
    color: #FFD400;
    background: #000;
  }
}
@media (max-width: 767px) {
  .footer-section__button.-yellow {
    font-size: 1.25rem;
  }
}
.footer-section__button.-white {
  background: #fff;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .footer-section__button.-white:hover {
    color: #fff;
    background: #000;
  }
}
@media (max-width: 767px) {
  .footer-section__button.-white {
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=site.css.map */