@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*-----------------------------------------------------------------
Reset
-----------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea, header, footer, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  zoom: 1;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

hr {
  display: none;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

a {
  outline: none;
}

@media all and (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*-----------------------------------------------------------------
Base
-----------------------------------------------------------------*/
/* Font
----------------------------------------*/
* {
  font-style: normal;
  font-weight: normal;
}

/* Default
----------------------------------------*/
body {
  position: relative;
  color: #000;
}
body:lang(ja) {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1200px;
    font-size: 1rem;
    line-height: 2;
  }
}
body a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body.is-fixed {
    overflow: hidden;
  }
}

button, input, select {
  font-family: "Noto Sans JP", sans-serif;
}

/*
*:focus-visible {
	outline: 3px solid #333 !important;
}
*/
.compensate-for-scrollbar {
  margin-right: 0 !important;
}

/*-----------------------------------------------------------------
Others
-----------------------------------------------------------------*/
/* Fade
----------------------------------------*/
.js-scroll {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.js-scrollin {
  opacity: 1;
}

/* Main
----------------------------------------*/
@media screen and (max-width: 768px) {
  .main {
    padding-top: 61px;
  }
}

/* Container
----------------------------------------*/
/*-----------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------*/
.header {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header.is-active {
    background-color: #f0f0f0;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header-inner {
    width: 100%;
    height: 60px;
    padding-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .header-logo {
    width: 170px;
  }
}
.header-logo a {
  display: block;
}

.header-nav {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-nav__sub-list li.-link a {
  display: block;
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
  background-color: #3c3c3c;
  padding: 12px 0 12px 40px;
}
.header-nav__sub-list li.-link a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav__sub-list li.-link a span::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/common/ic_blank_white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  margin-left: 15px;
}
.header-nav__sub-list li.-link a span:hover {
  opacity: 0.7;
}
.header-nav__sub-list li.-lang a {
  display: block;
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
  background-color: #3c3c3c;
  padding: 12px 40px;
}
.header-nav__sub-list li.-lang a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav__sub-list li.-lang a span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/common/ic_lang.svg");
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 10px;
}
.header-nav__sub-list li.-lang a span:hover {
  opacity: 0.7;
}
.header-nav__sub-list li.-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  background-color: #9e0012;
  padding: 10px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav__sub-list li.-contact a:hover {
  opacity: 0.7;
}
.header-nav__main {
  margin-top: 20px;
}
.header-nav__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.header-nav__main-list li a {
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 15px;
}
.header-nav__main-list li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav__main-list li a:hover::after {
  width: 100%;
  background-color: #9e0012;
}
.header-nav__main-list li.is-current a::after {
  width: 100%;
  background-color: #9e0012;
}

.header-bm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .header-bm {
    border-left: 1px solid #c8c8c8;
    margin-left: auto;
  }
}
.header-bm::after {
  content: "";
  height: 14px;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  line-height: 1;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header-bm::after {
    font-size: 0.6875rem;
    font-weight: 400;
  }
}
.header-bm.is-active::after {
  content: "CLOSE";
  opacity: 1;
}
.header-bm__trigger {
  position: relative;
  width: 40px;
  height: 32px;
  margin: 0 auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header-bm__trigger {
    width: 26px;
  }
}
.header-bm__trigger > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bm__trigger > span:nth-of-type(1) {
  top: 0;
}
@media screen and (max-width: 768px) {
  .header-bm__trigger > span:nth-of-type(1) {
    top: 12px;
  }
}
.header-bm__trigger > span:nth-of-type(2) {
  top: 15px;
}
@media screen and (max-width: 768px) {
  .header-bm__trigger > span:nth-of-type(2) {
    top: 22px;
  }
}
.header-bm__trigger > span:nth-of-type(3) {
  top: 30px;
}
@media screen and (max-width: 768px) {
  .header-bm__trigger > span:nth-of-type(3) {
    top: 32px;
  }
}
.header-bm__trigger.is-active {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.header-bm__trigger.is-active > span {
  background-color: #000;
}
.header-bm__trigger.is-active > span:nth-of-type(1) {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header-bm__trigger.is-active > span:nth-of-type(1) {
    -webkit-transform: translateY(-4px) rotate(-45deg);
            transform: translateY(-4px) rotate(-45deg);
  }
}
.header-bm__trigger.is-active > span:nth-of-type(2) {
  -webkit-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header-bm__trigger.is-active > span:nth-of-type(2) {
    -webkit-transform: translateY(-14px) rotate(45deg);
            transform: translateY(-14px) rotate(45deg);
  }
}
.header-bm__trigger.is-active > span:nth-of-type(3) {
  opacity: 0;
}

.header-drawer {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  width: 100%;
  background-color: #f0f0f0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header-drawer {
    height: calc(100vh - 60px);
    padding-bottom: 60px;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
  }
}
.header-drawer.is-active {
  opacity: 1;
  visibility: visible;
}
.header-drawer__inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .header-drawer__inner {
    width: 92%;
    padding: 30px 0;
  }
}
.header-drawer__sub-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .header-drawer__sub-list li.-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.header-drawer__sub-list li.-link a {
  display: block;
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
  background-color: #3c3c3c;
  padding: 15px 0 15px 40px;
}
@media screen and (max-width: 768px) {
  .header-drawer__sub-list li.-link a {
    font-size: 0.8125rem;
    color: #9e0012;
    background-color: #fff;
    border: 1px solid #9e0012;
    padding: 8px 10px;
  }
}
.header-drawer__sub-list li.-link a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-drawer__sub-list li.-link a span::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/common/ic_blank_white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .header-drawer__sub-list li.-link a span::after {
    position: absolute;
    right: 0;
    background-image: url("/assets/img/common/ic_blank_red.svg");
    background-size: 12px auto;
  }
}
.header-drawer__sub-list li.-link a span:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .header-drawer__sub-list li.-lang {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header-drawer__sub-list li.-lang a {
  display: block;
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
  background-color: #3c3c3c;
  padding: 15px 40px;
}
@media screen and (max-width: 768px) {
  .header-drawer__sub-list li.-lang a {
    font-size: 0.8125rem;
    padding: 8px 10px;
  }
}
.header-drawer__sub-list li.-lang a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-drawer__sub-list li.-lang a span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/common/ic_lang.svg");
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 10px;
}
.header-drawer__sub-list li.-lang a span:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .header-drawer__sub-list li.-contact {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.header-drawer__sub-list li.-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  background-color: #9e0012;
  padding: 10px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header-drawer__sub-list li.-contact a {
    font-size: 0.8125rem;
    padding: 8px 10px;
  }
}
.header-drawer__sub-list li.-contact a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .header-drawer__sub {
    display: none;
  }
}
.header-drawer__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .header-drawer__row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
    padding: 0 4%;
  }
}
.header-drawer__title:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .header-drawer__title:not(:first-child) {
    margin-top: 20px;
  }
}
.header-drawer__title > a {
  display: block;
  background-image: url("/assets/img/common/ic_arrow_r_black.svg");
  background-repeat: no-repeat;
  background-position: right bottom 12px;
  background-size: 18px auto;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 7px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header-drawer__title > a {
    background-size: 12px auto;
  }
}
.header-drawer__title > a:hover {
  background-image: url("/assets/img/common/ic_arrow_r_red.svg");
  border-bottom-color: #9e0012;
}
.header-drawer__title > a:hover .-jp {
  color: #9e0012;
}
.header-drawer__title .-en, .header-drawer__title .-jp {
  display: block;
  line-height: 1.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-drawer__title .-en {
  font-family: "Poppins", sans-serif;
  color: #9e0012;
}
@media screen and (max-width: 768px) {
  .header-drawer__title .-en {
    font-size: 0.75rem;
  }
}
.header-drawer__title .-jp {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header-drawer__title .-jp {
    font-size: 1rem;
  }
}
.header-drawer__list1 {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .header-drawer__list1 {
    padding-top: 15px;
  }
}
.header-drawer__list1-item > a {
  display: block;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header-drawer__list1-item > a {
    font-size: 0.8125rem;
  }
}
.header-drawer__list1-item > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #9e0012;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .header-drawer__list1-item > a::before {
    top: 9px;
  }
}
.header-drawer__list1-item > a:hover {
  color: #9e0012;
}
.header-drawer__list1.-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px 10px;
}
.header-drawer__list1.-float {
  overflow: hidden;
}
.header-drawer__list1.-float .header-drawer__list1-item {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .header-drawer__list1.-float .header-drawer__list1-item {
    width: auto;
  }
}
.header-drawer__list1.-float .header-drawer__list1-item:first-child {
  float: left;
}
@media screen and (max-width: 768px) {
  .header-drawer__list1.-float .header-drawer__list1-item:first-child {
    float: none;
  }
}
.header-drawer__list1.-float .header-drawer__list1-item:not(:first-child) {
  float: right;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .header-drawer__list1.-float .header-drawer__list1-item:not(:first-child) {
    float: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-drawer__list1.-float {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 10px;
  }
}
.header-drawer__list2 {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .header-drawer__list2 {
    display: none;
  }
}
.header-drawer__list2-item > a {
  display: block;
  position: relative;
  font-size: 0.875rem;
  color: #969696;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-drawer__list2-item > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #dadada;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-drawer__list2-item > a:hover {
  color: #9e0012;
}
.header-drawer__list2-item > a:hover::before {
  background-color: #9e0012;
}

/*-----------------------------------------------------------------
バナー
-----------------------------------------------------------------*/
/* 製品情報バナー
----------------------------------------*/
.banner-products.-bg {
  background-image: url("/assets/img/common/bg_dot.png");
  background-repeat: repeat;
  background-position: center center;
}
.banner-products__inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .banner-products__inner {
    padding: 40px 0;
  }
}
.banner-products__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .banner-products__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }
}
.banner-products__maker {
  grid-column: span 2/span 2;
}
@media screen and (max-width: 768px) {
  .banner-products__maker {
    grid-column: span 1/span 1;
  }
}
.banner-products__maker > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6%;
  background-image: url("/assets/img/common/banner_products_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 120px 40px 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .banner-products__maker > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.banner-products__maker > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 40px;
  height: 40px;
  background-image: url(/assets/img/common/ic_square_arrow_r_gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .banner-products__maker > a::after {
    right: 15px;
    width: 25px;
    height: 25px;
  }
}
.banner-products__maker > a:hover {
  opacity: 0.7;
}
.banner-products__maker-title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.875rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .banner-products__maker-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.banner-products__maker-desc {
  font-weight: 500;
  color: #fff;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .banner-products__maker-desc {
    font-size: 0.75rem;
    padding-right: 25px;
  }
}
.banner-products__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  height: 100%;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  border: 2px solid #646464;
  padding: 25px 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .banner-products__item > a {
    min-height: unset;
    font-size: 1rem;
    padding: 15px 40px;
  }
}
.banner-products__item > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 40px;
  height: 40px;
  background-image: url(/assets/img/common/ic_square_arrow_r_red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .banner-products__item > a::after {
    right: 15px;
    width: 25px;
    height: 25px;
  }
}
.banner-products__item > a:hover {
  opacity: 0.7;
}
.banner-products__sub {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .banner-products__sub {
    font-size: 0.75rem;
    padding-top: 5px;
  }
}

/* お問い合わせバナー
----------------------------------------*/
.banner-contact {
  min-height: 500px;
  background-image: url("/assets/img/common/banner_contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .banner-contact {
    min-height: 250px;
  }
}

.banner-contact-inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .banner-contact-inner {
    padding: 40px 0;
  }
}

.banner-contact-heading {
  color: #fff;
  text-align: center;
}
.banner-contact-heading__en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .banner-contact-heading__en {
    font-size: 2.25rem;
  }
}
.banner-contact-heading__jp {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .banner-contact-heading__jp {
    font-size: 1rem;
    padding-top: 5px;
  }
}

.banner-contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .banner-contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.banner-contact-content__l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #c8c8c8;
}
@media screen and (max-width: 768px) {
  .banner-contact-content__l {
    border-bottom: 1px solid #c8c8c8;
    border-right: none;
  }
}
.banner-contact-content__r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.banner-contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 70px 50px;
}
@media screen and (max-width: 768px) {
  .banner-contact-tel {
    padding: 25px 4%;
  }
}
.banner-contact-tel__title {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .banner-contact-tel__title {
    font-size: 1rem;
  }
}
.banner-contact-tel__no {
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #9e0012;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .banner-contact-tel__no {
    font-size: 2.25rem;
    margin-top: 15px;
  }
}
.banner-contact-tel__no span {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .banner-contact-tel__no span {
    font-size: 1.5rem;
  }
}

.banner-contact-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 70px 50px;
}
@media screen and (max-width: 768px) {
  .banner-contact-mail {
    padding: 25px 4%;
  }
}
.banner-contact-mail__title {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .banner-contact-mail__title {
    font-size: 1rem;
  }
}
.banner-contact-mail__btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .banner-contact-mail__btn {
    width: 90%;
    margin-top: 15px;
  }
}
.banner-contact-mail__btn > a {
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #9e0012;
  background-image: url("/assets/img/common/ic_circle_caret_r_red.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 50px auto;
  border-radius: 2em;
  padding: 20px 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .banner-contact-mail__btn > a {
    font-size: 0.9375rem;
    background-size: 30px auto;
    padding: 15px 20px;
  }
}
.banner-contact-mail__btn > a:hover {
  opacity: 0.7;
}

/*-----------------------------------------------------------------
ページトップ
-----------------------------------------------------------------*/
.pagetop {
  position: sticky;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 80px;
  padding-bottom: 40px;
  margin: -40px 40px 0 auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    padding-bottom: 20px;
    margin: -20px 15px 0 auto;
  }
}
.pagetop.is-show {
  visibility: visible;
  opacity: 1;
}

.pagetop-btn {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagetop-btn:hover {
  opacity: 0.7;
}
.pagetop-btn img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .pagetop-btn img {
    width: 50px;
  }
}

/*-----------------------------------------------------------------
フッター
-----------------------------------------------------------------*/
.footer {
  margin-top: -80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: -40px;
  }
}

.footer-inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 40px 0;
  }
}

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 768px) {
  .footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.footer-block__l {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.footer-block__r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-block__r::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #c8c8c8;
    margin-left: -4vw;
  }
}

@media screen and (max-width: 768px) {
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .footer-logo img {
    width: 150px;
  }
}

.footer-info {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .footer-info {
    margin-top: 20px;
  }
}
.footer-info dt {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer-info dt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-info dd {
    font-size: 0.75rem;
  }
}

.footer-menu1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .footer-menu1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 10px;
    margin-top: 20px;
  }
}
.footer-menu1 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-menu1 li a {
  display: block;
  font-weight: 600;
  color: #9e0012;
  text-align: center;
  background-image: url("/assets/img/common/ic_blank_red.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px auto;
  border: 1px solid #9e0012;
  padding: 10px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .footer-menu1 li a {
    font-size: 0.75rem;
    background-position: right 10px center;
    background-size: 12px auto;
    padding: 8px 10px;
  }
}
.footer-menu1 li a:hover {
  color: #fff;
  background-color: #9e0012;
  background-image: url("/assets/img/common/ic_blank_white.svg");
}

.footer-menu2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .footer-menu2 {
    gap: 0 5px;
    margin-top: 30px;
  }
}
.footer-menu2 li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.footer-menu2 li:not(:first-child) {
  border-left: 1px solid #000;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .footer-menu2 li:not(:first-child) {
    padding-left: 5px;
  }
}
.footer-menu2 li a {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .footer-menu2 li a {
    font-size: 0.75rem;
  }
}
.footer-menu2 li a:hover {
  color: #9e0012;
}

.footer-main__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .footer-main__row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
    padding: 0 4%;
  }
}
@media screen and (min-width: 769px) {
  .footer-main__col.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-main__title:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .footer-main__title:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .footer-main__title.-auto {
    margin-top: auto;
  }
}
.footer-main__title > a {
  display: block;
  background-image: url("/assets/img/common/ic_arrow_r_black.svg");
  background-repeat: no-repeat;
  background-position: right bottom 12px;
  background-size: 18px auto;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 7px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .footer-main__title > a {
    background-size: 12px auto;
  }
}
.footer-main__title > a:hover {
  background-image: url("/assets/img/common/ic_arrow_r_red.svg");
  border-bottom-color: #9e0012;
}
.footer-main__title > a:hover .-jp {
  color: #9e0012;
}
.footer-main__title .-en, .footer-main__title .-jp {
  display: block;
  line-height: 1.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-main__title .-en {
  font-family: "Poppins", sans-serif;
  color: #9e0012;
}
@media screen and (max-width: 768px) {
  .footer-main__title .-en {
    font-size: 0.75rem;
  }
}
.footer-main__title .-jp {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer-main__title .-jp {
    font-size: 1rem;
  }
}
.footer-main__list1 {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer-main__list1 {
    padding-top: 15px;
  }
}
.footer-main__list1-item > a {
  display: block;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .footer-main__list1-item > a {
    font-size: 0.8125rem;
  }
}
.footer-main__list1-item > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #9e0012;
  border-radius: 10px;
}
.footer-main__list1-item > a:hover {
  color: #9e0012;
}
.footer-main__list1.-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px 10px;
}
.footer-main__list1.-float {
  overflow: hidden;
}
.footer-main__list1.-float .footer-main__list1-item {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .footer-main__list1.-float .footer-main__list1-item {
    width: auto;
  }
}
.footer-main__list1.-float .footer-main__list1-item:first-child {
  float: left;
}
@media screen and (max-width: 768px) {
  .footer-main__list1.-float .footer-main__list1-item:first-child {
    float: none;
  }
}
.footer-main__list1.-float .footer-main__list1-item:not(:first-child) {
  float: right;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .footer-main__list1.-float .footer-main__list1-item:not(:first-child) {
    float: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-main__list1.-float {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 10px;
  }
}
.footer-main__list2 {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .footer-main__list2 {
    display: none;
  }
}
.footer-main__list2-item > a {
  display: block;
  position: relative;
  font-size: 0.875rem;
  color: #969696;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-main__list2-item > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #dadada;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-main__list2-item > a:hover {
  color: #9e0012;
}
.footer-main__list2-item > a:hover::before {
  background-color: #9e0012;
}

.footer-cr {
  border-top: 1px solid #c8c8c8;
  padding: 20px 4%;
}
@media screen and (max-width: 768px) {
  .footer-cr {
    padding: 15px 4%;
  }
}
.footer-cr__txt {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #969696;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-cr__txt {
    font-size: 0.625rem;
  }
}

/*-----------------------------------------------------------------
記事
-----------------------------------------------------------------*/
.anchor-1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .anchor-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.anchor-1:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .anchor-1:not(:first-child) {
    margin-top: 30px;
  }
}
.anchor-1:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .anchor-1:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .anchor-1.-col5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.anchor-1__item a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  background-color: #fff;
  background-image: url("/assets/img/common/ic_arrow_anchor.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px;
  border-radius: 2em;
  padding: 14px 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .anchor-1__item a {
    font-size: 0.75rem;
    background-size: 14px 14px;
    padding: 7px 20px 7px 5px;
  }
}
.anchor-1__item a:hover {
  opacity: 0.7;
}

/*-----------------------------------------------------------------
記事
-----------------------------------------------------------------*/
.article {
  background-color: #fff;
  padding: 70px 5%;
}
@media screen and (max-width: 768px) {
  .article {
    padding: 30px 4%;
  }
}

.article-head__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .article-head__top {
    gap: 0 15px;
  }
}
.article-head__date {
  display: block;
  width: 6em;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .article-head__date {
    font-size: 0.8125rem;
  }
}
.article-head__category {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 7em;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  background-color: #646464;
  border-radius: 2em;
  padding: 7px 20px;
}
@media screen and (max-width: 768px) {
  .article-head__category {
    font-size: 0.6875rem;
    padding: 4px 10px;
  }
}
.article-head__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #c8c8c8;
  padding: 25px 0 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .article-head__title {
    font-size: 1rem;
    padding: 15px 0;
    margin-bottom: 20px;
  }
}

.article-post p:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .article-post p:not(:first-child) {
    margin-top: 20px;
  }
}
.article-post figure {
  text-align: center;
}
.article-post figure figcaption {
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .article-post figure figcaption {
    font-size: 0.6875rem;
    padding-top: 10px;
  }
}
.article-post figure:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .article-post figure:not(:first-child) {
    margin-top: 30px;
  }
}
.article-post figure:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .article-post figure:not(:last-child) {
    margin-bottom: 30px;
  }
}
.article-post a {
  color: #9e0012;
}
.article-post a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  vertical-align: middle;
  background-image: url("/assets/img/common/ic_pdf.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .article-post a[href*=".pdf"]::after {
    width: 16px;
    height: 20px;
  }
}

/*-----------------------------------------------------------------
パンくずリスト
-----------------------------------------------------------------*/
.breadcrumb-inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-inner {
    padding-top: 20px;
    overflow-x: scroll;
  }
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-list {
    gap: 0 7px;
    white-space: nowrap;
  }
}
.breadcrumb-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .breadcrumb-list__item {
    font-size: 0.6875rem;
  }
}
.breadcrumb-list__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #646464;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-list__item:not(:first-child)::before {
    width: 7px;
    margin-right: 7px;
  }
}
.breadcrumb-list__item a {
  color: #646464;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumb-list__item a:hover {
  color: #9e0012;
}

/*-----------------------------------------------------------------
ボタン
-----------------------------------------------------------------*/
.btn-module-1 {
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .btn-module-1 {
    padding: 20px 4%;
  }
}
.btn-module-1:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .btn-module-1:not(:first-child) {
    margin-top: 30px;
  }
}
.btn-module-1.-gray {
  background-color: #f5f5f5;
}
.btn-module-1.-white {
  background-color: #fff;
}
.pagenav + .btn-module-1 {
  padding-top: 20px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pagenav + .btn-module-1 {
    padding-top: 10px;
  }
}
.btn-module-1__link {
  display: block;
  width: 100%;
  max-width: 800px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url(/assets/img/common/ic_arrow_r_white.svg);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 20px 20px;
  border-radius: 5em;
  padding: 18px 15px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .btn-module-1__link {
    font-size: 0.875rem;
    line-height: 1.6;
    background-position: right 20px center;
    background-size: 14px auto;
    padding: 10px 5px;
  }
}
.btn-module-1__link:hover {
  background-color: #9e0012;
}
.btn-module-1__link.-yb {
  background-image: url("/assets/img/common/ic_youtube_btn.svg");
  background-position: right 10px center;
  background-size: 60px 60px;
}
@media screen and (max-width: 768px) {
  .btn-module-1__link.-yb {
    background-size: 30px 30px;
  }
}

/*-----------------------------------------------------------------
コンテンツ
-----------------------------------------------------------------*/
.content-block.-bg {
  background-image: url("/assets/img/common/bg_dot.png");
  background-repeat: repeat;
  background-position: center center;
}

.content-inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .content-inner {
    padding: 40px 0;
  }
}
.content-inner.-pt0 {
  padding-top: 0;
}

.content-section {
  background-color: #fff;
  padding: 70px 5%;
}
@media screen and (max-width: 768px) {
  .content-section {
    padding: 30px 4%;
  }
}
.content-section + .content-section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .content-section + .content-section {
    margin-top: 30px;
  }
}
.txt + .content-section {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .txt + .content-section {
    margin-top: 30px;
  }
}
.txt-lead + .content-section {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .txt-lead + .content-section {
    margin-top: 30px;
  }
}
.grid + .content-section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .grid + .content-section {
    margin-top: 30px;
  }
}
.anchor-1 + .content-section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .anchor-1 + .content-section {
    margin-top: 40px;
  }
}

/*-----------------------------------------------------------------
Flex
-----------------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .flex:not(:first-child) {
    margin-top: 30px;
  }
}
.flex:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .flex:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .heading-3 + .flex {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .heading-5 + .flex {
    margin-top: 20px;
  }
}
.flex.-gap4 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .flex.-gap4 {
    gap: 20px;
  }
}
.flex.-gap5 {
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .flex.-gap5 {
    gap: 20px;
  }
}
.flex.-gap6 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .flex.-gap6 {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .flex.-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.flex__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*-----------------------------------------------------------------
Grid
-----------------------------------------------------------------*/
.grid {
  display: grid;
}
.grid:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .grid:not(:first-child) {
    margin-top: 30px;
  }
}
.grid:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .grid:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .heading-3 + .grid {
    margin-top: 20px;
  }
}
.grid.-col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .grid.-col2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid.-col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .grid.-col3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid.-gap4 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .grid.-gap4 {
    gap: 20px;
  }
}
.grid.-gap5 {
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .grid.-gap5 {
    gap: 20px;
  }
}
.grid.-gap6 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .grid.-gap6 {
    gap: 20px;
  }
}

/*-----------------------------------------------------------------
Heading
-----------------------------------------------------------------*/
.heading-1 {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.heading-1:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .heading-1:not(:first-child) {
    margin-top: 40px;
  }
}
.heading-1:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .heading-1:not(:last-child) {
    margin-bottom: 20px;
  }
}
.heading-1 span {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .heading-1 span {
    font-size: 1.375rem;
  }
}
.heading-1 span::before, .heading-1 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .heading-1 span::before, .heading-1 span::after {
    height: 1px;
  }
}
.heading-1 span::before {
  right: calc(100% + 50px);
}
@media screen and (max-width: 768px) {
  .heading-1 span::before {
    right: calc(100% + 20px);
  }
}
.heading-1 span::after {
  left: calc(100% + 50px);
}
@media screen and (max-width: 768px) {
  .heading-1 span::after {
    left: calc(100% + 20px);
  }
}

.heading-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .heading-2 {
    gap: 0 10px;
    border-bottom-width: 1px;
    padding-bottom: 10px;
  }
}
.heading-2:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .heading-2:not(:first-child) {
    margin-top: 40px;
  }
}
.heading-2:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .heading-2:not(:last-child) {
    margin-bottom: 25px;
  }
}
.heading-2__sub {
  display: block;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  background-color: #9e0012;
  padding: 7px 20px;
}
@media screen and (max-width: 768px) {
  .heading-2__sub {
    font-size: 0.75rem;
    padding: 5px 10px;
  }
}
.heading-2__main {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .heading-2__main {
    font-size: 1.25rem;
  }
}

.heading-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 4px solid #dcdcdc;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .heading-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom-width: 3px;
    padding-bottom: 10px;
  }
}
.heading-3::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  height: 4px;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .heading-3::before {
    width: 100px;
    height: 3px;
  }
}
.heading-3:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .heading-3:not(:first-child) {
    margin-top: 40px;
  }
}
.heading-3:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .heading-3:not(:last-child) {
    margin-bottom: 25px;
  }
}
.heading-3__main {
  display: block;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .heading-3__main {
    font-size: 1.125rem;
  }
}
.heading-3__sub {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .heading-3__sub {
    font-size: 0.625rem;
    padding-top: 5px;
  }
}

.heading-4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9e0012;
  text-align: center;
  line-height: 1.6;
  border-top: 1px solid #9e0012;
  border-bottom: 1px solid #9e0012;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .heading-4 {
    font-size: 1rem;
    padding: 5px;
  }
}
.heading-4:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .heading-4:not(:first-child) {
    margin-top: 30px;
  }
}
.heading-4:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .heading-4:not(:last-child) {
    margin-bottom: 20px;
  }
}

.heading-5 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .heading-5 {
    font-size: 1rem;
  }
}
.heading-5:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .heading-5:not(:first-child) {
    margin-top: 30px;
  }
}
.heading-5:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .heading-5:not(:last-child) {
    margin-bottom: 15px;
  }
}
.heading-5.-center {
  text-align: center;
}

/*-----------------------------------------------------------------
Icon
-----------------------------------------------------------------*/
.ic-blank::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("/assets/img/common/ic_blank_red.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .ic-blank::after {
    width: 14px;
    height: 14px;
  }
}

.ic-pdf::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  vertical-align: middle;
  background-image: url("/assets/img/common/ic_pdf.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .ic-pdf::after {
    width: 16px;
    height: 20px;
  }
}

/*-----------------------------------------------------------------
Image
-----------------------------------------------------------------*/
.image:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .image:not(:first-child) {
    margin-top: 30px;
  }
}
.image:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .image:not(:last-child) {
    margin-bottom: 30px;
  }
}
.image__caption {
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .image__caption {
    font-size: 0.6875rem;
    padding-top: 10px;
  }
}
.image.-center {
  text-align: center;
}
.image img.-full {
  width: 100%;
}

/*-----------------------------------------------------------------
キーワードで調べる
-----------------------------------------------------------------*/
.keyword-search {
  background-color: #f5f5f5;
  padding: 55px 40px;
}
@media screen and (max-width: 768px) {
  .keyword-search {
    padding: 20px 4%;
  }
}
.keyword-search__title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .keyword-search__title {
    font-size: 1rem;
  }
}
.keyword-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  max-width: 700px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .keyword-search__form {
    gap: 0 10px;
    margin-top: 15px;
  }
}
.keyword-search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .keyword-search__input {
    max-width: calc(100% - 66px);
    font-size: 1rem;
    padding: 10px;
  }
}
.keyword-search__input::-webkit-input-placeholder {
  color: #aaa;
}
.keyword-search__input::-moz-placeholder {
  color: #aaa;
}
.keyword-search__input:-ms-input-placeholder {
  color: #aaa;
}
.keyword-search__input::-ms-input-placeholder {
  color: #aaa;
}
.keyword-search__input::placeholder {
  color: #aaa;
}
.keyword-search__btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 10px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .keyword-search__btn {
    font-size: 0.8125rem;
    padding: 5px 15px;
  }
}
.keyword-search__btn:hover {
  color: #fff;
  background-color: #9e0012;
}

/*-----------------------------------------------------------------
List
-----------------------------------------------------------------*/
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
}
.list:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .list:not(:first-child) {
    margin-top: 20px;
  }
}
.list:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .list:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .heading-5 + .list {
    margin-top: 15px;
  }
}
.list.-dot .list__item {
  position: relative;
  padding-left: 1em;
}
.list.-dot .list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .list.-dot .list__item::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}
.list.-lg {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .list.-lg {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) {
  .list.-lg .list__item::before {
    top: 15px;
  }
}
.list.-col2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .list.-col2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.list.-col3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .list.-col3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.list.-gap10 {
  gap: 10px 0;
}

/*-----------------------------------------------------------------
ページネーション
-----------------------------------------------------------------*/
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin-top: 30px;
  }
}
.pagenation a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pagenation-prev, .pagenation-next {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  background-repeat: no-repeat;
  background-size: 18px auto;
  padding: 8px 50px;
}
@media screen and (max-width: 768px) {
  .pagenation-prev, .pagenation-next {
    font-size: 0.75rem;
    background-size: 12px auto;
    padding: 2px 15px;
  }
}
.pagenation-prev:hover, .pagenation-next:hover {
  color: #9e0012;
}

.pagenation-prev {
  background-image: url("/assets/img/common/ic_arrow_l_black.svg");
  background-position: left center;
  margin-right: auto;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .pagenation-prev {
    background-position: left center;
    padding-left: 15px;
  }
}
.pagenation-prev:hover {
  background-image: url("/assets/img/common/ic_arrow_l_red.svg");
}

.pagenation-next {
  background-image: url("/assets/img/common/ic_arrow_r_black.svg");
  background-position: right center;
  margin-left: auto;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .pagenation-next {
    background-position: right center;
    padding-right: 15px;
  }
}
.pagenation-next:hover {
  background-image: url("/assets/img/common/ic_arrow_r_red.svg");
}

.pagenation-archive {
  display: block;
  position: absolute;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2em;
  padding: 10px 80px;
}
@media screen and (max-width: 768px) {
  .pagenation-archive {
    font-size: 0.75rem;
    line-height: 1.4;
    padding: 6px 20px;
  }
}
.pagenation-archive:hover {
  background-color: #9e0012;
}

@media screen and (max-width: 768px) {
  .pagenation.-wecan {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .pagenation.-wecan .pagenation-archive {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-column: span 2/span 2;
    margin: 0 auto;
  }
}

/*-----------------------------------------------------------------
ページナビ
-----------------------------------------------------------------*/
.pagenav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .pagenav {
    gap: 0 4px;
    margin-top: 30px;
  }
}
.pagenav .link_page, .pagenav .current_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  border: 1px solid #686868;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .pagenav .link_page, .pagenav .current_page {
    width: 22px;
    height: 22px;
    font-size: 0.75rem;
  }
}
.pagenav .link_page:hover {
  color: #fff;
  background-color: #9e0012;
  border-color: #9e0012;
}
.pagenav .current_page {
  color: #fff;
  background-color: #9e0012;
  border-color: #9e0012;
}
.pagenav .link_before, .pagenav .link_next {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  background-repeat: no-repeat;
  background-size: 18px auto;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .pagenav .link_before, .pagenav .link_next {
    font-size: 0.75rem;
    background-size: 12px auto;
  }
}
.pagenav .link_before:hover, .pagenav .link_next:hover {
  color: #9e0012;
}
.pagenav .link_before {
  left: 0;
  background-image: url("/assets/img/common/ic_arrow_l_black.svg");
  background-position: left center;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .pagenav .link_before {
    padding-left: 15px;
  }
}
.pagenav .link_before:hover {
  background-image: url("/assets/img/common/ic_arrow_l_red.svg");
}
.pagenav .link_next {
  right: 0;
  background-image: url("/assets/img/common/ic_arrow_r_black.svg");
  background-position: right center;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .pagenav .link_next {
    padding-right: 15px;
  }
}
.pagenav .link_next:hover {
  background-image: url("/assets/img/common/ic_arrow_r_red.svg");
}

/*-----------------------------------------------------------------
ページタイトル
-----------------------------------------------------------------*/
.pagetitle-inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 0 80px;
}
@media screen and (max-width: 768px) {
  .pagetitle-inner {
    padding: 30px 0 40px;
  }
}

.pagetitle-heading {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .pagetitle-heading {
    padding-left: 20px;
  }
}
.pagetitle-heading__en {
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pagetitle-heading__en {
    font-size: 2.25rem;
  }
}
.pagetitle-heading__en::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  width: 8px;
  height: 100%;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .pagetitle-heading__en::before {
    left: -20px;
    width: 6px;
  }
}
.pagetitle-heading__jp {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #9e0012;
  line-height: 1.2;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .pagetitle-heading__jp {
    font-size: 1rem;
    margin-top: 8px;
  }
}

.pagetitle-lead {
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .pagetitle-lead {
    font-size: 0.875rem;
    padding-top: 30px;
  }
}

/*-----------------------------------------------------------------
Table
-----------------------------------------------------------------*/
.table-1 {
  width: calc(100% + 10px);
  border-spacing: 5px;
  margin: -5px -5px 0;
}
.table-1 thead th {
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  background-color: #3c3c3c;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .table-1 thead th {
    font-size: 0.75rem;
    padding: 10px;
  }
}
.table-1 tbody th, .table-1 tbody td {
  line-height: 1.6;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .table-1 tbody th, .table-1 tbody td {
    font-size: 0.75rem;
    padding: 10px;
  }
}
.table-1 tbody th {
  background-color: #fff;
  border: 2px solid #dcdcdc;
}
.table-1 tbody td {
  background-color: #f5f5f5;
}
.table-1 tbody td a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.table-1 tbody td a:hover {
  opacity: 0.7;
}
.table-1 tbody td a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  vertical-align: middle;
  background-image: url("/assets/img/common/ic_pdf.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .table-1 tbody td a[href*=".pdf"]::after {
    width: 16px;
    height: 20px;
  }
}
.table-1:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .table-1:not(:first-child) {
    margin-top: 20px;
  }
}
.table-1:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .table-1:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------------------------
Txt
-----------------------------------------------------------------*/
.txt.-left, .txt-lead.-left, .txt-note.-left {
  text-align: left;
}
.txt.-center, .txt-lead.-center, .txt-note.-center {
  text-align: center;
}
.txt.-right, .txt-lead.-right, .txt-note.-right {
  text-align: right;
}
.txt.-xs, .txt-lead.-xs, .txt-note.-xs {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .txt.-xs, .txt-lead.-xs, .txt-note.-xs {
    font-size: 0.625rem;
  }
}
.txt.-sm, .txt-lead.-sm, .txt-note.-sm {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .txt.-sm, .txt-lead.-sm, .txt-note.-sm {
    font-size: 0.75rem;
  }
}
.txt.-md, .txt-lead.-md, .txt-note.-md {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .txt.-md, .txt-lead.-md, .txt-note.-md {
    font-size: 0.875rem;
  }
}
.txt.-lg, .txt-lead.-lg, .txt-note.-lg {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .txt.-lg, .txt-lead.-lg, .txt-note.-lg {
    font-size: 0.9375rem;
  }
}
.txt.-xl, .txt-lead.-xl, .txt-note.-xl {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .txt.-xl, .txt-lead.-xl, .txt-note.-xl {
    font-size: 0.9375rem;
  }
}

.txt:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .txt:not(:first-child) {
    margin-top: 20px;
  }
}
.txt:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .txt:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .heading-5 + .txt {
    margin-top: 15px;
  }
}
.txt a {
  color: #9e0012;
}

.txt-lead {
  font-weight: 700;
}
.txt-lead:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .txt-lead:not(:first-child) {
    margin-top: 20px;
  }
}
.txt-lead:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .txt-lead:not(:last-child) {
    margin-bottom: 20px;
  }
}

.txt-note {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .txt-note {
    font-size: 0.75rem;
  }
}

/*-----------------------------------------------------------------
Home
-----------------------------------------------------------------*/
/* キービジュアル（サブ）
----------------------------------------*/
.home-kvsub {
  position: relative;
}

.home-kvsub-inner {
  position: relative;
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}
.home-kvsub-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .home-kvsub-inner::before {
    width: 5px;
  }
}

.home-kvsub-heading {
  position: relative;
  padding: 180px 0 0 40px;
  /*&__lead {
  	display: block;
  	padding-top: 35px;
  	@include mq(sp) {
  		width: 70%;
  		max-width: 300px;
  		padding-top: 7%;
  	}
  	.home-kvsub.js-scroll & {
  		opacity: 0;
  		transition: all 1s;
  		transition-delay: 1s;
  	}
  	.home-kvsub.js-scrollin & {
  		opacity: 1;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .home-kvsub-heading {
    padding: 50% 0 0 25px;
  }
}
.home-kvsub-heading__title {
  display: block;
}
@media screen and (max-width: 768px) {
  .home-kvsub-heading__title {
    width: 85%;
    max-width: 500px;
  }
}
.home-kvsub.js-scroll .home-kvsub-heading__title {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.home-kvsub.js-scrollin .home-kvsub-heading__title {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .home-kvsub-heading__title img {
    width: clamp(60%, 50vw, 100%);
  }
}

.home-kvsub-photo {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 35%;
}
@media screen and (max-width: 768px) {
  .home-kvsub-photo {
    max-width: 60%;
  }
}
.home-kvsub.js-scroll .home-kvsub-photo {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home-kvsub.js-scrollin .home-kvsub-photo {
  opacity: 1;
}

/* SCROLL DOWN */
.home-scrolldown {
  position: absolute;
  top: 100%;
  right: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
  font-family: "Poppins", sans-serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .home-scrolldown {
    font-size: 0.75rem;
    height: 300px;
  }
}
.home-scrolldown::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 8px;
  height: 100%;
  background-color: #9e0012;
  -webkit-animation: 2.5s animeScrollDown 2s ease-in-out infinite;
          animation: 2.5s animeScrollDown 2s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .home-scrolldown::after {
    width: 5px;
    left: -5px;
  }
}
.home-kvsub.js-scroll .home-scrolldown {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.home-kvsub.js-scrollin .home-scrolldown {
  opacity: 1;
}

@-webkit-keyframes animeScrollDown {
  0% {
    height: 0;
    top: 0;
    opacity: 1;
  }
  100% {
    height: 100%;
    top: 0;
    opacity: 1;
  }
}

@keyframes animeScrollDown {
  0% {
    height: 0;
    top: 0;
    opacity: 1;
  }
  100% {
    height: 100%;
    top: 0;
    opacity: 1;
  }
}
/* キービジュアル（メイン）
----------------------------------------*/
.home-kvmain {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .home-kvmain {
    padding-top: 40px;
  }
}
.home-kvmain.js-scroll {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.home-kvmain.js-scrollin {
  opacity: 1;
}

.home-kvmain-inner {
  width: 96%;
  max-width: calc(50% + 640px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home-kvmain-inner {
    width: 88%;
  }
}

.home-kvmain-swiper .swiper-slide img {
  width: 100%;
}

/* カツヤマキカイができること
----------------------------------------*/
.home-intro {
  background-image: url("/assets/img/common/bg_dot.png");
  background-repeat: repeat;
  background-position: center center;
  margin-top: -180px;
}
@media screen and (max-width: 768px) {
  .home-intro {
    margin-top: -60px;
  }
}

.home-intro-inner {
  position: relative;
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 130px 0 100px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home-intro-inner {
    padding: 100px 0 40px;
  }
}

.home-intro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 5%;
}
@media screen and (max-width: 768px) {
  .home-intro-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px 0;
  }
}
.home-intro-item__heading {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #fff;
  background-color: #9e0012;
  padding: 100px 50px;
}
@media screen and (max-width: 768px) {
  .home-intro-item__heading {
    padding: 30px;
  }
}
.home-intro-item__heading-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home-intro-item__heading-en {
    font-size: 2.25rem;
  }
}
.home-intro-item__heading-jp {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  border-top: 1px solid #cf8089;
  border-bottom: 1px solid #cf8089;
  padding: 20px 50px;
  margin: 20px -50px 0;
}
@media screen and (max-width: 768px) {
  .home-intro-item__heading-jp {
    font-size: 1rem;
    padding: 12px 30px;
    margin: 15px -30px 0;
  }
}
.home-intro-item__heading-jp::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .home-intro-item__heading-jp::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.home-intro-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-intro-item__txt {
  font-weight: 600;
}
.home-intro-item__btn {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home-intro-item__btn {
    margin-top: 20px;
  }
}
.home-intro-item__btn a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  background-image: url("/assets/img/common/ic_circle_arrow_r_black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px 80px 10px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-intro-item__btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .home-intro-item__btn a {
    font-size: 0.875rem;
    padding: 5px 45px 5px 0;
  }
}

/* トピックス
----------------------------------------*/
.home-topics-inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .home-topics-inner {
    padding: 40px 0;
  }
}

.home-topics-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 70px;
}
@media screen and (max-width: 768px) {
  .home-topics-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-topics-block__l {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.home-topics-block__r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home-topics-heading__en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #9e0012;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home-topics-heading__en {
    font-size: 2.25rem;
  }
}
.home-topics-heading__jp {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .home-topics-heading__jp {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.home-topics-heading__jp::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #9e0012;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .home-topics-heading__jp::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

.home-topics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home-topics-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 30px 0;
  }
}
.home-topics-nav > li {
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .home-topics-nav > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 0.8125rem;
    text-align: center;
    line-height: 1;
  }
  .home-topics-nav > li:not(:first-child) {
    border-left: 1px solid #c8c8c8;
  }
}
.home-topics-nav > li.is-active {
  color: #9e0012;
}
.home-topics-nav > li:hover {
  color: #9e0012;
}

.home-topics-btn a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  background-image: url("/assets/img/common/ic_circle_arrow_r_black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px 80px 10px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-topics-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .home-topics-btn a {
    font-size: 0.875rem;
    padding: 5px 45px 5px 0;
  }
}
.home-topics-btn.-sp {
  text-align: right;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .home-topics-btn.-sp {
    display: none;
  }
}
.home-topics-btn.-pc {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home-topics-btn.-pc {
    display: none;
  }
}

.home-topics-item {
  display: none;
  opacity: 0;
}
.home-topics-item.is-active {
  display: block;
  opacity: 1;
  -webkit-animation-name: topTopicsAnime;
          animation-name: topTopicsAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes topTopicsAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes topTopicsAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.home-topics-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .home-topics-none {
    min-height: 150px;
  }
}

/* 運ぶ・動かす
----------------------------------------*/
.home-wecan {
  background-image: url("/assets/img/common/bg_dot.png");
  background-repeat: repeat;
  background-position: center center;
}
.home-wecan-inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .home-wecan-inner {
    padding: 40px 0;
  }
}

.home-wecan-heading {
  position: relative;
  width: 92%;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.home-wecan-heading span {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .home-wecan-heading span {
    font-size: 1.375rem;
  }
}
.home-wecan-heading span::before, .home-wecan-heading span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .home-wecan-heading span::before, .home-wecan-heading span::after {
    height: 1px;
  }
}
.home-wecan-heading span::before {
  right: calc(100% + 50px);
}
@media screen and (max-width: 768px) {
  .home-wecan-heading span::before {
    right: calc(100% + 20px);
  }
}
.home-wecan-heading span::after {
  left: calc(100% + 50px);
}
@media screen and (max-width: 768px) {
  .home-wecan-heading span::after {
    left: calc(100% + 20px);
  }
}

.home-wecan-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1920px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .home-wecan-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
  }
}
.home-wecan-list__item > a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-wecan-list__item > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/common/ic_square_arrow_r_red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .home-wecan-list__item > a::after {
    width: 25px;
    height: 25px;
  }
}
.home-wecan-list__item > a:hover {
  opacity: 0.7;
}
.home-wecan-list__item > a:hover .home-wecan-list__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-wecan-list__item.-col3 {
  grid-column: span 3/span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .home-wecan-list__item.-col3 {
    grid-column: span 2/span 2;
  }
}
.home-wecan-list__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home-wecan-list__title {
    font-size: 0.875rem;
  }
}
.home-wecan-list__thumb {
  overflow: hidden;
}
.home-wecan-list__thumb img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home-wecan-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .home-wecan-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 20px calc(4% + 15px) 0;
  }
}
.home-wecan-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-wecan-menu__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: clamp(10px, 2vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  background-color: #fff;
  border: 2px solid #646464;
  padding: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .home-wecan-menu__item > a {
    font-size: 1.125rem;
    padding: 15px 20px;
  }
}
.home-wecan-menu__item > a:hover {
  opacity: 0.7;
}
.home-wecan-menu__item > a::after {
  content: "VIEW MORE";
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #9e0012;
  background-image: url("/assets/img/common/ic_arrow_r_red.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  padding: 10px 30px 10px 0;
}
@media screen and (max-width: 768px) {
  .home-wecan-menu__item > a::after {
    right: 20px;
    font-size: 0.75rem;
    background-size: 14px auto;
    padding: 5px 25px 5px 0;
  }
}

/* ソリューション事例
----------------------------------------*/
.home-jirei-inner {
  position: relative;
  width: 92%;
  max-width: 1280px;
  padding: 100px 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home-jirei-inner {
    padding: 40px 0;
  }
}

.home-jirei-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
}
@media screen and (max-width: 768px) {
  .home-jirei-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-jirei-block__l {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.home-jirei-block__r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home-jirei-heading__en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #9e0012;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home-jirei-heading__en {
    font-size: 2.25rem;
  }
}
.home-jirei-heading__jp {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .home-jirei-heading__jp {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.home-jirei-heading__jp::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #9e0012;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .home-jirei-heading__jp::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

.home-jirei-lead {
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home-jirei-lead {
    margin-top: 20px;
  }
}

.home-jirei-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .home-jirei-list {
    margin-top: 25px;
  }
}
.home-jirei-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  background-color: #f5f5f5;
  padding: 35px 30px;
}
@media screen and (max-width: 768px) {
  .home-jirei-list__link {
    gap: 0 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .home-jirei-list__link > i img {
    width: 40px;
  }
}
.home-jirei-list__link > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .home-jirei-list__link > span {
    font-size: 0.875rem;
  }
}

a.home-jirei-list__link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.home-jirei-list__link:hover {
  opacity: 0.7;
}

.home-jirei-btn a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  background-image: url("/assets/img/common/ic_circle_arrow_r_black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px 80px 10px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-jirei-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .home-jirei-btn a {
    font-size: 0.875rem;
    padding: 5px 45px 5px 0;
  }
}
.home-jirei-btn.-sp {
  text-align: right;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .home-jirei-btn.-sp {
    display: none;
  }
}
.home-jirei-btn.-pc {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home-jirei-btn.-pc {
    display: none;
  }
}

/* カツヤマキカイの挑戦
----------------------------------------*/
.home-challenge {
  background-image: url("/assets/img/home/home_challenge_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .home-challenge {
    background-position: center top;
    background-size: auto 300px;
    margin-bottom: 0;
  }
}

.home-challenge-inner {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .home-challenge-inner {
    padding: 40px 0 0;
  }
}

.home-challenge-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home-challenge-heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home-challenge-heading__en {
  font-family: "Poppins", sans-serif;
  font-size: 7.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home-challenge-heading__en {
    font-size: 2.875rem;
    text-align: center;
  }
}
.home-challenge-heading__jp {
  font-size: 2.875rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  background-color: #9e0012;
  padding: 20px 105px;
}
@media screen and (max-width: 768px) {
  .home-challenge-heading__jp {
    font-size: 1.125rem;
    text-align: center;
    padding: 10px 40px;
  }
}

.home-challenge-content {
  width: 96%;
  max-width: calc(50% + 440px);
  background-color: #fff;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .home-challenge-content {
    width: 92%;
    max-width: none;
    margin: 40px auto 0;
  }
}
.home-challenge-content__inner {
  width: 100%;
  max-width: calc(1080px + 4vw);
  padding: 120px 4vw 40px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .home-challenge-content__inner {
    padding: 40px 0;
  }
}

.home-challenge-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .home-challenge-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 0;
  }
}
.home-challenge-title__no {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 200;
  color: #9e0012;
  line-height: 0.7;
}
@media screen and (max-width: 768px) {
  .home-challenge-title__no {
    font-size: 2.5rem;
    font-weight: 300;
  }
}
.home-challenge-title__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .home-challenge-title__main {
    font-size: 1.125rem;
    padding-bottom: 5px;
  }
}

.home-challenge-txt {
  font-weight: 500;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .home-challenge-txt {
    margin-top: 30px;
  }
}

.home-challenge-btn {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home-challenge-btn {
    margin-top: 20px;
  }
}
.home-challenge-btn a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  background-image: url("/assets/img/common/ic_circle_arrow_r_black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px 80px 10px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-challenge-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .home-challenge-btn a {
    font-size: 0.875rem;
    padding: 5px 45px 5px 0;
  }
}

.home-challenge-soon {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #c8c8c8;
  text-align: right;
  line-height: 1;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home-challenge-soon {
    font-size: 1.75rem;
    text-align: center;
    margin-top: 20px;
  }
}

/* 製品情報
----------------------------------------*/
.home-products {
  background-image: url("/assets/img/common/bg_dot.png");
  background-repeat: repeat;
  background-position: center center;
}
.home-products-inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .home-products-inner {
    padding: 40px 0;
  }
}

.home-products-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 100px;
}
@media screen and (max-width: 768px) {
  .home-products-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home-products-head__l {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.home-products-head__r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home-products-heading__en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #9e0012;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home-products-heading__en {
    font-size: 2.25rem;
  }
}
.home-products-heading__jp {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .home-products-heading__jp {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.home-products-heading__jp::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #9e0012;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .home-products-heading__jp::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

.home-products-lead {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .home-products-lead {
    margin-top: 20px;
  }
}

.home-products-series {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .home-products-series {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 0;
    margin-top: 20px;
  }
}
.home-products-series__link {
  display: grid;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  height: 100%;
}
.home-products-series__thumb {
  position: relative;
  display: block;
  text-align: center;
}
.home-products-series__title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 55px 20px 20px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .home-products-series__title {
    font-size: 0.9375rem;
    padding: 45px 15px 15px;
    margin-top: -40px;
  }
  .home-products-series__item:nth-child(4n+1) .home-products-series__title {
    background-color: #3c3c3c;
  }
  .home-products-series__item:nth-child(4n+2) .home-products-series__title {
    background-color: #646464;
  }
  .home-products-series__item:nth-child(4n+3) .home-products-series__title {
    background-color: #646464;
  }
  .home-products-series__item:nth-child(4n) .home-products-series__title {
    background-color: #3c3c3c;
  }
}
@media screen and (min-width: 769px) {
  .home-products-series__item:nth-child(odd) .home-products-series__title {
    background-color: #3c3c3c;
  }
  .home-products-series__item:nth-child(even) .home-products-series__title {
    background-color: #646464;
  }
}

a.home-products-series__link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.home-products-series__link:hover {
  opacity: 0.7;
}

.home-products-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .home-products-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    padding: 0 15px;
    margin-top: 40px;
  }
}
.home-products-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-products-menu__item > a {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  background-image: url("/assets/img/common/ic_arrow_r_red.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px 20px;
  border: 2px solid #646464;
  padding: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .home-products-menu__item > a {
    font-size: 1rem;
    background-size: 14px auto;
    padding: 15px 20px;
  }
}
.home-products-menu__item > a:hover {
  opacity: 0.7;
}

/* 企業紹介
----------------------------------------*/
.home-company {
  overflow: hidden;
}

.home-company-inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .home-company-inner {
    padding: 0 0 40px;
  }
}

.home-company-head {
  position: relative;
}
.home-company-head__r {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home-company-head__r {
    position: relative;
    margin: 0 -4vw;
  }
}

.home-company-heading {
  position: relative;
  padding: 100px 0 0 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home-company-heading {
    padding: 40px 0 0 25px;
  }
}
.home-company-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .home-company-heading::before {
    width: 5px;
  }
}
.home-company-heading__en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 6.25rem;
  font-weight: 600;
  color: #9e0012;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home-company-heading__en {
    font-size: 2.25rem;
  }
}
.home-company-heading__jp {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .home-company-heading__jp {
    font-size: 1rem;
    padding-top: 10px;
  }
}

.home-company-btn {
  margin: 70px 0 0 40px;
}
@media screen and (max-width: 768px) {
  .home-company-btn {
    text-align: right;
    margin: 30px 0 0;
  }
}
.home-company-btn a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  background-image: url("/assets/img/common/ic_circle_arrow_r_black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px 80px 10px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-company-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .home-company-btn a {
    font-size: 0.875rem;
    padding: 5px 45px 5px 0;
  }
}

.home-company-photo {
  max-width: 770px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .home-company-photo {
    padding-top: 25px;
  }
}

.home-company-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .home-company-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    padding: 0 15px;
    margin-top: 30px;
  }
}
.home-company-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-company-menu__item > a {
  position: relative;
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  background-color: #f5f5f5;
  background-image: url("/assets/img/common/ic_blank_red.svg");
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-size: 30px auto;
  border-left: 8px solid #9e0012;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .home-company-menu__item > a {
    font-size: 1rem;
    background-position: right 20px center;
    background-size: 15px auto;
    border-left-width: 5px;
    padding: 15px 20px;
  }
}
.home-company-menu__item > a:hover {
  opacity: 0.7;
}

/*-----------------------------------------------------------------
カツヤマキカイができること
-----------------------------------------------------------------*/
.wecan-home-mv {
  position: relative;
}
.wecan-home-mv__image {
  width: 96%;
  max-width: calc(50% + 640px);
  margin-left: auto;
}
.wecan-home-mv__image img {
  width: 100%;
}
.wecan-home-mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("/assets/img/common/bg_dot.png");
  background-repeat: repeat;
  background-position: center center;
  z-index: -1;
}

.wecan-home-content {
  background-image: url("/assets/img/common/bg_dot.png");
  background-repeat: repeat;
  background-position: center center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wecan-home-content {
    padding: 40px 0;
  }
}

.wecan-home-intro {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}
.wecan-home-intro__heading {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__heading {
    font-size: 1.125rem;
  }
}
.wecan-home-intro__figure {
  border: 2px solid #9e0012;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure {
    border: none;
    margin-top: 30px;
  }
}
.wecan-home-intro__figure-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9e0012;
  text-align: center;
  border-bottom: 2px solid #9e0012;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-title {
    font-size: 1rem;
    border: 1px solid #9e0012;
    padding: 7px;
  }
}
.wecan-home-intro__figure-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5% 40px;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 15px;
    padding: 0;
  }
}
.wecan-home-intro__figure-item {
  width: 37.931034482%;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.wecan-home-intro__figure-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    text-align: center;
  }
}
.wecan-home-intro__figure-center img {
  display: block;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-center img {
    width: 55%;
    margin: 0 auto;
  }
}
.wecan-home-intro__figure-def {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-def {
    padding-top: 0;
  }
}
.wecan-home-intro__figure-def dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #9e0012;
  padding: 7px;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-def dt {
    font-size: 0.875rem;
  }
}
.wecan-home-intro__figure-def dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-def dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wecan-home-intro__figure-def p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-def p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 0.875rem;
    padding: 15px 10px;
  }
}
.wecan-home-intro__figure-def span {
  font-weight: 700;
  color: #9e0012;
}
.wecan-home-intro__figure-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background-color: #f0dce0;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px;
  }
}
.wecan-home-intro__figure-image img {
  width: 78px;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-image img {
    width: auto;
    height: 50px;
  }
}
.wecan-home-intro__figure-txt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__figure-txt {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
.wecan-home-intro__txt {
  font-weight: 500;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wecan-home-intro__txt {
    border-top: 1px solid #9e0012;
    padding-top: 20px;
    margin-top: 20px;
  }
}

.wecan-home-module-1 {
  width: 96%;
  max-width: calc(50% + 640px);
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-1 {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
}
.wecan-home-module-1__item {
  position: relative;
}
.wecan-home-module-1__image img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-1__image img {
    width: 100%;
  }
}
.wecan-home-module-1__content {
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-1__content {
    position: relative;
    width: 92%;
    background-color: #fff;
    padding: 25px 5%;
    margin: -50px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .wecan-home-module-1__content {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    max-width: 540px;
    padding: 50px 2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.wecan-home-module-1__title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-1__title {
    font-size: 1.25rem;
  }
}
.wecan-home-module-1__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  background-color: #9e0012;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-1__title::after {
    height: 5px;
    margin-top: 10px;
  }
}
.wecan-home-module-1__desc {
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-1__desc {
    margin-top: 20px;
  }
}
.wecan-home-module-1__btn {
  width: 100%;
  max-width: 380px;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-1__btn {
    margin-top: 20px;
  }
}
.wecan-home-module-1__btn a {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #222;
  background-image: url("/assets/img/common/ic_arrow_r_white.svg");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 20px 20px;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-1__btn a {
    font-size: 0.875rem;
    background-position: right 20px center;
    background-size: 14px 14px;
  }
}
.wecan-home-module-1__btn a:hover {
  background-color: #9e0012;
}

.wecan-home-module-2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 40px;
  width: 92%;
  max-width: 1280px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0;
    margin-top: 40px;
  }
}
.wecan-home-module-2__image img {
  width: 100%;
}
.wecan-home-module-2__content {
  position: relative;
  background-color: #fff;
  padding: 35px 8%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-2__content {
    padding: 25px 5%;
  }
}
.wecan-home-module-2__title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-2__title {
    font-size: 1.25rem;
  }
}
.wecan-home-module-2__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  background-color: #9e0012;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-2__title::after {
    height: 5px;
    margin-top: 10px;
  }
}
.wecan-home-module-2__desc {
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-2__desc {
    margin-top: 20px;
  }
}
.wecan-home-module-2__btn {
  width: 100%;
  max-width: 380px;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-2__btn {
    margin-top: 20px;
  }
}
.wecan-home-module-2__btn a {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #222;
  background-image: url("/assets/img/common/ic_arrow_r_white.svg");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 20px 20px;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .wecan-home-module-2__btn a {
    font-size: 0.875rem;
    background-position: right 20px center;
    background-size: 14px 14px;
  }
}
.wecan-home-module-2__btn a:hover {
  background-color: #9e0012;
}

/* 運ぶ・動かす */
.move-module {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .move-module {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 30px -4vw 0;
  }
}
.move-module__item > a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.move-module__item > a:hover {
  opacity: 0.7;
}
.move-module__item > a:hover .move-module__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.move-module__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.65);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 20px 70px 20px 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .move-module__title {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding: 10px 30px 10px 10px;
  }
}
.move-module__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/common/ic_square_arrow_r_red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .move-module__title::after {
    right: 8px;
    width: 18px;
    height: 18px;
  }
}
.move-module__thumb {
  overflow: hidden;
}
.move-module__thumb img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* 工法開発 */
.method-flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.method-flow__title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 240px;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  color: #fff;
  line-height: 1;
  background-color: #9e0012;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .method-flow__title-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    width: 60px;
    font-size: 0.8125rem;
  }
}
.method-flow__title-sub i {
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #a93640;
  -webkit-text-stroke: 0.5px #fff;
  text-stroke: 0.5px #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .method-flow__title-sub i {
    font-size: 1.75rem;
  }
}
.method-flow__title-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875rem;
  font-weight: 600;
  color: #9e0012;
  line-height: 1.6;
  background-color: #f0dce0;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .method-flow__title-main {
    font-size: 1rem;
    padding: 10px;
  }
}
.method-flow__txt {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 30px 0 0 240px;
}
@media screen and (max-width: 768px) {
  .method-flow__txt {
    font-size: 0.875rem;
    padding: 15px 0 0 60px;
  }
}
.method-flow__item:not(:last-child) .method-flow__txt {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .method-flow__item:not(:last-child) .method-flow__txt {
    padding-bottom: 20px;
  }
}
.method-flow__item:not(:last-child) .method-flow__txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  width: 2px;
  height: 100%;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .method-flow__item:not(:last-child) .method-flow__txt::after {
    left: 30px;
  }
}

/* 加工する */
.processing-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .processing-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.processing-module:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .processing-module:not(:first-child) {
    margin-top: 30px;
  }
}
.processing-module:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .processing-module:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .heading-3 + .processing-module {
    margin-top: 20px;
  }
}
.processing-module__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .content-section:nth-of-type(2n + 1) .processing-module {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* 卸販売 */
.wholesale-module {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wholesale-module {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    margin-top: 30px;
  }
}
.wholesale-module__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #646464;
  padding: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .wholesale-module__title {
    font-size: 0.9375rem;
    padding: 5px;
    margin-bottom: 10px;
  }
}
.wholesale-module__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .wholesale-module__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wholesale-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wholesale-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
    margin-top: 20px;
  }
}
.wholesale-list__image img {
  width: 100%;
}
.wholesale-list__caption {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .wholesale-list__caption {
    font-size: 0.875rem;
    padding-top: 5px;
  }
}

.wholesale-module-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .wholesale-module-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
}
.wholesale-module-1 .list {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .wholesale-module-1 .list {
    gap: 2px 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wholesale-module-1__image {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .wholesale-module-1__image {
    gap: 10px;
    margin-top: 15px;
  }
}

.wholesale-module-2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .wholesale-module-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 40px;
  }
}
.wholesale-module-2__thumb img {
  width: 100%;
}

/*-----------------------------------------------------------------
製品情報
-----------------------------------------------------------------*/
.products-module-1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1920px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .products-module-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 20px;
  }
}
.products-module-1__item > a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.products-module-1__item > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/common/ic_square_arrow_r_red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .products-module-1__item > a::after {
    width: 25px;
    height: 25px;
  }
}
.products-module-1__item > a:hover {
  opacity: 0.7;
}
.products-module-1__item.-row3 {
  grid-row: span 3/span 3;
}
@media screen and (max-width: 768px) {
  .products-module-1__item.-row3 {
    grid-column: span 2/span 2;
  }
}
.products-module-1__item.-row3 .products-module-1__image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .products-module-1__item.-row3 .products-module-1__image img {
    width: 100%;
    height: auto;
  }
}
.products-module-1__item.-col4 {
  grid-column: span 4/span 4;
}
@media screen and (max-width: 768px) {
  .products-module-1__item.-col4 {
    grid-column: span 2/span 2;
  }
}
.products-module-1__item.-col4 .products-module-1__image {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .products-module-1__item.-col4 .products-module-1__image {
    padding: 0;
  }
}
.products-module-1__item.-high {
  grid-column: span 4/span 4;
}
@media screen and (max-width: 768px) {
  .products-module-1__item.-high {
    grid-column: span 2/span 2;
  }
}
@media screen and (min-width: 769px) {
  .products-module-1__item.-high > a {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .products-module-1__item.-high .products-module-1__title {
    border-bottom: none;
    border-right: 1px solid #c8c8c8;
  }
}
.products-module-1__item.-high .products-module-1__thumb {
  grid-column: span 3/span 3;
  padding: 30px 20px 30px 0;
}
@media screen and (max-width: 768px) {
  .products-module-1__item.-high .products-module-1__thumb {
    padding: 15px;
  }
}
.products-module-1__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border-bottom: 1px solid #c8c8c8;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .products-module-1__title {
    font-size: 0.875rem;
    padding: 7px 5px;
  }
}
.products-module-1__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #f0dce0;
}
.products-module-1__thumb {
  padding: 15px;
}
.products-module-1__thumb img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 60px;
}
@media screen and (max-width: 768px) {
  .products-intro {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0;
  }
}
.products-intro__lead {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .products-intro__lead {
    font-size: 0.875rem;
  }
}
.products-intro__features {
  font-size: 1.875rem;
  font-weight: 500;
  color: #9e0012;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #9e0012;
  padding: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .products-intro__features {
    font-size: 0.9375rem;
    padding: 7px;
    margin-top: 30px;
  }
}
.products-intro__list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .products-intro__list {
    margin-top: 20px;
  }
}
.products-intro__list-item {
  position: relative;
  padding-left: 1em;
}
.products-intro__list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .products-intro__list-item::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}
.products-intro__image img {
  aspect-ratio: 1220/880;
  width: 100%;
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
}

.products-module-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 60px;
}
@media screen and (max-width: 768px) {
  .products-module-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px 0;
  }
}
.products-module-2__dl {
  position: relative;
}
.products-module-2__dt {
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .products-module-2__dt {
    font-size: 0.9375rem;
    padding-left: 15px;
  }
}
.products-module-2__dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .products-module-2__dt::before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
}
.products-module-2__dd {
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .products-module-2__dd {
    padding-left: 15px;
  }
}

.products-module-3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 60px;
}
@media screen and (max-width: 768px) {
  .products-module-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px 0;
  }
}
.products-module-3__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .products-module-3__link {
    gap: 0 10px;
  }
}
.products-module-3__thumb {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .products-module-3__thumb {
    width: 100px;
  }
}
.products-module-3__link:hover .products-module-3__thumb {
  opacity: 0.7;
}
.products-module-3__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  background-image: url("/assets/img/common/ic_arrow_r_black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding-right: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .products-module-3__title {
    font-size: 0.875rem;
    background-size: 14px auto;
    padding-right: 20px;
  }
}
.products-module-3__link:hover .products-module-3__title {
  color: #9e0012;
  background-image: url("/assets/img/common/ic_arrow_r_red.svg");
  border-top-color: #9e0012;
  border-bottom-color: #9e0012;
}

.products-module-4 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .products-module-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
  }
}
.products-module-4__link {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.products-module-4__link:hover {
  opacity: 0.7;
}
.products-module-4__thumb img {
  aspect-ratio: 800/600;
  width: 100%;
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-module-4__caption {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  background-color: #3c3c3c;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .products-module-4__caption {
    font-size: 0.875rem;
    padding: 10px;
  }
}
.products-module-4__data {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .products-module-4__data {
    font-size: 0.8125rem;
    margin-top: 10px;
  }
}
.products-module-4__desc {
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .products-module-4__desc {
    font-size: 0.75rem;
    margin-top: 5px;
  }
}
.products-module-4__data a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #000;
  padding: 14px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .products-module-4__data a {
    padding: 10px;
  }
}
.products-module-4__data a:hover {
  opacity: 0.7;
}
.products-module-4__data a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  vertical-align: middle;
  background-image: url("/assets/img/common/ic_pdf.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .products-module-4__data a[href*=".pdf"]::after {
    width: 16px;
    height: 20px;
  }
}
.products-module-4__data a[href*=".jpg"]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  vertical-align: middle;
  background-image: url("/assets/img/common/ic_jpg.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .products-module-4__data a[href*=".jpg"]::after {
    width: 16px;
    height: 20px;
  }
}

.products-module-5 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .products-module-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
  }
}
.products-module-5 iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.products-module-5__caption {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .products-module-5__caption {
    font-size: 0.75rem;
    margin-top: 5px;
  }
}

/*-----------------------------------------------------------------
ダウンロード
-----------------------------------------------------------------*/
.download-table {
  margin: 0 -5px;
}
@media screen and (max-width: 768px) {
  .download-table.js-scrollable {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .download-table.js-scrollable table {
    width: auto;
  }
}
.download-table table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 5px;
}
.download-table table thead th {
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  background-color: #3c3c3c;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .download-table table thead th {
    font-size: 0.75rem;
    padding: 10px;
  }
}
.download-table table tbody td {
  line-height: 1.6;
  background-color: #f5f5f5;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .download-table table tbody td {
    font-size: 0.75rem;
    padding: 10px;
  }
}
.download-table table tbody td a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.download-table table tbody td a:hover {
  opacity: 0.7;
}
.download-table table tbody td a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  vertical-align: middle;
  background-image: url("/assets/img/common/ic_pdf.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .download-table table tbody td a[href*=".pdf"]::after {
    width: 16px;
    height: 20px;
  }
}
.download-table table tbody td a[href*=".jpg"]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  vertical-align: middle;
  background-image: url("/assets/img/common/ic_jpg.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .download-table table tbody td a[href*=".jpg"]::after {
    width: 16px;
    height: 20px;
  }
}
.heading-3:has(+ .download-table) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .heading-3:has(+ .download-table) {
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------------------------
よくある質問
-----------------------------------------------------------------*/
.qa-tab {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .qa-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 40px;
  }
}
.qa-tab__item a {
  display: block;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #646464;
  border-radius: 2em;
  padding: 18px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .qa-tab__item a {
    font-size: 0.75rem;
    padding: 7px 5px;
  }
}
.qa-tab__item a:hover {
  color: #fff;
  background-color: #9e0012;
  border-color: #9e0012;
}
.qa-tab__item.is-current a {
  color: #fff;
  background-color: #646464;
}
.qa-tab__item.is-current a:hover {
  border-color: #646464;
}

.qa-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 25px 0 20px;
}
@media screen and (max-width: 768px) {
  .qa-list__item {
    gap: 10px 0;
    min-height: inherit;
    padding: 15px 0;
  }
}
.qa-list__item:not(:first-child) {
  border-top: none;
}
.qa-list__q, .qa-list__a {
  position: relative;
  min-height: 50px;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .qa-list__q, .qa-list__a {
    min-height: 35px;
    padding-left: 45px;
  }
}
.qa-list__q::before, .qa-list__a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -5px;
  left: 0;
  width: 50px;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .qa-list__q::before, .qa-list__a::before {
    width: 32px;
    height: 32px;
    font-size: 1.125rem;
  }
}
.qa-list__q {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .qa-list__q {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.qa-list__q::before {
  content: "Q";
  background-color: #00559e;
}
.qa-list__a {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .qa-list__a {
    font-size: 0.8125rem;
  }
}
.qa-list__a::before {
  content: "A";
  background-color: #9e0011;
}
.qa-list__a a {
  color: #9e0012;
  text-decoration: underline;
}
.qa-list__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .qa-list__tag {
    gap: 5px;
    margin-top: 5px;
  }
}
.qa-list__tag-item {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.6;
  background-color: #636363;
  border-radius: 2em;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .qa-list__tag-item {
    font-size: 0.625rem;
    padding: 3px 10px;
  }
}
.qa-list__tag2 {
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.6;
  background-color: #636363;
  border-radius: 2em;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .qa-list__tag2 {
    position: relative;
    top: 0;
    font-size: 0.625rem;
    padding: 3px 10px;
    margin: 0 0 0 auto;
  }
}

/*-----------------------------------------------------------------
取扱いメーカー一覧
-----------------------------------------------------------------*/
.maker-tab {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 15px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .maker-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 40px;
  }
}
.maker-tab__item a {
  display: block;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #646464;
  border-radius: 10px;
  padding: 18px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .maker-tab__item a {
    font-size: 0.75rem;
    border-radius: 6px;
    padding: 7px 5px;
  }
}
.maker-tab__item a:hover {
  color: #fff;
  background-color: #9e0012;
  border-color: #9e0012;
}
.maker-tab__item.is-current a {
  color: #fff;
  background-color: #646464;
}
.maker-tab__item.is-current a:hover {
  border-color: #646464;
}

.maker-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 60px;
}
@media screen and (max-width: 768px) {
  .maker-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px 20px;
  }
}
.maker-list__item a {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  background-image: url("/assets/img/common/ic_blank_red.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 15px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .maker-list__item a {
    padding: 10px 80px 10px 0;
  }
}
.maker-list__item a::after {
  position: absolute;
  top: 50%;
  right: 28px;
  content: "WEB SITE";
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #9e0012;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .maker-list__item a::after {
    font-size: 0.625rem;
  }
}
.maker-list__item a:hover {
  color: #9e0012;
  border-color: #9e0012;
}
.maker-list__item:not(:has(a)) {
  font-weight: 700;
  line-height: 1.6;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .maker-list__item:not(:has(a)) {
    padding: 10px 0;
  }
}

/*-----------------------------------------------------------------
ソリューション事例
-----------------------------------------------------------------*/
.jirei-search {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0 60px;
}
@media screen and (max-width: 768px) {
  .jirei-search {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px 0;
  }
}
.jirei-search__item {
  background-color: #f5f5f5;
  padding: 55px 40px;
}
@media screen and (max-width: 768px) {
  .jirei-search__item {
    padding: 20px 4%;
  }
}
.jirei-search__title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jirei-search__title {
    font-size: 1rem;
  }
}
.jirei-search__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .jirei-search__tag {
    gap: 8px;
    margin-top: 15px;
  }
}
.jirei-search__tag-item a {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.4;
  background-color: #3c3c3c;
  border-radius: 2em;
  padding: 10px 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .jirei-search__tag-item a {
    font-size: 0.75rem;
    padding: 6px 15px;
  }
}
.jirei-search__tag-item a:hover {
  background-color: #9e0012;
}
.jirei-search__tag-item.is-current a {
  background-color: #9e0012;
}
.jirei-search__select {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .jirei-search__select {
    margin-top: 15px;
  }
}
.jirei-search__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/common/ic_arrow_select.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .jirei-search__select::after {
    right: 10px;
    width: 14px;
    height: 14px;
  }
}
.jirei-search__select select {
  width: 100%;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 15px 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .jirei-search__select select {
    font-size: 0.875rem;
    padding: 10px 20px;
  }
}

.jirei-allbtn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .jirei-allbtn {
    margin-top: 30px;
  }
}
.jirei-allbtn a {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #3c3c3c;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.jirei-allbtn a:hover {
  background-color: #9e0012;
}

.jirei-list__item:first-child a {
  border-top: 1px solid #c8c8c8;
}
.jirei-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/assets/img/common/ic_arrow_r_black.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 18px auto;
  border-bottom: 1px solid #c8c8c8;
  padding: 20px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .jirei-list__item a {
    background-position: center right;
    background-size: 14px auto;
    padding: 10px 0;
  }
}
.jirei-list__item a::before, .jirei-list__item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.jirei-list__item a::before {
  top: -1px;
  left: 0;
}
.jirei-list__item a::after {
  bottom: -1px;
  left: 0;
}
.jirei-list__item a:hover {
  background-image: url("/assets/img/common/ic_arrow_r_red.svg");
}
.jirei-list__item a:hover::before, .jirei-list__item a:hover::after {
  background-color: #9e0012;
}
.jirei-list__no {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  color: #9e0012;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .jirei-list__no {
    font-size: 0.875rem;
    padding: 0 15px 0 0;
  }
}
.jirei-list__title {
  font-size: 1.125rem;
  font-weight: 500;
  border-left: 1px solid #c8c8c8;
  padding: 0 50px 0 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .jirei-list__title {
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0 25px 0 15px;
  }
}
.jirei-list__item a:hover .jirei-list__title {
  color: #9e0012;
  border-left-color: #9e0012;
}

.jirei-article {
  background-color: #fff;
  padding: 70px 5%;
}
@media screen and (max-width: 768px) {
  .jirei-article {
    padding: 30px 4%;
  }
}

.jirei-article-head {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .jirei-article-head {
    margin-bottom: 20px;
  }
}
.jirei-article-head__no {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  color: #9e0012;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .jirei-article-head__no {
    font-size: 0.875rem;
  }
}
.jirei-article-head__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .jirei-article-head__title {
    font-size: 1rem;
    padding: 10px 0;
  }
}

.jirei-article-post .element {
  overflow: hidden;
}
.jirei-article-post .data {
  display: none;
}
.jirei-article-post h1 {
  display: none;
}
.jirei-article-post p:not(:first-child), .jirei-article-post ul:not(:first-child), .jirei-article-post table:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post p:not(:first-child), .jirei-article-post ul:not(:first-child), .jirei-article-post table:not(:first-child) {
    margin-top: 20px;
  }
}
.jirei-article-post p:not(:last-child), .jirei-article-post ul:not(:last-child), .jirei-article-post table:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post p:not(:last-child), .jirei-article-post ul:not(:last-child), .jirei-article-post table:not(:last-child) {
    margin-bottom: 20px;
  }
}
.jirei-article-post p:has(+ .clear), .jirei-article-post ul:has(+ .clear), .jirei-article-post table:has(+ .clear) {
  margin-bottom: 0;
}
.jirei-article-post figure {
  text-align: center;
}
.jirei-article-post figure figcaption {
  font-weight: 500;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post figure figcaption {
    font-size: 0.6875rem;
    padding-top: 10px;
  }
}
.jirei-article-post figure:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post figure:not(:first-child) {
    margin-top: 30px;
  }
}
.jirei-article-post figure:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post figure:not(:last-child) {
    margin-bottom: 30px;
  }
}
.jirei-article-post a {
  color: #9e0012;
  text-decoration: underline;
}
.jirei-article-post a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  vertical-align: middle;
  background-image: url("/assets/img/common/ic_pdf.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post a[href*=".pdf"]::after {
    width: 16px;
    height: 20px;
  }
}
.jirei-article-post .txt_b {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .jirei-article-post .txt_b {
    font-size: 1rem;
  }
}
.jirei-article-post .txt_b:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post .txt_b:not(:first-child) {
    margin-top: 20px;
  }
}
.jirei-article-post .txt_b:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post .txt_b:not(:last-child) {
    margin-bottom: 5px;
  }
}
.jirei-article-post .txt_b + p, .jirei-article-post .txt_b + ul, .jirei-article-post .txt_b + table {
  margin-top: 0;
}
.jirei-article-post #element_left #element_left {
  float: left;
  width: calc(100% - 200px);
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post #element_left #element_left {
    float: none;
    width: auto;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.jirei-article-post .left_list {
  float: left;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .jirei-article-post .left_list {
    float: none;
    width: auto;
  }
  .jirei-article-post .left_list:not(:first-child) {
    margin-top: 30px;
  }
  .jirei-article-post .left_list:not(:last-child) {
    margin-bottom: 30px;
  }
}
.jirei-article-post .right_list {
  float: right;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .jirei-article-post .right_list {
    float: none;
    width: auto;
  }
  .jirei-article-post .right_list:not(:first-child) {
    margin-top: 30px;
  }
  .jirei-article-post .right_list:not(:last-child) {
    margin-bottom: 30px;
  }
}
.jirei-article-post .photo {
  text-align: center;
}
.jirei-article-post .photo:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post .photo:not(:first-child) {
    margin-top: 20px;
  }
}
.jirei-article-post .photo:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post .photo:not(:last-child) {
    margin-bottom: 20px;
  }
}
.jirei-article-post .photo:has(+ .clear) {
  margin-bottom: 0;
}
.jirei-article-post .photo_right {
  float: right;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jirei-article-post .photo_right {
    float: none;
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .jirei-article-post #element_left + .photo_right {
    margin-top: 0;
  }
}
.jirei-article-post .clear {
  clear: both;
}
.jirei-article-post table {
  width: calc(100% + 10px);
  border-spacing: 5px;
  margin: 0 -5px;
}
.jirei-article-post table thead th {
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  background-color: #3c3c3c;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post table thead th {
    font-size: 0.75rem;
    padding: 10px;
  }
}
.jirei-article-post table tbody th, .jirei-article-post table tbody td {
  line-height: 1.6;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post table tbody th, .jirei-article-post table tbody td {
    font-size: 0.75rem;
    padding: 10px;
  }
}
.jirei-article-post table tbody th {
  background-color: #fff;
  border: 2px solid #dcdcdc;
}
.jirei-article-post table tbody td {
  background-color: #f5f5f5;
}
.jirei-article-post table tbody td a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.jirei-article-post table tbody td a:hover {
  opacity: 0.7;
}
.jirei-article-post table tbody td a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  vertical-align: middle;
  background-image: url("/assets/img/common/ic_pdf.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .jirei-article-post table tbody td a[href*=".pdf"]::after {
    width: 16px;
    height: 20px;
  }
}

.jirei-article-connect {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 60px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .jirei-article-connect {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0;
    margin-top: 40px;
  }
}
.jirei-article-heading {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .jirei-article-heading {
    font-size: 1rem;
    padding-bottom: 5px;
  }
}

.jirei-article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .jirei-article-list {
    gap: 5px 0;
    margin-top: 15px;
  }
}
.jirei-article-list__item {
  position: relative;
  padding-left: 1em;
}
.jirei-article-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .jirei-article-list__item::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}
.jirei-article-list__item a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  background-image: url("/assets/img/common/ic_arrow_r_red.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 17px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .jirei-article-list__item a {
    font-size: 0.875rem;
    background-size: 14px auto;
  }
}
.jirei-article-list__item a:hover {
  color: #9e0012;
  background-position: right center;
}

.jirei-article-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .jirei-article-tag {
    gap: 8px;
    margin-top: 15px;
  }
}
.jirei-article-tag__item a {
  display: block;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.4;
  background-color: #3c3c3c;
  border-radius: 0;
  padding: 5px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .jirei-article-tag__item a {
    font-size: 0.75rem;
    padding: 4px 10px;
  }
}
.jirei-article-tag__item a:hover {
  background-color: #9e0012;
}
.jirei-article-tag__item.is-current a {
  background-color: #9e0012;
}

/*
.custom-select {
	position: relative;
	margin-top: 20px;
	@include mq(sp) {
		margin-top: 10px;
	}
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer;
	&::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		width: 20px;
		height: 20px;
		background-image: url("/assets/img/common/ic_arrow_select.svg");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: contain;
		transform: translateY(-50%);
		pointer-events: none;
	}
}
.custom-options {
	display: block;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	min-width: 100%;
	background-color: #646464;
	border-radius: 5px;
	padding: 20px;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1;
	.custom-select.opened & {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		transform: translateY(0);
	}
}
.custom-option {
	display: block;
	font-size: rem(14);
	color: #fff;
	padding: 2px 0;
	cursor: pointer;
}
*/
/*-----------------------------------------------------------------
企業紹介
-----------------------------------------------------------------*/
.company-home-mv {
  position: relative;
}
.company-home-mv__image {
  width: 96%;
  max-width: calc(50% + 640px);
  margin-left: auto;
}
.company-home-mv__image img {
  width: 100%;
}
.company-home-mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("/assets/img/common/bg_dot.png");
  background-repeat: repeat;
  background-position: center center;
  z-index: -1;
}

.company-home-block {
  background-image: url("/assets/img/common/bg_dot.png");
  background-repeat: repeat;
  background-position: center center;
}
.company-home-block__inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  .company-home-block__inner {
    padding: 30px 0 40px;
  }
}

.company-home-lead {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .company-home-lead {
    font-size: 0.9375rem;
  }
}

.company-home-module {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px 60px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .company-home-module {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0;
    margin-top: 40px;
  }
}
.company-home-module__image img {
  width: 100%;
}
.company-home-module__content {
  position: relative;
  width: 90%;
  background-color: #fff;
  padding: 50px 5%;
  margin: -50px auto 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company-home-module__content {
    padding: 25px 5%;
  }
}
.company-home-module__title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .company-home-module__title {
    font-size: 1.25rem;
  }
}
.company-home-module__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  background-color: #9e0012;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .company-home-module__title::after {
    height: 5px;
    margin-top: 10px;
  }
}
.company-home-module__desc {
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .company-home-module__desc {
    margin-top: 20px;
  }
}
.company-home-module__btn {
  width: 100%;
  max-width: 380px;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .company-home-module__btn {
    margin-top: 20px;
  }
}
.company-home-module__btn a {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #222;
  background-image: url("/assets/img/common/ic_arrow_r_white.svg");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 20px 20px;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .company-home-module__btn a {
    font-size: 0.875rem;
    background-position: right 20px center;
    background-size: 14px 14px;
  }
}
.company-home-module__btn a:hover {
  background-color: #9e0012;
}

.company-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 40px;
}
@media screen and (max-width: 768px) {
  .company-menu {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px 0;
    padding: 0 15px;
  }
}
.company-menu__item > a {
  position: relative;
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  background-color: #f5f5f5;
  background-image: url("/assets/img/common/ic_blank_red.svg");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 30px auto;
  border-left: 8px solid #9e0012;
  padding: 20px 50px 20px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .company-menu__item > a {
    font-size: 1rem;
    background-position: right 20px center;
    background-size: 15px auto;
    border-left-width: 5px;
    padding: 15px 20px;
  }
}
.company-menu__item > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .company-menu__group {
    min-height: 130px;
  }
}
@media screen and (min-width: 769px) {
  .company-menu__group {
    grid-column: span 3/span 3;
  }
}
.company-menu__group a {
  position: relative;
  display: block;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company-menu__group a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .company-menu__group a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.company-menu__group-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.company-menu__group-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  padding: 0 50px 15px;
}
@media screen and (max-width: 768px) {
  .company-menu__group-en {
    font-size: 1.625rem;
    line-height: 1.2;
    padding: 0 20px 7px;
  }
}
.company-menu__group-jp {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.65);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 20px 70px 20px 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company-menu__group-jp {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding: 10px 30px 10px 20px;
  }
}
.company-menu__group-jp::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/common/ic_square_arrow_r_red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .company-menu__group-jp::after {
    right: 8px;
    width: 18px;
    height: 18px;
  }
}

.company-recruit {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .company-recruit {
    margin-top: 40px;
    padding: 0 15px;
  }
}
.company-recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .company-recruit a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-recruit a:hover {
  opacity: 0.7;
}
.company-recruit__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .company-recruit__image {
    width: 100%;
  }
}
.company-recruit__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .company-recruit__title {
    width: 100%;
    padding: 30px 20px;
  }
}
.company-recruit__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .company-recruit__title::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.company-recruit__title-en {
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .company-recruit__title-en {
    font-size: 1.875rem;
  }
}
.company-recruit__title-jp {
  min-height: 30px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background-image: url("/assets/img/common/ic_blank_white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px auto;
  margin-top: 15px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .company-recruit__title-jp {
    min-height: 16px;
    font-size: 1rem;
    background-size: 16px auto;
    margin-top: 10px;
    padding-right: 26px;
  }
}

/* 企業紹介共通 */
.image + .company-def {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .image + .company-def {
    margin-top: 30px;
  }
}
.company-def__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c8c8c8;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .company-def__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3px 0;
    padding: 10px 0;
  }
}
.company-def__item:first-child {
  border-top: 1px solid #c8c8c8;
}
.company-def__title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  width: 250px;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 30px 0 1em;
}
@media screen and (max-width: 768px) {
  .company-def__title {
    width: 100%;
    font-size: 0.875rem;
    padding-right: 0;
  }
}
.company-def__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .company-def__title::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}
.company-def__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #c8c8c8;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .company-def__desc {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.6;
    border-left: none;
    padding-left: 0;
  }
}

/* パーパスと理念体系 */
.rinen-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .rinen-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
.rinen-heading__main {
  font-family: "Poppins", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  color: #9e0012;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .rinen-heading__main {
    font-size: 2.25rem;
  }
}
.rinen-heading__sub {
  font-size: 1.5rem;
  font-weight: 600;
  color: #9e0012;
  line-height: 1;
  border-top: 1px solid #9e0012;
  border-bottom: 1px solid #9e0012;
  padding: 8px 40px;
}
@media screen and (max-width: 768px) {
  .rinen-heading__sub {
    font-size: 0.9375rem;
    padding: 5px 30px;
  }
}

.rinen-desc {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .rinen-desc {
    font-size: 1rem;
    margin-top: 25px;
  }
}
.rinen-desc__sub {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background-color: #9e0012;
  border-radius: 2em;
  padding: 8px 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .rinen-desc__sub {
    font-size: 0.875rem;
    padding: 5px 15px;
    margin-right: 10px;
  }
}

.rinen-lead {
  background-color: #f5f5f5;
  padding: 40px 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .rinen-lead {
    padding: 20px;
    margin-top: 20px;
  }
}
.rinen-lead__txt {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .rinen-lead__txt {
    font-size: 1.25rem;
  }
}

.rinen-mission-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .rinen-mission-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.rinen-mission-lead dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 350px;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #3c3c3c;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .rinen-mission-lead dt {
    width: 100%;
    font-size: 4.375rem;
    padding: 20px;
  }
}
.rinen-mission-lead dt span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .rinen-mission-lead dt span {
    font-size: 0.875rem;
  }
}
.rinen-mission-lead dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  background-color: #f5f5f5;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .rinen-mission-lead dd {
    padding: 20px;
  }
}

.rinen-mission-list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .rinen-mission-list {
    margin-top: 30px;
  }
}
.rinen-mission-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c8c8c8;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .rinen-mission-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.rinen-mission-list > li:first-child {
  border-top: 1px solid #c8c8c8;
}
.rinen-mission-list__title {
  width: 350px;
  font-family: "Poppins", sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
  border-right: 1px solid #c8c8c8;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .rinen-mission-list__title {
    width: 100%;
    font-size: 1.5625rem;
    border-right: none;
    padding: 0;
  }
}
.rinen-mission-list__title:first-letter {
  color: #9e0012;
}
.rinen-mission-list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .rinen-mission-list__txt {
    font-size: 0.875rem;
    padding: 5px 0 0;
  }
}

.rinen-philosophy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .rinen-philosophy-list {
    gap: 10px 0;
    margin-top: 30px;
  }
}
.rinen-philosophy-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .rinen-philosophy-list > li {
    padding: 15px;
  }
}
.rinen-philosophy-list__no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background-color: #3c3c3c;
}
@media screen and (max-width: 768px) {
  .rinen-philosophy-list__no {
    width: 25px;
    height: 25px;
    font-size: 1rem;
  }
}
.rinen-philosophy-list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .rinen-philosophy-list__txt {
    font-size: 0.875rem;
    padding-left: 10px;
  }
}

.rinen-vision-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .rinen-vision-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    margin-top: 30px;
  }
}
.rinen-vision-list > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  padding: 40px 20px 30px;
}
@media screen and (max-width: 768px) {
  .rinen-vision-list > li {
    padding: 15px;
  }
}
.rinen-vision-list__no {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background-color: #3c3c3c;
}
@media screen and (max-width: 768px) {
  .rinen-vision-list__no {
    width: 25px;
    height: 25px;
    font-size: 1rem;
  }
}
.rinen-vision-list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .rinen-vision-list__txt {
    font-size: 0.875rem;
    padding-left: 20px;
  }
}

/* 会社概要 */
/* 事業所一覧 */
.office-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px 60px;
}
@media screen and (max-width: 768px) {
  .office-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .office-grid__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .office-grid__info + .office-grid__info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .office-grid__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
}
.office-list__item {
  position: relative;
  font-size: 1.125rem;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .office-list__item {
    font-size: 0.875rem;
  }
}
.office-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .office-list__item::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 769px) {
  .office-list__item::before {
    top: 15px;
  }
}

.office-btn {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 25px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .office-btn {
    gap: 0 15px;
    margin-top: 20px;
  }
}
.office-btn__item a {
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px auto;
  border: 1px solid #000;
  padding: 7px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .office-btn__item a {
    font-size: 0.8125rem;
    background-position: right 10px center;
    background-size: 14px auto;
  }
}
.office-btn__item a:hover {
  opacity: 0.7;
}
.office-btn__item a.-pdf {
  background-image: url("/assets/img/common/ic_pdf.svg");
}
.office-btn__item a.-blank {
  background-image: url("/assets/img/common/ic_blank_red.svg");
}

.office-image img {
  width: 100%;
}

/* 沿革 */
/* ビデオライブラリー */
.video-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .video-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 20px;
    margin-bottom: 40px;
  }
}
.video-list__yb {
  aspect-ratio: 16/9;
}
.video-list__yb iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  vertical-align: middle;
}
.video-list__yb a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.video-list__yb a:hover {
  opacity: 0.7;
}
.video-list__image {
  position: relative;
}
.video-list__image img {
  width: 100%;
  aspect-ratio: 16/8.9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.video-list__image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 60px;
  height: 48px;
  background-image: url("/assets/img/common/ic_youtube_start.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-list__caption {
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .video-list__caption {
    margin-top: 10px;
  }
}

/*-----------------------------------------------------------------
トピックス
-----------------------------------------------------------------*/
.topics-nav-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .topics-nav-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 40px;
  }
}
.topics-nav-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topics-nav-list__item a {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 2em;
  padding: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .topics-nav-list__item a {
    font-size: 0.8125rem;
    padding: 5px;
  }
}
.topics-nav-list__item a:hover {
  color: #fff;
  background-color: #9e0012;
}
.topics-nav-list__item.is-current a {
  color: #fff;
  background-color: #9e0012;
}

.topics-list > li {
  border-bottom: 1px solid #c8c8c8;
}
.topics-list > li:first-child {
  border-top: 1px solid #c8c8c8;
}
.topics-list > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.topics-list > li > a::before, .topics-list > li > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.topics-list > li > a::before {
  top: -1px;
  left: 0;
}
.topics-list > li > a::after {
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .topics-list > li > a:hover {
    background-image: url("/assets/img/common/ic_arrow_r_red.svg");
  }
}
.topics-list > li > a:hover .topics-list__txt {
  color: #9e0012;
}
.topics-list > li > a:hover::before, .topics-list > li > a:hover::after {
  background-color: #9e0012;
}
@media screen and (max-width: 768px) {
  .topics-list > li > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 15px;
    padding: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  .topics-list > li > a {
    gap: 0 30px;
    background-image: url("/assets/img/common/ic_arrow_r_black.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 18px auto;
    padding: 30px 45px 30px 20px;
  }
}
.topics-list__date {
  display: block;
  width: 5em;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .topics-list__date {
    font-size: 0.8125rem;
  }
}
.topics-list__category {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 7em;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  background-color: #646464;
  border-radius: 2em;
  padding: 7px 20px;
}
@media screen and (max-width: 768px) {
  .topics-list__category {
    font-size: 0.6875rem;
    padding: 4px 10px;
  }
}
.topics-list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .topics-list__txt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    -webkit-line-clamp: 2;
  }
}

/*-----------------------------------------------------------------
サイトマップ
-----------------------------------------------------------------*/
.sitemap-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 40px;
}
@media screen and (max-width: 768px) {
  .sitemap-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 25px 0;
  }
}
.sitemap-main__title > a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  background-image: url("/assets/img/common/ic_square_arrow_r_red.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 30px 10px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .sitemap-main__title > a {
    font-size: 1.125rem;
    background-size: 25px 25px;
    padding: 8px 25px 8px 0;
  }
}
.sitemap-main__title > a:hover {
  color: #9e0012;
  border-top-color: #9e0012;
  border-bottom-color: #9e0012;
}
.sitemap-main__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  margin-top: 20px;
}
.sitemap-main__list1-item > a {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  background-color: #f5f5f5;
  background-image: url("/assets/img/common/ic_arrow_r_black.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 16px;
  padding: 10px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .sitemap-main__list1-item > a {
    font-size: 0.9375rem;
    background-position: right 15px center;
    background-size: 14px 14px;
    padding: 8px 15px;
  }
}
.sitemap-main__list1-item > a:hover {
  color: #fff;
  background-color: #9e0012;
  background-image: url("/assets/img/common/ic_arrow_r_white.svg");
}
.sitemap-main__list2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 10px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .sitemap-main__list2 {
    padding: 15px;
  }
}
.sitemap-main__list2-item > a {
  display: block;
  line-height: 1.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sitemap-main__list2-item > a:hover {
  color: #9e0012;
}

/*-----------------------------------------------------------------
お問い合わせ
-----------------------------------------------------------------*/
.form-contact iframe {
  min-height: 1500px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .form-contact iframe {
    min-height: 2000px;
  }
}

.form-contact body {
  background-color: #000;
}

/*-----------------------------------------------------------------
Utility
-----------------------------------------------------------------*/
/* Typography
----------------------------------------*/
/* Font Weight */
.u-font-normal {
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .u-font-normal-sp {
    font-weight: 400 !important;
  }
}
@media screen and (min-width: 769px) {
  .u-font-normal-pc {
    font-weight: 400 !important;
  }
}

.u-font-medium {
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .u-font-medium-sp {
    font-weight: 500 !important;
  }
}
@media screen and (min-width: 769px) {
  .u-font-medium-pc {
    font-weight: 500 !important;
  }
}

.u-font-bold {
  font-weight: 700 !important;
}
@media screen and (max-width: 768px) {
  .u-font-bold-sp {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 769px) {
  .u-font-bold-pc {
    font-weight: 700 !important;
  }
}

/* Text Align */
.u-text-left {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .u-text-left-sp {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) {
  .u-text-left-pc {
    text-align: left !important;
  }
}

.u-text-center {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .u-text-center-sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) {
  .u-text-center-pc {
    text-align: center !important;
  }
}

.u-text-right {
  text-align: right !important;
}
@media screen and (max-width: 768px) {
  .u-text-right-sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) {
  .u-text-right-pc {
    text-align: right !important;
  }
}

/* Font size */
.u-text-xs {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .u-text-xs-sp {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 769px) {
  .u-text-xs-pc {
    font-size: 0.75rem;
  }
}

.u-text-sm {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .u-text-sm-sp {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) {
  .u-text-sm-pc {
    font-size: 0.875rem;
  }
}

.u-text-base {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .u-text-base-sp {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .u-text-base-pc {
    font-size: 1rem;
  }
}

.u-text-lg {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .u-text-lg-sp {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  .u-text-lg-pc {
    font-size: 1.125rem;
  }
}

.u-text-xl {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .u-text-xl-sp {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .u-text-xl-pc {
    font-size: 1.25rem;
  }
}

/* Layout
----------------------------------------*/
/* Clear */
.u-clearfix::before, .u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Display */
.u-none {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-none-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-none-pc {
    display: none !important;
  }
}

/* Spacing
----------------------------------------*/
/* Margin Top */
.u-mt-0rem {
  margin-top: 0rem !important;
}
.u-mt-1rem {
  margin-top: 1rem !important;
}
.u-mt-2rem {
  margin-top: 2rem !important;
}
.u-mt-3rem {
  margin-top: 3rem !important;
}
.u-mt-4rem {
  margin-top: 4rem !important;
}
.u-mt-5rem {
  margin-top: 5rem !important;
}
.u-mt-6rem {
  margin-top: 6rem !important;
}
.u-mt-7rem {
  margin-top: 7rem !important;
}
.u-mt-8rem {
  margin-top: 8rem !important;
}
.u-mt-9rem {
  margin-top: 9rem !important;
}
.u-mt-10rem {
  margin-top: 10rem !important;
}
@media screen and (max-width: 768px) {
  .u-mt-0rem-sp {
    margin-top: 0rem !important;
  }
  .u-mt-1rem-sp {
    margin-top: 1rem !important;
  }
  .u-mt-2rem-sp {
    margin-top: 2rem !important;
  }
  .u-mt-3rem-sp {
    margin-top: 3rem !important;
  }
  .u-mt-4rem-sp {
    margin-top: 4rem !important;
  }
  .u-mt-5rem-sp {
    margin-top: 5rem !important;
  }
  .u-mt-6rem-sp {
    margin-top: 6rem !important;
  }
  .u-mt-7rem-sp {
    margin-top: 7rem !important;
  }
  .u-mt-8rem-sp {
    margin-top: 8rem !important;
  }
  .u-mt-9rem-sp {
    margin-top: 9rem !important;
  }
  .u-mt-10rem-sp {
    margin-top: 10rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mt-0rem-pc {
    margin-top: 0rem !important;
  }
  .u-mt-1rem-pc {
    margin-top: 1rem !important;
  }
  .u-mt-2rem-pc {
    margin-top: 2rem !important;
  }
  .u-mt-3rem-pc {
    margin-top: 3rem !important;
  }
  .u-mt-4rem-pc {
    margin-top: 4rem !important;
  }
  .u-mt-5rem-pc {
    margin-top: 5rem !important;
  }
  .u-mt-6rem-pc {
    margin-top: 6rem !important;
  }
  .u-mt-7rem-pc {
    margin-top: 7rem !important;
  }
  .u-mt-8rem-pc {
    margin-top: 8rem !important;
  }
  .u-mt-9rem-pc {
    margin-top: 9rem !important;
  }
  .u-mt-10rem-pc {
    margin-top: 10rem !important;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}
.u-mt-5 {
  margin-top: 5px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}
.u-mt-15 {
  margin-top: 15px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mt-25 {
  margin-top: 25px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}
.u-mt-35 {
  margin-top: 35px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}
.u-mt-45 {
  margin-top: 45px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}
.u-mt-55 {
  margin-top: 55px !important;
}
.u-mt-60 {
  margin-top: 60px !important;
}
.u-mt-65 {
  margin-top: 65px !important;
}
.u-mt-70 {
  margin-top: 70px !important;
}
.u-mt-75 {
  margin-top: 75px !important;
}
.u-mt-80 {
  margin-top: 80px !important;
}
.u-mt-85 {
  margin-top: 85px !important;
}
.u-mt-90 {
  margin-top: 90px !important;
}
.u-mt-95 {
  margin-top: 95px !important;
}
.u-mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mt-85-sp {
    margin-top: 85px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mt-0-pc {
    margin-top: 0px !important;
  }
  .u-mt-5-pc {
    margin-top: 5px !important;
  }
  .u-mt-10-pc {
    margin-top: 10px !important;
  }
  .u-mt-15-pc {
    margin-top: 15px !important;
  }
  .u-mt-20-pc {
    margin-top: 20px !important;
  }
  .u-mt-25-pc {
    margin-top: 25px !important;
  }
  .u-mt-30-pc {
    margin-top: 30px !important;
  }
  .u-mt-35-pc {
    margin-top: 35px !important;
  }
  .u-mt-40-pc {
    margin-top: 40px !important;
  }
  .u-mt-45-pc {
    margin-top: 45px !important;
  }
  .u-mt-50-pc {
    margin-top: 50px !important;
  }
  .u-mt-55-pc {
    margin-top: 55px !important;
  }
  .u-mt-60-pc {
    margin-top: 60px !important;
  }
  .u-mt-65-pc {
    margin-top: 65px !important;
  }
  .u-mt-70-pc {
    margin-top: 70px !important;
  }
  .u-mt-75-pc {
    margin-top: 75px !important;
  }
  .u-mt-80-pc {
    margin-top: 80px !important;
  }
  .u-mt-85-pc {
    margin-top: 85px !important;
  }
  .u-mt-90-pc {
    margin-top: 90px !important;
  }
  .u-mt-95-pc {
    margin-top: 95px !important;
  }
  .u-mt-100-pc {
    margin-top: 100px !important;
  }
}

/* Margin Bottom */
.u-mb-0rem {
  margin-bottom: 0rem !important;
}
.u-mb-1rem {
  margin-bottom: 1rem !important;
}
.u-mb-2rem {
  margin-bottom: 2rem !important;
}
.u-mb-3rem {
  margin-bottom: 3rem !important;
}
.u-mb-4rem {
  margin-bottom: 4rem !important;
}
.u-mb-5rem {
  margin-bottom: 5rem !important;
}
.u-mb-6rem {
  margin-bottom: 6rem !important;
}
.u-mb-7rem {
  margin-bottom: 7rem !important;
}
.u-mb-8rem {
  margin-bottom: 8rem !important;
}
.u-mb-9rem {
  margin-bottom: 9rem !important;
}
.u-mb-10rem {
  margin-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  .u-mb-0rem-sp {
    margin-bottom: 0rem !important;
  }
  .u-mb-1rem-sp {
    margin-bottom: 1rem !important;
  }
  .u-mb-2rem-sp {
    margin-bottom: 2rem !important;
  }
  .u-mb-3rem-sp {
    margin-bottom: 3rem !important;
  }
  .u-mb-4rem-sp {
    margin-bottom: 4rem !important;
  }
  .u-mb-5rem-sp {
    margin-bottom: 5rem !important;
  }
  .u-mb-6rem-sp {
    margin-bottom: 6rem !important;
  }
  .u-mb-7rem-sp {
    margin-bottom: 7rem !important;
  }
  .u-mb-8rem-sp {
    margin-bottom: 8rem !important;
  }
  .u-mb-9rem-sp {
    margin-bottom: 9rem !important;
  }
  .u-mb-10rem-sp {
    margin-bottom: 10rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mb-0rem-pc {
    margin-bottom: 0rem !important;
  }
  .u-mb-1rem-pc {
    margin-bottom: 1rem !important;
  }
  .u-mb-2rem-pc {
    margin-bottom: 2rem !important;
  }
  .u-mb-3rem-pc {
    margin-bottom: 3rem !important;
  }
  .u-mb-4rem-pc {
    margin-bottom: 4rem !important;
  }
  .u-mb-5rem-pc {
    margin-bottom: 5rem !important;
  }
  .u-mb-6rem-pc {
    margin-bottom: 6rem !important;
  }
  .u-mb-7rem-pc {
    margin-bottom: 7rem !important;
  }
  .u-mb-8rem-pc {
    margin-bottom: 8rem !important;
  }
  .u-mb-9rem-pc {
    margin-bottom: 9rem !important;
  }
  .u-mb-10rem-pc {
    margin-bottom: 10rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}
.u-mb-5 {
  margin-bottom: 5px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
.u-mb-35 {
  margin-bottom: 35px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-mb-45 {
  margin-bottom: 45px !important;
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
.u-mb-55 {
  margin-bottom: 55px !important;
}
.u-mb-60 {
  margin-bottom: 60px !important;
}
.u-mb-65 {
  margin-bottom: 65px !important;
}
.u-mb-70 {
  margin-bottom: 70px !important;
}
.u-mb-75 {
  margin-bottom: 75px !important;
}
.u-mb-80 {
  margin-bottom: 80px !important;
}
.u-mb-85 {
  margin-bottom: 85px !important;
}
.u-mb-90 {
  margin-bottom: 90px !important;
}
.u-mb-95 {
  margin-bottom: 95px !important;
}
.u-mb-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mb-0-pc {
    margin-bottom: 0px !important;
  }
  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }
  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }
  .u-mb-15-pc {
    margin-bottom: 15px !important;
  }
  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }
  .u-mb-25-pc {
    margin-bottom: 25px !important;
  }
  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }
  .u-mb-35-pc {
    margin-bottom: 35px !important;
  }
  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }
  .u-mb-45-pc {
    margin-bottom: 45px !important;
  }
  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }
  .u-mb-55-pc {
    margin-bottom: 55px !important;
  }
  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }
  .u-mb-65-pc {
    margin-bottom: 65px !important;
  }
  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }
  .u-mb-75-pc {
    margin-bottom: 75px !important;
  }
  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }
  .u-mb-85-pc {
    margin-bottom: 85px !important;
  }
  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }
  .u-mb-95-pc {
    margin-bottom: 95px !important;
  }
  .u-mb-100-pc {
    margin-bottom: 100px !important;
  }
}

/* Padding Top */
.u-pt-0rem {
  padding-top: 0rem !important;
}
.u-pt-1rem {
  padding-top: 1rem !important;
}
.u-pt-2rem {
  padding-top: 2rem !important;
}
.u-pt-3rem {
  padding-top: 3rem !important;
}
.u-pt-4rem {
  padding-top: 4rem !important;
}
.u-pt-5rem {
  padding-top: 5rem !important;
}
.u-pt-6rem {
  padding-top: 6rem !important;
}
.u-pt-7rem {
  padding-top: 7rem !important;
}
.u-pt-8rem {
  padding-top: 8rem !important;
}
.u-pt-9rem {
  padding-top: 9rem !important;
}
.u-pt-10rem {
  padding-top: 10rem !important;
}
@media screen and (max-width: 768px) {
  .u-pt-0rem-sp {
    padding-top: 0rem !important;
  }
  .u-pt-1rem-sp {
    padding-top: 1rem !important;
  }
  .u-pt-2rem-sp {
    padding-top: 2rem !important;
  }
  .u-pt-3rem-sp {
    padding-top: 3rem !important;
  }
  .u-pt-4rem-sp {
    padding-top: 4rem !important;
  }
  .u-pt-5rem-sp {
    padding-top: 5rem !important;
  }
  .u-pt-6rem-sp {
    padding-top: 6rem !important;
  }
  .u-pt-7rem-sp {
    padding-top: 7rem !important;
  }
  .u-pt-8rem-sp {
    padding-top: 8rem !important;
  }
  .u-pt-9rem-sp {
    padding-top: 9rem !important;
  }
  .u-pt-10rem-sp {
    padding-top: 10rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pt-0rem-pc {
    padding-top: 0rem !important;
  }
  .u-pt-1rem-pc {
    padding-top: 1rem !important;
  }
  .u-pt-2rem-pc {
    padding-top: 2rem !important;
  }
  .u-pt-3rem-pc {
    padding-top: 3rem !important;
  }
  .u-pt-4rem-pc {
    padding-top: 4rem !important;
  }
  .u-pt-5rem-pc {
    padding-top: 5rem !important;
  }
  .u-pt-6rem-pc {
    padding-top: 6rem !important;
  }
  .u-pt-7rem-pc {
    padding-top: 7rem !important;
  }
  .u-pt-8rem-pc {
    padding-top: 8rem !important;
  }
  .u-pt-9rem-pc {
    padding-top: 9rem !important;
  }
  .u-pt-10rem-pc {
    padding-top: 10rem !important;
  }
}
.u-pt-0 {
  padding-top: 0px !important;
}
.u-pt-5 {
  padding-top: 5px !important;
}
.u-pt-10 {
  padding-top: 10px !important;
}
.u-pt-15 {
  padding-top: 15px !important;
}
.u-pt-20 {
  padding-top: 20px !important;
}
.u-pt-25 {
  padding-top: 25px !important;
}
.u-pt-30 {
  padding-top: 30px !important;
}
.u-pt-35 {
  padding-top: 35px !important;
}
.u-pt-40 {
  padding-top: 40px !important;
}
.u-pt-45 {
  padding-top: 45px !important;
}
.u-pt-50 {
  padding-top: 50px !important;
}
.u-pt-55 {
  padding-top: 55px !important;
}
.u-pt-60 {
  padding-top: 60px !important;
}
.u-pt-65 {
  padding-top: 65px !important;
}
.u-pt-70 {
  padding-top: 70px !important;
}
.u-pt-75 {
  padding-top: 75px !important;
}
.u-pt-80 {
  padding-top: 80px !important;
}
.u-pt-85 {
  padding-top: 85px !important;
}
.u-pt-90 {
  padding-top: 90px !important;
}
.u-pt-95 {
  padding-top: 95px !important;
}
.u-pt-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .u-pt-0-sp {
    padding-top: 0px !important;
  }
  .u-pt-5-sp {
    padding-top: 5px !important;
  }
  .u-pt-10-sp {
    padding-top: 10px !important;
  }
  .u-pt-15-sp {
    padding-top: 15px !important;
  }
  .u-pt-20-sp {
    padding-top: 20px !important;
  }
  .u-pt-25-sp {
    padding-top: 25px !important;
  }
  .u-pt-30-sp {
    padding-top: 30px !important;
  }
  .u-pt-35-sp {
    padding-top: 35px !important;
  }
  .u-pt-40-sp {
    padding-top: 40px !important;
  }
  .u-pt-45-sp {
    padding-top: 45px !important;
  }
  .u-pt-50-sp {
    padding-top: 50px !important;
  }
  .u-pt-55-sp {
    padding-top: 55px !important;
  }
  .u-pt-60-sp {
    padding-top: 60px !important;
  }
  .u-pt-65-sp {
    padding-top: 65px !important;
  }
  .u-pt-70-sp {
    padding-top: 70px !important;
  }
  .u-pt-75-sp {
    padding-top: 75px !important;
  }
  .u-pt-80-sp {
    padding-top: 80px !important;
  }
  .u-pt-85-sp {
    padding-top: 85px !important;
  }
  .u-pt-90-sp {
    padding-top: 90px !important;
  }
  .u-pt-95-sp {
    padding-top: 95px !important;
  }
  .u-pt-100-sp {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pt-0-pc {
    padding-top: 0px !important;
  }
  .u-pt-5-pc {
    padding-top: 5px !important;
  }
  .u-pt-10-pc {
    padding-top: 10px !important;
  }
  .u-pt-15-pc {
    padding-top: 15px !important;
  }
  .u-pt-20-pc {
    padding-top: 20px !important;
  }
  .u-pt-25-pc {
    padding-top: 25px !important;
  }
  .u-pt-30-pc {
    padding-top: 30px !important;
  }
  .u-pt-35-pc {
    padding-top: 35px !important;
  }
  .u-pt-40-pc {
    padding-top: 40px !important;
  }
  .u-pt-45-pc {
    padding-top: 45px !important;
  }
  .u-pt-50-pc {
    padding-top: 50px !important;
  }
  .u-pt-55-pc {
    padding-top: 55px !important;
  }
  .u-pt-60-pc {
    padding-top: 60px !important;
  }
  .u-pt-65-pc {
    padding-top: 65px !important;
  }
  .u-pt-70-pc {
    padding-top: 70px !important;
  }
  .u-pt-75-pc {
    padding-top: 75px !important;
  }
  .u-pt-80-pc {
    padding-top: 80px !important;
  }
  .u-pt-85-pc {
    padding-top: 85px !important;
  }
  .u-pt-90-pc {
    padding-top: 90px !important;
  }
  .u-pt-95-pc {
    padding-top: 95px !important;
  }
  .u-pt-100-pc {
    padding-top: 100px !important;
  }
}

/* Padding Bottom */
.u-pb-0rem {
  padding-bottom: 0rem !important;
}
.u-pb-1rem {
  padding-bottom: 1rem !important;
}
.u-pb-2rem {
  padding-bottom: 2rem !important;
}
.u-pb-3rem {
  padding-bottom: 3rem !important;
}
.u-pb-4rem {
  padding-bottom: 4rem !important;
}
.u-pb-5rem {
  padding-bottom: 5rem !important;
}
.u-pb-6rem {
  padding-bottom: 6rem !important;
}
.u-pb-7rem {
  padding-bottom: 7rem !important;
}
.u-pb-8rem {
  padding-bottom: 8rem !important;
}
.u-pb-9rem {
  padding-bottom: 9rem !important;
}
.u-pb-10rem {
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  .u-pb-0rem-sp {
    padding-bottom: 0rem !important;
  }
  .u-pb-1rem-sp {
    padding-bottom: 1rem !important;
  }
  .u-pb-2rem-sp {
    padding-bottom: 2rem !important;
  }
  .u-pb-3rem-sp {
    padding-bottom: 3rem !important;
  }
  .u-pb-4rem-sp {
    padding-bottom: 4rem !important;
  }
  .u-pb-5rem-sp {
    padding-bottom: 5rem !important;
  }
  .u-pb-6rem-sp {
    padding-bottom: 6rem !important;
  }
  .u-pb-7rem-sp {
    padding-bottom: 7rem !important;
  }
  .u-pb-8rem-sp {
    padding-bottom: 8rem !important;
  }
  .u-pb-9rem-sp {
    padding-bottom: 9rem !important;
  }
  .u-pb-10rem-sp {
    padding-bottom: 10rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pb-0rem-pc {
    padding-bottom: 0rem !important;
  }
  .u-pb-1rem-pc {
    padding-bottom: 1rem !important;
  }
  .u-pb-2rem-pc {
    padding-bottom: 2rem !important;
  }
  .u-pb-3rem-pc {
    padding-bottom: 3rem !important;
  }
  .u-pb-4rem-pc {
    padding-bottom: 4rem !important;
  }
  .u-pb-5rem-pc {
    padding-bottom: 5rem !important;
  }
  .u-pb-6rem-pc {
    padding-bottom: 6rem !important;
  }
  .u-pb-7rem-pc {
    padding-bottom: 7rem !important;
  }
  .u-pb-8rem-pc {
    padding-bottom: 8rem !important;
  }
  .u-pb-9rem-pc {
    padding-bottom: 9rem !important;
  }
  .u-pb-10rem-pc {
    padding-bottom: 10rem !important;
  }
}
.u-pb-0 {
  padding-bottom: 0px !important;
}
.u-pb-5 {
  padding-bottom: 5px !important;
}
.u-pb-10 {
  padding-bottom: 10px !important;
}
.u-pb-15 {
  padding-bottom: 15px !important;
}
.u-pb-20 {
  padding-bottom: 20px !important;
}
.u-pb-25 {
  padding-bottom: 25px !important;
}
.u-pb-30 {
  padding-bottom: 30px !important;
}
.u-pb-35 {
  padding-bottom: 35px !important;
}
.u-pb-40 {
  padding-bottom: 40px !important;
}
.u-pb-45 {
  padding-bottom: 45px !important;
}
.u-pb-50 {
  padding-bottom: 50px !important;
}
.u-pb-55 {
  padding-bottom: 55px !important;
}
.u-pb-60 {
  padding-bottom: 60px !important;
}
.u-pb-65 {
  padding-bottom: 65px !important;
}
.u-pb-70 {
  padding-bottom: 70px !important;
}
.u-pb-75 {
  padding-bottom: 75px !important;
}
.u-pb-80 {
  padding-bottom: 80px !important;
}
.u-pb-85 {
  padding-bottom: 85px !important;
}
.u-pb-90 {
  padding-bottom: 90px !important;
}
.u-pb-95 {
  padding-bottom: 95px !important;
}
.u-pb-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .u-pb-0-sp {
    padding-bottom: 0px !important;
  }
  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }
  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }
  .u-pb-15-sp {
    padding-bottom: 15px !important;
  }
  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }
  .u-pb-25-sp {
    padding-bottom: 25px !important;
  }
  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }
  .u-pb-35-sp {
    padding-bottom: 35px !important;
  }
  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }
  .u-pb-45-sp {
    padding-bottom: 45px !important;
  }
  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }
  .u-pb-55-sp {
    padding-bottom: 55px !important;
  }
  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }
  .u-pb-65-sp {
    padding-bottom: 65px !important;
  }
  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }
  .u-pb-75-sp {
    padding-bottom: 75px !important;
  }
  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }
  .u-pb-85-sp {
    padding-bottom: 85px !important;
  }
  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }
  .u-pb-95-sp {
    padding-bottom: 95px !important;
  }
  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pb-0-pc {
    padding-bottom: 0px !important;
  }
  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }
  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }
  .u-pb-15-pc {
    padding-bottom: 15px !important;
  }
  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }
  .u-pb-25-pc {
    padding-bottom: 25px !important;
  }
  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }
  .u-pb-35-pc {
    padding-bottom: 35px !important;
  }
  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }
  .u-pb-45-pc {
    padding-bottom: 45px !important;
  }
  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }
  .u-pb-55-pc {
    padding-bottom: 55px !important;
  }
  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }
  .u-pb-65-pc {
    padding-bottom: 65px !important;
  }
  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }
  .u-pb-75-pc {
    padding-bottom: 75px !important;
  }
  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }
  .u-pb-85-pc {
    padding-bottom: 85px !important;
  }
  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }
  .u-pb-95-pc {
    padding-bottom: 95px !important;
  }
  .u-pb-100-pc {
    padding-bottom: 100px !important;
  }
}