<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===========================
--- General Setting
============================ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
}

p, li, dt, dd, table {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  font-size: 0.9375rem;
  line-height: 160%;
}

img {
  border: 0px;
}

ul, ol {
  list-style-type: none;
}

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

select option {
  padding: 0px 5px;
}

form label {
  cursor: pointer;
}

.cfix:after {
  content: "";
  display: block;
  clear: both;
}

.cfixo {
  overflow: hidden;
}

.ul,
.ol {
  padding-left: 40px;
  list-style-type: disc;
}

.ol {
  list-style-type: decimal;
}

a {
  color: #FF6600;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #00F;
  text-decoration: none;
}

a:active {
  color: #666666;
  text-decoration: none;
}

a img {
  border-style: none;
}

/* ===========================
--- Clearfix
============================ */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: block;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

body {
  width: 100%;
  height: 100%;
  color: #000;
  margin-right: 0px;
  margin-left: 0px;
  font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
}

p {
  margin: 0 0 5px;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  width: 100%;
}

/* ===========================
--- Layout
============================ */
#wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* ===========================
--- Main menu
============================ */
#logo {
  display: block;
  text-align: center;
  padding: 0 10px;
}

#school_setu {
  display: flex;
  width: 100%;
  height: 80px;
}

#left_img {
  display: block;
  width: 160px;
  height: 80px;
}

#right_text {
  display: block;
  width: 180px;
  text-align: left;
  padding: 5px 0 0 5px;
  background: #8f66bc;
  color: #FFF;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
}

#main_menu {
  position: fixed;
  display: block;
  overflow: visible;
  width: 340px;
  top: 0;
  left: 0;
  height: 120%;
  border-right: 1px solid #eee;
  text-align: center;
  background: #fff;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.2);
  z-index: 25;
}

#main_menu_inner {
  position: relative;
  display: block;
  width: 340px;
}

#main_menu_inner h1 {
  font-size: 1.1875rem;
  line-height: 100%;
  text-align: center;
  text-shadow: #999 1px 1px 1px;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  letter-spacing: 2px;
  padding: 0;
  margin: 5px auto 0 auto;
}

#main_menu_inner img {
  margin: 5px auto;
}

@media (max-width: 1200px) {
  #main_menu {
    position: fixed;
    display: none;
    width: 100%;
    height: auto;
    top: 0;
    border-right: none;
    background-image: none;
    overflow-x: hidden;
  }

  #main_menu_inner {
    width: 100%;
  }

  #main_menu_inner h1,
  #main_menu_inner img,
  #todo_en {
    display: none;
  }
}
#main_menu_inner &gt; ul {
  position: relative;
  width: 340px;
  background: #FFF;
  border-right: 1px solid #eee;
  padding: 0;
  margin: 0;
}

#main_menu_inner li {
  position: relative;
  display: block;
  height: 45px;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  border-bottom: 1px solid #eee;
  transition: 0.2s;
}

#main_menu_inner li:first-child {
  border-top: 1px solid #eee;
}

#main_menu_inner li a {
  display: block;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 25px;
  text-indent: 30px;
}

#main_menu_inner li:hover {
  background: #e3e3e3;
}

#main_menu_inner li:hover &gt; a {
  color: #8f66bc;
}

#main_menu_inner li:hover &gt; a span {
  color: #FFF;
}

#main_menu_inner &gt; ul &gt; li &gt; ul,
#main_menu_inner &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
  position: fixed;
  width: 0px;
  top: 0px;
  height: 100%;
  padding-top: 187px;
  background: #FFF;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  overflow: hidden;
  z-index: 6;
}

#main_menu_inner &gt; ul &gt; li &gt; ul &gt; li a {
  line-height: 45px;
}

#main_menu_inner ul li span {
  display: block;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  font-size: 0.875rem;
  color: #b8b5b5;
  font-weight: normal;
  line-height: 15px;
  text-indent: 30px;
}

#main_menu_inner &gt; ul &gt; li &gt; ul {
  left: 340px;
}

#main_menu_inner &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
  left: 680px;
}

@media (max-width: 1200px) {
  #main_menu_inner &gt; ul {
    position: fixed;
    display: block;
    top: 5px;
    left: 0;
    margin-top: 35px;
    width: 100%;
    height: auto;
    border-right: none;
  }

  #main_menu_inner &gt; ul &gt; li &gt; ul,
  #main_menu_inner &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    padding: 0;
    border-right: none;
    border-top: 1px solid #eee;
    opacity: 1;
  }

  #main_menu_inner &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    text-indent: 25px;
  }

  #main_menu_inner &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    text-indent: 40px;
  }

  #main_menu_inner &gt; ul &gt; li,
  #main_menu_inner &gt; ul &gt; li &gt; ul &gt; li,
  #main_menu_inner &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
    height: auto;
  }

  #main_menu_inner &gt; ul &gt; li &gt; ul,
  #main_menu_inner &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    display: none;
  }
}
@media (min-width: 1200px) {
  #main_menu_inner &gt; ul &gt; li:hover &gt; ul,
  #main_menu_inner &gt; ul &gt; li &gt; ul &gt; li:hover &gt; ul {
    opacity: 1;
    display: block;
    height: 100%;
    padding-top: 157px;
    width: 340px;
    z-index: 5;
    overflow-x: hidden;
  }
}
#open_school {
  position: relative;
  display: block;
  width: 340px;
  text-align: center;
  margin: 0 auto;
  z-index: 6;
}

#open_school_inner_top,
#open_school_inner_bottom {
  position: relative;
  display: block;
  width: 340px;
}

#open_school_inner_top {
  padding: 12px 10px;
  background: #f0f0f0;
}
#open_school_inner_top p {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  color: #000;
  text-align: right;
}

#open_school_inner_bottom {
  background: #000;
  padding: 8px 10px;
}
#open_school_inner_bottom p {
  font-size: 1rem;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  color: #FFF;
  text-align: right;
  line-height: 120%;
  padding: 0;
  margin: 0;
}
#open_school_inner_bottom span {
  font-size: 0.75rem;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  display: inline-block;
  color: #FFF;
  text-align: right;
  padding: 0;
  margin: 0;
}

#open_school_img {
  position: absolute;
  top: 0;
  left: 8px;
}

@media (max-width: 1200px) {
  #open_school {
    display: none;
  }
}
#top_access {
  display: flex;
  width: 340px;
  height: 90px;
  margin-bottom: 8px;
}

#top_access_img {
  width: 50%;
  height: 90px;
}

#top_contact {
  height: 90px;
  width: 25%;
  padding-top: 18px;
  background: #a8a8a8;
}
#top_contact .fa-phone {
  display: inline-block;
  font-size: 2.375rem;
  color: #fff;
  text-align: center;
}
#top_contact p {
  font-size: 0.875rem;
  color: #fff;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  text-align: center;
}

#top_access_inner {
  height: 90px;
  width: 25%;
  padding-top: 18px;
  text-align: center;
  background: #8f66bc;
}
#top_access_inner .fa-compass {
  display: inline-block;
  font-size: 2.375rem;
  color: #fff;
  text-align: center;
}
#top_access_inner p {
  font-size: 0.875rem;
  color: #fff;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  text-align: center;
}

@media (max-width: 1200px) {
  #top_access {
    display: none;
  }
}
.menu_fadeIn_1 {
  animation: menu_fadeIn 1s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 1s ease 0s 1 normal;
}

.menu_fadeIn_2 {
  animation: menu_fadeIn 1.3s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 1.3s ease 0s 1 normal;
}

.menu_fadeIn_3 {
  animation: menu_fadeIn 1.6s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 1.6s ease 0s 1 normal;
}

.menu_fadeIn_4 {
  animation: menu_fadeIn 1.9s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 1.9s ease 0s 1 normal;
}

.menu_fadeIn_5 {
  animation: menu_fadeIn 2.2s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 2.2s ease 0s 1 normal;
}

.menu_fadeIn_6 {
  animation: menu_fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 2.5s ease 0s 1 normal;
}

.menu_fadeIn_7 {
  animation: menu_fadeIn 2.8s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 2.8s ease 0s 1 normal;
}

.menu_fadeIn_8 {
  animation: menu_fadeIn 3.1s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 3.1s ease 0s 1 normal;
}

.menu_fadeIn_9 {
  animation: menu_fadeIn 3.4s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 3.4s ease 0s 1 normal;
}

.menu_fadeIn_10 {
  animation: menu_fadeIn 3.7s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 3.7s ease 0s 1 normal;
}

.menu_fadeIn_11 {
  animation: menu_fadeIn 4s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 4s ease 0s 1 normal;
}

.menu_fadeIn_12 {
  animation: menu_fadeIn 4.3s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 4.3s ease 0s 1 normal;
}

.menu_fadeIn_13 {
  animation: menu_fadeIn 4.6s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 4.6s ease 0s 1 normal;
}

.menu_fadeIn_14 {
  animation: menu_fadeIn 4.9s ease 0s 1 normal;
  -webkit-animation: menu_fadeIn 4.9s ease 0s 1 normal;
}

@keyframes menu_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ===========================
--- Mobile_menu
============================ */
#mobile_menu_block {
  display: none;
}

@media (max-width: 1200px) {
  #mobile_menu_block {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 40px;
    background: #f9f9f9;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    z-index: 99;
  }

  #mobile_logo {
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    height: 40px;
    width: 210px;
  }

  #panel-btn {
    position: absolute;
    display: inline-block;
    top: 4px;
    right: 10px;
    width: 40px;
    height: 30px;
    border-radius: 2px;
    background: #8f66bc;
  }

  #panel-btn:hover {
    background: #8f66bc;
  }

  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #fff;
    transition: .2s;
  }

  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }

  #panel-btn-icon:before {
    margin-top: -8px;
  }

  #panel-btn-icon:after {
    margin-top: 7px;
  }

  #panel-btn .close {
    background: transparent;
  }

  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }

  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
/* ===========================
--- Top Content
============================ */
#top_content {
  position: relative;
  width: 100%;
  height: 100vh;
}

.col-4,
.col-2,
.col-6 {
  padding: 0;
  margin: 0;
}

 /*
#top_content_inner{
	position:absolute;
	display:block;
	top:0;
	left: 0;
	width:100%;
	height:100%;
}

*/
.top_content_box {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-left: 340px;
}
.top_content_box h2 {
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  color: #8f66bc;
  font-size: 2rem;
  line-height: 60px;
}
.top_content_box h2 span {
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  display: inline-block;
  text-indent: 30px;
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .top_content_box {
    padding-left: 0;
  }
}
/* ===========================
--- BANNER
============================ */
.side_content_inner {
  display: block;
  width: 340px;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 1200px) {
  .side_content_inner {
    display: none;
  }
}
/* ===========================
--- BANNER FOOTER
============================ */
#banner_footer {
  position: relative;
  display: block;
  padding: 30px 0;
  background: #000;
}

#copyright {
  position: relative;
  background: #230048;
  padding: 5px 5px 15px 5px;
  margin-bottom: -30px;
}
#copyright p {
  font-size: 0.875rem;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  color: #FFF;
  text-align: center;
}

#copyright_inner {
  display: block;
  border-top: 1px solid #FFF;
  padding-top: 15px;
}

@media (max-width: 1200px) {
  #copyright {
    padding-left: 0;
  }
}
@media (max-width: 760px) {
  #copyright p {
    font-size: 0.75rem;
  }
}
#banner_footer_link {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 0 100px;
}

@media (max-width: 1600px) {
  #banner_footer_link {
    padding: 0 20px;
  }
}
.banner_footer_link {
  display: block;
  width: 100%;
}
.banner_footer_link ul {
  display: block;
  width: 100%;
}
.banner_footer_link li a:link {
  color: #FFF;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 80%;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
}
.banner_footer_link li a:visited {
  color: #FFF;
  text-decoration: none;
}
.banner_footer_link li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.banner_footer_link li a:active {
  color: #FFF;
  text-decoration: none;
}

.banner_footer_link .mein_cat a:link {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  color: #FFF;
  text-decoration: underline;
}
.banner_footer_link .mein_cat a:visited {
  color: #FFF;
  text-decoration: underline;
}
.banner_footer_link .mein_cat a:hover {
  color: #FFF;
  text-decoration: none;
}
.banner_footer_link .mein_cat a:active {
  color: #FFF;
  text-decoration: underline;
}

#footer_addess {
  position: relative;
  display: block;
  background: #FFF;
  padding: 5px;
  min-height: 70px;
  background: #FFF;
  z-index: 5;
}

#footer_addess_inner {
  position: relative;
}
#footer_addess_inner ul {
  display: flex;
  justify-content: flex-end;
  height: 40px;
  padding: 0 50px;
}
#footer_addess_inner li {
  font-size: 1rem;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  padding-left: 15px;
  margin: 0;
}

@media (max-width: 920px) {
  #banner_footer {
    display: none;
  }

  #footer_addess_inner ul {
    padding: 0 5px;
  }

  #footer_addess_inner li {
    font-size: 0.75rem;
  }
}
@media (max-width: 550px) {
  #footer_addess_inner li {
    padding-left: 5px;
  }
}
/* ===========================
--- TOP NAV
============================ */
#top_navi {
  position: fixed;
  display: block;
  bottom: 80px;
  right: 0px;
  z-index: 30;
  opacity: 1;
  transition: 0.2s;
}

#top_navi .is-show {
  opacity: 1;
}

@media (max-width: 1200px) {
  #top_navi {
    right: -200px;
  }
}
</pre></body></html>