@charset "UTF-8";
/* Scss Document */
body {
  padding: 115px 0 0 0; }

@media (max-width: 1024px) {
  body {
    padding: 95px 0 0 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  body {
    padding: 75px 0 0 0; } }
/*max-width:768px*/
/*max-width:480px*/
/*****************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0 10px 0;
  background-color: #fff;
  z-index: 9999; }
  header > div {
    width: 100%;
    padding: 0 30px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
  header nav {
    width: calc(100% - 240px);
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
  header .nav {
    max-width: 700px;
    width: calc(100% - 360px); }
    header .nav ul {
      width: 100%; }
    header .nav a {
      font: 16px/1.0emx 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #595757; }
      header .nav a:hover {
        color: #e60012; }
  header .btn {
    width: 350px; }
    header .btn a {
      display: block;
      border: 2px solid #dcdddd;
      text-align: center;
      height: 50px;
      font: 16px/47px 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #595757;
      padding: 0 0 0 28px;
      border-radius: 50px;
      position: relative; }
      header .btn a:hover {
        color: #e60012;
        border: 2px solid #e60012; }
    header .btn .contact {
      width: 180px; }
      header .btn .contact:before {
        position: absolute;
        content: "";
        background: url("../images/mail.svg") left center no-repeat #fff;
        display: block;
        width: 28px;
        height: 22px;
        display: block;
        left: 19px;
        top: 13px;
        z-index: 1; }
      header .btn .contact:after {
        position: absolute;
        content: "";
        background: url("../images/mail-red.svg") left center no-repeat;
        display: block;
        width: 28px;
        height: 22px;
        display: block;
        left: 19px;
        top: 13px; }
      header .btn .contact:hover:before {
        display: none; }
    header .btn .official {
      width: 160px; }
      header .btn .official:before {
        position: absolute;
        content: "";
        background: url("../images/logo-gray.svg") left center no-repeat;
        display: block;
        width: 25px;
        height: 32px;
        display: block;
        left: 19px;
        top: 8px;
        z-index: 1; }
      header .btn .official:after {
        position: absolute;
        content: "";
        opacity: 0;
        background: url("../images/logo-red.svg") left center no-repeat;
        display: block;
        width: 25px;
        height: 32px;
        display: block;
        left: 19px;
        top: 8px; }
      header .btn .official:hover:before {
        display: none; }
      header .btn .official:hover:after {
        opacity: 1; }
  header ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }

@media (max-width: 1280px) {
  header {
    padding: 12px 0 10px 0; }
    header > div {
      width: 100%;
      padding: 0 17px 0 40px; }
    header nav {
      width: calc(100% - 250px);
      max-width: 435px; }
    header .nav {
      position: absolute;
      top: 88px;
      max-width: 300px;
      width: 100%;
      overflow: scroll;
      right: -300px;
      transition: .3s; }
      header .nav.active {
        right: 0; }
      header .nav ul {
        background-color: #3e3a39;
        width: 100%;
        height: 100vh;
        padding: 0 0 80%;
        display: block; }
      header .nav li {
        padding: 10px; }
      header .nav a {
        font: 16px/1.0emx 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: #fff;
        padding: 20px 20px 20px 40px;
        display: block;
        position: relative; }
        header .nav a:before {
          position: absolute;
          content: "";
          top: 39%;
          left: 15px;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%);
          width: 6px;
          height: 6px;
          border-top: 4px solid #fff;
          border-right: 4px solid #fff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        header .nav a:hover {
          color: orangered; }
    header .btn {
      width: 355px; }
      header .btn a {
        display: block;
        border: 2px solid #dcdddd;
        text-align: center;
        height: 50px;
        font: 16px/47px 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #595757;
        padding: 0 0 0 28px;
        border-radius: 50px;
        position: relative; }
        header .btn a:hover {
          color: #e60012;
          border: 2px solid #e60012; }
      header .btn .contact {
        width: 180px; }
        header .btn .contact:before {
          position: absolute;
          content: "";
          background: url("../images/mail.svg") left center no-repeat #fff;
          display: block;
          width: 28px;
          height: 22px;
          display: block;
          left: 19px;
          top: 13px;
          z-index: 1; }
        header .btn .contact:after {
          position: absolute;
          content: "";
          background: url("../images/mail-red.svg") left center no-repeat;
          display: block;
          width: 28px;
          height: 22px;
          display: block;
          left: 19px;
          top: 13px; }
        header .btn .contact:hover:before {
          display: none; }
      header .btn .official {
        width: 160px; }
        header .btn .official:before {
          position: absolute;
          content: "";
          background: url("../images/logo-gray.svg") left center no-repeat #fff;
          display: block;
          width: 25px;
          height: 32px;
          display: block;
          left: 19px;
          top: 8px;
          z-index: 1; }
        header .btn .official:after {
          position: absolute;
          content: "";
          background: url("../images/logo-red.svg") left center no-repeat;
          display: block;
          width: 25px;
          height: 32px;
          display: block;
          left: 19px;
          top: 8px; }
        header .btn .official:hover:before {
          display: none; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  header {
    padding: 0; }
    header > div {
      width: 100%;
      padding: 0 0 0 25px; }
    header nav {
      width: calc(100% - 250px);
      max-width: 195px; }
    header .nav {
      top: 65px;
      max-width: 100%;
      width: 100%;
      right: -768px; }
      header .nav ul {
        padding: 10px 0 80%; }
      header .nav li {
        padding: 0px; }
      header .nav a {
        padding: 25px 20px 25px 50px;
        display: block; }
        header .nav a:before {
          top: 39%;
          left: 25px; }
        header .nav a:hover {
          color: orangered; }
    header .btn {
      width: 130px; }
      header .btn a {
        display: block;
        border: 1px solid #dcdddd;
        color: #595757;
        padding: 0;
        height: 65px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        border-radius: 0; }
        header .btn a:hover {
          color: #595757;
          border: 1px solid #dcdddd; }
      header .btn .contact {
        width: 65px;
        margin: 0 -1px 0 0; }
        header .btn .contact:before {
          position: absolute;
          content: "";
          background: url("../images/mail.svg") center center no-repeat #fff;
          background-size: contain;
          display: block;
          width: 35px;
          height: 40px;
          display: block;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          /* Safari用 */
          transform: translate(-50%, -50%);
          z-index: 1; }
        header .btn .contact:after {
          display: none; }
        header .btn .contact:hover:before {
          display: block; }
      header .btn .official {
        width: 65px; }
        header .btn .official:before {
          position: absolute;
          content: "";
          background: url("../images/logo-gray.svg") center center no-repeat #fff;
          background-size: contain;
          width: 30px;
          height: 40px;
          display: block;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          /* Safari用 */
          transform: translate(-50%, -50%);
          z-index: 1; }
        header .btn .official:after {
          display: none; }
        header .btn .official:hover:before {
          display: block; } }
/*max-width:768px*/
@media (max-width: 480px) {
  header {
    padding: 0; }
    header > div {
      width: 100%;
      padding: 0 0 0 10px; }
    header nav {
      width: calc(100% - 150px);
      max-width: 180px; }
    header .nav {
      top: 60px;
      max-width: 100%;
      width: 100%; }
      header .nav ul {
        padding: 10px 0 80%; }
      header .nav li {
        padding: 0px; }
      header .nav a {
        padding: 25px 20px 25px 50px;
        display: block; }
        header .nav a:before {
          top: 39%;
          left: 25px; }
        header .nav a:hover {
          color: orangered; }
    header .btn {
      width: 120px; }
      header .btn a {
        display: block;
        border: 1px solid #dcdddd;
        color: #595757;
        padding: 0;
        height: 60px;
        width: 60px !important;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        border-radius: 0; }
        header .btn a:hover {
          color: #595757;
          border: 1px solid #dcdddd; } }
/********************************************************/
h1 a {
  display: block;
  width: 225px;
  height: 75px;
  position: relative;
  padding: 5px 0 0 75px;
  font: 23px/1.0em 'Noto Sans JP', sans-serif;
  font-weight: 700; }
  h1 a:hover {
    color: #b5091f; }
  h1 a span:nth-of-type(1) {
    display: block;
    font: 15px/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 8px 0 5px 2px;
    letter-spacing: 4.5px; }
  h1 a span:nth-of-type(2) {
    display: block;
    font: 15px/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 2.8px;
    margin: 0 0 0 2px; }
  h1 a:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    background: url("../images/logo.svg") left top no-repeat;
    left: 0;
    top: 0; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  h1 a {
    width: 210px;
    height: 65px;
    padding: 0 0 0 65px;
    font: 22px/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    h1 a:hover {
      color: #000; }
    h1 a span:nth-of-type(1) {
      font: 14px/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 8px 0 5px 2px;
      letter-spacing: 4.5px; }
    h1 a span:nth-of-type(2) {
      font: 14px/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      letter-spacing: 2.8px;
      margin: 0 0 0 2px; }
    h1 a:before {
      width: 65px;
      height: 65px;
      background: url("../images/logo.svg") left top no-repeat;
      background-size: auto 65px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  h1 a {
    width: 200px;
    height: 60px;
    padding: 10px 0 0 48px;
    font: 21px/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    h1 a:hover {
      color: #b5091f; }
    h1 a span:nth-of-type(1) {
      display: none; }
    h1 a span:nth-of-type(2) {
      font: 14px/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      letter-spacing: 2.5px;
      margin: 8px 0 0 2px; }
    h1 a:before {
      top: 8px;
      width: 45px;
      height: 45px;
      background: url("../images/logo.svg") left center no-repeat;
      background-size: auto 45px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  h1 a {
    width: 150px;
    height: 60px;
    padding: 10px 0 0 40px;
    font: 18px/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    h1 a:hover {
      color: #b5091f; }
    h1 a span:nth-of-type(1) {
      display: none; }
    h1 a span:nth-of-type(2) {
      font: 14px/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 8px 0 0 0; }
    h1 a:before {
      top: 8px;
      width: 38px;
      height: 45px;
      background: url("../images/logo.svg") left center no-repeat;
      background-size: auto 38px; } }
/*max-width:768px*/
/********************************************************/
.toggle {
  display: none;
  background-color: #3e3a39;
  color: #fff;
  width: 65px;
  height: 65px;
  position: relative; }
  .toggle span {
    position: absolute;
    transition: .3s; }
    .toggle span:nth-of-type(4) {
      width: 100%;
      text-align: center;
      bottom: 7px;
      font: 14px/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .toggle span:nth-of-type(1), .toggle span:nth-of-type(2), .toggle span:nth-of-type(3) {
      border-radius: 50%;
      width: 8px;
      height: 8px;
      background-color: #fff; }
    .toggle span:nth-of-type(1) {
      top: 38%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
    .toggle span:nth-of-type(2) {
      top: 38%;
      left: 27%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
    .toggle span:nth-of-type(3) {
      top: 38%;
      left: 73%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
  .toggle.active span:nth-of-type(1) {
    opacity: 0;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
  .toggle.active span:nth-of-type(2) {
    top: 35%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    /* Safari用 */
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 30px;
    height: 5px;
    border-radius: 15px; }
  .toggle.active span:nth-of-type(3) {
    top: 35%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    /* Safari用 */
    transform: translate(-50%, -50%) rotate(45deg);
    width: 30px;
    height: 5px;
    border-radius: 15px; }

@media (max-width: 1280px) {
  .toggle {
    display: block; } }
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .toggle {
    background-color: #3e3a39;
    color: #fff;
    width: 60px;
    height: 60px;
    position: relative; }
    .toggle span {
      position: absolute; }
      .toggle span:nth-of-type(4) {
        width: 100%;
        text-align: center;
        bottom: 6px;
        font: 12px/1.6em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
      .toggle span:nth-of-type(1), .toggle span:nth-of-type(2), .toggle span:nth-of-type(3) {
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #fff; }
      .toggle span:nth-of-type(1) {
        top: 38%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(2) {
        top: 38%;
        left: 27%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(3) {
        top: 38%;
        left: 73%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); } }
/*max-width:480px*/
/********************************************************/
.side {
  position: fixed;
  top: 221px;
  right: 0;
  z-index: 888; }
  .side a {
    display: block;
    width: 120px;
    height: 120px;
    right: -10px;
    position: absolute;
    color: #fff;
    transition: .3s;
    text-align: center;
    font: 17px/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .side a:hover {
      right: 0; }
    .side a:before {
      position: absolute;
      content: "";
      width: 60px;
      border-top: 1px solid #fff;
      top: auto;
      left: calc(50% - 5px);
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%); }
    .side a:after {
      position: absolute;
      content: "";
      width: 10px;
      border-top: 2px solid #fff;
      top: auto;
      left: calc(72% - 5px);
      -webkit-transform: translate(-50%, 0%) rotate(30deg);
      transform: translate(-50%, 0%) rotate(40deg); }
  .side .company {
    padding: 20px 10px 0 0;
    background-color: #171c61;
    top: 120px;
    font: 17px/1.15em 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .side .company span {
      margin: 10px 0 0;
      display: block; }
    .side .company:before {
      bottom: 15px; }
    .side .company:after {
      bottom: 17px; }
  .side .entry {
    padding: 25px 10px 0 0;
    background-color: #d01126; }
    .side .entry span {
      display: block;
      font: 13.5px/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
    .side .entry:before {
      bottom: 30px; }
    .side .entry:after {
      bottom: 32px; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .side {
    position: fixed;
    top: 181px;
    right: 0;
    z-index: 888; }
    .side a {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      display: block;
      width: auto;
      height: 130px;
      right: 0;
      position: absolute;
      color: #fff;
      transition: .3s;
      text-align: left;
      font: 16px/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .side a:hover {
        right: 0; }
      .side a:before {
        position: absolute;
        content: "";
        width: 20px;
        border-top: 2px solid #fff;
        top: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        /* Safari用 */
        transform: translate(-50%, 0%); }
      .side a:after {
        position: absolute;
        content: "";
        width: 10px;
        border-top: 2px solid #fff;
        top: auto;
        left: 30px;
        -webkit-transform: translate(0%, 0%) rotate(30deg);
        transform: translate(0%, 0%) rotate(40deg); }
    .side .company {
      padding: 15px 8px 15px 7px;
      background-color: #171c61;
      top: 120px;
      height: 180px;
      font: 16px/1.15em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .side .company br {
        display: none; }
      .side .company span {
        margin: 0 4px 0 0; }
      .side .company:before {
        bottom: 15px; }
      .side .company:after {
        bottom: 17px; }
    .side .entry {
      height: 120px;
      padding: 15px; }
      .side .entry span {
        display: none; }
      .side .entry:before {
        bottom: 15px; }
      .side .entry:after {
        bottom: 17px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .side {
    position: fixed;
    top: auto;
    right: auto;
    bottom: -65px;
    left: 0;
    width: calc(100% - 60px);
    z-index: 888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    transition: .3s; }
    .side.active {
      bottom: 0; }
    .side a {
      writing-mode: horizontal-tb;
      display: block;
      width: 50%;
      height: 60px;
      right: auto;
      left: 0;
      position: relative;
      color: #fff;
      transition: .3s;
      text-align: center;
      font: 17px/58px 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .side a:hover {
        left: 0; }
      .side a:before, .side a:after {
        display: none; }
    .side .company {
      padding: 8px 0 0 0;
      top: 0;
      height: 60px; }
      .side .company span {
        margin: 5px 0 0; }
    .side .entry {
      padding: 0 0 0 0;
      height: 60px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .side {
    width: calc(100% - 50px); }
    .side a {
      width: 50%;
      height: 50px;
      font: 15px/48px 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .side a:before {
        width: 40px;
        top: 55%;
        left: auto;
        right: 20px; }
      .side a:after {
        right: 20px; }
    .side .company {
      padding: 5px 0 0;
      height: 50px;
      font: 15px/1.15em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
    .side .entry {
      padding: 0  0 0;
      height: 50px; } }
/*max-width:480px*/
/********************************************************/
.page_top {
  width: 65px;
  height: 65px;
  background-color: #fff;
  border: 2px solid #dcdddd;
  position: fixed;
  bottom: -65px;
  transition: .3s;
  right: 0;
  z-index: 7777; }
  .page_top.active {
    bottom: 0; }
  .page_top:after {
    position: absolute;
    content: "";
    top: 38%;
    left: 38%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-top: 5px solid #727171;
    border-right: 5px solid #727171;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_top {
    width: 60px;
    height: 60px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_top {
    width: 50px;
    height: 50px; }
    .page_top:after {
      position: absolute;
      content: "";
      top: 35%;
      left: 35%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-top: 5px solid #727171;
      border-right: 5px solid #727171;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); } }
/*max-width:480px*/
/********************************************************/
footer {
  background-color: #f7f8f8; }

/********************************************************/
.footer_top {
  padding: 80px 0 40px;
  max-width: 1080px;
  width: calc(100% - 80px);
  margin: 0 auto; }
  .footer_top div {
    width: 100%;
    color: #fff;
    min-height: 240px; }
  .footer_top .left {
    background-color: #b5091f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center; }
  .footer_top dl {
    max-width: 420px;
    width: calc(100% - 30px);
    margin: 0 auto; }
  .footer_top dt {
    font: 24px/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 30px; }
    .footer_top dt span {
      display: block;
      font: 18px/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
  .footer_top a {
    display: block;
    padding: 0 80px 0 0;
    width: 160px;
    margin: 0 auto;
    position: relative;
    font: 16px/60px 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #fff; }
    .footer_top a:before {
      position: absolute;
      display: block;
      content: "";
      width: 60px;
      height: 60px;
      border: 1px solid #fff;
      right: 0;
      border-radius: 50%;
      transition: .3s;
      z-index: 1; }
    .footer_top a span {
      position: relative;
      z-index: 10; }
      .footer_top a span:before {
        transition: .3s;
        position: absolute;
        content: "";
        display: block;
        border-top: 2px solid #fff;
        width: 20px;
        top: 54%;
        right: -60px;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%);
        z-index: 2; }
      .footer_top a span:after {
        z-index: 2;
        transition: .3s;
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        top: 32.3%;
        right: -60px;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .footer_top a:hover:before {
      right: -10px; }
    .footer_top a:hover span {
      position: relative; }
      .footer_top a:hover span:before {
        right: -70px; }
      .footer_top a:hover span:after {
        right: -70px; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_top a:hover:before {
    right: 0px; }
  .footer_top a:hover span {
    position: relative; }
    .footer_top a:hover span:before {
      right: -60px; }
    .footer_top a:hover span:after {
      right: -60px; } }
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_top {
    padding: 80px 0 40px;
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto; }
    .footer_top div {
      width: 100%;
      color: #fff;
      min-height: 200px; }
    .footer_top .left {
      background-color: #b5091f;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: center;
      justify-content: center; }
    .footer_top dl {
      max-width: 420px;
      width: calc(100% - 30px);
      margin: 0 auto; }
    .footer_top dt {
      font: 20px/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-align: center;
      margin: 0 auto 20px; }
      .footer_top dt span {
        display: block;
        font: 16px/1.6em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
    .footer_top a {
      display: block;
      padding: 0 60px 0 0;
      width: 140px; }
      .footer_top a:before {
        width: 45px;
        height: 45px;
        top: 7px; }
      .footer_top a span {
        position: relative;
        z-index: 10; }
        .footer_top a span:before {
          top: 54%;
          right: -45px; }
        .footer_top a span:after {
          top: 32.3%;
          right: -45px; } }
/*max-width:480px*/
/********************************************************/
.footer_btm {
  max-width: 1080px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 40px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .footer_btm > p {
    text-align: center;
    font: 24px/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .footer_btm > p span {
      display: block;
      color: #b5091f; }
    .footer_btm > p small {
      font: 18px/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
  .footer_btm div {
    max-width: 385px;
    width: 100%; }
    .footer_btm div > p {
      text-align: center;
      font: 16px/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      margin: 0 0 5px; }
    .footer_btm div a {
      pointer-events: none;
      background: url("../images/icon-footer.svg") top 5px left 2px no-repeat;
      font: 38px/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      padding: 0 0 0 50px; }
      .footer_btm div a small {
        display: block;
        font: 14px/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 400;
        padding: 0 0 0 58px; }
  .footer_btm > a {
    width: 370px;
    height: 60px;
    border: 1px solid #b5b5b6;
    display: block;
    margin: 0 auto;
    color: #000;
    font: 20px/58px 'Noto Sans JP', sans-serif;
    padding: 0 0 0 60px;
    margin: 30px 0 0;
    position: relative; }
    .footer_btm > a:before {
      position: absolute;
      content: "";
      display: block;
      border-top: 1px solid #b5b5b6;
      width: 25px;
      top: 50%;
      right: 30px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
    .footer_btm > a:after {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      border-top: 1px solid #b5b5b6;
      border-right: 1px solid #b5b5b6;
      top: 42.5%;
      right: 30px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .footer_btm > a:hover {
      color: #b5091f; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_btm {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 0  30px 50px; }
    .footer_btm > p {
      text-align: center;
      font: 22px/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 35px;
      width: 100%; }
      .footer_btm > p span {
        display: inline;
        color: #b5091f; }
      .footer_btm > p small {
        display: block;
        font: 16px/1.6em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
    .footer_btm div {
      max-width: 420px;
      width: calc(100% - 300px);
      margin: 0 0 30px;
      padding: 0 0px;
      text-align: left; }
      .footer_btm div > p {
        text-align: left;
        font: 14px/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 400;
        margin: 0 0 5px; }
      .footer_btm div a {
        pointer-events: none;
        background: url("../images/icon-footer.svg") top 5px left 2px no-repeat;
        font: 38px/1.5em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        padding: 0 0 0 50px; }
        .footer_btm div a small {
          display: block;
          font: 14px/1.8em 'Noto Sans JP', sans-serif;
          font-weight: 400;
          padding: 0 0 0 50px; }
    .footer_btm > a {
      width: 300px;
      height: 60px;
      border: 1px solid #b5b5b6;
      display: block;
      margin: 0 auto;
      color: #000;
      font: 18px/58px 'Noto Sans JP', sans-serif;
      padding: 0 0 0 20px;
      position: relative; }
      .footer_btm > a:before {
        width: 20px;
        top: 50%;
        right: 20px; }
      .footer_btm > a:after {
        top: 42.5%;
        right: 18px; }
      .footer_btm > a:hover {
        color: #b5091f; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_btm {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px;
    display: block; }
    .footer_btm > p {
      text-align: center;
      font: 22px/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 auto 15px; }
      .footer_btm > p span {
        display: inline;
        color: #b5091f; }
      .footer_btm > p small {
        display: block;
        font: 16px/1.6em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
    .footer_btm div {
      max-width: 100%;
      width: 100%;
      margin: 0 auto 30px;
      text-align: center; }
      .footer_btm div > p {
        text-align: center;
        font: 14px/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 400;
        margin: 0 0 5px; }
      .footer_btm div a {
        pointer-events: none;
        background: url("../images/icon-footer.svg") top 5px left 2px no-repeat;
        font: 38px/1.5em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        padding: 0 0 0 50px; }
        .footer_btm div a small {
          display: block;
          font: 14px/1.8em 'Noto Sans JP', sans-serif;
          font-weight: 400;
          padding: 0 0 0; }
    .footer_btm > a {
      width: 300px;
      height: 60px;
      border: 1px solid #b5b5b6;
      display: block;
      margin: 0 auto;
      color: #000;
      font: 18px/58px 'Noto Sans JP', sans-serif;
      padding: 0 0 0 20px;
      position: relative; }
      .footer_btm > a:before {
        width: 20px;
        top: 50%;
        right: 20px; }
      .footer_btm > a:after {
        top: 42.5%;
        right: 18px; }
      .footer_btm > a:hover {
        color: #b5091f; } }
/*max-width:768px*/
/*max-width:480px*/
/********************************************************/
.footer_menu {
  background-color: #3e3a39;
  color: #fff;
  padding: 70px 0 70px; }
  .footer_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto 50px; }
    .footer_menu ul a {
      color: #fff; }
      .footer_menu ul a:hover {
        color: orangered; }
  .footer_menu p {
    text-align: center;
    font: 28px/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 7px;
    margin: 0 auto 50px; }
  .footer_menu > a {
    width: 370px;
    height: 60px;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    color: #fff;
    font: 20px/58px 'Noto Sans JP', sans-serif;
    padding: 0 0 0 40px;
    position: relative; }
    .footer_menu > a:before {
      position: absolute;
      content: "";
      display: block;
      border-top: 1px solid #fff;
      width: 25px;
      top: 50%;
      right: 30px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
    .footer_menu > a:after {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      top: 42.5%;
      right: 30px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .footer_menu > a:hover {
      color: orangered; }
  .footer_menu small {
    text-align: center;
    display: block;
    padding: 70px 0 0; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_menu {
    background-color: #3e3a39;
    color: #fff;
    padding: 50px 20px 100px; }
    .footer_menu ul {
      display: none !important; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_menu {
    background-color: #3e3a39;
    color: #fff;
    padding: 50px 20px 100px; }
    .footer_menu ul {
      display: none !important; }
    .footer_menu p {
      letter-spacing: 2px; } }
/*max-width:1024px*/
@media (max-width: 480px) {
  .footer_menu {
    background-color: #3e3a39;
    color: #fff;
    padding: 50px 20px 90px; }
    .footer_menu ul {
      display: none; }
    .footer_menu p {
      text-align: center;
      font: 24px/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 0 auto 50px; }
    .footer_menu > a {
      width: 100%;
      max-width: 300px;
      height: 60px;
      border: 1px solid #fff;
      display: block;
      margin: 0 auto;
      color: #fff;
      font: 20px/58px 'Noto Sans JP', sans-serif;
      padding: 0 0 0 20px;
      position: relative; }
      .footer_menu > a:before {
        position: absolute;
        content: "";
        display: block;
        border-top: 1px solid #fff;
        width: 25px;
        top: 50%;
        right: 20px;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%); }
      .footer_menu > a:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        top: 42.5%;
        right: 20px;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .footer_menu > a:hover {
        color: #fff; }
    .footer_menu small {
      text-align: center;
      display: block;
      padding: 40px 0 0; } }
/*max-width:480px*/
/********************************************************/
.pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 80px);
  margin: 0 auto 40px;
  padding: 15px 0; }
  .pankuzu li {
    padding: 0 15px 0 0;
    position: relative;
    font: 14px/1.0em 'Noto Sans JP', sans-serif; }
    .pankuzu li a {
      font: 14px/1.0em 'Noto Sans JP', sans-serif; }
    .pankuzu li:before {
      position: absolute;
      content: "";
      right: 5px;
      width: 5px;
      height: 5px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 5px; }
    .pankuzu li:last-of-type:before {
      display: none; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .pankuzu {
    display: none; } }
/*max-width:768px*/
/*max-width:480px*/
