@charset "utf-8";
/* CSS Document */

.top-image{
	margin: 80px auto 0;
	position: relative;
	width: 100%;
}
.guideint-top-image{
	margin: 80px auto 0;
	position: relative;
	width: 100%;
	
}
.top-image .photo{
	margin:auto;
	width: 90%;
	padding: 2% 0;
	position: relative;
	z-index:  10;
	max-width: 1200px;
}
.top-image .txt{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	width: 55%;
	z-index:  15;
	max-width: 700px;
}
.top-image .title{
	position: absolute;
	right: 68%;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	width: 30%;
	z-index:  15;
	max-width: 380px;
}
.guideint-top-image .titler{
	position: absolute;
	right: 15%;
	top: 14%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	width: 30%;
	z-index:  15;
	max-width: 380px;
}
.top-image .title img,
.guideint-top-image .titler img{
	width: 100%;
	height: auto;
}

.top-image .backl{
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	z-index:  5;
}

.top-image .backr{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	z-index:  5;
}
.guideint-top-image .backl{
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
}

.guideint-top-image .backr{
	position: absolute;
	top: 3%;
	right: 0;
	width: 70%;
}

.top-image .photo img,
.top-image .txt img,
.top-image .backl img,
.top-image .backr img{
	width: 100%;
	height: auto;
}


.inner{
	margin: auto;
	max-width: 1000px;
	position: relative;
}


.top-data{
	position: relative;
	padding: 10% 0 5%;
}
.top-data::before{
	content: "";
	width: 63%;
	height: 40%;
	background: rgba(234,228,228,0.5);
	position: absolute;
	left: 0;
	top: 10%;
}
.top-data a{
	display: block;
}
.top-data h2{
	position: absolute;
	left: -30px;
	top: -50px;
}
.top-data h2{
	position: absolute;
	left: -30px;
	top: -50px;
	z-index: 10;
}
.top-data .Photo{
	position: relative;
	z-index: 5;
}
.top-data .Photo .Topbtn{
	position: absolute;
	left: 0;
	bottom:0;
}


.top-recruit{
	position: relative;
}
.top-recruit::before{
	content: "";
	width: 100%;
	height: 60%;
	background: rgba(230,136,132,0.25);
	position: absolute;
	left: 0;
	top: 10%;
}
.top-recruit a{
	display: block;
}
.top-recruit h2{
	text-align: left;
	margin: 0 auto 30px -30px; 
}
.top-recruit h2 img{
	max-width: 630px;
	width: 100%;
	height: auto;
}
.top-recruit .Topbtn{
	width: 33.3333%;
	padding: 20px;
	position: relative;
}
.top-recruit .Topbtn .Txt{
	margin: -10% auto 5%;
}


.btn-entry a{
	background: #fb4708;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5% auto;
}
.btn-entry a .ico{
	width: 10%;
}



.top-movie{
	position: relative;
	padding: 5% 0 5%;
}
.top-movie::before{
	content: "";
	width: 58%;
	height: 90%;
	background: rgba(234,228,228,0.5);
	position: absolute;
	right: 0;
	bottom: 2%;
}
.top-movie a{
	display: block;
}
.top-movie h2{
	text-align: left;
	margin: 0 auto 30px -30px; 
}
.top-movie h2 img{
	max-width: 630px;
	width: 100%;
	height: auto;
}

.top-movie .mvbtn{
	width: 50%;
	padding: 0 20px;
	display: block;
}
.top-movie .mvbtn:hover{
	opacity: 0.7;
}
.top-movie .mvbtn img{
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}




@media only screen and (max-width: 1200px) {

.top-data h2{
	position: absolute;
	left: -10px;
	width: 60%;
}
	
.top-recruit h2{
	text-align: left;
	margin: 0 auto 30px -20px; 
	width: 60%;
}
.top-movie h2{
	text-align: left;
	margin: 0 auto 30px -20px; 
	width: 60%;
}
}

@media only screen and (max-width: 960px) {
	
}
@media only screen and (max-width: 768px) {

.top-image .title{
	right: 62%;
	width: 35%;
}
	
.guideint-top-image .titler{
	position: absolute;
	right: 10%;
	top: 15%;
	width: 35%;
}
.guideint-top-image .backr{
	position: absolute;
	top: 6%;
	right: 0;
	width: 70%;
}
.top-data .Photo .Topbtn{
	position: absolute;
	left: 0;
	bottom:0;
	width: 35%;
}	
.top-recruit .Topbtn{
	width: 33.3333%;
	padding: 10px;
	position: relative;
}
.top-image .title{
	position: absolute;
	right: 68%;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	width: 30%;
}
.top-movie .mvbtn{
	width: 50%;
	padding: 10px;
	display: block;
}
}


	
@media only screen and (max-width:  600px) {
.top-movie .mvbtn{
	width: 100%;
	padding: 10px 30px 10px;
	display: block;
}
}
	


@media only screen and (max-width: 480px) {

.top-image .photo{
	padding: 15px 0;
}
.top-data h2{
	position: relative;
	left: inherit;
	top: inherit;
	width: 80%;
	margin: 0 auto 0 -10px; 
}
	
.top-recruit h2{
	text-align: left;
	margin: 0 auto 0px -10px; 
	width: 80%;
}		
.top-recruit .Topbtn{
	width: 33.3333%;
	padding: 5px;
	position: relative;
}
.btn-entry a{
	font-size: 1.6rem;
	padding: 10px;
}
.btn-entry a .ico{
	width: 15%;
	margin-right: 10px;
}
.top-movie h2{
	text-align: left;
	margin: 0 auto 0px -10px; 
	width: 80%;
}	
.top-movie .mvbtn{
	width: 100%;
	padding: 0 10px;
}
}

/*はやわかり岐阜バス*/

.data-page .message{
	font-size: 2rem;
	line-height: 2.2em;
	margin: 8% auto;
	text-align: center;
	font-weight: 500;
}

.data-page .contentl,
.data-page .contentr{
	position: relative;
	margin: 5% auto;
	max-width: 1200px;
}
.data-page .contentl h3,
.data-page .contentr h3{
	color: #f23509;
	text-align: left;
}
.data-page .contentl p,
.data-page .contentr p{
	margin: 20px auto;
}

.data-page .contentr .Txt{
	background: #fff;
	width: 55%;
	padding: 70px 50px 50px 70px;
	margin: 0 0 0 45%;
	position: relative;
}

.data-page .contentr .Txt .num{
	position: absolute;
	right: -10px;
	top: -50px;
}

.data-page .contentr .Photo{
	width: 50%;
	position: absolute;
	left: 0;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.data-page .SPimg{
	display: none;
}

.data-page .contentl .Txt{
	background: #fff;
	width: 55%;
	padding: 70px 70px 50px 50px;
	margin: 0 45% 0 0;
	position: relative;
}
.data-page .contentl .Txt .num{
	position: absolute;
	left: -10px;
	top: -50px;
}
.data-page .contentl .Photo{
	width: 50%;
	position: absolute;
	right: 0;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 960px) {
	
.data-page .contentr .Txt{
	background: #fff;
	width: 55%;
	padding: 60px 30px 30px 60px;
	margin: 0 0 0 45%;
	position: relative;
}
	
.data-page .contentl .Txt{
	background: #fff;
	width: 55%;
	padding: 60px 60px 30px 30px;
	margin: 0 45% 0 0;
	position: relative;
}
}

@media only screen and (max-width: 768px) {
	
.data-page .message{
	font-size: 1.8rem;
	line-height: 1.8em;
}
.data-page .contentr .Txt{
	background: #fff;
	width: 80%;
	padding: 30px;
	margin: 0 0 0 20%;
	position: relative;
}

.data-page .contentr .Txt .num{
	position: absolute;
	right: 5px;
	top: -20px;
	width: 18%;
}

.data-page .contentr .Photo{
	width: 80%;
	position: relative;
	left: inherit;
	top: inherit;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
	margin: -20px 20% 0 0;
}

.data-page .contentl .Txt{
	background: #fff;
	width: 80%;
	padding: 30px;
	margin: 0 0 0 20%;
	position: relative;
}
.data-page .contentl .Txt .num{
	position: absolute;
	left: inherit;
	right: 5px;
	top: -20px;
	width: 18%;
}
.data-page .contentl .Photo{
	width: 80%;
	position: relative;
	right: inherit;
	top: inherit;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
	margin: -20px 20% 0 0;
}

	
}
@media only screen and (max-width: 480px) {
.data-page .message{
	font-size: 1.5rem;
	line-height: 1.6em;
}
.data-page .contentr .Txt{
	width: 90%;
	padding: 30px 20px;
	margin: 0 0 0 10%;
}

.data-page .contentr .Txt .num{
	position: absolute;
	right: 5px;
	top: -15px;
	width: 22%;
}

.data-page .contentr .Photo{
	width: 100%;
/*	margin: -20px 10% 0 0;*/
	margin: 10px auto;
}

.data-page .PCimg{
	display: none;
}
.data-page .SPimg{
	display: block;
}
	
.data-page .contentl .Txt{
	width: 90%;
	padding: 30px 20px;
	margin: 0 0 0 10%;
}
.data-page .contentl .Txt .num{
	position: absolute;
	left: inherit;
	right: 5px;
	top: -15px;
	width: 22%;
}/*
.data-page .contentl .Photo{
	width: 90%;
	margin: -20px 10% 0 0;
}	*/
.data-page .contentl .Photo{
	width: 100%;
/*	margin: -20px 10% 0 0;*/
	margin: 10px auto;
}
}



/*総合職 仕事内容紹介*/

.general-works .message{
	font-size: 2rem;
	line-height: 2.2em;
	margin: 8% auto;
	text-align: center;
	font-weight: 500;
}
.general h2{
	position: relative;
	margin: 5% auto;
}
.general h2 .txt{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	letter-spacing: 0.1em;
}
.general-works .PointWaku{
	background: #fff;
	padding: 20px;
	text-align: left;
}
.general-works .PointWaku .Point{
	position: relative;
	margin: 3% auto;
}
.general-works .PointWaku .Point .PointIco{
	position: absolute;
	left: 0;
	top: -20px;
	width: 7%;
}
.general-works .PointWaku .Point .PointIco img{
	width: 100%;
	height: auto;
}
.general-works .PointWaku .Point .PointMidashi{
	text-align: left;
	margin-left: 7%;
	font-size: 2.0rem;
	font-weight: 500;
	background: rgba(249,227,223,0.7);
	padding: 0px 10px;
	display: inline-block;
}
.general-works .PointWaku .Point p{
	margin: 10px 10px 50px 7%;
}

.general-works .WorksMenu01,
.general-works .WorksMenu02,
.general-works .WorksMenu03,
.general-works .WorksMenu04{
	width: 48%;
	margin: 10px 1%;
	padding: 10px;
	text-align: center;
}
.general-works .WorksMenu01{
	background: #faab46;
}
.general-works .WorksMenu02{
	background: #4fcd6a;
}
.general-works .WorksMenu03{
	background: #427fdb;
}
.general-works .WorksMenu04{
	background: #fa7046;
}

.general-works .WorksMenu .ico{
	width: 12%;
	margin: 0 auto;
	text-align: center;
}
.general-works .WorksMenu .ico img{
	width: 100%;
	height: auto;
}
.general-works .WorksMenu .midashi{
	font-size: 2.0rem;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	color: #fff;
	font-family:"GenShinGothic-A-w", "CorporateLogo-w", "GenShinGothic-w", "GenShinGothic-S-w", sans-serif;
}
.general-works .WorksMenu p{
	background: #fff;
	height: 80px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.general-works .content{
	background: #fff;
	position: relative;
	max-width: 1000px;
	margin: 5% auto 0;
	padding: 30px 0 80px 0;
}
.general-works .content .Ico{
	margin: -50px auto 0 -20px;
	max-width: 100px;
	width: 20%;
}
.general-works .content .Ico img{
	width: 100%;
	height: auto;
}
.general-works #works01 .Title{
	font-size: 2.4rem;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	font-family:"GenShinGothic-A-w", "CorporateLogo-w", "GenShinGothic-w", "GenShinGothic-S-w", sans-serif;
	background: #faab46;
	color: #fff;
	display: inline-block;
  padding: 5px 50px 5px 35px;
  position: relative;
  line-height: 1.3;
	overflow: hidden;
}

.general-works #works02 .Title{
	font-size: 2.4rem;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	font-family:"GenShinGothic-A-w", "CorporateLogo-w", "GenShinGothic-w", "GenShinGothic-S-w", sans-serif;
	background: #4fcd6a;
	color: #fff;
	display: inline-block;
  padding: 5px 50px 5px 35px;
  position: relative;
  line-height: 1.3;
	overflow: hidden;
}
.general-works #works03 .Title{
	font-size: 2.4rem;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	font-family:"GenShinGothic-A-w", "CorporateLogo-w", "GenShinGothic-w", "GenShinGothic-S-w", sans-serif;
	background: #427fdb;
	color: #fff;
	display: inline-block;
  padding: 5px 50px 5px 35px;
  position: relative;
  line-height: 1.3;
	overflow: hidden;
}
.general-works #works04 .Title{
	font-size: 2.4rem;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	font-family:"GenShinGothic-A-w", "CorporateLogo-w", "GenShinGothic-w", "GenShinGothic-S-w", sans-serif;
	background: #fa7046;
	color: #fff;
	display: inline-block;
  padding: 5px 50px 5px 35px;
  position: relative;
  line-height: 1.3;
	overflow: hidden;
}

.general-works #works01 .Title:after,
.general-works #works02 .Title:after,
.general-works #works03 .Title:after,
.general-works #works04 .Title:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
}

.general-works #works01 th,
.general-works #works02 th,
.general-works #works03 th,
.general-works #works04 th{
	white-space: nowrap;
	font-weight: 500;
}
.general-works td img{
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: 2% auto;
}

.general-works .WokrsPhoto{
	width: 80%;
	margin: -50px 0 3% 20%;
	position: relative;
	z-index: 10;
}
.general-works .WokrsPhoto img{
	width: 100%;
}


@media only screen and (max-width: 960px) {


.general-works .WorksMenu .midashi{
	font-size: 1.8rem;
	letter-spacing: 0;
}

.general-works .content{
	padding: 10px 0 80px 0;
}
.general-works .content .Ico{
	margin: -50px auto 0 10px;
	width: 20%;
}
}

@media only screen and (max-width: 768px) {
	
.general-works .message{
	font-size: 1.8rem;
	line-height: 1.8em;
}
	
.general h2{
	width: 90%;
}
.general-works .PointWaku .Point .PointIco{
	width: 50px;
	top: -10px
}
.general-works .PointWaku .Point .PointMidashi{
	font-size: 1.8rem;
	margin-left: 50px;
}
.general-works .WorksMenu01,
.general-works .WorksMenu02,
.general-works .WorksMenu03,
.general-works .WorksMenu04{
	width: 98%;
	margin: 5px 1%;
	padding: 10px;
	text-align: center;
}
.general-works .WorksMenu p{
	height: auto;
	padding: 10px;
}
.general-works #works01 .Title,
.general-works #works02 .Title,
.general-works #works03 .Title,
.general-works #works04 .Title{
	font-size: 2.0rem;
}
}
@media only screen and (max-width: 480px) {

.general h2{
	width: 80%;
}
	
.general-works .message{
	font-size: 1.5rem;
	line-height: 1.6em;
}	
.general-works .PointWaku{
	padding: 20px 10px 20px 0px;
}
.general-works .PointWaku .Point .PointMidashi{
	font-size: 1.4rem;
	line-height: 1.8;
	margin-left: 45px;
}
.general-works .content{
	margin: 5% auto 0;
	padding: 10px 0 80px 0;
}
.general-works .content .Ico{
	margin: -40px auto 0 5px;
	max-width: 100px;
	width: 20%;
}
.general-works .WokrsPhoto{
	margin: -60px 0 40px 10%;
	width: 90%;
}
}

/*総合職　先輩インタビュー*/

.general-interview .interviewMenu{
	margin: 5% auto;
}
.general-interview .interviewMenu ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.general-interview .interviewMenu ul li{
	width: 25%;
	padding: 10px;
}

.general-interview .content{
	margin: 5% auto;
	position: relative;
	max-width: 1200px;
}

.general-interview .content .Interviewmain{
	width: 55%;
}
.general-interview .content .Profile{
	width: 40%;
	padding: 20px;
}
.general-interview .content .Interviewmain img{
	width: 100%;
}

.general-interview .content .Catch{
	position: absolute;
	top: 7%;
	left: 45%;
	text-align: left;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	font-family:"GenShinGothic-A-w", "CorporateLogo-w", "GenShinGothic-w", "GenShinGothic-S-w", sans-serif;
}

.general-interview .content .Catch span{
	color: #fff;
	margin: 10px 0;
	display: inline-block;
    position: relative;
    z-index: 1;
    padding: 5px 15px;
}


.general-interview .content .Catch span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transform: skewX(-20deg);
	background: #f13633;
    content: "";
}
.general-interview .InterviewBox{
	background: #fff;
	margin: -30% auto 5%;
	z-index: 10;
	position: relative;
	max-width: 1000px;
	padding: 30px 0;
}
.general-interview .InterviewBox .Interviewl,
.general-interview .InterviewBox .Interviewr{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.general-interview .InterviewBox .Interviewl .Photo,
.general-interview .InterviewBox .Interviewr .Photo{
	width: 45%;
	padding: 30px 0;
}
.general-interview .InterviewBox .Interviewl .Photo img,
.general-interview .InterviewBox .Interviewr .Photo img{
	width: 100%;
}
.general-interview .InterviewBox .Interviewl .Txt,
.general-interview .InterviewBox .Interviewr .Txt{
	width: 55%;
	padding: 30px;
}
.general-interview .InterviewBox .Interviewr .Photo{
	order: 1;
}
.general-interview .InterviewBox .Interviewr .Txt{
	order: 2;
}
.general-interview .InterviewBox .Interviewl .Txt h3,
.general-interview .InterviewBox .Interviewr .Txt h3{
	margin-bottom: 20px;
	color: #f9322d;
}

@media only screen and (max-width: 960px) {

.general-interview .content .Catch{
	font-size: 2.2rem;
}
.general-interview .content .Catch span{
	margin: 5px 0;
    padding: 5px 10px;
}

	
}
@media only screen and (max-width: 768px) {

.general-interview .content .Interviewmain{
	width: 50%;
}
.general-interview .content .Profile{
	width: 50%;
	padding: 0 20px 80px;
}
.general-interview .content .Catch{
	position: absolute;
	top: 14%;
	left: inherit;
	right: 20%;
	margin: auto;
	text-align: left;
	letter-spacing: 0.05em;
	font-family:"GenShinGothic-A-w", "CorporateLogo-w", "GenShinGothic-w", "GenShinGothic-S-w", sans-serif;
	z-index: 20;
}

	
	
.general-interview .InterviewBox{
	background: #fff;
	margin: -10% auto 5%;
	z-index: 10;
	position: relative;
	max-width: 1000px;
	padding: 30px 0;
}
	
.general-interview .interviewMenu ul li{
	width: 25%;
	padding: 5px;
}
.general-interview .InterviewBox .Interviewl .Photo{
	width: 90%;
	padding: 10px 0;
	margin: 0 auto 0 0;
}
.general-interview .InterviewBox .Interviewr .Photo{
	width: 90%;
	padding: 10px 0;
	margin: 0 0 0 auto;
}
.general-interview .InterviewBox .Interviewl .Txt,
.general-interview .InterviewBox .Interviewr .Txt{
	width: 100%;
	padding: 10px 20px;
}
.general-interview .InterviewBox .Interviewr .Photo{
	order: 2;
}
.general-interview .InterviewBox .Interviewr .Txt{
	order: 1;
}

}
@media only screen and (max-width: 480px) {
.general-interview .interviewMenu ul li{
	width: 50%;
	padding: 0 10px;
}
	
.general-interview .content .Catch{
	position: relative;
	top: inherit;
	left: inherit;
	right: inherit;
	margin: -30% 20px 3%;
	text-align: left;
	font-size: 1.7rem;
}

.general-interview .content .Catch span{
	color: #fff;
	margin: 3px 0;
	display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0px 5px;
}
}


/*総合職　採用の流れ*/
.general-flow{
	margin: 8% auto;
	position: relative;
}
.general-flow .Flow{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 3% auto 5%;
}
.general-flow .Flow .FlowArrow{
	width: 30%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.5rem;
}
.general-flow .Flow .Txt{
	width: 70%;
	background: #fff;
	padding: 20px 20px;
	text-align: left;
}
.general-flow .Flow .Txt a{
	color: #5a94dc;
}
.general-flow .Flow .Txt a:hover{
	color: #fb4708;
}
.general-flow .Flow .Txt h3{
	text-align: left;
	font-weight: 500;
}
.general-flow .Flow01 .FlowArrow{
	background: #77cef3;
	position: relative;
}

.general-flow .Flow01 .FlowArrow::after{
	content: "";
	position: absolute;
	bottom:-15px;
	left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #77cef3;
}

.general-flow .Flow02 .FlowArrow{
	background: #74c8f1;
	position: relative;
}
.general-flow .Flow02 .FlowArrow::after{
	content: "";
	position: absolute;
	bottom:-15px;
	left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #74c8f1;
}
.general-flow .Flow03 .FlowArrow{
	background: #6fbeed;
	position: relative;
}
.general-flow .Flow03 .FlowArrow::after{
	content: "";
	position: absolute;
	bottom:-15px;
	left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #6fbeed;
}
.general-flow .Flow04 .FlowArrow{
	background: #69b2e8;
	position: relative;
}
.general-flow .Flow04 .FlowArrow::after{
	content: "";
	position: absolute;
	bottom:-15px;
	left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #69b2e8;
}
.general-flow .Flow05 .FlowArrow{
	background: #63a6e3;
	position: relative;
}
.general-flow .Flow05 .FlowArrow::after{
	content: "";
	position: absolute;
	bottom:-15px;
	left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #63a6e3;
}
.general-flow .Flow06 .FlowArrow{
	background: #5e9bdf;
	position: relative;
}
.general-flow .Flow06 .FlowArrow::after{
	content: "";
	position: absolute;
	bottom:-15px;
	left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #5e9bdf;
}
.general-flow .Flow07 .FlowArrow{
	background: #5a94dc;
	position: relative;
}

@media only screen and (max-width: 768px) {
	
.general-flow .Flow .FlowArrow{
	width: 20%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.8rem;
}
.general-flow .Flow .Txt{
	width: 80%;
	background: #fff;
	padding: 20px 20px;
	text-align: left;
}
	
}
@media only screen and (max-width: 480px) {
	
.general-flow .Flow .FlowArrow{
	font-size: 1.4rem;
	width: 17%;
}
.general-flow .Flow .Txt{
	width: 83%;
	background: #fff;
	padding: 10px 10px;
	text-align: left;
}
.general-flow .Flow h3{
	font-size: 1.5rem;
}
.general-flow .Flow01 .FlowArrow::after,
.general-flow .Flow02 .FlowArrow::after,
.general-flow .Flow03 .FlowArrow::after,
.general-flow .Flow04 .FlowArrow::after,
.general-flow .Flow05 .FlowArrow::after,
.general-flow .Flow06 .FlowArrow::after{
	bottom:-10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
	
}

/*総合職　募集要項*/

.general-data .Worklink{
	margin: 2% auto;
}
.general-data .Worklink a{
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	display: inline-block;
    position: relative;
    z-index: 5;
	padding: 5px 20px;
}
.general-data .Worklink a::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1 ;
    transform: skewX(-20deg);
	background: #77cef3;
    content: "";
}
.general-data .inner .content{
	background: #fff;
	padding: 20px;
}
.general-data .inner table{
	margin: 3% auto;
}
.general-data .inner table th{
	border-right:3px solid #5a94dc;
	text-align: right;
}

.general-data .inner table tr:nth-child(odd) {
	background: #f3f3f3;
}
.general-data .inner h4{
	border-bottom: 2px solid #f23509;
	display: inline-block;
	margin-bottom: 20px
}
.general-data .Other ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.general-data .Other ul li{
	padding: 10px;
}

@media only screen and (max-width: 600px) {

.general-data .Worklink a{
	font-size: 1.5rem;
}
.general-data .inner .content{
	background: #fff;
	padding: 10px 0;
}
.general-data .inner table tr:nth-child(odd) {
	background: none;
}
.general-data .inner table th{
	border-right:none;
	border-bottom: 3px solid #5a94dc;
	text-align: left;
}
.general-data .Other ul li{
	padding: 5px;
}
	
}



/*バスガイド 仕事内容紹介*/

.guide-works .message{
	font-size: 2rem;
	line-height: 2.2em;
	margin: 8% auto;
	text-align: center;
	font-weight: 500;
}
.guide h2{
	position: relative;
	margin: 5% auto;
}
.guide h2 .txt{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	letter-spacing: 0.1em;
}

.guide-works .PointWaku{
	background: #fff;
	padding: 20px;
	text-align: left;
}
.guide-works .PointWaku .Point{
	position: relative;
	margin: 3% auto;
}
.guide-works .PointWaku .Point .PointIco{
	position: absolute;
	left: 0;
	top: -20px;
	width: 7%;
}
.guide-works .PointWaku .Point .PointIco img{
	width: 100%;
	height: auto;
}
.guide-works .PointWaku .Point .PointMidashi{
	text-align: left;
	margin-left: 7%;
	font-size: 2.0rem;
	font-weight: 500;
	background: rgba(249,227,223,0.7);
	padding: 0px 10px;
	display: inline-block;
}
.guide-works .PointWaku .Point dl dt{
	width: 90px;
	float: left;
	clear: both;
}
.guide-works .PointWaku .Point dl dd{
	float: left;
	text-align: left;
}
.guide-works .PointWaku .Point dl{
	margin: 10px 10px 50px 7%;
	overflow: hidden;
}
.guide-works .PointWaku .Point p{
	margin: 10px 10px 50px 7%;
}

.guide-works .contentr{
	position: relative;
	margin: 5% auto 8%;
	max-width: 1200px;
}
.guide-works .contentr h3{
	color: #f23509;
	text-align: left;
}
.guide-works .contentr p{
	margin: 20px auto;
}
.guide-works .contentr .Txt{
	background: #fff;
	width: 55%;
	padding: 70px 50px 50px 70px;
	margin: 0 0 0 45%;
	position: relative;
}

.guide-works .contentr .Txt .num{
	position: absolute;
	right: -10px;
	top: -50px;
}

.guide-works .contentr .Photo{
	width: 50%;
	position: absolute;
	left: 0;
	top: -5%;
}

.guide-works .youtubecontent{
	margin: 5% auto;
	max-width:600px; 
}
.guide-works .youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.guide-works .youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


@media only screen and (max-width: 960px) {
	
.guide-works .contentr .Txt{
	background: #fff;
	width: 55%;
	padding: 60px 30px 30px 60px;
	margin: 0 0 0 45%;
	position: relative;
}
}

@media only screen and (max-width: 768px) {
	
.guide-works .message{
	font-size: 1.8rem;
	line-height: 1.8em;
}
	
.general h2{
	width: 90%;
}
.guide-works .PointWaku .Point .PointIco{
	width: 45px;
	top: -10px
}
.guide-works .PointWaku .Point .PointMidashi{
	font-size: 1.8rem;
	margin-left: 50px;
}
.guide-works .WorksMenu01,
.guide-works .WorksMenu02,
.guide-works .WorksMenu03,
.guide-works .WorksMenu04{
	width: 98%;
	margin: 5px 1%;
	padding: 10px;
	text-align: center;
}
.guide-works .contentr .Txt{
	background: #fff;
	width: 80%;
	padding: 30px;
	margin: 0 0 0 20%;
	position: relative;
}

.guide-works .contentr .Txt .num{
	position: absolute;
	right: inherit;
	left: -17%;
	top: -10px;
	width: 20%;
}

.guide-works .contentr .Photo{
	width: 80%;
	position: relative;
	left: inherit;
	top: inherit;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
	margin: -20px 20% 0 0;
}

}
@media only screen and (max-width: 600px) {
.guide-works .PointWaku .Point dl dt{
	width: 90px;
	float: none;
}
.guide-works .PointWaku .Point dl dd{
	float: none;
	text-align: left;
	margin-left: 20px;
}
}
@media only screen and (max-width: 480px) {

.guide h2{
	width: 80%;
}
	
.guide-works .message{
	font-size: 1.5rem;
	line-height: 1.6em;
}	
.guide-works .PointWaku{
	padding: 20px 10px 20px 0px;
}
.guide-works .PointWaku .Point .PointMidashi{
	font-size: 1.4rem;
	line-height: 1.8;
	margin-left: 45px;
}
.guide-works .contentr .Txt{
	width: 90%;
	padding: 30px 20px;
	margin: 0 0 0 10%;
}
.guide-works .contentr .Txt .num{
	position: absolute;
	left: -15%;
	top: -5px;
	width: 22%;
}
.guide-works .contentr .Photo{
	width: 90%;
	margin: -20px 10% 0 0;
}
}

/*バスガイド　先輩インタビュー*/


.guideint-top-image .content{
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
}

.guideint-top-image .content .Interviewmain{
	width: 55%;
	padding: 20px 0;
	position: relative;
}
.guideint-top-image .content .Profile{
	width: 40%;
	padding: 150px 20px 20px;
}
.guideint-top-image .content .Interviewmain img{
	width: 100%;
}

.guideint-top-image .content .Catch{
	font-size: 2.8rem;
	z-index: 15;
	position: absolute;
	top: 30%;
	left: inherit;
	right: 22%;
	margin: auto;
	text-align: left;
	letter-spacing: 0.05em;
	font-family:"GenShinGothic-A-w", "CorporateLogo-w", "GenShinGothic-w", "GenShinGothic-S-w", sans-serif;
	z-index: 20;
}

.guideint-top-image .Catch span{
	color: #fff;
	margin: 10px 0;
	display: inline-block;
    position: relative;
    z-index: 1;
    padding: 5px 15px;
}

.guideint-top-image .Catch span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transform: skewX(-20deg);
	background: #f13633;
    content: "";
}

.guide-interview .InterviewBox{
	background: #fff;
	margin: -300px auto 5%;
	z-index: 30;
	position: relative;
	max-width: 1000px;
	padding: 30px 0;
}
.guide-interview .InterviewBox .Interviewl,
.guide-interview .InterviewBox .Interviewr{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.guide-interview .InterviewBox .Interviewl .Photo,
.guide-interview .InterviewBox .Interviewr .Photo{
	width: 45%;
	padding: 30px 0;
}
.guide-interview .InterviewBox .Interviewl .Photo img,
.guide-interview .InterviewBox .Interviewr .Photo img{
	width: 100%;
}
.guide-interview .InterviewBox .Interviewl .Txt,
.guide-interview .InterviewBox .Interviewr .Txt{
	width: 55%;
	padding: 30px;
}
.guide-interview .InterviewBox .Interviewr .Photo{
	order: 1;
}
.guide-interview .InterviewBox .Interviewr .Txt{
	order: 2;
}
.guide-interview .InterviewBox .Interviewl .Txt h3,
.guide-interview .InterviewBox .Interviewr .Txt h3{
	margin-bottom: 20px;
	color: #f9322d;
}

@media only screen and (max-width: 1200px) {
.guide-interview .InterviewBox{
	background: #fff;
	margin: -20% auto 5%;
	z-index: 30;
	position: relative;
	max-width: 1000px;
	padding: 30px 0;
}
.guideint-top-image .content .Profile{
	width: 40%;
	padding: 220px 20px 20px;
}
.guideint-top-image .content .Catch{
	font-size: 2.8rem;
	z-index: 15;
	position: absolute;
	top: 30%;
	left: inherit;
	right: 15%;
	margin: auto;
	text-align: left;
	letter-spacing: 0.05em;
	font-family:"GenShinGothic-A-w", "CorporateLogo-w", "GenShinGothic-w", "GenShinGothic-S-w", sans-serif;
	z-index: 20;
}
}
@media only screen and (max-width: 960px) {

.guide-interview .content .Catch{
	font-size: 2.2rem;
}
.guide-interview .content .Catch span{
	margin: 5px 0;
    padding: 5px 10px;
}

	
}
@media only screen and (max-width: 768px) {

.guideint-top-image .content .Interviewmain{
	width: 50%;
}
.guideint-top-image .content .Profile{
	width: 50%;
	padding: 0 20px 100px;
}
.guideint-top-image .content .Catch{
	position: absolute;
	top: 50%;
	left: inherit;
	right: 20%;
	margin: auto;
	text-align: left;
	letter-spacing: 0.05em;
	font-family:"GenShinGothic-A-w", "CorporateLogo-w", "GenShinGothic-w", "GenShinGothic-S-w", sans-serif;
	z-index: 20;
}

.guideint-top-image .content .Catch span{
	margin: 5px 0;
}
	
	
.guide-interview .InterviewBox{
	background: #fff;
	margin: -10% auto 5%;
	z-index: 10;
	position: relative;
	max-width: 1000px;
	padding: 30px 0;
}
	
.guide-interview .interviewMenu ul li{
	width: 25%;
	padding: 5px;
}
.guide-interview .InterviewBox .Interviewl .Photo{
	width: 90%;
	padding: 10px 0;
	margin: 0 auto 0 0;
}
.guide-interview .InterviewBox .Interviewr .Photo{
	width: 90%;
	padding: 10px 0;
	margin: 0 0 0 auto;
}
.guide-interview .InterviewBox .Interviewl .Txt,
.guide-interview .InterviewBox .Interviewr .Txt{
	width: 100%;
	padding: 10px 20px;
}
.guide-interview .InterviewBox .Interviewr .Photo{
	order: 2;
}
.guide-interview .InterviewBox .Interviewr .Txt{
	order: 1;
}

}
@media only screen and (max-width: 480px) {

.guideint-top-image .content .Profile{
	width: 50%;
	padding: 0 20px 30px;
}
.guideint-top-image .content .Catch{
	position: relative;
	top: inherit;
	left: inherit;
	right: inherit;
	margin: -35% auto 5% 40%;
	text-align: left;
	font-size: 1.7rem;
}

.guideint-top-image .content .Catch span{
	color: #fff;
	margin: 3px 0;
	display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0px 5px;
}
}


/*総合職　採用の流れ*/
.guide-flow{
	margin: 8% auto;
	position: relative;
}
.guide-flow .Flow{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 3% auto 5%;
}
.guide-flow .Flow .FlowArrow{
	width: 30%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.5rem;
}
.guide-flow .Flow .Txt{
	width: 70%;
	background: #fff;
	padding: 20px 20px;
	text-align: left;
}
.guide-flow .Flow .Txt a{
	color: #5a94dc;
}
.guide-flow .Flow .Txt a:hover{
	color: #fb4708;
}
.guide-flow .Flow .Txt h3{
	text-align: left;
	font-weight: 500;
}
.guide-flow .Flow01 .FlowArrow{
	background: #ffa562;
	position: relative;
}

.guide-flow .Flow01 .FlowArrow::after{
	content: "";
	position: absolute;
	bottom:-15px;
	left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffa562;
}

.guide-flow .Flow02 .FlowArrow{
	background: #fc9c5c;
	position: relative;
}
.guide-flow .Flow02 .FlowArrow::after{
	content: "";
	position: absolute;
	bottom:-15px;
	left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fc9c5c;
}
.guide-flow .Flow03 .FlowArrow{
	background: #f99155;
	position: relative;
}
.guide-flow .Flow03 .FlowArrow::after{
	content: "";
	position: absolute;
	bottom:-15px;
	left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f99155;
}
.guide-flow .Flow04 .FlowArrow{
	background: #f27844;
	position: relative;
}
.guide-flow .Flow04 .FlowArrow::after{
	content: "";
	position: absolute;
	bottom:-15px;
	left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f27844;
}
.guide-flow .Flow05 .FlowArrow{
	background: #ed6738;
	position: relative;
}

@media only screen and (max-width: 768px) {
	
.guide-flow .Flow .FlowArrow{
	width: 20%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.8rem;
}
.guide-flow .Flow .Txt{
	width: 80%;
	background: #fff;
	padding: 20px 20px;
	text-align: left;
}
	
}
@media only screen and (max-width: 480px) {
	
.guide-flow .Flow .FlowArrow{
	font-size: 1.4rem;
	width: 17%;
}
.guide-flow .Flow .Txt{
	width: 83%;
	background: #fff;
	padding: 10px 10px;
	text-align: left;
}
.guide-flow .Flow h3{
	font-size: 1.5rem;
}
.guide-flow .Flow01 .FlowArrow::after,
.guide-flow .Flow02 .FlowArrow::after,
.guide-flow .Flow03 .FlowArrow::after,
.guide-flow .Flow04 .FlowArrow::after{
	bottom:-10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
	
}

/*総合職　募集要項*/

.guide-data .Worklink{
	margin: 2% auto;
}
.guide-data .Worklink a{
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	display: inline-block;
    position: relative;
    z-index: 5;
	padding: 5px 20px;
}
.guide-data .Worklink a::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1 ;
    transform: skewX(-20deg);
	background: #ef8f48;
    content: "";
}
.guide-data .inner .content{
	background: #fff;
	padding: 20px;
}
.guide-data .inner table{
	margin: 3% auto;
}
.guide-data .inner table th{
	border-right:3px solid #f97142;
	text-align: right;
}

.guide-data .inner table tr:nth-child(odd) {
	background: #f3f3f3;
}
.guide-data .inner h4{
	border-bottom: 2px solid #f23509;
	display: inline-block;
	margin-bottom: 20px
}
.guide-data .Other ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.guide-data .Other ul li{
	padding: 10px;
}

@media only screen and (max-width: 600px) {

.guide-data .Worklink a{
	font-size: 1.5rem;
}
.guide-data .inner .content{
	background: #fff;
	padding: 10px 0;
}
.guide-data .inner table tr:nth-child(odd) {
	background: none;
}
.guide-data .inner table th{
	border-right:none;
	border-bottom: 3px solid #f97142;
	text-align: left;
}
.guide-data .Other ul li{
	padding: 5px;
}
	
}