@charset "UTF-8";
/*==========================================================*/
/*	responsive
-----------------------------------------------------------*/
.pagination .screen-reader-text {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}

@media only screen and (max-width: 768px) {
  .btnNormal {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.btnNormal a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  color: #000;
  width: 270px;
  height: 62px;
}
@media only screen and (max-width: 768px) {
  .btnNormal a {
    max-width: 250px;
    width: 100%;
    height: 57px;
  }
}
.btnNormal a:before {
  content: "";
  background: url(../img/btn_icon_arrow.png) no-repeat center center;
  position: absolute;
  right: -50px;
  top: 50%;
  bottom: 0;
  width: 80px;
  height: 6px;
  transform: translate3d(0, -50%, 0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .btnNormal a:before {
    right: -15px;
    background-size: 80%;
    background: url(../img/btn_icon_arrow_02.png) no-repeat center center;
  }
}
.btnNormal a .btnIn {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btnNormal a .btnIn:before, .btnNormal a .btnIn:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.btnNormal a .btnIn:before {
  top: 0;
}
.btnNormal a .btnIn:after {
  bottom: 0;
}
.btnNormal a .btnIn .bgBoard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transform: translate3d(-100%, 0, 0);
}
.btnNormal a .btnIn .inBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .btnNormal a .btnIn .inBtn._zero .d1 {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
  }
}
.btnNormal a .btnIn .inBtn:before, .btnNormal a .btnIn .inBtn:after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #000;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.btnNormal a .btnIn .inBtn:before {
  left: 0;
}
.btnNormal a .btnIn .inBtn:after {
  right: 0;
}
.btnNormal a .btnIn .inBtn .e1 {
  position: relative;
  font-size: 1.4rem;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media only screen and (max-width: 768px) {
  .btnNormal a .btnIn .inBtn .e1 {
    font-size: 13px;
  }
}
.btnNormal a:hover:before {
  transform: translate3d(10px, -50%, 0);
}
.btnNormal a:hover .btnIn:before {
  transform: translate3d(-100%, 0, 0);
}
.btnNormal a:hover .btnIn:after {
  transform: translate3d(100%, 0, 0);
}
.btnNormal a:hover .btnIn .bgBoard {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate3d(0, 0, 0);
}
.btnNormal a:hover .btnIn .inBtn:before {
  transform: translate3d(0, 100%, 0);
}
.btnNormal a:hover .btnIn .inBtn:after {
  transform: translate3d(0, -100%, 0);
}
.btnNormal a:hover .btnIn .inBtn .e1 {
  color: #fff;
}
.btnNormal.bCenter a {
  margin: 0 auto;
}
.btnNormal.bWhite a:before {
  background: url(../img/btn_icon_arrow_white.png) no-repeat center center;
}
@media only screen and (max-width: 768px) {
  .btnNormal.bWhite a:before {
    background: url(../img/btn_icon_arrow_white_sp.png) no-repeat center center;
  }
}
.btnNormal.bWhite .btnIn:before, .btnNormal.bWhite .btnIn:after {
  background: #fff;
}
.btnNormal.bWhite .btnIn .inBtn:before, .btnNormal.bWhite .btnIn .inBtn:after {
  background: #fff;
}
.btnNormal.bWhite .btnIn .inBtn .d1 .e1 {
  color: #fff;
}

/*=========================================================*/
/*	company*/
/*=========================================================*/
.logoDesignWrap {
  position: relative;
  margin-left: 10%;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.logoDesignWrap:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  background: url(../img/about_logodesign_bg.jpg) no-repeat center/cover;
  width: 97%;
  height: 100%;
}
.logoDesignWrap .flexWrapLogo {
  position: relative;
  z-index: 1;
  flex-basis: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo {
    display: block;
    padding: 60px 0px;
  }
}
.logoDesignWrap .flexWrapLogo .textBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  margin-right: 14rem;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .textBox {
    margin-right: 0em;
  }
}
.logoDesignWrap .flexWrapLogo .textBox dl {
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .textBox dl {
    margin-bottom: 30px;
  }
}
.logoDesignWrap .flexWrapLogo .textBox dl dt {
  position: relative;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 6px;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .textBox dl dt {
    font-size: 24px;
  }
}
.logoDesignWrap .flexWrapLogo .textBox dl dt:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .textBox dl dt:before {
    width: 70%;
  }
}
.logoDesignWrap .flexWrapLogo .textBox dl dd {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .textBox dl dd {
    font-size: 14px;
  }
}
.logoDesignWrap .flexWrapLogo .textBox p {
  color: #fff;
}
.logoDesignWrap .flexWrapLogo .fskLogo {
  flex-basis: 30%;
  margin-right: 5%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .fskLogo {
    max-width: 160px;
    margin: 0 auto 50px;
  }
}

.blackBg {
  background: #000;
}

.secNormalTitleWrap {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .secNormalTitleWrap {
    height: 300px;
  }
}
.secNormalTitleWrap h2 {
  font-size: 80px;
}
@media only screen and (max-width: 768px) {
  .secNormalTitleWrap h2 {
    font-size: 44px;
  }
}
.secNormalTitleWrap .subTitle {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .secNormalTitleWrap .subTitle {
    font-size: 14px;
  }
}
.secNormalTitleWrap._white h2 {
  color: #fff;
}
.secNormalTitleWrap._white .subTitle {
  color: #fff;
}

.sloganWrap {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .sloganWrap {
    margin-bottom: 100px;
  }
}
.sloganWrap .flexWrap {
  position: relative;
  margin-right: 85px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .sloganWrap .flexWrap {
    display: block;
    margin-right: 30px;
  }
}
.sloganWrap .flexWrap:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  background: #17181c;
  width: 100%;
  height: 100%;
}
.sloganWrap .flexWrap .mainContents {
  position: relative;
  z-index: 1;
  width: 70%;
  display: block;
  padding: 0px 5% 0px 0;
  margin-left: 0px;
}
@media only screen and (max-width: 768px) {
  .sloganWrap .flexWrap .mainContents {
    width: 100%;
    padding: 0px 20px 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.sloganWrap .flexWrap .mainContents .titleBox {
  color: #fff;
  margin-bottom: 80px;
  margin-left: 20%;
}
@media only screen and (max-width: 768px) {
  .sloganWrap .flexWrap .mainContents .titleBox {
    margin-bottom: 30px;
    margin-left: 10%;
  }
}
.sloganWrap .flexWrap .mainContents .titleBox h2 {
  position: relative;
  font-size: 80px;
  display: inline-block;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .sloganWrap .flexWrap .mainContents .titleBox h2 {
    font-size: 36px;
  }
}
.sloganWrap .flexWrap .mainContents .titleBox h2:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .sloganWrap .flexWrap .mainContents .titleBox h2:before {
    width: 70%;
  }
}
.sloganWrap .flexWrap .mainContents .titleBox .sub {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .sloganWrap .flexWrap .mainContents .titleBox .sub {
    font-size: 14px;
  }
}
.sloganWrap .flexWrap .mainContents .bl_img {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.sloganWrap .flexWrap .mainContents .bl_img video {
  width: 100%;
  height: auto;
}
.sloganWrap .flexWrap .flexText {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sloganWrap .flexWrap .flexText {
    margin: 0 20px;
  }
}
.sloganWrap .flexWrap .flexText p {
  color: #fff;
  line-height: 2;
}

.logoDesignWrap {
  position: relative;
  margin-left: 10%;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.logoDesignWrap:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  background: url(../img/about_logodesign_bg.jpg) no-repeat center/cover;
  width: 97%;
  height: 100%;
}
.logoDesignWrap .flexWrapLogo {
  position: relative;
  z-index: 1;
  flex-basis: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo {
    display: block;
    padding: 60px 0px;
  }
}
.logoDesignWrap .flexWrapLogo .textBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  margin-right: 14rem;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .textBox {
    margin-right: 0em;
  }
}
.logoDesignWrap .flexWrapLogo .textBox dl {
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .textBox dl {
    margin-bottom: 30px;
  }
}
.logoDesignWrap .flexWrapLogo .textBox dl dt {
  position: relative;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 6px;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .textBox dl dt {
    font-size: 24px;
  }
}
.logoDesignWrap .flexWrapLogo .textBox dl dt:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .textBox dl dt:before {
    width: 70%;
  }
}
.logoDesignWrap .flexWrapLogo .textBox dl dd {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .textBox dl dd {
    font-size: 14px;
  }
}
.logoDesignWrap .flexWrapLogo .textBox p {
  color: #fff;
}
.logoDesignWrap .flexWrapLogo .fskLogo {
  flex-basis: 30%;
  margin-right: 5%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .logoDesignWrap .flexWrapLogo .fskLogo {
    max-width: 160px;
    margin: 0 auto 50px;
  }
}

.companyMessageWrap {
  margin-bottom: 8rem;
}
.companyMessageWrap .flexWrap {
  position: relative;
  padding-top: 32rem;
}
@media only screen and (max-width: 768px) {
  .companyMessageWrap .flexWrap {
    padding-top: 10rem;
  }
}
.companyMessageWrap .flexWrap .imgBox {
  width: 48rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .companyMessageWrap .flexWrap .imgBox {
    width: 100%;
    position: relative;
  }
}
.companyMessageWrap .flexWrap .textBox {
  position: relative;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 14rem 3% 8rem;
  position: relative;
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .companyMessageWrap .flexWrap .textBox {
    padding: 12rem 0% 8rem;
  }
}
.companyMessageWrap .flexWrap .textBox h3 {
  text-align: right;
  display: block;
  font-size: 11rem;
  font-weight: 700;
  line-height: 11rem;
  margin-bottom: 4rem;
  position: absolute;
  top: -12rem;
  right: -7rem;
}
@media only screen and (max-width: 768px) {
  .companyMessageWrap .flexWrap .textBox h3 {
    font-size: 6rem;
    line-height: 6rem;
    margin-bottom: 4rem;
    position: absolute;
    top: -4rem;
    right: 0rem;
  }
}
@media only screen and (max-width: 768px) {
  .companyMessageWrap .flexWrap .textBox .inText {
    padding: 0 3rem;
  }
}
.companyMessageWrap .flexWrap .textBox .inText h4 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .companyMessageWrap .flexWrap .textBox .inText h4 {
    margin-bottom: 2rem;
  }
}
.companyMessageWrap .flexWrap .textBox .inText span {
  display: inline-block;
  background: #3b5f03;
  color: #fff;
  padding: 0.4rem 1rem;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .companyMessageWrap .flexWrap .textBox .inText span {
    font-size: 1.8rem;
  }
}

.companyInfoWrap {
  position: relative;
  padding: 8rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .companyInfoWrap {
    margin-bottom: 0rem;
    padding-bottom: 8rem;
  }
}
.companyInfoWrap ._inin {
  position: relative;
  z-index: 1;
}
.companyInfoWrap .backText {
  position: absolute;
  top: 4rem;
  right: 0;
  left: auto;
  font-size: 14.8rem;
  text-align: right;
  line-height: 1;
  color: #f7f7f7;
  pointer-events: none;
  font-family: playfair-display, serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .companyInfoWrap .backText {
    top: 4rem;
    left: inherit;
    right: 5vw;
    font-size: 8rem;
  }
}
.companyInfoWrap .mainBody .ttlTop {
  margin-bottom: 4rem;
}
.companyInfoWrap .mainBody .ttlTop .enTl {
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #000;
}
.companyInfoWrap .mainBody .ttlTop h3 {
  font-size: 1.6rem;
}
.companyInfoWrap .mainBody .infoFlex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .companyInfoWrap .mainBody .infoFlex {
    display: block;
  }
}
.companyInfoWrap .mainBody .infoFlex .box {
  width: 48.66%;
}
@media only screen and (max-width: 768px) {
  .companyInfoWrap .mainBody .infoFlex .box {
    width: 100%;
  }
}
.companyInfoWrap .mainBody .infoFlex .box dl {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .companyInfoWrap .mainBody .infoFlex .box dl {
    display: block;
  }
}
.companyInfoWrap .mainBody .infoFlex .box dl dt {
  width: 28%;
  padding: 16px 0 15px 10px;
  border-top: 1px solid #262626;
  line-height: 2.18;
  font-size: 1.5rem;
  color: #959595;
}
@media only screen and (max-width: 768px) {
  .companyInfoWrap .mainBody .infoFlex .box dl dt {
    width: 100%;
    font-size: 1.6rem;
  }
}
.companyInfoWrap .mainBody .infoFlex .box dl dd {
  width: 72%;
  padding: 15px 0 15px 15px;
  border-top: 1px solid #ddd;
  line-height: 2.18;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .companyInfoWrap .mainBody .infoFlex .box dl dd {
    width: 100%;
    font-size: 1.6rem;
  }
}
.companyInfoWrap .mainBody .infoFlex .box dl:last-child dt {
  border-bottom: 1px solid #262626;
}
.companyInfoWrap .mainBody .infoFlex .box dl:last-child dd {
  border-bottom: 1px solid #ddd;
}
.companyInfoWrap .mainBody .infoTtl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 8rem;
  margin-bottom: 2rem;
}

.companyLacesWrap {
  background: #000;
  padding: 14rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap {
    padding: 14rem 0 8rem;
  }
}
.companyLacesWrap .companyTopImg {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyTopImg {
    margin-bottom: 4rem;
  }
}
.companyLacesWrap .companyTopImg .titleBox {
  color: #fff;
  margin-bottom: 8rem;
  margin-left: 20%;
  position: absolute;
  top: -5rem;
  right: 20rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyTopImg .titleBox {
    margin-bottom: 3rem;
    margin-left: 2rem;
    right: auto;
  }
}
.companyLacesWrap .companyTopImg .titleBox h2 {
  position: relative;
  font-size: 8rem;
  display: inline-block;
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyTopImg .titleBox h2 {
    font-size: 5rem;
  }
}
.companyLacesWrap .companyTopImg .titleBox h2:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyTopImg .titleBox h2:before {
    width: 70%;
  }
}
.companyLacesWrap .companyTopImg .titleBox .sub {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyTopImg .titleBox .sub {
    font-size: 14px;
  }
}
.companyLacesWrap .companyBottomImg {
  margin-top: -6rem;
  margin-bottom: 14rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyBottomImg {
    margin-top: 0rem;
    margin-bottom: 8rem;
  }
}
.companyLacesWrap .companyBottomImg .flexWrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyBottomImg .flexWrap {
    display: block;
  }
}
.companyLacesWrap .companyBottomImg .flexWrap .flexBox {
  position: relative;
  width: 46%;
  background: #15171b;
  padding-bottom: 10rem;
  padding-left: 5rem;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyBottomImg .flexWrap .flexBox {
    width: 100%;
    margin-bottom: 14rem;
  }
}
.companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB {
  position: absolute;
  top: 4rem;
  left: -2rem;
  width: 50rem;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB {
    left: 0rem;
    width: 100%;
  }
}
.companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB dl {
  color: #fff;
  margin-bottom: 2rem;
  margin-left: 0%;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB dl {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB dl dt {
  position: relative;
  font-size: 3rem;
  display: inline-block;
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB dl dt {
    font-size: 4rem;
  }
}
.companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB dl dt:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB dl dt:before {
    width: 70%;
  }
}
.companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB dl dd {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB dl dd {
    font-size: 1.4rem;
  }
}
.companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB p {
    margin-left: 2rem;
  }
}
.companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB .designLink a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB .designLink a svg {
  transition: all 0.4s;
}
.companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB .designLink a svg path {
  fill: #fff;
}
.companyLacesWrap .companyBottomImg .flexWrap .flexBox .textB .designLink a:hover svg {
  transform: translate(1rem, 0);
}
.companyLacesWrap .companySNSA {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companySNSA {
    margin-bottom: 6rem;
  }
}
.companyLacesWrap .companySNSA .titleBox {
  color: #fff;
  margin-left: 0%;
}
.companyLacesWrap .companySNSA .titleBox a {
  color: #fff;
}
.companyLacesWrap .companySNSA .titleBox a:hover {
  text-decoration: underline;
}
.companyLacesWrap .companySNSA .titleBox h2 {
  position: relative;
  font-size: 3rem;
  display: inline-block;
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companySNSA .titleBox h2 {
    font-size: 3rem;
  }
}
.companyLacesWrap .companySNSA .titleBox h2:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companySNSA .titleBox h2:before {
    width: 70%;
  }
}
.companyLacesWrap .companySNSA .titleBox .sub {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .companyLacesWrap .companySNSA .titleBox .sub {
    font-size: 14px;
  }
}

.bg_body {
  position: relative;
  width: 100%;
  box-sizing: content-box;
}
.bg_body._01 {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .bg_body._01 {
    padding-bottom: 0rem;
  }
}
.bg_body .bg_in {
  width: 100%;
  height: 579px;
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  .bg_body .bg_in {
    height: 40rem;
  }
}
.bg_body .bg_in .background_animation {
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: 3014px;
  animation: bg 70s linear infinite;
}
@media only screen and (max-width: 768px) {
  .bg_body .bg_in .background_animation {
    background-size: 1507px;
    background-repeat: repeat-x;
    background-position: center;
    animation: bg 80s linear infinite;
  }
}

@keyframes bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -2659px;
  }
}
/*=========================================================*/
/*	recruit*/
/*=========================================================*/
.recruitTopWrap {
  background: #f2f2f2;
  padding: 14rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap {
    padding: 6rem 0 0 0;
  }
}
.recruitTopWrap .head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-left: 10%;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .head_box {
    display: block;
    margin-left: 6.25%;
  }
}
.recruitTopWrap .head_box .img_box {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .head_box .img_box {
    width: 100%;
  }
}
.recruitTopWrap .head_box .text_area {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .head_box .text_area {
    width: 90%;
    margin: 6rem 0 4rem 0;
  }
}
.recruitTopWrap .head_box .text_area h3 {
  display: block;
  font-size: 11rem;
  font-weight: 700;
  line-height: 11rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .head_box .text_area h3 {
    font-size: 7rem;
    font-weight: 700;
    line-height: 7rem;
  }
}
.recruitTopWrap .head_box .text_area span {
  display: inline-block;
  background: #3b5f03;
  color: #fff;
  margin-bottom: 3rem;
  padding: 0.4rem 1rem;
  font-size: 1.5rem;
}
.recruitTopWrap .ideal_list {
  position: relative;
  margin-top: -6rem;
  padding-bottom: 12rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .ideal_list {
    margin-top: 0rem;
    margin: 0 6.25%;
    padding-bottom: 6rem;
  }
}
.recruitTopWrap .ideal_list ul {
  position: relative;
  z-index: 2;
  /* width: 60%; */
  max-width: 72rem;
  margin: 0 auto;
}
.recruitTopWrap .ideal_list ul li {
  background: #fff;
  padding: 3.5rem 3rem;
  margin-bottom: 5rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.recruitTopWrap .ideal_list ul li:first-child {
  left: -35%;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .ideal_list ul li:first-child {
    left: 0%;
  }
}
.recruitTopWrap .ideal_list ul li:last-child {
  right: -35%;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .ideal_list ul li:last-child {
    right: 0%;
  }
}
.recruitTopWrap .ideal_list ul li .ttl_box {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .ideal_list ul li .ttl_box {
    margin-bottom: 2rem;
  }
}
.recruitTopWrap .ideal_list ul li .ttl_box p {
  text-align: center;
  margin-bottom: 1rem;
}
.recruitTopWrap .ideal_list ul li .ttl_box p span {
  display: inline-block;
  background: #3b5f03;
  color: #fff;
  margin-bottom: 0rem;
  padding: 0.4rem 1rem;
  font-size: 1.5rem;
}
.recruitTopWrap .ideal_list ul li .ttl_box h4 {
  color: #3b5f03;
  padding-bottom: 3px;
  border-bottom: 2px solid #3b5f03;
  display: inline;
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .ideal_list ul li .ttl_box h4 {
    font-size: 1.8rem;
  }
}
.recruitTopWrap .ideal_list .ideal02 {
  position: absolute;
  left: 0;
  top: 40%;
  width: 35vw;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .ideal_list .ideal02 {
    /* position: absolute; */
    position: relative;
    left: 0;
    top: 0%;
    width: 70%;
  }
}
.recruitTopWrap .ideal_list .ideal03 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25vw;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .ideal_list .ideal03 {
    position: relative;
    right: 0;
    bottom: 0rem;
    margin-top: -10rem;
    margin-left: auto;
    width: 40%;
  }
}

.recruitBottomWrap .flexWrap {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .recruitBottomWrap .flexWrap {
    display: block;
  }
}
.recruitBottomWrap .flexWrap .imgBox {
  width: 50%;
  background: url(../img/recruit_img04.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .recruitBottomWrap .flexWrap .imgBox {
    width: 100%;
    height: 34rem;
  }
}
.recruitBottomWrap .flexWrap .textBox {
  padding: 10rem 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .recruitBottomWrap .flexWrap .textBox {
    padding: 6rem 6.25%;
  }
}
.recruitBottomWrap .flexWrap .textBox .text_area ul {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .recruitBottomWrap .flexWrap .textBox .text_area ul {
    margin-top: 3rem;
  }
}
.recruitBottomWrap .flexWrap .textBox .text_area ul li {
  display: flex;
  align-items: center;
}
.recruitBottomWrap .flexWrap .textBox .text_area ul li:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #ddd;
}
.recruitBottomWrap .flexWrap .textBox .text_area ul li span {
  display: inline-block;
  color: #3b5f03;
  margin-right: 1rem;
  font-size: 1.5rem;
}
.recruitBottomWrap .flexWrap .textBox .text_area .recruit_ttl {
  margin-bottom: 3rem;
}
.recruitBottomWrap .flexWrap .textBox .text_area h3 {
  display: block;
  font-size: 11rem;
  font-weight: 700;
  line-height: 11rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruitBottomWrap .flexWrap .textBox .text_area h3 {
    font-size: 7rem;
    font-weight: 700;
    line-height: 7rem;
  }
}
.recruitBottomWrap .flexWrap .textBox .text_area span.bg_txt {
  display: inline-block;
  background: #3b5f03;
  color: #fff;
  margin-bottom: 0rem;
  padding: 0.4rem 1rem;
  font-size: 1.5rem;
}

.recruitBlackWrap {
  position: relative;
  background: #000;
  padding-top: 18rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .recruitBlackWrap {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.recruitBlackWrap:before {
  content: "";
  background: #333;
  width: 80%;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.recruitBlackWrap .imgTopWrap {
  position: relative;
  z-index: 2;
  width: 85%;
  margin-right: auto;
}
.recruitBlackWrap .textTopWrap {
  position: relative;
  z-index: 3;
  color: #fff;
  margin-top: -7rem;
}
@media only screen and (max-width: 768px) {
  .recruitBlackWrap .textTopWrap {
    margin-top: -3rem;
  }
}
.recruitBlackWrap .textTopWrap .ttlW {
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .recruitBlackWrap .textTopWrap .ttlW {
    margin-bottom: 4rem;
  }
}
.recruitBlackWrap .textTopWrap .ttlW h3 {
  display: block;
  font-size: 11rem;
  font-weight: 700;
  line-height: 11rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruitBlackWrap .textTopWrap .ttlW h3 {
    font-size: 7rem;
    font-weight: 700;
    line-height: 7rem;
  }
}
.recruitBlackWrap .textTopWrap .ttlW .bg_txt {
  display: inline-block;
  background: #3b5f03;
  color: #fff;
  margin-bottom: 3rem;
  padding: 0.4rem 1rem;
  font-size: 1.5rem;
}
.recruitBlackWrap .textTopWrap .ttlW .sub {
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0rem;
}
.recruitBlackWrap .textTopWrap .fade_y {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .recruitBlackWrap .textTopWrap .fade_y {
    margin-bottom: 0rem;
  }
}
.recruitBlackWrap .textTopWrap .fade_y h4 {
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: 0rem;
  border-bottom: 1px solid #555;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruitBlackWrap .textTopWrap .fade_y h4 {
    font-size: 2rem;
  }
}
.recruitBlackWrap .textTopWrap .fade_y ul.flag li {
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  color: #fff;
}
.recruitBlackWrap .textTopWrap .fade_y ul.flag li:before {
  content: "";
  background-color: #3b5f03;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruitBlackWrap .textTopWrap .fade_y .attention_box {
  border: 1px solid #fff;
  padding: 2.5rem;
  position: relative;
  margin-top: 7rem;
}
.recruitBlackWrap .textTopWrap .fade_y .attention_box:before {
  content: "使命感";
  color: #262626;
  font-size: 1.7rem;
  background: #fff;
  font-weight: bold;
  padding: 2px 10px 5px;
  position: absolute;
  bottom: 100%;
  left: -1px;
}

.recruitTabWrap {
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap {
    padding: 6rem 0;
  }
}
.recruitTabWrap .ttlW {
  text-align: center;
}
.recruitTabWrap .ttlW h3 {
  display: block;
  font-size: 11rem;
  font-weight: 700;
  line-height: 11rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .ttlW h3 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 5rem;
  }
}
.recruitTabWrap .ttlW .bg_txt {
  display: inline-block;
  background: #3b5f03;
  color: #fff;
  padding: 0.4rem 1rem;
  font-size: 1.5rem;
}
.recruitTabWrap .ttlW .sub {
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0rem;
}
.recruitTabWrap .tabWrap h4 {
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: 0rem;
  border-bottom: 1px solid #555;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}
.recruitTabWrap .tabWrap .tabBtn {
  display: flex;
  justify-content: space-between;
  margin: 0 0px 0rem;
  /* -webkit-box-pack: center; */
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBtn {
    margin: 0 0px 4rem;
  }
}
.recruitTabWrap .tabWrap .tabBtn li {
  display: inline-block;
  line-height: 1;
  width: 33.33%;
}
.recruitTabWrap .tabWrap .tabBtn li:first-child {
  margin-right: auto;
}
.recruitTabWrap .tabWrap .tabBtn li:last-child {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBtn li {
    width: 100%;
  }
  .recruitTabWrap .tabWrap .tabBtn li:first-child {
    margin-right: 0rem;
  }
  .recruitTabWrap .tabWrap .tabBtn li:last-child {
    margin-left: 0rem;
  }
}
.recruitTabWrap .tabWrap .tabBtn li a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 3rem 0px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBtn li a {
    width: 100%;
    font-size: 1.4rem;
  }
}
.recruitTabWrap .tabWrap .tabBtn li a:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0.3rem;
  background: #eceaf1;
}
.recruitTabWrap .tabWrap .tabBtn li a.is_active {
  background: #eceaf1;
  color: #333;
  font-weight: bold;
}
.recruitTabWrap .tabWrap .tabBtn li a.is_active:before {
  height: 0.3rem;
  background: #867a73;
}
.recruitTabWrap .tabWrap .tabBtn li a.is_active:after {
  content: " ";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
  width: 0;
  height: 0;
  border: none;
  border-top: 0.8rem solid #867a73;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
}
.recruitTabWrap .tabWrap .tabBtn li:first-child a {
  border-right: none;
}
.recruitTabWrap .tabWrap .tabBlockIn {
  margin: 0 auto;
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .w950 {
    padding: 0;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab-content {
  display: none;
}
.recruitTabWrap .tabWrap .tabBlockIn .tab-content.is_show {
  display: block;
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 {
  background: url(../img/top_detailselect_bg.jpg) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 {
    position: relative;
    max-height: auto;
    height: auto;
    background: none;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .textAccent {
  position: absolute;
  right: 5rem;
  bottom: 0;
  width: 48rem;
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts {
  position: absolute;
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block {
  position: relative;
  z-index: 1;
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block .name {
  color: #fff;
  background: #867a73;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding: 0.8rem 0rem;
  width: 27rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block .name {
    width: 17rem;
    font-size: 1.6rem;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block .name a {
  color: #fff;
  display: block;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block .name a {
    width: 17rem;
    font-size: 1.6rem;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block ul {
    display: none !important;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block ul li:not(:last-child) {
  margin-right: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block ul li:not(:last-child) {
    margin-right: 1rem;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block ul li a {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block ul li a {
    font-size: 1.5rem;
    pointer-events: none;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate3d(0%, -50%, 0) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.16rem solid #666666;
  border-right: 0.16rem solid #666666;
  z-index: 1;
  transition: transform 0.5s;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block ul li a:before {
    display: none;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block ul li a:after {
  content: "";
  background: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts .block ul li a:after {
    height: 1px;
    display: none;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.eye {
  top: 6rem;
  left: 72rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.eye {
    top: 2rem;
    right: 1rem;
    left: auto;
  }
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.eye ul {
    display: block;
    margin-left: 2rem;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.eye .svg {
  width: 13rem;
  position: absolute;
  top: 1.8rem;
  left: -12rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.eye .svg {
    width: 7rem;
    position: absolute;
    top: 2.6rem;
    left: -5rem;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.hana {
  top: 22rem;
  left: 72rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.hana {
    top: 13rem;
    right: 1rem;
    left: auto;
  }
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.hana ul {
    display: block;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.hana .svg {
  width: 20rem;
  position: absolute;
  top: 1.8rem;
  left: -19rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.hana .svg {
    width: 14rem;
    position: absolute;
    top: 1rem;
    left: -8.5rem;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.rinkaku {
  top: 37rem;
  left: 72rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.rinkaku {
    top: 24rem;
    right: 1rem;
    left: auto;
  }
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.rinkaku ul {
    display: block;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.rinkaku .svg {
  width: 10rem;
  position: absolute;
  top: -3rem;
  left: -9rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.rinkaku .svg {
    width: 6rem;
    position: absolute;
    top: -3rem;
    left: -4rem;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.hada {
  top: 13rem;
  left: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.hada {
    top: 3rem;
    left: 1rem;
  }
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.hada ul {
    display: block;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.hada .svg {
  width: 14rem;
  position: absolute;
  top: 2rem;
  right: -13rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.hada .svg {
    width: 6rem;
    position: absolute;
    top: 3rem;
    right: -4rem;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.body {
  top: 29rem;
  left: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.body {
    top: 16rem;
    left: 1rem;
  }
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.body ul {
    display: block;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.body .svg {
  width: 34rem;
  position: absolute;
  top: 2rem;
  right: -33rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.body .svg {
    width: 15rem;
    position: absolute;
    top: 2rem;
    right: -13rem;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.other {
  top: 45rem;
  left: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.other {
    top: 27rem;
    left: 1rem;
  }
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.other ul {
    display: block;
  }
}
.recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.other .svg {
  width: 34rem;
  position: absolute;
  top: 2rem;
  right: -33rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabWrap .tabBlockIn .tab_01 .tabIn .parts.other .svg {
    width: 7rem;
    position: absolute;
    top: 2.6rem;
    left: -5rem;
  }
}
.recruitTabWrap .tabIn {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.recruitTabWrap .tabIn .inin {
  padding: 5rem 5rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabIn .inin {
    padding: 3rem 6.25%;
  }
}
.recruitTabWrap .tabIn .inin dl {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruitTabWrap .tabIn .inin dl {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.recruitTabWrap .tabIn .inin dl dt {
  flex-basis: 12rem;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #555;
}
.recruitTabWrap .tabIn .inin dl dd {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #555;
}

.company04Wrap {
  background: #222;
  padding: 16rem 0;
}
@media only screen and (max-width: 768px) {
  .company04Wrap {
    padding: 8rem 0;
  }
}
.company04Wrap ._in .inin {
  position: relative;
}
.company04Wrap ._in .inin h2 {
  position: absolute;
  top: -5rem;
  left: 0%;
  transform: translate(0, 0);
}
.company04Wrap ._in .inin h2::before, .company04Wrap ._in .inin h2::after {
  content: "";
  display: block;
  background-image: url(../img/cmntit02_mark.png);
  background-size: 100% 100%;
}
.company04Wrap ._in .inin h2::before, .company04Wrap ._in .inin h2::after {
  width: 2.7rem;
  height: 2.3rem;
  margin: 3rem auto;
}
@media only screen and (max-width: 768px) {
  .company04Wrap ._in .inin h2::before, .company04Wrap ._in .inin h2::after {
    width: 2.7rem;
    height: 2.3rem;
    margin: 1rem auto;
  }
}
.company04Wrap ._in .inin h2::after {
  transform: rotate(180deg);
}
.company04Wrap ._in .inin h2 span {
  font-size: 3.4rem;
  letter-spacing: 0.1rem;
  display: block;
  color: #fff;
  text-orientation: upright;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .company04Wrap ._in .inin h2 span {
    font-size: 2.4rem;
  }
}
.company04Wrap ._in .inin .logoCnter {
  width: 24rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .company04Wrap ._in .inin .logoCnter {
    width: 13rem;
  }
}

.company05Wrap {
  background: #f2f2f2;
  padding: 14rem 0 0;
}
@media only screen and (max-width: 768px) {
  .company05Wrap {
    padding: 8rem 0 0;
  }
}
.company05Wrap:last-child {
  padding: 14rem 0;
}
@media only screen and (max-width: 768px) {
  .company05Wrap:last-child {
    padding: 8rem 0;
  }
}
.company05Wrap ._in .inin {
  position: relative;
  padding: 10rem 8rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .company05Wrap ._in .inin {
    padding: 6rem 4rem;
  }
}
.company05Wrap ._in .inin .bgbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 36rem;
}
@media only screen and (max-width: 768px) {
  .company05Wrap ._in .inin .bgbg {
    width: 40rem;
  }
}
.company05Wrap ._in .inin .flexWrap {
  position: relative;
  z-index: 2;
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .company05Wrap ._in .inin .flexWrap {
    display: block;
  }
}
.company05Wrap ._in .inin .flexWrap .rightBox {
  position: relative;
  flex-basis: 40rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .company05Wrap ._in .inin .flexWrap .rightBox {
    margin-bottom: 5rem;
  }
}
.company05Wrap ._in .inin .flexWrap .rightBox .ininin {
  width: 16rem;
  margin: 0 auto;
}
.company05Wrap ._in .inin .flexWrap .rightBox .ininin img {
  margin-bottom: 5rem;
}
.company05Wrap ._in .inin .flexWrap .leftBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 0 13rem 0 0rem;
}
@media only screen and (max-width: 768px) {
  .company05Wrap ._in .inin .flexWrap .leftBox {
    padding: 0 0rem 0 0rem;
  }
}
.company05Wrap ._in .inin .flexWrap .leftBox dl dt {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0rem;
  border-bottom: 1px solid #aaa;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .company05Wrap ._in .inin .flexWrap .leftBox dl dt {
    font-size: 3rem;
  }
}
.company05Wrap ._in .inin .flexWrap .leftBox dl dd {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0rem;
}

.pagination {
  font-size: 16px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2em;
}
.pagination .page-numbers {
  transition-duration: 0.4s;
}
.pagination .page-numbers:hover {
  opacity: 0.7;
}
.pagination .page-numbers:not(.prev):not(.next):not(.dots) {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  width: 2.4em;
  aspect-ratio: 1/1;
  font-weight: bold;
  color: #fff;
  background-color: #3b5f03;
}
.pagination .page-numbers:not(.prev):not(.next):not(.dots).current {
  background-color: #94c33f;
  cursor: default;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .newsList {
    display: grid;
    grid-template-columns: auto 250px;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

.news_cat {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.1em 0.6em;
  font-size: 12px;
  color: #fff;
  background-color: #3b5f03;
}

.sideBarContents {
  margin: 8rem auto 0px;
  font-size: 16px;
}
.sideBarContents__block {
  margin-bottom: 6rem;
}
.sideBarContents__title {
  padding: 0.4rem 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #3b5f03;
}
.sideBarContents__list {
  margin-block: 1em;
}
.sideBarContents__item {
  position: relative;
  border-bottom: 1px dashed #333;
  margin-bottom: 0px;
  padding: 1rem 2rem 1rem 3rem;
  text-align: left;
}
.sideBarContents__item::after {
  content: "";
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 0.5rem solid #696969;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
}

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

.recruitJobs {
  margin-top: -120px;
  padding-top: 135px;
}
.recruitJobs__title {
  font-size: 24px;
  font-weight: bold;
  color: #3b5f03;
}
.recruitJobs__table {
  width: 100%;
  margin-top: 1rem;
}
.recruitJobs__table th, .recruitJobs__table td {
  border: 1px solid #ccc;
  padding: 0.8rem 1rem;
  vertical-align: top;
}
.recruitJobs__table th {
  text-align: center;
  background-color: #f2f2f2;
  font-weight: bold;
}
.recruitJobs__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1em 0.6em;
  color: #fff;
  background-color: #3b5f03;
  border-radius: 5px;
  transition-duration: 0.4s;
}
.recruitJobs__link:hover {
  opacity: 0.7;
}

.jobList__item {
  margin-top: -120px;
  padding-top: 200px;
}
.jobList__title {
  padding-left: 0.3em;
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #558924;
}
.jobList__table {
  width: 100%;
  margin-top: 30px;
}
.jobList__table th, .jobList__table td {
  border: 1px solid #ccc;
  padding: 0.8rem 1rem;
  text-align: left;
  vertical-align: top;
}
.jobList__table th {
  background-color: #f2f2f2;
  width: 20%;
  font-weight: bold;
}
.jobList__back {
  display: flex;
  justify-content: center;
}
.jobList__backLink {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 1.2em;
  font-size: 20px;
  color: #fff;
  background-color: #3b5f03;
  border-radius: 5px;
  transition-duration: 0.4s;
}
.jobList__backLink:hover {
  opacity: 0.7;
}/*# sourceMappingURL=addition02.css.map */