@charset "UTF-8";
@-webkit-keyframes scrollIcon {
  0% {
    height: 0px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  30% {
    height: 500px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  60% {
    height: 500px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); }
  100% {
    height: 0px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); } }

@keyframes scrollIcon {
  0% {
    height: 0px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  30% {
    height: 500px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  60% {
    height: 500px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); }
  100% {
    height: 0px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); } }

@media screen and (max-width: 768px) {
  .header {
    opacity: 1; }
  .keyBlock {
    position: relative;
    margin: 0 0 30px; }
    .keyBlock:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      max-height: 290px;
      position: absolute;
      transition-duration: 1.5s; }
    .keyBlock .inner {
      position: relative;
      margin: 0 auto;
      padding: 0 4% 0; }
      .keyBlock .inner .vertical {
        color: #333;
        font-size: 12px;
        font-weight: bold;
        line-height: 2.2;
        letter-spacing: .2em;
        display: block;
        transition-duration: 1.5s;
        margin: 0 0 30px; }
      .keyBlock .inner h2 {
        position: relative;
        margin: 0;
        transition-delay: 1s;
        transition-duration: 1.5s;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: .08em; }
        .keyBlock .inner h2 span {
          font-size: 12px;
          font-weight: bold; }
    .keyBlock.move:before {
      opacity: 1; }
    .keyBlock.move .inner .vertical {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner h2 {
      opacity: 1;
      top: 0; }
  .textBlock .inner {
    transition-duration: 1.5s;
    transition-delay: 2s;
    position: relative;
    padding: 0 4% 40px; }
    .textBlock .inner p {
      line-height: 1.8;
      font-size: 12px; }
    .textBlock .inner .contact {
      margin-bottom: 20px;
      padding: 20px;
      background-color: #EDF6F0; }
      .textBlock .inner .contact > dl {
        margin-bottom: 10px; }
      .textBlock .inner .contact dt {
        font-weight: bold;
        line-height: 1.8;
        font-size: 12px; }
      .textBlock .inner .contact dd {
        line-height: 1.8;
        font-size: 12px; }
      .textBlock .inner .contact .note {
        margin-bottom: 0;
        font-size: 11px;
        line-height: 1.8; }
    .textBlock .inner .seminar {
      border-top: 2px solid #d8d8d8;
      padding-top: 40px; }
      .textBlock .inner .seminar .title {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-bottom: 20px; }
      .textBlock .inner .seminar .list {
        margin-bottom: 20px;
        line-height: 1.8;
        font-size: 12px; }
      .textBlock .inner .seminar .intern {
        border-top: 1px solid #ccc;
        width: 100%;
        margin-bottom: 40px; }
        .textBlock .inner .seminar .intern th {
          width: 30%;
          border-bottom: 1px solid #ccc;
          color: #44A844;
          font-weight: bold;
          padding: 20px 1.5%;
          font-size: 14px; }
        .textBlock .inner .seminar .intern td {
          border-bottom: 1px solid #ccc;
          padding: 20px 1.5%;
          font-size: 12px;
          line-height: 1.8; }
    .textBlock .inner .titleArea {
      margin-bottom: 40px; }
      .textBlock .inner .titleArea .title {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.1em; }
    .textBlock .inner .listArea {
      margin: 40px 0; }
      .textBlock .inner .listArea .menu {
        width: 100%;
        -js-display: flex;
        display: flex;
        flex-flow: row;
        justify-content: space-around;
        margin-bottom: 40px; }
        .textBlock .inner .listArea .menu .menu-list {
          border-right: 1px solid #ffffff;
          text-align: center;
          flex-grow: 1;
          flex-basis: 0%;
          font-size: 14px; }
          .textBlock .inner .listArea .menu .menu-list a {
            width: 100%;
            display: block;
            position: relative;
            padding: 4px 0 12px 0;
            font-weight: bold;
            text-decoration: none;
            color: #E38F60;
            background-color: rgba(247, 197, 167, 0.1);
            border: solid 2px #F5B28A;
            border-collapse: collapse; }
            .textBlock .inner .listArea .menu .menu-list a::after {
              display: block;
              content: "";
              position: absolute;
              bottom: 4px;
              right: 48%;
              width: 0;
              height: 0;
              border-top: 6px solid #E38F60;
              border-left: 6px solid transparent;
              -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
            .textBlock .inner .listArea .menu .menu-list a:hover {
              background-color: #F5B28A;
              color: #fff; }
              .textBlock .inner .listArea .menu .menu-list a:hover::after {
                border-top: 6px solid #FFFFFF; }
    .textBlock .inner .place-box .place-title {
      color: #44A844;
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 10px; }
    .textBlock .inner .place-box .base {
      width: 100%;
      margin-bottom: 20px;
      border-collapse: separate; }
      .textBlock .inner .place-box .base th {
        background-color: rgba(145, 192, 145, 0.1);
        border: 1px solid #8CC88C;
        text-align: center;
        color: #44A844;
        line-height: 1.5; }
      .textBlock .inner .place-box .base td {
        vertical-align: middle;
        border-bottom: 1px solid #8CC88C;
        border-left: 1px solid #8CC88C;
        border-right: 1px solid #8CC88C;
        line-height: 1.3;
        display: block;
        border-collapse: collapse;
        font-size: 14px;
        padding-bottom: 20px; }
        .textBlock .inner .place-box .base td:first-child {
          border-top: 1px solid #8CC88C; }
      .textBlock .inner .place-box .base .sp_none {
        display: none; }
      .textBlock .inner .place-box .base .left {
        text-align: center;
        line-height: 1.5; }
      .textBlock .inner .place-box .base .center {
        text-align: center; }
      .textBlock .inner .place-box .base .to_detail {
        width: 100%;
        margin-bottom: 30px; }
      .textBlock .inner .place-box .base .subtitle {
        display: block;
        background-color: rgba(145, 192, 145, 0.1);
        border-bottom: 1px solid #8CC88C;
        text-align: center;
        color: #44A844;
        font-size: 14px;
        margin-bottom: 20px; }
      .textBlock .inner .place-box .base .intern-link {
        color: #333;
        text-decoration: none;
        line-height: 1.5; }
        .textBlock .inner .place-box .base .intern-link:hover {
          text-decoration: underline; }
      .textBlock .inner .place-box .base .btn {
        padding: 10px 20px;
        font-size: 14px;
        text-decoration: none; }
        .textBlock .inner .place-box .base .btn__entry {
          color: #E38F60;
          background-color: rgba(247, 197, 167, 0.1);
          border: solid 2px #F5B28A; }
          .textBlock .inner .place-box .base .btn__entry:hover {
            background-color: #F5B28A;
            color: #fff; }
        .textBlock .inner .place-box .base .btn__full {
          color: #44A844;
          background-color: rgba(145, 192, 145, 0.1);
          border: solid 2px #8CC88C;
          cursor: default;
          pointer-events: none; }
        .textBlock .inner .place-box .base .btn__start {
          color: #ccc;
          background-color: #f0f0f0;
          border: solid 2px #e0e0e0;
          cursor: default;
          pointer-events: none; }
        .textBlock .inner .place-box .base .btn__stop {
          color: #d8cb5f;
          background-color: #f9f7e8;
          border: solid 2px #e5dd96;
          cursor: default;
          pointer-events: none; }
  .textBlock.move .inner {
    opacity: 1;
    top: 0; }
  .mglf {
    margin: 0 auto; }
    .mglf th {
      padding: 20px 10px 10px 0;
      font-size: 14px; }
  .mglf-submit {
    text-align: center;
    margin-top: 20px; }
  textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
  input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
  input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 25px;
    padding: 4px 6px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  input[type="submit"] {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 28px;
    background-color: #fff !important;
    color: #d41617;
    border: 2px solid #d41617;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif; }
    input[type="submit"]:hover {
      text-align: center;
      padding-left: 40px;
      padding-right: 40px;
      line-height: 28px;
      background-color: #d41617 !important;
      color: #fff;
      border: 2px solid #d41617;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; } }

@media screen and (min-width: 769px) {
  .header {
    opacity: 1; }
  .keyBlock {
    position: relative;
    margin: 0 0 40px; }
    .keyBlock .inner {
      position: relative;
      margin: 0 auto;
      max-width: 1280px;
      padding: 40px 100px; }
      .keyBlock .inner .vertical {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -ms-text-orientation: upright;
        -webkit-text-orientation: upright;
        text-orientation: upright;
        font-size: 12px;
        font-weight: bold;
        line-height: 2.2;
        letter-spacing: .2em;
        display: block;
        position: absolute;
        top: 20px;
        left: 30px;
        transition-duration: 1.5s; }
        @supports (-ms-ime-align: auto) {
          .keyBlock .inner .vertical {
            height: 220px; } }
      .keyBlock .inner _:-ms-lang(x)::-ms-backdrop, .keyBlock .inner .vertical {
        height: 220px; }
      .keyBlock .inner h2 {
        position: relative;
        margin: 0;
        transition-delay: 1s;
        transition-duration: 1.5s;
        color: #333;
        font-size: 27px;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: .08em;
        text-align: center; }
        .keyBlock .inner h2 span {
          font-size: 18px;
          font-weight: bold; }
    .keyBlock.move:before {
      opacity: 1; }
    .keyBlock.move .inner .vertical {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner h2 {
      opacity: 1;
      top: 0; }
  .textBlock {
    position: relative;
    margin: -40px 0 160px;
    padding-top: 60px; }
    .textBlock .inner {
      max-width: 1060px;
      margin: 0 auto;
      position: relative;
      transition-duration: 1.5s;
      transition-delay: 2s;
      padding: 0 90px; }
      .textBlock .inner p {
        margin-bottom: 20px;
        line-height: 1.8; }
        .textBlock .inner p.t-center {
          text-align: center; }
      .textBlock .inner .contact {
        margin-bottom: 20px;
        padding: 40px;
        background-color: #EDF6F0; }
        .textBlock .inner .contact > dl {
          margin-bottom: 20px; }
        .textBlock .inner .contact dt {
          font-weight: bold;
          line-height: 1.8; }
        .textBlock .inner .contact dd {
          line-height: 1.8; }
        .textBlock .inner .contact .note {
          margin-bottom: 0;
          font-size: 12px;
          line-height: 1.8; }
      .textBlock .inner .seminar {
        border-top: 2px solid #d8d8d8;
        padding-top: 50px; }
        .textBlock .inner .seminar .title {
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 0.1em;
          margin-bottom: 30px; }
        .textBlock .inner .seminar .list {
          margin-bottom: 20px;
          line-height: 1.8; }
        .textBlock .inner .seminar .intern {
          border-top: 1px solid #ccc;
          width: 100%;
          margin-bottom: 100px; }
          .textBlock .inner .seminar .intern th {
            width: 17%;
            border-bottom: 1px solid #ccc;
            color: #44A844;
            font-weight: bold;
            padding: 20px 1.5%; }
          .textBlock .inner .seminar .intern td {
            border-bottom: 1px solid #ccc;
            padding: 20px 1.5%;
            line-height: 1.8; }
      .textBlock .inner .titleArea {
        margin-bottom: 30px; }
        .textBlock .inner .titleArea .title {
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 0.1em; }
      .textBlock .inner .listArea {
        margin: 40px 0 100px; }
        .textBlock .inner .listArea .menu {
          width: 100%;
          -js-display: flex;
          display: flex;
          flex-flow: row;
          justify-content: space-around;
          margin-bottom: 40px; }
          .textBlock .inner .listArea .menu .menu-list {
            border-right: 1px solid #ffffff;
            text-align: center;
            flex-grow: 1;
            flex-basis: 0%; }
            .textBlock .inner .listArea .menu .menu-list a {
              width: 100%;
              display: block;
              position: relative;
              padding: 4px 0 12px 0;
              font-weight: bold;
              text-decoration: none;
              color: #E38F60;
              background-color: rgba(247, 197, 167, 0.1);
              border: solid 2px #F5B28A;
              border-collapse: collapse; }
              .textBlock .inner .listArea .menu .menu-list a::after {
                display: block;
                content: "";
                position: absolute;
                bottom: 4px;
                right: 48%;
                width: 0;
                height: 0;
                border-top: 8px solid #E38F60;
                border-left: 8px solid transparent;
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
              .textBlock .inner .listArea .menu .menu-list a:hover {
                background-color: #F5B28A;
                color: #fff; }
                .textBlock .inner .listArea .menu .menu-list a:hover::after {
                  border-top: 8px solid #FFFFFF; }
      .textBlock .inner .place-box .place-title {
        color: #44A844;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px; }
      .textBlock .inner .place-box .base {
        width: 100%;
        margin-bottom: 20px; }
        .textBlock .inner .place-box .base th {
          background-color: rgba(145, 192, 145, 0.1);
          border: 1px solid #8CC88C;
          text-align: center;
          color: #44A844;
          line-height: 1.5; }
        .textBlock .inner .place-box .base td {
          vertical-align: middle;
          border: 1px solid #8CC88C;
          line-height: 1.3;
          padding-top: 10px;
          padding-bottom: 10px; }
        .textBlock .inner .place-box .base .left {
          text-align: left;
          padding-left: 10px;
          line-height: 1.5; }
        .textBlock .inner .place-box .base .center {
          text-align: center; }
        .textBlock .inner .place-box .base .to_detail {
          width: 110px; }
        .textBlock .inner .place-box .base .subtitle {
          display: none; }
        .textBlock .inner .place-box .base .intern-link {
          color: #333;
          text-decoration: none;
          line-height: 1.5; }
          .textBlock .inner .place-box .base .intern-link:hover {
            text-decoration: underline; }
        .textBlock .inner .place-box .base .btn {
          padding: 10px;
          font-size: 14px;
          text-decoration: none; }
          .textBlock .inner .place-box .base .btn__entry {
            color: #E38F60;
            background-color: rgba(247, 197, 167, 0.1);
            border: solid 2px #F5B28A; }
            .textBlock .inner .place-box .base .btn__entry:hover {
              background-color: #F5B28A;
              color: #fff; }
          .textBlock .inner .place-box .base .btn__full {
            color: #44A844;
            background-color: rgba(145, 192, 145, 0.1);
            border: solid 2px #8CC88C;
            cursor: default;
            pointer-events: none; }
          .textBlock .inner .place-box .base .btn__start {
            color: #ccc;
            background-color: #f0f0f0;
            border: solid 2px #e0e0e0;
            cursor: default;
            pointer-events: none; }
          .textBlock .inner .place-box .base .btn__stop {
            color: #d8cb5f;
            background-color: #f9f7e8;
            border: solid 2px #e5dd96;
            cursor: default;
            pointer-events: none; }
    .textBlock.move .inner {
      opacity: 1;
      top: 0; }
  .mglf {
    margin: 0 auto; }
    .mglf th {
      padding: 0 10px 20px 0; }
  .mglf-submit {
    text-align: center;
    margin-top: 20px; }
  textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
  input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
  input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 25px;
    padding: 4px 6px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  input[type="submit"] {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 28px;
    background-color: #fff !important;
    color: #d41617;
    border: 2px solid #d41617;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif; }
    input[type="submit"]:hover {
      text-align: center;
      padding-left: 40px;
      padding-right: 40px;
      line-height: 28px;
      background-color: #d41617 !important;
      color: #fff;
      border: 2px solid #d41617;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; } }
