@charset "UTF-8";
/*!
Theme Name: evaluation
Theme URI: https://s-que.net//
Author: s-que
Author URI: https://s-que.net//
Description: Description
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}
h1,
h2,
h3 {
  font-weight: 500;
}

.hidden-sm {
  display: block;
}
@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

.visible-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-sm {
    display: block;
  }
}

.red a {
  color: #cc0011;
}
.red a:hover::after {
  background: #cc0011;
}

.flex {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .flex {
    flex-wrap: wrap;
  }
}

.mt3rem {
  margin-top: 3rem;
}

.container-archive {
  max-width: 960px;
}
.container-single {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border: 1px solid #dbe8f0;
  padding: 32px 10px;
}
@media screen and (min-width: 767px) {
  .container-single {
    margin-top: 100px;
    padding: 32px 50px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.no-gap {
  margin: 0;
}
.row.no-gap div[class^=col-] {
  padding: 0;
}
.row.gap15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row.gap15 div[class^=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row.gap20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row.gap20 div[class^=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.gap30 {
  margin-right: -15px;
  margin-left: -15px;
}
.row.gap30 div[class^=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.row.gap40 {
  margin-right: -20px;
  margin-left: -20px;
}
.row.gap40 div[class^=col-] {
  padding-right: 20px;
  padding-left: 20px;
}
.row.gap80 {
  margin-right: -40px;
  margin-left: -40px;
}
.row.gap80 div[class^=col-] {
  padding-right: 40px;
  padding-left: 40px;
}
.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 74rem) {
  .container {
    width: 75rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
body {
  color: #0c344e;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a {
  color: #0c344e;
  text-decoration: none;
  word-break: break-all;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 8px;
    font-size: 0.5rem;
  }
}

.left_to_right a {
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.left_to_right a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5a2f2f;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.left_to_right a:hover::after {
  transform: scale(1, 1);
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

svg {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #page {
    overflow: hidden;
  }
}

.site-header {
  background: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  color: white;
  position: relative;
  text-align: center;
}

.site-header--pediatric {
  background: linear-gradient(120deg, #fff1cd 0%, #ff7e5f 100%);
}

.site-header--psychiatric {
  background: linear-gradient(120deg, #fbe6ef 0%, #e62f87 100%);
}

.site-branding {
  align-items: center;
  display: flex;
  height: 40vh;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.site-title {
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  -webkit-text-stroke: 2px #777;
  text-shadow: 5px 6px 0 hsl(142, 100%, 46%);
  color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .site-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.site-title a {
  color: #fff;
}

.site-title--pediatric {
  font-size: 6vw;
  text-shadow: 5px 6px 0 hsl(16, 83%, 52%);
}

.site-title--psychiatric {
  font-size: 6vw;
  text-shadow: 5px 6px 0 hsl(340, 83%, 52%);
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -9px;
  min-height: 100px;
  max-height: 150px;
}

.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.main-navigation {
  display: none;
}

.site-main {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .site-main {
    padding: 0 10px;
  }
}

#feas-searchform-0 {
  border: none;
  padding: 10px;
}

.document-list {
  margin-top: 40px;
}
.document-list .col-xs-12 + .col-xs-12 {
  margin-top: 20px;
}
.document-list__item {
  border: 1px solid #ccc;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.document-list__item img {
  width: 80px;
  height: auto;
}
.document-list__item a {
  background: #fff;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 4px;
  position: relative;
  color: #498ee0;
}
.document-list__item .title {
  position: relative;
  color: #498ee0;
  font-weight: bold;
}
.document-list__item .title span {
  border-bottom: 1px solid #498ee0;
  font-size: 30px;
  margin-right: 20px;
}
.document-list__item .contents {
  margin-top: 1em;
}
.document-list__text {
  flex: 1;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .document-list__text {
    margin-left: 0;
  }
}

.doc_dl_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.doc_dl_wrap h3 {
  display: inline-block;
}
.doc_dl_item {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.doc_dl_item li {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  align-items: center;
}
.doc_dl_item li + li {
  margin-left: 2.5em;
}

.h-title01 {
  font-size: 32px;
  font-size: 2rem;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  line-height: 1.40625;
}
@media screen and (max-width: 767px) {
  .h-title01 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.post-11 .h-title01 {
  padding-bottom: 10px;
  padding-top: 20px;
}
@media screen and (min-width: 767px) {
  .post-11 .h-title01 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.post-11 .h-title01::before {
  top: 9px;
}
.h-title01::before {
  color: rgba(0, 113, 177, 0.2);
  content: attr(data-en);
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  font-style: italic;
  left: 50%;
  position: absolute;
  top: 16px;
  transform: translateX(-50%);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .h-title01::before {
    font-size: 40px;
    top: 55px;
  }
}
.box_program_introduction .h-title01::before {
  top: 9px;
}
.box_price .h-title01::before {
  top: 9px;
}
.box_lecture .h-title01::before {
  top: 9px;
}
.box_ladder .h-title01::before {
  top: 24px;
}
@media screen and (max-width: 767px) {
  .h-title01 {
    padding-inline: 10px;
  }
}
.box_improve .h-title01::before {
  top: 40px;
}
.box_desining .h-title01::before {
  top: 40px;
}
.h-title01 + p {
  line-height: 2;
}

.comment {
  margin-bottom: 20px;
}
.comment h3 {
  font-size: 28px;
  font-size: 1.75rem;
  align-items: center;
  display: flex;
}
.comment p + p {
  margin-top: 1em;
}
.comment ul {
  position: relative;
  padding-left: 0;
  margin: 0 0 1em;
}
.comment ul li {
  list-style-type: none !important;
  display: flex;
  align-items: center;
}
.comment ul li span {
  margin-right: 0.3em;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.form_wrap {
  background: #eee;
  padding: 10px 20px;
  margin-top: 20px;
}

/* チェックボックス01 */
/* ラジオボタン01 */
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 12px;
  left: 9px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

input[type=radio] {
  display: none;
}
input[type=radio]:checked + .radio01::after {
  opacity: 1;
}

.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio01::after {
  background: #ed7a9c;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}

.search-area {
  margin-top: 0.5em;
}
.search-area input[type=text] {
  padding: 5px 5px 3px;
  font-size: 16px;
  border: 1px solid #D6D6D6;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .search-area input[type=text] {
    width: 100%;
  }
}
.search-area input[type=text]:focus {
  background: #F9F9F9;
}

.search-result {
  margin-top: 20px;
}

.hit-num__text span {
  font-weight: bold;
}

#search-result__list {
  margin-top: 15px;
}
#search-result__list span {
  display: inline-block;
  margin-right: 15px;
  padding: 5px;
  background: #F2F2F2;
}

.document-list__item .hidden {
  display: none;
}

.text-author p + p {
  margin-top: 1em;
}

.text-author-right {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}

#result [class*=hidden-] {
  display: none;
}

.search-box fieldset {
  border: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.search-box input {
  width: 50%;
  padding: 8px 8px;
}
@media screen and (max-width: 767px) {
  .search-box input {
    width: 100%;
  }
}

.copy {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 20px auto;
  text-align: center;
}

.link-doc {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .link-doc {
    margin-inline: 10px;
    text-align: center;
  }
}
.link-doc a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  color: red;
  margin-top: 2em;
  border: 1px solid red;
  padding: 8px 12px;
  transition: all 0.3s ease;
}
.link-doc a:hover {
  background: red;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */