@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.thisone{
	
	display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}
.snip1519 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 150px;
  max-width: 320px;
  width: 100%;
	height: 380px;
  background-color: #0f1f89;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.snip1519 *,
.snip1519 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1519 figcaption {
  padding: 12% 10% 14%;
}

.snip1519 i {
  font-size: 54px;
  color: #0f1f89;
  width: 80px;
  line-height: 80px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 10px;
  text-align: center;
  display: inline-block;
}

.snip1519 h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0;
}

.snip1519 p {
  font-weight: 300;
  margin: 0 0 10px;
}


.p-recruit_schedule {

  margin-bottom: 40px;
}

.p-recruit_schedule > ol {
  margin: 0 auto;
}

.p-recruit_schedule > ol > li {
  position: relative;
}

.p-recruit_schedule > ol > li:before {
  content: '';
  position: absolute;
  background-size: cover;
}

.p-recruit_schedule > ol > li:last-child {
  padding-bottom: 0;
}

.p-recruit_schedule > ol > li:last-child:before {
  display: none;
}

.p-recruit_schedule > ol > li:last-child > h3 > strong {
  background: #0f1f89;
  color: #fff;
}

.p-recruit_schedule > ol > li > h3 > span {
  color: #0f1f89;
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.2;
}

.p-recruit_schedule > ol > li > h3 > span > span {
  margin-left: .3em;
  font-size: 22px;
  font-style: italic;
}

.p-recruit_schedule > ol > li > h3 > strong {
  display: inline-block;
  box-sizing: border-box;
  min-width: 60%;
  border: 1px solid #0f1f89;
  border-radius: 15px;
  background: #7495ca;
  color: #0f1f89;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.p-recruit_schedule > ol > li > p {
  margin-top: 5px;
}

@media (max-width: 667px) {
  .p-recruit_schedule > ol > li {
    padding-bottom: 40px;
  }
  .p-recruit_schedule > ol > li:before {
    bottom: 17px;
    left: 50%;
    width: 18px;
    height: 4px;
    margin-left: -9px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-recruit_schedule > ol > li > h3 > strong {
    margin-left: .6em;
  }
}

@media (min-width: 668px) {
  .p-recruit_schedule {
    margin-bottom: 80px;
  }
  .p-recruit_schedule > ol {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 960px;
  }
  .no-flexbox .p-recruit_schedule > ol:before, .no-flexbox .p-recruit_schedule > ol:after {
    content: " ";
    display: table;
  }
  .no-flexbox .p-recruit_schedule > ol:after {
    clear: both;
  }
  .p-recruit_schedule > ol > li {
    box-sizing: border-box;
    width: 320px;
    padding-right: 80px;
    padding-bottom: 30px;
  }
  .no-flexbox .p-recruit_schedule > ol > li {
    float: left;
  }
  .p-recruit_schedule > ol > li:before {
    top: 57px;
    right: 20px;
    width: 36px;
    height: 8px;
  }
  .p-recruit_schedule > ol > li > h3 > span {
    font-size: 20px;
  }
  .p-recruit_schedule > ol > li > h3 > span > span {
    font-size: 32px;
  }
  .p-recruit_schedule > ol > li > h3 > strong {
    display: block;
    padding: 5px 10px;
    font-size: 20px;
  }
  .p-recruit_schedule > ol > li > p {
    margin-top: 10px;
    font-size: 16px;
  }
  .msie .p-recruit_schedule > ol > li:nth-of-type(3) > h3 > strong {
    font-size: 18px;
  }
}


.l-contents {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  /* pc */
  /* tb */
}

@media (min-width: 668px) {
  .l-contents {
    max-width: 1440px;
    padding: 0 28px;
    margin: 0 auto;
  }
}

@media (min-width: 981px) {
  .l-contents {
    padding: 0 36px;
  }
}


.rec {

  margin-bottom: 45px;
  padding: 20px 0 5px;
  border-radius: 5px;
  background: url("../img/rec.png") top right no-repeat;
  background-size: cover;
  text-align: center;
}

.rec > h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.rec > ol {
  counter-reset: number;
  max-width: 1000px;
  margin: 15px 11% 0;
}

.rec > ol > li {
  padding: 5px 10px;
  counter-increment: number;
}

.rec > ol > li > span {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 5px 5px 15px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.rec> ol > li > span:before {
  content: counter(number, decimal-leading-zero);
  display: block;
  margin-bottom: 5px;
  color: #0f1f89;
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 100;
  font-style: italic;
  letter-spacing: -.05em;
}

.rec > ol > li > span:after {
  content: '';
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  width: 25px;
  height: 1px;
  margin: 0 auto;
  background: #0f1f89;
}

@media (min-width: 668px) {
  .rec {
    margin-bottom: 90px;
    padding: 35px 5px 50px;
    border-radius: 10px;
  }
  .rec > h2 {
    font-size: 26px;
  }
  .rec > ol {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 20px;
  }
  .no-flexbox .rec > ol:before, .no-flexbox .rec > ol:after {
    content: " ";
    display: table;
  }
  .no-flexbox .rec > ol:after {
    clear: both;
  }
  .rec > ol > li {
    box-sizing: border-box;
    width: 50%;
    padding: 5px;
  }
  .no-flexbox .rec > ol > li {
    float: left;
  }
  .rec > ol > li > span {
    padding: 10px 5px 30px;
    font-size: 17px;
  }
  .rec > ol > li > span:before {
    margin-bottom: 10px;
    font-size: 48px;
  }
  .rec > ol > li > span:after {
    top: 70px;
    width: 45px;
  }
}

@media (min-width: 981px) {
  .rec {
    margin-bottom: 90px;
    padding: 35px 0 50px;
  }
  .rec > h2 {
    font-size: 26px;
  }
  .rec > ol {
    margin-top: 30px;
  }
  .rec > ol > li > span {
    padding: 10px 10px 40px;
    font-size: 21px;
  }
  .rec > ol > li > span:before {
    margin-bottom: 15px;
    font-size: 56px;
  }
  .rec > ol > li > span:after {
    top: 90px;
    width: 50px;
  }
}




.salery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.salery iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
}
.salery .salery-close {
  cursor: pointer;
  position: absolute;
  top: 15%;
  right: 15%;
  padding: 5px;
  color: #444;
  background-color: #fff;
}

.is-hide {
  display: none;
}
