.pagetop_image {
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  background-image: url(../image/recruit_top1.jpg);
  /*background-position: 0px 0px;*/
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.pagetop_image img {
  width: 100%;
}

.top_text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  top: 30%;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-shadow: 2px 2px 10px #555;
}

/*ふわっと*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.contents_area {
  width: 80%;
  margin-top: 30px;
  margin-left: 10%;
}

@media screen and (max-width: 640px) {
  .contents_area {
    width: 90%;
    margin-left: 5%;
  }
}

/*h2*/
.contents_area h2 {
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px solid #7C659C;
  margin: 35px 0;
}

@media screen and (max-width: 640px) {
  h2 {
    font-size: 26px;
  }
}

/*step flow*/
.flow-step {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

.flow-step.steps-4>li:first-child {
  width: 25%;
}

.flow-step.steps-4>li {
  width: 25%;
}

.flow-step>li:nth-child(n+2) {
  padding-left: 2.4em;
  background-image: url(/image_common/bg_flow_step_arrow_01.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.flow-step>li {
  position: relative;
  display: table-cell;
  padding: 0 20px 20px 20px;
  background: #ddd;
}

.contents_area .lbl-step {
  background: #7C659C;
}

.lbl-step {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  min-width: 70px;
  margin-right: 1em;
  padding: 2px 5px 4px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #999;
}

.lbl-step>b {
  font-size: 20px;
  padding-left: .2em;
}

i {
  font-style: normal;
}

.flow-step .txt {
  margin: 10px 0 0 0;
}

.txt {
  line-height: 1.5;
  margin-top: 1.2em;
}

@media screen and (max-width: 640px) {
  .flow-step {
    font-size: 80%;
  }
  .flow-step .lbl-step {
    margin-bottom: 10px;
  }
  .flow-step .lbl-step {
    font-size: 80%;
  }
  .flow-step .lbl-step>b {
    font-size: 80%;
  }
  .flow-step>li {
    padding: 0 0 5px 5px;
    background: #ddd;
  }
}

/*h3*/
.heading-step {
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  border: none;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  -webkit-margin-after: 0.3em;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 24px;
  }
}

/*lv-3*/
.container-img-txt, .container-txt-img {
  display: table;
}
.container-img-txt>[class^='col']:first-child, .container-img-txt>[class*=' col']:first-child {
  padding-right: 20px;
}
.container-img-txt>[class^='col'], .container-img-txt>[class*=' col'], .container-txt-img>[class^='col'], .container-txt-img>[class*=' col'] {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.u-ta-c {
  text-align: center !important;
}

.txt:first-child {
  margin-top: 0;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}
.box-bg-img {
  background-color: #f3f3f3;
}
.box-img {
  display: block;
  height: 140px;
  width: 255px;
  text-align: left;
  margin: 0 auto;
  position:relative;
}
.box-img svg{
  position:absolute;
}
.list-annotation {
  margin-top: 1em;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.list-annotation>li {
  font-size: 80%;
}

.lv-3-button {
    width: 150px;
    margin: 0 30px;
    padding: 10px 0;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #7C659C;
    border-radius: 25px;
    -webkit-border-radius: 25px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 25px;/* for Firefox 対応*/
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}
.lv-3-button:hover{
  cursor:pointer;
  filter: alpha(opacity=80);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";  /* ie 8 */
  -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;              /* Safari 1.x */
  opacity:0.8;
}
.lv-3-button:active{
  filter: drop-shadow(0 0 0);
}
@media screen and (max-width: 640px) {
  .container-img-txt.transform, .container-txt-img.transform {
    display: block;
  }
  .container-img-txt.transform>[class^='col'], .container-img-txt.transform>[class*=' col'], .container-txt-img.transform>[class^='col'], .container-txt-img.transform>[class*=' col'] {
    display: block;
    padding: 0;
}
}

/*募集要項*/
.title01 {
	margin: 20px 0 0 0;
}
.title01 .title01a {
	float: left;
	font-size: 28px;
	line-height: 50px;
	color: #8D72B0;
	border-style: none solid;
	border-width: 5px;
	border-color: #8D72B0;
	padding: 0 15px;
}
.title01 .title01b {
	float: left;
	margin: 5px 0 0 15px;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}
.titlebar {
	width: 890px;
	margin: 20px 0 0 25px;
	font-size: 15px;
	color: white;
	line-height: 30px;
	padding: 0 0 0 10px;
	background-color: #555;
}
table.list {
	border-collapse: collapse;
	margin: 10px 0 0 0;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
}
table.list tr th {
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
	background-color: #DBE1E5;
	padding: 10px;
	border-style: dotted none dotted dotted;
	border-width: 1px;
	border-color: #999;
	width: 100px;
}
table.list tr td {
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
	padding: 10px;
	border-style: dotted dotted dotted none;
	border-width: 1px;
	border-color: #999;
}
table.list tr td span {
	font-size: 13px;
}

/*メッセージ*/
.top_message{
  font-size: 0.9em;
  width: 100%;
  background-color: #f3f3f3;
}
.emp_introduction{
  font-size: 0.9em;
  margin: 20px 1%;
  float: left;
  width: 48%;
  background-color: #f3f3f3;
}
@media screen and (max-width: 640px) {
  .emp_introduction{
    width: 100%;
  }
}
.pic_emp{
  height:170px;
  float:left;
}
.emp_ttl{
  font-weight: bold;
  font-size: 1.2em;
  color: #222;
}
.emp_yk{
  font-size: 0.7em;
}
/*閉じる・開く*/
.grad-wrap {
  position: relative;
}
.grad-trigger:hover {
    background: #fff;
    color: #8D72B0;
}
.grad-trigger {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 148px;
    margin: auto;
    padding: .1em 0;
    border-radius: 2px;
    background: #8D72B0;
    color: #fff;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.grad-trigger::after {
  content: "続きを読む" /*クリック前のボタンのラベル*/
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  padding: 0px 10px;
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 200px; /*隠した後の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger.is-show {
  bottom: -2em;
}
.grad-trigger.is-show::after {
  content: "閉じる" /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}
