@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
/* FILE : /assets/sass/shared/_rest.scss  */
body { -webkit-text-size-adjust: 100%; }

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, hr { margin: 0; padding: 0; border: 0; font-style: normal; font-weight: normal; font-size: 100%; vertical-align: baseline; text-align: left; text-decoration: none; }

article, aside, details, figcaption, figure, picture, footer, header, hgroup, menu, nav, section, main { display: block; }

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

input, button, textarea, select { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

select::-ms-expand { display: none; }

ol, ul { list-style: none; }

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

caption, th { text-align: left; }

a:focus { outline: none; }

img { vertical-align: bottom; }

a, span, small, strong, em { color: inherit; font-weight: inherit; }

/* FILE : /assets/sass/shared/_common.scss  */
html { font-size: 0.625em; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

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

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

*[role="button"] { cursor: pointer; }

body { font-family: fot-tsukuardgothic-std, sans-serif; font-style: normal; font-weight: 400; font-size: 20px; line-height: 1.6; color: #000000; }

@media screen and (max-width: 600px) { body { font-size: 15px; } }

#wrapper { overflow: hidden; }

@media screen and (min-width: 901px) { #wrapper { position: relative; padding-top: 130px; } }

@media screen and (max-width: 900px) { #wrapper { padding-top: 60px; }
  #wrapper.nav-open { position: fixed; left: 0; width: 100%; z-index: 11; }
  #wrapper.nav-open .menubtn i { top: 18px; }
  #wrapper.nav-open .menubtn i:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  #wrapper.nav-open .menubtn i:nth-child(2) { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; }
  #wrapper.nav-open .menubtn i:nth-child(3) { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
  #wrapper.nav-open .smt-nav.glnav { -webkit-transition: .3s transform ease 0s; -o-transition: .3s transform ease 0s; transition: .3s transform ease 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  #wrapper.nav-open .smt-nav.glnav .glnav__inner { -webkit-transition: .3s transform ease .3s,.3s opacity ease .3s; -o-transition: .3s transform ease .3s,.3s opacity ease .3s; transition: .3s transform ease .3s,.3s opacity ease .3s; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; } }

.site-header { border-bottom: 1px solid #e0e0e0; background-color: #fff; }

.site-header__links__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.site-header__links__icon { line-height: 0; height: 16px; margin-right: 5px; }

.site-header__links__icon img { vertical-align: middle; }

.site-header__links__text { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; font-weight: bold; font-size: 15px; line-height: 1; }

@media screen and (min-width: 901px) { .site-header { width: 100%; border-top: 6px solid #ef7d1b; height: 130px; position: fixed; z-index: 50; top: 0; left: 0; }
  .site-header__logo { position: fixed; width: 387px; left: 30px; top: 40px; }
  .site-header__logo a { display: block; line-height: 1; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .site-header__logo a:hover { opacity: .6; }
  .site-header__top { position: fixed; top: 0; right: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; }
  .site-header__links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 34px; }
  .site-header__links .site-header__links__item:nth-child(1) { border-left: none; }
  .site-header__links__icon--schoolbus { -webkit-box-flex: 0; -ms-flex: 0 0 40px; flex: 0 0 40px; width: 40px; }
  .site-header__links__icon--recruit { -webkit-box-flex: 0; -ms-flex: 0 0 14px; flex: 0 0 14px; width: 14px; }
  .site-header__links__icon--pin { -webkit-box-flex: 0; -ms-flex: 0 0 14px; flex: 0 0 14px; width: 14px; }
  .site-header__links__item { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; border-left: 1px solid #cccccc; padding: 0 20px; }
  .site-header__links__text { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .site-header__links__text:hover { opacity: .6; }
  .site-header__inquiry { display: -webkit-box; display: -ms-flexbox; display: flex; background: #ef7d1b; border-radius: 0 0 8px 8px; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 34px; }
  .site-header__inquiry li { border-left: 1px solid #ffffff; }
  .site-header__inquiry li:nth-child(1) { border-left: none; }
  .site-header__inquiry a { font-size: 15px; color: #fff; font-weight: bold; padding: 0 20px; display: block; line-height: 1; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .site-header__inquiry a:hover { opacity: .6; } }

@media screen and (min-width: 901px) and (max-width: 1400px) { .site-header__logo { left: 20px; top: 20px; }
  .site-header__top { right: 20px; }
  .site-header__links__item { padding: 0 10px; }
  .site-header__inquiry a { padding: 0 10px; } }

@media screen and (min-width: 901px) and (max-width: 1120px) { .site-header__logo { top: 20px; }
  .site-header__links { position: absolute; right: 0; top: 37px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } }

@media screen and (max-width: 900px) { .site-header { position: fixed; top: 0; left: 0; width: 100%; height: 60px; border-top: 2px solid #ef7d1b; z-index: 50; }
  .site-header__logo { position: absolute; left: 10px; width: 240px; top: 8px; }
  .site-header__top { display: none; }
  .site-header__links__item { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc; }
  .site-header__links__icon { -webkit-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; width: 50px; text-align: center; }
  .site-header__links__icon--schoolbus img { width: 40px; }
  .site-header__links__icon--recruit img { width: 14px; }
  .site-header__links__icon--pin img { width: 14px; } }

@media screen and (min-width: 901px) { .menubtn { display: none; } }

@media screen and (max-width: 900px) { .menubtn { position: absolute; width: 40px; height: 40px; top: 7px; right: 10px; }
  .menubtn i { position: absolute; display: block; background-color: #ef7d1b; width: 30px; height: 4px; border-radius: 2px; right: 5px; -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; }
  .menubtn i:nth-child(1) { top: 10px; }
  .menubtn i:nth-child(2) { top: 18px; }
  .menubtn i:nth-child(3) { top: 26px; } }

@media screen and (min-width: 901px) { .glnav { position: fixed; z-index: 60; right: 60px; top: 79px; } }

@media screen and (min-width: 901px) and (max-width: 1400px) { .glnav { right: 20px; } }

@media screen and (max-width: 900px) { .glnav { position: fixed; top: 60px; right: 0; width: 250px; height: calc(100% - 60px); background-color: #ef7d1b; z-index: 60; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; overflow-y: auto; overflow-scrolling: touch; }
  .glnav__inner { opacity: 0; -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); overflow-y: auto; overflow-scrolling: touch; padding: 10px 10px 30px; }
  .glnav.smt-nav { -webkit-transition: .3s transform ease .3s; -o-transition: .3s transform ease .3s; transition: .3s transform ease .3s; }
  .glnav.smt-nav .glnav__inner { -webkit-transition: .3s transform ease 0s,.3s opacity ease 0s; -o-transition: .3s transform ease 0s,.3s opacity ease 0s; transition: .3s transform ease 0s,.3s opacity ease 0s; } }

@media screen and (min-width: 901px) { .gllinks { display: none; } }

@media screen and (max-width: 900px) { .gllinks { background-color: #fff; margin-top: 20px; border-radius: 5px; padding: 15px 5px; }
  .gllinks .site-header__links__item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } }

@media screen and (min-width: 901px) { .glinquirys { display: none; } }

@media screen and (max-width: 900px) { .glinquirys { background-color: #fff; margin-top: 20px; border-radius: 5px; }
  .glinquirys li { border-bottom: 1px solid #ef7d1b; }
  .glinquirys a { font-size: 15px; color: #ef7d1b; font-weight: bold; padding: 10px; text-align: center; display: block; line-height: 1; } }

@media screen and (min-width: 901px) { .glmenu { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .glmenu .glmenu__item:nth-child(1) { margin-left: 0; }
  .glmenu .glmenu__item:nth-child(1):after { content: none; }
  .glmenu__item { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-left: 1px; }
  .glmenu__item:after { content: ''; display: block; width: 1px; height: 16px; border-right: 1px dotted #000; position: absolute; left: -1px; top: 50%; margin-top: -8px; }
  .glmenu__item > a, .glmenu__item > span { font-weight: bold; padding: 0 15px; display: block; line-height: 1; cursor: pointer; height: 32px; line-height: 32px; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .glmenu__item > a:hover, .glmenu__item > span:hover { opacity: .6; }
  .glmenu__item.current > a, .glmenu__item.current > span { background-color: #ef7d1b; color: #fff; border-radius: 16px; } }

@media screen and (min-width: 901px) and (max-width: 1400px) { .glmenu__item > a, .glmenu__item > span { padding: 0 7px; } }

@media screen and (max-width: 900px) { .glmenu__item { color: #fff; }
  .glmenu__item > a, .glmenu__item > span { font-weight: bold; display: block; font-size: 15px; }
  .glmenu__item > a { border-bottom: 1px solid #fff; position: relative; padding: 5px 0; }
  .glmenu__item > a:after { content: '>'; display: block; line-height: 1; -webkit-transform: scaleX(0.5); -ms-transform: scaleX(0.5); transform: scaleX(0.5); position: absolute; right: 0; top: 50%; margin-top: -0.5em; } }

@media screen and (min-width: 901px) { .glmenu__item:hover .gl-dropdown__btn { background-color: #ef7d1b; color: #fff; border-radius: 16px; }
  .glmenu__item:hover .gl-dropdown__btn:after { content: ''; display: block; width: 0; height: 0; border-bottom: 8px solid #ef7d1b; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 0px solid transparent; position: absolute; bottom: -8px; left: 50%; margin-left: -6px; }
  .glmenu__item:hover .gl-dropdown__btn + .gl-dropdown__menu--guide { height: 290px; }
  .glmenu__item:hover .gl-dropdown__btn + .gl-dropdown__menu--education { height: 200px; }
  .glmenu__item:hover .gl-dropdown__btn + .gl-dropdown__menu--enrolment { height: 155px; }
  .glmenu__item:hover .gl-dropdown__btn + .gl-dropdown__menu--school { height: 200px; }
  .glmenu__item:hover .gl-dropdown__btn + .gl-dropdown__menu--preschooler { height: 245px; }
  .glmenu__item:hover .gl-dropdown__btn + .gl-dropdown__menu--blog { height: 110px; } }

@media screen and (min-width: 901px) { .gl-dropdown__menu { position: absolute; top: 40px; left: 0; background-color: #ef7d1b; width: 128px; border-radius: 3px; height: 0; overflow: hidden; -webkit-transition: .3s height ease; -o-transition: .3s height ease; transition: .3s height ease; }
  .gl-dropdown__menu--guide { width: 220px; }
  .gl-dropdown__menu--education { width: 200px; }
  .gl-dropdown__menu--enrolment { width: 220px; }
  .gl-dropdown__menu--school { width: 220px; }
  .gl-dropdown__menu--preschooler { width: 280px; }
  .gl-dropdown__menu--blog, .gl-dropdown__menu--enrolment, .gl-dropdown__menu--preschooler { right: 0; left: auto; }
  .gl-dropdown__menu .gl-dropdown__menu__item:nth-child(1) { border-top: 1px solid #f09648; margin-top: 10px; }
  .gl-dropdown__menu__item { height: 45px; }
  .gl-dropdown__menu__item a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 45px; color: #fff; font-size: 16px; line-height: 1.2; font-weight: bold; border-bottom: 1px solid #f09648; -webkit-transition: .3s background-color ease; -o-transition: .3s background-color ease; transition: .3s background-color ease; padding-left: 15px; position: relative; }
  .gl-dropdown__menu__item a:after { content: '>'; color: #fff; font-weight: bold; line-height: 1; position: absolute; right: 10px; -webkit-transform: scaleX(0.5); -ms-transform: scaleX(0.5); transform: scaleX(0.5); display: block; line-height: 1; top: 50%; margin-top: -0.6em; }
  .gl-dropdown__menu__item a:hover { background-color: #cc6633; } }

@media screen and (max-width: 900px) { .gl-dropdown__btn { padding-top: 5px; }
  .gl-dropdown__menu { border-radius: 5px; background-color: #cc6633; margin-left: 1em; }
  .gl-dropdown__menu .gl-dropdown__menu__item:nth-child(1) { border-top: none; }
  .gl-dropdown__menu__item { border-top: 1px solid #f09648; }
  .gl-dropdown__menu a { font-weight: bold; font-size: 14px; display: block; padding: 3px 10px; }
  .gl-dropdown__menu a:before { content: '>'; display: inline-block; line-height: 1; -webkit-transform: scaleX(0.5); -ms-transform: scaleX(0.5); transform: scaleX(0.5); margin-right: 0.5em; } }

.site-footer { background-color: #ef7d1b; position: relative; padding-top: 40px; }

.site-footer__logo { text-align: center; line-height: 1; margin-bottom: 23px; }

.site-footer__logo img { width: 280px; }

.site-footer__schoolname { text-align: center; line-height: 1; margin-bottom: 30px; }

.site-footer__schoolname img { width: 332px; }

.site-footer__address { text-align: center; line-height: 1.5; font-size: 20px; font-weight: bold; color: #fff; }

@media screen and (max-width: 600px) { .site-footer { padding-top: 30px; }
  .site-footer__logo { margin-bottom: 18px; }
  .site-footer__logo img { width: 150px; }
  .site-footer__schoolname { margin-bottom: 25px; }
  .site-footer__schoolname img { width: 220px; }
  .site-footer__address { font-size: 15px; } }

.pagetopbtn { position: fixed; width: 64px; height: 64px; cursor: pointer; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; bottom: 48px; right: 20px; z-index: 10; display: none; }

.pagetopbtn:hover { opacity: .6; }

@media screen and (max-width: 600px) { .pagetopbtn { bottom: 30px; width: 32px; height: 32px; } }

.copyright { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-top: 40px; height: 80px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; font-size: 16px; background-color: #fff; }

@media screen and (max-width: 600px) { .copyright { height: 40px; font-size: 12px; } }

.pt5 { padding-top: 5px; }

.pr5 { padding-right: 5px; }

.pb5 { padding-bottom: 5px; }

.pl5 { padding-left: 5px; }

.mt5 { margin-top: 5px; }

.mr5 { margin-right: 5px; }

.mb5 { margin-bottom: 5px; }

.ml5 { margin-left: 5px; }

.pt10 { padding-top: 10px; }

.pr10 { padding-right: 10px; }

.pb10 { padding-bottom: 10px; }

.pl10 { padding-left: 10px; }

.mt10 { margin-top: 10px; }

.mr10 { margin-right: 10px; }

.mb10 { margin-bottom: 10px; }

.ml10 { margin-left: 10px; }

.pt15 { padding-top: 15px; }

.pr15 { padding-right: 15px; }

.pb15 { padding-bottom: 15px; }

.pl15 { padding-left: 15px; }

.mt15 { margin-top: 15px; }

.mr15 { margin-right: 15px; }

.mb15 { margin-bottom: 15px; }

.ml15 { margin-left: 15px; }

.pt20 { padding-top: 20px; }

.pr20 { padding-right: 20px; }

.pb20 { padding-bottom: 20px; }

.pl20 { padding-left: 20px; }

.mt20 { margin-top: 20px; }

.mr20 { margin-right: 20px; }

.mb20 { margin-bottom: 20px; }

.ml20 { margin-left: 20px; }

.pt25 { padding-top: 25px; }

.pr25 { padding-right: 25px; }

.pb25 { padding-bottom: 25px; }

.pl25 { padding-left: 25px; }

.mt25 { margin-top: 25px; }

.mr25 { margin-right: 25px; }

.mb25 { margin-bottom: 25px; }

.ml25 { margin-left: 25px; }

.pt30 { padding-top: 30px; }

.pr30 { padding-right: 30px; }

.pb30 { padding-bottom: 30px; }

.pl30 { padding-left: 30px; }

.mt30 { margin-top: 30px; }

.mr30 { margin-right: 30px; }

.mb30 { margin-bottom: 30px; }

.ml30 { margin-left: 30px; }

.pt35 { padding-top: 35px; }

.pr35 { padding-right: 35px; }

.pb35 { padding-bottom: 35px; }

.pl35 { padding-left: 35px; }

.mt35 { margin-top: 35px; }

.mr35 { margin-right: 35px; }

.mb35 { margin-bottom: 35px; }

.ml35 { margin-left: 35px; }

.pt40 { padding-top: 40px; }

.pr40 { padding-right: 40px; }

.pb40 { padding-bottom: 40px; }

.pl40 { padding-left: 40px; }

.mt40 { margin-top: 40px; }

.mr40 { margin-right: 40px; }

.mb40 { margin-bottom: 40px; }

.ml40 { margin-left: 40px; }

.pt45 { padding-top: 45px; }

.pr45 { padding-right: 45px; }

.pb45 { padding-bottom: 45px; }

.pl45 { padding-left: 45px; }

.mt45 { margin-top: 45px; }

.mr45 { margin-right: 45px; }

.mb45 { margin-bottom: 45px; }

.ml45 { margin-left: 45px; }

.pt50 { padding-top: 50px; }

.pr50 { padding-right: 50px; }

.pb50 { padding-bottom: 50px; }

.pl50 { padding-left: 50px; }

.mt50 { margin-top: 50px; }

.mr50 { margin-right: 50px; }

.mb50 { margin-bottom: 50px; }

.ml50 { margin-left: 50px; }

.pt55 { padding-top: 55px; }

.pr55 { padding-right: 55px; }

.pb55 { padding-bottom: 55px; }

.pl55 { padding-left: 55px; }

.mt55 { margin-top: 55px; }

.mr55 { margin-right: 55px; }

.mb55 { margin-bottom: 55px; }

.ml55 { margin-left: 55px; }

.pt60 { padding-top: 60px; }

.pr60 { padding-right: 60px; }

.pb60 { padding-bottom: 60px; }

.pl60 { padding-left: 60px; }

.mt60 { margin-top: 60px; }

.mr60 { margin-right: 60px; }

.mb60 { margin-bottom: 60px; }

.ml60 { margin-left: 60px; }

.pt65 { padding-top: 65px; }

.pr65 { padding-right: 65px; }

.pb65 { padding-bottom: 65px; }

.pl65 { padding-left: 65px; }

.mt65 { margin-top: 65px; }

.mr65 { margin-right: 65px; }

.mb65 { margin-bottom: 65px; }

.ml65 { margin-left: 65px; }

.pt70 { padding-top: 70px; }

.pr70 { padding-right: 70px; }

.pb70 { padding-bottom: 70px; }

.pl70 { padding-left: 70px; }

.mt70 { margin-top: 70px; }

.mr70 { margin-right: 70px; }

.mb70 { margin-bottom: 70px; }

.ml70 { margin-left: 70px; }

.pt75 { padding-top: 75px; }

.pr75 { padding-right: 75px; }

.pb75 { padding-bottom: 75px; }

.pl75 { padding-left: 75px; }

.mt75 { margin-top: 75px; }

.mr75 { margin-right: 75px; }

.mb75 { margin-bottom: 75px; }

.ml75 { margin-left: 75px; }

.pt80 { padding-top: 80px; }

.pr80 { padding-right: 80px; }

.pb80 { padding-bottom: 80px; }

.pl80 { padding-left: 80px; }

.mt80 { margin-top: 80px; }

.mr80 { margin-right: 80px; }

.mb80 { margin-bottom: 80px; }

.ml80 { margin-left: 80px; }

.pt85 { padding-top: 85px; }

.pr85 { padding-right: 85px; }

.pb85 { padding-bottom: 85px; }

.pl85 { padding-left: 85px; }

.mt85 { margin-top: 85px; }

.mr85 { margin-right: 85px; }

.mb85 { margin-bottom: 85px; }

.ml85 { margin-left: 85px; }

.pt90 { padding-top: 90px; }

.pr90 { padding-right: 90px; }

.pb90 { padding-bottom: 90px; }

.pl90 { padding-left: 90px; }

.mt90 { margin-top: 90px; }

.mr90 { margin-right: 90px; }

.mb90 { margin-bottom: 90px; }

.ml90 { margin-left: 90px; }

.pt95 { padding-top: 95px; }

.pr95 { padding-right: 95px; }

.pb95 { padding-bottom: 95px; }

.pl95 { padding-left: 95px; }

.mt95 { margin-top: 95px; }

.mr95 { margin-right: 95px; }

.mb95 { margin-bottom: 95px; }

.ml95 { margin-left: 95px; }

.pt100 { padding-top: 100px; }

.pr100 { padding-right: 100px; }

.pb100 { padding-bottom: 100px; }

.pl100 { padding-left: 100px; }

.mt100 { margin-top: 100px; }

.mr100 { margin-right: 100px; }

.mb100 { margin-bottom: 100px; }

.ml100 { margin-left: 100px; }

.pt105 { padding-top: 105px; }

.pr105 { padding-right: 105px; }

.pb105 { padding-bottom: 105px; }

.pl105 { padding-left: 105px; }

.mt105 { margin-top: 105px; }

.mr105 { margin-right: 105px; }

.mb105 { margin-bottom: 105px; }

.ml105 { margin-left: 105px; }

.pt110 { padding-top: 110px; }

.pr110 { padding-right: 110px; }

.pb110 { padding-bottom: 110px; }

.pl110 { padding-left: 110px; }

.mt110 { margin-top: 110px; }

.mr110 { margin-right: 110px; }

.mb110 { margin-bottom: 110px; }

.ml110 { margin-left: 110px; }

.pt115 { padding-top: 115px; }

.pr115 { padding-right: 115px; }

.pb115 { padding-bottom: 115px; }

.pl115 { padding-left: 115px; }

.mt115 { margin-top: 115px; }

.mr115 { margin-right: 115px; }

.mb115 { margin-bottom: 115px; }

.ml115 { margin-left: 115px; }

.pt120 { padding-top: 120px; }

.pr120 { padding-right: 120px; }

.pb120 { padding-bottom: 120px; }

.pl120 { padding-left: 120px; }

.mt120 { margin-top: 120px; }

.mr120 { margin-right: 120px; }

.mb120 { margin-bottom: 120px; }

.ml120 { margin-left: 120px; }

.pt125 { padding-top: 125px; }

.pr125 { padding-right: 125px; }

.pb125 { padding-bottom: 125px; }

.pl125 { padding-left: 125px; }

.mt125 { margin-top: 125px; }

.mr125 { margin-right: 125px; }

.mb125 { margin-bottom: 125px; }

.ml125 { margin-left: 125px; }

.pt130 { padding-top: 130px; }

.pr130 { padding-right: 130px; }

.pb130 { padding-bottom: 130px; }

.pl130 { padding-left: 130px; }

.mt130 { margin-top: 130px; }

.mr130 { margin-right: 130px; }

.mb130 { margin-bottom: 130px; }

.ml130 { margin-left: 130px; }

.pt135 { padding-top: 135px; }

.pr135 { padding-right: 135px; }

.pb135 { padding-bottom: 135px; }

.pl135 { padding-left: 135px; }

.mt135 { margin-top: 135px; }

.mr135 { margin-right: 135px; }

.mb135 { margin-bottom: 135px; }

.ml135 { margin-left: 135px; }

.pt140 { padding-top: 140px; }

.pr140 { padding-right: 140px; }

.pb140 { padding-bottom: 140px; }

.pl140 { padding-left: 140px; }

.mt140 { margin-top: 140px; }

.mr140 { margin-right: 140px; }

.mb140 { margin-bottom: 140px; }

.ml140 { margin-left: 140px; }

.pt145 { padding-top: 145px; }

.pr145 { padding-right: 145px; }

.pb145 { padding-bottom: 145px; }

.pl145 { padding-left: 145px; }

.mt145 { margin-top: 145px; }

.mr145 { margin-right: 145px; }

.mb145 { margin-bottom: 145px; }

.ml145 { margin-left: 145px; }

.pt150 { padding-top: 150px; }

.pr150 { padding-right: 150px; }

.pb150 { padding-bottom: 150px; }

.pl150 { padding-left: 150px; }

.mt150 { margin-top: 150px; }

.mr150 { margin-right: 150px; }

.mb150 { margin-bottom: 150px; }

.ml150 { margin-left: 150px; }

.pt155 { padding-top: 155px; }

.pr155 { padding-right: 155px; }

.pb155 { padding-bottom: 155px; }

.pl155 { padding-left: 155px; }

.mt155 { margin-top: 155px; }

.mr155 { margin-right: 155px; }

.mb155 { margin-bottom: 155px; }

.ml155 { margin-left: 155px; }

.pt160 { padding-top: 160px; }

.pr160 { padding-right: 160px; }

.pb160 { padding-bottom: 160px; }

.pl160 { padding-left: 160px; }

.mt160 { margin-top: 160px; }

.mr160 { margin-right: 160px; }

.mb160 { margin-bottom: 160px; }

.ml160 { margin-left: 160px; }

.pt165 { padding-top: 165px; }

.pr165 { padding-right: 165px; }

.pb165 { padding-bottom: 165px; }

.pl165 { padding-left: 165px; }

.mt165 { margin-top: 165px; }

.mr165 { margin-right: 165px; }

.mb165 { margin-bottom: 165px; }

.ml165 { margin-left: 165px; }

.pt170 { padding-top: 170px; }

.pr170 { padding-right: 170px; }

.pb170 { padding-bottom: 170px; }

.pl170 { padding-left: 170px; }

.mt170 { margin-top: 170px; }

.mr170 { margin-right: 170px; }

.mb170 { margin-bottom: 170px; }

.ml170 { margin-left: 170px; }

.pt175 { padding-top: 175px; }

.pr175 { padding-right: 175px; }

.pb175 { padding-bottom: 175px; }

.pl175 { padding-left: 175px; }

.mt175 { margin-top: 175px; }

.mr175 { margin-right: 175px; }

.mb175 { margin-bottom: 175px; }

.ml175 { margin-left: 175px; }

.pt180 { padding-top: 180px; }

.pr180 { padding-right: 180px; }

.pb180 { padding-bottom: 180px; }

.pl180 { padding-left: 180px; }

.mt180 { margin-top: 180px; }

.mr180 { margin-right: 180px; }

.mb180 { margin-bottom: 180px; }

.ml180 { margin-left: 180px; }

.pt185 { padding-top: 185px; }

.pr185 { padding-right: 185px; }

.pb185 { padding-bottom: 185px; }

.pl185 { padding-left: 185px; }

.mt185 { margin-top: 185px; }

.mr185 { margin-right: 185px; }

.mb185 { margin-bottom: 185px; }

.ml185 { margin-left: 185px; }

.pt190 { padding-top: 190px; }

.pr190 { padding-right: 190px; }

.pb190 { padding-bottom: 190px; }

.pl190 { padding-left: 190px; }

.mt190 { margin-top: 190px; }

.mr190 { margin-right: 190px; }

.mb190 { margin-bottom: 190px; }

.ml190 { margin-left: 190px; }

.pt195 { padding-top: 195px; }

.pr195 { padding-right: 195px; }

.pb195 { padding-bottom: 195px; }

.pl195 { padding-left: 195px; }

.mt195 { margin-top: 195px; }

.mr195 { margin-right: 195px; }

.mb195 { margin-bottom: 195px; }

.ml195 { margin-left: 195px; }

.pt200 { padding-top: 200px; }

.pr200 { padding-right: 200px; }

.pb200 { padding-bottom: 200px; }

.pl200 { padding-left: 200px; }

.mt200 { margin-top: 200px; }

.mr200 { margin-right: 200px; }

.mb200 { margin-bottom: 200px; }

.ml200 { margin-left: 200px; }

@media screen and (max-width: 900px) { .pt5-smt { padding-top: 5px; }
  .pr5-smt { padding-right: 5px; }
  .pb5-smt { padding-bottom: 5px; }
  .pl5-smt { padding-left: 5px; }
  .mt5-smt { margin-top: 5px; }
  .mr5-smt { margin-right: 5px; }
  .mb5-smt { margin-bottom: 5px; }
  .ml5-smt { margin-left: 5px; }
  .pt10-smt { padding-top: 10px; }
  .pr10-smt { padding-right: 10px; }
  .pb10-smt { padding-bottom: 10px; }
  .pl10-smt { padding-left: 10px; }
  .mt10-smt { margin-top: 10px; }
  .mr10-smt { margin-right: 10px; }
  .mb10-smt { margin-bottom: 10px; }
  .ml10-smt { margin-left: 10px; }
  .pt15-smt { padding-top: 15px; }
  .pr15-smt { padding-right: 15px; }
  .pb15-smt { padding-bottom: 15px; }
  .pl15-smt { padding-left: 15px; }
  .mt15-smt { margin-top: 15px; }
  .mr15-smt { margin-right: 15px; }
  .mb15-smt { margin-bottom: 15px; }
  .ml15-smt { margin-left: 15px; }
  .pt20-smt { padding-top: 20px; }
  .pr20-smt { padding-right: 20px; }
  .pb20-smt { padding-bottom: 20px; }
  .pl20-smt { padding-left: 20px; }
  .mt20-smt { margin-top: 20px; }
  .mr20-smt { margin-right: 20px; }
  .mb20-smt { margin-bottom: 20px; }
  .ml20-smt { margin-left: 20px; }
  .pt25-smt { padding-top: 25px; }
  .pr25-smt { padding-right: 25px; }
  .pb25-smt { padding-bottom: 25px; }
  .pl25-smt { padding-left: 25px; }
  .mt25-smt { margin-top: 25px; }
  .mr25-smt { margin-right: 25px; }
  .mb25-smt { margin-bottom: 25px; }
  .ml25-smt { margin-left: 25px; }
  .pt30-smt { padding-top: 30px; }
  .pr30-smt { padding-right: 30px; }
  .pb30-smt { padding-bottom: 30px; }
  .pl30-smt { padding-left: 30px; }
  .mt30-smt { margin-top: 30px; }
  .mr30-smt { margin-right: 30px; }
  .mb30-smt { margin-bottom: 30px; }
  .ml30-smt { margin-left: 30px; }
  .pt35-smt { padding-top: 35px; }
  .pr35-smt { padding-right: 35px; }
  .pb35-smt { padding-bottom: 35px; }
  .pl35-smt { padding-left: 35px; }
  .mt35-smt { margin-top: 35px; }
  .mr35-smt { margin-right: 35px; }
  .mb35-smt { margin-bottom: 35px; }
  .ml35-smt { margin-left: 35px; }
  .pt40-smt { padding-top: 40px; }
  .pr40-smt { padding-right: 40px; }
  .pb40-smt { padding-bottom: 40px; }
  .pl40-smt { padding-left: 40px; }
  .mt40-smt { margin-top: 40px; }
  .mr40-smt { margin-right: 40px; }
  .mb40-smt { margin-bottom: 40px; }
  .ml40-smt { margin-left: 40px; }
  .pt45-smt { padding-top: 45px; }
  .pr45-smt { padding-right: 45px; }
  .pb45-smt { padding-bottom: 45px; }
  .pl45-smt { padding-left: 45px; }
  .mt45-smt { margin-top: 45px; }
  .mr45-smt { margin-right: 45px; }
  .mb45-smt { margin-bottom: 45px; }
  .ml45-smt { margin-left: 45px; }
  .pt50-smt { padding-top: 50px; }
  .pr50-smt { padding-right: 50px; }
  .pb50-smt { padding-bottom: 50px; }
  .pl50-smt { padding-left: 50px; }
  .mt50-smt { margin-top: 50px; }
  .mr50-smt { margin-right: 50px; }
  .mb50-smt { margin-bottom: 50px; }
  .ml50-smt { margin-left: 50px; }
  .pt55-smt { padding-top: 55px; }
  .pr55-smt { padding-right: 55px; }
  .pb55-smt { padding-bottom: 55px; }
  .pl55-smt { padding-left: 55px; }
  .mt55-smt { margin-top: 55px; }
  .mr55-smt { margin-right: 55px; }
  .mb55-smt { margin-bottom: 55px; }
  .ml55-smt { margin-left: 55px; }
  .pt60-smt { padding-top: 60px; }
  .pr60-smt { padding-right: 60px; }
  .pb60-smt { padding-bottom: 60px; }
  .pl60-smt { padding-left: 60px; }
  .mt60-smt { margin-top: 60px; }
  .mr60-smt { margin-right: 60px; }
  .mb60-smt { margin-bottom: 60px; }
  .ml60-smt { margin-left: 60px; }
  .pt65-smt { padding-top: 65px; }
  .pr65-smt { padding-right: 65px; }
  .pb65-smt { padding-bottom: 65px; }
  .pl65-smt { padding-left: 65px; }
  .mt65-smt { margin-top: 65px; }
  .mr65-smt { margin-right: 65px; }
  .mb65-smt { margin-bottom: 65px; }
  .ml65-smt { margin-left: 65px; }
  .pt70-smt { padding-top: 70px; }
  .pr70-smt { padding-right: 70px; }
  .pb70-smt { padding-bottom: 70px; }
  .pl70-smt { padding-left: 70px; }
  .mt70-smt { margin-top: 70px; }
  .mr70-smt { margin-right: 70px; }
  .mb70-smt { margin-bottom: 70px; }
  .ml70-smt { margin-left: 70px; }
  .pt75-smt { padding-top: 75px; }
  .pr75-smt { padding-right: 75px; }
  .pb75-smt { padding-bottom: 75px; }
  .pl75-smt { padding-left: 75px; }
  .mt75-smt { margin-top: 75px; }
  .mr75-smt { margin-right: 75px; }
  .mb75-smt { margin-bottom: 75px; }
  .ml75-smt { margin-left: 75px; }
  .pt80-smt { padding-top: 80px; }
  .pr80-smt { padding-right: 80px; }
  .pb80-smt { padding-bottom: 80px; }
  .pl80-smt { padding-left: 80px; }
  .mt80-smt { margin-top: 80px; }
  .mr80-smt { margin-right: 80px; }
  .mb80-smt { margin-bottom: 80px; }
  .ml80-smt { margin-left: 80px; }
  .pt85-smt { padding-top: 85px; }
  .pr85-smt { padding-right: 85px; }
  .pb85-smt { padding-bottom: 85px; }
  .pl85-smt { padding-left: 85px; }
  .mt85-smt { margin-top: 85px; }
  .mr85-smt { margin-right: 85px; }
  .mb85-smt { margin-bottom: 85px; }
  .ml85-smt { margin-left: 85px; }
  .pt90-smt { padding-top: 90px; }
  .pr90-smt { padding-right: 90px; }
  .pb90-smt { padding-bottom: 90px; }
  .pl90-smt { padding-left: 90px; }
  .mt90-smt { margin-top: 90px; }
  .mr90-smt { margin-right: 90px; }
  .mb90-smt { margin-bottom: 90px; }
  .ml90-smt { margin-left: 90px; }
  .pt95-smt { padding-top: 95px; }
  .pr95-smt { padding-right: 95px; }
  .pb95-smt { padding-bottom: 95px; }
  .pl95-smt { padding-left: 95px; }
  .mt95-smt { margin-top: 95px; }
  .mr95-smt { margin-right: 95px; }
  .mb95-smt { margin-bottom: 95px; }
  .ml95-smt { margin-left: 95px; }
  .pt100-smt { padding-top: 100px; }
  .pr100-smt { padding-right: 100px; }
  .pb100-smt { padding-bottom: 100px; }
  .pl100-smt { padding-left: 100px; }
  .mt100-smt { margin-top: 100px; }
  .mr100-smt { margin-right: 100px; }
  .mb100-smt { margin-bottom: 100px; }
  .ml100-smt { margin-left: 100px; }
  .pt105-smt { padding-top: 105px; }
  .pr105-smt { padding-right: 105px; }
  .pb105-smt { padding-bottom: 105px; }
  .pl105-smt { padding-left: 105px; }
  .mt105-smt { margin-top: 105px; }
  .mr105-smt { margin-right: 105px; }
  .mb105-smt { margin-bottom: 105px; }
  .ml105-smt { margin-left: 105px; }
  .pt110-smt { padding-top: 110px; }
  .pr110-smt { padding-right: 110px; }
  .pb110-smt { padding-bottom: 110px; }
  .pl110-smt { padding-left: 110px; }
  .mt110-smt { margin-top: 110px; }
  .mr110-smt { margin-right: 110px; }
  .mb110-smt { margin-bottom: 110px; }
  .ml110-smt { margin-left: 110px; }
  .pt115-smt { padding-top: 115px; }
  .pr115-smt { padding-right: 115px; }
  .pb115-smt { padding-bottom: 115px; }
  .pl115-smt { padding-left: 115px; }
  .mt115-smt { margin-top: 115px; }
  .mr115-smt { margin-right: 115px; }
  .mb115-smt { margin-bottom: 115px; }
  .ml115-smt { margin-left: 115px; }
  .pt120-smt { padding-top: 120px; }
  .pr120-smt { padding-right: 120px; }
  .pb120-smt { padding-bottom: 120px; }
  .pl120-smt { padding-left: 120px; }
  .mt120-smt { margin-top: 120px; }
  .mr120-smt { margin-right: 120px; }
  .mb120-smt { margin-bottom: 120px; }
  .ml120-smt { margin-left: 120px; }
  .pt125-smt { padding-top: 125px; }
  .pr125-smt { padding-right: 125px; }
  .pb125-smt { padding-bottom: 125px; }
  .pl125-smt { padding-left: 125px; }
  .mt125-smt { margin-top: 125px; }
  .mr125-smt { margin-right: 125px; }
  .mb125-smt { margin-bottom: 125px; }
  .ml125-smt { margin-left: 125px; }
  .pt130-smt { padding-top: 130px; }
  .pr130-smt { padding-right: 130px; }
  .pb130-smt { padding-bottom: 130px; }
  .pl130-smt { padding-left: 130px; }
  .mt130-smt { margin-top: 130px; }
  .mr130-smt { margin-right: 130px; }
  .mb130-smt { margin-bottom: 130px; }
  .ml130-smt { margin-left: 130px; }
  .pt135-smt { padding-top: 135px; }
  .pr135-smt { padding-right: 135px; }
  .pb135-smt { padding-bottom: 135px; }
  .pl135-smt { padding-left: 135px; }
  .mt135-smt { margin-top: 135px; }
  .mr135-smt { margin-right: 135px; }
  .mb135-smt { margin-bottom: 135px; }
  .ml135-smt { margin-left: 135px; }
  .pt140-smt { padding-top: 140px; }
  .pr140-smt { padding-right: 140px; }
  .pb140-smt { padding-bottom: 140px; }
  .pl140-smt { padding-left: 140px; }
  .mt140-smt { margin-top: 140px; }
  .mr140-smt { margin-right: 140px; }
  .mb140-smt { margin-bottom: 140px; }
  .ml140-smt { margin-left: 140px; }
  .pt145-smt { padding-top: 145px; }
  .pr145-smt { padding-right: 145px; }
  .pb145-smt { padding-bottom: 145px; }
  .pl145-smt { padding-left: 145px; }
  .mt145-smt { margin-top: 145px; }
  .mr145-smt { margin-right: 145px; }
  .mb145-smt { margin-bottom: 145px; }
  .ml145-smt { margin-left: 145px; }
  .pt150-smt { padding-top: 150px; }
  .pr150-smt { padding-right: 150px; }
  .pb150-smt { padding-bottom: 150px; }
  .pl150-smt { padding-left: 150px; }
  .mt150-smt { margin-top: 150px; }
  .mr150-smt { margin-right: 150px; }
  .mb150-smt { margin-bottom: 150px; }
  .ml150-smt { margin-left: 150px; }
  .pt155-smt { padding-top: 155px; }
  .pr155-smt { padding-right: 155px; }
  .pb155-smt { padding-bottom: 155px; }
  .pl155-smt { padding-left: 155px; }
  .mt155-smt { margin-top: 155px; }
  .mr155-smt { margin-right: 155px; }
  .mb155-smt { margin-bottom: 155px; }
  .ml155-smt { margin-left: 155px; }
  .pt160-smt { padding-top: 160px; }
  .pr160-smt { padding-right: 160px; }
  .pb160-smt { padding-bottom: 160px; }
  .pl160-smt { padding-left: 160px; }
  .mt160-smt { margin-top: 160px; }
  .mr160-smt { margin-right: 160px; }
  .mb160-smt { margin-bottom: 160px; }
  .ml160-smt { margin-left: 160px; }
  .pt165-smt { padding-top: 165px; }
  .pr165-smt { padding-right: 165px; }
  .pb165-smt { padding-bottom: 165px; }
  .pl165-smt { padding-left: 165px; }
  .mt165-smt { margin-top: 165px; }
  .mr165-smt { margin-right: 165px; }
  .mb165-smt { margin-bottom: 165px; }
  .ml165-smt { margin-left: 165px; }
  .pt170-smt { padding-top: 170px; }
  .pr170-smt { padding-right: 170px; }
  .pb170-smt { padding-bottom: 170px; }
  .pl170-smt { padding-left: 170px; }
  .mt170-smt { margin-top: 170px; }
  .mr170-smt { margin-right: 170px; }
  .mb170-smt { margin-bottom: 170px; }
  .ml170-smt { margin-left: 170px; }
  .pt175-smt { padding-top: 175px; }
  .pr175-smt { padding-right: 175px; }
  .pb175-smt { padding-bottom: 175px; }
  .pl175-smt { padding-left: 175px; }
  .mt175-smt { margin-top: 175px; }
  .mr175-smt { margin-right: 175px; }
  .mb175-smt { margin-bottom: 175px; }
  .ml175-smt { margin-left: 175px; }
  .pt180-smt { padding-top: 180px; }
  .pr180-smt { padding-right: 180px; }
  .pb180-smt { padding-bottom: 180px; }
  .pl180-smt { padding-left: 180px; }
  .mt180-smt { margin-top: 180px; }
  .mr180-smt { margin-right: 180px; }
  .mb180-smt { margin-bottom: 180px; }
  .ml180-smt { margin-left: 180px; }
  .pt185-smt { padding-top: 185px; }
  .pr185-smt { padding-right: 185px; }
  .pb185-smt { padding-bottom: 185px; }
  .pl185-smt { padding-left: 185px; }
  .mt185-smt { margin-top: 185px; }
  .mr185-smt { margin-right: 185px; }
  .mb185-smt { margin-bottom: 185px; }
  .ml185-smt { margin-left: 185px; }
  .pt190-smt { padding-top: 190px; }
  .pr190-smt { padding-right: 190px; }
  .pb190-smt { padding-bottom: 190px; }
  .pl190-smt { padding-left: 190px; }
  .mt190-smt { margin-top: 190px; }
  .mr190-smt { margin-right: 190px; }
  .mb190-smt { margin-bottom: 190px; }
  .ml190-smt { margin-left: 190px; }
  .pt195-smt { padding-top: 195px; }
  .pr195-smt { padding-right: 195px; }
  .pb195-smt { padding-bottom: 195px; }
  .pl195-smt { padding-left: 195px; }
  .mt195-smt { margin-top: 195px; }
  .mr195-smt { margin-right: 195px; }
  .mb195-smt { margin-bottom: 195px; }
  .ml195-smt { margin-left: 195px; }
  .pt200-smt { padding-top: 200px; }
  .pr200-smt { padding-right: 200px; }
  .pb200-smt { padding-bottom: 200px; }
  .pl200-smt { padding-left: 200px; }
  .mt200-smt { margin-top: 200px; }
  .mr200-smt { margin-right: 200px; }
  .mb200-smt { margin-bottom: 200px; }
  .ml200-smt { margin-left: 200px; } }

.mb1em { margin-bottom: 1em; }

.pl1em { padding-left: 1em; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-underline { text-decoration: underline; }

.font-bold { font-weight: bold; }

.color-orange { color: #ef7d1b; }

.color-purple { color: #515b88; }

.color-macha { color: #9dbe52; }

.color-pink { color: #d57472; }

.color-aqua { color: #38aee1; }

.color-vividpink { color: #e13868; }

.color-red { color: #990000; }

.color-white { color: #fff; }

.color-ocher { color: #a48b78; }

.color-blue { color: #0078c1; }

.color-orange2 { color: #d78562; }

.bgc-white { background-color: #fff; }

.bgc-lightpink { background-color: #fdeeed; }

.bgc-lightorange { background-color: #faf2ea; }

.bgc-beige { background-color: #fcfaeb; }

.bgc-lightmacha { background-color: #d6e1b6; }

.fz10 { font-size: 10px; }

.fz11 { font-size: 11px; }

.fz12 { font-size: 12px; }

.fz13 { font-size: 13px; }

.fz14 { font-size: 14px; }

.fz15 { font-size: 15px; }

.fz16 { font-size: 16px; }

.fz17 { font-size: 17px; }

.fz18 { font-size: 18px; }

.fz19 { font-size: 19px; }

.fz20 { font-size: 20px; }

.fz21 { font-size: 21px; }

.fz22 { font-size: 22px; }

.fz23 { font-size: 23px; }

.fz24 { font-size: 24px; }

.fz25 { font-size: 25px; }

.fz26 { font-size: 26px; }

.fz27 { font-size: 27px; }

.fz28 { font-size: 28px; }

.fz29 { font-size: 29px; }

.fz30 { font-size: 30px; }

.fz31 { font-size: 31px; }

.fz32 { font-size: 32px; }

.fz33 { font-size: 33px; }

.fz34 { font-size: 34px; }

.fz35 { font-size: 35px; }

.fz36 { font-size: 36px; }

.fz37 { font-size: 37px; }

.fz38 { font-size: 38px; }

.fz39 { font-size: 39px; }

.fz40 { font-size: 40px; }

.fz41 { font-size: 41px; }

.fz42 { font-size: 42px; }

.fz43 { font-size: 43px; }

.fz44 { font-size: 44px; }

.fz45 { font-size: 45px; }

.fz46 { font-size: 46px; }

.fz47 { font-size: 47px; }

.fz48 { font-size: 48px; }

.fz49 { font-size: 49px; }

.fz50 { font-size: 50px; }

@media screen and (max-width: 900px) { .fz10-smt { font-size: 10px; }
  .fz11-smt { font-size: 11px; }
  .fz12-smt { font-size: 12px; }
  .fz13-smt { font-size: 13px; }
  .fz14-smt { font-size: 14px; }
  .fz15-smt { font-size: 15px; }
  .fz16-smt { font-size: 16px; }
  .fz17-smt { font-size: 17px; }
  .fz18-smt { font-size: 18px; }
  .fz19-smt { font-size: 19px; }
  .fz20-smt { font-size: 20px; }
  .fz21-smt { font-size: 21px; }
  .fz22-smt { font-size: 22px; }
  .fz23-smt { font-size: 23px; }
  .fz24-smt { font-size: 24px; }
  .fz25-smt { font-size: 25px; }
  .fz26-smt { font-size: 26px; }
  .fz27-smt { font-size: 27px; }
  .fz28-smt { font-size: 28px; }
  .fz29-smt { font-size: 29px; }
  .fz30-smt { font-size: 30px; }
  .fz31-smt { font-size: 31px; }
  .fz32-smt { font-size: 32px; }
  .fz33-smt { font-size: 33px; }
  .fz34-smt { font-size: 34px; }
  .fz35-smt { font-size: 35px; }
  .fz36-smt { font-size: 36px; }
  .fz37-smt { font-size: 37px; }
  .fz38-smt { font-size: 38px; }
  .fz39-smt { font-size: 39px; }
  .fz40-smt { font-size: 40px; }
  .fz41-smt { font-size: 41px; }
  .fz42-smt { font-size: 42px; }
  .fz43-smt { font-size: 43px; }
  .fz44-smt { font-size: 44px; }
  .fz45-smt { font-size: 45px; }
  .fz46-smt { font-size: 46px; }
  .fz47-smt { font-size: 47px; }
  .fz48-smt { font-size: 48px; }
  .fz49-smt { font-size: 49px; }
  .fz50-smt { font-size: 50px; } }

.lh10 { line-height: 1; }

.lh11 { line-height: 1.1; }

.lh12 { line-height: 1.2; }

.lh13 { line-height: 1.3; }

.lh14 { line-height: 1.4; }

.lh15 { line-height: 1.5; }

.lh16 { line-height: 1.6; }

.lh17 { line-height: 1.7; }

.lh18 { line-height: 1.8; }

.lh19 { line-height: 1.9; }

.lh20 { line-height: 2; }

.lh21 { line-height: 2.1; }

.lh22 { line-height: 2.2; }

.lh23 { line-height: 2.3; }

.lh24 { line-height: 2.4; }

.lh25 { line-height: 2.5; }

.lh26 { line-height: 2.6; }

.lh27 { line-height: 2.7; }

.lh28 { line-height: 2.8; }

.lh29 { line-height: 2.9; }

.lh30 { line-height: 3; }

.lh31 { line-height: 3.1; }

.lh32 { line-height: 3.2; }

.lh33 { line-height: 3.3; }

.lh34 { line-height: 3.4; }

.lh35 { line-height: 3.5; }

.lh36 { line-height: 3.6; }

.lh37 { line-height: 3.7; }

.lh38 { line-height: 3.8; }

.lh39 { line-height: 3.9; }

.lh40 { line-height: 4; }

.lh41 { line-height: 4.1; }

.lh42 { line-height: 4.2; }

.lh43 { line-height: 4.3; }

.lh44 { line-height: 4.4; }

.lh45 { line-height: 4.5; }

.lh46 { line-height: 4.6; }

.lh47 { line-height: 4.7; }

.lh48 { line-height: 4.8; }

.lh49 { line-height: 4.9; }

.lh50 { line-height: 5; }

.mw100 { max-width: 100px; }

.mw110 { max-width: 110px; }

.mw120 { max-width: 120px; }

.mw130 { max-width: 130px; }

.mw140 { max-width: 140px; }

.mw150 { max-width: 150px; }

.mw160 { max-width: 160px; }

.mw170 { max-width: 170px; }

.mw180 { max-width: 180px; }

.mw190 { max-width: 190px; }

.mw200 { max-width: 200px; }

.mw210 { max-width: 210px; }

.mw220 { max-width: 220px; }

.mw230 { max-width: 230px; }

.mw240 { max-width: 240px; }

.mw250 { max-width: 250px; }

.mw260 { max-width: 260px; }

.mw270 { max-width: 270px; }

.mw280 { max-width: 280px; }

.mw290 { max-width: 290px; }

.mw300 { max-width: 300px; }

.mw310 { max-width: 310px; }

.mw320 { max-width: 320px; }

.mw330 { max-width: 330px; }

.mw340 { max-width: 340px; }

.mw350 { max-width: 350px; }

.mw360 { max-width: 360px; }

.mw370 { max-width: 370px; }

.mw380 { max-width: 380px; }

.mw390 { max-width: 390px; }

.mw400 { max-width: 400px; }

.mw410 { max-width: 410px; }

.mw420 { max-width: 420px; }

.mw430 { max-width: 430px; }

.mw440 { max-width: 440px; }

.mw450 { max-width: 450px; }

.mw460 { max-width: 460px; }

.mw470 { max-width: 470px; }

.mw480 { max-width: 480px; }

.mw490 { max-width: 490px; }

.mw500 { max-width: 500px; }

.mw510 { max-width: 510px; }

.mw520 { max-width: 520px; }

.mw530 { max-width: 530px; }

.mw540 { max-width: 540px; }

.mw550 { max-width: 550px; }

.mw560 { max-width: 560px; }

.mw570 { max-width: 570px; }

.mw580 { max-width: 580px; }

.mw590 { max-width: 590px; }

.mw600 { max-width: 600px; }

.mw610 { max-width: 610px; }

.mw620 { max-width: 620px; }

.mw630 { max-width: 630px; }

.mw640 { max-width: 640px; }

.mw650 { max-width: 650px; }

.mw660 { max-width: 660px; }

.mw670 { max-width: 670px; }

.mw680 { max-width: 680px; }

.mw690 { max-width: 690px; }

.mw700 { max-width: 700px; }

.mw710 { max-width: 710px; }

.mw720 { max-width: 720px; }

.mw730 { max-width: 730px; }

.mw740 { max-width: 740px; }

.mw750 { max-width: 750px; }

.mw760 { max-width: 760px; }

.mw770 { max-width: 770px; }

.mw780 { max-width: 780px; }

.mw790 { max-width: 790px; }

.mw800 { max-width: 800px; }

.mw810 { max-width: 810px; }

.mw820 { max-width: 820px; }

.mw830 { max-width: 830px; }

.mw840 { max-width: 840px; }

.mw850 { max-width: 850px; }

.mw860 { max-width: 860px; }

.mw870 { max-width: 870px; }

.mw880 { max-width: 880px; }

.mw890 { max-width: 890px; }

.mw900 { max-width: 900px; }

.mw910 { max-width: 910px; }

.mw920 { max-width: 920px; }

.mw930 { max-width: 930px; }

.mw940 { max-width: 940px; }

.mw950 { max-width: 950px; }

.mw960 { max-width: 960px; }

.mw970 { max-width: 970px; }

.mw980 { max-width: 980px; }

.mw990 { max-width: 990px; }

.mw1000 { max-width: 1000px; }

.mw1010 { max-width: 1010px; }

.mw1020 { max-width: 1020px; }

.mw1030 { max-width: 1030px; }

.mw1040 { max-width: 1040px; }

.mw1050 { max-width: 1050px; }

.mw1060 { max-width: 1060px; }

.mw1070 { max-width: 1070px; }

.mw1080 { max-width: 1080px; }

.float-left { float: left; }

.float-right { float: right; }

.palt { -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

.text-font { font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

.inline-block { display: inline-block; }

.rubi { position: relative; }

.rubi:after { content: attr(data-rubi); position: absolute; bottom: -10px; left: 0; font-size: 10px; line-height: 1; width: 100%; text-align: center; }

@media all and (-ms-high-contrast: none) { *::-ms-backdrop, .rubi:after { bottom: -5px; } }

_:-ms-lang(x)::backdrop, .rubi:after { bottom: -7px; }

_:lang(x)::-ms-, .rubi:after { bottom: -7px; }

/* FILE : /assets/sass/shared/_item.scss  */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix { display: inline-block; min-height: 1%; }

/* for IE-mac */
* html .clearfix { height: 1%; }

.clearfix { display: block; }

img.ofi { max-width: none; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; font-family: 'object-fit: cover;object-position: center;'; }

.inner { max-width: 1110px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }

@media screen and (min-width: 1025px) { .pc-hide { display: none; }
  .hover-alpha { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .hover-alpha:hover { opacity: .6; }
  .hover-line:hover { text-decoration: underline; } }

@media screen and (min-width: 901px) and (max-width: 1024px) { .tablet-hide { display: none; } }

@media screen and (max-width: 900px) { .smt-hide { display: none; } }

.ind-1em { text-indent: -1em; padding-left: 1em; }

.box-center { margin-left: auto; margin-right: auto; }

.space { padding-top: 80px; }

.space--narrow { margin-top: 50px; }

@media screen and (max-width: 600px) { .space { padding-top: 40px; }
  .space--narrow { margin-top: 30px; } }

.space-section { padding-top: 80px; padding-bottom: 80px; }

@media screen and (max-width: 600px) { .space-section { padding-top: 40px; padding-bottom: 40px; } }

.btn-style1, .btn-style1_slim { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }

@media screen and (min-width: 901px) { .btn-style1, .btn-style1_slim { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .btn-style1:hover, .btn-style1_slim:hover { opacity: .6; } }

.btn-style1--orange { background-color: #ef7d1b; text-align: center; color: #fff; }

.btn-style1--orangeborder { border: 2px solid #ef7d1b; color: #ef7d1b; }

.btn-style1 { width: 400px; height: 80px; font-weight: bold; font-size: 20px; border-radius: 40px; }

@media screen and (max-width: 600px) { .btn-style1 { width: 280px; height: 60px; border-radius: 30px; font-size: 16px; } }

.btn-style1_slim { padding: 5px 10px; border-radius: 50px; width: auto; font-weight: bold; font-size: 14px; }

@media screen and (min-width: 601px) { .btn-style1_slim { font-size: 15px; } }

.btn-style2 { 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; font-weight: bold; width: 100%; max-width: 300px; height: 52px; border-radius: 26px; position: relative; font-size: 16px; color: #fff; }
.btn-style2:after { content: ''; display: block; position: absolute; top: 0px; left: 0; width: 100%; height: 100%; border-radius: 26px; z-index: 2; background-color: #ef7d1b; -webkit-transition: .1s transform linear; -o-transition: .1s transform linear; transition: .1s transform linear; }
.btn-style2:before { content: ''; display: block; position: absolute; top: 5px; left: 0; width: 100%; height: 100%; border-radius: 26px; background-color: #904000; z-index: 1; }
.btn-style2__inner { position: relative; z-index: 3; -webkit-transition: .1s transform linear; -o-transition: .1s transform linear; transition: .1s transform linear; }
.btn-style2:hover:after { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); }
.btn-style2:hover .btn-style2__inner { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); }

.btn-style3 { 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; font-weight: bold; width: 100%; max-width: 300px; height: 52px; border-radius: 26px; position: relative; font-size: 18px; color: #fff; }
.btn-style3:after { content: ''; display: block; position: absolute; top: 0px; left: 0; width: 100%; height: 100%; border-radius: 26px; z-index: 2; background-color: #d67572; -webkit-transition: .1s transform linear; -o-transition: .1s transform linear; transition: .1s transform linear; }
.btn-style3:before { content: ''; display: block; position: absolute; top: 5px; left: 0; width: 100%; height: 100%; border-radius: 26px; background-color: #904000; z-index: 1; }
.btn-style3__inner { position: relative; z-index: 3; -webkit-transition: .1s transform linear; -o-transition: .1s transform linear; transition: .1s transform linear; }
.btn-style3:hover:after { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); }
.btn-style3:hover .btn-style3__inner { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); }

@media screen and (min-width: 601px) {
.btn-style2 { max-width: 580px; height: 88px; border-radius: 44px; font-size: 32px; }
.btn-style2:before, .btn-style2:after { border-radius: 44px; }

.btn-style3 { max-width: 580px; height: 88px; border-radius: 44px; font-size: 32px; }
.btn-style3:before, .btn-style3:after { border-radius: 44px; }
}

@media screen and (min-width: 751px) {
.btn-style2 { max-width: 640px; height: 96px; border-radius: 48px; }
.btn-style2:before, .btn-style2:after { border-radius: 48px; }

.btn-style3 { max-width: 640px; height: 96px; border-radius: 48px; }
.btn-style3:before, .btn-style3:after { border-radius: 48px; }
}

.title-style1 { font-size: 24px; line-height: 1.4; font-weight: bold; }

@media screen and (min-width: 601px) { .title-style1 { font-size: 40px; } }

.title-style2 { font-size: 24px; line-height: 1.4; font-weight: bold; }

@media screen and (min-width: 601px) { .title-style2 { font-size: 32px; } }

.title-style3, .title-style3--orange, .title-style3--macha { font-size: 24px; line-height: 1.4; font-weight: bold; position: relative; padding-left: 20px; }

.title-style3:before, .title-style3--orange:before, .title-style3--macha:before { content: ''; display: block; width: 4px; height: 100%; border-radius: 2px; position: absolute; top: 0; left: 0; background-color: #000; }

@media screen and (min-width: 601px) { .title-style3, .title-style3--orange, .title-style3--macha { font-size: 32px; padding-left: 40px; }
  .title-style3:before, .title-style3--orange:before, .title-style3--macha:before { width: 8px; border-radius: 4px; } }

.title-style3--orange { color: #ef7d1b; }

.title-style3--orange:before { background-color: #ef7d1b; }

.title-style3--macha { color: #9dbe52; }

.title-style3--macha:before { background-color: #9dbe52; }

.title-style4 { font-size: 32px; line-height: 1.4; font-weight: bold; }

@media screen and (min-width: 601px) { .title-style4 { font-size: 45px; } }

.title-style5 { font-size: 22px; line-height: 1.4; font-weight: bold; }

@media screen and (min-width: 601px) { .title-style5 { font-size: 28px; } }

.text-style1 { font-size: 16px; }

@media screen and (min-width: 601px) { .text-style1 { font-size: 20px; } }

.link-style1 { text-decoration: underline; color: #ef7d1b; }

.link-style1:hover { text-decoration: none; color: #515b88; }

.link-style2 { text-decoration: underline; color: #38aee1; }

.link-style2:hover { text-decoration: none; }

/* FILE : /assets/sass/shared/_parts.scss  */
.page-bottom { padding-top: 40px; padding-bottom: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.page-bottom__btn { line-height: 1.4; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 0 20px; font-family: '游明朝' , 'Yu Mincho' , '游明朝体' , 'YuMincho' , 'ヒラギノ明朝 Pro W3' , 'Hiragino Mincho Pro' , 'HiraMinProN-W3' , 'HGS明朝E' , 'ＭＳ Ｐ明朝' , 'MS PMincho' , serif; border-right: 1px solid #ccc; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }

.page-bottom__btn:hover { opacity: .6; }

.page-bottom .page-bottom__btn:last-child { border-right: none; }

.page-bottom__ja { font-size: 22px; }

.page-bottom__en { font-size: 12px; }

@media screen and (max-width: 1024px) { .page-bottom__btn { padding: 0 10px; } }

@media screen and (max-width: 900px) { .page-bottom { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .page-bottom__btn { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; text-align: center; padding: 10px; }
  .page-bottom .page-bottom__btn:nth-child(2n) { border-right: none; }
  .page-bottom .page-bottom__btn:nth-child(1), .page-bottom .page-bottom__btn:nth-child(2) { margin-bottom: 20px; } }

@media screen and (max-width: 600px) { .page-bottom { padding-top: 20px; padding-bottom: 20px; }
  .page-bottom__ja { font-size: 15px; }
  .page-bottom__en { font-size: 10px; } }

.pagetitle { width: 100%; height: 185px; 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; background-image: url(../img/shared/bg-pagetitle--item.png), url(../img/shared/bg-pagetitle--pattern.jpg); background-repeat: no-repeat,repeat; background-position: center center,left top; }

.pagetitle__inner { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }

.pagetitle__ja { display: block; text-align: center; line-height: 1.2; }

.pagetitle__ja-in { display: inline-block; font-size: 60px; color: #ef7d1b; background-color: #fff; padding: 10px 20px; border-radius: 60px; font-weight: bold; text-align: center; }

.pagetitle__en { font-weight: bold; margin-top: 15px; display: block; line-height: 1; text-align: center; }

@media screen and (max-width: 900px) { .pagetitle { background-image: url(../img/shared/bg-pagetitle--item--smt.png), url(../img/shared/bg-pagetitle--pattern.jpg); } }

@media screen and (max-width: 750px) { .pagetitle__ja-in { font-size: 42px; } }

@media screen and (max-width: 600px) { .pagetitle__ja-in { font-size: 32px; } }

.bread { padding: 20px 0; }

.bread__list { max-width: 1110px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.bread__list .bread__item:last-child { margin-right: 0; }

.bread__list .bread__item:last-child:after { content: none; }

.bread__item { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; line-height: 1; margin-right: 1em; font-size: 14px; }

.bread__item:after { content: '>'; margin-left: 1em; }

.bread__link { color: #ef7d1b; }

.bread__link:hover { text-decoration: underline; }

@media screen and (max-width: 600px) { .bread { padding: 10px 0; }
  .bread__item { margin-right: 0.5em; }
  .bread__item:after { margin-left: 0.5em; } }

.pageindex { background: url(../img/shared/bg-pageindex--pattern.jpg); padding: 45px 0; }

.pageindex__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.pageindex--col2 .pageindex__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 21px); flex: 0 0 calc(50% - 21px); width: calc(50% - 21px); margin-right: 40px; margin-top: 40px; }

.pageindex--col2 .pageindex__item:nth-child(2n) { margin-right: 0; }

.pageindex--col2 .pageindex__item:nth-child(1), .pageindex--col2 .pageindex__item:nth-child(2) { margin-top: 0; }

.pageindex--col3 .pageindex__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(33% - 14x); flex: 0 0 calc(33% - 14x); width: calc(33% - 14px); margin-right: 21px; margin-top: 20px; font-size: 20px; }

.pageindex--col3 .pageindex__item:nth-child(1), .pageindex--col3 .pageindex__item:nth-child(2) { margin-top: 0; }

.pageindex--col4 .pageindex__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(25% - 16px); flex: 0 0 calc(25% - 16px); width: calc(25% - 16px); margin-right: 20px; margin-top: 20px; font-size: 20px; }

.pageindex--col4 .pageindex__item:nth-child(1), .pageindex--col4 .pageindex__item:nth-child(2) { margin-top: 0; }

.pageindex__item { 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; height: 80px; border-radius: 40px; background-color: #fff; border: 2px solid #ef7d1b; line-height: 1.3; padding: 0 30px; position: relative; color: #ef7d1b; font-weight: bold; font-size: 24px; text-align: center; }

.pageindex__item:after { content: '>'; display: block; line-height: 1; -webkit-transform: rotate(90deg) scaleX(0.75); -ms-transform: rotate(90deg) scaleX(0.75); transform: rotate(90deg) scaleX(0.75); font-weight: normal; position: absolute; right: 15px; top: 50%; margin-top: -0.5em; }

.pageindex__item.arrow-none:after { content: none; }

.pageindex__item.current { background-color: #ef7d1b; color: #fff; }

@media screen and (min-width: 901px) { .pageindex__item { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .pageindex__item:hover { opacity: .6; }
  .pageindex--col3 .pageindex__item:nth-child(3) { margin-top: 0; }
  .pageindex--col3 .pageindex__item:nth-child(3n) { margin-right: 0; }
  .pageindex--col4 .pageindex__item:nth-child(3), .pageindex--col4 .pageindex__item:nth-child(4) { margin-top: 0; }
  .pageindex--col4 .pageindex__item:nth-child(4n) { margin-right: 0; } }

@media screen and (max-width: 900px) { .pageindex--col2 .pageindex__item, .pageindex--col3 .pageindex__item, .pageindex--col4 .pageindex__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 10px); flex: 0 0 calc(50% - 10px); width: calc(50% - 10px); margin-right: 20px; margin-top: 20px; }
  .pageindex--col3 .pageindex__item:nth-child(2n), .pageindex--col4 .pageindex__item:nth-child(2n) { margin-right: 0; } }

@media screen and (max-width: 600px) { .pageindex__item { font-size: 15px !important; line-height: 1.2; padding: 0 15px 0 10px; height: 60px; border-radius: 30px; }
  .pageindex__item:after { right: 5px; } }

.linkunit { padding: 40px 0 80px; }

.linkunit.bg-flow { background-color: #9fd9f6; }

.linkunit.bg-annualevent { background-color: #fcfaeb; }

.linkunit__item { background-color: #d57472; color: #fff; border-radius: 5px; font-size: 24px; text-align: center; font-weight: bold; position: relative; padding: 30px 0; line-height: 1.3; 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; }

.linkunit__item:after { content: ''; position: absolute; display: block; width: 8px; height: 16px; background: url(../img/flow/arrow.png) no-repeat center center/contain; right: 30px; top: 50%; margin-top: -8px; }

.linkunit__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (min-width: 901px) { .linkunit__item { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .linkunit__item:hover { opacity: .6; }
  .linkunit--col2 .linkunit__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 21px); flex: 0 0 calc(50% - 21px); width: calc(50% - 21px); margin-right: 40px; margin-top: 40px; }
  .linkunit--col2 .linkunit__item:nth-child(2n) { margin-right: 0; }
  .linkunit--col2 .linkunit__item:nth-child(1), .linkunit--col2 .linkunit__item:nth-child(2) { margin-top: 0; } }

@media screen and (max-width: 900px) { .linkunit--col2 .linkunit__item { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; margin-top: 20px; }
  .linkunit--col2 .linkunit__item:nth-child(1) { margin-top: 0; }
  .linkunit__item { -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; font-size: 15px; padding: 15px; }
  .linkunit__item:after { right: 10px; width: 4px; height: 8px; margin-top: -4px; } }

.aside__block { padding: 10px; border-radius: 10px; border: 2px solid #d57472; margin-top: 30px; }

.aside .aside__block:nth-child(1) { margin-top: 0; }

.aside__title { text-align: center; font-weight: bold; font-size: 18px; border-bottom: 2px solid #d57472; }

.aside__list-link { font-size: 13px; font-weight: bold; }

.aside__list-link:hover { text-decoration: underline; color: #ef7d1b; }

.aside__list-item { padding: 10px 0; border-bottom: 1px dashed #d57472; }

.aside__list .aside__list-item:last-child { border-bottom: none; }

@media screen and (min-width: 601px) { .aside__block { margin-top: 50px; }
  .aside__title { font-size: 22px; }
  .aside__list-link { font-size: 14px; } }

@media screen and (min-width: 601px) and (max-width: 750px) { .aside { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .aside__block { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; margin-top: 0; } }

@media screen and (min-width: 751px) { .grid-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .grid-content__main { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 230px); flex: 0 0 calc(100% - 230px); width: calc(100% - 230px); }
  .grid-content__aside { -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; width: 200px; } }

@media screen and (min-width: 901px) { .grid-content__main { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 300px); flex: 0 0 calc(100% - 300px); width: calc(100% - 300px); }
  .grid-content__aside { -webkit-box-flex: 0; -ms-flex: 0 0 250px; flex: 0 0 250px; width: 250px; } }

@media screen and (max-width: 750px) { .grid-content__main { margin-bottom: 40px; } }

.pager { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.pager__item { -webkit-box-flex: 0; -ms-flex: 0 0 36px; flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid #ef7d1b; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 5px; margin: 0 3px; line-height: 1; -webkit-transition: .2s color ease,.2s background-color ease; -o-transition: .2s color ease,.2s background-color ease; transition: .2s color ease,.2s background-color ease; }

.pager__item.current, .pager__item:hover { background-color: #ef7d1b; color: #fff; }

@media screen and (min-width: 601px) { .pager__item { margin: 0 5px; } }

@media screen and (max-width: 750px) { .ph-box__content + .ph-box__img { display: none; } }

@media screen and (min-width: 751px) { .ph-box--phleft, .ph-box--phright { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .ph-box--phleft.items-center, .ph-box--phright.items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .ph-box--phleft .ph-box__content + .ph-box__img, .ph-box--phright .ph-box__content { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .ph-box--phright .ph-box__content + .ph-box__img, .ph-box--phleft .ph-box__content { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .ph-box__content .ph-box__img { display: none; }
  .ph-box__content.self-center, .ph-box__img.self-center { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }
  .ph-box__content.w1p, .ph-box__img.w1p { -webkit-box-flex: 0; -ms-flex: 0 0 1%; flex: 0 0 1%; width: 1%; }
  .ph-box__content.w2p, .ph-box__img.w2p { -webkit-box-flex: 0; -ms-flex: 0 0 2%; flex: 0 0 2%; width: 2%; }
  .ph-box__content.w3p, .ph-box__img.w3p { -webkit-box-flex: 0; -ms-flex: 0 0 3%; flex: 0 0 3%; width: 3%; }
  .ph-box__content.w4p, .ph-box__img.w4p { -webkit-box-flex: 0; -ms-flex: 0 0 4%; flex: 0 0 4%; width: 4%; }
  .ph-box__content.w5p, .ph-box__img.w5p { -webkit-box-flex: 0; -ms-flex: 0 0 5%; flex: 0 0 5%; width: 5%; }
  .ph-box__content.w6p, .ph-box__img.w6p { -webkit-box-flex: 0; -ms-flex: 0 0 6%; flex: 0 0 6%; width: 6%; }
  .ph-box__content.w7p, .ph-box__img.w7p { -webkit-box-flex: 0; -ms-flex: 0 0 7%; flex: 0 0 7%; width: 7%; }
  .ph-box__content.w8p, .ph-box__img.w8p { -webkit-box-flex: 0; -ms-flex: 0 0 8%; flex: 0 0 8%; width: 8%; }
  .ph-box__content.w9p, .ph-box__img.w9p { -webkit-box-flex: 0; -ms-flex: 0 0 9%; flex: 0 0 9%; width: 9%; }
  .ph-box__content.w10p, .ph-box__img.w10p { -webkit-box-flex: 0; -ms-flex: 0 0 10%; flex: 0 0 10%; width: 10%; }
  .ph-box__content.w11p, .ph-box__img.w11p { -webkit-box-flex: 0; -ms-flex: 0 0 11%; flex: 0 0 11%; width: 11%; }
  .ph-box__content.w12p, .ph-box__img.w12p { -webkit-box-flex: 0; -ms-flex: 0 0 12%; flex: 0 0 12%; width: 12%; }
  .ph-box__content.w13p, .ph-box__img.w13p { -webkit-box-flex: 0; -ms-flex: 0 0 13%; flex: 0 0 13%; width: 13%; }
  .ph-box__content.w14p, .ph-box__img.w14p { -webkit-box-flex: 0; -ms-flex: 0 0 14%; flex: 0 0 14%; width: 14%; }
  .ph-box__content.w15p, .ph-box__img.w15p { -webkit-box-flex: 0; -ms-flex: 0 0 15%; flex: 0 0 15%; width: 15%; }
  .ph-box__content.w16p, .ph-box__img.w16p { -webkit-box-flex: 0; -ms-flex: 0 0 16%; flex: 0 0 16%; width: 16%; }
  .ph-box__content.w17p, .ph-box__img.w17p { -webkit-box-flex: 0; -ms-flex: 0 0 17%; flex: 0 0 17%; width: 17%; }
  .ph-box__content.w18p, .ph-box__img.w18p { -webkit-box-flex: 0; -ms-flex: 0 0 18%; flex: 0 0 18%; width: 18%; }
  .ph-box__content.w19p, .ph-box__img.w19p { -webkit-box-flex: 0; -ms-flex: 0 0 19%; flex: 0 0 19%; width: 19%; }
  .ph-box__content.w20p, .ph-box__img.w20p { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; }
  .ph-box__content.w21p, .ph-box__img.w21p { -webkit-box-flex: 0; -ms-flex: 0 0 21%; flex: 0 0 21%; width: 21%; }
  .ph-box__content.w22p, .ph-box__img.w22p { -webkit-box-flex: 0; -ms-flex: 0 0 22%; flex: 0 0 22%; width: 22%; }
  .ph-box__content.w23p, .ph-box__img.w23p { -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; width: 23%; }
  .ph-box__content.w24p, .ph-box__img.w24p { -webkit-box-flex: 0; -ms-flex: 0 0 24%; flex: 0 0 24%; width: 24%; }
  .ph-box__content.w25p, .ph-box__img.w25p { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; width: 25%; }
  .ph-box__content.w26p, .ph-box__img.w26p { -webkit-box-flex: 0; -ms-flex: 0 0 26%; flex: 0 0 26%; width: 26%; }
  .ph-box__content.w27p, .ph-box__img.w27p { -webkit-box-flex: 0; -ms-flex: 0 0 27%; flex: 0 0 27%; width: 27%; }
  .ph-box__content.w28p, .ph-box__img.w28p { -webkit-box-flex: 0; -ms-flex: 0 0 28%; flex: 0 0 28%; width: 28%; }
  .ph-box__content.w29p, .ph-box__img.w29p { -webkit-box-flex: 0; -ms-flex: 0 0 29%; flex: 0 0 29%; width: 29%; }
  .ph-box__content.w30p, .ph-box__img.w30p { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; width: 30%; }
  .ph-box__content.w31p, .ph-box__img.w31p { -webkit-box-flex: 0; -ms-flex: 0 0 31%; flex: 0 0 31%; width: 31%; }
  .ph-box__content.w32p, .ph-box__img.w32p { -webkit-box-flex: 0; -ms-flex: 0 0 32%; flex: 0 0 32%; width: 32%; }
  .ph-box__content.w33p, .ph-box__img.w33p { -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; width: 33%; }
  .ph-box__content.w34p, .ph-box__img.w34p { -webkit-box-flex: 0; -ms-flex: 0 0 34%; flex: 0 0 34%; width: 34%; }
  .ph-box__content.w35p, .ph-box__img.w35p { -webkit-box-flex: 0; -ms-flex: 0 0 35%; flex: 0 0 35%; width: 35%; }
  .ph-box__content.w36p, .ph-box__img.w36p { -webkit-box-flex: 0; -ms-flex: 0 0 36%; flex: 0 0 36%; width: 36%; }
  .ph-box__content.w37p, .ph-box__img.w37p { -webkit-box-flex: 0; -ms-flex: 0 0 37%; flex: 0 0 37%; width: 37%; }
  .ph-box__content.w38p, .ph-box__img.w38p { -webkit-box-flex: 0; -ms-flex: 0 0 38%; flex: 0 0 38%; width: 38%; }
  .ph-box__content.w39p, .ph-box__img.w39p { -webkit-box-flex: 0; -ms-flex: 0 0 39%; flex: 0 0 39%; width: 39%; }
  .ph-box__content.w40p, .ph-box__img.w40p { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; width: 40%; }
  .ph-box__content.w41p, .ph-box__img.w41p { -webkit-box-flex: 0; -ms-flex: 0 0 41%; flex: 0 0 41%; width: 41%; }
  .ph-box__content.w42p, .ph-box__img.w42p { -webkit-box-flex: 0; -ms-flex: 0 0 42%; flex: 0 0 42%; width: 42%; }
  .ph-box__content.w43p, .ph-box__img.w43p { -webkit-box-flex: 0; -ms-flex: 0 0 43%; flex: 0 0 43%; width: 43%; }
  .ph-box__content.w44p, .ph-box__img.w44p { -webkit-box-flex: 0; -ms-flex: 0 0 44%; flex: 0 0 44%; width: 44%; }
  .ph-box__content.w45p, .ph-box__img.w45p { -webkit-box-flex: 0; -ms-flex: 0 0 45%; flex: 0 0 45%; width: 45%; }
  .ph-box__content.w46p, .ph-box__img.w46p { -webkit-box-flex: 0; -ms-flex: 0 0 46%; flex: 0 0 46%; width: 46%; }
  .ph-box__content.w47p, .ph-box__img.w47p { -webkit-box-flex: 0; -ms-flex: 0 0 47%; flex: 0 0 47%; width: 47%; }
  .ph-box__content.w48p, .ph-box__img.w48p { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; width: 48%; }
  .ph-box__content.w49p, .ph-box__img.w49p { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; width: 49%; }
  .ph-box__content.w50p, .ph-box__img.w50p { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; }
  .ph-box__content.w51p, .ph-box__img.w51p { -webkit-box-flex: 0; -ms-flex: 0 0 51%; flex: 0 0 51%; width: 51%; }
  .ph-box__content.w52p, .ph-box__img.w52p { -webkit-box-flex: 0; -ms-flex: 0 0 52%; flex: 0 0 52%; width: 52%; }
  .ph-box__content.w53p, .ph-box__img.w53p { -webkit-box-flex: 0; -ms-flex: 0 0 53%; flex: 0 0 53%; width: 53%; }
  .ph-box__content.w54p, .ph-box__img.w54p { -webkit-box-flex: 0; -ms-flex: 0 0 54%; flex: 0 0 54%; width: 54%; }
  .ph-box__content.w55p, .ph-box__img.w55p { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; width: 55%; }
  .ph-box__content.w56p, .ph-box__img.w56p { -webkit-box-flex: 0; -ms-flex: 0 0 56%; flex: 0 0 56%; width: 56%; }
  .ph-box__content.w57p, .ph-box__img.w57p { -webkit-box-flex: 0; -ms-flex: 0 0 57%; flex: 0 0 57%; width: 57%; }
  .ph-box__content.w58p, .ph-box__img.w58p { -webkit-box-flex: 0; -ms-flex: 0 0 58%; flex: 0 0 58%; width: 58%; }
  .ph-box__content.w59p, .ph-box__img.w59p { -webkit-box-flex: 0; -ms-flex: 0 0 59%; flex: 0 0 59%; width: 59%; }
  .ph-box__content.w60p, .ph-box__img.w60p { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; width: 60%; }
  .ph-box__content.w61p, .ph-box__img.w61p { -webkit-box-flex: 0; -ms-flex: 0 0 61%; flex: 0 0 61%; width: 61%; }
  .ph-box__content.w62p, .ph-box__img.w62p { -webkit-box-flex: 0; -ms-flex: 0 0 62%; flex: 0 0 62%; width: 62%; }
  .ph-box__content.w63p, .ph-box__img.w63p { -webkit-box-flex: 0; -ms-flex: 0 0 63%; flex: 0 0 63%; width: 63%; }
  .ph-box__content.w64p, .ph-box__img.w64p { -webkit-box-flex: 0; -ms-flex: 0 0 64%; flex: 0 0 64%; width: 64%; }
  .ph-box__content.w65p, .ph-box__img.w65p { -webkit-box-flex: 0; -ms-flex: 0 0 65%; flex: 0 0 65%; width: 65%; }
  .ph-box__content.w66p, .ph-box__img.w66p { -webkit-box-flex: 0; -ms-flex: 0 0 66%; flex: 0 0 66%; width: 66%; }
  .ph-box__content.w67p, .ph-box__img.w67p { -webkit-box-flex: 0; -ms-flex: 0 0 67%; flex: 0 0 67%; width: 67%; }
  .ph-box__content.w68p, .ph-box__img.w68p { -webkit-box-flex: 0; -ms-flex: 0 0 68%; flex: 0 0 68%; width: 68%; }
  .ph-box__content.w69p, .ph-box__img.w69p { -webkit-box-flex: 0; -ms-flex: 0 0 69%; flex: 0 0 69%; width: 69%; }
  .ph-box__content.w70p, .ph-box__img.w70p { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; width: 70%; }
  .ph-box__content.w71p, .ph-box__img.w71p { -webkit-box-flex: 0; -ms-flex: 0 0 71%; flex: 0 0 71%; width: 71%; }
  .ph-box__content.w72p, .ph-box__img.w72p { -webkit-box-flex: 0; -ms-flex: 0 0 72%; flex: 0 0 72%; width: 72%; }
  .ph-box__content.w73p, .ph-box__img.w73p { -webkit-box-flex: 0; -ms-flex: 0 0 73%; flex: 0 0 73%; width: 73%; }
  .ph-box__content.w74p, .ph-box__img.w74p { -webkit-box-flex: 0; -ms-flex: 0 0 74%; flex: 0 0 74%; width: 74%; }
  .ph-box__content.w75p, .ph-box__img.w75p { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; width: 75%; }
  .ph-box__content.w76p, .ph-box__img.w76p { -webkit-box-flex: 0; -ms-flex: 0 0 76%; flex: 0 0 76%; width: 76%; }
  .ph-box__content.w77p, .ph-box__img.w77p { -webkit-box-flex: 0; -ms-flex: 0 0 77%; flex: 0 0 77%; width: 77%; }
  .ph-box__content.w78p, .ph-box__img.w78p { -webkit-box-flex: 0; -ms-flex: 0 0 78%; flex: 0 0 78%; width: 78%; }
  .ph-box__content.w79p, .ph-box__img.w79p { -webkit-box-flex: 0; -ms-flex: 0 0 79%; flex: 0 0 79%; width: 79%; }
  .ph-box__content.w80p, .ph-box__img.w80p { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; width: 80%; }
  .ph-box__content.w81p, .ph-box__img.w81p { -webkit-box-flex: 0; -ms-flex: 0 0 81%; flex: 0 0 81%; width: 81%; }
  .ph-box__content.w82p, .ph-box__img.w82p { -webkit-box-flex: 0; -ms-flex: 0 0 82%; flex: 0 0 82%; width: 82%; }
  .ph-box__content.w83p, .ph-box__img.w83p { -webkit-box-flex: 0; -ms-flex: 0 0 83%; flex: 0 0 83%; width: 83%; }
  .ph-box__content.w84p, .ph-box__img.w84p { -webkit-box-flex: 0; -ms-flex: 0 0 84%; flex: 0 0 84%; width: 84%; }
  .ph-box__content.w85p, .ph-box__img.w85p { -webkit-box-flex: 0; -ms-flex: 0 0 85%; flex: 0 0 85%; width: 85%; }
  .ph-box__content.w86p, .ph-box__img.w86p { -webkit-box-flex: 0; -ms-flex: 0 0 86%; flex: 0 0 86%; width: 86%; }
  .ph-box__content.w87p, .ph-box__img.w87p { -webkit-box-flex: 0; -ms-flex: 0 0 87%; flex: 0 0 87%; width: 87%; }
  .ph-box__content.w88p, .ph-box__img.w88p { -webkit-box-flex: 0; -ms-flex: 0 0 88%; flex: 0 0 88%; width: 88%; }
  .ph-box__content.w89p, .ph-box__img.w89p { -webkit-box-flex: 0; -ms-flex: 0 0 89%; flex: 0 0 89%; width: 89%; }
  .ph-box__content.w90p, .ph-box__img.w90p { -webkit-box-flex: 0; -ms-flex: 0 0 90%; flex: 0 0 90%; width: 90%; }
  .ph-box__content.w91p, .ph-box__img.w91p { -webkit-box-flex: 0; -ms-flex: 0 0 91%; flex: 0 0 91%; width: 91%; }
  .ph-box__content.w92p, .ph-box__img.w92p { -webkit-box-flex: 0; -ms-flex: 0 0 92%; flex: 0 0 92%; width: 92%; }
  .ph-box__content.w93p, .ph-box__img.w93p { -webkit-box-flex: 0; -ms-flex: 0 0 93%; flex: 0 0 93%; width: 93%; }
  .ph-box__content.w94p, .ph-box__img.w94p { -webkit-box-flex: 0; -ms-flex: 0 0 94%; flex: 0 0 94%; width: 94%; }
  .ph-box__content.w95p, .ph-box__img.w95p { -webkit-box-flex: 0; -ms-flex: 0 0 95%; flex: 0 0 95%; width: 95%; }
  .ph-box__content.w96p, .ph-box__img.w96p { -webkit-box-flex: 0; -ms-flex: 0 0 96%; flex: 0 0 96%; width: 96%; }
  .ph-box__content.w97p, .ph-box__img.w97p { -webkit-box-flex: 0; -ms-flex: 0 0 97%; flex: 0 0 97%; width: 97%; }
  .ph-box__content.w98p, .ph-box__img.w98p { -webkit-box-flex: 0; -ms-flex: 0 0 98%; flex: 0 0 98%; width: 98%; }
  .ph-box__content.w99p, .ph-box__img.w99p { -webkit-box-flex: 0; -ms-flex: 0 0 99%; flex: 0 0 99%; width: 99%; }
  .ph-box__content.w100p, .ph-box__img.w100p { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; } }

.support-section1 { background-color: #fcfaeb; padding-top: 80px; padding-bottom: 80px; }

@media screen and (max-width: 600px) { .support-section1 { padding-top: 40px; padding-bottom: 40px; } }

.support-section2 { padding-top: 80px; padding-bottom: 80px; }

@media screen and (max-width: 600px) { .support-section2 { padding-top: 40px; padding-bottom: 40px; } }

/* FILE : /assets/sass/pages/_top.scss  */
.top-title { margin-bottom: 60px; }

.top-title__icon { display: block; line-height: 1; width: 232px; margin: 0 auto 35px; }

.top-title__text { display: block; line-height: 1; font-weight: bold; text-align: center; font-size: 48px; letter-spacing: 0.1em; }

@media screen and (max-width: 900px) { .top-title { margin-bottom: 30px; } }

@media screen and (max-width: 600px) { .top-title__icon { width: 140px; margin-bottom: 15px; }
  .top-title__text { font-size: 25px; } }

.kv { position: relative; }

.kv__bg { position: relative; z-index: 1; }

.kv__content, .kv__content2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }

.kv__logo { line-height: 1; text-align: center; margin-bottom: 50px; }

.kv__schoolname { text-align: center; line-height: 1; }

.kv__img { background-repeat: no-repeat; }

@media screen and (min-width: 901px) { .kv__content2 { margin-top: 50px; }
  .kv__content2 .kv__logos { text-align: center; margin: 0 auto; width: 400px; }
  .kv__content2 .kv__text { margin: 0 auto; text-align: center; }
  .kv__content { padding-left: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .kv__logos { -webkit-box-flex: 0; -ms-flex: 0 0 442px; flex: 0 0 442px; width: 442px; margin-right: 80px; display: none; }
  .kv__text { -webkit-box-flex: 0; -ms-flex: 0 0 904px; flex: 0 0 904px; width: 904px; display: none; }
  .kv__schoolname img { width: 332px; }
  .kv__img { padding-top: 43.22%; width: 100%; background-position: center center; background-size: cover; }
  .kv__img1 { background-image: url(../img/top/bg-kv1_2025.jpg); }
  .kv__img2 { background-image: url(../img/top/bg-kv2.jpg); }
  .kv__img3 { background-image: url(../img/top/bg-kv3.jpg); }
  .kv__img4 { background-image: url(../img/top/bg-kv4.jpg); }
  .kv__img5 { background-image: url(../img/top/bg-kv5.jpg); } }

@media screen and (min-width: 901px) and (max-width: 1500px) { .kv__content { padding-left: 20px; }
  .kv__logos { -webkit-box-flex: 0; -ms-flex: 0 0 309.4px; flex: 0 0 309.4px; width: 309.4px; margin-right: 30px; }
  .kv__logo { margin-bottom: 20px; }
  .kv__text { -webkit-box-flex: 0; -ms-flex: 0 0 723.2px; flex: 0 0 723.2px; width: 723.2px; }
  .kv__schoolname img { width: 232.4px; }
  .kv__content2 { margin-top: 30px; }
  .kv__content2 .kv__logos { width: 250px; }
  .kv__content2 .kv__text img { width: 632.1px; } }

@media screen and (min-width: 901px) and (max-width: 1100px) { .kv__logos { -webkit-box-flex: 0; -ms-flex: 0 0 221px; flex: 0 0 221px; width: 221px; margin-right: 10px; }
  .kv__text { -webkit-box-flex: 0; -ms-flex: 0 0 632.8px; flex: 0 0 632.8px; width: 632.8px; }
  .kv__schoolname img { width: 199.2px; } }

@media screen and (max-width: 900px) { .kv__img { height: 650px; background-position: center bottom; background-size: 900px auto; }
  .kv__img1 { background-image: url(../img/top/bg-kv1_2025--smt.jpg); }
  .kv__img2 { background-image: url(../img/top/bg-kv2--smt.jpg); }
  .kv__img3 { background-image: url(../img/top/bg-kv3--smt.jpg); }
  .kv__img4 { background-image: url(../img/top/bg-kv4--smt.jpg); }
  .kv__img5 { background-image: url(../img/top/bg-kv5--smt.jpg); }
  .kv__content, .kv__content2 { padding-top: 10px; } }

@media screen and (max-width: 900px) and (min-width: 601px) { .kv__content, .kv__content2 { padding-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .kv__logos { -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; margin-right: 20px; }
  .kv__logo { margin-bottom: 20px; }
  .kv__logo img { width: 200px; }
  .kv__schoolname img { width: 180px; }
  .kv__text { padding-top: 20px; -webkit-box-flex: 0; -ms-flex: 0 0 350px; flex: 0 0 350px; }
  .kv__text img { width: 350px; } }

@media screen and (max-width: 600px) { .kv__img { height: 550px; background-size: 600px auto; }
  .kv__logos { margin-bottom: 20px; }
  .kv__logo { margin-bottom: 20px; }
  .kv__logo img { width: 120px; }
  .kv__schoolname img { width: 150px; }
  .kv__text { text-align: center; }
  .kv__text img { width: 320px; } }

.t-banner { background-image: url(../img/top/bg-banner--items.png), url(../img/top/bg-banner--pattern.jpg); background-repeat: no-repeat, repeat; padding-top: 36px; }

@media screen and (min-width: 901px) { .t-banner { padding-bottom: 36px; }
  .t-banner__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .t-banner .swiper-slide { -webkit-box-flex: 0; -ms-flex: 0 0 270px; flex: 0 0 270px; width: 270px; margin: 0 10px; }
  .t-banner__btn { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .t-banner__btn:hover { opacity: .6; } }

@media screen and (min-width: 1025px) { .t-banner .swiper-slide { -webkit-box-flex: 0; -ms-flex: 0 0 320px; flex: 0 0 320px; width: 320px; } }

@media screen and (max-width: 900px) { .t-banner { padding: 15px; }
  .t-banner .swiper-slide { text-align: center; }
  .t-banner__btn { display: inline-block; max-width: 382px; } }

@media screen and (max-width: 900px) { .t-banner-swiper { max-width: 320px; margin: 0 auto; } }

@media screen and (min-width: 901px) { .t-banner-swiper__pagination { display: none; } }

@media screen and (max-width: 900px) { .t-banner-swiper__pagination { margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media screen and (max-width: 900px) { .t-banner-swiper__bullet { -webkit-box-flex: 0; -ms-flex: 0 0 7px; flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background-color: #fff; margin: 0 3px; }
  .t-banner-swiper__bullet.active { background-color: #ef7d1b; } }

.t-charm { padding-top: 75px; }

@media screen and (min-width: 901px) { .t-charm { background: #fde8ea url(../img/top/bg-charm1.jpg) no-repeat center top; } }

@media screen and (max-width: 900px) { .t-charm { background: #fde8ea; padding-top: 30px; } }

.t-charm-list { padding-bottom: 75px; }

.t-charm-list__fg { text-align: center; margin-bottom: 15px; line-height: 1; }

.t-charm-list__title { text-align: center; margin-top: 8px; margin-bottom: 15px; font-weight: bold; font-size: 32px; line-height: 1.3; }

.t-charm-list__text { padding: 0 10px; font-size: 17px; font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

@media screen and (min-width: 901px) { .t-charm-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .t-charm-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc((100% - 40px)/3); flex: 0 0 calc((100% - 40px)/3); width: calc((100% - 40px)/3); }
  .t-charm-list__text { text-align: center; }
  .t-charm-list__title { text-align: center; } }

@media screen and (max-width: 900px) { .t-charm-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; padding-bottom: 40px; }
  .t-charm-list:after { content: ''; display: block; width: 40%; padding-top: 48.67%; background: url(../img/top/item-charm1--smt.png) no-repeat center center/contain; position: absolute; right: 20px; bottom: 100px; z-index: 1; }
  .t-charm-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 10px); flex: 0 0 calc(50% - 10px); width: calc(50% - 10px); position: relative; z-index: 2; }
  .t-charm-list__text br { display: none; }
  .t-charm-list .t-charm-list__item:nth-child(3) { margin-top: 40px; } }

@media screen and (max-width: 600px) { .t-charm-list__title { font-size: 20px; margin-bottom: 15px; }
  .t-charm-list__fg img { width: 80%; }
  .t-charm-list__text { font-size: 14px; padding: 0; } }

.t-charm-links { background: url(../img/top/bg-charm2.jpg) repeat; padding-top: 80px; padding-bottom: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; }

.t-charm-links:before { content: ''; display: block; width: 80px; height: 32px; background: url(../img/top/arrow-charm.png) no-repeat center center/80px auto; position: absolute; top: 0; left: 50%; margin-left: -40px; }

.t-charm-links__item { background-color: #fff; border-radius: 20px; padding: 20px; margin: 10px; }

.t-charm-links__img { display: block; line-height: 1; margin-bottom: 10px; }

.t-charm-links__text { display: block; text-align: center; font-weight: bold; font-size: 28px; line-height: 1.3; }

@media screen and (min-width: 901px) { .t-charm-links__item { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; -webkit-box-flex: 0; -ms-flex: 0 0 calc(20% - 20px); flex: 0 0 calc(20% - 20px); width: calc(20% - 20px); }
  .t-charm-links__item:hover { opacity: .6; } }

@media screen and (max-width: 900px) { .t-charm-links { padding-top: 40px; padding-bottom: 40px; }
  .t-charm-links:before { width: 40px; height: 16px; margin-left: -20px; background-size: 40px auto; }
  .t-charm-links__item { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; width: 240px; }
  .t-charm-links__text { font-size: 20px; } }

@media screen and (max-width: 600px) { .t-charm-links__text { font-size: 18px; }
  .t-charm-links__item { padding: 10px; border-radius: 10px; -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 10px); flex: 0 0 calc(50% - 10px); width: calc(50% - 10px); margin: 5px; } }

.t-event { padding-top: 80px; padding-bottom: 80px; background: url(../img/top/bg-event--pattern.jpg) repeat; position: relative; }

.t-event__noslider { max-width: 400px; margin-left: auto; margin-right: auto; margin-bottom: 40px; }

.t-event .inner { position: relative; z-index: 3; }

.t-event__item1 { position: absolute; z-index: 1; top: 0; left: 50%; margin-left: -630px; }

.t-event__item1 img { max-width: none; }

.t-event__item2 { position: absolute; z-index: 1; left: 50%; margin-left: 350px; bottom: 160px; }

.t-event__item2 img { max-width: none; }

.t-event__img { width: 320px; height: 280px; border-radius: 120px; border: 10px solid #fff; overflow: hidden; margin: 0 auto 20px; display: block; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }

.t-event__img:hover { opacity: .6; }

.t-event__title { text-align: center; font-weight: bold; font-size: 24px; line-height: 1.4; margin-bottom: 15px; }

.t-event__text { font-size: 18px; text-align: center; font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

.t-event__title a:hover { text-decoration: underline; }

@media screen and (max-width: 900px) { .t-event { padding-top: 40px; padding-bottom: 40px; } }

@media screen and (max-width: 600px) { .t-event__item1 { margin-left: -200px; }
  .t-event__item1 img { width: 138px; }
  .t-event__item2 { margin-left: 0px; bottom: 20px; }
  .t-event__item2 img { width: 320px; }
  .t-event__img { width: 200px; height: 160px; border: 5px solid #fff; border-radius: 60px; margin-bottom: 10px; }
  .t-event__title { font-size: 16px; margin-bottom: 8px; }
  .t-event__text { font-size: 14px; } }

.event-swiper { margin-bottom: 40px; }

.event-swiper .t-event__slide { width: 340px; }

.event-swiper .t-event__prev, .event-swiper .t-event__next { position: absolute; width: 64px; z-index: 5; top: 110px; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }

.event-swiper .t-event__prev:hover, .event-swiper .t-event__next:hover { opacity: .6; }

.event-swiper .t-event__prev { left: 0; }

.event-swiper .t-event__next { right: 0; }

@media screen and (max-width: 600px) { .event-swiper .t-event__slide { width: 240px; }
  .event-swiper .t-event__prev, .event-swiper .t-event__next { top: 70px; width: 32px; } }

.t-blog { padding-top: 80px; background: url(../img/top/bg-blog--pattern.jpg) repeat; position: relative; padding-bottom: 470px; z-index: 1; }

.t-blog:after { content: ''; display: block; width: 100%; height: 532px; background: url(../img/top/bg-blog--cloud.png) no-repeat center bottom; position: absolute; z-index: 1; bottom: 0; left: 0; }

.t-blog .inner { position: relative; z-index: 2; }

@media screen and (max-width: 900px) { .t-blog { padding-top: 40px; padding-bottom: 200px; }
  .t-blog:after { height: 220px; background: url(../img/top/bg-blog--cloud--smt.png) no-repeat center bottom/auto 220px; } }

.t-blog-list { position: relative; }

.t-blog-list:after { content: ''; display: block; width: 185px; height: 112px; background: url(../img/top/item-blog1.png) no-repeat center center/185px auto; position: absolute; top: -112px; left: 0; }

.t-blog-list__btn { border: 10px solid #fff; border-radius: 30px; background-color: #fff; overflow: hidden; }

.t-blog-list__img { display: block; }

.t-blog-list__content { display: block; padding: 15px; }

.t-blog-list__content em { display: block; font-size: 24px; font-weight: bold; line-height: 1.4; }

.t-blog-list__content small { display: block; font-size: 18px; }

@media screen and (min-width: 901px) { .t-blog-list__btn { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .t-blog-list__btn:hover { opacity: .6; } }

@media screen and (max-width: 900px) { .t-blog-list { padding-top: 40px; }
  .t-blog-list:after { width: 92px; height: 56px; background-size: 92px auto; top: -16px; } }

@media screen and (min-width: 751px) { .t-blog-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .t-blog-list__btn { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 40px); flex: 0 0 calc(50% - 40px); width: calc(50% - 40px); } }

@media screen and (max-width: 750px) { .t-blog-list { max-width: 500px; margin: 0 auto; }
  .t-blog-list .t-blog-list__btn:nth-child(1) { margin-bottom: 20px; }
  .t-blog-list__btn { display: block; } }

@media screen and (max-width: 600px) { .t-blog-list__content { padding: 10px; }
  .t-blog-list__content em { font-size: 18px; }
  .t-blog-list__content small { font-size: 14px; } }

.t-news { position: relative; z-index: 2; background-image: -webkit-gradient(linear, left bottom, left top, from(#90b8de), color-stop(27%, #c8dcef), color-stop(72%, white), to(white)); background-image: -webkit-linear-gradient(bottom, #90b8de 0%, #c8dcef 27%, white 72%, white 100%); background-image: -o-linear-gradient(bottom, #90b8de 0%, #c8dcef 27%, white 72%, white 100%); background-image: linear-gradient(0deg, #90b8de 0%, #c8dcef 27%, white 72%, white 100%); margin-top: -100px; padding-bottom: 80px; }

@media screen and (max-width: 900px) { .t-news { margin-top: -50px; padding-bottom: 40px; } }

.t-news-title { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding-bottom: 15px; position: relative; }

.t-news-title:before, .t-news-title:after { content: ''; display: block; width: 100%; background-color: #000; position: absolute; left: 0; }

.t-news-title:before { height: 1px; bottom: 0; }

.t-news-title:after { height: 2px; bottom: 2px; }

.t-news-title__ja { font-size: 30px; font-weight: bold; letter-spacing: 0.05em; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 15px; line-height: 1; }

.t-news-title__en { font-family: "Satisfy", cursive; font-size: 18px; color: #ef7d1b; letter-spacing: 0.1em; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; line-height: 1; }

@media screen and (min-width: 901px) { .t-news-title { height: 48px; } }

.t-news-banner a { display: block; line-height: 1; margin-bottom: 20px; }

@media screen and (min-width: 901px) { .t-news-banner { padding-top: 43px; }
  .t-news-banner a { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .t-news-banner a:hover { opacity: .6; } }

@media screen and (max-width: 900px) and (min-width: 601px) { .t-news-banner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .t-news-banner a { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; } }

@media screen and (max-width: 600px) { .t-news-banner { max-width: 340px; margin-left: auto; margin-right: auto; }
  .t-news-banner a { display: block; }
  .t-news-banner a:last-child { margin-bottom: 0; } }

.t-news-content { padding: 20px 5px; height: 665px; position: relative; overflow-scrolling: touch; }

.t-news-content.ps > .ps__scrollbar-y-rail { background-color: #f5f5f5; width: 8px; border-radius: 4px; opacity: 1 !important; }

.t-news-content.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y { width: 8px !important; right: 0; }

@media screen and (max-width: 900px) { .t-news-content { height: 400px; margin-bottom: 50px; } }

.t-news-list li { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 10px 6px; border-bottom: 1px dotted #bdbebe; }

.t-news-list__date { color: #999999; font-weight: bold; font-size: 16px; -webkit-box-flex: 0; -ms-flex: 0 0 190px; flex: 0 0 190px; width: 190px; padding-left: 10px; }

.t-news-list__link { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(100% - 190px); }

.t-news-list__link span { font-size: 18px; margin-right: 10px; font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

.t-news-list__link .new { color: #ef7d1b; font-size: 12px; font-style: italic; display: inline-block; margin-left: 10px; }

@media screen and (min-width: 901px) { .t-news-list__link:hover span { text-decoration: underline; } }

@media screen and (max-width: 600px) { .t-news-list li { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .t-news-list__date { font-size: 12px; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; padding-left: 0; }
  .t-news-list__link { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; }
  .t-news-list__link span { font-size: 14px; } }

@media screen and (min-width: 901px) { .t-news-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .t-news-container { -webkit-box-flex: 0; -ms-flex: 0 0 64.8%; flex: 0 0 64.8%; max-width: 64.8%; }
  .t-news-banner { -webkit-box-flex: 0; -ms-flex: 0 0 31%; flex: 0 0 31%; max-width: 31%; } }

@media screen and (min-width: 751px) { .t-link { height: 960px; padding-top: 140px; background: url(../img/top/bg-links.jpg) no-repeat center center; } }

@media screen and (max-width: 750px) { .t-link { padding-top: 120px; padding-bottom: 120px; background: url(../img/top/bg-links--smt.jpg) no-repeat center bottom/cover; } }

@media screen and (max-width: 450px) { .t-link { padding-top: 60px; padding-bottom: 80px; background: url(../img/top/bg-links--small.jpg) no-repeat center top/cover; } }

.t-link-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 700px; margin-left: auto; margin-right: auto; }

@media screen and (min-width: 751px) { .t-link-list { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .t-link-list a { -webkit-box-flex: 0; -ms-flex: 0 0 calc((100% - 100px)/3); flex: 0 0 calc((100% - 100px)/3); width: calc((100% - 100px)/3); margin-bottom: 50px; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .t-link-list a:hover { opacity: .6; } }

@media screen and (max-width: 750px) { .t-link-list a { -webkit-box-flex: 0; -ms-flex: 0 0 32%; flex: 0 0 32%; max-width: 32%; margin-bottom: 2%; margin-right: 2%; }
  .t-link-list a:nth-child(3n) { margin-right: 0; } }

.ps-catch { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 80px 0; }

.ps-catch-in { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; font-size: 40px; line-height: 1.4; font-weight: bold; }

@media screen and (max-width: 600px) { .ps-catch { padding: 40px 0; }
  .ps-catch-in { font-size: 25px; } }

.ps-catchimg { margin: 60px 0; height: 220px; }

@media screen and (min-width: 601px) { .ps-catchimg { height: 320px; } }

@media screen and (min-width: 901px) { .ps-catchimg { height: 560px; } }

.ps-intro__imgs { margin-bottom: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.ps-intro__title { font-weight: bold; font-size: 40px; color: #d57472; line-height: 1.4; margin-bottom: 20px; }

.ps-intro__text { font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

@media screen and (min-width: 751px) { .ps-intro__imgs-item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 30px); flex: 0 0 calc(50% - 30px); width: calc(50% - 30px); } }

@media screen and (max-width: 750px) { .ps-intro__imgs-item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 10px); flex: 0 0 calc(50% - 10px); width: calc(50% - 10px); } }

@media screen and (max-width: 600px) { .ps-intro__imgs { margin-bottom: 15px; }
  .ps-intro__title { font-size: 25px; } }

@media screen and (min-width: 601px) { .ps-intro2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .ps-intro2__item { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .ps-intro2__img { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 40px); flex: 0 0 calc(50% - 40px); max-width: calc(50% - 40px); } }

@media screen and (max-width: 600px) { .ps-intro2__img { text-align: center; margin-bottom: 20px; } }

.ps-voice__title { font-size: 40px; font-weight: bold; line-height: 1; background: url(../img/enrolment/line-pattern1.png) repeat-x left bottom; margin-bottom: 30px; padding-bottom: 30px; }

.ps-voice__list-text { -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; letter-spacing: 0.07em; font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

@media screen and (min-width: 901px) { .ps-voice__title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .ps-voice__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .ps-voice__list-item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 20px); flex: 0 0 calc(50% - 20px); width: calc(50% - 20px); } }

@media screen and (min-width: 751px) { .ps-voice__list-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .ps-voice__list-text { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; }
  .ps-voice__list-img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-box-flex: 0; -ms-flex: 0 0 47%; flex: 0 0 47%; width: 47%; } }

@media screen and (max-width: 750px) { .ps-voice__list .ps-voice__list-item:nth-child(1) { margin-bottom: 20px; }
  .ps-voice__list .ps-voice__list-item:nth-child(1) .ps-voice__list-img { float: left; margin: 0 10px 0 0; }
  .ps-voice__list .ps-voice__list-item:nth-child(2) .ps-voice__list-img { float: right; margin: 0 0 0 10px; }
  .ps-voice__list-item { overflow: hidden; }
  .ps-voice__list-img { width: 140px; } }

@media screen and (max-width: 600px) { .ps-voice__title { margin-bottom: 17px; padding-bottom: 17px; font-size: 25px; } }

.ps-flow { position: relative; overflow: hidden; border-radius: 30px; border: 5px solid #a6b4c4; background-color: #fff; }

.ps-flow__title { background-color: #a6b4c4; text-align: center; font-weight: bold; font-size: 32px; color: #fff; padding-top: 12px; padding-bottom: 12px; }

@media screen and (max-width: 900px) { .ps-flow { border-radius: 10px; border-width: 2px; } }

@media screen and (max-width: 600px) { .ps-flow__title { font-size: 25px; } }

.ps-banner__item { display: block; line-height: 1; }

@media screen and (min-width: 901px) { .ps-banner__item { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .ps-banner__item:hover { opacity: .6; } }

@media screen and (min-width: 751px) { .ps-banner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .ps-banner__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 20px); flex: 0 0 calc(50% - 20px); width: calc(50% - 20px); } }

@media screen and (max-width: 750px) { .ps-banner { max-width: 520px; margin: 0 auto; }
  .ps-banner .ps-banner__item:nth-child(1) { margin-bottom: 20px; } }

.ps-one-title { margin-top: 40px; margin-bottom: 20px; }

@media screen and (min-width: 601px) { .ps-one-title { 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-top: 70px; margin-bottom: 70px; }
  .ps-one-title__text1 { -webkit-box-flex: 0; -ms-flex: 0 0 42%; flex: 0 0 42%; max-width: 42%; }
  .ps-one-title__text2 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media screen and (max-width: 600px) { .ps-one-title { line-height: 1; }
  .ps-one-title__text1 { line-height: 1; display: block; width: 280px; margin-bottom: 20px; }
  .ps-one-title__text2 { line-height: 1; display: block; width: 300px; } }

.ps-one-content { position: relative; overflow: hidden; }

.ps-one-content .inner { position: relative; z-index: 5; }

.ps-one-content__item1, .ps-one-content__item2, .ps-one-content__item3 { position: absolute; z-index: 1; display: block; }

.ps-one-content__item1 img, .ps-one-content__item2 img, .ps-one-content__item3 img { max-width: none; }

@media screen and (min-width: 751px) { .ps-one-content__item1 { top: 40px; left: 50%; margin-left: 320px; }
  .ps-one-content__item2 { top: 540px; left: 50%; margin-left: 210px; }
  .ps-one-content__item3 { bottom: 240px; right: 50%; margin-right: 350px; } }

@media screen and (max-width: 750px) { .ps-one-content__item1 { top: 20px; left: 50%; margin-left: 60px; }
  .ps-one-content__item1 img { width: 190px; }
  .ps-one-content__item2 { top: 15%; left: 50%; margin-left: 50px; }
  .ps-one-content__item2 img { width: 170px; }
  .ps-one-content__item3 { bottom: 120px; right: 50%; margin-right: 50px; }
  .ps-one-content__item3 img { width: 320px; } }

.ps-one-flow__in { width: 100%; padding-top: 72.8%; position: relative; z-index: 1; }

.ps-one-flow__graph { position: absolute; width: 66.11%; bottom: 0; right: 9.25%; z-index: 1; }

.ps-one-flow__item1, .ps-one-flow__item2, .ps-one-flow__item3, .ps-one-flow__item4, .ps-one-flow__item5, .ps-one-flow__item6 { position: absolute; z-index: 2; }

.ps-one-flow__item1, .ps-one-flow__item2, .ps-one-flow__item3, .ps-one-flow__item4, .ps-one-flow__item5 { width: 18.7%; }

.ps-one-flow__item1 { left: 1.9%; bottom: 2.5%; }

.ps-one-flow__item2 { left: 4.6%; bottom: 33.1%; }

.ps-one-flow__item3 { left: 12.5%; top: 14.5%; }

.ps-one-flow__item4 { left: 35.3%; top: 7.2%; }

.ps-one-flow__item5 { left: 55.7%; top: 4.5%; }

.ps-one-flow__item6 { width: 20.6%; top: 7.4%; right: 2.9%; }

.ps-two { background-color: #fdeeed; padding-top: 20px; position: relative; z-index: 2; }

@media screen and (min-width: 901px) { .ps-two { padding-top: 40px; } }

.ps-two-title { margin-top: 40px; margin-bottom: 20px; }

@media screen and (min-width: 601px) { .ps-two-title { 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-top: 70px; margin-bottom: 70px; }
  .ps-two-title__text1 { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; }
  .ps-two-title__text2 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media screen and (max-width: 600px) { .ps-two-title { line-height: 1; }
  .ps-two-title__text1 { line-height: 1; display: block; width: 300px; margin-bottom: 20px; }
  .ps-two-title__text2 { line-height: 1; display: block; width: 300px; } }

.ps-two-content { background-color: #fdeeed; position: relative; overflow: hidden; }

.ps-two-content .inner { position: relative; z-index: 5; }

.ps-two-content__item1, .ps-two-content__item2 { position: absolute; z-index: 1; display: block; }

.ps-two-content__item1 img, .ps-two-content__item2 img { max-width: none; }

@media screen and (min-width: 751px) { .ps-two-content__item1 { top: 660px; right: 50%; margin-right: 420px; }
  .ps-two-content__item2 { top: 1060px; left: 50%; margin-left: 580px; } }

@media screen and (max-width: 750px) { .ps-two-content__item1 { top: 13%; left: 50%; margin-left: 70px; }
  .ps-two-content__item1 img { width: 170px; }
  .ps-two-content__item2 { display: none; } }

.ps-two-flow__in { width: 100%; padding-top: 65%; position: relative; z-index: 1; }

.ps-two-flow__graph { position: absolute; z-index: 1; bottom: 0; width: 59.16%; left: 19.9%; }

.ps-two-flow__item1, .ps-two-flow__item2, .ps-two-flow__item3, .ps-two-flow__item4, .ps-two-flow__item5, .ps-two-flow__item6, .ps-two-flow__item7, .ps-two-flow__item8 { position: absolute; z-index: 2; width: 16.66%; }

.ps-two-flow__item1 { bottom: 2.9%; left: 1.5%; }

.ps-two-flow__item2 { bottom: 35.75%; left: 2.68%; }

.ps-two-flow__item3 { left: 2.68%; bottom: 60.39%; }

.ps-two-flow__item4 { left: 21.2%; bottom: 66.09%; }

.ps-two-flow__item5 { top: 7.12%; left: 40.74%; }

.ps-two-flow__item6 { bottom: 66.09%; right: 21.85%; }

.ps-two-flow__item7 { top: 14.52%; right: 1.85%; }

.ps-two-flow__item8 { right: 1.48%; bottom: 18.24%; }

.ps-map { position: relative; overflow: hidden; z-index: 1; padding-top: 30px; padding-bottom: 50px; }

@media screen and (min-width: 901px) { .ps-map { padding-top: 45px; padding-bottom: 110px; } }

.ps-map-item { position: absolute; width: 540px; left: 50%; top: -130px; margin-left: 440px; z-index: 1; }

.ps-map-inner { position: relative; z-index: 2; }

.ps-map-title { text-align: center; margin-bottom: 45px; }

.ps-map-title picture { margin-left: -100px; }

@media screen and (max-width: 600px) { .ps-map-title { margin-bottom: 30px; }
  .ps-map-title picture { margin-left: -55px; } }

.ps-map-text { margin-bottom: 45px; font-weight: 600; }

@media screen and (max-width: 600px) { .ps-map-text { margin-bottom: 30px; } }

.ps-miryoku { background-color: #fdeeed; padding-top: 30px; padding-bottom: 50px; }

@media screen and (min-width: 901px) { .ps-miryoku { padding-top: 45px; padding-bottom: 110px; } }

.ps-miryoku-title { text-align: center; margin-bottom: 45px; }

@media screen and (max-width: 600px) { .ps-miryoku-title { margin-bottom: 30px; } }

.ps-miryoku-sttl { text-align: center; margin-bottom: 30px; }

@media screen and (max-width: 600px) { .ps-miryoku-sttl { margin-bottom: 20px; } }

.ps-miryoku-text { font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

@media screen and (max-width: 900px) { .ps-miryoku-text { margin-bottom: 1  0px; } }

.ps-miryoku-content { padding: 10px 0; background-color: #fff; }

@media screen and (min-width: 901px) { .ps-miryoku-content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 15px; } }

.ps-miryoku-item { padding: 20px; }

@media screen and (min-width: 901px) { .ps-miryoku-item { padding: 30px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; max-width: 50%; } }

@media screen and (min-width: 901px) { .ps-miryoku-in { padding-bottom: 87%; position: relative; height: 100%; } }

@media screen and (min-width: 901px) { .ps-miryoku-img { position: absolute; left: 0; bottom: 0; width: 100%; } }

.modaal-image .modaal-container { max-width: 800px !important; margin-left: auto; margin-right: auto; position: relative; }

.modaal-image .modaal-container .modaal-close { position: absolute; top: -70px; right: 0; background-color: #fff; border: 1px solid #ef7d1b; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }

.modaal-image .modaal-container .modaal-close::before, .modaal-image .modaal-container .modaal-close:after { background-color: #ef7d1b; }

.modaal-image .modaal-container .modaal-close:hover { opacity: .6; }

@media screen and (max-width: 600px) { .modaal-image .modaal-container .modaal-close { width: 30px; height: 30px; top: -40px; }
  .modaal-image .modaal-container .modaal-close::before, .modaal-image .modaal-container .modaal-close:after { width: 2px; height: 11px; top: 8px; left: 14px; } }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

input[type="number"] { -moz-appearance: textfield; }

.form-table { margin-bottom: 50px; }

.form-input { width: 100%; font-family: fot-tsukuardgothic-std, sans-serif; padding: 10px; border: 1px solid #eee; background-color: #fff; font-size: 18px; }

.form-input:focus { border: 1px solid #ef7d1b; }

@media screen and (max-width: 600px) { .form-input { font-size: 14px; } }

.form-textarea { width: 100%; font-family: fot-tsukuardgothic-std, sans-serif; padding: 10px; border: 1px solid #eee; height: 300px; background-color: #fff; font-size: 18px; }

.form-textarea:focus { border: 1px solid #ef7d1b; }

@media screen and (max-width: 600px) { .form-textarea { font-size: 14px; height: 200px; } }

.form-select { font-family: fot-tsukuardgothic-std, sans-serif; padding: 5px 10px; border: 1px solid #eee; background-color: #fff; font-size: 18px; }

@media screen and (max-width: 600px) { .form-select { font-size: 14px; } }

.form-radio { display: none; }

.form-radio:checked + .form-radio__text { background-color: #ef7d1b; color: #fff; -webkit-box-shadow: 0 1px 2px rgba(102, 102, 102, 0.3) inset; box-shadow: 0 1px 2px rgba(102, 102, 102, 0.3) inset; }

.form-radio__text { display: block; border: 1px solid #eee; border-radius: 5px; height: 32px; line-height: 30px; padding: 0 8px; -webkit-box-shadow: 0 1px 2px rgba(102, 102, 102, 0.3); box-shadow: 0 1px 2px rgba(102, 102, 102, 0.3); }

.form-check { display: none; }

.form-check:checked + .form-check__text { background-color: #ef7d1b; color: #fff; -webkit-box-shadow: 0 1px 2px rgba(102, 102, 102, 0.3) inset; box-shadow: 0 1px 2px rgba(102, 102, 102, 0.3) inset; }

.form-check:checked + .form-check__text .form-check__icon-check { fill: #ef7d1b; }

.form-check:checked + .form-check__text .form-check__icon-bg { fill: #fff; }

.form-check__icon-check { fill: #fff; }

.form-check__icon-bg { fill: #666; }

.form-check__text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #eee; border-radius: 5px; height: 32px; line-height: 30px; padding: 0 8px; -webkit-box-shadow: 0 1px 2px rgba(102, 102, 102, 0.3); box-shadow: 0 1px 2px rgba(102, 102, 102, 0.3); }

.form-check__text i { -webkit-box-flex: 0; -ms-flex: 0 0 20px; flex: 0 0 20px; width: 20px; height: 20px; line-height: 0; margin-right: 3px; }

.form-check__text i svg { width: 100%; height: 100%; }

.form-check__text span { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.name-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.name-block__text { -webkit-box-flex: 0; -ms-flex: 0 0 3.5em; flex: 0 0 3.5em; width: 3.5em; text-align: center; }

@media screen and (min-width: 601px) { .name-block__input { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 3.5em); flex: 0 0 calc(50% - 3.5em); width: calc(50% - 3.5em); } }

@media screen and (max-width: 600px) { .name-block { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .name-block__input { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 3.5em); flex: 0 0 calc(100% - 3.5em); width: calc(100% - 3.5em); }
  .name-block .name-block__text:nth-child(3), .name-block .name-block__input:nth-child(4) { margin-top: 20px; } }

.radio-block { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.radio-block__input { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; cursor: pointer; margin-right: 10px; }

.zip-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; }

.zip-block__text { -webkit-box-flex: 0; -ms-flex: 0 0 140px; flex: 0 0 140px; width: 140px; }

.zip-block__zip1 { -webkit-box-flex: 0; -ms-flex: 0 0 5em; flex: 0 0 5em; width: 5em; }

.zip-block__hyphen { -webkit-box-flex: 0; -ms-flex: 0 0 2em; flex: 0 0 2em; width: 2em; text-align: center; }

.zip-block__zip2 { -webkit-box-flex: 0; -ms-flex: 0 0 6em; flex: 0 0 6em; width: 6em; }

.zip-block__zipbtn { -webkit-box-flex: 0; -ms-flex: 0 0 80px; flex: 0 0 80px; width: 80px; margin-left: 10px; display: block; border: 1px solid #eee; border-radius: 5px; padding: 5px 8px; -webkit-box-shadow: 0 1px 2px rgba(102, 102, 102, 0.3); box-shadow: 0 1px 2px rgba(102, 102, 102, 0.3); cursor: pointer; text-align: center; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; font-size: 15px; }

.zip-block__zipbtn:hover { opacity: .6; }

@media screen and (max-width: 600px) { .zip-block { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .zip-block__text { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; margin-bottom: 5px; } }

@media screen and (max-width: 360px) { .zip-block__zipbtn { -webkit-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; width: 60px; padding: 5px 2px; font-size: 12px; } }

.birthday-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.birthday-block__year { -webkit-box-flex: 0; -ms-flex: 0 0 5em; flex: 0 0 5em; width: 5em; }

.birthday-block__month, .birthday-block__day { -webkit-box-flex: 0; -ms-flex: 0 0 3em; flex: 0 0 3em; width: 3em; }

.birthday-block__text { -webkit-box-flex: 0; -ms-flex: 0 0 2em; flex: 0 0 2em; width: 2em; text-align: center; }

.pref-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; }

.pref-block__text { -webkit-box-flex: 0; -ms-flex: 0 0 140px; flex: 0 0 140px; width: 140px; }

.pref-block__content { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100% - 140px); }

.address-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.address-block__text { -webkit-box-flex: 0; -ms-flex: 0 0 140px; flex: 0 0 140px; width: 140px; }

.address-block__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(100% - 140px); }

@media screen and (max-width: 600px) { .address-block { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .address-block__text { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; margin-bottom: 5px; }
  .address-block__content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; } }

.tel-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.tel-block__hyphen { -webkit-box-flex: 0; -ms-flex: 0 0 2em; flex: 0 0 2em; width: 2em; text-align: center; }

.tel-block__input { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc((100% - 4.2em)/3); }

.form-block dt.required:after { content: '※'; color: #e13868; }

@media screen and (min-width: 901px) { .form-block { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid #eee; }
  .form-block dt { -webkit-box-flex: 0; -ms-flex: 0 0 270px; flex: 0 0 270px; width: 270px; padding: 15px; }
  .form-block dd { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 270px); flex: 0 0 calc(100% - 270px); width: calc(100% - 270px); padding: 15px; } }

@media screen and (max-width: 900px) { .form-block { margin-bottom: 20px; }
  .form-block dt { padding: 10px; background-color: #f5f5f5; }
  .form-block dd { padding: 10px; } }

.form-submit { display: block; padding: 1px; position: relative; width: 320px; height: 56px; cursor: not-allowed; margin: 0 auto; }

.form-submit:after { content: ''; display: block; position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; background-color: #eee; }

.form-submit__text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 15px; text-align: center; width: 100%; height: 54px; position: relative; z-index: 2; -webkit-transition: .5s background-color ease,.5s color ease; -o-transition: .5s background-color ease,.5s color ease; transition: .5s background-color ease,.5s color ease; font-family: fot-tsukuardgothic-std, sans-serif; }

.form-submit:hover.on { opacity: .6; }

.form-submit.on { cursor: pointer; -webkit-transition: .3s opacity ease; -o-transition: .3s opacity ease; transition: .3s opacity ease; }

.form-submit.on:after { background-color: #ef7d1b; }

.form-submit.on .form-submit__text { color: #fff; }

@media screen and (max-width: 600px) { .form-submit { width: 260px; height: 50px; }
  .form-submit__text { height: 48px; } }

.event-article { margin-bottom: 30px; }

.event-article__header { background-color: #ef7d1b; color: #ffff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 10px; }

.event-article__header-title { font-weight: bold; font-size: 18px; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.event-article__header-date { font-size: 12px; -webkit-box-flex: 0; -ms-flex: 0 0 6em; flex: 0 0 6em; }

.event-article__body { padding: 10px; font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

.event-article__btn { margin-left: auto; width: 120px; }

@media screen and (min-width: 751px) { .event-article { margin-bottom: 50px; }
  .event-article__header-title { font-size: 22px; }
  .event-article__header-date { font-size: 14px; }
  .event-article__btn { width: 150px; } }

.event-post__header { background-color: #ef7d1b; color: #ffff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 10px; margin-bottom: 20px; }

.event-post__header-title { font-weight: bold; font-size: 20px; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.event-post__header-date { font-size: 12px; -webkit-box-flex: 0; -ms-flex: 0 0 6em; flex: 0 0 6em; }

.event-post__content { margin-bottom: 30px; font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

.event-post__content img { display: inline-block; margin: 10px; }

.event-post__content b, .event-post__content em, .event-post__content strong { font-weight: bold; }

.event-post__content i { font-style: italic; }

.event-post__content u { text-decoration: underline; }

.event-post__content s, .event-post__content strike, .event-post__content del { text-decoration: line-through; }

.event-post__content big { font-size: 1.1em; }

.event-post__content small { font-size: 0.9em; }

.event-post__btn { width: 240px; margin: 0 auto; }

@media screen and (min-width: 751px) { .event-post__header-title { font-size: 25px; }
  .event-post__header-date { font-size: 15px; }
  .event-post__content { margin-bottom: 50px; }
  .event-post__btn { width: 300px; } }

.facility-catch { background: url(../img/facility/bg1@0.33x.jpg) no-repeat center top/cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.facility-catch__circle { background-color: rgba(255, 255, 255, 0.8); }

.facility-catch__title { color: #ef7d1b; font-weight: bold; font-size: 30px; line-height: 1.5; margin-bottom: 10px; }

.facility-catch__text { font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

@media screen and (max-width: 600px) { .facility-catch { padding: 40px 10px; }
  .facility-catch__circle { padding: 10px; border-radius: 20px; } }

@media screen and (min-width: 601px) { .facility-catch { background-image: url(../img/facility/bg1@0.5x.jpg); height: 600px; }
  .facility-catch__circle { -webkit-box-flex: 0; -ms-flex: 0 0 520px; flex: 0 0 520px; width: 520px; height: 520px; border-radius: 50%; 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; }
  .facility-catch__title { font-size: 40px; width: 320px; margin: 0 auto 30px; }
  .facility-catch__text { width: 400px; margin-left: auto; margin-right: auto; } }

@media screen and (min-width: 901px) { .facility-catch { background-image: url(../img/facility/bg1.jpg); height: 800px; }
  .facility-catch__circle { -webkit-box-flex: 0; -ms-flex: 0 0 560px; flex: 0 0 560px; width: 560px; height: 560px; } }

.facility-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.facility-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 5px); flex: 0 0 calc(50% - 5px); width: calc(50% - 5px); margin-top: 20px; margin-right: 10px; }

.facility-list__item p { line-height: 1.6; }

.facility-list .facility-list__item:nth-child(1), .facility-list .facility-list__item:nth-child(2) { margin-top: 0; }

.facility-list .facility-list__item:nth-child(2n) { margin-right: 0; }

@media screen and (min-width: 751px) { .facility-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 20px); flex: 0 0 calc(50% - 20px); width: calc(50% - 20px); margin-top: 60px; margin-right: 40px; } }

@media screen and (min-width: 901px) { .facility-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 40px); flex: 0 0 calc(50% - 40px); width: calc(50% - 40px); margin-right: 80px; } }

.voice-catch { background: url(../img/voice/bg1@0.33x.jpg) no-repeat center top/cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.voice-catch__circle { background-color: rgba(255, 255, 255, 0.8); }

.voice-catch__text { line-height: 1.6; font-size: 18px; font-weight: bold; }

@media screen and (max-width: 600px) { .voice-catch { padding: 60px 10px; }
  .voice-catch__circle { padding: 15px; border-radius: 20px; } }

@media screen and (min-width: 601px) { .voice-catch { background-image: url(../img/voice/bg1@0.5x.jpg); height: 600px; }
  .voice-catch__circle { -webkit-box-flex: 0; -ms-flex: 0 0 480px; flex: 0 0 480px; width: 480px; height: 480px; border-radius: 50%; 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; }
  .voice-catch__text { font-size: 26px; width: 350px; margin-left: auto; margin-right: auto; text-align: center; line-height: 2; } }

@media screen and (min-width: 901px) { .voice-catch { background-image: url(../img/voice/bg1.jpg); height: 800px; } }

.voice-line1 { height: 7px; width: 100%; background: url(../img/voice/dotted1.png) repeat-x; margin: 40px 0; }

@media screen and (min-width: 601px) { .voice-line1 { margin: 60px 0; } }

.voice-line2 { height: 7px; width: 100%; background: url(../img/voice/dotted2.png) repeat-x; margin: 40px 0; }

@media screen and (min-width: 601px) { .voice-line2 { margin: 60px 0; } }

.voice-text { -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; letter-spacing: 0.07em; font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

.access-catch { background: url(../img/access/bg1@0.33x.jpg) no-repeat center top/cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.access-catch__circle { background-color: rgba(255, 255, 255, 0.8); }

.access-catch__title { color: #ef7d1b; font-weight: bold; font-size: 30px; line-height: 1.5; margin-bottom: 10px; text-align: center; }

.access-catch__text { text-align: center; font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

@media screen and (max-width: 600px) { .access-catch { padding: 60px 10px; }
  .access-catch__circle { padding: 15px; border-radius: 20px; } }

@media screen and (min-width: 601px) { .access-catch { background-image: url(../img/access/bg1@0.5x.jpg); height: 600px; }
  .access-catch__circle { -webkit-box-flex: 0; -ms-flex: 0 0 520px; flex: 0 0 520px; width: 520px; height: 520px; border-radius: 50%; 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; }
  .access-catch__title { font-size: 40px; width: 340px; margin: 0 auto 30px; }
  .access-catch__text { width: 450px; margin-left: auto; margin-right: auto; } }

@media screen and (min-width: 901px) { .access-catch { background-image: url(../img/access/bg1.jpg); height: 800px; }
  .access-catch__circle { -webkit-box-flex: 0; -ms-flex: 0 0 560px; flex: 0 0 560px; width: 560px; height: 560px; } }

.access-map { border: 5px solid #d6e1b6; padding: 15px; }

.access-map__text dl + dl { margin-top: 1.5em; }

.access-map__text dt { color: #e95198; font-weight: bold; font-size: 16px; line-height: 1.5; }

.access-map__text dd { font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

@media screen and (min-width: 601px) { .access-map { padding: 30px; }
  .access-map__text dt { font-size: 20px; } }

@media screen and (min-width: 901px) { .access-map { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .access-map__text { -webkit-box-flex: 0; -ms-flex: 0 0 270px; flex: 0 0 270px; width: 270px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .access-map__img { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding-right: 30px; width: calc(100% - 270px); -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

.access-gmap { width: 100%; height: 400px; }

@media screen and (min-width: 601px) { .access-gmap { height: 520px; } }

@media screen and (min-width: 901px) { .access-gmap { height: 640px; } }

.schoolbus-catch { position: relative; background-color: #fcfaeb; }

.schoolbus-catch .inner { position: relative; z-index: 2; }

.schoolbus-catch__bg { position: absolute; z-index: 1; right: 0; overflow: hidden; }

@media screen and (max-width: 900px) { .schoolbus-catch { padding-bottom: 270px; overflow: hidden; }
  .schoolbus-catch__content { padding: 30px 0; }
  .schoolbus-catch__bg { width: 130%; height: 270px; bottom: 0; }
  .schoolbus-catch__bg img.ofi { -o-object-fit: cover; object-fit: cover; -o-object-position: right; object-position: right; font-family: 'object-fit: cover;object-position: right;'; width: 100%; } }

@media screen and (min-width: 901px) { .schoolbus-catch { height: 625px; }
  .schoolbus-catch__bg { width: 50%; height: 100%; top: 0; }
  .schoolbus-catch__bg img.ofi { -o-object-fit: cover; object-fit: cover; -o-object-position: left; object-position: left; font-family: 'object-fit: cover;object-position: left;'; }
  .schoolbus-catch__content { padding-top: 160px; width: 50%; } }

.schoolbus-route { 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; }

.schoolbus-route__item { position: relative; border-radius: 50%; margin-top: 20px; padding-top: 49%; -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; }

.schoolbus-route__item.bg-pink { background-color: #ea5a9c; }

.schoolbus-route__item.bg-blue { background-color: #0eb2e4; }

.schoolbus-route__item.bg-yellow { background-color: #fbc96c; }

.schoolbus-route__item.bg-green { background-color: #95c247; }

.schoolbus-route__in { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 10px; }

.schoolbus-route__in span { display: inline-block; }

.schoolbus-route__in h3, .schoolbus-route__in p { text-align: center; font-weight: bold; }

.schoolbus-route__in h3 { font-size: 18px; line-height: 1.5; }

.schoolbus-route__in p { font-size: 15px; line-height: 1.5; }

@media screen and (min-width: 601px) { .schoolbus-route__in h3 { font-size: 24px; }
  .schoolbus-route__in p { font-size: 20px; } }

@media screen and (min-width: 751px) { .schoolbus-route { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .schoolbus-route__in { padding: 0 20px; }
  .schoolbus-route__item { padding-top: 23.5%; -webkit-box-flex: 0; -ms-flex: 0 0 23.5%; flex: 0 0 23.5%; max-width: 23.5%; } }

.faq-text + .faq-text { margin-top: 40px; }

.faq-text__q, .faq-text__a { padding-left: 40px; position: relative; padding-top: 3px; padding-bottom: 5px; }

.faq-text__q:before, .faq-text__a:before { content: ''; display: block; position: absolute; left: 3px; top: 5px; background-position: center center; background-repeat: no-repeat; background-size: 32px 24px; width: 32px; height: 24px; }

.faq-text__q { border-radius: 5px; background: url(../img/shared/bg-pagetitle--pattern.jpg); font-weight: bold; font-size: 20px; line-height: 1.4; }

.faq-text__q:before { background-image: url(../img/faq/text-q.png); }

.faq-text__a { font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; margin-top: .8em; }

.faq-text__a:before { background-image: url(../img/faq/text-a.png); }

@media screen and (min-width: 751px) { .faq-text + .faq-text { margin-top: 60px; }
  .faq-text__q, .faq-text__a { padding-left: 80px; min-height: 70px; background-position: left 7px top 7px; padding-top: 15px; }
  .faq-text__q:before, .faq-text__a:before { left: 7px; top: 7px; width: 64px; height: 48px; background-size: 64px 48px; }
  .faq-text__q { font-size: 24px; border-radius: 10px; } }

.faq-contact { border-radius: 20px; background-color: #eff0ed; padding: 30px 10px; }

@media screen and (min-width: 601px) { .faq-contact { border-radius: 40px; padding: 60px 20px; } }

.charm-section1__content h2, .charm-section1__content p { position: relative; z-index: 2; }

.charm-section1__content h2 { color: #515b88; font-weight: bold; font-size: 24px; line-height: 1.3; margin-bottom: .4em; }

.charm-section1__content p { font-size: 15px; }

@media screen and (min-width: 601px) { .charm-section1 { padding-bottom: 400px; background: url(../img/charm/bg1_2025.jpg) no-repeat center bottom/auto 400px; } }

@media screen and (min-width: 901px) { .charm-section1 { padding-bottom: 0; background: url(../img/charm/bg1_2025.jpg) no-repeat center top/cover; height: 800px; }
  .charm-section1__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; height: 100%; }
  .charm-section1__content { -webkit-box-flex: 0; -ms-flex: 0 0 540px; flex: 0 0 540px; max-width: 540px; position: relative; }
  .charm-section1__content h2 { font-size: 32px; }
  .charm-section1__content p { font-size: 20px; }
  .charm-section1__content:after { content: ''; display: block; position: absolute; z-index: 0; border-radius: 50%; background-color: #fff; top: -25%; left: -25%; width: 150%; height: 150%; -ms-filter: blur(50px); -webkit-filter: blur(50px); filter: blur(50px); } }

@media screen and (max-width: 900px) { .charm-section1__content { padding: 25px; } }

@media screen and (max-width: 600px) { .charm-section1__content { padding: 15px 0; }
  .charm-section1__text { margin-left: -15px; margin-right: -15px; padding-top: 280px; background: url(../img/charm/bg1_2025.jpg) no-repeat center top/auto 250px; }
  .charm-section1__text-inner { padding-right: 15px; padding-left: 15px; } }

.charm-section2 { background: url(../img/charm/bg2.jpg) no-repeat center top/cover; padding: 40px 0; }

.charm-section2__title { text-align: center; color: #ef7d1b; line-height: 1; margin-bottom: 35px; }

.charm-section2__title i { display: inline-block; width: 150px; margin-bottom: 15px; }

.charm-section2__title small { display: inline-block; font-size: 16px; margin-bottom: 8px; text-align: center; }

.charm-section2__title em { display: inline-block; font-size: 36px; font-weight: bold; text-align: center; }

@media screen and (min-width: 901px) { .charm-section2 { padding: 70px 0; }
  .charm-section2__title { margin-bottom: 160px; }
  .charm-section2__title i { width: 232px; margin-bottom: 20px; }
  .charm-section2__title small { font-size: 20px; }
  .charm-section2__title em { font-size: 48px; } }

.charm-section2-imgbox + .charm-section2-imgbox { margin-top: 60px; }

.charm-section2-imgbox__content h3 { color: #515b88; font-weight: bold; position: relative; line-height: 1.3; font-size: 40px; padding-top: 95px; margin-bottom: 40px; }

.charm-section2-imgbox__img { position: relative; }

.charm-section2-imgbox__img i { position: absolute; width: 204px; top: -80px; right: 0; }

@media screen and (min-width: 901px) { .charm-section2-imgbox { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .charm-section2-imgbox.imgleft .charm-section2-imgbox__img { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .charm-section2-imgbox.imgleft .charm-section2-imgbox__content { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .charm-section2-imgbox.imgright .charm-section2-imgbox__img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .charm-section2-imgbox.imgright .charm-section2-imgbox__content { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .charm-section2-imgbox__img { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 50px); flex: 0 0 calc(50% - 50px); max-width: calc(50% - 50px); }
  .charm-section2-imgbox__content { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .charm-section2-imgbox__content .charm-section2-imgbox__img { display: none; } }

@media screen and (max-width: 900px) { .charm-section2-imgbox__img { text-align: center; margin: 0 auto 10px; max-width: 480px; }
  .charm-section2-imgbox__img i { width: 120px; top: -30px; right: 0; }
  .charm-section2-imgbox__content h3 { font-size: 30px; padding-top: 0; margin-bottom: 50px; text-align: center; }
  .charm-section2-imgbox__content h3 span { display: inline-block; }
  .charm-section2-imgbox__content + .charm-section2-imgbox__img { display: none; } }

.charm-section3 { padding-top: 50px; padding-bottom: 50px; }

.charm-section3__text { margin-bottom: 10px; margin-top: 10px; }

.charm-section3__ltext { margin-bottom: 10px; font-weight: bold; font-size: 30px; line-height: 1.3; }

@media screen and (min-width: 601px) { .charm-section3__ltext { font-size: 40px; } }

@media screen and (min-width: 901px) { .charm-section3 { padding-top: 80px; padding-bottom: 80px; } }

@media screen and (max-width: 600px) { .charm-section3__ltext img { width: 332px; } }

.charm-section4 { padding-top: 50px; padding-bottom: 50px; background-color: #dfe6ed; }

@media screen and (min-width: 901px) { .charm-section4 { padding-top: 80px; padding-bottom: 80px; } }

.charm-section4-item { background-color: #fff; border-radius: 30px; padding: 10px; }

.charm-section4-item + .charm-section4-item { margin-top: 40px; }

.charm-section4-item__content h3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 10px; }

.charm-section4-item__content i { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; width: 100px; margin-right: 10px; }

.charm-section4-item__content span { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

@media screen and (min-width: 751px) { .charm-section4-item { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .charm-section4-item__img { -webkit-box-flex: 0; -ms-flex: 0 0 180px; flex: 0 0 180px; width: 180px; }
  .charm-section4-item__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding-left: 30px; max-width: calc(100% - 180px); } }

@media screen and (max-width: 750px) { .charm-section4-item { overflow: hidden; border-radius: 15px; }
  .charm-section4-item__img { width: 90px; float: left; margin-right: 10px; }
  .charm-section4-item__content i { -webkit-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; width: 50px; } }

@media screen and (max-width: 600px) { .charm-section4-item__img { width: 50px; }
  .charm-section4-item__content h3 { margin-top: 0; }
  .charm-section4-item__content span.title-style2 { font-size: 20px; } }

.charm-section5 { padding-top: 50px; padding-bottom: 50px; }

@media screen and (min-width: 901px) { .charm-section5 { padding-top: 80px; padding-bottom: 80px; } }

.mess-presodent { width: 100%; max-width: 240px; }

.enrolment-section1 { background-color: #d6e1b6; padding-top: 80px; padding-bottom: 80px; }

.enrolment-section1__text { color: #595757; font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

br.sp { display:none; }

@media screen and (min-width: 901px) { .enrolment-section1__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .enrolment-section1__text { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .enrolment-section1__img { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; text-align: center; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; padding-left: 15px; padding-right: 15px; } }

@media screen and (max-width: 900px) { .enrolment-section1 { padding-top: 50px; padding-bottom: 50px; }
  .enrolment-section1__text { margin-bottom: 40px; }
  .enrolment-section1__img { text-align: center; } }

.enrolment-section2 { padding-top: 50px; padding-bottom: 50px; }

@media screen and (min-width: 901px) { .enrolment-section2 { padding-top: 80px; padding-bottom: 80px; } }

.enrolment-title1 { width: 414px; height: 160px; position: relative; margin-left: auto; margin-right: auto; z-index: 2; }

.enrolment-title1 i { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; }

.enrolment-title1 span { position: absolute; z-index: 2; width: 100%; text-align: center; font-weight: bold; left: 0; line-height: 1; bottom: 22px; letter-spacing: 0.1em; font-size: 28px; }

@media screen and (max-width: 600px) { .enrolment-title1 { width: 289.8px; height: 112px; }
  .enrolment-title1 span { font-size: 20px; bottom: 14px; } }

.enrolment-block1 { background: url(../img/enrolment/bg-pattern1.png); border-radius: 30px; padding: 60px 30px; margin-top: -20px; }

@media screen and (max-width: 900px) { .enrolment-block1 { padding: 60px 15px; } }

@media screen and (max-width: 600px) { .enrolment-block1 { padding: 40px 15px; border-radius: 15px; } }

.enrolment-block2 { background: url(../img/enrolment/bg-pattern2.png); border-radius: 30px; padding: 60px 30px; }

@media screen and (max-width: 900px) { .enrolment-block2 { padding: 60px 15px; } }

@media screen and (max-width: 600px) { .enrolment-block2 { padding: 40px 15px; border-radius: 15px; } }

.enrolment-line1 { width: 100%; height: 5px; background: url(../img/enrolment/line-pattern1.png) repeat-x left bottom; }

.enrolment-lineitem1 { width: 100%; max-width: 730px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; justify-content: space-around; background: url(../img/enrolment/line-pattern1.png) repeat-x left bottom; padding-top: 30px; padding-bottom: 30px; font-size: 24px; }

.enrolment-lineitem1 dt { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 25%; width: 25%; font-weight: bold; }

.enrolment-lineitem1 dd { font-weight: bold; display: flex; align-items: center; }

.enrolment-lineitem1 dd  span { font-size: 20px; margin: -1.3% 0 0 5%; color: #d67572; }

.enrolment-lineitem1 dd p { font-weight: bold; }

.enrolment-lineitem1 th, .enrolment-lineitem1 td { font-weight: bold; }

.eventLink { display: block; border-radius: 40px; background-color: #fff; border: 2px solid #d67572; color: #d67572; font-size: 18px; font-weight: bold; text-align: center; margin-left: 5%; padding: 1.5% 3%; position: relative; transition: .2s opacity ease-in; }
.eventLink:hover { opacity: .6; }
.enrolment-titlebox { display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }

@media screen and (max-width: 900px) { .enrolment-lineitem1 { font-size: 20px; }
  .enrolment-lineitem1 { align-items: baseline; }
  .enrolment-lineitem1 dd {  -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .enrolment-lineitem1 dd  span { width: 100%; margin-left: 0; }
  .enrolment-lineitem1 dd  span { font-size: 16px; }
  .enrolment-lineitem1 dd  span br.pc { display: none; }
  .enrolment-titlebox { flex-wrap: wrap; }
  .eventLink { margin: 2% auto 0; }
 }

@media screen and (max-width: 750px) { .enrolment-lineitem1 { font-size: 16px; }
  .eventLink { width: 95%; max-width: 280px; }
 }

@media screen and (max-width: 600px) { .enrolment-lineitem1 { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; }
  .enrolment-lineitem1 dt { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; font-weight: bold; }
  .enrolment-lineitem1 dd { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; }
  br.sp { display:block; }
  .eventLink a { max-width: 300px; }
  .enrolment-block2 .enrolment-lineitem1 dt { flex: 0 0 50%; width: 50%; }
  .enrolment-block2 .enrolment-lineitem1 dd { flex: 0 0 50%; width: 50%; }
 }

.enrolment-section3 { background-color: #fcf9e0; padding-top: 50px; padding-bottom: 50px; }

@media screen and (min-width: 901px) { .enrolment-section3 { padding-top: 80px; padding-bottom: 80px; } }

.enrolment-section4 { background-color: #fef7f6; padding-top: 50px; padding-bottom: 50px; }

@media screen and (min-width: 901px) { .enrolment-section4 { padding-top: 80px; padding-bottom: 80px; } }

.enrolment-lineitem2 dt { border-radius: 20px; background: url(../img/enrolment/bg-pattern3.png); font-weight: bold; font-size: 24px; padding: 12px 20px; }

.enrolment-lineitem2 dd { font-size: 20px; padding: 20px; }

@media screen and (max-width: 600px) { .enrolment-lineitem2 dt { border-radius: 10px; padding: 8px 10px; font-size: 18px; }
  .enrolment-lineitem2 dd { padding: 10px; font-size: 15px; } }

.enrolment-lineitem3 dt { border-radius: 20px; background: url(../img/enrolment/bg-pattern4.png); font-weight: bold; font-size: 24px; padding: 12px 20px; }

.enrolment-lineitem3 dd { font-size: 20px; padding: 20px; }

@media screen and (max-width: 600px) { .enrolment-lineitem3 dt { border-radius: 10px; padding: 8px 10px; font-size: 18px; }
  .enrolment-lineitem3 dd { padding: 10px; font-size: 15px; } }

.annualevent-section { background-color: #fcfaeb; padding-top: 60px; padding-bottom: 60px; }

@media screen and (max-width: 750px) { .annualevent-section { padding-top: 40px; padding-bottom: 40px; } }

.annualevent-title { text-align: center; line-height: 1; margin-bottom: 30px; }

.annualevent-content picture { line-height: 1; }

.flow-section { background: #9fd9f6 url(../img/flow/bg.png) no-repeat center top 120px; padding-top: 60px; padding-bottom: 60px; }

@media screen and (max-width: 750px) { .flow-section { background: #9fd9f6 url(../img/flow/bg@0.5x.png) no-repeat center top 120px; padding-top: 40px; padding-bottom: 40px; } }

.usual-section1 { padding-top: 60px; padding-bottom: 60px; overflow: hidden; position: relative; }

.usual-section1 .inner { position: relative; z-index: 2; }

.usual-section1:before, .usual-section1:after { content: ''; display: block; position: absolute; z-index: 1; }

.usual-section1:before { background: url(../img/usual/bg_illust1.png) no-repeat center center/cover; width: 400px; height: 400px; top: 355px; left: 50%; margin-left: 715px; }

.usual-section1:after { background: url(../img/usual/bg_illust2.png) no-repeat center center/cover; width: 640px; height: 640px; top: 1220px; right: 50%; margin-right: 630px; }

@media screen and (max-width: 900px) { .usual-section1 { padding-top: 30px; padding-bottom: 30px; } }

.usual-title1 { position: relative; z-index: 2; }

@media screen and (min-width: 751px) { .usual-title1 { margin-bottom: -40px; } }

@media screen and (max-width: 750px) { .usual-title1 { margin-bottom: -20px; } }

.usual-img1 { width: 100%; position: relative; z-index: 1; background: url(../img/usual/bg1@0.5x.jpg) no-repeat center right/auto 150px; height: 150px; }

.usual-img1__inner { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.usual-img1__tag { -webkit-box-flex: 0; -ms-flex: 0 1 150px; flex: 0 1 150px; width: 100%; max-width: 150px; }

@media screen and (min-width: 601px) { .usual-img1 { background: url(../img/usual/bg1@0.5x.jpg) no-repeat center right/auto 350px; height: 350px; }
  .usual-img1__tag { -webkit-box-flex: 0; -ms-flex: 0 1 232px; flex: 0 1 232px; max-width: 232px; } }

@media screen and (min-width: 751px) { .usual-img1 { background: url(../img/usual/bg1-2.jpg) no-repeat center right/auto 450px; height: 450px; }
  .usual-img1__tag { -webkit-box-flex: 0; -ms-flex: 0 1 464px; flex: 0 1 464px; max-width: 464px; } }

@media screen and (min-width: 901px) { .usual-img1 { background-size: auto 560px; height: 560px; } }

.usual-title2 { display: -webkit-box; display: -ms-flexbox; display: flex; }

.usual-title2 i { -webkit-box-flex: 0; -ms-flex: 0 0 184px; flex: 0 0 184px; width: 184px; }

.usual-title2 span { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: calc(100% - 184px); padding-left: 30px; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }

@media screen and (max-width: 600px) { .usual-title2 i { -webkit-box-flex: 0; -ms-flex: 0 0 80px; flex: 0 0 80px; width: 80px; }
  .usual-title2 span { max-width: calc(100% - 80px); padding-left: 15px; }
  .usual-title2 span br { display: none; } }

@media screen and (max-width: 450px) { .usual-title2 span.title-style1 { font-size: 20px; } }

.usual-title3 { display: -webkit-box; display: -ms-flexbox; display: flex; }

.usual-title3 i { -webkit-box-flex: 0; -ms-flex: 0 0 280px; flex: 0 0 280px; width: 280px; }

.usual-title3 span { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: calc(100% - 280px); padding-left: 30px; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }

@media screen and (max-width: 600px) { .usual-title3 i { -webkit-box-flex: 0; -ms-flex: 0 0 120px; flex: 0 0 120px; width: 120px; }
  .usual-title3 span { max-width: calc(100% - 120px); padding-left: 15px; }
  .usual-title3 span br { display: none; } }

@media screen and (max-width: 450px) { .usual-title3 span.title-style1 { font-size: 20px; } }

.usual-title4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.usual-title4 i { -webkit-box-flex: 0; -ms-flex: 0 0 85px; flex: 0 0 85px; width: 85px; line-height: 0; }

.usual-title4 span { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }

@media screen and (max-width: 600px) { .usual-title4 i { -webkit-box-flex: 0; -ms-flex: 0 0 45px; flex: 0 0 45px; width: 45px; }
  .usual-title4 i img { height: 24px; } }

.usual-title5 { background: url(../img/enrolment/line-pattern1.png) repeat-x left bottom; margin-bottom: 30px; padding-bottom: 30px; }

@media screen and (max-width: 600px) { .usual-title5 { margin-bottom: 17px; padding-bottom: 17px; } }

.usual-section2 { padding-top: 60px; padding-bottom: 60px; }

@media screen and (max-width: 900px) { .usual-section2 { padding-top: 30px; padding-bottom: 30px; } }

.usual-block1 { background: url(../img/usual/bg2.jpg); border-radius: 30px; overflow: hidden; }

.usual-block1__title { text-align: center; background-color: #9cbd53; color: #fff; padding: 22px 10px; }

@media screen and (max-width: 600px) { .usual-block1 { border-radius: 15px; }
  .usual-block1__title { padding: 18px 5px; } }

.usual-block2 { padding: 30px; }

@media screen and (max-width: 600px) { .usual-block2 { padding: 20px; } }

.education-title1 { padding-top: 20px; padding-bottom: 70px; text-align: center; }

@media screen and (max-width: 600px) { .education-title1 { padding-bottom: 50px; } }

.education-text1 { text-align: center; font-weight: bold; color: #a48b78; font-size: 64px; line-height: 1; margin-bottom: 45px; }

@media screen and (max-width: 900px) { .education-text1 { font-size: 48px; } }

@media screen and (max-width: 600px) { .education-text1 { font-size: 36px; margin-bottom: 30px; } }

.education-text2 { text-align: center; font-size: 25px; line-height: 1.4; font-weight: bold; margin-bottom: 55px; }

@media screen and (max-width: 900px) { .education-text2 { font-size: 20px; } }

@media screen and (max-width: 600px) { .education-text2 { font-size: 15px; margin-bottom: 30px; } }

.education-imgs { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -10px; margin-right: -10px; }

.education-imgs > div { padding: 0 10px; }

.education-imgs__item1 { -webkit-box-flex: 0; -ms-flex: 0 0 25.2%; flex: 0 0 25.2%; max-width: 25.2%; }

.education-imgs__item2 { -webkit-box-flex: 0; -ms-flex: 0 0 37.2%; flex: 0 0 37.2%; max-width: 37.2%; }

.education-imgs__item3 { -webkit-box-flex: 0; -ms-flex: 0 0 37.6%; flex: 0 0 37.6%; max-width: 37.6%; }

@media screen and (max-width: 600px) { .education-imgs { margin-left: -2px; margin-right: -2px; }
  .education-imgs > div { padding: 0 2px; } }

.education-block1 { position: relative; z-index: 1; padding: 95px 40px 40px; background-color: #eff0ed; border-radius: 30px; }

.education-block1__title { text-align: center; position: relative; z-index: 2; margin-bottom: -60px; }

@media screen and (max-width: 600px) { .education-block1 { padding: 65px 15px 15px; border-radius: 15px; }
  .education-block1__title { margin-bottom: -30px; }
  .education-block1__title img { width: 135px; } }

.education-inner { position: relative; }

.education-inner .education-item1 { position: relative; z-index: 2; }

.education-inner .education-item { position: absolute; z-index: 1; }

.education-item { top: 24px; left: 50%; margin-left: 245px; }

.education-item img { max-width: none; }

@media screen and (max-width: 900px) { .education-item { width: 206px; margin-left: 200px; }
  .education-item img { width: 206px; } }

@media screen and (max-width: 600px) { .education-item { top: 12px; margin-left: 50px; } }

@media screen and (min-width: 901px) { .education-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .education-box__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 20px); flex: 0 0 calc(50% - 20px); width: calc(50% - 20px); }
  .education-box .title-style1 { font-size: 35px; } }

@media screen and (max-width: 900px) { .education-box .education-box__item:nth-child(1) { margin-bottom: 80px; } }

@media screen and (max-width: 600px) { .education-box .education-box__item:nth-child(1) { margin-bottom: 40px; } }



.event-swiper .t-event__prev, .event-swiper .t-event__next {
	display: none;
}
.t-charm-list {
	padding-bottom: 2em;
}



.t-charm-links-wrap {
	background: url(../img/top/bg-charm2.jpg) repeat;
}
.t-charm-links {
	margin: 4em auto 0;
	max-width: 900px;
}
.t-charm-links__img img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 901px) {
	.t-charm-links__item {
	    -ms-flex: auto;
	    flex: auto;
	    width: 28%;
	    max-width: auto;
	    margin: 1%;
	}
}
@media screen and (max-width: 900px) {
	.t-charm-list__item {
	    -ms-flex: 0 0 90%;
	    flex: 0 0 90%;
	    width: 90%;
	    margin: 0 auto 2em !important;
	}
	.t-charm-links {
	    justify-content: space-between;
	}
	.t-charm-list:after {
	    bottom: 0;
	}
}



#education .box01 h3 {
    text-align: center;
}
#education .box01 h3 span {
    padding: 0.3em 2em;
    color: #fff;
    background: #3EAC4A;
    border-radius: 50px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}
#education .box02 h4 {
    margin-top: 2em;
    font-size: 26px;
    font-weight: bold;
    color: #785C53;
}
#education .box01 ul {
    margin: -1em auto 4em;
	padding: 2.3em 1.5em 1.5em;
    background: #FFFBC7;
    border: 3px solid #1EAC4A;
    border-radius: 1em;
}
#education .box01 ul li {
    color: #785C53;
    font-weight: bold;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
#education .box01 ul li::first-letter {
    margin-right: 0.2em;
}
#education .box01 ul li span {
    color: #E60012;
}
#education .box02 h3 {
	height: 60px;
    margin-bottom: 1em;
    text-align: center;
}
#education .box02 h3 span {
	padding: 0.3em 2em;
    color: #fff;
    background: #EB6D8E;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
#education .box02 h3 span::before {
    content: "";
    border-top: 40px solid transparent;
    border-left: 30px solid #ffffff;
    border-bottom: 40px solid transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#education .box02 h3 span::after {
    content: "";
    border-top: 40px solid transparent;
    border-right: 30px solid #ffffff;
    border-bottom: 40px solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#education .box02 table,
#education .box02 table td,
#education .box02 table th {
	border-collapse: collapse;
	border: 4px solid #fff;
}
#education .box02 table {
    width: 100%;
    margin: 1em 0;
}
#education .box02 table thead th {
    padding: 0.3em;
    background: #FFFBC7;
    text-align: center;
}
#education .box02 table tbody th {
    padding: 0.3em;
    background: #FFFBC7;
    text-align: center;
}
#education .box02 table tbody td {
    padding: 0.3em;
    text-align: center;
}
#education .box02 table tbody td .flexible {
    background: #eee;
    padding: 0 0.3em;
}
#education .box02 table tbody td .lesson {
    background: #CBE3AE;
    padding: 0 0.3em;
}
#education .box02 table tbody td .sports {
    background: #C2E6FA;
    padding: 0 0.3em;
}
#education .box02 ul {
    display: flex;
    justify-content: space-between;
    margin: 1em 0 3em;
}
#education .box02 ul li {
    width: 31%;
}
#education .box02 ul li h5 {
    color: #fff;
    background: #3EAC4A;
    text-align: center;
    padding: 0.2em 0;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 22px;
}
#education .box02 .flex01 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
#education .box02 .flex01 figure {
    width: 20%;
    margin: -2em 0 0 3%;
    flex-shrink: 0;
}
#education .box02 .flex02 {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
}
#education .box02 .flex02 h4 {
    margin-top: 0;
}
#education .box02 .flex02 figure {
    width: 40%;
    margin-left: 3%;
    flex-shrink: 0;
}

#education .box03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#education .box03 ul {
    display: flex;
    justify-content: space-between;
}
#education .box03 > div {
    position: relative;
    border-radius: 1em;
}
#education .box03 > div .icon {
    width: 110px;
    position: absolute;
    top: -0.5em;
}
#education .box03 > div h4 {
    font-weight: bold;
    font-size: 24px;
    padding-left: 5.5em;
    margin: -0.5em 0 1em;
}
#education .box03 > div ul li figure img {
    margin-bottom: 0.5em;
}
#education .box03 > div.chi {
	width: 100%;
	margin-bottom: 2em;
    padding: 2em;
    background: #FCF0F0;
}
#education .box03 > div.chi h4 {
	color: #E04E6E;
}
#education .box03 > div.chi ul li {
    width: 23.5%;
}
#education .box03 > div.chi ul li figcaption {
    color: #fff;
    background: #E04E6E;
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
}
#education .box03 > div.toku {
	width: 48%;
    padding: 2em;
    background: #C2E6FA;
}
#education .box03 > div.toku h4 {
	color: #00A9EB;
}
#education .box03 > div.tai {
	width: 48%;
    padding: 2em;
    background: #FEE5A8;
}
#education .box03 > div.tai h4 {
	color: #EE7500;
}
#education .box03 > div.toku ul li,
#education .box03 > div.tai ul li {
	width: 48%;
}
.box04 dl {
    display: flex;
    justify-content: space-between;
}
.box04 dl dt h3 {
    color: #fff;
    background: #3EAC4A;
    padding: 0 0.3em;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: center;
    border-radius: 0.3em;
}
.box04 dl dd {
    width: 57%;
    flex-shrink: 0;
    margin-left: 3%;
}

@media screen and (max-width: 900px) {
	#education .box01 h3 span {
	    font-size: 23px;
	}
	#education .box02 h3 {
	    height: auto;
	}
	#education .box02 h3 span {
	    padding: 0.3em 0;
	    font-size: 18px;
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	.box02 h3 span::before {
	    border-top: 20px solid transparent;
	    border-left: 15px solid #ffffff;
	    border-bottom: 20px solid transparent;
	}
	.box02 h3 span::after {
	    border-top: 20px solid transparent;
	    border-right: 15px solid #ffffff;
	    border-bottom: 20px solid transparent;
	}
	#education .box02 h4 {
	    font-size: 18px;
	    text-align: center;
	}
	#education .box02 .table-scroll {
	    overflow-x: scroll;
	}
	#education .box02 table {
	    width: 700px;
	    margin: 1em 0;
	}
	#education .box02 ul {
	    display: block;
	}
	#education .box02 ul li {
	    width: 100%;
	    margin-bottom: 1em;
	}
	#education .box02 ul li h5 {
	    font-size: 16px;
	}
	#education .box02 .flex01 {
	    display: block;
	}
	#education .box02 .flex01 p {
	    width: 65%;
	}
	#education .box02 .flex01 figure {
	    width: 30%;
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	}
	#education .box02 .flex02 {
	    display: block;
	}
	#education .box02 .flex02 figure {
	    width: 100%;
	    margin: 1em 0 0;
	}
	#education .box03 > div .icon {
	    width: 20%;
	}
	#education .box03 ul {
	    flex-wrap: wrap;
	}
	#education .box03 > div.chi ul li {
	    width: 48%;
	    margin-bottom: 0.5em;
	}
	#education .box03 > div h4 {
	    font-size: 16px;
	    margin: -1em 0 1em;
	}
	#education .box03 > div.chi {
	    padding: 2em 1em;
	}
	#education .box03 > div.toku {
	    width: 100%;
	    margin-bottom: 2em;
	}
	#education .box03 > div.tai {
	    width: 100%;
	}

	.box04 dl {
	    display: block;
	}
	.box04 dl dd {
	    width: 100%;
	    margin: 1em 0 0;
	}
}


.insta {
    background: url(../img/top/bg-blog--pattern.jpg) repeat;
}
.insta .inner {
    max-width: 100%;
    padding: 5.5em 0 5em;
    margin: 0;
    overflow: hidden;
}
.insta .inner h2 {
    position: relative;
}
.insta .inner h2 .icon {
    width: 2em;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.insta .inner .insta-slide__item {
	width: 330px !important;
    max-width: 330px !important;
    height: 410px;
	margin: 0 1em;
    background: #eee;
    border-radius: 0.8em;
    overflow: hidden;
    object-fit: contain;
}
.insta .inner .insta-slide__item .instagram-media {
	width: 100% !important;
    max-width: 330px !important;
    border-radius: 0.8em !important;
    overflow: hidden;
}
.Embed,
._aa4c {
    border-radius: 0.8em !important;
    overflow: hidden;
}
.insta .inner .insta-slide .slick-dots {
    width: auto;
    margin: initial;
    left: 50%;
    bottom: -2.5em;
    transform: translateX(-50%);
}
.insta .inner .insta-slide .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 0.8em 0 0;
    border-radius: 100%;
}
.insta .inner .insta-slide .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    color: rgba(0,0,0,0);
    background: #fff;
    border-radius: 100%;
    line-height: 1;
    opacity: 1;
}
.insta .inner .insta-slide .slick-dots li.slick-active button:before {
    background: #ef7d1b;
    opacity: 1;
}

.insta .inner .insta-slide .slick-prev,
.insta .inner .insta-slide .slick-next {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: rgb(239 125 27 / 80%);
    border-radius: 100%;
}
.insta .inner .insta-slide .slick-prev {
    left: 1%;
    z-index: 3;
}
.insta .inner .insta-slide .slick-next {
    right: 1%;
    z-index: 3;
}
.insta .inner .insta-slide .slick-prev::before,
.insta .inner .insta-slide .slick-next::before {
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background: transparent;
    position: absolute;
    z-index: 1;
    top: 18px;
}
.insta .inner .insta-slide .slick-prev::before {
	left: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.insta .inner .insta-slide .slick-next::before {
	left: 17px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media screen and (max-width: 640px) {
	.insta .inner .insta-slide__item {
		width: 320px !important;
	    height: 360px;
	}
	.insta .inner .insta-slide__item .instagram-media {
	    padding: 0 !important;
	    margin: 0 !important;
	    width: 100% !important;
	    max-width: 320px !important;
	    min-width: initial !important;
	}
	.insta .inner .insta-slide .slick-prev,
	.insta .inner .insta-slide .slick-next {
		background: #ef7d1b;
	}
}



.bottom-bnr ul {
    width: 90%;
    max-width: 1080px;
    margin: -5em auto 5em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.bottom-bnr ul li {
    width: 24%;
    border-radius: .3em;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0 .5%;
    overflow: hidden;
}
.bottom-bnr ul li img {
    width: 100%;
}
.bottom-bnr ul li a {
    transition: opacity ease .3s;
}
.bottom-bnr ul li a:hover {
    opacity: .6;
}
@media screen and (max-width: 900px) {
	.bottom-bnr ul {
		max-width: 300px;
	    margin: 0 auto 4em;
	}
	.bottom-bnr ul li {
	    width: 100%;
	    margin: 0 0 1em;
	}
}

/* gridタイル */
.row-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 3em;
  margin-bottom: 1%;
}

.row-grid:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .row-grid {
    display: block;
  }
}
.row-grid .grid_center {
  display: grid;
  vertical-align: middle;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .row-grid .cols {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .row-grid .cols:last-of-type {
    margin-bottom: 0;
  }
}

.row-grid .cols:last-child {
  margin-bottom: 0;
}

.row-grid .span-2 {
  grid-column: 2 span;
}

.row-grid .span-3 {
  grid-column: 3 span;
}

.row-grid .span-4 {
  grid-column: 4 span;
}

.row-grid .span-5 {
  grid-column: 5 span;
}

.row-grid .span-6 {
  grid-column: 6 span;
}

.row-grid .span-7 {
  grid-column: 7 span;
}

.row-grid .span-8 {
  grid-column: 8 span;
}

.row-grid .span-9 {
  grid-column: 9 span;
}

.row-grid .span-10 {
  grid-column: 10 span;
}

.row-grid .span-11 {
  grid-column: 11 span;
}

.row-grid .span-12 {
  grid-column: 12 span;
}

.row-grid .span_height1 {
  grid-row: 1 span;
}

.row-grid .span_height2 {
  grid-row: 2 span;
}

.row-grid .span_height3 {
  grid-row: 3 span;
}

.row-grid .span_height4 {
  grid-row: 3 span;
}

.row-grid.reverse {
  direction: rtl;
}

.row-grid.reverse p,
.row-grid.reverse h2,
.row-grid.reverse h3,
.row-grid.reverse h4,
.row-grid.reverse span,
.row-grid.reverse table {
  direction: initial;
}

@media screen and (max-width: 767px) {
  .row-grid.sp_img {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
  }
  .row-grid.sp_img.col2 .cols {
    grid-column: 6 span;
  }
  .row-grid.sp_img.col3 .cols {
    grid-column: 4 span;
  }
  .row-grid.sp_img.col4 .cols {
    grid-column: 3 span;
  }
}