@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */*:not(.theme-legacy *),*:not(.theme-legacy *)::before,*:not(.theme-legacy *)::after{
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */html:not(.theme-legacy *){
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */body:not(.theme-legacy *){
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */main:not(.theme-legacy *){
  display: block;
}

/* Vertical rhythm */
/* ============================================ */p:not(.theme-legacy *),table:not(.theme-legacy *),blockquote:not(.theme-legacy *),address:not(.theme-legacy *),pre:not(.theme-legacy *),iframe:not(.theme-legacy *),form:not(.theme-legacy *),figure:not(.theme-legacy *),dl:not(.theme-legacy *){
  margin: 0;
}

/* Headings */
/* ============================================ */h1:not(.theme-legacy *),h2:not(.theme-legacy *),h3:not(.theme-legacy *),h4:not(.theme-legacy *),h5:not(.theme-legacy *),h6:not(.theme-legacy *){
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}h2:not(.top-title, .top-section-title, .common-top-title, .common-catch-title, .common-part-title):not(.theme-legacy *){
  border-bottom: 1px solid #747474;
  color: #b5161d;
  font-size: 26px;
  padding-bottom: 8px;
}h1:not(.theme-legacy *){font-size: 163%;}h2:not(.theme-legacy *){font-size: 144%;}h3:not(.theme-legacy *){font-size: 127%;}h4:not(.theme-legacy *){font-size: 113%;}
@media screen and (max-width: 519px) {h1:not(.theme-legacy *){font-size: 131% !important;}h2:not(.theme-legacy *){font-size: 122% !important;}h3:not(.theme-legacy *){font-size: 114% !important;}h4:not(.theme-legacy *){font-size: 107% !important;}  
}

/* Lists (enumeration) */
/* ============================================ */ul:not(.theme-legacy *),ol:not(.theme-legacy *){
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */dt:not(.theme-legacy *){
  font-weight: bold;
}dd:not(.theme-legacy *){
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr:not(.theme-legacy *){
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */pre:not(.theme-legacy *){
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}address:not(.theme-legacy *){
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */.top4 a:not(.theme-legacy *){
  display: block;
}a:not(.theme-legacy *){
  background-color: transparent;
  color: inherit;
  display: block;
  text-decoration: none;
}.top-news-item-info a:not(.theme-legacy *),.a-inlin a:not(.theme-legacy *){
  display: inline;
  color:  #048;
}.top-news-item-info a:hover:not(.theme-legacy *),.a-inlin a:hover:not(.theme-legacy *){
  color:  #08f;
  text-decoration: underline;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title]:not(.theme-legacy *){
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b:not(.theme-legacy *),strong:not(.theme-legacy *){
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code:not(.theme-legacy *),kbd:not(.theme-legacy *),samp:not(.theme-legacy *){
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */small:not(.theme-legacy *){
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub:not(.theme-legacy *),sup:not(.theme-legacy *){
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub:not(.theme-legacy *){
  bottom: -0.25em;
}sup:not(.theme-legacy *){
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */svg:not(.theme-legacy *),img:not(.theme-legacy *),embed:not(.theme-legacy *),object:not(.theme-legacy *),iframe:not(.theme-legacy *){
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */button:not(.theme-legacy *),input:not(.theme-legacy *),optgroup:not(.theme-legacy *),select:not(.theme-legacy *),textarea:not(.theme-legacy *){
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */[type=checkbox]:not(.theme-legacy *){
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}[type=radio]:not(.theme-legacy *){
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */button:not(.theme-legacy *),[type=button]:not(.theme-legacy *),[type=reset]:not(.theme-legacy *),[type=submit]:not(.theme-legacy *){
  cursor: pointer;
}button:disabled:not(.theme-legacy *),[type=button]:disabled:not(.theme-legacy *),[type=reset]:disabled:not(.theme-legacy *),[type=submit]:disabled:not(.theme-legacy *){
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */:-moz-focusring:not(.theme-legacy *){
  outline: auto;
}select:disabled:not(.theme-legacy *){
  opacity: inherit;
}

/**
 * Remove padding
 */option:not(.theme-legacy *){
  padding: 0;
}

/**
 * Reset to invisible
 */fieldset:not(.theme-legacy *){
  margin: 0;
  min-width: 0;
  padding: 0;
}legend:not(.theme-legacy *){
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress:not(.theme-legacy *){
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */textarea:not(.theme-legacy *){
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type=number]:not(.theme-legacy *)::-webkit-inner-spin-button,[type=number]:not(.theme-legacy *)::-webkit-outer-spin-button{
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */[type=search]:not(.theme-legacy *){
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */[type=search]:not(.theme-legacy *)::-webkit-search-decoration{
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */*:not(.theme-legacy *)::-webkit-file-upload-button{
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */label[for]:not(.theme-legacy *){
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */details:not(.theme-legacy *){
  display: block;
}

/*
 * Add the correct display in all browsers.
 */summary:not(.theme-legacy *){
  display: list-item;
}

/*
 * Remove outline for editable content.
 */[contenteditable]:focus:not(.theme-legacy *){
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/table:not(.theme-legacy *){
  border-color: inherit;
  /* 1 */
}caption:not(.theme-legacy *){
  text-align: left;
}td:not(.theme-legacy *),th:not(.theme-legacy *){
  padding: 0;
  vertical-align: top;
}th:not(.theme-legacy *){
  font-weight: bold;
  text-align: left;
}

/*============================================
          基本設定						
============================================*/img:not(.theme-legacy *){
  height: auto;
  max-width: 100%;
}body:not(.theme-legacy *){
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01rem;
  line-height: 1.5;
}.inner:not(.theme-legacy *){
  height: inherit;
  margin: 0 auto;
  max-width: 1366px;
}
@media screen and (max-width: 519px) {.inner:not(.theme-legacy *){
    max-width: 92%;
  }
}a:not(.theme-legacy *){
  display: block;
}a:hover:not(.theme-legacy *){
  cursor: pointer;
}*:focus:not(.theme-legacy *){
  outline: none;
}

/*============================================
  Utility						
  ============================================*/@media screen and (min-width: 960px) {.sp-only:not(.theme-legacy *){
    display: none;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.sp-only:not(.theme-legacy *){
    display: none;
  }
}

@media screen and (max-width: 1000px) {.pc-only:not(.theme-legacy *){
    display: none;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {
/*
  .pc-only {
    display: none;
  }
*/
}

@media screen and (min-width: 960px) {.tab-only:not(.theme-legacy *){
    display: none;
  }
}
@media screen and (max-width: 519px) {.tab-only:not(.theme-legacy *){
    display: none;
  }
}.not-pc-only:not(.theme-legacy *){
  display: none;
}
@media screen and (min-width:520px) and (max-width:959px) {.not-pc-only:not(.theme-legacy *){
    display: block;
  }
}
@media screen and (max-width: 519px) {.not-pc-only:not(.theme-legacy *){
    display: block;
  }
}.not-sp:not(.theme-legacy *){
  display: block;
}
@media screen and (max-width: 519px) {.not-sp:not(.theme-legacy *){
    display: none;
  }
}.not-tab:not(.theme-legacy *){
  display: block;
}
@media screen and (min-width:520px) and (max-width:959px) {.not-tab:not(.theme-legacy *){
    display: none;
  }
}

/*============================================
                    Header						
============================================*/.header:not(.theme-legacy *){
  height: 90px;
  left: 0;
  margin: 0 auto;
  /* max-width: 2000px; */
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 519px) {.header:not(.theme-legacy *){
    background-color: rgba(255, 255, 255, 0.8);
    height: 40px;
    position: sticky;
    z-index: 100;
  }
}.header-top:not(.theme-legacy *){
  align-items: center;
  background-color: #B5161D;
  color: #fff;
  display: flex;
  font-family: "Roboto", sans-serif;
  height: 40px;
  padding-right: 100px;
}.header-top a:not(.theme-legacy *){
  opacity: 1;
  transition: all 0.3s ease 0s;
}.header-top a:hover:not(.theme-legacy *){
  opacity: 0.5;
}
@media screen and (min-width:520px) and (max-width:959px) {.header-top:not(.theme-legacy *){
    padding-right: 3vw;
  }
}
@media screen and (max-width: 519px) {.header-top:not(.theme-legacy *){
    display: none;
  }
}.header-top-form:not(.theme-legacy *){
  font-size: 14px;
  font-weight: 600;
  margin-left: auto;
}.header-top-form span:not(.theme-legacy *){
  padding-left: 35px;
  position: relative;
}.header-top-form span:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background: url(../../dist/img/icon-mail.png) no-repeat center center/contain;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
}.header-top-tell:not(.theme-legacy *){
  align-items: center;
  display: flex;
  font-weight: 600;
  margin-left: 56px;
}.header-top-tell span:not(.theme-legacy *){
  padding-left: 30px;
  position: relative;
}.header-top-tell span:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background: url(../../dist/img/icon-tell.png) no-repeat center center/contain;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}.header-top-time:not(.theme-legacy *){
  font-size: 12px;
  margin-left: 8px;
}.header-bottom:not(.theme-legacy *){
  align-items: center;
  background-color: white;
  display: flex;
  height: 50px;
  padding: 0 160px 0 100px;
  position: relative;
}

@media screen and (min-width:520px) and (max-width:959px) {.header-bottom:not(.theme-legacy *){
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 519px) {.header-bottom:not(.theme-legacy *){
    padding: 0 0 0 20px;
  }
}.header-logo:not(.theme-legacy *){
 width: 160px;
}
@media screen and (min-width:520px) and (max-width:959px) {.header-logo:not(.theme-legacy *){
    width: 140px;
  }
}
@media screen and (max-width: 519px) {.header-logo:not(.theme-legacy *){
    width: 120px;
  }
}.header-logo img:not(.theme-legacy *){
  padding-top: 0.45rem;
  vertical-align: inherit;
}.header-right:not(.theme-legacy *){
  align-items: center;
  display: flex;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width:520px) and (max-width:959px) {.header-right:not(.theme-legacy *){
    display: none;
  }
}
@media screen and (max-width: 519px) {.header-right:not(.theme-legacy *){
    display: none;
  }
}.header-nav:not(.theme-legacy *){
  align-items: center;
  display: flex;
}.header-nav a:not(.theme-legacy *){
  transition: all 0.3s ease 0s;
}.header-nav a:hover:not(.theme-legacy *){
  color: rgba(181, 22, 29, 0.7);
}
@media screen and (min-width: 993px) and (max-width: 1310px) {.header-nav li:not(.theme-legacy *){
    font-size: 14px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.header-nav li:not(.theme-legacy *){
    font-size: 10px;
  }
}.header-nav li:not(:first-child):not(.theme-legacy *){
  margin-left: 2vw;
}.header-btn:not(.theme-legacy *){
  border: 1px solid #00AEEF;
  border-radius: 57px 0 0 57px;
  margin-left: 45px;
  padding: 3px 0 3px 3px;
  right: 0;
}.header-btn-inner:not(.theme-legacy *){
  background-color: #B5161D;
  border-radius: 57px 0 0 57px;
  color: #fff;
  padding: 15px 100px 15px 35px;
}.header-btn-inner span:not(.theme-legacy *){
  position: relative;
}.header-btn-inner span:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background: url(../../dist/img/top-header-entry.png) no-repeat center center/contain;
  content: "";
  height: 15px;
  position: absolute;
  right: -33px;
  top: 53%;
  transform: translateY(-50%);
  width: 25px;
}


/*============================================
        SP-Nav						
============================================*/.sp-nav-title:not(.theme-legacy *){
  border-radius: 57px;
  color: #B5161D;
  font-size: 28px;
  font-weight: 600;
  margin-top: 60px;
  text-align: center;
}.sp-nav:not(.theme-legacy *){
  height: 39px;
  position: absolute;
  right: 76px;
  top: 1px;
  transition: all 0.3s ease 0s;
  width: 39px;
  z-index: 100;
}.sp-nav:hover:not(.theme-legacy *){
  cursor: pointer;
}.sp-nav.is-active:not(.theme-legacy *){
  top: 3px;
}
@media screen and (min-width:520px) and (max-width:959px) {.sp-nav:not(.theme-legacy *){
    right:3%;
  }
}
@media screen and (max-width: 519px) {.sp-nav:not(.theme-legacy *){
    display: block;
    right: 0;
  }.sp-nav:hover:not(.theme-legacy *){
    cursor: pointer;
  }
}.sp-nav-one:not(.theme-legacy *),.sp-nav-two:not(.theme-legacy *),.sp-nav-three:not(.theme-legacy *){
  background: #000;
  border-radius: 3px;
  content: "";
  height: 2px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 24px;
  z-index: 1000000;
}.sp-nav-one.is-active:not(.theme-legacy *),.sp-nav-two.is-active:not(.theme-legacy *),.sp-nav-three.is-active:not(.theme-legacy *){
  top: 22px;
}.sp-nav-one:not(.theme-legacy *){
  top: 15px;
}.sp-nav-one.is-active:not(.theme-legacy *){
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}.sp-nav-two:not(.theme-legacy *){
  top: 23px;
}.sp-nav-two.is-active:not(.theme-legacy *){
  opacity: 0;
}.sp-nav-three:not(.theme-legacy *){
  top: 31px;
}.sp-nav-three.is-active:not(.theme-legacy *){
  -webkit-transform: rotate(-45deg);
  right: 16px;
  transform: rotate(-45deg);
}.sp-nav-menu:not(.theme-legacy *){
  -webkit-transform: translateX(200%);
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  position: fixed;
  right: 0;
  top: 90px;
  transform: translateX(200%);
  transition: all 0.3s ease 0s;
  width: 40%;
  z-index: 80;
}.sp-nav-menu.is-active:not(.theme-legacy *){
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
@media screen and (max-width: 519px) {.sp-nav-menu:not(.theme-legacy *){
    top: 50px;
    width: 50%;
  }
}.sp-nav-contents .yellow-dot-bg:not(.theme-legacy *),.sp-nav-contents .yellow-dot-bg2:not(.theme-legacy *){
  height: 107px;
  position: absolute;
  width: 107px;
  z-index: -1;
}.sp-nav-contents .yellow-dot-bg:not(.theme-legacy *){
  right: -46px;
  top: 57px;
}.sp-nav-contents .yellow-dot-bg2:not(.theme-legacy *){
  bottom: -20px;
  left: -46px;
}.sp-nav-contents .blue-graph-bg:not(.theme-legacy *){
  height: 171px;
  left: -20px;
  position: absolute;
  top: -20px;
  width: 171px;
  z-index: -1;
}.sp-nav-list:not(.theme-legacy *){
  align-items: center;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 16px;
  position: relative;
  text-align: center;
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}.sp-nav-list:not(.theme-legacy *)::before{
  -webkit-transform: translate(-50%, -50%);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 70%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 960px) {.sp-nav-list:not(.theme-legacy *)::before{
    content: none;
  }
}.sp-nav-list li:not(.theme-legacy *){
  position: relative;
}.sp-nav-list li:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background-color: #B5161D;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: -24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (max-width: 519px) {.sp-nav-list li:not(.theme-legacy *)::before{
    height: 8px;
    left: -16px;
    width: 8px;
  }
}.sp-nav-list li:not(:first-child):not(.theme-legacy *){
  margin-top: 24px;
}
@media screen and (max-width: 519px) {.sp-nav-list li:not(:first-child):not(.theme-legacy *){
    margin-top: 16px;
  }
}.sp-nav-list li[data-type=child]:not(.theme-legacy *){
  padding-left: 16px;
}.sp-nav-list li[data-type=child]:not(.theme-legacy *)::before{
  content: none;
}.sp-nav-list li a:not(.theme-legacy *){
  transition: all 0.3s ease 0s;
}.sp-nav-list li a:hover:not(.theme-legacy *){
  color: rgba(181, 22, 29, 0.7);
}
@media screen and (max-width: 519px) {.sp-nav-list li:not(.theme-legacy *){
    font-size: 14px;
  }
}.sp-nav-btn:not(.theme-legacy *){
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 6px 0px #00000033;
  display: flex;
  font-size: 14px;
  font-weight: 16;
  font-weight: 500;
  height: 35px;
  justify-content: center;
  line-height: 35px;
  margin: 24px auto;
  width: 240px;
}.sp-document-btn:not(.theme-legacy *),.sp-contact-btn:not(.theme-legacy *){
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  height: 64px;
  line-height: 64px;
  margin: 24px auto;
  text-align: center;
  width: 200px;
}.sp-document-btn:not(.theme-legacy *){
  background-color: #f5a623;
}.sp-contact-btn:not(.theme-legacy *){
  background-color: #B5161D;
}

/*============================================
          TOP						
============================================*/.top:not(.theme-legacy *){
  /* margin-top: 90px; */
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 519px) {.top:not(.theme-legacy *){
    /*margin-top: 50px;*/
  }
}.top .swiper-pagination-bullet:not(.theme-legacy *){
  background-color: #fff;
  height: 12px;
  opacity: 1;
  width: 12px;
}.top .top-swiper-pagination:not(.theme-legacy *){
  bottom: 64px !important;
}.top .top-swiper-pagination .swiper-pagination-bullet:not(.theme-legacy *){
  margin: 0 31px !important;
}.top .swiper-pagination-bullet-active:not(.theme-legacy *){
  position: relative;
}.top .swiper-pagination-bullet-active:hover:not(.theme-legacy *){
  cursor: inherit;
  opacity: 1;
}.top .swiper-pagination-bullet-active:not(.theme-legacy *)::before{
  -webkit-transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  height: 36px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
}.top-bg:not(.theme-legacy *){
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 90px);
  width: 100vw;
}.top-bg-one:not(.theme-legacy *){
  background-image: url(../../dist/img/top-top-item1.jpg);
  background-image: -webkit-image-set(url(../../dist/img/top-top-item1.webp) type("image/webp"));
  background-image:         image-set(url(../../dist/img/top-top-item1.jpg) type("image/jpeg"));
}.top-bg-two:not(.theme-legacy *){
  background-image: url(../../dist/img/top-top-item2.jpg);
  background-image: image-set(
    url("../../dist/img/top-top-item2.webp") type("image/webp"),
    url("../../dist/img/top-top-item2.jpg" ) type("image/jpeg")
  );
}.top-bg-three:not(.theme-legacy *){
  background-image: url(../../dist/img/top-top-item3.jpg);
  background-image: image-set(url(../../dist/img/top-top-item3.webp));
}.top-contents:not(.theme-legacy *){
  -webkit-transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: 516px;
  left: 50%;
  padding: 24px 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 481px;
  z-index: 1;
}
@media screen and (max-width: 519px) {.top-contents:not(.theme-legacy *){
    height: 310px;
    padding: 16px 0;
    width: 243px;
  }
}.top-logo:not(.theme-legacy *){
  margin: 0 auto;
  width: 210px;
}
@media screen and (max-width: 519px) {.top-logo:not(.theme-legacy *){
    width: 105px;
  }
}.top-title:not(.theme-legacy *){
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.045%;
  line-height: 1;
  margin-top: 31px;
}
@media screen and (max-width: 519px) {.top-title:not(.theme-legacy *){
    font-size: 28px;
    line-height: 1.25;
    margin-top: 11px;
    padding-bottom: 10px;
    position: relative;
  }.top-title:not(.theme-legacy *)::before{
    -webkit-transform: translateX(-50%);
    background: #fff;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 31px;
  }
}.top-lead:not(.theme-legacy *){
  font-weight: 700;
  line-height: 1.5;
  margin-top: 48px;
}
@media screen and (max-width: 519px) {.top-lead:not(.theme-legacy *){
    font-size: 12px;
    margin-top: 15px;
  }
}

/*============================================
          Common						
============================================*/.top-section-title:not(.theme-legacy *){
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}.top-section-title[data-title=service]:not(.theme-legacy *){
  color: #fff;
}.top-section-title[data-title=top-case]:not(.theme-legacy *){
  color: #fff;
}.top-section-title span:not(.theme-legacy *){
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-top: 11px;
  padding-top: 13px;
  position: relative;
}.top-section-title span:not(.theme-legacy *)::before{
  -webkit-transform: translateX(-50%);
  background-color: #B5161D;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 138px;
}
@media screen and (max-width: 519px) {.top-section-title:not(.theme-legacy *){
    font-size: 22px;
  }.top-section-title span:not(.theme-legacy *){
    font-size: 12px;
    padding-bottom: 8px;
  }.top-section-title span:not(.theme-legacy *)::before{
    height: 3px;
    width: 80px;
  }
}.btn:not(.theme-legacy *){
  align-items: center;
  background: #B5161D;
  color: #fff;
  display: flex !important;
  justify-content: center;
}.btn-detail:not(.theme-legacy *){
  font-family: "Montserrat", sans-serif;
  height: 34px;
  width: 122px;
}.btn-detail[data-title=signage]:not(.theme-legacy *){
  margin-top: 24px;
}
@media screen and (max-width: 519px) {.btn-detail[data-title=signage]:not(.theme-legacy *){
    margin: 16px auto 0;
  }
}.btn-more:not(.theme-legacy *){
  font-family: "Montserrat", sans-serif;
  height: 34px;
  width: 134px;
}

/*============================================
          Case						
============================================*/
/*旧サイトと互換させる*/.flL .square:not(.theme-legacy *),.flL .cat:not(.theme-legacy *){display: none;}.flL .text:not(.theme-legacy *){color: white; padding: 0.5em;}.case:not(.theme-legacy *){
  background: url(../../dist/img/bg-black-dot.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.case:not(.theme-legacy *){
    padding: 40px 0;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.case:not(.theme-legacy *){
    padding: 40px 0;
  }
}.top-case-popular h3:not(.theme-legacy *){
  border: initial;
}.case-contents:not(.theme-legacy *){
  /*-ms-grid-columns: 180px 16px 180px 16px 180px 16px 180px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;*/
  align-content: center;
  column-gap: 10px;
  /*display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 180px);*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 104px;
  width:100%;
}.case-contents > *:nth-child(n + 6):not(.theme-legacy *){display: none;}.case-contents .flL:not(.theme-legacy *){ width:calc(100% / 6 - 16px)}

/*@media screen and (min-width:520px) and (max-width:959px) {*/@media screen and (min-width:520px) and (max-width:1000px) {.case-contents:not(.theme-legacy *){
    /*grid-template-columns: repeat(3, 180px);*/
    row-gap: 16px;
    margin-top: 40px;
  }.case-contents > *:nth-child(n + 4):not(.theme-legacy *){display: none;}.case-contents .flL:not(.theme-legacy *){ width:calc(100% / 3 - 18px)}
}

@media screen and (max-width: 519px) {.case-contents:not(.theme-legacy *){
    /*-ms-grid-columns: (165px)[2];
    grid-template-columns: repeat(2, 165px);*/
    margin-top: 32px;
    row-gap: 16px;
  }.case-contents > *:nth-child(n + 5):not(.theme-legacy *){display: none;}.case-contents .flL:not(.theme-legacy *){ width:calc(100% / 2 - 16px)}
}.autofit:not(.theme-legacy *){grid-template-columns: repeat(auto-fit,180px);}.case-item:not(.theme-legacy *),.flL:not(.theme-legacy *){
  background-color: #000;
  box-shadow: 0 0 8px #fff;
  font-family: "Roboto", sans-serif;
  height: 370px;

  /*max-width: 180px;*/
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 0;
}.autofit>a:not(.theme-legacy *){width:calc(100% / 6 - 10px);}

@media screen and (min-width: 960px) {.case-item:hover:not(.theme-legacy *),.case .flL:hover:not(.theme-legacy *){
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {.autofit>a:not(.theme-legacy *){width:calc(100% / 2 - 10px);}
}

@media screen and (max-width: 519px) {.case-item:not(.theme-legacy *){
    height: auto;
  }
}.case-item-img:not(.theme-legacy *),.flL img:not(.theme-legacy *){
  height: 200px;
  position: relative;
  width: 100%;
  object-fit: cover;
}.case-item-img img:not(.theme-legacy *){
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 519px) {.case-item-img:not(.theme-legacy *){
    height: 165px;
  }
}.case-item-info:not(.theme-legacy *){
  color: #fff;
  padding: 1em 1ex 1em 1ex;
}
@media screen and (max-width: 519px) {.case-item-info:not(.theme-legacy *),.flL .text:not(.theme-legacy *){
    padding: 8px 10px;
  }
}.case-item-day:not(.theme-legacy *),.text .day:not(.theme-legacy *){
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 519px) {.case-item-day:not(.theme-legacy *),.text .day:not(.theme-legacy *){
    text-align: center;
  }
}.case-item-title:not(.theme-legacy *){
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 519px) {.case-item-title:not(.theme-legacy *){
    font-size: 10px;
    margin-top: 2px;
  }
}.case-item-title[data-type=space]:not(.theme-legacy *){
  font-size: 16px;
}.case-item-text:not(.theme-legacy *),.text h3:not(.theme-legacy *){
  font-size: 10px !important;
  line-height: 1.3;
  margin-top: 4px;
}.top-case-btn:not(.theme-legacy *){
  margin: 100px auto 0;
}
@media screen and (max-width: 519px) {.top-case-btn:not(.theme-legacy *){
    margin-top: 16px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.top-case-btn:not(.theme-legacy *){
    margin-top: 40px;
  }
}

/*============================================
          Common TOP						
============================================*/.common-top:not(.theme-legacy *){
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  /*margin-top: 90px;*/
  padding-bottom: 141px;
  padding-top: 126px;
  text-align: right;
  text-stroke: 2px #000;
  text-shadow: 1px 1px 4px #000

}
@media screen and (max-width: 519px) {.common-top:not(.theme-legacy *){
    /* margin-top: 50px; */
    padding-bottom: 100px;
    padding-top: 63px;
  }
}.common-top[data-bg=space]:not(.theme-legacy *){
  background-image: url(../../dist/img/space-top.jpg);
}.common-top[data-bg=signage]:not(.theme-legacy *){
  background-image: url(../../dist/img/signage-top.jpg);
}.common-top[data-bg=aboutSignage]:not(.theme-legacy *){
  background-image: url(../../dist/img/aboutSignage-top.jpg);
}.common-top[data-bg=media]:not(.theme-legacy *){
  background-image: url(../../dist/img/media-top.jpg);
}.common-top[data-bg=company]:not(.theme-legacy *){
  background-image: url(../../dist/img/company-top.jpg);
}.common-top-title:not(.theme-legacy *){
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: white;
  text-align: right;
}
@media screen and (min-width:520px) and (max-width:959px) {.common-top-title:not(.theme-legacy *){
    padding-right: 20px;
  }
}.common-top-title span:not(.theme-legacy *){
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  padding-bottom: 20px;
  position: relative;
}.common-top-title span:not(.theme-legacy *)::before{
  background-color: #B5161D;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  width: 27px;
}.common-top-title[data-type=company]:not(.theme-legacy *){
  color: #231815;
}
@media screen and (max-width: 519px) {.common-top-title:not(.theme-legacy *){
    font-size: 20px;
  }.common-top-title span:not(.theme-legacy *){
    font-size: 14px;
    padding-bottom: 11px;
  }
}.common-top-lead:not(.theme-legacy *){
  font-weight: 500;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (max-width: 519px) {.common-top-lead:not(.theme-legacy *){
    font-size: 12px;
    letter-spacing: normal;
    margin-left: auto;
    max-width: 250px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.common-top-lead:not(.theme-legacy *){
    padding-right: 20px;
  }
}#btn-download:not(.theme-legacy *){
  z-index: 100;
}

/*============================================
          SP Btn CV						
============================================*/@media screen and (max-width: 519px) {.sp-btns-cv:not(.theme-legacy *){
    -ms-grid-columns: 1fr 1px 1fr;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    bottom: 0;
    column-gap: 1px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}

@media screen and (max-width: 519px) {.btn-cv:not(.theme-legacy *){
    align-items: center;
    background-color: rgba(181, 22, 29, 0.8);
    color: #fff;
    display: flex;
    font-size: 12px;
    justify-content: center;
  }.btn-cv span:not(.theme-legacy *){
    padding-left: 24px;
    position: relative;
  }.btn-cv span:not(.theme-legacy *)::before{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    left: 0;
    position: absolute;
  }
}

@media screen and (max-width: 519px) {.btn-cv-form span:not(.theme-legacy *)::before{
    -webkit-transform: translateY(-50%);
    background-image: url(../../dist/img/icon-mail.png);
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
  }
}

@media screen and (max-width: 519px) {.btn-cv-tell:not(.theme-legacy *){
    flex-direction: column;
  }.btn-cv-tell span:not(.theme-legacy *){
    font-size: 10px;
  }.btn-cv-tell span:not(.theme-legacy *)::before{
    background-image: url(../../dist/img/icon-tell.png);
    height: 13px;
    top: -8px;
    width: 13px;
  }
}

/*============================================
          Blue CV						
============================================*/.btn-cv-blue:not(.theme-legacy *){
  background-color: #026eb6;
  border-radius: 10px 0px 0px 10px;
  color: #fff;
  height: 211px;
  padding: 40px 13px;
  position: absolute;
  right: 0;
  top: 0;
  width: 122px;
  z-index: 20;
}.btn-cv-blue.fix:not(.theme-legacy *){
  position: fixed;
  top: 90px;
}.btn-cv-blue-icon:not(.theme-legacy *){
  margin: 0 auto;
  width: 62px;
}.btn-cv-blue-text:not(.theme-legacy *){
  font-weight: 500;
  letter-spacing: normal;
  margin-top: 16px;
  text-align: center;
}

/*============================================
          Common Catch						
============================================*/.common-catch:not(.theme-legacy *){
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.common-catch:not(.theme-legacy *){
    padding: 24px 0 24px 0;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.common-catch:not(.theme-legacy *){
    padding: 40px 20px;
  }
}.common-catch-contents:not(.theme-legacy *){
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 519px) {.common-catch-contents:not(.theme-legacy *){
    display: block;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.common-catch-contents:not(.theme-legacy *){
    display: block;
  }
}.common-catch-explain:not(.theme-legacy *){
  margin-left: 16px;
}
@media screen and (max-width: 519px) {.common-catch-explain:not(.theme-legacy *){
    margin-left: 0;
  }
}.common-catch-explain-title:not(.theme-legacy *){
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}.common-catch-explain-title span:not(.theme-legacy *){
  padding-left: 12px;
  position: relative;
}.common-catch-explain-title span:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background-color: #B5161D;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}
@media screen and (max-width: 519px) {.common-catch-explain-title:not(.theme-legacy *){
    font-size: 14px;
    padding-left: 0;
    text-align: center;
  }.common-catch-explain-title span:not(.theme-legacy *){
    padding-left: 7px;
  }.common-catch-explain-title span:not(.theme-legacy *)::before{
    width: 1px;
  }
}.common-catch-title:not(.theme-legacy *){
  font-size: 40px;
  font-weight: 500;
  max-width: 385px;
  width: 100%;
  color: black;
  border: initial;
}
@media screen and (min-width:520px) and (max-width:959px) {.common-catch-title:not(.theme-legacy *){
    max-width: 100%;
  }
}.common-catch-title[data-title=signage]:not(.theme-legacy *){
  font-size: 52px;
  font-weight: 700;
}.common-catch-title[data-title=signage] span:not(.theme-legacy *){
  font-size: 68px;
  line-height: 1;
}
@media screen and (max-width: 519px) {.common-catch-title[data-title=signage]:not(.theme-legacy *){
    font-size: 24px;
  }.common-catch-title[data-title=signage] span:not(.theme-legacy *){
    font-size: 24px;
  }
}.common-catch-title span:not(.theme-legacy *){
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 519px) {.common-catch-title:not(.theme-legacy *){
    font-size: 24px;
    text-align: center;
  }.common-catch-title span:not(.theme-legacy *){
    font-size: 24px;
  }
}.common-catch-lead:not(.theme-legacy *){
  line-height: 1.875;
  /*max-width: 500px;*/
  width: 100%;
}
@media screen and (min-width:520px) and (max-width:959px) {.common-catch-lead:not(.theme-legacy *){
    max-width: 100%;
  }
}
@media screen and (max-width: 519px) {.common-catch-lead:not(.theme-legacy *){
    font-size: 12px;
    line-height: 1.4166666667;
    margin-top: 24px;
  }
}

/*============================================
          TOP Product						
============================================*/.product:not(.theme-legacy *){
  background: url(../../dist/img/bg-sliver-dot.jpg) no-repeat center center/cover;
  height: 800px;
  padding-top: 81px;
  position: relative;
}
@media screen and (max-width: 519px) {.product:not(.theme-legacy *){
    height: auto;
    padding: 40px 0;
  }
}.product-contents:not(.theme-legacy *){
  -ms-grid-columns: 157px 7px 157px 7px 157px 7px 157px 7px 157px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 256;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  display: -ms-grid;
  display: grid;
  grid-row : 1fr, 257px;
  grid-template-columns: repeat(5, minmax(157px, 300px));
  /* grid-template-columns: repeat(5, 157px); */
  justify-content: center;
  row-gap: 111px;
}
@media screen and (max-width: 519px) {.product-contents:not(.theme-legacy *){
    -ms-grid-columns: 156px 20px 156px;
    -ms-grid-rows: 105 40px 105 40px 105 40px 105 40px 105 40px 105;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: repeat(2, 156px);
    grid-template-rows: repeat(6, 105);
    row-gap: 40px;
  }.product-contents > *:nth-child(1):not(.theme-legacy *){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }.product-contents > *:nth-child(2):not(.theme-legacy *){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }.product-contents > *:nth-child(3):not(.theme-legacy *){
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }.product-contents > *:nth-child(4):not(.theme-legacy *){
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }.product-contents > *:nth-child(5):not(.theme-legacy *){
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }.product-contents > *:nth-child(6):not(.theme-legacy *){
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }.product-contents > *:nth-child(7):not(.theme-legacy *){
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }.product-contents > *:nth-child(8):not(.theme-legacy *){
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }.product-contents > *:nth-child(9):not(.theme-legacy *){
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }.product-contents > *:nth-child(10):not(.theme-legacy *){
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }.product-contents > *:nth-child(11):not(.theme-legacy *){
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }.product-contents > *:nth-child(12):not(.theme-legacy *){
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
}.top-product-title:not(.theme-legacy *){
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/6;
  grid-row: 1/2;
}
@media screen and (max-width: 519px) {.top-product-title:not(.theme-legacy *){
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}.product-item:not(.theme-legacy *){
  height: 257px;
  height: 357px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 0;
}
@media screen and (min-width: 960px) {.product-item:hover:not(.theme-legacy *){
    -webkit-transform: translateY(-7%);
    height: 400px;
    transform: translateY(-7%);
    width: 300px;
    z-index: 10;
  }.product-item:hover .product-item-cover:not(.theme-legacy *),.product-item:hover .product-item-title:not(.theme-legacy *){
    display: none;
  }.product-item:hover .product-item-info:not(.theme-legacy *){
    display: block;
  }.product-item:hover .product-item:not(.theme-legacy *){
    max-width: none;
  }
}
@media screen and (max-width: 519px) {.product-item:not(.theme-legacy *){
    height: 310px;
  }.product-item[data-item=graphic]:not(.theme-legacy *){
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-column: 1/2;
    grid-row: 2/4;
  }.product-item[data-item=signage]:not(.theme-legacy *){
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-column: 1/2;
    grid-row: 4/6;
  }.product-item[data-item=tanyo]:not(.theme-legacy *){
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-column: 2/3;
    grid-row: 1/3;
  }.product-item[data-item=cloud]:not(.theme-legacy *){
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-column: 2/3;
    grid-row: 3/5;
  }.product-item[data-item=led]:not(.theme-legacy *){
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-column: 2/3;
    grid-row: 5/7;
  }
}.product-item-cover:not(.theme-legacy *){
  /* background: rgba(35, 24, 21, 0.5); */
  background: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 519px) {.product-item-cover:not(.theme-legacy *){
    display: none;
  }
}.product-item-img:not(.theme-legacy *){
  height: 257px;
  position: relative;
  width: 157;
}
@media screen and (max-width: 519px) {.product-item-img:not(.theme-legacy *){
    height: 168px;
    width: 156px;
  }
}.product-item-img img:not(.theme-legacy *){
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}.product-item-title:not(.theme-legacy *){
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  text-shadow: 2px 0 6px black, 0 2px 6px black, -2px 0 6px black, 0 -2px 6px black
}.product-item-title span:not(.theme-legacy *){
  font-family: "Montserrat", sans-serif;
  /*font-size: 14px;*/
  font-size: 20px;
  margin-top: 8px;
}
@media screen and (max-width: 519px) {.product-item-title:not(.theme-legacy *){
    display: none;
  }
}.product-item-info:not(.theme-legacy *){
  background-color: #B5161D;
  color: #fff;
  display: none;
  padding: 11px 0;
  text-align: center;
}
@media screen and (max-width: 519px) {.product-item-info:not(.theme-legacy *){
    display: block;
  }
}.product-item-info-title:not(.theme-legacy *){
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 519px) {.product-item-info-title:not(.theme-legacy *){
    font-size: 12px;
  }
}.product-item-info-title span:not(.theme-legacy *){
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 519px) {.product-item-info-title span:not(.theme-legacy *){
    font-size: 10px;
  }
}

/*============================================
          TOP Service						
============================================*/.service:not(.theme-legacy *){
  background: url(../../dist/img/bg-black-dot.jpg) no-repeat center center/cover;
  color: #fff;
  padding: 80px 0 133px 0;
}
@media screen and (max-width: 519px) {.service:not(.theme-legacy *){
    padding: 32px 0;
  }
}.service-contents:not(.theme-legacy *){
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {.service-contents:not(.theme-legacy *){
    display: block;
    margin-top: 0;
  }
}.service-contents .swiper-wrap2:not(.theme-legacy *){
  position: relative;
}.service-contents .swiper-wrap2 .swiper-button-next:not(.theme-legacy *)::after,.service-contents .swiper-wrap2 .swiper-button-prev:not(.theme-legacy *)::after{
  background: url(../../dist/img/icon-next-white.png) no-repeat center center/contain;
  content: "";
  height: 22px;
  width: 22px;
}.service-contents .swiper-wrap2 .swiper-button-next:not(.theme-legacy *){
  right: 4px;
  right: 20px;
}.swiper-button-prev:not(.theme-legacy *),.swiper-rtl .swiper-button-next:not(.theme-legacy *){
    left: 4%;
}.swiper-button-next:not(.theme-legacy *),.swiper-rtl .swiper-button-prev:not(.theme-legacy *){
    right: 4%;
    left: auto;
}

@media screen and (max-width: 959px) {.service-contents .swiper-wrap2 .swiper-button-next:not(.theme-legacy *){
    right: -40px;
  }
}.service-contents .swiper-wrap2 .swiper-button-prev:not(.theme-legacy *){
  left: 46px;
  left: 10px;
}
@media screen and (max-width: 959px) {.service-contents .swiper-wrap2 .swiper-button-prev:not(.theme-legacy *){
    left: -40px;
  }
}.service-contents .swiper-wrap2 .swiper-button-prev:not(.theme-legacy *)::after{
  background-image: url(../../dist/img/icon-prev-white.png);
}.service .swiper-wrap2:not(.theme-legacy *){
  width: calc(100% - 435px - 40px);
}
@media screen and (min-width:520px) and (max-width:959px) {.service .swiper-wrap2:not(.theme-legacy *){
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {.service .swiper-wrap2:not(.theme-legacy *){
    margin: 0 auto;
    max-width: 270px;
    width: 100%;
  }
}.service .service-info:not(.theme-legacy *){
  display: none;
  flex-direction: column;
  max-width: 435px;
  margin-left: 20px;
}.service .service-info.is-active:not(.theme-legacy *){
  display: block;
}
@media screen and (max-width: 959px) {.service .service-info:not(.theme-legacy *){
    margin: 0 auto;
    max-width: 304px;
  }
}.service .service-info-title:not(.theme-legacy *){
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  /* height: 150px; */
}
@media screen and (max-width: 959px) {.service .service-info-title:not(.theme-legacy *){
    font-size: 28px;
    height: auto;
    text-align: center;
  }
}.service .service-info-text:not(.theme-legacy *){
  font-weight: 500;
  /* height: 240px; */
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (max-width: 959px) {.service .service-info-text:not(.theme-legacy *){
    font-size: 12px;
    height: 130px;
  }
}.service .service-info-btn:not(.theme-legacy *){
  margin-top: 24px;
}
@media screen and (max-width: 959px) {.service .service-info-btn:not(.theme-legacy *){
    margin: 16px auto 0;
  }
}.swiper2:not(.theme-legacy *){
  max-width: 630px;
  padding: 100px 0;
}
@media screen and (min-width:520px) and (max-width:959px) {.swiper2:not(.theme-legacy *){
    max-width: 80%;
  }
}.swiper2 .swiper-slide:not(.theme-legacy *){
  position: relative;
  transition: all 0.3s ease 0s;
  width: 460px;
  aspect-ratio: 460/284;
  /* height: 284px; */
  height: auto;
}
@media screen and (max-width: 519px) {.swiper2 .swiper-slide:not(.theme-legacy *){
    /* height: 250px; */
  }
}.swiper2 .swiper-slide img:not(.theme-legacy *){
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateX(70%);
}.swiper2 .swiper-slide-active:not(.theme-legacy *){
  /* -webkit-transform: scale(1.06); */
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.7);
  position: relative;
  /* transform: scale(1.06); */
  -webkit-transform: scale(1.46);
  transform: scale(1.46);
  /* スライドの大きさ調整 */
  z-index: 1;
}.swiper2 .swiper-slide-active img:not(.theme-legacy *){
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transform: none;
}#loopslider *:not(.theme-legacy *){
  margin: 0;
  padding: 0;
}

/*============================================
          TOP PICKUP						
============================================*/.pickup:not(.theme-legacy *){
  background: url(../../dist/img/bg-sliver-dot.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.pickup:not(.theme-legacy *){
    padding: 40px 0;
  }
}.swiper-wrap3:not(.theme-legacy *){
  position: relative;
}.swiper-wrap3 .swiper-button-next:not(.theme-legacy *),.swiper-wrap3 .swiper-button-prev:not(.theme-legacy *){
  top: 108%;
}.swiper-wrap3 .swiper-button-next:not(.theme-legacy *){
  right: 40%;
}.swiper-wrap3 .swiper-button-prev:not(.theme-legacy *){
  left: 40%;
}.swiper-wrap3 .swiper-button-next:not(.theme-legacy *)::after,.swiper-wrap3 .swiper-button-prev:not(.theme-legacy *)::after{
  background: url(../../dist/img/icon-next-black.png) no-repeat center center/contain;
  content: "";
  height: 22px;
  width: 22px;

}.swiper-wrap3 .swiper-button-prev:not(.theme-legacy *)::after{
  background-image: url(../../dist/img/icon-prev-black.png);
}
@media screen and (max-width: 519px) {.swiper-wrap3 .swiper-button-next:not(.theme-legacy *){
    right: 40%;
  }
}
@media screen and (max-width: 519px) {.swiper-wrap3 .swiper-button-prev:not(.theme-legacy *){
    left: 40%;
  }
}.swiper3:not(.theme-legacy *){
  max-width: 1000px;
  padding: 10px 0;
}
@media screen and (min-width:520px) and (max-width:959px) {.swiper3:not(.theme-legacy *){
    max-width: 675px;
  }
}
@media screen and (max-width: 519px) {.swiper3:not(.theme-legacy *){
    max-width: 264px;
  }
}.pickup-contents:not(.theme-legacy *){
  margin-top: 41px;
}.pickup-item:not(.theme-legacy *){
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 300px;/*224px;*/
  max-width: 200px; /*154px;*/
}
@media screen and (max-width: 519px) {.pickup-item:not(.theme-legacy *){
    height: 173px;
    max-width: 126px;
  }
}.pickup-item-img:not(.theme-legacy *){
  height: 150px; /*125px;*/
  max-width: 200px;/*154px;*/
  position: relative;
}
@media screen and (max-width: 519px) {.pickup-item-img:not(.theme-legacy *){
    height: 100px;
  }
}.pickup-item-img img:not(.theme-legacy *){
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}.pickup-item-title-area:not(.theme-legacy *){
  padding: 18px 10px 16px 10px;
}.pickup-item-title:not(.theme-legacy *){
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 519px) {.pickup-item-title:not(.theme-legacy *){
    font-size: 10px;
  }
}

/*============================================
          TOP NEWS						
============================================*/.top-news:not(.theme-legacy *){
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.top-news:not(.theme-legacy *){
    padding: 40px 0;
  }
}.top-news-contents:not(.theme-legacy *){
  margin-top: 40px;
}
@media screen and (max-width: 519px) {.top-news-contents:not(.theme-legacy *){
    margin-top: 24px;
  }
}.top-news-item:not(.theme-legacy *){
  align-items: flex-start;
  display: flex;
  justify-content: center;
}.top-news-item:not(:first-child):not(.theme-legacy *){
  margin-top: 24px;
}
@media screen and (max-width: 519px) {.top-news-item:not(.theme-legacy *){
    display: block;
  }.top-news-item[data-type=pc]:not(.theme-legacy *){
    display: none;
  }
}.top-news-item-time:not(.theme-legacy *){
  width: 90px;
}.top-news-item-info:not(.theme-legacy *){
  margin-left: 72px;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 519px) {.top-news-item-info:not(.theme-legacy *){
    margin-left: 0;
    margin-top: 8px;
  }
}.top-news-item-title:not(.theme-legacy *){
  line-height: 1.5;
}.top-news-item-more:not(.theme-legacy *){
  color: #932429;
  font-size: 12px;
  margin-top: 8px;
}.top-news-btn:not(.theme-legacy *){
  margin: 41px auto 0;
}
@media screen and (max-width: 519px) {.top-news-btn:not(.theme-legacy *){
    margin: 24px auto 0;
  }
}

/*============================================
          Footer						
============================================*/.footer:not(.theme-legacy *){
  background-color: #B5161D;
  color: #fff;
  padding: 51px 0 24px 0;
}
@media screen and (min-width:520px) and (max-width:959px) {.footer:not(.theme-legacy *){
    padding-left: 24px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 519px) {.footer:not(.theme-legacy *){
    padding-bottom: 40px;
    padding-top: 24px;
  }
}.footer-nav:not(.theme-legacy *){
  align-items: start;
  display: flex;
  justify-content: center;
}
@media screen and (min-width:520px) and (max-width:959px) {.footer-nav:not(.theme-legacy *){
    display: block;
  }
}
@media screen and (max-width: 519px) {.footer-nav:not(.theme-legacy *){
    display: block;
  }
}.footer-nav-group:not(.theme-legacy *){
  margin-left: 41px;
}
@media screen and (min-width:520px) and (max-width:959px) {.footer-nav-group:not(.theme-legacy *){
    margin-left: 0;
    margin-top: 16px;
  }
}
@media screen and (max-width: 519px) {.footer-nav-group:not(.theme-legacy *){
    margin-left: 0;
  }
}.footer-nav-group-group:not(.theme-legacy *){
  -ms-grid-columns: 1fr 65px 1fr 65px 1fr 65px 1fr;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}
@media screen and (min-width:520px) and (max-width:959px) {.footer-nav-group-group:not(.theme-legacy *){
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (max-width: 519px) {.footer-nav-group-group:not(.theme-legacy *){
    -ms-grid-columns: 1fr 16px 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
    row-gap: 20px;
  }
}.footer-logo:not(.theme-legacy *){
  width: 171px;
}.footer-nav-list:not(.theme-legacy *){
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 519px) {.footer-nav-list:nth-child(n+3):not(.theme-legacy *){
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {.footer-nav-lists li:not(.theme-legacy *){
    font-size: 12px;
  }
}.footer-nav-lists[data-type=lists]:not(.theme-legacy *){
  margin-top: 8px;
  padding-left: 24px;
}.footer-list-link span:not(.theme-legacy *){
  padding-left: 25px;
  position: relative;
}.footer-list-link span[data-link=logo]:not(.theme-legacy *)::before{
  background-image: url(../../dist/img/icon-logo.png);
}.footer-list-link span[data-link=facebook]:not(.theme-legacy *)::before{
  background-image: url(../../dist/img/icon-facebook.png);
}.footer-list-link span[data-link=blank]:not(.theme-legacy *)::before{
  background-image: url(../../dist/img/icon-blank.png);
}.footer-list-link span:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}.copyright:not(.theme-legacy *){
  display: flex;
  font-size: 13px;
  justify-content: end;
  margin-top: 1rem;
  text-align: right;
}
@media screen and (max-width: 519px) {.copyright:not(.theme-legacy *){
    font-size: 10px;
    justify-content: center;
    text-align: center;
  }
}

/*============================================
          Space Product						
============================================*/.common-part-title:not(.theme-legacy *){
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}.common-part-title[data-color=white]:not(.theme-legacy *){
  color: #fff;
}
@media screen and (max-width: 519px) {.common-part-title:not(.theme-legacy *){
    font-size: 24px;
  }
}.space-product:not(.theme-legacy *){
  background: url(../../dist/img/bg-silver.jpg) no-repeat center center/cover;
  padding: 80px 0;
  height:fit-content;
}
@media screen and (max-width: 519px) {.space-product:not(.theme-legacy *){
    padding: 24px 0 40px 0;
  }
}.space-product-contents:not(.theme-legacy *){
  margin: 60px auto 0;
  margin-top: 60px;
}.space-product-item:not(.theme-legacy *){
  padding-top: 19%;
  position: relative;
  z-index: 0;
}.space-product-item img:not(.theme-legacy *){
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}.space-product-item:not(.theme-legacy *)::before{
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}.space-product-item:hover:not(.theme-legacy *)::before{
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}.space-product-item:hover .space-product-item-cover-title:not(.theme-legacy *){
  bottom: 10%;
}.space-product-item-cover-title:not(.theme-legacy *){
  -webkit-transform: translateX(-50%);
  align-items: center;
  bottom: 40%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}.space-product-item-cover-title span:not(.theme-legacy *){
  font-size: 12px;
}

/*============================================
          Space Product Sp版						
============================================*/@media screen and (max-width: 519px) {.spaceProduct-sp-items:not(.theme-legacy *){
    -ms-grid-columns: 1fr 16px 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
    padding: 0 20px;
    row-gap: 8px;
  }
}.spaceProduct-sp-item-title:not(.theme-legacy *){
  font-size: 14px;
  text-align: center;
}.spaceProduct-sp-item-title span:not(.theme-legacy *){
  display: block;
  font-size: 12px;
}

/*============================================
          Space Service						
============================================*/.space-service:not(.theme-legacy *){
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.space-service:not(.theme-legacy *){
    padding: 40px 0;
  }
}.space-service-lead:not(.theme-legacy *){
  line-height: 1.875;
  margin-top: 40px;
}
@media screen and (max-width: 519px) {.space-service-lead:not(.theme-legacy *){
    font-size: 12px;
    margin-top: 18px;
  }
}.space-service-contents:not(.theme-legacy *){
  margin: 40px auto 0;
  max-width: 905px;
  width: 95%;
}
@media screen and (max-width: 519px) {.space-service-contents:not(.theme-legacy *){
    margin-top: 24px;
  }
}.space-service-item:not(.theme-legacy *){
  align-items: center;
  background-color: #eeeded;
  display: flex;
  height: 287px;
}
@media screen and (max-width: 519px) {.space-service-item:not(.theme-legacy *){
    flex-direction: column-reverse;
    height: auto;
  }
}.space-service-item[data-type=signage]:not(.theme-legacy *){
  height: 350px;
}
@media screen and (max-width: 519px) {.space-service-item[data-type=signage]:not(.theme-legacy *){
    flex-direction: column-reverse;
    height: auto;
  }
}.space-service-item[data-type=signage] .space-service-item-text:not(.theme-legacy *){
  font-size: 14px;
}
@media screen and (max-width: 519px) {.space-service-item[data-type=signage] .space-service-item-text:not(.theme-legacy *){
    font-size: 12px;
  }
}.space-service-item:not(:first-child):not(.theme-legacy *){
  margin-top: 16px;
}.space-service-item:nth-child(2n):not(.theme-legacy *){
  flex-direction: row-reverse;
}
@media screen and (max-width: 519px) {.space-service-item:nth-child(2n):not(.theme-legacy *){
    flex-direction: column-reverse;
  }
}.space-service-slide:not(.theme-legacy *){
  padding-top: 63%;
  position: relative;
}.space-service-slide img:not(.theme-legacy *){
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}.space-service-item-info:not(.theme-legacy *){
  padding: 0 60px;
  width: 50%;
}
@media screen and (max-width: 519px) {.space-service-item-info:not(.theme-legacy *){
    padding: 10px;
    width: 100%;
  }
}.space-service-item-title:not(.theme-legacy *){
  font-size: 22px;
  font-weight: 500;
  padding-left: 22px;
  position: relative;
}.space-service-item-title:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background-color: #B5161D;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}
@media screen and (max-width: 519px) {.space-service-item-title:not(.theme-legacy *){
    font-size: 16px;
  }
}.space-service-item-text:not(.theme-legacy *){
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 18px;
}
@media screen and (max-width: 519px) {.space-service-item-text:not(.theme-legacy *){
    font-size: 12px;
    margin-top: 8px;
  }
}.space-service-item-images:not(.theme-legacy *){
  width: 50%;
}
@media screen and (max-width: 519px) {.space-service-item-images:not(.theme-legacy *){
    width: 100%;
  }
}.space-service-item-images .swiper-button-next:not(.theme-legacy *),.space-service-item-images .swiper-button-prev:not(.theme-legacy *){
  width: 32px;
}.space-service-item-images .swiper-button-next:not(.theme-legacy *)::after,.space-service-item-images .swiper-button-prev:not(.theme-legacy *)::after{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  width: 32px;
}.space-service-item-images .swiper-button-next:not(.theme-legacy *)::after{
  background-image: url(../../dist/img/space-nav-next.png);
}.space-service-item-images .swiper-button-prev:not(.theme-legacy *)::after{
  background-image: url(../../dist/img/space-nav-prev.png);
}.space-service-item-img:not(.theme-legacy *){
  position: relative;
  width: 100%;
}.signage-machine-more:not(.theme-legacy *){
  color: #B5161D;
  font-size: 15px;
  margin-top: 16px;
  text-align: right;
}
@media screen and (max-width: 519px) {.signage-machine-more:not(.theme-legacy *){
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
  }
}

/*============================================
          Knowledge						
============================================*/.knowledge:not(.theme-legacy *){
  background: url(../../dist/img/bg-silver.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.knowledge:not(.theme-legacy *){
    padding: 40px 0;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.knowledge:not(.theme-legacy *){
    padding: 40px 20px;
  }
}.knowledge-contents:not(.theme-legacy *){
  -ms-grid-columns: 1fr 7px 1fr 7px 1fr 7px 1fr;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 16px;
}
@media screen and (max-width: 519px) {.knowledge-contents:not(.theme-legacy *){
    -ms-grid-columns: 1fr 16px 1fr;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}.knowledge-item-title:not(.theme-legacy *){
  font-weight: 500;
  margin-top: 4px;
  text-align: center;
}
@media screen and (max-width: 519px) {.knowledge-item-title:not(.theme-legacy *){
    font-size: 14px;
  }
}.knowledge-title:not(.theme-legacy *){
  font-size: 40px;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width:520px) and (max-width:959px) {.knowledge-title:not(.theme-legacy *){
    font-size: 32px;
  }
}
@media screen and (max-width: 519px) {.knowledge-title:not(.theme-legacy *){
    font-size: 24px;
  }
}.knowledge-text:not(.theme-legacy *){
  line-height: 1.875;
  margin: 16px auto 0;
  max-width: 880px;
}.knowledge-text span:not(.theme-legacy *){
  display: block;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 519px) {.knowledge-text:not(.theme-legacy *){
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }.knowledge-text span:not(.theme-legacy *){
    font-size: 10px;
  }
}

/*============================================
        Space  Accent						
============================================*/.space-accent:not(.theme-legacy *){
  background: url(../../dist/img/signage-accent.jpg) no-repeat center center/cover;
  font-family: "Montserrat", sans-serif;
  padding: 32px 0 35px 0;
}
@media screen and (max-width: 519px) {.space-accent:not(.theme-legacy *){
    padding: 24px 0;
  }
}.space-accent p:not(.theme-legacy *){
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 519px) {.space-accent p:not(.theme-legacy *){
    font-size: 10px;
  }
}.space-accent-title:not(.theme-legacy *){
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 60px;
  font-weight: 600;
  justify-content: center;
  margin-top: 42px;
}
@media screen and (min-width:520px) and (max-width:959px) {.space-accent-title:not(.theme-legacy *){
    font-size: 56px;
  }
}.space-accent-title span:not(.theme-legacy *){
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 519px) {.space-accent-title:not(.theme-legacy *){
    font-size: 20px;
    margin-top: 8px;
  }.space-accent-title span:not(.theme-legacy *){
    font-size: 10px;
  }
}.space-accent-top:not(.theme-legacy *),.space-accent-bottom:not(.theme-legacy *){
  text-align: center;
}.space-accent-bottom:not(.theme-legacy *){
  margin-top: 48px;
}
@media screen and (max-width: 519px) {.space-accent-bottom:not(.theme-legacy *){
    margin-top: 8px;
  }
}.space-accent-middle:not(.theme-legacy *){
  align-items: baseline;
  display: flex;
}.space-accent-middle p:not(.theme-legacy *){
  margin-left: auto;
}
@media screen and (max-width: 519px) {.space-accent-middle p:not(.theme-legacy *){
    font-size: 10px;
  }
}

/*============================================
          Signage Effect						
============================================*/.space-effect:not(.theme-legacy *){
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.space-effect:not(.theme-legacy *){
    padding: 40px 0;
  }
}.space-effect-contents:not(.theme-legacy *){
  margin: 60px auto 0;
  max-width: 860px;
  width: 100%;
}
@media screen and (max-width: 519px) {.space-effect-contents:not(.theme-legacy *){
    margin-top: 24px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.space-effect-contents:not(.theme-legacy *){
    padding: 0 10px;
  }
}.space-effect-item:not(.theme-legacy *){
  border-bottom: 1px solid #B5161D;
  padding-bottom: 15px;
  position: relative;
	display: grid;
	grid-template-rows: max-content 1fr;
	grid-template-columns : 11rem 1fr;
  grid-template-areas:
  "pict title"
  "pict text"
}
@media screen and (max-width: 519px) {.space-effect-item:not(.theme-legacy *){
    grid-template-rows: repeat(3, max-content);
    grid-template-columns : 100%;
    grid-template-areas:
    "title"
    "pict"
    "text"
  }
}.space-effect-item h3:not(.theme-legacy *){
  margin:0;
  padding:0;
  grid-area: title;
}.space-effect-item div:not(.theme-legacy *){
  margin-top:1rem;
  grid-area: text;
}.space-effect-item img:not(.theme-legacy *){
  width: calc(100% - 1rem);
  margin-right: 1rem;
  grid-area: pict;
  align-self: center;
}.space-effect-item:not(:first-child):not(.theme-legacy *){
  margin-top: 2rem;
}.space-effect-item-btn:not(.theme-legacy *){
  -webkit-transform: translateY(-50%);
  border: 1px solid #B5161D;
  height: 19px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
}.space-effect-item-btn:not(.theme-legacy *)::before,.space-effect-item-btn:not(.theme-legacy *)::after{
  -webkit-transform: translate(-50%, -50%);
  background-color: #B5161D;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  width: 1px;
}.space-effect-item-btn:not(.theme-legacy *)::after{
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}.space-effect-item-btn.is-active:not(.theme-legacy *)::before{
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}.space-effect-item-title:not(.theme-legacy *){
  color: #666;
  font-size: 22px;
  font-weight: 500;
  padding-left: 12px;
  position: relative;
}
@media screen and (max-width: 519px) {.space-effect-item-title:not(.theme-legacy *){
    font-size: 14px;
  }
}.space-effect-item-title:hover:not(.theme-legacy *){
  cursor: pointer;
}.space-effect-item-title:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background-color: #B5161D;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}
@media screen and (max-width: 519px) {.space-effect-item-title:not(.theme-legacy *)::before{
    height: 32px;
  }
}.space-effect-item-title.is-active .space-effect-item-btn:not(.theme-legacy *)::before{
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}.space-effect-item-text:not(.theme-legacy *){
  color: #666;
  display: none;
  margin-top: 16px;
  padding: 0 20px 0 10px;
}.space-effect-item-text.is-active:not(.theme-legacy *){
  display: block;
}
@media screen and (max-width: 519px) {.space-effect-item-text:not(.theme-legacy *){
    font-size: 12px;
    margin-top: 8px;
  }
}

/*============================================
          Signage Product						
============================================*/.signage-product:not(.theme-legacy *){
  background: url(../../dist/img/bg-silver.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.signage-product:not(.theme-legacy *){
    padding: 24px 0 40px 0;
  }
}.signage-swiper-contents:not(.theme-legacy *){
  margin-top: 60px;
}.signage-swiper-contents .swiper:not(:first-child):not(.theme-legacy *){
  margin-top: 40px;
}
@media screen and (max-width: 519px) {.signage-swiper-contents .swiper:not(:first-child):not(.theme-legacy *){
    margin-top: 16px;
  }
}
@media screen and (max-width: 519px) {.signage-swiper-contents:not(.theme-legacy *){
    margin-top: 24px;
  }
}.signage-product-item:not(.theme-legacy *){
  /***********3/30***********/
  padding-top: 13%;
  position: relative;
  z-index: 0;
  /***********ここまで***********/
}
@media screen and (min-width:520px) and (max-width:959px) {.signage-product-item:not(.theme-legacy *){
    padding-top: 16%;
  }
}
@media screen and (max-width: 519px) {.signage-product-item:not(.theme-legacy *){
    padding-top: 32%;
  }
}.signage-product-item img:not(.theme-legacy *){
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}.signage-product-item:hover:not(.theme-legacy *){
  cursor: pointer;
}.signage-product-item:hover .signage-product-item-title:not(.theme-legacy *){
  opacity: 1;
}.signage-product-item-title:not(.theme-legacy *){
  /********** 3/30 ***********/
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width:520px) and (max-width:959px) {.signage-product-item-title:not(.theme-legacy *){
    font-size: 14px;
  }
}


@media screen and (max-width: 519px) {.signage-product-item-title:not(.theme-legacy *){
    font-size: 12px;
    opacity: 1;
  }
}.signage-product-item-title span:not(.theme-legacy *){
  font-size: 20px;
}
@media screen and (min-width:520px) and (max-width:959px) {.signage-product-item-title span:not(.theme-legacy *){
    font-size: 16px;
  }
}

@media screen and (max-width: 519px) {.signage-product-item-title span:not(.theme-legacy *){
    font-size: 10px;
  }
}

/*********** ここまで ***********/
 
/*============================================
          Signage Flow						
============================================*/.signage-flow:not(.theme-legacy *){
  background: url(../../dist/img/bg-black-dot.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.signage-flow:not(.theme-legacy *){
    padding: 40px 0;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.signage-flow:not(.theme-legacy *){
    padding: 40px 0;
  }
}.signage-flow-title:not(.theme-legacy *){
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 519px) {.signage-flow-title:not(.theme-legacy *){
    font-size: 24px;
  }
}.signage-flow-contents:not(.theme-legacy *){
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 120px;
  row-gap: 86px;
}
@media screen and (max-width: 519px) {.signage-flow-contents:not(.theme-legacy *){
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    row-gap: 32px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.signage-flow-contents:not(.theme-legacy *){
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 40px;
    row-gap: 32px;
  }
}.signage-flow-item:not(.theme-legacy *){
  color: #fff;
  position: relative;
}
/* .signage-flow-item:not(:last-child)::before { */.signage-flow-item:not(:last-child):not(.theme-legacy *)::before{
  background: url(../../dist/img/icon-arrow-single.png) no-repeat center center/contain;
  content: "";
  height: 16px;
  position: absolute;
  right: -22px;
  top: 70px;
  width: 8px;
}
/*
@media screen and (min-width:520px) and (max-width:959px) {
  .signage-flow-item:not(:last-child)::before {
    right: -13px;
  }
}
@media screen and (max-width: 519px) {
  .signage-flow-item:not(:last-child)::before {
    display: none;
  }
}
*/
/*.signage-flow-item:nth-child(4)::before, .signage-flow-item:nth-child(6)::before { */.signage-flow-item:nth-child(4):not(.theme-legacy *)::before{
  content: none;
}.signage-flow-item-img:not(.theme-legacy *){
  align-items: center;
  display: flex;
  height: 143px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 80px;
  z-index: 0;
  z-index: 0;
}.signage-flow-item-img:not(.theme-legacy *)::before{
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 143px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 143px;
  z-index: -1;
}.signage-flow-item-img:not(.theme-legacy *)::after{
  color: rgba(181, 22, 29, 0.7);
  content: attr(data-flow);
  /* font-size: 40px; */
  font-size: 25px;
  font-weight: 700;
  left: 0;
  position: absolute;
  /* top: -4px; */
  top: -4px;
  left: calc(50% - 1rem);
  z-index: -1;


}
@media screen and (min-width:520px) and (max-width:959px) {.signage-flow-item-img:not(.theme-legacy *)::before{
    height: 120px;
    width: 120px;
  }.signage-flow-item-img:not(.theme-legacy *){
  width: 60px;
  }.signage-flow-item-img:not(.theme-legacy *)::after{
      top: 4px;
  }
}

@media screen and (max-width: 519px) {.signage-flow-item-img:not(.theme-legacy *)::after{
    top: -6px;
  }

}.signage-flow-item-title:not(.theme-legacy *){
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
  text-align: center;
}.signage-flow-item-title span:not(.theme-legacy *){
  display: block;
  font-size: 14px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 519px) {.signage-flow-item-title:not(.theme-legacy *){
    font-size: 15px;
  }.signage-flow-item-title span:not(.theme-legacy *){
    font-size: 12px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.signage-flow-item-title:not(.theme-legacy *){
    font-size: 16px;
  }.signage-flow-item-title span:not(.theme-legacy *){
    font-size: 13px;
  }
}

/*============================================
          				AboutSignage Media		
============================================*/.aboutSignage-media:not(.theme-legacy *){
  padding: 91px 0 81px 0;
}
@media screen and (max-width: 519px) {.aboutSignage-media:not(.theme-legacy *){
    padding: 24px 0 40px 0;
  }
}.aboutSignage-media-contents:not(.theme-legacy *){
  margin-top: 41px;
}
@media screen and (min-width:520px) and (max-width:959px) {.aboutSignage-media-contents:not(.theme-legacy *){
    padding: 0 20px;
  }
}
@media screen and (max-width: 519px) {.aboutSignage-media-contents:not(.theme-legacy *){
    margin-top: 24px;
  }
}.aboutSignage-media-item:not(.theme-legacy *){
  color: #666666;
}.aboutSignage-media-item:not(:first-child):not(.theme-legacy *){
  margin-top: 23px;
}.aboutSignage-media-item:not(:last-child):not(.theme-legacy *){
  border-bottom: 1px solid #585757;
  padding-bottom: 18px;
}.aboutSignage-media-item-title:not(.theme-legacy *){
  font-size: 22px;
  font-weight: 500;
  padding-left: 13px;
  position: relative;
}.aboutSignage-media-item-title:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background-color: #B5161D;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}
@media screen and (max-width: 519px) {.aboutSignage-media-item-title:not(.theme-legacy *){
    font-size: 14px;
  }
}.aboutSignage-media-item-text:not(.theme-legacy *){
  font-size: 15px;
  margin-top: 15px;
  padding: 0 12px;
}.aboutSignage-media-item-text span:not(.theme-legacy *){
  display: block;
  font-size: 13px;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {.aboutSignage-media-item-text:not(.theme-legacy *){
    font-size: 12px;
  }.aboutSignage-media-item-text span:not(.theme-legacy *){
    font-size: 10px;
  }
}

/*============================================
          AboutSignage Factor						
============================================*/.factor:not(.theme-legacy *){
  padding-bottom: 80px;
}.factor-contents:not(.theme-legacy *){
  -ms-grid-columns: 207px 11px 207px 11px 207px 11px 207px;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 207px);
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width:520px) and (max-width:959px) {.factor-contents:not(.theme-legacy *){
    -ms-grid-columns: (176px)[4];
    grid-template-columns: repeat(4, 176px);
  }
}
@media screen and (max-width: 519px) {.factor-contents:not(.theme-legacy *){
    -ms-grid-columns: 160px 11px 160px;
    gap: 11px;
    grid-template-columns: repeat(2, 160px);
  }
}.factor-item:not(.theme-legacy *){
  border: 1px solid #9FA0A0;
  min-height: 157px;
  padding-top: 16px;
  position: relative;
}.factor-item:not(:first-child):not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background: url(../../dist/img/icon-plus-red.png) no-repeat center center/contain;
  content: "";
  height: 32px;
  left: -24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 1;
}
@media screen and (max-width: 519px) {.factor-item:not(:first-child):not(.theme-legacy *)::before{
    height: 16px;
    left: 10px;
    top: 26px;
    width: 16px;
  }
}.factor-item[data-item=and]:not(.theme-legacy *)::before{
  background-image: url(../../dist/img/icon-and-red.png);
}.factor-title:not(.theme-legacy *){
  font-weight: 500;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 519px) {.factor-title:not(.theme-legacy *){
    font-size: 14px;
    padding: 0 16px;
  }
}.factor-img:not(.theme-legacy *){
  margin: 22px auto 0;
  width: 77px;
}.factor-img[data-type=display]:not(.theme-legacy *){
  width: 100px;
}
@media screen and (max-width: 519px) {.factor-img[data-type=display]:not(.theme-legacy *){
    width: 90px;
  }
}
@media screen and (max-width: 519px) {.factor-img:not(.theme-legacy *){
    width: 67px;
  }
}
/*============================================
          AboutSignage Machine						
============================================*/.aboutSignage-machine:not(.theme-legacy *){
  background: url(../../dist/img/bg-silver.jpg) no-repeat center center/cover;
  padding: 80px 0;
}.aboutSignage-machine[data-type=method]:not(.theme-legacy *){
  background-image: none;
}
@media screen and (max-width: 519px) {.aboutSignage-machine:not(.theme-legacy *){
    padding: 40px 0;
  }
}.aboutSignage-machine-contents:not(.theme-legacy *){
  -ms-grid-columns: 266px 40px 266px 40px 266px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 266px);
  justify-content: center;
  margin-top: 60px;
}
@media screen and (min-width:520px) and (max-width:959px) {.aboutSignage-machine-contents:not(.theme-legacy *){
    -ms-grid-columns: (216px)[3];
    grid-template-columns: repeat(3, 216px);
  }
}
@media screen and (max-width: 519px) {.aboutSignage-machine-contents:not(.theme-legacy *){
    -ms-grid-columns: (266px)[1];
    grid-template-columns: repeat(1, 266px);
    margin-top: 24px;
  }
}

@media screen and (max-width: 519px) {.aboutSignage-machine-item:not(:first-child):not(.theme-legacy *){
    margin-top: 24px;
  }
}.aboutSignage-machine-item-img:not(.theme-legacy *){
  padding-top: 95%;
  position: relative;
}.aboutSignage-machine-item-img img:not(.theme-legacy *){
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}.aboutSignage-machine-item-title:not(.theme-legacy *){
  font-size: 22px;
  font-weight: 500;
  margin-top: 16px;
  padding-bottom: 19px;
  position: relative;
  text-align: center;
}.aboutSignage-machine-item-title:not(.theme-legacy *)::before{
  -webkit-transform: translateX(-50%);
  background-color: #B5161D;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 21px;
}
@media screen and (max-width: 519px) {.aboutSignage-machine-item-title:not(.theme-legacy *){
    font-size: 14px;
    margin-top: 8px;
    padding-bottom: 8px;
  }
}.aboutSignage-machine-btn:not(.theme-legacy *){
  margin: 48px auto 0;
}
@media screen and (max-width: 519px) {.aboutSignage-machine-btn:not(.theme-legacy *){
    margin-top: 24px;
  }
}

/*============================================
          AboutSignage Usage						
============================================*/.aboutSignage-usage:not(.theme-legacy *){
  background: url(../../dist/img/bg-silver.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.aboutSignage-usage:not(.theme-legacy *){
    padding-bottom: 280px;
    padding-top: 40px;
  }
}.aboutSignage-usage-contents:not(.theme-legacy *){
  height: 482px;
  margin: 60px auto 0;
  margin-top: 60px;
  max-width: 1070px;
  position: relative;
  width: 100%;
}
@media screen and (min-width:520px) and (max-width:959px) {.aboutSignage-usage-contents:not(.theme-legacy *){
    height: 270px;
    margin-top: 24px;
    max-width: 800px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 519px) {.aboutSignage-usage-contents:not(.theme-legacy *){
    margin-top: 24px;
    width: 90%;
  }
}.aboutSignage-usage-img:not(.theme-legacy *){
  width: 100%;
}
@media screen and (min-width:520px) and (max-width:959px) {.aboutSignage-usage-img:not(.theme-legacy *){
    margin: 0 auto;
    width: 760px;
  }
}
@media screen and (max-width: 519px) {.aboutSignage-usage-img:not(.theme-legacy *){
    display: none;
  }
}.aboutSignage-usage-item:not(.theme-legacy *){
  position: absolute;
}
@media screen and (max-width: 519px) {.aboutSignage-usage-item:not(.theme-legacy *){
    padding-right: 24px;
    position: relative;
  }.aboutSignage-usage-item:not(:first-child):not(.theme-legacy *){
    margin-top: 24px;
  }.aboutSignage-usage-item[data-type=advantage]:not(.theme-legacy *){
    padding-right: 8px;
  }.aboutSignage-usage-item[data-type=advantage]:nth-child(2):not(.theme-legacy *){
    margin-top: 48px;
  }.aboutSignage-usage-item[data-type=advantage] .aboutSignage-usage-item-main:not(.theme-legacy *){
    top: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1100px) {.aboutSignage-usage-item[data-type=advantage] .aboutSignage-usage-item-main:not(.theme-legacy *){
    width: 200px;
  }
}
@media screen and (min-width: 960px) {.aboutSignage-usage-item[data-type=t-left]:not(.theme-legacy *){
    left: 23px;
    top: -38px;
  }.aboutSignage-usage-item[data-type=t-right]:not(.theme-legacy *){
    right: 0;
    top: -38px;
  }.aboutSignage-usage-item[data-type=b-right]:not(.theme-legacy *){
    bottom: 56px;
    right: 134px;
  }.aboutSignage-usage-item[data-type=b-left]:not(.theme-legacy *){
    bottom: 80px;
    left: 16px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.aboutSignage-usage-item[data-type=t-left]:not(.theme-legacy *){
    left: 0x;
    top: -14px;
  }.aboutSignage-usage-item[data-type=t-right]:not(.theme-legacy *){
    right: 0px;
    top: -14px;
  }.aboutSignage-usage-item[data-type=b-right]:not(.theme-legacy *){
    bottom: -45px;
    right: 43px;
  }.aboutSignage-usage-item[data-type=b-left]:not(.theme-legacy *){
    bottom: -25px;
    left: 0px;
  }
}.aboutSignage-usage-item-main:not(.theme-legacy *){
  display: none;
}
@media screen and (max-width: 519px) {.aboutSignage-usage-item-main:not(.theme-legacy *){
    display: block;
    position: absolute;
    top: 7px;
    width: 100%;
  }
}.aboutSignage-usage-item-img:not(.theme-legacy *){
  height: 160px;
  position: relative;
  width: 240px;
}.aboutSignage-usage-item-img img:not(.theme-legacy *){
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width:520px) and (max-width:959px) {.aboutSignage-usage-item-img:not(.theme-legacy *){
    height: 100px;
    width: 180px;
  }
}
@media screen and (max-width: 519px) {.aboutSignage-usage-item-img:not(.theme-legacy *){
    height: 120px;
    margin-left: auto;
    width: 180px;
  }
}.aboutSignage-usage-item-title:not(.theme-legacy *){
  font-size: 15px;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {.aboutSignage-usage-item-title:not(.theme-legacy *){
    font-size: 10px;
    margin-top: 24px;
    text-align: right;
  }
}

/*============================================
          Media Link						
============================================*/.media-link:not(.theme-legacy *){
  background: url(../../dist/img/bg-silver.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.media-link:not(.theme-legacy *){
    padding: 40px 0;
  }
}.media-link-items:not(.theme-legacy *){
  -ms-grid-columns: 389px 40px 389px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 389px);
  justify-content: center;
}
@media screen and (max-width: 519px) {.media-link-items:not(.theme-legacy *){
    -ms-grid-columns: (295px)[1];
    grid-template-columns: repeat(1, 295px);
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.media-link-items:not(.theme-legacy *){
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}.media-link-item:not(.theme-legacy *){
  background-color: #fff;
}
@media screen and (max-width: 519px) {.media-link-item:not(:first-child):not(.theme-legacy *){
    margin-top: 24px;
  }
}.media-link-item-img:not(.theme-legacy *){
  height: 222px;
  position: relative;
  width: 100%;
}.media-link-item-img[data-type=direct]:not(.theme-legacy *){
  margin: 0 auto;
  width: 298px;
}.media-link-item-img img:not(.theme-legacy *){
  -o-object-fit: contain;
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 519px) {.media-link-item-img:not(.theme-legacy *){
    height: 168px;
  }
}.media-link-item-info:not(.theme-legacy *){
  background-color: #B5161D;
  color: #fff;
  padding: 8px 0;
}.media-link-item-title:not(.theme-legacy *){
  padding-bottom: 34px;
  position: relative;
  text-align: center;
}.media-link-item-title:not(.theme-legacy *)::before{
  -webkit-transform: translateX(-50%);
  bottom: 0;
  content: "＞＞";
  height: 26px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 36px;
}
@media screen and (max-width: 519px) {.media-link-item-title:not(.theme-legacy *){
    font-size: 14px;
  }
}

/*============================================
          Company				
============================================*/.company-nav:not(.theme-legacy *){
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}.company-nav li:not(.theme-legacy *){
  position: relative;
  z-index: 0;
}.company-nav li:not(.theme-legacy *)::before{
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  border-radius: 9px;
  content: "";
  display: flex;
  justify-content: center;
  left: 50%;
  padding: 12px 48px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-nav li:not(.theme-legacy *)::before{
    padding: 12px 48px;
  }
}
@media screen and (max-width: 519px) {.company-nav li:not(.theme-legacy *)::before{
    padding: 8px 32px;
  }
}.company-nav[data-type=business] li:nth-child(3):not(.theme-legacy *)::before{
  background-color: #ccc;
}.company-nav[data-type=concept] li:nth-child(2):not(.theme-legacy *)::before{
  background-color: #ccc;
}
@media screen and (max-width: 519px) {.company-nav[data-type=concept] li:nth-child(2):not(.theme-legacy *)::before{
    padding: 8px 40px;
  }
}.company-nav[data-type=recruit] li:nth-child(4):not(.theme-legacy *)::before{
  background-color: #ccc;
}.company-nav[data-type=outline] li:nth-child(1):not(.theme-legacy *)::before{
  background-color: #ccc;
}.company-nav[data-type=application] li:nth-child(4):not(.theme-legacy *)::before{
  background-color: #ccc;
}
@media screen and (max-width: 519px) {.company-nav:not(.theme-legacy *){
    margin-top: 24px;
  }
}.company-nav li:not(.theme-legacy *){
  color: #808080;
  font-size: 12px;
}.company-nav li:not(:first-child):not(.theme-legacy *){
  margin-left: 80px;
}
@media screen and (max-width: 519px) {.company-nav li:not(.theme-legacy *){
    font-size: 10px;
  }.company-nav li:not(:first-child):not(.theme-legacy *){
    margin-left: 16px;
  }
}.company-items:not(.theme-legacy *){
  -ms-grid-columns: 389px 8px 389px;
  display: -ms-grid;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 389px);
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 519px) {.company-items:not(.theme-legacy *){
    -ms-grid-columns: (68%)[1];
    grid-template-columns: repeat(1, 68%);
  }
}.company-item:not(.theme-legacy *){
  border: 1px solid #B5161D;
}.company-item-title:not(.theme-legacy *){
  align-items: center;
  background-color: #B5161D;
  color: #fff;
  display: flex;
  justify-content: center;
}.company-item-title span:not(.theme-legacy *){
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 519px) {.company-item-title:not(.theme-legacy *){
    padding: 7px 0;
  }.company-item-title span:not(.theme-legacy *){
    font-size: 14px;
  }
}.company-item-content:not(.theme-legacy *){
  padding: 40px 0;
}
@media screen and (max-width: 519px) {.company-item-content:not(.theme-legacy *){
    padding: 16px 0;
  }
}.company-item-img:not(.theme-legacy *){
  margin: 0 auto;
  width: 117px;
}
@media screen and (max-width: 519px) {.company-item-img:not(.theme-legacy *){
    width: 80px;
  }
}.company-item-text:not(.theme-legacy *){
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 519px) {.company-item-text:not(.theme-legacy *){
    font-size: 12px;
  }
}.company-wrap:not(.theme-legacy *){
  padding-top: 30px;
  padding-bottom: 80px;
}
@media screen and (max-width: 519px) {.company-wrap:not(.theme-legacy *){
    padding-bottom: 40px;
  }
}

/*============================================
          Company Outline						
============================================*/.company-outline-contents:not(.theme-legacy *){
  margin: 60px auto 0;
  width: 50vw;
}
@media screen and (max-width: 519px) {.company-outline-contents:not(.theme-legacy *){
    margin-top: 32px;
    width: 90%;
  }
}.company-outline-item:not(.theme-legacy *){
  display: flex;
  position: relative;
}.company-outline-item:not(:first-child):not(.theme-legacy *){
  margin-top: 12px;
}.company-outline-item:not(:last-child):not(.theme-legacy *){
  border-bottom: 1px solid #585757;
  padding-bottom: 12px;
}
@media screen and (max-width: 519px) {.company-outline-item:not(.theme-legacy *){
    display: block;
  }
}.company-outline-item-map:not(.theme-legacy *){
  align-items: center;
  background-color: #990000;
  bottom: 15px;
  color: #fff;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  height: 17px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 34px;
}
@media screen and (max-width: 519px) {.company-outline-item-map:not(.theme-legacy *){
    top: 8px;
  }
}.company-outline-item-kind:not(.theme-legacy *){
  font-size: 15px;
  font-weight: 700;
  width: 95px;
}
@media screen and (max-width: 519px) {.company-outline-item-kind:not(.theme-legacy *){
    font-weight: 500;
  }
}.company-outline-item-info:not(.theme-legacy *){
  font-size: 15px;
  margin-left: 25px;
  width: calc(100% - 120px);
}.company-outline-item-info a:not(.theme-legacy *){
  color: #B5161D;
  padding-left: 7px;
  position: relative;
  text-decoration: underline;
}.company-outline-item-info a:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background-color: #B5161D;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}
@media screen and (max-width: 519px) {.company-outline-item-info:not(.theme-legacy *){
    font-size: 14px;
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
  }
}

/*============================================
          Company Outline Access						
============================================*/.company-outline-access:not(.theme-legacy *){
  background: url(../../dist/img/bg-black-dot.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-outline-access:not(.theme-legacy *){
    padding: 40px 20px;
  }
}
@media screen and (max-width: 519px) {.company-outline-access:not(.theme-legacy *){
    padding: 40px 0;
  }
}.company-outline-access-title:not(.theme-legacy *){
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: 500;
}.company-outline-access-title span:not(.theme-legacy *){
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  padding-bottom: 12px;
  position: relative;
}.company-outline-access-title span:not(.theme-legacy *)::before{
  background-color: #B5161D;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 27px;
}
@media screen and (max-width: 519px) {.company-outline-access-title:not(.theme-legacy *){
    align-items: center;
    font-size: 20px;
    justify-content: center;
  }.company-outline-access-title span:not(.theme-legacy *){
    font-size: 14px;
  }.company-outline-access-title span:not(.theme-legacy *)::before{
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
}.company-outline-access-item:not(.theme-legacy *){
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  align-items: center;
  color: #fff;
  column-gap: 32px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}.company-outline-access-item:nth-child(2):not(.theme-legacy *){
  flex-direction: row-reverse;
}.company-outline-access-item:not(:first-child):not(.theme-legacy *){
  margin-top: 40px;
}.company-outline-access-item:last-child:not(.theme-legacy *){
  display: block;
  text-align: center;
}
@media screen and (max-width: 519px) {.company-outline-access-item:last-child:not(.theme-legacy *){
    text-align: left;
  }
}
@media screen and (max-width: 519px) {.company-outline-access-item:not(.theme-legacy *){
    display: block;
    margin-left:auto;
  }
}.company-outline-access-item-title:not(.theme-legacy *){
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 11px;
  position: relative;
}.company-outline-access-item-title:not(.theme-legacy *)::before{
  background-color: #B5161D;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 27px;
}.company-outline-access-item-title[data-type=fukuoka]:not(.theme-legacy *)::before{
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 519px) {.company-outline-access-item-title[data-type=fukuoka]:not(.theme-legacy *)::before{
    -webkit-transform: translateX(0);
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 519px) {.company-outline-access-item-title:not(.theme-legacy *){
    font-size: 14px;
  }
}.company-outline-access-item-address:not(.theme-legacy *){
  margin-top: 12px;
}.company-outline-access-item-address p:not(:first-child):not(.theme-legacy *){
  margin-top: 8px;
}
@media screen and (max-width: 519px) {.company-outline-access-item-address p:not(.theme-legacy *){
    font-size: 12px;
  }
}.company-outline-access-item-img:not(.theme-legacy *){
  width: 593px;
}
@media screen and (max-width: 519px) {.company-outline-access-item-img:not(.theme-legacy *){
    margin: 8px auto 0;
    width: 80%;
  }
}

/*============================================
          Company Message						
============================================*/.company-concept-message-contents:not(.theme-legacy *){
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 519px) {.company-concept-message-contents:not(.theme-legacy *){
    flex-direction: column-reverse;
    margin-top: 32px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.company-concept-message-contents:not(.theme-legacy *){
    flex-direction: column-reverse;
  }
}.company-concept-message-script:not(.theme-legacy *){
  background: url(../../dist/img/bg-black-dot.jpg) no-repeat center center/cover;
  color: #fff;
  padding: 60px 60px 60px 72px;
  width: 68.3333333333%;
}
@media screen and (max-width: 519px) {.company-concept-message-script:not(.theme-legacy *){
    padding: 32px 40px;
    width: 100%;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.company-concept-message-script:not(.theme-legacy *){
    padding: 32px 40px;
    width: 100%;
  }
}.company-concept-message-text:not(.theme-legacy *){
  padding-bottom: 27px;
  position: relative;
}.company-concept-message-text:not(.theme-legacy *)::before{
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 489px;
}
@media screen and (max-width: 519px) {.company-concept-message-text:not(.theme-legacy *)::before{
    width: 100%;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.company-concept-message-text:not(.theme-legacy *)::before{
    width: 100%;
  }
}.company-concept-message-text span:not(.theme-legacy *){
  font-size: 22px;
  font-weight: 500;
}.company-concept-message-text p:not(.theme-legacy *){
  font-size: 15px;
  margin-top: 2rem;
}
@media screen and (max-width: 519px) {.company-concept-message-text p:not(.theme-legacy *){
    font-size: 14px;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 519px) {.company-concept-message-text span:not(.theme-legacy *){
    font-size: 14px;
  }
}.company-concept-message-company-name:not(.theme-legacy *){
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (max-width: 519px) {.company-concept-message-company-name:not(.theme-legacy *){
    font-size: 14px;
    margin-top: 16px;
  }
}.company-concept-message-ceo-name:not(.theme-legacy *){
  font-size: 28px;
  font-weight: 500;
}.company-concept-message-ceo-name span:not(.theme-legacy *){
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  margin-right: 16px;
}
@media screen and (max-width: 519px) {.company-concept-message-ceo-name:not(.theme-legacy *){
    font-size: 19px;
  }.company-concept-message-ceo-name span:not(.theme-legacy *){
    font-size: 14px;
  }
}.company-concept-message-visual:not(.theme-legacy *){
  background: url(../../dist/img/bg-silver.jpg) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  padding-top: 107px;
  width: 31.6666666667%;
}
@media screen and (max-width: 519px) {.company-concept-message-visual:not(.theme-legacy *){
    align-items: center;
    flex-direction: row;
    padding-top: 0px;
    width: 100%;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.company-concept-message-visual:not(.theme-legacy *){
    flex-direction: row;
    padding-top: 40px;
    width: 100%;
  }
}.company-concept-message-visual-title:not(.theme-legacy *){
  display: flex;
  flex-direction: column;
  font-size: 26px;
  margin: 0 auto;
  max-width: 275px;
  text-align: center;
  width: 100%;
}.company-concept-message-visual-title span:not(.theme-legacy *){
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 14px;
  padding-right: 9px;
  position: relative;
  text-align: right;
}.company-concept-message-visual-title span:not(.theme-legacy *)::before{
  background-color: #B5161D;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  right: 10px;
  width: 21px;
}
@media screen and (max-width: 519px) {.company-concept-message-visual-title:not(.theme-legacy *){
    -moz-text-align-last: left;
    font-size: 20px;
    padding-left: 24px;
    text-align-last: left;
    width: calc(100% - 240px);
  }.company-concept-message-visual-title span:not(.theme-legacy *){
    font-size: 14px;
  }.company-concept-message-visual-title span:not(.theme-legacy *)::before{
    left: 0;
  }
}.company-concept-message-visual-img:not(.theme-legacy *){
  height: 600px;
  margin-left: auto;
  margin-top: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 519px) {.company-concept-message-visual-img:not(.theme-legacy *){
    height: 292px;
    width: 240px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.company-concept-message-visual-img:not(.theme-legacy *){
    height: 365px;
    width: 34%;
  }
}.company-concept-message-visual-img img:not(.theme-legacy *){
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

/*============================================
          Company Concept History						
============================================*/.company-concept-history:not(.theme-legacy *){
  background: url(../../dist/img/bg-silver.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.company-concept-history:not(.theme-legacy *){
    padding: 40px 0;
  }
}.company-concept-common-title:not(.theme-legacy *){
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
}.company-concept-common-title span:not(.theme-legacy *){
  color: #B5161D;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 9px;
  padding-bottom: 12px;
  position: relative;
}.company-concept-common-title span:not(.theme-legacy *)::before{
  -webkit-transform: translateX(-50%);
  background: #B5161D;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 21px;
}
@media screen and (max-width: 519px) {.company-concept-common-title:not(.theme-legacy *){
    font-size: 20px;
  }.company-concept-common-title span:not(.theme-legacy *){
    font-size: 12px;
  }.company-concept-common-title[data-type=style]:not(.theme-legacy *){
    align-items: start;
    padding-left: 8px;
  }.company-concept-common-title[data-type=style] span:not(.theme-legacy *)::before{
    height: 21px;
    left: -8px;
    top: -26px;
    width: 2px;
  }
}.company-concept-history-sp-text:not(.theme-legacy *){
  color: #B5161D;
  font-size: 12px;
  margin-top: 16px;
  text-align: center;
}.company-concept-history-contents:not(.theme-legacy *){
  margin-top: 50px;
}.topic-wrap:not(.theme-legacy *){
  position: relative;
}.topic-wrap:not(.theme-legacy *){
  width: 93px;
}.topic-wrap:nth-child(2n+1):not(.theme-legacy *){
  border-right: 1px solid #9FA0A0;
}.topic-wrap:nth-child(2n+1) .history-timeline-point:not(.theme-legacy *)::before{
  right: -6px;
}.topic-wrap:nth-child(2n+1) .company-concept-topics:not(.theme-legacy *){
  left: -412px;
}.topic-wrap:nth-child(2n+1) .company-concept-topics:not(.theme-legacy *)::before{
  border-color: transparent transparent transparent #B5161D;
  border-width: 27.5px 0 27.5px 32px;
  right: -30px;
}.topic-wrap:nth-child(2n):not(.theme-legacy *){
  border-left: 1px solid #9FA0A0;
  margin-left: auto;
  padding-left: 17px;
}.topic-wrap:nth-child(2n) .history-timeline-point:not(.theme-legacy *)::before{
  left: -22px;
}.topic-wrap:nth-child(2n) .company-concept-topics:not(.theme-legacy *){
  right: -412px;
}.topic-wrap:nth-child(2n) .company-concept-topics:not(.theme-legacy *)::before{
  border-color: transparent #B5161D transparent #B5161D;
  border-width: 27.5px 32px 27.5px 0;
  left: -30px;
}.company-concept-topics:not(.theme-legacy *){
  -webkit-transform: translateY(-50%);
  background-color: #B5161D;
  color: #fff;
  font-family: "Roboto", sans-serif;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.8s ease 0s;
  width: 378px;
}.company-concept-topics:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}.company-concept-topic:not(.theme-legacy *){
  display: flex;
}.company-concept-topic:not(:first-child):not(.theme-legacy *){
  margin-top: 13px;
}.company-concept-topic-month:not(.theme-legacy *){
  font-size: 12px;
  font-weight: 500;
  width: 30px;
}.company-concept-topic-text:not(.theme-legacy *){
  font-size: 13px;
  font-weight: 700;
  margin-left: 8px;
  width: calc(100% - 70px);
}.history-timeline:not(.theme-legacy *){
  margin: 0 auto;
  width: 185px;
}.history-timeline .history-timeline-point:not(.theme-legacy *){
  color: #9fa0a0;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  width: 93px;
}.history-timeline .history-timeline-point:hover:not(.theme-legacy *){
  color: #B5161D;
  cursor: pointer;
}.history-timeline .history-timeline-point:hover + .company-concept-topics:not(.theme-legacy *){
  opacity: 1;
}.history-timeline .history-timeline-point:hover:not(.theme-legacy *)::before{
  background-color: #B5161D;
}.history-timeline .history-timeline-point:not(:first-child):not(.theme-legacy *){
  padding: 3px 0;
}.history-timeline .history-timeline-point:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background: #9FA0A0;
  border-radius: 50%;
  content: "";
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
}

/*============================================
          Company Business Modal						
============================================*/@media screen and (max-width: 519px) {.modal-bg:not(.theme-legacy *){
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }.modal-bg.is-active:not(.theme-legacy *){
    opacity: 1;
    visibility: visible;
  }.modal-bg.is-active .modal-bg-black:not(.theme-legacy *),.modal-bg.is-active .modal-contents:not(.theme-legacy *){
    display: block;
  }.modal-bg.is-active .modal-contents .modal-item-img:not(.theme-legacy *){
    display: block;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.modal-bg:not(.theme-legacy *){
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }.modal-bg.is-active:not(.theme-legacy *){
    opacity: 1;
    visibility: visible;
  }.modal-bg.is-active .modal-bg-black:not(.theme-legacy *),.modal-bg.is-active .modal-contents:not(.theme-legacy *){
    display: block;
  }.modal-bg.is-active .modal-contents .modal-item-img:not(.theme-legacy *){
    display: block;
  }
}

@media screen and (max-width: 519px) {.modal-bg-black:not(.theme-legacy *){
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.modal-bg-black:not(.theme-legacy *){
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}

@media screen and (max-width: 519px) {.modal-contents:not(.theme-legacy *){
    -webkit-transform: translate(-50%, -50%);
    background: #B5161D;
    color: #fff;
    left: 50%;
    padding: 24px 20px 24px 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    width: 279px;
    z-index: 100;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.modal-contents:not(.theme-legacy *){
    -webkit-transform: translate(-50%, -50%);
    background: #B5161D;
    color: #fff;
    left: 50%;
    padding: 24px 20px 24px 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    width: 279px;
    z-index: 100;
  }
}

@media screen and (max-width: 519px) {.modal-btn:not(.theme-legacy *){
    background-color: #9FA0A0;
    border-radius: 50%;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
  }.modal-btn:hover:not(.theme-legacy *){
    cursor: pointer;
  }.modal-btn:not(.theme-legacy *)::before{
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    background-color: #B5161D;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 17px;
  }.modal-btn:not(.theme-legacy *)::after{
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #B5161D;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 17px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.modal-btn:not(.theme-legacy *){
    background-color: #9FA0A0;
    border-radius: 50%;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
  }.modal-btn:hover:not(.theme-legacy *){
    cursor: pointer;
  }.modal-btn:not(.theme-legacy *)::before{
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    background-color: #B5161D;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 17px;
  }.modal-btn:not(.theme-legacy *)::after{
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #B5161D;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 17px;
  }
}.history-modal-item:not(.theme-legacy *){
  display: none;
}
@media screen and (max-width: 519px) {.history-modal-item:not(.theme-legacy *){
    display: block;
  }.history-modal-item:not(:first-child):not(.theme-legacy *){
    margin-top: 16px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.history-modal-item:not(.theme-legacy *){
    display: block;
  }.history-modal-item:not(:first-child):not(.theme-legacy *){
    margin-top: 16px;
  }
}.history-modal-item-title:not(.theme-legacy *){
  display: none;
}
@media screen and (max-width: 519px) {.history-modal-item-title:not(.theme-legacy *){
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.history-modal-item-title:not(.theme-legacy *){
    display: block;
    font-size: 18px;
    font-weight: 500;
  }
}.history-modal-item-text:not(.theme-legacy *){
  display: none;
}
@media screen and (max-width: 519px) {.history-modal-item-text:not(.theme-legacy *){
    display: block;
    font-size: 12px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.history-modal-item-text:not(.theme-legacy *){
    display: block;
    font-size: 16px;
  }
}

/*============================================
          Business & Slogan						
============================================*/.company-concept-slogan:not(.theme-legacy *){
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.company-concept-slogan:not(.theme-legacy *){
    padding: 0 0 40px 0;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.company-concept-slogan:not(.theme-legacy *){
    padding: 0 20px 40px 20px;
  }
}.company-concept-slogan-item:not(.theme-legacy *){
  align-items: center;
  display: flex;
  justify-content: center;
}.company-concept-slogan-item:nth-child(2):not(.theme-legacy *){
  flex-direction: row-reverse;
}
@media screen and (max-width: 519px) {.company-concept-slogan-item:nth-child(2):not(.theme-legacy *){
    flex-direction: column-reverse;
    margin-top: 24px;
  }
}.company-concept-slogan-item:nth-child(2) .company-concept-slogan-item-info:not(.theme-legacy *){
  padding-left: 0;
  padding-right: 32px;
}
@media screen and (max-width: 519px) {.company-concept-slogan-item:nth-child(2) .company-concept-slogan-item-info:not(.theme-legacy *){
    padding-right: 0;
  }
}
@media screen and (max-width: 519px) {.company-concept-slogan-item:not(.theme-legacy *){
    flex-direction: column-reverse;
  }
}.company-concept-slogan-item-img:not(.theme-legacy *){
  width: 50%;
}
@media screen and (max-width: 519px) {.company-concept-slogan-item-img:not(.theme-legacy *){
    margin-top: 16px;
    width: 90%;
  }
}.company-concept-slogan-item-info:not(.theme-legacy *){
  padding-left: 32px;
  width: 50%;
}
@media screen and (max-width: 519px) {.company-concept-slogan-item-info:not(.theme-legacy *){
    padding-left: 0;
    width: 100%;
  }
}.company-concept-slogan-item-title:not(.theme-legacy *){
  color: #B5161D;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 8px;
}.company-concept-slogan-item-title span:not(.theme-legacy *){
  color: #231815;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  padding-left: 12px;
  position: relative;
}.company-concept-slogan-item-title span:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background-color: #B5161D;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
@media screen and (max-width: 519px) {.company-concept-slogan-item-title:not(.theme-legacy *){
    font-size: 12px;
  }.company-concept-slogan-item-title span:not(.theme-legacy *){
    font-size: 20px;
  }
}.company-concept-slogan-item-catch:not(.theme-legacy *){
  margin-top: 8px;
  width: 100%;
}.company-concept-slogan-item-catch[data-type=second]:not(.theme-legacy *){
  margin-top: 32px;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-concept-slogan-item-catch[data-type=second]:not(.theme-legacy *){
    margin-top: 16px;
  }
}
@media screen and (max-width: 519px) {.company-concept-slogan-item-catch[data-type=second]:not(.theme-legacy *){
    margin-top: 16px;
  }
}
@media screen and (max-width: 519px) {.company-concept-slogan-item-catch:not(.theme-legacy *){
    margin: 8px auto;
    max-width: 300px;
  }
}.company-concept-slogan-item-text:not(.theme-legacy *){
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-concept-slogan-item-text:not(.theme-legacy *){
    margin-top: 8px;
  }
}.company-concept-slogan-item-text span:not(.theme-legacy *){
  display: block;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 519px) {.company-concept-slogan-item-text:not(.theme-legacy *){
    font-size: 12px;
  }.company-concept-slogan-item-text span:not(.theme-legacy *){
    font-size: 14px;
  }
}

/*============================================
          Company Concept Style						
============================================*/.company-concept-style:not(.theme-legacy *){
  padding-bottom: 80px;
}
@media screen and (max-width: 519px) {.company-concept-style:not(.theme-legacy *){
    padding-bottom: 40px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.company-concept-style:not(.theme-legacy *){
    padding: 0 20px 40px 20px;
  }
}.company-concept-style-contents:not(.theme-legacy *){
  -ms-grid-columns: 304px 6px 304px 6px 304px;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 304px);
  justify-content: center;
  margin-top: 32px;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-concept-style-contents:not(.theme-legacy *){
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 519px) {.company-concept-style-contents:not(.theme-legacy *){
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-top: 16px;
  }
}

@media screen and (max-width: 519px) {.company-concept-style-item:not(.theme-legacy *){
    margin: 0 auto;
    max-width: 240px;
  }.company-concept-style-item:not(:first-child):not(.theme-legacy *){
    margin-top: 16px;
  }
}.company-concept-style-item-title:not(.theme-legacy *){
  align-items: center;
  background-color: #B5161D;
  color: #fff;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  height: 50px;
  justify-content: center;
  letter-spacing: 6px;
}
@media screen and (max-width: 519px) {.company-concept-style-item-title:not(.theme-legacy *){
    font-size: 20px;
    height: 29px;
  }
}.company-concept-style-item-text:not(.theme-legacy *){
  font-size: 15px;
  line-height: 1.6666666667;
  margin-top: 21px;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 519px) {.company-concept-style-item-text:not(.theme-legacy *){
    font-size: 12px;
    margin-top: 8px;
  }
}

/*============================================
          Company Business Service						
============================================*/.company-business-service:not(.theme-legacy *){
  margin-top: 60px;
  padding-bottom: 223px;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-service:not(.theme-legacy *){
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 519px) {.company-business-service:not(.theme-legacy *){
    margin-top: 32px;
    padding-bottom: 40px;
  }
}.company-business-service-title span:not(.theme-legacy *){
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  padding-left: 12px;
  position: relative;
}.company-business-service-title span:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background-color: #B5161D;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
@media screen and (max-width: 519px) {.company-business-service-title span:not(.theme-legacy *){
    font-size: 20px;
    font-weight: 400;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-service-title[data-type=service]:not(.theme-legacy *){
    padding-left: 5%;
  }
}.company-business-service-visual:not(.theme-legacy *){
  padding-top: 1rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 519px) {.company-business-service-visual:not(.theme-legacy *){
    display: none;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-service-visual:not(.theme-legacy *){
    margin: 0 auto;
    width: 90%;
  }
}.company-business-service-text:not(.theme-legacy *){
  font-size: 15px;
  max-width: 236px;
  position: absolute;
  width: 100%;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-service-text:not(.theme-legacy *){
    font-size: 13px;
  }
}.company-business-service-text[data-type=left]:not(.theme-legacy *){
  bottom: 15%;
}.company-business-service-text[data-type=left] .company-business-service-title:not(.theme-legacy *){
  margin-bottom: 40px;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-service-text[data-type=left] .company-business-service-title:not(.theme-legacy *){
    margin-bottom: 8px;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-service-text[data-type=left]:not(.theme-legacy *){
    left: -8px;
    max-width: 180px;
  }
}.company-business-service-text[data-type=right]:not(.theme-legacy *){
  bottom: 15%;
  right: -16px;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-service-text[data-type=right]:not(.theme-legacy *){
    max-width: 180px;
  }
}.company-business-service-text[data-type=bottom]:not(.theme-legacy *){
  -webkit-transform: translateX(-50%);
  bottom: -190px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-service-text[data-type=bottom]:not(.theme-legacy *){
    bottom: -130px;
  }
}.company-business-service-text[data-type=bottom] p span:not(.theme-legacy *){
  display: block;
  margin-top: 8px;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
}.company-business-service-text[data-type=bottom] p span:not(.theme-legacy *)::before{
  -webkit-transform: translateX(-50%);
  background-color: #B5161D;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 193px;
}

/*============================================
          Company Business Service Sp						
============================================*/.company-business-service-sp:not(.theme-legacy *){
  margin: 16px auto 0;
  width: 60%;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-service-sp:not(.theme-legacy *){
    display: none;
  }
}
@media screen and (max-width: 519px) {.company-business-service-sp:not(.theme-legacy *){
    margin-top: 24px;
  }
}.company-business-advantage:not(.theme-legacy *){
  margin-top: 24px;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-advantage:not(.theme-legacy *){
    display: none;
  }
}.company-business-advantage-text:not(.theme-legacy *){
  font-size: 12px;
  margin-left: auto;
  max-width: 184px;
}.company-business-advantage-text span:not(.theme-legacy *){
  display: block;
  font-size: 10px;
}.company-business-advantage-contents:not(.theme-legacy *){
  margin-top: 16px;
}
@media screen and (max-width: 519px) {.company-business-advantage-contents:not(.theme-legacy *){
    margin-top: 24px;
  }
}

/*============================================
          Company Business Kind						
============================================*/.company-business-kind:not(.theme-legacy *){
  background: url(../../dist/img/bg-silver.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 519px) {.company-business-kind:not(.theme-legacy *){
    padding: 40px 0;
  }
}.company-business-kind-contents:not(.theme-legacy *){
  -ms-grid-columns: (33.3333333333%)[3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
}
@media screen and (max-width: 519px) {.company-business-kind-contents:not(.theme-legacy *){
    -ms-grid-columns: (90%)[1];
    grid-template-columns: repeat(1, 90%);
    justify-content: center;
    row-gap: 32px;
  }
}

@media screen and (max-width: 519px) {.company-business-kind-item[data-type=design]:not(.theme-legacy *){
    display: flex;
    flex-direction: column-reverse;
  }
}.company-business-kind-item-img:not(.theme-legacy *){
  height: 339px;
  position: relative;
}.company-business-kind-item-img img:not(.theme-legacy *){
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 519px) {.company-business-kind-item-img:not(.theme-legacy *){
    height: 259px;
  }
}.company-business-kind-item-info:not(.theme-legacy *){
  display: flex;
  flex-direction: column;
  height: 339px;
}.company-business-kind-item-info[data-type=design]:not(.theme-legacy *){
  padding: 0 10px 16px 20px;
}
@media screen and (max-width: 519px) {.company-business-kind-item-info[data-type=design]:not(.theme-legacy *){
    padding: 8px 0px 0px 0px;
  }
}.company-business-kind-item-info[data-type=signage]:not(.theme-legacy *){
  padding: 30px 20px 0 0;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-kind-item-info[data-type=signage]:not(.theme-legacy *){
    padding: 24px 16px 0 16px;
  }
}
@media screen and (max-width: 519px) {.company-business-kind-item-info[data-type=signage]:not(.theme-legacy *){
    padding: 8px 0px 0px 0px;
  }
}.company-business-kind-item-info[data-type=media]:not(.theme-legacy *){
  padding: 30px 0px 0 30px;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-kind-item-info[data-type=media]:not(.theme-legacy *){
    padding: 24px 16px 0 16px;
  }
}
@media screen and (max-width: 519px) {.company-business-kind-item-info[data-type=media]:not(.theme-legacy *){
    padding: 8px 0px 0px 0px;
  }
}
@media screen and (max-width: 519px) {.company-business-kind-item-info:not(.theme-legacy *){
    height: auto;
    padding: 8px 0 0 0;
  }
}.company-business-kind-item-title:not(.theme-legacy *){
  color: #B5161D;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 4.5px;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-kind-item-title:not(.theme-legacy *){
    text-align: center;
  }
}.company-business-kind-item-title span:not(.theme-legacy *){
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 519px) {.company-business-kind-item-title:not(.theme-legacy *){
    font-size: 20px;
  }.company-business-kind-item-title span:not(.theme-legacy *){
    font-size: 12px;
  }
}.company-business-kind-item-text:not(.theme-legacy *){
  line-height: 1.3;
  margin-top: 16px;
}.company-business-kind-item-text span:not(.theme-legacy *){
  display: block;
  font-weight: 700;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-kind-item-text span:not(.theme-legacy *){
    text-align: center;
  }
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-kind-item-text:not(.theme-legacy *){
    font-size: 14px;
  }
}
@media screen and (max-width: 519px) {.company-business-kind-item-text:not(.theme-legacy *){
    font-size: 12px;
    margin-top: 8px;
  }
}.company-business-btn:not(.theme-legacy *){
  margin-top: auto;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-business-btn:not(.theme-legacy *){
    margin: auto auto 0;
  }
}
@media screen and (max-width: 519px) {.company-business-btn:not(.theme-legacy *){
    margin: 8px auto 0;
  }
}

/*============================================
          Company Recruit						
============================================*/.company-recruit:not(.theme-legacy *){
  padding: 60px 0 135px 0;
}
@media screen and (min-width:520px) and (max-width:959px) {.company-recruit:not(.theme-legacy *){
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 519px) {.company-recruit:not(.theme-legacy *){
    padding: 32px 0 0 0;
  }
}.company-recruit-item:not(.theme-legacy *){
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  align-items: center;
  column-gap: 40px;
  display: flex;
  justify-content: center;
  min-height: 174px;
  position: relative;
}.company-recruit-item:not(:first-child):not(.theme-legacy *){
  margin-top: 40px;
}
@media screen and (max-width: 519px) {.company-recruit-item:not(:first-child):not(.theme-legacy *){
    margin-top: 8px;
  }
}
@media screen and (max-width: 519px) {.company-recruit-item:not(.theme-legacy *){
    border-bottom: 1px solid #B5161D;
    flex-direction: column-reverse;
    padding: 16px 0 56px 0;
  }.company-recruit-item:first-child:not(.theme-legacy *){
    border-top: 1px solid #B5161D;
  }
}.company-recruit-item[data-type=recruit-application]:not(.theme-legacy *){
  max-width: 910px;
  width: 100%;
}.company-recruit-item-img:not(.theme-legacy *){
  width: 35%;
}
@media screen and (max-width: 519px) {.company-recruit-item-img:not(.theme-legacy *){
    margin: 16px auto 0;
    width: 95%;
  }
}.company-recruit-item-info:not(.theme-legacy *){
  border-bottom: 1px solid #B5161D;
  border-top: 1px solid #B5161D;
  display: flex;
  flex-direction: column;
  height: 174px;
  justify-content: center;
  width: 65%;
}
@media screen and (max-width: 519px) {.company-recruit-item-info:not(.theme-legacy *){
    border: none;
    height: auto;
    position: relative;
    width: 100%;
  }
}.company-recruit-item-title:not(.theme-legacy *){
  color: #B5161D;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}.company-recruit-item-title span:not(.theme-legacy *){
  color: #777777;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin-left: 8px;
}
@media screen and (max-width: 519px) {.company-recruit-item-title:not(.theme-legacy *){
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    justify-content: center;
  }.company-recruit-item-title span:not(.theme-legacy *){
    font-size: 14px;
  }
}.company-recruit-item-text:not(.theme-legacy *){
  font-family: "Roboto", sans-serif;
  margin-top: 24px;
}
@media screen and (max-width: 519px) {.company-recruit-item-text:not(.theme-legacy *){
    font-size: 12px;
    margin-top: 16px;
    text-align: center;
  }
}.btn-recruit:not(.theme-legacy *){
  align-items: center;
  background-color: #B5161D;
  border-radius: 20px;
  bottom: -12px;
  color: #fff;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  width: 113px;
}.btn-recruit:hover:not(.theme-legacy *){
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 519px) {.btn-recruit:not(.theme-legacy *){
    -webkit-transform: translateX(-50%);
    bottom: -216px;
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
  }
}

/*============================================
          Recruit Application						
============================================*/.application-inner:not(.theme-legacy *){
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
}.application-inner > *:not(.theme-legacy *){margin:auto}
@media screen and (min-width:520px) and (max-width:959px) {.application-inner:not(.theme-legacy *){
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {.application-inner:not(.theme-legacy *){
    padding: 0 20px;
  }
}.recruit-application-contents:not(.theme-legacy *){
  display: none;
}.recruit-application-title:not(.theme-legacy *){
  color: #B5161D;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 519px) {.recruit-application-title:not(.theme-legacy *){
    font-size: 20px;
  }
}.recruit-application-text:not(.theme-legacy *){
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {.recruit-application-text:not(.theme-legacy *){
    font-size: 12px;
  }
}.recruit-application-links:not(.theme-legacy *){
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  align-items: center;
  column-gap: 16px;
  display: flex;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {.recruit-application-links:not(.theme-legacy *){
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 519px) {.recruit-application-links p:not(.theme-legacy *){
    font-size: 12px;
    width: 100%;
  }
}.recruit-application-links a:not(.theme-legacy *){
  width: 160px;
}
@media screen and (max-width: 519px) {.recruit-application-links a:not(.theme-legacy *){
    margin-top: 8px;
    width: 140px;
  }
}.requirement-contents:not(.theme-legacy *){
  margin: 40px auto 0;
  max-width: 910px;
  width: 100%;
}
@media screen and (min-width:520px) and (max-width:959px) {.requirement-contents:not(.theme-legacy *){
    margin-top: 40px;
  }
}
@media screen and (max-width: 519px) {.requirement-contents:not(.theme-legacy *){
    margin-top: 32px;
    width: 90%;
  }
}.requirement-item:not(.theme-legacy *){
  align-items: center;
  border-bottom: 1px solid #B5161D;
  display: flex;
  padding-bottom: 32px;
}
@media screen and (max-width: 519px) {.requirement-item:not(.theme-legacy *){
    display: block;
    font-size: 12px;
    padding-bottom: 16px;
  }
}.requirement-item:not(:first-child):not(.theme-legacy *){
  margin-top: 32px;
}
@media screen and (max-width: 519px) {.requirement-item:not(:first-child):not(.theme-legacy *){
    margin-top: 16px;
  }
}.requirement-item-kind:not(.theme-legacy *){
  font-size: 20px;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
  width: 213px;
}
@media screen and (max-width: 519px) {.requirement-item-kind:not(.theme-legacy *){
    font-size: 14px;
    padding-left: 12px;
    width: 150px;
  }
}.requirement-item-kind:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background: #B5161D;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
@media screen and (max-width: 519px) {.requirement-item-kind:not(.theme-legacy *)::before{
    height: 20px;
    width: 4px;
  }
}.requirement-item-info:not(.theme-legacy *){
  margin-left: 40px;
  width: calc(100% - 200px);
}.requirement-item-info[data-type=list] p:not(.theme-legacy *){
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 519px) {.requirement-item-info[data-type=list] p:not(.theme-legacy *){
    padding-left: 10px;
  }
}.requirement-item-info[data-type=list] p:not(.theme-legacy *)::before{
  -webkit-transform: translateY(-50%);
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
@media screen and (max-width: 519px) {.requirement-item-info[data-type=list] p:not(.theme-legacy *)::before{
    -webkit-transform: none;
    height: 3px;
    top: 7px;
    transform: none;
    width: 3px;
  }
}
@media screen and (max-width: 519px) {.requirement-item-info:not(.theme-legacy *){
    font-size: 12px;
    margin-left: 12px;
    width: 100%;
  }
}.requirement-item-info p[data-type=ml]:not(.theme-legacy *){
  margin-left: -8px;
}.requirement-item-info p[data-type=ml]:not(:first-child):not(.theme-legacy *){
  margin-top: 16px;
}.recruit-application:not(.theme-legacy *){
  padding: 40px 0;
}
@media screen and (max-width: 519px) {.recruit-application:not(.theme-legacy *){
    padding: 20px 0;
  }
}.requirement-tag:not(.theme-legacy *){
  align-items: center;
  background-color: #B5161D;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  margin-top: 32px;
  width: 150px;
}
@media screen and (max-width: 519px) {.requirement-tag:not(.theme-legacy *){
    font-size: 14px;
    height: 28px;
    width: 129px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
