@charset "UTF-8";
/* CSS Document */
/* ==========================================================
 body
========================================================== */

body {
	position: relative;
	width: 100%;
	padding-top: 214px;
	color: #424242;
	font-size: 16px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input:placeholder,
input:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #bdbdbd;
}
input[type="submit"] {
	width: 100%;
	max-width: 320px;
	border: none;
	outline: none;
}
input[type="submit"]:hover {
	cursor: pointer;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a,
input[type="submit"],
.link-hover img {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.link-hover:hover,
.link-hover:hover img,
.btn-cmn-01:hover,
.btn-cmn-02:hover,
.btn-cmn-03:hover,
.btn-cmn-04:hover,
.btn-cmn-05:hover,
.btn-cmn-06:hover,
.btn-cmn-07:hover {
	opacity: 0.7;
}

iframe {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
}
.btn-cmn-01,
.btn-cmn-02,
.btn-cmn-03,
.btn-cmn-04,
.btn-cmn-05,
.btn-cmn-06,
.btn-cmn-07 {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}
.btn-cmn-01 {
	color: #fff;
	background: url(../img/ico_arrow_01.svg) no-repeat right 20px top 50% #00bfa5;
}
.btn-cmn-02 {
	color: #212121;
	background: url(../img/ico_arrow_02.svg) no-repeat right 20px top 50% #fff;
}
.btn-cmn-03 {
	line-height: 30px;
	color: #000;
	font-size: 14px;
	background: #ffeb3b;
	border-radius: 15px;
}
.btn-cmn-04 {
	color: #000;
	background: url(../img/ico_arrow_02.svg) no-repeat right 20px top 50% #ffeb3b;
}
.btn-cmn-05 {
	color: #000;
	background: url(../img/ico_arrow_03.svg) no-repeat left 20px top 50% #e0e0e0;
}
.btn-cmn-06,
.btn-cmn-07 {
	color: #fff;
	background: url(../img/ico_arrow_01.svg) no-repeat right 20px top 50% #004da0;
}
.btn-cmn-06 {
	max-width: 300px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	margin: 60px auto 0;
}
.btn-cmn-07 {
	max-width: 360px;
	width: 80%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin: 15px 0 0;
}
.btn-cmn-07 + .btn-cmn-07 {
	margin-top: 10px;
}
.btn-cmn-01,
.btn-cmn-02,
.btn-cmn-04,
.btn-cmn-05 {
	max-width: 480px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 18px;
	background-size: 18px;
}
.btn-wrap {
	margin-top: 60px;
	text-align: center;
}
.txt-sub-01 + .btn-wrap {
	margin-top: 30px;
}
.btn-wrap .btn-cmn-01,
.btn-wrap .btn-cmn-06 {
	display: inline-block;
	max-width: 300px;
	margin: 0 10px;
}

.label-schedule-01,
.label-schedule-02,
.label-info {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 100px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	border-radius: 4px;
}
.label-schedule-01 {
	background: #00bfa5;
}
.label-schedule-02 {
	background: #d50000;
}
.label-info {
	margin-left: 15px;
	background: #3f51b5;
}

/* ==========================================================
 header / footer
========================================================== */
/* header
---------------------------------------------------------- */
.header,
.header h1,
.header h2 {
	font-weight: 700;
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border-top: 4px solid #004da0;
	z-index: 50;
}
.header a {
	text-decoration: none;
}
.header-in,
.header-menu-nav .nav-01 {
	max-width: 960px;
	margin: auto;
}
/* .header-in,
.header-in-box {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
} */
/* .header-in {
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 70px;
	color: #000;
	background: #fff;
} */

.header-in{
	display: grid;
	grid-auto-flow: column;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	background-color: #FFFFFF;
}

.header-in .header-in-box{
	display: grid;
	grid-template-areas: 
		"recruit-tel info-session go-app"
		"taxi-tel entry go-app";
	grid-template-rows: 1fr 1fr;
	column-gap: 12px;
    row-gap: 8px;
	line-height: 1;
	max-height: 128px;
}

.header-in .header-in-box .areaA,
.header-in .header-in-box .areaB,
.header-in .header-in-box .areaC{
	display: grid;
	border-radius: 4px;
	font-size: 14px;
}

.header-in .header-in-box .areaA,
.header-in .header-in-box .areaB{
	padding:10px;
	gap:4px;
}

.header-in .header-in-box .areaA{
	grid-area: info-session;
	background: #fff176;
    grid-auto-flow: column;
    align-items: center;
	justify-content: flex-start;
	width: 200px;
}

.header-in .header-in-box .areaB{
	grid-area: entry;
	background: #dce775;
    grid-auto-flow: column;
    align-items: center;
}

.header-in .header-in-box .areaC{
	grid-area: go-app;
	background-color: #dfe0e1;
    padding: 6px;
	place-items: center;
}

.header-in .header-in-box .areaD{
	grid-area: recruit-tel;
}

.header-in .header-in-box .areaE{
	grid-area: taxi-tel;
}

.header-in .header-in-box .areaC .icon{
	width: 62px;
	height: 62px;
}

.header-in .header-in-box .areaC p{
	font-size: 12px;
}

.header-in .header-in-box .recruit .icon{
	width: 20px;
	text-align: left;
}

.tel{
	pointer-events: none;
}

.header-in .header-in-box .tel{
	display: grid;
	grid-auto-flow: column;
	gap: 5px;
	align-items: center;
}
.header-in .header-in-box .tel .wrapper{
	display: grid;
	gap:2px;
}

.header-in .header-in-box .tel .ttl{
	font-size: 12px;
	color: #D70A31;
}

.header-in .header-in-box .tel .number{
	font-size: 22px;
}

.header-in .header-in-box .tel .desc{
	font-weight: 400;
	font-size: 10px;
}

.header-in .header-in-box .btn:hover{
	opacity: 0.7;
}

.header-in h1 {
	width: 340px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
}
.header-in h1 img {
	height: 100%;
	margin-right: 15px;
}

.header-in-box .tel .ico-tel-01{
	content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: no-repeat 50% 50% #3f51b1;
    background-size: 20px;
    border-radius: 50%;
    vertical-align: middle;
}

.header-in-box .tel .ico-tel-01::before{
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	background-image: url(../img/ico_tel_01.svg) !important;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);


}


/* .header-in-box .tel img {
	max-width: none;
	height: 100%;
} */
/* .header-in-box .tel-taxi {
	position: relative;
	margin-right: 40px;
	padding-left: 42px;
}
.header-in-box .tel-taxi:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(../img/ico_tel_01.svg) no-repeat center #283593;
	background-size: 24px;
	border-radius: 50%;
	transform: translateY(-50%);
}
.header-in-box .tel-taxi h2 {
	font-size: 10px;
	text-align: center;
}
.header-in-box .tel-taxi h2 span {
	display: block;
	width: 110px;
	height: 18px;
	line-height: 18px;
	margin-top: 10px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background: #d50000;
	border-radius: 4px;
}
.header-in-box .tel-taxi a {
	display: block;
	position: relative;
	padding-top: 1px;
	line-height: 1;
	font-size: 24px;
	font-family: "proxima-nova", sans-serif;
	text-decoration: none;
}
.header-in-box .tel-taxi a span {
	position: absolute;
	top: 0;
	font-size: 10px;
}
.header-in-box .tel-taxi a span:nth-child(1) {
	right: 70px;
}
.header-in-box .tel-taxi a span:nth-child(2) {
	right: -4px;
	letter-spacing: 7px;
} */
/* .header-in-box .btn-contact,
.header-in-box .btn-schedulelist,
.header-in-box .btn-guideline {
	position: relative;
	display: block;
	height: 36px;
	width: 100px;
	margin-top: 2px;
	padding: 6px 15px 0 35px;
	font-size: 14px;
	border-radius: 4px;
} */
.header-in-box .btn-contact,
.header-in-box .btn-schedulelist {
	/* margin-right: 6px; */
	background: #fff176;
}
/* .header-in-box .btn-guideline {
	background: #dce775;
} */
/* .header-in-box .btn-contact:before,
.header-in-box .btn-schedulelist:before,
.header-in-box .btn-guideline:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
}
.header-in-box .btn-contact:before {
	background: url(../img/ico_contact_03.svg) no-repeat;
	background-size: contain;
}
.header-in-box .btn-schedulelist:before {
	background: url(../img/ico_schedule_04.svg) no-repeat;
	background-size: contain;
}
	.header-in-box .btn-guideline:before {
	background: url(../img/ico_guideline_03.svg) no-repeat;
	background-size: contain;
} 
*/

.header-in-box .btn-contact:hover,
.header-in-box .btn-schedulelist:hover,
.header-in-box .btn-guideline:hover {
	opacity: 0.7;
}
.header-menu {
	color: #000;
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.header-menu-tel {
	display: none;
}
.header-menu-nav .nav-01 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px solid #eee;
}
.header-menu-nav .nav-01 > li {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	border-right: 1px solid #eee;
	z-index: 1;
}
.header-menu-nav .nav-01 > li > a,
.header-menu-nav .nav-01 > li > .drop span {
	display: block;
	height: 80px;
	padding: 12px 5px 0;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: all 0.2s;
}
.header-menu-nav .nav-01 > li > .drop {
	display: block;
}
/* .header-menu-nav li .ico-schedule-01,
.header-menu-nav li .ico-beginner-01,
.header-menu-nav li .ico-timetable-01 {
	line-height: 1.3;
} */
.header-menu-nav .nav-01 > li > a:hover,
.header-menu-nav .nav-01 > li > .drop span:hover,
.header-menu-nav .nav-02 a:hover {
	background: #eee;
}
.header-menu-nav .nav-01 > li > .drop span:hover {
	cursor: pointer;
}
.header-menu-nav .nav-01 > li > a:before,
.header-menu-nav .nav-01 > li > .drop span:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 4px;
	background-size: contain;
}
.header-menu-nav .nav-02 {
	display: none;
	position: absolute;
	left: -1px;
	top: 81px;
	width: calc(100% + 2px);
	border: 1px solid #eee;
	border-top: none;
}
.header-menu-nav .nav-02 li + li {
	border-top: 1px solid #eee;
}
.header-menu-nav .nav-02 a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	text-align: center;
	background: #fff;
}
.ico-home-01:before {
	background-image: url("../img/ico_home_01.svg");
}
.ico-home-02:before {
	background-image: url("../img/ico_home_02.svg");
}
.ico-taxi-01:before {
	background-image: url("../img/ico_taxi_01.svg");
}
.ico-taxi-02:before {
	background-image: url("../img/ico_taxi_02.svg");
}
.ico-briefing-01:before {
	background-image: url("../img/ico_briefing_01.svg");
}
.ico-briefing-02:before {
	background-image: url("../img/ico_briefing_02.svg");
}
.ico-schedule-01:before {
	background-image: url("../img/ico_schedule_01.svg");
}
.ico-schedule-02:before {
	background-image: url("../img/ico_schedule_02.svg");
}
.ico-schedule-03:before {
	background-image: url("../img/ico_schedule_03.svg");
}
.ico-beginner-01:before {
	background-image: url("../img/ico_beginner_01.svg");
}
.ico-beginner-02:before {
	background-image: url("../img/ico_beginner_02.svg");
}
.ico-timetable-01:before {
	background-image: url("../img/ico_timetable_01.svg");
}
.ico-timetable-02:before {
	background-image: url("../img/ico_timetable_02.svg");
}
.ico-company-01:before {
	background-image: url("../img/ico_company_01.svg");
}
.ico-company-02:before {
	background-image: url("../img/ico_company_02.svg");
}
.ico-contact-01:before {
	background-image: url("../img/ico_contact_01.svg");
}
.ico-contact-02:before {
	background-image: url("../img/ico_contact_02.svg");
}
.ico-contact-03:before {
	background-image: url("../img/ico_contact_03.svg");
}
.ico-guideline-01:before {
	background-image: url("../img/ico_guideline_01.svg");
}
.ico-guideline-02:before {
	background-image: url("../img/ico_guideline_02.svg");
}
.ico-guideline-03:before {
	background-image: url("../img/ico_guideline_03.svg");
}
.ico-guideline-04:before {
	background-image: url("../img/ico_guideline_04.svg");
}
.ico-tel-01:before {
	background-image: url("../img/ico_tel_01.svg") !important;
}
.ico-tel-02:before {
	background-image: url("../img/ico_tel_02.svg");
}
.ico-tel-03:before {
	background-image: url("../img/ico_tel_03.svg");
}
/*.ico-info-01:before {
	background-image: url(../img/ico_info_01.svg);
}*/
.ico-info-02:before {
	background-image: url("../img/ico_info_02.svg");
}
.ico-movie-01:before {
	background-image: url("../img/ico_movie_01.svg");
}
.ico-movie-02:before {
	background-image: url("../img/ico_movie_02.svg");
}
.ico-exm-01:before {
	background-image: url("../img/ico_exm_01.svg");
}
.ico-heart-01:before {
	background-image: url("../img/ico_heart_01.svg");
}
.ico-form-01:before {
	background-image: url("../img/ico_form_01.svg");
}
.ico-dormitory-01:before {
	background-image: url("../img/ico_dormitory_01.svg");
}
.ico-dormitory-02:before {
	background-image: url("../img/ico_dormitory_02.svg");
}
.ico-interview-01:before {
	background-image: url("../img/ico_interview_01.svg");
}
.ico-interview-02:before {
	background-image: url("../img/ico_interview_02.svg");
}
.ico-recruit-01:before {
	background-image: url("../img/ico_recruit_01.svg");
}
.ico-recruit-02:before {
	background-image: url("../img/ico_recruit_02.svg");
}
.ico-stability-01:before {
	background-image: url("../img/ico_stability_01.svg");
}
.ico-stability-02:before {
	background-image: url("../img/ico_stability_02.svg");
}
.ico-worklife-01:before {
	background-image: url("../img/ico_worklife_01.svg");
}
.ico-worklife-02:before {
	background-image: url("../img/ico_worklife_02.svg");
}
.ico-place-01:before {
	background-image: url("../img/ico_place_01.svg") !important;
}
.ico-app-01:before {
	background-image: url("../img/ico_app_01.svg") !important;
}
.ico-reason-01:before {
	background-image: url("../img/ico_reason_01.svg");
}
.ico-reason-02:before {
	background-image: url("../img/ico_reason_02.svg");
}
.ico-income-02:before {
	background-image: url("../img/ico_income_02.svg");
}

li.ico-flow-01 {
	position: relative;
}
li.ico-flow-01:not(:last-of-type):before {
	content: "";
	display: block;
	position: absolute;
	left: 172px;
	bottom: -32px;
	border: 7px solid transparent;
	border-top: 8px solid #3f51b5;
	border-bottom-width: 8px;
}




/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*ナビゲーションを横並びに*/
/* .header-menu-nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
} */
/*2階層目以降は横並びにしない*/
/* .header-menu-nav ul ul{
	display: block;
} */

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
/* .header-menu-nav ul li{
	position: relative;
} */

/*ナビゲーションのリンク設定*/
.header-menu-nav ul li a{
	display: block;
	text-decoration: none;
	color: #999;
	padding:14px;
	/* transition:all .3s; */
	transition: all .2s ease-out;
}

/* .header-menu-nav ul li li a{
	padding:10px 35px;
} */

/* .header-menu-nav ul li a:hover{
	color:#fff;	
} */

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
.header-menu-nav ul li.has-child::before{
	content:'';
	/* position: absolute;
	left:15px;
	top:25px;
	width:6px;
	height:6px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg); */
}

/*3階層目を持つliの矢印の設定*/
.header-menu-nav ul ul li.has-child::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
.header-menu-nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:80px;
	z-index: 4;
    /*形状を指定*/
	background:#337ab7;
	width:240px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	/* transition: all .3s; */
	transition: all .2s ease-out;
	font-size: 12px;
}

/*hoverしたら表示*/
.header-menu-nav li.has-child:hover > ul,
.header-menu-nav li.has-child ul li:hover > ul,
.header-menu-nav li.has-child:active > ul,
.header-menu-nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
.header-menu-nav li.has-child ul li a{
	color: #fff;
	/* border-bottom:solid 1px rgba(255,255,255,0.6); */
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.header-menu-nav li.has-child ul li:last-child > a{
 border-bottom:none;
 }

.header-menu-nav li.has-child ul li a:hover,
.header-menu-nav li.has-child ul li a:active{
	background:#3886c9;
}


/*==3階層目*/

/*3階層目の位置*/
.header-menu-nav li.has-child ul ul{
	top:0;
	left:182px;
	background:#66ADF5;
}

.header-menu-nav li.has-child ul ul li a:hover,
.header-menu-nav li.has-child ul ul li a:active{
	background:#448ED3;
}

.header-menu-nav li.has-child .arrow{
	transition: all .2s ease-out;
    content: "";
    position: absolute;
    padding: 0;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    z-index: 1000;
    opacity: 0;
    border-bottom-color: #337ab7;
}

.header-menu-nav li.has-child:hover .arrow{
	opacity: 1;
	bottom: 0;
}


/*==768px以下の形状*/
/* 
@media screen and (max-width:959px){
	.header-menu-nav{
		padding: 0;
	}
	
	.header-menu-nav ul{
		display: block;
	}
	
	
	
.header-menu-nav ul li a{
	border-bottom:1px solid #ccc;
}

.header-menu-nav ul li.has-child::before{
	left:20px;	
}

.header-menu-nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}
    
.header-menu-nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}

} */


/* footer
---------------------------------------------------------- */
.footer {
	margin-top: 70px;
}
.footer-banner {
	margin-bottom: 30px;
	text-align: center;
	font-size: 0;
}
.footer-banner a {
	display: inline-block;
}
.footer-tel {
	margin-bottom: 2px;
	text-align: center;
	border-top: 1px solid #eee;
}
.footer-tel a {
	display: inline-block;
	height: 60px;
	line-height: 1;
	padding: 16px 30px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
.footer-tel a:hover {
	opacity: 0.7;
}
.footer-tel .footer-tel-number,
.footer-tel .footer-tel-number::before,
.footer-tel .footer-tel-box {
	display: inline-block;
	position: relative;
}
.footer-tel .footer-tel-number {
	top: 1px;
	margin-left: 15px;
	font-size: 28px;
	font-family: "proxima-nova", sans-serif;
}
.footer-tel .footer-tel-number::before {
	content: "";
	top: -3px;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	background: url(../img/ico_tel_01.svg) no-repeat center #283593;
	background-size: 18px;
	border-radius: 50%;
	vertical-align: middle;
}
.footer-tel .footer-tel-box {
	top: -4px;
	margin-left: 10px;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	background: #d50000;
	border-radius: 4px;
}
.footer-nav {
	padding: 18px 0;
	font-size: 0;
	text-align: center;
	background: #f5f5f5;
}
.footer-nav li {
	display: inline-block;
	padding: 0 15px;
}
.footer-nav li a {
	color: #616161;
	font-size: 14px;
}
.footer-in {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: center;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
.footer-in .tel {
	width: 209px;
	margin-right: auto;
}
.footer-in .footer-logo {
	margin-right: 20px;
	padding: 3px 20px 3px 0;
	font-size: 0;
	border-right: 1px solid #eee;
}
.footer-in .footer-logo img {
	display: inline-block;
	height: 42px;
}
.footer-in .footer-logo a + a {
	margin-left: 30px;
}
.footer-in .footer-copy {
	line-height: 42px;
	color: #616161;
	font-size: 12px;
	text-align: right;
}

/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
	width: 100%;
	max-width: 960px;
	margin: 20px auto 40px;
	font-size: 0;
	text-align: left;
}
.nav-breadcrumb li {
	display: inline-block;
	font-size: 12px;
}
.nav-breadcrumb li:not(:last-child) {
	margin-right: 10px;
}
.nav-breadcrumb li:not(:last-child):after {
	margin-left: 10px;
	content: ">";
	color: #757575;
}
body.income .nav-breadcrumb,
body.income-child .nav-breadcrumb,
body.interview-child .nav-breadcrumb,
body.rideshare .nav-breadcrumb {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* ==========================================================
 area-
========================================================== */
.area-main-01 {
	position: relative;
}
.area-main-02 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
body.page .bnr-01 {
	display: block;
	max-width: 470px;
	margin: 60px auto 0;
}

/* ==========================================================
 sec-
========================================================== */
.sec-cmn-01 + .sec-cmn-01 {
	margin-top: 100px;
}
.area-main-01 .sec-cmn-01-in,
.sec-cmn-02-in {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.sec-cmn-02,
.sec-cmn-02-in {
	position: relative;
}
.sec-cmn-02-in {
	height: 100%;
}


/* ==========================================================
 txt-
========================================================== */
.txt-cmn-01 {
	margin-bottom: 40px;
}
.txt-cmn-02 {
	margin-bottom: 10px;
}
.txt-cmn-03 {
	margin-bottom: 5px;
}
.txt-cmn-04 {
	margin-bottom: 30px;
}
.txt-cmn-05 {
	margin-bottom: 20px;
}
.txt-cmn-06 {
	margin-bottom: 15px;
}
.txt-color-01,
.txt-sub-01,
.txt-sub-02,
.txt-sub-03 {
	color: #00bfa5;
}
.txt-color-02 {
	color: #d50000;
}
.txt-color-03 {
	color: #004da0;
}
strong.txt-color-02 {
	font-weight: 700;
}
.txt-comment-01 {
	color: #616161;
	font-size: 14px;
	text-decoration: underline;
}
.txt-sub-01,
.txt-sub-02,
.txt-sub-03 {
	line-height: 1.4;
	font-weight: 700;
}
.txt-sub-01 {
	font-size: 24px;
}
.txt-sub-02 {
	font-size: 30px;
}
.txt-sub-02 span {
	display: block;
	font-size: 18px;
}
.txt-bal-01,
.txt-bal-01-2,
.txt-bal-02-in,
.txt-bal-03 {
	position: relative;
	width: 100%;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}
.txt-bal-01,
.txt-bal-01-2 {
	display: block;
	max-width: 760px;
	margin: 0 auto;
	padding: 25px 0;
	color: #fff;
	font-size: 28px;
	border-radius: 45px;
	background: #00bfa5;
}
.txt-bal-01 {
	margin-bottom: 50px;
}
.txt-bal-02 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.txt-bal-02-in,
.txt-bal-03 {
	padding: 20px 0;
	color: #424242;
	font-size: 20px;
	border-radius: 35px;
	background: #eee;
}
.txt-bal-01:before,
.txt-bal-01-2:before,
.txt-bal-02-in:before,
.txt-bal-02-in:after,
.txt-bal-03:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.txt-bal-01:before,
.txt-bal-02-in:before {
	bottom: -28px;
	border: 10px solid transparent;
	border-bottom: 14px solid #fff;
	border-top-width: 14px;
}
.txt-bal-01:before {
	border-top-color: #00bfa5;
}
.txt-bal-01-2:before {
	top: -23px;
	border: 10px solid transparent;
	border-bottom: 14px solid #00bfa5;
}
.txt-bal-02-in {
	max-width: 300px;
	margin: 40px 20px 98px;
}
.txt-bal-02-in:before {
	border-top-color: #eee;
}
.txt-bal-02-in:after {
	bottom: -68px;
	width: 48px;
	height: 48px;
	background: url("../img/ico_face_01.svg") no-repeat center;
	background-size: contain;
}
.txt-bal-03 {
	display: block;
	max-width: 500px;
	margin: 10px auto 60px;
}
.txt-bal-03:before {
	top: -23px;
	border: 10px solid transparent;
	border-bottom: 14px solid #eee;
}

/* ==========================================================
 link-
========================================================== */
.link-cmn-01,
.link-cmn-02 {
	color: #0033cc;
	text-decoration: underline;
}
.link-cmn-02 {
	position: absolute;
	top: 18px;
	right: 0;
}
.link-tel {
	pointer-events: none;
	text-decoration: none;
}

/* ==========================================================
 img- / figure-
========================================================== */
.img-cmn-00,
.img-cmn-01,
.img-cmn-02,
.border-01 {
	border-radius: 4px;
}
.img-cmn-01,
.img-cmn-02 {
	display: block;
}
.img-cmn-02 {
	border: 1px solid #eee;
}
.img-cmn-03 {
	display: block;
	border-radius: 10px;
}
.figure-cmn-01 figcaption {
	margin-top: 10px;
	color: #424242;
	font-size: 14px;
	text-align: center;
}
.figure-cmn-02 {
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
}
.figure-cmn-02 figcaption {
	margin-top: 20px;
}
.border-01 {
	border: 1px solid #eee;
}

/* ==========================================================
 ttl-
========================================================== */
.ttl-cmn-01,
.ttl-cmn-07 {
	color: #212121;
	font-size: 28px;
	font-weight: 700;
}
.ttl-cmn-01 {
	text-align: center;
}
.ttl-cmn-01::before,
.ttl-cmn-06::before,
.ttl-cmn-07::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}
.ttl-cmn-01:before,
.ttl-cmn-06:before {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 10px;
}
.area-main-02 .ttl-cmn-01 {
	margin-bottom: 70px;
}
.ttl-cmn-02,
.ttl-cmn-03,
.ttl-cmn-04,
.ttl-cmn-05,
.ttl-cmn-06,
.ttl-cmn-08,
.ttl-cmn-09 {
	line-height: 1.4;
	font-weight: 700;
}
.ttl-cmn-02,
.ttl-cmn-03 {
	color: #3f51b5;
}
.ttl-cmn-02 {
	margin-bottom: 50px;
	padding: 15px 12px;
	font-size: 28px;
	background: #f4f6fc;
	border-left: 8px solid #3f51b5;
}
.ttl-cmn-03,
.ttl-cmn-04,
.ttl-cmn-05 {
	margin-bottom: 15px;
}
.ttl-cmn-03,
.ttl-cmn-06,
.ttl-cmn-08 {
	font-size: 24px;
}
.ttl-cmn-04 {
	font-size: 18px;
}
.ttl-cmn-05 {
	color: #212121;
	font-size: 20px;
}
.ttl-cmn-07 {
	margin-bottom: 10px;
	/*padding-bottom: 10px;
	border-bottom: 1px dotted #666;*/
}
.ttl-cmn-07::before {
	position: relative;
	top: 8px;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 15px;
}
.ttl-cmn-09 {
	font-size: 22px;
}
.ttl-cmn-10,
.ttl-cmn-11 {
	margin: 40px 0 20px;
	padding-bottom: 5px;
	color: #3f51b1;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 5px solid #f0f2f8;
}
.ttl-cmn-10::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: no-repeat 50% 50% #3f51b1;
	background-size: 20px;
	border-radius: 50%;
	vertical-align: middle;
}
.ttl-bal-01 {
	position: relative;
	margin-bottom: 70px;
	padding: 10px 0;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	background: #00bfa5;
}
.ttl-bal-01:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -40px;
	border: 15px solid transparent;
	border-top: 20px solid #00bfa5;
	border-bottom-width: 20px;
	transform: translateX(-50%);
}

.ttl-main {
	max-width: 1200px;
	margin: 0 auto 70px;
}
.ttl-main h2 {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
	color: #212121;
	font-size: 30px;
	font-weight: 700;
}
.ttl-main h2 .sub {
	display: block;
	margin-bottom: 20px;
	color: #616161;
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
}

/* ==========================================================
 list-
========================================================== */
.list-cmn-01 > li,
.list-cmn-02,
.list-cmn-03 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.list-cmn-01 > li {
	margin-bottom: 40px;
}
.list-cmn-01 .figure-cmn-01,
.list-cmn-01 .figure-cmn-01,
.list-cmn-01 .figure-cmn-02 {
	width: 100%;
}
.list-cmn-01 .figure-cmn-01 {
	max-width: 360px;
}
.list-cmn-01 figure + div {
	-ms-flex: 1;
	flex: 1;
	margin-left: 40px;
}
.list-cmn-01 .figure-cmn-02 {
	max-width: 330px;
}
.list-cmn-01 .figure-cmn-02 img {
	border: 1px solid #e0e0e0;
}
.list-cmn-01 li .ttl-cmn-04 {
	color: #212121;
	margin-bottom: 5px;
}
.list-cmn-02,
.list-cmn-03 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-cmn-02 li {
	width: 360px;
	/*max-width: 360px;*/
	margin-top: 60px;
}
.list-cmn-02 li h5 {
	margin: 20px 0;
	color: #3f51b5;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.list-cmn-03 {
	margin-top: 20px;
}
.list-cmn-03 li {
	width: calc(50% - 20px);
	margin-top: 40px;
	text-align: center;
}
.list-cmn-03 .img-cmn-01 {
	margin: 0 auto 10px;
}

.list-dot-01 > li,
.list-dot-02 > li {
	margin-left: 1.5em;
	list-style: disc;
}
.list-dot-02 {
	clear: both;
	overflow: hidden;
}
.list-dot-02 > li {
	float: left;
	width: 100%;
	max-width: 200px;
	text-align: left;
}
.list-dec-01 > li {
	margin-left: 1.5em;
	list-style: decimal;
}
.list-line-01 {
	clear: both;
	overflow: hidden;
}
.list-line-01 dt {
	float: left;
	padding-top: 15px;
}
/*.list-line-01 dt span {
	margin-left: 15px;
}*/
.list-line-01 dd {
	padding: 15px 0 15px 250px;
	border-bottom: 1px dotted #666;
}
.ico-schedule-03 + .list-line-01 dd {
	padding-left: 120px;
}
.list-line-01 dd:first-of-type {
	border-top: 1px dotted #666;
}
.list-line-02 {
	border-top: 1px solid #eee;
}
.list-line-02 li {
	border-bottom: 1px solid #eee;
}
.list-line-02 li .link-hover {
	display: block;
	padding: 15px 40px 15px 0;
	text-decoration: none;
	background: url(../img/ico_arrow_04.svg) no-repeat right 10px top 50%;
	background-size: 18px;
}
.list-line-02 li {
	clear: both;
	overflow: hidden;
}
.list-line-02 li .data,
.list-line-02 li .ttl {
	display: block;
}
.list-line-02 li .data {
	float: left;
	width: 180px;
}
.list-line-02 li .ttl {
	padding-left: 180px;
}
.scroll-y {
	overflow-y: scroll;
}
.scroll-y::-webkit-scrollbar {
	width: 6px;
}
.scroll-y::-webkit-scrollbar-track {
	background: #f5f5f5;
}
.scroll-y::-webkit-scrollbar-thumb {
	background: #616161;
	border-radius: 3px;
}
.list-line-01.scroll-y {
	max-height: 296px;
	padding-right: 10px;
}
.list-def-01,
.list-def-02 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.list-def-01 {
	border: 1px solid #e0e0e0;
	border-bottom: none;
}
.list-def-01 dt,
.list-def-01 dd {
	padding: 20px 30px;
	border-bottom: 1px solid #e0e0e0;
}
.list-def-01 dt,
.list-def-02 dt {
	font-weight: 700;
}
.list-def-01 dt {
	width: 240px;
	background: #fafafa;
}
.list-def-01 dd {
	width: calc(100% - 240px);
	border-left: 1px solid #e0e0e0;
}
.list-def-02 dt {
	max-width: 70px;
}
.list-def-02 dd {
	width: calc(100% - 95px);
}

.table-cmn-01,
.table-cmn-02 {
	width: 100%;
}
.table-cmn-01 {
	table-layout: fixed;
}
.table-cmn-01 th,
.table-cmn-01 td {
	border: 1px solid #e0e0e0;
}
.table-cmn-01 th,
.table-cmn-02 .table-td-01 {
	color: #fff;
	font-weight: 700;
	background: #3f51b5;
	text-align: center;
}
.table-cmn-01 th {
	width: 100%;
	padding: 13px 0;
}
.table-cmn-01 tbody tr:nth-of-type(even),
.table-cmn-02 tbody tr:nth-of-type(even) {
	background: #f5f5f5;
}
.table-cmn-01 td:nth-of-type(1),
.table-cmn-01 td:nth-of-type(2) {
	padding: 13px 30px;
}
.table-cmn-01 td:nth-of-type(3),
.table-cmn-01 td:nth-of-type(4) {
	padding: 13px 0;
	text-align: center;
}

.tab-ui{
	display: flex;
}
.tab-ui li{
	width: 50%;
	color: #fff;
    font-weight: 700;
    background: #3f51b5;
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 13px 0;
}
.tab-ui li a{
	text-decoration: none;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tab-ui li a:after{
	content: "▼";
	position: relative;
	margin-top: -8px;
	font-size: 10px
}
#keiyou .cap,#chiba .cap{
	/*color: #fff;
    font-weight: 700;
    background: #3f51b5;
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 13px 0;
    margin-top: 30px*/
    font-size: 24px;
    color: #3f51b5;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 40px
}
.table-cmn-01.keiyou{
	table-layout: auto;
}
.table-cmn-01.keiyou td:nth-of-type(1),
.table-cmn-01.keiyou td:nth-of-type(3) {
	padding: 13px 30px;
}

.table-cmn-01.keiyou td:nth-of-type(2) {
	padding: 10px;
	width: 100px;
	box-sizing: border-box;
	text-align: center;
}

.table-cmn-01.keiyou td:nth-of-type(3){
	text-align: left;
}

.table-cmn-01.keiyou td:nth-of-type(4),
.table-cmn-01.keiyou td:nth-of-type(5) {
	padding: 13px 0;
	text-align: center;
}

.table-cmn-01 td:last-of-type {
	padding: 13px 20px;
}
.table-cmn-01 .table-th-01,
.table-cmn-02 .table-td-01 {
	width: 240px;
}
.table-cmn-01 .table-th-02 {
	width: 400px;
}
.table-cmn-01 .table-th-03 {
	width: 80px;
}
.table-cmn-01 .table-th-04 {
	width: 160px;
}
.single-schedule .table-cmn-01 {
	margin-bottom: 50px;
}
.single-schedule .table-cmn-01 .table-th-01 {
	width: 260px;
}
.single-schedule .table-cmn-01 .table-th-02 {
	width: 460px;
}
.single-schedule .table-cmn-01 .table-th-03 {
	width: 120px;
}
.table-cmn-02 {
	border: 1px solid #e0e0e0;
	border-bottom: none
}
.table-cmn-02 + p + .table-cmn-02 {
	margin-top: 40px;
}
.table-cmn-02 td {
	width: calc(100% - 240px);
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
}
.table-cmn-02 + p .btn-cmn-03 {
	width: 50%;
	margin: 20px auto 0;
	line-height: 40px;
	border-radius: 20px;
}
.emp_red {
	color: #d50000;
}

/* ==========================================================
 box-
========================================================== */
.box-cmn-01 {
	position: relative;
	clear: both;
	overflow: hidden;
}
.box-cmn-02 {
	padding: 30px;
	border: 1px solid #eee;
}
.box-clm-01 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box-clm-01 .box-clm-in-01 {
	position: relative;
	width: calc(100% - 320px);
}
.box-clm-01 .box-clm-in-02 {
	width: 280px;
}
.box-clm-01 .box-clm-in-03 {
	width: calc(50% - 15px);
}
.ttl-cmn-07.ico-guideline-04 + .box-clm-01 {
	padding-top: 20px;
	border-top: 1px dotted #666;
}
.box-color-01,
.box-color-02 {
	background: #effbfa;
}
.box-color-01 {
	padding: 30px;
}
.box-color-02 {
	padding: 60px 90px 90px;
}
.box-color-02 + .box-color-02 {
	margin-top: 40px;
}
.box-color-in {
	margin: 40px 0;
	padding: 30px;
	background: #fff;
}
.box-tel-01 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row-reverse;
	flex-direction : row-reverse;
	height: 200px;
	color: #fff;
	background: url("../img/taxi/img_taxi_07.jpg") no-repeat left 50% #3f51b5;
	background-size: contain;
	border-radius: 4px;
}
.box-tel-01 div {
	width: 560px;
	margin-right: 50px;
	text-align: center;
}
.box-tel-01 h4 {
	margin-bottom: 25px;
	padding-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 4px solid #fff;
}
.box-tel-01 a {
	text-decoration: none;
}
.box-tel-01.taxi img {
	max-height: 87px;
}
.box-tel-01.hire img {
	max-height: 70px;
}
.box-float {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #004da0;
	z-index: 1;
}
.box-float-in {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
.box-float-in .btn-schedulelist,
.box-float-in .btn-guideline {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(50% - 10px);
	height: 60px;
	line-height: 1.4;
	color: #000;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
}
.box-float-in .btn-schedulelist {
	background: #fff176;
}
.box-float-in .btn-guideline {
	background: #dce775;
}
.box-float-in .btn-schedulelist:hover,
.box-float-in .btn-guideline:hover {
	opacity: 0.7;
}

/* ==========================================================
 form
========================================================== */
.box-form {
	margin: 40px 0 60px;
	padding: 50px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-top: 5px solid #3f51b5;
}
.box-form .ttl-cmn-07 {
	margin: 0;
	/*padding: 0;
	border: none;*/
}
.box-form h5 {
	position: relative;
	line-height: 1.2;
	margin: 50px 0 30px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 700;
	border-left: 5px solid #3f51b5;
}
.box-form h5:first-child {
	margin-top: 0;
}
.box-form h5:after {
	content: "";
	position: absolute;
	left: -5px;
	bottom: -10px;
	display: block;
	width: 100%;
	border-bottom: 1px dotted #666;
}
.box-form h5 span {
	color: #ff0000;
}
.box-form dl {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}
.box-form dl + dl {
	margin-top: 20px;
}
.box-form dl dt {
	width: 50px;
	line-height: 40px;
}
.box-form dl dd {
	margin-right: 40px;
}
.box-form *[class^="form-cmn-0"] {
	padding: 10px 20px;
	border: 1px solid #bdbdbd;
	border-radius: 2px;
}
.box-form .form-cmn-01 {
	width: 220px;
	height: 40px;
	line-height: 1.4;
}
.box-form .form-cmn-02 {
	width: 100px !important;
	margin-right: 6px;
}
.box-form .form-cmn-02:not(:first-of-type) {
	margin-left: 6px;
}
.box-form .form-cmn-03 {
	width: 580px;
}
.box-form .form-cmn-04 {
	width: 100%;
	height: 220px;
}
.box-form .mwform-checkbox-field label,
.box-form .mwform-radio-field label {
	font-weight: 500;
}
.mw_wp_form .box-form .horizontal-item + .horizontal-item {
	margin-left: 20px;
}
.mw_wp_form .btn-cmn-04,
.mw_wp_form .btn-cmn-05 {
	display: inline-block;
	margin: 0 20px;
}

/* ==========================================================
 taxi/
========================================================== */
body.taxi .ttl-cmn-04 {
	color: #212121;
}
body.taxi iframe {
	display: block;
	width: 100%;
	height: 450px;
	margin-bottom: 25px;
}
.box-taxi-01,
.box-taxi-02 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box-taxi-01 .box-in {
	width: calc(50% - 15px);
}
.box-taxi-01 .box-in .ttl-cmn-04 {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 2px dotted #dedede;
}
.box-taxi-02 .box-in {
	position: relative;
	width: calc(50% - 10px);
	padding: 20px 20px 20px 140px;
	background: #f3f3f3;
	border-radius: 10px;
}
.box-taxi-02 .box-in .ttl-cmn-04 {
	margin: 5px 0;
}
/* .box-taxi-02 .box-in > div {
	width: calc(100% - 120px);
} */
.box-taxi-02 .box-in figure {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100px;
}
.box-taxi-02 .box-in p {
	font-size: 14px;
}
.box-taxi-02 .box-in .btn-wrap {
	margin-top: 15px;
	text-align: left;
}
.box-taxi-02 .box-in .btn-wrap a {
	display: inline-block;
	width: 140px;
}
.box-taxi-02 .box-in .btn-wrap a + a {
	margin-left: 10px;
}

/* ==========================================================
 recruit/
========================================================== */
.recruit .nav-breadcrumb {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.recruit .sec-recruit-top {
	height: 540px;
	padding-top: 115px;
	background: #effbfa;
}
.recruit .sec-recruit-top h2,
.recruit .sec-recruit-top .btn-cmn-04 {
	position: relative;
	z-index: 1;
}
.recruit .sec-recruit-top h2 {
	margin-bottom: 40px;
	line-height: 1.4;
	font-size: 60px;
	font-weight: 700;
}
.recruit .sec-recruit-top .btn-cmn-04 {
	max-width: 300px;
	margin: 0;
}
.txt-comment-02 {
	position: absolute;
	left: 370px;
	bottom: 30px;
	padding: 25px 30px;
	color: #000;
	font-weight: 700;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	z-index: 1;
}
.recruit .sec-recruit-top img {
	position: absolute;
	top: -75px;
	right: 0;
	width: 630px;
	z-index: 0;
}
.recruit-link-01 a,
.recruit-link-02 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.recruit-link-01 a {
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background: #00bfa5;
	border-radius: 4px;
}
.recruit-link-01 a + a {
	margin-top: 25px;
}
.recruit-link-01 a figure {
	width: 140px;
}
.recruit-link-01 a figure img {
	border-radius: 4px 0 0 4px;
}
.recruit-link-01 a figcaption {
	width: calc(100% - 155px)
}
.recruit-link-02 figure {
	width: 210px;
}
.recruit-link-02 figcaption {
	width: calc(100% - 230px);
}

/* ==========================================================
 beginner/
========================================================== */

.beginner .s-ta-c  + .txt-bal-01 {
	border-radius: 64px;
}
.beginner .txt-bal-02 + .txt-bal-01 {
	border-radius: 64px;
}

/* ==========================================================
 company/
========================================================== */
.company .frame-cmn-01 {
	max-width: 960px;
	height: 400px;
}
.company .list-dot-01.s-mb-10 span:not(:last-of-type) {
	display: inline-block;
	width: 100%;
}
.company .list-dot-01.s-mb-10 span:nth-of-type(1) {
	max-width: 110px;
}
.company .list-dot-01.s-mb-10 span:nth-of-type(2) {
	max-width: 150px;
}

/* ==========================================================
 news/
 news/yymmdd-xx/
========================================================== */
/*.news .list-line-01 {
	border-top: 1px dotted #666;
}*/
.single-news .box-cmn-01 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.single-news .box-cmn-01 > div,
.single-news .box-cmn-01 > figure {
	width: 100%;
}
.single-news .box-cmn-01 > div {
	max-width: 480px;
}
.single-news .box-cmn-01 > figure {
	max-width: 450px;
}

/* ==========================================================
 timetable/
========================================================== */
.timetable-model {
	clear: both;
	overflow: hidden;
	max-width: 780px;
	width: 100%;
	margin: 0 auto 20px;
}
.timetable-model ul {
	float: left;
}
.timetable-model li {
	position: relative;
	padding-bottom: 30px;
}
.timetable-model li:not(:last-of-type)::before {
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	top: 15px;
	width: 3px;
	height: 100%;
	background: #3f51b5;
}
.timetable-model li h4 {
	float: left;
	color: #3f51b5;
	/* font-size: 20px; */
	font-weight: 700;
}
.timetable-model li h4::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 20px;
	border-radius: 50%;
	background: #3f51b5;
}
.timetable-model li p {
	padding: 2px 0 0 110px;
	/* font-size: 18px; */
}
.timetable-model > figure {
	float: right;
	width: 300px;
}
.timetable_test .box-color-02 .ttl-cmn-06 {
	margin-bottom: 60px;
}
.timetable_test .box-color-02 .ttl-cmn-03 {
	margin-bottom: 25px;
}
.timetable_test .txt-bal-01-2 {
	border-radius: 64px;
}
.timetable-meet {
	max-width: 780px;
	margin: 0 auto;
}
.timetable-meet li {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.timetable-meet h4 {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-right: 20px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: #ffeb3b;
	border-radius: 50%;
}
.timetable-meet h4 span {
	font-size: 30px;
}
.timetable-meet .ttl-cmn-03 {
	margin-bottom: 10px;
}

/* ==========================================================
 experience/
========================================================== */
.experience .sec-cmn-01 h3,
.experience .img-experience-01 {
	position: relative;
}
.experience .img-experience-01,
.experience .img-experience-02 {
	display: block;
	z-index: 1;
}
.experience .img-experience-01 {
	max-width: 900px;
	width: 100%;
	margin: -95px auto 0;
}
.experience .img-experience-02 {
	position: absolute;
	top: -30px;
	right: 30px;
	max-width: 186px;
}
.experience .sec-cmn-01 h3 + p {
	margin-top: 20px;
	font-size: 26px;
	text-align: center;
}
.experience .list-cmn-02 {
	margin: 80px 0;
}
.experience .list-cmn-02 li {
	width: calc(50% - 20px);
	margin-top: 20px;
	text-align: center;
}
.experience .list-cmn-02 li figcaption {
	margin-top: 10px;
}

/* ==========================================================
 interview/ income/
========================================================== */
body.interview-child .ttl-main,
body.income-child .ttl-main {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 480px;
	background: no-repeat right 50%;
	background-size: contain;
}
body.interview-child .area-main-02 .box,
body.income-child .area-main-02 .box {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body.interview-child .area-main-02 .box + .box,
body.income-child .area-main-02 .box + .box {
	margin-top: 50px;
}
body.interview-child .area-main-02 .box:nth-of-type(even),
body.income-child .area-main-02 .box:nth-of-type(even) {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
body.interview-child .area-main-02 .box .figure-cmn-01,
body.income-child .area-main-02 .box .figure-cmn-01 {
	max-width: 430px;
}
body.interview-child .area-main-02 .box-in,
body.income-child .area-main-02 .box-in {
	max-width: calc(100% - 460px);
	line-height: 1.875;
}
body.interview-child .area-main-02 .box .ttl-cmn-03,
body.income-child .area-main-02 .box .ttl-cmn-03 {
	margin-bottom: 20px;
	font-size: 28px;
}
body.interview-child .area-main-02 .box:nth-of-type(odd) .figure-cmn-01,
body.income-child .area-main-02 .box:nth-of-type(odd) .figure-cmn-01 {
	margin-right: 30px;
}
body.interview-child .area-main-02 .box:nth-of-type(even) .figure-cmn-01,
body.income-child .area-main-02 .box:nth-of-type(even) .figure-cmn-01 {
	margin-left: 30px;
}


body#interview01 .ttl-main {
	background-image: url("../img/interview/img_interview_01_main_pc.jpg");
}
body#interview02 .ttl-main {
	background-image: url("../img/interview/img_interview_02_main_pc.jpg");
}
body#interview03 .ttl-main {
	background-image: url("../img/interview/img_interview_03_main_pc.jpg");
}
.box-interview {
	margin-bottom: 45px;
}
.box-interview .link-hover {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
}
.box-interview figure,
.box-interview-in {
	width: 50%;
}
.box-interview-in {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 60px;
	background: #fafafa;
}
.box-interview-in .ttl-cmn-08 {
	line-height: 1.6;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	color: #212121;
}

body#voice01 .ttl-main {
	background-image: url("../img/income/img_voice_01_main_pc.jpg");
}
body#voice02 .ttl-main {
	background-image: url("../img/income/img_voice_02_main_pc.jpg");
}
body.income .area-main-02 .ttl-cmn-01 {
	margin-bottom: 100px;
}
body.income .txt-bal-01 + p {
	max-width: 820px;
	margin: 0 auto;
}
body.income .list-cmn-03 {
	margin-top: 0;
}
body.income .list-cmn-03 li {
	text-align: left;
}
body.income .list-cmn-03 .link-hover {
	text-decoration: none;
}
body.income .list-cmn-03 h4 {
	margin: 20px 0 15px;
	line-height: 1.5;
	color: #212121;
	font-size: 24px;
	font-weight: 700;
}
.img-income {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.img-income .img-01 {
	width: calc(50% - 10px);
	margin-bottom: 25px;
}
.img-income .img-02 {
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}

/* ==========================================================
 rideshare/
========================================================== */
body.rideshare .area-main-01 img[src$=".svg"] {
	display: block;
}
body.rideshare .area-main-01 .sec-cmn-01 {
	font-size: 18px;
}
body.rideshare .area-main-01 .sec-cmn-01:not(.sec-01) {
	line-height: 1.7;
	font-weight: 400;
}
body.rideshare .sec-02 {
	margin-top: 80px;
}
body.rideshare .area-main-01 .txt-sub-01 {
	color: #23447f;
}
body.rideshare .area-main-01 .btn-cmn-02 {
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	color: #212121;
	font-size: 24px;
	background-color: #fff176;
}

body.rideshare .sec-bl {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0;
	background: #f3f7fd;
	border-radius: 20px;
}
body.rideshare .ttl-cmn-09 .en,
body.rideshare .ttl-cmn-09 .ja {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
body.rideshare .ttl-cmn-09 .en {
	height: 24px;
	margin-bottom: 30px;
}
body.rideshare .sec-cmn-01:not(.sec-02) .ttl-cmn-09 .ja {
	height: 44px;
}
body.rideshare .sec-cmn-01.sec-02 .ttl-cmn-09 .ja {
	height: 102px;
}

body.rideshare .sec-01 p {
	max-width: 800px;
	margin: 50px auto 0;
	line-height: 2;
	color: #212121;
}
body.rideshare .sec-03 .sec-cmn-01-in > p {
	margin-top: 40px;
	text-align: center;
}
body.rideshare .list-def-01 dt {
	width: 220px;
}
body.rideshare .list-def-01 dd {
	width: calc(100% - 220px);
}
body.rideshare .list-def-01 dd strong {
	font-weight: 700;
}

.list-rideshare-01,
.list-rideshare-02 .item,
.list-rideshare-03 .item {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.list-rideshare-01 .item,
.list-rideshare-02 .item,
.list-rideshare-03 .item {
	background: #fff;
	border-radius: 10px;
}
.list-rideshare-01,
.list-rideshare-03 {
	margin-top: 80px;
}
.list-rideshare-01 .item {
	width: calc(33.33% - 20px);
	padding: 50px 0 30px;
}
.list-rideshare-01 .item .ttl img {
	height: 60px;
	margin: 0 auto;
}
.list-rideshare-01 .item .img {
	max-width: 260px;
	margin: 40px auto 20px;
}
.list-rideshare-01 .item p {
	margin: 0 30px;
}
.list-rideshare-02 .item,
.list-rideshare-03 .item {
	-ms-flex-align: center;
	align-items: center;
}
.list-rideshare-02 {
	margin-top: 60px;
}
.list-rideshare-02 .item {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 50px;
	border: 10px solid #f3f7fd;
}
.list-rideshare-02 .item + .item {
	margin-top: 20px;
}
.list-rideshare-02 .item .ttl {
	margin-bottom: 25px;
}
.list-rideshare-02 .item:not(:nth-of-type(2)) .ttl img {
	height: 30px;
}
.list-rideshare-02 .item:nth-of-type(2) .ttl img {
	height: 60px;
}
.list-rideshare-02 .item .img {
	max-width: 240px;
}
.list-rideshare-02 .item .detail {
	width: calc(100% - 270px);
}
.list-rideshare-03 {
	margin-top: 60px;
}
.list-rideshare-03 .item {
	position: relative;
	padding: 50px 40px 40px;
}
.list-rideshare-03 .item::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: no-repeat 50% 50% #c0d6f5;
	background-size: 26px;
	border-radius: 50%;
}
.list-rideshare-03 .item:nth-of-type(1):before {
	background-image: url("../img/rideshare/no01.svg");
}
.list-rideshare-03 .item:nth-of-type(2):before {
	background-image: url("../img/rideshare/no02.svg");
}
.list-rideshare-03 .item:nth-of-type(3):before {
	background-image: url("../img/rideshare/no03.svg");
}
.list-rideshare-03 .item:nth-of-type(4):before {
	background-image: url("../img/rideshare/no04.svg");
}
.list-rideshare-03 .item + .item {
	margin-top: 40px;
}
.list-rideshare-03 .item + .item::after {
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	display: block;
	width: 110px;
	height: 15px;
	background: url("../img/rideshare/arrow.svg") no-repeat 50% 50%;
	background-size: contain;
	transform: translateX(-50%);
}
.list-rideshare-03 .item .ttl {
	margin-bottom: 20px;
}
.list-rideshare-03 .item .ttl img {
	height: 23px;
}
.list-rideshare-03 .item .detail {
	width: calc(100% - 130px);
}
.list-rideshare-03 .item .img {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}
.list-rideshare-03 .item:not(:nth-of-type(3)) .img {
	width: 210px;
}
.list-rideshare-03 .item:nth-of-type(3) .img {
	width: 260px;
}
body.rideshare .sec-05 .ttl-cmn-03 {
	margin-bottom: 40px;
	color: #23447f;
	font-size: 36px;
	text-align: center;
}

/* ==========================================================
 flat-rate-taxi
========================================================== */
body.flat-rate-taxi .wrapper_price_list{
	display: grid;
	gap: 60px;
}

body.flat-rate-taxi .price_list .wrapper_table{
	display: grid;
	gap: 30px;
}
body.flat-rate-taxi .price_list .table,
body.flat-rate-taxi .price_list .table th,
body.flat-rate-taxi .price_list .table td{
	border: 1px solid #e0e0e0;
}

body.flat-rate-taxi .price_list .table{
	width: 100%;
	
}
body.flat-rate-taxi .price_list .table th,
body.flat-rate-taxi .price_list .table td{
	padding: 20px 30px;
}


body.flat-rate-taxi .price_list .table th{
	width: calc(100% / 3);
	background: #fafafa;
	font-weight: 700;
	padding: 20px 30px;
}

body.flat-rate-taxi .price_list .txt{
	margin-bottom: 20px;
}

body.flat-rate-taxi .price_list .group-01{
	display: grid;
	gap: 30px;
	margin-bottom:40px ;
}

body.flat-rate-taxi .price_list .group-01 li .ttl{
	font-weight: 700;
}

body.flat-rate-taxi .price_list .group-01 li .txt{
	margin-bottom: 10px;
}

/* ==========================================================
	local-bus
========================================================== */
body.local-bus .wrapper_txt{
	display: grid;
	grid-auto-flow: row;
	gap: 24px;
}
body.local-bus .wrapper_txt h5,
body.local-bus .wrapper_txt strong{
	font-weight: 700;
}




/* ==========================================================
	policy-customer-harassment
========================================================== */
body.policy-customer-harassment h4,
body.policy-customer-harassment h5,
body.policy-customer-harassment p strong{
	font-weight: 700;
}

body.policy-customer-harassment h4{
	font-size: 20px;
	margin-bottom:30px ;
}

body.policy-customer-harassment h5{
	margin-bottom: 12px;
}

body.policy-customer-harassment .wrapper_txt{
	display: grid;
	gap:24px;
	margin-bottom: 24px;
}

body.policy-customer-harassment .ol_group{
	display: grid;
	gap:24px;
	list-style: decimal;
}

body.policy-customer-harassment .ol_group .ul_group{
	list-style: disc;
}

/* ==========================================================
	care-taxi
========================================================== */
body.care-taxi strong{
	font-weight: 700;
}

body.care-taxi .font-size-l{
	font-size: 18px;
	font-weight: 700;
}

body.care-taxi .s-mt-10{
	margin-top: 10px;
}

body.care-taxi .group{
	display: grid;
	gap: 30px;
	margin: 40px 0;
}

body.care-taxi .group h5{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 4px;
}

body.care-taxi .group li .content_ol li{
	list-style: decimal;
	margin-left: 20px;
}

body.care-taxi .group .tel{
	font-weight: 700;
	text-decoration: none;
}

/* ==========================================================
	btn-cmn-06.blue
========================================================== */
.btn-cmn-06.blue{
	display: flex;
    justify-content: center;
    align-items: center;
}

.btn-cmn-06.blue span{
	line-height: 1.4em;
}

/* ==========================================================
 max-width: 959px
========================================================== */
@media screen and (min-width: 960px) {
	body.rideshare .nav-breadcrumb,
	body.rideshare .nav-breadcrumb .link-cmn-01,
	body.rideshare .nav-breadcrumb li:not(:last-child):after {
		color: #fff;
	}
}