@charset "utf-8";

/****************************
派遣_医療LP
****************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto&display=swap');

/* basic setting */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	min-width: 920px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #646464;
	text-align: center;
}
li {list-style-type: none;}
img {
	width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
a {
	color: #0070cb;
	text-decoration: none;
}
a:hover {
	color: #ef384b;
	transition: all .4s;
}
header,
footer,
main,
section,
article,
aside,
nav,
address {display: block;}
em {
	font-style: normal;
}
.fwB{
	font-weight:700;
}
.pc {
  display: inline-block;
}
.sp {
  display: none;
}

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
}

/*----------------------------
	header
-----------------------------*/
.bestjob__header {
	padding: 0 0 10px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99999;
}
.bestjob__header__logo {
	width: 126px;
	padding: 12px 0 26px;
	float: left;
}
.bestjob__header__phone {
	width: 191px;
	padding: 23px 0 0;
	float: right;
}
.bestjob__header__entry {
	width: 151px;
	margin: 0 0 0 20px;
	padding: 15px 0 0 0;
	float: right;
}
.bestjob__header__nav {
	border-right: 2px solid #646464;
	display: flex;
	justify-content: space-between;
	clear: both;
}
.bestjob__header__item {
	width: 25%;
	border-left: 2px solid #646464;
	box-sizing: border-box;
}
.bestjob__header__btn {
	font-size: 16px;
	line-height: 26px;
	color: #646464;
	display: block;
}
.bestjob__header__btn:hover {
	color: #ef384b;
	transition: all .4s;
}

/*----------------------------
	Contents
-----------------------------*/
.bestjob {
	padding: 136px 0 30px;
	text-align: center;
}
.bestjob__mv__ttl {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0 31px 20px 0;
}
.bestjob img.bestjob__mv__txt {
	position: absolute;
	right: -60px;
	bottom: -9px;
	z-index: 2;
	width: 332px;
}
.bestjob__inner {
	width: 900px;
	margin: 0 auto;
}
.slide + .bestjob__inner {
	padding: 20px 0 0;
}
.bestjob__entry {
	width: 362px;
	margin: 15px 0 30px;
	display: inline-block;
}
#reason .bestjob__entry {
	margin: 45px 0 0;
}
.bestjob__entry.sp {
	display: none;
}
.bestjob__entry a {
	position: relative;
}
.bestjob__entry a:after {
	content: "";
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 362px;
	height: 100px;
	background: #00006b;
	border: 3px solid #00006b;
	border-radius: 10px;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
	box-sizing: border-box;
	display: block;
}
@media all and (-ms-high-contrast: none) {
.bestjob__entry a:after {
	bottom: 2px;
}
}
.bestjob__entry__btn {
	position: relative;
	border: 3px solid #00006b;
	border-radius: 10px;
	z-index: 2;
}
.bestjob__entry a:hover:after,
a:hover .bestjob__entry__btn {
	border: 3px solid #ef384b;
	transition: all .4s;
}
.bestjob__covid19 {
	margin: 0 0 30px;
	padding: 1.5em 0;
	border: 1px solid #000;
	font-size: 10px;
	line-height: 1.55em;
	color: #000;
}
.bestjob__career {
	padding: 0 0 35px;
	background: #009dcb;
	font-size: 62px;
	font-weight: 700;
	line-height: 1.3em;
	color: #fff;
}
.bestjob__career small {
	font-size: 32px;
	line-height: 1.266em;
	display: inline-block;
}
.bestjob__career strong {
	font-size: 80px;
	vertical-align: text-top;
}
.bestjob__career em {
	color: #fff300;
}

.bestjob__reason__main {
	margin: 70px 0 30px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1em;
	color: #009dcb;
}
.bestjob__reason__main em {
	color: #f46256;
}
.bestjob__reason__lead {
	padding: 0 0 50px;
	font-size: 20px;
	font-weight: 500;
	line-height: 2em;
	color: #5a5a5a;
}

.bestjob__reason {
	padding: 30px 0 40px;
	background: #e5f5fa;
}
.bestjob__reason:nth-child(2n) {
	background: #fff;
}
.bestjob__reason .bestjob__inner {
	text-align: left;
	overflow: hidden;
}
.bestjob__reason__photo {
	width: 350px;
	font-size: 27px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4em;
	color: #5a5a5a;
	float: left;
}
.bestjob__reason__photo em {
	font-size: 50px;
}
.bestjob__reason__detail {
	width: 504px;
	float: right;
}
.bestjob__reason:nth-child(2n) .bestjob__reason__photo {
	float: right;
}
.bestjob__reason:nth-child(2n) .bestjob__reason__detail {
	float: left;
}
.bestjob__reason__detail__ttl {
	padding: 35px 0 0.6em;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.3em;
	color: #009dcb;
}
.bestjob__reason:first-child .bestjob__reason__detail__ttl {
	margin: 0 -0.5em 0 0;
	padding: 10px 0 0.6em;
}
.bestjob__reason__detail__ttl em {
	color: #f46256;
}
.bestjob__reason__detail__txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7em;
	color: #5a5a5a;
}

.bestjob__search {
	position: relative;
	margin: 0 0 -150px;
	padding: 175px 0 150px;
	background: url(../images/search_bg.png) no-repeat center top;
	background-size: 100% 100%;
}
.bestjob__ttl {
	padding: 0 0 0.7em;
	font-size: 50px;
	font-weight: 900;
	line-height: 1em;
	color: #fff;
}
.bestjob__ttl small {
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.bestjob__search__genre {
	display: flex;
	border: 1px solid #000;
}
.bestjob__search__genre__job {
	width: 33.333%;
	padding: 0 0 30px;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
}
.bestjob__search__genre__ttl {
	position: relative;
	padding: 1em 0 0.8em 45px;
	font-size: 27px;
	font-weight: 700;
	line-height: 1em;
	color: #009dcb;
	text-align: left;
}
.bestjob__search__genre__txt {
	padding: 0 0 0 45px;
	font-size: 18px;
	line-height: 1.666em;
	text-align: left;
}
.bestjob__ttl02 {
	padding: 0 0 1em;
	font-size: 22px;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
}
.bestjob__lineup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bestjob__lineup__job {
	width: 220px;
	min-height: 240px;
	margin: 0 0 15px;
	padding: 0 13px;
	background: #fff;
	border: 4px solid #fff;
	outline: 2px solid #7da0c3;
	outline-offset: -6px;
	box-sizing: border-box;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	text-align: left;
}
.bestjob__lineup__ttl {
	padding: 0.5em 0;
	border-bottom: 2px solid #7da0c3;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
	color: #5a5a5a;
}
.bestjob__lineup__ttl em {
	color: #009dcb;
}
.bestjob__lineup__job:nth-child(4) .bestjob__lineup__ttl {
	font-feature-settings: "palt";
}
.bestjob__lineup__txt {
	padding: 0.6em 0;
	font-size: 14px;
	line-height: 1.5em;
}
.bestjob__lineup__txt .bestjob__lineup__label {
	height: 30px;
	margin: 0 0 0.4em;
	padding: 0 1em;
	background: #009dcb;
	border-radius: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	display: inline-block;
}
.bestjob__lineup__summary {
	border-top:#777 1px dashed;
	padding: 0.6em 0;
	font-size: 14px;
	line-height: 1.5em;
}

#support.bestjob__inner {
	overflow: hidden;
}
.bestjob__support__main {
	margin: 1em 0 0.5em;
	padding: 1.2em 0 0.4em;
	border-top: 2px solid #009dcb;
	border-bottom: 2px solid #009dcb;
	font-size: 50px;
	font-weight: 700;
	line-height: 1em;
	color: #009dcb;
}
.bestjob__support__main small {
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.bestjob__support__ttl {
	padding: 0 0 0.5em;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5em;
	color: #009dcb;
	text-align: left;
	overflow: hidden;
}
.bestjob__support__main em,
.bestjob__support__ttl em {
	color: #f46256;
}
img.bestjob__support__num {
	width: 61px;
	margin: 0 30px 0 0;
	float: left;
}
.bestjob__support__txt {
	padding: 0 0 1.5em;
	font-size: 18px;
	line-height: 1.7em;
	text-align: left;
}
.bestjob__support__cases {
	display: flex;
	margin: 0 0 100px;
}
.bestjob__support__case {
	position: relative;
	width: 50%;
	padding: 0 0 470px;
	background: #e5f5fa;
	border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #5a5a5a;
	border-left: 1px solid #5a5a5a;
	box-sizing: border-box;
}
.bestjob__support__case:last-child {
	background: #f2f2f8;
	border-right: 1px solid #5a5a5a;
}
.bestjob__support__case__ttl {
	background: #009dcb;
	font-size: 24px;
	font-weight: 700;
	line-height: 92px;
	color: #fff;
}
.bestjob__support__case:last-child .bestjob__support__case__ttl {
	background: #8080b5;
}
.bestjob__support__case__txt {
	padding: 1em 2.5em 0;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
}
.bestjob__support__case__illust {
	position: absolute;
	left: 50%;
	bottom: 44px;
	transform: translateX(-50%);
	width: 400px;
}
.bestjob__support__case__photo {
	width: 360px;
	padding: 0 0 45px;
	float: right;
}


.bestjob__flow__main {
	position: relative;
	margin: 97px 0 70px;
	padding: 0.8em 0;
	border-top: 2px solid #009dcb;
	border-bottom: 2px solid #009dcb;
	font-size: 40px;
	font-weight: 700;
	line-height: 1em;
	color: #f46256;
}
.bestjob__flow__main small {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	padding: 0 1em;
	background: #fff;
	font-size: 27px;
	line-height: 1em;
	color: #009dcb;
	display: inline-block;
}
.bestjob__flow {
	padding: 0 0 55px;
	text-align: left;
	zoom: 100%;
}
.bestjob__flow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.bestjob__flow__photo {
	width: 448px;
	padding: 17px 0 0;
	float: left;
}
.bestjob__flow:nth-child(2n) .bestjob__flow__photo {
	float: right;
}
.bestjob__flow__ttl {
	width: 412px;
	padding: 0 0 0.5em;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5em;
	color: #009dcb;
	float: right;
}
.bestjob__flow:nth-child(2n) .bestjob__flow__ttl {
	float: left;
}
.bestjob__flow__ttl span {
	display: block;
}
.bestjob__flow__step {
	width: 237px;
	margin: 0 0 0 -18px;
}
.bestjob__flow__txt {
	width: 412px;
	font-size: 14px;
	line-height: 1.7em;
	float: right;
}
.bestjob__flow:nth-child(2n) .bestjob__flow__txt {
	float: left;
}
.bestjob__flow__txt small {
	margin: 0.5em 0 0;
	font-size: 10px;
	line-height: 1.4em;
	display: inline-block;
}
.bestjob__online {
	margin: 0 7px 50px;
	padding: 50px 87px 34px;
	border: 7px solid #009dcb;
	outline: 1px solid #009dcb;
	outline-offset: 6px;
	text-align: left;
	overflow: hidden;
}
@media all and (-ms-high-contrast: none) {/* for IE */
.bestjob__online {
	position: relative;
	overflow: visible;
	zoom: 100%;
}
.bestjob__online:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.bestjob__online:before {
	content: "";
	position: absolute;
	left: -14px;
	top: -14px;
	width: 898px;
	height: calc(100% + 26px);
	border: 1px solid #009dcb;
	display: block;
}
}
.bestjob__online__ttl {
	padding: 0 0 1em;
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
	color: #009dcb;
}
.bestjob__online__photo {
	width: 210px;
	float: right;
}
.bestjob__online__txt {
	width: 464px;
	font-size: 14px;
	line-height: 1.7em;
	float: left;
}

.bestjob__branch {
	background: #d8e2ed;
	padding:30px 0;
}
.bestjob__branch .bestjob__inner {
	display: flex;
}
.bestjob__branch__japan {
	position: relative;
	width: 484px;
	margin: 0 -14px 0 0;
	padding: 27px 0 34px 50px;
}
.bestjob__branch__ttl {
	position: absolute;
	left: 25px;
	top: 124px;
	width: 290px;
}
.bestjob__branch__list {
	width: 430px;
	padding: 60px 0 0 20px;
}
.bestjob__branch__area {
	width: 75px;
	height: 23px;
	font-size: 13px;
	font-weight: 500;
	line-height: 23px;
	color: #fff;
	float: left;
	clear: both;
}
.bestjob__branch__area:nth-child(1) {
	background: #22b473;
}
.bestjob__branch__area:nth-child(3) {
	background: #29aae1;
}
.bestjob__branch__area:nth-child(5) {
	background: #1b1464;
}
.bestjob__branch__area:nth-child(7) {
	background: #8b6239;
}
.bestjob__branch__area:nth-child(9) {
	background: #d3145a;
}
.bestjob__branch__area:nth-child(11) {
	background: #92278e;
}
.bestjob__branch__area:nth-child(13) {
	background: #faaf3b;
}
.bestjob__branch__txt {
	width: 320px;
	padding: 0.2em 0 1em 6px;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
	float: left;
}

.bestjob__conclusion {
	padding: 1em 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 2em;
	color: #e60044;
	text-align: left;
	display: inline-block;
}
.bestjob__conclusion u {
	text-decoration: none;
	border-bottom: 3px dotted #e60044;
}
.bestjob__conclusion__illust {
	width: 379px;
	margin: 0 auto;
	padding: 0 0 20px;
}

/* page-top */
#page-top {
	position: fixed;
	bottom: 3%;
	right: 3%;
	font-size: 80%;
	z-index: 99999;
}
#page-top a {
	width: 66px;
	height: 66px;
	background: #808080 url(../images/icon_chevron.png) no-repeat center center;
	background-size: cover;
	font-size: 0;
	line-height: 0;
	text-indent: -9999;
	display: block;
	border-radius: 33px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#page-top a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}








/****************************
スマートフォン
****************************/
@media all and (max-width: 767px) {

/* basic setting */
body {
	min-width: unset;
}
.pc {
	display: none;
}
.sp {
	display: inline-block;
}
.bestjob {
	overflow: hidden;
}
.pcnone {
	display: none;
}
.pdtM10{
	padding-top:-10px;
}

/*----------------------------
	header
-----------------------------*/
.bestjob__header {
	padding: 0 0 1vw;
}
.bestjob__header__logo {
	width: 28%;
	padding: 2vw 3% 2vw;
}
.bestjob__header__phone {
	width: 45%;
	padding: 2vw 3% 0;
}
.bestjob__header__entry {
	width: 26%;
	margin: 0 2.5% 0 0;
	padding: 4vw 0 0;
}
.bestjob__header__nav {
	margin: 0 3%;
	border-right: none;
	justify-content: center;
	flex-wrap: wrap;
}
.bestjob__header__item {
	margin: 0 0 2.8vw;
	border-left: 0.5vw solid #00006b;
	line-height: 2.8vw;
}
.bestjob__header__item:last-child {
	border-right: 0.5vw solid #00006b;
}
.bestjob__header__btn {
	padding: 0 0.5em;
	font-size: 2.8vw;
	line-height: 2.8vw;
	display: inline-block;
}

/*----------------------------
	Contents
-----------------------------*/
.bestjob {
	padding: 17vw 0 4vw;
}
.bestjob__mv__ttl {
	width: auto;
	margin: 0 auto;
	padding: 0 4% 3vw;
}
.bestjob img.bestjob__mv__txt {
	position: absolute;
	right: 2%;
	bottom: -5vw;
	width: 40%;
}
.bestjob__inner {
	width: auto;
}
.slide + .bestjob__inner {
	padding: 5vw 0 3vw;
}
.bestjob__entry {
	width: 90vw;
	margin: 3vw 2% 5vw 0;
}
.bestjob__entry.sp {
	display: inline-block;
}
.bestjob__entry a:after {
	content: "";
	position: absolute;
	right: -0.8vw;
	bottom: -0.8vw;
	width: 90vw;
	height: 25vw;
	border: 1vw solid #00006b;
	border-radius: 3vw;
	box-shadow: 1vw 1vw 2vw rgba(0,0,0,0.5);
}
.bestjob__entry__btn {
	border: 1vw solid #00006b;
	border-radius: 3vw;
}
.bestjob__covid19 {
	display: none;
}
.bestjob__career {
	padding: 5vw 0;
	font-size: 7.8vw;
}
.bestjob__career small {
	font-size: 4.3vw;
}
.bestjob__career strong {
	font-size: 11vw;
}

.bestjob__reason__main {
	margin: 4vw 0 3vw;
	font-size: 6.5vw;
	line-height: 1.4em;
}
.bestjob__reason__lead {
	padding: 0 5% 8vw;
	font-size: 3.9vw;
	line-height: 1.78em;
	text-align: left;
}

.bestjob__reason {
	padding: 4vw 5% 6vw;
}
.bestjob__reason__photo {
	width: auto;
	font-size: 6vw;
	line-height: 1.6em;
	text-align: center;
	float: none;
}
.bestjob__reason__photo em {
	font-size: 10vw;
}
.bestjob__reason__detail {
	width: auto;
	float: none;
}
.bestjob__reason:nth-child(2n) .bestjob__reason__photo,
.bestjob__reason:nth-child(2n) .bestjob__reason__detail {
	float: none;
}
.bestjob__reason__detail__ttl {
	padding: 0.8em 0 0.5em;
	font-size: 6.6vw;
}
.bestjob__reason__detail__txt {
	font-size: 3.9vw;
}

.bestjob__search {
	margin: 12vw 0 0;
	padding: 0;
	background: url(../images/search_bg_sp.png) no-repeat center top;
	background-size: cover;
}
.bestjob__ttl {
	font-size: 7vw;
	color:#009dcb;
}
.bestjob__ttl small {
	font-size: 3.8vw;
}
.bestjob__search__genre {
	padding: 0 5%;
	border: none;
	display: block;
}
.bestjob__search__genre__job {
	width: 100%;
	padding: 0 0 7vw;
	border: none;
	text-align: left;
}
.bestjob__search__genre__ttl {
	padding: 0.8em 0;
	font-size: 6vw;
	text-align: center;
}
.bestjob__search__genre__job ul {
	padding: 0 1em;
}
.bestjob__search__genre__txt {
	padding: 0;
	font-size: 4vw;
	display: inline-block;
}
.bestjob__search__genre__txt.slash:before {
	content: "／"
}
.bestjob__search__genre__txt.bksp {
	padding: 0 5em 0 0;
}
.bestjob__ttl02 {
	padding: 0 0 1.2em;
	font-size: 4vw;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.bestjob__lineup {
	padding: 0 5%;
}
.bestjob__lineup__job {
	width: 96%;
	min-height: 46.18vw;
	margin: 0 0 5vw;
	padding: 0 2%;
	border: 1vw solid #fff;
	outline: 0.5 solid #7da0c3;
	outline-offset: -1.5vw;
	box-shadow: 0.5vw 0.5vw 3vw rgba(0,0,0,0.2);
}
.bestjob__lineup__ttl {
	padding: 0.8em 0 0.5em;
	border-bottom: 0.5vw solid #7da0c3;
	font-size: 3.55vw;
}
.bestjob__lineup__job:nth-child(8) .bestjob__lineup__ttl {
	font-feature-settings: "palt";
}
.bestjob__lineup__txt {
	font-size: 2.75vw;
}
.bestjob__lineup__txt .bestjob__lineup__label {
	height: 5vw;
	margin: 0 0 0.3em;
	border-radius: 2.5vw;
	font-size: 3vw;
	line-height: 5vw;
}
.bestjob__lineup__summary {
	font-size: 2.75vw;
}

#support.bestjob__inner {
	padding: 0 5%;
}
.bestjob__support__main {
	margin: 1.3em 0 1em;
	padding: 0.8em 0 0.3em;
	border-top: 1vw solid #009dcb;
	border-bottom: 1vw solid #009dcb;
	font-size: 7.2vw;
	line-height: 1.3em;
}
.bestjob__support__main small {
	font-size: 3.6vw;
}
.bestjob__support__ttl {
	padding: 0 0 0.8em;
	font-size: 4.75vw;
	line-height: 1.4em;
}
img.bestjob__support__num {
	width: 15%;
	margin: 0 3% 0 0;
}
.bestjob__support__txt {
	font-size: 3.4vw;
}
.bestjob__support__cases {
	display: block;
	margin: 0 0 8vw;
}
.bestjob__support__case {
	width: 100%;
	padding: 0 0 92vw;
	border-top: 0.4vw solid #5a5a5a;
	border-bottom: none;
	border-left: 0.4vw solid #5a5a5a;
	border-right: 0.4vw solid #5a5a5a;
	display: block;
}
.bestjob__support__case:last-child {
	border-bottom: 0.4vw solid #5a5a5a;
	border-right: 0.4vw solid #5a5a5a;
}
.bestjob__support__case__ttl {
	font-size: 5vw;
	line-height: 18vw;
}
.bestjob__support__case__txt {
	padding: 1em 1em 0;
	font-size: 3.4vw;
}
.bestjob__support__case__illust {
	bottom: 7vw;
	width: 90%;
}
.bestjob__support__case__photo {
	width: 100%;
	padding: 0 0 5vw;
	float: none;
}

.bestjob__flow__main {
	margin: 10vw 3% 4vw;
	padding: 0.6em 0;
	border-top: 0.5vw solid #002a79;
	border-bottom: 0.5vw solid #002a79;
	font-size: 6vw;
}
.bestjob__flow__main small {
	font-size: 4.5vw;
}
.bestjob__flow {
	padding: 0 0 5vw;
}
.bestjob__flow__photo {
	width: 50%;
	padding: 0;
	float: right;
}
.bestjob__flow:nth-child(2n) .bestjob__flow__photo {
	float: left;
}
.bestjob__flow__ttl {
	width: auto;
	padding: 0 0 0.7em 3%;
	font-size: 5.3vw;
	line-height: 1.3em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: none;
}
.bestjob__flow:nth-child(2n) .bestjob__flow__ttl {
	float: none;
}
.bestjob__flow__ttl span {
	width: 68%;
}
.bestjob__flow__step {
	width: 30%;
	margin: 0;
}
.bestjob__flow__txt {
	width: 50%;
	padding: 0 3%;
	font-size: 3.2vw;
	line-height: 1.5em;
	float: left;
}
.bestjob__flow:nth-child(2n) .bestjob__flow__txt {
	float: right;
}
.bestjob__flow__txt small {
	font-size: 2.3vw;
}
.bestjob__online {
	margin: 3vw 4.5% 8vw;
	padding: 3vw;
	border: 1.2vw solid #002a79;
	outline: 0.5vw solid #002a79;
	outline-offset: 1vw;
}
.bestjob__online__ttl {
	width: 64%;
	padding: 1.8em 0 1em;
	font-size: 3.7vw;
	line-height: 1.4em;
	float: left;
}
.bestjob__online__photo {
	width: 35%;
	padding: 0 0 3vw;
}
.bestjob__online__txt {
	width: auto;
	font-size: 2.65vw;
	line-height: 1.6em;
	float: none;
	clear: both;
}

.bestjob__branch .bestjob__inner {
	flex-wrap: wrap;
}
.bestjob__branch__japan {
	width: 100%;
	margin: 0;
	padding: 4vw 4% 5vw;
}
.bestjob__branch__ttl {
	left: 8%;
	top: 20vw;
	width: 54%;
}
.bestjob__branch__list {
	width: 100%;
	padding: 0 3% 5vw;
}
.bestjob__branch__area {
	width: 18%;
	height: 5vw;
	font-size: 3.1vw;
	line-height: 5vw;
}
.bestjob__branch__txt {
	width: 82%;
	padding: 0.1em 0 0.7em 2%;
	font-size: 3vw;
}

.bestjob__conclusion {
	padding: 0.7em 3% 1em;
	font-size: 5.2vw;
	display: block;
}
.bestjob__conclusion u {
	border-bottom: 1vw dotted #e60044;
}
.bestjob__conclusion__illust {
	width: 90%;
	padding: 0 5%;
}

/* page-top */
#page-top a {
	width: 10vw;
	height: 10vw;
}


}




/*----------------------------
	Footer
-----------------------------*/
#Footer{
	position: relative;
	background: #8192fb;
	width: 100%;
	margin: 0 auto;
}
#FooterInner{
	padding: 60px 35px 40px 35px;
	margin: 0 auto;
	max-width: 1500px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#FooterInner ul{
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	list-style-position: outside;
}
#FooterInner ul li{
	list-style-type: none;
	list-style-position: outside;
}
#FooterInner ul li a{
	position: relative;
	outline: none;
	display: inline-block;
	font-family: sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: 2px;
	vertical-align: baseline;
}
#FooterInner ul li a:after{
	content: "";
	position: absolute;
	top: -3px;
	right: -20px;
	background: url('../images/footermenu_obj.png') no-repeat center center;
	background-size: 16px auto;
	width: 16px;
	height: 15px;
}
#FooterInner ul li a:hover{
	opacity: 0.5;
}
#FooterInner .inner_r{
	margin: -22px 0 0 0;
}
#Footer .headerlogo{
	width: 258px;
}
#Footer .copyright {
	font-family: sans-serif;
	font-weight: normal;
	color: #c9d1ff;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 10px 0 0 0;
}
@media all and (max-width: 767px) {
	#Footer{
		width: 100%;
		text-align: center;
		min-width: unset;
	}
	#FooterInner{
		padding: 0 0 10vw 0;
	}
	#FooterInner ul{
		width: 100%;
	}
	#FooterInner ul li{
		width: 100%;
	text-align: left;
		position: relative;
	}
	#FooterInner ul li:nth-child(2n+1){
		background: #7386f8;
	}
	#FooterInner ul li a{
		font-family: sans-serif;
		font-weight: normal;
		font-size: 3vw;
		letter-spacing: .5vw;
		padding: 5.3vw 5vw;
		width: 100%;
	}
	#FooterInner ul li::after{
		content: "";
		top: 5.5vw;
		right: 5vw;
		background: url('../images/footermenu_obj.png') no-repeat center center;
		background-size: 2.6vw;
		width: 2.6vw;
		height: 2.6vw;
		position: absolute;
	}
	#FooterInner ul li a::after{
		display: none;
	}
	#FooterInner ul li a:hover{
		opacity: 1;
	}
	#FooterInner .inner_r{
		margin: 7.5vw auto 0 auto;
	}
	#Footer .headerlogo{
		-webkit-order: 2;
		order: 2;
	width: 56%;
	margin: 0 auto 3vw auto;
	}
	#Footer .copyright {
		font-size: 2.6vw;
		letter-spacing: .2vw;
		line-height: 5vw;
		margin: 0 auto;
		-webkit-order: 3;
		order: 3;
	width: 100%;
	}
}