@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/*　レッド　*/
/*　ブラウン　*/
/*　キャメル　*/
/*　グリーン　*/
html {
  color: #2b1a0a;
  line-height: 1;
  overflow-x: hidden;
}
html.fix {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
}
body.fix {
  height: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #e83220;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

h2.title img {
  margin-inline: auto;
}

#globalHeader .headInner,
#scroll_header .headInner {
  position: relative;
}
#globalHeader .headerMenu.active,
#scroll_header .headerMenu.active {
  opacity: 1;
  visibility: visible;
}
.sp_default_hamburger .hamburgerLine.active::before,
#scroll_header .hamburgerLine.active::before {
  background: #e83220;
  transform: rotate(-45deg);
  top: 20px;
}
.sp_default_hamburger .hamburgerLine.active::after,
#scroll_header .hamburgerLine.active::after {
  background: #e83220;
  transform: rotate(45deg);
  top: 20px;
}

#globalFooter {
  background: #e83220;
}
#globalFooter .footerInner {
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#globalFooter .right_wrap ul li a {
  color: #fff;
}
#globalFooter .right_wrap ul li a:hover {
  text-decoration: underline;
}
#globalFooter .left_wrap .company {
  color: #fff;
}
#globalFooter .copyright {
  color: #fff;
}
#globalFooter .copyright small {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 768px) {
  html {
    height: 100%;
  }
  html.fix {
    overflow-y: hidden;
  }
  body {
    font-size: 13px;
  }
  body.fix {
    height: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
    color: #2b1a0a;
  }
  a[href^="mailto:"] {
    text-decoration: none;
    color: #2b1a0a;
  }
  .inner {
    padding: 0 25px;
    max-width: 600px;
    margin-inline: auto;
  }
  h2.title img {
    zoom: 0.4;
  }
  #globalHeader,
  #scroll_header {
    background: #e83220;
    padding: 20px 20px 0;
    position: relative;
  }
  #globalHeader .overlay,
  #scroll_header .overlay {
    display: none;
  }
  #globalHeader .headInner,
  #scroll_header .headInner {
    display: none;
  }
  #globalHeader .headerMenu,
  #scroll_header .headerMenu {
    padding: 0px;
  }
  #globalHeader .headerMenu .ghNav,
  #scroll_header .headerMenu .ghNav {
    display: block;
  }
  #globalHeader .headerMenu .ghNavList2,
  #scroll_header .headerMenu .ghNavList2 {
    display: block;
  }
  #globalHeader .hamburger,
  #scroll_header .hamburger {
    display: none;
  }
  #globalHeader {
    display: none;
  }
  .sp_default_hamburger .hamburger,
  #scroll_header .hamburger {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 11;
  }
  .sp_default_hamburger .hamburger.active,
  #scroll_header .hamburger.active {
    border: 1px solid #e83220;
    position: fixed;
  }
  .sp_default_hamburger .hamburgerLine,
  #scroll_header .hamburgerLine {
    position: relative;
    display: block;
    border-radius: 5px;
    width: 25px;
    margin: 0 auto;
    transition: 0.3s;
  }
  .sp_default_hamburger .hamburgerLine::before, .sp_default_hamburger .hamburgerLine::after,
  #scroll_header .hamburgerLine::before,
  #scroll_header .hamburgerLine::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 1.5px;
    border-radius: 5px;
    width: 25px;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .sp_default_hamburger .hamburgerLine::before,
  #scroll_header .hamburgerLine::before {
    top: 16px;
  }
  .sp_default_hamburger .hamburgerLine::after,
  #scroll_header .hamburgerLine::after {
    top: 24px;
  }
  body.second #globalHeader {
    display: none;
  }
  body.second .sp_default_hamburger {
    display: none;
  }
  body.second #scroll_header {
    top: 0;
    height: 55px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  body.second #scroll_header .logo_sp {
    display: block;
  }
  body.second #scroll_header.active {
    height: 100%;
  }
  body.second #scroll_header .hamburger {
    display: block;
  }
  body.second #scroll_header .hamburger .hamburgerLine:before,
  body.second #scroll_header .hamburger .hamburgerLine:after {
    background: #e83220;
  }
  #scroll_header {
    position: fixed;
    top: -55px;
    height: 0px;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
    background: #fff;
    z-index: 10;
  }
  #scroll_header .logo_sp {
    display: none;
    width: 200px;
    height: 40px;
    position: relative;
    top: -10px;
    left: -10px;
  }
  #scroll_header .headInner {
    width: 100%;
    height: 100%;
    justify-content: space-between;
  }
  #scroll_header .headInner .logo {
    display: none;
  }
  #scroll_header .headInner .headerMenu {
    position: relative;
    height: calc(100vh - 130px);
  }
  #scroll_header .headInner .headerMenu .ghNavList1 {
    display: block;
    margin-top: 40px;
    margin-right: 0;
  }
  #scroll_header .headInner .headerMenu .ghNavList1 li {
    text-align: center;
    margin-top: 40px;
  }
  #scroll_header .headInner .headerMenu .ghNavList1 li a {
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 17px;
  }
  #scroll_header .headInner .headerMenu .ghNavList1 li a:before, #scroll_header .headInner .headerMenu .ghNavList1 li a:after {
    display: none;
  }
  #scroll_header .headInner .headerMenu .ghNavList1 li a:hover {
    border-bottom: 1px solid #000;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 {
    margin-top: 40px;
    width: 100%;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li {
    margin-top: 15px;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li.touroku {
    background: #e83220;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li.touroku a {
    color: #fff;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li.touroku a:hover {
    background: #e83220;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li a {
    display: block;
    text-align: center;
    padding: 20px;
    color: #e83220;
    border: 1px solid #e83220;
    width: 100%;
    font-size: 17px;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li a:hover {
    background: #fff;
    text-decoration: underline;
  }
  #scroll_header .headInner .headerMenu .footerInner {
    display: block;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 50px 20px 40px;
    width: 100%;
  }
  #scroll_header .headInner .headerMenu .footerInner ul {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  #scroll_header .headInner .headerMenu .footerInner ul li a {
    color: #000;
    font-size: 15px;
  }
  #scroll_header .headInner .headerMenu .footerInner ul li a:hover {
    text-decoration: underline;
  }
  #scroll_header .headInner .headerMenu .footerInner .copyright {
    color: #e83220;
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
  }
  #scroll_header.active {
    opacity: 1;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
  }
  #scroll_header.active .logo_sp {
    display: block;
  }
  #scroll_header.active .headInner {
    display: block;
  }
  #scroll_header.isView {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 55px;
    z-index: 11;
  }
  #scroll_header.isView .logo_sp {
    display: block;
  }
  #scroll_header.isView.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: #fff;
  }
  #scroll_header.isView.active .headInner {
    display: block;
  }
  #scroll_header.isView .hamburger {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  #scroll_header.isView .hamburger .hamburgerLine:before,
  #scroll_header.isView .hamburger .hamburgerLine:after {
    background: #e83220;
  }
  div.matching {
    background: url("/.assets/matching_yoko.svg") no-repeat center center #fff;
    height: 100px;
    background-size: 80% auto;
  }
  #globalFooter {
    background: #e83220;
  }
  #globalFooter .footerInner {
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 50px 20px 40px;
  }
  #globalFooter .right_wrap ul {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  #globalFooter .right_wrap ul li a {
    color: #fff;
    font-size: 13px;
  }
  #globalFooter .right_wrap ul li a:hover {
    text-decoration: underline;
  }
  #globalFooter .left_wrap .company {
    color: #fff;
    margin-top: 30px;
    text-align: center;
    line-height: 2;
    font-size: 13px;
  }
  #globalFooter .left_wrap .company span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
  }
  #globalFooter .copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 3.3vw;
  }
  #globalFooter .copyright small {
    color: #fff;
    font-size: 15px;
    line-height: 1;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
  .forTB {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  html.fix {
    overflow-y: hidden;
  }
  body {
    font-size: 16px;
    margin-inline: auto;
    position: relative;
  }
  body.fix {
    height: 100%;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #2b1a0a;
  }
  a[href^="mailto:"] {
    text-decoration: none;
    color: #2b1a0a;
  }
  .inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  .inner.wide {
    max-width: 1240px;
  }
  .inner.point {
    max-width: 1116px;
  }
  h2.title img {
    position: relative;
    zoom: 0.5;
  }
  #globalHeader,
  #scroll_header {
    background: #e83220;
    height: 100px;
    width: 100%;
  }
  #globalHeader .overlay,
  #scroll_header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    background: rgba(0, 0, 0, 0.25);
    width: 100vw;
    height: 100vh;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
  }
  #globalHeader .overlay.active,
  #scroll_header .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #globalHeader .headInner,
  #scroll_header .headInner {
    display: flex;
    height: 110px;
    justify-content: space-between;
  }
  #globalHeader .logo,
  #scroll_header .logo {
    width: 300px;
    height: 75px;
    padding: 20px 0 0 20px;
  }
  #globalHeader .headerMenu,
  #scroll_header .headerMenu {
    padding: 30px;
  }
  #globalHeader .headerMenu .ghNav,
  #scroll_header .headerMenu .ghNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #globalHeader .headerMenu .ghNavList1,
  #scroll_header .headerMenu .ghNavList1 {
    display: flex;
    gap: 50px;
    margin-right: 50px;
  }
  #globalHeader .headerMenu .ghNavList1 li a,
  #scroll_header .headerMenu .ghNavList1 li a {
    color: #fff;
    font-size: 16px;
    position: relative;
  }
  #globalHeader .headerMenu .ghNavList1 li a:after,
  #scroll_header .headerMenu .ghNavList1 li a:after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0px;
    transition: 0.3s;
  }
  #globalHeader .headerMenu .ghNavList1 li a:hover:after,
  #scroll_header .headerMenu .ghNavList1 li a:hover:after {
    width: 100%;
  }
  #globalHeader .headerMenu .ghNavList1 li.current a,
  #scroll_header .headerMenu .ghNavList1 li.current a {
    position: relative;
  }
  #globalHeader .headerMenu .ghNavList1 li.current a:before,
  #scroll_header .headerMenu .ghNavList1 li.current a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 3px);
  }
  #globalHeader .headerMenu .ghNavList1 li.current a:after,
  #scroll_header .headerMenu .ghNavList1 li.current a:after {
    display: none;
  }
  #globalHeader .headerMenu .ghNavList2,
  #scroll_header .headerMenu .ghNavList2 {
    display: flex;
    gap: 10px;
  }
  #globalHeader .headerMenu .ghNavList2 li a,
  #scroll_header .headerMenu .ghNavList2 li a {
    font-size: 15px;
    color: #fff;
    display: block;
    border: 2px solid #fff;
    width: 160px;
    padding: 10px 0 13px;
    text-align: center;
  }
  #globalHeader .headerMenu .ghNavList2 li a:hover,
  #scroll_header .headerMenu .ghNavList2 li a:hover {
    background: #e55d4f;
  }
  body.second #globalHeader {
    background: #fff;
  }
  body.second #globalHeader .headerMenu .ghNavList1 li.current a:before {
    background: #e83220;
  }
  body.second #globalHeader .headerMenu .ghNavList1 li a {
    color: #000;
  }
  body.second #globalHeader .headerMenu .ghNavList1 li a:after {
    background: #000;
  }
  body.second #globalHeader .headerMenu .ghNavList2 li a {
    color: #e83220;
    border: 1px solid #e83220;
  }
  body.second #globalHeader .headerMenu .ghNavList2 li a:hover {
    background: #e83220;
    color: #fff;
  }
  body.second #scroll_header {
    background: #fff;
  }
  #scroll_header {
    opacity: 0;
    transition: all 0.4s;
    position: fixed;
    top: -110px;
    left: 0;
    z-index: 3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  #scroll_header.isView {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
  }
  #scroll_header .logo_sp {
    display: none;
  }
  #scroll_header .headInner {
    justify-content: space-between;
  }
  #scroll_header .headInner .logo {
    width: 300px;
    height: 75px;
    padding: 20px 0 0 20px;
  }
  #scroll_header .headInner .footerInner {
    display: none;
  }
  #scroll_header .headerMenu .ghNavList1 li a {
    color: #000;
    position: relative;
  }
  #scroll_header .headerMenu .ghNavList1 li a:after {
    content: "";
    display: block;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0px;
    transition: 0.3s;
  }
  #scroll_header .headerMenu .ghNavList1 li a:hover:after {
    width: 100%;
  }
  #scroll_header .headerMenu .ghNavList1 li.current a {
    position: relative;
  }
  #scroll_header .headerMenu .ghNavList1 li.current a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #e83220;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 3px);
  }
  #scroll_header .headerMenu .ghNavList1 li.current a:after {
    display: none;
  }
  #scroll_header .headerMenu .ghNavList2 li a {
    color: #e83220;
    border: 1px solid #e83220;
  }
  #scroll_header .headerMenu .ghNavList2 li a:hover {
    background: #e83220;
    color: #fff;
  }
  div.matching {
    background: url("/.assets/matching_yoko.svg") no-repeat center center #fff;
    height: 170px;
    background-size: auto 75px;
  }
  #globalFooter {
    background: #e83220;
  }
  #globalFooter .footerInner {
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row-reverse;
    display: flex;
    padding: 60px 0px 50px;
    flex-wrap: wrap;
  }
  #globalFooter .right_wrap ul li {
    display: inline-block;
    margin-left: 50px;
    line-height: 2;
  }
  #globalFooter .right_wrap ul li a {
    color: #fff;
    font-size: 15px;
  }
  #globalFooter .right_wrap ul li a:hover {
    text-decoration: underline;
  }
  #globalFooter .left_wrap .company {
    color: #fff;
    font-size: 14px;
    line-height: 2;
  }
  #globalFooter .left_wrap .company span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
  }
  #globalFooter .copyright {
    flex-basis: 100%;
    text-align: right;
    position: relative;
    margin-top: -30px;
  }
  #globalFooter .copyright small {
    color: #fff;
    font-size: 15px;
    line-height: 1;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
  .forTB {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  html {
    height: 100%;
  }
  html.fix {
    overflow-y: hidden;
  }
  body.fix {
    height: 100%;
  }
  #globalHeader,
  #scroll_header {
    background: #e83220;
    padding: 20px 20px 0;
    position: relative;
  }
  #globalHeader .overlay,
  #scroll_header .overlay {
    display: none;
  }
  #globalHeader .headInner,
  #scroll_header .headInner {
    display: none;
  }
  #globalHeader .headerMenu,
  #scroll_header .headerMenu {
    padding: 0px;
  }
  #globalHeader .headerMenu .ghNav,
  #scroll_header .headerMenu .ghNav {
    display: block;
  }
  #globalHeader .headerMenu .ghNavList2,
  #scroll_header .headerMenu .ghNavList2 {
    display: block;
  }
  .sp_default_hamburger .hamburger,
  #scroll_header .hamburger {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 11;
  }
  .sp_default_hamburger .hamburger.active,
  #scroll_header .hamburger.active {
    border: 1px solid #e83220;
    position: fixed;
  }
  .sp_default_hamburger .hamburgerLine,
  #scroll_header .hamburgerLine {
    position: relative;
    display: block;
    border-radius: 5px;
    width: 25px;
    margin: 0 auto;
    transition: 0.3s;
  }
  .sp_default_hamburger .hamburgerLine::before, .sp_default_hamburger .hamburgerLine::after,
  #scroll_header .hamburgerLine::before,
  #scroll_header .hamburgerLine::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 1.5px;
    border-radius: 5px;
    width: 25px;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .sp_default_hamburger .hamburgerLine::before,
  #scroll_header .hamburgerLine::before {
    top: 16px;
  }
  .sp_default_hamburger .hamburgerLine::after,
  #scroll_header .hamburgerLine::after {
    top: 24px;
  }
  body.second #globalHeader {
    display: none;
  }
  body.second .sp_default_hamburger {
    display: none;
  }
  body.second #scroll_header {
    top: 0;
    height: 55px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  body.second #scroll_header .logo_sp {
    display: block;
  }
  body.second #scroll_header.active {
    height: 100%;
  }
  body.second #scroll_header .hamburger {
    display: block;
  }
  body.second #scroll_header .hamburger .hamburgerLine:before,
  body.second #scroll_header .hamburger .hamburgerLine:after {
    background: #e83220;
  }
  #scroll_header {
    position: fixed;
    top: -55px;
    height: 0px;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
    background: #fff;
    z-index: 10;
  }
  #scroll_header .logo_sp {
    display: none;
    width: 200px;
    height: 40px;
    position: relative;
    top: -10px;
    left: -10px;
  }
  #scroll_header .headInner {
    width: 100%;
    height: 100%;
    justify-content: space-between;
  }
  #scroll_header .headInner .logo {
    display: none;
  }
  #scroll_header .headInner .headerMenu {
    position: relative;
    height: calc(100vh - 130px);
  }
  #scroll_header .headInner .headerMenu .ghNavList1 {
    display: block;
    margin-top: 40px;
    margin-right: 0;
  }
  #scroll_header .headInner .headerMenu .ghNavList1 li {
    text-align: center;
    margin-top: 40px;
  }
  #scroll_header .headInner .headerMenu .ghNavList1 li a {
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 17px;
  }
  #scroll_header .headInner .headerMenu .ghNavList1 li a:before, #scroll_header .headInner .headerMenu .ghNavList1 li a:after {
    display: none;
  }
  #scroll_header .headInner .headerMenu .ghNavList1 li a:hover {
    border-bottom: 1px solid #000;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 {
    margin-top: 40px;
    width: 100%;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li {
    margin-top: 15px;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li.touroku {
    background: #e83220;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li.touroku a {
    color: #fff;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li.touroku a:hover {
    background: #e83220;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li a {
    display: block;
    text-align: center;
    padding: 20px;
    color: #e83220;
    border: 1px solid #e83220;
    width: 100%;
    font-size: 17px;
  }
  #scroll_header .headInner .headerMenu .ghNavList2 li a:hover {
    background: #fff;
    text-decoration: underline;
  }
  #scroll_header .headInner .headerMenu .footerInner {
    display: block;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 50px 20px 40px;
    width: 100%;
  }
  #scroll_header .headInner .headerMenu .footerInner ul {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  #scroll_header .headInner .headerMenu .footerInner ul li a {
    color: #000;
    font-size: 15px;
  }
  #scroll_header .headInner .headerMenu .footerInner ul li a:hover {
    text-decoration: underline;
  }
  #scroll_header .headInner .headerMenu .footerInner .copyright {
    color: #e83220;
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
  }
  #scroll_header.active {
    opacity: 1;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
  }
  #scroll_header.active .logo_sp {
    display: block;
  }
  #scroll_header.active .headInner {
    display: block;
  }
  #scroll_header.isView {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 55px;
    z-index: 11;
  }
  #scroll_header.isView .logo_sp {
    display: block;
  }
  #scroll_header.isView.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: #fff;
  }
  #scroll_header.isView.active .headInner {
    display: block;
  }
  #scroll_header.isView .hamburger {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  #scroll_header.isView .hamburger .hamburgerLine:before,
  #scroll_header.isView .hamburger .hamburgerLine:after {
    background: #e83220;
  }
  #globalFooter {
    padding-left: 15px;
    padding-right: 15px;
    background: #e83220;
  }
  #globalFooter .footerInner {
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #globalFooter .right_wrap ul li a {
    color: #fff;
  }
  #globalFooter .right_wrap ul li a:hover {
    text-decoration: underline;
  }
  #globalFooter .left_wrap .company {
    color: #fff;
  }
  #globalFooter .copyright small {
    color: #fff;
    font-size: 15px;
    line-height: 1;
  }
  /* ココから下には記入禁止 */
  .hideTB {
    display: none !important;
  }
  .forTB {
    display: inherit !important;
  }
}
/*
@media screen and (max-width: 1200px) {
	$type: sp_1200;
	@import "_common";
}

@media print,
screen and (min-width: 1201px) {
	$type: pc_1200;
	@import "_common";
}
*/
/*# sourceMappingURL=map/common.css.map */
