@charset "UTF-8";
:root {
  --jhm-color: #B9B1DD;  /* ベースカラー */
  --jhm-color-dark: #e7213f; /* ボタンに使用 */
  --jhm-color-thin: #00000020; /* 今は不使用 */
  --jhm-color-text: #8469a8; /* 今は不使用 */
  --jhm-color-shadow: #786DA840; /* ボタンの影 */
  --beige-color:#D48D75; /* ベージュ */

  --aie-color: #E9DCCC; /* ベースカラー */
  --aie-color-dark: #B39970; /* ボタンにカラー */
  --aie-color-dark2: #559ec5; /* 今は不使用 */
  --aie-color-thin: #C0D3E6; /* 今は不使用 */
  --aie-color-text:#6C9DC5; /* 今は不使用 */
  --aie-color-shadow:#B3997020; /* ボタンの影 */
  --aie-color-table-head:#ffe0e4; /* 入試概要 */
}




.font_lato{
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .font_mont{
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .font_lato{
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .font_tuffy{
    font-family: 'Tuffy Bold', arial;
  }
  @font-face{
    font-family: 'OPTIMA.TTF';
    src: url(../font/optima-cufonfonts/OPTIMA.TTF);
  }
  .font_optima{
    font-family: 'OPTIMA.TTF';
  }
  @media (max-width: 2000px) {}
  @media (max-width: 1600px) {}
  @media (max-width: 1440px) {}
  @media (max-width: 1200px) {}
  @media (max-width: 1024px) {}
  @media (max-width: 768px) {}
  @media (max-width: 480px) {}
  
  /* ================================================== */
  /* ================================================== */
  .f12 {
      font-size: 12px;
  }
  .f14 {
    font-size: 14px;
  }
  .f16 {
    font-size: calc(14px + 2 * (100vw - 320px) / 1046);
  }
  .f17 {
    font-size: calc(14px + 3 * (100vw - 320px) / 1046);
  }
  .f18 {
    font-size: calc(16px + 2 * (100vw - 320px) / 1046);
  }
  .f20 {
    font-size: calc(18px + 2 * (100vw - 320px) / 1046);
  }
  .f22 {
    font-size: calc(18px + 4 * (100vw - 320px) / 1046);
  }
  .f24 {
    font-size: calc(20px + 4 * (100vw - 320px) / 1046);
  }
  .f25 {
    font-size: calc(20px + 5 * (100vw - 320px) / 1046);
  }
  .f26 {
    font-size: calc(22px + 4 * (100vw - 320px) / 1046);
  }
  .f28 {
    font-size: calc(22px + 6 * (100vw - 320px) / 1046);
  }
  .f30 {
    font-size: calc(20px + 10 * (100vw - 320px) / 1046);
  }
  .f32 {
    font-size: calc(22px + 10 * (100vw - 320px) / 1046);
  }
  .f36 {
    font-size: calc(26px + 10 * (100vw - 320px) / 1046);
  }
  .f40 {
    font-size: calc(30px + 10 * (100vw - 320px) / 1046);
  }
  .f42 {
    font-size: calc(32px + 10 * (100vw - 320px) / 1046);
  }
  .f48 {
    font-size: calc(32px + 16 * (100vw - 320px) / 1046);
  }
  .f52 {
    font-size: calc(42px + 10 * (100vw - 320px) / 1046);
  }
  .f56 {
    font-size: calc(48px + 8 * (100vw - 320px) / 1046);
  }
  .f58 {
    font-size: calc(48px + 10 * (100vw - 320px) / 1046);
  }
  .f60 {
    font-size: calc(52px + 8 * (100vw - 320px) / 1046);
  }
  .f66 {
    font-size: calc(58px + 8 * (100vw - 320px) / 1046);
  }
  .f70 {
    font-size: calc(60px + 10 * (100vw - 320px) / 1046);
  }
  @media screen and (min-width: 1366px) {
    .f16 {
      font-size: 16px;
    }
    .f17 {
      font-size: 17px;
    }
    .f18 {
      font-size: 18px;
    }
    .f20 {
      font-size: 20px;
    }
    .f22 {
      font-size: 22px;
    }
    .f24 {
      font-size: 24px;
    }
    .f25 {
      font-size: 25px;
    }
    .f26 {
      font-size: 26px;
    }
    .f28 {
      font-size: 28px;
    }
    .f32 {
      font-size: 32px;
    }
    .f36 {
      font-size: 36px;
    }
    .f40 {
      font-size: 40px;
    }
    .f42 {
      font-size: 42px;
    }
    .f48 {
      font-size: 48px;
    }
    .f52 {
      font-size: 52px;
    }
    .f56 {
      font-size: 56px;
    }
    .f58 {
      font-size: 58px;
    }
    .f60 {
      font-size: 60px;
    }
    .f66 {
      font-size: 66px;
    }
    .f70 {
      font-size: 70px;
    }
  }
  
  .fm {
    font-weight: 500;
  }
  
  .fb {
    font-weight: bold;
  }
  
  .c_white {
    color: #ffffff;
  }
  
  .c_orange {
    color: #ff6600;
  }
  
  .c_pink {
    color: #E5B8C5;
  }
  
  .on768 {
    display: none;
  }
  
  .on480 {
    display: none;
  }
  
  @media screen and (max-width: 768px) {
    .on768 {
      display: block;
    }
    .off768 {
      display: none;
    }
  }
  
  @media screen and (max-width: 480px) {
    .on480 {
      display: block;
    }
  
    .off480 {
      display: none;
    }
  }
  
  .lh1 {
    line-height: 1;
  }
  .lh1\.25 {
    line-height: 1.25;
  }
  .lh1\.5 {
    line-height: 1.5;
  }
  .lh1\.75 {
    line-height: 1.75;
  }
  .lh2 {
    line-height: 2;
  }
  /* ================================================== */
  /* ================================================== */
  /* .inner_lr{
    padding-left: auto;
    padding-right: auto;
  } */
  .inner{
    max-width: 1000px;
  }
  .tc{
    text-align: center;
  }
  .tl{
    text-align: left;
  }
  .tr{
    text-align: right;
  }
  .text_out{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
/* ================================================== */
/* 上書き */
/* ================================================== */
.p-title .title {
    text-align: left;
    position: relative;
    z-index: 2;
}
.p-title {
    background: no-repeat center center / cover;
    background-image: url(../img/ob-fv.png);
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 480px) {
  .p-title{
    background-position: 66% 0;
  }
}
.p-title::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.34);
    z-index: 1;
}
.p-breadcrumb{
    padding: 7px 8.1%;
    background-color: #6BC7F1;
}

/* .c-inner {
    padding: unset;
} */

.p-cta{
    display: none;
}
/* ================================================== */
/* ================================================== */
.link_btn{
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    padding: 0 20px;
    max-width: 350px;
    background-color: #000;
    filter: drop-shadow(-10px -10px 0px rgba(0,0,0,0.25));
    position: relative;
}
.link_btn p{
    color: #fff;
    line-height: 1;
    margin: unset;
    position: relative;
}
.link_btn p::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 8px;
    background: url(../img/ob-arrow.png)no-repeat center;
    background-size: contain;
}

.page_bottom_border{
    border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
    .link_btn{
        margin: 60px auto 0;
        height: 40px;
        max-width: 250px;
    }
    .link_btn p{
        font-size: 14px !important;
    }
    .link_btn p::after{
        width: 18px;
        height: 6px;
    }
}
/* ================================================== */
/* ニューズカテゴリー */
/* ================================================== */
.cat_news{
    width: 120px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}
.cat_news-both {
    background-color: #E1E2E6;
    color: #000;
}
.cat_news-j {
    background-color: var(--jhm-color-dark);
    color: #fff;
}
.cat_news-ai {
    background-color: var(--aie-color-dark);
    color: #000;
}
/* ================================================== */
/* 求人カテゴリー */
/* ================================================== */
.cat_recruit{
    margin-left: 20px;
    width: 120px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.cat_recruit-both {
    background-color: #E1E2E6;
    color: #000;
}
.cat_recruit-j {
    background-color: var(--jhm-color-dark);
    color: #fff;
}
.cat_recruit-ai {
    background-color: var(--aie-color-dark);
    color: #fff;
}
/* ================================================== */
/* <!--　追加 obogヘッダーメニュー --> */
/* ================================================== */
/* ======================== */
/* 上書き */
/* ======================== */
.p-header__nav li .ac-menu{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 0.3s;
    background-color: #f3f3f3;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    padding: 20px 20px 4px 20px;
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ob_breadcrumb{
  display: block !important;
}
/* ======================== */
/* ======================== */
.obog_menu{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 0.3s;
    background-color: #f3f3f3;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    padding: unset !important;
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start !important;
}
.obog_menu_title{
    padding: 32px 0 !important;
    width: 350px;
    background-color: #6FC8D8;
}
.obog_lists{
    width: calc(100% - 350px);
    display: flex;
}
.obog_list{
    display: block;
    padding: 30px 0 !important;
}
.obog_list p{
    margin-bottom: unset;
    margin-left: 30px;
}
.obog_list p{
    padding-left: 25px;
    position: relative;
}
.obog_list p::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../img/obog-menu-arrow.png)no-repeat center;
    background-size: contain;
}

