@charset "UTF-8";
/* !!------------------------------------ */
/* !! クリップ */
/* CSS Document */
html {
  font-size: 62.5%;
  margin: 0; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 2.67vw !important; } }
  @media screen and (max-width: 1366px) {
    html {
      font-size: 0.73vw; } }

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

.flx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

body.showBlk * {
  background-color: rgba(255, 0, 0, 0.2); }

body.showBlk * * {
  background-color: rgba(0, 255, 0, 0.2); }

body.showBlk * * * {
  background-color: rgba(0, 0, 255, 0.2); }

body.showBlk * * * * {
  background-color: rgba(255, 0, 255, 0.2); }

body.showBlk * * * * * {
  background-color: rgba(0, 255, 255, 0.2); }

body.showBlk * * * * * * {
  background-color: rgba(255, 255, 0, 0.2); }

body.showBlk * * * * * * * {
  background-color: rgba(255, 0, 0, 0.2); }

body.showBlk * * * * * * * * {
  background-color: rgba(0, 255, 0, 0.2); }

body.showBlk * * * * * * * * * {
  background-color: rgba(0, 0, 255, 0.2); }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none; }

ul {
  list-style: none; }

h1, h2, h3, h4, ul, ol, dl, dd, p, hr, figure {
  margin: 0;
  padding: 0; }

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

form {
  margin-bottom: 0; }

::-moz-selection {
  color: #fff;
  background: #2C3F89; }

::selection {
  color: #fff;
  background: #2C3F89; }

::-moz-selection {
  color: #2C3F89; }

input::-moz-selection, textarea::-moz-selection {
  color: #221814;
  background: #dbdcdc; }

input::selection, textarea::selection {
  color: #221814;
  background: #dbdcdc; }

input[type=text], input[type=tel], input[type=email], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none; }

p {
  line-height: 1.87;
  font-size: 1.6rem;
  text-align: justify; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 16px;
      line-height: 1.75; } }

.ar {
  text-align: right; }

.ac {
  text-align: center; }

i {
  font-style: normal; }

.fr {
  float: right; }

.idx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.nh {
  opacity: 0;
  pointer-events: none; }

@media screen and (max-width: 767px) {
  .sp {
    display: block !important; }
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .pc {
    display: block !important; }
  .sp {
    display: none !important; } }

.img img:not(.static) {
  width: 100% !important;
  height: auto !important; }

hr.dot {
  display: block;
  border: none;
  height: 2px;
  background-image: url(../img/dec-dot@2x.png);
  background-repeat: no-repeat;
  background-size: auto 2px;
  background-position: center center; }

/* !!------------------------------------ */
/* !! 印刷 */
@media print {
  .main_head {
    display: none; }
  #header {
    display: none; }
  #footer {
    display: none; } }

/* !!------------------------------------ */
/* !! 共通css */
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN","YuGothic",Meiryo,"メイリオ",sans-serif !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #000;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 50px; } }
  @media screen and (min-width: 768px) {
    body {
      padding-top: 83px; } }

#no_logged_in:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em; }

main {
  display: block;
  padding-bottom: 0px; }
  @media screen and (max-width: 767px) {
    main {
      overflow-x: hidden;
      width: 100vw; }
      .has-submenu main {
        padding-bottom: 100px; } }

span.edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  width: 60px;
  font-size: 12px;
  background: #ccc;
  color: #fff; }

.hide {
  display: none; }

/* !!------------------------------------ */
/* !! header */
#header {
  height: 45px;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F2F2F2;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    #header {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 50px;
      position: absolute; } }
  @media screen and (min-width: 768px) {
    #header {
      height: 80px; } }
  #header .h1-title {
    height: 30px;
    width: auto;
    font-size: 0;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      #header .h1-title {
        width: 11.3rem;
        height: 5.5rem;
        position: absolute;
        top: 0;
        left: 2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        #header .h1-title a {
          height: 100%;
          display: block; }
          #header .h1-title a img {
            width: 100% !important;
            height: auto !important; } }
    #header .h1-title img {
      height: 100%; }

#menu-btn {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 768px) {
    #menu-btn {
      display: none; } }
  #menu-btn i {
    width: 30px;
    height: 1px;
    background: #000;
    display: block; }

#bnr-contact {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2; }
  #bnr-contact a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #F15A24;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    border-radius: 8px; }
    #bnr-contact a:before {
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      background-image: url(../img/global/icon-mail.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center center; }
      @media screen and (max-width: 767px) {
        #bnr-contact a:before {
          display: none; } }
    #bnr-contact a i {
      font-size: 1.1rem;
      line-height: 1;
      margin: 1px 0;
      color: #F15A24; }
  @media screen and (min-width: 768px) {
    #bnr-contact {
      width: 17rem;
      padding: 13px 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-right: 10px; }
      #bnr-contact a {
        border-radius: 0;
        padding-left: 4.5rem; }
        #bnr-contact a:before {
          content: "";
          width: 4rem;
          height: 4rem;
          position: absolute;
          top: 50%;
          left: 1rem;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        #bnr-contact a i {
          font-size: 1.6rem; } }

.btn-grp {
  height: 100%;
  position: absolute;
  right: 1.5rem;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 768px) {
    .btn-grp {
      display: none !important; } }
  .btn-grp a {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 99px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 10px; }

/* !! - - -  */
/* !! nav#tab */
@media screen and (min-width: 768px) {
  nav.tab.sp {
    display: none !important; } }

nav.tab > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  nav.tab > ul > li {
    height: 4rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      nav.tab > ul > li {
        width: calc(100vw/3);
        opacity: .5; }
        nav.tab > ul > li.current {
          opacity: 1; } }
    nav.tab > ul > li > a {
      width: 100%;
      position: relative;
      z-index: 1;
      overflow: hidden;
      font-size: 14px; }
      nav.tab > ul > li > a:before {
        content: "";
        z-index: 1; }
      nav.tab > ul > li > a:after {
        content: "";
        position: absolute;
        top: 0px;
        top: 0px;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 4rem; }
        @media screen and (min-width: 768px) {
          nav.tab > ul > li > a:after {
            height: 100%;
            -webkit-transform: skew(30deg);
                -ms-transform: skew(30deg);
                    transform: skew(30deg);
            -webkit-transform-origin: bottom left;
                -ms-transform-origin: bottom left;
                    transform-origin: bottom left;
            border-radius: 0 12px 0 0; } }
      nav.tab > ul > li > a span {
        z-index: 1;
        position: relative; }
    nav.tab > ul > li.yoshoka a:after {
      content: "";
      background-image: url(../img/global/bg-yoshoka.png);
      background-repeat: no-repeat;
      background-size: 500px;
      background-position: center center; }
    nav.tab > ul > li.yoshoka a:before {
      background-image: url(../img/global/icon-kids.png);
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
    nav.tab > ul > li.tankyuka a:after {
      content: "";
      background-image: url(../img/global/bg-tankyuka.png);
      background-repeat: no-repeat;
      background-size: 500px;
      background-position: center center; }
    nav.tab > ul > li.tankyuka a:before {
      background-image: url(../img/global/icon-book.png);
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
    nav.tab > ul > li.shigotojuku a:after {
      content: "";
      background-image: url(../img/global/bg-shigotojuku.png);
      background-repeat: no-repeat;
      background-size: 500px;
      background-position: center center; }
    nav.tab > ul > li.shigotojuku a:before {
      background-image: url(../img/global/icon-group.png);
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
    nav.tab > ul > li.yugakusha a:after {
      content: "";
      background-image: url(../img/global/bg-yugakusha.png);
      background-repeat: no-repeat;
      background-size: 500px;
      background-position: center center; }
    nav.tab > ul > li.yugakusha a:before {
      background-image: url(../img/global/icon-human.png);
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
    nav.tab > ul > li.ruigakusha a:after {
      content: "";
      background-image: url(../img/global/bg-ruigakusha.png);
      background-repeat: no-repeat;
      background-size: 500px;
      background-position: center center; }
    nav.tab > ul > li.ruigakusha a:before {
      background-image: url(../img/global/icon-school.png);
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center;
      margin-top: -3px; }
    nav.tab > ul > li.nogyo-shizen a:after {
      content: "";
      background-image: url(../img/global/bg-nogyo-shizen.png);
      background-repeat: no-repeat;
      background-size: 500px;
      background-position: center center; }
    nav.tab > ul > li.nogyo-shizen a:before {
      background-image: url(../img/global/icon-begi.png);
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
    nav.tab > ul > li > a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      line-height: 1;
      margin-bottom: 0;
      letter-spacing: .1em;
      font-size: 1.2rem; }
      @media screen and (max-width: 767px) {
        nav.tab > ul > li > a {
          font-size: 1.4rem !important; } }
      nav.tab > ul > li > a:before {
        content: "";
        width: 30px;
        height: 30px;
        display: block;
        margin-right: 5px; }

/* !!---- */
/* !! gnav */
@media screen and (max-width: 767px) {
  .tab.gnav {
    background: #eee;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    background: #efefef;
    -webkit-transition: 500ms cubic-bezier(0.9, 0, 0.4, 0.97);
    -o-transition: 500ms cubic-bezier(0.9, 0, 0.4, 0.97);
    transition: 500ms cubic-bezier(0.9, 0, 0.4, 0.97);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
    .menu_on .tab.gnav {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .menu_on .tab.gnav {
      pointer-events: auto;
      opacity: 1; } }

@media screen and (max-width: 767px) {
  .tab.gnav > ul {
    display: block;
    width: 100%;
    padding: 20px;
    height: calc(100% - 45px);
    position: relative;
    z-index: 1;
    overflow: auto; } }

@media screen and (min-width: 768px) {
  .tab.gnav > ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: visible; } }

.tab.gnav > ul > li {
  width: 100%;
  margin-bottom: 10px;
  height: auto;
  border-radius: 4px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .tab.gnav > ul > li {
      width: 16.4rem;
      margin-bottom: 0; }
      .tab.gnav > ul > li:before {
        content: "";
        border-radius: 0 4px 0 0; } }
  .tab.gnav > ul > li > a {
    font-size: 1.3rem;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .tab.gnav > ul > li > a {
        border-radius: 4px 4px  0 0; } }
    @media screen and (min-width: 768px) {
      .tab.gnav > ul > li > a {
        height: 5rem;
        font-size: 1.3rem;
        white-space: nowrap;
        font-weight: bold;
        padding-right: 2.4rem;
        border-radius: 14px 12px 0 0; }
        .tab.gnav > ul > li > a:after {
          content: "";
          border-right: 0 4px 0 0 !important; }
        .tab.gnav > ul > li > a:before {
          content: "";
          width: 3rem !important;
          height: 3rem !important;
          background-size: 100%  !important;
          margin-right: 5px;
          z-index: 1; } }
  @media screen and (min-width: 768px) {
    .tab.gnav > ul > li.nogyo-shizen {
      width: 18.0rem; } }

.tab.gnav ul.sub {
  border-radius: 0 0 4px 4px; }
  @media screen and (min-width: 768px) {
    .tab.gnav ul.sub {
      display: none;
      position: absolute;
      top: 50px;
      background: #eee;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .tab.gnav ul.sub {
      background: #fff; } }
  .tab.gnav ul.sub li {
    margin-bottom: 0;
    border-bottom: 1px dashed #c0c0c0; }
    .tab.gnav ul.sub li:last-of-type {
      border: none; }
    .tab.gnav ul.sub li a {
      height: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      white-space: nowrap;
      margin-bottom: 0;
      padding: 0 15px;
      font-size: 12px;
      letter-spacing: .1em; }

/* !!------------------------------------ */
/* !! フッター */
#footer {
  padding-top: 60px; }
  #footer .inner {
    height: auto;
    height: auto !important; }
  #footer .f-logo {
    width: 190px; }
    @media screen and (max-width: 767px) {
      #footer .f-logo {
        width: 66px; } }
  #footer ._1 a {
    display: block;
    margin: 0 20px; }
    @media screen and (max-width: 767px) {
      #footer ._1 a {
        margin: 0 auto; } }
  #footer ._3 {
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      #footer ._3 {
        background: #ccc;
        height: 50px !important; } }

#footer_nav {
  margin: 90px 0 50px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    #footer_nav {
      display: none; } }
  #footer_nav > nav {
    display: block;
    margin: 0 20px; }
    #footer_nav > nav .hd {
      font-size: 20px;
      white-space: nowrap;
      line-height: 1;
      margin-bottom: 10px;
      font-weight: bold; }
    #footer_nav > nav ul {
      font-size: 12px;
      letter-spacing: .05em;
      line-height: 2; }

nav.sp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 768px) {
    nav.sp {
      display: none !important; } }
  nav.sp a {
    font-size: 11px; }
  nav.sp i {
    text-align: center;
    color: #999; }

a.toTop {
  position: fixed;
  bottom: 50px;
  right: -30px;
  background: rgba(216, 216, 216, 0.5);
  width: 80px;
  height: 80px;
  border-radius: 999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
  @media screen and (max-width: 767px) {
    a.toTop {
      width: 50px;
      height: 50px;
      padding-left: 5px;
      bottom: 100px; }
      a.toTop img {
        width: 16px;
        height: auto; } }
  .foot_inview a.toTop {
    bottom: 120px; }
    @media screen and (max-width: 767px) {
      .foot_inview a.toTop {
        bottom: 250px; } }

#footer {
  background: #f2f2f2;
  position: relative; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 1.5rem; } }
  .has-page-footer #footer {
    margin-top: 55px; }
  .is-iphonex #footer {
    margin-top: 70px; }
  .foot_inview #footer {
    margin-top: 0 !important; }
  @media screen and (min-width: 768px) {
    #footer .inner {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 80px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.f-nav2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.5rem 0; }
  @media screen and (min-width: 768px) {
    .f-nav2 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 30px;
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -ms-flex !important;
      display: -o-flex !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  .f-nav2 a {
    height: 1.5rem;
    background: #286EB8;
    width: calc((100% - 1rem) / 3);
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
    .f-nav2 a i {
      font-size: 2rem;
      display: block; }
      @media screen and (max-width: 767px) {
        .f-nav2 a i {
          -webkit-transform: scale(0.5);
              -ms-transform: scale(0.5);
                  transform: scale(0.5); } }
      @media screen and (min-width: 768px) {
        .f-nav2 a i {
          font-size: 16px;
          letter-spacing: .1em; } }
    @media screen and (min-width: 768px) {
      .f-nav2 a {
        height: 30px;
        min-width: 150px;
        width: auto;
        padding: 0 15px;
        margin: 0 10px;
        font-size: 16px !important; } }

.f-nav2_2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  margin: 10px 0;
  line-height: 1; }
  .f-nav2_2 a img {
    height: 3.8rem !important;
    width: auto; }

.f-nav3 {
  font-size: 1rem;
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    .f-nav3 {
      font-size: 1.8rem; } }
  .f-nav3 address {
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    margin-right: 70px; }
    @media screen and (max-width: 767px) {
      .f-nav3 address {
        margin-right: 0; } }
  .f-nav3 a, .f-nav3 address {
    font-size: 12px;
    line-height: 1;
    height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .f-nav3 a, .f-nav3 address {
        font-size: 10px !important;
        height: auto; } }

address.pc {
  text-align: center;
  height: 30px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  font-style: normal;
  letter-spacing: .1em; }

/* !!------------------------------------ */
/* !! MV */
@media screen and (min-width: 768px) {
  #mv-slide .cell {
    width: 100vw; } }

#mv-slide .cell img {
  width: 100% !important;
  height: auto !important; }
  @media screen and (min-width: 768px) {
    #mv-slide .cell img {
      height: auto !important;
      width: 100vw; } }

.slick-dots {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  position: absolute;
  bottom: 10px;
  left: 0; }
  @media screen and (max-width: 767px) {
    .slick-dots {
      position: relative;
      margin-top: 20px;
      bottom: 0; } }
  .slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 99px;
    padding: 0;
    margin: 0 5px;
    background: #ccc; }
  .slick-dots li.slick-active button {
    background: #888 !important; }

/* !!------------------------------------ */
/* !! 学舎を探す */
#gakusha .mention {
  text-align: center;
  line-height: 1.6;
  color: #333;
  padding: 30px 0;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    #gakusha .mention {
      text-align: justify;
      padding: 0;
      line-height: 1.8;
      padding-bottom: 20px; } }

.top_branch_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .top_branch_wrap .top_branch_content {
    padding: 30px 0;
    padding-left: 100px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .top_branch_wrap .top_branch_content {
        width: 48%;
        border-bottom: 1px solid #b3b3b3; } }
    @media screen and (max-width: 767px) {
      .top_branch_wrap .top_branch_content {
        padding: 15px 1.5rem;
        padding-left: 100px;
        position: relative; }
        .top_branch_wrap .top_branch_content > * {
          position: relative;
          z-index: 1; }
        .top_branch_wrap .top_branch_content:before {
          content: "";
          z-index: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 200%;
          height: 100%;
          background: #f2f2f2;
          left: -30px; }
        .top_branch_wrap .top_branch_content:nth-of-type(2n):before {
          content: "";
          background: #fff; } }
  .top_branch_wrap .ttl {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 0;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .top_branch_wrap .ttl {
        font-size: 16px;
        top: 16px; } }
  .top_branch_wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .top_branch_wrap ul li {
      margin: 10px;
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        .top_branch_wrap ul li {
          font-size: 16px;
          margin: 0;
          line-height: 1;
          margin-right: 10px; }
          .top_branch_wrap ul li p {
            line-height: 1.6;
            margin-bottom: 5px; } }
  .top_branch_wrap a {
    color: #2fab6f;
    line-height: 1;
    font-size: 15px;
    letter-spacing: 0; }

/* !!------------------------------------ */
/* !! 説明会・相談会 */
#briefing_schedule_list {
  margin-bottom: 100px; }
  @media screen and (min-width: 768px) {
    #briefing_schedule_list .list-wrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    #briefing_schedule_list .list-wrap ul {
      width: 50%; } }
  #briefing_schedule_list .list-wrap ul > li {
    margin-top: 50px;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      #briefing_schedule_list .list-wrap ul > li {
        margin-top: 30px; } }
    #briefing_schedule_list .list-wrap ul > li a {
      display: inline-block;
      margin-bottom: 10px;
      color: #2FAB6F;
      font-weight: bold;
      border-bottom: 1px solid #2FAB6F; }
    #briefing_schedule_list .list-wrap ul > li .time {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 767px) {
        #briefing_schedule_list .list-wrap ul > li .time {
          padding: 10px 0;
          display: block;
          position: relative; }
          #briefing_schedule_list .list-wrap ul > li .time:nth-of-type(2n+1):before {
            content: "";
            background: #fff; }
          #briefing_schedule_list .list-wrap ul > li .time:before {
            content: "";
            width: 100vw;
            height: 100%;
            position: absolute;
            left: -1.5rem;
            top: 0;
            z-index: 0;
            background: #eee;
            border-bottom: 1px solid #eee; }
          #briefing_schedule_list .list-wrap ul > li .time > * {
            position: relative;
            z-index: 1; }
          #briefing_schedule_list .list-wrap ul > li .time > div {
            width: 100%;
            margin-left: 0;
            font-size: 13px; } }
    #briefing_schedule_list .list-wrap ul > li .txt-wrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: .5em; }
      #briefing_schedule_list .list-wrap ul > li .txt-wrap .txt2 {
        margin-left: .5em; }

/* !!------------------------------------ */
/* !! セクショントップ・下層共通 */
.main_content {
  max-width: 1064px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .main_content {
      padding: 0 1.5rem; } }

div.inner {
  max-width: 1064px;
  margin: 0 auto; }

.c-component {
  margin: 30px 0; }
  @media screen and (max-width: 767px) {
    .c-component {
      margin: 20px 0; } }

.main_head {
  height: 180px;
  background-image: url(../img/global/bg-ruikoya.png);
  background-repeat: repeat;
  background-size: 159px 153px;
  background-position: center center;
  color: #FFF; }
  #yoshoka .main_head {
    background-image: url(../img/global/bg-yoshoka.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center;
    color: #000; }
  #tankyuka .main_head {
    background-image: url(../img/global/bg-tankyuka.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #shigotojuku .main_head {
    background-image: url(../img/global/bg-shigotojuku.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #yugakusha .main_head {
    background-image: url(../img/global/bg-yugakusha.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #ruigakusha .main_head {
    background-image: url(../img/global/bg-ruigakusha.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #nogyo-shizen .main_head {
    background-image: url(../img/global/bg-nogyo-shizen.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  .main_head_inner {
    max-width: 1064px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main_head_inner h1 {
      color: #FFF; }
      #yoshoka .main_head_inner h1 {
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.54); }
  @media screen and (max-width: 767px) {
    .main_head {
      height: auto;
      padding: 20px; }
      .main_head h1 {
        font-size: 23px; } }

.breadcrumb {
  margin-top: 30px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      margin: 0;
      padding: 10px 1.5rem;
      font-size: 14px;
      overflow: auto;
      color: #999;
      font-size: 12px; } }
  .home .breadcrumb {
    display: none; }
  .breadcrumb .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .breadcrumb .inner a, .breadcrumb .inner i {
      margin: 0 10px; }
      .breadcrumb .inner a:first-of-type, .breadcrumb .inner i:first-of-type {
        margin-left: 0; }
      @media screen and (max-width: 767px) {
        .breadcrumb .inner a, .breadcrumb .inner i {
          margin-right: 10px;
          margin-left: 0; } }
  .breadcrumb ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .breadcrumb ul li:after {
      content: "▶︎";
      display: inline-block;
      margin-right: 10px;
      white-space: nowrap; }
    .breadcrumb ul li:last-of-type:after {
      content: "";
      display: none; }

/* !!------------------------------------ */
/* !! コンポーネント */
/* !! - 大タイトル */
.section-heading {
  background: none;
  color: #000;
  height: auto;
  line-height: 1;
  padding: 70px 0 45px 0;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .section-heading {
      padding: 20px 0; } }
  .section-heading h1 {
    color: #000;
    font-size: 4rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .section-heading h1 {
        font-size: 23px; } }
    .section-heading h1:after {
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      background: #b3b3b3;
      margin: 0 auto;
      margin-top: 15px; }

/* !! - タイトル */
.c-meinheading {
  height: 60px;
  padding: 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background-image: url(../img/global/bg-ruikoya.png);
  background-repeat: repeat;
  background-size: 159px 153px;
  background-position: center center;
  color: #FFF; }
  #yoshoka .c-meinheading {
    background-image: url(../img/global/bg-yoshoka.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center;
    color: #000; }
  #tankyuka .c-meinheading {
    background-image: url(../img/global/bg-tankyuka.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #shigotojuku .c-meinheading {
    background-image: url(../img/global/bg-shigotojuku.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #yugakusha .c-meinheading {
    background-image: url(../img/global/bg-yugakusha.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #ruigakusha .c-meinheading {
    background-image: url(../img/global/bg-ruigakusha.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #nogyo-shizen .c-meinheading {
    background-image: url(../img/global/bg-nogyo-shizen.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  .c-meinheading h2 {
    font-size: 2.6rem;
    color: inherit; }
  @media screen and (max-width: 767px) {
    .c-meinheading {
      height: auto !important;
      font-size: 20px;
      padding: 10px; }
      .c-meinheading h2 {
        font-size: 2rem;
        width: 100%;
        line-height: 1.3; } }

/* !! - サブタイトル  */
#briefing_schedule_list h3, .c-midiumheading h3 {
  border: 1px solid #ccc;
  border-width: 0 0 1px 17px;
  height: 60px;
  padding-left: 25px;
  font-size: 26px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #2FAB6F;
  border-color: #2FAB6F; }
  @media screen and (max-width: 767px) {
    #briefing_schedule_list h3, .c-midiumheading h3 {
      height: auto;
      padding-bottom: 5px;
      padding-left: 12px;
      border-width: 0 0 1px 10px;
      line-height: 1.5; } }
  #yoshoka #briefing_schedule_list h3, #yoshoka .c-midiumheading h3 {
    color: #F7941F; }
  #tankyuka #briefing_schedule_list h3, #tankyuka .c-midiumheading h3 {
    color: #F7941E; }
  #shigotojuku #briefing_schedule_list h3, #shigotojuku .c-midiumheading h3 {
    color: #019245; }
  #yugakusha #briefing_schedule_list h3, #yugakusha .c-midiumheading h3 {
    color: #F15A24; }
  #ruigakusha #briefing_schedule_list h3, #ruigakusha .c-midiumheading h3 {
    color: #4FC1C1; }
  #nogyo-shizen #briefing_schedule_list h3, #nogyo-shizen .c-midiumheading h3 {
    color: #94D101; }
  #yoshoka #briefing_schedule_list h3, #yoshoka .c-midiumheading h3 {
    border-color: #F7941F; }
  #tankyuka #briefing_schedule_list h3, #tankyuka .c-midiumheading h3 {
    border-color: #F7941E; }
  #shigotojuku #briefing_schedule_list h3, #shigotojuku .c-midiumheading h3 {
    border-color: #019245; }
  #yugakusha #briefing_schedule_list h3, #yugakusha .c-midiumheading h3 {
    border-color: #F15A24; }
  #ruigakusha #briefing_schedule_list h3, #ruigakusha .c-midiumheading h3 {
    border-color: #4FC1C1; }
  #nogyo-shizen #briefing_schedule_list h3, #nogyo-shizen .c-midiumheading h3 {
    border-color: #94D101; }
  @media screen and (max-width: 767px) {
    #briefing_schedule_list h3, .c-midiumheading h3 {
      font-size: 1.8rem; } }

/* !! - 小見出し */
.c-lead-b p {
  text-align: left;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #2FAB6F; }
  #yoshoka .c-lead-b p {
    color: #F7941F; }
  #tankyuka .c-lead-b p {
    color: #F7941E; }
  #shigotojuku .c-lead-b p {
    color: #019245; }
  #yugakusha .c-lead-b p {
    color: #F15A24; }
  #ruigakusha .c-lead-b p {
    color: #4FC1C1; }
  #nogyo-shizen .c-lead-b p {
    color: #94D101; }
  @media screen and (max-width: 767px) {
    .c-lead-b p {
      font-size: 18px; } }

/* !! - テキストエリア */
.c-text p {
  margin-bottom: 1em; }
  .c-text p a {
    display: inline;
    border-bottom: 1px dashed #999;
    color: blue; }

/* !! - 動画 */
.c-movie iframe {
  width: 750px;
  height: 421px;
  margin: 0 auto;
  display: block;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .c-movie iframe {
      width: 100%;
      height: calc((100vw - 3rem)*(42/75)); } }

/* !! - 囲みテキストエリア */
.c-frame {
  padding: 30px 50px;
  border: 1px solid #ccc;
  border-color: #2FAB6F; }
  #yoshoka .c-frame {
    border-color: #F7941F; }
  #tankyuka .c-frame {
    border-color: #F7941E; }
  #shigotojuku .c-frame {
    border-color: #019245; }
  #yugakusha .c-frame {
    border-color: #F15A24; }
  #ruigakusha .c-frame {
    border-color: #4FC1C1; }
  #nogyo-shizen .c-frame {
    border-color: #94D101; }
  @media screen and (max-width: 767px) {
    .c-frame {
      padding: 20px; } }
  .c-frame p {
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .c-frame p {
        line-height: 1.6; } }
    .c-frame p strong {
      color: #2FAB6F;
      font-weight: normal; }
      #yoshoka .c-frame p strong {
        color: #F7941F; }
      #tankyuka .c-frame p strong {
        color: #F7941E; }
      #shigotojuku .c-frame p strong {
        color: #019245; }
      #yugakusha .c-frame p strong {
        color: #F15A24; }
      #ruigakusha .c-frame p strong {
        color: #4FC1C1; }
      #nogyo-shizen .c-frame p strong {
        color: #94D101; }

/* !! - 囲み背景テキストエリア */
.c-surround {
  padding: 30px 50px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-surround {
      padding: 20px; } }
  .c-surround:before {
    content: "";
    position: absolute;
    background: #EEE;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(../img/global/bg-ruikoya.png);
    background-repeat: repeat;
    background-size: 159px 153px;
    background-position: center center;
    color: #FFF;
    opacity: .15;
    border-radius: 15px; }
    #yoshoka .c-surround:before {
      background-image: url(../img/global/bg-yoshoka.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center;
      color: #000; }
    #tankyuka .c-surround:before {
      background-image: url(../img/global/bg-tankyuka.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center; }
    #shigotojuku .c-surround:before {
      background-image: url(../img/global/bg-shigotojuku.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center; }
    #yugakusha .c-surround:before {
      background-image: url(../img/global/bg-yugakusha.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center; }
    #ruigakusha .c-surround:before {
      background-image: url(../img/global/bg-ruigakusha.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center; }
    #nogyo-shizen .c-surround:before {
      background-image: url(../img/global/bg-nogyo-shizen.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center; }
  .c-surround p {
    position: relative;
    z-index: 1;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .c-surround p {
        line-height: 1.7; } }
    .c-surround p span {
      font-weight: 600;
      color: #000 !important;
      text-shadow: 0px 2px 1px #fff, 0px 1px 1px #fff, 1px 1px 1px #fff, 1px 0px 1px #fff, 2px 0px 1px #fff, 1px -1px 1px #fff, 1px -2px 1px #fff, 0px -2px 1px #fff, -1px -2px 1px #fff, -2px -2px 1px #fff, -2px -1px 1px #fff, -2px 0px 1px #fff, -2px 1px 1px #fff, -1px 1px 1px #fff; }
  .c-surround img {
    max-width: 100%;
    height: auto; }

/* !! - 横並び画像 */
ul.c-img-grp {
  font-size: 0; }
  @media screen and (min-width: 768px) {
    ul.c-img-grp {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    ul.c-img-grp li {
      width: calc(50% - 25px);
      margin-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    ul.c-img-grp li {
      margin-bottom: 20px; } }
  ul.c-img-grp li img {
    width: 100% !important;
    height: auto !important; }

ul.newslist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  ul.newslist li {
    margin-bottom: 70px;
    position: relative; }
    @media screen and (min-width: 768px) {
      ul.newslist li {
        width: calc( (100% - 70px ) / 3); } }
    ul.newslist li .label {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      height: 100px;
      width: 100px;
      background-image: url(../img/global/newslabel-bg@2x.png);
      background-repeat: no-repeat;
      background-size: 600px 100px;
      background-position: 0 0;
      padding: 15px 8px; }
      ul.newslist li .label.tankyuka {
        background-position: -100px 0; }
      ul.newslist li .label.shigotojuku {
        background-position: -200px 0; }
      ul.newslist li .label.yugakusha {
        background-position: -300px 0; }
      ul.newslist li .label.ruigakusha {
        background-position: -400px 0; }
      ul.newslist li .label.nogyo-shizen {
        background-position: -500px 0; }
      ul.newslist li .label a {
        font-size: 14px; }
    ul.newslist li .img {
      font-size: 0;
      position: relative;
      background: #e8e8e8; }
      @media screen and (min-width: 768px) {
        ul.newslist li .img {
          width: 330px;
          height: auto; } }
      ul.newslist li .img a {
        display: block; }
  ul.newslist .txt .name {
    line-height: 1.5;
    margin-top: -0.25em;
    margin-bottom: -0.25em;
    padding: 25px 0 15px 0; }
    @media screen and (max-width: 767px) {
      ul.newslist .txt .name {
        padding: 10px 0; } }
    ul.newslist .txt .name a {
      display: block;
      border-bottom: 0;
      color: #000; }
  ul.newslist .txt .data {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
    ul.newslist .txt .data .cate {
      pointer-events: none;
      height: 20px;
      width: 100px;
      background: #e6e6e6;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      margin-right: 10px; }
      ul.newslist .txt .data .cate a {
        pointer-events: none;
        border-corner-image: none;
        color: #000; }
    ul.newslist .txt .data .date {
      line-height: 1;
      margin-right: 0;
      margin-left: auto; }
  @media screen and (max-width: 767px) {
    ul.newslist .nh {
      display: none; } }

.btn-wrap.news {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .btn-wrap.news a {
    font-size: 2rem;
    color: #0071bc;
    font-weight: 500;
    padding: 0 24px 0 10px;
    line-height: 1;
    padding-bottom: 10px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .btn-wrap.news a {
        padding-left: 0;
        font-size: 16px; } }
    .btn-wrap.news a:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 15px;
      border: 1px solid #0071bc;
      border-width: 0 1px 1px 0;
      -webkit-transform: skew(45deg);
      -ms-transform: skew(45deg);
      transform: skew(45deg);
      -webkit-transform-origin: right bottom;
          -ms-transform-origin: right bottom;
              transform-origin: right bottom; }
      @media screen and (min-width: 768px) {
        .btn-wrap.news a:after {
          width: 145px;
          bottom: 0;
          left: 0; } }
  .btn-wrap.news.back {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
  .btn-wrap.news a.back {
    padding: 0 10px 10px 24px; }
    .btn-wrap.news a.back:after {
      content: "";
      -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
      transform: skew(-45deg);
      border-width: 0 0 1px 1px;
      -webkit-transform-origin: right bottom;
          -ms-transform-origin: right bottom;
              transform-origin: right bottom; }

/* !! - 画像  */
.main_content > .c-component.c-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto; }

.c-imgtext {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .c-imgtext .c-img {
      width: calc(50% - 40px); } }
  @media screen and (max-width: 767px) {
    .c-imgtext .c-img {
      margin-bottom: 15px; } }
  .c-imgtext .c-img img {
    width: 100% !important;
    height: auto !important; }
  @media screen and (min-width: 768px) {
    .c-imgtext .c-text {
      width: calc(50% - 40px); } }

/* !! - 表・テーブル */
.c-html table {
  margin-bottom: 1em; }

@media screen and (max-width: 767px) {
  .c-html {
    width: 100%;
    overflow: auto; } }

/* !! - リンクボタン */
.c-btn-col1 {
  text-align: center; }

.c-btn-col1 a {
  height: 45px;
  min-width: 220px;
  padding: 0 30px;
  border-radius: 5px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #ccc;
  margin: 0 auto !important;
  background-image: url(../img/global/bg-ruikoya.png);
  background-repeat: repeat;
  background-size: 159px 153px;
  background-position: center center;
  color: #FFF;
  color: #333333 !important;
  font-size: 16px !important;
  text-align: left; }
  #yoshoka .c-btn-col1 a {
    background-image: url(../img/global/bg-yoshoka.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center;
    color: #000; }
  #tankyuka .c-btn-col1 a {
    background-image: url(../img/global/bg-tankyuka.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #shigotojuku .c-btn-col1 a {
    background-image: url(../img/global/bg-shigotojuku.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #yugakusha .c-btn-col1 a {
    background-image: url(../img/global/bg-yugakusha.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #ruigakusha .c-btn-col1 a {
    background-image: url(../img/global/bg-ruigakusha.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #nogyo-shizen .c-btn-col1 a {
    background-image: url(../img/global/bg-nogyo-shizen.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  .c-btn-col1 a img {
    height: 30px;
    width: auto;
    display: block;
    position: relative;
    margin-right: 15px; }
  @media screen and (max-width: 767px) {
    .c-btn-col1 a {
      height: auto;
      min-width: 220px;
      padding: 10px 20px;
      margin: 10px 0;
      max-width: 90%;
      line-height: 1.2; } }

.c-btn-col2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-btn-col2 a {
  height: 45px;
  border-radius: 5px;
  width: auto;
  margin: 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  background: #ccc;
  background-image: url(../img/global/bg-ruikoya.png);
  background-repeat: repeat;
  background-size: 159px 153px;
  background-position: center center;
  color: #FFF;
  color: #333333 !important;
  font-size: 16px !important;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #yoshoka .c-btn-col2 a {
    background-image: url(../img/global/bg-yoshoka.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center;
    color: #000; }
  #tankyuka .c-btn-col2 a {
    background-image: url(../img/global/bg-tankyuka.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #shigotojuku .c-btn-col2 a {
    background-image: url(../img/global/bg-shigotojuku.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #yugakusha .c-btn-col2 a {
    background-image: url(../img/global/bg-yugakusha.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #ruigakusha .c-btn-col2 a {
    background-image: url(../img/global/bg-ruigakusha.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  #nogyo-shizen .c-btn-col2 a {
    background-image: url(../img/global/bg-nogyo-shizen.png);
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center; }
  .c-btn-col2 a img {
    height: 30px;
    width: auto;
    display: block;
    position: relative;
    margin-right: 15px; }
  @media screen and (max-width: 767px) {
    .c-btn-col2 a {
      height: auto;
      min-width: 220px;
      padding: 10px 20px;
      margin: 10px 0;
      max-width: 90%;
      line-height: 1.2; } }

main {
  position: relative; }

.submenu {
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .submenu#submenu {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 4; } }
  @media screen and (min-width: 768px) {
    .submenu#submenu {
      background: #efefef; } }
  .submenu#page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .submenu#page-footer {
        display: none; } }
  .foot_inview .submenu {
    position: absolute !important; }
  .submenu .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
    font-size: 10px;
    letter-spacing: .1em;
    font-weight: 600;
    height: 15px;
    background-image: url(../img/global/bg-ruikoya.png);
    background-repeat: repeat;
    background-size: 159px 153px;
    background-position: center center;
    color: #FFF; }
    @media screen and (min-width: 768px) {
      .submenu .hd {
        display: none; } }
    #yoshoka .submenu .hd {
      background-image: url(../img/global/bg-yoshoka.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center;
      color: #000; }
    #tankyuka .submenu .hd {
      background-image: url(../img/global/bg-tankyuka.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center; }
    #shigotojuku .submenu .hd {
      background-image: url(../img/global/bg-shigotojuku.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center; }
    #yugakusha .submenu .hd {
      background-image: url(../img/global/bg-yugakusha.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center; }
    #ruigakusha .submenu .hd {
      background-image: url(../img/global/bg-ruigakusha.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center; }
    #nogyo-shizen .submenu .hd {
      background-image: url(../img/global/bg-nogyo-shizen.png);
      background-repeat: repeat;
      background-size: 500px 500px;
      background-position: center center; }
  .submenu .page-footer-nav {
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .submenu .page-footer-nav {
        height: 65px; }
        .submenu .page-footer-nav li {
          padding-bottom: 0px; } }
    .submenu .page-footer-nav li {
      border-right: 1px solid #C0C0C0;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .submenu .page-footer-nav li {
          border-right-color: #FFF; } }
      .submenu .page-footer-nav li.login {
        white-space: nowrap; }
        @media screen and (min-width: 768px) {
          .submenu .page-footer-nav li.login {
            -webkit-box-flex: 4;
            -webkit-flex-grow: 4;
                -ms-flex-positive: 4;
                    flex-grow: 4;
            padding: 0 20px; } }
      .submenu .page-footer-nav li:last-of-type {
        border-right: 0; }
      .submenu .page-footer-nav li a {
        display: block;
        height: 100%;
        position: relative; }
        @media screen and (max-width: 767px) {
          .submenu .page-footer-nav li a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media screen and (min-width: 768px) {
          .submenu .page-footer-nav li a {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center !important;
            -webkit-align-items: center !important;
                -ms-flex-align: center !important;
                    align-items: center !important;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            white-space: nowrap;
            -webkit-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap; } }
        .submenu .page-footer-nav li a:before {
          content: "";
          display: block;
          width: 40px;
          height: 40px; }
          @media screen and (min-width: 768px) {
            .submenu .page-footer-nav li a:before {
              height: 30px;
              width: 30px;
              margin-right: 10px; } }
        .submenu .page-footer-nav li a.top:before {
          background-image: url(../img/global/page-footer/icon-book@2x.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center center; }
        .submenu .page-footer-nav li a.philosophy:before {
          background-image: url(../img/global/page-footer/icon-book@2x.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center center; }
        .submenu .page-footer-nav li a.jitsugen:before {
          background-image: url(../img/global/page-footer/icon-book2@2x.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center center; }
        .submenu .page-footer-nav li a.news:before {
          background-image: url(../img/global/page-footer/icon-speaker@2x.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center center; }
        .submenu .page-footer-nav li a.gakusha:before {
          background-image: url(../img/global/page-footer/icon-house@2x.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center center; }
        .submenu .page-footer-nav li a.flow:before {
          background-image: url(../img/global/page-footer/icon-doc@2x.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center center; }
        .submenu .page-footer-nav li a.briefing-schedule:before {
          background-image: url(../img/global/page-footer/icon-calender@2x.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center center; }
        .submenu .page-footer-nav li a.ruijuku:before {
          background-image: url(../img/global/page-footer/icon-website@2x.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center center; }
        .submenu .page-footer-nav li a.login:before {
          background-image: url(../img/global/page-footer/icon-lock@2x.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center center; }
        .submenu .page-footer-nav li a.contact:before {
          background-image: url(../img/global/page-footer/icon-contact.png);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: center center; }
        .submenu .page-footer-nav li a span {
          display: block;
          position: relative;
          margin-top: 2px;
          height: 10px;
          width: 100%; }
          @media screen and (min-width: 768px) {
            .submenu .page-footer-nav li a span {
              margin: 0;
              height: auto;
              width: auto; } }
        .submenu .page-footer-nav li a i {
          display: block;
          line-height: 1;
          margin: 0;
          width: auto;
          white-space: nowrap; }
          @media screen and (max-width: 767px) {
            .submenu .page-footer-nav li a i {
              font-size: 10px;
              position: absolute;
              left: 50%;
              top: 0;
              -webkit-transform-origin: left center;
                  -ms-transform-origin: left center;
                      transform-origin: left center;
              -webkit-transform: scale(0.7) translateX(-50%);
              -ms-transform: scale(0.7) translateX(-50%);
              transform: scale(0.7) translateX(-50%); } }
          @media screen and (min-width: 768px) {
            .submenu .page-footer-nav li a i {
              font-size: 14px; } }

/* !!------------------------------------ */
/* !! 学舎 */
/* !! - - -  */
/* !! 詳細ページ */
@media screen and (max-width: 767px) {
  .main_content.gakusha .c-component.c-img {
    width: 100%; }
    .main_content.gakusha .c-component.c-img img {
      max-width: 100%; } }

.main_content.gakusha .c-imgtext {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .main_content.gakusha .c-imgtext .c-img {
    width: 340px; }
    .main_content.gakusha .c-imgtext .c-img img {
      width: 100% !important;
      height: auto !important; }
  .main_content.gakusha .c-imgtext .c-text {
    width: 646px; }

.main_content.gakusha .briefing_schedule p {
  margin: 20px 0; }
  @media screen and (max-width: 767px) {
    .main_content.gakusha .briefing_schedule p {
      line-height: 1.6; } }

.main_content.gakusha .briefing_schedule_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .main_content.gakusha .briefing_schedule_item {
      padding: 10px 0;
      position: relative; }
      .main_content.gakusha .briefing_schedule_item:nth-of-type(2n):before {
        content: "";
        background: #fff; }
      .main_content.gakusha .briefing_schedule_item:before {
        content: "";
        width: 100vw;
        height: 100%;
        position: absolute;
        left: -1.5rem;
        top: 0;
        z-index: 0;
        background: #eee; } }
  .main_content.gakusha .briefing_schedule_item div {
    position: relative;
    z-index: 1;
    display: inline-block;
    white-space: nowrap;
    margin-left: 1em; }
    .main_content.gakusha .briefing_schedule_item div:first-of-type {
      margin-left: 0; }
    @media screen and (max-width: 767px) {
      .main_content.gakusha .briefing_schedule_item div {
        margin-left: 0;
        margin-right: 10px;
        font-size: 1.4rem; } }

@media screen and (min-width: 768px) {
  .main_content.gakusha .carousel-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.main_content.gakusha .carousel-item li {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .main_content.gakusha .carousel-item li {
      width: calc((100% - 120px)/3); } }
  .main_content.gakusha .carousel-item li img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin-bottom: 10px; }

.main_content.gakusha .c-img.buss {
  width: 70%;
  margin: 0 auto; }
  .main_content.gakusha .c-img.buss img {
    width: 100% !important;
    height: auto !important; }

.main_content.gakusha .c-btn-col1 a {
  position: relative;
  color: #fff !important;
  font-weight: bold; }
  .main_content.gakusha .c-btn-col1 a:before {
    content: "";
    background-image: url(../img/global/icon-arrw@2x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left center;
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.c-seito {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .c-seito {
      margin: 20px 0;
      border: 1px solid #ddd;
      padding: 15px;
      position: relative; } }
  .c-seito .cptxtleft {
    width: calc(100% - 250px); }
    @media screen and (max-width: 767px) {
      .c-seito .cptxtleft {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: 100%; } }
    .c-seito .cptxtleft .c-ttl {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .c-seito .cptxtleft .c-ttl {
          padding-left: 130px;
          min-height: 120px;
          font-size: 18px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-align-content: center;
              -ms-flex-line-pack: center;
                  align-content: center; } }
  .c-seito .c-img {
    width: 200px;
    min-height: 200px;
    position: relative; }
    .c-seito .c-img:before {
      content: "";
      width: 200px;
      height: 200px;
      background: #efefef;
      position: absolute;
      z-index: 0; }
    .c-seito .c-img img {
      position: relative;
      z-index: 1;
      width: 100% !important;
      height: auto !important; }
    @media screen and (max-width: 767px) {
      .c-seito .c-img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin: 0 auto;
        position: absolute;
        top: 15px;
        left: 15px;
        width: 120px;
        height: 120px; }
        .c-seito .c-img:before {
          content: "";
          display: none; } }
  .c-seito .c-text {
    font-size: 16px;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .c-seito .c-text {
        line-height: 1.75; } }

.c-telconp {
  background: #f3f3f3;
  padding: 30px;
  font-size: 14px;
  color: #333; }
  @media screen and (max-width: 767px) {
    .c-telconp {
      padding: 20px;
      line-height: 1.6;
      text-align: center; }
      .c-telconp br {
        display: none; } }
  .c-telconp div {
    padding: 5px 0 10px;
    position: relative; }
  @media screen and (max-width: 767px) {
    .c-telconp p {
      line-height: 1.6;
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .c-telconp p.telleft {
      text-align: right;
      float: left;
      width: 49%; }
    .c-telconp p.telright {
      text-align: left;
      float: right;
      width: 49%;
      font-size: 14px;
      position: absolute;
      bottom: 13px;
      right: 0; } }
  .c-telconp p.txt01 {
    color: #e50012;
    font-weight: bold;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .c-telconp p.txt01 {
        font-size: 1.7rem;
        line-height: 1.5;
        white-space: nowrap; } }
  .c-telconp p.txt02 {
    color: #e50012;
    font-weight: bold;
    font-size: 33px;
    padding-top: 5px;
    padding-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .c-telconp p.txt02 {
        padding: 0; } }
    .c-telconp p.txt02 a {
      color: #e50012;
      font-weight: bold;
      font-size: 33px;
      padding-top: 5px; }
      @media screen and (max-width: 767px) {
        .c-telconp p.txt02 a {
          font-size: 24px; } }

/* !!------------------------------------ */
/* !! 新着情報 */
/* !! ページャー */
.wp-pagenavi {
  margin: 50px auto;
  text-align: center;
  padding: 0 3rem;
  position: relative;
  max-width: 1000px;
  margin-bottom: 100px !important; }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 36px;
    margin: 0 2px;
    color: #666;
    font-size: 20px; }
    .wp-pagenavi a.current, .wp-pagenavi span.current {
      color: #000;
      font-weight: bold; }
  .wp-pagenavi a:hover {
    color: #000; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .last, .wp-pagenavi .first {
    display: none; }

/* !! - - -  */
/* !! 詳細ページ */
@media screen and (min-width: 768px) {
  .single-post .breadcrumb {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px; } }

@media screen and (max-width: 767px) {
  .single-post .breadcrumb ul {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; } }

article#news {
  max-width: 1064px;
  margin: 0 auto;
  display: block;
  padding: 0 32px; }
  @media screen and (max-width: 767px) {
    article#news {
      padding: 0 1.5rem; }
      article#news .main_content {
        padding: 0; } }
  article#news .mv {
    min-height: 670px; }
    article#news .mv img {
      width: 100% !important;
      height: auto !important; }
  article#news .data {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    margin: 25px 0 30px; }
    @media screen and (max-width: 767px) {
      article#news .data {
        margin: 15px 0; } }
    article#news .data a {
      width: 150px;
      height: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flex;
      display: -o-inline-flex;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      line-height: 1;
      background: #eee;
      font-size: 18px;
      margin-right: 20px;
      pointer-events: none; }
      article#news .data a.course {
        background-image: url(../img/global/bg-ruikoya.png);
        background-repeat: repeat;
        background-size: 159px 153px;
        background-position: center center;
        color: #FFF;
        color: #000; }
        #yoshoka article#news .data a.course {
          background-image: url(../img/global/bg-yoshoka.png);
          background-repeat: repeat;
          background-size: 500px 500px;
          background-position: center center;
          color: #000; }
        #tankyuka article#news .data a.course {
          background-image: url(../img/global/bg-tankyuka.png);
          background-repeat: repeat;
          background-size: 500px 500px;
          background-position: center center; }
        #shigotojuku article#news .data a.course {
          background-image: url(../img/global/bg-shigotojuku.png);
          background-repeat: repeat;
          background-size: 500px 500px;
          background-position: center center; }
        #yugakusha article#news .data a.course {
          background-image: url(../img/global/bg-yugakusha.png);
          background-repeat: repeat;
          background-size: 500px 500px;
          background-position: center center; }
        #ruigakusha article#news .data a.course {
          background-image: url(../img/global/bg-ruigakusha.png);
          background-repeat: repeat;
          background-size: 500px 500px;
          background-position: center center; }
        #nogyo-shizen article#news .data a.course {
          background-image: url(../img/global/bg-nogyo-shizen.png);
          background-repeat: repeat;
          background-size: 500px 500px;
          background-position: center center; }
      @media screen and (max-width: 767px) {
        article#news .data a {
          font-size: 13px;
          width: 100px;
          height: 20px;
          margin-right: 10px;
          margin-bottom: 10px; } }
    article#news .data .date {
      font-size: 16px;
      letter-spacing: .1em;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        article#news .data .date {
          font-size: 14px;
          margin-bottom: 10px; } }
  article#news .title {
    font-size: 26px; }
    @media screen and (max-width: 767px) {
      article#news .title {
        font-size: 23px; } }
  article#news p {
    font-size: 16px; }
  @media screen and (max-width: 767px) {
    article#news .c-text p {
      line-height: 1.75; } }
  @media screen and (max-width: 767px) {
    article#news .c-lead-b p {
      font-size: 18px; } }
  @media screen and (min-width: 768px) {
    article#news .c-lead-b p {
      font-size: 2.4rem; } }

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