@charset "UTF-8";
/*
Theme Name: JOHBOC
Description: JOHBOC
Theme URI: https://johboc.jp/
Author: 株式会社ハジメクリエイト
Author URI: https://hajimecreate.com/
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
html {
  -webkit-overflow-scrolling: touch; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  line-height: 1;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

img {
  border: 0; }

a {
  text-decoration: none; }

address {
  font-style: normal; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.post-password-form {
  padding: 240px 20px 120px 20px;
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .post-password-form {
      padding: 120px 20px 80px 20px; } }
  .post-password-form p {
    line-height: 1.75; }
    .post-password-form p:first-of-type {
      font-size: 0; }
      .post-password-form p:first-of-type::after {
        content: 'このコンテンツはパスワードで保護されています。\Aパスワードを入力してください。';
        white-space: pre;
        font-size: 16px; }
        @media screen and (max-width: 1023px) {
          .post-password-form p:first-of-type::after {
            font-size: 14px; } }
    .post-password-form p:last-of-type {
      margin-top: 32px; }
  .post-password-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }
  .post-password-form input[type="password"] {
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    height: 32px;
    width: 120px;
    font-size: 16px;
    text-align: center; }
  .post-password-form input[type="submit"] {
    background-color: #2d85dc;
    border: none;
    color: #fff;
    border-radius: 4px;
    height: 32px; }

@media screen and (max-width: 1023px) {
  .tableScroll {
    overflow-x: scroll; } }

.pageTop {
  position: fixed;
  bottom: -56px;
  right: -56px;
  z-index: 10; }
  .pageTop-btn {
    display: block;
    width: 56px;
    height: 56px;
    cursor: pointer;
    opacity: .7; }
  .pageTop--up {
    animation: btnUp .2s;
    animation-fill-mode: forwards; }
  .pageTop--down {
    animation: btnDown .2s;
    animation-fill-mode: forwards; }
@keyframes btnUp {
  0% {
    right: 16px;
    bottom: -56px; }
  100% {
    right: 16px;
    bottom: 16px; } }
@keyframes btnDown {
  0% {
    right: 16px;
    bottom: 16px; }
  100% {
    right: 16px;
    bottom: -56px; } }
.header {
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #52cae9, #2d85dc);
  padding-top: 8px;
  width: 100%;
  z-index: 10;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
  transition: .5s; }
  @media screen and (max-width: 1023px) {
    .header {
      padding-top: 4px; } }
  .header--scroll {
    top: -150px; }
    @media screen and (max-width: 1023px) {
      .header--scroll {
        top: -80px; } }
  .headerBody {
    position: relative;
    background-color: #fff;
    padding: 0 40px 0 416px;
    text-align: right;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .headerBody {
        padding: 0; } }
  .headerLogo {
    position: absolute;
    top: 0;
    left: 40px;
    width: 296px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
    z-index: 3;
    background-color: #fff;
    padding: 24px;
    transition: .3s; }
    .headerLogo--scroll {
      width: 192px;
      height: 88px;
      padding: 16px; }
    .headerLogo img {
      display: block;
      width: 100%;
      height: auto; }
    @media screen and (max-width: 1023px) {
      .headerLogo {
        width: 140px;
        height: 64px;
        left: 0;
        padding: 0; }
        .headerLogo--scroll {
          width: 140px;
          height: 64px;
          padding: 0; }
        .headerLogo img {
          width: 114px; } }
  .headerNav {
    display: inline-flex;
    height: 104px;
    align-items: center;
    transition: .3s; }
    .headerNav--scroll {
      height: 64px; }
    @media screen and (max-width: 1023px) {
      .headerNav {
        position: relative;
        display: block;
        height: 56px; }
        .headerNav--scroll {
          height: 56px; } }
    .headerNavWrap {
      display: inline-block;
      align-items: center;
      text-align: left;
      font-size: 0; }
      @media screen and (max-width: 1023px) {
        .headerNavWrap {
          padding: 96px 24px 24px 24px;
          position: fixed;
          top: 0;
          right: -100%;
          width: calc(100% - 24px);
          max-height: 100%;
          background: linear-gradient(to top, #52cae9, #2d85dc);
          z-index: 2;
          overflow-y: auto;
          transition: .5s; } }
      .headerNavWrap--active {
        right: 0; }
    .headerNavGroup {
      position: relative;
      margin: 16px;
      display: inline-block; }
      @media screen and (max-width: 1023px) {
        .headerNavGroup {
          margin: 0;
          display: block;
          border: 1px solid #fff;
          border-bottom: none; }
          .headerNavGroup:last-of-type {
            border-bottom: 1px solid #fff; } }
      .headerNavGroup:hover .headerNavList {
        opacity: 1;
        visibility: visible; }
      .headerNavGroupBtn {
        display: none; }
        @media screen and (max-width: 1023px) {
          .headerNavGroupBtn {
            display: flex;
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: 40px;
            justify-content: center;
            align-items: center;
            z-index: 2; }
            .headerNavGroupBtn span {
              position: relative;
              width: 12px;
              height: 12px;
              transition: .5s; }
              .headerNavGroupBtn span::before, .headerNavGroupBtn span::after {
                content: '';
                position: absolute;
                top: 5px;
                left: 0;
                width: 12px;
                height: 2px;
                background-color: #fff;
                transition: .5s; }
              .headerNavGroupBtn span::after {
                top: 0;
                left: 5px;
                width: 2px;
                height: 12px; }
            .headerNavGroupBtn--active span {
              transform: rotate(720deg); }
              .headerNavGroupBtn--active span::before {
                background-color: #2d85dc; }
              .headerNavGroupBtn--active span::after {
                background-color: #2d85dc;
                opacity: 0; } }
    .headerNavLink {
      position: relative;
      font-size: 16px;
      color: #202020; }
      @media screen and (max-width: 1023px) {
        .headerNavLink {
          display: flex;
          width: 100%;
          height: 40px;
          align-items: center;
          color: #fff;
          padding-left: 16px;
          transition: .5s; } }
      .headerNavLink::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background: linear-gradient(to left, #52cae9, #2d85dc);
        transition: .3s; }
        @media screen and (max-width: 1023px) {
          .headerNavLink::after {
            display: none; } }
      .headerNavLink:hover::after {
        width: 100%; }
      .headerNavLink--active {
        color: #2d85dc;
        background-color: #fff; }
    .headerNavList {
      position: absolute;
      right: -64px;
      margin: 16px 0 0 0;
      padding: 0;
      list-style-type: none;
      background-color: #fff;
      white-space: nowrap;
      visibility: hidden;
      opacity: 0;
      transition: 0.5s;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
      z-index: 2; }
      @media screen and (max-width: 1023px) {
        .headerNavList {
          display: none;
          transition: transform .4s;
          position: static;
          visibility: visible;
          opacity: 1;
          box-shadow: none;
          background-color: transparent;
          margin: 4px 0 0 0;
          padding-bottom: 8px; } }
      .headerNavList li {
        padding: 8px 16px;
        text-align: left; }
        .headerNavList li a {
          display: inline-block;
          font-size: 16px;
          color: #202020;
          transition: .2s; }
          @media screen and (max-width: 1023px) {
            .headerNavList li a {
              color: #fff;
              font-size: 14px; }
              .headerNavList li a::before {
                content: '－ ';
                font-weight: 700; } }
          .headerNavList li a:hover {
            color: #2d85dc; }
            @media screen and (max-width: 1023px) {
              .headerNavList li a:hover {
                color: #fff; } }
    .headerNavBtn {
      display: none;
      position: relative;
      width: 56px;
      height: 56px;
      background: linear-gradient(to top, #52cae9, #2d85dc); }
      @media screen and (max-width: 1023px) {
        .headerNavBtn {
          display: block;
          margin-left: auto; } }
      .headerNavBtn span {
        display: block;
        transition: all .4s;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 24px;
        background-color: #fff;
        height: 2px;
        z-index: 3; }
        .headerNavBtn span:nth-of-type(1) {
          top: 17px;
          animation: menu-bar01 .75s forwards; }
        .headerNavBtn span:nth-of-type(2) {
          top: 27px;
          transition: all .25s .25s;
          opacity: 1; }
        .headerNavBtn span:nth-of-type(3) {
          top: 37px;
          animation: menu-bar03 .75s forwards; }
      .headerNavBtn--active span:nth-of-type(1) {
        animation: active-menu-bar01 .75s forwards; }
      .headerNavBtn--active span:nth-of-type(2) {
        opacity: 0; }
      .headerNavBtn--active span:nth-of-type(3) {
        animation: active-menu-bar03 .75s forwards; }
@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg); }
  50% {
    transform: translateY(10px) rotate(0); }
  70% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
@keyframes menu-bar03 {
  0% {
    transform: translateY(-10px) rotate(-45deg); }
  50% {
    transform: translateY(-10px) rotate(0); }
  70% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(10px) rotate(45deg); } }
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(-10px) rotate(-45deg); } }
.footer {
  border-top: 2px solid #2d85dc;
  background-color: #f1f1f1; }
  .footerBody {
    display: flex;
    padding: 32px 0 32px 80px; }
    @media screen and (max-width: 1023px) {
      .footerBody {
        display: block;
        padding: 24px; } }
  .footerLogo {
    margin-top: 16px;
    display: block;
    width: 173px;
    height: auto;
    margin-right: 40px; }
    @media screen and (max-width: 1023px) {
      .footerLogo {
        margin: 16px auto 0 auto; } }
  .footerWrap {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      .footerWrap {
        margin-top: 16px;
        display: block; } }
  .footerBlock {
    width: 200px;
    margin-right: 24px; }
    @media screen and (max-width: 1023px) {
      .footerBlock {
        width: 100%;
        margin: 0; } }
  .footerGroup {
    position: relative; }
    .footerGroupBtn {
      display: none; }
      @media screen and (max-width: 1023px) {
        .footerGroupBtn {
          display: flex;
          position: absolute;
          top: 0;
          right: 0;
          width: 40px;
          height: 40px;
          justify-content: center;
          align-items: center; }
          .footerGroupBtn span {
            position: relative;
            width: 12px;
            height: 12px;
            transition: .5s; }
            .footerGroupBtn span::before, .footerGroupBtn span::after {
              content: '';
              position: absolute;
              top: 5px;
              left: 0;
              width: 12px;
              height: 2px;
              background-color: #202020;
              transition: .5s; }
            .footerGroupBtn span::after {
              top: 0;
              left: 5px;
              width: 2px;
              height: 12px; }
          .footerGroupBtn--active span {
            transform: rotate(720deg); }
            .footerGroupBtn--active span::after {
              opacity: 0; } }
  .footerLink {
    margin-top: 16px;
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    color: #202020;
    padding-left: 16px;
    font-size: 14px;
    background-color: #fff;
    transition: .2s; }
    .footerLink:hover {
      color: #2d85dc; }
    .footerLink--mt {
      margin-top: 8px; }
    @media screen and (max-width: 1023px) {
      .footerLink {
        margin-top: 8px; } }
  .footerList {
    margin: 4px 0 0 0;
    padding: 0;
    list-style-type: none; }
    @media screen and (max-width: 1023px) {
      .footerList {
        display: none; } }
    .footerList li {
      padding: 4px 16px;
      text-align: left; }
      .footerList li a {
        display: inline-block;
        font-size: 12px;
        color: #202020;
        transition: .2s; }
        .footerList li a:hover {
          color: #2d85dc; }
  .footerCopyright {
    padding: 0 40px 16px 0;
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
    color: #202020; }
    @media screen and (max-width: 1023px) {
      .footerCopyright {
        padding: 0 24px 16px 24px;
        text-align: center;
        font-size: 11px; } }

.commonNews {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px dashed #2d85dc; }
  .commonNews li {
    padding: 16px 0;
    line-height: 1.75;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #2d85dc;
    font-weight: 500; }
    @media screen and (max-width: 1023px) {
      .commonNews li {
        display: block; } }
    .commonNews li p {
      width: 160px;
      color: #202020; }
    .commonNews li a {
      display: block;
      width: calc(100% - 160px);
      color: #202020;
      transition: .2s; }
      @media screen and (max-width: 1023px) {
        .commonNews li a {
          margin-top: 8px;
          width: 100%; } }
      .commonNews li a:hover {
        color: #2d85dc; }

.keyView {
  margin-top: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  background-image: url("images/general_keyimg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 1023px) {
    .keyView {
      margin-top: 60px;
      height: 240px; } }
  @media screen and (max-width: 766px) {
    .keyView {
      height: 160px; } }
  .keyViewTtl {
    display: block;
    width: auto;
    height: 54px; }
    @media screen and (max-width: 1023px) {
      .keyViewTtl {
        height: 40px; } }

.panKuzu {
  max-width: 1232px;
  margin: 0 auto;
  padding: 8px 20px;
  font-size: 0; }
  @media screen and (max-width: 1023px) {
    .panKuzu {
      overflow-x: scroll;
      white-space: nowrap; } }
  .panKuzu a, .panKuzu span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.75;
    margin-right: 4px; }
  .panKuzu a {
    color: #2d85dc; }

.pager {
  margin-top: 40px;
  text-align: center;
  font-size: 0; }
  .pager .page-numbers {
    margin: 4px 10px;
    font-size: 16px;
    color: #202020; }
    .pager .page-numbers:hover {
      text-decoration: underline; }
  .pager .current {
    font-size: 16px;
    color: #2d85dc; }
    .pager .current:hover {
      text-decoration: none; }
  .pager .next::after,
  .pager .prev::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 10px;
    background-image: url("images/icn_prev_next.png");
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: top right; }
  .pager .prev::after {
    background-position: top left; }

.news {
  padding: 80px 20px 120px 20px; }
  .newsList {
    max-width: 880px;
    margin: 0 auto; }
  .newsArticle {
    max-width: 880px;
    margin: 0 auto;
    padding: 56px;
    border: 2px solid #2d85dc; }
    @media screen and (max-width: 1023px) {
      .newsArticle {
        padding: 20px; } }
    .newsArticleDate {
      font-size: 16px; }
    .newsArticleTitle {
      margin-top: 8px;
      font-size: 22px;
      line-height: 1.5;
      font-weight: 500;
      padding-bottom: 16px;
      background: linear-gradient(to left, #52cae9, #2d85dc) bottom left/100% 6px no-repeat; }
    .newsArticleContent {
      margin-top: 32px;
      line-height: 1.75; }
      .newsArticleContent img {
        max-width: 100%;
        height: auto; }
  .newsNew {
    margin: 64px auto 0 auto;
    max-width: 880px; }
    .newsNewTitle {
      font-size: 24px;
      color: #2d85dc;
      margin-bottom: 16px;
      font-weight: 500; }

/*# sourceMappingURL=style.css.map */
