@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Noto+Sans+JP:wght@400;500&display=swap");
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Noto Serif JP", "ヒラギノ角ゴ Pro", "游ゴシック", "ヒラギノ明朝 Pro", "Oswald", "メイリオ", "游ゴシック", "Noto Serif", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  line-height: 1.7;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: 400;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}

body {
  margin: auto;
}

small {
  font-size: 70%;
}

/*--------------------------responsive ---------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
body {
  padding-top: 10.9rem;
}

@media screen and (max-width: 1200px) {
  html, body {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 1.3020833333vw;
  }
  body {
    padding-top: 12rem;
    position: static;
  }
  body.is-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  font-weight: 400;
}

p, td, label, div, ul, li, strong, input, a {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

p, label, div, strong, input {
  display: block;
}

/*
p {
  white-space: pre-line;
}
*/
.l_con,
.c_con,
.s_con {
  display: block;
  margin: auto;
  z-index: 0;
}

.l_con {
  width: 120rem;
}

.c_con {
  width: 98rem;
}

@media screen and (max-width: 767px) {
  p, td, label, div, ul, li, strong, input, a {
    font-size: 2.8rem;
  }
  .l_con,
  .c_con {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.opacity {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.opacity:hover {
  opacity: 0.7;
}

:root {
  --font-en: "Oswald", sans-serif;
  --font-gotham: "Montserrat", "Noto Sans CJK JP", "Noto Sans JP", "Noto Serif JP", "ヒラギノ角ゴ Pro", "游ゴシック", "ヒラギノ明朝 Pro", "Oswald", "メイリオ", "游ゴシック", "Noto Serif", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

/*---------------------------textalign----------------*/
.textCenter {
  text-align: center;
}

/*---------------------------img----------------*/
.img_full {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
}

.img_cover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/*---------------------------header----------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  background: #fff;
  border-bottom: 1px solid #c3c3c3;
}
#header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header .header_inner .logo {
  width: 36rem;
}
#header .header_inner .logo a {
  height: 100%;
  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;
}
#header .header_inner .logo img {
  width: 30rem;
}
#header .header_inner .header_right {
  width: calc(100% - 36rem);
  border-left: 1px solid #c3c3c3;
}
#header .header_inner .header_right_top {
  height: 4.9rem;
  border-bottom: 1px solid #c3c3c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header_inner .header_right_top .tanioka {
  width: 17.7rem;
  margin-left: 2.4rem;
}
#header .header_inner .header_right_top .menu_link {
  margin-left: auto;
  margin-right: 1.4rem;
}
#header .header_inner .header_right_top .menu_link li {
  display: inline-block;
  list-style: none;
  margin-left: 3rem;
}
#header .header_inner .header_right_top .menu_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header_inner .header_right_top .menu_link li a .icon_pc {
  width: 2.6rem;
}
#header .header_inner .header_right_top .menu_link li a .icon_memo {
  width: 1.6rem;
}
#header .header_inner .header_right_top .menu_link li a .icon_pin {
  width: 1.24rem;
}
#header .header_inner .header_right_top .menu_link li a .icon_mail {
  width: 1.9rem;
}
#header .header_inner .header_right_top .menu_link li a span {
  margin-left: 0.6rem;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0.05em;
}
#header .header_inner .header_right_top #header_search {
  height: 100%;
}
#header .header_inner .header_right_top #header_search .pc {
  height: 100%;
}
#header .header_inner .header_right_top #header_search a {
  width: 4.9rem;
  height: 100%;
  background: #cccccc;
  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;
}
#header .header_inner .header_right_top #header_search a img {
  width: 2rem;
}
#header .header_inner .header_right_bottom .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .header_inner .header_right_bottom .menu > li {
  list-style: none;
  position: relative;
}
#header .header_inner .header_right_bottom .menu > li > a {
  font-size: 1.4rem;
  position: relative;
  padding: 0 3rem;
  height: 6rem;
  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;
}
#header .header_inner .header_right_bottom .menu > li > a:hover {
  color: #fff;
  background: #003c89;
}
#header .header_inner .header_right_bottom .menu > li > a:after {
  content: "";
  width: 1px;
  height: 2rem;
  background: #999999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1rem;
}
#header .header_inner .header_right_bottom .menu > li .menu_child li {
  border: 1px solid #c3c3c3;
  margin-top: -1px;
  list-style: none;
}
#header .header_inner .header_right_bottom .menu > li .menu_child li a {
  font-size: 1.3rem;
  display: block;
  text-align: center;
  padding: 0.5rem 0;
  background: #fff;
}
#header .header_inner .header_right_bottom .menu > li .menu_child li a:hover {
  color: #fff;
  background: #003c89;
}

@media screen and (min-width: 768px) {
  #header .header_inner .header_right_bottom .menu > li.menu_parent:hover .menu_child {
    opacity: 1;
    pointer-events: auto;
  }
  #header .header_inner .header_right_bottom .menu > li .menu_child {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header .header_inner {
    height: 12rem;
  }
  #header .header_inner .logo {
    margin-left: 2rem;
    width: 41.8rem;
  }
  #header .header_inner .logo img {
    width: 41.8rem;
  }
  #header .header_inner #menu_trigger {
    cursor: pointer;
    position: absolute;
    top: 2.6rem;
    right: 1.8rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: 1px solid #000000;
  }
  #header .header_inner #menu_trigger span {
    width: 3.6rem;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -1.8rem;
  }
  #header .header_inner #menu_trigger span:before, #header .header_inner #menu_trigger span:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .header_inner #menu_trigger span:before {
    top: -1rem;
  }
  #header .header_inner #menu_trigger span:after {
    top: 1rem;
  }
  #header .header_inner #menu_trigger.is-open span {
    background: transparent;
  }
  #header .header_inner #menu_trigger.is-open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .header_inner #menu_trigger.is-open span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header .header_inner .header_right {
    display: none;
    width: 100%;
    border-left: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #003b8f;
    color: #fff;
  }
  #header .header_inner .menu_content_inner {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #header .header_inner .header_right_top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
    border-bottom: none;
    display: block;
  }
  #header .header_inner .header_right_top .tanioka {
    display: none;
  }
  #header .header_inner .header_right_top .menu_link {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header .header_inner .header_right_top .menu_link li {
    margin-left: 0;
    width: 25%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  #header .header_inner .header_right_top .menu_link li:first-child {
    border-left: none;
  }
  #header .header_inner .header_right_top .menu_link li a {
    padding-top: 15.4rem;
    padding-bottom: 2.4rem;
    position: relative;
  }
  #header .header_inner .header_right_top .menu_link li a img {
    position: absolute;
    top: 5.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #header .header_inner .header_right_top .menu_link li a .icon_pc {
    width: 8.7rem;
  }
  #header .header_inner .header_right_top .menu_link li a .icon_memo {
    width: 5.2rem;
  }
  #header .header_inner .header_right_top .menu_link li a .icon_pin {
    width: 4.2rem;
  }
  #header .header_inner .header_right_top .menu_link li a .icon_mail {
    width: 6.5rem;
    top: 6.1rem;
  }
  #header .header_inner .header_right_top .menu_link li a span {
    margin-left: 0;
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 1.1923076923;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
  }
  #header .header_inner .header_right_top #header_search {
    height: auto;
    padding: 8rem 5rem;
  }
  #header .header_inner .header_right_top #header_search .header_search_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header .header_inner .header_right_top #header_search .header_search_box #s {
    border: none;
    background: #fff;
    font-size: 3.2rem;
    padding: 2.4rem 3rem;
    width: calc(100% - 9.3rem);
  }
  #header .header_inner .header_right_top #header_search .header_search_box #searchsubmit {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 9.3rem;
    background: url(../images/common/icon_search.svg) center center no-repeat #CCCCCC;
    background-size: 3.8rem auto;
  }
  #header .header_inner .header_right_top .link_sns {
    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;
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
  #header .header_inner .header_right_top .link_sns li {
    list-style: none;
    margin: 0 2rem;
  }
  #header .header_inner .header_right_top .link_sns li .icon_fb {
    width: 5.9rem;
  }
  #header .header_inner .header_right_top .link_sns li .icon_x {
    width: 5.7rem;
  }
  #header .header_inner .header_right_top .link_sns li .icon_line {
    width: 5.8rem;
  }
  #header .header_inner .header_right_top .link_sns li .icon_insta {
    width: 5.8rem;
  }
  #header .header_inner .header_right_top .link_sns li .icon_youtube {
    width: 7rem;
  }
  #header .header_inner .header_right_bottom {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  #header .header_inner .header_right_bottom .menu {
    display: block;
  }
  #header .header_inner .header_right_bottom .menu > li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #header .header_inner .header_right_bottom .menu > li > a {
    font-size: 3.4rem;
    padding: 3rem;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #fff;
  }
  #header .header_inner .header_right_bottom .menu > li > a:after {
    content: "";
    width: 5.1rem;
    height: 4.2rem;
    background: url(../images/common/menu_arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 3.8rem;
    top: 50%;
    margin-top: -2.1rem;
  }
  #header .header_inner .header_right_bottom .menu > li.menu_parent > a:after {
    display: none;
    right: 3.8rem;
    top: 50%;
  }
  #header .header_inner .header_right_bottom .menu > li.menu_parent > a .menu_parent_link {
    display: block;
    position: absolute;
    width: 5.1rem;
    height: 5.1rem;
    z-index: 10;
    right: 3.8rem;
    top: 50%;
    margin-top: -2.55rem;
  }
  #header .header_inner .header_right_bottom .menu > li.menu_parent > a .menu_parent_link:before, #header .header_inner .header_right_bottom .menu > li.menu_parent > a .menu_parent_link:after {
    content: "";
    width: 5.1rem;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .header_inner .header_right_bottom .menu > li.menu_parent > a .menu_parent_link:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #header .header_inner .header_right_bottom .menu > li.menu_parent.is-open a .menu_parent_link:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /*opacity:0;*/
  }
  #header .header_inner .header_right_bottom .menu > li .menu_child {
    display: none;
    background: #000054;
  }
  #header .header_inner .header_right_bottom .menu > li .menu_child li {
    border: none;
    border-top: 1px solid #fff;
    margin-top: 0;
  }
  #header .header_inner .header_right_bottom .menu > li .menu_child li a {
    color: #fff;
    font-size: 3.4rem;
    text-align: left;
    padding: 3rem;
    position: relative;
    background: #000054;
  }
  #header .header_inner .header_right_bottom .menu > li .menu_child li a:after {
    content: "";
    width: 5.1rem;
    height: 4.2rem;
    background: url(../images/common/menu_arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 3.8rem;
    top: 50%;
    margin-top: -2.1rem;
  }
}
.footer_sitemap {
  background: #F9F6DB;
  padding: 6rem 0 5rem;
}
.footer_sitemap .footer_sitemap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3rem;
}
.footer_sitemap .footer_sitemap_item {
  width: calc(25% - 3rem);
  margin-left: 3rem;
}
.footer_sitemap .footer_sitemap_item .footer_sitemap_parent {
  width: 100%;
  height: 6.2rem;
  border: 1px solid #000;
  font-size: 1.8rem;
  font-weight: 500;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_sitemap .footer_sitemap_item .footer_sitemap_parent:hover {
  background: #000;
  color: #fff;
}
.footer_sitemap .footer_sitemap_item .footer_sitemap_child {
  padding-top: 2.4rem;
  padding-left: 2.4rem;
}
.footer_sitemap .footer_sitemap_item .footer_sitemap_child li {
  list-style: none;
}
.footer_sitemap .footer_sitemap_item .footer_sitemap_child li a {
  position: relative;
  padding-left: 2rem;
  font-size: 1.4rem;
}
.footer_sitemap .footer_sitemap_item .footer_sitemap_child li a:before {
  content: "";
  background: #969696;
  width: 1.5rem;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
}
.footer_sitemap .footer_sitemap_item .footer_sitemap_child li ul {
  margin-left: 2rem;
}
.footer_sitemap .footer_sitemap_item .footer_sitemap_child li ul li a:before {
  content: "・";
  background: transparent;
  margin-top: 0;
  width: auto;
  height: auto;
  top: 0;
}
.footer_sitemap .footer_sitemap_item .footer_sitemap_child li ul li + li {
  margin-top: 0;
}
.footer_sitemap .footer_sitemap_item .footer_sitemap_child li + li {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .footer_sitemap {
    padding: 12rem 4rem;
  }
  .footer_sitemap .footer_sitemap_inner {
    margin-left: -3rem;
    margin-top: -4.5rem;
  }
  .footer_sitemap .footer_sitemap_item {
    width: calc(50% - 3rem);
    margin-left: 3rem;
    margin-top: 4.5rem;
  }
  .footer_sitemap .footer_sitemap_item .footer_sitemap_parent {
    height: 9rem;
    font-size: 2.9rem;
  }
  .footer_sitemap .footer_sitemap_item .footer_sitemap_child {
    padding-top: 2rem;
    padding-left: 0rem;
  }
  .footer_sitemap .footer_sitemap_item .footer_sitemap_child li a {
    padding-left: 2.7rem;
    font-size: 2.5rem;
  }
  .footer_sitemap .footer_sitemap_item .footer_sitemap_child li a:before {
    width: 2rem;
  }
  .footer_sitemap .footer_sitemap_item .footer_sitemap_child li + li {
    margin-top: 2.4rem;
  }
}
.gakuen_banner {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}
.gakuen_banner .gakuen_banner_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gakuen_banner .gakuen_banner_left {
  width: 66rem;
}
.gakuen_banner .gakuen_banner_right {
  margin-left: auto;
  width: 28rem;
}
.gakuen_banner h3 {
  padding-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.gakuen_banner h3 img {
  width: 23.5rem;
}
.gakuen_banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.8rem;
}
.gakuen_banner ul li {
  width: 8.6rem;
  margin-left: 0.8rem;
  list-style: none;
}
.gakuen_banner ul li a {
  display: block;
}
.gakuen_banner ul li img {
  width: 100%;
}
.gakuen_banner ul li span {
  display: block;
  margin-top: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .gakuen_banner {
    padding: 10rem 4rem 11rem;
  }
  .gakuen_banner .gakuen_banner_left {
    width: 100%;
  }
  .gakuen_banner .gakuen_banner_right {
    width: 100%;
    margin-top: 7rem;
  }
  .gakuen_banner h3 {
    padding-bottom: 2.4rem;
    font-size: 3.5rem;
  }
  .gakuen_banner h3 img {
    width: 58.1rem;
    padding-bottom: 1.6rem;
  }
  .gakuen_banner ul {
    margin-top: -5.6rem;
    margin-left: -2.4rem;
  }
  .gakuen_banner ul li {
    width: calc(33.333% - 2.4rem);
    margin-top: 5.6rem;
    margin-left: 2.4rem;
  }
  .gakuen_banner ul li span {
    margin-top: 1.6rem;
    font-size: 2.7rem;
    line-height: 1.2962962963;
  }
}
#footer {
  background: #F1F3F3;
}
#footer .footer_inner {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer_menu_left {
  width: 50%;
}
#footer .footer_menu_left ul li {
  list-style: none;
  display: inline-block;
}
#footer .footer_menu_left ul li:first-child {
  padding-right: 3rem;
  border-right: 1px solid #000;
}
#footer .footer_menu_left ul li:last-child {
  padding-left: 3rem;
}
#footer .footer_menu_left ul li a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#footer .footer_menu_right {
  width: 50%;
}
#footer .footer_menu_right ul {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 41rem;
}
#footer .footer_menu_right ul li {
  list-style: none;
  width: 33.333%;
  margin-left: -1px;
}
#footer .footer_menu_right ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  height: 4rem;
  border: 1px solid #505050;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .footer_menu_right ul li a:hover {
  background: #505050;
  color: #fff;
}
#footer .footer_bottom {
  width: 100%;
  padding-top: 3.5rem;
}
#footer .footer_bottom .footer_logo {
  display: block;
  margin: 0 auto;
  width: 31.3rem;
  margin-bottom: 1rem;
}
#footer .footer_bottom .add {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
#footer small {
  padding: 1.2rem 0 2.4rem;
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #505050;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  #footer .footer_inner {
    padding: 12ren 4rem 8rem;
  }
  #footer .footer_menu_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-top: 11.5rem;
  }
  #footer .footer_menu_left ul li:first-child {
    padding-right: 5.5rem;
  }
  #footer .footer_menu_left ul li:last-child {
    padding-left: 5.5rem;
  }
  #footer .footer_menu_left ul li a {
    font-size: 2.7rem;
  }
  #footer .footer_menu_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #footer .footer_menu_right ul {
    width: 100%;
    margin-top: -3.5rem;
  }
  #footer .footer_menu_right ul li {
    width: 100%;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 3.5rem;
  }
  #footer .footer_menu_right ul li a {
    font-size: 3.5rem;
    height: 10.8rem;
  }
  #footer .footer_bottom {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 11rem;
  }
  #footer .footer_bottom .footer_logo {
    width: 60.3rem;
    margin-bottom: 2.5rem;
  }
  #footer .footer_bottom .add {
    font-size: 2.3rem;
    line-height: 1.5652173913;
  }
  #footer small {
    padding: 3rem 0;
    font-size: 1.9rem;
    line-height: 1.6842105263;
  }
}
article.second {
  position: relative;
}

.breadcrumb_wrap {
  padding: 1.4rem 0;
  /*
  	position:absolute;
  	top:0;
  	left:0;
  	width:100%;
  */
  z-index: 10;
}
.breadcrumb_wrap .breadcrumb {
  font-size: 0;
}
.breadcrumb_wrap .breadcrumb li {
  list-style: none;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 0.5em;
}
.breadcrumb_wrap .breadcrumb li a {
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  .breadcrumb_wrap {
    padding: 1.4rem 2rem;
  }
  .breadcrumb_wrap .breadcrumb li {
    font-size: 2.2rem;
  }
}
.wp-pagenavi {
  padding-top: 4.5rem;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-weight: 500;
  font-size: 1.7rem;
  margin: 0 0.8rem;
}
.wp-pagenavi a {
  color: #d8dada;
}
.wp-pagenavi span {
  color: #000;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding-top: 9rem;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 3.3rem;
    margin: 0 1rem;
  }
}
.new {
  color: #fff;
  background: #e55a24;
  line-height: 1;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.3rem 2.4rem;
}

@media screen and (max-width: 767px) {
  .new {
    font-size: 2.3rem;
    padding: 0.5rem 4rem;
  }
}
html :where(img[class*=wp-image-]) {
  width: auto;
  height: auto;
  max-width: 100%;
}