/*------------------------------------------------------------
Footer new
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/* breakpoint
-------------------------------------------*/
/*
------------------------------------------------------------*/
.c-contact {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .c-contact {
      overflow: hidden; } }
  .c-contact__bg {
    background-color: #E6E6E6;
    padding: 29px 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-contact__bg {
        padding: 0 0 12px; } }
  .c-contact__ttl {
    font-size: 23px;
    color: #000;
    line-height: 1.5;
    font-family: 'Noto Sans Japanese', sans-serif;
    color: #fff;
    font-weight: 500;
    letter-spacing: 7px; }
    @media screen and (max-width: 767px) {
      .c-contact__ttl {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1.5; } }
    .c-contact__ttl__bg {
      background-color: #cc3333;
      padding: 15px 0 19px; }
      @media screen and (max-width: 767px) {
        .c-contact__ttl__bg {
          padding: 6px 0 7px; } }
  .c-contact__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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; }
    @media screen and (max-width: 767px) {
      .c-contact__list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0 -10px;
        padding: 28px 0 0;
        position: relative; }
        .c-contact__list::after {
          position: absolute;
          content: '';
          width: 1px;
          height: calc(100% - 12px);
          background-color: #ccc;
          left: 0;
          right: 0;
          top: 0;
          margin: auto; }
        .c-contact__list::before {
          position: absolute;
          content: '';
          width: calc(100% + 20px);
          height: 1px;
          background-color: #ccc;
          left: -10px;
          top: 0;
          bottom: 0;
          margin: auto; } }
  .c-contact__item:not(:first-child) {
    margin-left: 158px; }
    @media screen and (max-width: 1060px) {
      .c-contact__item:not(:first-child) {
        margin-left: 140px; } }
    @media screen and (max-width: 767px) {
      .c-contact__item:not(:first-child) {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .c-contact__item {
      width: 50%;
      padding: 0;
      margin-bottom: 15px;
      padding-bottom: 12px; } }
  .c-contact__link {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (min-width: 768px) {
      .c-contact__link:hover {
        color: #fff !important;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha(opacity=80)"; } }
  .c-contact__icon {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .c-contact__icon {
        width: 66px;
        margin-bottom: 8px; }
        .c-contact__icon.icon01 {
          width: 49px;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .c-contact__icon.icon01 img {
            width: 100%; } }
    .c-contact__icon img {
      -webkit-transition: none !important;
      transition: none !important; }
  .c-contact__txt {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .c-contact__txt {
        font-size: 14px; } }

/*
------------------------------------------------------------*/
.c-footernew {
  position: relative;
  background-color: #cc3333;
  padding: 27px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .c-footernew {
      padding: 5px 0 0; } }
  .c-footernew__top {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 50px;
    right: 70px;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    pointer-events: none; }
    @media screen and (max-width: 1060px) {
      .c-footernew__top {
        bottom: 198px; } }
    @media screen and (max-width: 767px) {
      .c-footernew__top {
        width: 32px;
        height: 32px;
        bottom: 115px;
        right: 20px; } }
    .c-footernew__top.show {
      opacity: 1;
      pointer-events: visible; }
    .c-footernew__top.absolute {
      position: absolute;
      top: -94px;
      bottom: inherit; }
      @media screen and (max-width: 1060px) {
        .c-footernew__top.absolute {
          top: 27px; } }
      @media screen and (max-width: 767px) {
        .c-footernew__top.absolute {
          top: -32px; } }
    .c-footernew__top.hide {
      opacity: 0;
      pointer-events: none; }
  .c-footernew__bar {
    position: fixed;
    top: 50%;
    right: 0;
    background: #231815;
    border-radius: 10px 0 0 10px;
    padding: 8px;
    -webkit-transform: translate(65%, -50%);
        -ms-transform: translate(65%, -50%);
            transform: translate(65%, -50%);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 9999;
    opacity: 0;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .c-footernew__bar {
        top: inherit;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: visible;
        opacity: 1;
        border-radius: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0; } }
    .c-footernew__bar.show {
      opacity: 1;
      pointer-events: visible; }
    .c-footernew__bar.hide {
      opacity: 0;
      pointer-events: none; }
    .c-footernew__bar__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px 7px 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-decoration: none;
      position: relative;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .c-footernew__bar__item.sp-only {
        display: none !important; }
        @media screen and (max-width: 767px) {
          .c-footernew__bar__item.sp-only {
            display: block !important; } }
      @media screen and (min-width: 768px) {
        .c-footernew__bar__item.border-none {
          border: none !important; } }
      @media screen and (max-width: 767px) {
        .c-footernew__bar__item {
          width: 20%;
          display: block;
          text-align: center;
          padding: 4px 0 8px; } }
      .c-footernew__bar__item:not(:first-child) {
        border-top: 1px solid #ccc; }
        @media screen and (max-width: 767px) {
          .c-footernew__bar__item:not(:first-child) {
            border-top: none;
            border-left: 1px solid #ccc; } }
      .c-footernew__bar__item figure {
        display: block;
        width: 32px;
        opacity: 1;
        margin: 0;
        padding: 0; }
        .c-footernew__bar__item figure.sp-only {
          display: none !important; }
          @media screen and (max-width: 767px) {
            .c-footernew__bar__item figure.sp-only {
              display: -webkit-box !important;
              display: -webkit-flex !important;
              display: -ms-flexbox !important;
              display: flex !important; } }
        .c-footernew__bar__item figure.pc-only {
          display: block; }
          @media screen and (max-width: 767px) {
            .c-footernew__bar__item figure.pc-only {
              display: none; } }
        @media screen and (max-width: 767px) {
          .c-footernew__bar__item figure {
            margin: 0 auto;
            width: 32px;
            height: 34px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; } }
        .c-footernew__bar__item figure img {
          max-width: 100%;
          height: auto; }
      .c-footernew__bar__item p {
        font-size: 14px;
        line-height: 39px;
        color: #999;
        padding-left: 15px; }
        @media screen and (max-width: 767px) {
          .c-footernew__bar__item p {
            font-size: 11px;
            line-height: 1;
            display: block;
            padding: 5px 0 0; } }
    @media screen and (min-width: 768px) {
      .c-footernew__bar:hover {
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        .c-footernew__bar:hover .c-footer__bar__item {
          opacity: 0.7; } }
  .c-footernew__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -13px; }
    @media screen and (max-width: 767px) {
      .c-footernew__list {
        margin: 0 0 5px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-footernew__nav {
    border-bottom: 1px solid #fff;
    margin-bottom: 38px;
    padding-bottom: 13px; }
    @media screen and (max-width: 767px) {
      .c-footernew__nav {
        border-bottom: none;
        margin-bottom: 23px;
        padding-bottom: 0; } }
    .c-footernew__nav2 {
      margin-bottom: 19px; }
      @media screen and (max-width: 767px) {
        .c-footernew__nav2 {
          margin-bottom: 20px; } }
  .c-footernew__item {
    padding: 0 13px 13px 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-footernew__item {
        width: 100%;
        padding: 0 5px 0;
        padding: 0;
        border-bottom: 1px solid #ccc; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .c-footernew__item.flex2 {
      -webkit-box-flex: 2;
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2; } }
  .c-footernew__link, .c-footernew__link2 {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.7;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .c-footernew__link, .c-footernew__link2 {
        font-size: 13px; } }
    @media screen and (min-width: 768px) {
      .c-footernew__link:hover, .c-footernew__link2:hover {
        color: #fff !important;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha(opacity=80)"; } }
  @media screen and (max-width: 767px) {
    .c-footernew__link {
      position: relative;
      width: 100%;
      display: block;
      padding: 18px 5px 16px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .c-footernew__link::before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        margin: auto;
        right: 12px;
        width: 7px;
        height: 7px;
        background: url(/image/common-new/icon_add.svg);
        background-size: 7px 7px; }
      .c-footernew__link::after {
        position: absolute;
        content: '';
        width: 13px;
        height: 13px;
        right: 7px;
        bottom: 0;
        top: 0;
        margin: auto;
        border: 2px solid #fff;
        border-radius: 50%; }
      .c-footernew__link.icon-arrow::before {
        right: 14px;
        width: 3px;
        height: 3px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        background: none; }
      .c-footernew__link.is-open::before {
        background: none;
        height: 1px;
        width: 7px;
        background-color: #fff;
        border-radius: 20px; }
      .c-footernew__link2 {
        font-size: 10px;
        letter-spacing: 0;
        padding: 0 !important; } }
  .c-footernew__sub {
    display: none; }
    @media screen and (max-width: 767px) {
      .c-footernew__sub {
        display: none;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0 0 18px 10px; }
        .c-footernew__subitem {
          width: 100%; }
          .c-footernew__subitem:not(:last-child) {
            margin-bottom: 12px; }
        .c-footernew__sublink {
          font-size: 12px;
          color: #fff;
          text-decoration: none;
          font-weight: 400;
          letter-spacing: 1px;
          position: relative;
          padding-left: 15px; }
          .c-footernew__sublink::before {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            width: 4px;
            height: 4px;
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
            -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                    transform: rotate(-135deg); } }
    .c-footernew__sub.is-close {
      display: none; }
  .c-footernew__list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .c-footernew__list2 {
        margin: 0 -5px; } }
    .c-footernew__list2:nth-child(1) {
      margin-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .c-footernew__list2:nth-child(1) {
          margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .c-footernew__item2 {
      width: 50%;
      margin-bottom: 14px;
      padding: 0 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .c-footernew__link2 {
    font-weight: 400;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-footernew__link2 {
        color: #ffcccc; } }
    .c-footernew__link2::after {
      position: absolute;
      content: '';
      height: 16px;
      width: 1px;
      background-color: #fff;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .c-footernew__link2::after {
          display: none; } }
  .c-footernew__list3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -5px 4px; }
  .c-footernew__item3 {
    width: 50%;
    margin-bottom: 18px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .c-footernew__link3 {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    position: relative;
    padding-left: 25px; }
    .c-footernew__link3::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 18px;
      height: 14px;
      background: url(/image/common-new/icon_salesp.svg);
      background-size: 18px 14px; }
    .c-footernew__link3.icon2::before {
      width: 17px;
      height: 12px;
      background: url(/image/common-new/icon_booksp.svg);
      background-size: 17px 12px; }
    .c-footernew__link3.icon3::before {
      width: 21px;
      height: 15px;
      background: url(/image/common-new/icon_qasp.svg);
      background-size: 21px 15px; }
    .c-footernew__link3.icon4::before {
      width: 17px;
      height: 11px;
      background: url(/image/common-new/icon_mailsp.svg);
      background-size: 17px 11px; }
  .c-footernew__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .c-footernew__menu {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-footernew__logo {
    margin-left: auto;
    position: relative;
    top: -15px; }
    @media screen and (max-width: 767px) {
      .c-footernew__logo {
        margin-right: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        margin-bottom: 17px; } }
    .c-footernew__logo1 {
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .c-footernew__logo1 {
          margin-right: 7px;
          margin-bottom: 0; } }
      @media screen and (min-width: 768px) {
        .c-footernew__logo1 a:hover img {
          opacity: 1; } }
    @media screen and (min-width: 768px) {
      .c-footernew__logo2 a:hover img {
        opacity: 1; } }
    .c-footernew__logo3 {
      margin-bottom: -3px; }
  .c-footernew__coppyr {
    background-color: #fff;
    padding: 11px 0 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-footernew__coppyr {
        padding: 17px 0 17px; } }
    .c-footernew__coppyr__ct {
      text-align: right; }
      @media screen and (max-width: 767px) {
        .c-footernew__coppyr__ct {
          text-align: center; } }
  .c-footernew__txt {
    font-size: 14px;
    color: #999999;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .c-footernew__txt {
        font-size: 12px;
        letter-spacing: -0.5px; } }
    @media screen and (max-width: 320px) {
      .c-footernew__txt {
        font-size: 10px; } }
