@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400");
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-style: normal;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    overflow-y: scroll;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
input, textarea {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
@font-face {
    font-family: "YuGothic M";
    src: local(YuGothic-Medium), local(Yu Gothic Medium), local(YuGothic-Regular);
}
html {
    font-size: 62.5%;
}
body {
    color: #333;
    background-color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 767px) {
html, body {
    height: 100%;
}
}
h1, h2, h3, h4 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .05em;
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
h1, h2, h3, h4 {
    font-size: 1.4rem;
}
}
table {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
}
p {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
p {
    font-size: 1.4rem;
}
}
a {
    color: #034ea2;
}
small {
    font-size: 0.8em;
}
img {
    vertical-align: bottom;
}
input, button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
input[type="text"], input[type="email"], input[type="password"] {
    border: 1px solid #c1c1c1;
    padding: 0 10px;
    height: 2.5em;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
input[type="text"], input[type="email"], input[type="password"] {
    font-size: 1.3rem;
}
}
textarea {
    border: 1px solid #c1c1c1;
    padding: 10px;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
textarea {
    font-size: 1.3rem;
}
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="checkbox"] {
    cursor: pointer;
}
select {
    border: 1px solid #c1c1c1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 35px 10px 5px;
    background-position: right 0 top 50%;
    background-size: auto 100%;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #333;
}
li.language {
    position: relative;
}
li.language:after {
    position: absolute;
    top: 13px;
    right: 5px;
    content: "▼";
    display: block;
    font-size: 1rem;
}

@media only screen and (max-width: 1024px) {
li.language:after {
    content: none;
}
}

@media only screen and (max-width: 1024px) {
select {
    font-size: 1.3rem;
}
}
 select::-ms-expand {
 display: none;
}
button {
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.txt-l {
    text-align: left;
}
.wrap {
    width: 1024px;
    margin: auto;
}

@media only screen and (max-width: 1024px) {
.wrap {
    width: calc(100% - 20px);
}
}
.wrap-s {
    width: 960px;
    margin: auto;
}

@media only screen and (max-width: 960px) {
.wrap-s {
    width: calc(100% - 20px);
}
}
.headerGlobal {
    position: relative;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 6px #999;
    box-shadow: 0 0 6px #999;
}

@media only screen and (min-width: 768px) {
.headerGlobal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.headerGlobal-top .headerGlobal {
    position: relative;
}
}
.headerGlobal .headerGlobal-logo {
    padding: 10px 0px;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
.headerGlobal .headerGlobal-logo {
    margin-top: 0px;
    margin-left: 5px;
}
}
.headerGlobal .headerGlobal-logo img {
    height: 45px;
}

@media only screen and (max-width: 767px) {
.headerGlobal .headerGlobal-logo img {
    height: 40px;
}
}
.headerGlobal .headerGlobal-nav-pc ul {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headerGlobal .headerGlobal-nav-pc li {
    display: inline-block;
    margin-left: 22px;
}
.headerGlobal .headerGlobal-nav-pc li a {
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.headerGlobal-top .headerGlobal .headerGlobal-nav-pc li a {
    color: #fff;
}
.headerGlobal .headerGlobal-nav-pc li a:after {
    position: absolute;
    bottom: -5px;
    left: 15%;
    content: '';
    width: 70%;
    height: 2px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.headerGlobal .headerGlobal-nav-pc li a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.headerGlobal .headerGlobal-nav-pc li a:before {
    content: "";
}
.headerGlobal .headerGlobal-nav-pc li span {
    position: relative;
    z-index: 1;
}
.headerGlobal .headerGlobal-nav-pc li.policy a:after {
    background: #00A4E3;
}
.headerGlobal .headerGlobal-nav-pc li.curriculum a:after {
    background: #E7364A;
}
.headerGlobal .headerGlobal-nav-pc li.schedule a:after {
    background: #8CC456;
}
.headerGlobal .headerGlobal-nav-pc li.support a:after {
    background: #FFE33F;
}
.headerGlobal .headerGlobal-nav-pc li.access a:after {
    background: #666;
}
.headerGlobal .headerGlobal-nav-pc li.contact {
    background: #E7364A;
    margin-left: 22px;
    -webkit-transition: .3s;
    transition: .3s;
}
.headerGlobal .headerGlobal-nav-pc li.contact a {
    color: #fff;
    display: block;
    padding: 21px 38px;
    font-weight: bold;
}
.headerGlobal .headerGlobal-nav-pc li.contact a:after {
    height: 0px;
}
.headerGlobal .headerGlobal-nav-pc li.contact:hover {
    background: rgba(231, 54, 74, 0.8);
}
.headerGlobal .headerGlobal-nav-button {
    position: fixed;
    right: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 100;
    width: 50px;
    height: 50px;
    padding: 16px 11px 11px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #E7364A;
}
.headerGlobal .headerGlobal-nav-button div {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 22px;
    height: 19px;
    position: relative;
}
.headerGlobal .headerGlobal-nav-button span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.headerGlobal .headerGlobal-nav-button span:nth-of-type(1) {
    top: 0;
}
.headerGlobal .headerGlobal-nav-button span:nth-of-type(2) {
    top: 8px;
}
.headerGlobal .headerGlobal-nav-button span:nth-of-type(3) {
    bottom: 0;
}
.headerGlobal .headerGlobal-nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.headerGlobal .headerGlobal-nav-button.active span:nth-of-type(2) {
    opacity: 0;
}
.headerGlobal .headerGlobal-nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}
.headerGlobal .headerGlobal-nav-sp {
    position: fixed;
    left: 5px;
    top: 56px;
    width: calc(100% - 10px);
    z-index: 10;
    display: none;
}
.headerGlobal .headerGlobal-nav-sp ul {
    padding: 0px;
}
.headerGlobal .headerGlobal-nav-sp li {
    border-top: 1px solid #fff;
    text-align: center;
    background-color: #E7364A;
}
.headerGlobal .headerGlobal-nav-sp li:first-child {
    border-top: 0;
}
.headerGlobal .headerGlobal-nav-sp a {
    display: block;
    padding: 20px 15px;
    font-size: 1.6rem;
    text-decoration: none;
    color: #fff;
}
.headerGlobal-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.footerGlobal .footer-top {
    margin-top: 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
.footerGlobal .footer-top {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
}
.footerGlobal .footer-top .footer-logo {
    margin-bottom: 20px;
}
.footerGlobal .footer-top .footer-logo img {
    height: 110px;
}

@media only screen and (max-width: 767px) {
.footerGlobal .footer-top .footer-logo img {
    height: auto;
    width: 80%;
    display: block;
    margin: 20px auto 0;
}
}
.footerGlobal .footer-top address {
    width: 40%;
    font-size: 1.5rem;
    line-height: 1.9;
}

@media only screen and (max-width: 767px) {
.footerGlobal .footer-top address {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
}
}
.footerGlobal .footer-top .footer-btn {
    -webkit-transition: .3s;
    transition: .3s;
    margin: 20px 0 0;
}
.footerGlobal .footer-top .footer-btn img {
    height: 110px;
}

@media only screen and (max-width: 767px) {
.footerGlobal .footer-top .footer-btn img {
    width: 100%;
    height: auto;
}
}
.footerGlobal .footer-top .footer-btn:hover {
    opacity: .7;
}
.footerGlobal .footer-bottom {
    margin-top: 30px;
    background-color: #f7f7f7;
    padding: 15px 0;
}
.footerGlobal .footer-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
.footerGlobal .footer-bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 10px 0px;
}
}
.footerGlobal .copyright {
    font-size: 1.2rem;
    color: #666;
}

@media only screen and (max-width: 767px) {
.footerGlobal .copyright {
    text-align: center;
    margin-bottom: 20px;
}
}
.wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.wrapper.wrapper-s {
    max-width: 800px;
}

@media only screen and (max-width: 767px) {
.spPad {
    padding-left: 15px;
    padding-right: 15px;
}
}
.page-title {
    background-image: url(../images/top/bg-performance.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0%;
    text-align: center;
    color: #333;
    padding: 20px 0;
    font-size: 3rem;
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
.page-title {
    padding: 45px 0;
    font-size: 4rem;
    margin-top: 105px;
}
}
.section-title-top {
    color: #333;
    font-size: 2.8rem;
    letter-spacing: .2em;
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) {
.section-title-top {
    font-size: 3.2rem;
}
}
.section-title-top span {
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
    letter-spacing: .1em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
.section-title-top span {
    font-size: 1.4rem;
}
}
.section-title-top.section-title-top-white {
    color: #fff;
}
.section-title {
    color: #333;
    font-size: 2.1rem;
    letter-spacing: .1em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
.section-title {
    font-size: 3.2rem;
}
}
.section-title:after {
    content: "";
    height: 2px;
    background-color: #E43518;
    width: 100px;
    display: block;
    margin: 20px auto 0 auto;
}

@media only screen and (min-width: 768px) {
.section-title:after {
    width: 200px;
    /*margin: 30px auto 0 auto;*/
    margin: 13px auto 0 auto;
}
}
.section-lead {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
.section-lead {
    margin-top: 40px;
}
}
.section-lead > div {
    width: 58%;
}
.section-lead > div:last-child {
    width: 38%;
}
.section-lead p {
    font-size: 1.8rem;
}
.section-lead img {
    max-width: 100%;
}
.section-lead-2 {
    margin-top: 20px;
    position: relative;
    padding: 25px 25px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

@media only screen and (min-width: 768px) {
.section-lead-2 {
    padding: 100px 40px;
}
}
.section-lead-2:before {
    content: "";
    display: block;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(82, 82, 82, 0.6);
}

@media only screen and (min-width: 768px) {
.section-lead-2 {
    margin-top: 40px;
}
}
.section-lead-2 > div {
    width: 58%;
}
.section-lead-2 > div:last-child {
    width: 38%;
}
.section-lead-2 p {
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    font-weight: bold;
    line-height: 1.7;
}

@media only screen and (min-width: 768px) {
.section-lead-2 p {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
}
}
.section-lead-2 img {
    max-width: 100%;
}
.page-lead {
    padding: 30px 0;
}

@media only screen and (min-width: 768px) {
.page-lead {
    text-align: center;
    padding: 60px 0;
}
}
.section {
    padding: 30px 0;
}

@media only screen and (min-width: 768px) {
.section {
    padding: 80px 0;
}
}
.section.section-gray {
    /*background-color: hsla(0, 0, 97, 1)*/
    background-color: #fafdff;
}
.title-m {
    border-left: 3px solid #E43518;
    font-size: 1.8rem;
    padding-left: 10px;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
.title-m {
    padding-left: 15px;
    font-size: 2rem;
    margin-top: 40px;
}
}
.title-m + * {
    margin-top: 20px;
}
.title-s {
    font-size: 1.6rem;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
.title-s {
    font-size: 1.8rem;
    margin-top: 40px;
}
}
.title-s + * {
    margin-top: 20px;
}
.table {
    font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
.table {
    font-size: 1.4rem;
}
}
.table td, .table th {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
.table td, .table th {
    padding: 15px;
}
}
.table th {
    /*background-color: #999;
        background-color: hsla(0, 100, 49.6, 1);*/
    background-color: #2963d6;
    color: #fff;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
.table.table-col2 td, .table.table-col2 th {
    width: 50%;
}
}

@media only screen and (max-width: 767px) {
.table.table-col3 td, .table.table-col3 th {
    width: 33.333%;
}
}
.table.table-th-nowrap th {
    white-space: nowrap;
}
.tableForm {
    font-size: 1.4rem;
    border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 768px) {
.tableForm {
    font-size: 1.6rem;
}
}
.tableForm th, .tableForm td {
    padding: 20px 10px;
    vertical-align: top;
    border-top: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
.tableForm th, .tableForm td {
    display: block;
    padding: 15px 0px;
}
}

@media only screen and (max-width: 767px) {
.tableForm th {
    padding-bottom: 5px;
}
}

@media only screen and (min-width: 768px) {
.tableForm th {
    white-space: nowrap;
    width: 1em;
}
}

@media only screen and (max-width: 767px) {
.tableForm td {
    padding-top: 0;
    border-top: 0;
}
}
.tableForm .require {
    color: #f00;
    margin-left: 5px;
}
.tableForm input[type="radio"], .tableForm input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    top: -0.1em;
    margin-right: 5px;
    display: inline-block;
}
.tableForm label {
    white-space: nowrap;
    cursor: pointer;
}
.tableForm label:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 768px) {
.tableForm label {
    margin-right: 20px;
}
}

@media only screen and (max-width: 767px) {
.tableForm label {
    display: block;
}
}
.tableForm span.error {
    color: #f00;
    display: block;
    font-size: 1.4rem;
}
.tableForm .horizontal-item label {
    display: block;
}
.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
.col2 > * {
    width: 100%;
}

@media only screen and (min-width: 768px) {
.col2 > * {
    width: 47%;
}
}
.insertImg {
    width: 800px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
.insertImg {
    width: 100%;
}
}
.insertImg img {
    width: 100%;
}
.list-number {
    counter-reset: num;
}
.list-number li {
    margin-top: 10px;
    font-size: 1.4rem;
    text-indent: -1.1em;
    padding-left: 1.1em;/*    &:before {
        counter-increment: num;
        content: counter(num);
        display: inline-block;
        font-weight: bold;
        margin-right: 5px;
    }
        */
}

@media only screen and (min-width: 768px) {
.list-number li {
    font-size: 1.8rem;
}
}
.list-number li span {
    font-weight: bold;
}
.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
.buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
.buttons .button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
.buttons .button {
    margin-left: 0;
    margin-top: 10px;
}
}
.buttons .button:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
.buttons .button:first-child {
    margin-top: 0;
}
}
.button {
    border: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 60px;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    border-radius: 5px;
    background-image: url(../images/icon/arrow-right-black.png);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    -webkit-transition: background-position 0.2s ease, background-color 0.2s ease;
    transition: background-position 0.2s ease, background-color 0.2s ease;
}
.button:hover {
    background-color: white;
    background-position: right 10px top 50%;
    color: #666;
}
.button.button-s {
    padding: 15px 30px;
}
.button.button-l {
    padding: 15px 120px;
}
.button.button-red {
    border: 1px solid #E43518;
}
.button.button-back {
    background-image: url(../images/icon/arrow-left-black.png);
    background-position: left 15px top 50%;
}
.button[aria-selected="true"] {
    color: #ccc;
    background-color: #eee;
    background-image: none;
    pointer-events: none;
}
.formButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
.formButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
}
.formButtons .button {
    margin: 0 10px;
}

@media only screen and (max-width: 767px) {
.formButtons .button {
    margin-top: 10px;
}
}
table {
    width: 100%;
    font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
table {
    margin-bottom: 30px;
}
}
table th, table td {
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
table th {
    background: #666;
    color: #fff;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
table th {
    padding: 10px 0;
}
}
table td {
    color: #000;
}
table .cell-red-thick {
    background: #E7364A;
}
table .cell-red {
    background: #F7C2C8;
}
table .cell-red-thin {
    background: #FEF5F6;
}
table .cell-blue-thick {
    background: #399ad8;
}
table .cell-blue {
    background: #9cc0dc;
}
table .cell-blue-thin {
    background: #deeff9;
}
table .cell-grn-thick {
    background: #4db5a7;
}
table .cell-grn {
    background: #bce3df;
}
table .cell-grn-thin {
    background: #d0e8e3;
}
table .cell-ylw-thick {
    background: #eec636;
}
table .cell-ylw {
    background: #eed576;
}
table .cell-ylw-thin {
    background: #eeefdf;
}
table .cell-gray-thickest {
    background: #666;
    color: #fff;
}
table .cell-gray-thick {
    background: #999;
}
table .cell-gray {
    background: #e0e0e0;
}
table .cell-gray-thin {
    background: #fafafa;
}
table .cell-gray-tuition {
    background: #f4f4f4;
}
table .cell-orange {
    background: #FFF9DA;
}
table .cell-orange-thin {
    background: #FFFCED;
}
.heading {
    position: relative;
    min-height: 400px;
}

@media only screen and (max-width: 767px) {
.heading {
    min-height: 180px;
    background-size: cover !important;
}
}
.heading .heading-icon {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
.heading .heading-icon {
    padding-top: 20px;
    padding-bottom: 10px;
}
.heading .heading-icon img {
    height: 50px;
}
}
.heading h2 {
    text-align: center;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 5px;
}

@media only screen and (max-width: 767px) {
.heading h2 {
    font-size: 2.8rem;
}
}
.heading h2 span {
    display: block;
    padding-top: 10px;
    line-height: 0;
    font-size: 1rem;
    letter-spacing: .1rem;
}
.heading .heading-line {
    position: absolute;
    left: calc(50% - 1px);
    bottom: -50px;
}

@media only screen and (max-width: 767px) {
.heading .heading-line {
    bottom: -20px;
}
.heading .heading-line img {
    width: 2px;
    height: 40px;
}
}
.lead-txt {
    margin-top: 80px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
.lead-txt {
    margin: 35px auto;
    width: calc(100% - 20px);
}
}
.lead-txt h3 {
    font-size: 3.6rem;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
.lead-txt h3 {
    font-size: 2.4rem;
}
}
.lead-txt p {
    font-size: 1.8rem;
    line-height: 2.4;
}

@media only screen and (max-width: 767px) {
.lead-txt p {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
}
}
.content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
.content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
}
.avoid-header {
    margin-top: -63px;
    padding-top: 63px;
}

@media only screen and (max-width: 767px) {
.avoid-header {
    margin-top: 0;
    padding-top: 0;
}
}
.top-mv {
    width: 100%;
    margin-bottom: 70px;
    margin-top: 65px;
    /*height: 670px;*/
    height: 770px;
    background: url(/assets/images/kv.png) no-repeat 50% 0%;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
.top-mv {
    height: 350px;
    margin-top: 0;
}
}
.top-mv img {
    width: 100%;
}
.policy-about-box {
    margin-top: 70px;
}
.policy-about-box h4 {
    text-align: center;
    font-size: 2.4rem;
    padding-bottom: 40px;
}
.policy-about-box .policy-about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
.policy-about-box .policy-about-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
}
.policy-about-box .policy-about-list li {
    width: calc(20% - 2px);
    background: #E5F5FC;
    text-align: center;
    padding: 30px 0;
}

@media only screen and (max-width: 767px) {
.policy-about-box .policy-about-list li {
    width: calc(50% - 15px);
    margin-bottom: 10px;
    padding: 15px 5px;
}
}
.policy-about-box .policy-about-list li figure {
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
.policy-about-box .policy-about-list li figure {
    padding-bottom: 15px;
}
}
.policy-about-box .policy-about-list li figure img {
    height: 100px;
}
.policy-about-box .policy-about-list li p {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.6;
}
.policy-education-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
.policy-education-box {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
}
.policy-education-box .policy-education-txt {
    width: 600px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 3;
    padding: 50px;
    margin-top: 70px;
    position: relative;
}

@media only screen and (max-width: 767px) {
.policy-education-box .policy-education-txt {
    margin-top: 35px;
    width: 100%;
    padding: 20px 0 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
}
.policy-education-box .policy-education-txt h4 {
    text-align: center;
    font-size: 2.4rem;
    padding-bottom: 40px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
.policy-education-box .policy-education-txt h4 {
    text-align: center;
}
}
.policy-education-box .policy-education-txt dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.policy-education-box .policy-education-txt dl dt {
    color: #00A4E3;
    font-size: 4.8rem;
    margin-right: 40px;
    border-right: solid 1px #00A4E3;
    line-height: 1;
    padding: 15px 40px 15px 0px;
}

@media only screen and (max-width: 767px) {
.policy-education-box .policy-education-txt dl dt {
    margin-right: 25px;
    padding: 15px 25px 15px 10px;
    font-size: 3.8rem;
}
}
.policy-education-box .policy-education-txt dl dd {
    color: #333;
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
.policy-education-box .policy-education-txt dl dd {
    font-size: 1.4rem;
}
}
.policy-education-box .policy-education-txt p {
    font-size: 1.6rem;
    line-height: 1.8;
    width: 430px;
}

@media only screen and (max-width: 767px) {
.policy-education-box .policy-education-txt p {
    float: left;
    width: calc(60% - 10px);
    font-size: 1.4rem;
}
}
.policy-education-box .policy-education-txt p.sign {
    font-weight: bold;
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
.policy-education-box .policy-education-txt p.sign {
    padding-top: 10px;
    margin: 0 auto;
}
}
.policy-education-box .policy-education-txt .policy-education-person {
    left: auto;
    right: 0;
    bottom: 0;
    position: absolute;
}
.policy-education-box .policy-education-txt .policy-education-person img {
    height: 350px;
}

@media only screen and (max-width: 767px) {
.policy-education-box .policy-education-txt .policy-education-person img {
    height: 220px;
}
}
.policy-education-box .policy-education-txt .policy-education-person-sp {
    margin-top: 0px;
}

@media only screen and (max-width: 767px) {
.policy-education-box .policy-education-txt .policy-education-person-sp {
    float: right;
    width: 40%;
}
}
.policy-education-box figure {
    position: absolute;
    width: 600px;
    top: 0;
    right: 0;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
.policy-education-box figure {
    width: 100%;
    position: relative;
}
.policy-education-box figure img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
}
.policy-education-box.policy-education-box--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

@media only screen and (max-width: 767px) {
.policy-education-box.policy-education-box--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
}
.policy-education-box.policy-education-box--reverse figure {
    left: 0;
}

@media only screen and (max-width: 767px) {
.policy-education-box.policy-education-box--reverse figure {
    left: auto;
}
}
.policy-education-box.policy-education-box--reverse .policy-education-txt {
    background-color: rgba(229, 245, 252, 0.8);
}
.policy-academy-gallery {
    background: #efefef;
    padding: 20px 0;
    margin: 70px 0;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
.policy-academy-gallery {
    padding: 10px 0;
}
}
.policy-academy-gallery li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    position: relative;
}
.policy-academy-gallery li img {
    width: 300px;
}

@media only screen and (max-width: 767px) {
.policy-academy-gallery li img {
    width: 200px;
}
}
.curriculum-box {
    margin-top: 70px;
}
.curriculum-box h4 {
    text-align: center;
    font-size: 2.4rem;
    padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
.curriculum-box h4 {
    padding-bottom: 30px;
}
}
.curriculum-box .content-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.curriculum-box .content-list li {
    width: calc(33.666% - 45px);
    margin-bottom: 20px;
    background: #F9F9F9;
    padding: 15px;
}

@media only screen and (max-width: 767px) {
.curriculum-box .content-list li {
    width: calc(100% - 30px);
}
}
.curriculum-box .content-list li p {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.curriculum-box .content-list li p.content-name {
    color: #E7364A;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    min-height: 75px;
}

@media only screen and (max-width: 767px) {
.curriculum-box .content-list li p.content-name {
    min-height: auto;
    padding-bottom: 15px;
}
}
.curriculum-examination {
    margin-top: 35px;/*width: 800px;*/
}

@media only screen and (max-width: 767px) {
.curriculum-examination {
    width: calc(100% - 20px);
}
}
.curriculum-examination dl {
    font-size: 1.4rem;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
.curriculum-examination dl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
}
.curriculum-examination dl dt {
    color: #E7364A;
    margin-right: 45px;
    padding: 20px 0px;
    border-right: solid 1px #E7364A;
    text-align: center;
    width: 30%;
}

@media only screen and (max-width: 767px) {
.curriculum-examination dl dt {
    display: block;
    width: auto;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 0 2px;
    border-right: 0;
    border-bottom: solid 2px #E7364A;
    font-weight: bold;
    font-size: 1.6rem;
}
}
.curriculum-examination dl dd {
    width: 70%;
}

@media only screen and (max-width: 767px) {
.curriculum-examination dl dd {
    width: 100%;
    text-align: left;
}
}
.curriculum-class {
    margin-top: 70px;
}
.curriculum-class .curriculum-class-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
.curriculum-class .curriculum-class-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
}
.curriculum-class .curriculum-class-box p {
    font-size: 1.6rem;
    line-height: 2;
    width: 35%;
}

@media only screen and (max-width: 767px) {
.curriculum-class .curriculum-class-box p {
    width: 100%;
    padding-bottom: 10px;
}
}
.curriculum-class .curriculum-class-box figure {
/*width: 55%;*/
}

@media only screen and (max-width: 767px) {
.curriculum-class .curriculum-class-box figure {
    width: 100%;
}
.curriculum-class .curriculum-class-box figure img {
    width: 100%;
}
}
.curriculum-cource {
    margin-top: 70px;
}
.curriculum-cource .curriculum-cource-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
.curriculum-cource .curriculum-cource-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
}
.curriculum-cource .curriculum-cource-box .curriculum-cource-block {
    background-color: #FCEAEC;
    padding: 15px 25px 15px;
    width: calc(50% - 60px);
}

@media only screen and (max-width: 767px) {
.curriculum-cource .curriculum-cource-box .curriculum-cource-block {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
}
.curriculum-cource .curriculum-cource-box .curriculum-cource-block p {
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 13px;
}
.curriculum-cource .curriculum-cource-box .curriculum-cource-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.curriculum-cource .curriculum-cource-box .curriculum-cource-block ul li {
    background-color: #E7364A;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    padding: 2px 0px;
    margin-right: 5px;
    width: 95px;
}
.curriculum-cource .curriculum-cource-extend {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
.curriculum-cource .curriculum-cource-extend {
    margin-top: 20px;
}
}
.curriculum-cource .curriculum-cource-extend dl {
    font-size: 1.4rem;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
.curriculum-cource .curriculum-cource-extend dl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
}
.curriculum-cource .curriculum-cource-extend dl dt {
    padding: 20px 0px;
    text-align: center;
    width: 17%;
}

@media only screen and (max-width: 767px) {
.curriculum-cource .curriculum-cource-extend dl dt {
    padding: 10px 0px;
}
}
.curriculum-cource .curriculum-cource-extend dl dt span {
    color: #fff;
    background-color: #E7364A;
    width: 95px;
    display: block;
    margin: 0 auto;
    padding: 3px 0;
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
.curriculum-cource .curriculum-cource-extend dl dt span {
    width: 100%;
    padding: 3px 10px;
}
}
.curriculum-cource .curriculum-cource-extend dl dd {
    width: 83%;
}

@media only screen and (max-width: 767px) {
.curriculum-cource .curriculum-cource-extend dl dd {
    width: 100%;
}
}
.curriculum-price {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
.curriculum-price {
    margin-top: 35px;
}
}

@media only screen and (max-width: 767px) {
.curriculum-price-scool {
    margin-bottom: 70px;
}
}
.curriculum-price-tuition {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
.curriculum-price-tuition {
    margin-top: 35px;
}
}
.curriculum-price-tuition table {
    width: calc(50% - 20px);
}

@media only screen and (max-width: 767px) {
.curriculum-price-tuition table {
    width: 100%;
    margin-bottom: 35px;
}
}
.curriculum-price-tuition table th, .curriculum-price-tuition table td {
    padding: 15px 0;
}
.dowmload {
    margin-top: 40px;
    text-align: center;
    padding: 20px 0;
}
.dowmload a {
    color: #fff;
    background-color: #E7364A;
    border-radius: 10px;
    width: calc(50% - 20px);
    display: block;
    margin: 0 auto 20px;
    padding: 15px 0 15px 20px;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.5s;
    position: relative;
}

.dowmload a:only-child {
    margin-bottom: 0;
}
/*
.dowmload a img{
	width: 1.9rem;
	height: 1.9rem;
}
*/
.dowmload a:hover {
    background-color: #F7C2C8;
}
.dowmload a:before {
    content: ' ';
    display: inline-block;
    width: 1.9rem;
    height: 1.9rem;
    margin-right: 13px;
    background: url(/assets/images/icon-download.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 20px;
}
.link-btn {
    margin-bottom: 30px;
}
.link-btn a{
width: 33.333%;
}
 .link-btn a:before{
    content: "";
    background: none;
    
}
@media only screen and (max-width: 767px) {
.dowmload {
    margin-top: 0px;
}
.dowmload a {
    width:calc( 100% - 20px);
    font-size: 1.4rem;
}
}
.curriculum-message {
    margin-top: 60px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*-webkit-box-align: end;
	-ms-flex-align: end;*/
    align-items: center;
}

@media only screen and (max-width: 767px) {
.curriculum-message {
    margin: 30px auto 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
}
.curriculum-message figure {
    width: 28%;
    margin-right: 60px;
    position: relative;
}

@media only screen and (max-width: 767px) {
.curriculum-message figure {
    width: 100%;
    margin-top: 20px;
}
}
.curriculum-message figure img {
    width: 100%;
}
.curriculum-message figure:after {
    content: url(/assets/images/allow-tri.png);
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
}

@media only screen and (max-width: 767px) {
.curriculum-message figure:after {
    content: none;
}
}
.curriculum-message .curriculum-message-txt {
    width: 72%;
}

@media only screen and (max-width: 767px) {
.curriculum-message .curriculum-message-txt {
    width: 100%;
}
}
.curriculum-message .curriculum-message-txt p {
    font-size: 1.6rem;
    padding-top: 15px;
}

@media only screen and (max-width: 767px) {
.curriculum-message .curriculum-message-txt p {
    font-size: 1.4rem;
}
}
.curriculum-message .curriculum-message-txt p.curriculum-message-txt-heading {
    font-weight: bold;
    font-size: 2.4rem;
    padding-bottom: 15px;
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
.curriculum-message .curriculum-message-txt p.curriculum-message-txt-heading {
    text-align: center;
}
}
.schedule-box {
    margin: 70px auto 120px;
}

@media only screen and (max-width: 767px) {
.schedule-box {
    margin: 50px auto;
}
}
.schedule-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}
.schedule-box ul li {
    width: 50%;
}

@media only screen and (max-width: 767px) {
.schedule-box ul li {
    width: 100%;
}
}
.schedule-box ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
.schedule-box ul li dl {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}
.schedule-box ul li dl.schedule-box-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

@media only screen and (max-width: 767px) {
.schedule-box ul li dl.schedule-box-no-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}
}

@media only screen and (max-width: 767px) {
.schedule-box ul li dl.schedule-box-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}
.schedule-box ul li dl.schedule-box-reverse-sp dt p, .schedule-box ul li dl.schedule-box-reverse-sp dt ol {
    margin-left: 10px;
}
}
.schedule-box ul li dl dt {
    width: calc(50% - 40px);
    padding: 10px 20px 0;
}

@media only screen and (max-width: 767px) {
.schedule-box ul li dl dt {
    padding: 5px 0;
    width: 50%;
}
}
.schedule-box ul li dl dt p {
    font-size: 2.4rem;
    font-weight: bold;
    color: #8CC456;
}

@media only screen and (max-width: 767px) {
.schedule-box ul li dl dt p {
    font-size: 1.7rem;
}
}
.schedule-box ul li dl dt ol li {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
.schedule-box ul li dl dt ol li {
    font-size: 1.1rem;
    line-height: 1.5;
}
}
.schedule-box ul li dl dd {
    width: 50%;
}
.schedule-box ul li dl dd img {
    width: 100%;
}
.support-box {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
.support-box {
    margin-top: 35px;
}
}
.support-box dl {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
.support-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 35px;
}
}
.support-box dl.support-box-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

@media only screen and (max-width: 767px) {
.support-box dl.support-box-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
}
.support-box dl dt {
    background-color: #FFFCEB;
    padding: 40px;
}

@media only screen and (max-width: 767px) {
.support-box dl dt {
    padding: 20px;
}
}
.support-box dl dt h4 {
    font-size: 2.4rem;
}
.support-box dl dt p {
    font-size: 1.6rem;
    padding-top: 25px;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
.support-box dl dt p {
    font-size: 1.4rem;
}
}
.support-box dl dt figure {
    padding-top: 25px;
}
.support-box dl dt figure img {
    width: 100%;
}
.support-list li {
    position: relative;
    background: #FFFCEB;
    padding: 20px;
    width: calc(33.333% - 55px);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
.support-list {
    margin-top: 70px;
}
}
@media only screen and (max-width: 767px) {
.support-list li {
    width: calc(100% - 40px);
}
}
.support-list li p {
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
.support-list li p {
    font-size: 1.4rem;
}
}
.support-list li p.content-name {
    font-weight: bold;
    padding-bottom: 35px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
.support-list li p.content-name {
    font-size: 1.6rem;
}
}
.support-list li figure {
    position: absolute;
    top: 5px;
    right: 10px;
}
.support-dormitory {
    margin-top: 70px;
    margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
.support-dormitory {
    margin: 35px auto;
}
}
.support-dormitory h4 {
    text-align: center;
    font-size: 2.4rem;
    padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
.support-dormitory h4 {
    padding-bottom: 20px;
}
}
.support-dormitory .support-dormitory-lead {
    font-size: 1.6rem;
    line-height: 1.8;
}
.support-dormitory-gallery {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
.support-dormitory-gallery {
    margin-top: 35px;
}
}
.support-dormitory-gallery li {
    width: calc(33.333% - 10px);
    margin-bottom: 15px;
    background-color: #fff;
    display: block;
    position: relative;
}

@media only screen and (max-width: 767px) {
.support-dormitory-gallery li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
}
.support-dormitory-gallery li a {
/*&:hover{
				opacity: .3;
			}*/
}
.support-dormitory-gallery li a img {
    width: 100%;
}
.support-dormitory-gallery li a .filter {
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    display: block;
    background: url(/assets/images/filter-search.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.support-dormitory-gallery li a .filter:hover {
    opacity: 1;
}
.support-dormitory-rule {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F9F9F9;
}

@media only screen and (max-width: 767px) {
.support-dormitory-rule {
    padding: 25px;
}
}
.support-dormitory-rule p {
    font-size: 2.4rem;
    padding-bottom: 30px;
}
.support-dormitory-rule dl {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
.support-dormitory-rule dl {
    font-size: 1.4rem;
}
}
.support-dormitory-rule dl dt {
    width: 3%;
}

@media only screen and (max-width: 767px) {
.support-dormitory-rule dl dt {
    width: 8%;
}
}
.support-dormitory-rule dl dd {
    width: 97%;
}

@media only screen and (max-width: 767px) {
.support-dormitory-rule dl dd {
    width: 92%;
}
}

@media only screen and (max-width: 767px) {
.support-dormitory-price {
    margin-bottom: 30px;
}
}
.support-dormitory-price th, .support-dormitory-price td {
    font-size: 1.4rem;
    padding: 10px 10px;
}
.support-dormitory-price-caption {
    text-align: right;
}
.support-dormitory-price-caption p {
    display: inline;
    font-size: 1.3rem;
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
.support-dormitory-price-caption p {
    display: block;
}
}
.access-address {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
.access-address {
    font-size: 1.6rem;
    margin-top: 35px;
    margin-bottom: 30px;
}
}
.access-map iframe {
    width: 100%;
    /* height: 500px; */
    aspect-ratio: 4 / 3;
}

@media only screen and (max-width: 767px) {
.access-map iframe {
    height: 250px;
}
}
.pagetop {
    position: fixed;
    bottom: 55px;
    right: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;
    width: 100px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px #BDB2B2;
    box-shadow: 0 0 2px #BDB2B2;
}

@media only screen and (max-width: 767px) {
.pagetop {
    bottom: 2%;
    right: 2%;
    width: 16.5%;
}
}
.pagetop a {
    text-decoration: none;
    display: block;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
.pagetop a {
    padding: 10px;
}
}
.pagetop span {
    display: block;
    text-align: center;
    color: #E7364A;
    padding-top: 10px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
.pagetop span {
    padding-top: 5px;
}
}
.pagetop img {
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.pagetop:hover {
    opacity: .7;
}
.btn-language {
    position: fixed;
    bottom: 55px;
    right: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;
}

@media only screen and (max-width: 1024px) {
.btn-language {
    bottom: 2%;
    left: 2%;
    width: 16.5%;
}
.btn-language select {
    padding: 13px 0 13px 13px;
    font-size: 1.5rem;
    color: #fff;
    background: #E7364A;
    border: 0;
}
}
.btn-language a {
    text-decoration: none;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
.btn-language a {
    padding: 10px;
    display: block;
}
}
.btn-language span {
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
.btn-language span {
    padding-top: 5px;
    letter-spacing: -.5px;
}
}
.btn-language img {
    height: 27px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.pagetop:hover {
    opacity: .7;
}
.form, .complete, .news ,.documents{
    display: block;
    margin-top: 66px;
}

@media only screen and (max-width: 767px) {
.form, .complete, .news ,.documents{
    margin-top: 0;
}
}
.form h1, .complete h1, .news h1,.documents h1 {
    text-align: center;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 5px;
}

@media only screen and (max-width: 767px) {
.form h1, .complete h1, .news h1 .documents h1{
    font-size: 2.8rem;
}
}
.form h1 span, .complete h1 span, .news h1 span,.documents h1 span {
    display: block;
    padding-top: 10px;
    line-height: 0;
    font-size: 1rem;
    letter-spacing: .1rem;
}
.form .entry, .complete .entry {
    margin: 20px auto 0;
    width: 700px;
}

@media only screen and (max-width: 767px) {
.form .entry, .complete .entry {
    width: calc(100% - 20px);
}
}
.form .entry .attention, .complete .entry .attention {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
.form .entry .attention, .complete .entry .attention {
    margin-top: 25px;
}
}
.form .entry .attention p, .complete .entry .attention p {
    text-align: center;
    line-height: 1.8;
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
.form .entry .attention p, .complete .entry .attention p {
    padding-top: 15px;
}
}
.form .entry .attention p.tel, .complete .entry .attention p.tel {
    font-size: 3.6rem;
    font-weight: bold;
    padding-top: 0;
}
.form .entry .error-message, .complete .entry .error-message {
    font-size: 1.2rem;
    color: #E7364A;
}
.form .entry table, .complete .entry table {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
.form .entry table, .complete .entry table {
    margin-top: 10px;
}
}
.form .entry table th, .form .entry table td, .complete .entry table th, .complete .entry table td {
    padding: 10px 0;
    vertical-align: middle;
    text-align: left;
    border: none;
}

@media only screen and (max-width: 767px) {
.form .entry table th, .form .entry table td, .complete .entry table th, .complete .entry table td {
    display: block;
}
}
.form .entry table th, .complete .entry table th {
    background: none;
    width: 30%;
    float: left;
    padding-top: 15px;
    color: #333;
}

@media only screen and (max-width: 767px) {
.form .entry table th, .complete .entry table th {
    padding: 15px 0 0 0;
    width: 100%;
    float: none;
    font-weight: bold;
}
}
.form .entry table td, .complete .entry table td {
    width: 70%;
    float: right;
    color: #333;
}

@media only screen and (max-width: 767px) {
.form .entry table td, .complete .entry table td {
    width: 100%;
    padding: 0 0 0;
    float: none;
}
}
.form .entry table td input, .form .entry table td textarea, .complete .entry table td input, .complete .entry table td textarea {
    width: 100%;
    outline: none;
}
.form .entry .check-policy, .complete .entry .check-policy {
    background: #F9F9F9;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
.form .entry .check-policy, .complete .entry .check-policy {
    padding: 15px;
}
}
.form .entry .check-policy a, .complete .entry .check-policy a {
    text-decoration: underline;
    padding-left: 10px;
    color: #333;
}
.form .entry .check-policy a:hover, .complete .entry .check-policy a:hover {
    text-decoration: none;
}
.form .entry .check-policy input[type=checkbox], .complete .entry .check-policy input[type=checkbox] {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 20px;
    border: solid 1px #ccc;
    position: relative;
    top: 5px;
    outline: none;
    border-radius: 4px;
}
.form .entry .check-policy input[type=checkbox]:checked, .complete .entry .check-policy input[type=checkbox]:checked {
    background: #E7364A;
}
.form .entry .check-policy input[type=checkbox]:checked:after, .complete .entry .check-policy input[type=checkbox]:checked:after {
    content: "";
    background-image: url("/assets/images/checked.png");
    background-size: 13px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 3px;
    left: 2px;
}
.form .entry .check-policy label {
    display: block;
}
.form .send-btn, .complete .send-btn {
    margin-top: 30px;
}
.form .send-btn:after, .complete .send-btn:after {
    content: "";
    display: table;
    clear: both;
}
.form .send-btn a, .complete .send-btn a {
    color: #fff;
    text-decoration: none;
}
.form .send-btn input[type=submit].confirm, .form .send-btn input[type=submit].send, .form .send-btn input[type=button].confirm, .form .send-btn input[type=button].send, .complete .send-btn input[type=submit].confirm, .complete .send-btn input[type=submit].send, .complete .send-btn input[type=button].confirm, .complete .send-btn input[type=button].send {
    margin: 30px auto 0;
    padding: 15px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #E7364A;
    color: #fff;
    border-style: none;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 1.6rem;
    display: block;
    border-radius: 6px;
    outline: 0;
}

@media only screen and (max-width: 767px) {
.form .send-btn input[type=submit].confirm, .form .send-btn input[type=submit].send, .form .send-btn input[type=button].confirm, .form .send-btn input[type=button].send, .complete .send-btn input[type=submit].confirm, .complete .send-btn input[type=submit].send, .complete .send-btn input[type=button].confirm, .complete .send-btn input[type=button].send {
    width: 80%;
}
}
.form .send-btn input[type=submit].confirm:hover, .form .send-btn input[type=submit].send:hover, .form .send-btn input[type=button].confirm:hover, .form .send-btn input[type=button].send:hover, .complete .send-btn input[type=submit].confirm:hover, .complete .send-btn input[type=submit].send:hover, .complete .send-btn input[type=button].confirm:hover, .complete .send-btn input[type=button].send:hover {
    cursor: pointer;
    background: rgba(231, 54, 74, 0.8);
}
.form .send-btn input[type=submit].confirm.confirm, .form .send-btn input[type=submit].send.confirm, .form .send-btn input[type=button].confirm.confirm, .form .send-btn input[type=button].send.confirm, .complete .send-btn input[type=submit].confirm.confirm, .complete .send-btn input[type=submit].send.confirm, .complete .send-btn input[type=button].confirm.confirm, .complete .send-btn input[type=button].send.confirm {
    width: 50%;
}

@media only screen and (max-width: 767px) {
.form .send-btn input[type=submit].confirm.confirm, .form .send-btn input[type=submit].send.confirm, .form .send-btn input[type=button].confirm.confirm, .form .send-btn input[type=button].send.confirm, .complete .send-btn input[type=submit].confirm.confirm, .complete .send-btn input[type=submit].send.confirm, .complete .send-btn input[type=button].confirm.confirm, .complete .send-btn input[type=button].send.confirm {
    width: 80%;
}
}
.form .send-btn input[type=submit].confirm.send, .form .send-btn input[type=submit].send.send, .form .send-btn input[type=button].confirm.send, .form .send-btn input[type=button].send.send, .complete .send-btn input[type=submit].confirm.send, .complete .send-btn input[type=submit].send.send, .complete .send-btn input[type=button].confirm.send, .complete .send-btn input[type=button].send.send {
    width: 63%;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
.form .send-btn input[type=submit].confirm.send, .form .send-btn input[type=submit].send.send, .form .send-btn input[type=button].confirm.send, .form .send-btn input[type=button].send.send, .complete .send-btn input[type=submit].confirm.send, .complete .send-btn input[type=submit].send.send, .complete .send-btn input[type=button].confirm.send, .complete .send-btn input[type=button].send.send {
    float: none;
    width: 80%;
    margin-top: 20px;
}
}
.form .send-btn input[type=submit].back, .form .send-btn input[type=button].back, .complete .send-btn input[type=submit].back, .complete .send-btn input[type=button].back {
    margin: 30px auto 0;
    padding: 15px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #E7364A;
    color: #fff;
    border-style: none;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 1.6rem;
    display: block;
    border-radius: 6px;
    outline: 0;
    margin-top: 0;
    background: #666666;
    width: 30%;
    float: left;
}

@media only screen and (max-width: 767px) {
.form .send-btn input[type=submit].back, .form .send-btn input[type=button].back, .complete .send-btn input[type=submit].back, .complete .send-btn input[type=button].back {
    width: 80%;
    float: none;
}
}
.form .send-btn input[type=submit].back:hover, .form .send-btn input[type=button].back:hover, .complete .send-btn input[type=submit].back:hover, .complete .send-btn input[type=button].back:hover {
    cursor: pointer;
    background: rgba(102, 102, 102, 0.8);
}
.complete {
    text-align: center;
}
.go-top {
    margin: 30px auto 0;
    padding: 15px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #E7364A;
    color: #fff;
    border-style: none;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 1.6rem;
    display: block;
    border-radius: 6px;
    outline: 0;
    width: 50%;
}
.go-top:hover {
    cursor: pointer;
    background: rgba(231, 54, 74, 0.8);
}

@media only screen and (max-width: 767px) {
.go-top {
    width: 80%;
}
}

/*
utils
---------------*/
@media only screen and (max-width: 767px) {
.pc {
    display: none !important;
}
}

@media only screen and (min-width: 768px) {
.sp {
    display: none !important;
}
}

@media only screen and (max-width: 1024px) {
.pc-only {
    display: none !important;
}
}

@media only screen and (min-width: 1025px) {
.sp-tab {
    display: none !important;
}
}
.font-en {
    font-family: Lato, sans-serif;
    font-weight: 300;
}
.font-jp {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.fs-l {
    font-size: 1.2em;
}
.mt-s {
    margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
.mt-s {
    margin-top: 5px !important;
}
}
.mt-m {
    margin-top: 20px !important;
}

@media only screen and (max-width: 767px) {
.mt-m {
    margin-top: 10px !important;
}
}
.mt-l {
    margin-top: 40px !important;
}

@media only screen and (max-width: 767px) {
.mt-l {
    margin-top: 20px !important;
}
}
.mt-xl {
    margin-top: 60px !important;
}

@media only screen and (max-width: 767px) {
.mt-xl {
    margin-top: 30px !important;
}
}
.mt-xxl {
    margin-top: 80px !important;
}

@media only screen and (max-width: 767px) {
.mt-xxl {
    margin-top: 40px !important;
}
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.w60p {
    width: 60% !important;
}
.w80p {
    width: 80% !important;
}
.w100p {
    width: 100% !important;
}
.block {
    display: block !important;
}
.align-right {
    text-align: right !important;
}
.align-center {
    text-align: center !important;
}

@media only screen and (min-width: 768px) {
.align-center-pc {
    text-align: center !important;
}
}
.block-center {
    margin-left: auto;
    margin-right: auto;
}
.w7em {
    width: 7em;
}
.w4em {
    width: 4em;
}
.fade {
    opacity: 0.0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.modal-window {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    padding: 10px;
    width: 55%;
    position: relative;
}

@media only screen and (max-width: 767px) {
.modal-window {
    width: 85%;
}
}
.modal-window img {
    width: 100%;
}
.modal_close {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    padding: 4px;
    z-index: 2;
    cursor: pointer;
}
#loader {
    display: block;
    position: fixed;
    width: 100%;
    top: 23%;
    z-index: 120;
    text-align: center;
}
#loader P.loader-txt {
    width: 80%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
#loader P.loader-txt {
    margin-bottom: 10px;
}
}
#loader P.loader-txt img {
    height: 60px;
}

@media only screen and (max-width: 767px) {
#loader P.loader-txt img {
    height: 30px;
}
}
#loader P.loader-logo img {
    height: 300px;
}

@media only screen and (max-width: 767px) {
#loader P.loader-logo img {
    height: 180px;
}
}
#loader .loader-txt {
    -webkit-animation: poyon-2 .9s linear 0s 1;
    animation: poyon-2 .9s linear 0s 1;
    margin-bottom: 30px;
}
 @-webkit-keyframes poyon-1 {
 0% {
 -webkit-transform: scale(1, 1) translate(0%, -20%);
 transform: scale(1, 1) translate(0%, -20%);
}
 30% {
 -webkit-transform: scale(1, 1) translate(0%, 45%);
 transform: scale(1, 1) translate(0%, 45%);
}
 60% {
 -webkit-transform: scale(1, 1) translate(0%, -100%);
 transform: scale(1, 1) translate(0%, -100%);
}
 75% {
 -webkit-transform: scale(1, 1) translate(0%, -40%);
 transform: scale(1, 1) translate(0%, -40%);
}
 85% {
 -webkit-transform: scale(1, 1) translate(0%, 45%);
 transform: scale(1, 1) translate(0%, 45%);
}
 100% {
 -webkit-transform: scale(1, 1) translate(0%, -30%);
 transform: scale(1, 1) translate(0%, -30%);
}
}
 @keyframes poyon-1 {
 0% {
 -webkit-transform: scale(1, 1) translate(0%, -20%);
 transform: scale(1, 1) translate(0%, -20%);
}
 30% {
 -webkit-transform: scale(1, 1) translate(0%, 45%);
 transform: scale(1, 1) translate(0%, 45%);
}
 60% {
 -webkit-transform: scale(1, 1) translate(0%, -100%);
 transform: scale(1, 1) translate(0%, -100%);
}
 75% {
 -webkit-transform: scale(1, 1) translate(0%, -40%);
 transform: scale(1, 1) translate(0%, -40%);
}
 85% {
 -webkit-transform: scale(1, 1) translate(0%, 45%);
 transform: scale(1, 1) translate(0%, 45%);
}
 100% {
 -webkit-transform: scale(1, 1) translate(0%, -30%);
 transform: scale(1, 1) translate(0%, -30%);
}
}
 @-webkit-keyframes poyon-2 {
 0% {
 -webkit-transform: scale(1, 1) translate(0%, 0%);
 transform: scale(1, 1) translate(0%, 0%);
}
 10% {
 -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
 transform: scale(1.1, 0.9) translate(0%, 5%);
}
 40% {
 -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
 transform: scale(1.2, 0.8) translate(0%, 15%);
}
 50% {
 -webkit-transform: scale(1, 1) translate(0%, 0%);
 transform: scale(1, 1) translate(0%, 0%);
}
 60% {
 -webkit-transform: scale(0.9, 1.2) translate(0%, -100%);
 transform: scale(0.9, 1.2) translate(0%, -100%);
}
 75% {
 -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
 transform: scale(0.9, 1.2) translate(0%, -20%);
}
 85% {
 -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
 transform: scale(1.2, 0.8) translate(0%, 15%);
}
 100% {
 -webkit-transform: scale(1, 1) translate(0%, 0%);
 transform: scale(1, 1) translate(0%, 0%);
}
}
 @keyframes poyon-2 {
 0% {
 -webkit-transform: scale(1, 1) translate(0%, 0%);
 transform: scale(1, 1) translate(0%, 0%);
}
 10% {
 -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
 transform: scale(1.1, 0.9) translate(0%, 5%);
}
 40% {
 -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
 transform: scale(1.2, 0.8) translate(0%, 15%);
}
 50% {
 -webkit-transform: scale(1, 1) translate(0%, 0%);
 transform: scale(1, 1) translate(0%, 0%);
}
 60% {
 -webkit-transform: scale(0.9, 1.2) translate(0%, -100%);
 transform: scale(0.9, 1.2) translate(0%, -100%);
}
 75% {
 -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
 transform: scale(0.9, 1.2) translate(0%, -20%);
}
 85% {
 -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
 transform: scale(1.2, 0.8) translate(0%, 15%);
}
 100% {
 -webkit-transform: scale(1, 1) translate(0%, 0%);
 transform: scale(1, 1) translate(0%, 0%);
}
}
#fade {
    width: 100%;
    height: 100vh;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 110;
}
#news {
    display: flex;
    justify-content: space-around;
    align-items: center;
  /*  margin-bottom: 70px;*/
    margin-bottom: 40px;
}
.news-heading {
    width: 300px;
    margin: 0 auto;
}
.news-heading h2 {
    font-size: 3.6rem;
    text-align: center;
}
.news-heading span {
    display: block;
    font-size: 1rem;
    letter-spacing: .1rem;
}
.news-list {
    width: 660px;
}
.news-list .post {
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news-list a {
    color: #333;
    text-decoration: none;
}
.news-list a:hover dd {
    text-decoration: underline;
}
.news-list .post dt, .news-list .post dd {
    margin-bottom: 15px;
    color: #333;
    text-decoration: none;
}
.news-list a:last-child .post dt, .news-list a:last-child .post dd {
    margin-bottom: 0;
}
.news-list .post dt {
    min-width: 100px;
    text-align: right;
}
.news-list .post dd {
    padding-left: 17px;
    margin-left: 17px;
    border-left: solid #999 1px;
    word-break: break-all;
}
.news .post-box {
    margin: 70px auto;
}
.post-box {
    width: 780px;
}
.news .post-box h2 {
    font-size: 3rem;
    border-bottom: solid 2px #333;
    padding-bottom: 5px;
    word-break: break-all;
}
.news .post-box .post-date {
    font-size: 1.4rem;
    text-align: right;
}
.news .post-box .post-content {
    padding: 10px 0;
}
.news .post-box .post-content p {
    word-break: break-all;
    padding-bottom: 16px;
    font-size: 1.6rem;
}
.news .post-box .prev-top {
    font-size: 1.4rem;
}
.news .post-box img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
#news {
    align-items: center;
    margin-bottom: 35px;
    flex-flow: column;
}
.news-heading {
    width: auto;
}
.news-heading h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
}
.news-list {
    width: 100%;
}
.news-list .post {
    position: relative;
    font-size: 1.6rem;
    flex-flow: column;
    align-items: flex-start;
}
.news-list .post:after {
    content: "＞";
    font-size: 1.3rem;
    font-weight: bold;
    position: absolute;
    top: 42.5%;
    right: 2px;
}
.news-list .post dt, .news-list .post dd {
    margin-bottom: 5px;
    width: 100%;
}
.news-list .post dt {
    max-width: 92%;
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
}
.news-list .post dd {
    max-width: 92%;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    padding-bottom: 5px;
    font-size: 1.4rem;
}
.news-list a {
    display: block;
    border-top: solid 1px #999;
}
.news-list a:last-child {
    border-bottom: solid 1px #999;
}
.news .post-box {
    margin: 25px auto;
}
.post-box {
    width: calc(100% - 20px);
}
.news .post-box h2 {
    font-size: 1.8rem;
}
.news .post-box .post-date {
}
.news .post-box .post-content {
    padding: 10px 0;
}
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.entry-check .check-policy {
    display: none;
}
.prev-top span {
    color: #000;
    padding-right: 4px;
    font-weight: bold;
}

.documents{
}
    .documents-content{
        margin-top: 70px;
    }
.files-box h2{
    font-size: 3.2rem;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}
.files-box h2:after{
    content: "";
    display: block;
    width:100px;
    margin: 10px auto 0;
    height: 3px;
    background: #333;
}
.files-box ul{
    margin: 40px 0 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.files-box ul li.dowmload{
    padding: 0;
    margin: 0 0 20px;
    width: calc(50% - 10px);
}
.files-box ul li.dowmload a{
    width: calc(100% - 10px);
    padding: 15px 0 15px 0;
}
.files-box ul li.dowmload + .btn-wide{
    width: 100%;
}
.files-box ul li.dowmload + .btn-excel a{
    background: #408039;
}
.files-box ul li.dowmload + .btn-excel a:hover{
    opacity: .6;
}
.files-box ul li a{}
@media only screen and (max-width: 767px) {
    .documents-content{
        margin-top: 70px;
    }
    .files-box h2{
        font-size: 2.4rem;
    }
    .files-box ul{
        margin: 20px 0 30px;
    }
    .files-box ul li.dowmload{
        width:100%;
    }
    
}


/*アルバイト、生徒の声追加　22.03 SSC*/
.autoImg {
    width: 100%;
    height: auto;
}
.support-parttimejob-caption {
    text-align: center;
    margin: 4px 0;
}
.support-parttimejob-title {
    font-size: 1.8rem;
    padding: 24px 0 32px;
    text-align: center;
    position: relative;
}
.support-parttimejob-title:after {
    position: absolute;
    content: '';
    background-color: #ddd;
    width: 100px;
    height: 1px;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
}

.students-voice {
    margin-top: 80px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*-webkit-box-align: end;
    -ms-flex-align: end;*/
    /*align-items: center;*/
}

@media only screen and (max-width: 767px) {
.students-voice {
    margin: 30px auto 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
}
.students-voice figure {
    /*width: 28%;*/
    margin-right: 60px;
    position: relative;
}

@media only screen and (max-width: 767px) {
.students-voice figure {
    width: 100%;
    margin-top: 20px;
}
}
.students-voice figure img {
    width: 100%;
}
/*.students-voice figure:after {
    content: url(/assets/images/allow-tri.png);
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
}*/

@media only screen and (max-width: 767px) {
.students-voice figure:after {
    content: none;
}
}
.students-voice .students-voice-txt {
    width: 72%;
}

@media only screen and (max-width: 767px) {
.students-voice .students-voice-txt {
    width: 100%;
}
}
.students-voice .students-voice-txt p {
    font-size: 1.6rem;
    padding-top: 15px;
}

@media only screen and (max-width: 767px) {
.students-voice .students-voice-txt p {
    font-size: 1.4rem;
}
}
.students-voice .students-voice-txt p.students-voice-txt-heading {
    font-weight: bold;
    font-size: 2.4rem;
    padding-bottom: 15px;
    padding-top: 0;
}
.students-voice .students-voice-txt span.students-voice-txt-headingSub {
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
.students-voice .students-voice-txt p.students-voice-txt-heading {
   margin-top: 16px; 
   font-size: 2.0rem;
   line-height: 1.6!important;
}
.students-voice .students-voice-txt span.students-voice-txt-headingSub {
    font-size: 1.4rem;
}
}
/* 202501 add */
.access-photomap {
    display: flex;
    justify-content: space-between;
}
.access-img {
    width: 48%;
}
.access-img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.access-map {
    width: 48%;
}
.footer-adress {
    text-align: right;
    display: block;
}
@media only screen and (max-width: 767px) {
    .access-photomap {
        display: flex;
        flex-direction: column;
}
   .access-img {
       width: 100%;
}
    .access-map {
       width: 100%;
       margin-top: 20px;
}
}