@charset "UTF-8";
html {
  font-size: 11px
}

.font_genj {
  font-family: GENJ;
  font-size: 18px;
  font-weight: 400;
  color: #0d6fb8
}

.font_genj .bold {
  font-weight: 700
}

@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GenJyuuGothic-Medium.eot");
  src: url("../fonts/GenJyuuGothic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GenJyuuGothic-Medium.ttf") format("truetype"), url("../fonts/GenJyuuGothic-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GenJyuuGothic-Bold.eot");
  src: url("../fonts/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GenJyuuGothic-Bold.ttf") format("truetype"), url("../fonts/GenJyuuGothic-Bold.woff") format("woff");
  font-display: swap;
}

.js-loading {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-color: #F8F5EE;
  z-index: 100;
  display: table;
  text-align: center;
  -webkit-transition: opacity 1000ms cubic-bezier(0.655, -0.55, 0.465, 1.02);
  -o-transition: opacity 1000ms cubic-bezier(0.655, -0.55, 0.465, 1.02);
  transition: opacity 1000ms cubic-bezier(0.655, -0.55, 0.465, 1.02);
  -webkit-transition-timing-function: cubic-bezier(0.655, -0.55, 0.465, 1.02);
  -o-transition-timing-function: cubic-bezier(0.655, -0.55, 0.465, 1.02);
  transition-timing-function: cubic-bezier(0.655, -0.55, 0.465, 1.02)
}

.js-loading.fadeout {
  opacity: 0
}

.js-loading-inner {
  height: 130px;
  display: table-cell;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition: opacity 900ms cubic-bezier(0.655, -0.55, 0.465, 1.02);
  -o-transition: opacity 900ms cubic-bezier(0.655, -0.55, 0.465, 1.02);
  transition: opacity 900ms cubic-bezier(0.655, -0.55, 0.465, 1.02);
  -webkit-transition-timing-function: cubic-bezier(0.655, -0.55, 0.465, 1.02);
  -o-transition-timing-function: cubic-bezier(0.655, -0.55, 0.465, 1.02);
  transition-timing-function: cubic-bezier(0.655, -0.55, 0.465, 1.02)
}

.js-loading-txt {
  display: block;
  font-weight: 700;
  margin: auto;
  position: relative
}

.js-loading:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background: #fff;
  position: absolute;
  margin-left: -150px;
  left: 50%;
  top: 33%;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: all 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1)
}

body.loaded .js-loading-inner {
  opacity: 0
}

body.loaded .js-loading:after {
  -webkit-transform: scale(7, 7);
  -ms-transform: scale(7, 7);
  transform: scale(7, 7)
}

body.loaded .wrapper {
  opacity: 1
}

body {
  font-family: "GENJ", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
  font-size: 1.333rem;
  line-height: 1.6;
  color: #010604;
  background-color: #FFFFFE;
  background-image: url("../img/common/texture01.jpg");
  position: relative;
  letter-spacing: .1em;
  -webkit-text-size-adjust: 100%
}

@media screen and (max-width:640px) {
  body {
    font-size: 12px
  }
}

body main.main {
  position: relative;
  z-index: 1
}

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

::-moz-selection, ::-moz-selection {
  color: #fff;
  background: #f6bc59
}

::-moz-selection, ::selection {
  color: #fff;
  background: #f6bc59
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, l, label, legend, li, mark, menu, nav, object, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

a img {
  border: none
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit
}

select {
  padding: .5em;
  font-size: 1.333rem
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: .5em;
  font-size: 1.333rem
}

@media screen and (max-width:640px) {
  textarea {
    font-size: 16px
  }
}

input[type=email], input[type=submit], input[type=tel], input[type=text], input[type=textarea] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: .8em;
  font-size: 1.333rem;
  border-radius: 3px
}

@media screen and (max-width:640px) {
  input[type=email], input[type=submit], input[type=tel], input[type=text], input[type=textarea] {
    font-size: 16px
  }
}

input[type=button] {
  -webkit-appearance: none
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg)
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
    transform: translate(0, -5px) rotate(0deg)
  }
  to {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg)
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg)
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
    transform: translate(0, -5px) rotate(0deg)
  }
  to {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg)
  }
}

@-webkit-keyframes naminami {
  0% {
    -webkit-transform: translate(0, 0) rotate(10deg);
    transform: translate(0, 0) rotate(10deg)
  }
  50% {
    -webkit-transform: translate(10px, 5px) rotate(0deg);
    transform: translate(10px, 5px) rotate(0deg)
  }
  to {
    -webkit-transform: translate(0, 0) rotate(10deg);
    transform: translate(0, 0) rotate(10deg)
  }
}

@keyframes naminami {
  0% {
    -webkit-transform: translate(0, 0) rotate(10deg);
    transform: translate(0, 0) rotate(10deg)
  }
  50% {
    -webkit-transform: translate(10px, 5px) rotate(0deg);
    transform: translate(10px, 5px) rotate(0deg)
  }
  to {
    -webkit-transform: translate(0, 0) rotate(10deg);
    transform: translate(0, 0) rotate(10deg)
  }
}

@-webkit-keyframes yokoyoko {
  0% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg)
  }
  50% {
    -webkit-transform: translate(5px, 5px) rotate(0deg);
    transform: translate(5px, 5px) rotate(0deg)
  }
  to {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg)
  }
}

@keyframes yokoyoko {
  0% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg)
  }
  50% {
    -webkit-transform: translate(5px, 5px) rotate(0deg);
    transform: translate(5px, 5px) rotate(0deg)
  }
  to {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg)
  }
}

@-webkit-keyframes kaiten {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg)
  }
  to {
    -webkit-transform: translate(0, 0) rotate(360deg);
    transform: translate(0, 0) rotate(360deg)
  }
}

@keyframes kaiten {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg)
  }
  to {
    -webkit-transform: translate(0, 0) rotate(360deg);
    transform: translate(0, 0) rotate(360deg)
  }
}

.is-open .header-inner {
  background-color: #E9E7E7;
  position: fixed;
  height: 100vh
}

.header {
  background-image: url("../img/common/texture02.jpg");
  background-repeat: repeat;
  -webkit-box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.3);
  width: 100%;
  line-height: 1;
  z-index: 2;
  position: fixed;
  top: 0
}

@media screen and (max-width:640px) {
  .header {
    height: 72px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    min-width: inherit
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 10px 30px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:640px) {
  .header-inner {
    display: block
  }
}

@media screen and (max-width:640px) {
  .header-inner {
    width: 100%;
    padding: 0;
    min-width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.header-logo {
  margin-right: auto;
  margin-top: 4px
}

@media screen and (max-width:640px) {
  .header-logo {
    margin-top: 0;
    width: 38%;
    padding: 7px 0 10px 4%
  }
  .header-logo a {
    display: block
  }
}

.header .header-submenu {
  margin-left: auto;
  padding-top: 0
}

@media screen and (max-width:640px) {
  .header .header-submenu {
    position: absolute;
    right: 21%;
    top: 0;
    width: 50%
  }
}

.header .header-submenu a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.header .header-submenu a img {
  vertical-align: bottom;
  display: block
}

.header .header-submenu a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.header-submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media screen and (max-width:640px) {
  .header-submenu-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (max-width:640px) {
  .header-submenu-list li {
    width: 25%
  }
  .header-submenu-list li a img {
    width: 100%
  }
}

.header-submenu-list li._line {
  margin-right: 15px;
  margin-left: auto;
  padding-bottom: 1px
}

@media screen and (max-width:640px) {
  .header-submenu-list li._line {
    padding-top: 12px;
    margin-right: 5%;
    padding-bottom: 0px
  }
}

@-webkit-keyframes submenu-simple-hover {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.3
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
  }
}

@keyframes submenu-simple-hover {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.3
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
  }
}

.pulldown {
  position: relative
}

.pulldown:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 30px;
  left: 0;
  top: 0
}

.pulldown-content {
  position: absolute;
  left: 0;
  bottom: -170px;
  width: 100%;
  padding: 0px;
  border-radius: 15px;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 2px #dedede;
  box-shadow: 0px 0px 2px 2px #dedede
}

@media screen and (max-width:1200px) {
  .pulldown-content {
    bottom: -13.5vw
  }
}

@media screen and (max-width:640px) {
  .pulldown-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    bottom: inherit
  }
}

.pulldown-content ol {
  padding-left: 0
}

@media screen and (max-width:640px) {
  .pulldown-content ol {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    padding-left: 90px;
    padding-top: 60px
  }
}

@media screen and (max-width:640px) and (max-width:640px) {
  .pulldown-content ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.pulldown-content ol li {
  background-image: -webkit-linear-gradient(left, #2F2E2E 1px, transparent 1px, transparent 100%);
  background-image: -o-linear-gradient(left, #2F2E2E 1px, transparent 1px, transparent 100%);
  background-image: linear-gradient(to right, #2F2E2E 1px, transparent 1px, transparent 100%);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 6px 1px;
  width: 82%;
  margin: auto
}

@media screen and (max-width:640px) {
  .pulldown-content ol li {
    background-image: none;
    width: 30%
  }
}

.pulldown-content ol li:last-child {
  border-bottom: 0;
  background-image: none
}

.pulldown-content ol li a {
  padding: 10px
}

@media screen and (max-width:640px) {
  .pulldown-content ol li a {
    padding: 0px
  }
  .pulldown-content ol li a img {
    height: 30px
  }
}

@media screen and (max-width:640px) {
  .pulldown-content ol li a:hover {
    background: 0
  }
}

@media screen and (max-width:640px) {
  .pulldown-content {
    padding-left: 0;
    display: block;
    background: 0;
    position: inherit;
    top: inherit;
    left: inherit
  }
}

.pulldown.is-mover .pulldown-content {
  -webkit-animation: submenu-simple-hover 0.3s;
  animation: submenu-simple-hover 0.3s;
  display: block
}

@media screen and (max-width:640px) {
  .pulldown.is-mover .pulldown-content {
    -webkit-animation: none;
    animation: none
  }
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 5px
}

@media screen and (max-width:640px) {
  .gnav-list {
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
  }
}

.gnav-item {
  margin-left: 10px
}

@media screen and (max-width:1000px) {
  .gnav-item {}
}

@media screen and (max-width:640px) {
  .gnav-item {
    padding-top: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    width: 100%
  }
  .gnav-item>a {
    text-indent: -9999px
  }
  .gnav-item>a img {
    height: 70px;
    width: auto
  }
}

@media screen and (max-width:640px) {
  .gnav-item._program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.gnav-item a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 20px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  max-width: 180px
}

@media screen and (max-width:640px) {
  .gnav-item a {
    max-width: 100%
  }
}

.gnav-item a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.gnav-item:first-child {
  margin-left: 0
}

@media screen and (max-width:640px) {
  .gnav {
    display: none;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0
  }
  .gnav-item {
    margin-left: 0px
  }
  .gnav-item a {
    padding: 0px;
    padding-bottom: 1em;
    text-align: center
  }
  .gnav-item a img {
    width: auto
  }
}

.is-open .gnav, .is-open .header-submenu, .is-open .side {
  display: block
}

@media screen and (max-width:640px) {
  .is-open .header-inner {
    background-image: url("../img/common/texture01.jpg");
    background-repeat: all;
    background-size: cover
  }
}

.gnav-list li:first-child {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0
}

@media screen and (max-width:640px) {
  .gnav-list li:first-child._about {
    background-image: url("../img/common/sp_gnav01.svg");
    background-repeat: no-repeat;
    background-size: cover
  }
}

.gnav-list li:nth-child(2) {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

@media screen and (max-width:640px) {
  .gnav-list li:nth-child(2)._program {
    background-image: url("../img/common/sp_gnav02.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 29px;
    background-position: left -4px bottom
  }
}

.gnav-list li:nth-child(3) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

@media screen and (max-width:640px) {
  .gnav-list li:nth-child(3)._school {
    background-image: url("../img/common/sp_gnav03.svg");
    background-repeat: no-repeat;
    background-size: cover
  }
}

.gnav-list li:nth-child(4) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

@media screen and (max-width:640px) {
  .gnav-list li:nth-child(4)._voice {
    background-image: url("../img/common/sp_gnav04.svg");
    background-repeat: no-repeat;
    background-size: cover
  }
}

.gnav-list li:nth-child(5) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

@media screen and (max-width:640px) {
  .gnav-list li:nth-child(5)._faq {
    background-image: url("../img/common/sp_gnav05.svg"), url("../img/common/sp_gnav_line.svg");
    background-repeat: no-repeat;
    background-size: cover, 100%;
    background-position: left top, left bottom -3px
  }
}

.is-open .gnav-list li {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px)
}

.is-open .gnav-list li:first-child {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.is-open .gnav-list li:nth-child(2) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}

.is-open .gnav-list li:nth-child(3) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s
}

.is-open .gnav-list li:nth-child(4) {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s
}

.burger {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0px;
  right: 0px;
  padding: 0px;
  background-image: url("../img/common/common_buger_bg.svg");
  background-size: 63px auto;
  background-position: right -3px;
  background-repeat: no-repeat
}

.burger span {
  position: absolute;
  left: 37px;
  width: 30%;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1)
}

.burger span:first-of-type {
  top: 17px
}

.burger span:nth-of-type(2) {
  top: 25px
}

.burger span:nth-of-type(3) {
  top: 33px
}

.burger.is-active span {
  background: #fff
}

.burger.is-active span:first-of-type {
  top: 25px;
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg)
}

.burger.is-active span:nth-of-type(2) {
  top: 25px;
  opacity: 0
}

.burger.is-active span:nth-of-type(3) {
  top: 25px;
  -webkit-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg)
}

@media screen and (max-width:640px) {
  .burger {
    display: block
  }
}

.side {
  position: fixed;
  right: -15px;
  top: 33vh;
  z-index: 2
}

@media screen and (max-width:640px) {
  .side {
    position: inherit;
    right: inherit;
    top: inherit;
    padding-left: 5%;
    padding-right: 0%;
    padding-top: 10px;
    display: none;
    width: 100%
  }
  .side-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.side-item {
  margin-bottom: 13px;
  -webkit-box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.3)
}

@media screen and (max-width:640px) {
  .side-item {
    margin-bottom: 0;
    margin-right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.side-item a {
  display: block;
  text-decoration: none;
  padding: 13px;
  padding-top: 15px;
  padding-right: 15px;
  background-color: #fff;
  border: 1px solid #333;
  border-color: #000;
  border-radius: 8px;
  font-weight: 700
}

@media screen and (max-width:640px) {
  .side-item a {
    padding: 0 13px
  }
}

.side-item a img {
  width: 33px;
  height: auto;
  margin-left: -5px;
  margin-top: 3px
}

@media screen and (max-width:640px) {
  .side-item a img {
    width: 100%;
    margin-left: 0
  }
}

.side-item._news a {
  background-color: #9FCAE2;
  border-color: #2979AE;
  color: #2979AE
}

.side-item._news a:hover {
  opacity: .9
}

.side-item._sp {
  display: none
}

.side-item._sp a {
  background-color: #F3D0C8;
  border-color: #E85837;
  color: #E85837
}

.side-item._sp a:hover {
  opacity: .9
}

.totop {
  position: fixed;
  right: 0;
  bottom: 0px;
  width: 55px;
  z-index: 2
}

@media screen and (max-width:640px) {
  .totop {
    display: none!important
  }
}

.footer {
  width: 100%;
  line-height: 1;
  z-index: 0;
  padding-top: 180px;
  position: relative;
  overflow: hidden
}

.footer:after {
  content: "";
  min-width: 1000px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 480px;
  background-image: url("../img/common/common_footer_bg.png");
  background-position: center 61px;
  background-repeat: no-repeat
}

@media screen and (max-width:640px) {
  .footer:after {
    min-width: inherit;
    min-height: inherit
  }
}

@media screen and (max-width:640px) {
  .footer {
    min-width: inherit;
    overflow: hidden
  }
}

.footer-kujira {
  position: absolute;
  left: -70px;
  top: -140px
}

.footer-ei {
  position: absolute;
  right: -60px;
  top: -160px
}

.footer-nami_left {
  position: absolute;
  left: -97%;
  z-index: -1;
  top: -20px
}

.footer-nami_right {
  position: absolute;
  right: -100%;
  z-index: -2;
  top: 80px
}

.footer-submenu {
  padding-left: 5%;
  padding-top: 15px;
  width: 45%;
  background-image: -webkit-linear-gradient(top, #2F2E2E, #2F2E2E 4px, transparent 4px, transparent 8px);
  background-image: -o-linear-gradient(top, #2F2E2E, #2F2E2E 4px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to bottom, #2F2E2E, #2F2E2E 4px, transparent 4px, transparent 8px);
  background-repeat: repeat-y;
  background-position: left bottom;
  background-size: 2px 20px
}

@media screen and (max-width:640px) {
  .footer-submenu {
    padding-left: 0;
    margin-top: 0px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    background-image: none
  }
}

.footer-submenu-item {
  margin-bottom: 10px
}

.footer-submenu-item a {
  border-color: #000;
  border: 1px solid #e95710;
  -webkit-box-shadow: 1px 2px 0px 1px #e95710;
  box-shadow: 1px 2px 0px 1px #e95710;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  padding: 12px 20px;
  padding-right: 40px;
  color: #010604;
  position: relative;
  background-color: #fff;
  font-weight: 700;
  display: block
}

.footer-submenu-item a:after, .footer-submenu-item a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle
}

.footer-submenu-item a:before {
  right: 15px;
  width: 12px;
  height: 1px;
  top: 0px;
  background: #e95710
}

.footer-submenu-item a:after {
  right: 15px;
  width: 7px;
  height: 7px;
  top: 0;
  border-top: 1px solid #e95710;
  border-right: 1px solid #e95710;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.footer-submenu-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0)
}

.footer-ttl {
  text-align: center
}

.footer-ttl ._en {
  font-family: "Oswald", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif
}

.footer-ttl ._main {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  font-size: 26px;
  -webkit-transform: rotate(0.2deg);
  -ms-transform: rotate(0.2deg);
  transform: rotate(0.2deg);
  letter-spacing: .2em
}

@media screen and (max-width:640px) {
  .footer-ttl ._main {
    font-size: 18px
  }
}

.footer-ttl ._sub {
  font-size: 1rem
}

@media screen and (max-width:640px) {
  .footer-ttl ._sub {
    font-size: .9rem;
    letter-spacing: -.02em
  }
}

.footer-ttl ._main {
  letter-spacing: inherit
}

.footer-inner {
  position: relative;
  background-color: #F8F5EE;
  -webkit-box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.3);
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  padding: 40px 40px 40px
}

@media screen and (max-width:640px) {
  .footer-inner {
    width: 90%;
    padding: 50px 5% 20px
  }
}

.footer-lion {
  margin-right: 5%;
  width: 45%
}

@media screen and (max-width:640px) {
  .footer-lion {
    width: 100%;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%
  }
}

.footer-lion img {
  width: 100%
}

.footer-lede {
  text-align: center
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px
}

@media screen and (max-width:640px) {
  .footer-content {
    display: block
  }
}

@media screen and (max-width:640px) {
  .footer-content {
    margin-top: 10px
  }
}

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

.footer-info {
  text-align: center;
  margin-right: 60px
}

.footer-txt {
  display: block;
  border: 1px solid #010604;
  border-radius: 20px;
  padding: 8px 15px;
  margin-bottom: 10px;
  font-size: 1rem
}

.footer-tel {
  font-weight: bold;
  cursor: defoult;
  text-decoration: none;
  font-size: 2.5rem;
  color: #D65239
}

.footer-time {
  margin-top: 10px;
  display: block
}

.footer-bottom {
  padding-top: 30px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.85rem
}

@media screen and (max-width:640px) {
  .footer-bottom {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center
  }
}

.footer-bland {
  margin-right: auto
}

.footer-bland img {
  width: 140px;
  margin-bottom: 15px
}



@media screen and (max-width:640px) {
  .footer-bland {
    margin-right: 0;
    width: 100%;
  }
  .footer-bland img {
    width: 180px;
    margin-bottom: 15px;
    padding-bottom:8px;
    border-bottom:1px dotted #cccccc;
  }
}

.footer-flag {
  position: absolute;
  top: -10px
}

.footer-flag._left {
  left: -20px
}

@media screen and (max-width:640px) {
  .footer-flag._left {
    left: -140px
  }
}

.footer-flag._right {
  right: -20px
}

@media screen and (max-width:640px) {
  .footer-flag._right {
    right: -140px
  }
}

.footer .copyright {
  padding-top: 6px
}

@media screen and (max-width:640px) {
  .footer .copyright {
    margin-right: 0;
    width: 100%
  }
}

.footer-kujira {
  -webkit-animation: naminami 8s infinite linear alternate;
  animation: naminami 8s infinite linear alternate
}

.footer-ei {
  -webkit-animation: fuwafuwa 6s infinite linear alternate;
  animation: fuwafuwa 6s infinite linear alternate
}

.navbg {
  display: none
}

@media screen and (max-width:640px) {
  .navbg {
    display: block
  }
}

.navbg {
  position: fixed;
  background: #1F1F1E;
  width: 50vw;
  height: 50vh;
  top: -40vh;
  right: -70vw;
  margin-top: 0px;
  border-radius: 100%;
  -webkit-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  transform: rotate(85deg);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1)
}

.is-open .navbg {
  width: 200vw;
  height: 98vh;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  bottom: 0;
  border-radius: 0% 0% 50% 50%;
  right: -80vw;
  position: fixed;
  z-index: 1
}

#nav {
  position: fixed;
  font-size: 32px;
  height: 100%;
  width: 500px;
  right: -500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#nav ul {
  width: 100%;
  list-style: none
}

#nav a {
  width: 100%;
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 0
}

#nav a:after {
  content: "";
  display: block;
  background: #D32222;
  width: 0;
  height: 1px;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease
}

#nav a:hover {
  color: #D32222
}

#nav a:hover:after {
  width: 100%
}

main.main .visible {
  opacity: 1;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px)
}

._bg_grn {
  background-image: url("../img/common/common_bg_left_grn.png"), url("../img/common/common_bg_right_grn.png");
  background-repeat: no-repeat;
  background-size: 230px auto;
  background-position: left top, right top;
  min-width: 1000px
}

@media screen and (max-width:640px) {
  ._bg_grn {
    min-width: inherit
  }
}

._pcnon {
  display: none
}

._spbr {
  display: none
}

@media screen and (max-width:640px) {
  ._pcnon, ._spbr {
    display: block
  }
  ._pcbr, ._spnon {
    display: none
  }
}

@media (-ms-high-contrast:none) {
  .top_mv {
    margin-top: 100px
  }
  #about div.content, #crefus div.content, #event div.content, #faq div.content, #lepton div.content, #puzzle div.content, #school div.content, #voice div.content {
    margin-top: 210px
  }
  .chigau-head {
    width: 100%
  }
  .pulldown-content ol li a {
    height: 60px
  }
  ._syubetsu .selectwrapp:before {
    display: none!important
  }
}



/*# sourceMappingURL=style.css.map */