@charset "UTF-8";
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (min-width: 768px) {
  /*debug
  body{
  	background: url(../img/_guide.jpg) no-repeat top center !important;
  	//background-size: 1440px auto;
      //background-position: 0px 0;
      -webkit-background-size: 100% auto !important;
      background-size: 100% auto !important;
      //-webkit-background-size: auto 100%;
      //background-size: auto 100%;
  	#header{
  		@include opacity(0.6);
  		//width: 1440px !important;
  	}
  	#wrapper{
  		//width: 1440px !important;
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 30, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper {
    background: url(../img/bg.png) repeat-y top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  /* line 35, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section {
    float: left;
    width: 100%;
  }
  /* line 38, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top h1 {
    float: left;
    width: 100%;
    margin: 14.9vw 0 9vw 0;
    text-align: center;
    position: relative;
  }
  /* line 43, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top h1 span {
    display: inline-block;
    padding: 0 0 1.1vw 0;
    position: relative;
  }
  /* line 47, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top h1 span img {
    height: 4.2vw;
    width: auto;
  }
  /* line 51, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top h1 span:before {
    content: "";
    display: block;
    background: black;
    width: 100%;
    height: 0.3vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 63, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list {
    float: left;
    width: 105%;
    margin: 0 0 0 -2.5%;
  }
  /* line 67, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li {
    float: left;
    width: 50%;
    margin: 0 0 7.8vw 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2.4vw 0 0;
  }
  /* line 75, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li:nth-child(even) {
    padding: 0 0 0 2.4vw;
  }
  /* line 80, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li:nth-of-type(3) figure img {
    left: -0.4vw;
  }
  /* line 87, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li:nth-of-type(4) figure img {
    left: 1vw;
  }
  /* line 92, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li:last-child {
    width: 100%;
    padding: 0;
  }
  /* line 96, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li:last-child .item figure {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 2vw;
  }
  /* line 105, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li .item {
    float: left;
    width: 100%;
    position: relative;
    overflow: visible;
  }
  /* line 109, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li .item h2 {
    background: #d8d559;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    border-radius: 1vw;
    border: 0.3vw solid black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 6.2vw;
    line-height: 5.4vw;
    text-align: center;
    font-size: 1.7vw;
    margin: 0 0 1.6vw 0;
    overflow: hidden;
  }
  /* line 123, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li .item figure {
    float: left;
    width: 100%;
    line-height: 0;
    margin: 0 0 0.5vw 0;
    height: 17vw;
  }
  /* line 128, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li .item figure img {
    width: 62%;
    position: relative;
  }
  /* line 133, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li .item .txt {
    float: left;
    width: 100%;
    z-index: 10;
    padding: 4vw 0 2.65vw 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    /*
    &:before{
    	content:"";
    	display: block;
    	position: absolute;
    	width: 5vw;
    	height: 5vw;
    	border:$border solid $black;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    	top: -10vw;
    	left: 50%;
    	@include transform(translateX(-50%));
    }*/
  }
  /* line 141, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li .item .txt .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  /* line 163, ../../../../src/page/jobs/css/_pc.scss */
  body #wrapper #main section#top .list li .item .txt p {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 1.3vw;
    line-height: 1.85;
    z-index: 3;
  }
}
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (max-width: 767px) {
  /*debug
  body{
  	background: url(../img/_guide_sp.jpg) no-repeat top center !important;
  	background-size: 100% auto !important;
      background-position: 0px 0 !important;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 24, ../../../../src/page/jobs/css/_sp.scss */
  body {
    /* */
  }
  /* line 26, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper {
    background: url(../img/bg.png) repeat-y top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  /* line 31, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section {
    float: left;
    width: 100%;
  }
  /* line 34, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top h1 {
    float: left;
    width: 100%;
    margin: 38.9vw 0 9.2vw 0;
    text-align: center;
    position: relative;
  }
  /* line 39, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top h1 span {
    display: inline-block;
    padding: 0 0 2.6vw 0;
    position: relative;
  }
  /* line 43, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top h1 span img {
    height: 8vw;
    width: auto;
  }
  /* line 47, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top h1 span:before {
    content: "";
    display: block;
    background: black;
    width: 100%;
    height: 0.5vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 59, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top .list {
    float: left;
    width: 100%;
  }
  /* line 62, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top .list li {
    float: left;
    width: 100%;
    margin: 0 0 13.1vw 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 71, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top .list li:nth-of-type(3) figure img {
    left: -0.4vw;
  }
  /* line 78, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top .list li:nth-of-type(4) figure img {
    left: 1vw;
  }
  /* line 83, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top .list li .item {
    float: left;
    width: 100%;
    position: relative;
    overflow: visible;
  }
  /* line 87, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top .list li .item h2 {
    background: #d8d559;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    border-radius: 2vw;
    border: 0.5vw solid black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 12.8vw;
    line-height: 11.8vw;
    text-align: center;
    font-size: 4.4vw;
    margin: 0 0 3.6vw 0;
    overflow: hidden;
  }
  /* line 101, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top .list li .item figure {
    float: left;
    width: 100%;
    line-height: 0;
    margin: 0 0 2vw 0;
  }
  /* line 105, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top .list li .item figure img {
    width: 61%;
    position: relative;
  }
  /* line 110, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top .list li .item .txt {
    float: left;
    width: 100%;
    z-index: 10;
    padding: 7.5vw 0 4.2vw 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  /* line 118, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top .list li .item .txt .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  /* line 125, ../../../../src/page/jobs/css/_sp.scss */
  body #wrapper #main section#top .list li .item .txt p {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 3.3vw;
    line-height: 1.7;
    z-index: 3;
  }
}
