@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/* common
-------------------------------------------------*/
:root {
    font-size: 100px;
    interpolate-size: allow-keywords;
}
@media screen and (max-width: 1366px) and (min-width: 751px) {
:root {
    font-size: 7.320644216vw;
}
}
@media screen and (max-width: 750px) {
:root {
    font-size: 26.66666666666vw;
}
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure,
picture {
	font-size: inherit;
	margin: 0;
	padding: 0;
}
a {
	color: inherit;
	text-decoration: none;
    outline: none;
}
summary {
	display: block;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}
th,
td {
	text-align: left;
	vertical-align: top;
}
ul li {
	list-style: none;
}
address {
	font-style: normal;
}
figure,
picture {
	display: block;
}
img {
	vertical-align: top;
    width: 100%;
    max-width: 100%;
	height: auto;
}
sub,
sup {
    font-size: 60%;
}
input,
textarea,
select {
	color: inherit;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
}
textarea {
	form-sizing: content;
}
button {
	color: inherit;
	font-family: inherit;
}
input, select {
    vertical-align: middle;
    color: #1A1A1A;
}
input[type="button"], input[type="text"], input[type="email"], input[type="submit"], input[type="reset"], textarea {
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-size: 0.14rem;
    font-weight: 400;
    color: #1A1A1A;
	-webkit-appearance: none;
    border: none;
}
input::placeholder,
textarea::placeholder {
    font-size: 0.12rem;
    color: #7C7C7C;
    opacity: 1;
}
@media screen and (max-width:750px){
input[type="button"], input[type="text"], input[type="email"], input[type="submit"], input[type="reset"], textarea {
    font-size: 0.15rem;
}
}


/* module
------------------------------------------------- */
.pcon { display: block; }
.spon { display: none; }
@media screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #1A1A1A;
}
@media screen and (min-width:751px){
a {
    transition: 0.4s;
}
a.al:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.telLink {
	pointer-events: none;
}
}
@media screen and (max-width:750px){
a {
    -webkit-tap-highlight-color: transparent;
}
}


/* html
------------------------------------------------- */
html {
    font-size: 0.16rem;
}
@media screen and (max-width:750px){
html {
    overflow-x: hidden;
}
}


/* body
------------------------------------------------- */
body {
    min-height: 100vh;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	font-size: 0.16rem;
	line-height: 2.14285;
    letter-spacing: normal;
	color: #1A1A1A;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    opacity: 0;
}
.eng {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/* layout
------------------------------------------------- */
.inner {
    max-width: 11rem;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
.d-flex {
    display: flex;
}
.f-wrap {
    flex-wrap: wrap;
}
.f-rev {
    flex-direction: row-reverse;
}
.just-center {
    justify-content: center;
}
.just-between {
    justify-content: space-between;
}
.just-end {
    justify-content: flex-end;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end;
}
@media screen and (max-width:750px){
.inner {
    width: 90%;
    margin: 0 auto;
}
.d-flex {
    display: block;
}
}


/* header
------------------------------------------------- */
#header {
    position: relative;
    z-index: 98;
}
#header .htag {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    position: absolute;
    left: 2.31rem;
    top: 0.4rem;
}
#header .logo {
    width: 1.89rem;
    position: fixed;
    left: 0.28rem;
    top: 0.27rem;
    transition: 0.4s;
}
#header .logo a {
    display: block;
    line-height: 1;
}
#header .logo span {
    display: block;
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.04em;
    padding: 0.03rem 0 0 0.9rem
}
@media screen and (max-width:750px){
#header .htag {
    font-size: 0.1rem;
    letter-spacing: normal;
    left: 0.16rem;
    top: 0.14rem;
}
#header .logo {
    position: absolute;
    width: 2rem;
    left: 0.14rem;
    top: 0.3rem;
}
#header .logo a {
    display: block;
    line-height: 1;
}
#header .logo span {
    display: block;
    font-size: 0.11rem;
    padding: 0 0 0 2.1rem;
    margin-top: -0.275rem;
}
}


/* navtoggle
------------------------------------------------- */
#navtoggle {
    display: none;
}
@media screen and (max-width:750px){
#navtoggle {
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    background-color: #0040D1;
    border-radius: 0.07rem;
    position: fixed;
    right: 0.14rem;
    top: 0.14rem;
    cursor: pointer;
    transition: 0.3s;
    z-index: 99;
}
#navtoggle span {
    width: 0.29rem;
    height: 0.01rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -0.145rem;
    top: 0.23rem;
    transition: 0.3s;
    z-index: 1;
}
#navtoggle span:nth-child(2) {
    top: 0.33rem;
}
body.nav-active #navtoggle span {
    top: 0.28rem;
    transform: rotate(25deg);
}
body.nav-active #navtoggle span:nth-child(2) {
    top: 0.28rem;
    transform: rotate(-25deg);
}
}


/* gnav
------------------------------------------------- */
#gnav {
    position: fixed;
    right: 0.4rem;
    top: 0.34rem;
    z-index: 20;
}
#gnav ul li {
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.45;
    margin-left: 0.3rem;
}
#gnav ul li a {
    display: block;
    padding-right: 0.16rem;
    position: relative;
}
#gnav ul li a::before {
    content: '';
    width: 0.1rem;
    height: 0.045rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.292%22%20height%3D%224.405%22%20viewBox%3D%220%200%2010.292%204.405%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_28%22%20data-name%3D%22%E3%83%91%E3%82%B9%2028%22%20d%3D%22M936.232%2C43l4.877%2C3.385L945.953%2C43%22%20transform%3D%22translate(-935.947%20-42.589)%22%20fill%3D%22none%22%20stroke%3D%22%230040d1%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E') center bottom no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0.08rem;
    transition: 0.4s;
}
@media screen and (min-width:751px){
#gnav ul li a::after {
    content: '';
    width: calc(100% - 0.16rem);
    height: 0.01rem;
    background-color: #0F58AA;
    position: absolute;
    left: 0;
    bottom: -0.03rem;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.4s;
}
#gnav ul li.current a {
    color: #0F58AA;
}
#gnav ul li.current a::after {
    transform: scale(1, 1);
}
#gnav ul li a:hover::before {
    top: 0.12rem;
}
#gnav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
#gnav .logo,
#gnav .btn,
.overlay {
    display: none;
}
}
@media screen and (max-width:750px){
#gnav {
    display: none;
    width: calc(100% - 0.28rem);
    height: calc(100dvh - 0.28rem);
    background: url("../img/common/mainttl_bg.jpg") center top no-repeat;
    background-size: cover;
    border-radius: 0.07rem;
    position: fixed;
    right: 0.14rem;
    top: 0.14rem;
    padding: 0.8rem 0;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 98;
}
#gnav .logo {
    width: 2rem;
    margin: 0 auto 0.35rem;
}
#gnav .logo span.eng {
    display: block;
    font-size: 0.11rem;
    padding: 0.03rem 0 0 1rem;
}
#gnav .logo .btnst1 a {
    width: 70%;
    height: 0.4rem;
    margin: 0.2rem auto 0;
}
#gnav .logo .btnst1 a::before {
    width: 0.35rem;
    left: 0.25rem;
}
#gnav .logo .btnst1 a span {
    width: 0.22rem;
    height: 0.22rem;
    left: 0.15rem;
    margin-top: -0.11rem;
}
#gnav .logo .btnst1 a b {
    font-size: 0.14rem;
    padding-left: 0.7rem;
}
#gnav ul {
    width: 80%;
    margin: 0 auto;
}
#gnav ul li {
    font-size: 0.16rem;
    border-bottom: 0.01rem dotted #0040D1;
    margin: 0 0 0.125rem;
    padding-bottom: 0.125rem;
}
#gnav ul li a {
    padding-right: 0.16rem;
}
#gnav ul li a::before {
    width: 0.125rem;
    height: 0.065rem;
    right: 0.1rem;
    top: 0.12rem;
} 
#gnav .btn {
    width: 2rem;
    height: 0.3rem;
    margin: 0.3rem auto 0;
}
#gnav .btn a {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.268%22%20height%3D%2212.423%22%20viewBox%3D%220%200%2019.268%2012.423%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6906%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206906%22%20transform%3D%22translate(-1209%20-4409.577)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_37119%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2037119%22%20transform%3D%22translate(1209%204413)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2216%22%20height%3D%229%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_73%22%20data-name%3D%22%E3%83%91%E3%82%B9%2073%22%20d%3D%22M1213.608%2C4409.077h14.161v6.678%22%20transform%3D%22translate(0%201)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') 95% center no-repeat;
    background-size: 0.16rem auto;
    border: 0.01rem solid #0F58AA;
    border-radius: 0.11rem;
    font-size: 0.12rem;
    font-weight: 400;
    padding-left: 0.1rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    cursor: pointer;
}
}


/* contents
------------------------------------------------- */
#contents {
    position: relative;
    z-index: 3;
}


/* headline
------------------------------------------------- */
.headline1 {
    margin-bottom: 0.45rem;
    position: relative;
}
.headline1::before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border: 0.01rem solid #46BFFF;
    border-radius: 50%;
    position: absolute;
    left: -0.27rem;
    top: 50%;
    margin-top: -0.3rem;
    z-index: 1;
}
.headline1 span {
    font-size: 0.25rem;
    font-weight: 700;
    line-height: 1.45;
    position: relative;
    z-index: 2;
}
@media screen and (max-width:750px){
.headline1 {
    margin: 0 0.1rem 0.35rem;
}
.headline1::before {
    width: 0.45rem;
    height: 0.45rem;
    left: -0.22rem;
    margin-top: -0.27rem;
}
.headline1 span {
    font-size: 0.22rem;
}
}


/* btnst
------------------------------------------------- */
.btnst1 a {
    width: 2.52rem;
    height: 0.6rem;
    background: #FFF;
    border: 0.01rem solid #0F58AA;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.btnst1 a::before {
    content: '';
    width: 0.42rem;
    height: 0.01rem;
    background-color: #00D1D1;
    position: absolute;
    left: 0.34rem;
    top: 50%;
    z-index: 4;
}
.btnst1 a span {
    width: 0.3rem;
    height: 0.3rem;
    background-color: #0F58AA;
    border-radius: 50%;
    color: #0F58AA;
    position: absolute;
    left: 0.19rem;
    top: 50%;
    margin-top: -0.15rem;
    z-index: 2;
    transition: 0.5s;
}
.btnst1 a b {
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #0F58AA;
    padding-left: 0.85rem;
    position: relative;
    z-index: 3;
    transition: 0.4s;
}
@media screen and (min-width:751px){
.btnst1 a:hover span {
    transform: scale(16);
}
.btnst1 a:hover b {
    color: #fff;
}
}
@media screen and (max-width:750px){
.btnst1 a {
    width: 1.65rem;
    height: 0.5rem;
    margin: 0 auto;
}
}


/* fnav
------------------------------------------------- */
.fnav {
    display: none;
    height: 0.7rem;
    position: fixed;
    right: 0.6rem;
    bottom: 0;
    z-index: 10;
}
.fnav::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #EAF8FF;
    border-radius: 0.05rem 0.05rem 0 0;
    box-shadow: 0 0 0.06rem rgba(0,137,255,0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.fnav .sec {
    padding: 0.13rem 0.18rem 0 0.15rem;
    position: relative;
    z-index: 3;
}
.fnav .sec .btn1 {
    width: 1.66rem;
    margin-right: 0.18rem;
    position: relative;
}
.fnav .sec .btn1 > a {
    width: 100%;
    height: 0.46rem;
    background-color: #fff;
    border: 0.005rem solid #AFC7FF;
    border-radius: 0.03rem;
    font-size: 0.14rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    padding-right: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}
.fnav .sec .btn1 > a > span {
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    right: 0.11rem;
    top: 50%;
    margin-top: -0.06rem;
    transition: 0.4s;
}
.fnav .sec .btn1 > a span::before,
.fnav .sec .btn1 > a span::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background-color: #0040D1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.005rem;
    transition: 0.4s;
}
.fnav .sec .btn1 > a span::after {
    width: 0.01rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin: 0 0 0 -0.005rem;
}
.fnav .sec .btn1.active > a {
    background-color: #0040D1;
    color: #fff;
}
.fnav .sec .btn1.active > a span {
    transform: rotate(360deg);
}
.fnav .sec .btn1.active > a span::before {
    background-color: #fff;
}
.fnav .sec .btn1.active > a span::after {
    width: 0;
    height: 0;
    background-color: #fff;
}
.fnav .sec .btn1 ul {
    width: 1.66rem;
    height: 0;
    background-color: #fff;
    border: none;
    border-radius: 0.03rem 0.03rem 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0.46rem;
    font-size: 0.13rem;
    box-sizing: border-box;
    opacity: 0;
}
.fnav .sec .btn1 ul li {
    height: 0;
}
.fnav .sec .btn1 ul li a {
    display: block;
    width: 100%;
    height: 0;
    border: none;
    border-bottom: 0.01rem dotted #AFC7FF;
    letter-spacing: normal;
    padding: 0.05rem 0.15rem;
    box-sizing: border-box;
}
.fnav .sec .btn1 ul li:last-child a {
    border-bottom: none;
}
.fnav .sec .btn1.active ul {
    height: auto;
    border: 0.005rem solid #AFC7FF;
    opacity: 1;
}
.fnav .sec .btn1.active ul li,
.fnav .sec .btn1.active ul li a {
    height: auto;
}
.fnav .sec .btn2 {
    width: 1.53rem;
    margin: 0.02rem 0 0 0.06rem;
}
.fnav .sec .btn2 a {
    display: block;
    width: 100%;
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.415;
    letter-spacing: 0.04em;
    color: #0F58AA;
    box-sizing: border-box;
    position: relative;
}
.fnav .sec .btn2 a b {
    display: block;
    width: 100%;
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0.08em;
    color: #0F58AA;
}
.fnav .sec .btn2 a span {
    width: 0.18rem;
    height: 0.18rem;
    background-color: #0040D1;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.09rem;
    transition: 0.4s;
}
.fnav .sec .btn2 a span::after {
    content: '';
    width: 0.5rem;
    height: 0.01rem;
    background-color: #00D1D1;
    position: absolute;
    right: 0.09rem;
    top: 50%;
    margin-top: -0.005rem;
    transition: 0.4s;
}
@media screen and (min-width:751px){
.fnav .sec .btn2 a:hover {
    padding-left: 0.1rem;
}
.fnav .sec .btn2 a:hover span {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: -0.15rem;
}
.fnav .sec .btn2 a:hover span::after {
    width: 0.4rem;
    right: 0.15rem;
}
.fnav .sec .btn1 ul li a:hover {
    background-color: #AFC7FF;
    color: #0040D1;
}
}
@media screen and (max-width:750px){
.fnav {
    width: calc(100% - 0.31rem);
    height: 0.6rem;
    right: 0.155rem;
    bottom: 0.155rem;
    z-index: 99;
} 
.fnav::after {
    border-radius: 0.07rem;
}
.fnav .sec {
    display: flex;
    padding: 0.1rem 0.15rem 0 0.12rem;
}
.fnav .sec .btn1 {
    width: 1.7rem;
    margin-right: 0.1rem;
}
.fnav .sec .btn1 > a {
    height: 0.4rem;
    border: 0.01rem solid #AFC7FF;
    font-size: 0.13rem;
    letter-spacing: 0.04em;
    padding-right: 0.2rem;
}
.fnav .sec .btn1 > a > span {
    width: 0.1rem;
    height: 0.1rem;
    right: 0.1rem;
    margin-top: -0.05rem;
}
.fnav .sec .btn1.is-active > a {
    background-color: #0040D1;
    color: #fff;
}
.fnav .sec .btn1.is-active > a span {
    transform: rotate(360deg);
}
.fnav .sec .btn1.is-active > a span::before {
    background-color: #fff;
}
.fnav .sec .btn1.is-active > a span::after {
    width: 0;
    height: 0;
    background-color: #fff;
}
.fnav .sec .btn1 ul {
    width: 1.7rem;
    height: auto;
    border: 0.01rem solid #AFC7FF;
    bottom: 0.39rem;
    font-size: 0.12rem;
    opacity: 1;
    display: none;
}
.fnav .sec .btn1 ul li,
.fnav .sec .btn1 ul li a {
    height: auto;
}
.fnav .sec .btn2 {
    width: 1.3rem;
    margin: 0;
}
.fnav .sec .btn2 a {
    font-size: 0.11rem;
    line-height: 1.35;
    letter-spacing: normal;
}
.fnav .sec .btn2 a b {
    font-size: 0.16rem;
    line-height: 1.25;
    letter-spacing: 0.04em;
}
.fnav .sec .btn2 a span::after {
    width: 0.4rem;
}
.requirements .fnav,
.driver .fnav,
.sales .fnav,
.maintenance .fnav {
    width: 43%;
    height: 0.55rem;
}    
.requirements .fnav .sec,
.driver .fnav .sec,
.sales .fnav .sec,
.maintenance .fnav .sec {
    padding: 0.1rem 0.15rem 0;
}
}


/* footer
------------------------------------------------- */
#footer {
    height: 3.66rem;
    background: url("../img/recruit/footer_bg.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 1.03rem;
    box-sizing: border-box;
    position: relative;
    z-index: 11;
}
#footer .logo {
    width: auto;
    padding-bottom: 0.24rem;
}
#footer .logo a {
    display: flex;
    align-items: center;
}
#footer .logo a img {
    display: block;
    width: 2.25rem;
    margin-right: 0.28rem;
}
#footer .logo a span {
    display: block;
    font-size: 0.13rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}
#footer p {
    font-size: 0.21rem;
    font-weight: 300;
    line-height: 1.45;
    padding-bottom: 0.7rem;
}
#footer .btn {
    width: 2.26rem;
    height: 0.37rem;
}
#footer .btn a {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.268%22%20height%3D%2212.423%22%20viewBox%3D%220%200%2019.268%2012.423%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6906%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206906%22%20transform%3D%22translate(-1209%20-4409.577)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_37119%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2037119%22%20transform%3D%22translate(1209%204413)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2216%22%20height%3D%229%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_73%22%20data-name%3D%22%E3%83%91%E3%82%B9%2073%22%20d%3D%22M1213.608%2C4409.077h14.161v6.678%22%20transform%3D%22translate(0%201)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') 95% center no-repeat;
    background-size: 0.1877rem auto;
    border: 0.01rem solid #0F58AA;
    border-radius: 0.11rem;
    font-size: 0.14rem;
    font-weight: 400;
    padding-left: 0.07rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
#footer small {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.04em;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (min-width:751px){
#footer .btn a:hover {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.268%22%20height%3D%2212.423%22%20viewBox%3D%220%200%2019.268%2012.423%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6906%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206906%22%20transform%3D%22translate(-1209%20-4409.577)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_37119%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2037119%22%20transform%3D%22translate(1209%204413)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2216%22%20height%3D%229%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_73%22%20data-name%3D%22%E3%83%91%E3%82%B9%2073%22%20d%3D%22M1213.608%2C4409.077h14.161v6.678%22%20transform%3D%22translate(0%201)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') 95% center no-repeat #0F58AA;
    background-size: 0.1877rem auto;
    color: #fff;
}
}
@media screen and (max-width:750px){
#footer {
    height: auto;
    background-image: url("../img/recruit/footer_bg_sp.jpg");
    padding: 0.6rem 0 0.925rem;
}
#footer .logo {
    padding: 0 0.1rem 0.1rem 0;
}
#footer .logo a {
    justify-content: center;
}
#footer .logo a img {
    width: 2rem;
    margin-right: 0.15rem;
}
#footer .logo a span {
    font-size: 0.12rem;
}
#footer p {
    text-align: center;
    font-size: 0.18rem;
    padding-bottom: 0.35rem;
}
#footer .btn {
    width: 2rem;
    height: 0.3rem;
    margin: 0 auto 0.5rem;
}
#footer .btn a {
    font-size: 0.12rem;
    background-size: 0.16rem auto;
    padding-left: 0.1rem;
}
#footer small {
    display: block;
    width: 100%;
    font-size: 0.1rem;
    text-align: center;
    position: static;
}
}


/* anchor
------------------------------------------------- */
.anchor {
    margin-top: -0.3rem;
    padding-top: 0.3rem;
}
@media screen and (max-width:750px){
.anchor {
    margin-top: -0.75rem;
    padding-top: 0.75rem;
}
}


/* animation
------------------------------------------------- */
.fadeIn {
    opacity: 0;
}
.fadeIn.isAnimate {
    animation: fadeIn 1s ease 0.3s 1 forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(0.3rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes scroll {
	0% {
        top: 0;
        opacity: 1;
		transform: scale(1);
	}
    30% {
        opacity: 1;
	}
	100% {
        top: 100%;
		opacity: 0;
        transform: scale(0);
	}
}
@keyframes mask {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	100% {
		clip-path: inset(0);
	}
}
@keyframes cir1 {
    0% {
        opacity: 0;
        transform: scale(0.4);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}