@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), print {
  /*debug
  body{
  	background: url(../img/_guide2.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  	.job{
  		height: 1058px;
  	}
  	.person{
  	    height: 635px;
  	}
  }
  */
  /* line 33, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 h2 {
    font-size: 2.6vw;
    line-height: 1.6;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 0 1.1vw 0;
    padding: 5vw 0 0 0;
  }
  /* line 40, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 .en {
    float: left;
    width: 100%;
    color: #17d8fc;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.54vw;
    margin: 0 0 3vw 0;
  }
  /* line 47, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 figure {
    float: right;
    width: 32vw;
    position: relative;
    overflow: hidden;
  }
  /* line 52, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 figure .parts_imgbox {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 56, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 figure .slick-arrow, body #wrapper #recruit .content2 figure .slick-dots {
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 60, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 figure:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  /* line 64, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 figure.open .parts_imgbox {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 67, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 figure.open .slick-arrow, body #wrapper #recruit .content2 figure.open .slick-dots {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 70, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 figure.open:after {
    height: 0%;
  }
  /* line 75, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 .txts {
    float: left;
    width: 38.5vw;
  }
  /* line 78, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 .txts .intro {
    float: left;
    width: 100%;
  }
  /* line 80, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 .txts .intro .ttl {
    float: left;
    width: 100%;
    color: #17d8fc;
    font-size: 1vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    padding: 0 0 2vw 0;
    font-family: "SourceHanSansJPNormal", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 88, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 .txts .intro .copy {
    float: left;
    width: 100%;
    font-size: 1.25vw;
    line-height: 1.85;
    margin: 0 0 1.7vw 0;
  }
  /* line 96, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 .list {
    float: left;
    width: 100%;
    margin: 0 0 4.6vw 0;
  }
  /* line 99, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 .list li {
    float: left;
    width: 100%;
    margin: 0 0 1vw 0;
  }
  /* line 102, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 .list li a {
    display: inline-block;
    color: #17d8fc;
    font-size: 1.25vw;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    font-family: "SourceHanSansJPNormal", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 109, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 .list li a span {
    display: inline-block;
    width: 1.65vw;
    position: relative;
    top: 0.36vw;
    margin: 0 1vw 0 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 117, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 .list li a:hover {
    color: #cdd6dd;
  }
  /* line 118, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit .content2 .list li a:hover span {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  /* line 130, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 header {
    float: left;
    width: 100%;
    padding: 3.3vw 0 0 0;
    margin: 0 0 1.8vw 0;
  }
  /* line 134, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 header h1 {
    font-size: 2em;
    line-height: 1.6;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0;
    padding: 0;
  }
  /* line 142, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article {
    float: left;
    width: 100%;
    margin: 0 0 1.8vw 0;
  }
  /* line 145, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .job, body #wrapper #recruit.single .content2 article .person {
    padding: 0 0 3vw 0;
    margin: 0 0 4vw 0;
    border-bottom: 1px solid #707f89;
  }
  /* line 150, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article h2 {
    color: #17d8fc;
    font-size: 1vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    padding: 0;
    margin: 0 0 2vw 0;
  }
  /* line 157, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .body {
    float: left;
    width: 100%;
  }
  /* line 159, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .body .set {
    float: left;
    width: 100%;
    margin: 0 0 2.7vw 0;
  }
  /* line 162, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .body .set .ttl {
    float: left;
    width: 100%;
    font-size: 1.25vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    color: #17d8fc;
    line-height: 1.6;
  }
  /* line 169, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .body .set .txt {
    float: left;
    width: 100%;
  }
  /* line 171, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .body .set .txt p {
    float: left;
    width: 100%;
    font-size: 1.25vw;
    line-height: 1.8;
  }
  /* line 182, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .img {
    float: right;
    width: 32vw;
  }
  /* line 186, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .txts {
    float: left;
    width: 38.5vw;
  }
  /* line 189, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .txts .txt {
    float: left;
    width: 100%;
    margin: -0.6vw 0 5.2vw 0;
  }
  /* line 192, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .txts .txt p {
    float: left;
    width: 100%;
    font-size: 1.25vw;
    line-height: 1.85;
    margin: 0 0 2.3vw 0;
  }
  /* line 198, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .txts .txt em {
    color: #FF6200;
  }
  /* line 203, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .detail {
    float: left;
    width: 100%;
  }
  /* line 205, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .detail dl {
    float: left;
    width: 100%;
    border-bottom: 1px solid #707f89;
    padding: 3.2vw 0 3vw 0;
  }
  /* line 209, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .detail dl.last-child {
    border-bottom: none;
  }
  /* line 212, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .detail dl dt {
    line-height: 1.8;
    font-size: 1vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    color: #17d8fc;
    width: 11%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1vw 0 0;
  }
  /* line 224, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .detail dl dd {
    width: 89%;
    float: left;
    line-height: 1.8;
    font-size: 1.25vw;
  }
  /* line 229, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .detail dl dd .txt1, body #wrapper #recruit.single .content2 article .detail dl dd .txt2 {
    float: left;
    width: 100%;
  }
  /* line 232, ../../../../src/page/recruit/css/_pc.scss */
  body #wrapper #recruit.single .content2 article .detail dl dd .txt1 {
    color: #17d8fc;
  }
}
/*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_sp2.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  */
  /* line 27, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 h2 {
    font-size: 5.8vw;
    line-height: 1.6;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 0 3.1vw 0;
    padding: 4.5vw 0 0 0;
  }
  /* line 34, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 .en {
    float: left;
    width: 100%;
    color: #17d8fc;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 3.4vw;
    margin: 0 0 5.5vw 0;
  }
  /* line 41, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 figure {
    float: left;
    margin: 0 0 4vw -10%;
    width: 120%;
    position: relative;
    overflow: hidden;
  }
  /* line 47, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 figure .parts_imgbox {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  /* line 51, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 figure .slick-arrow, body #wrapper #recruit .content2 figure .slick-dots {
    -webkit-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 55, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 figure:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  /* line 59, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 figure.open .parts_imgbox {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 62, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 figure.open .slick-arrow, body #wrapper #recruit .content2 figure.open .slick-dots {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 65, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 figure.open:after {
    height: 0%;
  }
  /* line 70, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 .txts {
    float: left;
    width: 100%;
  }
  /* line 73, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 .txts .intro {
    float: left;
    width: 100%;
    margin: 0 0 2.5vw 0;
  }
  /* line 76, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 .txts .intro .ttl {
    float: left;
    width: 100%;
    color: #17d8fc;
    font-size: 3.4vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    padding: 0 0 2vw 0;
    font-family: "SourceHanSansJPNormal", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 84, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 .txts .intro .copy {
    float: left;
    width: 100%;
    font-size: 3.55vw;
    line-height: 1.91;
    margin: 0 0 1.7vw 0;
  }
  /* line 92, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 .list {
    float: left;
    width: 100%;
    margin: 0 0 4.6vw 0;
  }
  /* line 95, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 .list li {
    float: left;
    width: 100%;
    margin: 0 0 0vw 0;
  }
  /* line 98, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 .list li a {
    display: inline-block;
    color: #17d8fc;
    font-size: 3.4vw;
    font-family: "SourceHanSansJPNormal", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 104, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit .content2 .list li a span {
    display: inline-block;
    width: 4.65vw;
    position: relative;
    top: 1.2vw;
    margin: 0 2vw 0 0;
  }
  /* line 116, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single {
    margin-bottom: 6vw;
  }
  /* line 119, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 header {
    float: left;
    width: 100%;
    padding: 0.8vw 0 0 0;
    margin: 0 0 3.8vw 0;
  }
  /* line 123, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 header h1 {
    font-size: 5.8vw;
    line-height: 1.6;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0;
    padding: 0;
  }
  /* line 131, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article {
    float: left;
    width: 100%;
    margin: 0 0 4vw 0;
  }
  /* line 134, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .job, body #wrapper #recruit.single .content2 article .person {
    padding: 0 0 3vw 0;
    margin: 0 0 4vw 0;
    border-bottom: 1px solid #707f89;
  }
  /* line 139, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article h2 {
    color: #17d8fc;
    font-size: 3.4vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    padding: 0;
    margin: 0 0 6vw 0;
  }
  /* line 146, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .body {
    float: left;
    width: 100%;
  }
  /* line 148, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .body .set {
    float: left;
    width: 100%;
    margin: 0 0 6.7vw 0;
  }
  /* line 151, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .body .set .ttl {
    float: left;
    width: 100%;
    font-size: 3.55vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    color: #17d8fc;
    line-height: 1.6;
  }
  /* line 158, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .body .set .txt {
    float: left;
    width: 100%;
  }
  /* line 160, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .body .set .txt p {
    float: left;
    width: 100%;
    font-size: 3.55vw;
    line-height: 1.8;
  }
  /* line 168, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .img {
    float: right;
    width: 32vw;
  }
  /* line 172, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .txts {
    float: left;
    width: 38.5vw;
  }
  /* line 175, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .txts .txt {
    float: left;
    width: 100%;
    margin: -0.6vw 0 5.2vw 0;
  }
  /* line 178, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .txts .txt p {
    float: left;
    width: 100%;
    font-size: 2.2vw;
    line-height: 1.85;
    margin: 0 0 2.3vw 0;
  }
  /* line 184, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .txts .txt em {
    color: #FF6200;
  }
  /* line 189, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .detail {
    float: left;
    width: 100%;
  }
  /* line 191, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .detail dl {
    float: left;
    width: 100%;
    border-bottom: 1px solid #707f89;
    padding: 3.2vw 0 3vw 0;
  }
  /* line 195, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .detail dl.last-child {
    border-bottom: none;
  }
  /* line 198, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .detail dl dt {
    line-height: 1.8;
    font-size: 3.55vw;
    font-family: "SourceHanSansJPBold", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    color: #17d8fc;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 0;
  }
  /* line 210, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .detail dl dd {
    width: 100%;
    float: left;
    line-height: 1.8;
    font-size: 3.55vw;
  }
  /* line 215, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .detail dl dd .txt1, body #wrapper #recruit.single .content2 article .detail dl dd .txt2 {
    float: left;
    width: 100%;
  }
  /* line 218, ../../../../src/page/recruit/css/_sp.scss */
  body #wrapper #recruit.single .content2 article .detail dl dd .txt1 {
    color: #17d8fc;
  }
}
