@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Oswald:wght@500&family=Shippori+Mincho:wght@500&display=swap");
.clearfix:before, .all-wrapper #interview .section01 .detail:before, .all-wrapper .border-table .wrap:before, .flex-style:before,
.clearfix:after,
.all-wrapper #interview .section01 .detail:after,
.all-wrapper .border-table .wrap:after,
.flex-style:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .all-wrapper #interview .section01 .detail:after, .all-wrapper .border-table .wrap:after, .flex-style:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix, .all-wrapper #interview .section01 .detail, .all-wrapper .border-table .wrap, .flex-style {
  zoom: 1;
}
.clearfix:after, .all-wrapper #interview .section01 .detail:after, .all-wrapper .border-table .wrap:after, .flex-style:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex[@extend .flex;]
f-wrap[@extend .f-wrap;]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.flex, .all-wrapper #recruit .employee-interview .interview-link, .all-wrapper #interview .employee-interview .interview-link, .all-wrapper .align-table, .all-wrapper .align-table2, .flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4, .flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap, .all-wrapper #recruit .employee-interview .interview-link, .all-wrapper #interview .employee-interview .interview-link, .all-wrapper .align-table, .all-wrapper .align-table2, .flex-style {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-column, .flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/*　////////////////////////////////
flex
//////////////////////////////////　*/
.flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4 {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .flex-style .box-4 {
    width: 46%;
    margin: 0 2% 20px;
  }
}
@media (min-width: 768px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-3 {
    width: 29.33%;
    margin: 0 2% 40px;
  }
  .flex-style .box-4 {
    width: 21%;
    margin: 0 2% 40px;
  }
  .flex-style {
    margin: 0 -2% 0;
  }
  .flex-style .box-2a, .flex-style .box-2b {
    margin: 0 2% 40px;
  }
  .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 46%;
  }
  .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 46%;
  }
}
/*　////////////////////////////////
ボタン
//////////////////////////////////　*/
.btnA {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.btnA a {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 10px 120px 20px 0px;
  text-decoration: none;
  border-bottom: 3px solid #2E7C53;
  font-size: 2rem;
}
.btnA a:before {
  content: "";
  position: absolute;
  top: 55%;
  right: 30px;
  width: 60px;
  height: 1px;
  background: #000;
}
.btnA a:after {
  content: "";
  position: absolute;
  top: 49%;
  right: 30px;
  width: 9px;
  height: 1px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btnA a img {
  display: inline-block;
  width: 21px;
  height: auto;
  margin-right: 15px;
  vertical-align: -6px;
}
@media (min-width: 768px) {
  .btnA a {
    padding: 10px 180px 20px 0px;
    font-size: 2.4rem;
  }
}

/*　////////////////////////////////
見出し
//////////////////////////////////　*/
.all-wrapper {
  /*--------大きい文字のみの見出し--------*/
  /*--------背景グラデーションの見出し--------*/
  /*--------両端に森のイラストがある見出し--------*/
  /*--------下に三角形の見出し--------*/
  /*　////////////////////////////////
  表　スタイル
  //////////////////////////////////　*/
}
.all-wrapper .h-style-a {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 768px) {
  .all-wrapper .h-style-a {
    margin-bottom: 30px;
    font-size: 3.8rem;
  }
}
@media (min-width: 987px) {
  .all-wrapper .h-style-a {
    margin-bottom: 30px;
    font-size: 4.6rem;
  }
}
.all-wrapper .h-style-b {
  background: rgb(76, 122, 46);
  background: -webkit-gradient(linear, right top, left top, from(rgb(76, 122, 46)), to(rgb(46, 124, 83)));
  background: linear-gradient(270deg, rgb(76, 122, 46) 0%, rgb(46, 124, 83) 100%);
  color: #fff;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.all-wrapper .h-style-b span {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  margin-left: 25px;
  vertical-align: 3px;
}
@media (min-width: 768px) {
  .all-wrapper .h-style-b {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .all-wrapper .h-style-b span {
    font-size: 1.7rem;
    margin-left: 40px;
    vertical-align: 5px;
  }
}
@media (min-width: 987px) {
  .all-wrapper .h-style-b {
    font-size: 3.6rem;
  }
}
.all-wrapper .h-forest {
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  padding-top: 50px;
  margin-bottom: 15px;
}
.all-wrapper .h-forest::before, .all-wrapper .h-forest::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/forest.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 26px;
}
.all-wrapper .h-forest::before {
  top: 0%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
}
.all-wrapper .h-forest::after {
  display: none;
}
@media (min-width: 768px) {
  .all-wrapper .h-forest {
    padding-top: 0;
    font-size: 1.8rem;
  }
  .all-wrapper .h-forest::before, .all-wrapper .h-forest::after {
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 43.2px;
    height: 15.6px;
  }
  .all-wrapper .h-forest::before {
    left: 0;
  }
  .all-wrapper .h-forest::after {
    right: 0;
  }
}
@media (min-width: 987px) {
  .all-wrapper .h-forest {
    padding-top: 0;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .all-wrapper .h-forest::before, .all-wrapper .h-forest::after {
    width: 57.6px;
    height: 20.8px;
  }
}
@media (min-width: 1220px) {
  .all-wrapper .h-forest {
    font-size: 2.4rem;
  }
  .all-wrapper .h-forest::before, .all-wrapper .h-forest::after {
    width: 72px;
    height: 26px;
  }
}
.all-wrapper .h-triangle {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 30px;
  position: relative;
}
.all-wrapper .h-triangle::after {
  content: "▼";
  position: absolute;
  font-size: 1.6rem;
  color: #4C7A2E;
  top: 65%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .all-wrapper .h-triangle {
    margin-bottom: 40px;
    font-size: 3.4rem;
  }
  .all-wrapper .h-triangle::after {
    font-size: 2rem;
    top: 120%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
}
@media (min-width: 987px) {
  .all-wrapper .h-triangle {
    margin-bottom: 50px;
    font-size: 4.4rem;
  }
}
.all-wrapper .align-table dt,
.all-wrapper .align-table dd, .all-wrapper .align-table2 dt,
.all-wrapper .align-table2 dd {
  font-family: "Noto Sans JP", sans-serif;
}
.all-wrapper .align-table dt, .all-wrapper .align-table dd, .all-wrapper .align-table2 dt, .all-wrapper .align-table2 dd {
  margin-bottom: 5px;
  line-height: 1.4;
}
.all-wrapper .align-table dt, .all-wrapper .align-table2 dt {
  width: 150px;
}
.all-wrapper .align-table dd, .all-wrapper .align-table2 dd {
  width: calc(100% - 150px);
}
.all-wrapper .align-table .txt-2::first-letter, .all-wrapper .align-table2 .txt-2::first-letter {
  letter-spacing: 5em;
}
.all-wrapper .align-table .txt-3, .all-wrapper .align-table2 .txt-3 {
  letter-spacing: 2em;
}
.all-wrapper .align-table .txt-4, .all-wrapper .align-table2 .txt-4 {
  letter-spacing: 1em;
}
.all-wrapper .align-table .txt-5, .all-wrapper .align-table2 .txt-5 {
  letter-spacing: 0.5em;
}
.all-wrapper .align-table .txt-6, .all-wrapper .align-table2 .txt-6 {
  letter-spacing: 0.2em;
}
.all-wrapper .align-table .txt-7, .all-wrapper .align-table2 .txt-7 {
  letter-spacing: 0em;
}
.all-wrapper .align-table .mail, .all-wrapper .align-table2 .mail {
  height: 16px;
  width: auto;
  display: inline-block;
  vertical-align: -2px;
}
.all-wrapper .align-table2 dt, .all-wrapper .align-table2 dd {
  margin-bottom: 15px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .all-wrapper .align-table2 dt, .all-wrapper .align-table2 dd {
    margin-bottom: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .all-wrapper .align-table2 dt {
    width: 180px;
  }
  .all-wrapper .align-table2 dd {
    width: calc(100% - 180px);
  }
}
.all-wrapper .visual-img {
  padding: 0;
  position: relative;
}
.all-wrapper .visual-img .img-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 240px;
}
.all-wrapper .visual-img img {
  width: 100%;
  height: auto;
}
.all-wrapper .visual-img span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 768px) {
  .all-wrapper .visual-img {
    padding: 0 15px;
  }
  .all-wrapper .visual-img .img-inner {
    height: 380px;
    background-attachment: fixed;
  }
}

/* all-wrapper */
.all-wrapper {
  overflow: hidden;
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  header
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  footer
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  共通
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*-------------
  横に木の見出し-------------*/
  /*-------------
  縦棒見出し-------------*/
  /*-------------
  下棒見出し-------------*/
  /*-------------
  装飾無しタイトル-------------*/
  /*-------------
  表スタイル-------------*/
  /*-------------
  左BOX狭いレイアウト時-------------*/
  /*-------------
  左側突き抜けた画像配置-------------*/
  /*-------------
  右側突き抜けた画像配置-------------*/
  /*-------------
  説明文明朝-------------*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  company
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  business
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  recruit interview 共通
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  recruit
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  interview
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
}
.all-wrapper header.header {
  margin-bottom: 5px;
}
.all-wrapper header.header h1 {
  margin-bottom: 40px;
}
.all-wrapper header.header h1 img {
  display: inline-block;
  width: 70px;
  height: auto;
  margin-right: 5px;
}
.all-wrapper header.header h1 span {
  font-size: 1.8rem;
  vertical-align: bottom;
  font-weight: bold;
}
@media (min-width: 768px) {
  .all-wrapper header.header h1 img {
    margin-right: 15px;
  }
  .all-wrapper header.header h1 span {
    font-size: 2.1rem;
    vertical-align: middle;
  }
}
.all-wrapper .lower-title {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
}
.all-wrapper .lower-title h2 {
  font-size: 2rem;
}
.all-wrapper .lower-title h2 span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  color: #4C7A2E;
}
@media (min-width: 768px) {
  .all-wrapper .lower-title {
    margin-top: -167px;
    margin-bottom: 100px;
  }
  .all-wrapper .lower-title h2 {
    font-size: 3rem;
  }
  .all-wrapper .lower-title h2 span {
    font-size: 7.6rem;
    margin-bottom: 15px;
  }
}
.all-wrapper .lower-foot-img {
  background-image: url("../img/common/lower_foot.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  text-align: center;
  padding: 100px 0;
  color: #fff;
}
.all-wrapper .lower-foot-img P {
  font-family: "Oswald", sans-serif;
}
@media (min-width: 768px) {
  .all-wrapper .lower-foot-img {
    padding: 190px 0;
  }
}
.all-wrapper span.tel-style {
  font-family: "Oswald", sans-serif;
}
.all-wrapper span.tel-style a {
  color: #fff;
  font-size: 1.6rem;
}
.all-wrapper .tree-title {
  margin-bottom: 30px;
}
.all-wrapper .tree-title img {
  display: inline-block;
  width: 14px;
  height: auto;
  margin-right: 8px;
  vertical-align: -2px;
}
.all-wrapper .tree-title span {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .all-wrapper .tree-title img {
    width: 21px;
    margin-right: 15px;
    vertical-align: -2px;
  }
  .all-wrapper .tree-title span {
    font-size: 3.1rem;
  }
}
.all-wrapper .border-title {
  font-size: 1.8rem;
  border-left: 7px solid #2E7C53;
  line-height: 1.2;
  padding-left: 10px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .all-wrapper .border-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.all-wrapper .border-bottom-title {
  max-width: 300px;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid #4C7A2E;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .all-wrapper .border-bottom-title {
    margin-bottom: 35px;
    font-size: 2.4rem;
  }
}
.all-wrapper .normal-title {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .all-wrapper .normal-title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.all-wrapper .border-table .wrap {
  border-bottom: 1px solid #c4c5c6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.all-wrapper .border-table .wrap dt, .all-wrapper .border-table .wrap dd {
  display: block;
}
.all-wrapper .border-table .wrap dt {
  float: left;
  width: 135px;
}
.all-wrapper .border-table .wrap dd {
  margin-left: 135px;
}
@media (min-width: 768px) {
  .all-wrapper .border-table .wrap {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .all-wrapper .border-table .wrap dt {
    width: 160px;
  }
  .all-wrapper .border-table .wrap dd {
    margin-left: 160px;
  }
}
@media (min-width: 768px) {
  .all-wrapper .flex-left-35 .flex-style {
    margin: 0 -2% 0;
  }
  .all-wrapper .flex-left-35 .flex-style .box-2a, .all-wrapper .flex-left-35 .flex-style .box-2b {
    margin: 0 2% 40px;
  }
  .all-wrapper .flex-left-35 .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 31%;
  }
  .all-wrapper .flex-left-35 .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 61%;
  }
}
.all-wrapper .left-over-img .flex-style {
  margin: 0;
}
.all-wrapper .left-over-img .flex-style .box-2a, .all-wrapper .left-over-img .flex-style .box-2b {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .all-wrapper .left-over-img .flex-style {
    margin: 0 5% 0 0;
  }
  .all-wrapper .left-over-img .flex-style .box-2a, .all-wrapper .left-over-img .flex-style .box-2b {
    padding: 0;
  }
  .all-wrapper .left-over-img .flex-style .box-2a {
    margin: 0;
    width: 47.5%;
  }
  .all-wrapper .left-over-img .flex-style .box-2b {
    margin: 0 5% 0 0;
    width: 47.5%;
  }
}
.all-wrapper .right-over-img {
  position: relative;
}
.all-wrapper .right-over-img .left-box {
  margin-bottom: 30px;
}
.all-wrapper .right-over-img .right-box {
  background-image: url("/img/recruit/recruit_01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
}
.all-wrapper .right-over-img .right-box img {
  position: absolute;
  width: 200px;
  height: auto;
  top: 90%;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  right: 5%;
}
@media (min-width: 768px) {
  .all-wrapper .right-over-img .left-box {
    width: 47%;
  }
  .all-wrapper .right-over-img .right-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 420px;
  }
  .all-wrapper .right-over-img .right-box img {
    width: 300px;
    top: 80%;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    right: 5%;
  }
}
.all-wrapper .explain {
  font-family: "Shippori Mincho", serif;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .all-wrapper .explain {
    font-size: 2rem;
  }
}
.all-wrapper #company .section01 {
  margin-bottom: 100px;
}
.all-wrapper #company .section01 .border-table {
  margin-bottom: 60px;
}
.all-wrapper #company .section01 .relative .company-name {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.all-wrapper #company .section01 .relative .tel-box {
  margin-top: 10px;
}
.all-wrapper #company .section01 .relative .tel-box li {
  display: inline-block;
  margin-right: 40px;
}
.all-wrapper #company .section01 .img-map {
  margin-top: 40px;
  padding-bottom: 150px;
  position: relative;
}
.all-wrapper #company .section01 .img-map .bg-forest {
  position: absolute;
  z-index: -1;
  max-width: 400px;
  width: 100%;
  height: auto;
}
.all-wrapper #company .section01 .img-map .left-forest {
  left: 0;
  bottom: 0;
}
.all-wrapper #company .section01 .img-map .right-forest {
  right: 0;
  bottom: -70px;
}
.all-wrapper #company .section01 .img-map .history-txt {
  width: 200px;
  height: auto;
  right: 3%;
  bottom: -20px;
}
@media (min-width: 768px) {
  .all-wrapper #company .section01 {
    margin-bottom: 240px;
  }
  .all-wrapper #company .section01 .relative .company-name {
    font-size: 1.9rem;
  }
  .all-wrapper #company .section01 .img-map {
    margin-top: 80px;
    padding-bottom: 300px;
  }
  .all-wrapper #company .section01 .img-map .bg-forest {
    max-width: 1000px;
  }
  .all-wrapper #company .section01 .img-map .left-forest {
    left: 0px;
    bottom: -50px;
  }
  .all-wrapper #company .section01 .img-map .right-forest {
    right: 0px;
    bottom: -200px;
  }
  .all-wrapper #company .section01 .img-map .history-txt {
    width: 450px;
    right: 10%;
    bottom: -40px;
  }
  .all-wrapper #company .section01 .img-map .flex-style {
    margin: 0 -3% 0;
  }
  .all-wrapper #company .section01 .img-map .flex-style .box-2a, .all-wrapper #company .section01 .img-map .flex-style .box-2b {
    margin: 0 3% 40px;
  }
  .all-wrapper #company .section01 .img-map .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 44%;
  }
  .all-wrapper #company .section01 .img-map .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 44%;
  }
}
.all-wrapper #business .explain {
  font-family: "Shippori Mincho", serif;
  font-size: 1.7rem;
}
.all-wrapper #business .section01 .h-style-a {
  text-align: center;
}
.all-wrapper #business .section01 .contents-wrap {
  margin: 45px 0 20px;
}
.all-wrapper #business .section01 dl dt {
  margin-bottom: 10px;
}
.all-wrapper #business .section01 dl dd {
  margin-bottom: 25px;
}
.all-wrapper #business .section01 .visual-img {
  margin-bottom: 30px;
}
.all-wrapper #business .section01 .inner-txt {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  left: 85%;
  -webkit-transform: translateX(-85%);
  transform: translateX(-85%);
  width: 250px;
  height: auto;
}
.all-wrapper #business .section02 dt {
  margin-bottom: 15px;
}
.all-wrapper #business .section02 dd:not(:last-child) {
  margin-bottom: 25px;
}
.all-wrapper #business .section03 .txt-area {
  padding: 0 0px 30px 0px;
  border-bottom: 5px solid #4C7A2E;
}
@media (min-width: 768px) {
  .all-wrapper #business .flex-style {
    margin: 0 -3.5% 0;
  }
  .all-wrapper #business .flex-style .box-2a, .all-wrapper #business .flex-style .box-2b {
    margin: 0 3.5% 40px;
  }
  .all-wrapper #business .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 43%;
  }
  .all-wrapper #business .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 43%;
  }
  .all-wrapper #business .explain {
    font-size: 2rem;
  }
  .all-wrapper #business .section01 {
    margin-bottom: 100px;
  }
  .all-wrapper #business .section01 .contents-wrap {
    margin: 100px 0 80px;
  }
  .all-wrapper #business .section01 .visual-img {
    margin-bottom: 80px;
  }
  .all-wrapper #business .section01 .inner-txt {
    width: 450px;
  }
  .all-wrapper #business .section02 dt {
    margin-bottom: 20px;
  }
  .all-wrapper #business .section02 dd:not(:last-child) {
    margin-bottom: 35px;
  }
  .all-wrapper #business .section03 {
    margin-bottom: 150px;
  }
  .all-wrapper #business .section03 .flex-style {
    margin: 0 -3.5% 0;
  }
  .all-wrapper #business .section03 .flex-style .box-2a, .all-wrapper #business .section03 .flex-style .box-2b {
    margin: 0 3.5% 40px;
  }
  .all-wrapper #business .section03 .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 53%;
  }
  .all-wrapper #business .section03 .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 33%;
  }
  .all-wrapper #business .section03 .normal-title {
    margin-bottom: 60px;
  }
  .all-wrapper #business .section03 .txt-area {
    padding: 0 30px 30px 30px;
  }
  .all-wrapper #business .section04 .normal-title {
    margin-bottom: 60px;
  }
  .all-wrapper #business .section04 .flex-style {
    margin-bottom: 60px;
  }
  .all-wrapper #business .section04 .explain {
    margin: 100px 0 20px;
  }
}
.all-wrapper #recruit .employee-interview, .all-wrapper #interview .employee-interview {
  background-image: url("../img/recruit/recruit_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0;
}
.all-wrapper #recruit .employee-interview .inner, .all-wrapper #interview .employee-interview .inner {
  background-color: rgba(49, 104, 14, 0.8);
  color: #fff;
  padding: 40px 0;
}
.all-wrapper #recruit .employee-interview .inner .explain, .all-wrapper #interview .employee-interview .inner .explain {
  margin-bottom: 40px;
}
.all-wrapper #recruit .employee-interview .interview-link, .all-wrapper #interview .employee-interview .interview-link {
  color: #fff;
}
.all-wrapper #recruit .employee-interview .interview-link .img-area, .all-wrapper #interview .employee-interview .interview-link .img-area {
  width: 32%;
}
.all-wrapper #recruit .employee-interview .interview-link .img-area .img-inner, .all-wrapper #interview .employee-interview .interview-link .img-area .img-inner {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.all-wrapper #recruit .employee-interview .interview-link .txt-area, .all-wrapper #interview .employee-interview .interview-link .txt-area {
  width: 60%;
  padding: 20px 4% 40px;
  background-color: rgba(9, 22, 3, 0.6);
}
.all-wrapper #recruit .employee-interview .interview-link .txt-area .num, .all-wrapper #interview .employee-interview .interview-link .txt-area .num {
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
}
.all-wrapper #recruit .employee-interview .interview-link .txt-area .name-en, .all-wrapper #interview .employee-interview .interview-link .txt-area .name-en {
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
}
.all-wrapper #recruit .employee-interview .interview-txt, .all-wrapper #interview .employee-interview .interview-txt {
  display: block;
  margin: 20px auto 0;
  width: 146px;
  height: auto;
}
.all-wrapper #recruit .contact .contact-box, .all-wrapper #interview .contact .contact-box {
  display: block;
  max-width: 770px;
  margin: 30px auto 50px;
  padding: 25px 20px;
  border: 5px solid #4C7A2E;
  text-align: center;
  color: #4C7A2E;
}
.all-wrapper #recruit .contact .contact-box h3, .all-wrapper #interview .contact .contact-box h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.all-wrapper #recruit .contact .contact-box span.tel-style, .all-wrapper #interview .contact .contact-box span.tel-style {
  font-size: 3.6rem;
}
.all-wrapper #recruit .contact .contact-box span.tel-style .tel, .all-wrapper #interview .contact .contact-box span.tel-style .tel {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  color: #4C7A2E;
  margin-bottom: 10px;
}
.all-wrapper #recruit .contact .contact-box span.tel-style .tel a, .all-wrapper #interview .contact .contact-box span.tel-style .tel a {
  color: #4C7A2E;
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  .all-wrapper #recruit .lower-title, .all-wrapper #interview .lower-title {
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .all-wrapper #recruit .employee-interview .inner, .all-wrapper #interview .employee-interview .inner {
    padding: 60px 0;
  }
  .all-wrapper #recruit .contact .contact-box, .all-wrapper #interview .contact .contact-box {
    margin: 60px auto 100px;
  }
  .all-wrapper #recruit .contact .contact-box h3, .all-wrapper #interview .contact .contact-box h3 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .all-wrapper #recruit .contact .contact-box .tel, .all-wrapper #interview .contact .contact-box .tel {
    font-size: 4rem;
  }
  .all-wrapper #recruit .contact .contact-box .txt, .all-wrapper #interview .contact .contact-box .txt {
    font-size: 1.8rem;
  }
}
@media (min-width: 987px) {
  .all-wrapper #recruit .h-style-a, .all-wrapper #interview .h-style-a {
    font-size: 3.8rem;
  }
}
.all-wrapper #recruit .section01 .explain {
  margin-bottom: 60px;
}
.all-wrapper #recruit .section01 .min-txt {
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  margin: 30px 0;
}
.all-wrapper #recruit .section01 p {
  margin-bottom: 20px;
}
.all-wrapper #recruit .section02 .normal-title {
  margin-bottom: 10px;
}
.all-wrapper #recruit .section02 .list-style li {
  text-indent: -1em;
  margin-left: 1em;
}
.all-wrapper #recruit .section02 .list-style li::before {
  content: "・";
}
.all-wrapper #recruit .section02 .small-title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.all-wrapper #recruit .section02 .link {
  color: #4C7A2E;
  margin-top: 15px;
}
.all-wrapper #recruit .machinery {
  margin: 0;
}
.all-wrapper #recruit .section04 {
  padding: 80px 0;
  background: #e6e6e6;
}
.all-wrapper #recruit .section04 .explain {
  margin-bottom: 30px;
}
.all-wrapper #recruit .section04 .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0 5px;
}
@media (min-width: 768px) {
  .all-wrapper #recruit .section01 .explain {
    margin-bottom: 80px;
  }
  .all-wrapper #recruit .section01 h4 {
    font-size: 2.6rem;
  }
  .all-wrapper #recruit .section04 {
    padding: 100px 0;
  }
  .all-wrapper #recruit .section04 .explain {
    margin-bottom: 40px;
  }
}
.all-wrapper #interview .section01 .graduate {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  margin-bottom: 5px;
}
.all-wrapper #interview .section01 .name-en {
  font-family: "Oswald", sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 10px;
}
.all-wrapper #interview .section01 .name2 {
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 20px;
}
.all-wrapper #interview .section01 .detail dt, .all-wrapper #interview .section01 .detail dd {
  margin-bottom: 5px;
}
.all-wrapper #interview .section01 .detail dt {
  width: 100px;
  float: left;
}
.all-wrapper #interview .section01 .detail dd {
  margin-left: 100px;
}
.all-wrapper #interview .section01 .interview-txt {
  margin: 30px 0 0;
}
.all-wrapper #interview .section01 .big-txt {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  opacity: 0.7;
  font-size: 2.6rem;
  line-height: 1.5;
}
.all-wrapper #interview .section02 .right-over-img, .all-wrapper #interview .section02 .img-box {
  margin-bottom: 40px;
}
.all-wrapper #interview .section02 .num-box {
  margin-bottom: 40px;
}
.all-wrapper #interview .section02 .num-title {
  color: #4C7A2E;
  font-size: 2.1rem;
}
.all-wrapper #interview .section02 .num-title span {
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  margin-right: 10px;
  vertical-align: -2px;
}
@media (min-width: 768px) {
  .all-wrapper #interview .section01 .graduate {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  .all-wrapper #interview .section01 .name-en {
    font-size: 4.8rem;
    margin-bottom: 20px;
  }
  .all-wrapper #interview .section01 .name2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .all-wrapper #interview .section01 .big-txt {
    text-align: right;
    font-size: 3.8rem;
  }
  .all-wrapper #interview .section02 .right-over-img, .all-wrapper #interview .section02 .img-box {
    margin-bottom: 80px;
  }
  .all-wrapper #interview .section02 .flex-style {
    margin-bottom: 40px;
  }
  .all-wrapper #interview .section02 .num-box {
    margin-bottom: 50px;
  }
  .all-wrapper #interview .section02 .num-title {
    font-size: 2.6rem;
  }
  .all-wrapper #interview .section02 .num-title span {
    font-size: 3rem;
  }
}
@media (min-width: 987px) {
  .all-wrapper #interview .section01 .big-txt {
    font-size: 4.4rem;
  }
}

/* /all-wrapper  */