

/*===============================================
●画面の横幅が813px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 813px) {

  /* メイン画像 */
  .new-main {
    position: relative;
    width: 1060px;
    margin: 0 auto;
    padding: 168px 0 0 0;
    text-align: left;
  }

  .new-main > img.title {
    width: 370px;
    margin: 0;
  }

  .new-main > p.txt01 {
    font-size: 18px;
    font-weight: bold;
  }

  .new-main .main-img {
    position: absolute;
    top: 148px;
    right: -33px;
    width: 608px;
    height: 504px;
  }

  .new-main .main-img .img {
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 529px;
  }

  .new-main .main-img .illust01 {
    position: absolute;
    top: 171px;
    right: 0;
    width: 141px;
  }

  .new-main .main-img .illust09 {
    position: absolute;
    top: 0;
    right: 151px;
    width: 46px;
  }

  .new-main .main-img .illust10 {
    position: absolute;
    top: 36px;
    right: 97px;
    width: 35px;
  }

  .new-main .main-img .illust11 {
    position: absolute;
    top: 142px;
    left: 75px;
    width: 129px;
  }

  .new-main .main-img .kumo01 {
    width: 38px;
    position: absolute;
    z-index: 5;
    top: 99px;
    left: 0;
    animation-name: kumo;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
  }

  .new-main .main-img .kumo02 {
    width: 31px;
    position: absolute;
    z-index: 5;
    top: 73px;
    left: 52px;
    animation-name: kumo;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  /* メイン画像の雲の動き */
  @keyframes kumo {
    50% {
      left: 100px;
    }
    100% {
      left: 0px;
    }
  }

  .new-main > p.txt02 {
    margin: 70px 0 0 0;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }

  .new-main > p.txt03 {
    width: 420px;
    margin: 40px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.6;
  }

  #pankuzu {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .sub-title {
    font-size: 18px;
    font-weight: bold;
  }

  .sub-title > span:nth-of-type(1) {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 52px;
    font-weight: normal;
    color: #634B02;
    vertical-align: top;
  }

  .sub-title > span:nth-of-type(2) {
    display: inline-block;
    margin: 7px 0 0 0;
    vertical-align: top;
  }

  /* FLOW */
  .flow {
    width: 1060px;
    margin: 100px auto 0 auto;
    text-align: left;
  }

  .flow > img {
    width: 100%;
    margin: 50px 0 0 0;
  }

  /* JOB DESCRIPTION */
  .description {
    width: 1060px;
    margin: 100px auto 160px auto;
    text-align: left;
  }

  .description > div {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 50px 60px 80px 60px;
    background-color: #ffffff;
    border-radius: 10px;
  }

  .description > div > p {
    font-size: 24px;
    font-weight: bold;
  }

  .description > div > table {
    width: 100%;
    margin: 0;
  }

  .description > div > table th {
    width: 240px;
    padding: 0 0 60px 0;
    font-size: 24px;
    font-weight: bold;
    color: #634B02;
    line-height: 1.8;
    vertical-align: top;
  }

  .description > div > table td {
    padding: 3px 0 60px 0;
    font-size: 16px;
    line-height: 2;
    vertical-align: top;
  }

  .description > div > table td > .txt01 {
    font-size: 14px;
  }

  .description > div > a {
    display: block;
    margin: 40px auto 0 auto;
    width: 400px;
    height: 60px;
    font-size: 16px;
    padding: 17px 0 0 0;
    color: #fff;
    text-align: center;
    background-color: #016701;
    border-radius: 30px;
  }

}


/*===============================================
●画面の横幅が812px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 812px) {

  /* メイン画像 */
  .new-main {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 85px 0 20px 0;
    text-align: left;
  }

  .new-main > img.title {
    width: 288px;
    margin: 0 0 0 5%;
  }

  .new-main > p.txt01 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 5%;
  }

  .new-main .main-img {
    position: relative;
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .new-main .main-img .img {
    width: 95%;
    margin: 0 auto;
  }

  .new-main .main-img .illust01 {
    position: absolute;
    top: 83px;
    right: 13px;
    width: 86px;
  }

  .new-main .main-img .illust09 {
    position: absolute;
    top: -15px;
    right: 102px;
    width: 28px;
  }

  .new-main .main-img .illust10 {
    position: absolute;
    top: 5px;
    right: 70px;
    width: 21px;
  }

  .new-main .main-img .illust11 {
    position: absolute;
    top: 71px;
    left: 37px;
    width: 78px;
  }

  .new-main .main-img .kumo01 {
    width: 38px;
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 5px;
    animation-name: kumo;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
  }

  .new-main .main-img .kumo02 {
    width: 31px;
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 37px;
    animation-name: kumo;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  /* メイン画像の雲の動き */
  @keyframes kumo {
    50% {
      left: 80px;
    }
    100% {
      left: 0px;
    }
  }

  .new-main > p.txt02 {
    width: 90%;
    margin: 12px auto 0 auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }

  .new-main > p.txt03 {
    width: 90%;
    margin: 20px auto 0 auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
  }

  #pankuzu {
    width: 90%;
    margin: 30px auto 0 auto;
    padding: 0;
    text-align: right;
  }

  .sub-title {
    font-size: 16px;
    font-weight: bold;
  }

  .sub-title > span:nth-of-type(1) {
    display: block;
    margin: 0;
    font-size: 44px;
    font-weight: normal;
    color: #634B02;
  }

  .sub-title > span:nth-of-type(2) {
    display: block;
    margin: 5px 0 0 0;
  }

  /* FLOW */
  .flow {
    width: 90%;
    margin: 60px auto 0 auto;
    text-align: left;
  }

  .flow > img {
    width: 100%;
    margin: 40px 0 0 0;
  }

  /* JOB DESCRIPTION */
  .description {
    width: 90%;
    margin: 70px auto 160px auto;
    text-align: left;
  }

  .description > div {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 30px 15px 50px 15px;
    background-color: #ffffff;
    border-radius: 10px;
  }

  .description > div > p {
    font-size: 16px;
    font-weight: bold;
  }

  .description > div > table {
    width: 100%;
    margin: 30px 0 0 0;
  }

  .description > div > table th {
    width: 110px;
    padding: 0 18px 30px 0;
    font-size: 16px;
    font-weight: bold;
    color: #634B02;
    line-height: 1.75;
    vertical-align: top;
  }

  .description > div > table td {
    padding: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.75;
    vertical-align: top;
  }

  .description > div > a {
    display: block;
    margin: 40px auto 0 auto;
    width: 90%;
    max-width: 294px;
    height: 60px;
    font-size: 16px;
    padding: 17px 0 0 0;
    color: #fff;
    text-align: center;
    background-color: #016701;
    border-radius: 30px;
  }
}
