@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, l, ul, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1025px) {
  html {
    overflow-y: scroll;
  }
}
body {
  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;
  width: 100%;
  min-height: 100vh;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.75;
  word-break: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
}

header,
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
a {
  color: #2c31a6;
  text-decoration: underline;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}
a:hover {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

img[src$=".svg"] {
  width: 100%;
}

.ie .scroll-hint-icon {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 91px;
  border-top: 8px solid #2c31a6;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.83, 0, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}
.header::before {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  content: "";
  width: 34.7222%;
  height: 8px;
  background: #00ad92;
}
.header::after {
  position: absolute;
  top: -8px;
  right: 0;
  display: block;
  content: "";
  width: 6.04167%;
  height: 8px;
  background: #fc2e14;
}
.header.header-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.pc-gnav {
  display: none;
}

.mega-menu-box {
  display: none;
}

.menu-fixed {
  height: 100vh;
  overflow: hidden;
}

.sp-head {
  display: block;
}
.sp-head .logo {
  position: absolute;
  top: 14px;
  left: 15px;
  width: 230px;
}
.sp-head .hum-input {
  display: none;
}
.sp-head .hum-input:checked ~ .gnav-hum span {
  background-color: #00ad92;
}
.sp-head .hum-input:checked ~ .gnav-hum span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.sp-head .hum-input:checked ~ .gnav-hum span:nth-of-type(2) {
  opacity: 0;
}
.sp-head .hum-input:checked ~ .gnav-hum span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
.sp-head .hum-input:checked ~ .sp-head-gnav {
  visibility: visible;
  overflow-y: auto;
  width: 100vw;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sp-head .gnav-hum {
  position: absolute;
  top: 20px;
  right: 15px;
  display: block;
  width: 44px;
  height: 45px;
  cursor: pointer;
  z-index: 4;
}
.sp-head .gnav-hum span {
  display: inline-block;
  position: absolute;
  left: 11px;
  width: 22px;
  height: 3px;
  border-radius: 3px;
  background-color: #00ad92;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp-head .gnav-hum span:nth-of-type(1) {
  top: 12px;
}
.sp-head .gnav-hum span:nth-of-type(2) {
  top: 21px;
}
.sp-head .gnav-hum span:nth-of-type(3) {
  top: 30px;
}
.sp-head .sp-head-gnav {
  display: block;
  position: fixed;
  top: 91px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  visibility: hidden;
  overflow: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 160px;
  width: 0;
  height: 100vh;
  background-color: #f5f7fd;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 4;
}
.sp-head .sp-head-gnav .sp-gnav .trigger-input {
  display: none;
}
.sp-head .sp-head-gnav .sp-gnav .trigger-input:checked ~ .lowernav-list {
  max-height: 150vh;
}
.sp-head .sp-head-gnav .sp-gnav .trigger-input:checked ~ label::after {
  content: "\f106";
}
.sp-head .sp-head-gnav .sp-gnav .topnav-list > li {
  border-bottom: 1px solid #9e9e9e;
}
.sp-head .sp-head-gnav .sp-gnav .topnav-list a,
.sp-head .sp-head-gnav .sp-gnav .topnav-list label {
  display: block;
  position: relative;
  font-weight: bold;
  padding: 10px 15px 10px 15px;
}
.sp-head .sp-head-gnav .sp-gnav .topnav-list a {
  color: #333333;
  text-decoration: none;
}
.sp-head .sp-head-gnav .sp-gnav .topnav-list a::after {
  display: block;
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00ad92;
  font-size: 2.6rem;
}
.sp-head .sp-head-gnav .sp-gnav .topnav-list label {
  cursor: pointer;
}
.sp-head .sp-head-gnav .sp-gnav .topnav-list label::after {
  display: block;
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00ad92;
  font-size: 2.6rem;
}
.sp-head .sp-head-gnav .sp-gnav .lowernav-list {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  background-color: #ffffff;
  overflow: hidden;
  margin-left: 17px;
  border-left: 1px solid #9e9e9e;
}
.sp-head .sp-head-gnav .sp-gnav .lowernav-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  border-bottom: 1px solid #ffffff;
}
.sp-head .sp-head-gnav .sp-gnav .lowernav-list > li:first-child {
  border-top: 1px solid #9e9e9e;
}
.sp-head .sp-head-gnav .sp-gnav .lowernav-list > li:not(:last-child) {
  border-bottom: 1px solid #9e9e9e;
}
.sp-head .sp-head-gnav .sp-gnav .lowernav-list > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  width: 100%;
  padding: 10px 5px 10px 30px;
}
.sp-head .sp-head-gnav .sp-gnav .lowernav-list > li a::before {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00ad92;
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  content: "\f105";
  margin-top: 1px;
}
.sp-head .sp-head-gnav .sp-gnav .lowernav-list > li a::after {
  content: none;
}
.sp-head .sp-head-gnav .sp-gnav .topnav-sublist {
  padding: 30px 15px;
}
.sp-head .sp-head-gnav .sp-gnav .topnav-sublist li {
  font-size: 1.4rem;
}
.sp-head .sp-head-gnav .sp-gnav .topnav-sublist li a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
}
.sp-head .sp-head-gnav .sp-gnav .lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0 15px;
}
.sp-head .sp-head-gnav .sp-gnav .lang-list li {
  position: relative;
  color: #4d4d4d;
  font-size: 1.4rem;
}
.sp-head .sp-head-gnav .sp-gnav .lang-list li.current {
  pointer-events: none;
}
.sp-head .sp-head-gnav .sp-gnav .lang-list li.current::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00ad92;
}
.sp-head .sp-head-gnav .sp-gnav .lang-list li:first-child::after {
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #4d4d4d;
}
.sp-head .sp-head-gnav .sp-gnav .lang-list li a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 120px;
    background-color: #ffffff;
  }
  .menu-fixed {
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
  }
  .sp-head {
    display: none;
  }
  .pc-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 112px;
  }
  .pc-gnav .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 320px;
    margin: 20px 0 0 20px;
  }
  .pc-gnav .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px 25px 0 0;
  }
  .pc-gnav .topnav-subbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 30px;
  }
  .pc-gnav .topnav-subbox .topnav-sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .pc-gnav .topnav-subbox .topnav-sublist li a {
    display: block;
    font-size: 1.4rem;
    color: #4d4d4d;
    text-decoration: none;
  }
  .pc-gnav .topnav-subbox .topnav-sublist li a:hover {
    color: #2c31a6;
    text-decoration: underline;
  }
  .pc-gnav .topnav-subbox .lang-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .pc-gnav .topnav-subbox .lang-list li {
    position: relative;
    color: #4d4d4d;
    font-size: 1.4rem;
  }
  .pc-gnav .topnav-subbox .lang-list li.current {
    pointer-events: none;
  }
  .pc-gnav .topnav-subbox .lang-list li.current::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #00ad92;
  }
  .pc-gnav .topnav-subbox .lang-list li:first-child::after {
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #4d4d4d;
  }
  .pc-gnav .topnav-subbox .lang-list li a {
    display: block;
    color: #4d4d4d;
    text-decoration: none;
  }
  .pc-gnav .topnav-subbox .lang-list li a:hover {
    color: #2c31a6;
    text-decoration: underline;
  }
  .pc-gnav .topnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    margin: 20px 0 0 0;
  }
  .pc-gnav .topnav-list > li.li-active > span::before {
    content: "\f106";
  }
  .pc-gnav .topnav-list > li:hover > span::after {
    width: 100%;
    background: #bbbbbb;
    left: 0;
  }
  .pc-gnav .topnav-list > li > a,
  .pc-gnav .topnav-list > li > span {
    position: relative;
    display: block;
    color: #333333;
    font-weight: bold;
    padding: 0 30px 0 0;
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .pc-gnav .topnav-list > li > a {
    text-decoration: none;
  }
  .pc-gnav .topnav-list > li > a:hover {
    color: #2c31a6;
  }
  .pc-gnav .topnav-list > li > a:hover::after {
    width: 100%;
    background: #bbbbbb;
    left: 0;
  }
  .pc-gnav .topnav-list > li > a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: 0 0;
    -webkit-transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), left 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), left 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .pc-gnav .topnav-list > li > span {
    line-height: 52px;
    cursor: default;
  }
  .pc-gnav .topnav-list > li > span::before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "\f107";
    color: #00ad92;
    font-family: FontAwesome;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
  }
  .pc-gnav .topnav-list > li > span::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0;
    height: 2px;
    background: 0 0;
    -webkit-transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), left 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), left 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .mega-menu-box {
    position: absolute;
    top: 112px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: #ffffff;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: height 0.33s cubic-bezier(0.1, 0.7, 0.4, 1);
    transition: height 0.33s cubic-bezier(0.1, 0.7, 0.4, 1);
  }
  .mega-menu-box.is-show {
    height: 250px;
    -webkit-transition: height 0.33s cubic-bezier(0.1, 0.7, 0.4, 1);
    transition: height 0.33s cubic-bezier(0.1, 0.7, 0.4, 1);
  }
  .mega-menu-box .mega-menu {
    display: none;
    font-size: 1.5rem;
  }
  .mega-menu-box .mega-menu::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #bbbbbb;
  }
  .mega-menu-box .mega-menu .mega-menu--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #333333;
    font-size: 3rem;
    font-weight: bold;
    width: 30vw;
    min-height: 250px;
  }
  .mega-menu-box .mega-menu .mega-menu--cont {
    width: calc(100% - 30vw - 5.4166666667vw);
    margin-left: 5.4166666667vw;
    padding: 48px 0 14px;
  }
  .mega-menu-box .mega-menu .lowernav-ttl {
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    width: calc(100% - 30px);
    border-bottom: 1px solid #00ad92;
    margin: 0 0 20px;
    padding: 0 0 10px;
  }
  .mega-menu-box .mega-menu .lowernav-ttl a {
    display: inline-block;
    color: #333333;
    text-decoration: none;
  }
  .mega-menu-box .mega-menu .lowernav-ttl a:hover span {
    color: #2c31a6;
    text-decoration: underline;
  }
  .mega-menu-box .mega-menu .lowernav-ttl a:hover span::before {
    text-decoration: none;
  }
  .mega-menu-box .mega-menu .lowernav-ttl a span {
    position: relative;
  }
  .mega-menu-box .mega-menu .lowernav-ttl a span::before {
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "\f105";
    color: #00ad92;
    font-size: 2rem;
    font-family: FontAwesome;
    line-height: 1;
    margin-top: 1px;
  }
  .mega-menu-box .mega-menu .lowernav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 0 25px;
  }
  .mega-menu-box .mega-menu .lowernav-list li {
    width: calc((100% - 80px) / 3);
    margin: 0 0 10px;
  }
  .mega-menu-box .mega-menu .lowernav-list li:not(:nth-child(3n)) {
    margin: 0 40px 10px 0;
  }
  .mega-menu-box .mega-menu .lowernav-list li > a {
    color: #333333;
    text-decoration: none;
  }
  .mega-menu-box .mega-menu .lowernav-list li > a:hover span {
    color: #2c31a6;
    text-decoration: underline;
  }
  .mega-menu-box .mega-menu .lowernav-list li > a:hover span::before {
    text-decoration: none;
  }
  .mega-menu-box .mega-menu .lowernav-list li > a span {
    position: relative;
  }
  .mega-menu-box .mega-menu .lowernav-list li > a span::before {
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "\f105";
    color: #00ad92;
    font-size: 1.8rem;
    font-family: FontAwesome;
    line-height: 1;
    margin-top: 1px;
  }
  .mega-menu-box .mega-menu-company .mega-menu--img {
    background: url(/common/img/gnav_company.png) center center/cover no-repeat;
  }
  .mega-menu-box .mega-menu-goods .mega-menu--img {
    background: url(/common/img/gnav_goods.png) center center/cover no-repeat;
  }
  .mega-menu-box .mega-menu-goods .lowernav-ttl {
    padding: 0 0 10px 20px;
  }
  .mega-menu-box .mega-menu-enterprise .mega-menu--img {
    background: url(/common/img/gnav_enterprise.png) center center/cover no-repeat;
  }
  .mega-menu-box .mega-menu-enterprise .lowernav-ttl {
    padding: 0 0 10px 20px;
  }
  .mega-menu-box .mega-menu-information .mega-menu--img {
    background: url(/common/img/gnav_information.png) center center/cover no-repeat;
  }
  .mega-menu-box .mega-menu-information .lowernav-ttl {
    padding: 0 0 10px 20px;
  }
  .mega-menu-box .mega-menu-recruit .mega-menu--img {
    background: url(/common/img/gnav_recruit.png) center center/cover no-repeat;
  }
  .mega-menu-box .mega-menu-recruit .lowernav-ttl {
    padding: 0 0 10px 20px;
  }
  .mega-menu-box[data-index="0"] .mega-menu-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mega-menu-box[data-index="1"] .mega-menu-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mega-menu-box[data-index="2"] .mega-menu-enterprise {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mega-menu-box[data-index="3"] .mega-menu-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mega-menu-box[data-index="4"] .mega-menu-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .en-p-company .pc-gnav .topnav-list {
    gap: 45px;
  }
  .en-p-company .pc-gnav .topnav-list > li > a {
    white-space: nowrap;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .mega-menu-box .mega-menu {
    font-size: 1.6rem;
  }
  .mega-menu-box .mega-menu .lowernav-ttl {
    font-size: 1.7rem;
  }
  .mega-menu-box .mega-menu .lowernav-list li {
    width: calc((100% - 120px) / 4);
  }
  .mega-menu-box .mega-menu .lowernav-list li:not(:nth-child(3n)) {
    margin: 0 0 10px 0;
  }
  .mega-menu-box .mega-menu .lowernav-list li:not(:nth-child(4n)) {
    margin: 0 40px 10px 0;
  }
  .pc-gnav .topnav-list {
    gap: 55px;
  }
  .en-p-company .pc-gnav .topnav-list {
    margin: 40px 0 0 0;
  }
}
.pagetop {
  position: fixed;
  bottom: 16px;
  right: 8px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.pagetop.show {
  opacity: 1;
  visibility: visible;
}
.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  border: 2px solid #00ad92;
  background-color: #ffffff;
  width: 48px;
  height: 48px;
}
.pagetop a i {
  color: #00ad92;
  font-size: 3rem;
}

.footer .page-nav {
  border-top: 1px solid #bbbbbb;
  padding: 30px 15px 0;
}
.footer .page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.footer .page-nav ul li a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
.footer .page-subnav {
  font-size: 1.3rem;
  border-top: 1px solid #bbbbbb;
  margin: 30px 0 0;
  padding: 30px 15px 0;
}
.footer .page-subnav ul {
  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;
  gap: 25px;
}
.footer .page-subnav ul li a {
  color: #4d4d4d;
  text-decoration: none;
}
.footer .trailer {
  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;
  gap: 25px;
  border-top: 1px solid #bbbbbb;
  margin: 30px 0 0;
  padding: 25px 0;
}
.footer .trailer .logo a {
  display: block;
  width: 220px;
}
.footer .trailer .copyright {
  display: block;
  color: #4d4d4d;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .footer .page-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .page-subnav {
    border-top: none;
    margin: 30px 0 0;
    padding: 0 15px;
  }
  .footer .page-subnav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .page-subnav ul li a {
    text-decoration: none;
  }
  .footer .trailer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .footer .page-nav {
    padding: 30px 70px 0;
  }
  .footer .page-nav ul {
    gap: 55px;
  }
  .footer .page-nav ul li a:hover {
    color: #2c31a6;
    text-decoration: underline;
  }
  .footer .page-subnav {
    padding: 0 70px;
  }
  .footer .page-subnav ul {
    gap: 55px;
  }
  .footer .page-subnav ul li a:hover {
    color: #2c31a6;
    text-decoration: underline;
  }
  .footer .trailer {
    padding: 25px 70px;
  }
  .footer .trailer .logo a {
    width: 280px;
  }
}
.ref-txt {
  display: none;
}

.sec-contact {
  background-color: #f1f1f1;
  margin: 0 0 50px;
  padding: 20px 0 35px;
}
.sec-contact > .inner {
  padding: 0 15px;
}
.sec-contact .lead-txt {
  color: #2c31a6;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
}
.sec-contact .ref {
  font-weight: bold;
  line-height: 1.35;
  background-color: #ffffff;
  margin: 0 0 20px;
  padding: 10px 15px;
}
.sec-contact .ref dt {
  color: #2c31a6;
  font-size: 1.4rem;
}
.sec-contact .ref dd {
  margin: 5px 0 0;
}
.sec-contact .row .col-item {
  background-color: #ffffff;
  padding: 10px 15px;
}
.sec-contact .row .col-item:nth-child(odd) {
  margin: 0 0 20px;
}
.sec-contact .row .col-item .ref-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}
.sec-contact .row .col-item .ref-ttl .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background-color: #2c31a6;
  margin: 0 10px 0 0;
}
.sec-contact .row .col-item .ref-ttl .icon i {
  color: #ffffff;
  font-size: 2.6rem;
}
.sec-contact .row .col-item .ref-ttl span {
  color: #2c31a6;
  font-weight: bold;
}
.sec-contact .row .col-item p {
  font-size: 1.4rem;
}
.sec-contact .row .col-mail p {
  margin: 10px 0 0;
}
.sec-contact .row .col-tel p {
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .sec-contact > .inner {
    max-width: 768px;
    margin: 0 auto;
  }
  .sec-contact .lead-txt {
    text-align: center;
  }
  .sec-contact .ref {
    overflow: hidden;
  }
  .sec-contact .ref dt {
    float: left;
    line-height: 1.5;
  }
  .sec-contact .ref dd {
    float: left;
    margin: 0;
  }
  .sec-contact .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec-contact .row .col-item {
    width: calc((100% - 30px) / 2);
  }
  .sec-contact .row .col-item:nth-child(odd) {
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .sec-contact {
    padding: 35px 0 50px;
  }
  .sec-contact .lead-txt {
    font-size: 2rem;
    margin: 0 0 20px;
  }
  .sec-contact .ref {
    padding: 20px;
  }
  .sec-contact .ref dt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .sec-contact .ref dd {
    font-size: 2rem;
  }
  .sec-contact .row .col-item {
    padding: 15px 20px;
  }
  .sec-contact .row .col-item .ref-ttl {
    margin: 0 0 20px;
  }
  .sec-contact .row .col-item .ref-ttl .icon {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    margin: 0 15px 0 0;
  }
  .sec-contact .row .col-item .ref-ttl .icon i {
    font-size: 3rem;
  }
  .sec-contact .row .col-item .ref-ttl span {
    font-size: 2rem;
  }
}
.main .container {
  padding: 0 15px;
}
.main .sec-main {
  margin: 35px 0 50px;
}

@media screen and (min-width: 768px) {
  .main {
    font-size: 1.4rem;
  }
  .main .container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .main .sec-main {
    margin: 35px 0 100px;
  }
}
.p-bg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50.6666666667vw;
}
.p-bg .p-ttl {
  position: absolute;
  top: 34.6666666667vw;
  left: 6.6666666667vw;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  padding: 6px 0 2px 10px;
}

@media screen and (min-width: 768px) {
  .p-bg {
    padding-top: 31.6666666667vw;
  }
  .p-bg .p-ttl {
    top: 17.5vw;
    left: 6.25vw;
    font-size: 3.8rem;
    padding: 6px 0 2px 15px;
  }
}
/* サンプルページ
--------------------------------------------------------- */
.sample-block {
  width: 100%;
  height: 20px;
  background-color: #fc2e14;
}

@media screen and (min-width: 768px) {
  .sample-block {
    background-color: #2c31a6;
  }
}
@media screen and (min-width: 1025px) {
  .sample-block {
    background-color: #00ad92;
  }
}
@media screen and (min-width: 1200px) {
  .sample-block {
    background-color: #333333;
  }
}
/* font
--------------------------------------------------------- */
.fc-base {
  color: #333333;
}

.fc-sub {
  color: #4d4d4d;
}

.fc-red {
  color: #fc2e14;
}

.fc-red2 {
  color: #c00000;
}

.fc-blue {
  color: #2c31a6;
}

.fc-green {
  color: #00ad92;
}

.fw-bold {
  font-weight: bold;
}

.fs-em {
  font-size: 120%;
}

.fs-small {
  font-size: 90%;
}

.fs_minimum {
  font-size: 1rem;
}

.bb-solid {
  border-bottom: 1px solid #333333;
}

.bb-double {
  border-bottom: 3px double #333333;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

/* link
--------------------------------------------------------- */
a[target=_blank]::after,
a[href*=".pdf"]::after,
a[href*=".xlsx"]::after,
a[href*=".xlsm"]::after,
a[href*=".xlsb"]::after,
a[href*=".xltx"]::after,
a[href*=".xltm"]::after,
a[href*=".xls"]::after,
a[href*=".doc"]::after,
a[href*=".docm"]::after,
a[href*=".docx"]::after,
a[href*=".pptx"]::after,
a[href*=".pptm"]::after,
a[href*=".ppt"]::after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  text-indent: 0;
  vertical-align: middle;
  margin: -3px 0 0;
  padding: 0 3px;
}

a[target=_blank]::after {
  content: "\f08e";
}

a[href*=".pdf"]::after {
  content: "\f1c1";
}

a[href*=".xlsx"]::after,
a[href*=".xlsm"]::after,
a[href*=".xlsb"]::after,
a[href*=".xltx"]::after,
a[href*=".xltm"]::after,
a[href*=".xls"]::after {
  content: "\f1c3";
}

a[href*=".doc"]::after,
a[href*=".docm"]::after,
a[href*=".docx"]::after {
  content: "\f1c2";
}

a[href*=".pptx"]::after,
a[href*=".pptm"]::after,
a[href*=".ppt"]::after {
  content: "\f1c4";
}

a.non-icon[target=_blank]::after,
a.non-icon[href*=".pdf"]::after,
a.non-icon[href*=".xlsx"]::after,
a.non-icon[href*=".xlsm"]::after,
a.non-icon[href*=".xlsb"]::after,
a.non-icon[href*=".xltx"]::after,
a.non-icon[href*=".xltm"]::after,
a.non-icon[href*=".xls"]::after,
a.non-icon[href*=".doc"]::after,
a.non-icon[href*=".docm"]::after,
a.non-icon[href*=".docx"]::after,
a.non-icon[href*=".pptx"]::after,
a.non-icon[href*=".pptm"]::after,
a.non-icon[href*=".ppt"]::after {
  content: none;
}

/* list
--------------------------------------------------------- */
.list-num {
  margin: 10px 0;
}
.list-num li {
  line-height: 1.35;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.list-num li:not(:last-child) {
  margin: 0 0 5px;
}
.list-num li.no-indent {
  text-indent: 0;
  padding-left: 0;
}
.list-num li > ol,
.list-num li > ul {
  margin: 10px 0;
}

.list-brackets {
  margin: 10px 0;
}
.list-brackets li {
  line-height: 1.35;
  text-indent: -2.6em;
  padding-left: 2.6em;
}
.list-brackets li:not(:last-child) {
  margin: 0 0 5px;
}
.list-brackets li.no-indent {
  text-indent: 0;
  padding-left: 0;
}
.list-brackets li > ol,
.list-brackets li > ul {
  margin: 10px 0 10px -2.6rem;
}

.list-en-brackets {
  margin: 10px 0;
}
.list-en-brackets li {
  line-height: 1.35;
  text-indent: -1.85em;
  padding-left: 1.75em;
}
.list-en-brackets li:not(:last-child) {
  margin: 0 0 5px;
}
.list-en-brackets li.no-indent {
  text-indent: 0;
  padding-left: 0;
}

.list-maru {
  margin: 10px 0;
}
.list-maru li {
  line-height: 1.35;
  text-indent: -1.35em;
  padding-left: 1em;
}
.list-maru li:not(:last-child) {
  margin: 0 0 5px;
}
.list-maru li.no-indent {
  text-indent: 0;
  padding-left: 0;
}
.list-maru li > ol,
.list-maru li > ul {
  margin: 10px 0;
}

.list-alphabet {
  margin: 10px 0;
}
.list-alphabet li {
  line-height: 1.35;
  text-indent: -1.35em;
  padding-left: 1em;
}
.list-alphabet li:not(:last-child) {
  margin: 0 0 5px;
}
.list-alphabet li.no-indent {
  text-indent: 0;
  padding-left: 0;
}

.list-disc {
  margin: 10px 0;
}
.list-disc li {
  line-height: 1.35;
  text-indent: -1em;
  padding-left: 1em;
}
.list-disc li::before {
  content: "・";
}
.list-disc li:not(:last-child) {
  margin: 0 0 5px;
}
.list-disc li.no-indent {
  text-indent: 0;
  padding-left: 0;
}
.list-disc li.no-indent::before {
  content: none;
}
.list-disc li > ol,
.list-disc li > ul {
  margin: 10px 0;
}

.list-kome {
  margin: 10px 0;
}
.list-kome li {
  line-height: 1.35;
  text-indent: -1em;
  padding-left: 1em;
}
.list-kome li::before {
  content: "※";
}
.list-kome li:not(:last-child) {
  margin: 0 0 5px;
}
.list-kome li.no-indent {
  text-indent: 0;
  padding-left: 0;
}
.list-kome li.no-indent::before {
  content: none;
}
.list-kome li > ol,
.list-kome li > ul {
  margin: 10px 0;
}

.list-star {
  margin: 10px 0;
}
.list-star li {
  line-height: 1.35;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.list-star li::before {
  content: "*";
}
.list-star li:not(:last-child) {
  margin: 0 0 5px;
}
.list-star li.no-indent {
  text-indent: 0;
  padding-left: 0;
}
.list-star li.no-indent::before {
  content: none;
}
.list-star li > ol,
.list-star li > ul {
  margin: 10px 0;
}

.list-wide li:not(:last-child) {
  margin: 0 0 10px;
}

.list-wide2 li:not(:last-child) {
  margin: 0 0 20px;
}

/* button
--------------------------------------------------------- */
.btn-blu,
.btn-wht {
  font-weight: bold;
  text-align: center;
}
.btn-blu a,
.btn-wht a {
  display: block;
  text-decoration: none;
  max-width: 315px;
  margin: 0 auto;
  padding: 8px;
}
.btn-blu a::after,
.btn-wht a::after {
  content: none;
}
.btn-blu a span,
.btn-wht a span {
  position: relative;
  margin: 0 0 0 15px;
}
.btn-blu a span::before,
.btn-wht a span::before {
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  content: "\f105";
}
.btn-blu a[target=_blank] span,
.btn-blu a[href$=".pdf"] span,
.btn-blu a[href$=".xlsx"] span,
.btn-blu a[href$=".xlsm"] span,
.btn-blu a[href$=".xlsb"] span,
.btn-blu a[href$=".xltx"] span,
.btn-blu a[href$=".xltm"] span,
.btn-blu a[href$=".xls"] span,
.btn-blu a[href$=".doc"] span,
.btn-blu a[href$=".docm"] span,
.btn-blu a[href$=".docx"] span,
.btn-blu a[href$=".pptx"] span,
.btn-blu a[href$=".pptm"] span,
.btn-blu a[href$=".ppt"] span,
.btn-wht a[target=_blank] span,
.btn-wht a[href$=".pdf"] span,
.btn-wht a[href$=".xlsx"] span,
.btn-wht a[href$=".xlsm"] span,
.btn-wht a[href$=".xlsb"] span,
.btn-wht a[href$=".xltx"] span,
.btn-wht a[href$=".xltm"] span,
.btn-wht a[href$=".xls"] span,
.btn-wht a[href$=".doc"] span,
.btn-wht a[href$=".docm"] span,
.btn-wht a[href$=".docx"] span,
.btn-wht a[href$=".pptx"] span,
.btn-wht a[href$=".pptm"] span,
.btn-wht a[href$=".ppt"] span {
  margin: 0;
}
.btn-blu a[target=_blank] span::before,
.btn-blu a[href$=".pdf"] span::before,
.btn-blu a[href$=".xlsx"] span::before,
.btn-blu a[href$=".xlsm"] span::before,
.btn-blu a[href$=".xlsb"] span::before,
.btn-blu a[href$=".xltx"] span::before,
.btn-blu a[href$=".xltm"] span::before,
.btn-blu a[href$=".xls"] span::before,
.btn-blu a[href$=".doc"] span::before,
.btn-blu a[href$=".docm"] span::before,
.btn-blu a[href$=".docx"] span::before,
.btn-blu a[href$=".pptx"] span::before,
.btn-blu a[href$=".pptm"] span::before,
.btn-blu a[href$=".ppt"] span::before,
.btn-wht a[target=_blank] span::before,
.btn-wht a[href$=".pdf"] span::before,
.btn-wht a[href$=".xlsx"] span::before,
.btn-wht a[href$=".xlsm"] span::before,
.btn-wht a[href$=".xlsb"] span::before,
.btn-wht a[href$=".xltx"] span::before,
.btn-wht a[href$=".xltm"] span::before,
.btn-wht a[href$=".xls"] span::before,
.btn-wht a[href$=".doc"] span::before,
.btn-wht a[href$=".docm"] span::before,
.btn-wht a[href$=".docx"] span::before,
.btn-wht a[href$=".pptx"] span::before,
.btn-wht a[href$=".pptm"] span::before,
.btn-wht a[href$=".ppt"] span::before {
  content: none;
}
.btn-blu a[target=_blank] span::after,
.btn-blu a[href$=".pdf"] span::after,
.btn-blu a[href$=".xlsx"] span::after,
.btn-blu a[href$=".xlsm"] span::after,
.btn-blu a[href$=".xlsb"] span::after,
.btn-blu a[href$=".xltx"] span::after,
.btn-blu a[href$=".xltm"] span::after,
.btn-blu a[href$=".xls"] span::after,
.btn-blu a[href$=".doc"] span::after,
.btn-blu a[href$=".docm"] span::after,
.btn-blu a[href$=".docx"] span::after,
.btn-blu a[href$=".pptx"] span::after,
.btn-blu a[href$=".pptm"] span::after,
.btn-blu a[href$=".ppt"] span::after,
.btn-wht a[target=_blank] span::after,
.btn-wht a[href$=".pdf"] span::after,
.btn-wht a[href$=".xlsx"] span::after,
.btn-wht a[href$=".xlsm"] span::after,
.btn-wht a[href$=".xlsb"] span::after,
.btn-wht a[href$=".xltx"] span::after,
.btn-wht a[href$=".xltm"] span::after,
.btn-wht a[href$=".xls"] span::after,
.btn-wht a[href$=".doc"] span::after,
.btn-wht a[href$=".docm"] span::after,
.btn-wht a[href$=".docx"] span::after,
.btn-wht a[href$=".pptx"] span::after,
.btn-wht a[href$=".pptm"] span::after,
.btn-wht a[href$=".ppt"] span::after {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  margin: -3px 0 0;
  padding: 0 3px;
}
.btn-blu a[target=_blank] span::after,
.btn-wht a[target=_blank] span::after {
  content: "\f08e";
}
.btn-blu a[href$=".pdf"] span::after,
.btn-wht a[href$=".pdf"] span::after {
  content: "\f1c1";
}
.btn-blu a[href$=".xlsx"] span::after,
.btn-blu a[href$=".xlsm"] span::after,
.btn-blu a[href$=".xlsb"] span::after,
.btn-blu a[href$=".xltx"] span::after,
.btn-blu a[href$=".xltm"] span::after,
.btn-blu a[href$=".xls"] span::after,
.btn-wht a[href$=".xlsx"] span::after,
.btn-wht a[href$=".xlsm"] span::after,
.btn-wht a[href$=".xlsb"] span::after,
.btn-wht a[href$=".xltx"] span::after,
.btn-wht a[href$=".xltm"] span::after,
.btn-wht a[href$=".xls"] span::after {
  content: "\f1c3";
}
.btn-blu a[href$=".doc"] span::after,
.btn-blu a[href$=".docm"] span::after,
.btn-blu a[href$=".docx"] span::after,
.btn-wht a[href$=".doc"] span::after,
.btn-wht a[href$=".docm"] span::after,
.btn-wht a[href$=".docx"] span::after {
  content: "\f1c2";
}
.btn-blu a[href$=".pptx"] span::after,
.btn-blu a[href$=".pptm"] span::after,
.btn-blu a[href$=".ppt"] span::after,
.btn-wht a[href$=".pptx"] span::after,
.btn-wht a[href$=".pptm"] span::after,
.btn-wht a[href$=".ppt"] span::after {
  content: "\f1c4";
}
.btn-blu.btn-right a,
.btn-wht.btn-right a {
  margin: 0 0 0 auto;
}
.btn-blu.btn-left a,
.btn-wht.btn-left a {
  margin: 0 auto 0 0;
}

.btn-blu a {
  color: #ffffff;
  border: 1px solid #2c31a6;
  background-color: #2c31a6;
}

.btn-wht a {
  color: #2c31a6;
  border: 1px solid #2c31a6;
  background-color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .btn-blu,
  .btn-wht {
    font-size: 1.4rem;
  }
  .btn-blu a,
  .btn-wht a {
    padding: 8px;
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .btn-blu a:hover {
    color: #2c31a6;
    background-color: #ffffff;
  }
  .btn-wht a:hover {
    color: #ffffff;
    background-color: #2c31a6;
  }
}
/* table
--------------------------------------------------------- */
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table caption {
  font-weight: bold;
  text-align: left;
  margin: 0 0 5px;
}

/* layout
--------------------------------------------------------- */
.xs-mb {
  margin-bottom: 10px;
}

.s-mb {
  margin-bottom: 15px;
}

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

.l-mb {
  margin-bottom: 25px;
}

.xl-mb {
  margin-bottom: 35px;
}

.xxl-mb {
  margin-bottom: 45px;
}

.xxxl-mb {
  margin-bottom: 55px;
}

.border-line {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.row-layout .col-6:first-child {
  margin: 0 0 30px;
}

.row-layout .col-4:first-child {
  margin: 0 0 30px;
}

.heading {
  text-align: center;
  line-height: 1.35;
  margin: 0 0 45px;
}
.heading span {
  position: relative;
  display: inline-block;
  color: #2c31a6;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 5px;
}
.heading span::before, .heading span::after {
  position: absolute;
  right: 0;
  content: "";
  width: 100%;
  background-color: #2c31a6;
}
.heading span::before {
  bottom: 0;
  height: 1px;
}
.heading span::after {
  bottom: -5px;
  height: 3px;
}

.m-heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
  border-left: 3px solid #2c31a6;
  margin: 0 0 25px;
  padding: 0 0 0 5px;
}
.m-heading span {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}

.m-lineheading {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 25px;
  padding: 0 0 10px;
}
.m-lineheading::before, .m-lineheading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}
.m-lineheading::before {
  width: 100%;
  border-bottom: 3px solid #ececec;
}
.m-lineheading::after {
  width: 50px;
  height: 3px;
  background-color: #2c31a6;
}
.m-lineheading span {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}

.m-blchedding-wrap {
  line-height: 1.35;
  margin: 0 0 25px;
}
.m-blchedding-wrap .m-blchedding {
  display: inline-block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #2c31a6;
  padding: 3px 20px;
}
.m-blchedding-wrap span {
  display: block;
  font-size: 1.4rem;
  margin: 5px 0 0;
}

.s-heading {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
}
.s-heading::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #2c31a6;
}
.s-heading span {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}

.s-lineheading {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 15px;
  padding: 0 0 10px;
}
.s-lineheading::before, .s-lineheading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}
.s-lineheading::before {
  width: 100%;
  border-bottom: 2px solid #ececec;
}
.s-lineheading::after {
  width: 50px;
  height: 2px;
  background-color: #2c31a6;
}
.s-lineheading span {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}

.s-blchedding-wrap {
  line-height: 1.35;
  margin: 0 0 15px;
}
.s-blchedding-wrap .s-blchedding {
  display: inline-block;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #2c31a6;
  padding: 3px 20px;
}
.s-blchedding-wrap span {
  display: block;
  font-size: 1.4rem;
  margin: 5px 0 0;
}

@media screen and (min-width: 768px) {
  .row-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row-layout .col-6 {
    width: calc((100% - 30px) / 2);
  }
  .row-layout .col-6:first-child {
    margin: 0 30px 0 0;
  }
  .row-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row-layout .col-4 {
    width: calc((100% - 60px) / 3);
  }
  .row-layout .col-4:first-child {
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .row-layout .col-6 {
    width: calc((100% - 40px) / 2);
  }
  .row-layout .col-6:first-child {
    margin: 0 40px 0 0;
  }
  .row-layout .col-4 {
    width: calc((100% - 80px) / 3);
  }
  .row-layout .col-4:first-child {
    margin: 0 40px 0 0;
  }
  .heading {
    margin: 0 0 55px;
  }
  .heading span {
    font-size: 2.6rem;
  }
  .heading span::after {
    bottom: -7px;
    height: 5px;
  }
  .m-heading {
    border-left: 5px solid #2c31a6;
    margin: 0 0 35px;
    padding: 0 0 0 10px;
  }
  .m-lineheading {
    margin: 0 0 35px;
  }
  .m-blchedding-wrap {
    margin: 0 0 35px;
  }
  .m-blchedding-wrap .m-blchedding {
    padding: 5px 25px;
  }
  .m-blchedding-wrap span {
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .s-blchedding-wrap .m-blchedding {
    padding: 5px 25px;
  }
  .s-blchedding-wrap span {
    display: inline-block;
    margin: 0 0 0 5px;
  }
}
/* Helper
--------------------------------------------------------- */
.cf::after {
  display: block;
  content: "";
  clear: both;
}

.recruit_2026 {
  letter-spacing: 0.05em;
  font-weight: 500;
}
.recruit_2026 .recruit_2026_wrap {
  opacity: 0;
  visibility: hidden;
}
.recruit_2026 .lh2 {
  line-height: 2;
}
.recruit_2026 .inner {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.recruit_2026 .recruit_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit_2026 .recruit_ttl h2 {
  font-family: "Syncopate", sans-serif;
  font-weight: normal;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 3.3rem;
  position: relative;
  padding-bottom: 20px;
  line-height: 1.4;
}
.recruit_2026 .recruit_ttl h2::after {
  content: "";
  display: block;
  width: 217px;
  height: 22px;
  background: url("/recruit/img/ttl_under.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit_2026 .cmn_btn {
  width: 100%;
  max-width: 286px;
  margin: 0 auto;
}
.recruit_2026 .cmn_btn 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;
  background: #333333;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 60px;
  padding-right: 55px;
  border-radius: 30px;
  position: relative;
}
.recruit_2026 .cmn_btn a::before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  border-right: 1px solid #ffffff;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit_2026 .cmn_btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url("/recruit/img/recruit_arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit_2026 main {
  background: url("/recruit/img/recruit_back.jpg");
  background-size: 12px 12px;
}
.recruit_2026 .recruit_2026_wrap {
  width: 100%;
  overflow-x: clip;
}
.recruit_2026 .recruit_kv {
  padding-top: calc(91px + 8vw);
  padding-bottom: 60px;
}
.recruit_2026 .recruit_kv .recruit_2026_kv_copy {
  width: 66vw;
  margin: 0 auto;
  line-height: 0;
  position: relative;
  z-index: 2;
  padding-left: 4vw;
}
.recruit_2026 .recruit_kv .recruit_2026_kv_copy #kv_text01 {
  width: 88%;
}
.recruit_2026 .recruit_kv .recruit_2026_kv_copy #kv_text02 {
  width: 92%;
  position: relative;
  margin-top: -4vw;
}
.recruit_2026 .recruit_kv .recruit_2026_kv_copy #kv_text03 {
  position: relative;
  margin-top: -9vw;
  line-height: 0;
}
.recruit_2026 .recruit_kv .recruit_kv_inner {
  width: 120%;
  position: relative;
  left: -10%;
  margin-top: -32vw;
  z-index: 1;
}
.recruit_2026 .recruit_kv .recruit_kv_inner .kv_bg {
  background: url("/recruit/img/recruit_kv_sp_back.webp") no-repeat center;
  background-size: cover;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
.recruit_2026 .recruit_kv svg {
  position: relative;
}
.recruit_2026 .recruit_kv svg.kv_pc {
  display: none;
}
.recruit_2026 .recruit_kv svg image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_2026 .recruit_kv svg.kv_sp {
  display: block;
}
.recruit_2026 .auto_scroll .splide__slide {
  width: 1368px !important;
}
.recruit_2026 .index_ct01 {
  background: #ffffff;
  padding: 40px 0 20px 0;
  margin-top: 130px;
  position: relative;
}
.recruit_2026 .index_ct01 .environment_bg {
  background: url("/recruit/img/environment_circle.webp") no-repeat center;
  background-size: contain;
  width: 220%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -60px;
  z-index: 0;
}
.recruit_2026 .index_ct01 .icon_list p {
  position: absolute;
  left: 50%;
}
.recruit_2026 .index_ct01 .icon_list p#environment_illust01 {
  width: 90px;
  top: -50px;
  margin-left: -200px;
}
.recruit_2026 .index_ct01 .icon_list p#environment_illust02 {
  width: 63px;
  top: 40px;
  margin-left: -150px;
}
.recruit_2026 .index_ct01 .icon_list p#environment_illust03 {
  width: 47px;
  top: 210px;
  margin-left: -210px;
}
.recruit_2026 .index_ct01 .icon_list p#environment_illust04 {
  width: 48px;
  top: -70px;
  margin-left: 130px;
}
.recruit_2026 .index_ct01 .icon_list p#environment_illust05 {
  width: 49px;
  top: 70px;
  margin-left: 50px;
}
.recruit_2026 .index_ct01 .icon_list p#environment_illust06 {
  width: 60px;
  top: 200px;
  margin-left: 150px;
}
.recruit_2026 .index_ct01 .index_ct01_in {
  position: relative;
  z-index: 1;
  padding: 130px 0 130px 0;
}
.recruit_2026 .index_ct01 .index_ct01_in .recruit_ttl {
  margin-bottom: 30px;
}
.recruit_2026 .index_ct01 .index_ct01_in p {
  line-height: 2;
}
.recruit_2026 .index_ct01 .index_ct01_in .cmn_btn {
  margin-top: 50px;
}
.recruit_2026 .index_ct01 .index_ct01_in .scroll_slide {
  margin-top: 50px;
}
.recruit_2026 .index_ct01 .index_ct01_in .scroll_slide .splide__slide img {
  border-radius: 40px;
}
.recruit_2026 .index_ct02 {
  padding: 40px 0;
}
.recruit_2026 .index_ct02 h3 {
  text-align: center;
  font-size: 2.8rem;
  margin: 40px 0 20px 0;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.recruit_2026 .index_ct02 .interview_slide {
  margin-top: 40px;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper {
  padding-bottom: 90px;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide {
  position: relative;
  padding-top: 60px;
  padding-bottom: 10px;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.is-active {
  opacity: 1;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #333333;
  border-radius: 50%;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .arrow img {
  width: 12px;
  height: 10px;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_top {
  position: absolute;
  top: 0;
  padding-left: 55px;
  min-height: 72px;
  z-index: 1;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_top p {
  color: #00ad92;
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(1.3rem, 4vw, 2rem);
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_top p.num {
  font-family: "Syncopate", sans-serif;
  font-weight: normal;
  position: absolute;
  left: -10px;
  font-size: 4.5rem;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_left {
  position: absolute;
  top: 100px;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_left .entering_company_date {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  background: #00ad92;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding: 10px 2px;
  width: 25px;
  position: relative;
  left: 40px;
  z-index: 1;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_left .aspiration {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 0;
  left: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 2.2rem;
  background: #00ad92;
  color: #ffffff;
  padding: 10px 2px;
  width: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 1;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide picture {
  position: relative;
  display: block;
  line-height: 1;
  width: calc(100% - 10px);
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide picture::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(219, 250, 238, 0.5) url("/recruit/img/dot.png");
  background-size: 16px 16px;
  border-radius: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide picture::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  border-radius: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -2;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide picture img {
  border-radius: 40px;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.blue_txt .interview_card_top {
  padding-left: 75px;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.blue_txt .interview_card_top p {
  color: #2c31a6;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.blue_txt .interview_card_left .entering_company_date,
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.blue_txt .interview_card_left .aspiration {
  background: #2c31a6;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.purple_txt .interview_card_top {
  padding-left: 75px;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.purple_txt .interview_card_top p {
  color: #A62C8C;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.purple_txt .interview_card_left .entering_company_date,
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.purple_txt .interview_card_left .aspiration {
  background: #A62C8C;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.orange_txt .interview_card_top {
  padding-left: 75px;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.orange_txt .interview_card_top p {
  color: #fc2e14;
}
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.orange_txt .interview_card_left .entering_company_date,
.recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.orange_txt .interview_card_left .aspiration {
  background: #fc2e14;
}
.recruit_2026 .index_ct02 .interview_slide .splide__arrow--prev, .recruit_2026 .index_ct02 .interview_slide .splide__arrow--next {
  top: inherit;
  bottom: 0;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1;
  width: 60px;
  height: 60px;
}
.recruit_2026 .index_ct02 .interview_slide .splide__pagination {
  bottom: 20px;
}
.recruit_2026 .index_ct02 .interview_slide .splide__pagination .splide__pagination__page {
  background: #c7c7c7;
}
.recruit_2026 .index_ct02 .interview_slide .splide__pagination .splide__pagination__page.is-active {
  background: #00ad92;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.recruit_2026 .index_ct03 {
  background: #ffffff;
  padding: 40px 0 40px 0;
  position: relative;
  z-index: 1;
}
.recruit_2026 .index_ct03 .recruit_ttl {
  margin-bottom: 40px;
}
.recruit_2026 .index_ct03 .green_txt {
  color: #00ad92;
}
.recruit_2026 .recruit_foot {
  height: 640px;
  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-bottom: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.recruit_2026 .recruit_foot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49%, rgba(255, 255, 255, 0.25)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.25) 49%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  z-index: 1;
}
.recruit_2026 .recruit_foot .recruit_foot_back {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/recruit/img/recruit_foot_back_sp.webp") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.recruit_2026 .recruit_foot .recruit_foot_circle {
  position: absolute;
  width: 955px;
  height: auto;
  bottom: -50px;
  opacity: 0.5;
}
.recruit_2026 .recruit_foot .inner {
  position: relative;
  z-index: 1;
}
.recruit_2026 .recruit_foot .inner img {
  width: 300px;
  height: auto;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}
.recruit_2026 .recruit_2026_low_main {
  position: relative;
  padding-top: 90px;
}
.recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_back {
  display: block;
  background: url("/recruit/img/recruit_kv_sp_back.webp") no-repeat bottom;
  background-size: contain;
  width: 780px;
  height: 663px;
  position: absolute;
  left: calc(50% + 25px);
  top: calc(50% - 100px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_in {
  padding: 60px 0 200px 0;
}
.recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_in h1 {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 20px;
  display: block;
}
.recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_in h1 span {
  display: inline-block;
  font-family: "Syncopate", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 3.3rem;
}
.recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_in h1::after {
  content: "";
  display: block;
  width: 217px;
  height: 22px;
  background: url("/recruit/img/ttl_under.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit_2026.interview .low_interview_slide {
  margin-top: 40px;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper {
  padding-bottom: 90px;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide {
  position: relative;
  padding-bottom: 10px;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.is-active {
  opacity: 1;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .arrow svg path {
  fill: #00ad92;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .interview_card_top {
  position: absolute;
  bottom: 40px;
  min-height: 72px;
  z-index: 1;
  text-align: center;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .interview_card_top p {
  color: #00ad92;
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .interview_card_top p.num {
  font-family: "Syncopate", sans-serif;
  font-weight: normal;
  left: -10px;
  font-size: 5rem;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .interview_card_left {
  position: absolute;
  top: 0px;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .interview_card_left .entering_company_date {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  background: #00ad92;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding: 10px 2px;
  width: 22px;
  position: relative;
  left: 30px;
  z-index: 1;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .interview_card_left .aspiration {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 0;
  left: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 1.9rem;
  background: #00ad92;
  color: #ffffff;
  padding: 10px 2px;
  width: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 1;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide picture {
  position: relative;
  display: block;
  line-height: 1;
  width: calc(100% - 10px);
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide picture::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(219, 250, 238, 0.5) url("/recruit/img/dot.png");
  background-size: 16px 16px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide picture::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -2;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide picture span {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide picture .grade {
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(15%, rgb(255, 255, 255)), color-stop(40%, rgba(255, 255, 255, 0.5)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide picture img {
  border-radius: 50%;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.blue_txt .interview_card_top p {
  color: #2c31a6;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.blue_txt .interview_card_left .entering_company_date,
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.blue_txt .interview_card_left .aspiration {
  background: #2c31a6;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.blue_txt .arrow svg path {
  fill: #2c31a6;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.purple_txt .interview_card_top p {
  color: #A62C8C;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.purple_txt .interview_card_left .entering_company_date,
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.purple_txt .interview_card_left .aspiration {
  background: #A62C8C;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.purple_txt .arrow svg path {
  fill: #A62C8C;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.orange_txt .interview_card_top p {
  color: #fc2e14;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.orange_txt .interview_card_left .entering_company_date,
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.orange_txt .interview_card_left .aspiration {
  background: #fc2e14;
}
.recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide.orange_txt .arrow svg path {
  fill: #fc2e14;
}
.recruit_2026.interview .low_interview_slide .splide__arrow--prev, .recruit_2026.interview .low_interview_slide .splide__arrow--next {
  top: inherit;
  bottom: 0;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1;
  width: 60px;
  height: 60px;
}
.recruit_2026.interview .low_interview_slide .splide__pagination {
  bottom: 20px;
}
.recruit_2026.interview .low_interview_slide .splide__pagination .splide__pagination__page {
  background: #c7c7c7;
}
.recruit_2026.interview .low_interview_slide .splide__pagination .splide__pagination__page.is-active {
  background: #00ad92;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.recruit_2026.interview .interview_ct01 {
  padding: 40px 0;
}
.recruit_2026.interview .interview_ct01 h2 {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.recruit_2026.interview .interview_ct01 .lh2 {
  font-size: 1.8rem;
}
.recruit_2026.interview #tab_contents_wrap {
  overflow: hidden;
  padding-top: 60px;
}
.recruit_2026.interview .tab_contents {
  padding-top: 60px;
  margin-top: 60px;
  position: relative;
}
.recruit_2026.interview .tab_contents .tab_faq_bg {
  background: url(/recruit/img/tab_faq_bg.webp) center top repeat-y;
  background-size: 300%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(45vw + 260px);
  opacity: 0.6;
}
.recruit_2026.interview .tab_contents .tab_contents_in {
  background: #ffffff;
  padding: 60px 0;
}
.recruit_2026.interview .tab_contents .tab_panel {
  display: none;
}
.recruit_2026.interview .tab_contents .tab_panel.is-show {
  display: block;
}
.recruit_2026.interview .tab_contents .tab_panel.tab_blue .tab_ct01 .tab_main .flex .l_ct h3, .recruit_2026.interview .tab_contents .tab_panel.tab_blue .tab_ct01 .tab_main .flex .l_ct .dept {
  color: #2c31a6;
}
.recruit_2026.interview .tab_contents .tab_panel.tab_blue .tab_ct01 .tab_faq .tab_faq_box .text dl dt {
  background: #2c31a6;
}
.recruit_2026.interview .tab_contents .tab_panel.tab_purple .tab_ct01 .tab_main .flex .l_ct h3, .recruit_2026.interview .tab_contents .tab_panel.tab_purple .tab_ct01 .tab_main .flex .l_ct .dept {
  color: #A62C8C;
}
.recruit_2026.interview .tab_contents .tab_panel.tab_purple .tab_ct01 .tab_faq .tab_faq_box .text dl dt {
  background: #A62C8C;
}
.recruit_2026.interview .tab_contents .tab_panel.tab_orange .tab_ct01 .tab_main .flex .l_ct h3, .recruit_2026.interview .tab_contents .tab_panel.tab_orange .tab_ct01 .tab_main .flex .l_ct .dept {
  color: #fc2e14;
}
.recruit_2026.interview .tab_contents .tab_panel.tab_orange .tab_ct01 .tab_faq .tab_faq_box .text dl dt {
  background: #fc2e14;
}
.recruit_2026.interview .tab_contents .tab_num {
  white-space: nowrap;
  font-size: 15rem;
  font-family: "Syncopate", sans-serif;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0px;
}
.recruit_2026.interview .tab_contents .tab_num span {
  font-size: 15rem;
  font-family: "Syncopate", sans-serif;
  display: inline-block;
  background: rgba(219, 250, 238, 0.4) url("/recruit/img/dot.png");
  background-size: 16px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
}
.recruit_2026.interview .tab_contents .tab_ct01 {
  padding-top: 50px;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_main .inner {
  position: relative;
  z-index: 2;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct h3 {
  font-size: clamp(2rem, 7.5vw, 3rem);
  color: #00ad92;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct h3 span {
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  position: relative;
  margin-left: 0.05em;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct h3 span::before {
  content: "";
  display: block;
  background: url("/recruit/img/ttl_under.svg") no-repeat;
  background-size: contain;
  width: 160px;
  height: 16px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -17px;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct .dept {
  color: #00ad92;
  font-weight: bold;
  font-size: 2rem;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct .dept span {
  font-size: 1.6rem;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct .dept .joining {
  font-weight: normal;
  font-size: 1.7rem;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .r_ct {
  width: 140%;
  max-width: 650px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_faq {
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 70px;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .image {
  width: calc(100% - 30px);
  margin: 20px auto;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .image img {
  border-radius: 40px;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .text dl dt {
  display: inline-block;
  background: #00ad92;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  padding: 9px 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .text dl dd {
  width: calc(100% - 30px);
  margin: 0px auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 4%;
  border-radius: 40px;
}
.recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .text dl dd p {
  line-height: 2;
}
.recruit_2026.interview .interview_list {
  width: 76%;
  margin: 0px auto;
  padding: 60px 0;
}
.recruit_2026.interview .interview_list .interview_item {
  position: relative;
  padding-bottom: 10px;
  z-index: 2;
  margin: 30px auto;
}
.recruit_2026.interview .interview_list .interview_item a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit_2026.interview .interview_list .interview_item .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.recruit_2026.interview .interview_list .interview_item .arrow svg path {
  fill: #00ad92;
}
.recruit_2026.interview .interview_list .interview_item .interview_card_top {
  position: absolute;
  bottom: 40px;
  min-height: 72px;
  z-index: 1;
  text-align: center;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.recruit_2026.interview .interview_list .interview_item .interview_card_top p {
  color: #00ad92;
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
}
.recruit_2026.interview .interview_list .interview_item .interview_card_top p.num {
  font-family: "Syncopate", sans-serif;
  font-weight: normal;
  left: -10px;
  font-size: 5rem;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
}
.recruit_2026.interview .interview_list .interview_item .interview_card_left {
  position: absolute;
  top: 0px;
}
.recruit_2026.interview .interview_list .interview_item .interview_card_left .entering_company_date {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  background: #00ad92;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding: 10px 2px;
  width: 22px;
  position: relative;
  left: 30px;
  z-index: 1;
}
.recruit_2026.interview .interview_list .interview_item .interview_card_left .aspiration {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 0;
  left: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 1.9rem;
  background: #00ad92;
  color: #ffffff;
  padding: 10px 2px;
  width: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 1;
}
.recruit_2026.interview .interview_list .interview_item picture {
  position: relative;
  display: block;
  line-height: 1;
  width: calc(100% - 10px);
}
.recruit_2026.interview .interview_list .interview_item picture::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(219, 250, 238, 0.5) url("/recruit/img/dot.png");
  background-size: 16px 16px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}
.recruit_2026.interview .interview_list .interview_item picture::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -2;
}
.recruit_2026.interview .interview_list .interview_item picture span {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.recruit_2026.interview .interview_list .interview_item picture .grade {
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(15%, rgb(255, 255, 255)), color-stop(40%, rgba(255, 255, 255, 0.5)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.recruit_2026.interview .interview_list .interview_item picture img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.recruit_2026.interview .interview_list .interview_item.blue_txt .interview_card_top p {
  color: #2c31a6;
}
.recruit_2026.interview .interview_list .interview_item.blue_txt .interview_card_left .entering_company_date,
.recruit_2026.interview .interview_list .interview_item.blue_txt .interview_card_left .aspiration {
  background: #2c31a6;
}
.recruit_2026.interview .interview_list .interview_item.blue_txt .arrow svg path {
  fill: #2c31a6;
}
.recruit_2026.interview .interview_list .interview_item.purple_txt .interview_card_top p {
  color: #A62C8C;
}
.recruit_2026.interview .interview_list .interview_item.purple_txt .interview_card_left .entering_company_date,
.recruit_2026.interview .interview_list .interview_item.purple_txt .interview_card_left .aspiration {
  background: #A62C8C;
}
.recruit_2026.interview .interview_list .interview_item.purple_txt .arrow svg path {
  fill: #A62C8C;
}
.recruit_2026.interview .interview_list .interview_item.orange_txt .interview_card_top p {
  color: #fc2e14;
}
.recruit_2026.interview .interview_list .interview_item.orange_txt .interview_card_left .entering_company_date,
.recruit_2026.interview .interview_list .interview_item.orange_txt .interview_card_left .aspiration {
  background: #fc2e14;
}
.recruit_2026.interview .interview_list .interview_item.orange_txt .arrow svg path {
  fill: #fc2e14;
}
.recruit_2026.environment .section_ttl {
  font-size: 2rem;
  line-height: 1.5;
}
.recruit_2026.environment .section_ttl .en {
  white-space: nowrap;
  font-size: 7rem;
  font-family: "Syncopate", sans-serif;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
  font-weight: normal;
}
.recruit_2026.environment .section_ttl .en span {
  font-size: 7rem;
  font-family: "Syncopate", sans-serif;
  display: inline-block;
  background: rgba(219, 250, 238, 0.4) url("/recruit/img/dot.png");
  background-size: 16px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
}
.recruit_2026.environment .section_ttl .date {
  display: block;
  font-size: 1.6rem;
  color: #00ad92;
}
.recruit_2026.environment .environment_ct01 {
  padding: 40px 0 70px 0;
}
.recruit_2026.environment .environment_ct01 .data_wrap {
  margin-top: 40px;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box {
  background: #ffffff;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 4%;
  margin: 5px auto;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box dl {
  position: relative;
  min-height: 100px;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dt {
  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;
  background: #00ad92;
  width: 280px;
  height: 45px;
  border-radius: 23px;
  color: #ffffff;
  font-size: 2.5rem;
  margin: 0 auto;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd picture {
  display: inline-block;
  width: 35%;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-size: clamp(4rem, 13.5vw, 10rem);
  font-family: "Syncopate", sans-serif;
  color: #00ad92;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number .colon {
  font-style: normal;
  margin: 0 0.2em;
  position: relative;
  top: -0.1em;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number .s_txt {
  font-size: clamp(2rem, 6.5vw, 4rem);
  margin: 0 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd #fukidashi {
  position: absolute;
  width: 14vw;
  right: -6%;
  bottom: 60%;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box.benefits dl dd {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box.benefits dl dd ul li {
  position: relative;
  padding-left: 22px;
  font-size: 1.6rem;
  color: #00ad92;
  margin: 0 0 8px 0;
}
.recruit_2026.environment .environment_ct01 .data_wrap .data_box.benefits dl dd ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #00ad92;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.recruit_2026.environment .environment_ct02 {
  padding: 60px 0 120px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.recruit_2026.environment .environment_ct02 .voices_bg {
  display: block;
  position: absolute;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  top: -50px;
  left: -50px;
  background: url("/recruit/img/voices_back.webp") center top repeat-y;
  background-size: 1188px 745px;
}
.recruit_2026.environment .environment_ct02 .inner {
  position: relative;
  z-index: 2;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item_box {
  border: 1px solid #333333;
  border-radius: 30px;
  position: relative;
  background: #ffffff;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(219, 250, 238, 0.5) url("/recruit/img/dot.png");
  background-size: 16px 16px;
  border-radius: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  border-radius: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -2;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item {
  margin: 30px auto 50px auto;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_num {
  white-space: nowrap;
  font-size: 7rem;
  font-family: "Syncopate", sans-serif;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#00ad92), color-stop(50%, #2c31a6), to(#fc2e14));
  background: linear-gradient(90deg, #00ad92 0%, #2c31a6 50%, #fc2e14 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 0px;
  letter-spacing: 0.05em;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_num span {
  font-size: 7rem;
  font-family: "Syncopate", sans-serif;
  display: inline-block;
  background: rgba(219, 250, 238, 0.4) url("/recruit/img/dot.png");
  background-size: 16px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_question {
  width: 100%;
  padding: 20px calc(30px + 6%) 20px 6%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_question::before {
  content: "";
  position: absolute;
  right: 21px;
  width: 20px;
  height: 1px;
  border-bottom: 2px solid #333333;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(90deg) translate(0, -50%);
          transform: rotate(90deg) translate(0, -50%);
  top: 50%;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_question::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 20px;
  height: 1px;
  border-bottom: 2px solid #333333;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  top: calc(50% + 1px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_question[aria-expanded=true]::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_question[aria-expanded=true]::after {
  opacity: 0;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner {
  width: 92%;
  margin: 0 auto;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul {
  padding: 20px 0;
  border-top: 1px dashed #333333;
  margin: 10px 0;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul li {
  position: relative;
  padding-left: 55px;
  margin: 10px 0;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul li::before {
  content: "";
  display: block;
  background: url("/recruit/img/data_03.svg") no-repeat;
  background-size: contain;
  width: 36px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul li p {
  position: relative;
  background: #F0F6FD;
  border-radius: 10px;
  padding: 8px 6%;
  color: #2c31a6;
  min-height: 44px;
  line-height: 1.8;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul li p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 25px solid #f0f6fd;
  border-left: 0;
  position: absolute;
  top: 14px;
  left: -15px;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul li:nth-child(even)::before {
  background: url("/recruit/img/data_03_2.svg") no-repeat;
  background-size: contain;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul li:nth-child(even) p {
  background: #F0FDF8;
  color: #00ad92;
}
.recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul li:nth-child(even) p::before {
  border-right: 25px solid #F0FDF8;
}

@media screen and (min-width: 768px) {
  .recruit_2026 .recruit_kv {
    position: relative;
  }
  .recruit_2026 .recruit_kv .recruit_2026_kv_copy {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 4%;
    padding-left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: 2%;
  }
  .recruit_2026 .recruit_kv .recruit_2026_kv_copy #kv_text02 {
    margin-top: -7%;
  }
  .recruit_2026 .recruit_kv .recruit_2026_kv_copy #kv_text03 {
    margin-top: -14%;
  }
  .recruit_2026 .recruit_kv {
    padding-top: 90px;
  }
  .recruit_2026 .recruit_kv .recruit_kv_inner {
    position: relative;
    margin-top: calc(-5.5% - 90px);
    width: 87%;
    left: inherit;
    right: 0;
    margin-left: 20%;
  }
  .recruit_2026 .recruit_kv .recruit_kv_inner .kv_bg {
    background: url(/recruit/img/recruit_kv_pc_back.webp) no-repeat center;
    background-size: contain;
    width: 125%;
    height: 110%;
    position: absolute;
    top: -2%;
    left: -12%;
    z-index: -1;
  }
  .recruit_2026 .recruit_kv svg.kv_sp {
    display: none;
  }
  .recruit_2026 .recruit_kv svg.kv_pc {
    display: block;
  }
  .recruit_2026 .recruit_kv svg.kv_pc clipPath {
    width: 100%;
  }
  .recruit_2026 .recruit_kv svg image {
    -o-object-position: top;
       object-position: top;
  }
  .recruit_2026 .auto_scroll .splide__slide {
    width: 1768px !important;
  }
  .recruit_2026 .index_ct01 {
    margin-top: 100px;
  }
  .recruit_2026 .index_ct01::before {
    width: 96%;
  }
  .recruit_2026 .index_ct01 .index_ct01_in {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .recruit_2026 .index_ct01 .index_ct01_in p {
    text-align: center;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust01 {
    margin-left: -350px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust02 {
    margin-left: -300px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust03 {
    margin-left: -350px;
    top: 150px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust04 {
    margin-left: 350px;
    top: -30px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust05 {
    margin-left: 280px;
    top: 50px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust06 {
    margin-left: 350px;
    top: 140px;
  }
  .recruit_2026 .index_ct02 {
    padding-top: 60px;
  }
  .recruit_2026 .index_ct02 h3 {
    font-size: 2.8rem;
  }
  .recruit_2026 .index_ct02 .lh2 {
    text-align: center;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper {
    padding-bottom: 70px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_top p {
    font-size: clamp(1.3rem, 2vw, 2rem);
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_left {
    top: 80px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--prev, .recruit_2026 .index_ct02 .interview_slide .splide__arrow--next {
    width: 70px;
    height: 70px;
    bottom: inherit;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--prev {
    left: 10%;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--next {
    right: 10%;
  }
  .recruit_2026 .index_ct03 {
    padding-top: 60px;
    text-align: center;
  }
  .recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_back {
    background: url(/recruit/img/recruit_kv_pc_back.webp) no-repeat center;
    background-size: contain;
    width: 1300px;
    height: 1040px;
    position: absolute;
    top: -59px;
    left: 50%;
    margin-left: 200px;
  }
  .recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_in h1 {
    font-size: 1.8rem;
  }
  .recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_in h1 span {
    font-size: 5rem;
  }
  .recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_in h1::after {
    width: 300px;
    height: 30px;
  }
  .recruit_2026.interview .interview_ct01 h2 {
    text-align: center;
    font-size: 3.5rem;
    margin: 0 0 40px 0;
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .interview_card_top p {
    font-size: clamp(1.2rem, 1.7vw, 1.8rem);
  }
  .recruit_2026.interview .tab_contents .tab_faq_bg {
    background: url(/recruit/img/tab_faq_bg_pc.webp) center top repeat-y;
    background-size: 2978px 2329px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: calc(10vw + 140px);
    opacity: 0.4;
  }
  .recruit_2026.interview .tab_contents .tab_num {
    left: 15px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct {
    width: 80%;
    position: absolute;
    z-index: 2;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .r_ct {
    width: 70%;
    position: relative;
    left: 35%;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: -40px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-top: 0;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .image {
    margin: 0;
    width: 35%;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 30px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .text dl dt {
    margin-bottom: 14px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .text dl dd {
    width: 100%;
    padding: 20px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box:nth-child(even) .text {
    margin-left: 0;
    margin-right: 30px;
  }
  .recruit_2026.interview .interview_list {
    width: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit_2026.interview .interview_list .interview_item {
    width: 43%;
  }
  .recruit_2026.interview .interview_list .interview_item .interview_card_top p {
    font-size: clamp(1.2rem, 1.7vw, 1.8rem);
  }
  .recruit_2026.environment .section_ttl {
    font-size: 2.5rem;
  }
  .recruit_2026.environment .section_ttl .en span {
    font-size: 10rem;
  }
  .recruit_2026.environment .section_ttl .date {
    font-size: 1.8rem;
    display: inline;
    margin-left: 5px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box {
    width: calc(50% - 15px);
    padding: 20px;
    margin: 0px 30px 30px 0;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box:nth-last-of-type(2n) {
    margin-right: 0;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd picture {
    width: auto;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd picture img {
    width: auto;
    height: 149px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number {
    font-size: 8.5rem;
    line-height: 1;
    margin-top: 15px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number .s_txt {
    font-size: 3.5rem;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number .decimal_point {
    font-size: 7rem;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd #fukidashi {
    width: 99px;
    right: -10px;
    bottom: 80px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd ul {
    margin-top: 20px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd ul li {
    font-size: 1.8rem;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul li p {
    padding: 8px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .recruit_2026 .cmn_btn a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 1.8rem;
  }
  .recruit_2026 .cmn_btn a:hover {
    background: #00ad92;
  }
  .recruit_2026 .recruit_ttl h2 {
    font-size: 4.5rem;
    padding-bottom: 26px;
  }
  .recruit_2026 .recruit_ttl h2::after {
    width: 300px;
    height: 31px;
  }
  .recruit_2026 .recruit_kv .recruit_2026_kv_copy {
    left: 6%;
  }
  .recruit_2026 .auto_scroll .splide__slide {
    width: 2068px !important;
  }
  .recruit_2026 .index_ct01 {
    padding-bottom: 50px;
    margin-top: 120px;
  }
  .recruit_2026 .index_ct01 .environment_bg {
    height: 105%;
    margin-top: -40px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust01 {
    width: 140px;
    margin-left: -550px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust02 {
    width: 100px;
    margin-left: -500px;
    top: 70px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust03 {
    width: 70px;
    margin-left: -530px;
    top: 250px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust04 {
    width: 70px;
    margin-left: 500px;
    top: -30px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust05 {
    width: 70px;
    margin-left: 400px;
    top: 70px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust06 {
    width: 80px;
    margin-left: 500px;
    top: 140px;
  }
  .recruit_2026 .index_ct01 .index_ct01_in .lh2 {
    font-size: 1.8rem;
    margin: 50px auto 40px auto;
  }
  .recruit_2026 .index_ct02 h3 {
    font-size: 4rem;
    margin-bottom: 15px;
  }
  .recruit_2026 .index_ct02 .lh2 {
    font-size: 1.8rem;
  }
  .recruit_2026 .index_ct02 .interview_slide {
    margin-top: 80px;
    position: relative;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide picture img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .arrow {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_top p {
    font-size: clamp(1.3rem, 1.6vw, 2rem);
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide:hover picture img {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
    opacity: 0.8;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide:hover .arrow {
    background: rgba(0, 0, 0, 0.4);
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__slide {
    opacity: 0.3;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__slide.is-active, .recruit_2026 .index_ct02 .interview_slide .splide__slide.is-next {
    opacity: 1;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__track {
    overflow: visible;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-left: -18%;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--prev {
    left: 4%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--prev:hover {
    opacity: 0.5;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--next {
    right: 4%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--next:hover {
    opacity: 0.5;
  }
  .recruit_2026 .index_ct03 .lh2 {
    font-size: 1.8rem;
  }
  .recruit_2026 .recruit_foot::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(30%, rgba(255, 255, 255, 0.25)), to(rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.25) 30%, rgb(255, 255, 255) 100%);
  }
  .recruit_2026 .recruit_foot .recruit_foot_circle {
    opacity: 0.8;
    width: 1855px;
    bottom: -350px;
  }
  .recruit_2026 .recruit_foot .inner img {
    width: 400px;
  }
  .recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_back {
    width: 1700px;
    height: 1340px;
    top: -109px;
  }
  .recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_in {
    padding-top: 100px;
  }
  .recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_in h1 {
    font-size: 2rem;
  }
  .recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_in h1 span {
    font-size: 7rem;
  }
  .recruit_2026 .recruit_2026_low_main .recruit_2026_low_main_in h1::after {
    width: 325px;
    height: 33px;
  }
  .recruit_2026.interview .interview_ct01 {
    margin-top: 40px;
  }
  .recruit_2026.interview .interview_ct01 h2 {
    font-size: 4rem;
  }
  .recruit_2026.interview .interview_ct01 .lh2 {
    text-align: center;
    line-height: 2.2;
  }
  .recruit_2026.interview .low_interview_slide {
    width: calc(100% - 30px);
    margin: 40px auto;
  }
  .recruit_2026.interview .low_interview_slide .splide {
    visibility: visible;
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper {
    padding-bottom: 0;
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__track {
    overflow: visible;
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__list {
    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;
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide {
    width: 24%;
    opacity: 1;
    overflow: visible;
    cursor: pointer;
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .interview_card_top p {
    font-size: clamp(1.2rem, 1.1vw, 1.8rem);
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide picture span, .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide picture .grade {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide:hover picture span {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
    opacity: 0.8;
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide:hover picture .grade {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__arrows {
    display: none;
  }
  .recruit_2026.interview #tab_contents_wrap {
    padding-top: 100px;
  }
  .recruit_2026.interview .tab_contents .tab_contents_in {
    padding-bottom: 100px;
  }
  .recruit_2026.interview .tab_contents .tab_faq_bg {
    top: calc(10vw + 230px);
  }
  .recruit_2026.interview .tab_contents .tab_num {
    top: 20px;
  }
  .recruit_2026.interview .tab_contents .tab_num span {
    font-size: 20rem;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct {
    margin-top: 60px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct h3 {
    font-size: 4rem;
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct h3 span::before {
    width: 218px;
    height: 22px;
    bottom: -22px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct .dept {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct .dept span {
    font-size: 2.2rem;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct .dept .joining {
    font-size: 2rem;
  }
  .recruit_2026.interview .interview_list {
    width: calc(100% - 30px);
    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;
  }
  .recruit_2026.interview .interview_list .interview_item {
    width: 24%;
    cursor: pointer;
  }
  .recruit_2026.interview .interview_list .interview_item .interview_card_top p {
    font-size: clamp(1.2rem, 1.1vw, 1.8rem);
  }
  .recruit_2026.interview .interview_list .interview_item picture span, .recruit_2026.interview .interview_list .interview_item picture .grade {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .recruit_2026.interview .interview_list .interview_item:hover picture span {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
    opacity: 0.8;
  }
  .recruit_2026.interview .interview_list .interview_item:hover picture .grade {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  .recruit_2026.environment .section_ttl {
    font-size: 3rem;
  }
  .recruit_2026.environment .section_ttl .en span {
    font-size: 14rem;
  }
  .recruit_2026.environment .section_ttl .date {
    font-size: 2rem;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box {
    width: calc(33.333% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box:nth-of-type(2n) {
    margin-right: 15px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box:nth-of-type(3n) {
    margin-right: 0px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number {
    font-size: 8rem;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number .s_txt {
    font-size: 3rem;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd #fukidashi {
    width: 85px;
  }
  .recruit_2026.environment .environment_ct02 .voices {
    margin-top: 80px;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item {
    padding-left: 145px;
    position: relative;
    margin: 60px auto;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_item_box .voices_question {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item:hover .voices_item_box .voices_question {
    color: #00ad92;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_num {
    position: absolute;
    left: 0;
    top: 0.1em;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_question {
    padding: 20px 40px;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_question::before, .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_question::after {
    right: 30px;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul li {
    margin: 15px 0;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul li p {
    font-size: 1.8rem;
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .recruit_2026 .index_ct01 {
    margin-top: 180px;
    padding-bottom: 140px;
  }
  .recruit_2026 .index_ct01 .environment_bg {
    height: 100%;
    margin-top: -90px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust01 {
    width: 160px;
    margin-left: -700px;
    top: -40px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust02 {
    width: 120px;
    margin-left: -600px;
    top: 120px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust03 {
    width: 90px;
    margin-left: -690px;
    top: 340px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust04 {
    width: 90px;
    margin-left: 600px;
    top: 20px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust05 {
    width: 90px;
    margin-left: 450px;
    top: 140px;
  }
  .recruit_2026 .index_ct01 .icon_list p#environment_illust06 {
    width: 100px;
    margin-left: 600px;
    top: 240px;
  }
  .recruit_2026 .index_ct02 {
    padding: 80px 0;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide {
    padding-top: 70px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_top {
    padding-left: 80px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_top p.num {
    font-size: 6rem;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.blue_txt .interview_card_top, .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.purple_txt .interview_card_top, .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.orange_txt .interview_card_top {
    padding-left: 100px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_left {
    top: 90px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_left .entering_company_date {
    padding: 12px 2px;
    font-size: 2rem;
    width: 28px;
    left: 50px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_left .aspiration {
    padding: 12px 2px;
    font-size: 3rem;
    width: 46px;
  }
  .recruit_2026 .index_ct03 {
    padding-top: 80px;
  }
  .recruit_2026.interview .tab_contents .tab_faq_bg {
    top: 345px;
    background-position: 31% top;
  }
  .recruit_2026.interview .tab_contents .tab_sec_wrap {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }
  .recruit_2026.interview .tab_contents .tab_sec_wrap .tab_num {
    top: -130px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct h3 {
    font-size: 5rem;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct h3 span::before {
    width: 300px;
    height: 30px;
    bottom: -30px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct .dept {
    font-size: 3rem;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct .dept span {
    font-size: 2.4rem;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .l_ct .dept .joining {
    font-size: 2.5rem;
    margin-top: 10px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_main .flex .r_ct {
    max-width: 741px;
    left: inherit;
    margin-left: calc(100% - 741px);
    margin-top: -60px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .text dl dt {
    font-size: 2.8rem;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .text dl dd p {
    font-size: 1.6rem;
  }
  .recruit_2026.environment .environment_ct01 {
    padding-bottom: 100px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dt {
    font-size: 3rem;
    height: 55px;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number {
    font-size: 9.5rem;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number .s_txt {
    font-size: 3.5rem;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd #fukidashi {
    width: 99px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd ul li {
    font-size: 2rem;
  }
  .recruit_2026.environment .environment_ct02 {
    padding: 100px 0 150px 0;
  }
  .recruit_2026.environment .environment_ct02 .voices_bg {
    background: url("/recruit/img/voices_back@2x.webp") center top repeat-y;
    background-size: 2375px 1490px;
  }
  .recruit_2026.environment .environment_ct02 .voices {
    margin-top: 80px;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item {
    padding-left: 205px;
    margin: 80px auto;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_num {
    font-size: 10rem;
    top: 0.05em;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_num span {
    font-size: 10rem;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_question {
    padding: 25px 90px 25px 60px;
    font-size: 2.6rem;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_question::before {
    right: 60px;
    width: 29px;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_question::after {
    right: 59px;
    width: 29px;
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner {
    width: calc(100% - 120px);
  }
  .recruit_2026.environment .environment_ct02 .voices .voices_item .voices_answer .voices_inner ul li {
    margin: 20px 0;
  }
}
@media screen and (min-width: 1500px) {
  .recruit_2026 .recruit_ttl h2 {
    font-size: 5rem;
  }
  .recruit_2026 .auto_scroll .splide__slide {
    margin-top: 40px;
    width: 2296px !important;
  }
  .recruit_2026 .recruit_kv {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
  }
  .recruit_2026 .recruit_kv .recruit_2026_kv_copy {
    width: 27%;
    margin-top: 4%;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__track {
    margin-left: -14.5%;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_top {
    padding-left: 90px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_top p.num {
    font-size: 7rem;
    top: -5px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.blue_txt .interview_card_top, .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.purple_txt .interview_card_top, .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.orange_txt .interview_card_top {
    padding-left: 120px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.blue_txt, .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.orange_txt {
    margin-top: 60px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.blue_txt .arrow, .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide.orange_txt .arrow {
    bottom: 30px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .interview_card_left {
    top: 100px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .arrow {
    width: 56px;
    height: 56px;
    bottom: 90px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide-wrapper .splide__slide .arrow img {
    width: 18px;
    height: 14px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--prev, .recruit_2026 .index_ct02 .interview_slide .splide__arrow--next {
    width: 100px;
    height: 100px;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--prev {
    left: 10%;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--next {
    right: 10%;
  }
  .recruit_2026 .recruit_foot {
    height: 886px;
  }
  .recruit_2026 .recruit_foot .recruit_foot_back {
    background: url("/recruit/img/recruit_foot_back_pc.webp") no-repeat center;
    background-size: cover;
  }
  .recruit_2026.interview .low_interview_slide {
    max-width: 1550px;
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide {
    max-width: 366px;
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .interview_card_left .entering_company_date {
    font-size: 1.6rem;
    width: 30px;
    left: 45px;
  }
  .recruit_2026.interview .low_interview_slide .splide-wrapper .splide__slide .interview_card_left .aspiration {
    font-size: 2.5rem;
    width: 39px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .image {
    width: 406px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .text {
    margin-left: 70px;
  }
  .recruit_2026.interview .tab_contents .tab_ct01 .tab_faq .tab_faq_box .text dl dd {
    padding: 30px 50px;
  }
  .recruit_2026.interview .interview_list {
    max-width: 1550px;
  }
  .recruit_2026.interview .interview_list .interview_item {
    max-width: 366px;
  }
  .recruit_2026.interview .interview_list .interview_item .interview_card_left .entering_company_date {
    font-size: 1.6rem;
    width: 30px;
    left: 45px;
  }
  .recruit_2026.interview .interview_list .interview_item .interview_card_left .aspiration {
    font-size: 2.5rem;
    width: 39px;
  }
  .recruit_2026.environment .inner {
    max-width: 1400px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number {
    font-size: 10rem;
    margin-top: 20px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd .data_number .s_txt {
    font-size: 4rem;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd #fukidashi {
    width: 99px;
    right: 5px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box dl dd ul {
    position: relative;
    margin-left: -50px;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box.benefits dl dt {
    margin-bottom: 0;
  }
  .recruit_2026.environment .environment_ct01 .data_wrap .data_box.benefits dl dd .data_number {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1700px) {
  .recruit_2026 .auto_scroll .splide__slide {
    width: 2896px !important;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__track {
    margin-left: -12.5%;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--prev {
    left: 16%;
  }
  .recruit_2026 .index_ct02 .interview_slide .splide__arrow--next {
    right: 16%;
  }
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}