@charset "UTF-8";
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; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  color: #4d4d4d;
  position: relative;
  line-height: 1.8; }

* {
  box-sizing: border-box;
  outline: none; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  a:hover {
    opacity: 0.8; }

img {
  line-height: 1;
  vertical-align: middle; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

.inner {
  width: 980px;
  margin: 0 auto; }

.content {
  margin-bottom: 120px; }

.sp-on {
  display: none; }

.pc-on {
  display: block; }

.dbs-btn {
  display: inline !important; }
  .dbs-btn a {
    font-size: 12px; }

@media screen and (max-width: 840px) {
  body.ov-hid {
    overflow: hidden; }
  img {
    width: 100%;
    height: auto; }
  .sp-on {
    display: block; }
  .pc-on {
    display: none; }
  .inner {
    width: 90%;
    margin: 0 auto; }
  .content {
    margin-bottom: 80px; } }

.header {
  width: 100%;
  min-width: 980px;
  border-top: 3px solid #036eb7;
  background: #fff; }
  .header h1 {
    float: left;
    margin-top: 8px; }
  .header nav {
    float: right; }
    .header nav ul li {
      float: left;
      margin-right: 22px;
      padding: 16px 5px;
      margin-bottom: 2px; }
      .header nav ul li:last-child {
        margin-right: 0; }
      .header nav ul li:hover {
        border-bottom: 2px solid #036eb7;
        margin-bottom: 0px; }

.footer {
  background: #383e40;
  padding: 24px 0;
  width: 100%;
  min-width: 980px; }
  .footer .inner {
    position: relative; }
    .footer .inner .footer-nav {
      margin-bottom: 16px; }
      .footer .inner .footer-nav li {
        display: inline-block;
        margin-right: 10px; }
        .footer .inner .footer-nav li a {
          color: #fff; }
    .footer .inner .to-top {
      position: absolute;
      top: -50px;
      right: 0; }

@media screen and (max-width: 840px) {
  .header {
    width: 100%;
    min-width: inherit;
    height: 46px;
    border: none;
    padding: 6px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999; }
    .header .inner {
      width: 100%; }
    .header h1 {
      margin: 0;
      width: 130px;
      padding-left: 5%; }
    .header .menu-btn {
      width: 27px;
      height: 33px;
      background: url(../img/common/btn-menu.png);
      background-repeat: no-repeat;
      float: right;
      margin-right: 5%; }
      .header .menu-btn.is-open {
        width: 27px;
        height: 33px;
        background: url(../img/common/btn-menu-cls.png);
        background-repeat: no-repeat;
        float: right;
        margin-right: 5%; }
    .header nav {
      display: none;
      background: #fff;
      height: 100vh; }
      .header nav ul {
        border-bottom: 1px solid #cbcbcb;
        margin-top: 8px; }
        .header nav ul li {
          display: block;
          width: 100%;
          padding: 3% 5%;
          border-top: 1px solid #cbcbcb; }
          .header nav ul li a {
            color: #2980c7;
            width: 100%;
            height: 100%;
            display: block; }
  .footer {
    width: 100%;
    min-width: inherit; }
    .footer .footer-nav {
      display: none; }
    .footer__logo {
      display: block;
      width: 180px; } }

.inner__small {
  width: 700px;
  margin: 0 auto; }

.video-box {
  width: 560px;
  margin: 0 auto 50px auto; }

.to-acv {
  text-align: right; }
  .to-acv a {
    color: #2980c7; }

.c-pager {
  text-align: center; }
  .c-pager span {
    display: inline-block; }
  .c-pager a {
    display: inline-block; }

.sec-tit {
  text-align: center;
  margin-bottom: 24px; }
  .sec-tit h3 {
    font-size: 20px;
    line-height: 1; }
  .sec-tit span {
    font-size: 10px;
    color: #b1b1b1; }

.page-title {
  width: 100%;
  min-width: 1200px;
  align-items: center;
  position: relative;
  margin-bottom: 56px; }
  .page-title img {
    width: 100%; }
  .page-title h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute; }
    .page-title h2 img {
      width: auto; }

.pages_sub_title {
  position: relative;
  font-size: 24px;
  color: #036EB7;
  font-weight: bold;
  margin-bottom: 20px; }
  .pages_sub_title::before {
    content: "";
    background: url(/assets/img/service/lineup_images_border.png) no-repeat;
    margin: -4px 10px 0 0;
    content: " ";
    width: 3px;
    height: 18px;
    display: inline-block;
    vertical-align: middle; }

.pages_sub_title02 {
  position: relative;
  font-size: 22px;
  color: #036EB7;
  font-weight: bold;
  margin-bottom: 20px; }

.pages_sub_title03 {
  position: relative;
  font-size: 24px;
  color: #036EB7;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 10px;
  margin-bottom: 24px;
  line-height: 1.4; }

.pages_sub_title03--2 {
  position: relative;
  font-size: 20px;
  color: #036EB7;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 20px; }

.btn_inner {
  text-align: center;
  text-align: -webkit-center; }
  .btn_inner .dbs-btn {
    display: block;
    padding: 10px 100px;
    background-color: #2980C3;
    border: none;
    border-radius: 5px;
    letter-spacing: 0.1em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #004e8a), color-stop(0, #2980C3));
    background: -webkit-linear-gradient(top, #2980C3 0%, #004e8a 88%);
    background: linear-gradient(to bottom, #2980C3 0%, #004e8a 88%); }
    .btn_inner .dbs-btn:hover {
      opacity: 0.7; }
    .btn_inner .dbs-btn a {
      position: relative;
      color: #fff; }
      .btn_inner .dbs-btn a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -85px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -5px; }

.breadcrumbs {
  padding: 20px 0 20px 130px;
  margin-bottom: 40px;
  background: #F4F8F9; }
  .breadcrumbs__arrow {
    background: url(/assets/img/common/breadcrumbs_arrow-l.png) no-repeat;
    padding-left: 20px;
    width: 7px;
    height: 14px; }

.companyService {
  margin-bottom: 40px;
  padding: 24px 16px 24px 16px;
  background: #F4F8F9; }
  .companyService__title {
    color: #036EB7;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px; }
  .companyService__list {
    color: #036EB7;
    font-size: 16px; }
    .companyService__list a {
      color: #036EB7; }

.linkBox {
  overflow: hidden;
  position: relative;
  margin-bottom: 56px; }
  .linkBox__list {
    display: table;
    width: 300px; }
  .linkBox__images {
    float: left;
    margin: 0 10px;
    vertical-align: top;
    width: 26%;
    text-align: left; }
    .linkBox__images img {
      width: 100%; }
  .linkBox__textBox {
    float: right;
    vertical-align: top;
    width: 64%; }
  .linkBox__images--2 {
    float: right;
    margin: 0 10px;
    vertical-align: top;
    width: 26%;
    text-align: left; }
    .linkBox__images--2 img {
      width: 100%; }
  .linkBox__textBox--2 {
    float: left;
    vertical-align: top;
    width: 64%; }
  .linkBox__caption {
    font-size: 14px;
    font-weight: bold; }
  .linkBox__company {
    font-size: 12px;
    color: #808080; }
  .linkBox__arrow--l {
    position: absolute;
    left: 0;
    top: 30px; }
  .linkBox__arrow--r {
    position: absolute;
    right: 0;
    top: 30px; }

.listOdd {
  float: left;
  margin-left: 20px; }

.listEven {
  float: right;
  margin-right: 20px; }

.linkDate {
  background: #ffc950;
  padding: 4px;
  font-size: 12px;
  color: #000; }

.vox-sec .bans li {
  width: 230px; }

@media screen and (max-width: 840px) {
  .inner__small {
    width: 100%;
    padding: 0 16px; }
  .sec-tit {
    margin-bottom: 16px; }
  .video-box {
    width: 300px;
    margin: 0 auto 60px auto; }
  .page-title {
    width: 100%;
    min-width: inherit;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 56px;
    margin-top: 46px; }
    .page-title img {
      width: 100%; }
    .page-title h2 {
      /* top: 38%; */
      position: absolute;
      text-align: center;
      width: 100%;
      padding: 0 5%; }
      .page-title h2 img {
        width: auto;
        max-width: 100%; }
  .btn_inner {
    text-align: -webkit-center; }
    .btn_inner .dbs-btn {
      display: block;
      padding: 10px 40px;
      background-color: #2980C3;
      border: none;
      border-radius: 5px;
      letter-spacing: 0.1em;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #004e8a), color-stop(0, #2980C3));
      background: -webkit-linear-gradient(top, #2980C3 0%, #004e8a 88%);
      background: linear-gradient(to bottom, #2980C3 0%, #004e8a 88%); }
      .btn_inner .dbs-btn:hover {
        opacity: 0.7; }
      .btn_inner .dbs-btn a {
        position: relative;
        color: #fff; }
        .btn_inner .dbs-btn a::after {
          content: "";
          position: absolute;
          top: 50%;
          right: -30px;
          width: 7px;
          height: 7px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-top: -5px; }
  .breadcrumbs {
    padding: 58px 0 12px 16px;
    margin-bottom: 32px;
    background: #F4F8F9;
    font-size: 12px; }
    .breadcrumbs__arrow {
      background: url(/assets/img/common/breadcrumbs_arrow-l.png) no-repeat;
      padding-left: 14px;
      width: 7px;
      height: 14px; }
  .linkBox {
    overflow: hidden;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 56px; }
    .linkBox__list {
      width: 128px; }
    .linkBox__images {
      display: none; }
      .linkBox__images img {
        display: none; }
    .linkBox__textBox {
      display: block;
      vertical-align: top;
      width: 100%; }
    .linkBox__images--2 {
      display: none; }
      .linkBox__images--2 img {
        display: none; }
    .linkBox__textBox--2 {
      display: block;
      vertical-align: top;
      width: 100%; }
    .linkBox__caption {
      font-size: 14px;
      font-weight: bold; }
    .linkBox__company {
      font-size: 12px;
      color: #808080; }
  .vox-sec .bans li {
    width: 100%; } }

#page-index .k-visual {
  width: 100%;
  min-width: 980px;
  position: relative;
  margin-bottom: 24px; }
  #page-index .k-visual .sm-slider {
    overflow: hidden;
    position: absolute; }
  #page-index .k-visual .bx-wrapper {
    border: none;
    width: 100%;
    box-shadow: none;
    background: none; }
    #page-index .k-visual .bx-wrapper .bx-pager {
      padding: 0;
      bottom: 33px; }
      #page-index .k-visual .bx-wrapper .bx-pager.bx-default-pager a {
        background: none;
        border: 1px solid #fff; }
        #page-index .k-visual .bx-wrapper .bx-pager.bx-default-pager a.active {
          background: #fff; }
  #page-index .k-visual .pc-on {
    display: block; }
  #page-index .k-visual img {
    width: 100%; }
  #page-index .k-visual h2 {
    width: 100%; }
  #page-index .k-visual span {
    position: absolute;
    bottom: -50px;
    right: calc( (100% - 980px) / 2); }

#page-index .news-box {
  width: 540px;
  border-top: 1px solid #cbcbcb;
  margin: 0 auto 32px auto; }
  #page-index .news-box ul {
    margin-bottom: 6px; }
    #page-index .news-box ul li {
      border-bottom: 1px solid #cbcbcb;
      padding: 8px; }
      #page-index .news-box ul li span.date {
        float: left;
        text-align: center;
        width: 80px;
        padding: 1px 2px;
        background: #ffc950;
        margin-right: 14px; }
      #page-index .news-box ul li span.tit {
        float: right;
        width: calc(100% - 100px); }

#page-index .bans {
  margin-bottom: 16px; }
  #page-index .bans li {
    float: left;
    margin-right: 18px; }
    #page-index .bans li:last-child {
      margin-right: 0; }
  #page-index .bans--news li {
    position: relative; }
    #page-index .bans--news li .bans__tit {
      font-size: 14px;
      margin-top: 10px; }
    #page-index .bans--news li .bans__dis {
      font-size: 12px;
      color: #808080; }
    #page-index .bans--news li .new-icon {
      position: absolute;
      top: 4px;
      left: -8px; }

#page-index .cent-btn {
  text-align: center;
  margin-bottom: 56px; }
  #page-index .cent-btn ul li {
    float: left;
    margin-right: 10px; }
    #page-index .cent-btn ul li:last-child {
      margin-right: 0; }

#page-index .rec-sec__cont {
  position: relative;
  width: 100%;
  width: 980px;
  margin: auto;
  margin-bottom: 56px; }
  @media screen and (max-width: 840px) {
    #page-index .rec-sec__cont {
      width: 100%;
      margin-bottom: 120px;
    }
  }
  #page-index .rec-sec__cont img {
    width: 100%; }
  #page-index .rec-sec__cont__in {
    position: absolute;
    text-align: center;
    position: absolute;
    top: 26%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff; }
    #page-index .rec-sec__cont__in img {
      width: auto; }
  #page-index .rec-sec__cont__text1 {
    margin: 20px 0 10px 0; }

@media screen and (max-width: 840px) {
  #page-index .k-visual {
    min-width: inherit;
    margin-bottom: 30px; }
    #page-index .k-visual .pc-on {
      display: none; }
    #page-index .k-visual .sp-on {
      display: block; }
    #page-index .k-visual h2 {
      width: 270px;
      position: absolute;
      top: 44%;
      left: 0;
      right: 0;
      margin: 0 auto; }
    #page-index .k-visual span {
      bottom: -50px;
      right: 0;
      width: 130px; }
  #page-index .news-box {
    width: 100%; }
  #page-index .rec-sec__cont {
    min-width: inherit; }
    #page-index .rec-sec__cont__in {
      width: 96%; }
      #page-index .rec-sec__cont__in img {
        width: 100%; }
  #page-index .bans {
    margin-bottom: 16px; }
    #page-index .bans li {
      float: left;
      margin: 1%;
      width: 48%; }
      #page-index .bans li:last-child {
        margin-right: 1%; }
    #page-index .bans--news li {
      position: relative; }
      #page-index .bans--news li .bans__tit {
        font-size: 12px;
        margin-top: 10px; }
      #page-index .bans--news li .bans__dis {
        font-size: 10px;
        color: #808080; }
      #page-index .bans--news li .new-icon {
        position: absolute;
        top: 4px;
        left: -8px; }
      #page-index .bans--news li:nth-child(3) {
        display: none; }
      #page-index .bans--news li:nth-child(4) {
        display: none; }
  #page-index .cent-btn {
    text-align: center;
    margin-bottom: 56px; }
    #page-index .cent-btn ul li {
      float: none;
      margin-right: 0;
      margin-bottom: 10px; }
      #page-index .cent-btn ul li:last-child {
        margin-right: 0;
        margin-bottom: 0; }
  #page-index .rec-sec__cont__in {
    top: 18%; }
  #page-index .rec-sec__cont__in a {
    display: block;
    margin-top: 120px; }
  #page-index .rec-sec__cont__text1 {
    margin: 10px 0 10px 0;
    font-size: 12px; } }

#page-service .serviceList {
  margin-bottom: 40px; }
  #page-service .serviceList__title {
    position: relative;
    font-size: 22px;
    color: #036EB7;
    font-weight: bold;
    margin-bottom: 20px; }
    #page-service .serviceList__title:before {
      content: "";
      background: url(/assets/img/service/lineup_images_border.png) no-repeat;
      margin: -4px 10px 0 0;
      content: " ";
      width: 3px;
      height: 18px;
      display: inline-block;
      vertical-align: middle; }

#page-service .companyList__image img {
  width: 100%; }

#page-service .lineupBox {
  overflow: hidden;
  width: 100%; }
  #page-service .lineupBox__list {
    width: 230px;
    height: auto;
    float: left;
    margin-left: 20px; }
    #page-service .lineupBox__list:first-child {
      margin-left: 0; }
  #page-service .lineupBox .listFirst {
    margin-left: 0; }
  #page-service .lineupBox__image {
    margin-bottom: 20px; }
    #page-service .lineupBox__image img {
      width: 100%; }
  #page-service .lineupBox__title {
    font-weight: bold;
    margin-bottom: 20px; }

#page-service .pages_sub_title03--small {
  font-size: 14px;
  font-weight: bold; }

#page-service .messageArea {
  margin-bottom: 24px; }
  #page-service .messageArea__text {
    line-height: 2; }
  #page-service .messageArea__lead {
    padding: 56px 0 24px;
    text-align: center; }
  #page-service .messageArea__number {
    padding: 20px 0 120px;
    text-align: center; }
  #page-service .messageArea__number--pdf {
    padding: 20px 0 20px;
    text-align: center; }
  .btn_pdf {
    text-align: center;
  }
  .btn_pdf a {
    color: #036EB7;
  }
  .btn_pdf span {
    font-size: 10px;
  }

#page-service .icon-check:before {
  content: "";
  background: url(/assets/img/common/icon-check.png) no-repeat;
  display: inline-block;
  width: 14px;
  height: 15px; }

#page-service .mgb24 {
  margin-bottom: 24px; }

#page-service .mgb40 {
  margin-bottom: 40px; }

@media screen and (max-width: 840px) {
  #page-service .k-visual {
    width: 100%;
    margin-top: 40px; }
  #page-service .serviceList {
    margin-bottom: 40px; }
    #page-service .serviceList__title {
      font-size: 18px;
      margin-bottom: 20px; }
  #page-service .lineupBox {
    overflow: hidden;
    width: 100%; }
    #page-service .lineupBox__list {
      width: 49%;
      height: auto;
      float: left;
      margin-left: 2%; }
      #page-service .lineupBox__list:nth-child(odd) {
        margin-left: 0; }
    #page-service .lineupBox .listFirst {
      margin-left: 0; }
    #page-service .lineupBox__image {
      margin-bottom: 20px; }
      #page-service .lineupBox__image img {
        width: 100%; }
    #page-service .lineupBox__title {
      font-weight: bold;
      margin-bottom: 20px; }
  #page-service .mgb-large {
    margin-bottom: 40px; }
  #page-service .servicePc_on {
    display: none; }
  #page-service .serviceSp_on {
    display: block; } }

#page-message .messageList .message_image {
  display: inline-block;
  float: right;
  padding-left: 20px; }

#page-message .messageList p {
  margin-bottom: 15px;
  text-align: justify; }

#page-message .messageList .txt_R {
  text-align: right; }

#page-message02 .messageList .message_txt_area {
  margin-bottom: 56px; }

#page-message02 .messageList .anniversary_logo {
  margin: 56px 0 32px;
  text-align: center; }

#page-message02 .messageList p {
  margin-bottom: 15px;
  text-align: justify; }

#page-message02 .messageList .txt_R {
  text-align: right; }

#page-company .companyList .company_tbl {
  width: 100%; }
  #page-company .companyList .company_tbl tr {
    border-top: 1.5px solid #D9D9D9;
    border-bottom: 1.5px solid #D9D9D9; }
    #page-company .companyList .company_tbl tr th {
      width: 15%;
      padding: 8px 0;
      vertical-align: top;
      color: #808080; }
    #page-company .companyList .company_tbl tr td {
      width: 80%;
      padding: 8px 0; }
    #page-company .companyList .company_tbl tr td .border-link{
      border-bottom: 1px solid; }

@media screen and (max-width: 840px) {
  #page-company .companyList .company_tbl tr th {
    width: 33%; } }

#page-contact .error_text {
  width: 980px;
  margin: 0 auto 30px auto; }

#page-contact .dbs-btn {
  color: #fff; }

#page-contact .contactList input::-webkit-input-placeholder {
  color: #ccc; }

#page-contact .contactList input:-ms-input-placeholder {
  color: #ccc; }

#page-contact .contactList input::-moz-placeholder {
  color: #ccc; }

#page-contact .contactList p .caution_txt {
  color: #000; }

#page-contact .contactList p .caution {
  color: #FF506E; }

#page-contact .contactList .contact_tbl {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 32px;
  table-layout: fixed; }
  #page-contact .contactList .contact_tbl input::focus::-webkit-input-placeholder {
    color: transparent; }
  #page-contact .contactList .contact_tbl input::focus:-ms-input-placeholder {
    color: transparent; }
  #page-contact .contactList .contact_tbl input::focus::placeholder {
    color: transparent; }
  #page-contact .contactList .contact_tbl tr {
    border-top: 1.5px solid #D9D9D9;
    border-bottom: 1.5px solid #D9D9D9; }
    #page-contact .contactList .contact_tbl tr th {
      width: 20%;
      padding: 8px 0;
      vertical-align: top;
      color: #808080; }
    #page-contact .contactList .contact_tbl tr td {
      width: 70%;
      padding: 8px 0; }
  #page-contact .contactList .contact_tbl .form-txt-box {
    padding: 5px;
    border: 1px solid #d9d9d9;
    background: none;
    border-radius: 5px;
    -webkit-appearance: none; }
  #page-contact .contactList .contact_tbl .check_inner_box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%; }
    #page-contact .contactList .contact_tbl .check_inner_box .check_inner {
      width: 23%;
      margin-bottom: 10px; }
      #page-contact .contactList .contact_tbl .check_inner_box .check_inner:last-of-type {
        width: 100%;
        margin: 0; }
    #page-contact .contactList .contact_tbl .check_inner_box .check_inner02 {
      width: 40%; }
    #page-contact .contactList .contact_tbl .check_inner_box .check_inner03 {
      width: 100px;
      margin-bottom: 0; }
  #page-contact .contactList .contact_tbl .txt_box textarea {
    width: 100%;
    -webkit-appearance: none;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    vertical-align: bottom;
    padding: 10px; }

#page-contact .contactList .caution {
  color: #FF506E; }

@media screen and (max-width: 840px) {
  #page-contact .contactList p .caution_txt {
    color: #000; }
  #page-contact .contactList p .caution {
    color: #FF506E; }
  #page-contact .contactList .contact_tbl {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 32px;
    table-layout: fixed; }
    #page-contact .contactList .contact_tbl tr {
      border-top: 1.5px solid #D9D9D9;
      border-bottom: 1.5px solid #D9D9D9; }
      #page-contact .contactList .contact_tbl tr th {
        width: 20%;
        padding: 8px 0;
        vertical-align: top;
        color: #808080; }
      #page-contact .contactList .contact_tbl tr td {
        width: 70%;
        padding: 8px 0; }
    #page-contact .contactList .contact_tbl .form-txt-box {
      padding: 5px;
      border: 1px solid #d9d9d9;
      background: none;
      border-radius: 5px;
      -webkit-appearance: none; }
    #page-contact .contactList .contact_tbl .check_inner_box {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      #page-contact .contactList .contact_tbl .check_inner_box .check_inner {
        width: 50%;
        margin-bottom: 10px; }
        #page-contact .contactList .contact_tbl .check_inner_box .check_inner:last-of-type {
          width: 100%;
          margin: 0; }
      #page-contact .contactList .contact_tbl .check_inner_box .check_inner02 {
        width: 70%; }
      #page-contact .contactList .contact_tbl .check_inner_box .check_inner03 {
        width: 50%;
        margin-bottom: 0; }
    #page-contact .contactList .contact_tbl .txt_box textarea {
      width: 100%;
      -webkit-appearance: none;
      border-radius: 5px;
      border: 1px solid #d9d9d9;
      vertical-align: bottom;
      padding: 10px; }
    #page-contact .contactList .contact_tbl .sp_fs12 {
      font-size: 12px; }
  #page-contact .contactList .caution {
    color: #FF506E; } }

#page-customers_voice .k-visual {
  width: 100%;
  min-width: 980px;
  position: relative;
  margin-bottom: 24px; }
  #page-customers_voice .k-visual .bx-wrapper {
    border: none;
    width: 100%;
    box-shadow: none;
    background: none; }
    #page-customers_voice .k-visual .bx-wrapper .bx-pager {
      padding: 0;
      bottom: 33px; }
      #page-customers_voice .k-visual .bx-wrapper .bx-pager.bx-default-pager a {
        background: none;
        border: 1px solid #fff; }
        #page-customers_voice .k-visual .bx-wrapper .bx-pager.bx-default-pager a.active {
          background: #fff; }
  #page-customers_voice .k-visual .pc-on {
    display: block; }
  #page-customers_voice .k-visual img {
    width: 100%; }
  #page-customers_voice .k-visual h2 {
    width: 308px;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #page-customers_voice .k-visual span {
    position: absolute;
    bottom: -50px;
    right: calc( (100% - 980px) / 2); }

#page-customers_voice .bans {
  margin-bottom: 16px; }
  #page-customers_voice .bans li {
    float: left;
    margin-right: 18px; }
    #page-customers_voice .bans li:last-child {
      margin-right: 0; }
  #page-customers_voice .bans--news li {
    position: relative; }
    #page-customers_voice .bans--news li .bans__tit {
      font-size: 14px;
      margin-top: 10px; }
    #page-customers_voice .bans--news li .bans__dis {
      font-size: 12px;
      color: #808080; }
    #page-customers_voice .bans--news li .new-icon {
      position: absolute;
      top: 4px;
      left: -8px; }

#page-customers_voice .cent-btn {
  text-align: center;
  margin-bottom: 56px; }

#page-customers_voice .rec-sec__cont {
  position: relative;
  width: 100%;
  min-width: 980px;
  margin-bottom: 56px; }
  #page-customers_voice .rec-sec__cont img {
    width: 100%; }
  #page-customers_voice .rec-sec__cont__in {
    position: absolute;
    text-align: center;
    position: absolute;
    top: 26%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff; }
    #page-customers_voice .rec-sec__cont__in img {
      width: auto; }
  #page-customers_voice .rec-sec__cont__text1 {
    margin: 20px 0 10px 0; }

#page-customers_voice .company {
  margin-bottom: 20px; }
  #page-customers_voice .company__name {
    color: #036EB7;
    font-weight: bold; }
  #page-customers_voice .company__info {
    color: #808080; }
    #page-customers_voice .company__info:before {
      content: "";
      background: url(/assets/img/common/icon-exc.png) no-repeat;
      width: 9px;
      height: 12px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 4px 0px; }
  #page-customers_voice .company__person {
    font-size: 16px;
    font-weight: bold; }

#page-customers_voice .messageArea {
  margin-bottom: 40px; }
  #page-customers_voice .messageArea__text {
    line-height: 2; }

#page-customers_voice .lastContents {
  border-top: 1px solid #C7C7C7;
  padding-top: 24px; }

#page-customers_voice .mgb10 {
  margin-bottom: 10px; }

#page-customers_voice .mgb20 {
  margin-bottom: 20px; }

@media screen and (max-width: 840px) {
  #page-customers_voice .k-visual {
    min-width: inherit;
    margin-bottom: 30px; }
    #page-customers_voice .k-visual .pc-on {
      display: none; }
    #page-customers_voice .k-visual .sp-on {
      display: block; }
    #page-customers_voice .k-visual h2 {
      width: 270px; }
    #page-customers_voice .k-visual span {
      bottom: -50px;
      right: 0;
      width: 130px; }
  #page-customers_voice .rec-sec__cont {
    min-width: inherit; }
    #page-customers_voice .rec-sec__cont__in {
      width: 96%; }
      #page-customers_voice .rec-sec__cont__in img {
        width: 100%; }
  #page-customers_voice .bans {
    margin-bottom: 16px; }
    #page-customers_voice .bans li {
      float: left;
      margin: 1%;
      width: 48%; }
      #page-customers_voice .bans li:last-child {
        margin-right: 1%; }
    #page-customers_voice .bans--news li {
      position: relative; }
      #page-customers_voice .bans--news li .bans__tit {
        font-size: 12px;
        margin-top: 10px; }
      #page-customers_voice .bans--news li .bans__dis {
        font-size: 10px;
        color: #808080; }
      #page-customers_voice .bans--news li .new-icon {
        position: absolute;
        top: 4px;
        left: -8px; }
      #page-customers_voice .bans--news li:nth-child(3) {
        display: none; }
      #page-customers_voice .bans--news li:nth-child(4) {
        display: none; }
  #page-customers_voice .rec-sec__cont__in {
    top: 18%; }
  #page-customers_voice .rec-sec__cont__text1 {
    margin: 10px 0 10px 0;
    font-size: 12px; }
  #page-customers_voice .lastContents {
    border-top: 1px solid #C7C7C7;
    padding-top: 24px; } }

#page-recruit .inner {
  width: 700px; }

#page-recruit .rec-mid-ban {
  width: 560px;
  margin: 0 auto 56px auto; }

#page-recruit .recruitList p {
  margin-bottom: 56px; }

#page-recruit .recruitList .recruit_sub_title {
  border-bottom: 1px solid #d9d9d9;
  font-size: 24px;
  font-weight: 500; }

#page-recruit .recruitList .recruit_sub_title02 {
  font-size: 20px;
  color: #036EB7;
  font-weight: bold; }

#page-recruit .recruitList .recruit_tbl {
  width: 100%;
  margin-bottom: 56px; }
  #page-recruit .recruitList .recruit_tbl tr {
    border-top: 1.5px solid #d9d9d9;
    border-bottom: 1.5px solid #d9d9d9; }
    #page-recruit .recruitList .recruit_tbl tr th {
      width: 15%;
      padding: 8px 0;
      vertical-align: top;
      color: #808080; }
    #page-recruit .recruitList .recruit_tbl tr td {
      width: 80%;
      padding: 8px 0; }

#page-recruit .recruitList .bans {
  margin-bottom: 32px; }
  #page-recruit .recruitList .bans li {
    float: left;
    margin-right: 18px;
    margin-bottom: 24px; }
    #page-recruit .recruitList .bans li:nth-child(3) {
      margin-right: 0; }
    #page-recruit .recruitList .bans li:nth-child(6) {
      margin-right: 0; }
  #page-recruit .recruitList .bans--news li {
    position: relative; }
    #page-recruit .recruitList .bans--news li .bans__tit {
      font-size: 14px;
      margin-top: 10px; }
    #page-recruit .recruitList .bans--news li .bans__dis {
      font-size: 12px;
      color: #808080; }
    #page-recruit .recruitList .bans--news li .new-icon {
      position: absolute;
      top: 4px;
      left: -8px; }

#page-recruit .recruitList .academy_image {
  margin-bottom: 35px; }

@media screen and (max-width: 840px) {
  #page-recruit .inner {
    width: 90%; }
  #page-recruit .rec-mid-ban {
    width: 100%;
    margin: 0 auto 56px auto; }
  #page-recruit .recruitList .recruit_tbl tr th {
    width: 33%; }
  #page-recruit .recruitList .academy_image img {
    width: 100%; }
  #page-recruit .bans {
    margin-bottom: 16px; }
    #page-recruit .bans li {
      float: left;
      margin-right: 2% !important;
      width: 48%; }
    #page-recruit .bans--news li {
      position: relative; }
      #page-recruit .bans--news li .bans__tit {
        font-size: 12px;
        margin-top: 10px; }
      #page-recruit .bans--news li .bans__dis {
        font-size: 10px;
        color: #808080; }
      #page-recruit .bans--news li .new-icon {
        position: absolute;
        top: 4px;
        left: -8px; } }

#page-news .news-box {
  width: 540px;
  border-top: 1px solid #cbcbcb;
  margin: 0 auto 32px auto; }
  #page-news .news-box ul {
    margin-bottom: 6px; }
    #page-news .news-box ul li {
      border-bottom: 1px solid #cbcbcb;
      padding: 8px; }
      #page-news .news-box ul li span.date {
        float: left;
        text-align: center;
        width: 80px;
        padding: 1px 2px;
        background: #ffc950;
        margin-right: 14px; }
      #page-news .news-box ul li span.tit {
        float: right;
        width: calc(100% - 100px); }

#page-news .news--messageArea {
  margin-bottom: 40px; }
  #page-news .news--messageArea__title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  #page-news .news--messageArea img {
    max-width: 100%; }
  #page-news .news--messageArea p {
    margin-bottom: 20px; }

#page-news .newsArrow {
  top: 10px; }

#page-news .widthFull {
  width: 100%; }

#page-news .alignRight {
  text-align: right; }

#page-news .lastContents {
  border-top: 1px solid #C7C7C7;
  padding-top: 24px; }

#page-news .mgb24 {
  margin-bottom: 24px; }

@media screen and (max-width: 840px) {
  #page-news .news-box {
    width: 100%; } }

#page-quality .qualityBox {
  overflow: hidden;
  width: 700px;
  margin-bottom: 56px; }
  #page-quality .qualityBox__item {
    width: 220px;
    margin-right: 20px;
    float: left; }
    #page-quality .qualityBox__item:last-child {
      margin-right: 0; }

#page-quality .areaWrap {
  background: #F4F8F9;
  padding: 24px;
  margin-bottom: 60px; }

#page-quality .messageArea--quality {
  margin-bottom: 24px; }
  #page-quality .messageArea--quality__title {
    font-size: 20px;
    color: #036EB7;
    font-weight: bold;
    padding-bottom: 6px; }
  #page-quality .messageArea--quality__sub__title {
    font-size: 16px;
    color: #4D4D4D;
    margin-bottom: 6px; }
  #page-quality .messageArea--quality__text {
    margin-bottom: 24px; }
  #page-quality .messageArea--quality__Revision {
    text-align: right;
    padding-right: 10px;
    color: #808080; }

#page-quality .textIndent {
  text-indent: -1em;
  padding-left: 1em; }

#page-quality .linkDate {
  padding: 1px 2px;
  background: #ffc950; }

@media screen and (max-width: 840px) {
  #page-quality .qualityBox {
    width: 100%; }
    #page-quality .qualityBox__item {
      width: 30%;
      margin-right: 5%;
      float: left; } }

      
/* topバスケバナー */
.logo-area {
    text-align: center;
    margin-top: 80px;
  }
  #page-index .rec-sec__cont__in {
    top:36%;
  }
  @media screen and (max-width: 840px) {
    .logo-area {
      padding: 0 5%;
      text-align: center;
      margin-top: 80px;
    }
    #page-index .rec-sec__cont__in {
      top:28%;
    }
  }

/* プラポリ */

.privacy_content  .page-title {
  text-align: center;
}

.privacy_content  .page-title h2{
  font-size: 24px;
  line-height: 1.2;
}

.privacy_content  .page-title h2 span {
  font-size: 12px;
}
