@charset "UTF-8";
html, body, div, span, applet, object, iframe, 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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0.01em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* ------------ recruitment 先生募集 ------------ */
/* PC */
@media screen and (min-width: 769px) {
  #recruitment {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #FDF8DE; }
    #recruitment .rec_inner .rec_doc {
      padding: 30px 0; }
      #recruitment .rec_inner .rec_doc .rec_doc_ttl {
        width: 94%;
        margin: 0 auto 15px;
        display: flex;
        align-items: center; }
        #recruitment .rec_inner .rec_doc .rec_doc_ttl dt {
          font-size: 24px;
          display: inline-block;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          background: #fff;
          padding: 15px;
          margin-right: 20px; }
        #recruitment .rec_inner .rec_doc .rec_doc_ttl dd {
          font-size: 18px;
          line-height: 1.4em; }
      #recruitment .rec_inner .rec_doc .rec_doc_lists {
        box-sizing: border-box;
        padding: 30px;
        background: rgba(209, 157, 106, 0.5);
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap; }
        #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list {
          width: 22%;
          text-align: center;
          padding: 10px; }
          #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_ttl2 {
            font-size: 20px;
            line-height: 1.4em;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 60px;
            margin-bottom: 5px; }
          #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_ttls .rec_doc_list_btn {
            display: block;
            width: 90%;
            margin: 10px auto; }
            #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_ttls .rec_doc_list_btn a {
              color: #000;
              padding: 5px 0;
              font-size: 18px;
              text-align: center;
              background: #faec83;
              width: 100%;
              display: block;
              border-radius: 5px;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              border: solid 1px #faec83; }
              #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_ttls .rec_doc_list_btn a:hover {
                background: #fff;
                color: #000; }
          #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_img {
            margin-bottom: 10px; }
            #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_img a {
              display: block; }
            #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_img:hover {
              opacity: 0.9; }
      #recruitment .rec_inner .rec_doc .rec_doc_form {
        width: 90%;
        margin: 40px auto 0;
        background: #fff;
        padding: 30px;
        box-sizing: border-box; }
    #recruitment .contact table p {
      margin-bottom: 0 !important; } }
/* SP */
@media screen and (max-width: 768px) {
  #recruitment {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #FDF8DE; }
    #recruitment .rec_inner .rec_doc {
      padding: 30px 0; }
      #recruitment .rec_inner .rec_doc .rec_doc_ttl {
        width: 94%;
        margin: 0 auto 15px;
        text-align: center; }
        #recruitment .rec_inner .rec_doc .rec_doc_ttl dt {
          margin-bottom: 3vw;
          font-size: 4vw;
          display: inline-block;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          background: #fff;
          padding: 3vw; }
        #recruitment .rec_inner .rec_doc .rec_doc_ttl dd {
          font-size: 3.5vw;
          line-height: 1.4em; }
      #recruitment .rec_inner .rec_doc .rec_doc_lists {
        box-sizing: border-box;
        background: rgba(209, 157, 106, 0.5);
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        padding: 5vw 0; }
        #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list {
          width: 44vw;
          text-align: center;
          padding: 3vw 2vw; }
          #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_ttl2 {
            font-size: 4.4vw;
            line-height: 1.4em;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 11vw;
            margin-bottom: 2vw; }
          #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_ttls {
            font-size: 4.4vw;
            line-height: 1.4em; }
            #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_ttls .rec_doc_list_btn {
              display: block;
              width: 90%;
              margin: 3vw auto; }
              #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_ttls .rec_doc_list_btn a {
                color: #000;
                padding: 2vw 0;
                font-size: 4vw;
                text-align: center;
                background: #faec83;
                width: 100%;
                display: block;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border: solid 1px #faec83; }
                #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_ttls .rec_doc_list_btn a:hover {
                  background: #fff;
                  color: #000; }
          #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_img {
            margin-bottom: 3vw; }
            #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_img a {
              display: block; }
            #recruitment .rec_inner .rec_doc .rec_doc_lists .rec_doc_list .rec_doc_list_img:hover {
              opacity: 0.9; }
      #recruitment .rec_inner .rec_doc .rec_doc_form {
        width: 90%;
        margin: 5vw auto 0;
        background: #fff;
        padding: 4vw;
        box-sizing: border-box; }
    #recruitment .contact table p {
      margin-bottom: 0 !important; } }
/* ------------ end recruitment ------------ */
