@charset "UTF-8";
/*!  mixin,変数
================================================ */
/*=============================================================
 interpreter
=============================================================*/
#mainImg {
  background-image: url(../img/interpreter/img_main_sp.jpg); }
  @media (min-width: 640px) {
    #mainImg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-image: url(../img/interpreter/img_main_pc.jpg); } }

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

.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: 10px;
	padding-bottom: 10px;}
  	@media (min-width: 640px) {
		.padding_tb{
		padding-top: 40px;
		padding-bottom: 40px;}}

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

/* -------------------------------------------------------------- インバウンドのお仕事 */
#sec_interpreter{
}
  	@media (min-width: 640px) {
		p.center{
			text-align:center;}}

.circle{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
	height: auto;
	margin: 20px auto;}
  	@media (min-width: 640px) {
		.circle{
			margin: 50px auto;}}

.circle_li{
	position: relative;
	width: 150px;
	height: 150px;
	margin: 20px auto;
	overflow:hidden;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;}
   	@media (min-width: 640px) {
		.circle_li{
		    z-index: 2;
			width: 180px;
			height: 180px;
			margin: 5px 1%}}

.circle_li:hover{
	opacity: 1;}
	
.circle_li img{
	width: 150px;
	height: 150px;}
  	@media (min-width: 640px) {
		.circle_li img{
			width: 180px;
			height: 180px;}}

.circle_li p{
	position: absolute;
	background-color:#f38440;
	width: 150px;
	height: 65px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.5px;
	opacity: 0.9;
	padding-top: 10px;
	bottom:0;}
  	@media (min-width: 640px) {
		.circle_li p{
			font-size: 15px;
			line-height: 1.2em;
			width: 180px;
			height: 60px;
			padding-top: 10px;
			bottom: 0;}}


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

#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 30px 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:18px;
	font-weight: bold;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 15px;
	line-height:1.2;}
	@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 */


/* ---------------------------------------------------------新着の求人情報 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*/
