@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:100i,300,400");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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;
}

/* Embedded content
   ========================================================================== */
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */
details,
menu {
  display: block;
}

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
canvas {
  display: inline-block;
}

template {
  display: none;
}

/* Hidden
   ========================================================================== */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([class]) {
  text-decoration: none;
  color: #9bb4d7;
}

a:not([class]):hover {
  text-decoration: underline;
}

*, *::before, *::after {
  box-sizing: border-box;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
  font-size: 62.5%;
  color: #626262;
}

body {
  font-size: 1.6rem;
  line-height: 2.1875;
}

@media screen and (max-width: 760px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
  }
}
/* =================================
 Utility
================================= */
@media (max-width: 910px) {
  body {
    position: relative;
  }
}
@media (max-width: 1120px) {
  .u-large-size-only {
    display: none;
  }
}
@media (max-width: 1500px) {
  .u-max-size-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-small-size-only {
    display: none;
  }
}
.global-footer {
  margin-top: 8.8541666667%;
  padding-top: 26px;
  padding-bottom: 26px;
  background: #6db89d;
}
.global-footer__copyright {
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}
@media (max-width: 910px) {
  .global-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-top: 185px;
    margin-bottom: 50px;
    padding: 0;
  }
  .global-footer__copyright {
    font-size: 1rem;
  }
}

.headline01 {
  color: #364b69;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.5217391304;
}

.headline02 {
  display: flex;
  flex-direction: column;
  color: #364b69;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.5217391304;
}
.headline02::before, .headline02::after {
  order: 1;
  display: block;
}
.headline02::before {
  width: 100px;
  height: 3px;
  margin-top: 56px;
  background: #9bb4d7;
  content: '';
}
.headline02::after {
  content: attr(data-en-text);
  margin-top: 24px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #9bb4d7;
}
@media (max-width: 1200px) {
  .headline02 {
    font-size: 3.2rem;
  }
}
@media (max-width: 910px) {
  .headline02 {
    font-size: 1.8rem;
  }
  .headline02::before {
    height: 2px;
    margin-top: 25px;
  }
  .headline02::after {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

.headline03 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.8333333333;
  color: #626262;
}

.global-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #6db89d;
  height: 150px;
}
.global-header__logo {
  width: 512px;
  line-height: 1;
}
.global-header__logo > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 447px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
}
.global-header__logo > a:hover {
  text-decoration: none;
}
.global-header__logo > a::before {
  content: '';
  display: block;
  width: 58px;
  height: 58px;
  background: url(/nyushi2019/img/icon_logo.png) no-repeat;
}
.global-header__logo-text01 {
  font-weight: bold;
  font-size: 3.8rem;
}
.global-header__logo-text02 {
  font-weight: bold;
  font-size: 2.6rem;
}
.global-header__logo-text03 {
  width: 100%;
  margin-top: 7px;
  padding-left: 76px;
}
.global-header__sns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 266px;
}
.global-header__col02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1147px;
  max-width: 1147px;
  margin-left: 30px;
}
.global-header__contact-button {
  display: flex;
  justify-content: space-between;
  width: 410px;
}
.global-header__contact-button a {
  display: block;
  line-height: 1;
  padding: 9px 0 9px 38px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s background-color;
}
.global-header__contact-button a:hover {
  background-color: #61cca5;
  text-decoration: none;
}
.global-header__contact-button li:nth-of-type(1) a {
  width: 245px;
  background: url(/nyushi2019/img/icon_contact01.png) no-repeat 10px center;
}
.global-header__contact-button li:nth-of-type(1) a:hover {
  background-color: #61cca5;
  text-decoration: none;
}
.global-header__contact-button li:nth-of-type(2) a {
  width: 145px;
  background: url(/nyushi2019/img/icon_contact02.png) no-repeat 10px center;
}
.global-header__contact-button li:nth-of-type(2) a:hover {
  background-color: #61cca5;
  text-decoration: none;
}
.global-header__tel {
  display: flex;
  justify-content: space-between;
  width: 410px;
  font-size: 2.1rem;
  color: #fff;
}
@media (max-width: 1450px) {
  .global-header__logo-text01 {
    font-weight: bold;
    font-size: 2.6rem;
  }
  .global-header__logo-text02 {
    font-weight: bold;
    font-size: 2.6rem;
  }
  .global-header__logo-text03 {
    width: 100%;
    margin-top: -10px;
    padding-left: 62px;
  }
  .global-header__logo a {
    width: 350px;
  }
  .global-header__col02 {
    flex-direction: column;
    margin-left: 10px;
  }
  .global-header__sns {
    flex-wrap: wrap;
  }
  .global-header__sns li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .global-header__tel {
    width: 350px;
    font-size: 1.8rem;
  }
  .global-header__contact-button {
    display: flex;
    justify-content: space-between;
    width: 350px;
    font-size: 1.4rem;
  }
  .global-header__contact-button li:nth-of-type(1) a {
    width: 190px;
  }
  .global-header__contact-button li:nth-of-type(2) a {
    width: 145px;
  }
}
@media (max-width: 1000px) {
  .global-header__logo a {
    align-items: flex-start;
    width: 270px;
  }
  .global-header__logo a::before {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .global-header__logo-text01 {
    font-size: 2rem;
  }
  .global-header__logo-text02 {
    font-size: 2rem;
  }
  .global-header__logo-text03 {
    margin-top: -14px;
    padding-left: 47px;
  }
  .global-header__col02 {
    align-items: flex-start;
  }
}
@media (max-width: 910px) {
  .global-header {
    position: relative;
    z-index: 1;
  }
  .global-header__logo {
    position: absolute;
    left: 10px;
    top: 170px;
    width: auto;
  }
}
@media (max-width: 910px) {
  .global-header {
    height: auto;
    position: static;
  }
  .global-header__logo {
    z-index: 1;
    top: 25px;
    left: 20px;
  }
  .global-header__logo-text01 {
    font-size: 1.3rem;
  }
  .global-header__logo-text02 {
    font-size: 1.1rem;
  }
  .global-header__logo-text03 {
    font-size: 0.9rem;
    padding-left: 33px;
    margin-top: -8px;
  }
  .global-header__logo a {
    width: 168px;
  }
  .global-header__logo a::before {
    width: 23px;
    height: 23px;
  }
  .global-header__col02 {
    flex-direction: column-reverse;
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    height: 130px;
    margin-left: 0;
    background: #6db89d;
  }
  .global-header__tel {
    width: 280px;
    font-size: 1.4rem;
  }
  .global-header__contact {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .global-header__contact-button {
    display: flex;
    justify-content: space-between;
    width: 280px;
    font-size: 1.4rem;
  }
  .global-header__contact-button li:nth-of-type(1) a {
    width: 170px;
    padding-left: 25px;
    background-size: 10px auto;
    font-size: 1.1rem;
  }
  .global-header__contact-button li:nth-of-type(2) a {
    width: 100px;
    padding-left: 25px;
    background-size: 10px auto;
    font-size: 1.1rem;
  }
  .global-header__sns {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
  }
}

.button-request {
  margin-left: 30px;
  line-height: 1.2;
  text-align: center;
  z-index: 6;
}
.body--state-fixed .button-request {
  position: fixed;
  right: 0;
  top: -50px;
}
.button-request__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 150px;
  background: #ec9e42;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  transition: background-color 0.3s, transform 0.3s, height 0.3s;
}
.body--state-fixed .button-request__link {
  transform: translateY(50px);
  height: 100px;
}
.button-request__link:hover {
  background: #f7a23e;
}
.button-request__link span {
  font-size: 2.4rem;
}
.button-request__link::after {
  display: block;
  content: '';
  width: 21px;
  height: 26px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background: url(/nyushi2019/img/icon_request.png) no-repeat;
}
@media (max-width: 1450px) {
  .button-request {
    margin-left: 10px;
  }
}
@media (max-width: 910px) {
  .button-request, .body--state-fixed .button-request {
    position: fixed;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    margin-left: 0;
    transform: none;
  }
  .button-request__link, .body--state-fixed .button-request__link, .body--state-fixed .button-request__link, .body--state-fixed .body--state-fixed .button-request__link {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    text-align: left;
    font-size: 1rem;
    transform: none;
  }
  .button-request__link > p, .body--state-fixed .button-request__link > p, .body--state-fixed .button-request__link > p, .body--state-fixed .body--state-fixed .button-request__link > p {
    flex: 1;
    padding-left: 10px;
  }
  .button-request__link span, .body--state-fixed .button-request__link span, .body--state-fixed .button-request__link span, .body--state-fixed .body--state-fixed .button-request__link span {
    font-size: 1.4rem;
  }
  .button-request__link::after, .body--state-fixed .button-request__link::after, .body--state-fixed .button-request__link::after, .body--state-fixed .body--state-fixed .button-request__link::after {
    margin-left: 27px;
    margin-right: 0;
    margin-top: 0;
  }
}

.visual {
  position: relative;
  height: 0;
  padding-top: 45.8333333333%;
  background: #6db89d url(/nyushi2019/img/bg00.png) no-repeat left center;
}
.visual__body {
  position: absolute;
  top: 0;
  left: 16.09375%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.visual__title {
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.visual__title__01 {
  display: block;
  font-size: 4.2rem;
}
.visual__title__02 {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 6rem;
}
.visual__title__02 > span {
  font-size: 8rem;
}
.visual__text {
  margin-top: 76px;
  margin-left: 140px;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.8;
}
.visual::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  height: 0;
  width: 79.1666666667%;
  padding-top: 45.8333333333%;
  background: url(/nyushi2020/img/img01.jpg) no-repeat center top;
  background-size: 100%;
}
.visual::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6041666667vw 0 0 calc(100vw - 17px);
  border-color: transparent transparent transparent #fff;
}
.visual__scroll {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 40px);
  width: 80px;
  padding-top: 55px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
.visual__scroll::before {
  position: absolute;
  top: 0;
  left: calc(50% - 8px);
  display: block;
  content: '';
  width: 16px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 3px 3px 8px 8px;
}
.visual__scroll::after {
  position: absolute;
  top: 3px;
  left: calc(50% - 1px);
  display: block;
  content: '';
  width: 2px;
  height: 6px;
  background: #fff;
  border-radius: 1px;
  -webkit-animation: scroll-down 1.35s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: scroll-down 1.35s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.visual__scroll > span::before {
  position: absolute;
  left: 50%;
  top: 35px;
  display: block;
  width: 1px;
  height: 10px;
  background: #fff;
  content: '';
}
@media (max-width: 1500px) {
  .visual__title__01 {
    font-size: 3.35rem;
  }
  .visual__title__02 {
    font-size: 5rem;
  }
  .visual__title__02 > span {
    font-size: 6rem;
  }
  .visual__text {
    margin-top: 30px;
    margin-left: 100px;
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .visual {
    padding-top: 60%;
  }
  .visual::before {
    width: 100%;
    padding-top: 60%;
  }
  .visual__title__01 {
    font-size: 2.3rem;
  }
  .visual__title__02 {
    font-size: 3.4rem;
  }
  .visual__title__02 > span {
    font-size: 4.2rem;
  }
  .visual__text {
    font-size: 1.6rem;
    margin-left: 0;
  }
  .visual__scroll {
    display: none;
  }
}
@media (max-width: 910px) {
  .visual::before {
    width: 100%;
    background-position: left center;
    background-size: 910px auto;
  }
}
@media (max-width: 910px) {
  .visual {
    padding-top: 465px;
    background: #6db89d url(/nyushi2019/img/bg00.png) no-repeat left center;
  }
  .visual::before {
    padding-top: 465px;
    background-position: right center;
    background-size: 820px auto;
  }
  .visual__body {
    left: 20px;
    justify-content: flex-end;
  }
  .visual__title__01 {
    font-size: 1.9rem;
    line-height: 1.2;
  }
  .visual__title__02 {
    flex-wrap: wrap;
    font-size: 3rem;
  }
  .visual__title__02 > span {
    display: block;
    width: 100%;
    font-size: 4.5rem;
  }
  .visual__text {
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: 0;
    font-size: 1.2rem;
  }
}
@media (max-width: 530px) {
  .visual::before {
    background-position: -300px center;
  }
}
@media (max-width: 530px) {
  .visual::before {
    background-position: -300px center;
  }
}
@media (max-width: 360px) {
  .visual::before {
    background-position: -330px center;
  }
}

@-webkit-keyframes scroll-down {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px) scaleY(1.3);
    opacity: 1;
  }
  100% {
    transform: translateY(9px);
  }
}
@keyframes scroll-down {
  0% {
    opacity: 0;
    transform: translateY(0) scaleY(1.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(9px) scaleY(0.5);
  }
}
.introduction {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 110px auto 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.introduction > .headline01 {
  width: 50%;
}
.introduction > p {
  width: 46.8181818182%;
}
@media (max-width: 1120px) {
  .introduction {
    flex-direction: column;
    align-items: center;
  }
  .introduction > .headline01 {
    width: 80%;
    font-size: 3.2rem;
  }
  .introduction > p {
    width: 80%;
    margin-top: 20px;
  }
}
@media (max-width: 910px) {
  .introduction {
    flex-direction: column;
    align-items: flex-start;
  }
  .introduction > .headline01 {
    width: auto;
    font-size: 1.8rem;
  }
  .introduction > p {
    width: auto;
    margin-top: 20px;
    font-size: 1.3rem;
  }
}

.schedule {
  padding-top: 124px;
  padding-bottom: 54px;
}

.tabs__item {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.tabs-heading {
  float: left;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 28px;
  padding: 5px 40px 3px 20px;
  background: #9bb4d7;
  line-height: 1.3;
  font-weight: bold;
  font-size: 2.6rem;
  color: #fff;
}
.tabs-heading--scholarship {
  background: #ce8372;
}
.tabs-heading::after {
  position: absolute;
  display: block;
  content: '';
  width: 40px;
  height: 105%;
  background: #ffffff;
  transform: skewX(26.6deg);
  right: -20px;
  top: -1px;
}
@media (max-width: 910px) {
  .tabs-heading {
    font-size: 1.3rem;
  }
}

.sp-tabs-button {
  display: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background: #6db89d;
  border: none;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
  line-height: 40px;
  text-align: left;
  color: #fff;
  outline: none;
}
.sp-tabs-button--scholarship {
  background: #ec9e42;
}
.sp-tabs-button::before {
  position: absolute;
  right: 29px;
  top: calc(50% - 5px);
  content: '';
  display: block;
  width: 1px;
  height: 9px;
  background: #fff;
  transition: 0.3s transform;
}
.sp-tabs-button::after {
  position: absolute;
  right: 25px;
  top: calc(50% - 1px);
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background: #fff;
}
.sp-tabs-button--active::before {
  transform: scaleY(0);
}
@media (max-width: 910px) {
  .sp-tabs-button {
    display: block;
  }
}

.tabs-nav {
  margin-bottom: 60px;
  border-bottom: 3px solid #e2e2e2;
}
.tabs-nav__list {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.tabs-nav__item {
  flex: 1;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}
.tabs-nav__item > a {
  display: block;
  padding-top: 23px;
  padding-bottom: 23px;
  color: #626262;
  text-decoration: none;
  line-height: 1.2;
  outline: none;
}
.tabs-nav__item > a:hover {
  text-decoration: none;
}
.tabs-nav__item.ui-tabs-active > a {
  background: #6db89d;
  color: #fff;
}
.tabs-nav__item--scholarship.ui-tabs-active > a {
  background: #ec9e42;
  color: #fff;
}
@media (max-width: 910px) {
  .tabs-nav {
    display: none;
  }
}

.tabs-nav-small {
  display: flex;
}
.tabs-nav-small__item {
  margin-right: 20px;
  font-size: 2.6rem;
  font-weight: bold;
}
.tabs-nav-small__item > a {
  display: block;
  width: 100px;
  background: #e6f4ef;
  text-align: center;
  color: #626262;
  text-decoration: none;
  outline: none;
}
.tabs-nav-small__item > a:hover {
  text-decoration: none;
}
.tabs-nav-small__item.ui-tabs-active > a {
  background: #6db89d;
  color: #fff;
}
.tabs-nav-small__item--scholarship > a {
  background: #f3d0b7;
}
.tabs-nav-small__item--scholarship.ui-tabs-active > a {
  background: #ec9e42;
  color: #fff;
}
@media (max-width: 910px) {
  .tabs-nav-small {
    margin-top: 25px;
    justify-content: space-between;
  }
  .tabs-nav-small__item {
    width: 29.8245614035%;
    margin-right: 0;
    font-size: 1.3rem;
  }
  .tabs-nav-small__item > a {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.tabs-section01 {
  clear: both;
  padding-top: 25px;
  border-top: 1px solid #6db89d;
}
.tabs-section01--scholarship {
  border-top: 1px solid #ce8c3e;
}

.icon-must {
  display: inline-block;
  width: 90px;
  background: #e23e3e;
  text-align: center;
  color: #fff;
}
@media (max-width: 910px) {
  .icon-must {
    width: auto;
    padding-left: 3px;
    padding-right: 3px;
  }
}

.schedule__header {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 170px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 910px) {
  .schedule__header {
    margin-bottom: 30px;
  }
}

.schedule-list01 {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
  line-height: 1.5;
}
.schedule-list01 > dt {
  width: 150px;
  font-weight: bold;
  font-size: 2.2rem;
  color: #6db89d;
}
.schedule-list01--scholarship > dt {
  color: #ce8c3e;
}
.schedule-list01 > dd {
  width: calc(100% - 150px);
  font-weight: bold;
  font-size: 2.2rem;
}
.schedule-list01 > dd + dt, .schedule-list01 > dd + dt + dd {
  margin-top: 38px;
}
.schedule-list__small {
  font-size: 1.6rem;
}
.schedule-list02 {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
  line-height: 1.5;
}
.schedule-list02 > dt {
  width: 240px;
  font-weight: bold;
  font-size: 2.2rem;
  color: #6db89d;
}
.schedule-list02--scholarship > dt {
  color: #ce8c3e;
}
.schedule-list02 > dd {
  width: calc(100% - 240px);
  font-weight: bold;
  font-size: 2.2rem;
}
.schedule-list02 > dd + dt, .schedule-list02 > dd + dt + dd {
  margin-top: 38px;
}
.schedule-list__item {
  line-height: 1.9230769231;
}
.schedule-list__item:not(:first-child) {
  margin-top: 18px;
}
.schedule-list__button {
  position: relative;
  display: block;
  width: 280px;
  margin-top: 36px;
  padding: 12px 20px;
  background: #9bb4d7;
  text-decoration: none;
  font-size: 2.2rem;
  color: #fff;
  transition: 0.3s background-color;
}
.schedule-list__button--scholarship {
  background: #ce8372;
}
.schedule-list__button:hover {
  background: #829cbf;
}
.schedule-list__button--scholarship:hover {
  background: #cc705b;
}
.schedule-list__button::after {
  content: '';
  position: absolute;
  right: 22px;
  top: calc(50% - 5px);
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(-45deg);
  transition: 0.3s transform;
}
.schedule-list__button:hover::after {
  transform: rotateZ(-45deg) translateX(3px) translateY(3px);
}
@media (max-width: 910px) {
  .schedule-list01 {
    clear: both;
    flex-direction: column;
  }
  .schedule-list01 > dt {
    width: 100%;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .schedule-list01--scholarship > dt {
    color: #ce8c3e;
  }
  .schedule-list01 > dd {
    width: 100%;
    font-weight: normal;
    font-size: 1.3rem;
  }
  .schedule-list01 > dd + dt {
    margin-top: 20px;
  }
  .schedule-list01 > dd + dt + dd {
    margin-top: 0;
  }
  .schedule-list02 {
    flex-direction: column;
  }
  .schedule-list02 > dt {
    width: 100%;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .schedule-list02 > dd {
    width: 100%;
    font-weight: normal;
    font-size: 1.3rem;
  }
  .schedule-list02 > dd + dt {
    margin-top: 20px;
  }
  .schedule-list02 > dd + dt + dd {
    margin-top: 0;
  }
  .schedule-list__item {
    line-height: 1.9230769231;
    text-indent: -1em;
    padding-left: 1em;
  }
  .schedule-list__item:first-child, .schedule-list__item:not(:first-child) {
    margin-top: 10px;
  }
  .schedule-list__item::before {
    content: '●';
    color: #6db89d;
  }
  .schedule-list__item--dotted-hide::before {
    content: '';
    color: #6db89d;
  }
  .schedule-list__small {
    font-size: 1.1rem;
  }
  .schedule-list__button {
    width: 125px;
    margin-top: 18px;
    padding: 8px 12px;
    font-size: 1.3rem;
  }
}

.point {
  position: relative;
  background: #e6f4ef url(/nyushi2019/img/bg02.png) no-repeat left bottom;
}
.point::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin-bottom: 220px;
  border-style: solid;
  border-width: 2.6041666667vw calc(100vw - 17px) 0 0;
  border-color: #fff transparent transparent transparent;
}
.point::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin-top: 220px;
  border-style: solid;
  border-width: 2.6041666667vw 0 0 calc(100vw - 17px);
  border-color: transparent transparent transparent #fff;
}
.point__header {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.point__header::before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 34.84375%;
  height: 0;
  padding-top: 36.8229166667%;
  background: url(/nyushi2019/img/bg01.png) no-repeat;
  background-size: cover;
  z-index: 5;
}
.point__header > .headline02 {
  position: relative;
  z-index: 5;
}
.point__item-cover {
  margin-top: 40px;
  position: relative;
  z-index: 4;
}
.point__item-cover::before {
  display: block;
  content: '';
  width: 100%;
  height: 50px;
  background: #e6f4ef;
}
.point__item-cover::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(100vw - 17px) 2.1vw 0;
  border-color: transparent #e6f4ef transparent transparent;
}
.point__item {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.point__item--reverse {
  flex-direction: row-reverse;
}
.point__item--01 {
  z-index: 3;
}
.point__item--02 {
  z-index: 2;
}
.point__item--03 {
  margin-top: 0;
  z-index: 1;
}
.point__image {
  perspective: none;
  width: 43.75%;
}
.point__image > img {
  transform-origin: center;
  transform: none;
}
.point__image--reverse {
  perspective: 24vw;
  width: 43.75%;
}
.point__image--reverse > img {
  transform-origin: center;
  transform: none;
}
.point__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 33.8541666667%;
  padding: 0 6.25% 0 3.6458333333%;
}
.point__body > p {
  margin-top: 20px;
}
.point__body--reverse {
  padding: 0 3.6458333333% 0 6.25%;
}
.point__body::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: none;
  z-index: -1;
}
.point__body--reverse::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: none;
  z-index: -1;
}
.point__number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
.point__number--01 {
  align-items: flex-end;
  margin-left: -2.5vw;
  color: #9bb4d7;
}
.point__number--02 {
  margin-right: -2.5vw;
  color: #6db89d;
}
.point__number--03 {
  align-items: flex-end;
  margin-left: -2.5vw;
  color: #9bb4d7;
}
.point__number-text01 {
  font-size: 2vw;
  font-weight: 300;
  font-style: italic;
}
.point__number-text02 {
  font-size: 13.95vw;
  font-weight: 100;
  font-style: italic;
}
@media (max-width: 1670px) {
  .point__item {
    margin-top: 3vw;
  }
  .point__image {
    perspective: none;
  }
  .point__image > img {
    transform-origin: center;
    transform: none;
  }
  .point__image--reverse {
    perspective: none;
    background: #fff;
  }
}
@media (max-width: 1670px) and (max-width: 910px) {
  .point__image--reverse {
    background: none;
  }
}
@media (max-width: 1670px) {
  .point__image--reverse > img {
    transform-origin: center;
    transform: none;
  }
  .point__body {
    padding: 3.6458333333%;
    background: #fff;
  }
  .point__body > .headline03 {
    font-size: 2.6rem;
  }
  .point__body > p {
    margin-top: 8px;
  }
  .point__body::before {
    content: none;
  }
  .point__number {
    flex: 1;
    align-items: center;
    margin: 0;
    background: #fff;
  }
}
@media (max-width: 910px) {
  .point {
    background-size: 150px auto;
  }
  .point::before {
    margin-bottom: 80px;
  }
  .point::after {
    margin-top: 0;
  }
  .point__header {
    margin-bottom: 20px;
  }
  .point__item-cover {
    margin-top: 0;
  }
  .point__item-cover::before, .point__item-cover::after {
    content: none;
  }
  .point__item {
    flex-direction: column;
    align-items: center;
  }
  .point__image {
    width: 100%;
    transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
  }
  .point__body {
    order: 2;
    width: 87.5%;
    margin-bottom: 65px;
    padding: 28px 25px 30px;
    background: #fff;
  }
  .point__body > .headline03 {
    font-size: 1.6rem;
  }
  .point__body > p {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .point__body::before {
    content: none;
  }
  .point__number {
    position: relative;
    flex: 1;
    align-items: flex-start;
    width: 87.5%;
    padding: 28px 25px 0;
    background: #fff;
    margin: 0;
  }
  .point__number-text01 {
    font-size: 1rem;
  }
  .point__number-text02 {
    font-size: 6.75rem;
  }
}

.links {
  position: relative;
  background: #e6f4ef;
}
.links::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6041666667vw calc(100vw - 17px) 0 0;
  border-color: #fff transparent transparent transparent;
}
.links::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6041666667vw 0 0 calc(100vw - 17px);
  border-color: transparent transparent transparent #fff;
}
.links__inner {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.5625%;
  padding-left: 20px;
  padding-right: 20px;
}
.links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5.0909090909%;
  padding-bottom: 14.0909090909%;
}
.links-list__item {
  display: flex;
  width: 29.0909090909%;
}
.links-list__item:nth-of-type(n + 4) {
  margin-top: 5.4545454545%;
}
.links-list__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 19px 72px 19px 19px;
  border: 1px solid #6db89d;
  text-decoration: none;
  line-height: 1.3636363636;
  font-size: 2.2rem;
  font-weight: bold;
  color: #6db89d;
  transition: 0.3s color, 0.3s background;
}
.links-list__link:hover {
  color: #fff;
  background: #6db89d;
}
.links-list__link::after {
  position: absolute;
  content: '';
  display: block;
  right: 30px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-right: 2px solid #6db89d;
  border-bottom: 2px solid #6db89d;
  transform: rotateZ(-45deg);
  transition: 0.3s transform, 0.3s border-color;
}
.links-list__link:hover::after {
  transform: rotateZ(-45deg) translateX(3px) translateY(3px);
  border-color: #fff;
}
@media (max-width: 1120px) {
  .links-list__link {
    font-size: 1.8rem;
  }
}
@media (max-width: 910px) {
  .links-list {
    flex-direction: column;
  }
  .links-list__item {
    width: 100%;
  }
  .links-list__item:nth-of-type(n + 2) {
    margin-top: 4.6875%;
  }
  .links-list__link {
    font-size: 1.3rem;
  }
}
@media (max-width: 910px) {
  .links__inner {
    padding-top: 70px;
  }
}

.map {
  margin-top: 4.6875%;
}
.map__header {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.map__body {
  margin-top: 5.7291666667%;
}
.map__body > iframe {
  width: 100%;
  height: 41.6666666667vw;
}
.map__footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  margin-top: 5.7291666667%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.map__footer-col01 {
  width: 41.8181818182%;
}
.map__footer-col02 {
  width: 50.5454545455%;
}
.map__footer-title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
.map__footer-address {
  margin-top: 8px;
  font-size: 1.8rem;
}
.map__footer-text {
  margin-top: 10px;
  line-height: 1.875;
}
.map__footer-text a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 910px) {
  .map {
    margin-top: 50px;
  }
  .map__body {
    margin-top: 5.7291666667%;
  }
  .map__body > iframe {
    height: 83.59375vw;
  }
  .map__footer {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .map__footer-col01 {
    width: 100%;
  }
  .map__footer-col02 {
    width: 100%;
    margin-top: 20px;
  }
  .map__footer-title {
    font-size: 1.6rem;
  }
  .map__footer-address {
    font-size: 1.3rem;
  }
  .map__footer-text {
    font-size: 1.3rem;
  }
}

.page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 6;
  line-height: 1;
  opacity: 0;
  transition: 0.3s opacity;
}
.page-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #364b69;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  transition: 0.3s background-color;
}
.page-top a:hover {
  background: #466692;
  text-decoration: none;
}
.page-top a::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotateZ(45deg);
}
.body--state-fixed .page-top {
  opacity: 1;
}
@media (max-width: 910px) {
  .page-top, .body--state-fixed .page-top {
    display: none;
  }
}

.point-btn {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 36px;
  padding: 4px 20px;
  background: #9bb4d7;
  text-decoration: none;
  font-size: 2.2rem;
  color: #fff;
  transition: 0.3s background-color;
}
.point-btn--scholarship {
  background: #ce8372;
}
.point-btn:hover {
  background: #829cbf;
}
.point-btn--scholarship:hover {
  background: #cc705b;
}
.point-btn::after {
  content: '';
  position: absolute;
  right: 22px;
  top: calc(50% - 5px);
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(-45deg);
  transition: 0.3s transform;
}
.point-btn:hover::after {
  transform: rotateZ(-45deg) translateX(3px) translateY(3px);
}
@media (max-width: 1220px) {
  .point-btn {
    font-size: 1.6rem;
  }
}
@media (max-width: 910px) {
  .point-btn {
    width: 50%;
    margin-top: 18px;
    padding: 8px 12px;
    font-size: 1.3rem;
  }
}
@media (max-width: 550px) {
  .point-btn {
    width: 100%;
  }
}
