@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto:wght@700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

iframe {
  vertical-align: bottom;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img, iframe {
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

a {
  transition: opacity 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

img,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
}

body {
  position: relative;
  background-color: #fff;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  body {
    font-size: 1.1rem;
    padding-top: 68px;
  }
}

@media (max-width: 767.98px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
  }
}

.mb-20{
  margin-bottom: 20px;
}

.header-description {
  background-color: #e04a46;
}

.header-description-inner {
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .header-description-inner {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

.header-contents {
  position: relative;
}

.header-contents-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 13px;
}

@media (max-width: 767.98px) {
  .header-contents-inner {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
  }
}

.header-contents-inner h1 {
  max-width: 120px;
}

@media (max-width: 767.98px) {
  .header-contents-inner h1 {
    max-width: 48px;
  }
}

.header-nav address {
  margin-bottom: 20px;
  color: #434d8a;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  text-align: right;
}

@media (max-width: 767.98px) {
  .header-nav address {
    margin-bottom: 0;
    padding-right: 40px;
    line-height: 1.4;
    font-size: 1.1rem;
  }
}

.header-nav address span {
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .header-nav address span {
    font-size: 1.5rem;
  }
}

.header-nav address span:before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 14px;
  height: 18px;
  background-image: url(../img/common/header-ico-tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  -webkit-transform: translate(0, -1px);
          transform: translate(0, -1px);
}

@media (max-width: 767.98px) {
  .header-nav address span:before {
    width: 10px;
    height: 12.5px;
  }
}

@media (max-width: 767.98px) {
  .header-nav-nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background-color: white;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    transition: all 0.2s ease-out;
  }
  .header-nav-nav.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.header-nav-nav ul {
  display: -webkit-flex;
  display: flex;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .header-nav-nav ul {
    display: block;
  }
}

.header-nav-nav li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  text-align: center;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .header-nav-nav li {
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 1em;
  }
}

.header-nav-nav li:before {
  display: inline-block;
  content: "/";
  margin-left: 1.5em;
  margin-right: 1.5em;
  font-size: 1.5rem;
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
}

@media (max-width: 767.98px) {
  .header-nav-nav li:before {
    display: none;
  }
}

.header-nav-nav li:first-child:before {
  display: none;
}

.header-nav-nav a {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

.header-nav-nav a span {
  display: inline-block;
}

.header-nav-nav a span:after {
  display: block;
  margin-left: auto;
  margin-right: auto;
  content: attr(data-subtitle);
  color: #434d8a;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}

.gsnav {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 1;
  background-color: #434d8a;
}

@media (max-width: 767.98px) {
  .gsnav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11000;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
  width: 25px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 25px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9.5px) rotate(45deg);
          transform: translateY(-9.5px) rotate(45deg);
  width: 100%;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  line-height: 2;
  word-break: break-all;
}

.inner, .recruit-inner, .service-inner, .salesfloor-inner, .blog-inner, .purchase-inner, .home-hero-inner, .visual-wrap, .page-catch-inner, .footer-inner, .page-inner, .header-description-inner, .header-contents {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1140px;
}

@media (max-width: 767.98px) {
  .inner, .recruit-inner, .service-inner, .salesfloor-inner, .blog-inner, .purchase-inner, .home-hero-inner, .visual-wrap, .page-catch-inner, .footer-inner, .page-inner, .header-description-inner, .header-contents {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main {
  position: relative;
  z-index: 100;
  text-align: left;
}

.page-inner {
  padding-top: 30px;
  padding-top: 30px;
}

div[data-bgcolor="pink"] {
  background-color: #fff9f9;
}

.footer {
  background-color: #fff9f9;
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .footer {
    padding-bottom: 70px;
  }
}

.footer-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 60px;
  padding-top: 70px;
}

@media (max-width: 767.98px) {
  .footer-inner {
    display: block;
    margin-bottom: 40px;
    padding-top: 10px;
  }
}

.footer-meta {
  width: 43.518519%;
}

@media (max-width: 767.98px) {
  .footer-meta {
    width: 100%;
  }
}

.footer-meta-address {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .footer-meta-address {
    margin-bottom: 20px;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

.footer-meta-address figure {
  max-width: 120px;
}

@media (max-width: 767.98px) {
  .footer-meta-address figure {
    max-width: 60px;
  }
}

.footer-meta-address address {
  padding-left: 35px;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  color: #e04a46;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media (max-width: 767.98px) {
  .footer-meta-address address {
    padding-left: 20px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.footer-meta-address address span {
  font-weight: 900;
  font-size: 2.5rem;
}

.footer-meta-address address span:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 16px;
  height: 22px;
  background-image: url(../img/common/footer-ico-tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  -webkit-transform: translate(0, -1px);
          transform: translate(0, -1px);
}

@media (max-width: 767.98px) {
  .footer-meta-address address span:before {
    margin-right: 5px;
    width: 12.5px;
    height: 16px;
  }
}

@media (max-width: 767.98px) {
  .footer-meta-address address span {
    font-size: 1.75rem;
  }
}

.footer-meta-text {
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .footer-meta-text {
    margin-bottom: 20px;
    text-align: center;
  }
}

.footer-meta-text dt {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .footer-meta-text dt {
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}

.footer-meta-text dd {
  font-weight: 600;
  color: #e04a46;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .footer-meta-text dd {
    font-size: 1.75rem;
  }
}

.footer-meta-addresstext {
  margin-bottom: 45px;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media (max-width: 767.98px) {
  .footer-meta-addresstext {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.8;
  }
}

.footer-meta-daiya {
  max-width: 174px;
}

@media (max-width: 767.98px) {
  .footer-meta-daiya {
    margin-left: auto;
    margin-right: auto;
    max-width: 87px;
  }
}

.footer-content {
  width: 50%;
}

@media (max-width: 767.98px) {
  .footer-content {
    width: 100%;
  }
}

.footer-content-menus {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-top: 30px;
  padding-bottom: 25px;
}

@media (max-width: 767.98px) {
  .footer-content-menus {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 0;
    font-size: 1.25rem;
  }
}

.footer-content-menus li:before {
  display: inline-block;
  margin: 0 1.2em;
  content: "/";
  font-size: 1.5rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .footer-content-menus li:before {
    margin: 0 0.5em;
    font-size: 1rem;
  }
}

.footer-content-menus li:first-child:before {
  display: none;
}

.footer-content-menus a {
  color: #222;
  text-decoration: none;
}

.footer-content-menus a:hover {
  text-decoration: underline;
}

.footer-content-lists {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .footer-content-lists {
    display: block;
    margin-bottom: 50px;
    background-color: #fff;
  }
}

.footer-content-lists dl {
  margin-bottom: 10px;
  width: 31.481481%;
}

@media (max-width: 767.98px) {
  .footer-content-lists dl {
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #eee;
    border-top: 0;
  }
  .footer-content-lists dl:first-child {
    border-top: 1px solid #eee;
  }
}

.footer-content-lists dt {
  margin-bottom: 10px;
  font-weight: 600;
  color: #e04a46;
}

.footer-content-lists dt a{
  color: #e04a46;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .footer-content-lists dt {
    margin-bottom: 0;
    padding: 6px 20px 8px;
    background-image: url(../img/common/ico-bullet-down.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 8px auto;
    border-bottom: 0;
  }
  .footer-content-lists dt.active {
    border-bottom: 1px solid #eee;
    background-image: url(../img/common/ico-bullet-up.png);
    background-color: #eee;
  }
}

.footer-content-lists dd {
  font-size: 1.3rem;
  line-height: 1.53846154;
}

@media (max-width: 767.98px) {
  .footer-content-lists dd {
    display: none;
    padding: 15px 20px 5px;
    font-size: 1.1rem;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  .footer-content-lists dd.active {
    display: block;
  }
}

.footer-content-lists dd li {
  margin-bottom: 1.2em;
}

.footer-content-lists dd li:before {
  display: inline-block;
  content: "";
  margin-right: 6px;
  width: 6px;
  height: 10px;
  background-image: url(../img/common/ico-bullet-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .footer-content-lists dd li:before {
    width: 4px;
    height: 8px;
  }
}

.footer-content-lists dd a {
  text-decoration: none;
  color: #222;
}

.footer-content-lists dd a:hover {
  text-decoration: underline;
}

.footer-copyright {
  text-align: center;
}

@media (max-width: 767.98px) {
  .footer-copyright {
    font-size: 0.9rem;
  }
}

.map {
  margin: 10px 0;

}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.btn, .visual-wrap .slick-arrow, .btn-default {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  box-sizing: border-box;
}

.btn-default {
  padding: 17px 15px;
  width: 100%;
  border: 1px solid #fff;
  background-image: url(../img/common/stripe-red.png);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .btn-default {
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
}

.btn-default span:after {
  display: inline-block;
  content: "";
  margin-left: 1.5em;
  width: 10px;
  height: 18px;
  background-image: url(../img/common/ico-bullet-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .btn-default span:after {
    margin-left: 0.5em;
    width: 7px;
    height: 11.5px;
  }
}

.ttl-1 {
  display: block;
  font-size: 3.5rem;
  color: #faa941;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .ttl-1 {
    letter-spacing: 0;
  }
}

.ttl-1 br {
  display: none;
}

@media (max-width: 767.98px) {
  .ttl-1 br {
    display: inline;
  }
}

.ttl-1 span {
  position: relative;
  display: inline-block;
  padding-left: 80px;
  padding-right: 70px;
}

@media (max-width: 767.98px) {
  .ttl-1 span {
    padding-left: 35px;
    padding-right: 25px;
  }
}

.ttl-1 span:before, .ttl-1 span:after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 48px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
}

@media (max-width: 767.98px) {
  .ttl-1 span:before, .ttl-1 span:after {
    width: 31px;
    height: 26.5px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.ttl-1 span:before {
  left: 0;
  background-image: url(../img/common/ttl-bg-left.png);
}

.ttl-1 span:after {
  right: 0;
  background-image: url(../img/common/ttl-bg-right.png);
}

@media (max-width: 767.98px) {
  .ttl-1 {
    font-size: 2.25rem;
    line-height: 1.33333333;
  }
}

.ttl-2 {
  color: #e04a46;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .ttl-2 {
    font-size: 2rem;
  }
}

.ttl-2:after {
  display: block;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  content: attr(data-subtitle);
  font-size: 1.3rem;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  color: #222;
}

@media (max-width: 767.98px) {
  .ttl-2:after {
    margin-top: 3px;
    font-size: 0.9rem;
  }
}

.ttl-3 {
  padding: 10px;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #e04a46;
  border-radius: 5px;
  letter-spacing: 0.2em;
}

@media (max-width: 767.98px) {
  .ttl-3 {
    padding: 5px;
    font-size: 1.4rem;
    border-radius: 3px;
  }
}

.ttl-4 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.8;
  color: #faa941;
}

@media (max-width: 767.98px) {
  .ttl-4 {
    font-size: 1.75rem;
    text-align: center;
    line-height: 1.4;
  }
}

.ttl-4:before {
  position: absolute;
  right: 0px;
  top: -15px;
  display: block;
  content: "";
  width: 23px;
  height: 24px;
  background-image: url(../img/common/ttl-bg-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 767.98px) {
  .ttl-4:before {
    width: 17.5px;
    height: 25px;
  }
}

.ttl-5 {
  text-align: center;
  color: #e04a46;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.3em;
}

@media (max-width: 767.98px) {
  .ttl-5 {
    font-size: 1.5rem;
  }
}

.ttl-6 {
  padding: 12px 40px;
  color: #e04a46;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: #fff9f9;
  background-image: url(../img/common/bg-ttl.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}

@media (max-width: 767.98px) {
  .ttl-6 {
    padding: 10px 20px;
    font-size: 1.6rem;
  }
}

.table-default {
  width: 100%;
}

.table-default th,
.table-default td {
  border: 1px solid #eee;
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: middle;
  line-height: 2;
  padding: 20px 40px;
}

@media (max-width: 767.98px) {
  .table-default th,
.table-default td {
    display: block;
    padding: 15px 20px;
    border: 0;
    font-size: 1.4rem;
  }
}

.table-default th {
  width: 260px;
  background-color: #434d8a;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}

@media (max-width: 767.98px) {
  .table-default th {
    padding: 10px 20px;
    width: 100%;
  }
}

.table-default td {
  background-color: #fff;
}

.table-default td ul li {
  margin-left: 1.5em;
  list-style-type: disc;
}

.page-catch {
  position: relative;
  background-image: url(../img/common/stripe-red.png);
  background-position: center;
  background-size: 7px auto;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

@media (max-width: 767.98px) {
  .page-catch {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .page-catch h2 {
    position: relative;
    z-index: 10;
  }
}

.page-catch-inner {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 150px;
}

@media (max-width: 767.98px) {
  .page-catch-inner {
    min-height: 80px;
    height: auto;
  }
}

.page-catch:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(((100% - 1080px) / 2) + 310px);
  height: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .page-catch:after {
    width: 150px;
  }
}

.page-catch-recruit:after {
  background-image: url(../img/recruit/catch.png);
}

.page-catch-blog:after {
  background-image: url(../img/blog/catch.png);
}

.purchase-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 767.98px) {
  .purchase-items {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.purchase-items .purchase-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item {
    margin-bottom: 15px;
  }
}

.purchase-items .purchase-item-ttl {
  padding: 14px 30px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  border-radius: 10px 10px 0 0;
  background-color: #e04a46;
  background-image: url(../img/common/stripe-red.png);
  background-position: center;
  background-size: 7px auto;
  line-height: 1.2;
}

.purchase-items .purchase-item-ttl a{
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item-ttl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    height: 35px;
    padding: 5px 15px;
    font-size: 1.4rem;
  }
}

.purchase-items .purchase-item-ttl:before {
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item-ttl:before {
    margin-right: 7px;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
}

.purchase-items .purchase-item-list {
  padding: 25px 25px 10px 20px;
  height: 100%;
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item-list {
    padding: 10px 10px 5px;
  }
}

.purchase-items .purchase-item-list li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 0.8em;
  line-height: 1.5625;
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item-list li {
    margin-bottom: 0.8em;
  }
}

.purchase-items .purchase-item-list li:before {
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  content: "";
  margin-right: 6px;
  width: 6px;
  height: 10px;
  background-image: url(../img/common/ico-bullet-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item-list li:before {
    width: 3px;
    height: 5px;
  }
}

.purchase-items .purchase-item-list li a {
  color: #222;
  text-decoration: none;
}

.purchase-items .purchase-item-list li a:hover {
  text-decoration: underline;
}

.purchase-items .purchase-item-text {
  position: relative;
  min-height: 70px;
  padding: 10px 35px;
  font-size: 1.3rem;
  line-height: 1.9230769230769231;
  background-color: #eee;
  line-clamp: 2;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item-text {
    min-height: 58px;
    padding: 8px 10px;
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

.purchase-items .purchase-item-text:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.purchase-items .purchase-item[data-box="kaden"] .purchase-item-ttl:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 26px;
  background-image: url(../img/common/ico-denkyu.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="kaden"] .purchase-item-ttl:before {
    width: 9px;
    height: 13px;
  }
}

.purchase-items .purchase-item[data-box="kaden"] .purchase-item-text:before {
  position: absolute;
  right: 20px;
  top: -48px;
  display: block;
  content: "";
  width: 35px;
  height: 48px;
  background-image: url(../img/common/ico-denkyu-gray.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="kaden"] .purchase-item-text:before {
    right: 10px;
    top: -24px;
    width: 17.5px;
    height: 24px;
  }
}

.purchase-items .purchase-item[data-box="kougu"] .purchase-item-ttl:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/common/ico-kougu.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="kougu"] .purchase-item-ttl:before {
    width: 12px;
    height: 12px;
  }
}

.purchase-items .purchase-item[data-box="kougu"] .purchase-item-text:before {
  position: absolute;
  right: 20px;
  top: -44px;
  display: block;
  content: "";
  width: 47px;
  height: 46px;
  background-image: url(../img/common/ico-kougu-gray.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="kougu"] .purchase-item-text:before {
    right: 10px;
    top: -23px;
    width: 23.5px;
    height: 23px;
  }
}

.purchase-items .purchase-item[data-box="turigu"] .purchase-item-ttl:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 26px;
  background-image: url(../img/common/ico-turigu.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="turigu"] .purchase-item-ttl:before {
    width: 10px;
    height: 13px;
  }
}

.purchase-items .purchase-item[data-box="turigu"] .purchase-item-text:before {
  position: absolute;
  right: 20px;
  top: -40px;
  display: block;
  content: "";
  width: 48px;
  height: 43px;
  background-image: url(../img/common/ico-turigu-gray.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="turigu"] .purchase-item-text:before {
    right: 10px;
    top: -20px;
    width: 24px;
    height: 21.5px;
  }
}

.purchase-items .purchase-item[data-box="zakka"] .purchase-item-ttl:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 32px;
  background-image: url(../img/common/ico-tokei.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="zakka"] .purchase-item-ttl:before {
    width: 11px;
    height: 16px;
  }
}

.purchase-items .purchase-item[data-box="zakka"] .purchase-item-text:before {
  position: absolute;
  right: 20px;
  top: -52px;
  display: block;
  content: "";
  width: 40px;
  height: 54px;
  background-image: url(../img/common/ico-tokei-gray.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="zakka"] .purchase-item-text:before {
    right: 10px;
    top: -26px;
    width: 20px;
    height: 27px;
  }
}

.purchase-items .purchase-item[data-box="iryou"] .purchase-item-ttl:before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 26px;
  background-image: url(../img/common/ico-iryou.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="iryou"] .purchase-item-ttl:before {
    width: 14px;
    height: 13px;
  }
}

.purchase-items .purchase-item[data-box="iryou"] .purchase-item-text:before {
  position: absolute;
  right: 20px;
  top: -47px;
  display: block;
  content: "";
  width: 51px;
  height: 49px;
  background-image: url(../img/common/ico-iryou-gray.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="iryou"] .purchase-item-text:before {
    right: 10px;
    top: -24px;
    width: 25.5px;
    height: 24.5px;
  }
}

.purchase-items .purchase-item[data-box="treca"] .purchase-item-ttl:before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/common/ico-treca.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="treca"] .purchase-item-ttl:before {
    width: 14px;
    height: 14px;
  }
}

.purchase-items .purchase-item[data-box="treca"] .purchase-item-text:before {
  position: absolute;
  right: 20px;
  top: -50px;
  display: block;
  content: "";
  width: 49px;
  height: 52px;
  background-image: url(../img/common/ico-treca-gray.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="treca"] .purchase-item-text:before {
    right: 10px;
    top: -25px;
    width: 24.5px;
    height: 26px;
  }
}

.purchase-items .purchase-item[data-box="hobby"] .purchase-item-ttl:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../img/common/ico-hobby.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="hobby"] .purchase-item-ttl:before {
    width: 13px;
    height: 13px;
  }
}

.purchase-items .purchase-item[data-box="hobby"] .purchase-item-text:before {
  position: absolute;
  right: 20px;
  top: -34px;
  display: block;
  content: "";
  width: 38px;
  height: 36px;
  background-image: url(../img/common/ico-hobby-gray.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="hobby"] .purchase-item-text:before {
    right: 10px;
    top: -17px;
    width: 19px;
    height: 18px;
  }
}

.purchase-items .purchase-item[data-box="jitensya"] .purchase-item-ttl:before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 24px;
  background-image: url(../img/common/ico-jitensya.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="jitensya"] .purchase-item-ttl:before {
    width: 14px;
    height: 12px;
  }
}

.purchase-items .purchase-item[data-box="jitensya"] .purchase-item-text:before {
  position: absolute;
  right: 20px;
  top: -38px;
  display: block;
  content: "";
  width: 48px;
  height: 40px;
  background-image: url(../img/common/ico-jitensya-gray.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="jitensya"] .purchase-item-text:before {
    right: 10px;
    top: -20px;
    width: 24px;
    height: 20px;
  }
}

.purchase-items .purchase-item[data-box="platina"] .purchase-item-ttl:before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 18px;
  background-image: url(../img/common/ico-platina.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="platina"] .purchase-item-ttl:before {
    width: 14px;
    height: 9px;
  }
}

.purchase-items .purchase-item[data-box="platina"] .purchase-item-text:before {
  position: absolute;
  right: 20px;
  top: -28px;
  display: block;
  content: "";
  width: 48px;
  height: 30px;
  background-image: url(../img/common/ico-platina-gray.png);
}

@media (max-width: 767.98px) {
  .purchase-items .purchase-item[data-box="platina"] .purchase-item-text:before {
    right: 10px;
    top: -15px;
    width: 24px;
    height: 15px;
  }
}

.purchase-items .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 100%;
  border: 1px solid #eee;
  border-top: 0;
  border-bottom: 0;
  border-radius: 10px;
}

.blog-box-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 767.98px) {
  .blog-box-items {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.blog-box-items .blog-box-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .blog-box-items .blog-box-item {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 767.98px) {
  .blog-box-items .blog-box-item {
    margin-bottom: 15px;
  }
}

.blog-box-items .blog-box-item > a {
  display: block;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
}

.blog-box-items .blog-box-item > a img {
  object-fit: cover;
  height: 140px;
}

.blog-box-items .blog-box-item > a figure:before {
  display: block;
  content: "";
  padding-top: 82.110092%;
}

.blog-box-items .blog-box-item-text {
  padding: 11px 20px 5px;
}

@media (max-width: 767.98px) {
  .blog-box-items .blog-box-item-text {
    padding: 5px 10px 5px;
  }
}

.blog-box-items .blog-box-item-text .title {
  font-weight: 600;
  line-height: 1.6;
  color: #222;
}

.blog-box-items .blog-box-item-text .date {
  text-align: right;
  font-size: 1.4rem;
  color: #434d8a;
}

@media (max-width: 767.98px) {
  .blog-box-items .blog-box-item-text .date {
    font-size: 0.8rem;
  }
}

.salesfloor-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}

@media (max-width: 767.98px) {
  .salesfloor-items {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.salesfloor-items .salesfloor-item-col-1 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-1 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-1 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.salesfloor-items .salesfloor-item-col-2 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-2 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-2 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.salesfloor-items .salesfloor-item-col-3 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-3 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-3 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.salesfloor-items .salesfloor-item-col-4 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-4 {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-4 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-4 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.salesfloor-items .salesfloor-item-col-5 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-5 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-5 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.salesfloor-items .salesfloor-item-col-6 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-6 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.salesfloor-items .salesfloor-item-col-7 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-7 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-7 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.salesfloor-items .salesfloor-item-col-8 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-8 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-8 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.salesfloor-items .salesfloor-item-col-9 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-9 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-9 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.salesfloor-items .salesfloor-item-col-10 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-10 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-10 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.salesfloor-items .salesfloor-item-col-11 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-11 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-11 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.salesfloor-items .salesfloor-item-col-12 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .salesfloor-items .salesfloor-item-col-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .salesfloor-items .salesfloor-item-col-12 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .salesfloor-items .salesfloor-item-col-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.salesfloor-items .box {
  height: 100%;
  background-color: #fff9f9;
  text-align: center;
  font-weight: 900;
}

.salesfloor-items .box figcaption {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  min-height: 70px;
  line-height: 1.5625;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .salesfloor-items .box figcaption {
    min-height: 40px;
  }
}

.service-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 767.98px) {
  .service-items {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.service-items .service-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

@media (max-width: 767.98px) {
  .service-items .service-item {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.js-scroll {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  transition: all .5s ease-out;
}

.js-scroll.on {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.visual {
  margin-bottom: 60px;
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .visual {
    margin-bottom: 20px;
    margin-top: 120px;
  }
}

.visual-wrap {
  position: relative;
  max-width: 1190px;
}

@media (max-width: 767.98px) {
  .visual-wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.visual-wrap .slick-list {
  overflow: visible;
}

.visual-wrap .slick-arrow {
  position: absolute;
  top: 42%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 27px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 100;
}

@media (max-width: 767.98px) {
  .visual-wrap .slick-arrow {
    display: none !important;
  }
}

.visual-wrap .slick-arrow.slick-prev {
  left: 15px;
  background-image: url(../img/home/ico-slide-prev.png);
}

.visual-wrap .slick-arrow.slick-next {
  right: 15px;
  background-image: url(../img/home/ico-slide-next.png);
}

.visual-slide {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  .visual-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

.visual .slick-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .visual .slick-dots {
    margin-top: 5px;
  }
}

.visual .slick-dots .slick-active {
  box-shadow: 0px 0px 0px 5px #e04a46 inset;
}

@media (max-width: 767.98px) {
  .visual .slick-dots .slick-active {
    box-shadow: 0px 0px 0px 2.5px #e04a46 inset;
  }
}

.visual .slick-dots .slick-active img {
  position: relative;
  z-index: -1;
}

.visual .slick-dots li {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  width: 133px;
  cursor: pointer;
  transition: box-shadow 0.2s ease-out;
}

@media (max-width: 767.98px) {
  .visual .slick-dots li {
    margin-left: 2px;
    margin-right: 2px;
    width: 57px;
  }
}

.home-hero {
  background-image: url(../img/home/bg.png), url(../img/common/stripe-red.png);
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  background-size: cover, 7px auto;
}

@media (max-width: 767.98px) {
  .home-hero {
    background: none;
  }
}

.home-hero-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 460px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .home-hero-inner {
    height: auto;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .home-hero-inner dl {
    display: none;
  }
}

.home-hero-inner dt {
  margin-bottom: 30px;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.home-hero-inner dd {
  letter-spacing: 0.1em;
}

.home-hero-inner figure {
  display: none;
}

@media (max-width: 767.98px) {
  .home-hero-inner figure {
    display: block;
  }
}

.home-hero .dot-text {
  padding-top: 0.5em;
  background-position: top left -3px;
  background-repeat: repeat-x;
  background-size: 1.1em 0.9em;
  background-image: radial-gradient(0.08em 0.08em at center center, white, white 100%, transparent);
}

.purchase {
  margin-bottom: 60px;
  padding-top: 110px;
}

@media (max-width: 767.98px) {
  .purchase {
    padding-top: 35px;
  }
}

.purchase .ttl-1 {
  margin-bottom: 55px;
}

@media (max-width: 767.98px) {
  .purchase .ttl-1 {
    margin-bottom: 20px;
  }
}

.purchase .ttl-2 {
  margin-bottom: 30px;
}

.blog-inner {
  padding-top: 120px;
  padding-bottom: 170px;
}

@media (max-width: 767.98px) {
  .blog-inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.blog-inner.secondary {
  padding-bottom: 50px;
}

.blog-inner .ttl-2 {
  margin-bottom: 70px;
}

@media (max-width: 767.98px) {
  .blog-inner .ttl-2 {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.blog-pager {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.blog-pager li {
  margin-left: 5px;
  margin-right: 5px;
}

.blog-pager li.active a {
  background-color: #e04a46;
  color: #fff;
}

.blog-pager a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  color: #e04a46;
  border: 1px solid #e04a46;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}

@media (max-width: 767.98px) {
  .blog-pager a {
    font-size: 1.4rem;
    width: 30px;
    height: 30px;
  }
}

.blog-pager a:hover {
  background-color: #e04a46;
  color: #fff;
}

.blog-column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .blog-column {
    display: block;
  }
}

.blog-main {
  -webkit-flex: 1;
          flex: 1;
}

@media (max-width: 767.98px) {
  .blog-main {
    margin-bottom: 30px;
  }
}

.blog-main .btn-default {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .blog-main .btn-default {
    margin-top: 20px;
  }
}

.blog-aside {
  margin-left: 50px;
  width: 100%;
  max-width: 310px;
}

@media (max-width: 767.98px) {
  .blog-aside {
    margin-left: 0;
    max-width: 100%;
  }
}

.blog-aside-ttl {
  margin-bottom: 20px;
  color: #e04a46;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .blog-aside-ttl {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}

.blog-aside dl {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .blog-aside dl {
    margin-bottom: 15px;
  }
}

.blog-aside dl dt {
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #434d8a;
}

.blog-aside dl dd input[name="keyword"] {
  -webkit-flex: 1;
          flex: 1;
  border: 1px solid #ccc;
  background-color: #fff;
  height: 40px;
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  .blog-aside dl dd input[name="keyword"] {
    height: 30px;
  }
}

.blog-aside dl dd form {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.blog-aside dl dd form button {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #eee;
  background-image: url(../img/common/ico-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .blog-aside dl dd form button {
    width: 30px;
    height: 30px;
    background-size: 17px auto;
  }
}

.blog-aside dl dd .label li {
  margin-bottom: 10px;
}

.blog-aside dl dd .label li a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 7px 10px 7px 60px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 5px;
}

.blog-aside dl dd .label li[data-color="orange"] a {
  background-image: url(../img/blog/ico-1.png), url(../img/common/stripe-orange.png);
  background-size: 24px auto, 7px auto;
  background-position: 18px center, center;
  background-repeat: no-repeat, repeat;
}

.blog-aside dl dd .label li[data-color="green"] a {
  background-image: url(../img/blog/ico-2.png), url(../img/common/stripe-green.png);
  background-size: 20px auto, 7px auto;
  background-position: 19px center, center;
  background-repeat: no-repeat, repeat;
}

.blog-aside dl dd .label li[data-color="blue"] a {
  background-image: url(../img/blog/ico-4.png), url(../img/common/stripe-blue.png);
  background-size: 26px auto, 7px auto;
  background-position: 16px center, center;
  background-repeat: no-repeat, repeat;
}

.blog-aside dl dd .category li {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .blog-aside dl dd .category li {
    margin-bottom: 5px;
  }
}

.blog-aside dl dd .category li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #222;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .blog-aside dl dd .backnumber {
    /* display: none; */
  }
}

.blog-aside dl dd .backnumber li {
  margin-bottom: 5px;
}

.blog-aside dl dd .backnumber li:before {
  display: inline-block;
  content: "-";
  margin-left: 10px;
  margin-right: 10px;
}

.blog-aside dl dd .backnumber li a {
  color: #222;
  text-decoration: none;
}

.blog-aside dl dd .backnumber li a:hover {
  text-decoration: underline;
}

.blog-aside dl dd .backnumber-select {
  display: none;
}

@media (max-width: 767.98px) {
  .blog-aside dl dd .backnumber-select {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 3px;
    background-image: url(../img/common/ico-bullet-down.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 8px auto;
  }
}

@media (max-width: 767.98px) {
  .blog-box {
    margin-bottom: 10px;
  }
}

.blog-box .ttl-3 {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .blog-box .ttl-3 {
    margin-bottom: 10px;
  }
}

.blog-box[data-color="orange"] .ttl-3 {
  background-image: url(../img/common/stripe-orange.png);
}

.blog-box[data-color="green"] .ttl-3 {
  background-image: url(../img/common/stripe-green.png);
}

@media (max-width: 991.98px) {
  .blog-box[data-color="green"] .blog-box-item:last-child {
    display: none;
  }
}

.blog-box[data-color="blue"] .ttl-3 {
  background-image: url(../img/common/stripe-blue.png);
}

@media (max-width: 991.98px) {
  .blog-box[data-color="blue"] .blog-box-item:last-child {
    display: none;
  }
}

.blog .blog-box-item[data-color="orange"] > a {
  border: 1px solid #ef9c30;
}

.blog .blog-box-item[data-color="green"] > a {
  border: 1px solid #3c9f66;
}

.blog .blog-box-item[data-color="blue"] > a {
  border: 1px solid #2f5fd7;
}

.blog-title {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #fff;
  background-image: url(../img/common/stripe-red.png);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.2em;
  border-radius: 10px;
  margin-bottom: 20px;
}

.blog-nodata{
  text-align: left;
}

.page-back{
  display: block;
  width: 300px;
  margin: 40px auto 0;
  background: #efefef;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
  color: #000;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .page-back {
    width: 100%;
  }
}


.salesfloor {
  padding-top: 150px;
}

@media (max-width: 767.98px) {
  .salesfloor {
    padding-top: 75px;
  }
}

.salesfloor .ttl-2 {
  margin-bottom: 70px;
}

@media (max-width: 767.98px) {
  .salesfloor .ttl-2 {
    margin-bottom: 35px;
  }
}

.salesfloor-image {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .salesfloor-image {
    display: block;
  }
}

.salesfloor-image figure {
  width: 54.62963%;
}

@media (max-width: 767.98px) {
  .salesfloor-image figure {
    margin-bottom: 15px;
    width: 100%;
  }
}

.salesfloor-image-content {
  -webkit-flex: 1;
          flex: 1;
  padding-left: 50px;
}

@media (max-width: 767.98px) {
  .salesfloor-image-content {
    padding-left: 0;
  }
}

.salesfloor-image-content dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #e04a46;
}

@media (max-width: 767.98px) {
  .salesfloor-image-content dl {
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

.salesfloor-image-content dt {
  max-width: 120px;
}

@media (max-width: 767.98px) {
  .salesfloor-image-content dt {
    max-width: 66px;
  }
}

.salesfloor-image-content dd {
  padding-left: 35px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .salesfloor-image-content dd {
    padding-left: 17px;
    font-size: 1.75rem;
  }
}

.salesfloor-image-content address {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #e04a46;
  font-size: 2rem;
  font-weight: 900;
  font-style: normal;
}

@media (max-width: 767.98px) {
  .salesfloor-image-content address {
    margin-bottom: 10px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
  }
}

.salesfloor-image-content address span:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 15px;
  height: 20px;
  background-image: url(../img/common/footer-ico-tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  -webkit-transform: translate(0, -1px);
          transform: translate(0, -1px);
}

@media (max-width: 767.98px) {
  .salesfloor-image-content address span:before {
    margin-right: 5px;
    width: 9.5px;
    height: 13px;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
}

.salesfloor-image-content .address {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .salesfloor-image-content .address {
    margin-bottom: 20px;
    text-align: center;
  }
}

.salesfloor-items {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .salesfloor-items {
    margin-bottom: 20px;
  }
}

.salesfloor-movie {
  padding-top: 20px;
  border-radius: 30px;
}

@media (max-width: 767.98px) {
  .salesfloor-movie {
    border-radius: 15px;
  }
}

.salesfloor-movies {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 20px 40px 25px;
}

@media (max-width: 767.98px) {
  .salesfloor-movies {
    display: block;
    padding: 20px 20px 25px;
  }
}

.salesfloor-movies-item {
  width: calc((100% - 20px) / 2);
}

@media (max-width: 767.98px) {
  .salesfloor-movies-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .salesfloor-movies-item:last-child {
    margin-bottom: 0;
  }
}

.salesfloor-movies-item .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.salesfloor-movies-item .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.service {
  margin-bottom: 110px;
  padding-top: 150px;
}

@media (max-width: 767.98px) {
  .service {
    margin-bottom: 50px;
    padding-top: 70px;
  }
}

.service .ttl-2 {
  margin-bottom: 70px;
}

@media (max-width: 767.98px) {
  .service .ttl-2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .service-inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.service-items {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .service-items {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .service-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .service p {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (max-width: 767.98px) {
  .service p .pc {
    display: none;
  }
}

.service p .sp {
  display: none;
}

@media (max-width: 767.98px) {
  .service p .sp {
    display: inline;
  }
}

.recruit-inner {
  padding-top: 90px;
}

@media (max-width: 767.98px) {
  .recruit-inner {
    padding-top: 50px;
  }
}

.recruit-inner .ttl-6 {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .recruit-inner .ttl-6 {
    margin-bottom: 20px;
  }
}

.recruit-lists {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .recruit-lists {
    font-size: 1.4rem;
  }
}

.recruit-lists li {
  position: relative;
  margin-left: 10px;
  padding-left: 1em;
}

.recruit-lists li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  content: "-";
  color: #e04a46;
  font-weight: 400;
}





.nav_link {
    position: relative;
}
.s_nav{
position: absolute;
top: 0;
background: #e35a56;
position: relative;
width: 100%;
}
.g-nav{
width: 100%;
/* z-index: 10; */
}
.g-nav-menu{
text-align: center;
}
.g-nav-menu li{
color: #fff;
padding: 0 5px;
list-style-type: none;
display: inline-block;
line-height: 40px;

}
.g-nav-menu a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.fixed{
position: fixed;
top: 0;
left: 0;
z-index: 150;
/* position: absolute;
top: 0; */
}
.fixed .g-nav-menu li{
line-height: 40px;
}
.s_nav{
display: table;
width: 100%;
height: auto;
text-align: center;
}
.s_nav p{
display: table-cell;
vertical-align: middle;
color: #fff;
}
.s_nav li:before {
    display: inline-block;
    content: "/";
    margin-left: 1.5em;
    margin-right: 1.5em;
    font-size: 1.5rem;
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
.s_nav ul {
    margin: 10px 0;
}
@media (max-width: 767.98px) {
  .s_nav li:before {
    display: none;
  }
}
.s_nav li:first-child:before {
  display: none;
}
.sp_nav {
    display: none;
}
@media (max-width: 500px) {
    .pc_nav {
        display: none;
    }
    .sp_nav {
        display: block;
    }
    .s_nav {
    top: 10px !important;
    }
    .fixed{
    top: 60px !important;
    }
    .g-nav-menu a {
    font-size: 1.4rem;
    }
    .g-nav-menu li {
    line-height: 40px;
    }
    .s_nav ul {
        margin: 10px 0 5px;
    }
}

/* ぽいぽい満Q */
.service-item a {
  display: inline-block;
}
.service_margin a {
  display: inline-block;
}
.service_margin {
  margin-top: 30px;
}
.footer_logo_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.footer-poipoi {
  max-width: 100px;
}
@media (max-width: 767.98px) {
  .footer_logo_box {
    justify-content: space-evenly;
    gap: 0;
  }
  .footer-poipoi {
    max-width: 50px;
  }
  .footer-meta-daiya {
     margin-left: 0;
    margin-right: 0;
  }
}