@charset "UTF-8";

.recruit_item{
  margin-bottom: 2rem;
  border-color: #6b84ff;
}
@media screen and (min-width:768px) {
  .recruit_item{
    margin-bottom: 2rem;
  }
}

@media screen and (min-width:768px) {
  .recruit_inner{
    width: 720px;
    margin: auto;
  }
}

.recruit_photo_item:nth-child(2n){
  margin-top: 1rem;
}
.recruit_photo_next{
  margin-top: 2rem;
}

@media screen and (min-width:768px) {
  .recruit_photo{
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .recruit_photo_next{
    margin-top: 2rem;
  }
  .recruit_photo_item{
    margin: 0 1rem 0;
  }
  .recruit_photo_item:nth-child(2n){
    margin-top: 0;
  }
}

.recruit_comment{
  text-align: center;
  font-feature-settings: "palt";
  margin: 0 0 2rem;
}

.recruit_comment strong{
  font-weight: normal;
  font-size: 1.3em;
}

.recruit_comment span{
  margin: 0 -0.5em;
}

.recruit_title{
  background: #ffe7f3;
  color: #ff619a;
  border-radius: 2rem;
  text-align: center;
  margin: 2rem auto 1rem;
  width: 80%;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.5rem;
}
@media screen and (min-width:768px) {
  .recruit_title{
    width: 20rem;
    margin: 2rem auto 1rem;
  }
}

hr{
  margin: 2rem 0 0;
  border: none;
}
.recruit_desc{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.recruit_desc strong{
  font-size: 1.1em;
}

.recruit_contact{
  text-align: center;
}

.recruit_contact p{
  margin: 1rem 0;
}

.line_banner{
  width: 100%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .line_banner{
    width: 50%;
    margin: auto;
  }
}


.form table{
  width: 100%;
  border-collapse: collapse;
}

.form table td,.form table th{
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: left;
}

.form table th{
  background: #e7eeff;
}

.form table th span{
  color: rgb(255, 105, 144);
}

.button{
  text-align: center;
  padding: 1rem;
}

.form pre{
  white-space: pre-line;
  word-break: break-all;
}

#thanks{
  text-align: center;
}

#thanks p{
  margin: 1rem 0;
}