/*! 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: 39rem;
}
@media screen and (min-width: 768px) {
  #mv h1 img {
    width: 47.1428571429%;
  }
}

#intro .lead {
  background: url("../img/intro_bg_sp.jpg") no-repeat center bottom/100%;
  padding-bottom: 22rem;
}
@media screen and (min-width: 768px) {
  #intro .lead {
    background: url("../img/intro_bg_pc.jpg") no-repeat center bottom/100%;
    padding-bottom: 0;
  }
}

#fields {
  position: relative;
  margin-bottom: 8rem;
}
#fields::before {
  content: "";
  width: 131.25%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -31.25%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(255, 237, 200)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 237, 200) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 237, 200) 100%);
  border-radius: 15rem;
}
@media screen and (min-width: 768px) {
  #fields .field-list li:nth-child(2) {
    margin-top: -24rem;
  }
  #fields .field-list li:nth-child(3) {
    margin-top: -4rem;
  }
  #fields .field-list li:nth-child(4) {
    margin-top: -18rem;
  }
  #fields .field-list li:nth-child(5) {
    margin-top: -8rem;
  }
}

#reason {
  position: relative;
  padding-bottom: 12rem;
  margin-bottom: 8rem;
}
#reason::before {
  content: "";
  width: 131.25%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -31.25%;
  z-index: -1;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgb(255, 237, 200)));
  background: -webkit-linear-gradient(right, rgb(255, 255, 255) 0%, rgb(255, 237, 200) 100%);
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 237, 200) 100%);
  border-radius: 15rem;
}
#reason .reason-list {
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  #reason .reason-list {
    margin: 0 auto;
    width: 80rem;
  }
}

#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 */