@charset "UTF-8";
/* CSS Document */

.pc { display:block; }
.sp { display:none; }

@media screen and (min-width: 768px){	

.recruit {
    text-align: center;
    margin: 100px 0;
    padding: 100px 0;
    font-size: 30px;
    font-family: kozuka-gothic-pr6n, sans-serif;
    color: #66bde5;
    background: rgba(255,239,170,0.4);
    position: relative;
}

.recruit p:nth-child(2) img {
    position: absolute;
    top: -45px;
    right: 20px;
}




.top {
    background-image: url(../images/ment/firstview_bottom.png);
    height: 80px;
    position: absolute;
    width: 100%;
    top: 485px;
    background-position: -391px -1px;
}

.color {
    font-size: 24px;
    color: #edb625;
    font-weight: 600;
}

.sec01 ,.sec02 {
    text-align: center;
    margin-top: 90px;
}

.sec_title {
    color: #fff;
    position: relative;
    bottom: 54px;
    font-size: 22px;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 500;
}

.main .top {
    background: none;
    position: unset;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .top p {
    font-size: 24px;
    line-height: 1.7;
    margin: 80px 45px 0;
}

.sec01 .boxs {
    display: flex;
    justify-content: center;
}

.sec01 .boxs .box {
    width: 440px;
    border: 1px solid #edb625;
    background: #fff;
    padding: 50px 30px;
    margin: 10px;
}

.sec01 .boxs .box p:nth-child(2) {
    font-size: 22px;
    color: #edb625;
    font-weight: 600;
    line-height: 1.7;
    margin: 20px 0;
}

.sec01 .boxs .box p:nth-child(3) {
    text-align: left;
    padding: 0 10px;
    letter-spacing: 1px;
    color: #231815;
}

.bottom .top {
    display: block;
    position: relative;
    top: unset;
    width: 500px;
    margin: 100px auto 0;
}

.bottom .top p {
    font-size: 22px;
    font-weight: 600;
}

.bottom .top p:nth-child(2) {
    position: absolute;
    top: -130px;
    right: -63px;
}

.bottom .center {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.bottom .center .box1 ,.bottom .center .box2 ,.bottom .center .box3 {
    position: relative;
}

.bottom .center .box1 {
    margin-top: -20px;
}

.bottom .center .box1 p:nth-child(2) {
    font-size: 20px;
    line-height: 1.7;
    position: absolute;
    top: 95px;
    left: 58px;
}

.bottom .center .box2 p:nth-child(2) {
    font-size: 20px;
    line-height: 1.7;
    position: absolute;
    top: 70px;
    left: 65px;
}

.bottom .center .box3 p:nth-child(2) {
    font-size: 20px;
    line-height: 1.7;
    position: absolute;
    top: 70px;
    left: 47px;
}

.bottom .center .box2 {
    margin: 0 50px;
}

.bottom .ander p {
    font-size: 24px;
    font-weight: 600;
    margin-top: 80px;
    letter-spacing: 2px;
}






.tab {
    width: 805px;
    margin: 30px auto 80px;
}
  .tab li {
    float: left;
    margin: 0 0 -12px;
    cursor: pointer;
    list-style: none;
  }
   
  .area ul {
    display: none;
  }
  .area ul.show {
    display: block;
  }

  .show {
    border: solid 1px #edb625;
    width: 805px;
    margin: 0 auto;
  }

  .big {
      display: flex;
      min-height: 123px;
      width: 803px;
  }

  .big  .left {
      background: rgba(243,152,47,0.3);
      width: 208px;
      padding-top: 50px;
      border-bottom: solid #fff 1px;
      text-align: left;
  }
  .big  .left p {
      padding-left: 30px;
  }

  .right01 {
      width: 74%;
      border-bottom: 1px solid #3c250e;
      padding-top: 50px;
      background: #fff;
      text-align: left;
  }
  .right01 p {
    padding-left: 30px;
  }
  .right01_l {
    width: 74%;
    padding-top: 50px;
    background: #fff;
    text-align: left;
}
.right01_l p {
    padding-left: 30px;
    text-align: left;
}

  .right02 {
    width: 74%;
    border-bottom: 1px solid #3c250e;
    padding-top: 35px;
    background: #fff;
    text-align: left;
}

.right02 p {
    padding-left: 30px;
}

.right02_l {
    width: 74%;
    padding-top: 35px;
    background: #fff;
    text-align: left;
}

.right02_l p {
    padding-left: 30px;
    text-align: left;
}

.right_boxs {
    width: 74%;
    border-bottom: 1px solid #3c250e;
    background: #fff;
    text-align: left;
}

.right_boxs .box {
    display: flex;
    align-items: center;
    border-bottom: dashed 1px;
    width: 95%;
    margin: 20px auto;
    padding-bottom: 15px;
}
.right_boxs .box_l {
    display: flex;
    align-items: center;
    width: 95%;
    margin: 20px auto;
    /* padding-bottom: 15px; */
}

.right_boxs .box .title ,.right_boxs .box_l .title {
    width: 130px;
    color: #e1894d;
    font-size: 18px;
    font-weight: 600;
}

}