/* ================= nav.css ======================

0.common
1.Header
2.Footer

============================================= */
/*==================================*/
/*font*/
/*==================================*/
@font-face {
  font-family: "CorporateLogo-w";
  src: url("../webfont/fonts/logotypejp_mp_b_1.1.eot");
  src:
    url("../webfont/fonts/logotypejp_mp_b_1.1.eot?#iefix") format("embedded-opentype"),
    url("../webfont/fonts/logotypejp_mp_b_1.1.woff2") format("woff2"),
    url("../webfont/fonts/logotypejp_mp_b_1.1.woff") format("woff"),
    url("../webfont/fonts/logotypejp_mp_b_1.1.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "GenShinGothic-A-w";
  src: url("../webfont/fonts/GenShinGothic-A-Bold.eot");
  src:
    url("../webfont/fonts/GenShinGothic-A-Bold.eot?#iefix") format("embedded-opentype"),
    url("../webfont/fonts/GenShinGothic-A-Bold.woff2") format("woff2"),
    url("../webfont/fonts/GenShinGothic-A-Bold.woff") format("woff"),
    url("../webfont/fonts/GenShinGothic-A-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "GenShinGothic-w";
  src: url("../webfont/fonts/GenShinGothic-Bold.eot");
  src:
    url("../webfont/fonts/GenShinGothic-Bold.eot?#iefix") format("embedded-opentype"),
    url("../webfont/fonts/GenShinGothic-Bold.woff2") format("woff2"),
    url("../webfont/fonts/GenShinGothic-Bold.woff") format("woff"),
    url("../webfont/fonts/GenShinGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

/* ----------------------------------------------
  0. common
---------------------------------------------- */
i {
  margin-right: 5px;
}

.hover_opacity a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
  -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
}

#navVisitor > ul li a:hover {
  background: #88e218 !important;
  color: #fff !important;
}
#navGlobal > ul li a:hover {
  background: #88e218 !important;
}
ul.megaDropdown > li ul {
  background: #dffcc2 !important;
}

#navGlobal > ul.megaDropdown > li ul li#schoolBrake {
  margin-right: 200px !important;
}
ul.megaDropdown > li ul li a {
  /*padding:15px 10px 10px 10px;*/
  padding-left: 1em;
  text-indent: -1em;
}
ul.megaDropdown > li ul li a:before {
  content: "\f0a9 " !important;
  font-family: FontAwesome !important;
  margin: 0 5px;
  color: #61c100;
}
#navGlobal > ul li a:hover,
ul.megaDropdown > li ul {
  /*background: #FAA32E!important;*/
}
#sNav {
  border: 1px solid #cccccc;
  padding: 10px;
}
#sNav {
  margin-right: 0 !important;
}
.titSideNav {
  background: url(../img/header/bg_black.jpg);
  text-align: center;
  font-size: 1.6rem;
}
.titSideNav a {
  color: #fff;
  display: block;
  padding: 20px;
  margin: 0 10px;
  border-bottom: 2px solid #13a200;
}
#sNav li a {
  /*width:230px;*/
  border-bottom: 1px dotted #000;
  padding: 15px 0;
  display: block;
}
#sNav ul:last-child li a {
  border: none !important;
  padding: 0 !important;
}
#sNav ul:last-child {
  padding-bottom: 20px;
}

/*==================================*/
/*header*/
/*==================================*/
body {
  min-width: 1260px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    letter-spacing: 0em;
  }
}

.wrap2 {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap2 {
    width: auto;
    margin: 0 20px;
  }
}

.wrap3 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap3 {
    width: auto;
    margin: 0 20px;
  }
}

.main {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 60px;
    /*overflow-x: hidden;*/
  }
}

header {
  width: 100%;
  position: relative;
  display: flex;
  padding: 30px 30px 0px 30px;
  height: 140px;
  margin-bottom: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 210;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  header {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  header {
    display: block;
    height: 60px;
    margin-bottom: 30px;
    padding: 5px 0 0 0;
    z-index: 210;
    left: 0;
  }
}
header .header__waku {
  position: absolute;
  top: 139px;
  left: 0;
  height: 200px;
  width: 100%;
  background: url("../../assets/images/header_bg.svg") no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  header .header__waku {
    top: 59px;
    background: url("../../assets/images/header_bg_sp.svg") no-repeat 0 0;
    background-size: cover;
    height: 25px;
  }
}
header .header__logo {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  header .header__logo {
    width: 180px;
    display: flex;
    align-items: center;
    margin: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 320px) {
  header .header__logo {
    width: 160px;
  }
}
header .header__logo img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  header .header__logo img {
    width: 100%;
  }
}
header .header__menu {
  margin-left: auto;
  opacity: 0;
  animation: fadeIn 1s ease 1s 1 forwards;
  z-index: 240;
}
@media screen and (max-width: 767px) {
  header .header__menu {
    margin: 0;
  }
}
header .header__menu .header__sm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  header .header__menu .header__sm {
    position: static;
    display: none;
  }
}
header .header__menu .header__sm a {
  text-decoration: none;
  color: #686868;
}
header .header__menu .header__sm a:hover {
  text-decoration: underline;
}
header .header__menu .header__sm .header__sm__p {
  font-size: 1rem;
  margin-right: 20px;
}
header .header__menu .header__sm .header__sm__link {
  display: flex;
}
header .header__menu .header__sm .header__sm__link li {
  font-size: 1.2rem;
  padding: 0 10px;
}
header .header__menu .header__sm .header__sm__sns {
  display: flex;
  align-items: center;
}
header .header__menu .header__sm .header__sm__sns li {
  margin: 0 5px;
  width: 24px;
}
header .header__menu .header__sm .header__sm__sns li img {
  width: 100%;
}
header .header__menu .header__mm {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  position: relative;
  top: 45px;
}
@media screen and (max-width: 767px) {
  header .header__menu .header__mm {
    display: none;
  }
}
header .header__menu .header__mm > li {
  font-size: 1.3rem;
  padding: 0 8px;
  border-right: 1px solid #abcd03;
  letter-spacing: 0;
}
header .header__menu .header__mm > li:first-child {
  border-left: 1px solid #abcd03;
}
header .header__menu .header__mm > li a {
  display: block;
  text-decoration: none;
  color: #3b9305;
  position: relative;
}
header .header__menu .header__mm > li > a {
  padding: 3px 0.3em;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, #b5ec00 70%);
  background-position: 0 -100%;
  background-size: 200% auto;
  transition: 0.3s;
}
header .header__menu .header__mm > li > a:hover:after,
header .header__menu .header__mm > li > a.__open:after {
  content: "";
  width: 6px;
  height: 5px;
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../../assets/images/head_arrow_g.png") no-repeat;
}
header .header__menu .header__mm > li > a.notsub:after {
  display: none;
}
header .header__menu .header__mm > li > a.__open,
header .header__menu .header__mm > li > a:hover {
  background-position: 0 -50%;
  color: #004f9d;
  opacity: 1;
}
header .header__menu .header__mm > li > ul {
  border: 1px solid #abcd03;
  border-top: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 300;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
header .header__menu .header__mm > li > ul li {
  width: calc(33% - 5px);
  border: none;
  margin: 0 10px 5px 0;
  padding: 0;
  display: flex;
}
header .header__menu .header__mm > li > ul li:nth-child(3n) {
  margin-right: 0;
}
header .header__menu .header__mm > li > ul li:last-child {
  border-bottom: none;
}
header .header__menu .header__mm > li > ul li a {
  background: url("../../assets/images/arrow_b.png") no-repeat left 15px center #fff;
  background-size: 15px;
  display: block;
  padding: 10px 10px 10px 40px;
  width: 100%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
}
header .header__menu .header__mm > li > ul li a:hover {
  background-color: #f2f2f2;
  opacity: 1;
}
header .header__menu .header__mm > li.header__more > ul,
header .header__menu .header__mm > li:nth-of-type(6) > ul,
header .header__menu .header__mm > li:nth-of-type(7) > ul,
header .header__menu .header__mm > li:nth-of-type(8) > ul {
  right: 0;
}
header .header__menu .header__mm > li.header__more > ul:before,
header .header__menu .header__mm > li:nth-of-type(6) > ul:before,
header .header__menu .header__mm > li:nth-of-type(7) > ul:before,
header .header__menu .header__mm > li:nth-of-type(8) > ul:before {
  right: 2rem;
  left: inherit;
}
header .header__menu .header__mm > li.header__more > ul:after,
header .header__menu .header__mm > li:nth-of-type(6) > ul:after,
header .header__menu .header__mm > li:nth-of-type(7) > ul:after,
header .header__menu .header__mm > li:nth-of-type(8) > ul:after {
  right: 2rem;
  left: inherit;
}

.genre01 {
  background-color: #0000fe;
  background: linear-gradient(90deg, #0000fe 0%, #7e7eff 100%);
}
.genre02 {
  background-color: #751a7a;
  background: linear-gradient(90deg, #751a7a 0%, #ce3ed6 100%);
}
.genre03 {
  background-color: #ff3334;
  background: linear-gradient(90deg, #ff3334 0%, #ffb3b3 100%);
}
.genre04 {
  background-color: #fe8d01;
  background: linear-gradient(90deg, #fe8d01 0%, #fec680 100%);
}
.genre05 {
  background-color: #028002;
  background: linear-gradient(90deg, #028002 0%, #06fb06 100%);
}
.genre06 {
  background-color: #00b7cd;
  background: linear-gradient(90deg, #00b7cd 0%, #4decff 100%);
}

@media screen and (max-width: 767px) {
  .header__navi .genre {
    text-align: center;
    color: #fff;
    font-weight: bold;
    /*background-color: #666;*/
  }
  .header__navi .grade {
    margin-left: 5px;
    padding: 2px 3px;
    line-height: 100%;
    font-size: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
}

.header__spmenu {
  width: 60px;
  height: 60px;
  background: url("../../assets/images/sp_menu.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 200;
  cursor: pointer;
}
.header__spmenu:hover {
  cursor: pointer;
}
.header__spmenu.menuon {
  background: url("../../assets/images/sp_menu_close.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .header__spmenu {
    display: none;
  }
}

.header__open {
  position: fixed;
  box-sizing: border-box;
  z-index: 90;
  width: 85%;
  right: -85%;
  height: 100%;
  top: 60px;
  overflow: hidden;
  background-color: #f8f9f1;
}
.header__open .header__colne {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  z-index: 100;
}
.header__open .header__openBody {
  cursor: pointer;
  height: 100%;
  /*繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺輔○繧�*/
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  /**/
}
@media screen and (max-width: 767px) {
  .header__open .header__openBody {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .header__bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 25;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding-bottom: 108px;
    cursor: pointer;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.header__navi {
  width: 80%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 60px 60px 60px;
}
@media screen and (max-width: 767px) {
  .header__navi {
    width: auto;
    margin: 0px 0px;
    display: block;
    padding: 10px 10px 20px 10px;
  }
}
.header__navi ul {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .header__navi ul {
    width: 100%;
  }
}
.header__navi ul li {
  margin-top: 30px;
  border: 1px solid #ccc;
}
.header__navi ul li.__houmohsa {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .header__navi ul li {
    margin-top: 5px;
  }
  .header__navi ul li.__houmohsa {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.header__navi ul li a {
  display: block;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  color: #000;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: bold;
  background: url("../../assets/images/link_ic_u.png") no-repeat right 10px center #fff;
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  .header__navi ul li a {
    font-size: 1.4rem;
  }
}
.header__navi ul li a.open {
  background-image: url("../../assets/images/link_ic_u_b.png");
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #ccc;
}
.header__navi ul li a.notsub {
  background-image: url("../../assets/images/arrow_b.png");
  background-size: 14px;
}
.header__navi ul li ul {
  width: 100%;
  border-radius: 0 0 4px 4px;
  background-color: #f3f3f3;
}
.header__navi ul li ul li {
  margin-top: 0;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.header__navi ul li ul li:last-child {
  border-bottom: none;
}
.header__navi ul li ul li a {
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
  background: url("../../assets/images/arrow_b.png") no-repeat right 10px center transparent;
  background-size: 14px;
  border: none;
}
@media screen and (max-width: 767px) {
  .header__navi ul li ul li a {
    font-size: 1.2rem;
  }
}
.header__navi .header__target {
  background-color: #575757;
  padding: 5px 10px 10px 10px;
  margin-top: 20px;
}
.header__navi .header__target li {
  border: none;
}
.header__navi .header__target li a {
  border-radius: 0;
}
.header__navi.__etc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header__navi.__etc ul li {
  width: 48%;
}
.header__navi.__etc ul li a {
  font-size: 1.2rem;
}

.header__sns {
  padding: 0 10px;
}
.header__sns ul {
  display: flex;
  justify-content: center;
}
.header__sns ul li {
  margin: 0 5px;
  width: 36px;
}

.header__spCv {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.header__spCv a {
  display: block;
  width: 48%;
  text-align: center;
  padding: 20px 10px 30px 10px;
  background: url("../../assets/images/arrow_b.png") no-repeat bottom 15px center #b3ec00;
  background-size: 20px;
}
.header__spCv a.__2 {
  background-color: #00a78d;
}
.header__spCv a img {
  width: 50%;
}
.header__spCv a.__1 img {
  width: 82%;
}

/*==================================*/
/*footer*/
/*==================================*/
footer {
  margin-top: 90px;
  position: relative;
}
footer .footerCv {
  background: url("../../assets/images/footer_cv_bg.jpg") no-repeat bottom center;
  background-size: cover;
  height: 362px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footerCv {
    height: 270px;
    background: url("../../assets/images/footer_cv_bg_sp.jpg") no-repeat bottom center;
    background-size: cover;
  }
}
footer .footerCv .footerCv__ca {
  position: absolute;
  width: 90px;
  top: -80px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer .footerCv .footerCv__ca {
    width: 60px;
  }
}
footer .footerCv .footer__stu {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 462px;
  height: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footerCv .footer__stu {
    width: 80%;
    height: 90px;
  }
}
footer .footerCv .footer__stu > div {
  width: 50%;
  text-align: center;
}
footer .footerCv .footer__stu > div img {
  width: 100%;
}
footer .footerCv .footerCv__menu {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footerCv .footerCv__menu {
    margin: 0 5px;
  }
}
footer .footerCv .footerCv__menu li {
  text-align: center;
  margin: 0 5px;
}

footer .footerCv .footerCv__menu li {
  text-align: center;
  margin: 0 5px;
}

/*20231023*/
.footerCv_bnr ul {
  display: flex;
}
.footerCv_bnr li {
  width: 50%;
}
.footerCv_bnr li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footerCv_bnr ul {
    display: block;
  }
  .footerCv_bnr li {
    width: 100%;
  }
}

footer .footerMain {
  background-color: #292929;
  text-align: center;
  padding: 60px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer .footerMain {
    padding: 40px 0;
  }
}
footer .footerMain .footerMain__logo {
  width: 400px;
  margin: 0 auto 50px auto;
}
footer .footerMain .footerMain__logo > span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  footer .footerMain .footerMain__logo {
    width: 300px;
  }
}
footer .footerMain .footerMain__logo img {
  width: 100%;
}
footer .footerMain .footerMain__set {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footerMain .footerMain__set {
    display: block;
  }
}
footer .footerMain .footerMain__set > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  footer .footerMain .footerMain__set > div {
    width: 100%;
  }
}
footer .footerMain .footerMain__set .footerMain__info {
  text-align: left;
}
@media screen and (max-width: 767px) {
  footer .footerMain .footerMain__set .footerMain__info {
    text-align: center;
  }
}
footer .footerMain .footerMain__set p {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  footer .footerMain .footerMain__set p {
    font-size: 1.4rem;
  }
}
footer .footerMain .footerMain__link {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  footer .footerMain .footerMain__link {
    display: block;
  }
}
footer .footerMain .footerMain__link li {
  margin: 0px 10px 10px 0;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  footer .footerMain .footerMain__link li {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
footer .footerMain .footerMain__link li a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 5px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  footer .footerMain .footerMain__link li a {
    margin-right: 5px;
  }
}
footer .footerMain .footerMain__link li.__tel a {
  background: url("../../assets/images/ic_phone.png") no-repeat left top;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  footer .footerMain .footerMain__link li.__tel a {
    background-size: auto 22px;
  }
}
footer .footerMain .footerMain__link li.__mail a {
  background: url("../../assets/images/ic_mail.png") no-repeat left top 0.3em;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  footer .footerMain .footerMain__link li.__mail a {
    background-size: auto 15px;
  }
}
footer .footerMain .footerMain__link2 {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  footer .footerMain .footerMain__link2 {
    text-align: left;
    width: 15em;
    margin: 0 auto;
  }
}
footer .footerMain .footerMain__link2 li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
footer .footerMain .footerMain__link2 li:before {
  content: "";
  border-bottom: 1px solid #abcd03;
  width: 10px;
  position: absolute;
  top: 0.8em;
  left: 0;
}
footer .footerMain .footerMain__link2 li a {
  color: #908d8d;
  font-size: 1.2rem;
  text-decoration: none;
}
footer .footerMain .footerMain__link2 li a:hover {
  text-decoration: underline;
}
footer .footerMain__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .footerMain__map {
    margin-top: 30px;
  }
}
footer .footerCp {
  background-color: #000000;
  color: #fff;
  padding: 35px 0;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  footer .footerCp {
    padding: 20px;
    padding-bottom: 80px;
  }
}

/*==================================*/
/*common parts*/
/*==================================*/
.footerFixNav {
  border-top: 1px solid #fff;
  height: 60px;
  background-color: #b3ec00;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 80;
}
@media screen and (min-width: 768px) {
  .footerFixNav {
    display: none;
  }
}
.footerFixNav ul {
  display: flex;
  justify-content: center;
  height: 100%;
}
.footerFixNav ul li {
  /*width: 50%;*/
}
.footerFixNav a,
.footerFixNav a:hover {
  color: #000 !important;
}
.ffNav_event,
.ffNav_shiryo {
  border-right: 1px solid #fff;
}
.ffNav_event,
.ffNav_shiryo {
  width: 40%;
}
.ffNav_access {
  width: 20%;
}
.ffNav_event a,
.ffNav_shiryo a {
  text-decoration: none;
  color: #000;
  padding: 10px 0 10px 10px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  vertical-align: middle;
  font-family: "GenShinGothic-A-w", "CorporateLogo-w", "GenShinGothic-w", sans-serif;
}
.footerFixNav ul li a span {
  display: inline-block;
  padding: 8px;
  line-height: 1;
  font-size: 1.4rem;
}
.ffNav_event a span:nth-of-type(1) {
  background-color: #ff3f8c;
  color: #fff;
}
.footerFixNav li a span:nth-of-type(2) {
  background-color: #000;
  color: #fff;
}
.footerFixNav ul li a span:nth-of-type(3) {
  letter-spacing: 0.5rem;
}
.ffNav_shiryo a {
  background-color: #00a78d;
}
.ffNav_shiryo a span:nth-of-type(1) {
  background-color: #026bbc;
  color: #fff;
}
.ffNav_access a {
  background-color: #fae606;
}
.ffNav_access a {
  text-decoration: none;
  color: #000;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-left: 0.2em;
  font-weight: bold;
  vertical-align: middle;
  line-height: 0.6em;
}
.ffNav_access a i {
  display: block;
  font-size: 2.4em;
  margin: 0;
  padding: 0;
  padding-top: 0.2em;
}

/* 20210705*/
.ffNav4 {
  background-color: #fff;
  border-top: 4px solid #b3ec00;
  border-bottom: 4px solid #b3ec00;
}
.ffNav4 ul {
  display: flex;
}
.ffNav4 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  border-left: 2px solid #b3ec00;
  border-right: 2px solid #b3ec00;
}
.ffNav4 li:first-child {
  border-left: 4px solid #b3ec00;
}
.ffNav4 li:last-child {
  border-right: 4px solid #b3ec00;
}

.ffNav4 a {
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.ffNav4 a i {
  display: block;
  font-size: 6vw;
}
.ffNav4 .ffNav4_entry i {
  color: #fc913a;
}
.ffNav4 .ffNav4_event i {
  color: #30a9de;
}
.ffNav4 .ffNav4_shiryo i {
  color: #5cab7d;
}
.ffNav4 .ffNav4_access i {
  color: #e53a40;
}

.ffNav4 .ffNav4_aoentry a {
  line-height: 1.1em;
  color: #e53a40 !important;
}
.ffNav4 .ffNav4_application a {
  line-height: 1.6em;
  color: #e53a40 !important;
}
.ffNav4 .ffNav4_line a {
  line-height: 1.6em;
}

.ffNav4 .ffNav4_event span {
  padding: 0;
  display: inline-block;
  letter-spacing: -0.125em;
  font-size: 3vw;
  transform: scale(0.8, 1);
}

/* 繧ｹ繝槭�荳矩ΚNavi */
.spfNav {
  position: fixed;
  bottom: 0;
  z-index: 80;
  width: 100%;
  height: 60px;
  background-image: url(../../assets/images/spfNav_bg.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .spfNav {
    display: none;
  }
}

.spfNavList {
  display: flex;
}
.spfNavList li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  line-height: 100%;
  border-left: 1px solid #fff;
}
.spfNavList li:first-child {
  border-left: none;
}

.spfNavList a {
  width: 100%;
  height: 60px;
  color: #fff !important;
  font-size: 2.8vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}
.spfNavList span {
  padding: 0;
  display: inline-block;
  letter-spacing: -0.125em;
  font-size: 2.75vw;
  transform: scale(0.8, 1);
}
.spfNavList img {
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .sidemenu {
    display: none;
  }
}
.sidemenu ul {
  position: fixed;
  z-index: 220;
  right: 0;
  top: 170px;
}
.sidemenu ul li img {
  vertical-align: bottom;
}
.sidemenu ul li.sidemenu__2 {
  margin-top: -10px;
}

.sidemenu2 {
  position: fixed;
  z-index: 10;
  left: 10px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .sidemenu2 {
    display: none;
  }
}
.sidemenu2 ul li {
  margin: 10px 0;
  width: 36px;
}
.sidemenu2 ul li img {
  max-width: 100%;
}
/*
.sidemenu ul {
  position: fixed;
  z-index: 220;
  right: 0;
  top: 170px;
}
.sidemenu ul li img {
  vertical-align: bottom;
}
.sidemenu ul li.sidemenu__2 {
  margin-top: 20px;
}
.sidemenu2 {
  position: fixed;
  z-index: 10;
  left: 10px;
  top: 50%;
  transform: translate(0%, -50%);
}
.sidemenu2 ul li {
  margin: 10px 0;
  width: 36px;
}
.sidemenu2 ul li img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sidemenu,
  .sidemenu2 {
    display: none;
  }
}
*/

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 30px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  overflow: hidden;
  z-index: 200;
}
.pagetop a {
  position: relative;
  display: block;
  padding: 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  background: #000;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  opacity: 0.8;
}
.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none;
  }
}

#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: fixed;
  z-index: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

/*==================================*/
/*繝倥ャ繝繝ｼ菫ｮ豁｣ 2022/
/*==================================*/
header .header__menu .header__mm > li > a {
  background-image: none !important;
  background-position: 0 50% !important;
}
header .header__menu .header__mm > li > a.__open,
header .header__menu .header__mm > li > a:hover {
  background-position: 0 50% !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #b5ec00 0%) !important;
  color: #004f9d !important;
}

/* ----------------------------------------------
 蜷�き繝�ざ繝ｪ荳矩Κ繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ
---------------------------------------------- */
nav#sNav {
  margin-top: 40px;
}
.nav_bottom {
  padding: 20px;
  background: #ffffff;
}
.nav_bottom h4 {
  background: #000000;
}
.nav_bottom h4 a {
  color: #fff !important;
  display: block;
  padding: 5px 1rem;
  margin: 0 10px;
  border-bottom: 2px solid #13a200;
}
.nav_bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_bottom ul li {
  width: 47%;
  font-size: 16px;
  padding: 15px 1rem 5px;
  border-bottom: 1px dotted #000;
}
.nav_bottom ul li a {
  display: block;
  color: #000000;
}
.nav_bottom ul li a:before {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .nav_bottom ul li {
    width: 100%;
  }
  .nav_bottom h4 {
    margin-bottom: 10px;
  }
}
