@charset "UTF-8";
/*
---------------------------------------------------------
    reset.css ver 1.2 [2008/11/25] 
    *This document validates as CSS level 3
    *GNU General Public License v3
    *http://higash.net/20081125/reset_css3.html

    Modify YUI Reset CSS, YUI Fonts CSS 
    *Copyright (c) 2008, Yahoo! Inc. All rights reserved.
    *http://developer.yahoo.com/yui/license.html
    
    Modify Formy CSS Form Framework 0.8(beta)
    *GNU General Public License v2
    *http://code.google.com/p/formy-css-framework/
---------------------------------------------------------
*/

/* --HTML-- */

html {
	font-size: 62.5%;
}

/* --BODY-- */

body {
	font-family: 'Zen Kaku Gothic New', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	font-style: normal;
	line-height: 2.2;
	margin: 0 auto;
	padding: 0;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt' 1;
}

body.open {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

/* --OTHER TAGS-- */

a {
	overflow: hidden;
	transition: all .2s ease-out;
	text-decoration: none;
	word-break: break-all;
}

a:hover {
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a img,
img {
	vertical-align: bottom;
	border: 0;
}

abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
i {
	font-weight: normal;
	font-style: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

caption,
th {
	text-align: left;
}

code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}

/* for IE7 */

* + html code,
kbd,
pre,
samp,
tt {
	font-size: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

q:before,
q:after {
	content: '';
}

/* form */

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */

table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
figure,
figcaption,
summary {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

.loader-wrap {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background: #fff url(../img/common/logo.webp) center center no-repeat;
	background-size: 180px auto;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loader-wrap .bg-slash ._item {
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.loader {
	text-indent: -9999em;
}

/*
* #Header
*/

header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}

.recruit header {
	position: absolute;
}

.header-logo {
	width: 275px;
	margin-left: 50px;
}

.recruit .header-logo {
	margin-left: 0;
}

.recruit .header-logo a {
	display: block;
	width: 398px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-radius: 0 0 60px 0;
	background: #fff;
}

.recruit .header-logo a img {
	width: 275px;
}

.recruit .header-logo a ._txt {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	display: block;
	width: 100%;
	text-align: center;
}

.header-recruit_btn a {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	width: 270px;
	height: 124px;
	text-align: center;
	border-radius: 0 0 0 30px;
	background: #ea2594;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.scrolled .header-recruit_btn a {
	height: 80px;
}

.header-recruit_btn a:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 540px;
	height: 100%;
	content: '';
	transition: all .15s ease-out;
	background: url(../img/common/bg5.webp) center center no-repeat;
	background-size: cover;
}

.header-recruit_btn a:hover {
	opacity: 1;
}

.header-recruit_btn a:hover:after {
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
}

.header-recruit_btn a span {
	font-size: 2rem;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-left: 65px;
	color: #fff;
}

.header-recruit_btn a span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 56px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/icon_recruit.webp) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
}

.headerNav-top_btn:first-child {
	border-right: 1px solid #fff;
}

.headerNav-top_btn a {
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	display: block;
	width: 205px;
	padding: 10px;
	text-align: center;
	color: #fff;
	background: #ea2594;
}

.headerNav-top_btn a:hover {
	opacity: 1;
}

.headerNav-top_btn a:hover:before {
	opacity: 0;
	background-position: left 50% center;
}

.headerNav-top_btn a:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .15s ease-out;
	background: url(../img/common/bg5.webp) left 0 center no-repeat;
	background-size: 200% auto;
}

.headerNav-top_btn a span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-left: 20px;
}

.headerNav-top_btn a span:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 16 / 9;
}

.headerNav-top_btn._l a:before {
	border-radius: 0 0 0 30px;
}

.headerNav-top_btn._r a:hover {
	background-position: left 0 center;
}

.headerNav-top_btn._r a:before {
	background-position: left 100% center;
}

.headerNav-top_flgs {
	margin-right: 20px;
}

.headerNav-top_flgs ._icon {
	width: 30px;
	margin-right: 14px;
}

.headerNav-top_flgs ._icon:last-child {
	margin-right: 0;
}

.spNavBtn__btn {
	position: fixed;
	z-index: 112;
	top: 0;
	right: 0;
}

.spNavBtn__btn a {
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 0 0 0 2.38095vw;
	background: url(../img/common/bg5.webp) center center no-repeat;
	background-size: cover;
}

.spNavBtn__btn a:after {
	position: absolute;
	top: 50%;
	left: 35%;
	display: block;
	width: 30%;
	height: 1px;
	content: '';
	transition: all .3s ease-out;
	background: #fff;
}

.open .spNavBtn__btn a:after {
	opacity: 0;
}

.spNavBtn__btn a span:before,
.spNavBtn__btn a span:after {
	position: absolute;
	left: 35%;
	display: block;
	width: 30%;
	height: 1px;
	content: '';
	transition: all .3s ease-out;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: #fff;
}

.open .spNavBtn__btn a span:before,
.open .spNavBtn__btn a span:after {
	top: 50% !important;
	left: 50% !important;
	width: 30% !important;
	opacity: 1;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.spNavBtn__btn a span:before {
	top: 40%;
}

.open .spNavBtn__btn a span:before {
	-ms-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
}

.spNavBtn__btn a span:after {
	top: 60%;
}

.open .spNavBtn__btn a span:after {
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}

.spNavBtn__btn a:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.spNavBtn__btn a:hover:after {
	left: 35%;
	width: 30%;
}

.spNavBtn__btn a:hover span:before,
.spNavBtn__btn a:hover span:after {
	left: 35%;
	width: 30%;
}

.open .spNavBtn__btn a:hover span:before,
.open .spNavBtn__btn a:hover span:after {
	width: 40% !important;
}

.spNavBtn__btn a:hover span:before {
	top: 40%;
}

.spNavBtn__btn a:hover span:after {
	top: 60%;
}

.open .spNavBtn__btn a {
	color: #747474;
	background: #747474;
}

#spNavBtn {
	display: none;
}

/**
 * #Footer
 */

.footer-img {
	position: relative;
	overflow: hidden;
	height: 1000px;
}

.recruit .footer-img {
	z-index: 1;
	margin-top: -140px;
}

.footer-img_vis_earth {
	position: absolute;
	z-index: 5;
	top: 292px;
	left: 50%;
	width: 1122px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.footer-img_vis_map {
	position: absolute;
	z-index: 8;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer-img_vis_bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	width: 1910px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../img/common/bg_illust.png) center top no-repeat;
	background-size: cover;
	aspect-ratio: 1910 / 1401;
}

.footer-img_vis_human_wrap {
	position: relative;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.footer-img_vis_human {
	position: absolute;
}

.footer-img_vis_human._human1 {
	z-index: 6;
	top: 528px;
	left: 292px;
	width: 204px;
}

.footer-img_vis_human._human2 {
	z-index: 6;
	top: 425px;
	left: 6px;
	width: 254px;
}

.footer-img_vis_human._human3 {
	z-index: 6;
	top: 537px;
	left: 1224px;
	width: 122px;
}

.footer-img_vis_human._human4 {
	z-index: 6;
	top: 449px;
	left: 862px;
	width: 374px;
}

.footer-img_vis_human._human5 {
	z-index: 6;
	top: 216px;
	left: 316px;
	width: 205px;
}

.footer-img_vis_human._human6 {
	z-index: 6;
	top: 653px;
	left: 575px;
	width: 245px;
}

.footer-img_txts ._main {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	z-index: 8;
	top: 260px;
	left: 50%;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #043694;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: row-reverse;
}

.footer-img_txts ._main > span {
	position: relative;
	display: inline-block;
	padding: 30px 13px 0 13px;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	border-radius: 100px;
	background: #fff;
	box-shadow: 0 0 13px rgba(4, 54, 148, .4);
	writing-mode: vertical-rl;
}

.footer-img_txts ._main > span._txt2 {
	z-index: 2;
	margin-top: 70px;
	margin-right: -8px;
}

.footer-txt_slide {
	position: absolute;
	z-index: 8;
	bottom: 50px;
	left: 0;
	overflow: hidden;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-txt_slide_txt {
	font-size: 9rem;
	font-weight: 700 !important;
	line-height: 1;
	white-space: nowrap;
	color: #fff;
	text-shadow: 0 0 20px rgba(4, 54, 148, .4), 0 0 20px rgba(4, 54, 148, .4), 0 0 20px rgba(4, 54, 148, .4), 0 0 20px rgba(4, 54, 148, .4);
}

.footer-img_car {
	position: absolute;
	z-index: 8;
	bottom: 20px;
	left: 0;
	width: 100%;
}

footer {
	padding-bottom: 5.71429vw;
	background: #d9d9cc;
}

.footer-logo {
	width: 275px;
	margin-right: auto;
	margin-left: auto;
}

.footer-nav {
	line-height: 1.6;
}

.footer-nav_item {
	margin-left: 40px;
}

.footer-nav_item:first-child {
	margin-left: 0;
}

.footer-nav_item ._link a {
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	padding-left: 20px;
}

.footer-nav_item ._link a:after {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 15px;
	content: '';
	background: url(../img/common/arr_blue.png) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 15 / 10;
}

.footer-subnav {
	padding-top: 10px;
	padding-left: 20px;
}

.footer-subnav li {
	margin-bottom: 5px;
}

.recruit .copyright {
	text-align: left !important;
}

.sp-fixed_menu {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.sp-fixed_menu ul {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sp-fixed_menu ._shop,
.sp-fixed_menu ._map {
	font-size: 1.2rem;
	width: 25%;
	background: #3797e0;
}

.sp-fixed_menu ._shop a,
.sp-fixed_menu ._map a {
	padding-top: 37px;
	background: url(../img/common/icon_shop.webp) center top 10px no-repeat;
	background-size: 28px auto;
}

.sp-fixed_menu ._map {
	background: #043694;
}

.sp-fixed_menu ._map a {
	background-image: url(../img/common/icon_map.webp);
}

.sp-fixed_menu ._contact {
	font-size: 1.6rem;
	width: 50%;
	background: #0e701e;
}

.sp-fixed_menu ._contact a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sp-fixed_menu ._contact a span {
	padding-left: 20px;
	background: url(../img/common/ar_white.webp) center left no-repeat;
	background-size: 15px auto;
}

.sp-fixed_menu a {
	display: block;
	height: 60px;
	text-align: center;
	color: #fff;
}

.page_top {
	position: fixed;
	z-index: 10;
	right: .71429vw;
	bottom: .71429vw;
	transition: all .3s ease-out;
	opacity: 0;
}

.scrolled .page_top {
	opacity: 1;
}

.page_top a {
	position: relative;
	display: block;
	width: 3.57143vw;
	height: 3.57143vw;
	text-indent: -9999px;
	border-radius: 50%;
	background: #f9dbd9;
	background: linear-gradient(90deg, #f9dbd9 0%, #de5c53 100%);
}

.page_top a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1.42857vw;
	content: '';
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 80% auto;
	aspect-ratio: 1 / 1;
}

.page_top a:hover {
	opacity: 1;
}

.page_top a:hover:after {
	animation-name: pagetop_move;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: backwards;
}

/**
 * #Main
 */

#container {
	max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	position: relative;
	overflow: hidden;
}

/*------------ common ------------*/

.js-fadeslide img {
	transition: all .5s cubic-bezier(.22, 1, .36, 1);
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.js-fadeslide._slidein img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.recruit-cv {
	position: relative;
	z-index: 2;
	margin-left: 50px;
	padding-right: 50px;
	padding-left: 360px;
	border-radius: 60px 0 0 60px;
	background: url(../img/recruit/common/recruit_cv_bg.webp) center center no-repeat;
	background-size: cover;
}

.recruit-cv .heading1 {
	margin-bottom: 80px;
	text-align: center;
	color: #fff;
}

.recruit-cv_inner {
	position: relative;
	padding-top: 177px;
	padding-bottom: 90px;
}

.recruit-cv_eng {
	font-size: 17.7rem;
	line-height: 1;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: .8;
	background: #1aa9de;
	background: linear-gradient(90deg, #1aa9de 35%, #033793 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.recruit-cv_flex {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#entry .recruit-cv_flex {
	-ms-flex-pack: center;
	justify-content: center;
}

.recruit-cv_flex_item {
	width: 30%;
}

#entry .recruit-cv_flex_item:first-child {
	margin-right: 40px;
}

.recruit-cv_flex_item .btn a {
	font-size: 2rem;
	display: block;
	overflow: visible;
	min-width: auto;
	height: 90px;
	padding-top: 30px;
}

.recruit-cv_flex_item .btn a:after {
	top: -30px;
	left: 50% !important;
	display: block;
	width: 58px;
	content: '';
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../img/recruit/common/icon_tel.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 58 / 60;
}

.recruit-cv_flex_item._tel .btn a {
	font-size: 3rem;
	line-height: 1.5;
}

.recruit-cv_flex_item._line .btn a:after {
	width: 60px;
	background-image: url(../img/recruit/common/icon_line.webp);
	aspect-ratio: 1 / 1;
}

.recruit-cv_flex_item._mail .btn a:after {
	top: -15px;
	width: 60px;
	background-image: url(../img/recruit/common/icon_mail.webp);
	aspect-ratio: 60 / 43;
}

.img1_1 {
	position: relative;
	z-index: 2;
}

.img1_2 {
	position: relative;
	z-index: 1;
	width: 280px;
	margin-top: -40px;
	margin-right: -50px;
	margin-left: auto;
}

.img2_1 {
	width: 465px;
}

.img2_2 {
	width: 328px;
	margin-top: -50px;
	margin-right: 0;
	margin-left: auto;
}

.card1 {
	padding: 30px;
	background: #fff;
}

.red {
	color: #ff4200;
}

.uline {
	background: url(../img/common/line.webp) left bottom 3px repeat-x;
	background-size: auto 8px;
}

.section2 {
	margin-left: 360px;
}

.block1-left {
	width: 430px;
}

.block1-right {
	width: calc(100% - 430px);
}

.block2 {
	position: relative;
	padding: 20px 40px 20px 200px;
	background: url(../img/common/bg4.webp) center center no-repeat;
	background-size: cover;
}

.block2-ttl {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 3px 40px 3px 20px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	border-radius: 0 20px 20px 0;
	background: #3797e0;
}

.block3 {
	position: relative;
}

.block3-img {
	position: relative;
	width: 40%;
}

.block3-img ._main {
	aspect-ratio: 1.3 / 1;
}

.block3-img ._main img {
	width: 100%;
	height: 100%;
	border-radius: 0 400px 400px 0;
	object-fit: cover;
}

._revease .block3-img ._main img {
	border-radius: 400px 0 0 400px;
}

.block3-cont {
	width: 50%;
	padding-right: 50px;
}

._revease .block3-cont {
	padding-right: 0;
	padding-left: 50px;
}

.block4 {
	position: relative;
}

.block4-img {
	position: relative;
	z-index: 3;
	width: 47%;
	padding-left: 50px;
}

._revease .block4-img {
	padding-right: 50px;
	padding-left: 0;
}

.block4-cont {
	position: relative;
	width: 47%;
	margin-top: 150px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}

._revease .block4-cont {
	padding-right: 0;
	padding-left: 50px;
}

.block4-cont:after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: block;
	width: calc(100% + 350px);
	height: 100%;
	content: '';
	border-radius: 0 0 0 60px;
	background: url(../img/common/bg11.webp) center center no-repeat;
	background-size: cover;
}

._revease .block4-cont:after {
	right: auto;
	left: 0;
	border-radius: 0 0 60px 0;
	background-image: url(../img/common/bg8.webp);
}

.block4-cont_inner {
	position: relative;
	z-index: 2;
	min-height: 400px;
}

.block4-cont_car {
	position: absolute;
	z-index: 2;
	top: -50px;
	left: -110px;
	width: 80px;
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

._revease .block4-cont_car {
	right: -110px;
	left: auto;
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.box1 {
	margin-left: 50px;
}

.box2 {
	position: relative;
	z-index: 2;
	padding: 50px 0 50px 50px;
}

.box2:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% + 50px);
	height: 100%;
	content: '';
	border-radius: 30px 0 0 30px;
	background: url(../img/common/bg2.webp) center center no-repeat;
	background-size: cover;
}

.box3 {
	padding: 40px 50px;
	border-radius: 30px;
	background: url(../img/common/bg8.webp) center center no-repeat;
	background-size: cover;
}

.box4 {
	padding: 40px;
	border-radius: 20px;
	background: #fff;
}

.box5 {
	padding: 40px 50px;
	border-radius: 30px;
	background: url(../img/common/bg9.webp) center center no-repeat;
	background-size: cover;
}

.top-intro_map {
	position: relative;
	overflow: hidden;
}

.top-intro_map ._car {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 172px;
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	animation: car_slide_right 20s linear infinite;
}

.top-intro_cars {
	position: absolute;
	width: 90px;
}

.top-intro_car4 ._icon,
.top-intro_car5 ._icon,
.top-intro_car6 ._icon {
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.top-intro_car1 {
	top: 10%;
	right: -200px;
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	animation: top-intro_car1_slide 10s linear infinite;
	animation-fill-mode: backwards;
}

.top-intro_car2 {
	top: 60%;
	right: -200px;
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	animation: top-intro_car2_slide 13s linear infinite 7s;
	animation-fill-mode: backwards;
}

.top-intro_car3 {
	top: 90%;
	right: -200px;
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	animation: top-intro_car3_slide 11s linear infinite 2s;
	animation-fill-mode: backwards;
}

.top-intro_car4 {
	top: 50%;
	left: -200px;
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	animation: top-intro_car4_slide 10s linear infinite 5s;
	animation-fill-mode: backwards;
}

.top-intro_car5 {
	top: 20%;
	left: -200px;
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	animation: top-intro_car5_slide 15s linear infinite 6s;
	animation-fill-mode: backwards;
}

.top-intro_car6 {
	top: 100%;
	left: -200px;
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	animation: top-intro_car6_slide 12s linear infinite 3s;
	animation-fill-mode: backwards;
}

.car_slide {
	height: 88px;
}

.car_slide ._icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 131px;
	animation: car_slide_left 25s linear infinite;
}

.car_slide._right ._icon {
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	animation: car_slide_right 25s linear infinite;
}

.round {
	border-radius: 30px;
}

.round._s {
	border-radius: 10px;
}

.round._m {
	border-radius: 20px;
}

.round._ovh {
	overflow: hidden;
}

.round-l {
	border-radius: 40px 0 0 40px;
}

.list_icon li a {
	line-height: 1.6;
	position: relative;
	display: block;
	padding-left: 22px;
}

.list_icon li a:after {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 16px;
	content: '';
	border-radius: 50%;
	background: #3797e0 url(../img/common/arr_white.png) center center no-repeat;
	background-size: 50% auto;
	aspect-ratio: 1 / 1;
}

.list1 {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list1 dt {
	font-size: 2rem;
	line-height: 1.5;
	width: 110px;
	padding: 1px 10px;
	text-align: center;
	color: #3797e0;
	color: #3797e0;
	border-radius: 0 30px 30px 0;
	background: #ffea00;
}

.list1 dd {
	font-size: 2.1rem;
	line-height: 1.5;
	width: calc(100% - 110px - 15px);
	margin-bottom: 25px;
}

.list1 dd:last-child {
	margin-bottom: 0;
}

.list2 li {
	line-height: 1.6;
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}

.list2 li:last-child {
	margin-bottom: 0;
}

.list2 li:after {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 8px;
	content: '';
	border-radius: 50%;
	background: #3797e0;
	aspect-ratio: 1 / 1;
}

.list2._flex {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list2._flex li {
	margin-right: 20px;
	white-space: nowrap;
}

.list2._l {
	font-size: 18px;
}

.list2._l li:after {
	top: 11px;
}

.list3 li {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
	margin-bottom: 10px;
	padding-left: 90px;
}

#english .list3 li {
	padding-left: 120px;
}

.list3 li ._icon {
	font-size: 1.4rem;
	line-height: 1.5;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 2px 20px;
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	color: #fff;
	background: #ff4200;
	-webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}

.list4 {
	font-size: 1.8rem;
	line-height: 1.6;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list4 dt {
	font-weight: 700;
	position: relative;
	width: 80px;
	padding-left: 15px;
}

.list4 dt:after {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 8px;
	height: 11px;
	content: '';
	background: #ff4200;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.list4 dd {
	width: calc(100% - 80px);
	margin-top: -4px;
	margin-bottom: 7px;
}

/*------------ top ------------*/

.top-fv {
	position: relative;
	overflow: hidden;
	height: 1214px;
}

.top-fv_vis_earth {
	position: relative;
	position: absolute;
	z-index: 5;
	top: 242px;
	left: 50%;
	width: 1122px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.top-fv_vis_earth._comp img {
	animation: spin 60s linear infinite;
}

.top-fv_vis_bg {
	position: absolute;
	z-index: -1;
	top: -232px;
	left: 50%;
	width: 1910px;
	transition: all 6s ease-out;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../img/common/bg_illust.png) center center no-repeat;
	background-size: 85% auto;
	aspect-ratio: 1910 / 1401;
}

.top-fv_vis_bg._on {
	background-size: 100% auto;
}

.top-fv_vis_human_wrap {
	position: relative;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.top-fv_vis_human {
	position: absolute;
}

.top-fv_vis_human._human1 {
	z-index: 4;
	top: 360px;
	left: 1029px;
	width: 155px;
	-ms-transform: rotate(47.41deg);
	transform: rotate(47.41deg);
}

.top-fv_vis_human._human2 {
	z-index: 6;
	top: 170px;
	left: 946px;
	width: 263px;
	-ms-transform: rotate(25.48deg);
	transform: rotate(25.48deg);
}

.top-fv_vis_human._human3 {
	z-index: 4;
	top: 155px;
	left: 355px;
	width: 149px;
	-ms-transform: rotate(-21.67deg);
	transform: rotate(-21.67deg);
}

.top-fv_vis_human._human4 {
	z-index: 3;
	top: 81px;
	left: 435px;
	width: 167px;
	-ms-transform: rotate(-18.31deg);
	transform: rotate(-18.31deg);
}

.top-fv_vis_human._human5 {
	z-index: 6;
	top: 158px;
	left: 572px;
	width: 177px;
}

.top-fv_vis_human._human6 {
	z-index: 4;
	top: 108px;
	left: 698px;
	width: 261px;
	-ms-transform: rotate(24.3deg);
	transform: rotate(24.3deg);
}

.top-fv_txts ._main {
	font-size: 8rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	z-index: 8;
	top: 140px;
	left: 50px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	color: #043694;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: row-reverse;
}

.top-fv_txts ._main > span {
	display: inline-block;
	padding: 50px 20px 0 20px;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	border-radius: 100px;
	background: #fff;
	box-shadow: 0 0 20px rgba(4, 54, 148, .4);
	writing-mode: vertical-rl;
}

.top-fv_txts ._main > span._txt2 {
	position: relative;
	z-index: 2;
	margin-top: 123px;
	margin-right: -10px;
}

.top-fv_txts .eng {
	line-height: 1;
	position: absolute;
	z-index: 7;
	top: 650px;
	right: 50px;
	text-align: right;
	white-space: nowrap;
	color: #fff;
	text-shadow: 0 0 20px rgba(4, 54, 148, .4), 0 0 20px rgba(4, 54, 148, .4), 0 0 20px rgba(4, 54, 148, .4), 0 0 20px rgba(4, 54, 148, .4);
}

.top-fv_txts .eng ._txt1 {
	font-size: 12.4rem;
	font-weight: 700;
}

.top-fv_txts .eng ._txt2 {
	font-size: 9rem;
	font-weight: 700;
}

.bnr-recruit {
	position: relative;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 50px;
	background: url(../img/common/bg3.webp) center center no-repeat;
	background-size: cover;
}

.bnr-recruit_icon {
	position: absolute;
	top: -55px;
	left: 50px;
}

.bnr-recruit_icon span {
	font-size: 9rem;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	background: #1aa9de;
	background: linear-gradient(90deg, #1aa9de 35%, #033793 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bnr-recruit_txt2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #ff4200;
}

.bnr-recruit_txt {
	width: 755px;
}

.bnr-recruit_btn {
	position: absolute;
	right: 50px;
	bottom: 40px;
}

.bnr-recruit_img1 {
	position: absolute;
	top: -50px;
	right: 110px;
	width: 665px;
}

.bnr-recruit_img2 {
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 442px;
}

.top-bg {
	position: relative;
	z-index: 7;
	margin-top: -80px;
	background: url(../img/common/bg1.webp) bottom 100px center no-repeat;
	background-size: 100% auto;
}

.top-intro {
	position: relative;
}

.top-intro_img1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 26.07143%;
	margin-bottom: 4.7619vw;
}

.top-intro_img1 img {
	border-radius: 0 30px 30px 0;
}

.top-intro_img2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 26.07143%;
	margin-bottom: 4.7619vw;
}

.top-intro_img2 img {
	border-radius: 30px 0 0 30px;
}

.top-intro_inner {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
}

.top-intro_slide {
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.top-intro_slide_txt {
	font-size: 15rem;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	animation: slideText 20s linear infinite;
	white-space: nowrap;
	opacity: .4;
	background: #1aa9de;
	background: linear-gradient(90deg, #1aa9de 35%, #033793 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.top-call {
	position: relative;
	z-index: 3;
}

.top-call_ttl {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 640px;
	height: 125px;
	margin-top: -125px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	border-radius: 30px 30px 0 0;
	background: #fff;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-call_ttl_human {
	position: absolute;
	top: -182px;
	left: 0;
	width: 100%;
	text-align: center;
}

.top-call_ttl_human img {
	width: 219px;
}

.top-call_box {
	position: relative;
	padding: 70px 50px 60px;
	background: url(../img/common/bg2.webp) center center no-repeat;
	background-size: cover;
}

.top-call_box._box2 {
	background-image: url(../img/common/bg4.webp);
}

.top-call_iilust {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	text-align: center;
}

.top-call_iilust img {
	height: 112px;
}

.app {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ababab;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.app:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.app dt {
	width: 30%;
	text-align: center;
}

.app dd {
	width: 70%;
}

.app-ttl {
	line-height: 1.5;
}

.store-badges {
	display: -ms-flexbox;
	display: flex;
	gap: 9px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.store-badges__item {
	display: block;
}

.store-badges__item img {
	display: block; /* お好みで調整 */
	width: auto;
	height: 46px;
}

.store-badges__item._iphone {
	padding-top: 7px;
	padding-bottom: 7px;
}

.store-badges__item._android img {
	height: 60px; /* お好みで調整 */
}

.app_go {
	width: 92px;
}

.app_uber {
	width: 165px;
}

.app_didi {
	width: 163px;
}

.top-img {
	position: relative;
}

.top-img_bg_illust {
	position: absolute;
	top: -140px;
	overflow: hidden;
	width: 100%;
}

.top-img_bg_illust img {
	width: 1644px;
	margin-left: -35px;
	pointer-events: none;
	opacity: .3;
}

.top-img_human1 {
	position: absolute;
	top: 10px;
	left: 390px;
	width: 217px;
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
}

.top-img_human2 {
	position: absolute;
	top: -130px;
	left: 270px;
	width: 209px;
	-ms-transform: rotate(-12deg);
	transform: rotate(-12deg);
}

.top-img_human3 {
	position: absolute;
	bottom: 0;
	left: -35px;
	width: 373px;
}

.top-feature {
	position: relative;
}

.top-feature_map {
	position: absolute;
	z-index: -1;
	top: -80px;
	left: 0;
	width: 403px;
	height: 100%;
	background: url(../img/common/map2.webp) right top repeat-y;
	background-size: 100% auto;
}

.top-feature_map ._car {
	position: absolute;
	top: 0;
	left: 205px;
	width: 35px;
	will-change: transform;
}

.top-feature_box {
	position: relative;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-left: 120px;
}

.top-feature_box_icon {
	font-size: 5rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 97px;
	padding-right: 19px;
	text-align: center;
	color: #fff;
	background: url(../img/top/faq_bg.webp) center center no-repeat;
	background-size: cover;
	aspect-ratio: 97 / 78;
	-webkit-mask-image: url(../img/top/mask_faq.webp);
	mask-image: url(../img/top/mask_faq.webp);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-feature_box_list dt {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 10px;
}

.top-feature_imgs {
	position: relative;
	width: 960px;
	margin-right: 0;
	margin-left: auto;
}

.top-feature_img1,
.top-feature_img2 {
	position: relative;
	z-index: 3;
	width: 563px;
}

.top-feature_img2 {
	z-index: 2;
	margin-top: -75px;
	margin-right: 0;
	margin-left: auto;
}

.top-feature_img3 {
	position: absolute;
	z-index: 1;
	top: -10px;
	right: 40px;
	width: 239px;
}

.top-company {
	position: relative;
	margin-top: -120px;
}

.top-company_slide {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top-company_inner {
	position: relative;
	padding-top: 270px;
	background: url(../img/common/bg6.webp) center center no-repeat;
	background-size: cover;
}

.top-company_inner .section {
	position: relative;
	z-index: 2;
}

.top-company_bg {
	position: absolute;
	z-index: 1;
	top: 200px;
	left: 0;
	width: 100%;
}

.top-company_bg img {
	width: 100%;
}

.top-company_slide {
	overflow: hidden;
}

.top-company_human {
	position: absolute;
	bottom: 0;
	left: 170px;
	overflow: hidden;
	width: 162px;
	height: 484px;
}

.top-company_map {
	overflow: hidden;
	border-radius: 0 0 0 30px;
}

.top-company_map iframe {
	width: 100%;
	height: 500px;
	vertical-align: top;
}

.news-list_item a {
	line-height: 1.6;
	display: -ms-flexbox;
	display: flex;
	padding: 13px 20px;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: start;
	align-items: flex-start;
}

.news-archive .news-list_item a {
	position: relative;
	padding: 20px 20px;
	padding-left: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-archive .news-list_item a:after {
	position: absolute;
	top: 42px;
	left: 10px;
	display: block;
	width: 16px;
	content: '';
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
}

.news-archive .news-list_item a:hover {
	opacity: 1;
	box-shadow: 0 0 20px rgba(55, 151, 224, .3);
}

.news-list_item a > span {
	display: inline-block;
}

.news-list_item a ._time {
	font-size: 2.1rem;
	line-height: 1.2;
	width: 110px;
	margin-right: 10px;
	color: #3797e0;
}

.news-list_item a ._cat {
	font-size: 1.4rem;
	width: 105px;
	margin-right: 10px;
	padding: 2px 20px;
	text-align: center;
	color: #3797e0;
	border-radius: 0 20px 20px 0;
	background: #ffea00;
}

.news-list_item a ._ttl {
	width: calc(100% - 120px - 115px);
}

.news-archive .news-list_item a ._ttl {
	width: 100%;
	padding-top: 10px;
}

/*------------ recruit ------------*/

.recruit-fv {
	position: relative;
	height: 1050px;
}

.recruit-fv .section {
	position: relative;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.recruit-fv .bg-slash {
	top: 28%;
}

.recruit-fv .bg-slash ._item { /* 右基準 */
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: right center;
	transform-origin: right center; /* 0% */
	will-change: transform;
}

.recruit-fv_box1 {
	position: absolute;
	z-index: 2;
	top: 472px;
	left: 152px;
}

.recruit-fv_box1 ._img {
	overflow: hidden;
	width: 170px;
	aspect-ratio: 170 / 353;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0 87%);
	clip-path: polygon(0 0, 100% 0, 100% 40%, 0 87%);
}

.recruit-fv_box1 ._img img {
	width: 170px;
	transition: all .4s ease-in-out 1s;
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

._on .recruit-fv_box1 ._img img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit-fv_box2 {
	position: absolute;
	z-index: 2;
	top: 592px;
	left: 148px;
}

.recruit-fv_box2 ._img {
	overflow: hidden;
	width: 578px;
	aspect-ratio: 546 / 214;
	-webkit-clip-path: polygon(0 0, 97.5% 0, 58.3% 100%, 0 100%);
	clip-path: polygon(0 0, 97.5% 0, 58.3% 100%, 0 100%);
}

.recruit-fv_box2 ._img img {
	width: 546px;
	transition: all .8s ease-in-out .2s;
	-ms-transform: translate(120%, 0);
	transform: translate(120%, 0);
}

._on .recruit-fv_box2 ._img img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit-fv_box3 {
	position: absolute;
	z-index: 4;
	top: 404px;
	left: 567px;
}

.recruit-fv_box3 ._img {
	overflow: hidden;
	width: 361px;
	aspect-ratio: 361 / 811;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 27.5%, 0 72%);
	clip-path: polygon(0 0, 100% 0, 100% 27.5%, 0 72%);
}

.recruit-fv_box3 ._img img {
	width: 361px;
	transition: all .4s ease-in-out .6s;
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

._on .recruit-fv_box3 ._img img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit-fv_box4 {
	position: absolute;
	z-index: 5;
	top: 699px;
	left: 490px;
}

.recruit-fv_box4 ._img {
	overflow: hidden;
	width: 743px;
	aspect-ratio: 743 / 291;
	-webkit-clip-path: polygon(0 0, 82.5% 0, 43.3% 100%, 0 100%);
	clip-path: polygon(0 0, 82.5% 0, 43.3% 100%, 0 100%);
}

.recruit-fv_box4 ._img img {
	width: 743px;
	transition: all .8s ease-in-out;
	-ms-transform: translate(120%, 0);
	transform: translate(120%, 0);
}

._on .recruit-fv_box4 ._img img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit-fv_box5 {
	position: absolute;
	z-index: 7;
	top: 489px;
	left: 999px;
}

.recruit-fv_box5 ._img {
	overflow: hidden;
	width: 149px;
	aspect-ratio: 149 / 494;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 59%, 0 89%);
	clip-path: polygon(0 0, 100% 0, 100% 59%, 0 89%);
}

.recruit-fv_box5 ._img img {
	width: 149px;
	transition: all .4s ease-in-out .8s;
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

._on .recruit-fv_box5 ._img img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit-fv_box6 {
	position: absolute;
	z-index: 6;
	top: 187px;
	left: 1052px;
}

.recruit-fv_box6 ._img {
	overflow: hidden;
	width: 255px;
	aspect-ratio: 255 / 497;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 37.5%, 0 88%);
	clip-path: polygon(0 0, 100% 0, 100% 37.5%, 0 88%);
}

.recruit-fv_box6 ._img img {
	width: 255px;
	transition: all .4s ease-in-out .8s;
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

._on .recruit-fv_box6 ._img img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit-fv_box7 {
	position: absolute;
	z-index: 8;
	top: 381px;
	left: 1147px;
}

.recruit-fv_box7 ._img {
	overflow: hidden;
	width: 200px;
	aspect-ratio: 200 / 568;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 57%, 0 92.2%);
	clip-path: polygon(0 0, 100% 0, 100% 57%, 0 92.2%);
}

.recruit-fv_box7 ._img img {
	width: 200px;
	transition: all .4s ease-in-out .8s;
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

._on .recruit-fv_box7 ._img img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit-fv_box8 {
	position: absolute;
	z-index: 2;
	top: 170px;
	left: 832px;
}

.recruit-fv_box8 ._img {
	overflow: hidden;
	width: 200px;
	aspect-ratio: 200 / 323;
}

.recruit-fv_box8 ._img img {
	width: 200px;
	transition: all .4s ease-in-out .9s;
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

._on .recruit-fv_box8 ._img img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit-fv_txt {
	position: absolute;
	z-index: 5;
	top: 200px;
	left: 50px;
}

.recruit-fv_txt ._txt1 {
	width: 654px;
}

.recruit-fv_txt ._txt1 img {
	transition: all .4s ease-in-out 1.2s;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

._on .recruit-fv_txt ._txt1 img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.recruit-fv_txt ._txt2 {
	width: 490px;
}

.recruit-fv_txt ._txt2 img {
	transition: all .4s ease-in-out 1.4s;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

._on .recruit-fv_txt ._txt2 img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.recruit-fv_imgs img {
	max-width: none;
}

.bg-slash {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bg-slash ._item {
	display: inline-block;
	height: 88px; /* 右基準 */
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: right center;
	transform-origin: right center;
	vertical-align: top; /* 0% */
	will-change: transform;
}

.bg-slash ._item._slash1 {
	width: 1140px;
	background: #fdc70d;
}

.bg-slash ._item._slash2 {
	width: 1256px;
	background: #d953cc;
}

.bg-slash ._item._slash3 {
	width: 1362px;
	background: #bae359;
}

.bg-slash ._item._slash4 {
	width: 1598px;
	background: #d854cc;
}

.bg-slash ._item._slash5 {
	width: 1541px;
	background: #fff10a;
}

.bg-slash ._item._slash6 {
	width: 1667px;
	background: #77d8eb;
}

.bg-slash ._item._slash7 {
	width: 1641px;
	background: #e8c900;
}

.bg-slash ._item._slash8 {
	width: 1969px;
	background: #2fd0c0;
}

.bg-slash ._item._slash9 {
	width: 1903px;
	background: #f7417a;
}

.bg-slash ._item._slash10 {
	width: 1722px;
	margin-left: 141px;
	background: #fdc70d;
}

.bg-slash ._item._slash11 {
	width: 1794px;
	margin-left: 250px;
	background: #d953cc;
}

.bg-slash ._item._slash12 {
	width: 1909px;
	margin-left: 180px;
	background: #bae359;
}

.bg-slash ._item._slash13 {
	width: 1738px;
	margin-left: 350px;
	background: #d854cc;
}

.bg-slash ._item._slash14 {
	width: 1601px;
	margin-left: 487px;
	background: #fff10a;
}

.bg-slash ._item._slash15 {
	width: 1829px;
	margin-left: 260px;
	background: #3fd70a;
}

.bg-slash ._item._slash16 {
	width: 1772px;
	margin-left: 316px;
	background: #209ed1;
}

.bg-slash ._item._slash17 {
	width: 1546px;
	margin-left: 542px;
	background: #e57fd5;
}

.bg-slash ._item._slash18 {
	width: 1437px;
	margin-left: 651px;
	background: #3fd734;
}

.bg-slash ._item._slash19 {
	width: 1188px;
	margin-left: 900px;
	background: #ffc40d;
}

.bg-slash ._item._slash20 {
	width: 1350px;
	margin-left: 738px;
	background: #f7417a;
}

.bg-slash ._item._slash21 {
	width: 1116px;
	margin-left: 972px;
	background: #e57fd5;
}

.bg-slash ._item._slash22 {
	background: #3fd70a;
}

.bg-slash ._item._slash23 {
	background: #209ed1;
}

.bg-slash ._item._slash24 {
	background: #e57fd5;
}

.bg-slash ._item._slash25 {
	background: #fff10a;
}

.bg-slash ._item._slash26 {
	background: #3fd70a;
}

.bg-slash ._item._slash27 {
	background: #209ed1;
}

.bg-slash ._item._slash28 {
	background: #e57fd5;
}

.bg-slash ._item._slash29 {
	background: #3fd734;
}

.bg-slash ._item._slash30 {
	background: #209ed1;
}

.bg-slash ._item._slash31 {
	background: #ffc40d;
}

.bg-slash ._item._slash32 {
	background: #e57fd5;
}

.bg-slash2 {
	position: absolute;
	z-index: -1;
	top: 85%;
	left: 50%;
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bg-slash2.features-slash {
	top: 55%;
}

.bg-slash2 ._item {
	display: inline-block;
	height: 88px;
	vertical-align: top;
}

.bg-slash2 ._item._slash1 {
	width: 1140px;
	background: #fdc70d;
}

.bg-slash2 ._item._slash2 {
	width: 1223px;
	background: #d953cc;
}

.bg-slash2 ._item._slash3 {
	width: 1365px;
	background: #bae359;
}

.bg-slash2 ._item._slash4 {
	width: 1265px;
	background: #d854cc;
}

.bg-slash2 ._item._slash5 {
	width: 1501px;
	background: #fff10a;
}

.bg-slash2 ._item._slash6 {
	width: 1161px;
	margin-left: 462px;
	background: #77d8eb;
}

.bg-slash2 ._item._slash7 {
	width: 954px;
	margin-left: 572px;
	background: #e8c900;
}

.bg-slash2 ._item._slash8 {
	width: 1377px;
	margin-left: 382px;
	background: #2fd0c0;
}

.bg-slash2 ._item._slash9 {
	width: 1122px;
	margin-left: 785px;
	background: #f7417a;
}

.bg-slash2 ._item._slash10 {
	width: 988px;
	margin-left: 755px;
	background: #fdc70d;
}

.bg-slash2 ._item._slash11 {
	width: 1101px;
	margin-left: 891px;
	background: #d953cc;
}

.bg-slash2 ._item._slash12 {
	width: 1051px;
	margin-left: 982px;
	background: #bae359;
}

.bg-slash2 ._item._slash13 {
	width: 957px;
	margin-left: 1076px;
	background: #d854cc;
}

.bg-slash2 ._item._slash14 {
	width: 860px;
	margin-left: 1173px;
	background: #fff10a;
}

.bg-slash2 ._item._slash15 {
	width: 822px;
	margin-left: 1212px;
	background: #3fd70a;
}

.bg-slash2 ._item._slash16 {
	width: 766px;
	margin-left: 1267px;
	background: #209ed1;
}

.bg-slash2 ._item._slash17 {
	width: 687px;
	margin-left: 1346px;
	background: #e57fd5;
}

.bg-slash2 ._item._slash18 {
	width: 526px;
	margin-left: 1508px;
	background: #3fd734;
}

.bg-slash2 ._item._slash19 {
	width: 489px;
	margin-left: 1544px;
	background: #ffc40d;
}

.bg-slash2 ._item._slash20 {
	width: 398px;
	margin-left: 1636px;
	background: #f7417a;
}

.bg-slash2 ._item._slash21 {
	width: 300px;
	margin-left: 1734px;
	background: #e57fd5;
}

.bg-slash3 {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0) rotate(-45deg);
	transform: translate(-50%, 0) rotate(-45deg);
}

.bg-slash3 ._item {
	display: inline-block;
	height: 88px;
	vertical-align: top;
	opacity: .2;
}

.bg-slash3 ._item._slash1 {
	width: 2416px;
	background: #fdc70d;
}

.bg-slash3 ._item._slash2 {
	width: 2004px;
	margin-left: 593px;
	background: #d953cc;
}

.bg-slash3 ._item._slash3 {
	width: 1701px;
	margin-left: 465px;
	background: #bae359;
}

.bg-slash3 ._item._slash4 {
	width: 1643px;
	margin-left: 693px;
	background: #d854cc;
}

.bg-slash3 ._item._slash5 {
	width: 1193px;
	margin-left: 1040px;
	background: #fff10a;
}

.bg-slash3 ._item._slash6 {
	width: 1746px;
	margin-left: 812px;
	background: #77d8eb;
}

.bg-slash3 ._item._slash7 {
	width: 1945px;
	margin-left: 1472px;
	background: #e8c900;
}

.bg-slash3 ._item._slash8 {
	width: 1546px;
	margin-left: 949px;
	background: #2fd0c0;
}

.bg-slash3 ._item._slash9 {
	width: 1513px;
	margin-left: 1204px;
	background: #f7417a;
}

.bg-slash3 ._item._slash10 {
	width: 989px;
	margin-left: 1453px;
	background: #fdc70d;
}

.recruit-intro {
	position: relative;
}

.recruit-intro:after {
	position: absolute;
	z-index: -2;
	bottom: -340px;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100% + 340px);
	content: '';
	background: url(../img/common/bg1_2.webp) center bottom no-repeat;
	background-size: 116% auto;
}

.recruit-lang .recruit-intro:after {
	background-position: center top;
}

.recruit-intro_eng {
	font-size: 17.7rem;
	line-height: 1;
	position: absolute;
	z-index: 3;
	bottom: -110px;
	left: 50px;
	white-space: nowrap;
	opacity: .8;
	background: #1aa9de;
	background: linear-gradient(90deg, #1aa9de 35%, #033793 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.recruit-intro_mv {
	width: 60%;
}

.recruit-intro_txt {
	width: 35%;
}

.recruit-intro_txt_baloon {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.recruit-intro_txt_baloon {
	position: relative;
	z-index: 2;
	padding-right: 17%;
	padding-left: 17%;
}

.recruit-intro_txt_baloon:after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	display: block;
	width: 356px;
	content: '';
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/recruit/top/icon_baloon1.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.recruit-intro_txt_baloon._baloon2:after {
	background-image: url(../img/recruit/top/icon_baloon2.webp);
}

.recruit-intro_merit {
	text-align: center;
}

.recruit-intro_merit a {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
	display: inline-block;
	overflow: visible;
	min-width: 640px;
	padding: 25px 50px 25px 125px;
	text-align: center;
	text-align: left;
	color: #fff;
	border-radius: 30px;
	background: #ea2594;
}

.recruit-intro_merit a:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .15s ease-out;
	border-radius: 30px;
	background: url(../img/common/bg5.webp) left 0 center no-repeat;
	background-size: 200% auto;
}

.recruit-intro_merit a:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 24px;
	display: block;
	width: 23px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: contain;
	aspect-ratio: 23 / 14;
}

.recruit-intro_merit a:hover {
	animation: powan .2s ease-in-out 1;
	opacity: 1;
}

.recruit-intro_merit a:hover:before {
	opacity: 0;
	background-position: left 50% center;
}

.recruit-intro_merit a:hover:after {
	right: 27px;
}

.recruit-intro_merit a ._inner {
	position: relative;
	z-index: 2;
}

.recruit-intro_merit a ._inner:after {
	position: absolute;
	top: 50%;
	left: -75px;
	display: block;
	width: 55px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/recruit/top/icon_begginer.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 55 / 76;
}

.recruit-intro_merit a .recruit-intro_merit_icon {
	position: absolute;
	z-index: 3;
	top: -25px;
	right: 60px;
	width: 191px;
}

.recruit-charm {
	position: relative;
}

.recruit-charm .section {
	position: relative;
	z-index: 3;
}

.recruit-charm_icon {
	text-align: center;
}

.recruit-charm_icon img {
	width: 194px;
}

.recruit-style {
	position: relative;
	z-index: 4;
}

.recruit-style > .section {
	position: relative;
}

.recruit-style_eng {
	font-size: 17.7rem;
	line-height: 1;
	position: absolute;
	z-index: 3;
	top: -120px;
	left: 50px;
	opacity: .8;
	background: #1aa9de;
	background: linear-gradient(90deg, #1aa9de 35%, #033793 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.recruit-pay_box {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.recruit-pay_box_item {
	line-height: 1.5;
	text-align: center;
}

.recruit-pay_box_item:first-child {
	margin-right: 50px;
}

.recruit-pay_box_small {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.recruit-pay_box_item_ttl {
	line-height: 1.5;
}

.recruit-pay_box_item_ttl span {
	font-size: 2rem;
	display: inline-block;
	padding: 3px 20px;
	color: #fff;
	background: #3797e0;
}

.recruit-pay_box_small .recruit-pay_box_item_ttl span {
	font-size: 1.6rem;
	margin-top: 10px;
	margin-right: 10px;
	padding: 3px 10px;
}

.recruit-pay_box_item_num {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	color: #3797e0;
}

.recruit-pay_box_small .recruit-pay_box_item_num {
	font-size: 3rem;
}

.recruit-pay_box_item_num span {
	font-size: 8.8rem;
}

.recruit-pay_box_small .recruit-pay_box_item_num span {
	font-size: 6rem;
}

.recruit-pay_shikumi_img {
	margin-top: -70px;
}

.faq-box {
	position: relative;
	margin-bottom: 30px;
	padding-top: 6px;
	padding-left: 80px;
}

.faq-box_icon {
	font-size: 3rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 68px;
	padding-right: 15px;
	text-align: center;
	color: #fff;
	background: url(../img/top/faq_bg.webp) center center no-repeat;
	background-size: cover;
	aspect-ratio: 97 / 78;
	-webkit-mask-image: url(../img/top/mask_faq.webp);
	mask-image: url(../img/top/mask_faq.webp);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.faq-box_list dt {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 10px;
}

.recruit-other {
	position: relative;
}

.recruit-other .section {
	position: relative;
	z-index: 3;
}

.recruit-faq {
	position: relative;
}

.recruit-faq .bg-slash3 {
	top: -11px;
	left: 81%;
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.recruit-lang .recruit-faq .bg-slash3 {
	top: 50%;
	left: 50%;
}

.recruit-pay {
	position: relative;
}

.recruit-pay .section {
	position: relative;
	z-index: 3;
}

.recruit-taxi_road_wrap {
	position: absolute;
	top: 1050px;
	left: 50px;
	height: calc(100% - 1050px);
}

.recruit-taxi_road {
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	top: 150px;
	width: 292px;
	background: url(../img/recruit/top/road.webp) center center no-repeat;
	background-size: 100% 100%;
	aspect-ratio: 292 / 455;
}

.recruit-taxi_road ._inner {
	position: relative;
}

.recruit-taxi_road_icon {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.recruit-taxi_road_icon ._car1 {
	position: relative;
	z-index: 1;
}

.recruit-taxi_road_icon ._car2 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	animation: carFlash 2s infinite;
	opacity: 0;
}

/*------------ taxi-beginner ------------*/

.beg-intro {
	position: relative;
}

.beg-intro:after {
	position: absolute;
	z-index: -2;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100% + 340px);
	content: '';
	background: url(../img/common/bg1.webp) center bottom no-repeat;
	background-size: 100% auto;
}

.beg-intro .bg-slash3 {
	top: 50%;
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.beg-intro_human {
	overflow: hidden;
	height: 200px;
	text-align: center;
}

.beg-intro_human img {
	width: 150px;
}

.beg-human {
	position: absolute;
	top: 20px;
	right: -80px;
	width: 200px;
}

._revease .beg-human {
	right: auto;
	left: -80px;
}

.beg-human._human1 {
	width: 254px;
}

.beg-human._human3 {
	width: 120px;
}

.beg-human._human4 {
	width: 120px;
}

.beg-human._human5 {
	width: 180px;
}

.beg-taihobox {
	display: inline-block;
	padding: 20px 30px;
	border: 2px solid #3797e0;
	border-radius: 20px;
}

.beg-taihobox_ttl {
	font-weight: 700;
	line-height: 1.5;
	display: block;
	display: -ms-flexbox;
	display: flex;
	width: 130px;
	text-align: center;
	color: #3797e0;
	border-radius: 50%;
	background: #ffea00;
	aspect-ratio: 1 / 1;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.beg-taihobox_txt {
	width: 150px;
}

.beg-taihobox_cont {
	width: calc(100% - 150px);
}

.features-merit .bg-slash {
	top: 70%;
	opacity: .3;
}

.features-merit_human {
	position: absolute;
	right: 30px;
	bottom: 40px;
	width: 180px;
}

._revease .features-merit_human {
	right: auto;
	left: 30px;
}

.features-benefits_icon {
	text-align: center;
}

.features-benefits_icon img {
	width: 60%;
}

.features-bg {
	background: url(../img/common/bg1_3.webp) center center no-repeat;
	background-size: 100% auto;
}

.recruit-lang .features-num {
	position: relative;
}

.recruit-lang .features-num:after {
	position: absolute;
	z-index: -10;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/bg1_3.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1400 / 1281;
}

.features-num_txt {
	font-size: 14rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #ff4200;
}

.features-num_txt ._s {
	font-size: 7rem;
}

#chinese .features-num_txt ._s {
	font-size: 5rem;
}

.features-num_list {
	-ms-flex-pack: center;
	justify-content: center;
}

.features-num_list ul:first-child {
	margin-right: 20px;
}

.features-slide .slick-list {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.features-slide_item {
	width: 360px;
	margin-right: 20px;
	margin-left: 20px;
	animation: floatY 5s ease-in-out infinite;
}

.features-slide_item:nth-child(2n) {
	animation: floatY2 5s ease-in-out infinite;
}

.features-slide_item img {
	box-shadow: 0 0 20px rgba(55, 151, 224, .3);
}

.style-flow_slide_item {
	position: relative;
	margin-right: 30px;
	margin-left: 30px;
	padding: 30px;
	background: url(../img/common/bg4.webp) center center no-repeat;
	background-size: cover;
}

.style-flow_slide_item:after {
	position: absolute;
	top: 50%;
	right: -46px;
	display: block;
	width: 30px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.style-flow_slide_item:last-child:after {
	content: none;
}

.style-flow .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.style-flow .slick-slide {
	height: auto !important;
}

.style-flow .slider-nav {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.style-flow .slick-prev,
.style-flow .slick-next {
	position: static;
	width: 140px;
	height: 40px;
	margin-right: 10px;
	margin-left: 10px;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	border-radius: 5px;
	background: #3797e0 url(../img/common/arr_white.webp) center center no-repeat;
	background-size: auto 30%;
}

.style-flow .slick-prev:before,
.style-flow .slick-next:before {
	content: none;
}

.style-flow .slick-prev.slick-disabled,
.style-flow .slick-next.slick-disabled {
	opacity: .3;
}

.style-flow .slick-prev {
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.style-cal_box {
	position: relative;
}

.style-cal_human {
	position: absolute;
	bottom: 0;
	margin-top: -2.38095vw;
}

.style-cal_human._human1 {
	left: -180px;
	width: 150px;
}

.style-cal_human._human2 {
	right: -180px;
	width: 150px;
}

.style-pay_box {
	position: relative;
	height: 100%;
	padding-left: 100px;
}

.style-pay_box_human {
	position: absolute;
	bottom: 10px;
	left: -20px;
	width: 150px;
}

.style-pay_box_human._human1 {
	left: -76px;
	width: 220px;
}

.style-pay_txt {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.style-pay_txt ._l {
	font-size: 3rem;
}

.style-structure_img img {
	display: inline-block;
	margin-top: -30px;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
}

.style-flow {
	background: url(../img/common/bg1_3.webp) center center no-repeat;
	background-size: 100% auto;
}

.style-flow_box {
	position: relative;
	margin-bottom: 60px;
	padding: 50px 40px 30px;
	-ms-transform: translate(50px, 0);
	transform: translate(50px, 0);
	background: rgba(255, 255, 255, .7);
	box-shadow: 0 0 30px rgba(55, 151, 224, .3);
}

.style-flow_box:last-child {
	margin-bottom: 0;
}

.style-flow_box:last-child:after {
	content: none;
}

.style-flow_box._left {
	-ms-transform: translate(-50px, 0);
	transform: translate(-50px, 0);
}

.style-flow_box .heading_baloon {
	position: absolute;
	top: -20px;
	left: 40px;
}

.style-flow_box:after {
	position: absolute;
	bottom: -47px;
	left: 40%;
	display: block;
	width: 30px;
	content: '';
	-ms-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
}

.icon_hugokaku {
	position: absolute;
	top: -75px;
	right: 200px;
	width: 80px;
}

.voice-wrap {
	position: relative;
}

.voice-wrap .bg-slash {
	top: 0;
	-ms-transform: translate(-50%, 0) rotate(-45deg);
	transform: translate(-50%, 0) rotate(-45deg);
}

.voice-nav {
	position: relative;
	z-index: 2;
}

.voice-nav_item {
	position: relative;
}

.voice-nav_item span {
	display: block;
}

.voice-nav_item a {
	position: relative;
	display: block;
	overflow: visible;
	padding: 25px 15px 40px;
	text-align: center;
	border-radius: 10px;
	background: url(../img/common/bg10.webp) center center no-repeat;
	background-size: vocer;
}

.voice-nav_item a:after {
	position: absolute;
	bottom: 15px;
	left: 50%;
	display: block;
	width: 20px;
	content: '';
	transition: all .15s ease-out;
	-ms-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
}

.voice-nav_item a.active,
.voice-nav_item a:hover {
	opacity: 1;
	color: #fff;
	background-image: url(../img/common/bg5.webp);
	box-shadow: 0 0 20px rgba(55, 151, 224, .3);
}

.voice-nav_item a.active:after,
.voice-nav_item a:hover:after {
	bottom: 10px;
	background-image: url(../img/common/arr_white.webp);
}

.voice-nav_item a.active .voice-nav_item_human,
.voice-nav_item a:hover .voice-nav_item_human {
	height: 140px;
	-ms-transform: translate(-50%, -120px);
	transform: translate(-50%, -120px);
}

.voice-nav_item_human {
	position: absolute;
	top: 0;
	left: 50%;
	overflow: hidden;
	height: 110px;
	transition: all .15s ease-out;
	-ms-transform: translate(-50%, -90px);
	transform: translate(-50%, -90px);
	text-align: center;
}

.active .voice-nav_item_human {
	height: 140px;
	-ms-transform: translate(-50%, -120px);
	transform: translate(-50%, -120px);
}

.voice-nav_item_human img {
	width: 100px;
}

._staff2 .voice-nav_item_human img {
	width: 70px;
}

._staff1 .voice-nav_item_human img {
	width: 70px;
}

.voice-nav_item_name {
	line-height: 1.6;
	display: -ms-flexbox !important;
	display: flex !important;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.voice-nav_item_name .eng {
	font-size: 3rem;
	margin-right: 10px;
}

.voice-box {
	display: none;
}

.voice-box#staff-1 {
	display: block;
}

.voice-box_ttl {
	position: relative;
	margin-bottom: 30px;
	padding-left: 110px;
}

.voice-box_ttl:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	content: '';
	border-radius: 50%;
	background: url(../img/recruit/voice/voice_icon1.webp) center center no-repeat;
	background-size: cover;
	aspect-ratio: 1 / 1;
}

.voice-box_ttl p {
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 20px;
	background: #ffe4f6;
	background-size: cover;
}

.voice-box_ttl p:after {
	position: absolute;
	top: 15px;
	left: -25px;
	width: 30px;
	content: '';
	background: #ffe4f6;
	-webkit-mask-image: url(../img/recruit/voice/baloon_mask.webp);
	mask-image: url(../img/recruit/voice/baloon_mask.webp);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	aspect-ratio: 54 / 41;
}

.voice-box_cont {
	position: relative;
	display: inline-block;
	max-width: 75%;
	margin-bottom: 60px;
	margin-left: 110px;
	padding: 10px 30px;
	-ms-transform: translate(60px, 0);
	transform: translate(60px, 0);
	border-radius: 20px;
	background: #e6e9f9;
}

.voice-box_cont:after {
	position: absolute;
	top: 0;
	left: -110px;
	display: block;
	width: 60px;
	content: '';
	border-radius: 50%;
	background: #e6e9f9 url(../img/common/human8.webp) center top 10px no-repeat;
	background-size: 60% auto;
	aspect-ratio: 1 / 1;
}

._staff2 .voice-box_cont:after {
	background-image: url(../img/common/human16.webp);
	background-size: 54% auto;
}

._staff3 .voice-box_cont:after {
	background-image: url(../img/common/human18.webp);
	background-size: 82% auto;
}

.voice-box_cont:before {
	position: absolute;
	top: 15px;
	left: -25px;
	width: 30px;
	content: '';
	background: #e6e9f9;
	-webkit-mask-image: url(../img/recruit/voice/baloon_mask.webp);
	mask-image: url(../img/recruit/voice/baloon_mask.webp);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	aspect-ratio: 54 / 41;
}

.voice-box_humans {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .15s ease-out;
	text-align: center;
}

.voice-box_humans img {
	width: 330px;
}

.voice-box_humans._human1 img {
	width: 180px;
}

.voice-box_humans._human3 img {
	width: 160px;
}

.voice-box_humans._human5 img {
	width: 250px;
}

._change .voice-box_humans._step1 {
	opacity: 0;
}

.voice-box_humans._step2 {
	opacity: 0;
}

._change .voice-box_humans._step2 {
	opacity: 1;
}

.req-intro {
	position: relative;
}

.req-intro .bg-slash3 {
	top: 50%;
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.voice-box_img {
	pointer-events: none;
}

.sideBox_wrap {
	padding: 30px;
	border-radius: 20px;
	background: url(../img/common/bg4.webp) center center no-repeat;
	background-size: cover;
}

.news-box_date ._cat {
	font-size: 1.4rem;
	width: 105px;
	margin-left: 10px;
	padding: 2px 20px;
	text-align: center;
	color: #3797e0;
	border-radius: 0 20px 20px 0;
	background: #ffea00;
}

.news-wrap {
	position: relative;
}

.news-wrap .bg-slash2 {
	top: 30%;
	opacity: .2;
}

.req-mail {
	background: url(../img/common/bg1_3.webp) center center no-repeat;
	background-size: 100% auto;
}

.table-2 {
	font-weight: 500;
	line-height: 1.6;
	width: 100%;
	border-top: 1px solid #e6e6e6;
}

.table-2 th,
.table-2 td {
	padding: 2.14286vw 1.42857vw;
	border-bottom: 1px solid #e6e6e6;
}

.table-2 th {
	position: relative;
}

.table-2 th ._required {
	margin-right: 10px;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
	width: 100%;
	padding: 8px;
	border: solid 1px #656565 !important;
	border-radius: 5px;
	background: #fff;
}

input[type='text']#zip,
input[type='text']#pref,
input[type='tel']#zip,
input[type='tel']#pref,
input[type='email']#zip,
input[type='email']#pref,
textarea#zip,
textarea#pref {
	width: 200px;
}

input[type='text']#city,
input[type='text']#addr,
input[type='text'][name='other'],
input[type='tel']#city,
input[type='tel']#addr,
input[type='tel'][name='other'],
input[type='email']#city,
input[type='email']#addr,
input[type='email'][name='other'],
textarea#city,
textarea#addr,
textarea[name='other'] {
	width: 650px;
}

textarea {
	height: 150px;
}

.zip_list li {
	font-weight: 500;
	margin-bottom: 10px;
}

.zip_list li:last-child {
	margin-bottom: 0;
}

.select_wrap {
	display: inline-block;
	border: 1px solid #656565;
	border-radius: 5px;
	background: url(../img/common/select_bg.webp) right center no-repeat;
	background-size: 20px auto;
}

.no-webp .select_wrap {
	background-image: url(../img/common/select_bg.jpg);
}

.select_wrap select {
	width: 200px;
	padding: 0 30px 0 10px;
	border: none;
	background: 0 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

._required {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	padding: 3px 7px;
	color: #fff;
	border-radius: 4px;
	background: #dc0000;
}

._required._nini {
	background: #acacac;
}

.pp_box {
	border: 1px solid #e6e6e6;
	background: #fff;
}

.pp_box__inner {
	overflow-y: scroll;
	height: 200px;
	padding: 10px;
	border-top: none;
}

.wpcf7-radio input[type=radio] {
	display: none;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
	opacity: 1;
}

.wpcf7-radio .wpcf7-list-item {
	margin-right: 40px;
	margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
	padding-left: 26px;
}

.wpcf7-radio .wpcf7-list-item-label:after {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 20px;
	content: '';
	border-radius: 50%;
	background: rgba(116, 116, 116, .3);
	aspect-ratio: 1 / 1;
}

.wpcf7-radio .wpcf7-list-item-label:before {
	position: absolute;
	top: 9px;
	left: 5px;
	display: block;
	width: 10px;
	content: '';
	opacity: 0;
	border-radius: 50%;
	background: #3797e0;
	aspect-ratio: 1 / 1;
}

.contact_submit {
	border: none;
}

.check_boxs .wpcf7-form-control {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
}

.contact-table .wpcf7-not-valid-tip {
	font-size: 1vw;
}

.wpcf7-spinner {
	display: none !important;
}

.entry-form_time {
	margin-left: 30px;
}

.entry-form_time input[type='text'] {
	width: 150px;
	margin-left: 10px;
}

/*------------ english ------------*/

#english .recruit-fv_txt ._txt1,
.page-id-57 .recruit-fv_txt ._txt1 {
	width: 616px;
}

#english .recruit-fv_txt ._txt2,
.page-id-57 .recruit-fv_txt ._txt2 {
	width: 676px;
}

#english .headerNav-top_btn a,
.page-id-57 .headerNav-top_btn a {
	width: 250px;
}

#english .recruit-pay_box_small,
.page-id-57 .recruit-pay_box_small {
	display: block;
}

#chinese {
	font-family: 'Noto Sans SC', sans-serif;
}

#chinese .recruit-fv_txt ._txt1 {
	width: 428px;
}

#chinese .recruit-fv_txt ._txt2 {
	width: 428px;
}

#chinese .headerNav-top_btn a {
	width: 250px;
}

#chinese .recruit-pay_box_small {
	display: block;
}

.post_content h2 {
	font-size: 2.4rem;
	font-weight: bold;
	clear: both;
	margin-top: 35px;
	padding: 15px 30px;
	color: #3797e0;
	background: rgba(249, 249, 249, .7);
}

.post_content h3 {
	font-size: 2.2rem;
	font-weight: bold;
	clear: both;
	margin-top: 35px;
	padding-bottom: 10px;
	color: #3797e0;
	border-bottom: 1px solid #3797e0;
}

.post_content h4 {
	font-size: 2.1rem;
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: 35px;
	padding-bottom: 10px;
	color: #3797e0;
}

.post_content h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 1px;
	content: '';
	background: #3797e0;
}

.post_content h5 {
	font-size: 1.9rem;
	font-weight: bold;
	clear: both;
	margin-top: 35px;
	padding-bottom: 10px;
	color: #3797e0;
}

.post_content h6 {
	font-size: 1.8rem;
	font-weight: bold;
	clear: both;
	margin-top: 35px;
	padding-bottom: 10px;
	color: #3797e0;
}

.post_content p {
	clear: both;
	margin-top: 20px;
}

.post_content ul,
.post_content ol {
	margin-top: 20px;
}

.post_content ul li,
.post_content ol li {
	line-height: 1.6;
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}

.post_content ul li:after,
.post_content ol li:after {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 10px;
	content: '';
	border-radius: 50%;
	background: #3797e0;
	aspect-ratio: 1 / 1;
}

.post_content img,
.post_content video,
.post_content iframe {
	max-width: auto;
	height: auto;
}

.post_content strong {
	font-weight: bold;
}

.post_content .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.post_content .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.post_content .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.post_content a {
	text-decoration: underline;
	color: #3797e0;
}

.post_content .ez-toc-list li:before {
	content: none;
}

.post_content .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.post_content .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.post_content table {
	line-height: 1.6;
	width: 100%;
}

.post_content table th,
.post_content table td {
	padding: 10px;
}

.pager {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager .page-numbers {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	min-width: 40px;
	height: 40px;
	margin: 0 4px;
	text-align: center;
	vertical-align: top;
	border-radius: 50%;
	background: #f9f9f9;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager .page-numbers:hover,
.pager .page-numbers.current {
	opacity: 1;
	color: #fff;
	background: #3797e0;
}

.pager .page-numbers.current:after {
	content: none;
}

.pager .page-numbers.prev,
.pager .page-numbers.next {
	position: relative;
	transition: all .2s ease-out;
	text-indent: -9999px;
}

.pager .page-numbers.prev:after,
.pager .page-numbers.next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 30%;
	height: 30%;
	content: '';
	transition: all .15s ease-out;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 100% auto;
}

.pager .page-numbers.prev:hover:after,
.pager .page-numbers.next:hover:after {
	background-image: url(../img/common/arr_white.webp);
}

.pager .page-numbers.prev {
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.wp-paging .btn2 a {
	width: 200px;
}

.wp-paging:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.wp-paging .prev {
	float: left;
	text-align: right;
}

.wp-paging .prev a:after {
	left: 15px;
	-ms-transform: translate(0, -50%) scale(-1, 1);
	transform: translate(0, -50%) scale(-1, 1);
}

.wp-paging .next {
	float: right;
}

.wp-paging .next a:after {
	right: 15px;
	left: auto;
}

.frame-wrapper__video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.frame-wrapper__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * #Breadcrumbs
 */

.breadcrumb {
	padding-top: 30px;
	transition: all .4s cubic-bezier(.18, .52, .32, .98) .2s;
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

._on .breadcrumb {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.breadcrumb ul {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumb li {
	font-size: 1.3rem;
	line-height: 1;
	position: relative;
	position: relative;
	margin-right: 10px;
	padding-left: 18px;
	vertical-align: top;
}

.breadcrumb li:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 12px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.breadcrumb li a {
	padding-top: 2px;
	padding-right: 2px;
	text-decoration: underline;
}

/**
 * #btn
 */

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	font-weight: 700;
	position: relative;
	display: inline-block;
	min-width: 300px;
	padding-top: 13px;
	padding-right: 30px;
	padding-bottom: 13px;
	padding-left: 55px;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	background: #ea2594;
}

.btn a:before,
.btn input[type='submit']:before,
.btn input[type='button']:before,
.btn button:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .15s ease-out;
	border-radius: 100px;
	background: url(../img/common/bg5.webp) left 0 center no-repeat;
	background-size: 200% auto;
}

.btn a:after,
.btn input[type='submit']:after,
.btn input[type='button']:after,
.btn button:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 24px;
	display: block;
	width: 23px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: contain;
	aspect-ratio: 23 / 14;
}

.btn a:hover,
.btn input[type='submit']:hover,
.btn input[type='button']:hover,
.btn button:hover {
	animation: powan .2s ease-in-out 1;
	opacity: 1;
}

.btn a:hover:before,
.btn input[type='submit']:hover:before,
.btn input[type='button']:hover:before,
.btn button:hover:before {
	opacity: 0;
	background-position: left 50% center;
}

.btn a:hover:after,
.btn input[type='submit']:hover:after,
.btn input[type='button']:hover:after,
.btn button:hover:after {
	left: 27px;
}

.btn a span,
.btn input[type='submit'] span,
.btn input[type='button'] span,
.btn button span {
	position: relative;
	z-index: 2;
}

.btn input[type='submit'] {
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
}

.btn button {
	overflow: hidden;
	cursor: pointer;
	border: none;
	background: none;
}

.btn2 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 200px;
	padding: 10px 20px;
	color: #fff;
	border-radius: 100px;
}

.btn2 a:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -40%;
	display: block;
	width: 150%;
	height: 100%;
	content: '';
	transition: all .3s ease-out;
	background: #1aa9de;
	background: linear-gradient(90deg, #1aa9de 35%, #033793 100%);
}

.btn2 a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 24px;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.btn2 a:hover {
	opacity: 1;
}

.btn2 a:hover:before {
	left: 0;
}

.btn2 a:hover:after {
	background-color: #ff4200;
	background-image: url(../img/common/arr_white.webp);
}

.btn3 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 14.28571vw;
	padding: .71429vw 1.42857vw;
	border-radius: .71429vw;
	background: #fff;
}

.btn3 a:after {
	position: absolute;
	top: 50%;
	right: 1.42857vw;
	display: block;
	width: 1.71429vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.btn3 a:hover {
	opacity: 1;
}

.btn3 a:hover:after {
	background-color: #ff4200;
	background-image: url(../img/common/arr_white.webp);
}

.btn4 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 14.28571vw;
	padding: .71429vw 1.42857vw;
	color: #fff;
	border: 1px solid #fff;
	border-radius: .71429vw;
}

.btn4 a:after {
	position: absolute;
	top: 50%;
	right: 1.42857vw;
	display: block;
	width: 1.71429vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.btn4 a:hover:before {
	left: 0;
}

.header_bg {
	position: relative;
	overflow: hidden;
	height: 655px;
}

.header_bg .bg-slash {
	top: auto;
	bottom: 0;
	-ms-transform: translate(-50%, 0) rotate(-45deg);
	transform: translate(-50%, 0) rotate(-45deg);
}

.header_bg .bg-slash ._item { /* 右基準 */
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: right center;
	transform-origin: right center; /* 0% */
	will-change: transform;
}

.header_bg_inner {
	position: relative;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.pagettl_bg .bg-slash ._item { /* 0% */
	display: block; /* 右基準 */
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: right center;
	transform-origin: right center;
	will-change: transform;
}

.header_bg_icon {
	position: absolute;
}

.header_bg_icon._human1 {
	top: 152px;
	left: 168px;
	width: 200px;
	-ms-transform: rotate(-27.3deg);
	transform: rotate(-27.3deg);
}

.header_bg_icon._human1 ._img {
	transition: all .4s ease-in-out .9s;
	-ms-transform: translate(65%, 20%);
	transform: translate(65%, 20%);
	opacity: 0;
}

._on .header_bg_icon._human1 ._img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.header_bg_icon._human2 {
	top: 146px;
	left: 513px;
	width: 170px;
}

.header_bg_icon._human2 ._img {
	overflow: hidden;
	width: 170px;
	aspect-ratio: 170 / 353;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 46.2%, 0 94%);
	clip-path: polygon(0 0, 100% 0, 100% 46.2%, 0 94%);
}

.header_bg_icon._human2 ._img img {
	transition: all .4s ease-in-out .6s;
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

._on .header_bg_icon._human2 ._img img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.header_bg_icon._human3 {
	top: 160px;
	left: 702px;
	width: 205px;
}

.header_bg_icon._human3 ._img {
	overflow: hidden;
	width: 205px;
	aspect-ratio: 205 / 461;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 37.5%, 0 82%);
	clip-path: polygon(0 0, 100% 0, 100% 37.5%, 0 82%);
}

.header_bg_icon._human3 ._img img {
	transition: all .4s ease-in-out .3s;
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

._on .header_bg_icon._human3 ._img img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.header_bg_icon._car {
	top: 180px;
	left: 934px;
	width: 462px;
}

.header_bg_icon._car ._img {
	overflow: hidden;
	width: 462px;
	aspect-ratio: 462 / 180;
	-webkit-clip-path: polygon(0 0, 81% 0, 42% 100%, 0 100%);
	clip-path: polygon(0 0, 81% 0, 42% 100%, 0 100%);
}

.header_bg_icon._car ._img img {
	transition: all .4s ease-in-out;
	-ms-transform: translate(150%, 0);
	transform: translate(150%, 0);
}

._on .header_bg_icon._car ._img img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.header_bg_icon._txt {
	top: 326px;
	left: 1023px;
	width: 355px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagettl {
	text-align: center;
}

.pagettl_ttl {
	text-align: center;
}

.pagettl_ttl ._in {
	position: relative;
	display: inline-block;
	padding-top: 40px;
	transition: all .4s cubic-bezier(.18, .52, .32, .98) .2s;
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

._on .pagettl_ttl ._in {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.pagettl_ttl ._in:after {
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	width: 66px;
	content: '';
	transition: all .4s cubic-bezier(.18, .52, .32, .98);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	opacity: 0;
	background: url(../img/common/icon_taxi.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 66 / 44;
}

._on .pagettl_ttl ._in:after {
	right: 100%;
	opacity: 1;
}

.pagettl_ttl ._grade {
	font-size: 6rem;
	font-weight: 700;
	display: inline-block;
	background: #1aa9de;
	background: linear-gradient(90deg, #1aa9de 35%, #033793 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.heading1 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.heading2 {
	margin-bottom: 20px;
}

.heading2 span {
	font-size: 4rem;
	font-weight: 700;
	background: #1aa9de;
	background: linear-gradient(90deg, #1aa9de 35%, #033793 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.heading2._s span {
	font-size: 2.2rem;
}

.heading3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.heading4 .eng {
	font-size: 2.1rem;
	line-height: 1.2;
	position: relative;
	padding-left: 14px;
	color: #3797e0;
}

.heading4 .eng:after {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 10px;
	content: '';
	border-radius: 50%;
	background: #3797e0;
	aspect-ratio: 1 / 1;
}

.heading4 .jpn span {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.5;
	background: #1aa9de;
	background: linear-gradient(90deg, #1aa9de 35%, #033793 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.heading4._white .eng {
	color: #fff;
}

.heading4._white .eng:after {
	background: #fff;
}

.heading4._white .jpn span {
	color: #fff;
	background: none;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: initial;
}

.heading5 {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.heading5 ._l {
	font-size: 4.1rem;
}

.heading6 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	background: url(../img/common/h6_bg.webp) center bottom no-repeat;
	background-size: 80px auto;
}

.heading_baloon {
	margin-bottom: 25px;
}

.heading_baloon ._in {
	font-size: 1.7rem;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 7px 30px;
	vertical-align: middle;
	color: #fff;
	border-radius: 10px 10px 10px 0;
	background: #1aa9de;
	background: linear-gradient(90deg, #1aa9de 35%, #033793 100%);
}

.heading_baloon ._in:after {
	position: absolute;
	bottom: -18px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background: #1aa9de;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.heading_baloon ._in ._l {
	font-size: 2.5rem;
	vertical-align: -3px;
}

.heading_baloon._jpn ._in {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
}

.scroll_icon {
	display: none;
}

/**
 * #Col
 */

.section {
	padding-right: 50px;
	padding-left: 50px;
}

.w1100 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.w600 {
	width: 42.85714vw;
	margin-right: auto;
	margin-left: auto;
}

.w700 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.w800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.w900 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.flex {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex.align-c {
	-ms-flex-align: center;
	align-items: center;
}

.flex._revease {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.flex._revease .grid2 {
	margin-right: 0;
}

.flex._revease .grid2:nth-child(2n) {
	margin-right: 6%;
}

.flex._start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex._center {
	-ms-flex-pack: center;
	justify-content: center;
}

.flex._between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex._mb > * {
	margin-bottom: 2.85714vw;
}

.flex._mb-s > * {
	margin-bottom: 1.42857vw;
}

.tab-dblock {
	display: -ms-flexbox;
	display: flex;
}

.grid2 {
	width: 47%;
	margin-right: 6%;
}

.grid2:nth-child(2n) {
	margin-right: 0;
}

.grid3 {
	width: 31%;
	margin-right: 3.5%;
}

.grid3:nth-child(3n) {
	margin-right: 0;
}

.grid4 {
	width: 22%;
	margin-right: 4%;
}

.grid4:nth-child(4n) {
	margin-right: 0;
}

.grid5 {
	width: 18%;
	margin-right: 2.5%;
}

.grid5:nth-child(5n) {
	margin-right: 0;
}

.grid7 {
	width: 65.5%;
}

.grid2_small {
	width: 30%;
}

.grid2_wide {
	width: 65%;
}

.grid_55p {
	width: 55%;
}

.grid_40p {
	width: 40%;
}

.grid_49p {
	width: 49%;
}

/**
 * #Position
 */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/**
 * #Margin
 */

.mb-xs {
	margin-bottom: 5px;
}

.mb-s {
	margin-bottom: 10px;
}

.mb-m {
	margin-bottom: 30px;
}

.mb-mm {
	margin-bottom: 60px;
}

.mb-l {
	margin-bottom: 100px;
}

.mb-xl {
	margin-bottom: 150px;
}

.mb-xxl {
	margin-bottom: 210px;
}

.mt-xs {
	margin-top: 5px;
}

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

.mt-m {
	margin-top: 30px;
}

.mt-mm {
	margin-top: 60px;
}

.mt-l {
	margin-top: 100px;
}

.mt-xl {
	margin-top: 150px;
}

.mt-xxl {
	margin-top: 210px;
}

.pb-xs {
	padding-bottom: 5px;
}

.pb-s {
	padding-bottom: 10px;
}

.pb-m {
	padding-bottom: 30px;
}

.pb-mm {
	padding-bottom: 60px;
}

.pb-l {
	padding-bottom: 100px;
}

.pb-xl {
	padding-bottom: 150px;
}

.pb-xxl {
	padding-bottom: 210px;
}

.pt-xs {
	padding-top: 5px;
}

.pt-s {
	padding-top: 10px;
}

.pt-m {
	padding-top: 30px;
}

.pt-mm {
	padding-top: 60px;
}

.pt-l {
	padding-top: 100px;
}

.pt-xl {
	padding-top: 150px;
}

.pt-xxl {
	padding-top: 210px;
}

.ptb-l {
	padding-top: 100px;
	padding-bottom: 100px;
}

/**
 * #Text
 */

.text_s {
	font-size: 1.5rem;
}

.text_m {
	font-size: 1.8rem;
}

.text_l {
	font-size: 2rem;
}

.text_red {
	color: #de2900;
}

.text_blue {
	color: #3797e0;
}

.bold {
	font-weight: 700;
}

a.link_orange {
	text-decoration: underline;
	color: #faad18;
}

.lh15 {
	line-height: 1.5;
}

.lh16 {
	line-height: 1.6;
}

.lh18 {
	line-height: 1.8;
}

/**
 * #Display
 */

.tablet {
	display: none;
}

.pc {
	display: inline;
}

.map iframe {
	width: 100%;
	height: 29.64286vw;
	vertical-align: top;
}

/*-------------------------------*/

.eng {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-optical-sizing: auto;
}

.table-1 {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.table-1 th,
.table-1 td {
	line-height: 1.6;
	padding: 25px 30px;
	vertical-align: top;
	border-bottom: 1px solid #e6e6e6;
}

.table-1 th {
	font-weight: bold;
	position: relative;
	padding-left: 35px;
}

.table-1 th:after {
	position: absolute;
	top: 34px;
	left: 20px;
	display: block;
	width: 8px;
	content: '';
	border-radius: 50%;
	background: #3797e0;
	aspect-ratio: 1 / 1;
}

.table-1 td {
	padding-left: 0;
}

.table-1._white {
	color: #fff;
}

.w90p {
	padding-right: 5%;
	padding-left: 5%;
}

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

.headerNav {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hab-menu {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headerNav__list {
	display: -ms-flexbox;
	display: flex;
	margin-right: 15px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headerNav__list > li {
	position: relative;
}

.headerNav__list > li > a {
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	display: block;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
}

.headerNav__list > li > a:hover {
	color: #ea2594;
}

.headerNav__list > li > a:hover:after {
	width: 30px;
	background: #ea2594;
}

.headerNav__list > li > a:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 24px;
	height: 3px;
	content: '';
	transition: all .15s ease-out;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #3797e0;
}

.headerNav__list > li._hover ._sub {
	display: block;
	animation-name: subnav_mv;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

.headerNav__list ._sub {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: none;
	padding: 20px;
	transition: all .15s ease-out;
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	white-space: nowrap;
	opacity: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 20px rgba(55, 151, 224, .2);
}

.headerNav__list ._sub a {
	font-weight: 700;
	position: relative;
	padding-left: 20px;
}

.headerNav__list ._sub a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 12px;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: cover;
	aspect-ratio: 15 / 10;
}

.headerNav__list ._sub a:hover {
	opacity: 1;
	color: #3797e0;
}

.headerNav__list ._sub a:hover:after {
	left: 4px;
}

#top .headerNav__list > li#gn1 > a,
#greeting .headerNav__list > li#gn2 > a,
#company .headerNav__list > li#gn3 > a,
#sustainability .headerNav__list > li#gn4 > a,
#business .headerNav__list > li#gn5 > a,
#shoplist .headerNav__list > li#gn6 > a,
#recruit .headerNav__list > li#gn2_1 > a,
#recruitment .headerNav__list > li#gn2_2 > a,
#services .headerNav__list > li#gn2_3 > a,
#staff-voice .headerNav__list > li#gn2_4 > a,
#staff1 .headerNav__list > li#gn2_4 > a,
#staff2 .headerNav__list > li#gn2_4 > a,
#staff3 .headerNav__list > li#gn2_4 > a,
#staff4 .headerNav__list > li#gn2_4 > a,
#staff5 .headerNav__list > li#gn2_4 > a,
#info .headerNav__list > li#gn2_5 > a {
	opacity: 1;
	color: #ea2594;
}

#top .headerNav__list > li#gn1 > a::after,
#greeting .headerNav__list > li#gn2 > a::after,
#company .headerNav__list > li#gn3 > a::after,
#sustainability .headerNav__list > li#gn4 > a::after,
#business .headerNav__list > li#gn5 > a::after,
#shoplist .headerNav__list > li#gn6 > a::after,
#recruit .headerNav__list > li#gn2_1 > a::after,
#recruitment .headerNav__list > li#gn2_2 > a::after,
#services .headerNav__list > li#gn2_3 > a::after,
#staff-voice .headerNav__list > li#gn2_4 > a::after,
#staff1 .headerNav__list > li#gn2_4 > a::after,
#staff2 .headerNav__list > li#gn2_4 > a::after,
#staff3 .headerNav__list > li#gn2_4 > a::after,
#staff4 .headerNav__list > li#gn2_4 > a::after,
#staff5 .headerNav__list > li#gn2_4 > a::after,
#info .headerNav__list > li#gn2_5 > a::after {
	width: 30px;
	background: #ea2594;
}

.recruit .headerNav {
	flex-direction: column !important;
	flex-direction: column-reverse !important;
	-ms-flex-direction: column !important;
	-ms-flex-align: end;
	align-items: flex-end;
}

.recruit .headerNav-top {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-direction: row-reverse;
}

.recruit .headerNav-top ._btns {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 0 0 0 30px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.recruit .headerNav-btm {
	padding-right: 50px;
}

.recruit ._corp_btn {
	margin-right: 20px;
}

.recruit ._corp_btn a {
	position: relative;
	padding-left: 22px;
}

.recruit ._corp_btn a:after {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 16px;
	content: '';
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 16 / 9;
}

.recruit .headerNav-btm {
	position: relative;
	z-index: 2;
	margin-top: 10px;
}

.recruit .headerNav__list > li {
	margin-left: 25px;
}

.recruit .headerNav__list > li._hover > a {
	opacity: 1;
	color: #fff;
}

.recruit .headerNav__list > li._hover > a:after {
	width: 100%;
	animation: widthBounce .2s ease-out forwards;
	background: #3797e0;
}

.recruit .headerNav__list > li._hover > a:before {
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	animation: widthBounce2 .2s ease-out forwards;
	opacity: 1;
}

.recruit .headerNav__list > li > a {
	padding: 0;
	padding-top: 30px;
	padding-right: 3px;
	padding-left: 3px;
}

.recruit .headerNav__list > li > a:hover {
	opacity: 1;
	color: #fff;
}

.recruit .headerNav__list > li > a:hover:after {
	width: 100%;
	animation: widthBounce .2s ease-out forwards;
	background: #3797e0;
}

.recruit .headerNav__list > li > a:hover:before {
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	animation: widthBounce2 .2s ease-out forwards;
	opacity: 1;
}

.recruit .headerNav__list > li > a:after {
	z-index: -1;
	right: 0;
	bottom: 0;
	left: auto;
	width: 0;
	height: 28px;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit .headerNav__list > li > a:before {
	position: absolute;
	top: 0;
	right: -50%;
	display: block;
	width: 42px;
	content: '';
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	opacity: 0;
	background: url(../img/common/icon_taxi.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 42 / 28;
}

}

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

.headerNav__list > li > a {
	font-size: 1.28571vw;
	padding-right: 1.21429vw;
	padding-bottom: .71429vw;
	padding-left: 1.21429vw;
}

.headerNav__list > li > a:hover:after {
	width: 2.14286vw;
}

#top .headerNav__list > li#gn1 > a::after,
#greeting .headerNav__list > li#gn2 > a::after,
#company .headerNav__list > li#gn3 > a::after,
#sustainability .headerNav__list > li#gn4 > a::after,
#business .headerNav__list > li#gn5 > a::after,
#shoplist .headerNav__list > li#gn6 > a::after,
#recruit .headerNav__list > li#gn2_1 > a::after,
#recruitment .headerNav__list > li#gn2_2 > a::after,
#services .headerNav__list > li#gn2_3 > a::after,
#staff-voice .headerNav__list > li#gn2_4 > a::after,
#staff1 .headerNav__list > li#gn2_4 > a::after,
#staff2 .headerNav__list > li#gn2_4 > a::after,
#staff3 .headerNav__list > li#gn2_4 > a::after,
#staff4 .headerNav__list > li#gn2_4 > a::after,
#staff5 .headerNav__list > li#gn2_4 > a::after,
#info .headerNav__list > li#gn2_5 > a::after {
	width: 2.14286vw;
}

.recruit .headerNav-top ._btns {
	border-radius: 0 0 0 2.14286vw;
}

.recruit .headerNav-btm {
	padding-right: 3.57143vw;
}

.recruit ._corp_btn {
	margin-right: 1.42857vw;
}

.recruit ._corp_btn a {
	padding-left: 1.57143vw;
}

.recruit ._corp_btn a:after {
	width: 1.14286vw;
}

.recruit .headerNav-btm {
	margin-top: .71429vw;
}

.recruit .headerNav__list > li > a {
	margin-right: .21429vw;
	margin-left: .21429vw;
	padding-top: 2.14286vw;
}

.recruit .headerNav__list > li > a:after {
	height: 2vw;
}

.recruit .headerNav__list > li > a:before {
	width: 3vw;
}

}

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

.headerNav__list > li > a:after {
	width: 1.71429vw;
	height: .21429vw;
}

.headerNav__list ._sub {
	padding: 1.42857vw 2.14286vw;
	border-radius: .71429vw;
}

.headerNav__list ._sub a {
	padding-left: 5.95238vw;
}

.headerNav__list ._sub a:after {
	width: 3.80952vw;
}

.recruit .headerNav__list > li {
	margin-left: 1.78571vw;
}

}

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

body {
	font-size: 1.14286vw;
}

.header-logo {
	width: 19.64286vw;
	margin-left: 3.57143vw;
}

.recruit .header-logo a {
	width: 28.42857vw;
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
	border-radius: 0 0 4.28571vw 0;
}

.recruit .header-logo a img {
	width: 19.64286vw;
}

.recruit .header-logo a ._txt {
	font-size: 1.28571vw;
}

.header-recruit_btn a {
	width: 19.28571vw;
	height: 8.85714vw;
}

.scrolled .header-recruit_btn a {
	height: 5.71429vw;
}

.header-recruit_btn a span {
	font-size: 1.42857vw;
	padding-left: 4.64286vw;
}

.header-recruit_btn a span:after {
	width: 4vw;
}

.headerNav-top_btn a {
	font-size: 1.28571vw;
	width: 14.64286vw;
	padding: .71429vw;
}

.headerNav-top_btn a span {
	padding-left: 1.42857vw;
}

.headerNav-top_btn a span:after {
	width: 1.14286vw;
}

.headerNav-top_flgs {
	margin-right: 1.42857vw;
}

.headerNav-top_flgs ._icon {
	width: 2.14286vw;
	margin-right: 1vw;
}

.footer-img {
	height: 71.42857vw;
}

.recruit .footer-img {
	margin-top: -10vw;
}

.footer-img_vis_earth {
	top: 20.85714vw;
	width: 80.14286vw;
}

.footer-img_vis_bg {
	width: 136.42857vw;
}

.footer-img_vis_human_wrap {
	width: 100vw;
}

.footer-img_vis_human._human1 {
	top: 37.71429vw;
	left: 20.85714vw;
	width: 14.57143vw;
}

.footer-img_vis_human._human2 {
	top: 30.35714vw;
	left: .42857vw;
	width: 18.14286vw;
}

.footer-img_vis_human._human3 {
	top: 38.35714vw;
	left: 87.42857vw;
	width: 8.71429vw;
}

.footer-img_vis_human._human4 {
	top: 5.78571vw;
	left: 31.07143vw;
	width: 11.92857vw;
}

.footer-img_vis_human._human5 {
	top: 15.42857vw;
	left: 22.57143vw;
	width: 14.64286vw;
}

.footer-img_vis_human._human6 {
	top: 46.64286vw;
	left: 41.07143vw;
	width: 17.5vw;
}

.footer-img_txts ._main {
	font-size: 3.21429vw;
	top: 18.57143vw;
}

.footer-img_txts ._main > span {
	padding: 2.14286vw .92857vw 0 .92857vw;
	box-shadow: 0 0 .92857vw rgba(4, 54, 148, .4);
}

.footer-img_txts ._main > span._txt2 {
	margin-top: 5vw;
	margin-right: -.57143vw;
}

.footer-txt_slide {
	bottom: 3.57143vw;
	padding-top: 1.78571vw;
	padding-bottom: 1.78571vw;
}

.footer-txt_slide_txt {
	font-size: 6.42857vw;
	text-shadow: 0 0 1.42857vw rgba(4, 54, 148, .4), 0 0 1.42857vw rgba(4, 54, 148, .4), 0 0 1.42857vw rgba(4, 54, 148, .4), 0 0 1.42857vw rgba(4, 54, 148, .4);
}

.footer-img_car {
	bottom: 1.42857vw;
}

.footer-logo {
	width: 19.64286vw;
}

.footer-nav_item {
	margin-left: 2.85714vw;
}

.footer-nav_item {
	margin-left: 0;
}

.footer-nav_item ._link a {
	font-size: 1.28571vw;
	padding-left: 1.42857vw;
}

.footer-nav_item ._link a:after {
	top: .64286vw;
	width: 1.07143vw;
}

.footer-subnav {
	padding-top: .71429vw;
	padding-left: 1.42857vw;
}

.footer-subnav {
	padding-top: 0;
	padding-left: 4.7619vw;
}

.footer-subnav li {
	margin-bottom: .35714vw;
}

.recruit-cv {
	margin-left: 3.57143vw;
	padding-right: 3.57143vw;
	padding-left: 25.71429vw;
	border-radius: 4.28571vw 0 0 4.28571vw;
}

.recruit-cv .heading1 {
	margin-bottom: 5.71429vw;
}

.recruit-cv_inner {
	padding-top: 12.64286vw;
	padding-bottom: 6.42857vw;
}

.recruit-cv_eng {
	font-size: 12.64286vw;
}

.recruit-cv_flex_item .btn a {
	font-size: 1.42857vw;
	height: 6.42857vw;
	padding-top: 2.14286vw;
}

.recruit-cv_flex_item .btn a:after {
	top: -2.14286vw;
	width: 4.14286vw;
}

.recruit-cv_flex_item._tel .btn a {
	font-size: 2.14286vw;
}

.recruit-cv_flex_item._line .btn a:after {
	width: 4.28571vw;
}

.recruit-cv_flex_item._mail .btn a:after {
	top: -1.07143vw;
	width: 4.28571vw;
}

.img1_2 {
	width: 20vw;
	margin-top: -2.85714vw;
	margin-right: -3.57143vw;
}

.img2_1 {
	width: 33.21429vw;
}

.img2_2 {
	width: 23.42857vw;
	margin-top: -3.57143vw;
}

.card1 {
	padding: 2.14286vw;
}

.uline {
	background-position: left bottom .21429vw;
	background-size: auto .57143vw;
}

.section2 {
	margin-left: 25.71429vw;
}

.block1-left {
	width: 30.71429vw;
}

.block1-right {
	width: calc(100% - 30.71429vw);
}

.block2 {
	padding: 1.42857vw 2.85714vw 1.42857vw 14.28571vw;
}

.block2-ttl {
	font-size: 1.42857vw;
	padding: .21429vw 2.85714vw .21429vw 1.42857vw;
	border-radius: 0 1.42857vw 1.42857vw 0;
}

.block3-cont {
	padding-right: 3.57143vw;
}

._revease .block3-cont {
	padding-left: 3.57143vw;
}

.block4-img {
	padding-left: 3.57143vw;
}

._revease .block4-img {
	padding-right: 3.57143vw;
}

.block4-cont {
	margin-top: 10.71429vw;
	padding-top: 3.57143vw;
	padding-right: 3.57143vw;
	padding-bottom: 3.57143vw;
}

._revease .block4-cont {
	padding-left: 3.57143vw;
}

.block4-cont:after {
	width: calc(100% + 25vw);
	border-radius: 0 0 0 4.28571vw;
}

._revease .block4-cont:after {
	border-radius: 0 0 4.28571vw 0;
}

.box1 {
	margin-left: 3.57143vw;
}

.box2 {
	padding: 3.57143vw 0 3.57143vw 3.57143vw;
}

.box2:after {
	border-radius: 2.14286vw 0 0 2.14286vw;
}

.box3 {
	padding: 2.85714vw 3.57143vw;
	border-radius: 2.14286vw;
}

.box4 {
	padding: 2.85714vw;
	border-radius: 1.42857vw;
}

.box5 {
	padding: 2.85714vw 3.57143vw;
	border-radius: 2.14286vw;
}

.top-intro_map ._car {
	width: 12.28571vw;
}

.top-intro_cars {
	width: 6.42857vw;
}

.car_slide {
	height: 6.28571vw;
}

.car_slide ._icon {
	width: 9.35714vw;
}

.round {
	border-radius: 2.14286vw;
}

.round._s {
	border-radius: .71429vw;
}

.round._m {
	border-radius: 1.42857vw;
}

.round-l {
	border-radius: 2.85714vw 0 0 2.85714vw;
}

.list1 dt {
	font-size: 1.42857vw;
	width: 7.85714vw;
	padding: .07143vw .71429vw;
	border-radius: 0 2.14286vw 2.14286vw 0;
}

.list1 dd {
	font-size: 1.5vw;
	width: calc(100% - 7.85714vw - .5vw);
	margin-bottom: 1.78571vw;
}

.list2 li {
	margin-bottom: .35714vw;
	padding-left: 1.07143vw;
}

.list2 li:after {
	top: .71429vw;
	width: .57143vw;
}

.list2._flex li {
	margin-right: 1.42857vw;
}

.list2._l {
	font-size: 1.28571vw;
}

.list2._l li:after {
	top: .78571vw;
}

.list3 li {
	font-size: 1.42857vw;
	margin-bottom: .71429vw;
	padding-left: 6.42857vw;
}

#english .list3 li {
	padding-left: 8.57143vw;
}

.list3 li ._icon {
	font-size: 1vw;
	padding: .14286vw 1.42857vw;
	-webkit-clip-path: polygon(0 0, calc(100% - .71429vw) 0, 100% 50%, calc(100% - .71429vw) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - .71429vw) 0, 100% 50%, calc(100% - .71429vw) 100%, 0 100%);
}

.list4 {
	font-size: 1.28571vw;
}

.list4 dt {
	width: 5.71429vw;
	padding-left: 1.07143vw;
}

.list4 dt:after {
	top: .64286vw;
	width: .57143vw;
	height: .78571vw;
}

.list4 dd {
	width: calc(100% - 5.71429vw);
	margin-top: -.28571vw;
	margin-bottom: .5vw;
}

.top-fv {
	height: 86.71429vw;
}

.top-fv_vis_earth {
	top: 17.28571vw;
	width: 80.14286vw;
}

.top-fv_vis_bg {
	top: -16.57143vw;
	width: 136.42857vw;
}

.top-fv_vis_human_wrap {
	width: 100vw;
}

.top-fv_vis_human._human1 {
	top: 25.71429vw;
	left: 73.5vw;
	width: 11.07143vw;
}

.top-fv_vis_human._human2 {
	top: 12.14286vw;
	left: 67.57143vw;
	width: 18.78571vw;
}

.top-fv_vis_human._human3 {
	top: 11.07143vw;
	left: 25.35714vw;
	width: 10.64286vw;
}

.top-fv_vis_human._human4 {
	top: 5.78571vw;
	left: 31.07143vw;
	width: 11.92857vw;
}

.top-fv_vis_human._human5 {
	top: 11.28571vw;
	left: 40.85714vw;
	width: 12.64286vw;
}

.top-fv_vis_human._human6 {
	top: 7.71429vw;
	left: 49.85714vw;
	width: 18.64286vw;
}

.top-fv_txts ._main {
	font-size: 5.71429vw;
	top: 10vw;
	left: 3.57143vw;
}

.top-fv_txts ._main > span {
	padding: 3.57143vw 1.42857vw 0 1.42857vw;
	box-shadow: 0 0 1.42857vw rgba(4, 54, 148, .4);
}

.top-fv_txts ._main > span._txt2 {
	margin-top: 8.78571vw;
	margin-right: -.71429vw;
}

.top-fv_txts .eng {
	top: 46.42857vw;
	right: 3.57143vw;
	text-shadow: 0 0 1.42857vw rgba(4, 54, 148, .4), 0 0 1.42857vw rgba(4, 54, 148, .4), 0 0 1.42857vw rgba(4, 54, 148, .4), 0 0 1.42857vw rgba(4, 54, 148, .4);
}

.top-fv_txts .eng ._txt1 {
	font-size: 8.85714vw;
}

.top-fv_txts .eng ._txt2 {
	font-size: 6.42857vw;
}

.bnr-recruit {
	padding: 2.85714vw 3.57143vw;
}

.bnr-recruit_icon {
	top: -3.92857vw;
	left: 3.57143vw;
}

.bnr-recruit_icon {
	top: -6.92857vw;
	left: 4.7619vw;
}

.bnr-recruit_icon span {
	font-size: 6.42857vw;
}

.bnr-recruit_txt2 {
	font-size: 1.78571vw;
}

.bnr-recruit_txt {
	width: 53.92857vw;
}

.bnr-recruit_btn {
	right: 3.57143vw;
	bottom: 2.85714vw;
}

.bnr-recruit_img1 {
	top: -3.57143vw;
	right: 7.85714vw;
	width: 47.5vw;
}

.bnr-recruit_img2 {
	right: 2.14286vw;
	width: 31.57143vw;
}

.top-bg {
	margin-top: -5.71429vw;
	background-position: bottom 7.14286vw center;
}

.top-intro_img1 {
	width: 26.07143vw;
}

.top-intro_img1 img {
	border-radius: 0 2.14286vw 2.14286vw 0;
}

.top-intro_img2 {
	width: 26.07143vw;
}

.top-intro_img2 img {
	border-radius: 2.14286vw 0 0 2.14286vw;
}

.top-intro_inner {
	width: 35vw;
}

.top-intro_slide_txt {
	font-size: 10.71429vw;
}

.top-call_ttl {
	width: 45.71429vw;
	height: 8.92857vw;
	margin-top: -8.92857vw;
	padding-top: 1.42857vw;
	border-radius: 2.14286vw 2.14286vw 0 0;
}

.top-call_ttl_human {
	top: -13vw;
}

.top-call_ttl_human img {
	width: 15.64286vw;
}

.top-call_box {
	padding: 5vw 3.57143vw 4.28571vw;
}

.top-call_iilust {
	top: -3.57143vw;
}

.top-call_iilust img {
	height: 8vw;
}

.app {
	margin-bottom: 1.42857vw;
	padding-bottom: 1.42857vw;
}

.store-badges {
	gap: .64286vw;
}

.store-badges__item img {
	height: 3.28571vw;
}

.store-badges__item._iphone {
	padding-top: .5vw;
	padding-bottom: .5vw;
}

.store-badges__item._android img {
	height: 4.28571vw;
}

.app_go {
	width: 6.57143vw;
}

.app_uber {
	width: 11.78571vw;
}

.app_didi {
	width: 11.64286vw;
}

.top-img_bg_illust {
	top: -10vw;
}

.top-img_bg_illust img {
	width: 117.42857vw;
	margin-left: -2.5vw;
}

.top-img_human1 {
	top: .71429vw;
	left: 27.85714vw;
	width: 15.5vw;
}

.top-img_human2 {
	top: -9.28571vw;
	left: 19.28571vw;
	width: 14.92857vw;
}

.top-img_human3 {
	left: -2.5vw;
	width: 26.64286vw;
}

.top-feature_map {
	top: -5.71429vw;
	width: 28.78571vw;
}

.top-feature_map ._car {
	left: 14.64286vw;
	width: 2.5vw;
}

.top-feature_box {
	margin-bottom: 2.14286vw;
	padding-top: 1.42857vw;
	padding-left: 8.57143vw;
}

.top-feature_box_icon {
	font-size: 3.57143vw;
	width: 6.92857vw;
	padding-right: 1.35714vw;
}

.top-feature_box_list dt {
	font-size: 1.78571vw;
	margin-bottom: .71429vw;
}

.top-feature_imgs {
	width: 68.57143vw;
}

.top-feature_img1,
.top-feature_img2 {
	width: 40.21429vw;
}

.top-feature_img2 {
	margin-top: -5.35714vw;
}

.top-feature_img3 {
	top: -.71429vw;
	right: 2.85714vw;
	width: 17.07143vw;
}

.top-company {
	margin-top: -8.57143vw;
}

.top-company_inner {
	padding-top: 19.28571vw;
}

.top-company_bg {
	top: 14.28571vw;
}

.top-company_human {
	left: 12.14286vw;
	width: 11.57143vw;
	height: 34.57143vw;
}

.news-list_item a {
	padding: .92857vw 1.42857vw;
}

.news-archive .news-list_item a {
	padding: 1.42857vw 1.42857vw;
	padding-left: 2.85714vw;
}

.news-archive .news-list_item a:after {
	top: 3vw;
	left: .71429vw;
	width: 1.14286vw;
}

.news-list_item a ._time {
	font-size: 1.5vw;
	width: 7.85714vw;
	margin-right: .71429vw;
}

.news-list_item a ._cat {
	font-size: 1vw;
	width: 7.5vw;
	margin-right: .71429vw;
	padding: .14286vw 1.42857vw;
	border-radius: 0 1.42857vw 1.42857vw 0;
}

.news-list_item a ._ttl {
	width: calc(100% - 8.57143vw - 7.5vw);
}

.news-archive .news-list_item a ._ttl {
	padding-top: .71429vw;
}

.recruit-fv {
	height: 75vw;
}

.recruit-fv .bg-slash {
	left: 50.6%;
}

.recruit-fv_box1 {
	top: 33.71429vw;
	left: 10.85714vw;
}

.recruit-fv_box1 ._img {
	width: 12.14286vw;
}

.recruit-fv_box1 ._img img {
	width: 12.14286vw;
}

.recruit-fv_box2 {
	top: 42.28571vw;
	left: 10.57143vw;
}

.recruit-fv_box2 ._img {
	width: 41.28571vw;
}

.recruit-fv_box2 ._img img {
	width: 39vw;
}

.recruit-fv_box3 {
	top: 28.85714vw;
	left: 40.5vw;
}

.recruit-fv_box3 ._img {
	width: 25.78571vw;
}

.recruit-fv_box3 ._img img {
	width: 25.78571vw;
}

.recruit-fv_box4 {
	top: 49.92857vw;
	left: 35vw;
}

.recruit-fv_box4 ._img {
	width: 53.07143vw;
}

.recruit-fv_box4 ._img img {
	width: 53.07143vw;
}

.recruit-fv_box5 {
	top: 34.92857vw;
	left: 71.35714vw;
}

.recruit-fv_box5 ._img {
	width: 10.64286vw;
}

.recruit-fv_box5 ._img img {
	width: 10.64286vw;
}

.recruit-fv_box6 {
	top: 13.35714vw;
	left: 75.14286vw;
}

.recruit-fv_box6 ._img {
	width: 18.21429vw;
}

.recruit-fv_box6 ._img img {
	width: 18.21429vw;
}

.recruit-fv_box7 {
	top: 27.21429vw;
	left: 81.92857vw;
}

.recruit-fv_box7 ._img {
	width: 14.28571vw;
}

.recruit-fv_box7 ._img img {
	width: 14.28571vw;
}

.recruit-fv_box8 {
	top: 12.14286vw;
	left: 59.42857vw;
}

.recruit-fv_box8 ._img {
	width: 14.28571vw;
}

.recruit-fv_box8 ._img img {
	width: 14.28571vw;
}

.recruit-fv_txt {
	top: 14.28571vw;
	left: 3.57143vw;
}

.recruit-fv_txt ._txt1 {
	width: 46.71429vw;
}

.recruit-fv_txt ._txt2 {
	width: 35vw;
}

.bg-slash ._item {
	height: 6.28571vw;
}

.bg-slash ._item._slash1 {
	width: 81.42857vw;
}

.bg-slash ._item._slash2 {
	width: 89.71429vw;
}

.bg-slash ._item._slash3 {
	width: 97.28571vw;
}

.bg-slash ._item._slash4 {
	width: 114.14286vw;
}

.bg-slash ._item._slash5 {
	width: 110.07143vw;
}

.bg-slash ._item._slash6 {
	width: 119.07143vw;
}

.bg-slash ._item._slash7 {
	width: 117.21429vw;
}

.bg-slash ._item._slash8 {
	width: 140.64286vw;
}

.bg-slash ._item._slash9 {
	width: 135.92857vw;
}

.bg-slash ._item._slash10 {
	width: 123vw;
	margin-left: 10.07143vw;
}

.bg-slash ._item._slash11 {
	width: 128.14286vw;
	margin-left: 17.85714vw;
}

.bg-slash ._item._slash12 {
	width: 136.35714vw;
	margin-left: 12.85714vw;
}

.bg-slash ._item._slash13 {
	width: 124.14286vw;
	margin-left: 58.33333vw;
}

.bg-slash ._item._slash14 {
	width: 114.35714vw;
	margin-left: 34.78571vw;
}

.bg-slash ._item._slash15 {
	width: 130.64286vw;
	margin-left: 18.57143vw;
}

.bg-slash ._item._slash16 {
	width: 126.57143vw;
	margin-left: 22.57143vw;
}

.bg-slash ._item._slash17 {
	width: 110.42857vw;
	margin-left: 38.71429vw;
}

.bg-slash ._item._slash18 {
	width: 102.64286vw;
	margin-left: 46.5vw;
}

.bg-slash ._item._slash19 {
	width: 84.85714vw;
	margin-left: 64.28571vw;
}

.bg-slash ._item._slash20 {
	width: 96.42857vw;
	margin-left: 52.71429vw;
}

.bg-slash ._item._slash21 {
	width: 79.71429vw;
	margin-left: 69.42857vw;
}

.bg-slash2 ._item {
	height: 6.28571vw;
}

.bg-slash2 ._item._slash1 {
	width: 81.42857vw;
}

.bg-slash2 ._item._slash2 {
	width: 87.35714vw;
}

.bg-slash2 ._item._slash3 {
	width: 97.5vw;
}

.bg-slash2 ._item._slash4 {
	width: 90.35714vw;
}

.bg-slash2 ._item._slash5 {
	width: 107.21429vw;
}

.bg-slash2 ._item._slash6 {
	width: 82.92857vw;
	margin-left: 33vw;
}

.bg-slash2 ._item._slash7 {
	width: 68.14286vw;
	margin-left: 40.85714vw;
}

.bg-slash2 ._item._slash8 {
	width: 98.35714vw;
	margin-left: 27.28571vw;
}

.bg-slash2 ._item._slash9 {
	width: 80.14286vw;
	margin-left: 56.07143vw;
}

.bg-slash2 ._item._slash10 {
	width: 70.57143vw;
	margin-left: 53.92857vw;
}

.bg-slash2 ._item._slash11 {
	width: 78.64286vw;
	margin-left: 63.64286vw;
}

.bg-slash2 ._item._slash12 {
	width: 75.07143vw;
	margin-left: 70.14286vw;
}

.bg-slash2 ._item._slash13 {
	width: 68.35714vw;
	margin-left: 76.85714vw;
}

.bg-slash2 ._item._slash14 {
	width: 61.42857vw;
	margin-left: 83.78571vw;
}

.bg-slash2 ._item._slash15 {
	width: 58.71429vw;
	margin-left: 86.57143vw;
}

.bg-slash2 ._item._slash16 {
	width: 54.71429vw;
	margin-left: 90.5vw;
}

.bg-slash2 ._item._slash17 {
	width: 49.07143vw;
	margin-left: 96.14286vw;
}

.bg-slash2 ._item._slash18 {
	width: 37.57143vw;
	margin-left: 107.71429vw;
}

.bg-slash2 ._item._slash19 {
	width: 34.92857vw;
	margin-left: 110.28571vw;
}

.bg-slash2 ._item._slash20 {
	width: 28.42857vw;
	margin-left: 116.85714vw;
}

.bg-slash2 ._item._slash21 {
	width: 21.42857vw;
	margin-left: 123.85714vw;
}

.bg-slash3 ._item {
	height: 6.28571vw;
}

.bg-slash3 ._item._slash1 {
	width: 172.57143vw;
}

.bg-slash3 ._item._slash2 {
	width: 143.14286vw;
	margin-left: 42.35714vw;
}

.bg-slash3 ._item._slash3 {
	width: 121.5vw;
	margin-left: 33.21429vw;
}

.bg-slash3 ._item._slash4 {
	width: 117.35714vw;
	margin-left: 49.5vw;
}

.bg-slash3 ._item._slash5 {
	width: 85.21429vw;
	margin-left: 74.28571vw;
}

.bg-slash3 ._item._slash6 {
	width: 124.71429vw;
	margin-left: 58vw;
}

.bg-slash3 ._item._slash7 {
	width: 138.92857vw;
	margin-left: 105.14286vw;
}

.bg-slash3 ._item._slash8 {
	width: 110.42857vw;
	margin-left: 67.78571vw;
}

.bg-slash3 ._item._slash9 {
	width: 108.07143vw;
	margin-left: 86vw;
}

.bg-slash3 ._item._slash10 {
	width: 70.64286vw;
	margin-left: 103.78571vw;
}

.recruit-intro:after {
	bottom: -24.28571vw;
	height: calc(100% + 24.28571vw);
}

.recruit-intro_eng {
	font-size: 12.64286vw;
	bottom: -7.85714vw;
	left: 3.57143vw;
}

.recruit-intro_txt_baloon:after {
	width: 25.42857vw;
}

.recruit-intro_merit a {
	font-size: 1.57143vw;
	min-width: 45.71429vw;
	padding: 1.78571vw 3.57143vw 1.78571vw 8.92857vw;
	border-radius: 2.14286vw;
}

.recruit-intro_merit a:before {
	border-radius: 2.14286vw;
}

.recruit-intro_merit a:after {
	right: 1.71429vw;
	width: 1.64286vw;
}

.recruit-intro_merit a:hover:after {
	right: 1.92857vw;
}

.recruit-intro_merit a ._inner:after {
	left: -5.35714vw;
	width: 3.92857vw;
}

.recruit-intro_merit a .recruit-intro_merit_icon {
	top: -1.78571vw;
	right: 4.28571vw;
	width: 13.64286vw;
}

.recruit-charm_icon img {
	width: 13.85714vw;
}

.recruit-style_eng {
	font-size: 12.64286vw;
	top: -8.57143vw;
	left: 3.57143vw;
}

.recruit-pay_box_item:first-child {
	margin-right: 3.57143vw;
}

.recruit-pay_box_item_ttl span {
	font-size: 1.42857vw;
	padding: .21429vw 1.42857vw;
}

.recruit-pay_box_small .recruit-pay_box_item_ttl span {
	font-size: 1.14286vw;
	margin-top: .71429vw;
	margin-right: .71429vw;
	padding: .21429vw .71429vw;
}

.recruit-pay_box_item_num {
	font-size: 2.85714vw;
}

.recruit-pay_box_small .recruit-pay_box_item_num {
	font-size: 2.14286vw;
}

.recruit-pay_box_item_num span {
	font-size: 6.28571vw;
}

.recruit-pay_box_small .recruit-pay_box_item_num span {
	font-size: 4.28571vw;
}

.recruit-pay_shikumi_img {
	margin-top: -5vw;
}

.faq-box {
	margin-bottom: 2.14286vw;
	padding-top: .42857vw;
	padding-left: 5.71429vw;
}

.faq-box_icon {
	font-size: 2.14286vw;
	width: 4.85714vw;
	padding-right: 1.07143vw;
}

.faq-box_list dt {
	font-size: 1.78571vw;
	margin-bottom: .71429vw;
}

.recruit-faq .bg-slash3 {
	top: -.78571vw;
}

.recruit-taxi_road_wrap {
	top: 75vw;
	left: 3.57143vw;
	height: calc(100% - 75vw);
}

.recruit-taxi_road {
	width: 20.85714vw;
}

.recruit-taxi_road_icon {
	width: 3.57143vw;
}

.beg-intro:after {
	height: calc(100% + 24.28571vw);
}

.beg-intro_human {
	height: 14.28571vw;
}

.beg-intro_human img {
	width: 10.71429vw;
}

.beg-human {
	top: 1.42857vw;
	right: -5.71429vw;
	width: 14.28571vw;
}

._revease .beg-human {
	top: 1.42857vw;
	left: -5.71429vw;
}

.beg-human._human1 {
	width: 18.14286vw;
}

.beg-human._human3 {
	width: 8.57143vw;
}

.beg-human._human4 {
	width: 8.57143vw;
}

.beg-human._human5 {
	width: 12.85714vw;
}

.beg-taihobox {
	padding: 1.42857vw 2.14286vw;
	border-radius: 1.42857vw;
}

.beg-taihobox_ttl {
	width: 9.28571vw;
}

.beg-taihobox_txt {
	width: 10.71429vw;
}

.beg-taihobox_cont {
	width: calc(100% - 10.71429vw);
}

.features-merit_human {
	right: 2.14286vw;
	bottom: 2.85714vw;
	width: 12.85714vw;
}

._revease .features-merit_human {
	left: 2.14286vw;
}

.features-num_txt {
	font-size: 10vw;
}

.features-num_txt ._s {
	font-size: 5vw;
}

#chinese .features-num_txt ._s {
	font-size: 3.57143vw;
}

.features-num_list ul:first-child {
	margin-right: 1.42857vw;
}

.features-slide .slick-list {
	padding-top: 3.57143vw !important;
	padding-bottom: 3.57143vw !important;
}

.features-slide_item {
	width: 25.71429vw;
	margin-right: 1.42857vw;
	margin-left: 1.42857vw;
}

.features-slide_item img {
	box-shadow: 0 0 1.42857vw rgba(55, 151, 224, .3);
}

.style-flow_slide_item {
	margin-right: 2.14286vw;
	margin-left: 2.14286vw;
	padding: 2.14286vw;
}

.style-flow_slide_item:after {
	right: -3.28571vw;
	width: 2.14286vw;
}

.style-flow .slick-prev,
.style-flow .slick-next {
	width: 10vw;
	height: 2.85714vw;
	margin-right: .71429vw;
	margin-left: .71429vw;
	border-radius: .35714vw;
}

.style-cal_human._human1 {
	left: -12.85714vw;
	width: 10.71429vw;
}

.style-cal_human._human2 {
	right: -12.85714vw;
	width: 10.71429vw;
}

.style-pay_box {
	padding-left: 7.14286vw;
}

.style-pay_box_human {
	bottom: .71429vw;
	left: -1.42857vw;
	width: 10.71429vw;
}

.style-pay_box_human._human1 {
	left: -5.42857vw;
	width: 15.71429vw;
}

.style-pay_txt {
	font-size: 1.42857vw;
}

.style-pay_txt ._l {
	font-size: 2.14286vw;
}

.style-structure_img img {
	margin-top: -2.14286vw;
}

.style-flow_box {
	margin-bottom: 4.28571vw;
	padding: 3.57143vw 2.85714vw 2.14286vw;
	-ms-transform: translate(3.57143vw, 0);
	transform: translate(3.57143vw, 0);
	background-size: 46.35714vw auto;
	box-shadow: 0 0 2.14286vw rgba(55, 151, 224, .3);
}

.style-flow_box._left {
	-ms-transform: translate(-3.57143vw, 0);
	transform: translate(-3.57143vw, 0);
}

.style-flow_box .heading_baloon {
	top: -1.42857vw;
	left: 2.85714vw;
}

.style-flow_box:after {
	bottom: -3.35714vw;
	width: 2.14286vw;
}

.icon_hugokaku {
	top: -5.35714vw;
	right: 14.28571vw;
	width: 5.71429vw;
}

.voice-nav_item a {
	padding: 1.78571vw 1.07143vw 2.85714vw;
	border-radius: .71429vw;
}

.voice-nav_item a:after {
	bottom: 1.07143vw;
	width: 1.42857vw;
}

.voice-nav_item a.active,
.voice-nav_item a:hover {
	box-shadow: 0 0 1.42857vw rgba(55, 151, 224, .3);
}

.voice-nav_item a.active:after,
.voice-nav_item a:hover:after {
	bottom: .71429vw;
}

.voice-nav_item a.active .voice-nav_item_human,
.voice-nav_item a:hover .voice-nav_item_human {
	height: 10vw;
	-ms-transform: translate(-50%, -8.57143vw);
	transform: translate(-50%, -8.57143vw);
}

.voice-nav_item_human {
	height: 7.85714vw;
	-ms-transform: translate(-50%, -6.42857vw);
	transform: translate(-50%, -6.42857vw);
}

.active .voice-nav_item_human {
	height: 10vw;
	-ms-transform: translate(-50%, -8.57143vw);
	transform: translate(-50%, -8.57143vw);
}

.voice-nav_item_human img {
	width: 7.14286vw;
}

._staff2 .voice-nav_item_human img {
	width: 5vw;
}

._staff1 .voice-nav_item_human img {
	width: 5vw;
}

.voice-nav_item_name .eng {
	font-size: 2.14286vw;
	margin-right: .71429vw;
}

.voice-box_ttl {
	margin-bottom: 2.14286vw;
	padding-left: 7.85714vw;
}

.voice-box_ttl:after {
	width: 4.28571vw;
}

.voice-box_ttl p {
	font-size: 1.14286vw;
	line-height: 1.7;
	padding: .71429vw 2.14286vw;
	border-radius: 1.42857vw;
}

.voice-box_ttl p:after {
	top: 1.07143vw;
	left: -1.78571vw;
	width: 2.14286vw;
}

.voice-box_cont {
	margin-bottom: 4.28571vw;
	margin-left: 7.85714vw;
	padding: .71429vw 2.14286vw;
	-ms-transform: translate(4.28571vw, 0);
	transform: translate(4.28571vw, 0);
	border-radius: 1.42857vw;
}

.voice-box_cont:after {
	left: -7.85714vw;
	width: 4.28571vw;
	background-position: center top .71429vw;
}

.voice-box_cont:before {
	top: 1.07143vw;
	left: -1.78571vw;
	width: 2.14286vw;
}

.voice-box_humans img {
	width: 23.57143vw;
}

.voice-box_humans._human1 img {
	width: 12.85714vw;
}

.voice-box_humans._human3 img {
	width: 11.42857vw;
}

.voice-box_humans._human5 img {
	width: 17.85714vw;
}

.news-box_date ._cat {
	font-size: 1vw;
	width: 7.5vw;
	margin-left: .71429vw;
	padding: .14286vw 1.42857vw;
	border-radius: 0 1.42857vw 1.42857vw 0;
}

.table-2 th ._required {
	margin-right: .71429vw;
}

input[type='text']#zip,
input[type='text']#pref,
input[type='tel']#zip,
input[type='tel']#pref,
input[type='email']#zip,
input[type='email']#pref,
textarea#zip,
textarea#pref {
	width: 14.28571vw;
}

input[type='text']#city,
input[type='text']#addr,
input[type='text'][name='other'],
input[type='tel']#city,
input[type='tel']#addr,
input[type='tel'][name='other'],
input[type='email']#city,
input[type='email']#addr,
input[type='email'][name='other'],
textarea#city,
textarea#addr,
textarea[name='other'] {
	width: 46.42857vw;
}

.zip_list li {
	margin-bottom: .71429vw;
}

._required {
	font-size: .85714vw;
	padding: .21429vw .5vw;
	border-radius: .28571vw;
}

.pp_box__inner {
	height: 14.28571vw;
}

.wpcf7-radio .wpcf7-list-item {
	margin-right: 2.85714vw;
}

.wpcf7-radio .wpcf7-list-item-label {
	padding-left: 1.85714vw;
}

.wpcf7-radio .wpcf7-list-item-label:after {
	top: .28571vw;
	width: 1.42857vw;
}

.entry-form_time {
	margin-left: 2.14286vw;
}

.entry-form_time input[type='text'] {
	width: 10.71429vw;
	margin-left: .71429vw;
}

#english .recruit-fv_txt ._txt1,
.page-id-57 .recruit-fv_txt ._txt1 {
	width: 44vw;
}

#english .recruit-fv_txt ._txt2,
.page-id-57 .recruit-fv_txt ._txt2 {
	width: 48.28571vw;
}

#english .headerNav-top_btn a,
.page-id-57 .headerNav-top_btn a {
	width: 17.85714vw;
}

#chinese .recruit-fv_txt ._txt1 {
	width: 30.57143vw;
}

#chinese .recruit-fv_txt ._txt2 {
	width: 30.57143vw;
}

#chinese .headerNav-top_btn a {
	width: 17.85714vw;
}

.post_content h2 {
	font-size: 1.71429vw;
	margin-top: 2.5vw;
	padding: 1.07143vw 2.14286vw;
}

.post_content h3 {
	font-size: 1.57143vw;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
}

.post_content h4 {
	font-size: 1.5vw;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
}

.post_content h4:after {
	width: 7.14286vw;
}

.post_content h5 {
	font-size: 1.35714vw;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
}

.post_content h6 {
	font-size: 1.28571vw;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
}

.post_content p {
	margin-top: 1.42857vw;
}

.post_content ul,
.post_content ol {
	margin-top: 1.42857vw;
}

.post_content ul li,
.post_content ol li {
	margin-bottom: .35714vw;
	padding-left: 1.07143vw;
}

.post_content ul li:after,
.post_content ol li:after {
	top: .57143vw;
	width: .71429vw;
}

.pager .page-numbers {
	min-width: 2.85714vw;
	height: 2.85714vw;
	margin: 0 .28571vw;
}

.wp-paging .btn2 a {
	width: 14.28571vw;
}

.wp-paging .prev a:after {
	left: 1.07143vw;
}

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	min-width: 21.42857vw;
	padding-top: .92857vw;
	padding-right: 2.14286vw;
	padding-bottom: .92857vw;
	padding-left: 3.92857vw;
}

.btn a:before,
.btn input[type='submit']:before,
.btn input[type='button']:before,
.btn button:before {
	border-radius: 7.14286vw;
}

.btn a:after,
.btn input[type='submit']:after,
.btn input[type='button']:after,
.btn button:after {
	left: 1.71429vw;
	width: 1.64286vw;
}

.btn a:hover:after,
.btn input[type='submit']:hover:after,
.btn input[type='button']:hover:after,
.btn button:hover:after {
	right: 1.92857vw;
}

.btn2 a {
	width: 14.28571vw;
	padding: .71429vw 1.42857vw;
}

.btn2 a:after {
	right: 1.42857vw;
	width: 1.71429vw;
}

.header_bg {
	height: 46.78571vw;
}

.header_bg .bg-slash {
	left: 50.6%;
}

.header_bg_inner {
	width: 100vw;
}

.header_bg_icon._human1 {
	top: 10.85714vw;
	left: 12vw;
	width: 14.28571vw;
}

.header_bg_icon._human2 {
	top: 10.42857vw;
	left: 36.64286vw;
	width: 12.14286vw;
}

.header_bg_icon._human2 ._img {
	width: 12.14286vw;
}

.header_bg_icon._human3 {
	top: 11.42857vw;
	left: 50.14286vw;
	width: 14.64286vw;
}

.header_bg_icon._human3 ._img {
	width: 14.64286vw;
}

.header_bg_icon._car {
	top: 12.85714vw;
	left: 66.71429vw;
	width: 33vw;
}

.header_bg_icon._car ._img {
	width: 33vw;
}

.header_bg_icon._txt {
	top: 23.28571vw;
	left: 73.07143vw;
	width: 25.35714vw;
}

.pagettl_ttl ._in {
	padding-top: 2.85714vw;
}

.pagettl_ttl ._in:after {
	top: .71429vw;
	width: 4.71429vw;
}

.pagettl_ttl ._grade {
	font-size: 4.28571vw;
}

.heading1 {
	font-size: 2.85714vw;
	margin-bottom: 1.07143vw;
}

.heading2 span {
	font-size: 2.85714vw;
}

.heading2._s span {
	font-size: 1.57143vw;
}

.heading3 {
	font-size: 2.14286vw;
	margin-bottom: 1.42857vw;
}

.heading4 .eng {
	font-size: 1.5vw;
	padding-left: 1.5vw;
}

.heading4 .eng:after {
	top: .57143vw;
	width: .71429vw;
}

.heading4 .jpn span {
	font-size: 2.85714vw;
}

.heading5 {
	font-size: 2.14286vw;
	margin-bottom: 1.42857vw;
}

.heading5 ._l {
	font-size: 2.92857vw;
}

.heading6 {
	font-size: 2.85714vw;
}

.heading_baloon {
	margin-bottom: 1.78571vw;
}

.heading_baloon ._in {
	font-size: 1.21429vw;
	padding: .5vw 2.14286vw;
	border-radius: .71429vw .71429vw .71429vw 0;
}

.heading_baloon ._in:after {
	bottom: -1.28571vw;
	width: 1.42857vw;
	height: 1.42857vw;
}

.heading_baloon ._in ._l {
	font-size: 1.78571vw;
	vertical-align: -.21429vw;
}

.heading_baloon._jpn ._in {
	font-size: 2.14286vw;
}

.section {
	padding-right: 3.57143vw;
	padding-left: 3.57143vw;
}

.w1100 {
	width: 78.57143vw;
}

.w800 {
	width: 57.14286vw;
}

.mb-xs {
	margin-bottom: .35714vw;
}

.mb-s {
	margin-bottom: .71429vw;
}

.mb-m {
	margin-bottom: 2.14286vw;
}

.mb-mm {
	margin-bottom: 4.28571vw;
}

.mb-l {
	margin-bottom: 7.14286vw;
}

.mb-xl {
	margin-bottom: 10.71429vw;
}

.mb-xxl {
	margin-bottom: 15vw;
}

.mt-xs {
	margin-top: .35714vw;
}

.mt-s {
	margin-top: .71429vw;
}

.mt-m {
	margin-top: 2.14286vw;
}

.mt-mm {
	margin-top: 4.28571vw;
}

.mt-l {
	margin-top: 7.14286vw;
}

.mt-xl {
	margin-top: 10.71429vw;
}

.mt-xxl {
	margin-top: 15vw;
}

.pb-xs {
	padding-bottom: .35714vw;
}

.pb-s {
	padding-bottom: .71429vw;
}

.pb-m {
	padding-bottom: 2.14286vw;
}

.pb-mm {
	padding-bottom: 4.28571vw;
}

.pb-l {
	padding-bottom: 7.14286vw;
}

.pb-xl {
	padding-bottom: 10.71429vw;
}

.pb-xxl {
	padding-bottom: 15vw;
}

.pt-xs {
	padding-top: .35714vw;
}

.pt-s {
	padding-top: .71429vw;
}

.pt-m {
	padding-top: 2.14286vw;
}

.pt-mm {
	padding-top: 4.28571vw;
}

.pt-l {
	padding-top: 7.14286vw;
}

.pt-xl {
	padding-top: 10.71429vw;
}

.pt-xxl {
	padding-top: 15vw;
}

.text_s {
	font-size: 1.07143vw;
}

.text_m {
	font-size: 1.28571vw;
}

.text_l {
	font-size: 1.42857vw;
}

.table-1 th,
.table-1 td {
	padding: 1.78571vw 2.14286vw;
}

.table-1 th {
	padding-left: 2.5vw;
}

.table-1 th:after {
	top: 2.42857vw;
	left: 1.42857vw;
	width: .57143vw;
}

}

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

.w900 {
	width: auto;
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
}

}

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

body {
	font-size: 3.69048vw;
}

.loader-wrap .bg-slash {
	left: -10%;
}

header {
	position: absolute;
	top: 4.7619vw;
	left: 4.7619vw;
	width: auto;
}

.recruit header {
	top: 0;
	left: 0;
}

.header-logo {
	width: 38.64286vw;
	margin-left: 1.42857vw;
}

.recruit .header-logo {
	width: 56.64286vw;
}

.recruit .header-logo a {
	width: auto;
	padding-top: 2.85714vw;
	padding-bottom: 2.85714vw;
	border-radius: 0 0 8.57143vw 0;
}

.recruit .header-logo a img {
	width: 33.64286vw;
}

.recruit .header-logo a ._txt {
	font-size: 3.33333vw;
}

.header-recruit_btn a {
	width: 100%;
	height: 15.71429vw;
	border-radius: 100px;
}

.header-recruit_btn a span {
	font-size: 4.28571vw;
	padding-left: 10.83333vw;
}

.header-recruit_btn a span:after {
	width: 9.33333vw;
}

.headerNav-top_btn:first-child {
	border-right: none;
	border-bottom: 2px solid transparent;
}

.headerNav-top_btn a {
	font-size: 4.28571vw;
	display: block;
	width: auto;
	padding: 3.57143vw;
}

.headerNav-top_btn a span {
	padding-left: 4.7619vw;
}

.headerNav-top_btn a span:after {
	width: 3.80952vw;
}

.headerNav-top_btn._l a:before {
	border-radius: 0 0 0 2.14286vw;
}

.headerNav-top_flgs {
	margin-right: 0;
	margin-bottom: 7.14286vw;
	-ms-flex-pack: center;
	justify-content: center;
}

.headerNav-top_flgs ._icon {
	width: 9.52381vw;
	margin-right: 3.33333vw;
}

.hab-nav {
	position: fixed;
	z-index: 109;
	top: 0;
	left: 100vw;
	overflow: auto;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	padding: 23.80952vw 9.52381vw;
	transition: all .2s ease-out;
	background: url(../img/common/bg4.webp) center top no-repeat;
	background-size: cover;
	-webkit-overflow-scrolling: touch;
}

.recruit .hab-nav {
	background: url(../img/common/bg2.webp) center top no-repeat;
	background-size: cover;
}

.open .hab-nav {
	left: 0;
}

.headerNav {
	margin-bottom: 9.52381vw;
}

.headerNav__list {
	margin-bottom: 7.14286vw;
	text-align: left;
}

.recruit-lang .headerNav__list:first-child {
	margin-bottom: 0;
}

.headerNav__list > li {
	margin-bottom: 2.38095vw;
}

.headerNav__list > li.tablet {
	display: block;
}

.headerNav__list > li > a {
	font-size: 4.28571vw;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 3.57143vw 7.14286vw;
	padding-left: 11.90476vw;
	border-radius: 100px;
	background: #fff;
	box-shadow: 0 0 3.57143vw rgba(55, 151, 224, .3);
}

.headerNav__list > li > a:after {
	position: absolute;
	top: 50%;
	left: 4.7619vw;
	display: block;
	width: 4.7619vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
}

.headerNav__list ._sub li {
	padding-left: 11.90476vw;
}

.headerNav__list ._sub li a {
	font-weight: 700;
	position: relative;
	display: block;
	padding-top: 1.19048vw;
	padding-bottom: 1.19048vw;
	padding-left: 5.95238vw;
}

.headerNav__list ._sub li a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 3.80952vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 50% auto;
	aspect-ratio: 1 / 1;
}

.headerNav__list ._sub li a:hover {
	opacity: 1;
}

.headerNav__list ._sub li a:hover:after {
	background-color: #ff4200;
	background-image: url(../img/common/arr_white.webp);
}

.hab-menu__only {
	display: block;
}

.hab-menu_btn.btn2 a,
.hab-menu_btn.btn3 a {
	display: block;
	width: auto;
}

.headerNav-top ._btns {
	overflow: hidden;
	margin-bottom: 7.14286vw;
	border-radius: 7.14286vw;
}

._corp_btn a {
	font-size: 4.28571vw;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 2.38095vw 7.14286vw;
	padding-left: 11.90476vw;
	border-radius: 100px;
	background: rgba(255, 255, 255, .6);
	box-shadow: 0 0 3.57143vw rgba(55, 151, 224, .3);
}

._corp_btn a:after {
	position: absolute;
	top: 50%;
	left: 4.7619vw;
	display: block;
	width: 4.7619vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
}

.spNavBtn__btn a {
	width: 14.28571vw;
	height: 14.28571vw;
}

#spNavBtn {
	display: block;
}

.footer {
	padding-top: 9.52381vw;
}

.recruit .footer-img {
	margin-top: 0;
}

.footer-img_txts ._main {
	font-size: 4.7619vw;
	top: 5.90476vw;
}

.footer-img_txts ._main > span {
	padding: 4.7619vw 2.57143vw 0 2.57143vw;
	box-shadow: 0 0 2.57143vw rgba(4, 54, 148, .4);
}

.footer-img_txts ._main > span._txt2 {
	margin-top: 8.78571vw;
	margin-right: -.71429vw;
}

footer {
	padding-bottom: 16.66667vw;
}

.footer-logo {
	width: 40vw;
	margin-right: auto;
	margin-left: auto;
}

.footer-nav_item ._link a {
	font-size: 3.80952vw;
	display: block;
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
	padding-left: 4.7619vw;
}

.footer-nav_item ._link a:after {
	top: 3.57143vw;
	width: 3.57143vw;
}

.footer-subnav li a {
	display: block;
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
}

.page_top {
	right: 2.38095vw;
	bottom: 21.42857vw;
}

.page_top a {
	width: 11.90476vw;
	height: 11.90476vw;
}

.page_top a:after {
	width: 4.7619vw;
}

.recruit-cv {
	margin-left: 5.95238vw;
	padding-right: 5.95238vw;
	padding-left: 15.85714vw;
	border-radius: 7.14286vw 0 0 7.14286vw;
}

.recruit-cv_flex {
	display: block;
}

.recruit-cv_flex_item {
	width: auto;
	margin-bottom: 5.95238vw;
}

#entry .recruit-cv_flex_item:first-child {
	margin-right: 0;
}

.recruit-cv_flex_item .btn a {
	font-size: 4.28571vw;
	display: -ms-flexbox;
	display: flex;
	height: 14.28571vw;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 19.04762vw;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.recruit-cv_flex_item .btn a:after {
	top: 50%;
	left: 8.09524vw !important;
	width: 8.33333vw;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.recruit-cv_flex_item._tel .btn a {
	font-size: 6.14286vw;
}

.recruit-cv_flex_item._line .btn a:after {
	width: 10vw;
}

.recruit-cv_flex_item._line .btn a:after {
	top: 50%;
	left: 7.14286vw !important;
	width: 10vw;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.recruit-cv_flex_item._mail .btn a:after {
	top: 50%;
	left: 7.14286vw !important;
	width: 10vw;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.img1_1 {
	width: 80%;
}

.img1_2 {
	width: 80%;
	margin-top: -9.52381vw;
	margin-right: -4.7619vw;
}

.img2_1 {
	width: 59.21429vw;
}

.img2_2 {
	width: 59.21429vw;
	margin-top: -7.57143vw;
}

.card1 {
	padding: 4.7619vw;
}

.uline {
	background-position: left bottom .5vw;
	background-size: auto 1.33333vw;
}

.section2 {
	margin-left: 0;
}

.block1-left {
	width: auto;
}

.block1-right {
	width: auto;
}

.block2 {
	padding: 4.7619vw;
}

.block2-ttl {
	font-size: 4.04762vw;
	position: static;
	display: inline-block;
	margin-bottom: 3.57143vw;
	margin-left: -4.7619vw;
	padding: .71429vw 9.52381vw .71429vw 4.7619vw;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	border-radius: 0 4.7619vw 4.7619vw 0;
}

.block3-img {
	width: auto;
	margin-right: 9.52381vw;
}

._revease .block3-img ._main img {
	border-radius: 0 400px 400px 0;
}

.block3-cont {
	width: auto;
	padding-right: 4.7619vw;
	padding-left: 4.7619vw;
}

._revease .block3-cont {
	padding-right: 4.7619vw;
	padding-left: 4.7619vw;
}

.block4-img {
	width: auto;
	padding-left: 23.80952vw;
}

.block4-img img {
	border-radius: 3.57143vw 0 0 3.57143vw;
}

._revease .block4-img {
	width: auto;
	padding-right: 23.80952vw;
}

._revease .block4-img img {
	border-radius: 0 3.57143vw 3.57143vw 0;
}

.block4-cont {
	width: auto;
	margin-top: 0;
	margin-right: 4.7619vw;
	padding-right: 4.7619vw;
	padding-bottom: 7.14286vw;
	padding-left: 4.7619vw;
}

._revease .block4-cont {
	margin-right: 0;
	margin-left: 4.7619vw;
}

.block4-cont:after {
	top: auto;
	bottom: 0;
	width: 100%;
	height: calc(100% + 30vw);
	border-radius: 0 0 10vw 0;
}

._revease .block4-cont:after {
	border-radius: 0 0 0 10vw;
}

.box1 {
	margin-left: 4.7619vw;
}

.box2 {
	padding: 7.14286vw 0 7.14286vw 4.7619vw;
}

.box2:after {
	border-radius: 4.7619vw 0 0 4.7619vw;
}

.box3 {
	padding: 4.7619vw 4.7619vw;
	border-radius: 4.7619vw;
}

.box4 {
	padding: 4.7619vw;
	border-radius: 3.57143vw;
}

.box5 {
	padding: 4.7619vw;
	border-radius: 4.7619vw;
}

.top-intro_map ._car {
	width: 16.38095vw;
	animation: car_slide_right 10s linear infinite;
}

.top-intro_map ._map img {
	width: 200vw;
	max-width: none;
	-ms-transform: translate(-25%, 0);
	transform: translate(-25%, 0);
}

.top-intro_cars {
	width: 11.90476vw;
}

.car_slide {
	height: 8.38095vw;
}

.car_slide ._icon {
	width: 12.47619vw;
	animation: car_slide_left 10s linear infinite;
}

.car_slide._right ._icon {
	animation: car_slide_right 10s linear infinite;
}

.round {
	border-radius: 3.57143vw;
}

.round._s {
	border-radius: 1.90476vw;
}

.round._m {
	border-radius: 2.85714vw;
}

.round-l {
	border-radius: 4.7619vw 0 0 4.7619vw;
}

.list1 dt {
	font-size: 3.33333vw;
	width: 17.02381vw;
	padding: .16667vw 1.66667vw;
	border-radius: 0 7.14286vw 7.14286vw 0;
}

.list1 dd {
	font-size: 3.80952vw;
	width: calc(100% - 18.33333vw - 1vw);
	margin-bottom: 3.57143vw;
}

.list2 li {
	margin-bottom: 1.19048vw;
	padding-left: 3.57143vw;
}

.list2 li:after {
	top: 2.14286vw;
	width: 1.90476vw;
}

.list2._flex li {
	margin-right: 4.7619vw;
}

.list2._l {
	font-size: 4.04762vw;
}

.list2._l li:after {
	top: 2.85714vw;
}

.list3 li {
	font-size: 3.80952vw;
	margin-bottom: 1.78571vw;
	padding-left: 16.07143vw;
}

#english .list3 li {
	padding-left: 21.42857vw;
}

.list3 li ._icon {
	font-size: 2.5vw;
	padding: .35714vw 3.57143vw;
	-webkit-clip-path: polygon(0 0, calc(100% - 1.78571vw) 0, 100% 50%, calc(100% - 1.78571vw) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 1.78571vw) 0, 100% 50%, calc(100% - 1.78571vw) 100%, 0 100%);
}

.list4 {
	font-size: 4.04762vw;
	display: block;
}

.list4 dt {
	width: auto;
	padding-left: 2.85714vw;
}

.list4 dt:after {
	top: 2.38095vw;
	width: 1.52381vw;
	height: 2.09524vw;
}

.list4 dd {
	width: auto;
	margin-top: -.7619vw;
	margin-bottom: 1.33333vw;
	padding-left: 2.85714vw;
}

.top-fv {
	height: 155.80952vw;
}

.top-fv_vis_earth {
	top: 36.38571vw;
	left: -4.62857vw;
	width: 111.46667vw;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.top-fv_vis_bg {
	top: -11.18571vw;
	width: 158.91429vw;
}

.top-fv_vis_human._human1 {
	top: 38.71429vw;
	left: 71.5vw;
	width: 16.07143vw;
}

.top-fv_vis_human._human2 {
	top: 26.14286vw;
	left: 60.57143vw;
	width: 25.78571vw;
}

.top-fv_vis_human._human3 {
	top: 28.07143vw;
	left: 8.35714vw;
	width: 15.64286vw;
}

.top-fv_vis_human._human4 {
	top: 19.78571vw;
	left: 16.07143vw;
	width: 19.92857vw;
}

.top-fv_vis_human._human5 {
	top: 17.28571vw;
	left: 28.85714vw;
	width: 25.64286vw;
}

.top-fv_vis_human._human6 {
	top: 19.71429vw;
	left: 42.85714vw;
	width: 25.64286vw;
}

.top-fv_txts ._main {
	font-size: 5.95238vw;
	top: 51.42857vw;
	left: 4.7619vw;
}

.top-fv_txts ._main > span {
	padding: 4.7619vw 2.57143vw 0 2.57143vw;
	box-shadow: 0 0 2.57143vw rgba(4, 54, 148, .4);
}

.top-fv_txts ._main > span._txt2 {
	margin-top: 8.78571vw;
	margin-right: -.71429vw;
}

.top-fv_txts .eng {
	top: 94.57143vw;
	right: 4.7619vw;
	text-shadow: 0 0 2.57143vw rgba(4, 54, 148, .4), 0 0 2.57143vw rgba(4, 54, 148, .4), 0 0 2.57143vw rgba(4, 54, 148, .4), 0 0 2.57143vw rgba(4, 54, 148, .4);
}

.top-fv_txts .eng ._txt1 {
	font-size: 11.80952vw;
}

.top-fv_txts .eng ._txt2 {
	font-size: 8.57143vw;
}

.bnr-recruit {
	padding: 7.14286vw 4.7619vw;
}

.bnr-recruit_icon span {
	font-size: 13.42857vw;
}

.bnr-recruit_txt2 {
	font-size: 5.7619vw;
}

.bnr-recruit_txt {
	width: 60%;
	margin-bottom: 4.7619vw;
}

.bnr-recruit_btn {
	position: static;
	text-align: center;
}

.bnr-recruit_img1 {
	top: 53.42857vw;
	right: -25.14286vw;
	width: 66.5vw;
}

.bnr-recruit_img2 {
	right: 1.14286vw;
	bottom: 28vw;
	width: 42.57143vw;
}

.top-bg {
	margin-top: -19.04762vw;
	background-image: url(../img/common/bg1_sp.webp);
	background-position: bottom 13.80952vw center;
}

.top-bg .section {
	margin-bottom: 0 !important;
}

.top-intro_img1 {
	position: relative;
	left: -4.7619vw;
	width: 70%;
	aspect-ratio: 1.5 / 1;
}

.top-intro_img1 img {
	width: 100%;
	height: 100%;
	border-radius: 0 7.14286vw 7.14286vw 0;
	object-fit: cover;
}

.top-intro_img2 {
	position: relative;
	right: -4.7619vw;
	width: auto;
	margin-left: 30%;
	aspect-ratio: 1.5 / 1;
}

.top-intro_img2 img {
	width: 100%;
	height: 100%;
	border-radius: 7.14286vw 0 0 7.14286vw;
	object-fit: cover;
}

.top-intro_inner {
	width: auto;
	padding-right: 4.7619vw;
	padding-left: 4.7619vw;
}

.top-intro_slide_txt {
	font-size: 23.80952vw;
}

.top-call_intro {
	height: 50vw;
}

.top-call_intro img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-call_ttl {
	width: 76.19048vw;
	height: 20.83333vw;
	margin-top: -14.88095vw;
	padding-top: 3.33333vw;
	border-radius: 7.14286vw 7.14286vw 0 0;
}

.top-call_ttl_human {
	top: -21.66667vw;
}

.top-call_ttl_human img {
	width: 26.07143vw;
}

.top-call_box {
	padding: 16.66667vw 4.7619vw 4.7619vw;
}

.top-call_iilust {
	top: -5.33333vw;
}

.top-call_iilust img {
	height: 18.66667vw;
}

.app {
	display: block;
	margin-bottom: 4.7619vw;
	padding-bottom: 4.7619vw;
}

.app dt {
	width: auto;
	margin-bottom: 2.38095vw;
}

.app dd {
	width: auto;
}

.store-badges {
	gap: 2.14286vw;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
}

.store-badges__item img {
	height: 10.95238vw;
}

.store-badges__item._iphone {
	padding-top: 1.66667vw;
}

.store-badges__item._android img {
	height: 14.2381vw;
}

.app_go {
	width: 21.90476vw;
}

.app_uber {
	width: 28.78571vw;
}

.app_didi {
	width: 33.64286vw;
}

.top-img_bg_illust {
	top: -23.33333vw;
	left: -4.7619vw;
	width: calc(100% + 4.7619vw);
}

.top-img_bg_illust img {
	width: 124vw;
	max-width: none;
	margin-left: .16667vw;
}

.top-img_main {
	height: 50vw;
}

.top-img_main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 80% center;
}

.top-img_human1 {
	top: .95238vw;
	left: 37.14286vw;
	width: 20.66667vw;
}

.top-img_human2 {
	top: -6.38095vw;
	left: 16.71429vw;
	width: 19.90476vw;
}

.top-img_human3 {
	left: -3.33333vw;
	width: 35.52381vw;
}

.top-feature {
	padding-left: 15%;
}

.top-feature_map {
	top: -13.33333vw;
	width: 67.16667vw;
	background-position: right 25vw top;
}

.top-feature_map ._car {
	left: 9.16667vw;
	width: 5.83333vw;
}

.top-feature_box {
	margin-bottom: 3.57143vw;
	padding-top: 2.38095vw;
	padding-left: 14.28571vw;
}

.top-feature_box_icon {
	font-size: 5.95238vw;
	width: 11.54762vw;
	padding-right: 2.2619vw;
}

.top-feature_box_list dt {
	font-size: 4.04762vw;
	margin-bottom: 2.38095vw;
}

.top-feature_imgs {
	width: auto;
}

.top-feature_img1,
.top-feature_img2 {
	aspect-ratio: 1.3 / 1;
}

.top-feature_img1 img,
.top-feature_img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-feature_img2 {
	aspect-ratio: 1.3 / 1;
}

.top-feature_img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-feature_img3 {
	width: 25.07143vw;
}

.top-company_bg {
	top: 18%;
	overflow: hidden;
}

.top-company_bg img {
	width: 150%;
	max-width: none;
}

.top-company_human {
	right: 10%;
	left: auto;
	width: 19.28571vw;
	height: 57.61905vw;
}

.news-list_item {
	border-bottom: 1px solid #e6e6e6;
}

.news-archive .news-list_item {
	border-bottom: 1px solid #e6e6e6;
}

.news-archive .news-list_item:first-child {
	border-top: 1px solid #e6e6e6;
}

.news-list_item a {
	padding: 3.09524vw 4.7619vw;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-archive .news-list_item a {
	padding: 4.7619vw 4.7619vw;
	padding-left: 9.52381vw;
}

.news-list_item a ._time {
	font-size: 4.04762vw;
	width: 22.19048vw;
	margin-right: 2.38095vw;
}

.news-list_item a ._cat {
	font-size: 3.33333vw;
	width: 25vw;
	margin-top: -.71429vw;
	margin-right: 2.38095vw;
	padding: .47619vw 4.7619vw;
	border-radius: 0 4.7619vw 4.7619vw 0;
}

.news-list_item a ._ttl {
	width: 100%;
	padding-top: .95238vw;
}

.news-archive .news-list_item a ._ttl {
	padding-top: 2.38095vw;
}

.recruit-fv {
	height: 175vw;
}

.recruit-fv .bg-slash {
	top: 21%;
	left: 60.6%;
}

.recruit-fv_box1 {
	top: 60.71429vw;
	left: 6.85714vw;
}

.recruit-fv_box1 ._img {
	width: 22.13542vw;
}

.recruit-fv_box1 ._img img {
	width: 22.13542vw;
}

.recruit-fv_box2 {
	top: 85.28571vw;
	left: 15.57143vw;
}

.recruit-fv_box2 ._img {
	width: 71.09375vw;
}

.recruit-fv_box2 ._img img {
	width: 71.09375vw;
}

.recruit-fv_box3 {
	top: 91.85714vw;
	left: 2.5vw;
}

.recruit-fv_box3 ._img {
	width: 47.00521vw;
}

.recruit-fv_box3 ._img img {
	width: 47.00521vw;
}

.recruit-fv_box4 {
	top: 123.41146vw;
	left: 29.3vw;
}

.recruit-fv_box4 ._img {
	width: 96.74479vw;
}

.recruit-fv_box4 ._img img {
	width: 96.74479vw;
}

.recruit-fv_box5 {
	top: 76.72857vw;
	left: 66.35714vw;
}

.recruit-fv_box5 ._img {
	width: 16.27604vw;
}

.recruit-fv_box5 ._img img {
	width: 16.27604vw;
}

.recruit-fv_box6 {
	top: 50.55714vw;
	left: 71.14286vw;
}

.recruit-fv_box6 ._img {
	width: 28.125vw;
}

.recruit-fv_box6 ._img img {
	width: 28.125vw;
}

.recruit-fv_box7 {
	top: 75.41429vw;
	left: 78.92857vw;
}

.recruit-fv_box7 ._img {
	width: 21.875vw;
}

.recruit-fv_box7 ._img img {
	width: 21.875vw;
}

.recruit-fv_box8 {
	top: 55.14286vw;
	left: 37.42857vw;
}

.recruit-fv_box8 ._img {
	width: 26.04167vw;
}

.recruit-fv_box8 ._img img {
	width: 26.04167vw;
}

.recruit-fv_txt {
	top: 23.28571vw;
	left: 4.7619vw;
}

.recruit-fv_txt ._txt1 {
	width: 70.07143vw;
}

.recruit-fv_txt ._txt2 {
	width: 52.5vw;
}

.bg-slash ._item {
	height: 14.66667vw;
}

.bg-slash ._item._slash1 {
	width: 190vw;
	margin-left: 277.33333vw;
}

.recruit-fv .bg-slash ._item._slash1,
.pagettl_bg .bg-slash ._item._slash1 {
	width: 190vw;
	margin-left: 0;
}

.bg-slash ._item._slash2 {
	width: 209.33333vw;
	margin-left: 277.33333vw;
}

.recruit-fv .bg-slash ._item._slash2,
.pagettl_bg .bg-slash ._item._slash2 {
	width: 209.33333vw;
	margin-left: 0;
}

.bg-slash ._item._slash3 {
	width: 227vw;
	margin-left: 277.33333vw;
}

.recruit-fv .bg-slash ._item._slash3,
.pagettl_bg .bg-slash ._item._slash3 {
	width: 227vw;
	margin-left: 0;
}

.bg-slash ._item._slash4 {
	width: 266.33333vw;
	margin-left: 277.33333vw;
}

.recruit-fv .bg-slash ._item._slash4,
.pagettl_bg .bg-slash ._item._slash4 {
	width: 266.33333vw;
	margin-left: 0;
}

.bg-slash ._item._slash5 {
	width: 256.83333vw;
	margin-left: 277.33333vw;
}

.recruit-fv .bg-slash ._item._slash5,
.pagettl_bg .bg-slash ._item._slash5 {
	width: 256.83333vw;
	margin-left: 0;
}

.bg-slash ._item._slash6 {
	width: 256.83333vw;
	margin-left: 277.33333vw;
}

.recruit-fv .bg-slash ._item._slash6,
.pagettl_bg .bg-slash ._item._slash6 {
	width: 277.83333vw;
	margin-left: 0;
}

.bg-slash ._item._slash7 {
	width: 256.83333vw;
	margin-left: 277.33333vw;
}

.recruit-fv .bg-slash ._item._slash7,
.pagettl_bg .bg-slash ._item._slash7 {
	width: 273.5vw;
	margin-left: 0;
}

.bg-slash ._item._slash8 {
	width: 256.83333vw;
	margin-left: 277.33333vw;
}

.recruit-fv .bg-slash ._item._slash8,
.pagettl_bg .bg-slash ._item._slash8 {
	width: 328.16667vw;
	margin-left: 0;
}

.bg-slash ._item._slash9 {
	width: 256.83333vw;
	margin-left: 277.33333vw;
}

.recruit-fv .bg-slash ._item._slash9,
.pagettl_bg .bg-slash ._item._slash9 {
	width: 317.16667vw;
	margin-left: 0;
}

.bg-slash ._item._slash10 {
	width: 256.83333vw;
	margin-left: 200.66667vw;
}

.recruit-fv .bg-slash ._item._slash10,
.pagettl_bg .bg-slash ._item._slash10 {
	width: 287vw;
	margin-left: 23.5vw;
}

.bg-slash ._item._slash11 {
	width: 256.83333vw;
	margin-left: 200.66667vw;
}

.recruit-fv .bg-slash ._item._slash11,
.pagettl_bg .bg-slash ._item._slash11 {
	width: 299vw;
	margin-left: 41.66667vw;
}

.bg-slash ._item._slash12 {
	width: 256.83333vw;
	margin-left: 200.66667vw;
}

.recruit-fv .bg-slash ._item._slash12,
.pagettl_bg .bg-slash ._item._slash12 {
	width: 318.16667vw;
	margin-left: 30vw;
}

.bg-slash ._item._slash13 {
	width: 256.83333vw;
	margin-left: 150.83333vw;
}

.recruit-fv .bg-slash ._item._slash13,
.pagettl_bg .bg-slash ._item._slash13 {
	width: 289.66667vw;
	margin-left: 58.33333vw;
}

.bg-slash ._item._slash14 {
	width: 395.5vw;
	margin-left: 0vw;
}

.recruit-fv .bg-slash ._item._slash14,
.pagettl_bg .bg-slash ._item._slash14 {
	width: 266.83333vw;
	margin-left: 81.16667vw;
}

.bg-slash ._item._slash15 {
	width: 395.5vw;
	margin-left: 0;
}

.recruit-fv .bg-slash ._item._slash15,
.pagettl_bg .bg-slash ._item._slash15 {
	width: 304.83333vw;
	margin-left: 43.33333vw;
}

.bg-slash ._item._slash16 {
	width: 395.5vw;
	margin-left: 0;
}

.recruit-fv .bg-slash ._item._slash16,
.pagettl_bg .bg-slash ._item._slash16 {
	width: 295.33333vw;
	margin-left: 52.66667vw;
}

.bg-slash ._item._slash17 {
	width: 395.5vw;
	margin-left: 0;
}

.recruit-fv .bg-slash ._item._slash17,
.pagettl_bg .bg-slash ._item._slash17 {
	width: 257.66667vw;
	margin-left: 90.33333vw;
}

.bg-slash ._item._slash18 {
	width: 395.5vw;
	margin-left: 0;
}

.recruit-fv .bg-slash ._item._slash18,
.pagettl_bg .bg-slash ._item._slash18 {
	width: 239.5vw;
	margin-left: 108.5vw;
}

.bg-slash ._item._slash19 {
	width: 395.5vw;
	margin-left: 0;
}

.recruit-fv .bg-slash ._item._slash19,
.pagettl_bg .bg-slash ._item._slash19 {
	width: 198vw;
	margin-left: 150vw;
}

.bg-slash ._item._slash20 {
	width: 395.5vw;
	margin-left: 0;
}

.recruit-fv .bg-slash ._item._slash20,
.pagettl_bg .bg-slash ._item._slash20 {
	width: 225vw;
	margin-left: 123vw;
}

.bg-slash ._item._slash21 {
	width: 331.16667vw;
	margin-left: 0;
}

.recruit-fv .bg-slash ._item._slash21,
.pagettl_bg .bg-slash ._item._slash21 {
	width: 186vw;
	margin-left: 162vw;
}

.bg-slash ._item._slash22 {
	width: 331.16667vw;
	margin-left: 0;
}

.bg-slash ._item._slash23 {
	width: 331.16667vw;
}

.bg-slash ._item._slash24 {
	width: 331.16667vw;
}

.bg-slash ._item._slash25 {
	width: 331.16667vw;
}

.bg-slash ._item._slash26 {
	width: 331.16667vw;
}

.bg-slash ._item._slash27 {
	width: 331.16667vw;
}

.bg-slash ._item._slash28 {
	width: 331.16667vw;
}

.bg-slash ._item._slash29 {
	width: 256.5vw;
	margin-left: 31.33333vw;
}

.bg-slash ._item._slash30 {
	width: 215vw;
	margin-left: 61.83333vw;
}

.bg-slash ._item._slash31 {
	width: 242vw;
	margin-left: 51.83333vw;
}

.bg-slash ._item._slash32 {
	width: 203vw;
	margin-left: 75.83333vw;
}

.bg-slash2 ._item {
	height: 14.66667vw;
}

.bg-slash2 ._item._slash1 {
	width: 190vw;
}

.bg-slash2 ._item._slash2 {
	width: 203.83333vw;
}

.bg-slash2 ._item._slash3 {
	width: 227.5vw;
}

.bg-slash2 ._item._slash4 {
	width: 210.83333vw;
}

.bg-slash2 ._item._slash5 {
	width: 250.16667vw;
}

.bg-slash2 ._item._slash6 {
	width: 193.5vw;
	margin-left: 77vw;
}

.bg-slash2 ._item._slash7 {
	width: 159vw;
	margin-left: 95.33333vw;
}

.bg-slash2 ._item._slash8 {
	width: 229.5vw;
	margin-left: 63.66667vw;
}

.bg-slash2 ._item._slash9 {
	width: 187vw;
	margin-left: 130.83333vw;
}

.bg-slash2 ._item._slash10 {
	width: 164.66667vw;
	margin-left: 125.83333vw;
}

.bg-slash2 ._item._slash11 {
	width: 183.5vw;
	margin-left: 148.5vw;
}

.bg-slash2 ._item._slash12 {
	width: 175.16667vw;
	margin-left: 163.66667vw;
}

.bg-slash2 ._item._slash13 {
	width: 159.5vw;
	margin-left: 179.33333vw;
}

.bg-slash2 ._item._slash14 {
	width: 143.33333vw;
	margin-left: 195.5vw;
}

.bg-slash2 ._item._slash15 {
	width: 137vw;
	margin-left: 202vw;
}

.bg-slash2 ._item._slash16 {
	width: 127.66667vw;
	margin-left: 211.16667vw;
}

.bg-slash2 ._item._slash17 {
	width: 114.5vw;
	margin-left: 224.33333vw;
}

.bg-slash2 ._item._slash18 {
	width: 87.66667vw;
	margin-left: 251.33333vw;
}

.bg-slash2 ._item._slash19 {
	width: 81.5vw;
	margin-left: 257.33333vw;
}

.bg-slash2 ._item._slash20 {
	width: 66.33333vw;
	margin-left: 272.66667vw;
}

.bg-slash2 ._item._slash21 {
	width: 50vw;
	margin-left: 289vw;
}

.bg-slash3 ._item {
	height: 14.66667vw;
}

.bg-slash3 ._item._slash1 {
	width: 402.66667vw;
}

.bg-slash3 ._item._slash2 {
	width: 334vw;
	margin-left: 98.83333vw;
}

.bg-slash3 ._item._slash3 {
	width: 283.5vw;
	margin-left: 77.5vw;
}

.bg-slash3 ._item._slash4 {
	width: 273.83333vw;
	margin-left: 115.5vw;
}

.bg-slash3 ._item._slash5 {
	width: 198.83333vw;
	margin-left: 173.33333vw;
}

.bg-slash3 ._item._slash6 {
	width: 291vw;
	margin-left: 135.33333vw;
}

.bg-slash3 ._item._slash7 {
	width: 324.16667vw;
	margin-left: 245.33333vw;
}

.bg-slash3 ._item._slash8 {
	width: 257.66667vw;
	margin-left: 158.16667vw;
}

.bg-slash3 ._item._slash9 {
	width: 252.16667vw;
	margin-left: 200.66667vw;
}

.bg-slash3 ._item._slash10 {
	width: 164.83333vw;
	margin-left: 242.16667vw;
}

.recruit-intro:after {
	background-image: url(../img/common/bg1_sp.webp);
}

.recruit-intro_eng {
	font-size: 29.5vw;
	bottom: -18.33333vw;
	left: 8.33333vw;
}

.recruit-intro_mv {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
}

.recruit-intro_txt {
	position: relative;
	z-index: 1;
	width: 100%;
}

.recruit-intro_txt_baloon:after {
	width: 90%;
	-ms-transform: translate(-50%, -70%);
	transform: translate(-50%, -70%);
}

.recruit-intro_merit a {
	font-size: 4.28571vw;
	display: block;
	min-width: auto;
	padding: 5.95238vw 7.14286vw 5.95238vw 14.52381vw;
	border-radius: 7.14286vw;
}

.recruit-intro_merit a:before {
	border-radius: 7.14286vw;
}

.recruit-intro_merit a:after {
	right: 5.71429vw;
	width: 5.47619vw;
}

.recruit-intro_merit a:hover:after {
	right: 6.42857vw;
}

.recruit-intro_merit a ._inner:after {
	left: -8.92857vw;
	width: 6.54762vw;
}

.recruit-intro_merit a .recruit-intro_merit_icon {
	top: -12.16667vw;
	right: 5vw;
	width: 33.83333vw;
}

.recruit-charm_icon img {
	width: 23.09524vw;
}

.recruit-style_eng {
	font-size: 16.64286vw;
	top: -10.57143vw;
}

.recruit-pay_box_item:first-child {
	margin-right: 4.7619vw;
}

.recruit-pay_box_item_ttl span {
	font-size: 4.28571vw;
	padding: .71429vw 4.7619vw;
}

.recruit-pay_box_small .recruit-pay_box_item_ttl span {
	font-size: 3.57143vw;
	margin-top: 1.66667vw;
	margin-right: 1.66667vw;
	padding: .5vw 1.66667vw;
}

.recruit-pay_box_item_num {
	font-size: 6.66667vw;
}

.recruit-pay_box_small .recruit-pay_box_item_num {
	font-size: 5vw;
}

.recruit-pay_box_item_num span {
	font-size: 14.66667vw;
}

.recruit-pay_box_small .recruit-pay_box_item_num span {
	font-size: 10vw;
}

.recruit-pay_shikumi_img {
	margin-top: 0;
	text-align: center;
}

.recruit-pay_shikumi_img img {
	width: 80%;
}

.faq-box {
	margin-bottom: 3.92857vw;
	padding-top: .78571vw;
	padding-left: 10.47619vw;
}

.faq-box_icon {
	font-size: 3.57143vw;
	width: 8.09524vw;
	padding-right: 1.78571vw;
}

.faq-box_list dt {
	font-size: 4.04762vw;
	margin-bottom: 2.38095vw;
}

.recruit-other .bg-slash2 {
	top: 53%;
}

.recruit-faq .bg-slash3 {
	top: 79.21429vw;
	left: 21%;
}

.recruit-taxi_road_wrap {
	display: none;
}

.beg-intro:after {
	background-image: url(../img/common/bg1_sp.webp);
}

.beg-intro_human {
	height: 28.57143vw;
}

.beg-intro_human img {
	width: 21.42857vw;
}

.beg-human {
	top: 1.42857vw;
	right: -5.71429vw !important;
	left: auto !important;
}

.beg-human._human1 {
	top: 20.42857vw;
	width: 38.14286vw;
}

.beg-human._human2 {
	top: 18.42857vw;
	width: 29.28571vw;
}

.beg-human._human3 {
	top: 14.42857vw;
	width: 20.57143vw;
}

.beg-human._human4 {
	top: 12.42857vw;
	width: 20.57143vw;
}

.beg-human._human5 {
	top: 17.42857vw;
	width: 30.85714vw;
}

.beg-taihobox {
	display: block;
	padding: 4.7619vw 4.7619vw;
	border-radius: 4.7619vw;
}

.beg-taihobox_ttl {
	display: block;
	width: auto;
	padding-top: 1.90476vw;
	padding-bottom: 1.90476vw;
	border-radius: 30px;
	aspect-ratio: auto;
}

.beg-taihobox_txt {
	width: auto;
}

.beg-taihobox_cont {
	width: auto;
}

.features-merit_human {
	right: 5.14286vw;
	bottom: -17.14286vw;
	width: 24.85714vw;
}

._revease .features-merit_human {
	right: 5.14286vw;
	left: auto;
}

.features-benefits_flex .grid5 {
	width: 48%;
	margin-right: 4% !important;
	margin-bottom: 4% !important;
}

.features-benefits_flex .grid5:nth-child(2n) {
	margin-right: 0 !important;
}

.features-benefits_flex .grid5 .text_m {
	font-size: 3.57143vw;
}

.features-bg {
	background-image: url(../img/common/bg1_3_sp.webp);
}

.recruit-lang .features-num:after {
	background-image: url(../img/common/bg1_3_sp.webp);
	aspect-ratio: 768 / 1883;
}

.features-num_flex .grid3 {
	width: 48%;
	margin-right: 4% !important;
}

.features-num_flex .grid3:nth-child(2n) {
	margin-right: 0 !important;
}

.features-num_txt {
	font-size: 16.66667vw;
}

#english .features-num_txt {
	font-size: 11.66667vw;
}

#chinese .features-num_txt {
	font-size: 13.66667vw;
}

.features-num_txt ._s {
	font-size: 8.33333vw;
}

#chinese .features-num_txt ._s {
	font-size: 5.95238vw;
}

.features-slide .slick-list {
	padding-top: 9.52381vw !important;
	padding-bottom: 9.52381vw !important;
}

.features-slide_item {
	width: 51.42857vw;
	margin-right: 2.85714vw;
	margin-left: 2.85714vw;
	animation: floatY_sp 3s ease-in-out infinite;
}

.features-slide_item:nth-child(2n) {
	animation: floatY2_sp 3s ease-in-out infinite;
}

.features-slide_item img {
	box-shadow: 0 0 2.38095vw rgba(55, 151, 224, .3);
}

.style-flow_slide_item {
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
	padding: 4.7619vw;
}

.style-flow_slide_item:after {
	right: -7.66667vw;
	width: 5vw;
}

.style-cal_humans {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.style-cal_human {
	position: static;
	overflow: hidden;
	height: 30vw;
	margin-right: 2.38095vw;
	margin-left: 2.38095vw;
}

.style-cal_human._human1 {
	left: -6.71429vw;
	width: 23.80952vw;
}

.style-cal_human._human2 {
	right: -8.71429vw;
	width: 21.80952vw;
}

.style-pay_box {
	height: auto;
	padding-left: 25.28571vw;
}

.style-pay_box_human {
	left: 2.57143vw;
	width: 24.71429vw;
}

.style-pay_box_human._human1 {
	width: 33.71429vw;
}

.style-pay_txt {
	font-size: 3.80952vw;
}

.style-pay_txt ._l {
	font-size: 4.7619vw;
}

.style-structure_img {
	text-align: center;
}

.style-structure_img img {
	width: 80%;
	margin-top: -2.38095vw;
	-ms-transform: scale(1);
	transform: scale(1);
}

.style-flow {
	background-image: url(../img/common/bg1_3_sp.webp);
}

.style-flow_box {
	margin-bottom: 14.28571vw;
	padding: 10.52381vw 4.7619vw 4.7619vw;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	box-shadow: 0 0 7.14286vw rgba(55, 151, 224, .3);
}

.style-flow_box._left {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.style-flow_box .heading_baloon {
	top: -3.33333vw;
	left: 4.7619vw;
}

.style-flow_box:after {
	bottom: -9.83333vw;
	left: 50%;
	width: 5vw;
}

.icon_hugokaku {
	top: -17.35714vw;
	right: 6.28571vw;
	width: 15.71429vw;
}

.voice-wrap .bg-slash {
	top: 6%;
}

.voice-nav_item a {
	padding: 5.95238vw 2.38095vw 9.52381vw;
	border-radius: 2.38095vw;
}

.voice-nav_item a:after {
	bottom: 3.57143vw;
	width: 3.33333vw;
}

.voice-nav_item a.active,
.voice-nav_item a:hover {
	box-shadow: 0 0 2.38095vw rgba(55, 151, 224, .3);
}

.voice-nav_item a.active:after,
.voice-nav_item a:hover:after {
	bottom: 2.38095vw;
}

.voice-nav_item a.active .voice-nav_item_human,
.voice-nav_item a:hover .voice-nav_item_human {
	height: 20vw;
	-ms-transform: translate(-50%, -17.14286vw);
	transform: translate(-50%, -17.14286vw);
}

.voice-nav_item_human {
	height: 15.71429vw;
	-ms-transform: translate(-50%, -12.85714vw);
	transform: translate(-50%, -12.85714vw);
}

.active .voice-nav_item_human {
	height: 20vw;
	-ms-transform: translate(-50%, -17.14286vw);
	transform: translate(-50%, -17.14286vw);
}

.voice-nav_item_human img {
	width: 14.28571vw;
}

._staff2 .voice-nav_item_human img {
	width: 10vw;
}

._staff1 .voice-nav_item_human img {
	width: 10vw;
}

.voice-nav_item_name .eng {
	font-size: 4.7619vw;
	line-height: 1;
	display: block;
	margin-right: 0;
	text-align: center;
}

.voice-nav_item_name ._year {
	font-size: 3.33333vw;
}

.voice-box_ttl {
	margin-bottom: 5vw;
	padding-left: 18.33333vw;
}

.voice-box_ttl:after {
	width: 10vw;
}

.voice-box_ttl p {
	font-size: 4.04762vw;
	padding: 2.38095vw 7.14286vw;
	border-radius: 3.33333vw;
}

.voice-box_ttl p:after {
	top: 2.5vw;
	left: -4.16667vw;
	width: 5vw;
}

.voice-box_cont {
	max-width: none;
	margin-bottom: 10vw;
	margin-left: 18.33333vw;
	padding: 1.66667vw 5vw;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	border-radius: 3.33333vw;
}

.voice-box_cont:after {
	left: -18.33333vw;
	width: 10vw;
	background-position: center top 1.66667vw;
}

.voice-box_cont:before {
	top: 2.5vw;
	left: -4.16667vw;
	width: 5vw;
}

.voice-box_humans {
	height: 100%;
}

.voice-box_humans img {
	width: 62.85714vw;
}

.voice-box_humans._human1 img {
	width: 34.28571vw;
}

.voice-box_humans._human3 img {
	width: 30.47619vw;
}

.voice-box_humans._human5 img {
	width: 47.61905vw;
}

.voice-box_img {
	position: fixed;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44vw;
}

.voice-box_img_slide img {
	transition: all .4s ease-in-out;
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

._on .voice-box_img_slide img {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.news-box_date ._cat {
	font-size: 3.33333vw;
	width: 25vw;
	margin-top: -.71429vw;
	margin-left: 2.38095vw;
	padding: .47619vw 4.7619vw;
	border-radius: 0 4.7619vw 4.7619vw 0;
}

.req-mail {
	background-image: url(../img/common/bg1_3_sp.webp);
}

.table-2 th,
.table-2 td {
	display: block;
	width: 100%;
	padding: 3.57143vw 0;
}

.table-2 th {
	font-weight: 500;
	padding-bottom: 0;
	border-bottom: none;
}

.table-2 th ._required {
	margin-right: 2.38095vw;
}

.table-2 .wpcf7-list-item {
	margin: 0;
}

.table-2 .wpcf7-radio > span,
.table-2 .wpcf7-checkbox > span {
	display: block;
	margin-bottom: 2.38095vw;
}

input[type='text']#zip,
input[type='text']#pref,
input[type='tel']#zip,
input[type='tel']#pref,
input[type='email']#zip,
input[type='email']#pref,
textarea#zip,
textarea#pref {
	width: 100%;
}

input[type='text']#city,
input[type='text']#addr,
input[type='text'][name='other'],
input[type='tel']#city,
input[type='tel']#addr,
input[type='tel'][name='other'],
input[type='email']#city,
input[type='email']#addr,
input[type='email'][name='other'],
textarea#city,
textarea#addr,
textarea[name='other'] {
	width: 100%;
}

.zip_list li {
	margin-bottom: 2.38095vw;
}

._required {
	font-size: 2.85714vw;
	padding: .71429vw 1.66667vw;
	border-radius: .95238vw;
}

.pp_box__inner {
	height: 47.61905vw;
}

.wpcf7-radio .wpcf7-list-item {
	margin-right: 9.52381vw;
}

.wpcf7-radio .wpcf7-list-item-label {
	padding-left: 6.19048vw;
}

.wpcf7-radio .wpcf7-list-item-label:after {
	top: .95238vw;
	width: 4.7619vw;
}

.wpcf7-radio .wpcf7-list-item-label:before {
	top: .64286vw;
	left: .35714vw;
	width: .71429vw;
}

.wpcf7-radio .wpcf7-list-item-label:before {
	top: 2.14286vw;
	left: 1.19048vw;
	width: 2.38095vw;
}

.contact-table .wpcf7-not-valid-tip {
	font-size: 3.33333vw;
}

.entry-form_time {
	margin-left: 7.14286vw;
}

.entry-form_time input[type='text'] {
	width: 35.71429vw;
	margin-left: 2.38095vw;
}

#english .recruit-fv_txt ._txt1,
.page-id-57 .recruit-fv_txt ._txt1 {
	width: 66vw;
}

#english .recruit-fv_txt ._txt2,
.page-id-57 .recruit-fv_txt ._txt2 {
	width: 72.42857vw;
}

#english .headerNav-top_btn a,
.page-id-57 .headerNav-top_btn a {
	width: auto;
}

#english .recruit-intro:after,
.page-id-57 .recruit-intro:after {
	bottom: -234.28571vw;
}

#chinese .recruit-fv_txt ._txt1 {
	width: 45.85714vw;
}

#chinese .recruit-fv_txt ._txt2 {
	width: 45.85714vw;
}

#chinese .headerNav-top_btn a {
	width: auto;
}

#chinese .recruit-intro:after {
	bottom: -68.28571vw;
}

.post_content h2 {
	font-size: 4.57143vw;
	margin-top: 6.66667vw;
	padding: 2.85714vw 5.71429vw;
}

.post_content h3 {
	font-size: 4.19048vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content h4 {
	font-size: 4vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content h4:after {
	width: 19.04762vw;
}

.post_content h5 {
	font-size: 4.04762vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content h6 {
	font-size: 4.04762vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content p {
	margin-top: 4.7619vw;
}

.post_content ul,
.post_content ol {
	margin-top: 8.33333vw;
}

.post_content ul li,
.post_content ol li {
	margin-bottom: 1.19048vw;
	padding-left: 3.57143vw;
}

.post_content ul li:after,
.post_content ol li:after {
	top: 1.90476vw;
	width: 2.38095vw;
}

.pager .page-numbers {
	min-width: 9.52381vw;
	height: 9.52381vw;
	margin: 0 1.19048vw;
}

.wp-paging .btn2 a {
	width: 40.47619vw;
}

.wp-paging .prev a:after {
	left: 3.57143vw;
}

.wp-paging .next a:after {
	right: 1.07143vw;
}

.wp-paging .next a:after {
	right: 3.57143vw;
}

.breadcrumb {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.breadcrumb ul {
	white-space: nowrap;
}

.breadcrumb ul {
	width: auto;
}

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	min-width: 80%;
	padding-top: 3.09524vw;
	padding-right: 7.14286vw;
	padding-bottom: 3.09524vw;
	padding-left: 10.09524vw;
}

.btn a:before,
.btn input[type='submit']:before,
.btn input[type='button']:before,
.btn button:before {
	border-radius: 23.80952vw;
}

.btn a:after,
.btn input[type='submit']:after,
.btn input[type='button']:after,
.btn button:after {
	left: 4vw;
	width: 3.83333vw;
}

.btn a:hover:after,
.btn input[type='submit']:hover:after,
.btn input[type='button']:hover:after,
.btn button:hover:after {
	right: 4.5vw;
}

.btn2 a {
	width: 47.61905vw;
	padding: 2.38095vw 4.7619vw;
	border-radius: 100px;
}

.btn2 a:after {
	right: 4.7619vw;
	width: 5.71429vw;
}

.btn3 a {
	width: 47.61905vw;
	padding: 2.38095vw 4.7619vw;
	border-radius: 2.38095vw;
}

.btn3 a:after {
	right: 4.7619vw;
	width: 5.71429vw;
}

.btn4 a {
	width: 47.61905vw;
	padding: 2.38095vw 4.7619vw;
	border-radius: 2.38095vw;
}

.btn4 a:after {
	right: 4.7619vw;
	width: 5.71429vw;
}

.header_bg {
	height: 67.78571vw;
}

.header_bg .bg-slash {
	bottom: -19vw;
	left: 10.6%;
}

.header_bg_inner {
	width: auto;
}

.header_bg_icon._human1 {
	top: 19.85714vw;
	left: 12vw;
	width: 18.28571vw;
}

.header_bg_icon._human2 {
	top: 24.42857vw;
	left: 40.74286vw;
	width: 17.14286vw;
}

.header_bg_icon._human2 ._img {
	width: 17.14286vw;
}

.header_bg_icon._human3 {
	top: 15.02857vw;
	left: 67.14286vw;
	width: 20.64286vw;
}

.header_bg_icon._human3 ._img {
	width: 20.64286vw;
}

.header_bg_icon._car {
	top: 32.85714vw;
	left: 51.41429vw;
	width: 33vw;
}

.header_bg_icon._car ._img {
	width: 44vw;
}

.header_bg_icon._txt {
	top: 41.28571vw;
	left: 63.07143vw;
	width: 36.35714vw;
}

.pagettl_ttl ._in {
	padding-top: 7.14286vw;
}

.pagettl_ttl ._in:after {
	top: 2.38095vw;
	width: 11vw;
}

.pagettl_ttl ._grade {
	font-size: 7.14286vw;
}

.heading1 {
	font-size: 6.66667vw;
	margin-bottom: 2.5vw;
}

.heading2 {
	margin-bottom: 1.42857vw;
}

.heading2 {
	margin-bottom: 4.7619vw;
}

.heading2 span {
	font-size: 6.66667vw;
}

.heading2._s span {
	font-size: 4.28571vw;
}

.heading3 {
	font-size: 5vw;
	margin-bottom: 3.33333vw;
}

.heading4 .eng {
	font-size: 4.52381vw;
	padding-left: 3.5vw;
}

.heading4 .eng:after {
	top: 1.90476vw;
	width: 2.38095vw;
}

.heading4 .jpn span {
	font-size: 6.66667vw;
}

.heading5 {
	font-size: 5vw;
	margin-bottom: 3.33333vw;
}

.heading5 ._l {
	font-size: 6.83333vw;
}

.heading6 {
	font-size: 6.66667vw;
}

.heading_baloon {
	margin-bottom: 4.16667vw;
}

.heading_baloon ._in {
	font-size: 3.57143vw;
	padding: 1.66667vw 4.7619vw;
	border-radius: 2.38095vw 2.38095vw 2.38095vw 0;
}

.heading_baloon ._in:after {
	bottom: -3vw;
	width: 3.33333vw;
	height: 3.33333vw;
}

.heading_baloon ._in ._l {
	font-size: 5.7619vw;
	vertical-align: -.5vw;
}

.heading_baloon._jpn ._in {
	font-size: 4.04762vw;
	padding: 1.16667vw 3.33333vw;
}

.scroll {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.scroll._sp {
	overflow-x: auto;
	overflow-y: auto;
}

.scroll_icon {
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	top: 30px;
	left: 50%;
	display: block;
	width: 60%;
	height: 70px;
	padding-top: 48px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	pointer-events: none;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .5) url(../img/common/icon_scroll_arr.png) center 18px no-repeat;
	background-size: auto 20px;
}

.scroll_icon ._icon {
	position: absolute;
	top: 8px;
	left: 50%;
	display: block;
	width: 30px;
	height: 34px;
	margin-left: -15px;
	content: '';
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	animation-name: scroll_animation;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background: url(../img/common/icon_scroll_hand.png) center center no-repeat;
	background-size: auto 100%;
}

.section {
	padding-right: 4.7619vw;
	padding-left: 4.7619vw;
}

.w1100 {
	width: auto;
}

.w800 {
	width: auto;
}

.flex._mb > * {
	margin-bottom: 7.14286vw;
}

.flex._mb-s > * {
	margin-bottom: 3.57143vw;
}

.flex._mb_sp > * {
	margin-bottom: 11.90476vw;
}

.flex._mb_sp > *:last-child {
	margin-bottom: 0;
}

.flex._mb_sp-s > * {
	margin-bottom: 4.7619vw;
}

.flex._mb_sp-s > *:last-child {
	margin-bottom: 0;
}

.tab-dblock {
	display: block;
}

.grid2 {
	width: 100%;
	margin-right: 0;
}

.tab-dblock .grid3 {
	width: 100%;
	margin-right: 0;
}

.tab-dblock .grid4 {
	width: 100%;
	margin-right: 0;
}

.tab-dblock .grid5 {
	width: 100%;
	margin-right: 0;
}

.grid7 {
	width: 100%;
}

.grid2_small {
	width: 100%;
}

.grid2_wide {
	width: 100%;
}

.tab-dblock .grid_55p {
	width: auto;
}

.tab-dblock .grid_40p {
	width: auto;
}

.tab-dblock .grid_49p {
	width: auto;
}

.mb-xs {
	margin-bottom: 1.19048vw;
}

.mb-s {
	margin-bottom: 1.66667vw;
}

.mb-m {
	margin-bottom: 5vw;
}

.mb-mm {
	margin-bottom: 10vw;
}

.mb-l {
	margin-bottom: 14.28571vw;
}

.mb-xl {
	margin-bottom: 21.42857vw;
}

.mb-xxl {
	margin-bottom: 30vw;
}

.mt-xs {
	margin-top: 1.19048vw;
}

.mt-s {
	margin-top: 1.66667vw;
}

.mt-m {
	margin-top: 5vw;
}

.mt-mm {
	margin-top: 10vw;
}

.mt-l {
	margin-top: 14.28571vw;
}

.mt-xl {
	margin-top: 21.42857vw;
}

.mt-xxl {
	margin-top: 30vw;
}

.pb-xs {
	padding-bottom: 1.19048vw;
}

.pb-s {
	padding-bottom: 1.66667vw;
}

.pb-m {
	padding-bottom: 5vw;
}

.pb-mm {
	padding-bottom: 10vw;
}

.pb-l {
	padding-bottom: 14.28571vw;
}

.pb-xl {
	padding-bottom: 21.42857vw;
}

.pb-xxl {
	padding-bottom: 30vw;
}

.pt-xs {
	padding-top: 1.19048vw;
}

.pt-s {
	padding-top: 1.66667vw;
}

.pt-m {
	padding-top: 5vw;
}

.pt-mm {
	padding-top: 10vw;
}

.pt-l {
	padding-top: 14.28571vw;
}

.pt-xl {
	padding-top: 21.42857vw;
}

.pt-xxl {
	padding-top: 30vw;
}

.text_s {
	font-size: 3.45238vw;
}

.text_m {
	font-size: 3.92857vw;
}

.text_l {
	font-size: 4.16667vw;
}

.tablet_left {
	text-align: left;
}

.tablet_center {
	text-align: center;
}

.tablet {
	display: inline;
}

.pc {
	display: none;
}

.tablet-dblock {
	display: block;
}

.map iframe {
	height: 71.42857vw;
}

.table-1 th,
.table-1 td {
	display: block;
	width: auto;
	padding: 3.57143vw 4.7619vw;
}

.table-1 th {
	padding-left: 6.19048vw;
	border-bottom: none;
}

.table-1 th:after {
	top: 5.71429vw;
	left: 2.38095vw;
	width: 1.90476vw;
}

.table-1 td {
	padding-top: 0;
	padding-bottom: 2.38095vw;
	padding-left: 6.19048vw;
}

}

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

.w700 {
	width: auto;
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
}

}

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

.loader-wrap {
	background-size: 40% auto;
}

.scroll._sp {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.sp_left {
	text-align: left;
}

.sp_center {
	text-align: center;
}

}

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

.w600 {
	width: auto;
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
}

}

@keyframes icon1_anime2 {

0% {
	background-position: left 160% center;
}

100% {
	background-position: left -190% center;
}

}

@keyframes icon2_anime2 {

0% {
	-webkit-clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

45% {
	-webkit-clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

100% {
	-webkit-clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

}

@keyframes widthBounce {

0% {
	width: 0;
}

60% {
	width: 110%;
}

80% {
	width: 98%;
}

100% {
	width: 100%;
}

}

@keyframes widthBounce2 {

0% {
	right: 0;
}

60% {
	right: 55%;
}

80% {
	right: 45%;
}

100% {
	right: 50%;
}

}

@keyframes subnav_mv {

0% {
	bottom: -2.14286vw;
	opacity: 0;
}

100% {
	bottom: 0;
	opacity: 1;
}

}

@keyframes pagetop_move {

0% {
	top: 50%;
}

50% {
	top: -120%;
}

51% {
	top: 120%;
}

100% {
	top: 50%;
}

}

@keyframes top-intro_car1_slide {

0% {
	top: 10%;
	right: -200px;
}

100% {
	top: 50%;
	right: calc(100% + 200px);
}

}

@keyframes top-intro_car2_slide {

0% {
	top: 60%;
	right: -200px;
}

100% {
	top: 30%;
	right: calc(100% + 200px);
}

}

@keyframes top-intro_car3_slide {

0% {
	top: 90%;
	right: -200px;
}

100% {
	top: 80%;
	right: calc(100% + 200px);
}

}

@keyframes top-intro_car4_slide {

0% {
	top: 50%;
	left: -200px;
}

100% {
	top: 75%;
	left: calc(100% + 200px);
}

}

@keyframes top-intro_car5_slide {

0% {
	top: 20%;
	left: -200px;
}

100% {
	top: 60%;
	left: calc(100% + 200px);
}

}

@keyframes top-intro_car6_slide {

0% {
	top: 100%;
	left: -200px;
}

100% {
	top: 60%;
	left: calc(100% + 200px);
}

}

@keyframes car_slide_left {

0% {
	right: -7.14286vw;
	opacity: 1;
}

97% {
	right: calc(100vw - 7.14286vw);
	opacity: 1;
}

98% {
	right: calc(100vw - -7.14286vw);
	opacity: 0;
}

99% {
	right: -7.14286vw;
	opacity: 0;
}

100% {
	right: -7.14286vw;
	opacity: 1;
}

}

@keyframes car_slide_right {

0% {
	left: -7.14286vw;
	opacity: 1;
}

97% {
	left: calc(100vw - 7.14286vw);
	opacity: 1;
}

98% {
	left: calc(100vw - -7.14286vw);
	opacity: 0;
}

99% {
	left: -7.14286vw;
	opacity: 0;
}

100% {
	left: -7.14286vw;
	opacity: 1;
}

}

@keyframes spin {

from {
	transform: rotate(0deg);
}

to {
	transform: rotate(360deg);
}

}

@keyframes slideText {

0% {
	transform: translateX(170%);
	opacity: .4;
}

98% {
	transform: translateX(-100%);
	opacity: .4;
}

99% {
	transform: translateX(-100%);
	opacity: 0;
}

100% {
	transform: translateX(170%);
	opacity: 0;
}

}

@keyframes carFlash {

/* 基本は非表示 */

0%,70%,100% {
	opacity: 0;
}

/* 1回目 パッ */

75%,80% {
	opacity: 1;
}

/* 少し消える */

82%,87% {
	opacity: 0;
}

/* 2回目 パッ */

90%,95% {
	opacity: 1;
}

}

@keyframes floatY {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(-40px);
}

/* 上に10px */

}

@keyframes floatY_sp {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(-7.14286vw);
}

/* 上に10px */

}

@keyframes floatY2 {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(40px);
}

/* 上に10px */

}

@keyframes floatY2_sp {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(7.14286vw);
}

/* 上に10px */

}

@keyframes powan {

0%,100% {
	transform: scale(1);
}

20% {
	transform: scale(1.05);
}

50% {
	transform: scale(1);
}

70% {
	transform: scale(1.02);
}

}

@keyframes arr_move {

0% {
	background-position: left 50% center;
}

50% {
	background-position: left 120% center;
}

51% {
	background-position: left -120% center;
}

100% {
	background-position: left 20% center;
}

}

@keyframes scroll_animation {

0 {
	transform: translate(-20px, 0);
}

50% {
	transform: translate(20px, 0);
}

100% {
	transform: translate(-20px, 0);
}

}


/*# sourceMappingURL=style.css.map */
