@charset "UTF-8";
/*!  mixin,変数
================================================ */
/*=============================================================
 tour
=============================================================*/
#mainImg {
  background-image: url(../img/deskwork/img_main_sp.jpg); }
  @media (min-width: 640px) {
    #mainImg {
      background-image: url(../img/deskwork/img_main_pc.jpg); } }

#deskwork section {
  margin-bottom: 50px; }
  @media (min-width: 640px) {
    #deskwork section {
      margin-bottom: 70px; } }

@media (min-width: 640px) {
  #deskwork .boxWrap {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #tour .boxWrap .mod_box02 {
      width: 470px; } }
/*=============================================================
 追記
=============================================================*/

.center{
	font-size:16px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px}
  	@media (min-width: 640px) {
		.center{
			font-size:18px;}}

.padding_tb{
	padding-top: 20px;
	padding-bottom: 20px;}
  	@media (min-width: 640px) {
		.padding_tb{
		padding-top: 10px;
		padding-bottom: 10px;}}

.caution{
	display: none;}
  	@media (min-width: 640px) {
		.caution{
			display: block;
			text-align: right;
			font-size:14px;
			margin-top: 15px;}}

/* ---------------------------------------------------------mod_box02*/
.boxWrap{
	width: 100%;}
  @media (min-width: 640px) {
	  .boxWrap{
		width: 100%;
		  display: flex;
		  flex-flow: row wrap;
		  justify-content:space-between;}}

.mod_box02 {
  border: 1px solid #bbb;
  background: #ffffff;           /* ← 全てのbox2を白に */
  padding: 15px;
  position: relative;
  padding-right: 35px;
  padding-left: 43%;
  margin-bottom: 20px;
  width: 100%;
  height: 100px;
  min-height: 85px; }
  @media (min-width: 640px) {
    .mod_box02 {
	padding: 5px;
	width: 320px;
	min-height: 95px;
	height: auto;
     margin: 15px auto 30px auto;;} }

  .mod_box02 a {
    display: block;
	  width: 100%;
	height: 100%;
    opacity: 1; }

    .mod_box02 a:hover {
      opacity: .7; }

  .mod_box02 .left {
    display: block;
    width: 150px;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 36%;
    max-width: 140px;
    margin-right: 15px;
    margin-bottom: 5px; }
    @media (min-width: 640px) {
      .mod_box02 .left {
        position: static;
        max-width: 100%;
        width: 120px;
        float: left;
		 padding: 0;
        margin-right: 10px;
        margin-bottom: 0; } }

  .mod_box02 .item {
	  line-height: 1.6em;
    	color: #666;
    	font-weight: bold;
		 padding: 0;
	  padding-top: 12px;
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .mod_box02 .item {
		  font-size:20px;
		 line-height: 1.4em;
        padding: 0;
	  padding-top: 14px; } }

  .mod_box02 .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
    color: #666; }

#margin01{
	line-height: 3em;}
    		@media (min-width: 640px) {
			#margin01{
			line-height: 2em;
			padding-top: 22px;}}

/* ---------------------------------------------------------かんたんお仕事検索*/

#sec_search{
	background-color: #f5ece6;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;}
	@media (min-width: 640px) {
		#sec_search{
			height: 310px;}}		
#searchBox {
    background:none;
    padding-top: 0px;}
#searchBox .formBox .list dt {
    background-color: #aaa;
    color: #fff;}
#searchBox .formBox .list dt:after {
    background: url(../img/deskwork/ico_open.png) left top no-repeat;
	background-size: contain;}
#searchBox .formBox .list dt.open:after {
     background-image: url(../img/deskwork/ico_close.png);}
#searchBox .link {
	color: #f38440;}
@media (min-width: 640px) {
    #searchBox .formBox .list dt {
	    color: #fff;
	    background-color: #aaa; } }
@media (max-width: 639px) {
	#searchBox .formBox {
	    margin: 0;}
	#searchBox .formBox .list {
	    border: 1px solid #aaa; } }

#searchBox .linkpc, #searchBox .linksp {
    display: block;
    color: #000;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    margin-top: 12px;
    letter-spacing: 0.1em;
}
#searchBox .linkpc:hover,
#searchBox .linksp:hover { /* 追加 */
    color: #f38440;}

#searchBox .linksp  {
	display: block;}
	@media (min-width: 640px) {
	#searchBox .linksp {
		display: none;}}
#searchBox .linkpc {
	display: none;}
	@media (min-width: 640px) {
	#searchBox .linkpc {
		display: block;}}

/* ---------------------------------------------------------登録から就業までの流れ*/
#flow_bar01{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;}

#flow_bar02{
	display: none;}

@media (min-width: 640px) {
#flow_bar01{
	display: none;}}


@media (min-width: 640px) {
#flow_bar02{
	display: block;
	width: 100%;
	margin: 30px auto 0 auto;}}


/* -----------------------------------------------------------旅行事務の特徴*/
#sec_tokucho{
	height: auto;
	padding: 20px 0;}
	@media (min-width: 640px) {
		#sec_tokucho{
		padding: 20px 0;}}


.tokucho_contents{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;}

.tp2_box{
	position: relative;
	width:100%;
	height:auto;
	padding: 0;
	margin:20px auto;}
	@media (min-width: 640px) {
		.tp2_box{
			width:29%;
			height:auto;}}


.tp2_box a{
	display: block;
	width: 100%;
	height:100%;}

.tp2_box a:hover{
	opacity: 0.8;}

.box_title01{
	font-size:19px;
	font-weight: bold;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 15px;}
	@media (min-width: 640px) {
		.box_title01{
			font-size:22px;}}

.tokucho_contents img:not(.more_btn){
	width:100%;
	height:auto;}

.more_btn{/* もっと詳しくボタン */
	position: absolute;
	width: 25%;
	height: auto;
	top:150px;
	right:5px;}
	@media (min-width: 640px) {
		.more_btn{
			width:23%;
			height:auto;
			top:150px;
			right:10px;}}

.tokucho_contents .tp2_box_bottom{
	width:100%;
	height:auto;
	color:#333;
	font-size:15px;
	text-align:left;
	padding:0;}

/* --------------------------------------------------------旅行事務の特徴　end*/

/* -------------------------------------------------------------FJコラム */
#sec_column{
	height: auto;
	padding: 0;}
	@media (min-width: 640px) {
		#sec_column{
		height: auto;
		padding: 0;}}


.column_contents{
	height: auto;
	padding-top:30px;
	margin: 0 auto;
	padding-bottom: 30px;}

.column_box{
	width: 100%;
	height:auto;
	padding: 20px 0;
	margin:0 auto;
	border-bottom: solid 2px #aaa;
	overflow: hidden;}
	@media (min-width: 640px) {
		.column_box{
			border-bottom: solid 1px #aaa;}}

.column_box a{
	display: block;
	width: 100%;
	height:100%;}

.column_box a:hover{
	opacity: 0.8;}

.column_contents img{
	float: left;
	width:  45%;
	height: auto;
	margin: 0 auto 0 auto;}
	@media (min-width: 640px) {
		.column_contents img{
			width:  15%;
			height: auto;}}


.column_contents p{
	float: right;
	width:50%;
	height:auto;
	color:#333;
	font-size: 14px;
	text-align:left;
	line-height: 1.4em;
	padding:0;
	margin:0 0 0 10px;}
	@media (min-width: 640px) {
		.column_contents p{
			width:83%;
			height:auto;
			font-size: 16px;}}


.column_contents span{
	display: block;
	font-size: 17px;
	margin-bottom: 15px;}
	@media (min-width: 640px) {
		.column_contents span{
			font-size: 22px;}}


/* ----------------------------------------------FJコラム end */


/* お仕事検索 */
/* searchBox
-------------------------------------------------*/
#searchBox {}
  @media (min-width: 640px) {
    #searchBox {
      background-color: unset;
      margin-top: 0;
		padding-top: 0;} }

/* ---------------------------------------------------------新着の求人情報 20190620 */

#sec_setsumei {
	background-color: #fdebee;
  	padding-top:  50px;
  	padding-bottom:  50px; }
  @media (min-width: 640px) {
    #sec_setsumei  {
		padding-top: 70px;
		padding-bottom:  70px; } }



/* -----------------------------------------------------新着の求人情報 20190620　タブ*/
		
.tab_ul{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	width: 100%;
	padding: 0;
	margin:30px auto 0 auto;}
	@media (min-width: 640px) {
		.tab_ul{
			width:1000px;
			display: flex;
			flex-flow: row wrap;
			justify-content: flex-start;
			margin:30px auto 0 auto;}}

.tab_ul li {
	width: 125px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	opacity: 1;}
	@media (min-width: 640px) {
	.tab_ul li {
    	width: 200px;
		height: 50px;
		padding: 0;
		margin: 0 5px 0 0;}}
 
.tab_ul li a { 
		font-size: 18px;
		display: block;
		width: 100%;
		height: 100%;
		background-color:#f3b0bb;
    	color: #f9dadf;
    	font-weight: bold;
    	text-align: center;
		line-height: 2.1em;
		letter-spacing: 0.2em;
		padding: 10px 0;
		border-bottom: none;
		border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;}
	@media (min-width: 640px) {
	.tab_ul li a { 
		font-size: 18px;
		line-height: 1.8em;}}

.tab_ul li a:hover{/* タブボタンhover*/
    background-color:#f06b80;
    color:#fff;
	opacity:1;
	border-bottom: none;
	margin-right: 3px;}

 
.tab_ul li a.current {
    background: #f06b80;
    color: #fff;
	padding: 10px 0;
	border-bottom: none;
	margin-right: 3px;}
 
#tab_contents div {
		width: 100%;
		height: auto;
    	background: white;
    	border: 2px solid #f06b80;
		padding: 30px 0;
		margin: 0 auto;}
	@media (min-width: 640px) {
		#tab_contents div {
		width: 1000px;}}


#tab1,#tab2,#tab3{
		width:100%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;}
	@media (min-width: 640px) {
		#tab1,#tab2,#tab3{
			width:960px;}}


#tab1 dl a,#tab2 dl a,#tab3 dl a{
		color:#333;
		font-size:15px;
		line-height: 1.8em;}
	@media (min-width: 640px) {
		#tab1 dl a,#tab2 dl a,#tab3 dl a{
		line-height: 2.8em;}}

#tab1 dl,#tab2 dl,#tab3 dl{
		width: 90%;
		height:auto;
		font-color:#333;
		line-height:0.5em;
		margin: 0 auto;
		padding:5px;
		border-bottom: solid 1px #666;}
	@media (min-width: 640px) {
		#tab1 dl,#tab2 dl,#tab3 dl{
		width: 85%;
		height:auto;
		font-color:#333;
		line-height:2.5em;
		margin: 0 auto;
		padding:5px;
		border-bottom: solid 1px #666;}}


#tab_contents dl:last-child{
		border-bottom: none;}

#tab1 dt,#tab2 dt,#tab3 dt{
		display:block;}
		@media (min-width: 640px) {
			#tab1 dt,#tab2 dt,#tab3 dt{
			display:inline-block;}}


#tab1 dd,#tab2 dd,#tab3 dd{
			display:block;}
		@media (min-width: 640px) {
			#tab1 dd,#tab2 dd,#tab3 dd{
			display:inline-block;
			margin-left:25px;}}

/* --------------------------------------------新着の求人情報 20190620　タブ end*/
