﻿html {
 height: 100%;
 font-size: 62.5%;
}
body {
 font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ', 'メイリオ', Meiryo, sans-serif;
 font-size: 1.4rem;
 line-height: 1.8;
 color: #111;
 -webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast:none) {
 body {
  font-family: "メイリオ", Meiryo, sans-serif !important;
 }
}
@media screen and (max-width:767px) {
 body {
  line-height: 1.6;
  font-size: 1.3rem;
 }
}
a {
 color: #111;
 text-decoration: none;
}
a, a::before, a::after, a > *, a > *::before, a > *::after {
 transition: all 0.4s;
}
a:hover {
 color: #4C5256;
}
strong {
 font-weight: 700;
}
img {
 border: 0;
 max-width: 100%;
 height: auto;
}
/*clearfix
------------------------------*/
.cf:before, .cf:after {
 content: "";
 display: table;
}
.cf:after {
 clear: both;
}
#switchBtnArea {
 display: none !important;
}
.main-slider {
 top: 0 !important;
}
/*navigation overwrite
------------------------------*/
.drawer-overlay {
 background-color: rgba(0, 0, 0, .5);
 z-index: 9;
}
.drawer-nav {
 background-color: #fff;
 z-index: 10;
}
.drawer--left .drawer-nav {
 left: -20rem;
}
.drawer--left.drawer-open .drawer-hamburger {
 left: 20rem;
}
.drawer-hamburger {
 z-index: 10400;
 top: 0;
 left: 0;
 width: 20px;
 height: 65px;
 padding: 0;
 background: #0c6eb4;
 -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
 text-align: center;
 padding-left: 23px;
 padding-right: 22px;
}
.drawer-hamburger:hover {
 background: #0c6eb4;
}
.drawer-toggle p {
 display: block;
 position: absolute;
 left: 10px;
 bottom: 8px;
 text-align: center;
 font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ', 'メイリオ', Meiryo, sans-serif;
 font-size: .9rem;
 color: #fff;
 line-height: 1;
 letter-spacing: 0;
}
.drawer-open .drawer-toggle p {
 color: #fff;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
 width: 20px;
 display: block;
 height: 1px;
 border-radius: 2px;
 background-color: #fff;
}
.drawer-hamburger-icon {
 margin-top: 0;
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
 background-color: #fff;
}
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
 top: -7px;
}
.drawer-hamburger-icon:after {
 top: 7px;
}
.drawer--sidebar {
 background-color: #f8f8f8;
}
.drawer--sidebar .drawer-contents {
 /*background-color:#fff;*/
 z-index: 97;
}
ul.drawer-menu li {
 position: relative;
 background-color: #fff;
 border-top: 1px solid rgba(0, 0, 0, .05);
 z-index: 2;
}
ul.drawer-menu li:first-of-type { border-top:0;}
ul.drawer-menu li.noborder { border-top:0;}

ul.drawer-menu li a {
 display: block;
 padding: 15px 10px 15px 20px;
 text-align: left;
 text-decoration: none;
 outline: none;
 font-weight: 700;
 /*color:#fff;*/
}
ul.drawer-menu li:last-child {
 border-top: 1px solid rgba(0, 0, 0, .05);
}
ul.drawer-menu li ::before, ul.drawer-menu li ::after {
 left: 0;
 width: 100%;
 height: 50%;
}
ul.drawer-menu li::before {
 top: 0;
}
ul.drawer-menu li::after {
 bottom: 0;
}
ul.drawer-menu li :hover::before, ul.drawer-menu li :hover::after {
 height: 0;
}
@media screen and (min-width:64.063em) {
 ul.drawer-menu li a {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(12, 110, 180, 1) 50%);
  background-position: 120% 0;
  background-size: 7% auto;
  background-repeat: no-repeat;
  transition: .3s;
 }
 ul.drawer-menu li a:hover {
  background-position: 100% 0;
  color: #0c6eb4;
 }
}
.drawer--sidebar .drawer-nav {
 width: 20rem;
}
@media screen and (min-width: 64.063em) {
 .drawer-nav {
  box-shadow: 1px 0px 3px rgba(51, 51, 51, 0.1);
 }
 ul.drawer-menu li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
 }
 ul.drawer-menu li a {
  display: block;
  padding: 20px 10px 20px 20px;
  text-align: left;
  text-decoration: none;
  outline: none;
  font-weight: 700;
  line-height: 1.5;
  /*color:#fff;*/
 }
 .drawer--sidebar.drawer--left .drawer-nav {
  text-align: center;
  border: none;
 }
 .drawer--sidebar.drawer--left .drawer-contents {
  margin-left: 20rem;
 }
 .drawer--sidebar .drawer-container {
  max-width: 48rem;
 }
}
@media screen and (min-width: 75em) {
 .drawer--sidebar .drawer-hamburger {
  display: none;
  visibility: hidden;
 }
 .drawer--sidebar.drawer--left .drawer-nav {
  left: 0;
 }
 .drawer--sidebar .drawer-nav {
  width: 25rem;
 }
 .drawer--sidebar.drawer--left .drawer-contents {
  margin-left: 25rem;
 }
}
@media screen and (max-height: 870px) {
 ul.drawer-menu li a div, ul.drawer-menu li ul.drawer-dropdown-menu li a div {
  display: none;
 }
}
ul.drawer-menu li.menu-request, ul.drawer-menu li.menu-pamphlet {
 background-color: #FCDDD2;
}
ul.drawer-menu li.menu-request a::after, ul.drawer-menu li.menu-pamphlet a::after {
 position: absolute;
 left: inherit;
 top: 18px;
 right: 18px;
}
/*dropdown
------------------------------*/
.drawer-dropdown-menu > li a, .lower-menu > li a {
 padding-top: 15px !important;
 padding-bottom: 15px !important;
 padding-left: 30px !important;
 font-size: 1.3rem;
}
.drawer-dropdown .drawer-caret {
 display: inline-block;
 position: absolute;
 top: 24px;
 right: 24px;
 width: 0;
 height: 0;
 -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
 transition: opacity .2s ease, -webkit-transform .2s ease;
 transition: transform .2s ease, opacity .2s ease;
 transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
 vertical-align: middle;
 border-top: 4px solid;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
}
.drawer-dropdown.open + a, .drawer-dropdown.open .drawer-dropdown-menu li {
 background-color: rgba(238, 238, 238, 0.5);
}
.drawer-dropdown-menu > li:last-child {
 border-bottom: none !important;
}
@media screen and (max-height: 870px) {
 .drawer-dropdown .drawer-caret {
  display: block;
  position: absolute;
  top: 19px;
  right: 4%;
  width: 0;
  height: 0;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
 }
 .drawer-dropdown {
  -webkit-transition: all .3s;
  transition: all .3s;
 }
}
/*logo common
------------------------------*/
@media screen and (max-width: 64em) {
 .drawer-nav .logo {
  display: none;
 }
}
@media screen and (min-width: 64.063em) {
 .drawer-nav .logo {
  display: block;
 }
 .drawer-nav .logo img {
  width: 180px;
  height: auto;
  margin: 0 auto;
 }
}
/*logo mobile-tablet
------------------------------*/
@media screen and (max-width: 64em) {
 .drawer-contents header {
  height: 65px;
  background-color: #fff;
  box-shadow: 0 9px 12px -9px rgba(0, 0, 0, .1);
 }
 .drawer-contents .logo {
  text-align: center;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
 }
 .drawer-contents .logo a {
  display: inline-block;
 }
 .drawer-contents .logo img {
  display: inline;
  height: auto;
 }
 .drawer-contents .logo h1 {
  display: inline;
  color: #41AB6B;
  padding-left: 10px;
 }
 .drawer-contents .logo {
  padding: 13px 0;
 }
 .drawer-contents .logo img {
  width: 200px;
  height: auto;
 }
}
@media screen and (min-width: 64.063em) {
 .drawer-contents .logo {
  display: none;
 }
}
/*logo pc
------------------------------*/
.drawer-nav .logo {
 margin: 50px 20px;
 color: #fff;
 text-align: center;
 z-index: 100;
}
ul.drawer-menu li a h4, ul.drawer-menu li a div {
 line-height: 150%;
}
ul.drawer-menu li a div, ul.drawer-menu li ul.drawer-dropdown-menu li a div {
 font-family: 'Lato-Italic';
 font-size: 0.7em;
 letter-spacing: 1px;
}
/*nav
------------------------------*/
.header {
 width: 100%;
 background: #fff;
 z-index: 1000;
}
.global-nav {
 background: #0c6eb4;
 width: 100%;
 z-index: 1;
}
@media screen and (max-width:767px) {
 .header {
  margin: 0;
  width: 100%;
  height: 65px;
  padding: 0 60px 0 10px;
  background: #fff;
 }
 .header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  z-index: 10001;
 }
 .header-top.fixed .fixbar, .header.fixed .fixbar {
  display: none;
 }
}
@media screen and (max-width:767px) {
 #menuOverlay {
  display: none;
  position: fixed;
  top: 60px;
  right: -50%;
  width: 50%;
  height: 100%;
  z-index: 9997;
 }
 #switchBtnArea {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  z-index: 10002;
 }
 #switchBtnArea #switchBtn {
  position: relative;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  margin-left: auto;
  display: block;
  background: #0c6eb4;
  z-index: 10001;
 }
 a#switchBtn::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  content: "メニュー";
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-align: center;
  transition: all .3s;
 }
 a#switchBtn.btnClose::after {
  content: none;
 }
 #switchBtnArea #switchBtn span {
  left: 50%;
  width: 20px;
  height: 1px;
  margin-left: -12px;
  display: block;
  position: absolute;
  background-color: #fff;
  transition: all 0.2s linear;
 }
 #switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 15px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
 }
 #switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 23px;
  -webkit-transform: scale(1);
  transform: scale(1);
 }
 #switchBtnArea #switchBtn span:nth-of-type(3) {
  bottom: 33px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
 }
 #switchBtnArea #switchBtn.btnClose span {
  margin-left: -10px;
 }
 #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  top: 32px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
 #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
 }
 #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  bottom: 32px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
}
/*footer
------------------------------*/
.footer-banner {
 padding: 35px 0 0;
}
.footer-banner ul {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 max-width: 1000px;
 margin: 0 auto;
}
.footer-banner li a {
 opacity: 1;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.footer-banner li a:hover img, .footer-banner li a:hover {
 opacity: 0.7;
}
@media screen and (min-width:768px), print {
 .footer-banner li {
  width: 25%;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
 }
}
@media screen and (max-width:767px) {
 .footer-banner ul {
  max-width: 90%;
 }
 .footer-banner li {
  width: 47.5%;
  padding-right: 0;
  padding-left: 0;
 }
 .footer-banner li:nth-child(odd) {
  margin-right: 5%;
 }
 .footer-banner li:nth-child(n+3) {
  margin-top: 15px;
 }
 .footer-banner li img {
  margin: 0 auto;
 }
}
.footer {
 position: relative;
 width: 100%;
 background: #fff;
}
.footer-inner {
 margin-top: 50px;
 padding: 50px;
 background: #f3f4f5;
}
.footer-inner li {
 font-size: 1.2rem;
}
.footer small {
 display: block;
 margin-top: 25px;
 font-family: 'Lato', sans-serif;
 font-size: 1rem;
 letter-spacing: 0;
 text-align: center;
}
@media screen and (max-width: 1024px) {
 .footer-inner {
  padding: 25px;
 }
}
@media screen and (max-width: 767px) {
 .footer {
  padding: 0;
 }
 .footer-inner {
  margin-top: 35px;
  padding: 35px 15px 15px;
 }
 .footer p {
  display: block;
  padding: 10px 5px;
  font-size: 1rem;
  text-align: center;
 }
}
#page-top {
 position: absolute;
 bottom: 70px;
 right: 30px;
}
#page-top a {
 position: relative;
 display: block;
 width: 60px;
 height: 60px;
 padding-top: 20px;
 font-family: 'Lato', sans-serif;
 font-size: 1.1rem;
 letter-spacing: 0;
 color: #111;
 text-align: center;
 text-decoration: none;
}
#page-top a:before, #page-top a:after {
 content: "";
 position: absolute;
 top: 0;
 left: 50%;
 width: 0;
 height: 0;
 margin-left: -15px;
 border: 30px solid transparent;
}
#page-top a:before {
 top: 0;
 border-top: 2px solid #111;
 border-left: 2px solid #111;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#page-top-sp {
 display: none;
}
@media screen and (max-width: 767px) {
 #page-top {
  display: none;
 }
 #page-top-sp {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 70px;
  width: 30px;
  height: 30px;
  color: #111;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, .5);
  border: 1px solid #111;
  z-index: 1000;
 }
 #page-top-sp.footer-animation {
  display: inherit;
 }
 #page-top-sp::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 #page-top-sp a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
 }
}
/*list
------------------------------*/
ul.l-normal {
 margin-left: 1em;
 display: block;
}
ul.l-normal li {
 list-style-type: none;
 text-indent: -1em;
 margin: 0;
 padding: 0;
}
ul.l-normal li.l-sub {
 padding: 0 0 0 1em;
 text-indent: -2em;
}
ul.l-normal-ind26 {
 margin-left: 2.6em;
 display: block;
}
ul.l-normal-ind26 li {
 list-style-type: none;
 text-indent: -2.6em;
 margin: 0.5em 0 0;
 padding: 0;
}
ul.l-normal-ind26 li:first-child {
 margin-top: 0;
}
ul.l-square, ul.l-square-blue, ul.l-square-red, ul.l-circle, ul.l-circle-blue, ul.l-circle-red {
 margin-left: 1em;
}
ul.l-square li, ul.l-square-blue li, ul.l-square-red li, ul.l-circle li, ul.l-circle-blue li, ul.l-circle-red li {
 position: relative;
 margin-bottom: 0.3em;
 list-style: none;
}
ul.l-square li:last-child, ul.l-square-blue li:last-child, ul.l-square-red li:last-child, ul.l-circle li:last-child, ul.l-circle-blue li:last-child, ul.l-circle-red li:last-child {
 margin-bottom: 0;
}
ul.l-square li:before, ul.l-square-blue li:before, ul.l-square-red li:before {
 content: "";
 display: block;
 position: absolute;
 top: 5px;
 left: -20px;
 bottom: auto;
 right: auto;
 margin: auto;
 width: 10px;
 height: 10px;
}
ul.l-square li:before {
 content: "";
 background: #333;
}
ul.l-square-blue li:before {
 content: "";
 background: #2093AC;
}
ul.l-square-red li:before {
 content: "";
 background: #B93A2D;
}
ul.l-circle li:before, ul.l-circle-blue li:before, ul.l-circle-red li:before {
 content: "";
 display: block;
 position: absolute;
 top: 10px;
 left: -.8em;
 bottom: auto;
 right: auto;
 margin: auto;
 width: 5px;
 height: 5px;
 border-radius: 50%;
}
ul.l-circle li:before {
 content: "";
 background: #777;
}
ul.l-circle-blue li:before {
 content: "";
 background: #2093AC;
}
ul.l-circle-red li:before {
 content: "";
 background: #B93A2D;
}
ul.l-square-red li, ul.l-square-red li {
 color: #B93A2D;
}
ul.l-circle-red li, ul.l-circle-red li {
 color: #B93A2D;
}
/*pager
------------------------------*/
.listbar {
 position: relative;
 display: block;
 margin-top: 50px;
 text-align: center;
}
.listbar > * {
 position: relative;
 display: inline-block;
 margin: 0 2px 0;
 padding: 2px 10px;
 border-radius: 3px;
 color: #111;
 text-align: center;
}
.listbar a {
 border: 1px solid #dadada;
 background: #fff;
}
.listbar a:hover {
 background: #000;
 border: 1px solid #000;
 color: #fff;
}
.listbar span {
 border: 1px solid #000;
 background: #111;
 color: #fff !important;
}
.listbar span a {
 position: absolute;
 top: -2px;
 left: -1px;
 padding: 5px 10px;
 background: #fff;
 border: 1px solid #ddd;
}
.listbar span.pn, .listbar span.previous, .listbar > span.next {
 padding: 0 2px;
 background: transparent !important;
 border: none;
 color: #111 !important;
}
.listbar span.previous a:hover, .listbar span.next a:hover {
 color: #111 !important;
}
.listbar span.pn a, .listbar span.previous a, .listbar span.next a {
 position: static;
 display: inline-block;
 padding: 5px 0;
 color: #111 !important;
 background: transparent !important;
 border: none;
}
@media screen and (max-width:767px) {
 .listbar {
  margin-top: 20px;
 }
 .listbar > * {
  margin: 0 2px 0;
  padding: 0 6px;
 }
 .listbar a, .listbar span {
  font-size: 13px;
  font-size: 1.3rem;
 }
 .listbar span a {
  position: absolute;
  top: -2px;
  left: -1px;
  padding: 5px 10px;
  background: #fff;
  border: 2px solid #009FC5;
 }
 .listbar span.pn a, .listbar span.previous a, .listbar span.next a {
  display: inline-block;
  padding: 10px 0;
  position: static;
  border: none;
  background: transparent !important;
 }
}
html.sb-scroll-lock.sb-active:not(.sb-static) {
 overflow: hidden;
}
#sb-site, .sb-site-container {
 width: 100%;
 position: relative;
 z-index: 1;
}
.sb-slidebar {
 height: 100%;
 overflow-y: auto;
 position: fixed;
 top: 0;
 z-index: 0;
 display: none;
 -webkit-transform: translate(0px);
}
.sb-left {
 left: 0;
}
.sb-right {
 right: 0;
}
html.sb-static .sb-slidebar, .sb-slidebar.sb-static {
 position: absolute;
}
.sb-slidebar.sb-active {
 display: block;
}
.sb-style-overlay {
 z-index: 9999;
}
.sb-momentum-scrolling {
 -webkit-overflow-scrolling: touch;
}
.sb-slidebar {
 width: 30%;
}
.sb-width-thin {
 width: 15%;
}
.sb-width-wide {
 width: 45%;
}
@media (max-width: 480px) {
 .sb-slidebar {
  width: 70%;
 }
 .sb-width-thin {
  width: 55%;
 }
 .sb-width-wide {
  width: 85%;
 }
}
@media (min-width: 481px) {
 .sb-slidebar {
  width: 55%;
 }
 .sb-width-thin {
  width: 40%;
 }
 .sb-width-wide {
  width: 70%;
 }
}
@media (min-width: 767px) {
 .sb-slidebar {
  width: 40%;
 }
 .sb-width-thin {
  width: 25%;
 }
 .sb-width-wide {
  width: 55%;
 }
}
@media (min-width: 992px) {
 .sb-slidebar {
  width: 30%;
 }
 .sb-width-thin {
  width: 15%;
 }
 .sb-width-wide {
  width: 45%;
 }
}
@media (min-width: 1200px) {
 .sb-slidebar {
  width: 20%;
 }
 .sb-width-thin {
  width: 5%;
 }
 .sb-width-wide {
  width: 35%;
 }
}
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
 -webkit-transition: -webkit-transform 400ms ease;
 -moz-transition: -moz-transform 400ms ease;
 -o-transition: -o-transform 400ms ease;
 transition: transform 400ms ease;
 -webkit-transition-property: -webkit-transform, left, right;
}
.sb-hide {
 display: none;
}
a.ico-blank[target="_blank"]::after, a.ico-blank-w[target="_blank"]::after {
 position: relative;
 top: 2px;
 display: inline-block;
 width: 17px;
 height: 17px;
 margin: 0 2px;
}
a.ico-blank[target="_blank"]::after {
 content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQoJPHN0eWxlPi5pbmxpbmUtc3ZnLS1saW5lIHsgZmlsbDogbm9uZTsgc3Ryb2tlOiBjdXJyZW50Q29sb3I7IHN0cm9rZS13aWR0aDogaW5oZXJpdDsgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOyB9PC9zdHlsZT4NCgk8cGF0aCBjbGFzcz0iaW5saW5lLXN2Zy0tbGluZSIgZD0iTTE3LjksMTEuOXY0LjZjMCwwLjYtMC40LDEtMSwxSDcuMWMtMC42LDAtMS0wLjQtMS0xVjcuNGMwLTAuNiwwLjQtMSwxLTFoNC43Ii8+PGxpbmUgY2xhc3M9ImlubGluZS1zdmctLWxpbmUiIHgxPSIxMS45IiB5MT0iMTIiIHgyPSIxOC40IiB5Mj0iNS41Ii8+PHBvbHlsaW5lIGNsYXNzPSJpbmxpbmUtc3ZnLS1saW5lIiBwb2ludHM9IjE4LjQsOS4zIDE4LjQsNS41IDE0LjYsNS41ICIvPg0KPC9zdmc+");
}
a.ico-blank-w[target="_blank"]::after {
 content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CTxzdHlsZT4uaW5saW5lLXN2Zy0tbGluZSB7IGZpbGw6IG5vbmU7IHN0cm9rZTogI2ZmZjsgc3Ryb2tlLXdpZHRoOiBpbmhlcml0OyBzdHJva2UtbWl0ZXJsaW1pdDogMTA7IH08L3N0eWxlPgk8cGF0aCBjbGFzcz0iaW5saW5lLXN2Zy0tbGluZSIgZD0iTTE3LjksMTEuOXY0LjZjMCwwLjYtMC40LDEtMSwxSDcuMWMtMC42LDAtMS0wLjQtMS0xVjcuNGMwLTAuNiwwLjQtMSwxLTFoNC43Ii8+PGxpbmUgY2xhc3M9ImlubGluZS1zdmctLWxpbmUiIHgxPSIxMS45IiB5MT0iMTIiIHgyPSIxOC40IiB5Mj0iNS41Ii8+PHBvbHlsaW5lIGNsYXNzPSJpbmxpbmUtc3ZnLS1saW5lIiBwb2ludHM9IjE4LjQsOS4zIDE4LjQsNS41IDE0LjYsNS41ICIvPjwvc3ZnPg==");
}
.slick-list, .slick-slider, .slick-track {
 position: relative;
 display: block
}
.slick-loading .slick-slide, .slick-loading .slick-track {
 visibility: hidden
}
.slick-slider {
 box-sizing: border-box;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-touch-callout: none;
 -khtml-user-select: none;
 -ms-touch-action: pan-y;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent
}
.slick-list {
 overflow: hidden;
 margin: 0;
 padding: 0
}
.slick-list:focus {
 outline: 0
}
.slick-list.dragging {
 cursor: pointer;
 cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
.slick-track {
 top: 0;
 left: 0
}
.slick-track:after, .slick-track:before {
 display: table;
 content: ''
}
.slick-track:after {
 clear: both
}
.slick-slide {
 display: none;
 float: left;
 height: 100%;
 min-height: 1px
}
[dir=rtl] .slick-slide {
 float: right
}
.slick-slide img {
 display: block
}
.slick-slide.slick-loading img {
 display: none
}
.slick-slide.dragging img {
 pointer-events: none
}
.slick-initialized .slick-slide {
 display: block
}
.slick-vertical .slick-slide {
 display: block;
 height: auto;
 border: 1px solid transparent
}
.slick-arrow.slick-hidden {
 display: none
}
.slick-slide, .slick-slide::before, .caption {
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
.slick-slide::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.main-slider {
 position: relative;
 width: 100%;
 opacity: 0;
 visibility: hidden;
 transition: all 1.2s ease;
}
.main-slider.slick-initialized {
 opacity: 1;
 visibility: visible;
}
.slick-slide {
 position: relative;
 height: 30vw;
}
@media screen and (max-width:767px) {
 .slick-slide {
  height: 36vw;
 }
}
.slick-slide video {
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.slick-slide iframe {
 position: relative;
 pointer-events: none;
}
.slick-slide figure {
 position: relative;
 height: 100%;
}
.slick-slide .slide-image {
 opacity: 0;
 height: 100%;
 background-size: cover;
 background-position: center;
 transition: all .8s ease;
}
.slick-slide .slide-image.show {
 opacity: 1;
}
.slick-slide .image-entity {
 width: 100%;
 opacity: 0;
 visibility: hidden;
}
.slick-slide .loading {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 width: 50px;
 height: 50px;
}
.slick-slide .slide-media {
 -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
 animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
 z-index: 1;
}
.slick-slide.slick-active .slide-media {
 -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
 animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	max-height: 500px;
background-repeat: no-repeat;
}
.slick-slide.slick-active .caption {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.caption {
 position: absolute;
 top: 42.5%;
 left: 5%;
 color: #fff;
 margin: 0;
 font-size: 3rem;
 font-weight: 700;
 letter-spacing: .02em;
 line-height: 1;
 opacity: 0;
 z-index: 1;
 transition: all .3s ease;
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 text-shadow:
  black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
@media screen and (max-width: 1024px) {
 .caption {
  font-size: 2.2rem;
 }
}
@media screen and (max-width:767px) {
 .caption {
  font-size: 1.6rem;
 }
}
.slick-dots {
 position: absolute;
 bottom: -22px;
 right: 0;
 display: inline-block;
 text-align: center;
 padding: 10px;
 background: #fff;
 z-index: 2;
}
.slick-dots li {
 display: inline-block;
 vertical-align: top;
 margin: 0 8px;
}
.slick-dots li button {
 width: 16px;
 height: 16px;
 border: none;
 cursor: pointer;
 border-radius: 50%;
 border: 2px solid #555;
 box-shadow: 0 0 0 0 transparent;
 vertical-align: middle;
 color: #fff;
 background-color: #fff;
 transition: all .3s ease;
 opacity: .4;
 text-indent: -9999px;
}
.slick-dots li button:focus {
 outline: none;
}
.slick-dots li button:hover {
 opacity: 1;
}
.slick-dots li.slick-active button {
 border-color: #173273;
 box-shadow: 0 0 0 2px #fff;
 opacity: 1;
}
@-webkit-keyframes slideIn {
 from {
  -webkit-filter: blur(15px);
  filter: blur(15px);
 }
 to {
  -webkit-filter: blur(0);
  filter: blur(0);
 }
}
@keyframes slideIn {
 from {
  -webkit-filter: blur(15px);
  filter: blur(15px);
 }
 to {
  -webkit-filter: blur(0);
  filter: blur(0);
 }
}
@-webkit-keyframes slideOut {
 from {
  -webkit-filter: blur(0);
  filter: blur(0);
 }
 to {
  -webkit-filter: blur(15px);
  filter: blur(15px);
 }
}
@keyframes slideOut {
 from {
  -webkit-filter: blur(0);
  filter: blur(0);
 }
 to {
  -webkit-filter: blur(15px);
  filter: blur(15px);
 }
}
@media screen and (max-width:767px) {
 .main-slider {
  position: relative;
  top: 65px;
 }
}
.head-ttl {
 position: relative;
 display: block;
 margin-bottom: 40px;
 padding-bottom: 40px;
 font-size: 3rem;
 font-weight: 700;
 text-align: center;
}
.head-ttl::before {
 content: "";
 position: absolute;
 bottom: -17px;
 left: 50%;
 width: 1px;
 height: 40px;
 background: #333;
 z-index: 10;
}
@media screen and (max-width: 1024px) {
 .head-ttl {
  font-size: 2.4rem;
 }
}
@media screen and (max-width:767px) {
 .head-ttl {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 1.8rem;
 }
 .head-ttl::before {
  height: 20px;
 }
}
.box {
 max-width: 1280px;
 margin: 0 auto;
}
/* =====================
  news
===================== */
.news-box {
 position: relative;
 max-width: 100%;
 margin-top: 100px;
 margin-bottom: 100px;
 background: #f3f4f5;
}

.news-box h2 {
 position: relative;
 top: -85px;
}
.news-box-inner {
 position: relative;
 top: -50px;
 max-width: 1000px;
 margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.news-box-inner {
 top: -75px;
}
}
.news-box-inner ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.news-box-inner ul li {
 width: 50%;
 padding: 20px;
 border-bottom: 1px solid #ddd;
}
.news-box-inner ul li em {
 display: inline-block;
 background: #0F60BD;
 font-size: 1.1rem;
 font-weight: 700;
 font-style: normal;
 padding: 0 5px;
 margin: 0 5px 0 0;
 color: #fff;
}
.news-box-inner ul li a {
 display: block;
 margin-top: 5px;
 font-weight: 700;
 white-space: nowrap;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
}
.news-box-inner ul li a:hover {
 opacity: .7;
}
.news-box-inner ul li span {
 display: block;
 font-size: 1.2rem;
 font-weight: 700;
 color: #999;
}
.toarchives {
 width: 360px;
 margin: 30px auto 0 auto;
 text-align: center;
 font-weight: 700;
 line-height: 1;
 position: relative;
}
.news-box-inner ul li em.achievements {
 display: inline-block;
 background: #1A6600;
 font-size: 1.1rem;
 font-weight: 700;
 padding: 0 5px;
 margin: 0 5px 0 0;
 color: #fff;
}
.news-box-inner ul li a.achievements {
 display: block;
 margin-top: 5px;
 font-weight: 700;
 color: #1A6600;
 white-space: nowrap;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
}
@media screen and (min-width:768px) {
 .news-box-inner ul li:nth-last-child(-n+2) {
  border-bottom: none;
 }
 .toarchives:before {
  content: "";
  width: 360px;
  height: 1px;
  background-color: #005faa;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
 }
 .toarchives .left:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.5em;
  margin-top: 19px;
  margin-left: 16px;
  width: 26px;
  height: 4px;
  background-image: url(../img/i_arrow1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 26px auto;
  -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  -webikit-transform: translateX(0);
  transform: translateX(0);
 }
 .toarchives a {
  display: inline-block;
  position: relative;
  padding-top: 23px;
  color: #0F60BD;
 }
 .toarchives a:hover {
  opacity: .7;
 }
 .toarchives:hover:before {
  -webkit-transform: scaleX(1.22);
  transform: scaleX(1.22);
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
 }
 .toarchives:hover .left:after {
  -webikit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
 }
}
@media screen and (max-width: 1024px) {
.news-box {
 margin-top: 135px;
}
}
@media screen and (max-width:767px) {
 .news-box {
  margin-top: 85px;
  background: #F2F5F9;
 }
 .news-box h2 {
  position: relative;
  top: -45px;
 }
 .news-box-inner {
  position: relative;
  top: -50px;
  max-width: 1000px;
  margin: 0 auto;
 }
 .news-box-inner ul li {
  float: none;
  width: 100%;
  padding: 10px 20px;
 }
 .news-box-inner ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
 }
 .toarchives {
  width: 80%;
  margin: 20px auto 0 auto;
 }
}
.course-box {
 position: relative;
 width: calc(100% - 40px);
 max-width: 1000px;
 margin: 0 auto;
 padding: 0;
}
.course-box::before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #00beff;
}
.course-box-inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.course-image {
 position: relative;
 width: 100%;
 display: block;
 background-position: center center;
 background-size: cover;
 line-height: 0;
 font-size: 1px
}
.course-image:before {
 content: "";
 display: block;
 position: relative;
 width: 100%;
 padding-top: 65%
}
.course-image.square:before {
 padding-top: 100%
}
.card {
 border: none !important;
 border-radius: 0;
 position: relative
}
.card.card-shadow:before {
 content: "";
 position: absolute;
 left: 5%;
 bottom: 0;
 width: 90%;
 height: 90%;
 z-index: 1;
 border-radius: 0;
 -webkit-box-shadow: 0 2px 30px rgba(53, 47, 47, .15);
 box-shadow: 0 2px 30px rgba(53, 47, 47, .15);
 pointer-events: none
}
.card.card-shadow .card-bg {
 background-color: #fff;
 position: relative;
 z-index: 2
}
.course-box-inner a {
 margin-top: 5%;
}
@media screen and (min-width:768px), print {
 .course-box-inner a {
  width: 48%;
 }
 .course-box-inner a:nth-child(even) {
  margin-left: 4%;
 }
}
.course-box a {
 display: block;
 text-decoration: none;
}
.course-box a.active .course-image:before, .course-box a:active .course-image:before, .course-box a:focus .course-image:before, .course-box a:hover .course-image:before {
 -webkit-transform: scale(1.05);
 transform: scale(1.05)
}
.course-box a .course-img-wrap {
 overflow: hidden
}
.course-box a .course-image {
 margin-top: 300px
}
@media (max-width:767px) {
 .course-box a .course-image {
  margin-top: 250px
 }
}
.course-box a .course-image.hall-bg01:before {
 background-image: url(../img/top/course1.jpg)
}
.course-box a .course-image.hall-bg02:before {
 background-image: url(../img/top/course2.jpg)
}
.course-box a .course-image.hall-bg03:before {
 background-image: url(../img/top/course3.jpg)
}
.course-box a .course-image.hall-bg04:before {
 background-image: url(../img/top/course4.jpg)
}
.course-box a .course-image:before {
 content: "";
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 padding-top: 300px;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
 transition: all .4s cubic-bezier(.165, .84, .44, 1);
 -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
 transition-timing-function: cubic-bezier(.165, .84, .44, 1);
 z-index: 1;
 left: 0;
 top: -300px;
 -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
 transition: all .6s cubic-bezier(.165, .84, .44, 1);
 -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
 transition-timing-function: cubic-bezier(.165, .84, .44, 1);
 -webkit-transform: scale(1);
 transform: scale(1)
}
.course-box a .course-link {
 margin: -40px 20px 0 20px;
 min-height: 170px
}
.course-box a .course-link-en {
 margin: -40px 20px 0 20px;
 min-height: 120px
}

@media (max-width:1024px) {
 .course-box a .course-link {
  min-height: 0
 }
}
@media (max-width:767px) {
 .course-box a .course-link {
  margin: -40px 0 0 0
 }
}
.course-box a .course-link .course-wrapper {
 padding: 40px;
 min-height: 170px;
}
.course-box a .course-link-en .course-wrapper{
 padding: 40px;
 min-height: 120px;
}

@media screen and (max-width: 1024px) {
 .course-box a .course-link .course-wrapper {
  min-height: 0
 }
 .course-box a .course-link .course-wrapper {
  padding: 30px;
 }
}
@media (max-width:767px) {
 .course-box a .course-link .course-wrapper {
  padding: 15px
 }
}
.course-box a .course-link .course-wrapper p {
 margin-bottom: 0
}
@media (max-width:767px) {
 .course-box a {
  /*max-width:600px;
  margin:0 auto;*/
  width: 100%;
 }
}
.course-box em, .course-box p, .course-box h3 {
 font-weight: 700;
}
.course-box em {
 font-family: 'Lato', sans-serif;
 font-size: 1.8rem;
 font-style: normal;
 letter-spacing: .05em;
}
.course-box p {
 font-size: 1.2rem;
}
.course-box h3 {
 font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
 .course-box em {
  font-size: 1.6rem;
 }
 .course-box p {
  font-size: 1.15rem;
 }
 .course-box h3 {
  font-size: 1.8rem;
 }
}
@media screen and (max-width: 767px) {
 .course-box em {
  font-size: 1.4rem;
 }
 .course-box p {
  font-size: 1.1rem;
 }
 .course-box h3 {
  font-size: 1.6rem;
 }
}
.course-box .concept-txt {
 position: relative;
 padding: 25px;
 background-color: #fff;
 border-top: 4px solid #f1f1f1;
 text-align: center;
}
.course-box .card {
 text-align: center;
}
.course-box .card::after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 width: 4em;
 height: 5px;
 margin-right: auto;
 margin-left: auto;
 z-index: 3;
}
.course-box a:nth-child(1) .card::after {
 background-color: #C91B79;
}
.course-box a:nth-child(1) em {
 color: #C91B79;
}
.course-box a:nth-child(2) .card::after {
 background-color: #D15A28;
}
.course-box a:nth-child(2) em {
 color: #D15A28;
}
.course-box a:nth-child(3) .card::after {
 background-color: #009CD6;
}
.course-box a:nth-child(3) em {
 color: #009CD6;
}
.course-box a:nth-child(4) .card::after {
 background-color: #009CD6;
}
.course-box a:nth-child(4) em {
 color: #009CD6;
}
.course-box a:nth-child(4) .card::after {
 background-color: #3A355F;
}
.course-box a:nth-child(4) em {
 color: #3A355F;
}
.course-box h2 + p {
 font-size: 1.6rem;
 font-weight: 700;
 text-align: center;
}
.course-lead {
 font-size: 2.2rem;
 font-weight: 700;
 letter-spacing: .1em;
 text-align: center;
}
.course-lead-en {
 font-size: 1.6rem;
 font-weight: 700;
 letter-spacing: .1em;
 text-align: center;
}
@media screen and (max-width: 1024px) {
.course-lead {
 font-size: 2rem;
}
.course-lead-em {
 font-size: 1.4rem;
}

}
@media screen and (min-width:768px), print {
 .course-lead br:last-child {
  display: none;
 }
}
@media screen and (max-width: 767px) {
 .course-lead {
  font-size: 1.6rem;
  letter-spacing: 0;
 }
 .course-lead-en {
  font-size: 1.4rem;
  letter-spacing: 0;
 }
}
.pos-r {
 position: relative;
}
.banners {
 width: calc(100% - 40px);
 max-width: 1140px;
 margin-top: 100px;
 margin-right: auto;
 margin-left: auto;
}
@media screen and (max-width: 767px) {
 .banners {
  margin-top: 50px;
 }
}
.banners a {
 display: block;
}
.banners a .banner-wrap {
 position: relative;
}
.banners a .banner-wrap.banner-bg01 {
 padding: 80px 0 60px 40px;
 overflow: hidden;
 margin-bottom: 10px;
}
@media (max-width:767px) {
 .banners a .banner-wrap.banner-bg01 {
  padding: 50px 0 30px 20px;
 }
}
.banners a .banner-wrap.banner-bg01:before {
 background-image: url(../img/top/message.jpg)
}
.banners a .banner-wrap.banner-bg02 {
 overflow: hidden;
 padding: 80px 0 60px 40px;
 margin-bottom: 10px;
}
@media (max-width:767px) {
 .banners a .banner-wrap.banner-bg02 {
  padding: 50px 0 30px 20px;
 }
}
.banners a .banner-wrap.banner-bg02:before {
 background-image: url(../img/top/staff.jpg)
}
.banners a .banner-wrap.banner-bg03 {
 overflow: hidden;
 padding: 178px 0 169px 40px;
}
@media screen and (max-width: 1024px) {
 .banners a .banner-wrap.banner-bg03 {
  padding: 175px 0 165px 40px;
 }
}
@media (max-width:767px) {
 .banners a .banner-wrap.banner-bg03 {
  padding: 50px 0 30px 20px;
 }
}
.banners a .banner-wrap.banner-bg03:before {
 background-image: url(../img/top/facilities.jpg);
}

.banners a .banner-wrap.banner-bg03en {
 overflow: hidden;
 padding: 107px 0 99px 40px;
}
@media screen and (max-width: 1024px) {
 .banners a .banner-wrap.banner-bg03en {
  padding: 107px 0 99px 40px;
 }
}
@media (max-width:767px) {
 .banners a .banner-wrap.banner-bg03en {
  padding: 50px 0 30px 20px;
 }
}
.banners a .banner-wrap.banner-bg03en:before {
 background-image: url(../img/top/facilities.jpg);
}


.banners a .banner-wrap:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
 transition: all .4s cubic-bezier(.165, .84, .44, 1);
 -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
 transition-timing-function: cubic-bezier(.165, .84, .44, 1);
 /*z-index:-1;*/
 left: 0;
 top: 0;
 -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
 transition: all .6s cubic-bezier(.165, .84, .44, 1);
 -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
 transition-timing-function: cubic-bezier(.165, .84, .44, 1);
 -webkit-transform: scale(1);
 transform: scale(1);
}
.banners a .banner-wrap .benner-inner {
 position: relative;
}
.banners a .banner-wrap .benner-inner h3 {
 font-size: 2rem;
 font-weight: 700;
 color: #fff;
 letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
 .banners a .banner-wrap .benner-inner h3 {
  font-size: 1.8rem;
 }
}
@media screen and (max-width: 767px) {
 .banners a .banner-wrap .benner-inner h3 {
  font-size: 1.6rem;
 }
}
.banners a .banner-wrap .benner-inner h3 span {
 font-size: 1rem;
 letter-spacing: .1rem;
 font-family: 'Lato', sans-serif;
 font-weight: 700;
}
.banners a.active, .banners a:active, .banners a:focus, .banners a:hover {
 text-decoration: none;
}
.banners a.active .banner-wrap:before, .banners a:active .banner-wrap:before, .banners a:focus .banner-wrap:before, .banners a:hover .banner-wrap:before {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}
.text-vertical-rl {
 -webkit-writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
 display: inline;
 vertical-align: top;
}
@media (max-width:767px) {
 .text-vertical-rl {
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: inherit;
  display: inline;
 }
}
.page-ttl {
 background-image: url("../img/common/ttl-bg.jpg");
 background-repeat: no-repeat;
 background-size: cover;
}
.page-ttl h1 {
 font-weight: 700;
 text-align: left;
 color: #fff;
 line-height: 1;
}
@media screen and (min-width:1025px), print {
 .page-ttl h1 {
  padding: 85px 50px;
  font-size: 2.8rem;
 }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
 .page-ttl h1 {
  padding: 65px 25px;
  font-size: 2.4rem;
 }
}
@media screen and (max-width: 767px) {
 .page-ttl h1 {
  padding: 45px 25px;
  font-size: 1.8rem;
 }
}
.breadcrumb {
 list-style: none;
 text-align: center;
 position: relative;
 margin: 20px;
 z-index: 5;
 text-align: right;
}
.breadcrumb > li {
 display: inline-block;
 font-size: .8em;
}
.breadcrumb > li a {
 color: #1a1e24;
 text-decoration: none;
}
.breadcrumb > li a:hover {
 color: #999;
}
.breadcrumb > li + li:before {
 padding: 0 10px;
 color: #ccc;
 content: "/";
}
.breadcrumb > .active {
 color: #999;
}
@media screen and (max-width: 767px) {
 .breadcrumb {
  display: none;
 }
}
.under {
 max-width: 1110px;
 margin: 0 auto;
 width: calc(100% - 100px);
}
@media screen and (max-width: 1024px) {
 .under {
  width: calc(100% - 70px);
 }
}
@media screen and (max-width: 767px) {
 .under {
  width: calc(100% - 40px);
 }
}
.course-ttl {
 position: relative;
 font-size: 2.2rem;
 font-weight: 700;
 line-height: 1.5;
 letter-spacing: .05em;
}
.course-ttl::before, .course-ttl::after {
 content: "";
 display: block;
 position: absolute;
 height: 0;
 bottom: 0;
 left: 0;
}
.course-ttl::before {
 width: 100%;
 border-top: solid 2px #f2f2f2;
}
.course-ttl::after {
 width: 150px;
}
.course-ttl.course1-ttl::after {
 border-top: solid 4px #C91B79;
}
.course-ttl.course2-ttl::after {
 border-top: solid 4px #D15A28;
}
.course-ttl.course3-ttl::after {
 border-top: solid 4px #009CD6;
}
.course-ttl.course4-ttl::after {
 border-top: solid 4px #3A355F;
}
.course-ttl.course5-ttl::after {
 border-top: solid 4px #CEAC5E;
}
.course-ttl.video-ttl::after {
 border-top: solid 4px #0F60BD;
}


@media screen and (min-width:768px), print {
 .course-ttl {
  margin-top: 50px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 2.2rem;
 }
}
@media screen and (max-width: 767px) {
 .course-ttl {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 1.6rem;
 }
}
.teacher-list {
 margin-bottom: 50px;
}
.teacher-list li {
 padding: 25px;
}
.teacher-list li:nth-child(odd) {
 background-color: #f2f2f2;
}
.teacher-list li a {
 text-decoration: underline;
}
@media screen and (min-width:1025px), print {
 .teacher-list li a:hover {
  text-decoration: none;
 }
}
@media screen and (min-width:768px), print {
 .teacher-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
}
@media screen and (max-width: 767px) {
 .teacher-list {
  margin-bottom: 25px;
 }
 .teacher-list li {
  padding: 15px;
 }
}

.course-ttl.course01-ttl::after {
 border-top: solid 4px #C91B79;
}
.course-ttl.course02-ttl::after {
 border-top: solid 4px #D15A28;
}
.course-ttl.course03-ttl::after {
 border-top: solid 4px #009CD6;
}
.course-ttl.course04-ttl::after {
 border-top: solid 4px #3A355F;
}
.course-ttl.course05-ttl::after {
 border-top: solid 4px #CEAC5E;
}

#BlockProfile { margin: 40px 0 0 0;}
#BlockProfile h3.img_course {
 position: relative;
}
#BlockProfile h3.img_course span{
	display: block;
 position: absolute;
top:5px;
	left:5px;
}
#BlockProfile h4 {
 position: relative;
 font-size: 2.0rem;
 font-weight: 700;
 line-height: 1.5;
 margin-bottom: 10px;
}
#BlockProfile p {
 position: relative;
 font-size: 1.6rem;
 line-height: 1.5;
 margin-bottom: 10px;
}
#BlockProfile img{ max-width:100%; height:auto; margin-bottom: 10px;}
#BlockProfile.course01 h4,#BlockProfile2.course01 h4 {
 color: #C91B79;
}
#BlockProfile.course02 h4,#BlockProfile2.course02 h4 {
 color: #D15A28;
}
#BlockProfile.course03 h4,#BlockProfile2.course03 h4{
 color: #009CD6;
}
#BlockProfile.course04 h4,#BlockProfile2.course04 h4{
 color: #3A355F;
}
#BlockProfile.course05 h4,#BlockProfile2.course05 h4{
 color: #CEAC5E;
}


#BlockProfileInner01 { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 40px;}
#BlockProfileInner01L { display: block; width:100%; max-width:300px; margin-bottom: 20px;}
#BlockProfileInner01R { display: block; width:100%; max-width:750px;}
#BlockProfileInner02 { display: block; position: relative; margin-bottom: 80px;}
#BlockProfileInner02::after { content: "";
  position: absolute;
  margin: 0 auto;
  width:30%;
  left: 0;
  right: 0;
  bottom: -40px;
  border-bottom: 1px solid #222222;}
#BlockProfile h4.profile_name{ font-size: 1.8rem; margin:0; font-weight: 700; line-height: 1.5; color:#111111; text-align:center; }
#BlockProfile h4.profile_name span{ font-size: 1.3rem; margin:0 0 0 10px; font-weight: 700; line-height: 1.5; color:#111111; }
#BlockProfile h5.profile_engname{ font-size: 1.4rem; margin:0 0 5px 0; font-weight: 700; line-height: 1.5; color:#555555; text-align:center; }
#BlockProfile p.profile_extra{ font-size: 1.4rem; margin:0 0 5px 0; font-weight: 700; line-height: 1.5; color:#111111; text-align:center; }
#BlockProfile a{ display:block; font-size: 1.4rem; margin:0 auto; font-weight: 700; line-height: 1.5; color:#111111; text-align:center; text-decoration: underline; }
#BlockProfile a:hover{ text-decoration: none; }
#BlockProfile ul{ display:flex; justify-content: center; flex-wrap:wrap; margin:0; padding:0; }
#BlockProfile ul li{ display:block; margin:0; padding:0; }
#BlockProfile ul li.li01 a{ display:block; font-size: 1.3rem; margin:0 5px; padding:4px 10px; font-weight: 700; line-height: 1.5; color:#FFFFFF; text-align:center; text-decoration: none; background:#C4187E; }
#BlockProfile ul li.li02 a{ display:block; font-size: 1.3rem; margin:0 5px 0 0; padding:4px 10px; font-weight: 700; line-height: 1.5; color:#FFFFFF; text-align:center; text-decoration: none; background:#0181FF; }
#BlockProfile ul li a:hover{ text-decoration:underline; }

#BlockProfile2 h4 {
 position: relative;
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 1.5;
}
#BlockProfile2 p {
 position: relative;
 font-size: 1.4rem;
 line-height: 1.5;
 margin-bottom: 10px;
}
#BlockProfile2 img{ max-width:100%; height:auto; margin-bottom: 10px;}



.content_wyg{ display:block; margin:0; padding:30px 0 0 0; text-align: left;}
.content_wyg .blocktxt{ display:block; margin:0 0 20px 0; padding:0 0 0 35px; text-align: left;}
.content_wyg h1{ display:block; margin:0 0 5px 0; padding:0; font-size: 3.0rem; font-weight: bold; color:#222222;}
.content_wyg h2{ display:block; margin:0 0 25px 0; padding:0; font-size: 2.6rem; font-weight: bold; color:#222222;}
.content_wyg h3{ display:block; margin:0 0 25px 0; padding:0 0 15px 0; font-size: 2.2rem; font-weight: bold; color:#222222; position: relative;
 line-height: 1.5;
 letter-spacing: .05em;
}
.content_wyg h3::before, .content_wyg h3::after {
 content: "";
 display: block;
 position: absolute;
 height: 0;
 bottom: 0;
 left: 0;
}
.content_wyg h3::before {
 width: 100%;
 border-top: solid 2px #f2f2f2;
}
.content_wyg h3::after {
 width: 150px;border-top: solid 4px #0F60BD;
}

.content_wyg h4{ display:block; margin:0 0 5px 0; padding:0; font-size: 2.0rem; font-weight: bold; color:#0F60BD;}
.content_wyg p{ display:block; margin:0 0 15px 0; padding:0; font-size: 1.6rem;}
.content_wyg a{ margin:0; padding:0; font-size: 1.6rem; color:#0F60BD; text-decoration: underline;}
.content_wyg a:hover{ text-decoration:none;}
.content_wyg ul{ display:block; margin:0 0 15px 0; padding:0;}
.content_wyg ul li{ display:block; margin:0 0 5px 0; padding:0 0 0 1.6rem; text-indent: -1.6rem; font-size: 1.6rem;}
.content_wyg table.tbl02{margin:0 0 30px 0; padding:0; background:#FFFFFF; width:100%;}
.content_wyg table.tbl02 th:nth-child(1){border:1px solid #CFCFCF; padding:10px; width:30%; font-size: 1.6rem;}
.content_wyg table.tbl02 th:nth-child(2){border:1px solid #CFCFCF; padding:10px; width:70%; font-size: 1.6rem;}
.content_wyg table.tbl02 td:nth-child(1){border:1px solid #CFCFCF; padding:10px; width:30%; font-size: 1.6rem;}
.content_wyg table.tbl02 td:nth-child(2){border:1px solid #CFCFCF; padding:10px; width:70%; font-size: 1.6rem;}
.content_wyg ul.list_tbl{ display:flex; justify-content: flex-start; flex-wrap:wrap; margin:0 0 25px 0; padding:0; border-bottom:1px solid #E0E1D7; border-right:1px solid #E0E1D7; background: #E0E1D7;}
.content_wyg ul.list_tbl li{ display:block; margin:0; padding:10px;
border-left:1px solid #E0E1D7;  border-top:1px solid #E0E1D7;
font-size: 1.4rem; width:calc(100% / 3); text-indent: 0;
box-sizing: border-box; background: #FFFFFF;}
	@media screen and (max-width: 1110px) {
	.content_wyg ul.list_tbl li{ display:block; margin:0; padding:10px;
	border-left:1px solid #E0E1D7;  border-top:1px solid #E0E1D7;
	font-size: 1.4rem; width:calc(100% / 2); text-indent: 0;
	box-sizing: border-box; background: #FFFFFF;}
	}
.content_wyg ul.list_img{ display:flex; justify-content: flex-start; flex-wrap:wrap; margin:0 0 15px 0; padding:0;}
.content_wyg ul.list_img li{ display:block; margin:0 10px 15px 0; padding:0; text-indent: 0; font-size: 1.4rem;}
.content_wyg a.btn01{ display:inline-block; margin:0 0 10px 0; padding:5px 30px; text-indent: 0; font-size: 1.6rem; text-align: center; background:#0F60BD;color:#FFFFFF; text-decoration: none; border:2px solid #0F60BD;}
.content_wyg a.btn01:hover{ background:#FFFFFF; color:#0F60BD; border:2px solid #0F60BD;}

.BlockmessageInner01 { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 60px; padding-top:30px;}
.BlockmessageInner01L { display: block; width:100%; max-width:300px; margin-bottom: 20px;}
.BlockmessageInner01R { display: block; width:100%; max-width:750px;}
.BlockmessageInner01R ul { display: flex;  flex-wrap:nowrap; margin-bottom:15px;}
.BlockmessageInner01R ul li {vertical-align: middle; padding-right:15px;}
.BlockmessageInner01R ul .li1 {}
.BlockmessageInner01R ul .li2 {vertical-align: middle; }
.BlockmessageInner01R ul li .span1 {background-color: #60A0D0;	color: #FFFFFF;	padding: 2px 10px;display: inline; text-align:center;font-size: 1.4rem; }
.BlockmessageInner01R ul li .span2 {line-height:120%; font-weight: bold;font-size: 2.2rem; float:left; padding-right:25px; }
.BlockmessageInner01R ul li .span3 {line-height:120%; font-weight: bold; float:left; margin-top:5px}
.BlockmessageInner01R dl { width:100%;}
.BlockmessageInner01R dl dt {font-size: 1.6rem;color: #60A0D0;margin-bottom:15px;}
.BlockmessageInner01R dl dd {font-size: 1.6rem;}

.BlockmessageInner02 { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 60px; padding-top:30px;}
.BlockmessageInner02L { display: block; max-width:750px;}
.BlockmessageInner02L ul { display: flex;  flex-wrap:nowrap; margin-bottom:15px;}
.BlockmessageInner02L ul li {vertical-align: middle; padding-right:15px;}
.BlockmessageInner02L ul .li1 {}
.BlockmessageInner02L ul .li2 {vertical-align: middle; }
.BlockmessageInner02L ul li .span1 {background-color: #60A0D0;	color: #FFFFFF;	padding: 2px 10px;	display: inline; text-align:center;font-size: 1.4rem;}
.BlockmessageInner02L ul li .span2 {line-height:120%; font-weight: bold;font-size: 2.2rem; float:left; padding-right:25px; }
.BlockmessageInner02L ul li .span3 {line-height:120%; font-weight: bold; float:left; margin-top:5px}
.BlockmessageInner02L dl { width:100%;}
.BlockmessageInner02L dl dt {font-size: 1.6rem;color: #60A0D0;margin-bottom:15px;}
.BlockmessageInner02L dl dd {font-size: 1.6rem;}
.BlockmessageInner02R { display: block; max-width:300px; margin-bottom: 20px;}


.Blockcourse { padding-top:35px;}
.BlockcourseInner02 .h4_1 {	font-weight: 700;letter-spacing: .1em;padding-bottom:20px;color: #111;}
.content_wyg .Blockcourse h3::after {width: inherit;border-top: none;}
.content_wyg .Blockcourse h3::before {width: inherit;border-top: none;}
.BlockcourseInner02 img { width:100%; margin-bottom: 25px;}
.BlockcourseInner02 p {font-size: 1.6rem; margin-bottom: 60px;}
.BlockcourseInner01 { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 60px;}
.BlockcourseInner01L { display: block; width:100%; max-width:300px; margin-bottom: 20px;}
.BlockcourseInner01R { display: block; width:100%; max-width:750px;}
.BlockcourseInner01R p {font-size: 1.6rem;}

.course-ttl_1 span { position: relative; font-size: 1.6rem; font-weight: 700; line-height: 1.5; letter-spacing: .05em;}
.BlockfacultyInner01 {padding-bottom: 80px; margin:auto;}
.BlockfacultyInner01L { display: block; width:420px; margin-bottom: 20px; float:left}
.BlockfacultyInner01R { display: block; width:100%; max-width:420px; float:right}
.BlockfacultyInner01 dl {width: 420px;	margin-right: auto;	margin-left: auto;}
.BlockfacultyInner01 dl dt {text-align: center;	padding-bottom: 18px;}
.BlockfacultyInner01 dl dt img {margin-right: auto;	margin-left: auto;}
.BlockfacultyInner01 dl dd .span1 {	font-size: 1.8rem;	font-weight: bold;	display: block;}
.BlockfacultyInner01 dl dd .span2 {font-size: 1.6rem;	display: block;}


.splashbanner { display:flex; justify-content: center; flex-wrap:wrap; width: 100%; margin: 0 auto; padding: 20px 20px 20px 20px; text-align: center; }
.splashbanner img{ max-width: 100% !important; height:auto !important; margin:0 10px 10px 10px;}
.bogo-language-switcher {
  display: flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: center;
  margin: 10px 0;
	
}
ul.bogo-language-switcher li a{
  display: block;
	padding:2px 10px !important; border:0;
}
ul.bogo-language-switcher li.current a, ul.bogo-language-switcher li a:hover{
  display: block;
	padding:2px 10px !important; border:0;
	background:#0F60BD;
	text-decoration: none;
	color:#FFFFFF;
}

.bogo-language-switcher .ja {
  order: 1;
margin: 0 5px;
    border:0 !important;
}
.bogo-language-switcher .en-US {
  order: 2;
margin: 0 5px;
    border:0 !important;
}


.BlockVideo { display: block; margin:0; padding:0; }
.BlockVideo  p{ display: block; margin:0 0 20px 0; padding:0; box-sizing: border-box; font-size:1.4rem; font-weight:normal;}
.BlockVideoInner { display: flex; justify-content: space-between; margin:0 0 30px 0; padding:0; flex-wrap: wrap;}
.BlockVideoL { display: block; margin:0; padding:0; width:560px; }
.BlockVideoR { display: block; margin:0; padding:0; width:530px; }

.BlockVideoInner  dl { display: block; margin:0; padding:0; box-sizing: border-box; }
.BlockVideoInner  dl dt{ display: block; margin:0; padding:0; box-sizing: border-box; font-size:1.8rem; font-weight:bold; }
.BlockVideoInner  dl dd{ display: block; margin:0; padding:0; box-sizing: border-box; }
.BlockVideoInner  dl dd p{ display: block; margin:0; padding:10px 0; box-sizing: border-box; font-size:1.4rem; font-weight:normal;}

	@media screen and (max-width: 560px) {
	.BlockVideoL { display: block; margin:0; padding:0; width:100%; max-width:560px; }
	.BlockVideoR { display: block; margin:0; padding:0; width:100%; max-width:530px; }
	.BlockVideo iframe{ display: block; margin:0; padding:0; width:100%; height:calc(100vw / 2);  box-sizing: border-box; }
	}

/* Splash */  
#Splash { margin:0; padding:0; width:100%; height:auto; }
#Splash ul{ padding:0 ; height:auto; max-height:500px; overflow: hidden; }
#Splash ul li{ 
  display:flex;
  justify-content:center;
  align-items:center;
position: relative;}
	#Splash ul li img{ 
	  display: block;
	  top: 50% !important;
	  left: 50% !important;
	  transform: translate3d(-50%, -50%, 0);
	  			width:100vw;
			max-width: 100%;
			max-height: 100%;
			height: auto;
			width: auto\9; /* ie8 */
			margin: 0 auto;

		position:relative;
	}
.slick-slide.slick-active .caption {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
#Splash ul li .caption {
 position: absolute;
 top: 7%;
 left: 5%;
 color: #fff;
 margin: 0;
 font-size: 3rem;
 font-weight: 700;
 letter-spacing: .02em;
 line-height: 1;
 opacity: 1;
 z-index: 1;
 transition: all .3s ease;
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 text-shadow:
  black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}

	@media screen and (max-width: 560px) {
	/* Splash */  
	#Splash { margin:0 0 -40px 0; padding:0; width:100%; height:auto; }
	#Splash ul{ padding:0 ; height:auto; max-height:500px; overflow: hidden; }
	#Splash ul li{ 
	  display:flex;
	  justify-content:center;
	  align-items:center;
	position: relative;}
		#Splash ul li img{ 
		  display: block;
		  top: 0 !important;
		  left: 0 !important;
		  transform: translate3d(0, -20%, 0);
		position:relative;
		}
	.slick-slide.slick-active .caption {
	 opacity: 1;
	 -webkit-transform: translateY(0);
	 transform: translateY(0);
	 transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
	}
	#Splash ul li .caption {
	 position: absolute;
	 top:15%;
	 left: 5%;
	 color: #fff;
	 margin: 0;
	 font-size: 2.2rem;
	 font-weight: 700;
	 letter-spacing: .02em;
	 line-height: 1;
	 opacity: 1;
	 z-index: 1;
	 transition: all .3s ease;
	 -webkit-transform: translateY(30px);
	 transform: translateY(30px);
	 text-shadow:
	  black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
	}
	}

