*{
  margin: 0;
  padding: 0;
}

h1,h2,h3,p,a,select{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 1px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* headerここから */
h1{
  font-size: 1.2vw;
  font-weight: 500;
}

img.TopImage{
  max-width:100%;
}

.HeaderImg{
  text-align: center;
  /* min-width:1366pxこの下二つとる */
  background-color: #48da56;
  max-height: 599px;
}

.relative{
  position: relative;
}

.absolute{
  position: absolute;
  top: 1%;
  left: 14%;
}
/* ここまで */
/* TOPここから */
.TopFlex{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.Logo{
  margin-right: 20px;
  margin-top: 20px;
}

img.imgLogo{
  width: 120px;
  height: auto;
}

.TopCopy{
  margin-left: 35px;
}

.TopButton{
  position: relative;
  width:450px;
  height:50px;
  line-height:50px;
  margin: 30px auto 50px;
}

span.sankaku{
  position: absolute;
  right: 10px;
  font-size: 15px;
}

.TopButton a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FFFFFF;
    text-align:center;
    border:2px solid #000;
    color:#000000;
    font-size:30px;
    font-weight:bold;
    border-radius:50px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    box-shadow:3px 3px 0px 2px #000000 ;
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 500;
}
.TopButton a:hover{
    background:#FFFFFF;
    color:#000000;
    margin-left:5px;
    margin-top:5px;
    border:2px solid #000;
    box-shadow:none;
}
/* ここまで */
/* エリアからさがすここから */
h2{
  text-align: center;
  font-size: 2em;
}

span.Under{
  border-bottom: dotted 3px black;
}

form.EriaForm{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

select#search1{
  width: 350px;
  height: 45px;
  font-size: 20px;
  -webkit-border-radius: 5px;
  padding-left: 10px;
  border-color: #000;
}

input[type="button"] {
    background-color: #000;
    height: 45px;
    width: 65px;
    padding-left: 0px;
    margin-left: 5px;
    font-size: 20px;
    text-align: center;
    padding: 1px 2px 0px 0px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    border: none;
}
/* ここまで */
/* 期間からさがすここから */
#SearchPeriod {
    margin-top: 100px;
    margin-bottom: 70px;
}

.PeriodButton{
  display: flex;
  justify-content: center;
  width: 470px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 50px;
}

.PeriodButton a{
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  background:#FFFFFF;
  text-align:center;
  border:2px solid #000;
  color:#000000;
  font-size:30px;
  font-weight:bold;
  border-radius:50px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  box-shadow:3px 3px 0px 2px #000000 ;
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: 500;
}

.PeriodButton a:hover{
    background:#FFFFFF;
    color:#000000;
    margin-left:5px;
    margin-top:5px;
    border:2px solid #000;
    box-shadow:none;
}

a.Tanpatsu{
  margin-right: 5px;
}

a.Tyoki{
  margin-left: 5px;
}
/* ここから職種からさがす */
.JobtypedButton{
  display: flex;
  justify-content: center;
  width: 670px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 20px;
}

.JobtypedButton2{
  display: flex;
  justify-content: center;
  width: 470px;
  height: 50px;
  line-height: 50px;
  margin: 0px auto 50px;
}

a.buttonStyle{
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  background:#FFFFFF;
  text-align:center;
  border:2px solid #000;
  color:#000000;
  font-size:30px;
  font-weight:bold;
  border-radius:50px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  box-shadow:3px 3px 0px 2px #000000 ;
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: 500;
}

a.buttonStyle:hover{
    background:#FFFFFF;
    color:#000000;
    margin-left:5px;
    margin-top:5px;
    border:2px solid #000;
    box-shadow:none;
}

a.J1Button,a.J4Button{
  margin-right: 5px;
}

a.J2Button{
  margin-right: 5px;
  margin-left: 5px;
}

a.J3Button,a.J5Button{
  margin-left: 5px;
}
/* ここまで */
/* 応募の流れここから */
#HowtoApplication{
  background-color: #48da56;
  margin-top: 80px;
}

.HowtoAppinner{
  padding-top: 40px;
}

.Application{
  display: flex;
  position: relative;
  justify-content: center;
  width: 750px;
  margin: 50px auto;
  background: #FFFFFF;
  text-align: center;
  color: #000000;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 30px;
  box-shadow: 3px 3px 0px 2px #000000;
  overflow: hidden;
}

.Application-one {
    height: 372px;
}

/* ラベル部分 右上に表示 */
.Application::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 8em solid transparent;
    border-right: 8em solid #000; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

.Application::after {
    font-size: 40px;
    display: block;
    top: 18px;
    color: #fff; /* 文字色はここで変更 */
    right: 15px;
    position: absolute;
    z-index: 101;
}

.Application-one::after{
    content: "①";
}

.Application-two::after{
    content: "②";
}

.Application-three::after{
    content: "③";
}

.Application-four::after{
    content: "④";
}

.App-img1{
  position: absolute;
  top: 50px;
  left: 75px;
}

.App-img2{
  position: absolute;
  top: 60px;
  left: 20px;
}

.Para2 {
  margin-left: 275px;
}

.App-img3{
  position: absolute;
  top: 90px;
  left: 25px;
}

.Para3 {
  margin-left: 275px;
}

.App-img4{
  position: absolute;
  top: 90px;
  left: 18px;
}

.Para4{
  margin-left: 280px;
}

.App-p{
    text-align: left;
    padding: 50px 0px 50px 30px;
    border-left: dotted 4px #000;
    position: relative;
    width: 350px;
  }

.App-p::before {
    position: absolute;
    content: '';
    display: block;
    left: -4px;
    bottom: 0.1%;
    border-left: 4px solid rgb(255, 255, 255);
    width: 30%;
    height: 8.8%;
  }

  .App-p::after {
      position: absolute;
      content: '';
      display: block;
      left: -4px;
      top: 0%;
      border-left: 4px solid rgb(255, 255, 255);
      width: 30%;
      height: 10.5%;
    }

.App-p h3{
  font-size: 40px;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.App-p p{
  margin-top: 17px;
  font-weight: 500;
  font-size: 16px;
}

.para1{
  margin-left: 275px;
}

p.Yazirusi{
  text-align: center;
  font-size: 40px;
}

.FootButton{
  position: relative;
  width:450px;
  height:50px;
  line-height:50px;
  margin: 0px auto;
  padding-bottom: 50px;
}

span.Footsankaku{
  position: absolute;
  right: 10px;
  font-size: 15px;
}

.FootButton a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FFFFFF;
    text-align:center;
    border:2px solid #000;
    color:#000000;
    font-size:30px;
    font-weight:bold;
    border-radius:50px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    box-shadow:3px 3px 0px 2px #000000 ;
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 500;
}

.FootButton a:hover{
    background:#FFFFFF;
    color:#000000;
    margin-left:5px;
    margin-top:5px;
    border:2px solid #000;
    box-shadow:none;
}

footer.container{
  text-align: center;
  background-color: #48da56;
  padding-bottom: 10px;
}

/* 上に戻るボタンcss */
#page_top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #000;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  #page_top a::before {
      font-family: "Font Awesome 5 Free";
      content: "\f106";
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
      font-weight: 900;
  }
  /* ここまで */
