@charset "UTF-8";
body {
  font-family: "vdl-v7gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  background: #ddd;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 1rem; } }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; }
  body img {
    max-width: 100%;
    height: auto; }
  body a {
    text-decoration: underline;
    transition: all 0.4s ease; }
    body a:hover {
      text-decoration: none; }
  body .txt-note {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 10px; }
    @media screen and (max-width: 480px) {
      body .txt-note {
        font-size: 0.875rem; } }
  body #wrapper {
    max-width: 1160px;
    margin: 0 auto;
    background: #032 url(../images/back.jpg) no-repeat center top/100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75); }
    @media screen and (max-width: 1160px) {
      body #wrapper {
        max-width: 100%; } }
    body #wrapper #back-img figure {
      position: absolute; }
      body #wrapper #back-img figure#back-img1 {
        top: 520px;
        left: -40px;
        width: 700px; }
      body #wrapper #back-img figure#back-img2 {
        top: 375px;
        right: -40px;
        width: 520px; }
      body #wrapper #back-img figure#back-img3 {
        top: 610px;
        left: 520px;
        width: 75px; }
      @media screen and (max-width: 1024px) {
        body #wrapper #back-img figure#back-img1 {
          width: 520px; }
        body #wrapper #back-img figure#back-img2 {
          width: 450px; }
        body #wrapper #back-img figure#back-img3 {
          left: 420px;
          width: 60px; } }
      @media screen and (max-width: 900px) {
        body #wrapper #back-img figure#back-img1 {
          top: 480px;
          width: 480px; }
        body #wrapper #back-img figure#back-img2 {
          top: 340px;
          width: 420px; }
        body #wrapper #back-img figure#back-img3 {
          top: 540px;
          left: 320px;
          width: 60px; } }
      @media screen and (max-width: 768px) {
        body #wrapper #back-img figure#back-img1 {
          top: 440px;
          width: 420px; }
        body #wrapper #back-img figure#back-img2 {
          top: 330px;
          width: 380px; }
        body #wrapper #back-img figure#back-img3 {
          top: 500px;
          left: 320px;
          width: 60px; } }
      @media screen and (max-width: 680px) {
        body #wrapper #back-img figure#back-img1 {
          top: 400px;
          width: 400px; }
        body #wrapper #back-img figure#back-img2 {
          top: 300px;
          width: 340px; }
        body #wrapper #back-img figure#back-img3 {
          top: 460px;
          left: 250px;
          width: 55px; } }
      @media screen and (max-width: 480px) {
        body #wrapper #back-img figure#back-img1 {
          top: 260px;
          left: -20px;
          width: 360px; }
        body #wrapper #back-img figure#back-img2 {
          display: none; }
        body #wrapper #back-img figure#back-img3 {
          top: 320px;
          right: 40px;
          left: auto;
          width: 50px; } }

/*
=================================================
	header
=================================================
*/
#header {
  padding: 60px 60px 30px; }
  @media screen and (max-width: 1160px) {
    #header {
      padding: 60px 20px 30px; } }
  #header-top {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    #header-top h1 {
      margin-bottom: 20px; }
    #header-top ul {
      display: flex; }
      #header-top ul li {
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(../images/guide_back.png) no-repeat center center/100%; }
        #header-top ul li:nth-child(n+2) {
          margin-left: 10px; }
        #header-top ul li p {
          font-size: 1.375rem;
          line-height: 1.2; }
    @media screen and (max-width: 768px) {
      #header-top {
        max-width: 100%; }
        #header-top ul li {
          width: 100px;
          height: 100px; }
          #header-top ul li p {
            font-size: 1.125rem; } }
    @media screen and (max-width: 480px) {
      #header-top h1 {
        margin-bottom: 15px; }
      #header-top ul {
        justify-content: center; }
        #header-top ul li {
          width: 80px;
          height: 80px; }
          #header-top ul li:nth-child(n+2) {
            margin-left: 3px; }
          #header-top ul li p {
            font-size: 1rem; } }
  #header-date {
    text-align: right;
    margin-top: 60px;
    position: relative;
    z-index: 2; }
    #header-date figure {
      width: 400px;
      margin-left: auto; }
    @media screen and (max-width: 1024px) {
      #header-date figure {
        width: 360px; } }
    @media screen and (max-width: 768px) {
      #header-date figure {
        width: 300px; } }
    @media screen and (max-width: 480px) {
      #header-date {
        margin-top: 260px; }
        #header-date figure {
          margin: 0 20px;
          width: auto; } }

/*
=================================================
	main
=================================================
*/
#contents {
  position: relative;
  z-index: 2; }
  #contents section {
    margin: 0 60px; }
    @media screen and (max-width: 1160px) {
      #contents section {
        margin: 0 20px; } }
  #contents p, #contents li, #contents dt, #contents dd {
    line-height: 1.6; }
  #contents .hl {
    font-size: 2.25rem;
    line-height: 1.3;
    font-family: "vdl-logomaru", sans-serif;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 30px; }
    #contents .hl br {
      display: none; }
    @media screen and (max-width: 1160px) {
      #contents .hl {
        font-size: 2rem; } }
    @media screen and (max-width: 480px) {
      #contents .hl {
        font-size: 1.625rem; }
        #contents .hl br {
          display: block; } }
  #contents .text-note {
    font-size: 0.875rem;
    margin-left: 1em;
    text-indent: -1em;
    margin-top: 10px; }
  #contents #recruit ul {
    display: flex; }
    #contents #recruit ul li {
      width: 25%;
      background: #cd0;
      border-radius: 30px;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #contents #recruit ul li:nth-child(n+2) {
        margin-left: 10px; }
      #contents #recruit ul li p {
        text-align: center;
        font-size: 1.375rem;
        font-family: "vdl-logomaru", sans-serif;
        line-height: 1.4;
        letter-spacing: 2px; }
  @media screen and (max-width: 1160px) {
    #contents #recruit ul li p {
      font-size: 1.25rem; } }
  @media screen and (max-width: 1024px) {
    #contents #recruit ul {
      flex-wrap: wrap;
      justify-content: space-between; }
      #contents #recruit ul li {
        width: 49%;
        border-radius: 20px; }
        #contents #recruit ul li:nth-child(n+2) {
          margin-left: 0; }
        #contents #recruit ul li:nth-child(n+3) {
          margin-top: 2%; }
        #contents #recruit ul li .spDown {
          display: none; }
        #contents #recruit ul li p {
          font-size: 1.125rem; } }
  @media screen and (max-width: 480px) {
    #contents #recruit ul {
      display: block;
      margin: 0 20px; }
      #contents #recruit ul li {
        width: auto;
        padding: 15px; }
        #contents #recruit ul li:nth-child(n+2) {
          margin-top: 10px; } }
  #contents #detail {
    display: flex;
    align-items: center;
    font-family: "vdl-logomaru", sans-serif;
    color: #fff;
    margin-top: 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px; }
    #contents #detail h2 {
      width: 84px;
      line-height: 80px;
      text-align: center;
      font-size: 1.375rem;
      border: 2px solid #fff;
      border-radius: 200px;
      margin-right: 20px; }
    #contents #detail ul {
      width: 100%;
      flex-shrink: 9999; }
      #contents #detail ul li {
        font-size: 1.375rem;
        letter-spacing: 2px; }
        #contents #detail ul li::before {
          content: "＞";
          margin-right: 15px; }
    @media screen and (max-width: 1160px) {
      #contents #detail h2 {
        font-size: 1.25rem; }
      #contents #detail ul li {
        font-size: 1.25rem; } }
    @media screen and (max-width: 768px) {
      #contents #detail h2 {
        font-size: 1.125rem;
        width: 74px;
        line-height: 70px; }
      #contents #detail ul li {
        font-size: 1.125rem; } }
    @media screen and (max-width: 480px) {
      #contents #detail {
        display: block;
        margin-top: 30px; }
        #contents #detail h2 {
          margin: 0 auto 15px; }
        #contents #detail ul li {
          font-size: 1.125rem; }
          #contents #detail ul li::before {
            margin-right: 15px; } }
  #contents #group {
    margin-top: 80px; }
    @media screen and (max-width: 1024px) {
      #contents #group {
        margin-top: 60px; } }
    @media screen and (max-width: 480px) {
      #contents #group {
        margin-top: 40px; } }
    #contents #group-inner {
      display: flex;
      justify-content: space-between;
      margin-top: 40px; }
      #contents #group-inner aside {
        width: 50%; }
        #contents #group-inner aside:last-child {
          border-left: 1px solid #fff;
          padding-left: 30px;
          margin-left: 30px; }
      @media screen and (max-width: 768px) {
        #contents #group-inner {
          display: block;
          margin-top: 10px; }
          #contents #group-inner aside {
            width: auto; }
            #contents #group-inner aside:last-child {
              border: none;
              margin-top: 40px;
              margin-left: 0;
              padding-left: 0; } }
    #contents #group h3 {
      background: #cd0;
      padding: 10px 15px 8px;
      font-size: 1.375rem;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 1160px) {
        #contents #group h3 {
          font-size: 1.25rem; } }
      @media screen and (max-width: 480px) {
        #contents #group h3 {
          font-size: 1.125rem; } }
    #contents #group .area {
      font-size: 1.125rem;
      font-weight: bold;
      background: #006934;
      color: #fff;
      width: 8em;
      padding: 7px 0;
      text-align: center;
      margin: 20px 0 15px;
      border-radius: 7px;
      position: relative; }
      #contents #group .area::after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 12px solid #006934; }
      #contents #group .area.c1 {
        background: #c00; }
        #contents #group .area.c1::after {
          border-top-color: #c00; }
      #contents #group .area.c2 {
        background: #e60; }
        #contents #group .area.c2::after {
          border-top-color: #e60; }
      #contents #group .area.c3 {
        background: #770; }
        #contents #group .area.c3::after {
          border-top-color: #770; }
      #contents #group .area.c4 {
        background: #069; }
        #contents #group .area.c4::after {
          border-top-color: #069; }
      #contents #group .area.c5 {
        background: #609; }
        #contents #group .area.c5::after {
          border-top-color: #609; }
      #contents #group .area.c6 {
        background: #d08; }
        #contents #group .area.c6::after {
          border-top-color: #d08; }
      @media screen and (max-width: 480px) {
        #contents #group .area {
          font-size: 1rem;
          margin: 20px auto 15px; } }
    #contents #group ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #contents #group ul li {
        font-size: 1.125rem;
        background: #fff;
        padding: 8px 5px;
        width: 49.5%;
        margin-bottom: 1%;
        text-align: center; }
        #contents #group ul li a {
          color: #006934; }
        #contents #group ul li.absence::after {
          content: "欠席";
          display: inline-block;
          font-size: 0.8125rem;
          line-height: 18px;
          background: #d00;
          color: #fff;
          padding: 0 8px 2px;
          margin-left: 4px;
          vertical-align: top;
          border-radius: 5px;
          margin-top: 1px; }
        #contents #group ul li.add {
          display: flex;
          align-items: center;
          justify-content: center; }
          #contents #group ul li.add::before {
            content: "追加";
            display: block;
            font-size: 0.875rem;
            line-height: 20px;
            background: #d00;
            color: #fff;
            padding: 0 8px;
            margin-right: 5px;
            border-radius: 5px; }
      @media screen and (max-width: 480px) {
        #contents #group ul {
          display: block; }
          #contents #group ul li {
            width: auto;
            font-size: 1rem;
            margin-bottom: 5px; } }
  #contents #guide {
    margin-top: 80px;
    color: #fff; }
    #contents #guide-lead {
      font-size: 1.25rem;
      font-weight: bold; }
    #contents #guide ul {
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
      #contents #guide ul li {
        width: 49%; }
        #contents #guide ul li a {
          display: flex;
          justify-content: center;
          align-items: center;
          background: #d00;
          text-decoration: none;
          line-height: 60px;
          padding-bottom: 2px;
          border-radius: 10px;
          font-size: 1.5rem;
          font-weight: bold; }
          #contents #guide ul li a::before {
            content: "";
            width: 30px;
            height: 30px;
            background: url(../images/icon_pdf.png) no-repeat center center/100%;
            margin-right: 10px;
            margin-bottom: -2px; }
          #contents #guide ul li a:hover {
            color: #fff;
            background: #f00; }
    @media screen and (max-width: 480px) {
      #contents #guide-lead {
        font-size: 1rem; }
      #contents #guide ul {
        display: block; }
        #contents #guide ul li {
          width: auto; }
          #contents #guide ul li:nth-child(n+2) {
            margin-top: 15px; }
          #contents #guide ul li a {
            font-size: 1.25rem; } }
  #contents #map {
    margin-top: 80px; }
    #contents #map iframe {
      width: 100%; }

/*
=================================================
	footer
=================================================
*/
#footer {
  background: #cd0;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1160px) {
    #footer {
      padding: 40px 20px; } }
  @media screen and (max-width: 768px) {
    #footer {
      display: block; } }
  #footer-contact {
    display: flex;
    align-items: center;
    width: 100%;
    flex-shrink: 9999; }
    #footer-contact-title {
      font-size: 0.9375rem;
      width: 92px;
      line-height: 90px;
      border: 1px solid #000;
      text-align: center;
      border-radius: 100px;
      margin-right: 20px; }
    #footer-contact dl {
      width: 100%;
      flex-shrink: 9999; }
      #footer-contact dl dt {
        font-size: 1.375rem;
        font-family: "vdl-logomaru", sans-serif;
        line-height: 1.3;
        margin-bottom: 3px; }
        #footer-contact dl dt br {
          display: none; }
        #footer-contact dl dt span {
          margin-left: .5em; }
      #footer-contact dl dd {
        line-height: 1.6; }
        #footer-contact dl dd ul {
          display: flex;
          flex-wrap: wrap; }
          #footer-contact dl dd ul li {
            margin-right: 1.5em; }
            #footer-contact dl dd ul li span {
              color: #006934;
              margin: 0 3px; }
    @media screen and (max-width: 768px) {
      #footer-contact {
        display: block; }
        #footer-contact-title {
          margin: 0 auto 20px; }
        #footer-contact dl {
          text-align: center; }
          #footer-contact dl dt {
            font-size: 1.125rem; }
          #footer-contact dl dd ul {
            justify-content: center; } }
    @media screen and (max-width: 480px) {
      #footer-contact dl dt br {
        display: block; }
      #footer-contact dl dt span {
        margin-left: 0; }
      #footer-contact dl dd ul {
        display: block; }
        #footer-contact dl dd ul li {
          margin-right: 0; } }
  #footer-logo {
    width: 95px; }
    @media screen and (max-width: 768px) {
      #footer-logo {
        width: 160px;
        margin: 20px auto 0; } }
