/* VARIABLE*/
/* MIXIN*/
/********** SP **********/
@media screen and (max-width: 900px) {
  #list .Flex > div {
    width: 100%;
    margin-bottom: 65px;
  }
  #list h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  #list h2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6df34));
    background: linear-gradient(transparent 60%, #f6df34 60%);
  }
  #list li {
    background: #fff;
    border: 1px solid #202020;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #list li:hover {
    opacity: .6;
  }
  #list li::before, #list li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #list li::before {
    background: #202020;
    width: 40px;
    height: 100%;
    z-index: 10;
  }
  #list li::after {
    background: url(../images/common/arrow_white.svg) center no-repeat;
    width: 10px;
    height: 19px;
    bottom: 0;
    margin: auto 14px auto 0;
    z-index: 20;
  }
  #list li::after:hover {
    opacity: .6;
  }
  #list li a {
    display: inline-block;
    width: 100%;
    padding: 12px 60px 12px 20px;
    position: relative;
    z-index: 30;
  }
  #list li a span {
    display: inline-block;
  }

  .separate-line {
    border-top: 10px solid #fff;
    padding-top: 75px;
    margin-bottom: 75px;
  }

  #flow {
    border-top: 10px solid #fff;
    padding-top: 75px;
  }
  #flow .flow-heading {
    background: #fff;
    text-align: center;
    padding: 35px;
    border-radius: 30px;
    position: relative;
  }
  #flow .flow-heading::before, #flow .flow-heading::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #flow .flow-heading::before {
    background: url(../images/recruit/ornament_top_white.svg) no-repeat center;
    width: 59px;
    height: 30px;
    margin-top: -28px;
    z-index: 10;
  }
  #flow .flow-heading::after {
    background-color: #f6df34;
    border-radius: 30px 30px 0 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #flow .flow-heading img {
    width: 105px;
    height: 22px;
    margin-bottom: 10px;
  }
  #flow .flow-heading h1 {
    font-size: 14px;
    font-weight: bold;
  }
  #flow .step li {
    background-color: #f6df34;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 0 0 30px 30px;
    text-align: center;
    padding: 55px 30px 50px;
  }
  #flow .step li::before, #flow .step li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #flow .step li::before {
    background-image: url("../images/recruit/ornament_bottom_white.svg");
    width: 59px;
    height: 30px;
    margin-top: -1px;
    z-index: 10;
  }
  #flow .step li::after {
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #flow .step li:nth-child(2n) {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 0 0 30px 30px;
  }
  #flow .step li:nth-child(2n)::before, #flow .step li:nth-child(2n)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #flow .step li:nth-child(2n)::before {
    background-image: url("../images/recruit/ornament_bottom_yellow.svg");
    width: 59px;
    height: 30px;
    margin-top: -1px;
    z-index: 10;
  }
  #flow .step li:nth-child(2n)::after {
    background-color: #f6df34;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #flow .step li:nth-child(2n) h2 span::before, #flow .step li:nth-child(2n) h2 span::after {
    background-image: url(../images/common/arrow_yellow.svg);
  }
  #flow .step li:last-child::after {
    background: transparent url(../images/recruit/ornament_bottom_yellow.svg) no-repeat center;
    top: auto;
    bottom: 0;
    width: 59px;
    height: 30px;
    margin-bottom: -29px;
  }
  #flow .step li .order {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px;
  }
  #flow .step li h2 {
    font-weight: bold;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #flow .step li h2 span {
    display: inline-block;
    position: relative;
  }
  #flow .step li h2 span::before, #flow .step li h2 span::after {
    content: "";
    background: url(../images/common/arrow_black.svg) no-repeat center;
    display: block;
    vertical-align: middle;
    width: 7.5px;
    height: 15px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #flow .step li h2 span::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    margin-left: -25px;
  }
  #flow .step li h2 span::after {
    right: 0;
    margin-right: -25px;
  }
  #flow .step li p {
    line-height: 1.82;
    text-align: left;
  }

  /* recruit-individual*/
  #recruit-individual #require {
    margin-bottom: 75px;
  }
  #recruit-individual #require h2 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  #recruit-individual #require h2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6df34));
    background: linear-gradient(transparent 60%, #f6df34 60%);
  }
  #recruit-individual #require .table th {
    width: 92px;
  }
  #recruit-individual #require .table th span {
    display: inline-block;
  }
	
	.border10px{
		border: 0;
		border-bottom: 10px solid #fff;
		margin-bottom: 75px;
	}
	
}
/********** PC **********/
@media screen and (min-width: 900px) {
  #list {
    margin-bottom: 70px;
  }
  #list .inner {
    max-width: 1100px;
  }
  #list .Flex > div {
    width: 45%;
  }
  #list h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #list h2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6df34));
    background: linear-gradient(transparent 60%, #f6df34 60%);
  }
  #list li {
    background: #fff;
    border: 1px solid #202020;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #list li:hover {
    opacity: .6;
  }
  #list li::before, #list li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #list li::before {
    background: #202020;
    width: 50px;
    height: 100%;
    z-index: 10;
  }
  #list li::after {
    background: url(../images/common/arrow_white.svg) center no-repeat;
    width: 10px;
    height: 19px;
    bottom: 0;
    margin: auto 18px auto 0;
    z-index: 20;
  }
  #list li a {
    display: inline-block;
    width: 100%;
    padding: 14px 70px 14px 20px;
    position: relative;
    z-index: 30;
  }

  .separate-line {
    border-top: 10px solid #fff;
    padding-top: 100px;
  }

  #flow {
    border-top: 10px solid #fff;
    padding-top: 100px;
    margin-top: 100px;
  }
  #flow .inner {
    max-width: 700px;
  }
  #flow .flow-heading {
    background: #fff;
    text-align: center;
    padding: 50px;
    border-radius: 30px;
    position: relative;
  }
  #flow .flow-heading::before, #flow .flow-heading::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #flow .flow-heading::before {
    background: url(../images/recruit/ornament_top_white.svg) no-repeat center;
    width: 59px;
    height: 30px;
    margin-top: -28px;
    z-index: 10;
  }
  #flow .flow-heading::after {
    background-color: #f6df34;
    border-radius: 30px 30px 0 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #flow .flow-heading img {
    width: 150px;
    height: 30px;
    margin-bottom: 20px;
  }
  #flow .flow-heading h1 {
    font-size: 20px;
    font-weight: bold;
  }
  #flow .step li {
    background-color: #f6df34;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 0 0 30px 30px;
    text-align: center;
    padding: 85px 100px;
  }
  #flow .step li::before, #flow .step li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #flow .step li::before {
    background-image: url("../images/recruit/ornament_bottom_white.svg");
    width: 59px;
    height: 30px;
    margin-top: -1px;
    z-index: 10;
  }
  #flow .step li::after {
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #flow .step li:nth-child(2n) {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 0 0 30px 30px;
  }
  #flow .step li:nth-child(2n)::before, #flow .step li:nth-child(2n)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  #flow .step li:nth-child(2n)::before {
    background-image: url("../images/recruit/ornament_bottom_yellow.svg");
    width: 59px;
    height: 30px;
    margin-top: -1px;
    z-index: 10;
  }
  #flow .step li:nth-child(2n)::after {
    background-color: #f6df34;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #flow .step li:nth-child(2n) h2 span::before, #flow .step li:nth-child(2n) h2 span::after {
    background-image: url(../images/common/arrow_yellow.svg);
  }
  #flow .step li:last-child::after {
    background: transparent url(../images/recruit/ornament_bottom_yellow.svg) no-repeat center;
    top: auto;
    bottom: 0;
    width: 59px;
    height: 30px;
    margin-bottom: -29px;
  }
  #flow .step li .order {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3px;
  }
  #flow .step li h2 {
    font-weight: bold;
    text-align: center;
    margin: 0 auto 65px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #flow .step li h2 span {
    display: inline-block;
    position: relative;
  }
  #flow .step li h2 span::before, #flow .step li h2 span::after {
    content: "";
    background: url(../images/common/arrow_black.svg) no-repeat center;
    display: block;
    vertical-align: middle;
    width: 11.25px;
    height: 22.5px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #flow .step li h2 span::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    margin-left: -25px;
  }
  #flow .step li h2 span::after {
    right: 0;
    margin-right: -25px;
  }
  #flow .step li p {
    line-height: 1.82;
    text-align: left;
  }

  /* recruit-individual*/
  #recruit-individual #require {
    margin-bottom: 100px;
  }
  #recruit-individual #require .inner {
    max-width: 900px;
  }
  #recruit-individual #require h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  #recruit-individual #require h2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6df34));
    background: linear-gradient(transparent 60%, #f6df34 60%);
  }
  #recruit-individual #require .table th {
    width: 180px;
  }
	
	.Flex.fulltime{
		justify-content: center;
	}
	
	.border10px{
		border: 0;
		border-bottom: 10px solid #fff;
		margin: 100px 0;
	}
	
}
@media screen and (min-width: 606px) {
  #list .Flex > div {
    width: 45%;
  }
	
	.Flex.fulltime {
    justify-content: center;
}
}
