/* TOP CSS */
/* ======================
Base settings
======================*/
.pc-hyde {
  display: block;
}

.sp-hyde {
  display: none;
}

.wrapper {
  max-width: 100%;
  padding: 0 15px;
}

.bottom30 {
  margin-bottom: 15px;
}

.bottom40 {
  margin-bottom: 20px;
}

.bottom50 {
  margin-bottom: 25px;
}

.bottom60 {
  margin-bottom: 30px;
}

.bottom70 {
  margin-bottom: 35px;
}

.bottom80 {
  margin-bottom: 40px;
}

.conts-padding {
  padding: 30px 0;
}

.anchor {
  margin: 20px 0;
  display: block;
  position: relative;
  width: 100%;
  bottom: auto;
  left: auto;
  transform: inherit;
}
.anchor a {
  width: 100%;
  border-bottom: #ddd solid 2px;
}
.anchor a:last-child {
  border-bottom: none;
}

.box-red {
  padding: 20px 15px;
}

.heading-grad-red {
  padding-bottom: 30px;
  font-size: 18px;
}
.heading-grad-red::after {
  bottom: 15px;
}

.heading-bg-gray {
  font-size: 18px;
}

.sub-heading-wrap .anchor {
  margin: 20px 0;
  display: block;
  position: relative !important;
  width: 100%;
  bottom: auto;
  left: auto;
  width: 100% !important;
  bottom: auto !important;
  left: auto !important;
  transform: inherit !important;
}
.sub-heading-wrap .anchor a {
  width: 100%;
  border-bottom: #ddd solid 2px;
}
.sub-heading-wrap .anchor a:last-child {
  border-bottom: none;
}

/* ======================
sp hamburger menu
======================*/
header {
  height: 50px;
  width: 100%;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
}
header .hamburger-menu {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  background: #bd1b1b;
}
header .hamburger-menu.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 24px;
}
header .hamburger-menu.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  top: 25px;
}
header .hamburger-menu.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
header .hamburger-menu__bar {
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: 0.5s;
}
header .hamburger-menu__bar:first-child {
  top: 16px;
}
header .hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
header .hamburger-menu__bar:last-child {
  top: 32px;
}
header .navigation {
  display: none;
  background: #fff;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 9999;
}
header .navigation .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .navigation .menu li {
  width: calc((100% - 2px) / 2);
  background: #f8f8f8;
  padding: 0;
  margin-bottom: 2px;
}
header .navigation .menu li.pc-hyde {
  display: block;
}
header .navigation .menu li a {
  text-align: left;
  padding: 10px 10px 10px 35px;
  display: block;
  position: relative;
}
header .navigation .menu li a::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/slide-arrow.png) no-repeat;
  background-size: contain;
  transform: rotate(-180deg);
  position: absolute;
  bottom: -12px;
  top: 16px;
  left: 10px;
}
header .flexbox {
  display: block;
  margin: 0;
  padding: 0 15px;
  height: 50px;
}
header .flexbox .logo {
  height: auto;
  text-align: left;
  justify-content: flex-start;
  padding: 10px 0;
  max-width: 200px;
}
header .flexbox .logo img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
header .conv-btn-wrap.pc-hyde {
  display: block;
  margin-bottom: 20px;
}
header .conv-btn-wrap.pc-hyde .btn-wrap:not(:last-child) {
  margin-right: 0;
  margin-bottom: 10px;
}
header .conv-btn-wrap.pc-hyde .btn-wrap .btn {
  padding: 10px;
}
header .mv-side {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}
header .mv-side a {
  margin: 0 5px;
}
header .mv-side a img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*=============================
main
=============================*/
main {
  padding-top: 50px;
}

/* main visual*/
.mv {
  margin-right: 0;
  height: calc(100vh - 50px);
}
.mv .mv-slider {
  height: 100%;
  position: relative;
}
.mv .mv-slider .slide-inner {
  height: calc(100vh - 50px);
}
.mv .mv-slider .slick-arrow {
  opacity: 1;
  width: 40px;
  z-index: 1;
  position: absolute;
  bottom: 50%;
}
.mv .mv-slider .slick-arrow:hover {
  opacity: 0.8;
  cursor: pointer !important;
}
.mv .mv-slider .slick-arrow.next-arrow {
  left: auto;
  right: 15px;
  transform: scale(-1, 1);
}
.mv .mv-slider .slick-arrow.prev-arrow {
  left: auto;
  right: 70px;
}
.mv .catch {
  width: calc(100% - 15px);
  bottom: 0;
  right: 0;
  padding: 30px 15px;
  font-size: 15px;
}
.mv .catch .heading {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: inherit;
}
.mv .catch .detail {
  font-size: 18px;
  margin-bottom: 15px;
}
.mv .mv-side {
  display: none;
}

.section-heading {
  text-align: left;
  font-size: 30px;
  letter-spacing: inherit;
  margin-bottom: 25px;
  line-height: 1.5;
}
.section-heading span {
  font-size: 13px;
}

.btn-wrap {
  padding: 0 15px;
}
.btn-wrap .btn.bg-white {
  margin-top: 30px;
}

.conts-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
.anchor {
    &.anchor-red {
        background: #bd1b1b;
        border: #bd1b1b 3px solid;
        a {
            color: #bd1b1b;
            padding: 20px 10px;
            display: block;
            img {
                width: auto;
                height: auto;
                max-width: 100%;
                display: block;
                margin: 0 auto 10px;
                transition: 0.5s;
            }
            &::after {
                content: "";
                width: 24px;
                height: 24px;
                display: inline-block;
                background: url(../img/slide-arrow.png) no-repeat;
                background-size: contain;
                transform: rotate(-90deg);
                position: absolute;
                bottom: -12px;
                top: auto;
                left: calc(50% - 12px);
            }
            &:hover {
                color: #fff;
                img {
                    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(200%) contrast(101%);
                }
            }
        }
    }
}*/
.bc .bc-list li {
  font-size: 13px;
}

/*----------------------
    article - common
----------------------*/
/*  top-service  */
#service {
  padding-top: 30px;
  padding-bottom: 40px;
  background: url(../img/service-bg.png) no-repeat left top 40px;
}
#service .flexbox {
  display: block;
}
#service .flexbox .box {
  width: 100%;
  border-top: none;
  border-left: #bd1b1b 5px solid;
  height: auto;
  margin-bottom: 2px;
  padding: 25px 20px;
}
#service .flexbox .box:last-child {
  margin-bottom: 0;
}
#service .flexbox .box .box-inner {
  font-size: 18px;
  display: flex;
  line-height: 1.6;
}
#service .flexbox .box .box-inner span {
  margin-bottom: 0;
  margin-right: 30px;
}
#service .flexbox .box .box-inner span img {
  width: auto;
  max-width: 44px;
  height: auto;
}
#service .flexbox .box .box-inner span::after {
  content: "";
  width: 3px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 60px;
  transform: translateX(-50%);
  bottom: 0;
}

/*  top-products  */
#products {
  margin-right: 0;
  margin-bottom: 0;
}
#products .wrapper {
  max-width: 100%;
  padding-left: 15px;
}
#products .conts-padding .box {
  padding: 15px 15px 30px;
  width: 100%;
  max-width: 100%;
  min-width: auto;
}
#products .conts-padding .box .btn-wrap {
  padding: 0 15px;
}
#products .conts-padding .box .btn-wrap .btn.bg-white {
  margin-top: 20px;
}

/*  top-blog  */
#blog {
  margin-left: 0;
  padding-top: 40px;
  position: relative;
  background: transparent;
}
#blog::after {
  content: none;
}
#blog .conts-padding {
  margin-left: 0;
  position: relative;
}
#blog .conts-padding:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}
#blog .conts-padding .flexbox {
  display: block;
}
#blog .conts-padding .flexbox .item {
  width: 100%;
  margin-bottom: 20px;
}
#blog .conts-padding .flexbox .item:last-child {
  margin-bottom: 0;
}
#blog .wrapper {
  z-index: 1;
  max-width: 100%;
  padding-right: 15px;
}

/*  top-news  */
#news::before {
  content: none;
}
#news::after {
  content: none;
}
#news .article-inner .flexbox .cat-label {
  margin-right: 0;
  display: inline-block;
}
#news .article-inner .flexbox .title {
  display: block;
  width: 100%;
}
#news .article-inner .flexbox .title a {
  display: block;
}

/*  top-message  */
.message {
  margin-bottom: 40px;
  margin-bottom: 0;
  margin-right: 0;
}
.message::before, .message::after {
  content: "";
  background: url(../img/message-bg-img02.png) no-repeat;
  background-size: contain;
  width: 587px;
  height: 400px;
  position: absolute;
  display: inline-block;
}
.message::before {
  right: 0;
  top: 0;
}
.message::after {
  transform: scale(-1, -1);
  left: 0;
  bottom: 0;
}
.message .wrapper {
  max-width: 100%;
  padding-left: 15px;
}
.message .conts-padding .section-heading {
  text-align: right;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.2;
}
.message .conts-padding .box {
  padding: 20px 15px 30px;
  background: #fff;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.message .conts-padding .box .title {
  color: #bd1b1b;
  font-size: 22px;
  line-height: 1.5;
}
.message .conts-padding .box .btn-wrap {
  padding: 0 15px;
}
.message .conts-padding .box .btn-wrap .btn.bg-white {
  margin-top: 20px;
}

/*=============================
sub
=============================*/
#sub {
  /*----------------------
   sub - title - common
  ----------------------*/
  /*----------------------
   page-service.php
  ----------------------*/
  /*----------------------
   page-flow.php
  ----------------------*/
  /*----------------------
   page-contact.php
  ----------------------*/
  /*----------------------
   page-document.php
  ----------------------*/
  /*-------------------------------------------
   page-company.php & page-products.php
  -------------------------------------------*/
  /*-----------------------------------
   news & blog & products common
  -----------------------------------*/
  /*----------------------
   page-produicts.php
  ----------------------*/
  /*----------------------
   page-news.php
  ----------------------*/
  /*----------------------
  page-blog.php
  ----------------------*/
  /*----------------------
   page-recruit.php
  ----------------------*/
  /*----------------------
   page-privacy.php
  ----------------------*/
  /*----------------------
   page-sitemap.php
  ----------------------*/
}
#sub .single {
  background: url(../img/article-bg.png) left top 100px repeat-y;
  background-size: auto;
}
#sub .single .single-wrap .title {
  font-size: 22px;
  margin-bottom: 15px;
}
#sub .single .single-wrap .article-conts-detail {
  margin-bottom: 40px;
}
#sub .single .single-wrap .article-links {
  margin-top: 60px;
  display: block;
  border-top: none;
  box-shadow: none;
}
#sub .single .single-wrap .article-links .inner {
  border-top: 5px solid #bd1b1b;
  position: relative;
  padding: 15px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#sub .single .single-wrap .article-links .inner.article-links-prev::before {
  bottom: auto;
  top: -26px;
}
#sub .single .single-wrap .article-links .inner.article-links-next .thumbnail {
  margin-left: 10px;
}
#sub .single .single-wrap .article-links .inner.article-links-next::before {
  content: "";
  display: inline-block;
  width: 73px;
  height: 22px;
  background: url(../img/next.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -22px;
  top: auto;
}
#sub .single .single-wrap .article-links .inner:first-child {
  border-right: 0;
  margin-bottom: 15px;
}
#sub .single .single-wrap .article-links .inner time {
  font-size: 14px;
  margin-right: 0;
}
#sub .single .single-wrap .article-links .inner .cat-label span {
  margin-bottom: 5px;
  font-size: 12px;
}
#sub .single .single-wrap .article-links .inner .title {
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 1.5;
}
#sub .single .single-wrap .reccomend-links .flexbox {
  display: block;
}
#sub .single .single-wrap .reccomend-links .flexbox .item {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
#sub .single .single-wrap .reccomend-links .heading {
  padding-top: 0;
  margin-top: 0;
  font-size: 24px;
  color: #bd1b1b;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 30px;
}
#sub .single .single-wrap .reccomend-links .heading::before {
  width: 5px;
  height: 100%;
  content: "";
  display: inline-block;
  background: #bd1b1b;
  position: absolute;
  left: 0;
  top: 0;
}
#sub .single .single-wrap .reccomend-links .inner {
  box-shadow: none;
  padding: 0;
  background: transparent;
}
#sub .article-conts-wrap {
  display: block;
}
#sub .article-conts-wrap .article-conts {
  margin-bottom: 40px;
  width: 100%;
}
#sub .article-conts-wrap .article-conts .wp-pagenavi {
  padding-top: 30px;
}
#sub .article-conts-wrap .article-conts .title {
  font-size: 18px;
}
#sub .article-conts-wrap .article-conts time {
  font-size: 14px;
  margin-right: 20px;
  vertical-align: middle;
}
#sub .article-conts-wrap .article-conts .cat-label {
  margin-right: 0px;
}
#sub aside {
  width: 100%;
}
#sub aside .bottom30 {
  margin-bottom: 20px;
}
#sub aside .side-box {
  position: relative;
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 25px;
}
#sub aside .side-box:before {
  background: rgb(189, 27, 27);
  background: linear-gradient(90deg, rgb(189, 27, 27) 50%, rgba(189, 27, 27, 0) 100%);
  width: 100%;
  height: 3px;
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
}
#sub aside .side-box .heading {
  margin-bottom: 20px;
}
#sub aside .side-box .heading img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#sub aside .side-box:first-child .heading img {
  width: 135px;
}
#sub aside .side-box ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
#sub aside .side-box ul li:last-child {
  margin-bottom: 0;
}
#sub aside .side-box ul li a {
  color: #000;
  font-weight: bold;
}
#sub aside .side-box ul li a:hover {
  color: #bd1b1b;
  opacity: 1;
}
#sub aside .side-box ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #bd1b1b;
  position: absolute;
  left: 0;
  border-radius: 100%;
  top: 10px;
}
#sub aside .side-conv {
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 20px;
}
#sub aside .side-conv .conv-btn-wrap .btn-wrap {
  margin-right: 0;
  padding: 0;
}
#sub aside .side-conv .conv-btn-wrap .btn-wrap .btn:before {
  content: "";
  background: url(../img/btn-arrow.png) no-repeat;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(300%) contrast(101%);
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}
#sub aside .side-new .heading {
  color: #bd1b1b;
  font-size: 20px;
  margin-bottom: 15px;
}
#sub aside .side-new .heading img {
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
}
#sub aside .side-new .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#sub aside .side-new .box .inner {
  padding: 10px 30px 10px 15px;
  display: block;
  border-bottom: #bd1b1b solid 1px;
  background: #fff;
  color: #000;
  position: relative;
}
#sub aside .side-new .box .inner:last-child {
  border: none;
}
#sub aside .side-new .box .inner:before {
  content: "";
  background: url(../img/bc-arrow.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}
#sub aside .side-new .box .inner time {
  font-size: 12px;
  margin-bottom: 0;
}
#sub aside .side-new .box .inner .title {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
#sub aside .side-new .box .inner:hover {
  color: #bd1b1b;
  opacity: 1;
}
#sub aside .side-reccomend .box .inner {
  padding: 15px 30px 15px 15px;
}
#sub aside .side-category .heading {
  position: relative;
  padding-left: 15px;
  line-height: 0;
  margin-bottom: 30px;
}
#sub aside .side-category .heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #bd1b1b;
}
#sub aside .side-category .heading img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#sub aside .side-category .box .inner {
  display: block;
  background: #f8f8f8;
  padding: 15px 30px 15px 15px;
  color: #000;
  margin-bottom: 2px;
  font-weight: bold;
  position: relative;
}
#sub aside .side-category .box .inner::before {
  content: "";
  background: url(../img/bc-arrow.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}
#sub aside .side-category .box .inner:hover {
  opacity: 1;
  background: #bd1b1b;
  color: #fff;
}
#sub aside .side-category .box .inner:hover::before {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(300%) contrast(101%);
}
#sub aside .conv-btn-wrap {
  display: block;
}
#sub aside .conv-btn-wrap .btn-wrap {
  padding: 0;
}
#sub aside .conv-btn-wrap .bottom20 img {
  width: auto;
}
#sub aside .conv-btn-wrap .btn {
  width: 100%;
  max-width: 100%;
  padding: 10px 25px;
  position: relative;
}
#sub aside .conv-btn-wrap .btn:before {
  content: "";
  background: url(../img/bc-arrow.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}
#sub .conv {
  display: block;
}
#sub .conv a {
  width: 100%;
  padding: 20px;
  color: #bd1b1b;
  font-size: 30px;
  display: block;
}
#sub .conv a .inner {
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 30px;
}
#sub .conv a .inner:before {
  margin-right: auto;
  position: absolute;
  top: 0px;
  left: calc(50% - 35px);
}
#sub .conv a .inner span {
  font-size: 14px;
}
#sub .conv a:last-child {
  border-top: #eee 2px solid;
  pointer-events: none;
}
#sub .conv a:last-child .inner:before {
  margin-right: auto;
  position: absolute;
  top: 0px;
  left: calc(50% - 35px);
}
#sub .form-box {
  padding-bottom: 30px;
}
#sub .form-box .title {
  padding: 20px 15px 15px 15px;
  font-size: 22px;
}
#sub .form-box .text {
  padding: 0 15px 20px;
}
#sub .form-box form .form-conts .wrapper {
  width: 100%;
}
#sub .form-box form .form-conts .flexbox {
  display: block;
}
#sub .form-box form .form-conts .flexbox .item:first-child {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
#sub .form-box form .form-conts .flexbox .item:last-child {
  width: 100%;
}
#sub .form-box form .form-conts .flexbox .item.detail span {
  margin-right: 15px;
}
#sub .form-box form .form-conts .flexbox .item.detail span:last-child {
  margin-right: 0;
}
#sub .form-box form .form-conts .flexbox .item.detail span input {
  width: auto;
}
#sub .form-box form .form-conts .flexbox .item.detail span.wpcf7-list-item {
  display: block;
}
#sub .form-box form .attention {
  margin-top: 20px;
  padding: 0 15px;
}
#sub .form-box form .btn-wrap {
  margin-top: 20px;
}
#sub .sub-heading-wrap .sub-common-heading {
  padding: 20px 0 20px;
}
#sub .sub-heading-wrap .sub-common-heading .en {
  font-size: 30px;
  line-height: 1.4;
}
#sub .sub-heading-wrap .sub-common-heading .en span {
  display: block;
  padding-left: 0;
  font-size: 14px;
}
#sub .sub-heading-wrap .sub-common-heading .segment {
  font-size: 15px;
  line-height: 1.5;
}
#sub .sub-heading-wrap .sub-common-heading .segment span {
  font-size: 22px;
}
#sub .single .sub-heading-wrap .sub-common-heading .en span {
  display: inline-block;
  padding-left: 15px;
}
#sub .section-wrap .heading.detail {
  padding: 25px 0 25px;
}
#sub .section-wrap .heading.detail.right-space {
  margin-right: 15px;
}
#sub .section-wrap .heading.detail.right-space .wrapper {
  padding-left: 15px;
  max-width: 100%;
}
#sub .section-wrap .heading.detail.right-space .wrapper::before {
  left: calc(50% + 7.5px) !important;
}
#sub .section-wrap .heading.detail.left-space {
  margin-left: 15px;
}
#sub .section-wrap .heading.detail.left-space .wrapper {
  padding-right: 15px;
  max-width: 100%;
}
#sub .section-wrap .heading.detail.left-space .wrapper::before {
  left: calc(50% - 7.5px) !important;
}
#sub .section-wrap .heading.detail.en {
  padding: 25px 0 25px;
  font-size: 40px;
  margin-bottom: 25px;
}
#sub .section-wrap .heading.detail.en .wrapper::before {
  background: #bd1b1b;
  height: 4px;
  bottom: 30px;
  width: 40px;
  left: 50%;
  transform: translateX(-50%) !important;
}
#sub .section-wrap .heading.detail.en .wrapper span {
  font-size: 14px;
  padding-top: 30px;
  display: block;
}
#sub .conts-padding {
  padding: 40px 0;
}
#sub.service .sub-heading-wrap .sub-common-heading {
  font-size: 17px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
}
#sub.service .sub-heading-wrap .sub-common-heading .en {
  font-size: 15px;
  margin-bottom: 15px;
}
#sub.service .section-wrap {
  padding-bottom: 40px;
}
#sub.service .section-wrap .heading.detail {
  font-size: 22px;
  margin-bottom: 30px;
}
#sub.service .section-wrap .heading.detail span {
  padding-bottom: 20px;
}
#sub.service .section-wrap .heading.detail span::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #bd1b1b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
#sub.service .section-wrap .heading.detail span img {
  height: 30px;
  width: auto;
  margin-bottom: 15px;
}
#sub.service .section-wrap .container {
  position: relative;
}
#sub.service .section-wrap .flexbox {
  display: block;
}
#sub.service .section-wrap .flexbox.col2 {
  margin-bottom: 40px;
}
#sub.service .section-wrap .flexbox.col2 .item .heading {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 30px;
}
#sub.service .section-wrap .flexbox.col2 .item .heading::before {
  width: 20px;
  height: 20px;
}
#sub.service .section-wrap .flexbox.col2 .item.text {
  width: 100%;
  min-height: auto;
}
#sub.service .section-wrap .flexbox.col2 .item.photo {
  height: 250px;
  overflow: hidden;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#sub.service .section-wrap .flexbox.col3 {
  display: flex;
}
#sub.service .section-wrap .bottom70 {
  margin-bottom: 30px;
}
#sub.service .section-wrap .box {
  display: block;
  padding: 20px 15px;
}
#sub.service .section-wrap .box .item {
  width: 100%;
}
#sub.service .section-wrap .box .item:first-child {
  margin-bottom: 15px;
}
#sub.service .section-wrap#burner {
  position: relative;
}
#sub.service .section-wrap#burner .heading.detail {
  margin-right: 0;
}
#sub.service .section-wrap#burner .heading.detail::before {
  content: none;
}
#sub.service .section-wrap#burner .heading.detail .wrapper {
  padding-right: 0;
}
#sub.service .section-wrap#burner .flexbox {
  position: relative;
}
#sub.service .section-wrap#burner .flexbox.col2 .item.photo {
  right: 0;
  left: auto;
}
#sub.service .section-wrap#burner .flexbox.col2 .item.text {
  margin-right: auto;
  margin-left: 0;
}
#sub.service .section-wrap#burner .flexbox.col2::before {
  top: 0;
}
#sub.service .section-wrap#burner .flexbox.col3 .item:last-child {
  margin-bottom: 0;
}
#sub.service .section-wrap#burner .flexbox.col3::after {
  content: none;
}
#sub.service .section-wrap#ordermade {
  padding-top: 0px;
}
#sub.service .section-wrap#ordermade .gallery {
  margin-bottom: 70px;
}
#sub.service .section-wrap#ordermade, #sub.service .section-wrap#abrasion {
  position: relative;
}
#sub.service .section-wrap#ordermade .heading, #sub.service .section-wrap#abrasion .heading {
  position: relative;
}
#sub.service .section-wrap#ordermade .heading.detail::after, #sub.service .section-wrap#abrasion .heading.detail::after {
  top: 150px;
  left: -344px;
}
#sub.service .section-wrap#ordermade .heading.detail .wrapper, #sub.service .section-wrap#abrasion .heading.detail .wrapper {
  padding-left: 15px;
}
#sub.service .section-wrap#ordermade .flexbox, #sub.service .section-wrap#abrasion .flexbox {
  position: relative;
}
#sub.service .section-wrap#ordermade .flexbox.col2::before, #sub.service .section-wrap#abrasion .flexbox.col2::before {
  content: none;
}
#sub.service .section-wrap#ordermade .flexbox.col3::after, #sub.service .section-wrap#abrasion .flexbox.col3::after {
  bottom: -150px;
}
#sub.service .section-wrap#abrasion {
  position: relative;
}
#sub.service .section-wrap#abrasion .heading {
  position: relative;
}
#sub.service .section-wrap#abrasion .heading.detail::after {
  top: 150px;
}
#sub.service .section-wrap#abrasion .flexbox.col3::after {
  content: none;
}
#sub.service .track-record {
  padding-top: 100px;
  margin-top: 0;
  padding-bottom: 40px;
}
#sub.service .track-record .heading {
  padding: 0 20px;
  left: 0;
  top: -115px;
  font-size: 30px;
  margin-bottom: 15px;
}
#sub.service .track-record .heading .detail {
  font-size: 16px;
  margin-top: 0;
}
#sub.service .track-record .slider-track-record .slide .text .title {
  line-height: 1.5;
}
#sub.service .track-record .btn {
  margin-top: 20px;
}
#sub.service .service-bottom {
  font-size: 22px;
}
#sub.service .service-bottom span {
  font-size: 17px;
}
#sub.service .service-bottom .conts-padding {
  padding: 40px 0;
}
#sub.flow .anchor-wrap {
  padding: 20px 0;
}
#sub.flow .anchor-wrap .anchor {
  display: flex;
  background: transparent;
  border: none;
}
#sub.flow .anchor-wrap .anchor.anchor-red {
  flex-wrap: wrap;
}
#sub.flow .anchor-wrap .anchor.anchor-red a {
  position: relative;
  width: 50%;
  padding: 10px 15px 10px 50px;
  text-align: left;
  font-size: 15px;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  border: 3px solid #bd1b1b;
}
#sub.flow .anchor-wrap .anchor.anchor-red a::after {
  transform: rotate(90deg);
  content: "";
  background: url(../img/bc-arrow.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 10px;
  left: auto;
  top: calc(50% - 5px);
}
#sub.flow .anchor-wrap .anchor.anchor-red a img {
  display: none;
}
#sub.flow .anchor-wrap .anchor.anchor-red a:before {
  display: inline-block;
  content: "";
  font-size: 25px;
  font-weight: bold;
  width: 26px;
  height: 18px;
  background: url(../img/flow-anchor-num01.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 12px;
  top: calc(50% - 9px);
}
#sub.flow .anchor-wrap .anchor.anchor-red a:first-child {
  border-bottom: none;
  border-radius: 4px 0 0 0;
}
#sub.flow .anchor-wrap .anchor.anchor-red a:nth-child(2) {
  border-left: none;
  border-bottom: none;
  border-radius: 0 4px 0 0;
}
#sub.flow .anchor-wrap .anchor.anchor-red a:nth-child(2)::before {
  background: url(../img/flow-anchor-num02.png) no-repeat;
  background-size: contain;
}
#sub.flow .anchor-wrap .anchor.anchor-red a:nth-child(3)::before {
  background: url(../img/flow-anchor-num03.png) no-repeat;
  background-size: contain;
}
#sub.flow .anchor-wrap .anchor.anchor-red a:nth-child(4) {
  border-left: 0;
  border-radius: 0 0 4px 0;
}
#sub.flow .anchor-wrap .anchor.anchor-red a:nth-child(4)::before {
  background: url(../img/flow-anchor-num04.png) no-repeat;
  background-size: contain;
}
#sub.flow .anchor-wrap .anchor.anchor-red a:nth-child(5) {
  border-top: none;
  border-radius: 0 0 4px 4px;
}
#sub.flow .anchor-wrap .anchor.anchor-red a:nth-child(5)::before {
  background: url(../img/flow-anchor-num05.png) no-repeat;
  background-size: contain;
}
#sub.flow .order-flow {
  background: url(../img/bg-dot.png) left top;
  background-repeat: repeat-y;
}
#sub.flow .order-flow .flexbox {
  margin-bottom: 30px;
}
#sub.flow .order-flow .flexbox::after {
  content: none !important;
}
#sub.flow .order-flow .flexbox .order-flow-icon {
  margin-bottom: 10px;
  margin-right: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#sub.flow .order-flow .flexbox .order-flow-icon .detail {
  padding-left: 15px;
  text-align: left;
}
#sub.flow .order-flow .flexbox .order-flow-icon .detail span {
  text-align: left;
  margin-bottom: 0;
}
#sub.flow .order-flow .flexbox .order-flow-icon span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
#sub.flow .order-flow .flexbox .order-flow-icon span img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#sub.flow .order-flow .flexbox .order-flow-icon .bg-red-grad {
  width: 60px;
  height: 60px;
}
#sub.flow .order-flow .flexbox .order-flow-icon .bg-red-grad img {
  max-width: 50%;
}
#sub.flow .order-flow .flexbox .heading {
  font-size: 20px;
  margin-bottom: 15px;
}
#sub.flow .order-flow .flexbox .order-flow-detail {
  width: 100%;
}
#sub.flow .order-flow .flexbox .order-flow-detail .box {
  padding: 20px 15px;
}
#sub.flow .order-flow .flexbox .order-flow-detail .box .flexbox {
  display: block;
}
#sub.flow .order-flow .flexbox .order-flow-detail .box .flexbox .text {
  width: 100%;
}
#sub.flow .order-flow .flexbox .order-flow-detail .box .flexbox .photo {
  margin-top: 15px;
  width: 100%;
}
#sub.flow .order-flow .flexbox .order-flow-detail .conv-btn-wrap {
  display: block;
}
#sub.flow .order-flow .flexbox .order-flow-detail .conv-btn-wrap .btn-wrap {
  width: 100%;
  margin-left: 0;
}
#sub.flow .order-flow .flexbox .order-flow-detail .conv-btn-wrap .btn-wrap .btn {
  width: 100%;
  padding: 15px 20px;
}
#sub.flow .order-flow .flexbox .order-flow-detail .conv-btn-wrap .btn-wrap:first-child {
  margin-bottom: 10px;
}
#sub.contact .conts-padding {
  padding-top: 40px;
}
#sub.contact .form-box form .attention {
  margin-top: 0;
}
#sub.document {
  background: none;
  background-repeat: no-repeat;
}
#sub.document .section-wrap {
  overflow: hidden;
  position: relative;
}
#sub.document .section-wrap::before {
  content: "";
  display: inline-block;
  background: url(../img/bg-dot.png);
  width: 688px;
  height: 688px;
  position: absolute;
  left: -344px;
  top: -40px;
  z-index: -1;
}
#sub.document .section-wrap .flexbox .item {
  width: 48.5%;
  margin-bottom: 15px;
}
#sub.document .section-wrap .flexbox .item .photo .btn-wrap {
  width: 100%;
  left: 0%;
}
#sub.document .section-wrap .flexbox .item .photo .btn-wrap .btn {
  font-size: 13px;
}
#sub.document .section-wrap .flexbox .item .title {
  font-size: 16px;
}
#sub.document .conts-padding {
  padding-top: 40px;
  padding-bottom: 25px;
}
#sub.company .sub-heading-wrap .sub-common-heading, #sub.products .sub-heading-wrap .sub-common-heading {
  padding-bottom: 30px;
}
#sub.company .section-wrap#about-us table tr th,
#sub.company .section-wrap#about-us table tr td, #sub.products .section-wrap#about-us table tr th,
#sub.products .section-wrap#about-us table tr td {
  display: block;
  width: 100%;
}
#sub.company .section-wrap#about-us table tr td .flexbox, #sub.products .section-wrap#about-us table tr td .flexbox {
  display: block;
}
#sub.company .section-wrap#about-us table tr td .flexbox .item, #sub.products .section-wrap#about-us table tr td .flexbox .item {
  width: 100%;
}
#sub.company .section-wrap#about-us table tr td .flexbox .item:first-child, #sub.products .section-wrap#about-us table tr td .flexbox .item:first-child {
  margin-bottom: 15px;
}
#sub.company .section-wrap#message, #sub.company .section-wrap#access, #sub.company .section-wrap#product-glass, #sub.company .section-wrap#product-equipment, #sub.products .section-wrap#message, #sub.products .section-wrap#access, #sub.products .section-wrap#product-glass, #sub.products .section-wrap#product-equipment {
  padding-top: 40px;
}
#sub.company .section-wrap#message .container, #sub.company .section-wrap#access .container, #sub.company .section-wrap#product-glass .container, #sub.company .section-wrap#product-equipment .container, #sub.products .section-wrap#message .container, #sub.products .section-wrap#access .container, #sub.products .section-wrap#product-glass .container, #sub.products .section-wrap#product-equipment .container {
  position: relative;
}
#sub.company .section-wrap#message .container .wrapper, #sub.company .section-wrap#access .container .wrapper, #sub.company .section-wrap#product-glass .container .wrapper, #sub.company .section-wrap#product-equipment .container .wrapper, #sub.products .section-wrap#message .container .wrapper, #sub.products .section-wrap#access .container .wrapper, #sub.products .section-wrap#product-glass .container .wrapper, #sub.products .section-wrap#product-equipment .container .wrapper {
  z-index: 1;
}
#sub.company .section-wrap#message .container .wrapper::before, #sub.company .section-wrap#access .container .wrapper::before, #sub.company .section-wrap#product-glass .container .wrapper::before, #sub.company .section-wrap#product-equipment .container .wrapper::before, #sub.products .section-wrap#message .container .wrapper::before, #sub.products .section-wrap#access .container .wrapper::before, #sub.products .section-wrap#product-glass .container .wrapper::before, #sub.products .section-wrap#product-equipment .container .wrapper::before {
  top: 0;
}
#sub.company .section-wrap#message .container .wrapper .inner, #sub.company .section-wrap#access .container .wrapper .inner, #sub.company .section-wrap#product-glass .container .wrapper .inner, #sub.company .section-wrap#product-equipment .container .wrapper .inner, #sub.products .section-wrap#message .container .wrapper .inner, #sub.products .section-wrap#access .container .wrapper .inner, #sub.products .section-wrap#product-glass .container .wrapper .inner, #sub.products .section-wrap#product-equipment .container .wrapper .inner {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
#sub.company .section-wrap#message, #sub.products .section-wrap#message {
  padding-top: 0px;
}
#sub.company .section-wrap#message, #sub.company .section-wrap#access, #sub.products .section-wrap#message, #sub.products .section-wrap#access {
  padding-bottom: 40px;
}
#sub.company .section-wrap#access .box-red .flexbox, #sub.products .section-wrap#access .box-red .flexbox {
  display: block;
}
#sub.company .section-wrap#access .box-red .flexbox .item, #sub.products .section-wrap#access .box-red .flexbox .item {
  width: 100%;
  padding: 15px;
}
#sub.company .section-wrap#access .box-red .flexbox .item:first-child, #sub.products .section-wrap#access .box-red .flexbox .item:first-child {
  margin-bottom: 10px;
}
#sub.company .section-wrap#access .container .wrapper::before, #sub.company .section-wrap#product-burner .container .wrapper::before, #sub.products .section-wrap#access .container .wrapper::before, #sub.products .section-wrap#product-burner .container .wrapper::before {
  right: -344px;
  left: auto;
}
#sub.company .section-wrap#access .container .wrapper .inner, #sub.company .section-wrap#product-burner .container .wrapper .inner, #sub.products .section-wrap#access .container .wrapper .inner, #sub.products .section-wrap#product-burner .container .wrapper .inner {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
#sub.company .section-wrap#access .container .wrapper .inner::before, #sub.company .section-wrap#product-burner .container .wrapper .inner::before, #sub.products .section-wrap#access .container .wrapper .inner::before, #sub.products .section-wrap#product-burner .container .wrapper .inner::before {
  display: none;
}
#sub.company .section-wrap#access .container .wrapper .inner .box-red, #sub.company .section-wrap#product-burner .container .wrapper .inner .box-red, #sub.products .section-wrap#access .container .wrapper .inner .box-red, #sub.products .section-wrap#product-burner .container .wrapper .inner .box-red {
  position: relative;
}
#sub.company .section-wrap#access .container .wrapper .inner .box-red:first-child::before, #sub.company .section-wrap#product-burner .container .wrapper .inner .box-red:first-child::before, #sub.products .section-wrap#access .container .wrapper .inner .box-red:first-child::before, #sub.products .section-wrap#product-burner .container .wrapper .inner .box-red:first-child::before {
  display: none;
}
#sub.company .section-wrap#access .container .wrapper .inner .box-red .bg-gray, #sub.company .section-wrap#product-burner .container .wrapper .inner .box-red .bg-gray, #sub.products .section-wrap#access .container .wrapper .inner .box-red .bg-gray, #sub.products .section-wrap#product-burner .container .wrapper .inner .box-red .bg-gray {
  padding: 20px;
}
#sub.news .section-wrap, #sub.blog .section-wrap, #sub.products .section-wrap {
  position: relative;
}
#sub.news .section-wrap::before, #sub.blog .section-wrap::before, #sub.products .section-wrap::before {
  content: "";
  width: 688px;
  height: 688px;
  position: absolute;
  background: url(../img/bg-dot.png) no-repeat;
  background-size: contain;
  top: 110px;
  left: -110px;
  z-index: -1;
}
#sub.news .section-wrap::after, #sub.blog .section-wrap::after, #sub.products .section-wrap::after {
  content: "";
  width: 688px;
  height: 688px;
  position: absolute;
  background: url(../img/bg-dot.png) no-repeat;
  background-size: contain;
  bottom: -344px;
  right: -110px;
  z-index: -1;
}
#sub.products .section-wrap::before {
  content: none;
}
#sub.products .section-wrap::after {
  content: none;
}
#sub.products #product-burner .container .wrapper::before {
  content: "";
  width: 688px;
  height: 688px;
  position: absolute;
  background: url(../img/bg-dot.png) no-repeat;
  background-size: contain;
  top: 0px;
  left: -344px;
}
#sub.products .single-wrap .btn-download {
  margin: 30px 0;
  padding: 0;
}
#sub.products .section-wrap .container {
  padding-bottom: 40px;
}
#sub.products .section-wrap .container .inner .flexbox {
  display: block;
}
#sub.products .section-wrap .container .inner .flexbox .item {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
#sub.products .section-wrap .container .inner .flexbox .item:last-child {
  margin-bottom: 0;
}
#sub.products .section-wrap#product-glass {
  padding-top: 20px;
}
#sub.products .section-wrap#product-glass, #sub.products .section-wrap#product-burner, #sub.products .section-wrap#product-equipment {
  overflow: hidden;
}
#sub.products .section-wrap#product-glass::before, #sub.products .section-wrap#product-glass:after, #sub.products .section-wrap#product-burner::before, #sub.products .section-wrap#product-burner:after, #sub.products .section-wrap#product-equipment::before, #sub.products .section-wrap#product-equipment:after {
  content: none !important;
}
#sub.products .btn-wrap .btn.bg-white {
  margin-top: 0;
}
#sub.products .single .section-wrap .container {
  padding-bottom: 15px;
}
#sub.products .single .section-wrap .container .inner .flexbox.col2 .item {
  width: 100%;
}
#sub.news .conts-padding {
  padding-top: 40px;
}
#sub.news .heading-grad-red {
  margin-bottom: 10px;
  padding-left: 45px;
  font-size: 22px;
}
#sub.news .heading-grad-red::before {
  width: 35px;
  height: 35px;
}
#sub.news .heading-grad-red::after {
  bottom: 15px;
}
#sub.news .single .btn-wrap .btn.bg-white {
  margin-top: 30px;
}
#sub.news .article-conts-wrap .article-conts .inner {
  display: block;
}
#sub.news .article-conts-wrap .article-conts .inner time {
  width: auto;
}
#sub.news .article-conts-wrap .article-conts .inner .cat-label {
  width: auto;
}
#sub.news .article-conts-wrap .article-conts .inner .title {
  display: block;
  width: 100%;
}
#sub.blog main {
  overflow: hidden;
}
#sub.blog .heading-grad-red {
  margin-bottom: 10px;
  padding-left: 45px;
  font-size: 22px;
}
#sub.blog .heading-grad-red::before {
  width: 35px;
  height: 35px;
}
#sub.blog .heading-grad-red::after {
  bottom: 15px;
}
#sub.blog .article-conts-wrap .article-conts .inner {
  padding: 15px;
  display: block;
}
#sub.blog .article-conts-wrap .article-conts .inner::before {
  content: none;
}
#sub.blog .article-conts-wrap .article-conts .inner .thumbnail {
  display: block;
  box-shadow: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
#sub.blog .article-conts-wrap .article-conts .inner .text {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
#sub.blog .article-conts-wrap .article-conts .inner .text::before {
  content: "";
  background: url(../img/bc-arrow.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: calc(50% - 5px);
}
#sub.blog .article-conts-wrap .article-conts .inner .text time {
  display: flex;
  order: 3;
}
#sub.blog .single .article-links .inner {
  display: flex;
}
#sub.blog .single .btn-wrap .btn.bg-white {
  margin-top: 25px;
}
#sub.recruit .sub-heading-wrap .sub-common-heading {
  padding-top: 0;
  font-size: 17px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
}
#sub.recruit .sub-heading-wrap .sub-common-heading .en {
  font-size: 15px;
  margin-bottom: 15px;
}
#sub.recruit .sub-heading-wrap .btn-wrap {
  text-align: center;
  padding: 0;
  margin-top: 25px;
}
#sub.recruit .sub-heading-wrap .btn-wrap .btn {
  width: 100%;
}
#sub.recruit .anchor-wrap {
  padding: 0;
}
#sub.recruit .anchor-wrap .anchor {
  display: block;
}
#sub.recruit .anchor-wrap .anchor.anchor-red a {
  text-align: left;
  position: relative;
  width: 100%;
  font-size: 17px;
  padding: 10px 20px;
  border-bottom: 2px solid #bd1b1b;
}
#sub.recruit .anchor-wrap .anchor.anchor-red a:last-child {
  border-bottom: 0;
}
#sub.recruit .anchor-wrap .anchor.anchor-red a::after {
  background: url(../img/bc-arrow.png);
  width: 6px;
  height: 10px;
  bottom: auto;
  top: calc(50% - 3px);
  right: 15px;
  left: auto;
  transform: rotate(90deg);
}
#sub.recruit #merit .container {
  top: auto;
  left: auto;
  padding-bottom: 40px;
}
#sub.recruit #merit .container .flexbox {
  display: block;
}
#sub.recruit #merit .container .flexbox::before {
  top: -40px;
}
#sub.recruit #merit .container .flexbox .item {
  width: 100%;
}
#sub.recruit #merit .container .flexbox .heading {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 38px;
}
#sub.recruit #merit .container .flexbox .heading::before {
  width: 20px;
  height: 20px;
}
#sub.recruit #merit .container .flexbox:not(:last-child) {
  margin-bottom: 30px;
}
#sub.recruit #merit .container .flexbox:first-child .heading::before {
  width: 30px;
  height: 23px;
  background: url(../img/num01.png) no-repeat;
  top: 8px;
  background-size: contain;
}
#sub.recruit #merit .container .flexbox:nth-child(2) {
  display: flex;
  flex-direction: column;
}
#sub.recruit #merit .container .flexbox:nth-child(2) .text {
  display: flex;
  order: 2;
  flex-direction: column;
}
#sub.recruit #merit .container .flexbox:nth-child(2) .photo {
  display: flex;
  order: 1;
}
#sub.recruit #merit .container .flexbox:nth-child(2) .heading {
  padding-left: 38px;
}
#sub.recruit #merit .container .flexbox:nth-child(2) .heading::before {
  width: 30px;
  height: 23px;
  background: url(../img/num02.png) no-repeat;
  background-size: contain;
  top: 8px;
}
#sub.recruit #merit .container .flexbox:nth-child(2)::before {
  right: -344px;
  left: auto;
}
#sub.recruit #merit .container .flexbox:last-child .heading {
  padding-left: 38px;
}
#sub.recruit #merit .container .flexbox:last-child .heading::before {
  width: 30px;
  height: 23px;
  background: url(../img/num03.png) no-repeat;
  background-size: contain;
  top: 8px;
}
#sub.recruit #ideal {
  position: relative;
  z-index: 1;
}
#sub.recruit #ideal .box {
  padding: 20px;
}
#sub.recruit #ideal .box .flexbox {
  display: block;
}
#sub.recruit #ideal .box .flexbox .item {
  width: 100%;
}
#sub.recruit #ideal .box .flexbox .item:not(:last-child) {
  margin-bottom: 20px;
}
#sub.recruit #ideal .box .text .text-center {
  font-size: 18px;
  margin-bottom: 10px;
}
#sub.recruit .message {
  margin-bottom: 0;
}
#sub.recruit .message .box .bottom50 {
  text-align: left;
}
#sub.recruit .message .box .title {
  font-size: 22px;
  margin-bottom: 15px;
}
#sub.recruit .message .btn-wrap {
  padding: 0;
}
#sub.recruit #job-description {
  background: transparent;
  position: relative;
}
#sub.recruit #job-description::after {
  content: none;
}
#sub.recruit #job-description .text-center {
  padding: 0 15px;
  text-align: left;
}
#sub.recruit #job-description .box {
  position: relative;
  border-top: 5px solid #bd1b1b;
  background: #f8f8f8;
  padding: 20px 15px 30px;
}
#sub.recruit #job-description .box:not(:last-child) {
  margin-bottom: 20px;
}
#sub.recruit #job-description .box .title {
  font-size: 22px;
  margin-bottom: 15px;
}
#sub.recruit #job-description .box table tr th,
#sub.recruit #job-description .box table tr td {
  display: block;
  width: 100%;
}
#sub.recruit .closed .box {
  padding: 15px;
}
#sub.recruit #entry .text-center.bottom50 {
  padding: 0 15px;
  text-align: left;
}
#sub.privacy {
  background: none;
}
#sub.privacy .conts-padding {
  padding-top: 40px;
}
#sub.privacy .box-red {
  position: relative;
}
#sub.privacy .box-red::before {
  content: "";
  display: inline-block;
  background: url(../img/bg-dot.png);
  width: 688px;
  height: 688px;
  position: absolute;
  left: -344px;
  top: -40px;
  z-index: -1;
}
#sub.privacy .box-red::after {
  content: "";
  display: inline-block;
  background: url(../img/bg-dot.png);
  width: 688px;
  height: 688px;
  position: absolute;
  right: -344px;
  bottom: -40px;
  z-index: -1;
}
#sub.privacy .box-red .heading-grad-red {
  font-size: 20px;
}
#sub.privacy .box-red .address .detail {
  font-size: 17px;
}
#sub.privacy .box-red .address .tel {
  display: block;
  line-height: 1.5;
}
#sub.privacy .box-red .address .small {
  display: block;
  margin-bottom: 10px;
}
#sub.sitemap .container {
  padding-bottom: 40px;
}
#sub.sitemap .container .wrapper .flexbox {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  display: block;
}
#sub.sitemap .container .wrapper .flexbox:before {
  background: rgb(189, 27, 27);
  background: linear-gradient(90deg, rgb(189, 27, 27) 50%, rgba(189, 27, 27, 0) 100%);
  width: 100%;
  height: 3px;
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
}
#sub.sitemap .container .wrapper .flexbox a {
  padding: 0 0 0 40px;
  background: transparent;
  width: 100%;
  display: block;
  box-shadow: none;
}
#sub.sitemap .container .wrapper .flexbox a:last-child {
  margin-bottom: 0;
}
#sub.sitemap .container .wrapper .flexbox a:before {
  content: none;
}
#sub.sitemap .container .wrapper .flexbox a:after {
  transition: 0.5s;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/slide-arrow.png);
  position: relative;
  background-size: contain;
  left: 15px;
  top: calc(50% - 7px);
  position: absolute;
  transform: scale(-1, 1);
}
#sub.sitemap .container .wrapper .flexbox a:hover {
  background: transparent;
  color: #000;
}
#sub.sitemap .container .wrapper .flexbox a:hover::after {
  filter: inherit;
}

/*=============================
footer
=============================*/
footer {
  background: url(../img/footer-bg.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  font-size: 15px;
}
footer .flexbox {
  padding: 20px 0 25px;
  display: block;
}
footer .flexbox .item {
  width: 100%;
}
footer .flexbox .item .heading {
  padding-bottom: 25px;
  font-size: 28px;
  position: relative;
}
footer .flexbox .item .heading::after {
  bottom: 15px;
}
footer .flexbox .item .menu {
  display: flex;
  margin-bottom: 15px;
}
footer .flexbox .item .menu .menu-inner {
  width: 50%;
}
footer .flexbox .item .menu .menu-inner li {
  line-height: 2.5;
}
footer .flexbox .item .menu .menu-inner li a:hover {
  opacity: 1;
  color: #bd1b1b;
}
footer .flexbox address .name {
  font-size: 22px;
  margin-bottom: 10px;
}
footer .flexbox .sns {
  margin-bottom: 30px !important;
}
footer .flexbox .sns a img {
  vertical-align: middle;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(200%) contrast(101%);
  width: auto;
  max-width: 100%;
  height: auto;
}
footer .flexbox .sns a:first-child {
  margin-right: 15px;
}
footer .flexbox .conv-btn-wrap {
  display: block;
}
footer .flexbox .conv-btn-wrap .btn-wrap {
  padding: 0;
}
footer .flexbox .conv-btn-wrap .btn-wrap:not(:last-child) {
  margin-right: 0;
  margin-bottom: 10px;
}
footer .flexbox .conv-btn-wrap .btn {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 10px 20px;
  font-size: 17px;
}
footer .flexbox .conv-btn-wrap .btn.btn-tel {
  padding: 15px 20px 5px;
  font-size: 21px;
  vertical-align: super;
}
footer .flexbox .conv-btn-wrap .btn.btn-tel br {
  display: block;
}
footer .flexbox .conv-btn-wrap .btn.btn-tel span {
  display: inline-block;
  vertical-align: super;
}
footer .copylight {
  padding: 15px 0;
}
footer .pagetop {
  z-index: 999999;
  bottom: 30px;
  right: 15px;
}
footer .pagetop a {
  width: 50px;
  height: 50px;
}/*# sourceMappingURL=sp-layout.css.map */