@charset "UTF-8";
/*
Theme Name: パートナーズ様
Description:パートナーズ様専用のWPテンプレートです。
Author: 廣川友里
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

*{
  box-sizing: border-box;
}

/* 全体設定 */
body {
  background: #fefefe;
  color: #0f0f0f;
  font-size: 95%;
  line-height: 1.8;
  letter-spacing: 0.5px;
  position: relative;
  font-family: 'Noto Sans JP'; }

a {
  color: #0f0f0f;
  text-decoration: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }
  a:hover {
    color: #C91F1F;
    opacity: 0.9; }
  a.block {
    display: block; }

.bg_link {
  /* 背景が濃いエリアのリンク色 */ }
  .bg_link a {
    color: whitesmoke; }

img {
  max-width: 100%;
  vertical-align: bottom; }

h2, h3, h4, h5, h6 {
  font-weight: bold; }

strong {
  font-weight: bold; }

span {
  font-size: 0.8rem;
  font-family: 'Ubuntu Condensed', sans-serif;
  letter-spacing: 2px; }

/* 線 */
hr {
  margin: 30px auto;
  padding: 0;
  border: 0;
  border-top: 1px solid whitesmoke; }

/* 赤色・青色 */
.cl_r {
  color: #C91F1F; }

.cl_b {
  color: #0f243e; }

/* ドラッグ選択 */
::selection {
  background: whitesmoke;
  color: #0f243e; }

::-moz-selection {
  background: whitesmoke;
  color: #0f243e; }

/* 角丸 */
.radius {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  overflow: hidden; }

/* 背景色のあるエリア */
.bg_area {
  background: whitesmoke;
  padding: 60px 0;
  margin: 60px auto;
  border: 1px solid whitesmoke; }

/* 横幅指定 */
.w_area {
  width: 1000px;
  margin: 0 auto; }

.w50_area {
  width: 49%; }

.m60 {
  margin: 60px auto; }

/* フレックスボックス */
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

/* ブロック要素 */
.block a, .block strong, .block span {
  display: block; }

/* PCでは非表示 */
.pc_hide {
  display: none; }

/* ロゴ、メニューボタン、サブメニュー */
.logo_area .logo {
  width: 60%; }

.logo_area h1 {
  padding-top: 5px;
  font-size: 0.8rem;
  color: #4f6f97; }

.gbnav_area ul li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5px;
  font-size: 0.9rem;
  text-align: center; }
  .gbnav_area ul li a {
    padding: 10px 0;
    background: #C91F1F url(http://partners-op.com/hp/wp-content/uploads/nav_bg.png) center no-repeat;
    background-size: 100% 100%; }

.subnav_area li {
  font-size: 0.8rem; }
  .subnav_area li a {
    text-decoration: underline; }
    .subnav_area li a:hover {
      text-decoration: none; }

/* ヘッダー */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 20px 0;
  background: #0f243e;
  color: whitesmoke; }
  header .flexbox {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    header .flexbox .logo_area {
      width: 35%; }
    header .flexbox .gbnav_area {
      width: 50%;
      margin: 0 10px; }
    header .flexbox .subnav_area {
      margin-right: auto; }

/* コンテンツエリア */
#container_area {
  padding: 125px 0 60px; }
  #container_area .pnkz_area ul {
    text-align: left; }
    #container_area .pnkz_area ul li {
      display: inline-block; }
      #container_area .pnkz_area ul li a {
        display: block;
        background: whitesmoke;
        line-height: 1rem;
        padding: 5px 10px; }
        #container_area .pnkz_area ul li a span {
          font-size: 0.7rem; }
  #container_area h2 {
    font-size: 1.2rem;
    margin: 30px auto;
    padding: 0 10px 5px;
    border-left: 6px solid #C91F1F;
    border-bottom: 1px dotted #C91F1F; }
  #container_area h3 {
    margin: 15px auto;
    padding: 0 10px;
    border-left: 4px solid #0f0f0f; }

/* フッター */
footer {
  position: fixed;
  z-index: 999;
  background: #0f243e;
  color: whitesmoke;
  bottom: 0;
  width: 100%; }
  footer .flexbox {
    display: none; }
  footer .copy {
    padding: 3px 0;
    background: #0f243e;
    color: whitesmoke;
    text-align: center; }
    footer .copy span {
      font-size: 0.7rem; }

@media (max-width: 770px) {
  a.btn {
    /* ボタンリンク（白色） */
    width: 100%; }
  a.btn2 {
    /* ボタンリンク（黒色） */
    width: 100%; }
  /* 横幅指定 */
  .w_area {
    width: 85%; }
  .w50_area {
    width: 100%; }
  .m60 {
    margin: 60px auto; }
  /* PCでは非表示 */
  .pc_hide {
    display: inline; }
  /* ロゴ、メニューボタン、サブメニュー */
  .logo_area .logo {
    margin: 0 auto; }
  .gbnav_area {
    margin: 20px auto 10px; }
    .gbnav_area .flexbox {
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .gbnav_area .flexbox li {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 48%;
        margin: 5px 0; }
  .subnav_area ul li {
    display: inline-block;
    margin: 0 10px; }
  /* ヘッダー */
  header {
    width: 100%;
    position: static;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    header .flexbox {
      width: 85%; }
      header .flexbox .logo_area, header .flexbox .gbnav_area, header .flexbox .subnav_area {
        width: 100%; }
  /* コンテンツエリア */
  #container_area {
    padding: 20px 0; }
  /* フッター */
  footer {
    position: static; } }

/* トップ */
.case {
  margin: 20vh auto 0;
  text-align: center; }

.index_txt {
  width: 60%; }
  .index_txt .path {
    stroke: #0f243e;
    fill: none;
    stroke-width: 2.5;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000; }

/*.path {
  stroke:$color_blue;
  fill: none;
  stroke-width: 2.5;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
  animation: DASH 3.2s ease-in-out alternate 0s forwards;
  -webkit-animation: DASH 3.2s ease-in-out 0s forwards;
  animation: DASH 3.2s ease-in-out 0s forwards;
  &.path2 {
    animation-delay: 0.2s;
  }
  &.path3 {
    animation-delay: 0.4s;
  }
  &.path4 {
    animation-delay: 0.6s;
  }
  &.path5 {
    animation-delay: 0.8s;
  }
  &.path6 {
    animation-delay: 1.0s;
  }
  &.path7 {
    animation-delay: 1.2s;
  }
  &.path8 {
    animation-delay: 1.4s;
  }
  &.path9 {
    animation-delay: 1.6s;
  }
  &.path10 {
    animation-delay: 1.8s;
  }
  &.path11 {
    animation-delay: 2.0s;
  }
  &.path12 {
    animation-delay: 2.2s;
  }
  &.path13 {
    animation-delay: 2.4s;
  }
  &.path14 {
    animation-delay: 2.6s;
  }
  &.path15 {
    animation-delay: 2.8s;
  }
  &.path16 {
    animation-delay: 3.0s;
  }
  &.path17 {
    animation-delay: 3.2s;
  }
  &.path18 {
    animation-delay: 3.4s;
  }
  &.path19 {
    animation-delay: 3.6s;
  }
  &.path20 {
    animation-delay: 3.8s;
  }
  &.path21 {
    animation-delay: 4.0s;
  }
  &.path22 {
    animation-delay: 4.2s;
  }
  &.path23 {
    animation-delay: 4.4s;
  }
  &.path24 {
    animation-delay: 4.6s;
  }
  &.path25 {
    animation-delay: 4.8s;
  }
  &.path26 {
    animation-delay: 5.0s;
  }
  &.path27 {
    animation-delay: 5.2s;
  }
  &.path28 {
    animation-delay: 5.4s;
  }
  &.path29 {
    animation-delay: 5.6s;
  }
  &.path30 {
    animation-delay: 5.8s;
  }
  &.path31 {
    animation-delay: 6.4s;
  }
}
@keyframes DASH {
  0% {
    stroke-dashoffset: 5000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes DASH {
  0% {
    stroke-dashoffset: 5000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 5000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}*/
.enter_icon {
  margin: 0px auto 0;
  margin-top: -40px;
  width: 150px;
  opacity: 0; }

@media (max-width: 770px) {
  .index_txt {
    width: 90%; }
    .index_txt .path {
      stroke: #0f243e;
      fill: none;
      stroke-width: 2.5;
      stroke-dasharray: 5000;
      stroke-dashoffset: 5000; }
  .enter_icon {
    width: 70px; } }

.top_wrap {
  /* ヘッダー */
  /* フッター */ }
  .top_wrap header {
    display: none;
    padding: 5px 0; }
    .top_wrap header .flexbox {
      display: none; }
  .top_wrap #container_area {
    padding: 0; }
    .top_wrap #container_area.top_container.w_area {
      width: 100%; }
    .top_wrap #container_area.top_container .pnkz_area, .top_wrap #container_area.top_container h2 {
      display: none; }
  .top_wrap #top_area {
    height: 100vh;
    position: relative; }
    .top_wrap #top_area.morning {
      background: url(http://partners-op.com/hp/wp-content/uploads/663e88828c79ef2a1cd461b0df63b744_l.jpg) bottom no-repeat;
      background-size: cover; }
    .top_wrap #top_area.afternoon {
      background: url(http://partners-op.com/hp/wp-content/uploads/bc91967e4d60041c04ccfe8898b0ebcc_l.jpg) bottom no-repeat;
      background-size: cover; }
    .top_wrap #top_area.night {
      background: url(http://partners-op.com/hp/wp-content/uploads/9c784885eaa9539b4a021931fd67bf3b_l.jpg) bottom;
      background-size: 50%; }
    .top_wrap #top_area .top_txt {
      padding: 60px 60px 0;
      margin: 0 0 0 auto;
      width: 45%; }
    .top_wrap #top_area #loopSlide1 {
      z-index: 1;
      position: absolute;
      bottom: 240px;
      width: 100%; }
    .top_wrap #top_area #loopSlide2 {
      z-index: 2;
      position: absolute;
      bottom: 240px;
      width: 100%; }
    .top_wrap #top_area .simply-scroll-container {
      position: relative;
      bottom: 0; }
    .top_wrap #top_area .simply-scroll-clip {
      position: relative;
      overflow: hidden; }
    .top_wrap #top_area .simply-scroll-list {
      overflow: hidden;
      margin: 0;
      padding: 0; }
      .top_wrap #top_area .simply-scroll-list li {
        float: left;
        /* Horizontal scroll only */
        padding: 0;
        margin: 0;
        width: 800px; }
        .top_wrap #top_area .simply-scroll-list li img {
          display: block; }
  .top_wrap footer .flexbox {
    display: flex;
    font-size: 0.9rem;
    padding: 10px 20px; }
    .top_wrap footer .flexbox div, .top_wrap footer .flexbox nav {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
    .top_wrap footer .flexbox .logo_area {
      width: 30%;
      margin-top: 30px; }
    .top_wrap footer .flexbox .gbnav_area {
      width: 22%;
      margin-top: 30px; }
      .top_wrap footer .flexbox .gbnav_area .flexbox {
        padding: 0; }
        .top_wrap footer .flexbox .gbnav_area .flexbox li {
          -webkit-box-flex: none;
          -moz-box-flex: none;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none;
          width: 48%;
          margin: 0 0 10px; }
    .top_wrap footer .flexbox .subnav_area {
      padding: 134px 15px 0;
      margin-right: auto; }
    .top_wrap footer .flexbox .info_area {
      width: 33%;
      text-align: left; }
      .top_wrap footer .flexbox .info_area .info_title {
        height: 20px;
        padding-left: 10px;
        margin-bottom: 10px;
        border-left: 6px solid whitesmoke;
        line-height: 1; }
        .top_wrap footer .flexbox .info_area .info_title span {
          font-size: 1rem; }
      .top_wrap footer .flexbox .info_area ul {
        /* height: 148px; */
        overflow: auto;
        background: whitesmoke;
        color: #0f0f0f; }
        .top_wrap footer .flexbox .info_area ul li {
          padding: 10px;
          line-height: 1.3;
          font-size: 0.8rem;
          font-feature-settings: "palt";
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box; }
          .top_wrap footer .flexbox .info_area ul li + li {
            border-top: 1px solid #ccc;
          }
            .top_wrap footer .flexbox .info_area ul li span {
            display: block;
            background: #000;
            color: #fff;
            padding: 5px;
          }
          .top_wrap footer .flexbox .info_area ul li .title{
            font-weight: 700;
          }
          .top_wrap footer .flexbox .info_area ul li p{
            margin-top: 5px;
          }
          .top_wrap footer .flexbox .info_area ul li a{
            text-decoration: underline;
            color: #4f6f97;
            font-weight: 700;
          }
          .top_wrap footer .flexbox .info_area ul li p strong {
            color: #C91F1F; }
  .top_wrap footer .copy {
    background: #0f0f0f; }

@media (max-width: 770px) {
  .top_wrap #top_area {
    height: 400px; }
    .top_wrap #top_area .top_txt {
      padding: 30px 0 0;
      margin: 0 auto;
      width: 85%; }
    .top_wrap #top_area #loopSlide1 {
      bottom: 0; }
    .top_wrap #top_area #loopSlide2 {
      bottom: 0; }
    .top_wrap #top_area .simply-scroll-list li {
      width: 400px; }
  .top_wrap footer {
    width: 100%;
    position: static;
    padding: 20px 0 0;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .top_wrap footer .flexbox {
      width: 85%;
      margin: 0 auto;
      padding: 0; }
      .top_wrap footer .flexbox .logo_area, .top_wrap footer .flexbox .gbnav_area, .top_wrap footer .flexbox .subnav_area, .top_wrap footer .flexbox .info_area {
        width: 100%;
        margin: 0 0 20px;
        padding: 0; }
        .top_wrap footer .flexbox .logo_area .flexbox, .top_wrap footer .flexbox .gbnav_area .flexbox, .top_wrap footer .flexbox .subnav_area .flexbox, .top_wrap footer .flexbox .info_area .flexbox {
          width: auto; }
      .top_wrap footer .flexbox .info_area .info_title {
        height: auto; }
      .top_wrap footer .flexbox .info_area ul {
        height: auto; }
        .top_wrap footer .flexbox .info_area ul li.flexbox {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 10px; }
          .top_wrap footer .flexbox .info_area ul li.flexbox span {
            padding: 5px;
            margin-right: 0;
            background: #dbdbdb;
            width: 100%; }
          .top_wrap footer .flexbox .info_area ul li.flexbox p {
            width: 100%; }
            .top_wrap footer .flexbox .info_area ul li.flexbox p br {
              display: none; }
        .top_wrap footer .flexbox .info_area ul li:nth-child(n+6) {
          display: none; } }

/* 企業理念 */
.ideology_container .flexbox {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 auto 60px; }
  .ideology_container .flexbox .title {
    width: 20%;
    background: #0f0f0f;
    color: whitesmoke;
    text-align: center;
    padding: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .ideology_container .flexbox .main {
    width: 78%; }
    .ideology_container .flexbox .main img {
      margin-bottom: 20px; }
    .ideology_container .flexbox .main.block {
      padding-left: 30px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      .ideology_container .flexbox .main.block strong {
        margin-left: -30px; }

/* 会社概要 */
.outline_container .flexbox table tr {
  display: block; }
  .outline_container .flexbox table tr th {
    display: block;
    border-left: 4px solid #0f0f0f;
    padding: 0 0 0 10px; }
  .outline_container .flexbox table tr td {
    display: block;
    padding: 10px 15px 20px; }

/* 採用情報 */
.adoption_container table {
  width: 100%; }
  .adoption_container table tr th {
    font-weight: bold;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .adoption_container table tr td {
    padding: 10px; }

/* お問い合わせ */
.contact_container table {
  width: 100%;
  border-collapse: collapse; }
  .contact_container table tr th {
    font-weight: bold;
    padding: 10px;
    background: whitesmoke;
    border: 1px solid #a8a8a8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .contact_container table tr td {
    width: 60%;
    padding: 10px;
    border: 1px solid #a8a8a8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .contact_container table tr td input, .contact_container table tr td textarea {
      width: 100%;
      padding: 5px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
    .contact_container table tr td.textarea input {
      width: auto;
      padding: 0; }
    .contact_container table tr td.submit {
      margin: 0 auto;
      text-align: center; }
      .contact_container table tr td.submit input {
        width: 30%; }

@media (max-width: 770px) {
  /* 企業理念 */
  .ideology_container .flexbox .title {
    width: 100%;
    margin-bottom: 20px; }
  .ideology_container .flexbox .main {
    width: 100%; }
  /* 会社概要 */
  .outline_container .flexbox {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  /* 採用情報 */
  .adoption_container table tr {
    display: block; }
    .adoption_container table tr th {
      display: block;
      width: 100%;
      border-left: 3px solid #0f0f0f;
      padding: 0 0 0 10px; }
    .adoption_container table tr td {
      display: block;
      width: 100%; }
      .adoption_container table tr td a {
        color: #C91F1F;
        text-decoration: underline; }
  /* お問い合わせ */
  .contact_container table tr th {
    display: block;
    border: none; }
  .contact_container table tr td {
    display: block;
    width: auto;
    border: none; }
    .contact_container table tr td input {
      width: auto; } }
