@charset "UTF-8";
/*
 * =====================================================
 *
 * [Standard css]
 *
 * - base.css 		: ベースレイアウト
 * - common.css 	: 要素用
 * - clear.css 		: clearfix用css
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * ベースレイアウトCSS
 *
 * =====================================================
 */
/**
 * ---------------------------------------------------
 * Web font setting
 * ---------------------------------------------------
 */
/**
 * ---------------------------------------------------
 * reset
 * ---------------------------------------------------
 */
body, h1, h2, h3, h4, h5, h6, p, li, dl, pre, form,
blockquote, fieldset, input, address, figure, picture, figcaption, main {
  margin: 0;
  padding: 0;
}

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

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

h1, h2, h3, h4, h5, h6, caption {
  font-weight: normal;
  font-size: 100%;
}

a {
  outline: none;
}

address {
  font-style: normal;
}

ul, ol, dl, dt, dd {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

caption {
  text-align: left;
}

figcaption {
  font-size: 1.2rem;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

input, textarea {
  border: none;
}

input[type=radio],
input[type=checkbox],
select {
  vertical-align: middle;
}

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

a {
  color: #333333;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #333333;
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: #e84738;
}

::selection {
  color: #fff;
  background: #e84738;
}

::-moz-selection {
  color: #fff;
  background: #e84738;
}

.txtLink {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .txtLink:hover {
    text-decoration: none;
  }
}

/**
 * ---------------------------------------------------
 * html
 * ---------------------------------------------------
 */
html {
  font-size: 62.5%;
  font-size: 0.7320644217vw;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 8.791px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

/**
 * ---------------------------------------------------
 * body
 * ---------------------------------------------------
 */
body {
  line-height: 1.6;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #333333;
  width: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow: visible;
  min-width: 1200px;
  background: #dfdfdf;
}

/**
 * ---------------------------------------------------
 * wrapper
 * ---------------------------------------------------
 */
#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

/**
 * ---------------------------------------------------
 * header
 * ---------------------------------------------------
 */
#siteHeader {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2);
  background: #e34738;
}
#siteHeader .shInner {
  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;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 2rem 3.5%;
}
#siteHeader .siteLogo {
  display: block;
}
#siteHeader .siteLogo .siteLogoImg {
  width: 26.2rem;
}
#siteHeader .siteLogo .siteLogoImg02 {
  width: 26.2rem;
}
#siteHeader .linkVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#siteHeader .entryLink {
  display: inline-block;
  font-size: 2.1rem;
  color: #e34738;
  background: #fff;
  line-height: 1;
  padding: 0.33em 1.1em;
  margin-right: 3.5rem;
  font-family: Verdana, sans-serif;
}
#siteHeader .entryFixed {
  position: fixed;
  z-index: 60;
  top: 30rem;
  right: 0;
  -webkit-transition: opacity 0.4s 0.2s, visibility 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, visibility 0.4s 0.2s;
  display: none;
}
#siteHeader .entryFixed.switch {
  opacity: 0;
  visibility: hidden;
}
#siteHeader .entryFixed .link {
  display: block;
  border-radius: 10px 0px 0px 10px;
  background: #fff;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.4);
  padding: 2.4rem 1.8rem;
}
#siteHeader .entryFixed .link img {
  width: 2.2rem;
}

/**
 * ---------------------------------------------------
 * gNav
 * ---------------------------------------------------
 */
#gNav {
  position: fixed;
  z-index: 61;
  top: 7rem;
  right: 0;
  width: 44rem;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.35s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.35s, transform 0.3s ease-out;
  transition: opacity 0.35s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#gNav .gNavInner {
  height: 100%;
  overflow-y: auto;
  padding: 4.5rem 4rem 12rem;
  -webkit-overflow-scrolling: touch;
}
#gNav.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
#gNav .gNavList {
  width: 100%;
  padding: 0 0;
}
#gNav .gNavList > li:not(:last-child) {
  margin-bottom: 0.75em;
}
#gNav .gNavList > li > a {
  display: block;
  padding: 0.5em;
  font-size: clamp(18px, 2rem, 20px);
  font-weight: bold;
  font-family: Verdana, sans-serif;
}
#gNav .gNavList > li .gAcTopLink {
  position: relative;
}
#gNav .gNavList > li .gAcTopLink.active .ico:after {
  opacity: 0;
}
#gNav .gNavList > li .gAcTopLink .ico {
  content: "";
  position: absolute;
  margin: auto;
  width: 1.8rem;
  height: 1.8rem;
  top: 0;
  bottom: 0;
  right: 0;
}
#gNav .gNavList > li .gAcTopLink .ico:before, #gNav .gNavList > li .gAcTopLink .ico:after {
  content: "";
  position: absolute;
  margin: auto;
  background: #707070;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#gNav .gNavList > li .gAcTopLink .ico:before {
  width: 100%;
  height: 2px;
}
#gNav .gNavList > li .gAcTopLink .ico:after {
  width: 2px;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#gNav .gAcMenu {
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s ease height;
  transition: 0.3s ease height;
}
#gNav .gAcMenu .inner {
  padding: 1rem 0;
}
#gNav .gAcMenu .inner .list {
  display: block;
}
#gNav .gAcMenu .inner .list li:not(:last-child) {
  margin: 0 0 1em;
}
#gNav .gAcMenu .inner .list li a {
  display: block;
  padding: 0.25em;
  font-size: clamp(13px, 1.4rem, 14px);
  font-family: "Noto Sans JP", sans-serif;
}

/**
 * ---------------------------------------------------
 * gNavOpener
 * ---------------------------------------------------
 */
#gNavOpener {
  position: relative;
  display: block;
  width: 5.2rem;
  height: 2.9rem;
  top: 0;
  right: 0;
  z-index: 60;
}
#gNavOpener span {
  width: 100%;
  height: 2px;
  height: clamp(2px, 0.2rem, 3px);
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -2.6rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #fff;
}
#gNavOpener span:nth-child(1) {
  -webkit-transform: translateY(-1.3rem);
          transform: translateY(-1.3rem);
}
#gNavOpener span:nth-child(3) {
  -webkit-transform: translateY(1.3rem);
          transform: translateY(1.3rem);
}
#gNavOpener.open span:nth-child(2) {
  opacity: 0;
}
#gNavOpener.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#gNavOpener.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/**
 * ---------------------------------------------------
 * main
 * ---------------------------------------------------
 */
#main {
  padding: 7rem 0 0;
}

/**
 * ---------------------------------------------------
 * siteFooter
 * ---------------------------------------------------
 */
#siteFooter {
  position: relative;
  background: #333333;
  border-top: 1px solid #fff;
  padding-bottom: 3rem;
}
#siteFooter .sfInner {
  padding: 0 5.8rem;
}
#siteFooter .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.5rem;
}
#siteFooter .top .logoWrap {
  padding: 4.8rem 9rem 0.8rem 0;
  border-right: 1px solid #fff;
}
#siteFooter .top .logoWrap img {
  width: 36rem;
}
#siteFooter .top .navVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#siteFooter .top .navVox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.5rem;
}
#siteFooter .top .navVox .list li a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0.25em 0 0.25em 3.8rem;
  font-weight: 400;
  font-size: 1.6rem;
}
#siteFooter .top .navVox .list li a:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../images/content/content/arrow04.svg) center/contain no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
}
#siteFooter .copy {
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/**
 * ---------------------------------------------------
 * pageTopVox
 * ---------------------------------------------------
 */
#pageTopVox {
  position: fixed;
  z-index: 59;
  right: 2%;
  bottom: 30px;
  display: none;
}
#pageTopVox.switch {
  position: absolute;
  bottom: auto;
  top: -10.5rem;
}
#pageTopVox a {
  position: relative;
  display: block;
  width: clamp(10px, 7.65rem, 80px);
  height: clamp(10px, 7.65rem, 80px);
  border-radius: 50%;
  border: 1px solid #d84738;
  background: #fff;
}
#pageTopVox a:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.7rem 1.1rem 1.7rem;
  border-color: transparent transparent #d84738 transparent;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/**
 ****************************************************
 *
 * screens larger than {$bp}
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  #siteHeader .entryLink {
    position: relative;
  }
  #siteHeader .entryLink:before {
    content: "";
    position: absolute;
    margin: auto;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 0.3s;
    transition: -webkit-clip-path 0.3s;
    transition: clip-path 0.3s;
    transition: clip-path 0.3s, -webkit-clip-path 0.3s;
  }
  #siteHeader .entryLink span {
    position: relative;
    z-index: 2;
  }
  #siteHeader .entryLink:hover:before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .gNavList > li a {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .gNavList > li a:hover {
    opacity: 0.5;
  }
} /* END @media larger than 768 */
/**
 ****************************************************
 *
 * screens smaller than 768
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  /**
   * ---------------------------------------------------
   * body
   * ---------------------------------------------------
   */
  body {
    font-size: 2.6rem;
    font-size: clamp(13px, 2.6rem, 26px);
    line-height: 1.8;
    min-width: inherit;
  }
  /**
   * ---------------------------------------------------
   * wrapper
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * header
   * ---------------------------------------------------
   */
  #siteHeader .shInner {
    padding: 2.1rem 3.5% 1.5rem;
  }
  #siteHeader .siteLogo .siteLogoImg {
    width: 37.5rem;
  }
  #siteHeader .siteLogo .siteLogoImg02 {
    width: 37.5rem;
  }
  #siteHeader .linkVox {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  #siteHeader .entryLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.8rem;
    padding: 0;
    margin: 0;
    width: 14.5rem;
    height: 100%;
  }
  #siteHeader .entryFixed {
    top: auto;
    bottom: 20%;
  }
  #siteHeader .entryFixed .link {
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
    padding: 3.1rem 2.3rem;
  }
  #siteHeader .entryFixed .link img {
    width: 2.8rem;
  }
  /**
  * ---------------------------------------------------
  * gNav
  * ---------------------------------------------------
  */
  #gNav {
    top: 11rem;
    width: 100%;
    height: 100%;
  }
  #gNav .gNavInner {
    padding: 6rem 0 13rem;
  }
  #gNav .gNavList > li {
    border-bottom: 1px solid #bdbdbd;
  }
  #gNav .gNavList > li:not(:last-child) {
    margin-bottom: 0;
  }
  #gNav .gNavList > li > a {
    padding: 1em 5rem;
    font-size: clamp(13.5px, 3rem, 34px);
  }
  #gNav .gNavList > li .gAcTopLink .ico {
    width: 4rem;
    height: 4rem;
    right: 5rem;
  }
  #gNav .gAcMenu .inner {
    padding: 0 0 1em;
  }
  #gNav .gAcMenu .inner .list {
    padding: 0 8rem;
  }
  #gNav .gAcMenu .inner .list li:not(:last-child) {
    margin: 0 0 0.2em;
  }
  #gNav .gAcMenu .inner .list li a {
    font-size: clamp(13px, 2.7rem, 27px);
    font-family: "Noto Sans JP", sans-serif;
  }
  /**
  * ---------------------------------------------------
  * gNavOpener
  * ---------------------------------------------------
  */
  #gNavOpener {
    width: 14rem;
    height: 100%;
    z-index: 60;
  }
  #gNavOpener span {
    width: 7.2rem;
    height: clamp(2px, 0.3rem, 3px);
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -3.6rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #gNavOpener span:nth-child(1) {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  #gNavOpener span:nth-child(3) {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  /**
  * ---------------------------------------------------
  * main
  * ---------------------------------------------------
  */
  #main {
    padding: 10.8rem 0 0;
  }
  /**
  * ---------------------------------------------------
  * siteFooter
  * ---------------------------------------------------
  */
  #siteFooter {
    padding: 6.5rem 0 5rem;
    border-top: 0;
  }
  #siteFooter .sfInner {
    padding: 0 5rem;
  }
  #siteFooter .top {
    display: block;
    margin-bottom: 7.5rem;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid #fff;
  }
  #siteFooter .top .logoWrap {
    padding: 0 0 4rem;
    margin-bottom: 4rem;
    border-right: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  #siteFooter .top .logoWrap img {
    width: 52.8rem;
  }
  #siteFooter .top .navVox {
    display: block;
  }
  #siteFooter .top .navVox .list {
    display: block;
  }
  #siteFooter .top .navVox .list li:not(:last-child) {
    margin-bottom: 1.8rem;
  }
  #siteFooter .top .navVox .list li a {
    padding: 0.25em 0 0.25em 5.2rem;
    font-size: 2.4rem;
  }
  #siteFooter .top .navVox .list li a:before {
    width: 3.4rem;
    height: 3.4rem;
  }
  #siteFooter .copy {
    text-align: center;
    font-size: 2.2rem;
  }
  /**
  * ---------------------------------------------------
  * pageTopVox
  * ---------------------------------------------------
  */
  #pageTopVox {
    bottom: 3%;
  }
  #pageTopVox img {
    width: 7.5rem;
  }
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * clearfix用CSS
 *
 * =====================================================
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/**
 * Dreamweaver作業時のみ
 */
/* .clearfix { overflow:hidden; } */
/*
 * =====================================================
 *
 * 汎用要素用CSS
 *
 * =====================================================
 */
/**
 * ---------------------------------------------------
 * white-space
 * ---------------------------------------------------
 */
.wsN {
  white-space: nowrap;
}

/**
 * ---------------------------------------------------
 * word-wrap
 * ---------------------------------------------------
 */
.wrBW {
  word-wrap: break-word;
}

/**
 * ---------------------------------------------------
 * 文字色装飾
 * ---------------------------------------------------
 */
.cWhite {
  color: #FFFFFF;
}

.cBlue {
  color: #016bb5;
}

.cRed {
  color: #E4050B;
}

.cGray {
  color: #666666;
}

.cYellow {
  color: #FFFF00;
}

/**
 * ---------------------------------------------------
 * 文字装飾
 * ---------------------------------------------------
 */
.decUline {
  text-decoration: underline;
}

.decNone {
  text-decoration: none;
}

/**
 * ---------------------------------------------------
 * 文字サイズ
 * ---------------------------------------------------
 */
.s70 {
  font-size: 70%;
}

.s80 {
  font-size: 80%;
}

.s90 {
  font-size: 90%;
}

.s100 {
  font-size: 100%;
}

.s110 {
  font-size: 110%;
}

.s120 {
  font-size: 120%;
}

.s130 {
  font-size: 130%;
}

.s140 {
  font-size: 140%;
}

.s150 {
  font-size: 150%;
}

.s160 {
  font-size: 160%;
}

.s170 {
  font-size: 170%;
}

.s180 {
  font-size: 180%;
}

.s190 {
  font-size: 190%;
}

.s200 {
  font-size: 200%;
}

/**
 * ---------------------------------------------------
 * 文字の太さ
 * ---------------------------------------------------
 */
.fwN {
  font-weight: normal;
}

.fwB {
  font-weight: bold;
}

/**
 * ---------------------------------------------------
 * 文字の高さ
 * ---------------------------------------------------
 */
.lh0-5 {
  line-height: 0.5;
}

.lh1 {
  line-height: 1;
}

.lh1-1 {
  line-height: 1.1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-5 {
  line-height: 1.5;
}

.lh2 {
  line-height: 2;
}

/**
 * ---------------------------------------------------
 * レイアウト
 * ---------------------------------------------------
 */
.mA {
  margin: 0 auto !important;
}

.mLA {
  margin-left: auto !important;
}

.mRA {
  margin-right: auto !important;
}

.m0 {
  margin: 0 !important;
}

.m3 {
  margin: 3px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mB3 {
  margin-right: 3px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.mR60 {
  margin-right: 60px !important;
}

.mR70 {
  margin-right: 70px !important;
}

.mR100 {
  margin-right: 100px !important;
}

.mR110 {
  margin-right: 110px !important;
}

.mR120 {
  margin-right: 120px !important;
}

.mR130 {
  margin-right: 130px !important;
}

.mR140 {
  margin-right: 140px !important;
}

.mR150 {
  margin-right: 150px !important;
}

.mR160 {
  margin-right: 160px !important;
}

.mR170 {
  margin-right: 170px !important;
}

.mR180 {
  margin-right: 180px !important;
}

.mR190 {
  margin-right: 190px !important;
}

.mR200 {
  margin-right: 200px !important;
}

.mR210 {
  margin-right: 210px !important;
}

.mR220 {
  margin-right: 220px !important;
}

.mR230 {
  margin-right: 230px !important;
}

.mR240 {
  margin-right: 240px !important;
}

.mR250 {
  margin-right: 250px !important;
}

.mR260 {
  margin-right: 260px !important;
}

.mR280 {
  margin-right: 280px !important;
}

.mR300 {
  margin-right: 300px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB3 {
  margin-bottom: 3px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL1em {
  margin-left: 1em !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.mL70 {
  margin-left: 70px !important;
}

.mL80 {
  margin-left: 80px !important;
}

.mL85 {
  margin-left: 85px !important;
}

.mL105 {
  margin-left: 105px !important;
}

.mL110 {
  margin-left: 110px !important;
}

.mL115 {
  margin-left: 115px !important;
}

.mL120 {
  margin-left: 120px !important;
}

.mL130 {
  margin-left: 130px !important;
}

.mL140 {
  margin-left: 140px !important;
}

.mL150 {
  margin-left: 150px !important;
}

.mL170 {
  margin-left: 170px !important;
}

.mL200 {
  margin-left: 200px !important;
}

.mL225 {
  margin-left: 225px !important;
}

.mL270 {
  margin-left: 270px !important;
}

.p0 {
  padding: 0 !important;
}

.p3 {
  padding: 3px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT2 {
  padding-top: 2px !important;
}

.pT3 {
  padding-top: 3px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pT100 {
  padding-top: 100px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pR35 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 40px !important;
}

.pR45 {
  padding-right: 45px !important;
}

.pR50 {
  padding-right: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

/**
 * ---------------------------------------------------
 * float用スタイル
 * ---------------------------------------------------
 */
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.fClear {
  clear: both;
}

.fClearL {
  clear: left;
}

.fClearR {
  clear: right;
}

.fN {
  float: none;
}

/**
 * ---------------------------------------------------
 * position用スタイル
 * ---------------------------------------------------
 */
.posRel {
  position: relative;
}

.posAbs {
  position: absolute;
}

.posT0R0 {
  right: 0px;
  top: 0px;
}

/**
 * ---------------------------------------------------
 * overflow
 * ---------------------------------------------------
 */
.ofHidden {
  overflow: hidden;
}

.ofAuto {
  overflow: auto;
}

.ofVisible {
  overflow: visible;
}

/**
 * ---------------------------------------------------
 * display用スタイル
 * ---------------------------------------------------
 */
.dspInline {
  display: inline;
}

.dspBlock {
  display: block;
}

.dspInlBlock {
  display: inline-block;
}

.dspNone {
  display: none;
}

/**
 * ---------------------------------------------------
 * 汎用行揃え用スタイル
 * ---------------------------------------------------
 */
.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

/**
 * ---------------------------------------------------
 * 汎用縦揃え用スタイル
 * ---------------------------------------------------
 */
.valignTop {
  vertical-align: top;
}

.valignMiddle {
  vertical-align: middle;
}

.valignBottom {
  vertical-align: bottom;
}

.valignTextBottom {
  vertical-align: text-bottom;
}

.valignSuper {
  vertical-align: super;
}

/**
 * ---------------------------------------------------
 * 汎用幅指定用スタイル
 * ---------------------------------------------------
 */
.w5 {
  width: 5px;
}

.w10em {
  width: 10em;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w30 {
  width: 30px;
}

.w40p {
  width: 40%;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w98p {
  width: 98%;
}

.w99p {
  width: 99%;
}

.w100 {
  width: 100px;
}

.w100p {
  width: 100%;
}

/**
 * ---------------------------------------------------
 * hasLayout true
 * ---------------------------------------------------
 */
.h1p {
  height: 1%;
}

.z1 {
  zoom: 1;
}

/**
 * ---------------------------------------------------
 * リスト用スタイル
 * ---------------------------------------------------
 */
.listTypeNone {
  list-style-type: none;
}

.listInside {
  list-style-position: inside;
}

.listOutside {
  list-style-position: outside;
}

.listTypeDisc {
  list-style-type: disc;
}

.listTypeSquare {
  list-style-type: square;
}

.listTypeCircle {
  list-style-type: circle;
}

.listTypeNum {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

.listTypeNum li {
  list-style-type: none;
  padding: 0px 0px 0px 20px;
}

.listNumParentheses {
  list-style-type: none;
  list-style-position: inside;
}

.listNumParentheses li {
  counter-increment: cnt;
}

.listNumParentheses li:before {
  display: marker;
  content: "(" counter(cnt) ")";
}

/**
 * ---------------------------------------------------
 * 背景色用スタイル
 * ---------------------------------------------------
 */
.bgFFFFFF {
  background-color: #FFFFFF;
}

.bgE6ECE8 {
  background-color: #e6ece8;
}

.bgF0F0DC {
  background-color: #F0F0DC;
}

.bgF0EFEE {
  background-color: #F0EFEE;
}

.bgEBE6E1 {
  background-color: #EBE6E1;
}

.bgC9C9C9 {
  background-color: #C9C9C9;
}

/**
 * ---------------------------------------------------
 * ボーダー用スタイル
 * ---------------------------------------------------
 */
.bdr1s999 {
  border: 1px solid #999999;
}

.bdr1sCCC {
  border: 1px solid #CCCCCC;
}

.bdr1sBBB {
  border: 1px solid #BBBBBB;
}

.bdr1s5B5B5B {
  border: 1px solid #5B5B5B;
}

.bdr1do444444 {
  border: 1px dotted #444444;
}

.bdrTn {
  border-top: none !important;
}

.bdrRn {
  border-right: none !important;
}

.bdrBn {
  border-bottom: none !important;
}

.bdrLn {
  border-left: none !important;
}

.bdrN {
  border: none !important;
}

.bdrTop {
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.bdrRight {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.bdrBottom {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.bdrLeft {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

/**
 * テキストインデント
 */
.tim1em {
  text-indent: -1em;
}

.ti1em {
  text-indent: 1em;
}

/**
 * カーソル
 */
.csrPtr {
  cursor: pointer;
}

/**
 * ---------------------------------------------------
 * css3 角丸ボーダー
 * ---------------------------------------------------
 */
.bdrRad3 {
  border-radius: 3px;
}

.bdrRad5 {
  border-radius: 5px;
}

/**
 * ワードブレイク
 */
.wbBrkA {
  word-break: break-all;
}

/**
 * IE png support用
 */
/**
 * 高さ合わせ
 */
/**
 * ホバーフェード
 */
/**
 * ロールオーバー
 */
/**
 * ホバーフェード(画像二枚版)
 */
/**
 * スムーススクロール
 */
/**
 * png画像→gif画像へ差し替え
 */
/**
 * PC画像⇔SP画像切替え
 */
/*
 * =====================================================
 *
 * [print用CSS]
 *
 * =====================================================
 */
/*
 * ================================================
 *
 * [背景]
 *
 * ================================================
 */
.bgS01 {
  background: url(../../images/content/content/bg_s01.png) center top/136.6rem repeat-y;
}

.bgS02 {
  background: url(../../images/content/content/bg_s02.png) center top/136.6rem repeat-y;
}

/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .bgS01 {
    background: url(../../images/content/content/bg_s01_sp.png) center top/75rem repeat-y;
  }
  .bgS02 {
    background: url(../../images/content/content/bg_s02_sp.png) center top/75rem repeat-y;
  }
}
/*
 * ================================================
 *
 * [btn]
 *
 * ================================================
 */
.btnS01 {
  position: relative;
  display: inline-block;
  width: 36.3rem;
  border: 1px solid #fff;
  background: #4b4b4b;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2em 1.6em;
  overflow: hidden;
}
.btnS01:after {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 2;
  width: 2rem;
  height: 2.1rem;
  background: url(../../images/content/content/arrow02.svg) center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: 1.5rem;
}
.btnS01 span {
  position: relative;
  z-index: 2;
}

.btnS02 {
  position: relative;
  display: inline-block;
  width: 29.2rem;
  background: #d84738;
  color: #fff;
  font-family: Verdana, sans-serif;
  font-style: italic;
  font-size: 2.2rem;
  border-radius: 100px;
  padding: 0.7em 1.4em;
  letter-spacing: 0.1em;
  text-align: left;
  overflow: hidden;
}
.btnS02:after {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 2.2rem;
  width: 2rem;
  height: 2.1rem;
  background: url(../../images/content/content/arrow02.svg) center/contain no-repeat;
}
.btnS02--black {
  background: #2c1300;
  border: 1px solid #fff;
}
.btnS02--black.op {
  background: rgba(0, 0, 0, 0.4);
}
.btnS02--transp {
  background: none;
  border: 1px solid #fff;
}
.btnS02 span {
  position: relative;
  z-index: 2;
}

/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  .btnS01:before {
    content: "";
    position: absolute;
    margin: auto;
    z-index: 1;
    top: 0;
    left: 0;
    width: 102%;
    height: 100%;
    background: #d84738;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 0.3s;
    transition: -webkit-clip-path 0.3s;
    transition: clip-path 0.3s;
    transition: clip-path 0.3s, -webkit-clip-path 0.3s;
  }
  .btnS01:hover:before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .btnS02:before {
    content: "";
    position: absolute;
    margin: auto;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 0.3s;
    transition: -webkit-clip-path 0.3s;
    transition: clip-path 0.3s;
    transition: clip-path 0.3s, -webkit-clip-path 0.3s;
  }
  .btnS02--black:before {
    background: #d84738;
  }
  .btnS02:hover:before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .btnS01 {
    width: 100%;
    font-size: 2.8rem;
    padding: 1.1em 1.6em;
  }
  .btnS01:after {
    right: 4rem;
    width: 3.3rem;
    height: 3.4rem;
  }
  .btnS02 {
    width: 100%;
    font-size: 3rem;
    padding: 0.7em 1.4em;
    text-align: center;
  }
  .btnS02:after {
    right: 5rem;
    width: 3.3rem;
    height: 3.3rem;
  }
  .btnS02--black.op {
    background: rgba(0, 0, 0, 0.4);
  }
}
/*
 * =====================================================
 *
 * [form]
 *
 * =====================================================
 */
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

button,
input[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}

input,
textarea,
select {
  line-height: 1.6;
  margin: 0;
  font-family: inherit;
  background: #D9D9D9;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  outline: 1px solid #d84738;
  background: #fff;
}

input,
textarea {
  background: #EBDEDE;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input.formText[type=text],
input.formText[type=tel],
input.formText[type=password],
input.formText[type=number],
input.formText[type=email],
textarea.formText,
select.formSelect {
  padding: 0.8em;
  font-size: clamp(15px, 1.6rem, 16px);
}

.formErrVox {
  display: none;
  border: 10px solid #ffdada;
  padding: 10px;
  color: #c00000 !important;
  background: #fff;
}

#entryForm .privacyTxt {
  margin-bottom: 70px;
}

.formText.long {
  width: 100%;
}

select.formSelect.middle {
  width: 250px;
}

.formItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-size: clamp(15px, 1.6rem, 16px);
}
.formItem:not(:last-child) {
  margin-bottom: 20px;
}
.formItem > dt {
  width: 21.7%;
  padding: 0.8em 0;
}
.formItem > dt .rItem {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  background: #d84738;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-size: clamp(12px, 1.4rem, 14px);
  padding: 0em 0.5em;
}
.formItem > dd {
  width: 78.3%;
}
.formItem > dd .subTxt {
  font-size: 12px;
  color: #707070;
  margin: 0.4em 0 0;
}
.formItem dt {
  font-family: "Noto Serif JP", serif;
}

form .prefVox .field .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .prefVox .field:not(:last-child) {
  margin-bottom: 15px;
}
form .prefVox .field .caution {
  width: 100%;
}
form .prefVox .field .subTxt {
  min-width: 145px;
  width: 145px;
  font-size: clamp(14px, 1.6rem, 16px);
  font-family: "Noto Serif JP", serif;
  color: #333;
  margin: 0;
}
form .prefVox .field .formText.zip {
  width: 250px;
}
form .prefVox .field .formText.short {
  width: 100px;
}
form .privacyVox .checkWrap {
  text-align: center;
}

/*
 * ================================================
 *
 * [error]
 *
 * ================================================
 */
body.error .formErrVox {
  display: block;
  margin-bottom: 15px;
}
body.error .caution {
  margin-top: 5px;
  color: #c00000;
  font-size: 1.5rem;
}
body.error .formItem > dd {
  padding: 1em;
}

/*
 * ================================================
 *
 * [finish]
 *
 * ================================================
 */
body.finish .desc + .desc {
  margin-top: 1em;
}

/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
/*
 * ================================================
 *
 * [heading]
 *
 * ================================================
 */
.titleVoxS01 .en {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 6.7rem;
  line-height: 1;
  margin-bottom: 0.25em;
}
.titleVoxS01 .ja {
  font-weight: 700;
  font-size: 1.8rem;
}

.titleVoxS02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.titleVoxS02 .inner {
  position: relative;
  z-index: 2;
  padding: 5.5rem 16.5rem 4.5rem;
}
.titleVoxS02 .inner:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 130vw;
  height: 100%;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 7rem) 0%, 100% 50%, calc(100% - 7rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 7rem) 0%, 100% 50%, calc(100% - 7rem) 100%, 0% 100%);
  z-index: -1;
}
.titleVoxS02 .ja {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.titleVoxS02 .en {
  font-family: Verdana, sans-serif;
  color: #e14738;
  font-weight: bold;
  font-size: 1.9rem;
}

.titleVoxS03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.titleVoxS03 .inner {
  position: relative;
  padding: 0.25rem 8.5rem;
}
.titleVoxS03 .inner:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  background: #fff;
  width: 150vw;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}
.titleVoxS03 .inner .ja {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}

.h2S01 span {
  display: inline-block;
  color: #fff;
  background: #e94738;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 0.6em 1.9em;
}

/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .titleVoxS01 .en {
    font-size: 6.5rem;
  }
  .titleVoxS01 .ja {
    font-size: 2.8rem;
  }
  .titleVoxS02 .inner {
    width: 100%;
    padding: 4rem 0 3.7rem;
  }
  .titleVoxS02 .inner:before {
    right: 8rem;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 7.2rem) 0%, 100% 50%, calc(100% - 7.2rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 7.2rem) 0%, 100% 50%, calc(100% - 7.2rem) 100%, 0% 100%);
  }
  .titleVoxS02 .ja {
    font-size: 7rem;
    margin-bottom: 0.2em;
  }
  .titleVoxS02 .en {
    font-size: 2.8rem;
  }
  .titleVoxS03 .inner {
    padding: 4.3rem 12rem;
  }
  .titleVoxS03 .inner:after {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 5.5rem) 0%, 100% 50%, calc(100% - 5.5rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 5.5rem) 0%, 100% 50%, calc(100% - 5.5rem) 100%, 0% 100%);
  }
  .titleVoxS03 .inner .ja {
    font-size: 4.8rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }
  .h2S01 span {
    font-size: 3rem;
    padding: 0.6em 2.25em;
  }
}
/*
 * ================================================
 *
 * [リスト]
 *
 * ================================================
 */
.listS01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8rem 0;
  border-bottom: 1px solid #707070;
  line-height: 2.1875;
}
.listS01:first-child {
  border-top: 1px solid #707070;
}
.listS01 > dt {
  font-size: 1.8rem;
  font-weight: 700;
  width: 24.5rem;
  min-width: 24.5rem;
}
.listS01 > dd {
  font-weight: 400;
  font-size: 1.6rem;
}

/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .listS01 {
    padding: 5rem 0;
    line-height: 1.76;
  }
  .listS01 dt {
    font-size: 2.6rem;
    width: 18.8rem;
    min-width: 18.8rem;
  }
  .listS01 dd {
    font-size: 2.6rem;
  }
}
/*
 * =====================================================
 *
 * [popup]
 *
 * =====================================================
 */
#alphaBg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 70;
  background: #000000;
  display: none;
  opacity: 0;
}

.popupWrapper {
  display: none;
  position: absolute;
  margin: auto;
  z-index: 100;
}
.popupWrapper .content {
  margin: 0 auto;
  position: relative;
}
.popupWrapper .closeVox {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 100;
}
.popupWrapper .popupCloseBt {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: block;
}
.popupWrapper .popupCloseBt span {
  width: 36px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -18px;
}
.popupWrapper .popupCloseBt span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popupWrapper .popupCloseBt span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#popupContents {
  display: none;
}

#popupWrapperMovie {
  width: 1000px;
  left: 50%;
  margin-left: -500px;
}
#popupWrapperMovie .content {
  position: relative;
  padding-top: 56.25%;
  background: transparent;
}
#popupWrapperMovie .content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  #popupWrapperMovie {
    width: 90%;
    margin-left: -45%;
  }
}
/*
 * ================================================
 *
 * [table レイアウト]
 *
 * ================================================
 */
.tableS01 {
  width: 100%;
  border: 1px solid rgba(35, 28, 25, 0.7);
}
.tableS01 th, .tableS01 td {
  border: 1px solid rgba(35, 28, 25, 0.7);
  padding: 0.65em 0.9em;
  font-size: 1.8rem;
  text-align: center;
}
.tableS01 th {
  background: #ecebeb;
}

/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .tableS01 th, .tableS01 td {
    padding: 0.65em 0.9em;
    font-size: 1.4rem;
  }
}
/*
 * ================================================
 *
 * [topics]
 *
 * ================================================
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
/*
 * =====================================================
 *
 * [wp]
 *
 * =====================================================
 */
.editorArea ul {
  list-style-type: disc;
  padding: 0 0 0 1em;
  margin-bottom: 1em;
}
.editorArea ol {
  padding: 0 0 0 1em;
  list-style-type: decimal;
  margin-bottom: 1em;
}
.editorArea p {
  line-height: 2;
}
.editorArea strong {
  font-weight: bold;
}
.editorArea img {
  height: auto;
}
.editorArea h1 {
  font-weight: bold;
  font-size: 2.1rem;
}
.editorArea h2 {
  font-size: 1.8rem;
}
.editorArea a {
  text-decoration: underline;
}
.editorArea a:hover {
  text-decoration: none;
}
.editorArea table {
  width: 100%;
  border: 1px solid #3d3a39;
  border-collapse: collapse;
}
.editorArea table td, .editorArea table th {
  border: 1px solid #3d3a39;
  border-collapse: collapse;
  vertical-align: top;
  padding: 0.8em;
  text-align: left;
}
.editorArea table th {
  background: #dbdbdb;
}
.editorArea table td {
  background: #fff;
}

.navigation {
  text-align: center;
  margin: 50px 0 0;
}
.navigation .nav-links .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  text-align: center;
  line-height: 40px;
  color: #d84738;
  background: #fff;
  margin: 0 2px;
  vertical-align: middle;
  border: 1px solid #d84738;
}
.navigation .nav-links .page-numbers.current, .navigation .nav-links .page-numbers:hover {
  color: #fff;
  background: #d84738;
}
.navigation .nav-links .page-numbers.dots {
  background: none;
  color: #000;
  font-size: 2.3rem;
}
.navigation .nav-links .page-numbers.dots:after {
  display: none;
}
.navigation .nav-links .page-numbers.prev {
  background: url(../../images/content/content/prev.svg) center center/auto no-repeat, #fff;
}
.navigation .nav-links .page-numbers.next {
  background: url(../../images/content/content/next.svg) center center/auto no-repeat, #fff;
}

/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .navigation .nav-links .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 1.7rem;
    line-height: 32px;
  }
}
/*
 * =====================================================
 *
 * [content]
 *
 * =====================================================
 */
/**
 * ---------------------------------------------------
 * 幅指定
 * ---------------------------------------------------
 */
.w33p {
  width: 33%;
}

.w48p {
  width: 48%;
}

.w49p {
  width: 49%;
}

.w50p {
  width: 50%;
}

.w90p {
  width: 90%;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w1em {
  width: 1em;
}

.w2em {
  width: 2em;
}

.w3em {
  width: 3em;
}

.w4em {
  width: 4em;
}

.w5em {
  width: 5em;
}

.w6em {
  width: 6em;
}

.w7em {
  width: 7em;
}

.w8em {
  width: 8em;
}

.w9em {
  width: 9em;
}

.w10em {
  width: 10em;
}

.w11em {
  width: 11em;
}

.w12em {
  width: 12em;
}

.w13em {
  width: 13em;
}

.w14em {
  width: 14em;
}

.w15em {
  width: 15em;
}

.w16em {
  width: 16em;
}

.w17em {
  width: 17em;
}

.w18em {
  width: 18em;
}

.w19em {
  width: 19em;
}

.w20em {
  width: 20em;
}

.contentWidth {
  width: 800px;
  margin: 0 auto;
}

.cntInner {
  max-width: 120rem;
  margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * レイアウト
 * ---------------------------------------------------
 */
body .mL1hem {
  margin-left: 1.5em;
}
body .mL2em {
  margin-left: 2em;
}
body .mL2hem {
  margin-left: 2.5em;
}
body .mL3em {
  margin-left: 3em;
}
body .mL3hem {
  margin-left: 3.5em;
}
body .mL4em {
  margin-left: 4em;
}
body .mL4hem {
  margin-left: 4.5em;
}
body .mL5em {
  margin-left: 5em;
}
body .mL6em {
  margin-left: 6em;
}
body .mL7em {
  margin-left: 7em;
}
body .mL8em {
  margin-left: 8em;
}
body .mB60 {
  margin-bottom: 60px;
}
body .mB70 {
  margin-bottom: 70px;
}
body .mB80 {
  margin-bottom: 80px;
}

/**
 * ---------------------------------------------------
 * 文字サイズ
 * ---------------------------------------------------
 */
body .s0-8r {
  font-size: 0.8rem;
}
body .s1-0r {
  font-size: 1rem;
}
body .s1-1r {
  font-size: 1.1rem;
}
body .s1-2r {
  font-size: 1.2rem;
}
body .s1-3r {
  font-size: 1.3rem;
}
body .s1-4r {
  font-size: 1.4rem;
}
body .s1-5r {
  font-size: 1.5rem;
}
body .s1-6r {
  font-size: 1.6rem;
}
body .s1-7r {
  font-size: 1.7rem;
}
body .s1-8r {
  font-size: 1.8rem;
}
body .s1-9r {
  font-size: 1.9rem;
}
body .s2-0r {
  font-size: 2rem;
}
body .s2-1r {
  font-size: 2.1rem;
}
body .s2-2r {
  font-size: 2.2rem;
}
body .s2-3r {
  font-size: 2.3rem;
}
body .s2-4r {
  font-size: 2.4rem;
}
body .s2-5r {
  font-size: 2.5rem;
}
body .s2-6r {
  font-size: 2.6rem;
}
body .s2-8r {
  font-size: 2.8rem;
}
body .s2-9r {
  font-size: 2.9rem;
}
body .s3-0r {
  font-size: 3rem;
}
body .s3-4r {
  font-size: 3.4rem;
}
body .s3-5r {
  font-size: 3.5rem;
}
body .s3-8r {
  font-size: 3.8rem;
}
body .s4-0r {
  font-size: 4rem;
}
body .s5-0r {
  font-size: 5rem;
}
body .note {
  font-size: 1.3rem;
}

/**
 * ---------------------------------------------------
 * fontfamily
 * ---------------------------------------------------
 */
.verdana {
  font-family: Verdana, sans-serif;
}

/**
 * ---------------------------------------------------
 * コンテンツ
 * ---------------------------------------------------
 */
.entryCntVox {
  position: relative;
  padding: 18rem 0 19rem;
  background: #fff;
}
.entryCntVox h2 {
  position: absolute;
  font-family: Verdana, sans-serif;
  color: #000;
  width: 100%;
  text-align: center;
  top: -0.5em;
  left: 0;
  font-size: 14.3rem;
  font-weight: 700;
  line-height: 1;
}
.entryCntVox .btnVox .btn {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  padding: 1.62em 1em;
}
.entryCntVox .btnVox .btn:before, .entryCntVox .btnVox .btn:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 110vw;
  min-width: 135rem;
  background: #e34738;
  top: 0;
  right: -6.5rem;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 6.5rem) 0%, 100% 50%, calc(100% - 6.5rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 6.5rem) 0%, 100% 50%, calc(100% - 6.5rem) 100%, 0% 100%);
}
.entryCntVox .btnVox .btn span {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.entryCntVox .btnVox .btn span:before {
  content: "";
  position: absolute;
  margin: auto;
  background: url(../../images/content/content/arrow03_w.svg) center/contain no-repeat;
  width: 3.2rem;
  height: 3.3rem;
  top: 0;
  bottom: 0;
  left: -5.6rem;
}

.mainArt {
  padding: 0 0 21rem;
}

.mainArtHeadS01 {
  padding: 6rem 0;
}

.mainArtHeadS02 {
  padding: 12rem 0 14.5rem;
}

.secWrapS01 {
  width: 126.9rem;
  background: #fff;
  margin: 0 0 0 auto;
}

.pageLinkVoxS01 {
  width: 91.8rem;
  margin: 16rem auto 0;
}
.pageLinkVoxS01 a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
.pageLinkVoxS01 a:after {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../../images/content/content/bg_link_s01.png) center/cover no-repeat;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.pageLinkVoxS01 a:not(:last-child) {
  margin-bottom: 5rem;
}
.pageLinkVoxS01 a .img {
  position: relative;
  z-index: 1;
}
.pageLinkVoxS01 a .txt {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pageLinkVoxS01 a .txt span {
  position: relative;
  display: inline-block;
}
.pageLinkVoxS01 a .txt span:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 2.6rem;
  height: 2.8rem;
  background: url(../../images/content/content/arrow03_w.svg) center/contain no-repeat;
  top: 0.3rem;
  bottom: 0;
  right: -4.5rem;
}

.pageLinkVoxS02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.pageLinkVoxS02 .list li {
  width: 38rem;
}
.pageLinkVoxS02 .list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 73.68%;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
.pageLinkVoxS02 .list li a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e74738;
  mix-blend-mode: multiply;
  z-index: 2;
}
.pageLinkVoxS02 .list li a .img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pageLinkVoxS02 .list li a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageLinkVoxS02 .list li a .txt {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pageLinkVoxS02 .list li a .txt span {
  position: relative;
  display: inline-block;
}
.pageLinkVoxS02 .list li a .txt span:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 2.6rem;
  height: 2.8rem;
  background: url(../../images/content/content/arrow03_w.svg) center/contain no-repeat;
  top: 0.3rem;
  bottom: 0;
  right: -4.5rem;
}

.otherVoxS01 .head {
  margin-bottom: 6.5rem;
}
.otherVoxS01 h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  font-family: Verdana, sans-serif;
}
.otherVoxS01 .pageLinkVoxS01 {
  margin: 0 auto;
}

/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  .pcDspNone {
    display: none;
  }
  .trOp01 {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .trOp01:hover, .trOp01.active {
    opacity: 0.5;
  }
  .entryCntVox .btnVox .btn {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .entryCntVox .btnVox .btn:after {
    background: #333;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .entryCntVox .btnVox .btn span:before {
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
  .entryCntVox .btnVox .btn:hover {
    color: #fff;
  }
  .entryCntVox .btnVox .btn:hover:after {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .entryCntVox .btnVox .btn:hover span:before {
    background: url(../../images/content/content/arrow03_w.svg) center/contain no-repeat;
  }
} /*  @media END */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .spDspNone {
    display: none;
  }
  .contentWidth {
    width: auto;
    padding: 0 20px;
  }
  .cntInner {
    max-width: 100%;
    padding: 0 5rem;
  }
  .fitImg {
    max-width: 100%;
  }
  /**
   * ---------------------------------------------------
   * 文字サイズ
   * ---------------------------------------------------
   */
  body .s0-8r {
    font-size: 0.6rem;
  }
  body .s1-0r {
    font-size: 1rem;
  }
  body .s1-1r {
    font-size: 1.1rem;
  }
  body .s1-2r {
    font-size: 1.1rem;
  }
  body .s1-3r {
    font-size: 1.1rem;
  }
  body .s1-4r {
    font-size: 1.2rem;
  }
  body .s1-5r {
    font-size: 1.2rem;
  }
  body .s1-6r {
    font-size: 1.2rem;
  }
  body .s1-7r {
    font-size: 1.3rem;
  }
  body .s1-8r {
    font-size: 1.3rem;
  }
  body .s1-9r {
    font-size: 1.3rem;
  }
  body .s2-0r {
    font-size: 1.4rem;
  }
  body .s2-1r {
    font-size: 1.4rem;
  }
  body .s2-2r {
    font-size: 1.4rem;
  }
  body .s2-3r {
    font-size: 1.5rem;
  }
  body .s2-4r {
    font-size: 1.5rem;
  }
  body .s2-5r {
    font-size: 1.5rem;
  }
  body .s2-6r {
    font-size: 1.6rem;
  }
  body .s2-8r {
    font-size: 1.6rem;
  }
  body .s2-9r {
    font-size: 1.6rem;
  }
  body .s3-0r {
    font-size: 1.7rem;
  }
  body .s3-4r {
    font-size: 1.7rem;
  }
  body .s3-5r {
    font-size: 1.7rem;
  }
  body .s3-8r {
    font-size: 1.8rem;
  }
  body .s4-0r {
    font-size: 3rem;
  }
  body .s5-0r {
    font-size: 3.5rem;
  }
  /**
   * ---------------------------------------------------
   * popup
   * ---------------------------------------------------
   */
  .popupWrapper .content {
    width: 100%;
  }
  .popupWrapper .content .closeVox {
    top: 15px;
    right: 20px;
  }
  /**
   * ---------------------------------------------------
   * iOSボタンデザインのリセット
   * ---------------------------------------------------
   */
  input[type=submit],
  input[type=button] {
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    border-radius: 0;
  }
  input[type=submit]::-webkit-search-decoration,
  input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]:focus,
  input[type=button]:focus {
    outline-offset: -2px;
  }
  /**
  * ---------------------------------------------------
  * コンテンツ
  * ---------------------------------------------------
  */
  .entryCntVox {
    padding: 17.5rem 0 14rem;
  }
  .entryCntVox h2 {
    font-size: 14.5rem;
  }
  .entryCntVox .btnVox .btn {
    padding: 1.5em 1em;
  }
  .entryCntVox .btnVox .btn:before, .entryCntVox .btnVox .btn:after {
    min-width: 70rem;
    right: 0;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 5rem) 0%, 100% 50%, calc(100% - 5rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 5rem) 0%, 100% 50%, calc(100% - 5rem) 100%, 0% 100%);
  }
  .mainArt {
    padding: 0 0 28rem;
  }
  .mainArtHeadS01 {
    padding: 13rem 0 7rem;
  }
  .mainArtHeadS02 {
    padding: 13rem 0 8rem;
  }
  .secWrapS01 {
    width: 100%;
    margin: 0;
  }
  .pageLinkVoxS01 {
    width: 100%;
  }
  .pageLinkVoxS01 a {
    font-size: 4.8rem;
  }
  .pageLinkVoxS01 a:after {
    background: url(../../images/content/content/bg_link_s01_sp.png) center/cover no-repeat;
  }
  .pageLinkVoxS01 a:not(:last-child) {
    margin-bottom: 8rem;
  }
  .pageLinkVoxS01 a .txt span:after {
    width: 4.4rem;
    height: 4.6rem;
    right: -8rem;
  }
  .pageLinkVoxS02 .list {
    display: block;
  }
  .pageLinkVoxS02 .list li {
    width: 100%;
  }
  .pageLinkVoxS02 .list li:not(:last-child) {
    margin-bottom: 8.5rem;
  }
  .pageLinkVoxS02 .list li a {
    padding-top: 54.667%;
    font-size: 5rem;
  }
  .pageLinkVoxS02 .list li a .txt span:after {
    width: 4.4rem;
    height: 4.6rem;
    right: -8rem;
  }
  .otherVoxS01 .cntInner {
    padding: 0;
  }
  .otherVoxS01 .pageLinkVoxS01 {
    margin: 0 auto;
  }
} /*  @media END */
/*
 * =====================================================
 *
 * [home]
 *
 * =====================================================
 */
body.home #siteHeader {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in, visibility 0s;
  transition: opacity 0.4s ease-in, visibility 0s;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
body.home #siteHeader .siteLogo a {
  position: relative;
  display: block;
}
body.home #siteHeader .siteLogo a .siteLogoImg {
  opacity: 0;
}
body.home #siteHeader .siteLogo a .siteLogoImg02 {
  position: absolute;
  top: 0;
  left: 0;
}
body.home #siteHeader .entryLink {
  opacity: 0;
  visibility: hidden;
}
body.home #siteHeader.active {
  opacity: 1;
  visibility: visible;
}
body.home #siteHeader.custom {
  opacity: 1;
  visibility: visible;
  background: #e34738;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2);
}
body.home #siteHeader.custom .entryLink {
  opacity: 1;
  visibility: visible;
}
body.home #siteHeader.custom .siteLogo a .siteLogoImg {
  opacity: 1;
}
body.home #siteHeader.custom .siteLogo a .siteLogoImg02 {
  opacity: 0;
}
body.home #siteHeader.open {
  background: #e34738;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2);
}
body.home #siteHeader.open .entryLink {
  opacity: 1;
  visibility: visible;
}
body.home #siteHeader.open .siteLogo a .siteLogoImg {
  opacity: 1;
}
body.home #siteHeader.open .siteLogo a .siteLogoImg02 {
  opacity: 0;
}
body.home #siteHeader .entryFixed {
  display: block;
}
body.home #gNavOpener span {
  background: #fff;
}
body.home #main {
  padding: 0;
}
body.home .cntInner {
  max-width: 100%;
  width: 105rem;
  margin: 0 auto;
}
body.home .mvArea {
  position: relative;
  margin-bottom: 18.5rem;
  overflow: hidden;
}
body.home .mvArea img {
  width: 100%;
}
body.home .mvArea .mv {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
body.home .mvArea .imgItem {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
  -webkit-transition: opacity 0.5s ease-in 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.5s ease-in 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.5s ease-in 0.5s, transform 0.5s 0.5s;
  transition: opacity 0.5s ease-in 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
body.home .mvArea .txtItem01 {
  position: absolute;
  z-index: 3;
  bottom: 2rem;
  left: 9rem;
  opacity: 0;
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
  -webkit-transition: opacity 0.5s ease-in 1s, -webkit-transform 0.5s 1s;
  transition: opacity 0.5s ease-in 1s, -webkit-transform 0.5s 1s;
  transition: opacity 0.5s ease-in 1s, transform 0.5s 1s;
  transition: opacity 0.5s ease-in 1s, transform 0.5s 1s, -webkit-transform 0.5s 1s;
}
body.home .mvArea .txtItem01 img {
  width: 113.7rem;
}
body.home .mvArea .txtItem02 {
  position: absolute;
  z-index: 3;
  top: 7rem;
  right: 21rem;
  opacity: 0;
  -webkit-transform: translateY(7rem);
          transform: translateY(7rem);
  -webkit-transition: opacity 0.5s ease-in 1.5s, -webkit-transform 0.5s 1.5s;
  transition: opacity 0.5s ease-in 1.5s, -webkit-transform 0.5s 1.5s;
  transition: opacity 0.5s ease-in 1.5s, transform 0.5s 1.5s;
  transition: opacity 0.5s ease-in 1.5s, transform 0.5s 1.5s, -webkit-transform 0.5s 1.5s;
}
body.home .mvArea .txtItem02 img {
  width: 17.3rem;
}
body.home .mvArea .line {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 5.4rem;
  width: 1px;
  height: 16rem;
  background: #fff;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
body.home .mvArea.active .mv {
  opacity: 1;
}
body.home .mvArea.active .imgItem,
body.home .mvArea.active .txtItem01, body.home .mvArea.active .txtItem02 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.home .mvArea.active .line {
  opacity: 1;
}
body.home .secWrap {
  padding-bottom: 27.5rem;
  background: url(../../images/content/home/bg_item02.png) center top/136.6rem repeat-y;
}
body.home .secVox {
  position: relative;
  z-index: 2;
}
body.home .msgVox {
  position: relative;
  margin-bottom: 27rem;
}
body.home .msgVox .head {
  margin-bottom: 4.5rem;
}
body.home .msgVox .cnt .cntInner {
  position: relative;
}
body.home .msgVox .cnt .cntInner:before {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 1;
  width: 120vw;
  height: 100%;
  min-width: 1313px;
  top: 0;
  right: -11.2rem;
  background: #e84738;
  mix-blend-mode: multiply;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 23rem) 0%, 100% 50%, calc(100% - 23rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 23rem) 0%, 100% 50%, calc(100% - 23rem) 100%, 0% 100%);
}
body.home .msgVox .cnt .txtVox {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 10.5rem 0 8rem;
}
body.home .msgVox .cnt .txtVox .l {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 4rem;
  letter-spacing: 0.12em;
}
body.home .msgVox .cnt .txtVox .txt {
  font-size: 2rem;
  line-height: 2.5;
  margin-bottom: 6rem;
  max-width: 91rem;
  text-align: justify;
  letter-spacing: 0.1em;
}
body.home .msgVox .cnt .txtVox .btnList {
  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;
  width: 74.5rem;
  gap: 2rem 0;
}
body.home .msgVox .cnt .txtVox .btnList li {
  width: 36.3rem;
}
body.home .msgVox .txtItem {
  position: absolute;
  z-index: 1;
  top: 30rem;
  left: 0;
  width: 67rem;
  z-index: -1;
}
body.home .msgVox .txtItem img {
  width: 100%;
}
body.home .msgVox .imgItem {
  position: absolute;
  z-index: 1;
  bottom: -14rem;
  right: 10.5rem;
}
body.home .msgVox .imgItem img {
  width: 28rem;
}
body.home .bnsVox {
  position: relative;
  margin-bottom: 29rem;
}
body.home .bnsVox .cntInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.home .bnsVox .cntInner .left {
  position: relative;
  margin-top: 11rem;
  width: 48rem;
}
body.home .bnsVox .cntInner .left .bgItem {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 1;
  width: 72.2rem;
  height: 100%;
  top: 0;
  left: -15.8rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 15.5rem) 0%, 100% 50%, calc(100% - 15.5rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 15.5rem) 0%, 100% 50%, calc(100% - 15.5rem) 100%, 0% 100%);
}
body.home .bnsVox .cntInner .left .bgItem img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.home .bnsVox .cntInner .left .txtVox {
  position: relative;
  z-index: 2;
  padding: 13.8rem 0rem;
}
body.home .bnsVox .cntInner .left .txtVox .l {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 2.05;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
body.home .bnsVox .cntInner .right {
  width: 56rem;
}
body.home .bnsVox .cntInner .right .head {
  text-align: right;
  margin-bottom: 11.5rem;
}
body.home .bnsVox .cntInner .right .txtVox {
  width: 37rem;
  margin: 0 0 0 auto;
}
body.home .bnsVox .cntInner .right .txt {
  text-align: justify;
  line-height: 2.38;
  margin-bottom: 5rem;
}
body.home .bnsVox .imgItem {
  position: absolute;
  z-index: -1;
  bottom: -5rem;
  right: 15.5rem;
}
body.home .bnsVox .imgItem img {
  width: 25rem;
}
body.home .worksVox {
  text-align: center;
  padding: 8.5rem 0;
  background: url(../../images/content/home/bg_works.jpg) center/cover no-repeat;
  color: #fff;
  margin-bottom: 27rem;
}
body.home .worksVox .head {
  margin-bottom: 4rem;
}
body.home .worksVox .txt {
  margin-bottom: 6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}
body.home .intVox {
  margin-bottom: 23rem;
}
body.home .intVox .head {
  margin-bottom: 5rem;
}
body.home .intVox .head .titleVoxS01 {
  margin-bottom: 6rem;
}
body.home .intVox .head .sub {
  line-height: 2.38;
}
body.home .intVox .artVox .item {
  position: relative;
  width: 44.7rem;
}
body.home .intVox .artVox .item:nth-child(odd) {
  margin: -15.5rem 0 0 auto;
}
body.home .intVox .artVox .item:nth-child(even) {
  margin: -25rem auto 0 0;
}
body.home .intVox .artVox .item.btnVox {
  margin-top: -6.5rem;
}
body.home .intVox .artVox .item .inner {
  position: relative;
  display: block;
  color: #fff;
}
body.home .intVox .artVox .item .inner .txtVox {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e84738;
  padding: 2rem 2.5rem;
  padding-right: 5.3rem;
  width: 30rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 4.4rem) 0%, 100% 50%, calc(100% - 4.4rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 4.4rem) 0%, 100% 50%, calc(100% - 4.4rem) 100%, 0% 100%);
}
body.home .intVox .artVox .item .inner .txtVox .nameVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
body.home .intVox .artVox .item .inner .txtVox .nameVox .date {
  font-size: 1.33rem;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0.2em 0.6em;
  margin-right: 1.5rem;
}
body.home .intVox .artVox .item .inner .txtVox .nameVox .name {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2em;
}
body.home .intVox .artVox .item .inner .txtVox .dept {
  font-size: 1.65rem;
  font-weight: 400;
}
body.home .intVox .artVox .item .inner .txtVox .dept .txt01 {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
body.home .intVox .imgItem {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 33.6rem;
}
body.home .intVox .imgItem img {
  width: 25rem;
}
body.home .recruitVox-room {
  margin-bottom: 24rem;
  padding: 18.5rem 0 17rem;
  text-align: center;
  background: #c7c7c7;
  overflow: hidden;
}
body.home .recruitVox-room:after {
  content: "";
  position: absolute;
  margin: auto;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: url(../../images/content/home/bg_item_recruit.png) center/cover no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
}
body.home .recruitVox-room .cntInner {
  position: relative;
  z-index: 2;
  width: 116.7rem;
}
body.home .recruitVox-room .head {
  margin-bottom: 7rem;
}
body.home .recruitVox-room .cnt {
  position: relative;
  z-index: 2;
}
body.home .recruitVox-room .cnt:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 132.8rem;
  height: 48rem;
  background: url(../../images/content/home/bg_recruit_room.png) center/cover no-repeat;
  right: -5.8rem;
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 14.8rem) 0%, 100% 50%, calc(100% - 14.8rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 14.8rem) 0%, 100% 50%, calc(100% - 14.8rem) 100%, 0% 100%);
}
body.home .recruitVox-room .txtVox {
  position: relative;
  z-index: 3;
  padding: 8.5rem 0;
  color: #fff;
}
body.home .recruitVox-room .txtVox .inner {
  position: relative;
  z-index: 2;
}
body.home .recruitVox-room .txtVox h3 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
body.home .recruitVox-room .txtVox .txt {
  font-weight: 400;
  margin-bottom: 5rem;
  line-height: 2.38;
}
body.home .aboutVox {
  margin-bottom: 24rem;
  padding: 7.5rem 0 9.5rem;
  text-align: center;
  background: url(../../images/content/home/bg_about.jpg) center/cover no-repeat;
  color: #fff;
}
body.home .aboutVox .head {
  margin-bottom: 5rem;
}
body.home .aboutVox .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.home .aboutVox .btnList li {
  width: 31.6rem;
  height: 14.4rem;
}
body.home .aboutVox .btnList li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 0.2em;
}
body.home .aboutVox .btnList li a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  width: 2rem;
  height: 2.1rem;
  background: url(../../images/content/content/arrow02.svg) center/contain no-repeat;
}
body.home .aboutVox .btnList li a span {
  display: inline-block;
  padding-right: 0.5em;
}
body.home .recruitVox-info {
  padding: 11rem 0 10rem;
  text-align: center;
  background: url(../../images/content/home/bg_recruit_info.jpg) center/cover no-repeat;
  color: #fff;
}
body.home .recruitVox-info .head {
  margin-bottom: 9rem;
}
body.home .recruitVox-info .btnVox {
  text-align: center;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  body.home .aboutVox .btnList li a:before {
    content: "";
    position: absolute;
    margin: auto;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d84738;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 0.3s;
    transition: -webkit-clip-path 0.3s;
    transition: clip-path 0.3s;
    transition: clip-path 0.3s, -webkit-clip-path 0.3s;
  }
  body.home .aboutVox .btnList li a:after {
    z-index: 2;
  }
  body.home .aboutVox .btnList li a span {
    position: relative;
    z-index: 2;
  }
  body.home .aboutVox .btnList li a:hover:before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.home .cntInner {
    width: 100%;
    padding: 0 5rem;
  }
  body.home .mvArea {
    margin-bottom: 12rem;
  }
  body.home .mvArea .txtItem01 {
    top: 11rem;
    bottom: auto;
    left: 1.8rem;
  }
  body.home .mvArea .txtItem01 img {
    width: 73.5rem;
  }
  body.home .mvArea .txtItem02 {
    top: 35.8rem;
    right: 5.5rem;
  }
  body.home .mvArea .txtItem02 img {
    width: 15rem;
  }
  body.home .mvArea .line {
    left: 4rem;
  }
  body.home .secWrap {
    padding: 5rem 0 26.5rem;
    background: url(../../images/content/home/bg_item02_sp.png) center top/75rem repeat-y;
  }
  body.home .msgVox {
    margin-bottom: 18.5rem;
  }
  body.home .msgVox .head {
    margin-bottom: 4rem;
  }
  body.home .msgVox .cnt .cntInner:before {
    width: 100%;
    height: 100%;
    min-width: 0;
    right: 0;
    -webkit-clip-path: none;
            clip-path: none;
  }
  body.home .msgVox .cnt .txtVox {
    padding: 8.5rem 0 7.5rem;
  }
  body.home .msgVox .cnt .txtVox .l {
    font-size: 5rem;
    margin-bottom: 4rem;
    line-height: 1.54;
  }
  body.home .msgVox .cnt .txtVox .txt {
    font-size: 2.6rem;
    line-height: 2.15;
    margin-bottom: 5rem;
    max-width: 100%;
    letter-spacing: 0.05em;
  }
  body.home .msgVox .cnt .txtVox .btnList {
    width: 100%;
    gap: 3rem 0;
  }
  body.home .msgVox .cnt .txtVox .btnList li {
    width: 100%;
  }
  body.home .msgVox .txtItem {
    top: 18rem;
    width: 42.5rem;
  }
  body.home .msgVox .imgItem {
    display: none;
  }
  body.home .bnsVox {
    margin-bottom: 30rem;
  }
  body.home .bnsVox .cntInner {
    display: block;
  }
  body.home .bnsVox .cntInner .left {
    width: 100%;
    margin: 0 0 9.4rem;
  }
  body.home .bnsVox .cntInner .left .bgItem {
    width: 63.6rem;
    left: -5.1rem;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 20.7rem) 0%, 100% 50%, calc(100% - 20.7rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 20.7rem) 0%, 100% 50%, calc(100% - 20.7rem) 100%, 0% 100%);
  }
  body.home .bnsVox .cntInner .left .txtVox {
    padding: 21.7rem 0;
  }
  body.home .bnsVox .cntInner .left .txtVox .l {
    font-size: 3.7rem;
  }
  body.home .bnsVox .cntInner .right {
    width: 100%;
  }
  body.home .bnsVox .cntInner .right .head {
    text-align: left;
    margin-bottom: 4rem;
  }
  body.home .bnsVox .cntInner .right .txtVox {
    width: 100%;
    margin: 0;
  }
  body.home .bnsVox .cntInner .right .txt {
    line-height: 2.15;
    margin-bottom: 9rem;
  }
  body.home .bnsVox .imgItem {
    bottom: -20rem;
    right: 4.7rem;
  }
  body.home .bnsVox .imgItem img {
    width: 37rem;
  }
  body.home .worksVox {
    padding: 10rem 0;
    background: url(../../images/content/home/bg_works_sp.jpg) center/cover no-repeat;
    margin-bottom: 24rem;
  }
  body.home .worksVox .head {
    margin-bottom: 6.3rem;
  }
  body.home .worksVox .txt {
    text-align: left;
    margin-bottom: 7.5rem;
    letter-spacing: 0.03em;
  }
  body.home .intVox {
    margin-bottom: 36rem;
  }
  body.home .intVox .head {
    margin-bottom: 11rem;
  }
  body.home .intVox .head .titleVoxS01 {
    margin-bottom: 8rem;
  }
  body.home .intVox .head .sub {
    line-height: 2.15;
    letter-spacing: 0.01em;
  }
  body.home .intVox .artVox .item {
    width: 100%;
  }
  body.home .intVox .artVox .item:nth-child(odd) {
    margin: 0;
  }
  body.home .intVox .artVox .item:nth-child(even) {
    margin: 0;
  }
  body.home .intVox .artVox .item:not(:last-child) {
    margin: 0 0 7rem;
  }
  body.home .intVox .artVox .item.btnVox {
    margin-top: 20rem;
  }
  body.home .intVox .artVox .item .inner .txtVox {
    padding: 3rem 2.5rem 2.2rem;
    padding-right: 8.3rem;
    width: 46.6rem;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 7rem) 0%, 100% 50%, calc(100% - 7rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 7rem) 0%, 100% 50%, calc(100% - 7rem) 100%, 0% 100%);
  }
  body.home .intVox .artVox .item .inner .txtVox .nameVox {
    margin-bottom: 1rem;
  }
  body.home .intVox .artVox .item .inner .txtVox .nameVox .date {
    font-size: 2.1rem;
    margin-right: 2rem;
  }
  body.home .intVox .artVox .item .inner .txtVox .nameVox .name {
    font-size: 4.4rem;
  }
  body.home .intVox .artVox .item .inner .txtVox .dept {
    font-size: 2.5rem;
  }
  body.home .intVox .imgItem {
    bottom: -20rem;
    left: auto;
    right: 4.7rem;
  }
  body.home .intVox .imgItem img {
    width: 37rem;
  }
  body.home .recruitVox-room {
    margin-bottom: 25.5rem;
    padding: 7rem 0 18rem;
  }
  body.home .recruitVox-room:after {
    background: url(../../images/content/home/bg_item_recruit_sp.png) center/cover no-repeat;
  }
  body.home .recruitVox-room .titleVoxS01 .en {
    line-height: 1.2;
  }
  body.home .recruitVox-room .cntInner {
    width: 100%;
    padding: 0;
  }
  body.home .recruitVox-room .head {
    margin-bottom: 4rem;
    padding: 0 5rem;
  }
  body.home .recruitVox-room .cnt:before {
    width: 100%;
    height: 100%;
    background: url(../../images/content/home/bg_recruit_room_sp.png) center/cover no-repeat;
    right: 0;
    -webkit-clip-path: none;
            clip-path: none;
  }
  body.home .recruitVox-room .txtVox {
    padding: 9.8rem 5rem 8.5rem;
  }
  body.home .recruitVox-room .txtVox h3 {
    margin-bottom: 5rem;
  }
  body.home .recruitVox-room .txtVox .txt {
    text-align: left;
    margin-bottom: 7rem;
    line-height: 2.15;
  }
  body.home .aboutVox {
    padding: 9.5rem 0 10rem;
    background: url(../../images/content/home/bg_about_sp.jpg) center/cover no-repeat;
  }
  body.home .aboutVox .head {
    margin-bottom: 6.5rem;
  }
  body.home .aboutVox .btnList {
    display: block;
  }
  body.home .aboutVox .btnList li {
    width: 100%;
  }
  body.home .aboutVox .btnList li:not(:last-child) {
    margin-bottom: 3rem;
  }
  body.home .aboutVox .btnList li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.8rem;
    text-align: left;
    padding: 1em 1.7em;
  }
  body.home .aboutVox .btnList li a:after {
    right: 4rem;
    width: 3.3rem;
    height: 3.4rem;
  }
  body.home .aboutVox .btnList li a .l {
    padding: 0;
  }
  body.home .recruitVox-info {
    padding: 11rem 0 8.5rem;
    background: url(../../images/content/home/bg_recruit_info_sp.jpg) center/cover no-repeat;
  }
  body.home .recruitVox-info .head {
    margin-bottom: 6.5rem;
  }
  /* END body */
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * [interview]
 *
 * =====================================================
 */
body.interview.index .mainArtHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 5.5rem 0 6.5rem;
}
body.interview.index .mainArtHead .txtVox {
  position: relative;
  z-index: 2;
  padding: 6.5rem 13.5rem 4.5rem;
}
body.interview.index .mainArtHead .txtVox:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 110vw;
  min-width: 104rem;
  height: 100%;
  top: -0.2rem;
  right: 0;
  background: #fff;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 7rem) 0%, 100% 50%, calc(100% - 7rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 7rem) 0%, 100% 50%, calc(100% - 7rem) 100%, 0% 100%);
}
body.interview.index .mainArtHead .txtVox .en {
  position: relative;
  z-index: 2;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 6.7rem;
  line-height: 1;
  margin-bottom: 0.1em;
}
body.interview.index .mainArtHead .txtVox .title {
  position: relative;
  z-index: 2;
  color: #d84738;
  font-size: 1.9rem;
  font-weight: 700;
}
body.interview.index .introVox {
  text-align: center;
  margin-bottom: 8rem;
}
body.interview.index .introVox .txt {
  display: inline-block;
  text-align: left;
  line-height: 2.27;
  font-weight: 400;
}
body.interview.index .linkSecVox {
  width: 117rem;
  margin: 0 auto;
}
body.interview.index .linkSecVox .btnVox {
  text-align: center;
}
body.interview.index .artVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5rem 6rem;
}
body.interview.index .artVox .item {
  width: 34.7rem;
}
body.interview.index .artVox .item:nth-child(3n-1) {
  margin-top: 6rem;
}
body.interview.index .artVox .item .inner {
  position: relative;
  display: block;
  color: #fff;
}
body.interview.index .artVox .item .inner .imgVox {
  position: relative;
  margin-bottom: 2.5rem;
}
body.interview.index .artVox .item .inner .imgVox .txtVox {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dd4738;
  padding: 2rem 2.3rem;
  padding-right: 5rem;
  width: 27rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 4rem) 0%, 100% 50%, calc(100% - 4rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 4rem) 0%, 100% 50%, calc(100% - 4rem) 100%, 0% 100%);
}
body.interview.index .artVox .item .inner .imgVox .txtVox .nameVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
body.interview.index .artVox .item .inner .imgVox .txtVox .nameVox .date {
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0.2em 0.6em;
  margin-right: 1.5rem;
}
body.interview.index .artVox .item .inner .imgVox .txtVox .nameVox .name {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2em;
}
body.interview.index .artVox .item .inner .imgVox .txtVox .dept {
  font-size: 1.5rem;
}
body.interview.index .artVox .item .inner .imgVox .txtVox .dept .txt01 {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
body.interview.index .artVox .item .inner .mainTxt {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.95;
}

/* END body */
/*
 * =====================================================
 *
 * [article]
 *
 * =====================================================
 */
body.interview.article .mainArtHead {
  position: relative;
  padding: 7rem 0 0;
}
body.interview.article .mainArtHead .mv {
  width: 103.2rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 18rem) 0%, 100% 50%, calc(100% - 18rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 18rem) 0%, 100% 50%, calc(100% - 18rem) 100%, 0% 100%);
}
body.interview.article .mainArtHead .mv img {
  width: 100%;
}
body.interview.article .mainArtHead .txtVox {
  position: relative;
  z-index: 2;
  width: 92rem;
  background: #dd4738;
  padding: 4.8rem 10rem 2.8rem 5.5rem;
  color: #fff;
  margin: -8rem 0 0 36.5rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 11.4rem) 0%, 100% 50%, calc(100% - 11.4rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 11.4rem) 0%, 100% 50%, calc(100% - 11.4rem) 100%, 0% 100%);
}
body.interview.article .mainArtHead .txtVox .nameVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-bottom: 2rem;
}
body.interview.article .mainArtHead .txtVox .nameVox .txt01 {
  font-size: 1.6rem;
}
body.interview.article .mainArtHead .txtVox .nameVox .name {
  position: relative;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 4rem;
  padding-left: 6.8rem;
  padding-bottom: 0.1em;
}
body.interview.article .mainArtHead .txtVox .nameVox .name:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 5.6rem;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
}
body.interview.article .mainArtHead .txtVox .mainTxt {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.82;
  margin-bottom: 3rem;
}
body.interview.article .mainArtHead .txtVox .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
}
body.interview.article .mainArtHead .txtVox .foot > div {
  padding: 1.5rem 2.5rem 0;
}
body.interview.article .mainArtHead .txtVox .foot > div:first-child {
  padding-left: 0;
}
body.interview.article .mainArtHead .txtVox .foot > div:not(:last-child) {
  border-right: 1px solid #fff;
}
body.interview.article .mainArtHead .txtVox .foot > div:nth-child(2) {
  width: 21rem;
}
body.interview.article .mainArtHead .txtVox .foot .dateVox .date span {
  display: inline-block;
  border-radius: 50px;
  font-size: 1.5rem;
  color: #e14738;
  background: #fff;
  padding: 0.2em 0.7em;
}
body.interview.article .mainArtHead .txtVox .foot .dept {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
}
body.interview.article .mainArtHead .txtVox .foot .dept02Vox .sub {
  font-size: 1.5rem;
  font-weight: 400;
}
body.interview.article .mainArtHead .icoItem {
  position: absolute;
  top: 4rem;
  right: 10rem;
  z-index: 2;
  mix-blend-mode: multiply;
  opacity: 0.77;
}
body.interview.article .mainArtHead .imgItem {
  position: absolute;
  top: 9rem;
  right: 17.6rem;
  z-index: -1;
}
body.interview.article .mainArtHead .imgItem img {
  width: 34.2rem;
}
body.interview.article .secWrap {
  margin-top: -9rem;
  padding: 21.5rem 0 16rem;
}
body.interview.article .secVox {
  width: 100.7rem;
  margin: 0 auto;
}
body.interview.article .secVox:not(:last-child) {
  margin-bottom: 10rem;
}
body.interview.article .secVox .head {
  margin-bottom: 6rem;
}
body.interview.article .secVox .head h2 {
  position: relative;
  font-size: 3.4rem;
  font-weight: 700;
  padding-left: 10rem;
  letter-spacing: 0.08em;
}
body.interview.article .secVox .head h2:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 7.95rem;
  height: 1px;
  top: 0.8em;
  left: 0;
  background: #231815;
}
body.interview.article .secVox .txt01 {
  font-size: 2.1rem;
  padding-left: 19rem;
  text-align: justify;
  line-height: 2.42;
  margin: 10rem 0 0;
}
body.interview.article .secVox .txt01:first-of-type {
  margin: 0;
}
body.interview.article .secVox .pht {
  margin: 10rem 0 0;
}
body.interview.article .secVox .pht01 {
  width: 62.9rem;
}
body.interview.article .secVox .pht01.right {
  margin: 10rem 0 0 auto;
}
body.interview.article .intSwiperVox {
  position: relative;
  margin: 12rem auto 0;
  width: 113.5rem;
}
body.interview.article .intSwiperVox .swiper {
  width: 93rem;
  margin: 0 auto;
}
body.interview.article .intSwiperVox .swiper .swiper-slide {
  padding: 0 0.5rem;
}
body.interview.article .intSwiperVox .swiper .item {
  width: 100%;
}
body.interview.article .intSwiperVox .swiper .item .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 61.6%;
}
body.interview.article .intSwiperVox .swiper .item .inner:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #e14738;
  top: 0;
  left: 0;
  opacity: 0.81;
  mix-blend-mode: multiply;
  z-index: 2;
  pointer-events: none;
}
body.interview.article .intSwiperVox .swiper .item .inner .pht {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.interview.article .intSwiperVox .swiper .item .inner .pht img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.interview.article .intSwiperVox .swiper .item .inner .txtVox {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0 0 2.3rem 2rem;
}
body.interview.article .intSwiperVox .swiper .item .inner .txtVox .date {
  margin-bottom: 1rem;
}
body.interview.article .intSwiperVox .swiper .item .inner .txtVox .date span {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.4rem;
  padding: 0.3em 0.8em;
  font-weight: 400;
}
body.interview.article .intSwiperVox .swiper .item .inner .txtVox .nameVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  margin-bottom: 0.7rem;
}
body.interview.article .intSwiperVox .swiper .item .inner .txtVox .nameVox .txt01 {
  font-size: 1.8rem;
  margin-right: 0.5em;
}
body.interview.article .intSwiperVox .swiper .item .inner .txtVox .nameVox .name {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
body.interview.article .intSwiperVox .swiper .item .inner .txtVox .dept {
  font-weight: 400;
  font-size: 1.8rem;
}
body.interview.article .intSwiperVox .swiper-button-next:after,
body.interview.article .intSwiperVox .swiper-button-prev:after {
  display: none;
}
body.interview.article .intSwiperVox .swiper-button-next:before,
body.interview.article .intSwiperVox .swiper-button-prev:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 5.8rem;
  height: 5.8rem;
  top: 0;
  bottom: 0;
  background: url(../../images/content/content/arrow05.svg) center/contain no-repeat;
}
body.interview.article .intSwiperVox .swiper-button-next {
  right: 0;
  margin: 0;
}
body.interview.article .intSwiperVox .swiper-button-next:before {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
body.interview.article .intSwiperVox .swiper-button-prev {
  left: 0;
  margin: 0;
}
body.interview.article .intSwiperVox .swiper-pagination {
  display: none;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  body.interview .intSwiperVox .swiper .item .inner:before {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  body.interview .intSwiperVox .swiper .item .inner:hover:before {
    opacity: 0.2;
  }
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.interview.index .mainArtHead {
    padding: 13rem 0 5rem;
  }
  body.interview.index .mainArtHead .txtVox {
    padding: 5rem 9.7rem 4rem;
  }
  body.interview.index .mainArtHead .txtVox:before {
    min-width: 71rem;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 7.8rem) 0%, 100% 50%, calc(100% - 7.8rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 7.8rem) 0%, 100% 50%, calc(100% - 7.8rem) 100%, 0% 100%);
  }
  body.interview.index .mainArtHead .txtVox .en {
    font-size: 7rem;
  }
  body.interview.index .mainArtHead .txtVox .title {
    font-size: 2.8rem;
  }
  body.interview.index .introVox {
    width: 100%;
    padding: 0 5rem;
    margin-bottom: 5.5rem;
  }
  body.interview.index .linkSecVox {
    width: 100%;
    padding: 0 5rem;
  }
  body.interview.index .artVox {
    display: block;
  }
  body.interview.index .artVox .item {
    width: 100%;
  }
  body.interview.index .artVox .item:nth-child(3n-1) {
    margin-top: 0;
  }
  body.interview.index .artVox .item:not(:last-child) {
    margin-bottom: 15rem;
  }
  body.interview.index .artVox .item .inner .imgVox {
    margin-bottom: 7rem;
  }
  body.interview.index .artVox .item .inner .imgVox .txtVox {
    padding: 3.5rem 4rem;
    padding-right: 8.4rem;
    width: 46.6rem;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 7rem) 0%, 100% 50%, calc(100% - 7rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 7rem) 0%, 100% 50%, calc(100% - 7rem) 100%, 0% 100%);
  }
  body.interview.index .artVox .item .inner .imgVox .txtVox .nameVox {
    margin-bottom: 2rem;
  }
  body.interview.index .artVox .item .inner .imgVox .txtVox .nameVox .date {
    font-size: 2rem;
    padding: 0.2em 0.8em;
    margin-right: 2rem;
  }
  body.interview.index .artVox .item .inner .imgVox .txtVox .nameVox .name {
    font-size: 4.4rem;
  }
  body.interview.index .artVox .item .inner .imgVox .txtVox .dept {
    font-size: 2.6rem;
  }
  body.interview.index .artVox .item .inner .imgVox .txtVox .dept .txt01 {
    padding-bottom: 0.35em;
    margin-bottom: 0.35em;
  }
  body.interview.index .artVox .item .inner .mainTxt {
    font-size: 2.6rem;
  }
  /* END body */
  /*
  * =====================================================
  *
  * [article]
  *
  * =====================================================
  */
  body.interview.article .mainArtHead {
    padding: 8.5rem 0 0;
  }
  body.interview.article .mainArtHead .mv {
    width: 66rem;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 19.5rem) 0%, 100% 50%, calc(100% - 19.5rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 19.5rem) 0%, 100% 50%, calc(100% - 19.5rem) 100%, 0% 100%);
  }
  body.interview.article .mainArtHead .txtVox {
    position: relative;
    z-index: 5;
    width: 80rem;
    padding: 3.5rem 10rem 3.5rem 4.5rem;
    margin: -12rem 0 0 3rem;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 15.2rem) 0%, 100% 50%, calc(100% - 15.2rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 15.2rem) 0%, 100% 50%, calc(100% - 15.2rem) 100%, 0% 100%);
  }
  body.interview.article .mainArtHead .txtVox .nameVox {
    margin-bottom: 2rem;
  }
  body.interview.article .mainArtHead .txtVox .nameVox .txt01 {
    font-size: 1.6rem;
  }
  body.interview.article .mainArtHead .txtVox .nameVox .name {
    font-size: 3.4rem;
    margin-left: 3rem;
    padding-left: 6.2rem;
  }
  body.interview.article .mainArtHead .txtVox .nameVox .name:before {
    width: 5rem;
  }
  body.interview.article .mainArtHead .txtVox .mainTxt.spS {
    font-size: 3.2rem;
  }
  body.interview.article .mainArtHead .txtVox .foot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 0;
    gap: 1rem 0;
  }
  body.interview.article .mainArtHead .txtVox .foot > div {
    padding: 0;
  }
  body.interview.article .mainArtHead .txtVox .foot > div:first-child {
    padding: 0;
    min-width: 10.2rem;
    margin-right: 2rem;
  }
  body.interview.article .mainArtHead .txtVox .foot > div:not(:last-child) {
    border-right: 0;
  }
  body.interview.article .mainArtHead .txtVox .foot > div:nth-child(2) {
    width: auto;
  }
  body.interview.article .mainArtHead .txtVox .foot > div:nth-child(3) {
    width: 100%;
  }
  body.interview.article .mainArtHead .txtVox .foot .dateVox {
    margin-bottom: 0;
  }
  body.interview.article .mainArtHead .txtVox .foot .dateVox .date span {
    font-size: clamp(11px, 1.7rem, 17px);
    padding: 0.2em 0.7em;
  }
  body.interview.article .mainArtHead .txtVox .foot .dept {
    font-size: clamp(13px, 2rem, 20px);
  }
  body.interview.article .mainArtHead .txtVox .foot .dept01Vox {
    padding: 0;
    margin: 0;
  }
  body.interview.article .mainArtHead .txtVox .foot .dept02Vox {
    padding-top: 1.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid #fff;
  }
  body.interview.article .mainArtHead .txtVox .foot .dept02Vox .sub {
    font-size: clamp(11.5px, 1.7rem, 17px);
  }
  body.interview.article .mainArtHead .icoItem {
    top: auto;
    bottom: 16rem;
    right: 9rem;
    z-index: -1;
  }
  body.interview.article .mainArtHead .icoItem img {
    width: 9.6rem;
  }
  body.interview.article .mainArtHead .imgItem {
    position: absolute;
    top: 9rem;
    right: 17.6rem;
    z-index: -1;
  }
  body.interview.article .mainArtHead .imgItem img {
    width: 34.2rem;
  }
  body.interview.article .secWrap {
    margin-top: -9.5rem;
    padding: 19.5rem 0 16.5rem;
  }
  body.interview.article .secVox {
    width: 65rem;
  }
  body.interview.article .secVox .head h2 {
    font-size: 3.5rem;
    padding-left: 11.5rem;
  }
  body.interview.article .secVox .head h2:before {
    width: 9rem;
  }
  body.interview.article .secVox .txt01 {
    font-size: 2.6rem;
    padding: 0;
    line-height: 1.96;
  }
  body.interview.article .secVox .pht {
    margin: 10rem 0 0;
  }
  body.interview.article .secVox .pht01 {
    width: 100%;
  }
  body.interview.article .secVox .pht01.right {
    margin: 10rem 0 0;
  }
  body.interview.article .intSwiperVox {
    margin: 14rem auto 0;
    width: 61.3rem;
  }
  body.interview.article .intSwiperVox .swiper {
    width: 100%;
    overflow: visible;
  }
  body.interview.article .intSwiperVox .swiper .swiper-slide {
    padding: 0 1.75rem;
  }
  body.interview.article .intSwiperVox .swiper .item {
    width: 100%;
  }
  body.interview.article .intSwiperVox .swiper .item .inner {
    padding-top: 70%;
  }
  body.interview.article .intSwiperVox .swiper .item .inner .txtVox {
    padding: 0 0 3rem 3.8rem;
  }
  body.interview.article .intSwiperVox .swiper .item .inner .txtVox .date {
    margin-bottom: 1rem;
  }
  body.interview.article .intSwiperVox .swiper .item .inner .txtVox .date span {
    font-size: 2.1rem;
    padding: 0.1em 0.7em;
  }
  body.interview.article .intSwiperVox .swiper .item .inner .txtVox .nameVox {
    margin-bottom: 0.7rem;
  }
  body.interview.article .intSwiperVox .swiper .item .inner .txtVox .nameVox .txt01 {
    font-size: 2.8rem;
  }
  body.interview.article .intSwiperVox .swiper .item .inner .txtVox .nameVox .name {
    font-size: 3.9rem;
  }
  body.interview.article .intSwiperVox .swiper .item .inner .txtVox .dept {
    font-size: 2.8rem;
  }
  body.interview.article .intSwiperVox .swiper-button-next,
  body.interview.article .intSwiperVox .swiper-button-prev {
    display: none;
  }
  body.interview.article .intSwiperVox .swiper-pagination {
    position: static;
    width: 100%;
    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;
    margin: 3.5rem 0 0;
  }
  body.interview.article .intSwiperVox .swiper-pagination .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
    border: 1px solid #e94738;
    border-radius: 0;
    opacity: 1;
    background: none;
  }
  body.interview.article .intSwiperVox .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e94738;
  }
  /* END body */
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * [ceo-message]
 *
 * =====================================================
 */
body.ceo-message .mainArtHead,
body.company-head-message .mainArtHead {
  position: relative;
}
body.ceo-message .mainArtHead.message,
body.company-head-message .mainArtHead.message {
  padding: 9.5rem 0 0;
}
body.ceo-message .mainArtHead.message .mv,
body.company-head-message .mainArtHead.message .mv {
  position: relative;
  width: 99.8rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 14.6rem) 0%, 100% 50%, calc(100% - 14.6rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 14.6rem) 0%, 100% 50%, calc(100% - 14.6rem) 100%, 0% 100%);
}
body.ceo-message .mainArtHead.message .mv img,
body.company-head-message .mainArtHead.message .mv img {
  width: 100%;
}
body.ceo-message .mainArtHead.message .mv .txtVox,
body.company-head-message .mainArtHead.message .mv .txtVox {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 3rem 13rem 3rem 3.5rem;
  font-size: 1.8rem;
  font-weight: 400;
}
body.ceo-message .mainArtHead.message .mv .txtVox:after,
body.company-head-message .mainArtHead.message .mv .txtVox:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #6b6b6b;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
body.ceo-message .mainArtHead.message .mv .txtVox .inner,
body.company-head-message .mainArtHead.message .mv .txtVox .inner {
  position: relative;
  z-index: 2;
  border-left: 1px solid #fff;
  padding-left: 2rem;
}
body.ceo-message .mainArtHead.message .mv .txtVox .cName,
body.company-head-message .mainArtHead.message .mv .txtVox .cName {
  margin-bottom: 0.2em;
}
body.ceo-message .mainArtHead.message .mv .txtVox .job,
body.company-head-message .mainArtHead.message .mv .txtVox .job {
  margin-bottom: 0.2em;
}
body.ceo-message .mainArtHead.message .mv .txtVox .name,
body.company-head-message .mainArtHead.message .mv .txtVox .name {
  font-size: 2.9rem;
  letter-spacing: 0.06em;
}
body.ceo-message .mainArtHead.message .imgItem,
body.company-head-message .mainArtHead.message .imgItem {
  position: absolute;
  bottom: -14rem;
  right: 4rem;
  pointer-events: none;
}
body.ceo-message .mainArtHead.message .imgItem img,
body.company-head-message .mainArtHead.message .imgItem img {
  width: 34.2rem;
}
body.ceo-message .secWrap,
body.company-head-message .secWrap {
  margin-top: -20rem;
  padding: 30rem 0 16rem;
}
body.ceo-message .secWrap .pageList,
body.company-head-message .secWrap .pageList {
  width: 100rem;
  margin: 0 auto 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.ceo-message .secWrap .pageList li:not(:last-child),
body.company-head-message .secWrap .pageList li:not(:last-child) {
  margin-right: 8rem;
}
body.ceo-message .secWrap .pageList li a,
body.company-head-message .secWrap .pageList li a {
  font-size: 1.8rem;
  font-weight: 400;
  color: #8b8b8b;
  padding: 0.4em 0.25em;
}
body.ceo-message .secWrap .pageList li a.active,
body.company-head-message .secWrap .pageList li a.active {
  color: #000;
  border-bottom: 1px solid #000000;
}
body.ceo-message .secVox,
body.company-head-message .secVox {
  width: 100rem;
  margin: 0 auto;
}
body.ceo-message .secVox:not(:last-child),
body.company-head-message .secVox:not(:last-child) {
  margin-bottom: 10rem;
}
body.ceo-message .secVox .head,
body.company-head-message .secVox .head {
  margin-bottom: 9rem;
}
body.ceo-message .secVox .head h2,
body.company-head-message .secVox .head h2 {
  font-weight: 700;
  font-size: 5.8rem;
  letter-spacing: 0.05em;
}
body.ceo-message .secVox .txt01,
body.company-head-message .secVox .txt01 {
  font-size: 2.1rem;
  padding-left: 19rem;
  text-align: justify;
  line-height: 2.42;
  margin: 10rem 0 0;
}
body.ceo-message .secVox .txt01:first-of-type,
body.company-head-message .secVox .txt01:first-of-type {
  margin: 0;
}
body.ceo-message .secVox .txt01 + .txt01,
body.company-head-message .secVox .txt01 + .txt01 {
  margin-top: 6rem;
}
body.ceo-message .secVox .pht,
body.company-head-message .secVox .pht {
  margin: 8rem 0 0;
}
body.ceo-message .secVox .pht01,
body.company-head-message .secVox .pht01 {
  width: 62.9rem;
}
body.ceo-message .secVox .pht01.right,
body.company-head-message .secVox .pht01.right {
  margin: 8rem 0 0 auto;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  body.ceo-message .secWrap .pageList li a:hover,
  body.company-head-message .secWrap .pageList li a:hover {
    color: #000;
    border-bottom: 1px solid #000000;
  }
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.ceo-message .mainArtHead.message,
  body.company-head-message .mainArtHead.message {
    padding: 13rem 0 0;
  }
  body.ceo-message .mainArtHead.message .mv,
  body.company-head-message .mainArtHead.message .mv {
    width: 70.4rem;
  }
  body.ceo-message .mainArtHead.message .mv .txtVox,
  body.company-head-message .mainArtHead.message .mv .txtVox {
    padding: 3rem 12.5rem 3rem 3.5rem;
    font-size: 2.1rem;
  }
  body.ceo-message .mainArtHead.message .mv .txtVox .name,
  body.company-head-message .mainArtHead.message .mv .txtVox .name {
    font-size: 3.9rem;
    line-height: 1.3;
  }
  body.ceo-message .mainArtHead.message .imgItem,
  body.company-head-message .mainArtHead.message .imgItem {
    position: absolute;
    bottom: -24rem;
    right: -4rem;
  }
  body.ceo-message .mainArtHead.message .imgItem img,
  body.company-head-message .mainArtHead.message .imgItem img {
    width: 34.2rem;
  }
  body.ceo-message .secWrap,
  body.company-head-message .secWrap {
    width: 100%;
    margin-top: -18.5rem;
    padding: 26rem 0 16.5rem;
  }
  body.ceo-message .secWrap .pageList,
  body.company-head-message .secWrap .pageList {
    width: 100%;
    padding: 0 5rem;
    margin: 0 auto 14rem;
  }
  body.ceo-message .secWrap .pageList li:not(:last-child),
  body.company-head-message .secWrap .pageList li:not(:last-child) {
    margin-right: 6rem;
  }
  body.ceo-message .secWrap .pageList li a,
  body.company-head-message .secWrap .pageList li a {
    font-size: 2.6rem;
  }
  body.ceo-message .secVox,
  body.company-head-message .secVox {
    width: 65rem;
  }
  body.ceo-message .secVox .cntInner,
  body.company-head-message .secVox .cntInner {
    padding: 0;
  }
  body.ceo-message .secVox .head,
  body.company-head-message .secVox .head {
    margin-bottom: 6rem;
  }
  body.ceo-message .secVox .head h2,
  body.company-head-message .secVox .head h2 {
    font-size: 4.5rem;
  }
  body.ceo-message .secVox .txt01,
  body.company-head-message .secVox .txt01 {
    font-size: 2.6rem;
    padding: 0;
    line-height: 1.96;
  }
  body.ceo-message .secVox .pht,
  body.company-head-message .secVox .pht {
    margin: 10rem 0 0;
  }
  body.ceo-message .secVox .pht01,
  body.company-head-message .secVox .pht01 {
    width: 100%;
    margin: 10rem 0 0 -5.1rem;
  }
  body.ceo-message .secVox .pht01.spRight,
  body.company-head-message .secVox .pht01.spRight {
    margin: 10rem -5.1rem 0 auto;
  }
  /* END body */
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * [mvv]
 *
 * =====================================================
 */
body.mvv .mainArtHead {
  padding: 12rem 0 10rem;
}
body.mvv .mainArtHead .titleVoxS03 .inner:after {
  background: #e34738;
}
body.mvv .mainArtHead .titleVoxS03 .inner .ja {
  color: #fff;
}
body.mvv .firstVox {
  position: relative;
  text-align: center;
  padding: 11.5rem 0 10.5rem;
  margin-bottom: 13rem;
}
body.mvv .firstVox:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 135rem;
  height: 100%;
  background: #4d4d4d;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 22rem) 0%, 100% 50%, calc(100% - 22rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 22rem) 0%, 100% 50%, calc(100% - 22rem) 100%, 0% 100%);
  top: 0;
  right: 2rem;
  z-index: 1;
}
body.mvv .firstVox .cntInner {
  position: relative;
  z-index: 2;
}
body.mvv .firstVox .txtImg {
  margin-bottom: 3rem;
}
body.mvv .firstVox .txtImg img {
  width: 61rem;
}
body.mvv .firstVox .txt {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.44;
  color: #fff;
  letter-spacing: 0.06em;
}
body.mvv .firstVox .txt01 {
  margin-bottom: 5.5rem;
}
body.mvv .secWrap {
  padding: 17.5rem 0 16rem;
  margin-bottom: 13.5rem;
}
body.mvv .secVox {
  width: 90rem;
  margin: 0 auto;
}
body.mvv .secVox .head {
  margin-bottom: 9rem;
}
body.mvv .secVox .head h2 {
  text-align: center;
}
body.mvv .secVox .head h2 span {
  display: inline-block;
  width: 100%;
  font-size: clamp(18px, 2.1rem, 21px);
  font-weight: 700;
  color: #d84738;
  text-align: center;
  border: 2px solid #d84738;
  border-radius: 50px;
  padding: 0.55em 0;
}
body.mvv .introVox {
  margin-bottom: 17rem;
}
body.mvv .introVox .l {
  font-size: 3.46rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #d84738;
  margin-bottom: 5rem;
}
body.mvv .introVox .txt {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.14;
}
body.mvv .philVox {
  margin-bottom: 10rem;
}
body.mvv .philVox .vox {
  padding: 7rem 0 7.5rem;
  border-bottom: 1px solid #333333;
}
body.mvv .philVox .vox .titleVox {
  text-align: center;
  margin-bottom: 5.2rem;
}
body.mvv .philVox .vox .titleVox .l {
  color: #e94738;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.5;
}
body.mvv .philVox .vox .titleVox .s {
  font-size: clamp(13px, 1.6rem, 16px);
  font-weight: 700;
}
body.mvv .philVox .vox .catch {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.58;
}
body.mvv .philVox .vox .catchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0;
}
body.mvv .philVox .vox .catchList li {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
body.mvv .philVox .vox .exVox {
  padding: 5rem 5.5rem;
  margin: 7rem 0 0;
  background: #ececec;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.mvv .philVox .vox .exVox .item {
  width: 24.2rem;
}
body.mvv .philVox .vox .exVox .item h3 {
  text-align: center;
}
body.mvv .philVox .vox .exVox .item h3 span {
  display: inline-block;
  width: 100%;
  background: #ffc8c4;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 2.8rem;
  padding: 0.5em;
}
body.mvv .philVox .vox .exVox .item .txt {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.8;
}
body.mvv .philVox .vox01 {
  padding: 0 0 12rem;
}
body.mvv .philVox .vox01 .img {
  margin-bottom: 6.5rem;
}
body.mvv .philVox .vox01 .img img {
  width: 100%;
}
body.mvv .philVox .vox01 .txt {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.44;
}
body.mvv .modelVox .txt {
  line-height: 2.44;
  text-align: justify;
}
body.mvv .modelVox .txt + .txt {
  margin-top: 4rem;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.mvv .mainArtHead {
    padding: 15rem 0 8rem;
  }
  body.mvv .firstVox {
    text-align: left;
    padding: 6.8rem 5.2rem 6.3rem;
    margin-bottom: 8.5rem;
  }
  body.mvv .firstVox:before {
    width: 76rem;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 18rem) 0%, 100% 50%, calc(100% - 18rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 18rem) 0%, 100% 50%, calc(100% - 18rem) 100%, 0% 100%);
    right: 1rem;
  }
  body.mvv .firstVox .cntInner {
    padding: 0;
    max-width: 55.6rem;
    margin: 0;
  }
  body.mvv .firstVox .txtImg {
    margin-bottom: 2.5rem;
  }
  body.mvv .firstVox .txtImg img {
    width: 47.2rem;
  }
  body.mvv .firstVox .txt {
    font-size: 2.6rem;
    line-height: 1.8;
  }
  body.mvv .firstVox .txt01 {
    margin-bottom: 3rem;
  }
  body.mvv .secWrap {
    padding: 12.5rem 0 20rem;
    margin-bottom: 10rem;
  }
  body.mvv .secVox {
    width: 65rem;
  }
  body.mvv .secVox .head {
    margin-bottom: 5rem;
  }
  body.mvv .secVox .head h2 span {
    width: auto;
    font-size: clamp(15px, 3.2rem, 32px);
    padding: 0.35em 2.1em;
  }
  body.mvv .introVox {
    margin-bottom: 12rem;
  }
  body.mvv .introVox .l {
    font-size: 4.3rem;
    margin-bottom: 4rem;
  }
  body.mvv .introVox .txt {
    font-size: 2.6rem;
    line-height: 1.73;
    max-width: 58rem;
  }
  body.mvv .philVox {
    margin-bottom: 15rem;
  }
  body.mvv .philVox .vox {
    padding: 7rem 0;
  }
  body.mvv .philVox .vox .titleVox {
    margin-bottom: 5rem;
  }
  body.mvv .philVox .vox .titleVox .l {
    font-size: 5.6rem;
  }
  body.mvv .philVox .vox .titleVox .s {
    font-size: clamp(12px, 2.3rem, 23px);
  }
  body.mvv .philVox .vox .catch {
    font-size: 3.8rem;
  }
  body.mvv .philVox .vox .catchList {
    display: block;
  }
  body.mvv .philVox .vox .catchList li {
    text-align: center;
    font-size: 3.8rem;
  }
  body.mvv .philVox .vox .exVox {
    padding: 9rem 5.5rem;
    margin: 7.5rem 0 0;
    display: block;
  }
  body.mvv .philVox .vox .exVox .item {
    width: 100%;
  }
  body.mvv .philVox .vox .exVox .item:not(:last-child) {
    margin-bottom: 12rem;
  }
  body.mvv .philVox .vox .exVox .item h3 span {
    width: 36.4rem;
    font-size: 2.6rem;
    margin-bottom: 4.5rem;
    padding: 0.63em 0.5em;
  }
  body.mvv .philVox .vox .exVox .item .txt {
    font-size: 2.6rem;
    line-height: 2;
  }
  body.mvv .philVox .vox01 {
    padding: 0 0 12rem;
  }
  body.mvv .philVox .vox01 .img {
    margin-bottom: 6.5rem;
  }
  body.mvv .philVox .vox01 .img img {
    width: 100%;
  }
  body.mvv .philVox .vox01 .txt {
    font-size: 2.6rem;
    line-height: 2;
  }
  body.mvv .philVox .vox04 {
    padding-bottom: 15rem;
  }
  body.mvv .modelVox .txt {
    line-height: 2;
  }
  body.mvv .modelVox .txt + .txt {
    margin-top: 10rem;
  }
  /* END body */
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * [special]
 *
 * =====================================================
 */
body.special .mainArtHeadS01 {
  padding: 6rem 0;
}
body.special .secVox .cntInner {
  max-width: 93rem;
}
body.special .secVox .imgItem {
  position: absolute;
}
body.special .secVox .imgItem .img_item01 {
  width: 15.5rem;
}
body.special .secVox .imgItem .img_item02 {
  width: 12rem;
}
body.special .secVox .head {
  position: relative;
  padding: 12rem 0 10rem;
}
body.special .secVox .head .txtVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15rem;
}
body.special .secVox .head .txt01 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 2.3;
}
body.special .secVox .head .txt01 span {
  line-height: 1.8;
}
body.special .secVox .head .txt01 span:nth-child(1) {
  line-height: 1.6;
}
body.special .secVox .head .txt01 span:nth-child(2), body.special .secVox .head .txt01 span:nth-child(3), body.special .secVox .head .txt01 span:nth-child(4) {
  display: block;
  font-size: 4.4rem;
  color: #e14738;
  letter-spacing: 0.07em;
}
body.special .secVox .head .txt01 span:nth-child(2) span, body.special .secVox .head .txt01 span:nth-child(3) span, body.special .secVox .head .txt01 span:nth-child(4) span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, transparent), color-stop(0%, #eeeeee));
  background-image: linear-gradient(transparent 56%, #eeeeee 0%);
  padding: 0.1em 0.45em;
  line-height: 2.06;
}
body.special .secVox .head h2 {
  text-align: center;
}
body.special .secVox .head h2 span {
  display: inline-block;
  width: 90rem;
  color: #d84738;
  font-size: 2.1rem;
  font-weight: 700;
  border: 2px solid #d84738;
  border-radius: 50px;
  padding: 0.55em;
}
body.special .secVox .head .imgItem {
  top: 13.5rem;
  left: 12.6rem;
}
body.special .secVox .subSec {
  position: relative;
  padding: 5rem 0;
  background: #c8c8c8;
  overflow: hidden;
}
body.special .secVox .subSec + .subSec {
  margin: 12rem 0 0;
}
body.special .secVox .subSec .cntInner {
  position: relative;
  z-index: 2;
}
body.special .secVox .subSec .subHead {
  margin-bottom: 2.5rem;
}
body.special .secVox .subSec .subHead .titleVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #Fff;
  background: #e14738;
  width: 65.5rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 3.5rem) 0%, 100% 50%, calc(100% - 3.5rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 3.5rem) 0%, 100% 50%, calc(100% - 3.5rem) 100%, 0% 100%);
  padding: 2rem 4.8rem;
}
body.special .secVox .subSec .subHead .titleVox .num {
  font-family: Verdana, sans-serif;
  font-size: 5.6rem;
  line-height: 1;
  margin-right: 5rem;
  font-weight: 700;
}
body.special .secVox .subSec .subHead .titleVox h3 {
  font-size: 3.2rem;
  font-weight: 700;
}
body.special .secVox .subSec .secNum {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-family: Verdana, sans-serif;
  font-size: 32.9rem;
  font-weight: bold;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.4);
}
body.special .secVox .subSec .imgItem {
  top: 2.6rem;
  left: 2.4rem;
}
body.special .secVox .footVox {
  position: relative;
  padding: 13.5rem 0 17rem;
}
body.special .secVox .footVox .txtVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.special .secVox .footVox .txtVox .txt01 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 2.3;
}
body.special .secVox .footVox .txtVox .txt01 span {
  line-height: 1.8;
}
body.special .secVox .footVox .txtVox .txt01 span:nth-child(2), body.special .secVox .footVox .txtVox .txt01 span:nth-child(3), body.special .secVox .footVox .txtVox .txt01 span:nth-child(4) {
  display: block;
  font-size: 4.4rem;
  color: #e14738;
  letter-spacing: 0.07em;
}
body.special .secVox .footVox .txtVox .txt01 span:nth-child(2) span, body.special .secVox .footVox .txtVox .txt01 span:nth-child(3) span, body.special .secVox .footVox .txtVox .txt01 span:nth-child(4) span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, transparent), color-stop(0%, #eeeeee));
  background-image: linear-gradient(transparent 56%, #eeeeee 0%);
  padding: 0.1em 0.45em;
  line-height: 2.06;
}
body.special .secVox .footVox .txtVox .txt01 span:nth-child(5) {
  color: #e14738;
  display: block;
  font-size: 4rem;
  margin: 1rem 0 7rem;
  border-bottom: 3px solid #e14738;
}
body.special .secVox .footVox .imgItem {
  top: 20.4rem;
  left: 12rem;
}
body.special .pageLinkVox {
  width: 117.6rem;
  margin: 20rem auto 0;
}
body.special .pageLinkVox .list {
  gap: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.special .pageLinkVox li {
  width: 58rem;
}
body.special .pageLinkVox li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 48.3%;
}
body.special .pageLinkVox li a:after {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../../images/content/content/bg_link_s02.png) center/cover no-repeat;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
body.special .pageLinkVox li a .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.special .pageLinkVox li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.special .pageLinkVox li a .txt {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.special .pageLinkVox li a .txt span {
  position: relative;
  display: inline-block;
}
body.special .pageLinkVox li a .txt span:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 2.6rem;
  height: 2.8rem;
  background: url(../../images/content/content/arrow03_w.svg) center/contain no-repeat;
  top: 0.3rem;
  bottom: 0;
  right: -4.5rem;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.special .titleVoxS02 .inner:before {
    right: -1.2rem;
  }
  body.special .mainArtHeadS01 {
    padding: 13rem 0 7rem;
  }
  body.special .secVox .cntInner {
    max-width: 67rem;
    padding: 0;
  }
  body.special .secVox .imgItem .img_item01 {
    width: 16rem;
  }
  body.special .secVox .imgItem .img_item02 {
    display: none;
  }
  body.special .secVox .head {
    padding: 12rem 0 7rem;
  }
  body.special .secVox .head .txtVox {
    margin-bottom: 9rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body.special .secVox .head .txt01 {
    line-height: 2;
  }
  body.special .secVox .head .txt01 span:nth-child(2), body.special .secVox .head .txt01 span:nth-child(3), body.special .secVox .head .txt01 span:nth-child(4) {
    font-size: 4.5rem;
  }
  body.special .secVox .head .txt01 span:nth-child(2) span, body.special .secVox .head .txt01 span:nth-child(3) span, body.special .secVox .head .txt01 span:nth-child(4) span {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, transparent), color-stop(0%, #eeeeee));
    background-image: linear-gradient(transparent 56%, #eeeeee 0%);
    padding: 0.1em 0.45em;
    line-height: 1.9;
  }
  body.special .secVox .head h2 {
    text-align: center;
  }
  body.special .secVox .head h2 span {
    width: 100%;
    font-size: 2.9rem;
    padding: 0.6em;
  }
  body.special .secVox .head .imgItem {
    top: 4rem;
    left: 52rem;
  }
  body.special .secVox .subSec {
    padding: 7rem 0 0;
  }
  body.special .secVox .subSec + .subSec {
    margin: 0;
  }
  body.special .secVox .subSec.last {
    padding-bottom: 8.5rem;
  }
  body.special .secVox .subSec .subHead {
    margin-bottom: 2.5rem;
  }
  body.special .secVox .subSec .subHead .titleVox {
    padding: 1.8rem 4.8rem;
  }
  body.special .secVox .subSec .secNum {
    display: none;
  }
  body.special .secVox .subSec .imgItem {
    top: 2.6rem;
    left: 2.4rem;
  }
  body.special .secVox .footVox {
    padding: 9rem 0 12.5rem;
  }
  body.special .secVox .footVox .txtVox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body.special .secVox .footVox .txtVox .txt01 span:nth-child(2), body.special .secVox .footVox .txtVox .txt01 span:nth-child(3), body.special .secVox .footVox .txtVox .txt01 span:nth-child(4) {
    font-size: 4.5rem;
  }
  body.special .secVox .footVox .txtVox .txt01 span:nth-child(5) {
    font-size: 4.2rem;
    margin: 0 0 6.5rem;
  }
  body.special .secVox .footVox .imgItem {
    display: none;
  }
  body.special .pageLinkVox {
    width: 100%;
    margin: 18rem auto 0;
  }
  body.special .pageLinkVox .list {
    display: block;
  }
  body.special .pageLinkVox li {
    width: 100%;
  }
  body.special .pageLinkVox li:not(:last-child) {
    margin-bottom: 8rem;
  }
  body.special .pageLinkVox li a {
    font-size: 5rem;
    font-weight: 700;
    padding-top: 54.668%;
  }
  body.special .pageLinkVox li a:after {
    background: url(../../images/content/content/bg_link_s01_sp.png) center/cover no-repeat;
  }
  body.special .pageLinkVox li a .txt span:after {
    width: 4.4rem;
    height: 4.6rem;
    right: -8rem;
  }
  /* END body */
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * [benefits]
 *
 * =====================================================
 */
body.benefits .secWrap {
  padding: 14.5rem 0 18rem;
  margin-bottom: 18rem;
}
body.benefits .secWrap .firstTxt {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.19;
  width: 90.4rem;
  margin: 0 auto 5.5rem;
  letter-spacing: 0.06em;
}
body.benefits .secVox {
  width: 90.4rem;
  margin: 0 auto;
  background: #ececec;
  padding: 6rem 0 7.5rem;
}
body.benefits .secVox .cntInner {
  padding: 0 8rem;
  max-width: 100%;
}
body.benefits .secVox + .secVox {
  margin-top: 6rem;
}
body.benefits .secVox .head {
  margin-bottom: 4.5rem;
}
body.benefits .secVox .head .titleVox {
  background: #e74738;
  color: #fff;
  border-radius: 200px;
  text-align: center;
  padding: 1.05rem 0;
}
body.benefits .secVox .head .titleVox .s {
  font-size: 2.1rem;
  font-weight: 700;
}
body.benefits .secVox .head .titleVox .l {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.4;
}
body.benefits .secVox .cnt .txt01 {
  font-size: 1.7rem;
  line-height: 2.64;
  margin-bottom: 4.5rem;
}
body.benefits .secVox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
body.benefits .secVox .list.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.benefits .secVox .list li {
  width: 34.7rem;
  height: 10rem;
  color: #d84738;
  border: 1px solid #d84738;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #fff;
}
body.benefits .secVox .list li span {
  display: block;
}
body.benefits .secVox .list li span .l {
  font-size: 2.6rem;
  line-height: 1.45;
}
body.benefits .secVox .list li span .s {
  font-size: 1.6rem;
}
body.benefits .secVox .img01 {
  text-align: center;
  margin: 3.5rem 0 0;
}
body.benefits .secVox .img01 img {
  width: 84rem;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.benefits .titleVoxS02 .inner:before {
    right: -1.2rem;
  }
  body.benefits .titleVoxS02 .ja {
    font-size: 6rem;
  }
  body.benefits .secWrap {
    padding: 12rem 0 18rem;
  }
  body.benefits .secWrap .firstTxt {
    font-size: 3.2rem;
    line-height: 1.8;
    width: 100%;
    padding: 0 5rem;
    margin: 0 auto 6rem;
  }
  body.benefits .secVox {
    width: 65.4rem;
    padding: 6.5rem 0 7.5rem;
  }
  body.benefits .secVox .cntInner {
    padding: 0 4.2rem;
    max-width: 100%;
  }
  body.benefits .secVox + .secVox {
    margin-top: 4.8rem;
  }
  body.benefits .secVox .head {
    margin-bottom: 5rem;
  }
  body.benefits .secVox .head .titleVox {
    padding: 1.05rem 0;
  }
  body.benefits .secVox .head .titleVox .s {
    font-size: 2.9rem;
  }
  body.benefits .secVox .head .titleVox .l {
    font-size: 4.5rem;
  }
  body.benefits .secVox .cnt .txt01 {
    font-size: 2.6rem;
    line-height: 1.96;
  }
  body.benefits .secVox .list {
    display: block;
  }
  body.benefits .secVox .list li {
    width: 44.4rem;
    margin: 0 auto;
    height: 12.7rem;
  }
  body.benefits .secVox .list li:not(:last-child) {
    margin-bottom: 3.8rem;
  }
  body.benefits .secVox .list li span .l {
    font-size: 3.3rem;
  }
  body.benefits .secVox .list li span .s {
    font-size: clamp(11px, 2.1rem, 21px);
  }
  body.benefits .secVox .img01 {
    padding: 0 4.2rem;
  }
  /* END body */
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * [recruit-info]
 *
 * =====================================================
 */
body.recruit-info .secWrapS01 {
  padding: 9rem 0 13rem;
}
body.recruit-info .secVox {
  width: 87rem;
  margin: 0 auto;
}
body.recruit-info .secVox:not(:last-child) {
  margin-bottom: 10rem;
}
body.recruit-info .secVox .head {
  margin-bottom: 2.5rem;
}
body.recruit-info .secVox .noteList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 0 0;
}
body.recruit-info .secVox .noteList li {
  font-size: 1.5rem;
}
body.recruit-info .secVox .noteList li:not(:last-child) {
  margin-right: 4rem;
}
body.recruit-info .sec03 .listVox {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 2.5rem 0;
}
body.recruit-info .sec03 .list {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1875;
}
body.recruit-info .sec03 .list.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.recruit-info .sec03 .list:nth-child(3) {
  margin: 4.2rem 0;
}
body.recruit-info .sec03 .list:nth-child(6) {
  margin: 0 0 4.2rem;
}
body.recruit-info .sec03 .list > dt {
  margin-right: 0.2em;
}
body.recruit-info .sec03 .list .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.recruit-info .secWrapS01 {
    padding: 12rem 0 10rem;
  }
  body.recruit-info .secVox {
    width: 65rem;
    margin: 0 auto;
  }
  body.recruit-info .secVox:not(:last-child) {
    margin-bottom: 12rem;
  }
  body.recruit-info .secVox .cntInner {
    padding: 0;
  }
  body.recruit-info .secVox .head {
    text-align: center;
    margin-bottom: 4.5rem;
  }
  body.recruit-info .secVox .noteList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4rem 0 0;
  }
  body.recruit-info .secVox .noteList li {
    font-size: clamp(12px, 1.8rem, 18px);
  }
  body.recruit-info .sec03 .listVox {
    padding: 6.5rem 0;
  }
  body.recruit-info .sec03 .list {
    font-size: 2.6rem;
    line-height: 1.76;
  }
  body.recruit-info .sec03 .list.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.recruit-info .sec03 .list:nth-child(3) {
    margin: 5.5rem 0;
  }
  body.recruit-info .sec03 .list:nth-child(6) {
    margin: 0 0 5.5rem;
  }
  body.recruit-info .sec03 .list > dt {
    margin-right: 0.2em;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  body.recruit-info .sec03 .list .child {
    display: block;
  }
  body.recruit-info .sec03 .list .child dt {
    display: inline;
  }
  body.recruit-info .sec03 .list .child dd {
    display: inline;
  }
  /* END body */
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * [company-profile]
 *
 * =====================================================
 */
body.company-profile .secWrapS01 {
  padding: 17rem 0 13rem;
}
body.company-profile .secWrapS01 + .secWrapS01 {
  margin-top: 2.5rem;
}
body.company-profile .secVox {
  width: 87rem;
  margin: 0 auto;
}
body.company-profile .secVox:not(:last-child) {
  margin-bottom: 10rem;
}
body.company-profile .secVox .head {
  margin-bottom: 2.5rem;
}
body.company-profile .secVox .listS01 .childList li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
body.company-profile .secVox .listS01 .childList02 {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.company-profile .secVox .listS01 .childList02 dt {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-right: 0.2em;
}
body.company-profile .CSystemVox {
  width: 78rem;
}
body.company-profile .CSystemVox .head {
  margin-bottom: 4.5rem;
}
body.company-profile .CSystemVox .h2S01 span {
  display: block;
  text-align: center;
}
body.company-profile .CSystemVox .txt01 {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 2.5rem;
}
body.company-profile .CSystemVox .note {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 9rem;
}
body.company-profile .CSystemVox .vox {
  position: relative;
  background: #ececec;
  border: 1px solid #e94738;
  padding: 6.5rem 7.5rem;
}
body.company-profile .CSystemVox .vox:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 44.5rem;
  height: 1px;
  background: #fff;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 2;
}
body.company-profile .CSystemVox .vox h3 {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  color: #d84738;
  font-size: 2.9rem;
  font-weight: 700;
}
body.company-profile .CSystemVox .vox .itemVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.company-profile .CSystemVox .vox .itemVox .item {
  width: 30.6rem;
  height: 23.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.65;
}
body.company-profile .CSystemVox .vox .itemVox .item:nth-child(1) {
  background: #d84738;
  color: #fff;
}
body.company-profile .CSystemVox .vox .itemVox .item:nth-child(2) {
  background: #fff;
  color: #bcbcbc;
}
body.company-profile .CSystemVox .vox .itemVox .item span {
  font-size: 2.4rem;
  font-weight: 700;
}
body.company-profile .otherVoxS01 {
  margin: 17rem 0 0;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.company-profile .secWrapS01 {
    padding: 13rem 0 15rem;
  }
  body.company-profile .secWrapS01 + .secWrapS01 {
    margin-top: 3rem;
  }
  body.company-profile .secVox {
    width: 65rem;
  }
  body.company-profile .secVox .cntInner {
    padding: 0;
  }
  body.company-profile .secVox:not(:last-child) {
    margin-bottom: 14rem;
  }
  body.company-profile .secVox .head {
    margin-bottom: 4.5rem;
    text-align: center;
  }
  body.company-profile .secVox .listS01 .childList02 {
    display: block;
  }
  body.company-profile .CSystemVox {
    width: 65rem;
  }
  body.company-profile .CSystemVox .head {
    margin-bottom: 5rem;
  }
  body.company-profile .CSystemVox .txt01 {
    font-weight: 500;
    margin-bottom: 3rem;
  }
  body.company-profile .CSystemVox .note {
    font-size: 2.6rem;
    margin-bottom: 6.5rem;
  }
  body.company-profile .CSystemVox .vox {
    padding: 6rem 6rem;
  }
  body.company-profile .CSystemVox .vox:after {
    width: 44.5rem;
  }
  body.company-profile .CSystemVox .vox h3 {
    font-size: 3.1rem;
  }
  body.company-profile .CSystemVox .vox .itemVox .item {
    width: 25rem;
    height: 19.5rem;
  }
  body.company-profile .CSystemVox .vox .itemVox .item span {
    font-size: 2.5rem;
  }
  body.company-profile .otherVoxS01 {
    margin: 16rem 0 0;
  }
  /* END body */
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * [education]
 *
 * =====================================================
 */
body.education .secWrapS01 {
  padding: 14.5rem 0 13rem;
  margin-bottom: 12rem;
}
body.education .secVox {
  width: 90.4rem;
  margin: 0 auto;
}
body.education .secVox:not(:last-child) {
  margin-bottom: 12rem;
}
body.education .secVox .title02 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
body.education .secVox .title03 {
  text-align: center;
  font-size: 3.7rem;
  color: #fff;
  background-color: #e94738;
  border-radius: 6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 1.5rem 2rem;
  font-weight: bold;
}
body.education .secVox .title03 span {
  font-size: 2.1rem;
  display: block;
}
body.education .sec01 .head {
  margin-bottom: 8rem;
}
body.education .sec01 .head h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.74;
  margin-bottom: 3.8rem;
  letter-spacing: 0.05em;
}
body.education .sec01 .head .sub {
  font-size: 2.1rem;
  line-height: 2.14;
  font-weight: bold;
}
body.education .sec01 .pointVox {
  border: 1px solid #707070;
}
body.education .sec01 .pointVox header {
  background: #ffc6c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 4.6rem;
}
body.education .sec01 .pointVox header .point {
  margin-right: 3rem;
}
body.education .sec01 .pointVox header .point img {
  width: 20.9rem;
}
body.education .sec01 .pointVox header h3 {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
body.education .sec01 .pointVox .pCnt {
  padding: 3.2rem 4.5rem;
}
body.education .sec01 .pointVox .pCnt p {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.7;
}
body.education .stepVox .head {
  margin-bottom: 4.2rem;
}
body.education .stepVox .stepItemVox {
  background: #ffc8c4;
  padding: 2.5rem;
}
body.education .stepVox .stepItemVox .item {
  margin-bottom: 1.3rem;
}
body.education .stepVox .stepItemVox .item01 {
  padding: 3rem 5rem 8rem;
  background: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 7.4rem), 50% 100%, 0 calc(100% - 7.4rem));
          clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 7.4rem), 50% 100%, 0 calc(100% - 7.4rem));
}
body.education .stepVox .stepItemVox .item01.last {
  -webkit-clip-path: none;
          clip-path: none;
  padding-bottom: 3.5rem;
}
body.education .stepVox .stepItemVox .item01.last .numVox {
  margin-bottom: 1rem;
}
body.education .stepVox .stepItemVox .item01.last .iCnt .vox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.education .stepVox .stepItemVox .item01 .numVox {
  padding-bottom: 1.5rem;
  margin-bottom: 4.2rem;
  border-bottom: 1px solid #333333;
}
body.education .stepVox .stepItemVox .item01 .numVox .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #d84738;
  line-height: 1;
  font-weight: 700;
}
body.education .stepVox .stepItemVox .item01 .numVox .step .en {
  font-size: 2.6rem;
  margin-right: 1rem;
}
body.education .stepVox .stepItemVox .item01 .numVox .step .num {
  font-size: 5.6rem;
  font-family: Verdana, sans-serif;
}
body.education .stepVox .stepItemVox .item01 .iCnt > h3 {
  font-weight: 700;
  font-size: 3.4rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 3rem;
}
body.education .stepVox .stepItemVox .item01 .iCnt > h3 .s {
  font-size: 2rem;
  padding-left: 0.3em;
  display: block;
}
body.education .stepVox .stepItemVox .item01 .iCnt .vox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
body.education .stepVox .stepItemVox .item01 .iCnt .vox:last-of-type {
  margin-bottom: 0;
}
body.education .stepVox .stepItemVox .item01 .iCnt .vox .img {
  width: 29rem;
}
body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox {
  width: 43.2rem;
}
body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox .sub {
  font-size: 2rem;
  font-weight: 700;
}
body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox h3 {
  font-weight: 700;
  font-size: 3.4rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox h3 .s {
  font-size: 2rem;
  padding-left: 0.3em;
}
body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox h4 {
  font-weight: 700;
  font-size: 2.7rem;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
  margin-top: 3rem;
}
body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox h4:first-of-type {
  margin-top: 0;
}
body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox .txt {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.06em;
}
body.education .stepVox .stepItemVox .item02 {
  width: 75.8rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: #d84738;
  padding: 5rem 7rem 2.5rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 6.5rem), 50% 100%, 0 calc(100% - 6.5rem));
          clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 6.5rem), 50% 100%, 0 calc(100% - 6.5rem));
}
body.education .stepVox .stepItemVox .item02 h3 {
  text-align: center;
}
body.education .stepVox .stepItemVox .item02 h3 span {
  position: relative;
  display: inline-block;
  font-size: 3.3rem;
  font-weight: 700;
  padding: 0 6rem;
  margin-bottom: 3rem;
}
body.education .stepVox .stepItemVox .item02 h3 span:before, body.education .stepVox .stepItemVox .item02 h3 span:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 7rem;
  height: 1px;
  background: #fff;
}
body.education .stepVox .stepItemVox .item02 h3 span:before {
  bottom: 30%;
  left: -1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.education .stepVox .stepItemVox .item02 h3 span:after {
  bottom: 30%;
  right: -1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.education .stepVox .stepItemVox .item02 .txt {
  margin-bottom: 2.5rem;
  line-height: 1.9;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body.education .stepVox .stepItemVox .item02 .lets {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}
body.education .stepVox .stepItemVox .item02 .lets span {
  position: relative;
  display: inline-block;
  padding-bottom: 4rem;
}
body.education .stepVox .stepItemVox .item02 .lets span:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 3.4rem;
  height: 2.9rem;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/content/education/arrow.svg) center/contain no-repeat;
}
body.education .supportVox .secVox .title02 {
  margin-bottom: 0;
}
body.education .supportVox .head {
  margin-bottom: 4.2rem;
}
body.education .supportVox .vox {
  background: #ffc6c2;
  padding: 3rem 3.5rem 6rem;
}
body.education .supportVox .itemVox {
  margin-bottom: 4rem;
}
body.education .supportVox .itemVox .img:not(:last-child) {
  margin-bottom: -1.5rem;
}
body.education .supportVox .l {
  font-size: 3rem;
  max-width: 62rem;
  margin: 0 auto;
  font-weight: 700;
}
body.education .supportVox .l > span {
  display: block;
  text-align: left;
}
body.education .supportVox .l > span:not(:last-child) {
  margin-bottom: 0.3em;
}
body.education .supportVox .l > span span {
  border-bottom: 4px dotted #333;
  padding: 0 0.3em;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.education .secWrapS01 {
    padding: 13rem 0 18rem;
    margin-bottom: 18rem;
  }
  body.education .secVox {
    width: 65rem;
  }
  body.education .secVox:not(:last-child) {
    margin-bottom: 12rem;
  }
  body.education .secVox .cntInner {
    padding: 0;
  }
  body.education .secVox .title02 {
    font-size: 4rem;
  }
  body.education .secVox .title03 {
    font-size: 4rem;
    padding: 1.5rem 2rem 2rem;
    margin-bottom: 5rem;
  }
  body.education .secVox .title03 span {
    font-size: 2.3rem;
  }
  body.education .sec01 .head {
    margin-bottom: 6.5rem;
  }
  body.education .sec01 .head h2 {
    font-size: 4rem;
    margin-bottom: 3.5rem;
  }
  body.education .sec01 .head .sub {
    font-size: 2.6rem;
    line-height: 1.7;
  }
  body.education .sec01 .pointVox header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.4rem 3rem;
  }
  body.education .sec01 .pointVox header .point {
    margin-right: 1.6rem;
  }
  body.education .sec01 .pointVox header .point img {
    width: 17.2rem;
  }
  body.education .sec01 .pointVox header h3 {
    font-size: 4rem;
    line-height: 1.5;
  }
  body.education .sec01 .pointVox .pCnt {
    padding: 4.5rem;
    text-align: justify;
  }
  body.education .sec01 .pointVox .pCnt p {
    font-size: 2.6rem;
  }
  body.education .stepVox .head {
    margin-bottom: 4rem;
  }
  body.education .stepVox .stepItemVox {
    padding: 2.5rem 2.5rem;
  }
  body.education .stepVox .stepItemVox .item {
    margin-bottom: 2rem;
  }
  body.education .stepVox .stepItemVox .item01 {
    padding: 3rem 3.5rem 8rem;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 5.2rem), 50% 100%, 0 calc(100% - 5.2rem));
            clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 5.2rem), 50% 100%, 0 calc(100% - 5.2rem));
  }
  body.education .stepVox .stepItemVox .item01.last {
    padding-bottom: 5rem;
  }
  body.education .stepVox .stepItemVox .item01.last .numVox {
    margin-bottom: 4.5rem;
  }
  body.education .stepVox .stepItemVox .item01 .numVox {
    padding-bottom: 1.8rem;
    margin-bottom: 4.5rem;
  }
  body.education .stepVox .stepItemVox .item01 .iCnt > h3 {
    font-size: 3.4rem;
  }
  body.education .stepVox .stepItemVox .item01 .iCnt > h3 .s {
    font-size: 2.3rem;
    display: inline-block;
  }
  body.education .stepVox .stepItemVox .item01 .iCnt .vox {
    display: block;
    margin-bottom: 8rem;
  }
  body.education .stepVox .stepItemVox .item01 .iCnt .vox .img {
    width: 100%;
    margin: 0 auto 3.5rem;
  }
  body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox {
    width: 100%;
  }
  body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox .sub {
    max-width: 43rem;
    margin: 0 auto;
  }
  body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox h3 {
    text-align: center;
    font-size: 3.4rem;
  }
  body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox h3 .s {
    font-size: 2.3rem;
  }
  body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox h4 {
    font-size: 3.4rem;
    text-align: center;
  }
  body.education .stepVox .stepItemVox .item01 .iCnt .vox .txtVox .txt {
    font-size: 2.6rem;
  }
  body.education .stepVox .stepItemVox .item02 {
    width: 100%;
    padding: 5rem 3.4rem 2.5rem;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 5.2rem), 50% 100%, 0 calc(100% - 5.2rem));
            clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 5.2rem), 50% 100%, 0 calc(100% - 5.2rem));
    text-align: justify;
  }
  body.education .stepVox .stepItemVox .item02 h3 span {
    display: block;
    font-size: 3.2rem;
    padding: 0 3rem;
    margin-bottom: 4.5rem;
  }
  body.education .stepVox .stepItemVox .item02 h3 span:before {
    bottom: 27%;
    left: -1.8rem;
  }
  body.education .stepVox .stepItemVox .item02 h3 span:after {
    bottom: 27%;
    right: -1.8rem;
  }
  body.education .stepVox .stepItemVox .item02 .txt {
    margin-bottom: 2.6rem;
    line-height: 1.7;
  }
  body.education .stepVox .stepItemVox .item02 .lets {
    font-size: 3.7rem;
  }
  body.education .supportVox .head {
    margin-bottom: 4rem;
  }
  body.education .supportVox .vox {
    padding: 3rem 2.5rem 5rem;
  }
  body.education .supportVox .itemVox img {
    min-width: 63.7rem;
  }
  body.education .supportVox .l {
    font-size: 2.85rem;
    max-width: 60rem;
  }
  body.education .supportVox .l > span span {
    border-bottom: 2px dotted #333;
  }
  /* END body */
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * [entry]
 *
 * =====================================================
 */
body.entry .secWrapS01 {
  padding: 13rem 0 18rem;
  background: #e64738;
  color: #fff;
}
body.entry .secVox {
  width: 94rem;
  margin: 0 auto;
}
body.entry .secVox .head {
  margin-bottom: 8rem;
}
body.entry .secVox .head h2 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
}
body.entry .secVox .cnt h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
body.entry .secVox .cnt .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
body.entry .secVox .cnt .linkList li {
  width: 45.5rem;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.entry .secWrapS01 {
    padding: 13rem 0 17rem;
  }
  body.entry .secVox {
    width: 65rem;
  }
  body.entry .secVox .cntInner {
    padding: 0;
  }
  body.entry .secVox .head {
    margin-bottom: 8rem;
  }
  body.entry .secVox .head h2 {
    font-size: 3.2rem;
    text-align: left;
  }
  body.entry .secVox .cnt h3 {
    font-size: 4.5rem;
    margin-bottom: 4rem;
  }
  body.entry .secVox .cnt .linkList {
    display: block;
  }
  body.entry .secVox .cnt .linkList li {
    width: 100%;
  }
  body.entry .secVox .cnt .linkList li:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  /* END body */
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * [recruit-div]
 *
 * =====================================================
 */
body.recruit-div .otherVox {
  text-align: center;
  margin: 19rem 0 0;
}
body.recruit-div .otherVox .cntInner {
  max-width: 93rem;
  padding: 0;
}
body.recruit-div .otherVox h2 {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 6rem;
  font-family: Verdana, sans-serif;
}
body.recruit-div .otherVox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.recruit-div .otherVox .list li {
  width: 29.5rem;
}
body.recruit-div .otherVox .list li a {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  height: 0;
  padding-top: 62.1%;
}
body.recruit-div .otherVox .list li a::after {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(220, 71, 56, 0.8);
  top: 0;
  left: 0;
}
body.recruit-div .otherVox .list li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body.recruit-div .otherVox .list li a .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.recruit-div .otherVox .list li a .txt {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
body.recruit-div .otherVox .list li a .txt span {
  position: relative;
  display: inline-block;
  padding-right: 2.5rem;
}
body.recruit-div .otherVox .list li a .txt span:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 1.6rem;
  height: 1.7rem;
  background: url(../../images/content/content/arrow03_w.svg) center/contain no-repeat;
  top: 0.3rem;
  bottom: 0;
  right: 0;
}

/* END body */
/*
 * =====================================================
 *
 * [recruit-div index]
 *
 * =====================================================
 */
body.recruit-div.index .titleVoxS02 .ja {
  font-size: 6.7rem;
}
body.recruit-div.index .firstVox {
  margin-bottom: 11rem;
}
body.recruit-div.index .firstVox p {
  max-width: 72rem;
  margin: 0 auto;
  text-align: justify;
  line-height: 2.8;
}
body.recruit-div.index .discussionVox {
  margin-bottom: 16rem;
}
body.recruit-div.index .discussionVox .img {
  width: 113.5rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 16.6rem) 0%, 100% 50%, calc(100% - 16.6rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 16.6rem) 0%, 100% 50%, calc(100% - 16.6rem) 100%, 0% 100%);
}
body.recruit-div.index .discussionVox .txtVox {
  position: relative;
  z-index: 2;
  max-width: 80.5rem;
  margin: -20rem 0 0 auto;
  padding: 4.7rem 9rem 4.7rem 6rem;
  background: #dc4738;
  color: #fff;
}
body.recruit-div.index .discussionVox .txtVox .head {
  margin-bottom: 3rem;
}
body.recruit-div.index .discussionVox .txtVox .head h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.35em;
}
body.recruit-div.index .discussionVox .txtVox .head .sub {
  font-size: 2.1rem;
}
body.recruit-div.index .discussionVox .txtVox .cnt .txt {
  line-height: 2.4;
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
  font-weight: 400;
}
body.recruit-div.index .pointVox {
  padding-bottom: 14.5rem;
  width: 116.6rem;
  margin: 0 auto 16rem;
  border-bottom: 1px solid #333333;
}
body.recruit-div.index .pointVox .itemVox {
  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;
  max-width: 99.4rem;
  margin: 0 auto;
  gap: 6.5rem;
}
body.recruit-div.index .pointVox .itemVox .item {
  width: 46.3rem;
  background: #fff;
  padding: 3rem 3.5rem;
  text-align: center;
}
body.recruit-div.index .pointVox .itemVox .item .img {
  text-align: center;
  margin-bottom: 4rem;
}
body.recruit-div.index .pointVox .itemVox .item .img img {
  width: 26.6rem;
}
body.recruit-div.index .pointVox .itemVox .item h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.6em;
}
body.recruit-div.index .pointVox .itemVox .item .sub {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.85;
  margin-bottom: 0.9em;
}
body.recruit-div.index .pointVox .itemVox .item .txt {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 4.8rem;
  text-align: justify;
}
body.recruit-div.index .memberVox {
  width: 116.6rem;
  margin: 0 auto;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid #333333;
}
body.recruit-div.index .memberVox .head {
  padding-left: 10rem;
  margin-bottom: 10rem;
}
body.recruit-div.index .memberVox .head h2 {
  font-size: 4.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
body.recruit-div.index .memberVox .itemVox {
  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;
  gap: 7rem 0;
}
body.recruit-div.index .memberVox .itemVox .item {
  width: 56.2rem;
}
body.recruit-div.index .memberVox .itemVox .item:nth-child(even) {
  margin-top: -9.5rem;
}
body.recruit-div.index .memberVox .itemVox .item .inner {
  display: block;
}
body.recruit-div.index .memberVox .itemVox .item .top {
  position: relative;
  border: 1px solid #dc4738;
  width: calc(53rem + 2px);
  margin: 0 0 0 auto;
}
body.recruit-div.index .memberVox .itemVox .item .top .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 81.3%;
}
body.recruit-div.index .memberVox .itemVox .item .top .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.recruit-div.index .memberVox .itemVox .item .top .txtBg {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 2;
  top: 0;
  right: 0;
  height: 100%;
  width: 29.6rem;
  background: #d84738;
  mix-blend-mode: multiply;
}
body.recruit-div.index .memberVox .itemVox .item .top .txtVox {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100%;
  width: 29.6rem;
  margin: 0 0 0 auto;
  padding: 2rem 1rem 2rem 2.3rem;
  color: #fff;
}
body.recruit-div.index .memberVox .itemVox .item .top .txtVox .name {
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.2rem;
}
body.recruit-div.index .memberVox .itemVox .item .top .txtVox .listVox .list:not(:last-child) {
  margin-bottom: 1.3rem;
}
body.recruit-div.index .memberVox .itemVox .item .top .txtVox .listVox .list dt {
  margin-bottom: 0.7rem;
  line-height: 1;
}
body.recruit-div.index .memberVox .itemVox .item .top .txtVox .listVox .list dt span {
  line-height: 1.6;
  display: inline-block;
  min-width: 5.6rem;
  padding: 0 0.15em;
  text-align: center;
  background: #fff;
  color: #dc4738;
  font-size: 1.4rem;
  font-weight: 700;
}
body.recruit-div.index .memberVox .itemVox .item .top .txtVox .listVox .list dd {
  font-size: 1.55rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.375;
}
body.recruit-div.index .memberVox .itemVox .item .bottom {
  position: relative;
  z-index: 5;
  padding: 3rem 2.2rem;
  width: 53.5rem;
  background: #fff;
  margin-top: -4.7rem;
  border-radius: 30px;
}
body.recruit-div.index .memberVox .itemVox .item .bottom:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 5.2rem;
  height: 5.2rem;
  background: url(../../images/content/recruit-div/item01.png) center/contain no-repeat;
  top: -3.6rem;
  left: 7rem;
}
body.recruit-div.index .memberVox .itemVox .item .bottom h4 {
  margin-bottom: 1.5rem;
}
body.recruit-div.index .memberVox .itemVox .item .bottom h4 span {
  font-size: 1.76rem;
  display: inline-block;
  color: #dc4738;
  border: 1px solid #dc4738;
  border-radius: 50px;
  font-weight: 700;
  padding: 0 1.5rem;
}
body.recruit-div.index .memberVox .itemVox .item .bottom .txt {
  font-size: 1.8rem;
  text-align: justify;
}

/* END body */
/*
* =====================================================
*
* [採用部員座談会]
*
* =====================================================
*/
body.recruit-div.menber .secWrapS01 {
  padding: 15rem 0 20rem;
}
body.recruit-div.menber .firstTxt {
  max-width: 93.6rem;
  margin: 0 auto 10rem;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.14;
}
body.recruit-div.menber .menberVox {
  width: 93rem;
  margin: 0 auto 19rem;
}
body.recruit-div.menber .menberVox h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
body.recruit-div.menber .menberVox .itemVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8.5rem;
}
body.recruit-div.menber .menberVox .itemVox .item {
  position: relative;
  width: 25.4rem;
}
body.recruit-div.menber .menberVox .itemVox .item .img img {
  width: 100%;
}
body.recruit-div.menber .menberVox .itemVox .item .txtVox {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dc4738;
  color: #fff;
  padding: 1rem 1.4rem;
}
body.recruit-div.menber .menberVox .itemVox .item .txtVox .date {
  position: relative;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 0.2em 0.6em;
  margin-right: 4rem;
}
body.recruit-div.menber .menberVox .itemVox .item .txtVox .date:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 1px;
  height: 2.7rem;
  top: 0;
  bottom: 0;
  right: -2rem;
  background: #fff;
}
body.recruit-div.menber .menberVox .itemVox .item .txtVox .name {
  font-size: 2.1rem;
  font-weight: 700;
}
body.recruit-div.menber .secVox + .secVox {
  margin-top: 25rem;
}
body.recruit-div.menber .secVox .cntInner {
  max-width: 93rem;
  padding: 0;
}
body.recruit-div.menber .secVox .head {
  position: relative;
  margin-bottom: 6.5rem;
}
body.recruit-div.menber .secVox .head .mv {
  width: 108rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 15.8rem) 0%, 100% 50%, calc(100% - 15.8rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 15.8rem) 0%, 100% 50%, calc(100% - 15.8rem) 100%, 0% 100%);
  margin: 0 0 12rem -25rem;
}
body.recruit-div.menber .secVox .head .imgItem {
  position: absolute;
  top: 22rem;
  right: -12rem;
}
body.recruit-div.menber .secVox .head .imgItem img {
  width: 24.8rem;
}
body.recruit-div.menber .secVox .head h2 {
  font-size: 3rem;
  line-height: 1.8;
  font-weight: 700;
}
body.recruit-div.menber .secVox .cnt .listVox dl:not(:last-child) {
  margin-bottom: 6rem;
}
body.recruit-div.menber .secVox .cnt .listVox dl dt {
  line-height: 1;
  margin-bottom: 0.4rem;
}
body.recruit-div.menber .secVox .cnt .listVox dl dt span {
  line-height: 1.6;
  display: inline-block;
  color: #fff;
  background: rgba(220, 71, 56, 0.8);
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 4px;
  padding: 0em 0.9em;
}
body.recruit-div.menber .secVox .cnt .listVox dl dd .txt {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.3;
}
body.recruit-div.menber .secVox .cnt .listVox dl dd .txt.l {
  font-weight: 700;
  font-size: 2rem;
}
body.recruit-div.menber .secVox .cnt .img01 {
  text-align: center;
  margin-top: 15rem;
}
body.recruit-div.menber .secVox .cnt .img01 img {
  width: 74.5rem;
}
body.recruit-div.menber .sec03 .lTxt {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 9.5rem 0 5rem;
}

/* END body */
/*
* =====================================================
*
* [すぐ使える！面接のポイント]
*
* =====================================================
*/
body.recruit-div.point .mainArtHead {
  position: relative;
}
body.recruit-div.point .mainArtHead .titleVoxS03 {
  z-index: 2;
}
body.recruit-div.point .mainArtHead .imgItem {
  position: absolute;
  bottom: -1rem;
  right: 20rem;
  z-index: -1;
}
body.recruit-div.point .mainArtHead .imgItem img {
  width: 26.6rem;
}
body.recruit-div.point .secWrapS01 {
  padding: 15rem 0 20rem;
  overflow: hidden;
}
body.recruit-div.point .firstVox {
  position: relative;
  max-width: 90rem;
  margin: 0 auto 16rem;
  padding-left: 22.2rem;
}
body.recruit-div.point .firstVox .img {
  position: absolute;
  top: 0;
  left: 0;
}
body.recruit-div.point .firstVox .img img {
  width: 16.2rem;
}
body.recruit-div.point .firstVox h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
body.recruit-div.point .firstVox .txt {
  font-weight: 400;
  line-height: 2.44;
}
body.recruit-div.point .secVox {
  position: relative;
  z-index: 2;
}
body.recruit-div.point .secVox + .secVox {
  margin-top: 15rem;
}
body.recruit-div.point .secVox .cntInner {
  max-width: 93rem;
  padding: 0;
}
body.recruit-div.point .secVox .head {
  margin-bottom: 10rem;
}
body.recruit-div.point .secVox .head .titleVox {
  position: relative;
  padding: 1.9rem 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.recruit-div.point .secVox .head .titleVox:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 110rem;
  height: 100%;
  background: #d84738;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 2.8rem) 0%, 100% 50%, calc(100% - 2.8rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 2.8rem) 0%, 100% 50%, calc(100% - 2.8rem) 100%, 0% 100%);
  top: 0;
  right: 0;
  z-index: -1;
}
body.recruit-div.point .secVox .head .titleVox .num {
  font-size: 5.6rem;
  font-weight: 700;
  font-family: Verdana, sans-serif;
  line-height: 1;
  margin-right: 4.7rem;
}
body.recruit-div.point .secVox .head .titleVox h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
body.recruit-div.point .sec01 .itemVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.5rem;
}
body.recruit-div.point .sec01 .itemVox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dc4738;
  border-radius: 4px;
}
body.recruit-div.point .sec01 .itemVox .item .ico {
  background: #d84738;
  width: 9.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1.7rem 0;
}
body.recruit-div.point .sec01 .itemVox .item .ico img {
  width: 5.8rem;
}
body.recruit-div.point .sec01 .itemVox .item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}
body.recruit-div.point .sec01 .itemVox .item .right .txt {
  color: #dc4738;
  font-size: 1.9rem;
  font-weight: 700;
}
body.recruit-div.point .sec01 .itemVox .item02 {
  border: 1px solid #555756;
}
body.recruit-div.point .sec01 .itemVox .item02 .ico {
  background: #555756;
}
body.recruit-div.point .sec01 .itemVox .item02 .right .txt {
  color: #555756;
}
body.recruit-div.point .sec01 .txt {
  font-weight: 400;
  line-height: 2.44;
}
@media only screen and (max-width: 767px) {
  body.recruit-div.point .sec01 .txt {
    line-height: 1.9;
  }
}
body.recruit-div.point .sec02 .fTxt {
  font-weight: 400;
  line-height: 2.44;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  body.recruit-div.point .sec02 .fTxt {
    line-height: 1.9;
  }
}
body.recruit-div.point .sec02 .itemVox01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.6rem;
  padding-bottom: 10rem;
}
body.recruit-div.point .sec02 .itemVox01:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 4.3rem;
  height: 3.7rem;
  background: url(../../images/content/content/arrow06.svg) center/contain no-repeat;
  bottom: 3rem;
  left: 10rem;
}
body.recruit-div.point .sec02 .itemVox01 .item {
  width: 25.2rem;
  text-align: center;
}
body.recruit-div.point .sec02 .itemVox01 .item .img {
  margin-bottom: 2rem;
}
body.recruit-div.point .sec02 .itemVox01 .item .img img {
  width: 19.5rem;
}
body.recruit-div.point .sec02 .itemVox01 .item .txt {
  color: #dc4738;
  border: 1px solid #dc4738;
  font-size: 2.3rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 0.5rem 0;
}
body.recruit-div.point .sec02 .itemVox02 {
  padding: 2.3rem 5.3rem 6rem;
  border: 1px solid #231815;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc3bf), color-stop(9.5rem, #ffc3bf), color-stop(9.5rem, #fff), to(#fff));
  background: linear-gradient(180deg, #ffc3bf 0%, #ffc3bf 9.5rem, #fff 9.5rem, #fff 100%);
}
body.recruit-div.point .sec02 .itemVox02 .titleVox {
  position: relative;
  margin-bottom: 5rem;
  padding-left: 24rem;
}
body.recruit-div.point .sec02 .itemVox02 .titleVox .img {
  position: absolute;
  top: 0;
  left: 0;
}
body.recruit-div.point .sec02 .itemVox02 .titleVox .img img {
  width: 16.2rem;
}
body.recruit-div.point .sec02 .itemVox02 .titleVox h3 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 5.2rem;
  letter-spacing: 0.1em;
}
body.recruit-div.point .sec02 .itemVox02 .titleVox h3 span {
  font-size: 3.1rem;
  letter-spacing: 0.14em;
}
body.recruit-div.point .sec02 .itemVox02 .titleVox .txt {
  font-weight: 400;
}
body.recruit-div.point .sec02 .itemVox02 .flowItemVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
body.recruit-div.point .sec02 .itemVox02 .flowItemVox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40rem;
  border: 1px solid #dc4738;
  border-radius: 4px;
}
body.recruit-div.point .sec02 .itemVox02 .flowItemVox .item .num {
  width: 6.7rem;
  background: #dc4738;
  color: #fff;
  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;
  font-size: 3.2rem;
  font-weight: 700;
}
body.recruit-div.point .sec02 .itemVox02 .flowItemVox .item .right {
  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-align: center;
  padding: 1.8rem 1.5rem;
  width: 33.3rem;
  min-height: 11.4rem;
}
body.recruit-div.point .sec02 .itemVox02 .flowItemVox .item .right .l {
  color: #dc4738;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
body.recruit-div.point .sec02 .itemVox02 .flowItemVox .item .right .s {
  font-size: 1.6rem;
  font-weight: 400;
}
body.recruit-div.point .sec03 .itemVox01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 8px;
  background: #e9e9e9;
  padding: 4.8rem 6rem;
  margin-bottom: 23rem;
  gap: 8rem 7.4rem;
}
body.recruit-div.point .sec03 .itemVox01:before, body.recruit-div.point .sec03 .itemVox01:after {
  content: "";
  position: absolute;
  margin: auto;
  background: rgba(35, 24, 21, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body.recruit-div.point .sec03 .itemVox01:before {
  height: 1px;
  width: calc(100% - 12rem);
}
body.recruit-div.point .sec03 .itemVox01:after {
  width: 1px;
  height: calc(100% - 9.6rem);
}
body.recruit-div.point .sec03 .itemVox01 .item {
  width: 36.8rem;
}
body.recruit-div.point .sec03 .itemVox01 .item h3 {
  background: #ffc3bf;
  text-align: center;
  line-height: 1.35;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 1.5rem 1rem;
  margin-bottom: 2.5rem;
}
body.recruit-div.point .sec03 .itemVox01 .item .txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: justify;
}
body.recruit-div.point .sec03 .itemVox02 {
  position: relative;
  border: 1px solid #231815;
  padding: 12.5rem 6rem 7rem;
}
body.recruit-div.point .sec03 .itemVox02 .titleVox {
  position: absolute;
  z-index: 2;
  top: -9.5rem;
  left: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0 4.5rem 2.5rem 0;
}
body.recruit-div.point .sec03 .itemVox02 .titleVox .img {
  margin-right: 3.5rem;
}
body.recruit-div.point .sec03 .itemVox02 .titleVox .img img {
  width: 16.2rem;
}
body.recruit-div.point .sec03 .itemVox02 .titleVox h3 {
  font-size: 3.1rem;
  font-weight: 700;
  color: #dc4738;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
body.recruit-div.point .sec03 .itemVox02 dl:not(:last-child) {
  margin-bottom: 5rem;
}
body.recruit-div.point .sec03 .itemVox02 dl dt {
  line-height: 1;
  margin-bottom: 2rem;
}
body.recruit-div.point .sec03 .itemVox02 dl dt span {
  color: #dc4738;
  font-size: 2.3rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1.5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, rgba(220, 71, 56, 0.2)));
  background-image: linear-gradient(transparent 65%, rgba(220, 71, 56, 0.2) 0%);
}
body.recruit-div.point .sec03 .itemVox02 dl dd {
  font-weight: 400;
  line-height: 1.83;
}
body.recruit-div.point .sec03 .txt01 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 8rem;
  letter-spacing: 0.08em;
}

/* END body */
/*
* =====================================================
*
* [IT用語“すぐ知る”辞典]
*
* =====================================================
*/
body.recruit-div.term .mainArtHead {
  position: relative;
}
body.recruit-div.term .mainArtHead .titleVoxS03 {
  z-index: 2;
}
body.recruit-div.term .mainArtHead .imgItem {
  position: absolute;
  bottom: -3rem;
  right: 13rem;
  z-index: -1;
}
body.recruit-div.term .mainArtHead .imgItem img {
  width: 39.3rem;
}
body.recruit-div.term .secWrapS01 {
  padding: 15rem 0 20rem;
}
body.recruit-div.term .secWrapS01 .cntInner {
  max-width: 93rem;
  padding: 0;
}
body.recruit-div.term .firstVox {
  margin-bottom: 6.5rem;
}
body.recruit-div.term .firstVox .txt {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.14;
}
body.recruit-div.term .linkCntVox {
  margin-bottom: 12rem;
}
body.recruit-div.term .linkCntVox ul {
  padding: 8.8rem 7.5rem;
  background: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.5rem;
  border-radius: 6px;
}
body.recruit-div.term .linkCntVox ul li {
  width: 36.6rem;
}
body.recruit-div.term .linkCntVox ul li a {
  position: relative;
  display: block;
  background: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  padding: 1.2rem 2rem 3.5rem;
}
body.recruit-div.term .linkCntVox ul li a .txt {
  display: block;
  padding-bottom: 0.15em;
  border-bottom: 1px solid #333;
}
body.recruit-div.term .linkCntVox ul li a:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0.9rem 0 0.9rem;
  border-color: #333 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: 1.8rem;
}
body.recruit-div.term .secVox {
  margin-bottom: 12rem;
}
body.recruit-div.term .secVox .head {
  margin-bottom: 6.5rem;
}
body.recruit-div.term .secVox .head h2 {
  text-align: center;
  color: #fff;
  background: #dc4738;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 0.75em;
}
body.recruit-div.term .secVox .listVox dl {
  padding-bottom: 5.5rem;
  border-bottom: 1px solid #333;
}
body.recruit-div.term .secVox .listVox dl:not(:last-child) {
  margin-bottom: 5rem;
}
body.recruit-div.term .secVox .listVox dl dt {
  position: relative;
  font-weight: 500;
  font-size: 2.8rem;
  margin-bottom: 0.8em;
  padding-left: 3rem;
}
body.recruit-div.term .secVox .listVox dl dt:before {
  content: "";
  position: absolute;
  margin: auto;
  background: #dc4738;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1px;
  top: 0.55em;
  left: 0;
}
body.recruit-div.term .secVox .listVox dl dd .txt {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.44;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  body.recruit-div.term .secVox .listVox dl dd .txt {
    line-height: 1.9;
  }
}
body.recruit-div.term .secVox .listVox dl dd .img {
  text-align: center;
  margin: 5.5rem 0 0;
}
body.recruit-div.term .secVox .listVox .img_contract {
  width: 62.2rem;
}
body.recruit-div.term .secVox .listVox .img_case {
  width: 67.4rem;
}
body.recruit-div.term .secVox .listVox .img_ecu {
  width: 45rem;
}
body.recruit-div.term .secVox .listVox .img_autosar {
  width: 66rem;
}
body.recruit-div.term .secVox .listVox .img_flow {
  width: 75rem;
}

/* END body */
/*
* =====================================================
*
* [口コミ本音]
*
* =====================================================
*/
body.recruit-div.comment .mainArtHead {
  position: relative;
}
body.recruit-div.comment .mainArtHead .titleVoxS03 {
  z-index: 2;
}
body.recruit-div.comment .mainArtHead .imgItem {
  position: absolute;
  bottom: -3rem;
  right: 13rem;
  z-index: -1;
}
body.recruit-div.comment .mainArtHead .imgItem img {
  width: 39.3rem;
}
body.recruit-div.comment .secWrapS01 {
  padding: 15rem 0 20rem;
}
body.recruit-div.comment .secWrapS01 .cntInner {
  max-width: 93rem;
  padding: 0;
}
body.recruit-div.comment .firstVox {
  margin-bottom: 16rem;
}
body.recruit-div.comment .firstVox .txt {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.14;
  margin-bottom: 4rem;
}
body.recruit-div.comment .firstVox .noteList {
  padding: 4rem;
  border: 1px dashed #333;
}
body.recruit-div.comment .firstVox .noteList li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.7rem;
  line-height: 2;
}
body.recruit-div.comment .linkCntVox {
  margin-bottom: 13rem;
}
body.recruit-div.comment .linkCntVox .cntInner {
  border-radius: 6px;
  background: #e9e9e9;
  padding: 6rem 8rem;
}
body.recruit-div.comment .linkCntVox h2 {
  text-align: center;
  margin-bottom: 5rem;
}
body.recruit-div.comment .linkCntVox h2 span {
  display: inline-block;
  background: #fff;
  border-radius: 60px;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 0.4em 3.4em;
}
body.recruit-div.comment .linkCntVox 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: 4.5rem 3rem;
}
body.recruit-div.comment .linkCntVox ul li {
  width: 23rem;
}
body.recruit-div.comment .linkCntVox ul li a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 1.5rem;
}
body.recruit-div.comment .linkCntVox ul li a:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0.9rem 0 0.9rem;
  border-color: #333 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: 0;
}
body.recruit-div.comment .linkCntVox ul li a .txt {
  display: inline-block;
  min-width: 17.3rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.15em;
}
body.recruit-div.comment .secVox {
  margin-bottom: 10rem;
}
body.recruit-div.comment .secVox .head {
  margin-bottom: 6rem;
}
body.recruit-div.comment .secVox .head h2 {
  text-align: left;
  color: #fff;
  background: #dc4738;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 0.75em 1em;
}
body.recruit-div.comment .secVox .item {
  padding: 3.5rem 0 0;
  border-top: 1px solid #333;
}
body.recruit-div.comment .secVox .item:not(:last-child) {
  margin-bottom: 10rem;
}
body.recruit-div.comment .secVox .item header {
  margin-bottom: 5rem;
}
body.recruit-div.comment .secVox .item header .time, body.recruit-div.comment .secVox .item header .name {
  line-height: 2.44;
}
body.recruit-div.comment .secVox .item header .name {
  margin-bottom: 2rem;
}
body.recruit-div.comment .secVox .item header .rate .num {
  font-size: 2.5rem;
  font-weight: 700;
}
body.recruit-div.comment .secVox .item header .starVox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
body.recruit-div.comment .secVox .item header .starVox .imgVox {
  position: relative;
}
body.recruit-div.comment .secVox .item header .starVox .nuriImg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-clip-path: inset(0 60% 0 0);
          clip-path: inset(0 60% 0 0);
  width: 100%;
}
body.recruit-div.comment .secVox .item header .starVox .num {
  font-size: 1.7rem;
  font-weight: 700;
}
body.recruit-div.comment .secVox .item .iCnt {
  background: #d9f2eb;
  border-radius: 11px;
  padding: 4rem 3.8rem 8rem;
}
body.recruit-div.comment .secVox .item .iCnt section h4 {
  margin-bottom: 4rem;
}
body.recruit-div.comment .secVox .item .iCnt section h4 span {
  display: inline-block;
  background: #fff;
  border: 1px solid #dc4738;
  border-radius: 50px;
  color: #dc4738;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.3em 1.1em;
  min-width: 11.3rem;
  text-align: center;
}
body.recruit-div.comment .secVox .item .commentVox {
  margin-bottom: 4.5rem;
}
body.recruit-div.comment .secVox .item .commentVox .txtVox .txtItem {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
  padding: 4rem 4rem 3.5rem;
  border-radius: 30px;
}
body.recruit-div.comment .secVox .item .commentVox .txtVox .txtItem:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 9.3rem;
  height: 3.6rem;
  background: url(../../images/content/recruit-div/comment/img_item01.svg) center/contain no-repeat;
  top: -3.4rem;
  right: 3rem;
}
body.recruit-div.comment .secVox .item .commentVox .txtVox .txtItem:not(:last-child) {
  margin-bottom: 5.5rem;
}
body.recruit-div.comment .secVox .item .commentVox .txtVox .txtItem dt {
  font-weight: 700;
  background: #d9f2eb;
  margin-bottom: 2rem;
  border-radius: 2px;
  padding: 0.5em 0.8em;
}
body.recruit-div.comment .secVox .item .commentVox .txtVox .txtItem dd {
  font-weight: 400;
  line-height: 2.44;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  body.recruit-div.comment .secVox .item .commentVox .txtVox .txtItem dd {
    line-height: 1.9;
  }
}
body.recruit-div.comment .secVox .item .answerVox .txtItem {
  position: relative;
  background: #f8dad7;
  padding: 4rem;
  border-radius: 30px;
}
body.recruit-div.comment .secVox .item .answerVox .txtItem:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 8.5rem;
  height: 3.6rem;
  background: url(../../images/content/recruit-div/comment/img_item02.svg) center/contain no-repeat;
  left: 3rem;
  bottom: -3.4rem;
}
body.recruit-div.comment .secVox .item .answerVox .txtItem p {
  font-weight: 400;
  line-height: 2.44;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  body.recruit-div.comment .secVox .item .answerVox .txtItem p {
    line-height: 1.9;
  }
}

/* END body */
/*
* =====================================================
*
* [転職お役立ちQ&A]
*
* =====================================================
*/
body.recruit-div.faq .mainArtHead {
  position: relative;
}
body.recruit-div.faq .mainArtHead .titleVoxS03 {
  z-index: 2;
}
body.recruit-div.faq .mainArtHead .imgItem {
  position: absolute;
  bottom: -1rem;
  right: 20rem;
  z-index: -1;
}
body.recruit-div.faq .mainArtHead .imgItem img {
  width: 29.5rem;
}
body.recruit-div.faq .secWrapS01 {
  padding: 15rem 0 20rem;
  overflow: hidden;
}
body.recruit-div.faq .firstTxt {
  max-width: 93.5rem;
  margin: 0 auto 9.5rem;
  text-align: justify;
  font-weight: 700;
  line-height: 2.2;
  font-size: 2.1rem;
}
body.recruit-div.faq .faqVox {
  max-width: 93.5rem;
  margin: 0 auto;
}
body.recruit-div.faq .faqSec:not(:last-child) {
  margin-bottom: 8rem;
}
body.recruit-div.faq .faqSec header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  font-weight: 500;
  gap: 0 4rem;
  margin-bottom: 2.5rem;
}
body.recruit-div.faq .faqSec header .q {
  color: #dc4738;
  min-width: 4.7rem;
}
body.recruit-div.faq .faqSec header .ja {
  font-weight: 500;
}
body.recruit-div.faq .faqSec .cnt {
  position: relative;
  background: rgba(220, 71, 56, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
  padding: 2.8rem 3rem;
  border-radius: 0.8rem;
}
body.recruit-div.faq .faqSec .cnt:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 1.4rem 0 1.4rem;
  border-color: #fff transparent transparent transparent;
  top: -0.4rem;
  left: 21.5rem;
}
body.recruit-div.faq .faqSec .cnt .a {
  font-size: 2.8rem;
  color: #dc4738;
  font-weight: 500;
  min-width: 1.8rem;
}
body.recruit-div.faq .faqSec .cnt .txtVox {
  width: 100%;
  padding-top: 0.4rem;
}
body.recruit-div.faq .faqSec .cnt .txtVox .txt {
  line-height: 1.9;
}
body.recruit-div.faq .faqSec.faqSec07 .cnt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.recruit-div.faq .faqSec.faqSec07 .flexVox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
body.recruit-div.faq .faqSec.faqSec07 .flexVox .img01 {
  width: 41.4rem;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  /*
  * =====================================================
  *
  * [recruit-div]
  *
  * =====================================================
  */
  body.recruit-div .otherVox .cntInner {
    max-width: 100%;
  }
  body.recruit-div .otherVox h2 {
    font-size: 5rem;
    margin-bottom: 10rem;
  }
  body.recruit-div .otherVox .list {
    display: block;
  }
  body.recruit-div .otherVox .list li {
    width: 100%;
  }
  body.recruit-div .otherVox .list li:not(:last-child) {
    margin-bottom: 6rem;
  }
  body.recruit-div .otherVox .list li a {
    padding-top: 52.6%;
    font-size: 4.5rem;
  }
  body.recruit-div .otherVox .list li a .txt span {
    padding-right: 6.8rem;
  }
  body.recruit-div .otherVox .list li a .txt span:after {
    width: 3.9rem;
    height: 4.2rem;
  }
  /* END body */
  /*
  * =====================================================
  *
  * [recruit-div index]
  *
  * =====================================================
  */
  body.recruit-div.index .titleVoxS02 .inner:before {
    right: 0;
  }
  body.recruit-div.index .firstVox {
    margin-bottom: 13rem;
  }
  body.recruit-div.index .firstVox p {
    max-width: 65rem;
    font-size: 3.2rem;
    line-height: 2;
  }
  body.recruit-div.index .discussionVox {
    margin-bottom: 16rem;
  }
  body.recruit-div.index .discussionVox .img {
    width: 69.8rem;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 18rem) 0%, 100% 50%, calc(100% - 18rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 18rem) 0%, 100% 50%, calc(100% - 18rem) 100%, 0% 100%);
  }
  body.recruit-div.index .discussionVox .txtVox {
    max-width: 65.6rem;
    margin: -7.5rem 0 0 auto;
    padding: 8rem 5rem 8rem 7.5rem;
  }
  body.recruit-div.index .discussionVox .txtVox .head {
    margin-bottom: 4rem;
  }
  body.recruit-div.index .discussionVox .txtVox .head h2 {
    font-size: 4.2rem;
    margin-bottom: 0.7em;
  }
  body.recruit-div.index .discussionVox .txtVox .head .sub {
    font-size: 3.2rem;
  }
  body.recruit-div.index .discussionVox .txtVox .cnt .txt {
    line-height: 2.3;
    font-size: 2.6rem;
    margin-bottom: 4.5rem;
  }
  body.recruit-div.index .discussionVox .txtVox .cnt .btnS02 {
    text-align: left;
  }
  body.recruit-div.index .pointVox {
    width: 65rem;
    padding-bottom: 16rem;
    margin: 0 auto 13rem;
  }
  body.recruit-div.index .pointVox .itemVox {
    display: block;
  }
  body.recruit-div.index .pointVox .itemVox .item {
    width: 100%;
    background: none;
    padding: 0;
  }
  body.recruit-div.index .pointVox .itemVox .item:not(:last-child) {
    margin-bottom: 12rem;
  }
  body.recruit-div.index .pointVox .itemVox .item .img {
    margin-bottom: 6rem;
  }
  body.recruit-div.index .pointVox .itemVox .item .img img {
    width: 39rem;
  }
  body.recruit-div.index .pointVox .itemVox .item h2 {
    text-align: center;
    font-size: 4.6rem;
    margin-bottom: 0.6em;
  }
  body.recruit-div.index .pointVox .itemVox .item .sub {
    font-size: 3.4rem;
    margin-bottom: 0.7em;
  }
  body.recruit-div.index .pointVox .itemVox .item .txt {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
  body.recruit-div.index .memberVox {
    width: 65rem;
    padding-bottom: 16rem;
  }
  body.recruit-div.index .memberVox .head {
    padding-left: 0;
    margin-bottom: 7rem;
  }
  body.recruit-div.index .memberVox .head h2 {
    font-size: 4.8rem;
    text-align: center;
  }
  body.recruit-div.index .memberVox .itemVox {
    display: block;
  }
  body.recruit-div.index .memberVox .itemVox .item {
    width: 100%;
  }
  body.recruit-div.index .memberVox .itemVox .item:not(:last-child) {
    margin-bottom: 12rem;
  }
  body.recruit-div.index .memberVox .itemVox .item:nth-child(even) {
    margin-top: 0;
  }
  body.recruit-div.index .memberVox .itemVox .item.item07 .top .img img {
    -o-object-position: left;
       object-position: left;
  }
  body.recruit-div.index .memberVox .itemVox .item .top {
    width: 100%;
    margin: 0;
  }
  body.recruit-div.index .memberVox .itemVox .item .top .img {
    padding-top: 94%;
  }
  body.recruit-div.index .memberVox .itemVox .item .top .txtBg {
    width: 36rem;
  }
  body.recruit-div.index .memberVox .itemVox .item .top .txtVox {
    width: 36rem;
    padding: 2.8rem 2.8rem 2.8rem 2.5rem;
  }
  body.recruit-div.index .memberVox .itemVox .item .top .txtVox .name {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  body.recruit-div.index .memberVox .itemVox .item .top .txtVox .listVox .list:not(:last-child) {
    margin-bottom: 2rem;
  }
  body.recruit-div.index .memberVox .itemVox .item .top .txtVox .listVox .list dt {
    margin-bottom: 1.5rem;
  }
  body.recruit-div.index .memberVox .itemVox .item .top .txtVox .listVox .list dt span {
    min-width: 9rem;
    padding: 0 0.15em;
    font-size: 2.1rem;
  }
  body.recruit-div.index .memberVox .itemVox .item .top .txtVox .listVox .list dd {
    font-size: 2.1rem;
  }
  body.recruit-div.index .memberVox .itemVox .item .bottom {
    padding: 3.4rem 2.5rem;
    width: 58.5rem;
    margin: -3.5rem auto 0;
    border-radius: 20px;
  }
  body.recruit-div.index .memberVox .itemVox .item .bottom h4 {
    margin-bottom: 2.2rem;
  }
  body.recruit-div.index .memberVox .itemVox .item .bottom h4 span {
    font-size: 2.1rem;
    padding: 0 1.5rem;
  }
  body.recruit-div.index .memberVox .itemVox .item .bottom .txt {
    font-size: 2.4rem;
  }
  /* END body */
  /*
  * =====================================================
  *
  * [採用部員座談会]
  *
  * =====================================================
  */
  body.recruit-div.menber .secWrapS01 {
    padding: 15rem 0 0;
  }
  body.recruit-div.menber .firstTxt {
    max-width: 65rem;
    font-size: 3.2rem;
  }
  body.recruit-div.menber .menberVox {
    width: 65rem;
    margin: 0 auto 12rem;
  }
  body.recruit-div.menber .menberVox .cntInner {
    padding: 0;
  }
  body.recruit-div.menber .menberVox h2 {
    font-size: 3.2rem;
    margin-bottom: 6rem;
  }
  body.recruit-div.menber .menberVox .itemVox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 65rem;
    gap: 2rem 0;
  }
  body.recruit-div.menber .menberVox .itemVox .item {
    width: 48%;
  }
  body.recruit-div.menber .menberVox .itemVox .item .txtVox {
    position: relative;
    padding: 2rem 2rem;
    display: block;
  }
  body.recruit-div.menber .menberVox .itemVox .item .txtVox .date {
    font-size: 2rem;
    padding: 0.2em 0.6em;
    margin: 0;
    text-align: center;
  }
  body.recruit-div.menber .menberVox .itemVox .item .txtVox .date:after {
    display: none;
  }
  body.recruit-div.menber .menberVox .itemVox .item .txtVox .name {
    text-align: center;
    font-size: 2.7rem;
  }
  body.recruit-div.menber .secVox + .secVox {
    margin-top: 19rem;
  }
  body.recruit-div.menber .secVox .cntInner {
    max-width: 65rem;
    padding: 0;
  }
  body.recruit-div.menber .secVox .head {
    position: relative;
    margin-bottom: 6.5rem;
  }
  body.recruit-div.menber .secVox .head .mv {
    width: 67.7rem;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 14rem) 0%, 100% 50%, calc(100% - 14rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 14rem) 0%, 100% 50%, calc(100% - 14rem) 100%, 0% 100%);
    margin: 0 0 12rem -5rem;
  }
  body.recruit-div.menber .secVox .head .imgItem {
    position: absolute;
    top: 22rem;
    right: -12rem;
  }
  body.recruit-div.menber .secVox .head .imgItem img {
    width: 24.8rem;
  }
  body.recruit-div.menber .secVox .head h2 {
    font-size: 3.6rem;
  }
  body.recruit-div.menber .secVox .cnt .listVox dl:not(:last-child) {
    margin-bottom: 5.5rem;
  }
  body.recruit-div.menber .secVox .cnt .listVox dl dt {
    margin-bottom: 2rem;
  }
  body.recruit-div.menber .secVox .cnt .listVox dl dt span {
    font-size: 3.3rem;
    padding: 0em 0.6em;
  }
  body.recruit-div.menber .secVox .cnt .listVox dl dd .txt {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 2;
  }
  body.recruit-div.menber .secVox .cnt .listVox dl dd .txt.l {
    font-size: 2.6rem;
  }
  body.recruit-div.menber .secVox .cnt .img01 {
    margin-top: 8rem;
  }
  body.recruit-div.menber .sec03 .lTxt {
    font-size: 3.6rem;
    font-weight: 700;
    margin: 17rem 0 10rem;
  }
  /* END body */
  /*
  * =====================================================
  *
  * [すぐ使える！面接のポイント]
  *
  * =====================================================
  */
  body.recruit-div.point .mainArtHead .titleVoxS03 .inner {
    padding: 4.3rem 9.5rem;
  }
  body.recruit-div.point .mainArtHead .titleVoxS03 .inner .ja {
    font-size: 4.55rem;
  }
  body.recruit-div.point .mainArtHead .imgItem {
    top: 2.3rem;
    bottom: auto;
    right: 3rem;
  }
  body.recruit-div.point .mainArtHead .imgItem img {
    width: 18.3rem;
  }
  body.recruit-div.point .secWrapS01 {
    padding: 9.5rem 0 20rem;
  }
  body.recruit-div.point .firstVox {
    max-width: 65rem;
    margin: 0 auto 10rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.recruit-div.point .firstVox .img {
    position: relative;
    margin-right: 3.6rem;
  }
  body.recruit-div.point .firstVox .img img {
    width: 16.2rem;
  }
  body.recruit-div.point .firstVox h2 {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
  body.recruit-div.point .firstVox .txt {
    margin: 4.5rem 0 0;
    width: 100%;
    line-height: 2.3;
  }
  body.recruit-div.point .secVox + .secVox {
    margin-top: 11rem;
  }
  body.recruit-div.point .secVox .cntInner {
    max-width: 65rem;
  }
  body.recruit-div.point .secVox .head {
    margin-bottom: 8rem;
  }
  body.recruit-div.point .secVox .head .titleVox {
    padding: 2.4rem 6rem 2.4rem 0;
  }
  body.recruit-div.point .secVox .head .titleVox:after {
    width: 71rem;
    height: 100%;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 4.5rem) 0%, 100% 50%, calc(100% - 4.5rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 4.5rem) 0%, 100% 50%, calc(100% - 4.5rem) 100%, 0% 100%);
  }
  body.recruit-div.point .secVox .head .titleVox .num {
    font-size: 7rem;
    margin-right: 3.3rem;
    min-width: 10rem;
  }
  body.recruit-div.point .secVox .head .titleVox h2 {
    font-size: 3.7rem;
    line-height: 1.5;
  }
  body.recruit-div.point .sec01 .itemVox {
    display: block;
    margin-bottom: 6rem;
  }
  body.recruit-div.point .sec01 .itemVox .item:not(:last-child) {
    margin-bottom: 5rem;
  }
  body.recruit-div.point .sec01 .itemVox .item .ico {
    width: 12.5rem;
    padding: 2.8rem 1rem;
  }
  body.recruit-div.point .sec01 .itemVox .item .ico img {
    width: 7.4rem;
  }
  body.recruit-div.point .sec01 .itemVox .item .right {
    padding: 0 2.25rem;
  }
  body.recruit-div.point .sec01 .itemVox .item .right .txt {
    font-size: 2.7rem;
  }
  body.recruit-div.point .sec01 .itemVox .item02 .ico img {
    width: 6.8rem;
  }
  body.recruit-div.point .sec01 .txt {
    font-weight: 400;
    line-height: 2.44;
  }
  /* END body */
  /*
  * =====================================================
  *
  * [IT用語“すぐ知る”辞典]
  *
  * =====================================================
  */
  /* END body */
  /*
  * =====================================================
  *
  * [口コミ本音]
  *
  * =====================================================
  */
  /* END body */
  /*
  * =====================================================
  *
  * [転職お役立ちQ&A]
  *
  * =====================================================
  */
  /* END body */
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  body.recruit-div.point .sec01 .txt {
    line-height: 1.9;
  }
}
@media only screen and (max-width: 767px) {
  body.recruit-div.point .sec02 .fTxt {
    margin-bottom: 6rem;
  }
  body.recruit-div.point .sec02 .itemVox01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.8rem 5rem;
    padding-bottom: 15.6rem;
  }
  body.recruit-div.point .sec02 .itemVox01:after {
    width: 6.6rem;
    height: 5.7rem;
    bottom: 6.5rem;
    left: 0;
    right: 0;
  }
  body.recruit-div.point .sec02 .itemVox01 .item {
    width: 29.5rem;
  }
  body.recruit-div.point .sec02 .itemVox01 .item:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body.recruit-div.point .sec02 .itemVox01 .item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body.recruit-div.point .sec02 .itemVox01 .item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.recruit-div.point .sec02 .itemVox01 .item .img {
    margin-bottom: 3.5rem;
  }
  body.recruit-div.point .sec02 .itemVox01 .item .img img {
    width: 22.7rem;
  }
  body.recruit-div.point .sec02 .itemVox01 .item .txt {
    font-size: 2.7rem;
    padding: 1rem 0;
  }
  body.recruit-div.point .sec02 .itemVox02 {
    padding: 2.3rem 4rem 5.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc3bf), color-stop(22.2rem, #ffc3bf), color-stop(22.2rem, #fff), to(#fff));
    background: linear-gradient(180deg, #ffc3bf 0%, #ffc3bf 22.2rem, #fff 22.2rem, #fff 100%);
  }
  body.recruit-div.point .sec02 .itemVox02 .titleVox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5rem;
    padding: 0;
  }
  body.recruit-div.point .sec02 .itemVox02 .titleVox .img {
    position: relative;
    width: 16rem;
    margin-right: 4rem;
  }
  body.recruit-div.point .sec02 .itemVox02 .titleVox h3 {
    font-size: 3.2rem;
    margin-bottom: 0;
    line-height: 1.55;
  }
  body.recruit-div.point .sec02 .itemVox02 .titleVox h3 span {
    font-size: 4.2rem;
    letter-spacing: 0.1em;
  }
  body.recruit-div.point .sec02 .itemVox02 .titleVox .txt {
    width: 100%;
    margin-top: 6.5rem;
  }
  body.recruit-div.point .sec02 .itemVox02 .flowItemVox {
    display: block;
  }
  body.recruit-div.point .sec02 .itemVox02 .flowItemVox .item {
    width: 100%;
    border-radius: 6px;
  }
  body.recruit-div.point .sec02 .itemVox02 .flowItemVox .item:not(:last-child) {
    margin-bottom: 4rem;
  }
  body.recruit-div.point .sec02 .itemVox02 .flowItemVox .item .num {
    width: 9.6rem;
    font-size: 4.55rem;
  }
  body.recruit-div.point .sec02 .itemVox02 .flowItemVox .item .right {
    padding: 2.7rem 2rem;
    width: 47rem;
    min-height: 17rem;
  }
  body.recruit-div.point .sec02 .itemVox02 .flowItemVox .item .right .l {
    font-size: 2.8rem;
    margin-bottom: 0.8rem;
  }
  body.recruit-div.point .sec02 .itemVox02 .flowItemVox .item .right .s {
    font-size: 2.2rem;
  }
  body.recruit-div.point .sec03 .itemVox01 {
    display: block;
    padding: 5rem 4rem;
    margin-bottom: 23rem;
  }
  body.recruit-div.point .sec03 .itemVox01:before, body.recruit-div.point .sec03 .itemVox01:after {
    display: none;
  }
  body.recruit-div.point .sec03 .itemVox01 .item {
    width: 100%;
  }
  body.recruit-div.point .sec03 .itemVox01 .item:not(:last-child) {
    margin-bottom: 6rem;
  }
  body.recruit-div.point .sec03 .itemVox01 .item h3 {
    font-size: 2.7rem;
    padding: 2.5rem 1rem;
    margin-bottom: 3.6rem;
  }
  body.recruit-div.point .sec03 .itemVox01 .item h3 br {
    display: none;
  }
  body.recruit-div.point .sec03 .itemVox01 .item .txt {
    font-size: 2.4rem;
    line-height: 2;
  }
  body.recruit-div.point .sec03 .itemVox02 {
    padding: 12.5rem 5rem 7rem;
  }
  body.recruit-div.point .sec03 .itemVox02 .titleVox {
    top: -9.5rem;
    left: -2px;
    padding: 0 3.2rem 0 0;
  }
  body.recruit-div.point .sec03 .itemVox02 .titleVox .img {
    margin-right: 3.2rem;
  }
  body.recruit-div.point .sec03 .itemVox02 .titleVox .img img {
    width: 16rem;
  }
  body.recruit-div.point .sec03 .itemVox02 .titleVox h3 {
    font-size: 3.2rem;
  }
  body.recruit-div.point .sec03 .itemVox02 dl:not(:last-child) {
    margin-bottom: 5.5rem;
  }
  body.recruit-div.point .sec03 .itemVox02 dl dt {
    line-height: 1;
    margin-bottom: 3rem;
  }
  body.recruit-div.point .sec03 .itemVox02 dl dt span {
    font-size: 3.4rem;
  }
  body.recruit-div.point .sec03 .txt01 {
    font-size: 2.6rem;
    margin-top: 7.5rem;
  }
  body.recruit-div.term .mainArtHead .titleVoxS03 .inner {
    padding: 4.3rem 9rem;
  }
  body.recruit-div.term .mainArtHead .imgItem {
    top: 2rem;
    bottom: auto;
    right: 1rem;
  }
  body.recruit-div.term .mainArtHead .imgItem img {
    width: 33rem;
  }
  body.recruit-div.term .secWrapS01 {
    padding: 9.5rem 0 20rem;
  }
  body.recruit-div.term .secWrapS01 .cntInner {
    max-width: 65rem;
  }
  body.recruit-div.term .firstVox {
    margin-bottom: 6rem;
  }
  body.recruit-div.term .firstVox .txt {
    font-size: 3.2rem;
    line-height: 1.8125;
  }
  body.recruit-div.term .linkCntVox {
    margin-bottom: 11rem;
  }
  body.recruit-div.term .linkCntVox ul {
    padding: 5rem 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.2rem 0;
  }
  body.recruit-div.term .linkCntVox ul li {
    width: 28rem;
  }
  body.recruit-div.term .linkCntVox ul li a {
    font-size: 2.7rem;
    padding: 2.5rem 2rem 5rem;
  }
  body.recruit-div.term .linkCntVox ul li a:after {
    border-width: 1rem 1.2rem 0 1.2rem;
    bottom: 2rem;
  }
  body.recruit-div.term .secVox {
    margin-bottom: 12rem;
  }
  body.recruit-div.term .secVox .head {
    margin-bottom: 6.5rem;
  }
  body.recruit-div.term .secVox .head h2 {
    font-size: 3.2rem;
    padding: 0.45em;
  }
  body.recruit-div.term .secVox .listVox dl {
    padding-bottom: 7rem;
  }
  body.recruit-div.term .secVox .listVox dl:not(:last-child) {
    margin-bottom: 8rem;
  }
  body.recruit-div.term .secVox .listVox dl dt {
    font-size: 3.6rem;
    padding-left: 4rem;
  }
  body.recruit-div.term .secVox .listVox dl dt:before {
    width: 2.5rem;
    height: 2.5rem;
    top: 0.7em;
  }
  body.recruit-div.term .secVox .listVox dl dd .txt {
    font-size: 2.6rem;
  }
  body.recruit-div.comment .mainArtHead .imgItem {
    top: 3rem;
    bottom: auto;
    right: 3rem;
  }
  body.recruit-div.comment .mainArtHead .imgItem img {
    width: 26.4rem;
  }
  body.recruit-div.comment .secWrapS01 {
    padding: 9.5rem 0 20rem;
  }
  body.recruit-div.comment .secWrapS01 .cntInner {
    max-width: 65rem;
  }
  body.recruit-div.comment .firstVox {
    margin-bottom: 7rem;
  }
  body.recruit-div.comment .firstVox .txt {
    font-size: 3.2rem;
    line-height: 1.8;
    margin-bottom: 4.5rem;
  }
  body.recruit-div.comment .firstVox .noteList li {
    font-size: 2.8rem;
    line-height: 1.9;
  }
  body.recruit-div.comment .linkCntVox {
    margin-bottom: 10rem;
  }
  body.recruit-div.comment .linkCntVox .cntInner {
    padding: 5rem 3rem;
  }
  body.recruit-div.comment .linkCntVox h2 span {
    font-size: 3.2rem;
    padding: 0.4em 3.4em;
    display: block;
  }
  body.recruit-div.comment .linkCntVox ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.2rem 0;
  }
  body.recruit-div.comment .linkCntVox ul li {
    width: 28rem;
  }
  body.recruit-div.comment .linkCntVox ul li a {
    background: #fff;
    font-size: 2.7rem;
    padding: 2.5rem 2rem 5rem;
  }
  body.recruit-div.comment .linkCntVox ul li a:after {
    border-width: 1rem 1.2rem 0 1.2rem;
    bottom: 2rem;
  }
  body.recruit-div.comment .linkCntVox ul li a .txt {
    display: block;
    padding-bottom: 0.15em;
    border-bottom: 1px solid #333;
  }
  body.recruit-div.comment .secVox .head {
    margin-bottom: 7.5rem;
  }
  body.recruit-div.comment .secVox .head h2 {
    font-size: 3.2rem;
    padding: 0.45em 1em;
  }
  body.recruit-div.comment .secVox .item {
    padding: 7rem 0 0;
  }
  body.recruit-div.comment .secVox .item header {
    margin-bottom: 5.5rem;
  }
  body.recruit-div.comment .secVox .item header .time, body.recruit-div.comment .secVox .item header .name {
    line-height: 1.9;
  }
  body.recruit-div.comment .secVox .item header .name {
    margin-bottom: 2rem;
  }
  body.recruit-div.comment .secVox .item header .rate .num {
    font-size: 3.8rem;
  }
  body.recruit-div.comment .secVox .item header .starVox {
    gap: 0 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.recruit-div.comment .secVox .item header .starVox .baseImg img {
    width: 41.2rem;
  }
  body.recruit-div.comment .secVox .item header .starVox .num {
    font-size: 2.7rem;
  }
  body.recruit-div.comment .secVox .item .iCnt {
    padding: 5.5rem 4.7rem 8rem;
  }
  body.recruit-div.comment .secVox .item .iCnt section h4 {
    margin-bottom: 5rem;
  }
  body.recruit-div.comment .secVox .item .iCnt section h4 span {
    font-size: 2.6rem;
    min-width: 16.3rem;
  }
  body.recruit-div.comment .secVox .item .commentVox {
    margin-bottom: 6.5rem;
  }
  body.recruit-div.comment .secVox .item .commentVox .txtVox .txtItem {
    border-radius: 10px;
    padding: 5rem 4.5rem 4rem;
  }
  body.recruit-div.comment .secVox .item .commentVox .txtVox .txtItem:not(:last-child) {
    margin-bottom: 7rem;
  }
  body.recruit-div.comment .secVox .item .commentVox .txtVox .txtItem dt {
    margin-bottom: 3rem;
    padding: 0.4em 0.8em;
    text-align: center;
    font-size: 2.8rem;
  }
  body.recruit-div.comment .secVox .item .answerVox .txtItem {
    border-radius: 10px;
    padding: 5rem 4.5rem 4rem;
  }
  body.recruit-div.faq .mainArtHead .imgItem {
    top: 2rem;
    bottom: auto;
    right: 2rem;
  }
  body.recruit-div.faq .mainArtHead .imgItem img {
    width: 25.3rem;
  }
  body.recruit-div.faq .secWrapS01 {
    padding: 9.5rem 0 20rem;
  }
  body.recruit-div.faq .firstTxt {
    max-width: 65rem;
    margin: 0 auto 9.5rem;
    line-height: 1.8;
    font-size: 3.2rem;
  }
  body.recruit-div.faq .faqVox {
    max-width: 65rem;
  }
  body.recruit-div.faq .faqVox .cntInner {
    padding: 0;
  }
  body.recruit-div.faq .faqSec:not(:last-child) {
    margin-bottom: 8rem;
  }
  body.recruit-div.faq .faqSec header {
    font-size: 3.6rem;
    gap: 0 4rem;
    margin-bottom: 5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.recruit-div.faq .faqSec header .q {
    min-width: 6rem;
  }
  body.recruit-div.faq .faqSec .cnt {
    gap: 0 1.5rem;
    padding: 3.2rem 2.5rem;
  }
  body.recruit-div.faq .faqSec .cnt .a {
    font-size: 3.6rem;
    min-width: 2.5rem;
  }
  body.recruit-div.faq .faqSec .cnt .txtVox {
    padding-top: 1rem;
  }
  body.recruit-div.faq .faqSec .cnt .txtVox .txt {
    line-height: 1.8;
  }
  body.recruit-div.faq .faqSec.faqSec07 .cnt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.recruit-div.faq .faqSec.faqSec07 .flexVox {
    display: block;
  }
  body.recruit-div.faq .faqSec.faqSec07 .flexVox .txt {
    margin-bottom: 3rem;
  }
  body.recruit-div.faq .faqSec.faqSec07 .flexVox .img01 {
    width: 100%;
  }
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * [business]
 *
 * =====================================================
 */
body.business .secWrapS01 {
  padding: 13rem 0 10rem;
  overflow: hidden;
}
body.business .secWrapS01 .headS01 {
  text-align: center;
  padding: 2.7rem 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 6.5rem;
}
body.business .secWrapS01 .hS01 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.7;
}
body.business .secWrapS01 .hS02 {
  font-size: 3.5rem;
  font-weight: 700;
}
body.business .secWrapS01 .hS02 span {
  position: relative;
  display: inline-block;
  padding: 0 4.5rem;
}
body.business .secWrapS01 .hS02 span:before, body.business .secWrapS01 .hS02 span:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 2.5rem;
  height: 3.6rem;
  background: url(../../images/content/content/arrow07.svg) center/contain no-repeat;
  top: 0;
  bottom: 0;
}
body.business .secWrapS01 .hS02 span:before {
  left: 0;
}
body.business .secWrapS01 .hS02 span:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* END body */
/*
 * =====================================================
 *
 * [business index]
 *
 * =====================================================
 */
body.business.index .cntInner {
  max-width: 100%;
  padding: 0;
}
body.business.index .secVox {
  width: 94rem;
  margin: 0 auto;
}
body.business.index .firstVox {
  position: relative;
  margin-bottom: 15rem;
}
body.business.index .firstVox .hS01 {
  margin-bottom: 6rem;
}
body.business.index .firstVox .txt {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.1;
}
body.business.index .firstVox .imgItem {
  position: absolute;
  top: -3rem;
  right: 0;
}
body.business.index .firstVox .imgItem img {
  width: 34.2rem;
}
body.business.index .fieldVox {
  position: relative;
  z-index: 2;
}
body.business.index .fieldVox .head {
  max-width: 93rem;
  margin: 0 auto 12rem;
}
body.business.index .fieldVox .itemWrap:not(:last-child) {
  margin-bottom: 11rem;
}
body.business.index .fieldVox .item {
  position: relative;
  width: 115.4rem;
  padding: 6.6rem 16rem;
  color: #fff;
}
body.business.index .fieldVox .item:before, body.business.index .fieldVox .item:after {
  content: "";
  position: absolute;
  margin: auto;
}
body.business.index .fieldVox .item:before {
  z-index: 2;
  width: 123.8rem;
  height: 36.4rem;
  left: 0;
  bottom: 3rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 11.4rem) 0%, 100% 50%, calc(100% - 11.4rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 11.4rem) 0%, 100% 50%, calc(100% - 11.4rem) 100%, 0% 100%);
  mix-blend-mode: multiply;
  background: #dfdfdf;
}
body.business.index .fieldVox .item:after {
  z-index: 1;
  width: 108.2rem;
  height: 24.6rem;
  background: #e9e9e9;
  left: 0;
  bottom: -3.7rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 7.8rem) 0%, 100% 50%, calc(100% - 7.8rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 7.8rem) 0%, 100% 50%, calc(100% - 7.8rem) 100%, 0% 100%);
}
body.business.index .fieldVox .item.item02 {
  margin: 0 0 0 auto;
  padding-left: 22rem;
}
body.business.index .fieldVox .item.item02:before {
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(11.4rem 0, 100% 0, 100% 100%, 11.4rem 100%, 0 50%);
          clip-path: polygon(11.4rem 0, 100% 0, 100% 100%, 11.4rem 100%, 0 50%);
}
body.business.index .fieldVox .item.item02:after {
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(7.8rem 0, 100% 0, 100% 100%, 7.8rem 100%, 0 50%);
          clip-path: polygon(7.8rem 0, 100% 0, 100% 100%, 7.8rem 100%, 0 50%);
}
body.business.index .fieldVox .item.item02 .bg {
  -webkit-clip-path: polygon(19rem 0, 100% 0, 100% 100%, 19rem 100%, 0 50%);
          clip-path: polygon(19rem 0, 100% 0, 100% 100%, 19rem 100%, 0 50%);
}
body.business.index .fieldVox .item.item03 {
  width: 124.1rem;
}
body.business.index .fieldVox .item.item03::before {
  width: 125.6rem;
  height: 36.4rem;
  left: 0;
}
body.business.index .fieldVox .item.item03 header {
  max-width: 91.4rem;
}
body.business.index .fieldVox .item.item03 .bg {
  -webkit-clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%);
}
body.business.index .fieldVox .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 19rem) 0%, 100% 50%, calc(100% - 19rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 19rem) 0%, 100% 50%, calc(100% - 19rem) 100%, 0% 100%);
}
body.business.index .fieldVox .item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.business.index .fieldVox .item .inner {
  position: relative;
  z-index: 4;
}
body.business.index .fieldVox .item header {
  max-width: 76.4rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}
body.business.index .fieldVox .item header h3 {
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1;
}
body.business.index .fieldVox .item h4 {
  font-size: 2.7rem;
  font-weight: 700;
}
body.business.index .fieldVox .item .txt {
  font-size: 2.1rem;
  line-height: 2.42;
  max-width: 76.4rem;
  text-align: justify;
  letter-spacing: 0.05em;
}
body.business.index .fieldVox .btnVox {
  text-align: right;
  margin: 4.5rem 0 0;
  max-width: 76.4rem;
}
body.business.index .fieldVox .btnVox .btnS02 {
  border: 0;
}
body.business.index .fieldVox .cntInner02 {
  width: 94rem;
  padding: 10rem 0 4rem;
}
body.business.index .fieldVox .cntInner02 h2 {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
body.business.index .fieldVox .cntInner02 .business_figure {
  width: 82.9rem;
  margin: 0 auto 4rem;
}
body.business.index .fieldVox .cntInner02 p {
  line-height: 2.3;
  font-size: 1.8rem;
}

/* END body */
/*
 * =====================================================
 *
 * [business 下層]
 *
 * =====================================================
 */
body.business.lower .secWrapS01 {
  padding-bottom: 13rem;
  margin-bottom: 13.5rem;
}
body.business.lower .secVox {
  width: 94rem;
  margin: 0 auto 10rem;
}
body.business.lower .secVox.firstVox {
  margin: 0 auto 5rem;
}
body.business.lower .secVox .cntInner {
  padding: 0;
  max-width: 100%;
}
body.business.lower .secVox .cnt .txt {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2.2;
}
body.business.lower .secVox .cnt .img {
  margin: 7rem auto 0;
  text-align: center;
}
body.business.lower .firstVox {
  position: relative;
  z-index: 2;
}
body.business.lower .firstVox .imgItem {
  position: absolute;
  top: -5rem;
  right: -6.6rem;
  z-index: -1;
}
body.business.lower .firstVox .imgItem img {
  width: 34.2rem;
}
body.business.lower .firstVox .head {
  margin-bottom: 2rem;
}
body.business.lower .firstVox .head .hS01 {
  letter-spacing: 0.08em;
}
body.business.lower .firstVox .img {
  margin-bottom: 4rem;
}
body.business.lower .firstVox .img img {
  width: 93.2rem;
}
body.business.lower .firstVox .txt {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.1;
}
body.business.lower .resultVox .cnt h3 {
  text-align: center;
  margin-bottom: 4.5rem;
}
body.business.lower .resultVox .subSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}
body.business.lower .resultVox .subSec:not(:last-child) {
  margin-bottom: 4rem;
}
body.business.lower .resultVox .subSec:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.business.lower .resultVox .subSec .img {
  width: 45.3rem;
}
body.business.lower .resultVox .subSec .txtVox {
  width: 47.2rem;
  background: #e6e6e6;
  border-radius: 4px;
  padding: 3rem 2.5rem;
}
body.business.lower .resultVox .subSec .txtVox h4 + h4 {
  margin-top: 1rem;
}
body.business.lower .resultVox .subSec .txtVox h4 span {
  display: inline-block;
  background: #fff;
  padding: 0.6rem 2.7rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  border-radius: 50px;
}
body.business.lower .resultVox .subSec .txtVox .sub {
  font-weight: 400;
  color: #e94738;
  margin-top: 3rem;
}
body.business.lower .resultVox .subSec .txtVox .txt {
  line-height: 2.33;
  margin-top: 2.5rem;
}
body.business.lower .resultVox .btnVox {
  text-align: center;
  margin-top: 9.5rem;
}
body.business.lower .businessVox {
  width: 94rem;
  margin: 0 auto;
  padding: 8rem 0;
  border-top: 1px solid #333;
}
body.business.lower .businessVox .cntInner {
  padding: 0;
  max-width: 100%;
}
body.business.lower .businessVox .head {
  text-align: center;
  margin-bottom: 6.5rem;
}
body.business.lower .businessVox .img {
  margin-bottom: 7.5rem;
  text-align: center;
}
body.business.lower .businessVox .img img {
  width: 83rem;
}
body.business.lower .businessVox .txt {
  line-height: 2;
}
body.business.lower .businessVox .btnVox {
  text-align: center;
  margin: 9rem 0 0;
}
body.business.lower .businessVox .btnVox .btnS02 {
  letter-spacing: 0.01em;
}
body.business.lower .businessVox02 {
  padding-bottom: 0;
}
body.business.lower .businessVox02 .head {
  margin-bottom: 0;
}
body.business.lower .businessVox02 .img {
  margin-bottom: 4rem;
}
body.business.lower .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6e6e6;
  padding: 5rem 10rem;
  gap: 3rem;
  margin-top: 9rem;
}
body.business.lower .link_list li {
  width: 50%;
  background-color: #fff;
  text-align: center;
}
body.business.lower .link_list li a {
  position: relative;
  display: block;
  background: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  padding: 1.2rem 2rem 3.5rem;
}
body.business.lower .link_list li a:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0.9rem 0 0.9rem;
  border-color: #333 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: 1.8rem;
}
body.business.lower .link_list li a span {
  display: block;
  padding-bottom: 0.15em;
  border-bottom: 1px solid #333;
}
body.business.lower .etc_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}
body.business.lower .etc_list > li:last-of-type {
  margin-bottom: 0;
}
body.business.lower .etc_list > li .img {
  width: 45.3rem;
  margin-bottom: 0;
}
body.business.lower .etc_list > li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.business.lower .etc_list > li .txtBox {
  width: 47.2rem;
  background-color: #e6e6e6;
  padding: 3rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.business.lower .etc_list > li .txtBox h3 {
  font-size: 2.5rem;
  background-color: #fff;
  border-radius: 30px;
  padding: 1rem 2rem;
  line-height: 1;
  display: table;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
body.business.lower .etc_list > li .txtBox h3:last-of-type {
  margin-bottom: 2.5rem;
}
body.business.lower .etc_list > li .txtBox p {
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  line-height: 2.3;
  text-align: justify;
}
body.business.lower .etc_list > li .txtBox h4 {
  margin-top: 3.6rem;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
body.business.lower .etc_list > li .txtBox h4.red_txt {
  color: #e84737;
  font-size: 1.8rem;
  margin-top: 0;
}
body.business.lower .etc_list > li .txtBox ul {
  line-height: 1.9;
}
body.business.lower .etc_list > li .txtBox ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
body.business.lower .cntInner02 {
  margin-top: 11rem;
}
body.business.lower .pointBox {
  margin: 9.8rem auto 0;
  border: solid 1px #707070;
}
body.business.lower .pointBox h2 {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  background-color: #ffc6c2;
  padding: 2rem;
}
body.business.lower .pointBox p {
  font-size: 2.1rem;
  font-weight: bold;
  padding: 2.5rem 5rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
body.business.lower .business_lower_block {
  margin-bottom: 13rem;
}
body.business.lower .business_lower_block:last-of-type {
  margin-bottom: 0;
}
body.business.lower .business_lower_block .businessVox {
  padding: 8rem 0 0;
}
body.business.lower .pageLinkVoxS02 .list li a:after {
  background-color: transparent;
}
body.business.lower .otherVoxS01 h2 {
  font-size: 3.5rem;
}
body.business.lower #hardware .resultVox .img {
  width: 73.6rem;
  margin: 10.2rem auto 0;
}

/* END body */
/*
 * =====================================================
 *
 * [PLM]
 *
 * =====================================================
 */
body.business.lower.plm .secVox.firstVox {
  margin: 0 auto 10rem;
}

/*
 * =====================================================
 *
 * [OTHER]
 *
 * =====================================================
 */
body.business.lower.other .etc_list.etc_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
body.business.lower.other .etc_list.etc_list02 > li {
  gap: 1.5rem;
  width: calc(50% - 1.5rem);
  margin-bottom: 0;
}
body.business.lower.other .etc_list.etc_list02 > li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.business.lower.other .etc_list.etc_list02 > li h3 {
  width: 100%;
  text-align: center;
}

/*
 * =====================================================
 *
 * [WEB・画像認識領域]
 *
 * =====================================================
 */
body.business.next .resultVox {
  margin-bottom: 0;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  /*
  * =====================================================
  *
  * [business]
  *
  * =====================================================
  */
  body.business .secWrapS01 {
    padding: 12rem 0;
  }
  body.business .secWrapS01 .headS01 {
    text-align: center;
    padding: 2.7rem 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 6.5rem;
  }
  /* END body */
  /*
  * =====================================================
  *
  * [business index]
  *
  * =====================================================
  */
  body.business.index .secVox {
    width: 65rem;
  }
  body.business.index .secWrapS01 .hS02 span {
    width: 100%;
  }
  body.business.index .secWrapS01 .hS02 span:before, body.business.index .secWrapS01 .hS02 span:after {
    width: 6.1rem;
    height: 10.2rem;
    background: url(../../images/content/content/arrow07_sp.svg) center/contain no-repeat;
  }
  body.business.index .firstVox {
    margin-bottom: 10rem;
  }
  body.business.index .firstVox .txt {
    font-size: 2.6rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  body.business.index .fieldVox {
    padding-bottom: 0;
  }
  body.business.index .fieldVox .head {
    max-width: 65rem;
    margin: 0 auto 7.5rem;
  }
  body.business.index .fieldVox .itemWrap:not(:last-child) {
    margin-bottom: 12rem;
  }
  body.business.index .fieldVox .itemWrap .illust {
    text-align: center;
    margin-bottom: 1rem;
  }
  body.business.index .fieldVox .itemWrap .illust01 {
    width: 16.6rem;
  }
  body.business.index .fieldVox .itemWrap .illust02 {
    width: 11.2rem;
  }
  body.business.index .fieldVox .itemWrap .spHead {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 5rem;
    font-weight: 500;
  }
  body.business.index .fieldVox .item {
    width: 70rem;
    padding: 6rem 16rem 6rem 5rem;
  }
  body.business.index .fieldVox .item:before {
    width: 78rem;
    height: 26rem;
    bottom: 3rem;
  }
  body.business.index .fieldVox .item:after {
    width: 67rem;
    height: 24.6rem;
    bottom: -4.2rem;
  }
  body.business.index .fieldVox .item:before, body.business.index .fieldVox .item:after {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 8rem) 0%, 100% 50%, calc(100% - 8rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 8rem) 0%, 100% 50%, calc(100% - 8rem) 100%, 0% 100%);
  }
  body.business.index .fieldVox .item.item02 {
    padding: 7.8rem 5.5rem 7rem 20rem;
  }
  body.business.index .fieldVox .item.item02 .bg {
    -webkit-clip-path: polygon(12rem 0, 100% 0, 100% 100%, 12rem 100%, 0 50%);
            clip-path: polygon(12rem 0, 100% 0, 100% 100%, 12rem 100%, 0 50%);
  }
  body.business.index .fieldVox .item.item02:before, body.business.index .fieldVox .item.item02:after {
    -webkit-clip-path: polygon(8rem 0, 100% 0, 100% 100%, 8rem 100%, 0 50%);
            clip-path: polygon(8rem 0, 100% 0, 100% 100%, 8rem 100%, 0 50%);
  }
  body.business.index .fieldVox .item.item03 {
    width: 70rem;
  }
  body.business.index .fieldVox .item.item03::before {
    width: 78.5rem;
    height: 26rem;
    left: 0;
  }
  body.business.index .fieldVox .item.item03 header {
    max-width: 100%;
  }
  body.business.index .fieldVox .item.item03 .bg {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 12rem) 0%, 100% 50%, calc(100% - 12rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 12rem) 0%, 100% 50%, calc(100% - 12rem) 100%, 0% 100%);
  }
  body.business.index .fieldVox .item .bg {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 12rem) 0%, 100% 50%, calc(100% - 12rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 12rem) 0%, 100% 50%, calc(100% - 12rem) 100%, 0% 100%);
  }
  body.business.index .fieldVox .item header {
    display: table;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
  body.business.index .fieldVox .item header h3 {
    font-size: 4.5rem;
    line-height: 1.4;
  }
  body.business.index .fieldVox .item h4 {
    font-size: 2.6rem;
  }
  body.business.index .fieldVox .item .txt {
    font-size: 2.6rem;
    line-height: 1.73;
    max-width: 46rem;
  }
  body.business.index .fieldVox .btnVox {
    text-align: center;
    margin: 8rem auto 0;
    max-width: 65rem;
  }
  body.business.index .fieldVox .btnVox .btnS02 {
    border: 0;
  }
  body.business.index .fieldVox .cntInner02 {
    width: 65rem;
    padding: 14rem 0 0;
  }
  body.business.index .fieldVox .cntInner02 h2 {
    font-size: 4rem;
    margin-bottom: 7rem;
  }
  body.business.index .fieldVox .cntInner02 .business_figure {
    width: 54.8rem;
    margin: 0 auto 5rem;
  }
  body.business.index .fieldVox .cntInner02 p {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  /* END body */
  /*
  * =====================================================
  *
  * [business 下層]
  *
  * =====================================================
  */
  body.business.lower .mainArtHeadS01 {
    padding: 9rem 0;
  }
  body.business.lower .titleVoxS02 .inner:before {
    right: 1rem;
  }
  body.business.lower .secWrapS01 .hS02 span {
    width: 100%;
    line-height: 1.4;
  }
  body.business.lower .secWrapS01 .hS02 span:before, body.business.lower .secWrapS01 .hS02 span:after {
    width: 6.1rem;
    height: 10.2rem;
    background: url(../../images/content/content/arrow07_sp.svg) center/contain no-repeat;
  }
  body.business.lower .secVox {
    width: 65rem;
    margin: 0 auto 12rem;
  }
  body.business.lower .secVox .hS01 {
    font-size: 4.5rem;
  }
  body.business.lower .secVox .hS02 {
    font-size: 4.5rem;
  }
  body.business.lower .secVox .cnt h3 {
    margin-bottom: 4.5rem;
  }
  body.business.lower .secVox .cnt .txt {
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
  }
  body.business.lower .secVox .cnt .img_sp {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: relative;
    width: 100vw;
  }
  body.business.lower .secVox.firstVox {
    margin: 0 auto 9rem;
  }
  body.business.lower .secVox.firstVox .hS01 {
    font-size: 4rem;
  }
  body.business.lower .firstVox .imgItem {
    top: 0rem;
    right: -3.3rem;
  }
  body.business.lower .firstVox .head {
    margin-bottom: 5rem;
  }
  body.business.lower .firstVox .img {
    margin-bottom: 6rem;
  }
  body.business.lower .firstVox .txt {
    font-size: 2.6rem;
    line-height: 1.73;
  }
  body.business.lower .resultVox .subSec {
    display: block;
  }
  body.business.lower .resultVox .subSec:not(:last-child) {
    margin-bottom: 8rem;
  }
  body.business.lower .resultVox .subSec .img {
    width: 100%;
    margin-bottom: 1rem;
  }
  body.business.lower .resultVox .subSec .txtVox {
    width: 100%;
    padding: 4rem 5rem;
  }
  body.business.lower .resultVox .subSec .txtVox h4 {
    text-align: center;
  }
  body.business.lower .resultVox .subSec .txtVox h4 + h4 {
    margin-top: 2rem;
  }
  body.business.lower .resultVox .subSec .txtVox h4 span {
    min-width: 36.5rem;
    padding: 1.6rem 3rem;
    font-size: 2.6rem;
  }
  body.business.lower .resultVox .subSec .txtVox .sub {
    margin-top: 3rem;
  }
  body.business.lower .resultVox .subSec .txtVox .txt {
    margin-top: 3rem;
    line-height: 2;
  }
  body.business.lower .resultVox .btnVox {
    margin-top: 9rem;
  }
  body.business.lower .businessVox {
    width: 65rem;
  }
  body.business.lower .businessVox .txt {
    line-height: 2;
    font-weight: bold;
  }
  body.business.lower .businessVox .btnVox .btnS02 {
    text-align: center;
    width: 100%;
  }
  body.business.lower .businessVox02 .head {
    margin-bottom: 2rem;
  }
  body.business.lower .link_list {
    padding: 2rem;
    margin-top: 8rem;
    gap: 2rem;
  }
  body.business.lower .link_list li a {
    font-size: 2.4rem;
    line-height: 1.6;
    padding: 1.2rem 2rem 3.5rem;
  }
  body.business.lower .etc_list > li {
    gap: 1rem;
    margin-bottom: 6.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.business.lower .etc_list > li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.business.lower .etc_list > li .img {
    width: 100%;
  }
  body.business.lower .etc_list > li .txtBox {
    width: 100%;
    padding: 4rem 4rem 8rem;
  }
  body.business.lower .etc_list > li .txtBox h3 {
    font-size: 3rem;
    padding: 2rem;
    margin: 0 auto 1.5rem;
    min-width: 36.5rem;
    text-align: center;
  }
  body.business.lower .etc_list > li .txtBox h3:last-of-type {
    margin-bottom: 3rem;
  }
  body.business.lower .etc_list > li .txtBox p {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 2;
  }
  body.business.lower .etc_list > li .txtBox h4 {
    margin-top: 3rem;
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 0;
  }
  body.business.lower .etc_list > li .txtBox h4.red_txt {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: -1rem;
  }
  body.business.lower .etc_list > li .txtBox ul {
    font-weight: bold;
  }
  body.business.lower .business_lower_block .businessVox {
    padding: 3rem 0 0;
  }
  body.business.lower .pointBox h2 {
    font-size: 4rem;
    padding: 3rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  body.business.lower .pointBox p {
    font-size: 2.6rem;
    padding: 5rem;
    text-align: justify;
  }
  body.business.lower .cntInner02 {
    margin-top: 9rem;
  }
  body.business.lower .secWrapS01 .hS01 {
    font-size: 4.5rem;
  }
  body.business.lower #hardware .resultVox .img {
    width: 100%;
    margin: 7rem auto 0;
  }
  body.business.lower .otherVoxS01 h2 {
    font-size: 4.5rem;
  }
  /* END body */
  /*
   * =====================================================
   *
   * [PLM]
   *
   * =====================================================
   */
  body.business.lower.plm .secVox.firstVox {
    margin: 0 auto 13rem;
  }
  /*
   * =====================================================
   *
   * [OTHER]
   *
   * =====================================================
   */
  body.business.lower.other .etc_list.etc_list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  body.business.lower.other .etc_list.etc_list02 > li {
    gap: 0;
    width: 100%;
    font-size: 2.6rem;
  }
  body.business.lower.other .etc_list.etc_list02 > li .txtBox {
    padding: 4rem;
  }
  body.business.lower.other .etc_list.etc_list02 > li h3 {
    width: 88%;
  }
  /*
  * =====================================================
  *
  * [WEB・画像認識領域]
  *
  * =====================================================
  */
  body.business.next .titleVoxS02 .inner:before {
    right: 0;
  }
  /* END body */
} /* END @media smaller than $bp *//*# sourceMappingURL=import.min.css.map */