/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

:root {
  font-size: 2.0833333333vw;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: min(0.7142857143vw, 10px);
  }
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  width: min(100%, 1400px);
  margin: 0 auto;
  position: relative;
}

header {
  background: white;
}
header .logo {
  width: 15rem;
  margin: 1.6rem;
}

#mv {
  position: relative;
}
#mv h1 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #mv h1 picture {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#mv h1 img {
  display: block;
  width: 33rem;
}
@media screen and (min-width: 768px) {
  #mv h1 img {
    width: 47.1428571429%;
  }
}

.sectionBg {
  position: relative;
}
.sectionBg::before {
  content: "";
  width: 131.25%;
  height: calc(100% - 12rem);
  position: absolute;
  top: 12rem;
  left: -31.25%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(238, 238, 232)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(238, 238, 232) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(238, 238, 232) 100%);
  border-radius: 15rem;
}
@media screen and (min-width: 768px) {
  .sectionBg::before {
    width: 100%;
    height: calc(100% - 18rem);
    left: -8%;
    top: 26rem;
  }
}
.sectionBg.second::before {
  top: 0;
  left: auto;
  right: -31.25%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 238, 232)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgb(238, 238, 232) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgb(238, 238, 232) 0%, rgb(255, 255, 255) 100%);
  height: calc(100% + 10rem);
}
@media screen and (min-width: 768px) {
  .sectionBg.second::before {
    height: 100%;
    left: auto;
    right: -8%;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .sectionBg.third::before {
    top: 0;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  #intro p:nth-of-type(2) {
    margin-top: -36rem;
  }
  #intro p:nth-of-type(3) {
    margin-top: -2rem;
  }
  #intro p:nth-of-type(4) {
    margin-top: -14rem;
  }
}

.intersection1 {
  text-align: center;
  margin: -4rem 0;
}
.intersection1 img {
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .intersection1 {
    margin: 2rem 0 -4rem;
  }
}

#overview {
  padding-top: 6rem;
}
#overview .btn {
  text-align: center;
}
#overview .btn img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  #overview {
    padding-top: 0;
    padding-bottom: 12rem;
  }
  #overview .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 84rem;
    margin: 0 auto;
    gap: 4rem;
  }
  #overview .row .cross {
    width: 5.4rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  #overview .btn {
    margin: 6rem auto;
  }
  #overview .btn img {
    width: 60rem;
  }
}

.intersection2 {
  text-align: center;
  margin: 6rem 0 0;
}
.intersection2 img {
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .intersection2 {
    margin: -6rem 0 -4rem;
  }
}

#challenge {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  #challenge {
    margin-bottom: 0;
  }
}
#challenge .challenge-list li {
  margin-bottom: -12rem;
}
#challenge .challenge-list li img {
  width: 26.6rem;
}
#challenge .challenge-list li:nth-child(odd) {
  text-align: left;
}
#challenge .challenge-list li:nth-child(even) {
  text-align: right;
}
#challenge .challenge-list li:last-child {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  #challenge .challenge-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5.4rem;
    width: 92.6rem;
    margin: 0 auto;
  }
  #challenge .challenge-list li {
    width: calc(33.3333333333% - 3.6rem);
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  #challenge .end {
    margin-top: -28rem;
  }
}

#fin {
  position: relative;
}
#fin .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#fin .btn {
  text-align: center;
  margin: 6rem 0;
}
#fin .btn img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  #fin .btn {
    margin: 0 auto 6rem;
  }
  #fin .btn img {
    width: 40.2rem;
  }
}

#fixed-link_faculty {
  position: fixed;
  bottom: 2rem;
  left: auto;
  right: 0;
  z-index: 20;
  display: block;
  width: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  #fixed-link_faculty {
    width: 38rem;
  }
}
#fixed-link_faculty.off {
  opacity: 0;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */