@charset "UTF-8";
/*
Theme Name: preapppartners
Description: 20190806
Version: 1.0
*/
html {
  font-size: 62.5%; }
  html:focus {
    outline: none; }
  html * {
    box-sizing: border-box; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  margin: 0; }

main {
  overflow: hidden; }

.font_serif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }

/* ----------------------------------- */
/* メインコンテナ
/* ----------------------------------- */
#main_container {
  padding: 70px 0 0 0; }
  @media print, screen and (min-width: 768px) {
    #main_container {
      padding: 0 0 0 240px; } }

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media print, screen and (min-width: 768px) {
  .container {
    width: 750px;
    transition: ease-in .1s; } }
@media print, screen and (min-width: 992px) {
  .container {
    width: 970px;
    transition: ease-in .1s; } }
@media print, screen and (min-width: 1200px) {
  .container {
    width: 1170px;
    transition: ease-in .1s; } }
/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.mt0 {
  margin-top: 0	 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #00F;
  text-decoration: underline;
  transition: all ease-in-out .3s; }
  a:hover {
    color: #F00;
    text-decoration: none;
    transition: all ease-in-out .3s; }
  a:focus {
    color: #F00;
    text-decoration: none;
    transition: all ease-in-out .3s;
    outline: 0;
    text-decoration: none; }
  a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  a img:hover {
    -moz-opacity: 0.8 !important;
    opacity: 0.8 !important; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0; }

.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 30px 0 30px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  position: relative;
  border: 1px solid #333366;
  color: #fff !important;
  background: #333366;
  max-width: 290px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .btn a {
    color: #fff !important;
    text-decoration: none; }
    .btn a i {
      margin-left: 10px; }
  .btn:hover a, .btn a:hover {
    color: #333366 !important; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    color: #333366 !important;
    background: #fff;
    border-color: #333366; }
  .btn.arrow:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #fff;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn.arrow:hover:after, .btn.arrow:focus:after {
    color: #000; }
  .btn.arrowReverse:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #000;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
    color: #fff; }
  .btn.reverse {
    text-decoration: none;
    color: #000;
    background: #fff;
    border-color: #000; }
    .btn.reverse:hover, .btn.reverse:focus {
      background: #000;
      color: #fff; }
  .btn.btnLeft {
    margin: 0; }
  .btn.btnRight {
    margin: 0 auto 0 0; }
  .btn.btnCenter {
    margin-left: auto;
    margin-right: auto; }
  .btn.btnFull {
    max-width: none; }
  .btn.type2 {
    background: #CA1633;
    border-color: #CA1633;
    color: #fff; }
    .btn.type2:after {
      color: #fff; }
    .btn.type2:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
      .btn.type2:hover:after {
        color: #fff; }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column1Wrap {
  margin-bottom: 30px; }

.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }
  .column2Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px; }
  .column3Wrap .columnBox {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px; }
    .column3Wrap .columnBox img {
      width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px; }
  .column4Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }
    .column4Wrap .columnBox img {
      width: 100%; }
    .column4Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.columnBox {
  overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin-bottom: 0; }

@media print, screen and (min-width: 768px) {
  .column2Wrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px; }
    .column2Wrap2 .columnBox {
      flex-basis: 50%;
      width: 50%; }
    .column2Wrap2 .column2Wrap2 .columnBox {
      flex-basis: 50%; }

  .column2Wrap .columnBox {
    flex-basis: 48%;
    width: 48%; }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: 45%; }

  .column3Wrap .column_box {
    flex-basis: 48%;
    width: 48%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap .columnBox {
      flex-basis: 48%;
      width: 48%; } }
@media print, screen and (min-width: 992px) {
  .column3Wrap:after {
    content: "";
    width: 31%; }
  .column3Wrap .columnBox {
    flex-basis: 31%;
    width: 31%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap:before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    .column4Wrap:after {
      content: "";
      width: 23%;
      display: block; }
    .column4Wrap .columnBox {
      flex-basis: 23%;
      width: 23%; } }
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  background: #fff;
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 4; }
  #header .logo_area {
    text-align: center;
    padding: 0px 0;
    max-width: 120px;
    margin: 8px 0 0 10px;
    border-right: none; }
    #header .logo_area .logo {
      padding: 0;
      margin: 0; }
  #header .site_description {
    font-size: 12px;
    display: none; }
  @media print, screen and (min-width: 768px) {
    #header {
      background: #fff;
      width: 240px;
      height: 100vh;
      position: fixed;
      z-index: 4; }
      #header .logo_area {
        max-width: 240px;
        display: block;
        text-align: center;
        padding: 10px 0;
        border-right: 1px solid #f0f0f1; }
      #header .site_description {
        display: block; } }

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#main_navi {
  display: none;
  border-right: 1px solid #f0f0f1; }
  #main_navi ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #f0f0f1; }
    #main_navi ul li {
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #f0f0f1;
      list-style: none; }
      #main_navi ul li a {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100px;
        display: block;
        text-align: center;
        line-height: 100px;
        color: #222222;
        text-decoration: none; }
        #main_navi ul li a span {
          z-index: 3;
          position: absolute;
          width: 100%;
          left: 0; }
          #main_navi ul li a span i {
            z-index: 3;
            position: absolute;
            right: 30px;
            top: 42px; }
        #main_navi ul li a:hover {
          color: #fff !important; }
          #main_navi ul li a:hover:before {
            width: 240px; }
        #main_navi ul li a::before {
          position: absolute;
          content: "";
          left: 0;
          width: 10px;
          height: 101px;
          background: #333366;
          -webkit-transition: 0.4s cubic-bezier(0.7, 0.13, 0.1, 0.92);
          transition: 0.4s cubic-bezier(0.7, 0.13, 0.1, 0.92); }
      #main_navi ul li:nth-child(2) a::before {
        background: #808000; }
      #main_navi ul li:nth-child(3) a::before {
        background: #9f8000; }
      #main_navi ul li:nth-child(4) a::before {
        background: #9f0033; }
      #main_navi ul li:nth-child(5) a::before {
        background: #ff6633; }
      #main_navi ul li:nth-child(4) a:hover {
        transition: all ease-in-out .3s;
        opacity: .8; }
      #main_navi ul li ul {
        position: fixed;
        z-index: 3;
        opacity: 0;
        height: 0;
        top: 0;
        left: 240px;
        width: 240px;
        background-color: rgba(34, 34, 34, 0.9);
        padding-top: 0;
        transition: ease-in .3s;
        border-top: none; }
        #main_navi ul li ul li {
          overflow: hidden;
          width: 100%;
          height: 0;
          border: none;
          margin-bottom: 40px; }
          #main_navi ul li ul li:last-child {
            margin-bottom: 0; }
          #main_navi ul li ul li a {
            display: block;
            color: #888;
            height: 40px;
            line-height: 40px;
            text-align: left;
            padding: 0 25px; }
            #main_navi ul li ul li a:before {
              position: absolute;
              content: "";
              left: 0;
              width: 10px;
              height: 101px;
              background: #333366;
              -webkit-transition: 0.4s cubic-bezier(0.7, 0.13, 0.1, 0.92);
              transition: 0.4s cubic-bezier(0.7, 0.13, 0.1, 0.92);
              display: none; }
      #main_navi ul li:hover > ul {
        overflow: visible;
        padding-top: 175px;
        height: 100vh;
        left: 240px;
        opacity: 1; }
        #main_navi ul li:hover > ul > li {
          overflow: visible;
          height: 40px; }
          #main_navi ul li:hover > ul > li > a {
            height: 40px;
            line-height: 40px; }
  #main_navi > ul > li:hover li:hover > a {
    color: #ff6633 !important; }
  @media print, screen and (min-width: 768px) {
    #main_navi {
      display: block;
      position: static;
      height: calc(100vh - 114px);
      overflow: auto; } }

/* 子メニュー表示 */
.toggleMenu {
  margin: 0 0 50px;
  position: relative; }
  .toggleMenu .subMenuBtn:hover, .toggleMenu .subMenuBtn:focus {
    cursor: pointer; }
  .toggleMenu .subMenuBtn:after {
    content: "\f067";
    font-weight: normal;
    font-family: FontAwesome;
    flex-basis: 30px;
    font-size: 20px;
    margin-left: auto;
    text-align: right;
    padding-left: 10px; }
  .toggleMenu .subMenuBtn:hover {
    cursor: pointer; }
  .toggleMenu .subMenuBtn.active:after {
    content: "\f068";
    font-weight: normal;
    font-family: FontAwesome; }
  .toggleMenu .subMenu {
    display: none;
    padding: 0;
    margin: 10px 0 0; }
    .toggleMenu .subMenu li {
      padding: 0;
      margin-bottom: 10px;
      position: relative; }
      .toggleMenu .subMenu li:last-child {
        margin-bottom: 0; }
      .toggleMenu .subMenu li a {
        color: #000;
        text-decoration: none; }
    .toggleMenu .subMenu.active li {
      display: block; }

/* ----------------------------------- */
/* スマホメニュー */
/* ----------------------------------- */
/*ハンバーガーボタン*/
.el_humburger {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto; }
  @media print, screen and (min-width: 768px) {
    .el_humburger {
      display: none; } }

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out; }
  .el_humburger > span:last-child {
    margin-bottom: 0; }

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg); }
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0; }
.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg); }

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff; }
  .el_humburgerButton__close > span.el_humburgerLineTop {
    transform: translateY(5px) rotate(-45deg); }
  .el_humburgerButton__close > span.el_humburgerLineBottom {
    transform: translateY(-6px) rotate(45deg); }

/*ナビゲーション*/
#navigation {
  display: none; }
  #navigation.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999; }

.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.navigation_wrapper {
  padding: 80px 0 0 0;
  text-align: center; }
  .navigation_wrapper i {
    margin-left: 5px; }

.navigation_item {
  font-ize: 18px;
  margin-bottom: 20px; }
  .navigation_item > a {
    color: #000;
    text-decoration: none; }

.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

/* ---------------------------------------------------------------- */
/* ページトップボタン */
/* ---------------------------------------------------------------- */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 34px;
  bottom: 50px;
  z-index: 3; }
  #page_top a {
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background-color: #222;
    position: relative;
    font-size: 30px; }
    #page_top a:before {
      content: "\f106";
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-family: FontAwesome; }

/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  padding-left: 0px;
  height: 186px; }
  #footer #copyright {
    padding: 73px 0;
    text-align: center;
    font-size: 14px; }
  @media print, screen and (min-width: 768px) {
    #footer {
      padding-left: 240px;
      height: 186px; } }

/* 全体 */
.jspContainer {
  position: relative; }

/* スクロールバーを除いたエリア */
.jspPane {
  position: absolute; }

/* 縦スクロールバー */
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%; }

/* 横スクロールバー */
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px; }

/* 背景 */
.jspTrack {
  background: #111;
  position: relative; }

/* ノブ */
.jspDrag {
  background: #333;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.help_wanted_box {
  border: 1px solid #5A5A5A;
  margin: 15px 5px; }
  .help_wanted_box a {
    text-decoration: none !important; }
    .help_wanted_box a:hover {
      opacity: 0.8; }
    .help_wanted_box a h4 {
      text-decoration: none !important;
      color: #fff;
      background: #393939;
      margin: 0;
      padding: 5px 5px;
      font-size: 26px !important;
      text-align: center;
      font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: normal; }
      .help_wanted_box a h4 span {
        font-size: 16px;
        display: block;
        margin-top: -3px; }
    .help_wanted_box a .c_box {
      padding: 5px; }
      .help_wanted_box a .c_box .c1_box {
        border-left: 8px solid #9E0033;
        padding: 0 8px;
        margin-bottom: 5px; }
        .help_wanted_box a .c_box .c1_box h5 {
          margin: 0;
          font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: normal;
          font-size: 24px !important;
          color: #9E0033;
          padding: 0px !important;
          background: #fff; }
        .help_wanted_box a .c_box .c1_box p {
          margin: 0;
          font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: normal;
          font-size: 11px;
          color: #9E0033; }
      .help_wanted_box a .c_box .c2_box {
        border-left: 8px solid #333365;
        padding: 0 8px; }
        .help_wanted_box a .c_box .c2_box h5 {
          margin: 0;
          font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: normal;
          font-size: 24px !important;
          color: #333365;
          padding: 0px !important;
          background: #fff; }
        .help_wanted_box a .c_box .c2_box p {
          margin: 0;
          font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: normal;
          font-size: 11px;
          color: #333365; }

.help_wanted_box2 {
  border: 1px solid #5A5A5A;
  margin: 25px 15px 5px; }
  .help_wanted_box2 a {
    text-decoration: none !important; }
    .help_wanted_box2 a:hover {
      opacity: 0.8; }
    .help_wanted_box2 a h4 {
      text-decoration: none !important;
      color: #fff;
      background: #393939;
      margin: 0;
      padding: 5px 15px;
      font-size: 18px;
      text-align: left;
      font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: normal; }
      .help_wanted_box2 a h4 span {
        font-size: 14px;
        margin-left: 10px; }
    .help_wanted_box2 a .c_box {
      padding: 5px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .help_wanted_box2 a .c_box .c1_box {
        border-left: 8px solid #9E0033;
        padding: 0 8px;
        width: 50%;
        flex-basis: 50%; }
        .help_wanted_box2 a .c_box .c1_box h5 {
          margin: 0;
          font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: normal;
          font-size: 18px;
          color: #9E0033;
          padding: 0 !important;
          background: #fff !important; }
        .help_wanted_box2 a .c_box .c1_box p {
          margin: 0;
          font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: normal;
          font-size: 11px;
          color: #9E0033; }
      .help_wanted_box2 a .c_box .c2_box {
        border-left: 8px solid #333365;
        padding: 0 8px;
        width: 50%;
        flex-basis: 50%; }
        .help_wanted_box2 a .c_box .c2_box h5 {
          margin: 0;
          font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: normal;
          font-size: 18px;
          color: #333365;
          padding: 0 !important;
          background: #fff !important; }
        .help_wanted_box2 a .c_box .c2_box p {
          margin: 0;
          font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: normal;
          font-size: 11px;
          color: #333365; }

@media print, screen and (min-width: 768px) {
  .help_wanted_box2 {
    display: none; } }
