/* Scss Document */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*---------------------------------------------------
		base
----------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: kozuka-mincho-pro, serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: .2em;
  font-size: 1.0rem;
  color: #23234B;
  line-height: 1.8;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
  color: #23234B;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

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

li {
  list-style: none;
}

p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

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

*:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
  a:hover {
    opacity: 1;
  }
}

/*---------------------------------------------------
		common
----------------------------------------------------*/
.br_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}

.common_button {
  position: relative;
  display: block;
  width: 300px;
  padding: 1em 0;
  margin: 0 auto;
  font-size: 1.5rem;
  border: 1px solid #23234B;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  font-family: miller-banner, serif;
  font-weight: lighter;
}

.common_button::after {
  background-color: #23234B;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  top: 6px;
  right: -6px;
  height: 100%;
  width: 1px;
}

.common_button::before {
  background-color: #23234B;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  bottom: -6px;
  height: 1px;
  right: -6px;
  width: 100%;
}

.common_button:hover::before {
  width: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.common_button:hover::after {
  height: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .common_button {
    width: 80%;
    padding: .7em 0;
  }
}

#loading {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
}

#loading p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

#loading .loading_logo {
  width: 300px;
  margin: 0 auto;
}

#loader_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 9999;
}

#loader_bg .loading_msg {
  display: none;
}

@media screen and (max-width: 768px) {
  #loader_bg .loading_msg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 10px;
  }
  #loading p {
    font-size: 1.2rem;
  }
  #loading .loading_logo {
    width: 220px;
  }
}

/*---------------------------------------------------
		header
----------------------------------------------------*/
header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  padding: 1.3% 2.08% .9%;
  z-index: 500;
  background: #fff;
}

header .text {
  font-size: 1.3rem;
}

header h1 {
  width: 170px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

header #nav-toggle {
  z-index: 1000;
}

header #container {
  z-index: 900;
}

header #gloval-nav nav {
  z-index: 999;
}

@media screen and (max-width: 768px) {
  header .container {
    padding: 2.5% 4.5%;
  }
  header .text {
    display: none;
  }
  header h1 {
    width: 130px;
    position: relative;
    margin: 0;
  }
  header #nav_toggle > div {
    width: 30px;
    height: 16px;
  }
  header #nav_toggle span {
    /* #nav-toggle close */
  }
  header #nav_toggle span:nth-child(1) {
    top: 0;
  }
  header #nav_toggle span:nth-child(2) {
    top: 8px;
  }
  header #nav_toggle span:nth-child(3) {
    top: 16px;
  }
  header #nav_toggle p {
    font-size: 1rem;
  }
}

/*---------------------------------------------------
		nav
----------------------------------------------------*/
.open #gloval_nav {
  pointer-events: auto;
}

.open #nav_toggle {
  background: #23234B;
  position: absolute;
  right: 0;
  top: 0;
  padding: .5em 1.4em;
}

.open #nav_toggle > div {
  position: relative;
  width: 30px;
  height: 20px;
  margin-bottom: 10px;
}

.open #nav_toggle span {
  background: #fff;
}

.open #nav_toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav_toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open #nav_toggle .menu {
  display: none;
}

.open #nav_toggle .close {
  display: block;
  color: #fff;
}

#nav_toggle {
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

#nav_toggle > div {
  position: relative;
  width: 30px;
  height: 20px;
}

#nav_toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #23234B;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
  /* #nav-toggle close */
}

#nav_toggle span:nth-child(1) {
  top: 0;
}

#nav_toggle span:nth-child(2) {
  top: 10px;
}

#nav_toggle span:nth-child(3) {
  top: 20px;
}

#nav_toggle p {
  font-size: 1.1rem;
  text-align: center;
}

#nav_toggle .close {
  display: none;
}

#gloval_nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background: url("../img/navi_bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

#gloval_nav .nav_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gloval_nav .nav_pc .nav_container {
  position: relative;
  height: 100vh;
  width: 26%;
  padding: 40px 0 0 60px;
}

#gloval_nav .nav_pc .nav_logo {
  position: absolute;
  top: 4%;
  font-size: 1.3rem;
}

#gloval_nav .nav_pc .nav_logo a {
  display: block;
  width: 220px;
  margin-top: 10px;
}

#gloval_nav .nav_pc nav {
  position: absolute;
  top: 26vh;
}

#gloval_nav .nav_pc #nav_main li {
  margin-bottom: 2em;
  font-size: 1.7rem;
}

#gloval_nav .nav_pc .nav_button {
  position: absolute;
  bottom: 4%;
}

#gloval_nav .nav_pc .nav_button .common_button {
  width: 210px;
  margin-bottom: 30px;
}

#gloval_nav .nav_pc .nav_button .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#gloval_nav .nav_pc .nav_button .links a {
  display: block;
  font-size: 1.2rem;
}

#gloval_nav .nav_pc .nav_button .links a:first-child {
  margin-right: 2em;
}

#gloval_nav .nav_pc .nav_button .sns {
  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;
}

#gloval_nav .nav_pc .nav_button .sns p {
  font-size: 1.3rem;
}

#gloval_nav .nav_pc .nav_button .sns a {
  display: block;
  width: 20px;
}

#gloval_nav .nav_pc .nav_sub {
  position: relative;
  width: 24%;
}

#gloval_nav .nav_pc .nav_sub ul {
  position: absolute;
  top: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  height: 100%;
}

#gloval_nav .nav_pc .nav_sub ul.active {
  opacity: 1;
  position: relative;
  z-index: 100;
}

#gloval_nav .nav_pc .nav_sub ul li,
#gloval_nav .nav_pc .nav_sub ul a {
  font-size: 1.2rem;
  line-height: 2.4;
}

#gloval_nav .nav_pc .nav_sub ul.exam, #gloval_nav .nav_pc .nav_sub ul.opencampus, #gloval_nav .nav_pc .nav_sub ul.faq, #gloval_nav .nav_pc .nav_sub ul.talk {
  border-left: 1px solid #23234B;
  padding-left: 10%;
  padding-right: 10%;
}

#gloval_nav .nav_pc .nav_bg {
  position: relative;
  width: 50%;
}

#gloval_nav .nav_pc .nav_bg div {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  width: 100%;
  height: 100vh;
  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;
}

#gloval_nav .nav_pc .nav_bg div.active {
  opacity: 1;
}

#gloval_nav .nav_pc .nav_bg div p {
  color: #fff;
  font-size: 5rem;
  font-family: miller-banner, serif;
  font-weight: lighter;
}

#gloval_nav .nav_pc .nav_bg .exam {
  background: url("../img/navi_01.jpg") center 0 no-repeat;
  background-size: cover;
}

#gloval_nav .nav_pc .nav_bg .opencampus {
  background: url("../img/navi_02.jpg") center 0 no-repeat;
  background-size: cover;
}

#gloval_nav .nav_pc .nav_bg .life {
  background: url("../img/navi_03.jpg") center 0 no-repeat;
  background-size: cover;
}

#gloval_nav .nav_pc .nav_bg .life p {
  width: 80%;
}

#gloval_nav .nav_pc .nav_bg .talk {
  background: url("../img/navi_04.jpg") center 0 no-repeat;
  background-size: cover;
}

#gloval_nav .nav_pc .nav_bg .faq {
  background: url("../img/navi_05.jpg") center 0 no-repeat;
  background-size: cover;
}

#gloval_nav .nav_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #gloval_nav {
    overflow: scroll;
  }
  #gloval_nav .nav_pc {
    display: none;
  }
  #gloval_nav .nav_sp {
    display: block;
  }
  #gloval_nav .nav_sp .nav_container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
  }
  #gloval_nav .nav_sp .nav_logo {
    margin-bottom: 40px;
    font-size: 1rem;
  }
  #gloval_nav .nav_sp .nav_logo a {
    display: block;
    width: 130px;
    margin-top: 10px;
  }
  #gloval_nav .nav_sp #nav_sp_main {
    margin-bottom: 40px;
  }
  #gloval_nav .nav_sp #nav_sp_main dt {
    cursor: pointer;
    font-size: 1.6rem;
  }
  #gloval_nav .nav_sp #nav_sp_main dt:not(:first-child) {
    margin-top: 2em;
  }
  #gloval_nav .nav_sp #nav_sp_main dd {
    display: none;
    font-size: 1.2rem;
    line-height: 2;
    border-top: 1px solid #23234B;
    border-bottom: 1px solid #23234B;
    padding: 1em 1em 2em;
    margin-top: 1em;
  }
  #gloval_nav .nav_sp .nav_button .common_button {
    width: 210px;
    margin: 0 0 30px;
  }
  #gloval_nav .nav_sp .nav_button .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  #gloval_nav .nav_sp .nav_button .links a {
    display: block;
    font-size: 1.2rem;
  }
  #gloval_nav .nav_sp .nav_button .links a:first-child {
    margin-right: 2em;
  }
  #gloval_nav .nav_sp .nav_button .sns {
    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;
    width: 210px;
  }
  #gloval_nav .nav_sp .nav_button .sns p {
    font-size: 1.2rem;
  }
  #gloval_nav .nav_sp .nav_button .sns a {
    display: block;
    width: 20px;
  }
}

/*---------------------------------------------------
		fixed
----------------------------------------------------*/
.fixed_left {
  position: fixed;
  left: 2.08%;
  top: 0;
  bottom: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: miller-banner, serif;
}

.fixed_left .follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed_left p {
  font-size: 1.3rem;
  margin-bottom: 40px;
}

.fixed_left .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
}

.fixed_left .sns a {
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 40px;
}

.fixed_right {
  position: fixed;
  right: 2.08%;
  top: 0;
  bottom: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: miller-banner, serif;
}

.fixed_right .side_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed_right .side_links a {
  font-size: 1.3rem;
  display: block;
  letter-spacing: .3em;
}

.fixed_right .side_links a:not(:last-child) {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #23234B;
}

.fixed_right #scloll_nav {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 90px;
}

.fixed_right #scloll_nav.on .scloll {
  -webkit-transform: rotateY(-90deg) translateX(-100%);
  transform: rotateY(-90deg) translateX(-100%);
}

.fixed_right #scloll_nav.on .pagetop {
  -webkit-transform: rotateY(0) translateX(0);
  transform: rotateY(0) translateX(0);
}

.fixed_right #scloll_nav .scloll {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  -webkit-transform: rotateY(0) translateX(0);
  transform: rotateY(0) translateX(0);
}

.fixed_right #scloll_nav .scloll p {
  font-size: 1.3rem;
  margin-bottom: 1em;
}

.fixed_right #scloll_nav .scloll span {
  overflow: hidden;
  position: relative;
  width: 9px;
  height: 32px;
}

.fixed_right #scloll_nav .scloll span::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 0;
  width: 1px;
  height: 32px;
  background: #111;
  -webkit-animation: lineAniTop 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 1s infinite;
  animation: lineAniTop 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 1s infinite;
}

.fixed_right #scloll_nav .pagetop {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  -webkit-transform: rotateY(-90deg) translateX(-100%);
  transform: rotateY(-90deg) translateX(-100%);
}

.fixed_right #scloll_nav .pagetop:hover span {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.fixed_right #scloll_nav .pagetop span {
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #23234B;
  margin-bottom: 1em;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fixed_right #scloll_nav .pagetop a {
  font-size: 1.3rem;
}

@-webkit-keyframes lineAniTop {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  30.001% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes lineAniTop {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  30.001% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@media screen and (max-width: 768px) {
  .fixed_left {
    display: none;
  }
  .fixed_right .side_links {
    display: none;
  }
  .fixed_right #scloll_nav {
    bottom: 7%;
    width: 12px;
  }
}

/*---------------------------------------------------
		bottom_contents
----------------------------------------------------*/
.bottom_contents {
  position: relative;
  overflow: hidden;
  background: url("../img/footer.jpg") center bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 2.4%;
}

.bottom_contents .department {
  position: relative;
  text-align: center;
  z-index: 4;
  margin-bottom: 40%;
}

.bottom_contents .department .title {
  margin-bottom: 50px;
}

.bottom_contents .department .title h3 {
  position: relative;
  margin-bottom: .6em;
  padding-bottom: .2em;
  font-size: 4.4rem;
  font-family: miller-banner, serif;
  font-style: italic;
  font-weight: lighter;
}

.bottom_contents .department .title h3::after {
  content: '';
  width: 43px;
  height: 1px;
  background-color: #23234B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bottom_contents .department .title ruby {
  font-size: 1.7rem;
}

.bottom_contents .department > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}

.bottom_contents .department > ul li .image {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin-bottom: 20px;
}

.bottom_contents .department > ul li:nth-child(1) .image a {
  display: block;
  width: 160px;
  height: 160px;
  background: url("../img/gakka_food.jpg") center center;
  background-size: 160px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.bottom_contents .department > ul li:nth-child(1) .image a:hover {
  opacity: 1;
  background-size: 180px;
}

.bottom_contents .department > ul li:nth-child(2) .image a {
  display: block;
  width: 160px;
  height: 160px;
  background: url("../img/gakka_child.jpg") center center;
  background-size: 160px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.bottom_contents .department > ul li:nth-child(2) .image a:hover {
  opacity: 1;
  background-size: 180px;
}

.bottom_contents .department > ul li:nth-child(3) .image a {
  display: block;
  width: 160px;
  height: 160px;
  background: url("../img/gakka_nursing.jpg") center center;
  background-size: 160px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.bottom_contents .department > ul li:nth-child(3) .image a:hover {
  opacity: 1;
  background-size: 180px;
}

.bottom_contents .department > ul li .category span {
  font-size: 1.2rem;
}

.bottom_contents .department > ul li .category p {
  margin-bottom: .5em;
  font-size: 2rem;
}

.bottom_contents .department > ul li .category ruby {
  font-size: 1.2rem;
}

.bottom_contents footer {
  position: relative;
  text-align: center;
  z-index: 4;
}

.bottom_contents footer .logo {
  max-width: 343px;
  margin: 0 auto 40px;
}

.bottom_contents footer address {
  margin-bottom: 40px;
  font-style: normal;
  font-size: 1.2rem;
}

.bottom_contents footer .sns {
  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;
}

.bottom_contents footer .sns a {
  display: block;
  width: 22px;
  margin: 0 1% 40px;
}

.bottom_contents footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.6%;
}

.bottom_contents footer .link li {
  font-size: 1.2rem;
}

.bottom_contents footer .link li:first-child {
  border-right: 1px solid #23234B;
  padding-right: 1em;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .bottom_contents {
    background: url("../img/footer.jpg") center 95% no-repeat;
    background-size: 240% auto;
    padding-bottom: 60px;
  }
  .bottom_contents .department {
    position: relative;
    margin-bottom: 0;
  }
  .bottom_contents .department .title {
    margin-bottom: 8%;
  }
  .bottom_contents .department .title h3 {
    font-size: 3rem;
  }
  .bottom_contents .department .title ruby {
    font-size: 1.4rem;
  }
  .bottom_contents .department > ul {
    display: block;
  }
  .bottom_contents .department > ul li:not(:last-child) {
    margin-bottom: 6%;
  }
  .bottom_contents .department > ul li .image {
    margin: 0 auto 4%;
  }
  .bottom_contents .department > ul li .category p {
    margin-bottom: .2em;
  }
  .bottom_contents footer {
    padding-top: 80%;
  }
  .bottom_contents footer .logo {
    max-width: 90%;
    margin: 0 auto 2%;
  }
  .bottom_contents footer address {
    margin-bottom: 8.6%;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .bottom_contents footer .link li {
    font-size: 1rem;
  }
  .bottom_contents footer small {
    letter-spacing: 0;
  }
}

.footer_margin {
  margin-top: 70px;
}

.footer_margin2 {
  margin-top: 160px;
}

.bottom_buttons {
  display: none;
  width: 100%;
  height: 50px;
  z-index: 1000;
}

.bottom_buttons a {
  width: 25%;
  height: 100%;
  background-color: #23234B;
  border-right: 1px solid #fff;
}

.bottom_buttons a:last-of-type {
  border-right: none;
}

.bottom_buttons .bottom_button {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
}

.bottom_buttons .bottom_button_txt {
  text-align: center;
  font-size: 10px;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: bold;
}

.bottom_buttons .bottom_button_img {
  height: 25px;
  margin-bottom: 2px;
}

.bottom_buttons .bottom_button_kirari .bottom_button_img,
.bottom_buttons .bottom_button_opencampus .bottom_button_img {
  margin-bottom: 3px;
}

.bottom_buttons .bottom_button_img img {
  width: auto;
  height: 100%;
  margin: auto;
}

@media screen and (max-width: 500px) {
  .bottom_buttons {
    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;
    position: fixed;
    bottom: 0;
  }
}
/*# sourceMappingURL=common.css.map */