﻿.bold {
  font-weight: bold;
}
.txtRed {
  color: red;
}
.txtCenter{
	text-align: center;
}

.recruitWrapper img{
  max-width: 100%;
}

#visualWrap{
  position: relative;
}

#visualBg{
  position: relative;
  height: 300px;
}

#visualBg .in{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(14,102,181);
/*
  animation: mask .7s forwards cubic-bezier(.8,0,.5,1);
  animation-delay: 1s;
*/
}

#visualBg .bgg{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(14,102,181,.5);
}

@keyframes mask {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}
#visualText{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  z-index: 5;
}

#visualText .en{
  opacity: 0;
  font-size: 2rem;
  animation: copyUp .5s forwards cubic-bezier(.8,0,.5,1);
}

#visualText .jp{
  opacity: 0;
  font-size: 3.3rem;
  animation: copyUp .5s forwards cubic-bezier(.8,0,.5,1);
  animation-delay: .5s;
  line-height: 1.3;
  text-align: center;
}
@keyframes copyUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Content common
----------------------*/
.recruitWrapper .inner {
    max-width: 1160px;
    padding: 5rem;
    margin: auto;
}

.recruitWrapper h2{
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.recruitWrapper h2 span{
  display: inline-block;
  font-size: 3rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1;
  padding: 0 20px;
}

.recruitWrapper h2::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0E66B5;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.recruitWrapper h2 + span {
  margin-bottom: 40px;
  display: block;
}

#requirementWrap .block {
  margin: 0 0 5rem 0;
}
#requirementWrap dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}
#requirementWrap dl dt {
  width: 10em;
  font-weight: bold;
}
#requirementWrap  dl dd {
  flex: 1;
}

#requirementWrap table.footable {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#requirementWrap table.footable th, #requirementWrap table.footable td {
  padding: 1rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#requirementWrap table.footable th {
  background: #eee;
}
#requirementWrap table.innertable {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width:100%;
  table-layout: fixed;
}
#requirementWrap table.innertable th, #requirementWrap table.innertable td {
  padding: 1rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#requirementWrap table.innertable th {
  background: #eee;
　width: 25%;
  vertical-align: middle;
}
#requirementWrap table.innertable td {
　width: 75%;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {

#visualBg{
  height: 150px;
}

#visualText .en{
  font-size: 1.5rem;
}

#visualText .jp{
  font-size: 2rem;
}

#visualBg .bgg{
  display: none;
}

.recruitWrapper .inner {
  padding: 50px 5% 80px;
}

.recruitWrapper h2{
  margin-bottom: 20px;
}

.recruitWrapper h2 span{
  font-size: 2rem;
}

.recruitWrapper h2 + span {
  margin-bottom: 20px;
  display: block;
}

#requirementWrap dl dt {
  font-size: 1.4rem;
  width: 8em;
}
#requirementWrap  dl dd {
  font-size: 1.4rem;
}

#requirementWrap table.footable th, #requirementWrap table.footable td{
  font-size: 1.2rem;
}
#requirementWrap table.innertable {
font-size: 1.2rem;
}
#requirementWrap table.innertable th, #requirementWrap table.innertable td {
display:block;
width:100%!important;
}

}


#flowWrap{
  padding-bottom: 100px;
}

.flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .flow {
    display: block;
  }
}
.flow h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .flow h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    text-align: center;
  }
}
.flow .step {
  width: 10em;
  color: #0067B9;
}
@media only screen and (max-width: 768px) {
  .flow .step {
    text-align: center;
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.flow .step .sub {
  font-size: 16px;
  font-size: 1.6rem;
}
.flow .step .num {
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
}
.flow .cont {
  flex: 1;
}
.flow .cont p {
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  .flow .cont p {
    margin: 0 0 2rem 0;
  }
	
 .flow .cont p .sp-none {
    display:none;
  }
}

.yaji {
  text-align: center;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  margin: 3rem auto;
}

.link_btn a {
  display: inline-block;
  padding: 1rem 5rem;
}
@media only screen and (max-width: 768px) {
  .link_btn a {
    display: block;
    padding: 2rem 0;
    text-align: center;
  }
}
.link_btn.entry a {
  background: #fbb034;
  font-weight: bold;
}
.link_btn.entry a span{
  font-size: 1.4rem;
  font-weight: normal;
}
.link_btn.member a {
  background: #0067B9;
  color: #ffffff;
}


#leadWrap{
  padding-top:0;
  padding-bottom:5em;
}
@media only screen and (max-width: 768px){
#leadWrap{
  margin-top:-30px;
}
}