@charset "UTF-8";

main{
   z-index:0;
}
.main {
	padding:0;
	width:100%;
}


body {
  width: 100%;
}

#contents{
	background-color: #eeeeee;
	position:fixed;
	   width:100vw;
   height:100vh;
}
#recruitheader {
	background-image: url("../images/t2.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:100vh;
	position:relative;
   z-index:3;
   width:100%;
}
.boxm{
	display:flex;
	flex-wrap:wrap;
	padding:50px 0;
	position:relative;
  overflow: hidden;
}
.box {
	width:calc(100%/5);
	height:calc(100vw/5);
	padding:0;
	margin:0;
}
.box_1{ background-color:#a2edbd; }
.box_2{ background-color:#9ce2bb; }
.box_3{ background-color:#96d8bb; }
.box_4{ background-color:#91d1bc; }
.box_5{ background-color:#7eb3be; }
.box_6{ background-color:#74a5bf; }
.box_7{ background-color:#5a7ac4; }
.box_8{ background-color:#516cc5; }
.box_9{ background-color:#4355c9; }
.box_10{ background-color:#3c4cca; }

.boxm > div {
  position: relative;
}

#bosyu{
	padding:50px 70px;
	background-color:#fff;
	opacity:0.8;
	width:auto;
	max-width:1200px;
	margin:auto;
}
#recruitheader h1{
    	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
h1 {
  padding: 0;
  width: 100%;
}
h2{
	background-image: none;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 3rem;
}
h3{
	text-align:center;
}
.company{
	margin:auto;
	padding-bottom:2em;
}
.company tr, .b_youkou tr {
    padding: 1rem;
    height: auto;
}
.company tr:nth-child(odd) {
	background-image:url("../images/syasen.png");
}
.company td {
	border-collapse: collapse;
  border-spacing: 0;
	margin:0px;
	width:auto;
	padding:1rem;
}
.b_youkou {
	margin-bottom:2em;
}
.b_youkou h3 {
	height:10em;
}
.b_youkou table, .company {
    border-collapse: collapse;
    width: 100%;
}
.company {
  margin-bottom: 2.5em;
}
.b_youkou th,.b_youkou td {
	padding: 5px;
}
.b_youkou th, .company th {
    text-align: center;
    width: 30%;
}
.b_youkou div tr:nth-of-type(odd){
	background-image:url("../images/syasen.png");
}
.b_youkou td, .company td {
	padding:1em;
}
.b_youkou div {
	width:100%;
}
.selection{
	position: relative;
  width: 60vw;
  margin: 0 auto;
}
.selection div {
	height:auto;
}
.selection image, .selection p {
	width:100%;
	height:100%;
}
.selection image, .selection p, .selection div{
	text-align:center;
	margin:auto;
}
.selection a.form {
    text-decoration: none;
}
.selection .form {
	padding:1rem;
	background-color: #80a1e2;
	margin:2em auto;
	width:20em;
	transition-duration: 1s;
	color:#fff;
	display: block;
}
.selection .form:hover{
	color:#fff;
	background-color:#3b5280;
	transition-duration: 1s;

}
.accbox img {
    width: 100%;
    vertical-align: middle;
    transition-duration: 1s;
}
.box h4{
	text-align:center;
	padding: 1vw 0;
}
.boxm img {
    width: 50%;
    margin: 0 auto;
    display: block;
}
.box > div {
    display: flex;
    justify-content: space-around;
}
.box > div p {
    text-indent: 0;
		margin-top: 0;
    width: 40%;
}
.box > div p::first-line {
    font-size: 1vw;
}
.box_5 img, .box_7 img, .box_10 img {
    opacity: 0.3;
}
canvas#occupations, canvas#commute {
    margin-top: 2vw;
}

canvas#occupations {
    margin-right: 2vw;
}

.box_10 > div:nth-of-type(2) {
    display: block;
    position: relative;
    /* position: absolute; */
    /* right: 2vw;
    top: 33%; */
}
.box_10 > div:nth-of-type(2) > p:nth-of-type(1) {
    position: absolute;
    bottom: 7.1vw;
    /* bottom: 112px; */
    left: -40px;
}
.box_10 > div:nth-of-type(2) > p:nth-of-type(2) {
    position: absolute;
    bottom: 4.9vw;
    /* bottom: 75px; */
    left: -40px;
}
.box_10 > div:nth-of-type(2) > p:nth-of-type(3) {
    position: absolute;
    bottom: 2.6vw;
    /* bottom: 38px; */
    left: -40px;
}
.box_10 > div:nth-of-type(2) > p:nth-of-type(4) {
    position: absolute;
    bottom: 0.3vw;
    /* bottom: 5px; */
    left: -40px;
}
.box_10 > div p {
    width: 100%;
    text-align: right;
    /* margin-bottom: 5px; */
    line-height: 1.6rem;
}
.box_10 span.count {
  font-size: 1.5vw;
  font-weight: bold;
}
.box_5 span.count {
  font-size: 2vw;
}
.box_5 > div p {
    width: 13%;
}
.selection > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  width: 55%;
}

.selection > div:nth-of-type(2) p {
  text-align: right;
  margin: 0 1em 0 0;
  font-size: 1vw;
}

.selection > div:nth-of-type(2) img {
  width: 5%;
  height: 100%;
  margin-right: 5%;
}

canvas#bloodtype {
    position: relative;
    top: 1vw;
}
.boxm > div:nth-of-type(n+6) h4 {
    color: white;
}
.box_10 > div p:nth-of-type(-n+2) {
    color: #3c4cca;
}
.box_7 > div > p {
  position: absolute;
}
.box_7 > div > p:nth-of-type(1) {
    top: 4.5vw;
    left: 1vw;
}
.box_7 > div > p:nth-of-type(1) br, .box_7 > div > p:nth-of-type(4) br {
    display: none;
}
.box_7 > div > p:nth-of-type(1) span.count, .box_7 > div > p:nth-of-type(4) span.count {
    font-size: 1.2vw;
    margin-left: 0.5vw;
}
.box_7 > div > p:nth-of-type(2) {
  right: 3.5vw;
  top: 8vw;
  font-size: 1vw;
}
.box_7 > div > p:nth-of-type(2) span.count {
  font-size: 3vw;
  line-height: 1em;
}
.box_7 > div > p:nth-of-type(3)::first-line {
  font-size: 0.9vw;
}
.box_7 > div > p:nth-of-type(3) {
  left: 4vw;
  top: 11vw;
  font-size: 1vw;
  line-height: 0.5vw;
}
.box_7 > div > p:nth-of-type(4) {
    top: 3.3vw;
}
.box_7 > div > p:nth-of-type(4)::first-line {
  font-size: 0.8vw;
}
.box_7 > div > p:nth-of-type(3) span.count {
    font-size: 2vw;
    line-height: 2.5vw;
}
.box_7 > div p:nth-of-type(2), .box_7 > div p:nth-of-type(3) {
  color: #5a7ac4;
}
.box_9 img, .box_8 img {
    width: 45%;
    margin-bottom: 1vw;
}
.boxm{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition-duration: 1s;	/*変化に掛かる時間*/
}
.view{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition-duration: 1s;	/*変化に掛かる時間*/
}
#recruit .modal-content {
  width: auto;
  height: auto;
}
#recruit .modal-close {
  right: auto;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  border-radius: 0;
  margin: 0 auto;
}
#recruit a.button-link {
  font-size: 2vw;
}
br.hide {
  display: none;
}
.count {
	font-size:3vw;
  line-height: 1.5rem;
}
.boxm p {
	color:#fff;
	text-align:center;
	font-size: 2vw;
	text-indent: 1rem;
	margin-top: 1vw;
}
.publication {
	width: 90vw;
	margin: 100px auto;
  position: relative;
  z-index: 0;
}
.publication > div {
  display: flex;
}
.publication > div > div {
	width: 33%;
	position: relative;
}
.publication img {
  width: 100%;
}
.publication p {
	text-align: center;
	margin-bottom: 1em;
}
.selection .flow{
	width:70%;
}
.publication > div > div:nth-of-type(1)::before {
	content: "イーキャリア";
  position: absolute;
  top: 0%;
  left: 0%;
	width: 100%;
  display: block;
  transition-duration: 0.5s;
  z-index: -1;
	text-align: center;
}
.publication > div > div:nth-of-type(2)::before {
	content: "イーキャリア";
  position: absolute;
  top: 0%;
  left: 0%;
	width: 100%;
  display: block;
  transition-duration: 0.5s;
  z-index: -1;
	text-align: center;
}
.publication > div > div:nth-of-type(3)::before {
	content: "イーキャリア";
  position: absolute;
  top: 0%;
  left: 0%;
	width: 100%;
  display: block;
  transition-duration: 0.5s;
  z-index: -1;
	text-align: center;
}

.publication .wantedly {
  display: block;
  max-width: 1000px;
  margin: 100px auto 0;
}
.publication .wantedly img {
  width: 100%;
}

.publication .wantedly img:hover {
  opacity: 0.7;
  transition: .3s;
}






.pub2 {
	width: 90vw;
	margin: 100px auto;
  position: relative;
  z-index: 0;
}
.pub2 > div {
  display: flex;
}
.pub2 > div > div {
	width: 33%;
	position: relative;
}
.pub2 img {
  width: 100%;
}
.pub2 p {
	text-align: center;
	margin-bottom: 1em;
}



.pub2 > div > div:nth-of-type(1)::before {
	content: "doda";
  position: absolute;
  top: 0%;
  left: 0%;
	width: 100%;
  display: block;
  transition-duration: 0.5s;
  z-index: -1;
	text-align: center;
}
.pub2 > div > div:nth-of-type(2)::before {
	content: "女の転職@type";
  position: absolute;
  top: 0%;
  left: 0%;
	width: 100%;
  display: block;
  transition-duration: 0.5s;
  z-index: -1;
	text-align: center;
}
.pub2 > div > div:nth-of-type(3)::before {
	content: "女の転職@type";
  position: absolute;
  top: 0%;
  left: 0%;
	width: 100%;
  display: block;
  transition-duration: 0.5s;
  z-index: -1;
	text-align: center;
}

.pub2 > div > div:nth-of-type(1):hover::before, .pub2 > div > div:nth-of-type(2):hover::before, .pub2 > div > div:nth-of-type(3):hover::before {
	top: 100%;
}

.publication > div > div:nth-of-type(1):hover::before, .publication > div > div:nth-of-type(2):hover::before, .publication > div > div:nth-of-type(3):hover::before {
	top: 100%;
}
.selection .flow img{
	  width:100%;
}
/*************************************アコーディオン***************************************/

.accbox {
    padding: 0;
    width:100%;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 0;
    padding : 0;
    font-weight: bold;
    cursor :pointer;
    transition: all 1s;

}
.accbox label:hover {
	 transition: all 1s;
    background:#000;
}
.accbox label:hover img{
	 transition: all 1s;
}

.accbox label:hover img{
	 transition: all 1s;
   opacity:0.8;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding:0;
    overflow: hidden;
    opacity: 0;
    transition: 2s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding:2.5em 0;
    opacity: 1;
    transition: 2s;
}
/*************************************ページめくり***************************************/
.recruit_dj{
    margin: auto;
    width: 25em;
}
.button {
    background: none repeat scroll 0 0 #eee0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
	margin-top: 10em;
    margin-bottom: 20px;
    padding: 1em 4em;
    text-decoration: none;
    width: 25em;
    text-align: center;
}
.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    z-index:2;
    box-shadow: 2px 2px 6px #ddd;
}
.hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(315deg,#260296 15%,rgb(0, 0, 0) 45%,#aaa 50%,#ccc 56%,#fff 80%);
    box-shadow: -1px -1px 1px rgba(156, 156, 156, 0.1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width,height;
    transition-property: width,height;
}
 .hvr-curl-bottom-right:active:before, .hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before {
    width: 20px;
    height: 20px;
}
/***************マフィア**************************/
.recruit_dj{
	position: relative;
	padding-top: 22em;
	margin-bottom:2em;
}
.recdj_img{
	position: absolute;
    width: 95%;
    bottom: 0;
    display:none;
    left:10px;
    z-index:1;
}
.recdj_img img{
	width: 100%;
    opacity: 0.1;
}
.recdj:hover+.recdj_img {
	display:inline;
}
.recdj:hover+.recdj_img{
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    20% {opacity:1;}
   	30% {opacity:0;}
    40% {opacity:1;}
    50% {opacity:0;}
    100%{opacity:0;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    20% {opacity:1;}
   	30% {opacity:0;}
    40% {opacity:1;}
    50% {opacity:0;}
    100%{opacity:0;}
}
@keyframes blink{
    0% {opacity:0;}
    20% {opacity:1;}
   	30% {opacity:0;}
    40% {opacity:1;}
    50% {opacity:0;}
    100%{opacity:0;}
}
/* responsive */
@media screen and (min-width:1920px) {
  canvas#commute {
    margin-top: 3vw;
  }
  .box_7 > div > p:nth-of-type(2) span.count {
    font-size: 2.5vw;
  }
  .box_7 > div > p:nth-of-type(2) {
    font-size: 1.5vw;
    right: 3.5vw;
  }
  .box_7 > div > p:nth-of-type(3) {
    left: 3.5vw;
  }
  .box_7 > div > p:nth-of-type(1) {
    top: 5.5vw;
    left: 2vw;
  }
  .box_7 > div > p:nth-of-type(4) {
    top: 4vw;
  }
  .box_10 span.count {
    line-height: 2rem;
  }
  /* .box_10 > div:nth-of-type(2) {
    top: 31%;
  } */
}
@media screen and (max-width: 1320px) {
  canvas#occupations {
    margin-right: 0;
  }
  .box_10 > div p {
    /* margin-bottom: 0.4vw; */
  }
  .box_10 span.count {
    line-height: 1.2rem;
  }
  /* .box_10 > div:nth-of-type(2) {
    top: 35%;
    right: 3vw;
  } */
}
@media screen and (max-width: 1024px) {
  /* .box_10 > div:nth-of-type(2) {
    top: 36%;
  } */
  .recdj_img{
    display:inline;
  }
  .recdj_img{
      -webkit-animation:blink 1.5s ease-in-out infinite alternate;
      -moz-animation:blink 1.5s ease-in-out infinite alternate;
      animation:blink 1.5s ease-in-out infinite alternate;
  }
  @-webkit-keyframes blink{
      0% {opacity:0;}
      20% {opacity:1;}
     	30% {opacity:0;}
      40% {opacity:1;}
      50% {opacity:0;}
      100%{opacity:0;}
  }
  @-moz-keyframes blink{
      0% {opacity:0;}
      20% {opacity:1;}
     	30% {opacity:0;}
      40% {opacity:1;}
      50% {opacity:0;}
      100%{opacity:0;}
  }
  @keyframes blink{
      0% {opacity:0;}
      20% {opacity:1;}
     	30% {opacity:0;}
      40% {opacity:1;}
      50% {opacity:0;}
      100%{opacity:0;}
  }
  .boxm {
    opacity: 1;
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(1) {
    bottom: 6.6vw;
    left: -20px;
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(2) {
    bottom: 4.4vw;
    left: -20px;
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(3) {
    bottom: 2.2vw;
    left: -20px;
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(4) {
    bottom: 0;
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 19px;
    padding: 50px 0 30px 0;
    margin: 0;
  }
  .boxm {
    padding: 0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
  canvas#occupations {
    margin-top: 5vw;
  }
  .box {
      width: 50%;
      height: calc(100vw/2);
      padding: 0;
      margin: 0;
  }
  .count {
    font-size: 8vw;
    line-height: 2.5rem;
  }
  .boxm p {
    font-size: 7vw;
    margin-top: 4vw;
  }
  .box h4 {
    padding-top: 3vw;
    font-size: 3vw;
  }
  .box > div p::first-line {
      font-size: 3vw;
      line-height: 0.5em;
  }
  .box_5 > div p {
    width: 17%;
  }
  .box_5 span.count {
    font-size: 5vw;
  }
  canvas#commute {
    height: 30vw !important;
    width: auto !important;
    margin-top: 6vw;
  }
  .box_7 > div > p:nth-of-type(2) {
    right: 8vw;
    top: 20vw;
    font-size: 4vw;
    }
  .box_7 > div > p:nth-of-type(3)::first-line {
    font-size: 2.5vw;
  }
  .box_7 > div > p:nth-of-type(3) {
    left: 8vw;
    top: 25vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .box_7 > div > p:nth-of-type(1) span.count, .box_7 > div > p:nth-of-type(4) span.count {
    font-size: 3vw;
    margin-left: 1.5vw;
  }
  .box_7 > div > p:nth-of-type(3) span.count {
    font-size: 7vw;
    line-height: 9.5vw;
  }
  .box_7 > div > p:nth-of-type(1) {
    top: 12vw;
  }
  .box_7 > div > p:nth-of-type(4)::first-line {
    font-size: 2.5vw;
  }
  .box_7 > div > p:nth-of-type(4) {
    top: 7.8vw;
  }
  .box_7 > div > p:nth-of-type(2) span.count {
    font-size: 8vw;
    line-height: 10vw;
  }
  /* .box_10 > div:nth-of-type(2) {
    top: 33%;
    right: 6vw;
  } */
  .box_10 > div p {
    /* margin-bottom: 3vw; */
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(1) {
    bottom: 19.6vw;
    left: -20px;
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(2) {
    bottom: 13.4vw;
    left: -20px;
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(3) {
    bottom: 7.2vw;
    left: -20px;
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(4) {
    bottom: 1.8vw;
    left: -20px;
  }
  .box_10 span.count {
    font-size: 3.5vw;
  }
  .boxm img {
    width: 40%;
  }
  .selection .form {
    width: auto;
  }
  #bosyu {
    padding: 0;
    width: 90%;
    background-color: transparent;
  }
  .company tr {
    background: #FFF;
  }
  .selection {
    width: 80vw;
  }
  .selection > div:nth-of-type(2) {
    display: block;
    width: 100%;
  }
  .selection > div:nth-of-type(2) p {
    font-size: 4vw;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
  br.hide {
    display: inline;
  }
  .selection > div:nth-of-type(2) img {
    width: 15%;
  }
  .publication > div > div:nth-of-type(1)::before, .publication > div > div:nth-of-type(2)::before, .publication > div > div:nth-of-type(3)::before {
    top: 100%;
  }

	/*転職サイトへのリンク2列目　class"pub2"*/
  .pub2 > div > div:nth-of-type(1)::before, .pub2 > div > div:nth-of-type(2)::before, .pub2 > div > div:nth-of-type(3)::before {
    top: 100%;
  }
	
	
	
  video.recruit_mv {
    width: 100%;
  }
  .hvr-curl-bottom-right:before, .hvr-curl-bottom-right:before, .hvr-curl-bottom-right:before {
    width: 20px;
    height: 20px;
}
	
}
@media screen and (max-width: 600px) {
  table, tr, td {
    display: block;
  }
  .recruit_dj, .button {
    width: 100%;
  }
  .publication > div  {
    display: block;
  }
  .publication > div > div {
    width: 70%;
    margin: 0 auto 3em;
  }

/*転職サイトへのリンク2列目　class"pub2"*/
  .pub2 > div  {
    display: block;
  }
  .pub2 > div > div {
    width: 70%;
    margin: 0 auto 3em;
  }
	
	
	
	
  .selection .flow {
    width: 100%;
  }
  /* .box_10 > div:nth-of-type(2) {
    top: 30%;
  } */
  .box_10 > div p {
    /* margin-bottom: 2.5vw; */
  }
  #recruit a.button-link {
    width: 10.5vw;
    padding-top: 2vw;
    font-size: 5vw;
  }
  #recruit .modal-close {
    width: 13.5vw;
  }
}
@media screen and (max-width: 500px) {
  .box_10 > div p {
    /* margin-bottom: 0.5vw; */
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(1) {
    bottom: 18.1vw;
    left: -20px;
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(2) {
    bottom: 12.9vw;
    left: -20px;
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(3) {
    bottom: 7.6vw;
    left: -20px;
  }
  .box_10 > div:nth-of-type(2) > p:nth-of-type(4) {
    bottom: 1.5vw;
    left: -20px;
  }
}

@media screen and (orientation:landscape) {
  #recruit .modal-content {
    width: 50%;
    z-index: 100000;
  }
}
