/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.hide-on-desktop, .hide-on-phone {
  visibility: hidden;
}

@media (min-width: 740px) {
  body .hide-on-phone {
    visibility: visible;
  }
  body .none-on-desktop {
    display: none;
  }
}
@media (max-width: 741px) {
  body .hide-on-desktop {
    visibility: visible;
  }
  body .none-on-phone {
    display: none !important;
  }
}

/* noto-sans-regular - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/noto-sans-v12-latin-regular.d94baf.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../fonts/noto-sans-v12-latin-regular.d94baf.eot?#iefix) format("embedded-opentype"), url(../fonts/noto-sans-v12-latin-regular.7f6540.woff2) format("woff2"), url(../fonts/noto-sans-v12-latin-regular.bedd9d.woff) format("woff"), url(../fonts/noto-sans-v12-latin-regular.911a44.ttf) format("truetype"), url(../images/design/noto-sans-v12-latin-regular.5ba0b3.svg#NotoSans) format("svg");
  /* Legacy iOS */
}
/* noto-sans-700 - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/noto-sans-v12-latin-700.2eb8d4.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../fonts/noto-sans-v12-latin-700.2eb8d4.eot?#iefix) format("embedded-opentype"), url(../fonts/noto-sans-v12-latin-700.0674cd.woff2) format("woff2"), url(../fonts/noto-sans-v12-latin-700.689575.woff) format("woff"), url(../fonts/noto-sans-v12-latin-700.fd2ef6.ttf) format("truetype"), url(../images/design/noto-sans-v12-latin-700.0c0477.svg#NotoSans) format("svg");
  /* Legacy iOS */
}
body {
  font-family: "Noto Sans", serif;
  font-size: 16px;
  font-weight: 400;
  color: #1F1F1F;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
}

h1 {
  font-size: 46px;
}

.button {
  background: yellow;
  display: inline-block;
  padding: 0.4em 1em;
  border-radius: 10px;
  color: white;
  background: #D00059;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

html {
  scroll-behavior: smooth;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 2em;
}
@media (min-width: 741px) {
  .top {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.top .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .right a {
  margin: 0 0.5em;
}

.first {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDU0LjYgNjIyLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0NTQuNiA2MjIuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTAgNTk0LjNjNDQ1LjctOTkgMTEyMC42LTIwLjEgMTQ1NC42IDI4LjNWMEwwIDE1Mi4xdjQ0Mi4yeiIgc3R5bGU9ImZpbGw6I2U2MWI3MjtmaWxsLW9wYWNpdHk6NS4wMDAwMDBlLTAyIi8+PC9zdmc+);
  background-size: cover;
  padding-bottom: 100px;
}
@media (min-width: 901px) {
  .first {
    padding-top: 50px;
  }
}

.content {
  padding-left: 1em;
  padding-right: 1em;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 901px) {
  .content {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (min-width: 901px) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .left {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
  .hero .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 2em;
  }
}

.box-holder {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
}

ul {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
}
ul li {
  padding-left: 0.3em;
  padding-bottom: 0.6em;
}

.text-image-box {
  background: white;
  position: relative;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0px 7px 12px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 7px 12px rgba(0, 0, 0, 0.04));
  min-height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.text-image-box h3 {
  font-size: 20px;
}
.text-image-box .text {
  padding: 20px;
}
@media (min-width: 741px) {
  .text-image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 100px;
  }
  .text-image-box .text {
    padding-right: 200px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .text-image-box .image {
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .text-image-box .image img {
    max-height: 400px;
    max-width: 300px;
  }
}

.big {
  color: #D00059;
  text-align: center;
  margin-bottom: 1em;
  font-size: 30px;
}

.box-program h3 {
  display: inline-block;
  color: #D00059;
}

.pink-area {
  background: #FEF4F8;
  padding-top: 6em;
  padding-bottom: 6em;
}

.big-image-shadow {
  -webkit-filter: drop-shadow(0px 7px 12px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(0px 7px 12px rgba(0, 0, 0, 0.11));
  border-radius: 11px;
}

a {
  color: #D00059;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
