@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Rubik:wght@400;700&display=swap);
/* ==========================================================================
 Foundation
============================================================================*/

html {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

body {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

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

p {
  margin: 0;
}

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

strong {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 100%;
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0;
}

hr {
  background-color: #CCCCCC;
  border: 0;
  color: #CCCCCC;
  height: 1px;
  margin: 0;
  padding: 0;
}

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

th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

blockquote, div, span {
  margin: 0;
  padding: 0;
}

pre {
  font-family: monospace;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button {
  background: 0;
  border: 0;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}

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

label {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

* html textarea {
  margin-top: -2px;
}

*:first-child + html textarea {
  margin-top: -2px;
}

abbr, acronym {
  border: 0;
}

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

caption {
  text-align: left;
}

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

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

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

article, aside, audio, canvas, projects, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
}
body * {
  box-sizing: border-box;
}

/* a */
a {
  color: #448aca;
  text-decoration: underline;
}
a:hover {
  color: #448aca;
  text-decoration: none;
}

/* img */
img {
  max-width: 100%;
}

/* ==========================================================================
 layout
============================================================================*/
.l-footer {
  background: url(/job/driver-entry/assets/images/bg_footer_01.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 232px;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
.l-footer__copyright {
  padding-top: 120px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.l-wrapper {
  overflow: hidden;
  width: 100%;
}

/* ==========================================================================
 component
============================================================================*/
.c-btn-01 {
  box-shadow: inset 0 0 0 2px #1B6EA5;
  border-radius: 100vh;
  color: #1B6EA5;
  display: inline-block;
  height: 48px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  padding: 14px 24px 14px 56px;
  position: relative;
  text-decoration: none;
}
.c-btn-01::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #1B6EA5;
  content: "";
  display: block;
  height: 24px;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
}

.c-merit-card {
  padding: 64px 40px 80px;
}
.c-merit-card__icon {
  text-align: center;
}
.c-merit-card__icon img {
  width: 80px;
}
.c-merit-card__title {
  color: #1B6EA5;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  text-align: center;
}
.c-merit-card p {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2em;
}

.c-job-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 32px;
}
.c-job-card:hover figure img {
  transform-origin: 50% 50%;
  transform: scale(1.1);
}
.c-job-card > a {
  color: #333;
  text-decoration: none;
}
.c-job-card figure {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-job-card figure img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}
.c-job-card__contents {
  padding-left: 8px;
  padding-right: 8px;
}
.c-job-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  font-weight: 700;
  height: 3em;
  line-height: 1.5em;
  margin-top: 1em;
  width: 100%;
}
.c-job-card__meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.c-job-card__meta__area {
  font-size: 1rem;
  line-height: 1.5em;
  margin-right: 1em;
  margin-top: 0.5em;
  padding-left: 20px;
  position: relative;
}
.c-job-card__meta__area::after {
  background: url("data:image/svg+xml,%3csvg%20id='ico-pin-blu'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_4409'%20data-name='長方形%204409'%20width='16'%20height='16'%20transform='translate(388%201507)'%20fill='none'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_334'%20data-name='マスクグループ%20334'%20transform='translate(-388%20-1507)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='パス_17746'%20data-name='パス%2017746'%20d='M5.25,1.594Q4.406.563,3.156-1.187A28.434,28.434,0,0,1,1-4.75,8.179,8.179,0,0,1,0-8a5.981,5.981,0,0,1,1.75-4.25A5.981,5.981,0,0,1,6-14a5.981,5.981,0,0,1,4.25,1.75A5.981,5.981,0,0,1,12-8a8.179,8.179,0,0,1-1,3.25A31.417,31.417,0,0,1,8.813-1.187Q7.594.563,6.75,1.594a.938.938,0,0,1-1.5,0ZM6-6a2.02,2.02,0,0,0,1.406-.594A2.02,2.02,0,0,0,8-8a2.02,2.02,0,0,0-.594-1.406A2.02,2.02,0,0,0,6-10a2.02,2.02,0,0,0-1.406.594A2.02,2.02,0,0,0,4-8a2.02,2.02,0,0,0,.594,1.406A2.02,2.02,0,0,0,6-6Z'%20transform='translate(390%201521)'%20fill='%2357b0de'/%3e%3c/g%3e%3c/svg%3e") 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
}
.c-job-card__meta__salary {
  font-size: 0.75rem;
  line-height: 2em;
  margin-top: 0.6666666667em;
  padding-left: 20px;
  position: relative;
}
.c-job-card__meta__salary::after {
  background: url("data:image/svg+xml,%3csvg%20id='ico-yen-blu'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_4410'%20data-name='長方形%204410'%20width='16'%20height='16'%20transform='translate(388%201507)'%20fill='none'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_335'%20data-name='マスクグループ%20335'%20transform='translate(-388%20-1507)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='パス_17747'%20data-name='パス%2017747'%20d='M4.969-7.812l3.188-4.75a.967.967,0,0,1,.656-.406.975.975,0,0,1,.75.125.967.967,0,0,1,.406.656.975.975,0,0,1-.125.75L6.875-7.031H8.5a1.089,1.089,0,0,1,.719.313.935.935,0,0,1,.281.688.973.973,0,0,1-.281.719.973.973,0,0,1-.719.281H6v1H8.5a.924.924,0,0,1,.719.313A.973.973,0,0,1,9.5-3a.973.973,0,0,1-.281.719A.973.973,0,0,1,8.5-2H6V0a.973.973,0,0,1-.281.719A1.082,1.082,0,0,1,4.969,1,.935.935,0,0,1,4.281.719,1.089,1.089,0,0,1,3.969,0V-2h-2.5a.935.935,0,0,1-.687-.281A1.089,1.089,0,0,1,.469-3a1.089,1.089,0,0,1,.313-.719.89.89,0,0,1,.688-.312h2.5v-1h-2.5a.935.935,0,0,1-.687-.281,1.089,1.089,0,0,1-.312-.719,1.056,1.056,0,0,1,.313-.687,1.056,1.056,0,0,1,.688-.312H3.125L.156-11.437a.975.975,0,0,1-.125-.75.967.967,0,0,1,.406-.656.975.975,0,0,1,.75-.125.967.967,0,0,1,.656.406Z'%20transform='translate(390.997%201520.997)'%20fill='%2357b0de'/%3e%3c/g%3e%3c/svg%3e") 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
}
.c-job-card__meta__salary span {
  color: #DC2329;
  font-size: 1rem;
  font-weight: 500;
}
.c-job-card__meta__salary .u-display-sp {
  display: none;
}
.c-job-card__tags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
  margin-top: 16px;
}
.c-job-card__tags > * {
  margin-bottom: 8px;
  margin-right: 8px;
}
.c-job-card__tags > *:last-child {
  margin-right: 0;
}

.c-support-card {
  box-shadow: inset 0 0 0 1px #1B6EA5;
  padding: 64px 32px 48px;
}
.c-support-card__icon {
  text-align: center;
}
.c-support-card__icon img {
  width: 96px;
}
.c-support-card__title {
  color: #1B6EA5;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  text-align: center;
}
.c-support-card p {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2em;
}
.c-support-card__btn {
  margin-top: 24px;
  text-align: center;
}

.c-reviews-card__comment {
  background-color: #fff;
  border-radius: 16px;
  font-size: 1rem;
  line-height: 2em;
  padding: 32px;
  position: relative;
}
.c-reviews-card__comment::after {
  background-color: #fff;
  clip-path: polygon(0% 0%, 70% 0%, 100% 100%);
  content: "";
  display: block;
  height: 40px;
  left: 100px;
  position: absolute;
  top: 100%;
  transform: translate(0%, -1px);
  width: 40px;
}
.c-reviews-card__author {
  margin-top: 48px;
}
.c-reviews-card__author figure {
  background-color: #fff;
  border-radius: 100vh;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 200px;
}
.c-reviews-card__author__name {
  font-size: 1rem;
  margin-top: 8px;
  text-align: center;
}

.c-flow-card {
  aspect-ratio: 184/240;
  padding-right: 40px;
  position: relative;
}
.c-flow-card::after {
  background-color: #1B6EA5;
  clip-path: polygon(0% 0%, 20% 0%, 100% 50%, 20% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 27.1739130435%;
}
.c-flow-card > div {
  background-color: #1B6EA5;
  height: 100%;
}
.c-flow-card__step {
  align-items: center;
  background-color: #fff;
  border-radius: 100vh;
  color: #1B6EA5;
  display: flex;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  flex-direction: column;
  height: 16.6666666667%;
  justify-content: center;
  left: 4.347826087%;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 4.347826087%;
  width: 21.7391304348%;
}
.c-flow-card__step::before {
  content: "Step";
  display: block;
  display: block;
  font-size: 0.625rem;
}
.c-flow-card__step::after {
  content: counter(number);
  counter-increment: number;
  display: block;
  font-size: 1.25rem;
}
.c-flow-card__title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  left: 0;
  padding-left: 16px;
  padding-right: 36px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  z-index: 1;
}

.c-hd-01 {
  align-items: center;
  color: #000;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 64px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.c-hd-01__label {
  box-shadow: inset 0 0 0 2px #1B6EA5;
  border-radius: 100vh;
  color: #1B6EA5;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 40px;
  min-width: 230px;
  margin-bottom: 0.1666666667em;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
.c-hd-01__ja {
  color: #1B6EA5;
  font-size: 2.5rem;
  font-weight: 900;
}
.c-hd-01__en {
  color: #FF9C2C;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  margin-top: 0.4em;
}

.c-page-top {
  height: 64px;
  overflow: hidden;
  padding-right: 24px;
  position: fixed;
  right: 0;
  text-align: center;
  bottom: 24px;
  width: 88px;
  z-index: 65;
}
.c-page-top.-is-fixed {
  bottom: 24px;
  position: fixed;
}
.c-page-top:hover {
  opacity: 0.5;
}
.c-page-top > div {
  background-color: #fff;
  border-radius: 100vh;
  cursor: pointer;
  height: 100%;
  line-height: 1;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.c-page-top > div::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #1B6EA5;
  content: "";
  display: block;
  height: 40%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 40%;
}

.c-section {
  padding-bottom: 120px;
  padding-top: 120px;
}

.c-tag-label-01 {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #C1C1C1;
  color: #333;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.5714285714em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
}
.c-tag-label-01.-remove {
  cursor: pointer;
}
.c-tag-label-01.-remove:hover {
  position: relative;
}
.c-tag-label-01.-remove:hover::after {
  background: #B62126 url(../images/ico-remove-wht.svg) 50% 50% no-repeat;
  background-size: 50% 50%;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-25%, -25%);
  transition: 0.3s;
  width: 20px;
}

a.c-tag-label-01 {
  text-decoration: none;
  transition: 0.3s;
}
a.c-tag-label-01:hover {
  color: #333;
  opacity: 0.5;
}

/* ==========================================================================
 project
============================================================================*/
.p-faq-items__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  padding-top: 40px;
}
.p-faq-items__item:first-child {
  padding-top: 0;
}
.p-faq-items__item__inner > div {
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}
.p-faq-items__item dt {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 40px;
  position: relative;
}
.p-faq-items__item dt .p-faq-items__ico {
  background-color: #E50000;
}
.p-faq-items__item dd {
  font-size: 1rem;
  line-height: 2em;
}
.p-faq-items__item dd p {
  margin-top: 2em;
}
.p-faq-items__item dd .p-faq-items__item__inner {
  padding-top: 16px;
}
.p-faq-items__item dd .p-faq-items__ico {
  background-color: #0089E5;
}
.p-faq-items__ico {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Rubik", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 40px;
}
.p-faq-items__ico + p {
  margin-top: 0 !important;
}

.p-floating {
  align-items: center;
  background-color: #1B6EA5;
  bottom: 0;
  display: flex;
  height: 112px;
  justify-content: center;
  left: 0;
  position: fixed;
  transform: translate(0%, 100%);
  transition: 0.3s;
  width: 100%;
  z-index: 60;
}
.p-floating.-is-show {
  transform: translate(0%, 0%);
}
.p-floating__txt-01 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636em;
  margin-right: 24px;
}
.p-floating__btn a {
  background-color: #FF9C2C;
  border-radius: 100vh;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
  width: 264px;
}

html[lang=my] .p-floating__txt-01 {
  font-size: 1.1rem;
}
html[lang=my] .p-floating__btn a {
  font-size: 1.2rem;
}

.p-gnav {
  bottom: 40px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.p-gnav ul {
  display: flex;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  max-width: min(1464px, 95.3125%);
  position: relative;
  width: 100%;
}
.p-gnav ul li {
  height: 96px;
  position: relative;
  margin-right: 6px;
  width: 100%;
}
.p-gnav ul li:last-child {
  margin-right: 0;
  width: 100%;
}
.p-gnav ul li a {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.p-gnav ul li a:hover {
  opacity: 0.5;
}
.p-gnav ul li a .-ja {
  color: #1B6EA5;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-gnav ul li a .-en {
  color: #FF9C2C;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.25em;
}

html[lang=en] .p-gnav ul li a .-ja {
  font-size: 1.35rem;
}

html[lang=my] .p-gnav ul li a .-ja {
  font-size: 1.05rem;
}

html[lang=vi] .p-gnav ul li a .-ja {
  font-size: 1.2rem;
}

.p-lang {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 1.25rem;
  height: 2.4em;
  line-height: 2.4em;
  position: fixed;
  right: 32px;
  top: 32px;
  transition: 0.3s;
  width: 12.1em;
  z-index: 70;
}
.p-lang span {
  cursor: pointer;
  display: block;
  height: 100%;
  padding-left: 2.2em;
  position: relative;
}
.p-lang span::before {
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_7890'%20data-name='長方形%207890'%20width='24'%20height='24'%20transform='translate(560%2020)'%20fill='none'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='icon_lang'%20transform='translate(-560%20-20)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='グループ_8398'%20data-name='グループ%208398'%20transform='translate(561.5%2021.5)'%3e%3cpath%20id='パス_18362'%20data-name='パス%2018362'%20d='M1,0H17.5V1.5H1Z'%20transform='translate(1.25%205.251)'/%3e%3cpath%20id='パス_18363'%20data-name='パス%2018363'%20d='M0,0H18V1.5H0Z'%20transform='translate(1.5%209.75)'/%3e%3cpath%20id='中マド_13'%20data-name='中マド%2013'%20d='M10.5,21A10.5,10.5,0,1,1,21,10.5,10.511,10.511,0,0,1,10.5,21Zm0-19.5a9,9,0,1,0,9,9A9.011,9.011,0,0,0,10.5,1.5Z'/%3e%3cpath%20id='パス_18364'%20data-name='パス%2018364'%20d='M1,0H17.5V1.5H1Z'%20transform='translate(1.25%2014.251)'/%3e%3cpath%20id='パス_18365'%20data-name='パス%2018365'%20d='M-1031.5-93s-3-3.411-3-9.75,3-9.75,3-9.75h0s-4.5,2.343-4.5,9.75,4.5,9.75,4.5,9.75Z'%20transform='translate(1042%20113.25)'/%3e%3cpath%20id='パス_18366'%20data-name='パス%2018366'%20d='M-1036-93s3-3.411,3-9.75-3-9.75-3-9.75h0s4.5,2.343,4.5,9.75S-1036-93-1036-93Z'%20transform='translate(1046.5%20113.25)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1.2em;
  left: 0.6em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.2em;
}
.p-lang span::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background-color: #000;
  content: "";
  display: block;
  height: 0.8em;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  width: 0.8em;
}
.p-lang:hover {
  background-color: white;
}
.p-lang ul {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  left: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  width: 100%;
}
.p-lang ul li a {
  color: #000;
  display: block;
  padding-left: 2.2em;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
.p-lang ul li a:hover {
  background-color: #fff;
}

/* ==========================================================================
 utility
============================================================================*/
.js-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
  visibility: hidden;
}

.js-start-animation {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.u-color--red {
  color: #ff0000;
}
.u-color--gray {
  color: #ccc;
}
.u-color--black {
  color: #000;
}
.u-color--white {
  color: #fff;
}

.u-display--sp {
  display: none;
}
.u-display--show {
  display: block !important;
}
.u-display--block {
  display: block !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
.u-display--flex {
  display: flex !important;
}
.u-display--hide {
  display: none !important;
}

.u-slick-wrap {
  position: relative;
  padding-bottom: 88px;
}

.slick-dots {
  bottom: 24px;
  display: flex;
  left: auto;
  list-style: none;
  position: absolute;
  transform: translate(0%, 50%);
  right: 152px;
}
.slick-dots li {
  border-radius: 100vh;
  height: 8px;
  margin: 0 8px;
  overflow: hidden;
  position: relative;
  width: 8px;
}
.slick-dots li button {
  display: block;
  height: 100%;
  text-indent: -3em;
  width: 100%;
}
.slick-dots li button::before {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slick-dots li.slick-active button::before {
  background-color: #fff;
}
.slick-dots.--bar {
  width: 200px;
}
.slick-dots.--bar li {
  border-radius: 0;
  height: 2px;
  margin: 0;
}

.u-slick-btn {
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 100vh;
  cursor: pointer;
  height: 48px;
  position: absolute;
  top: 100%;
  width: 48px;
}
.u-slick-btn::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #fff;
  content: "";
  display: block;
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.u-slick-btn.--next {
  transform: translate(0%, 40px);
  right: 0;
}
.u-slick-btn.--prev {
  transform: translate(-16px, 40px);
  right: 48px;
}
.u-slick-btn.--prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.u-slick-btn.slick-disabled {
  opacity: 0.2;
}

.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--underline {
  text-decoration: underline !important;
}
.u-text--marker {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.u-text--marker::after {
  background: #ffefa2;
  bottom: 0;
  content: "";
  display: block;
  height: 0.5em;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1536px){
  .p-gnav {
    bottom: 2.6041666667vw;
  }
  .p-gnav ul {
    max-width: min(95.3125vw, 95.3125%);
  }
  .p-gnav ul li {
    height: 6.25vw;
    margin-right: 0.390625vw;
  }
  .p-gnav ul li a .-ja {
    font-size: 1.5625vw;
  }
  .p-gnav ul li a .-en {
    font-size: 1.0416666667vw;
  }
  html[lang=en] .p-gnav ul li a .-ja {
    font-size: 1.40625vw;
  }
  html[lang=my] .p-gnav ul li a .-ja {
    font-size: 1.09375vw;
  }
  html[lang=vi] .p-gnav ul li a .-ja {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1424px){
  .c-job-card {
    border-radius: 1.1235955056vw;
    padding: 2.808988764vw 2.2471910112vw;
  }
  .c-job-card__contents {
    padding-left: 0.5617977528vw;
    padding-right: 0.5617977528vw;
  }
  .c-job-card__title {
    font-size: 1.1235955056vw;
  }
  .c-job-card__meta {
    font-size: 1.1235955056vw;
  }
  .c-job-card__meta__area {
    font-size: 1.1235955056vw;
    padding-left: 1.404494382vw;
  }
  .c-job-card__meta__area::after {
    height: 1.1235955056vw;
    width: 1.1235955056vw;
  }
  .c-job-card__meta__salary {
    font-size: 0.8426966292vw;
    padding-left: 1.404494382vw;
  }
  .c-job-card__meta__salary::after {
    height: 1.1235955056vw;
    width: 1.1235955056vw;
  }
  .c-job-card__meta__salary span {
    font-size: 1.1235955056vw;
  }
  .c-job-card__tags {
    margin-bottom: -0.5617977528vw;
    margin-top: 1.1235955056vw;
  }
  .c-job-card__tags > * {
    margin-bottom: 0.5617977528vw;
    margin-right: 0.5617977528vw;
  }
}
@media screen and (max-width: 1176px){
  .c-merit-card {
    padding: 5.4421768707vw 3.4013605442vw 6.8027210884vw;
  }
  .c-merit-card__icon img {
    width: 6.8027210884vw;
  }
  .c-merit-card__title {
    font-size: 2.0408163265vw;
    margin-top: 2.7210884354vw;
  }
  .c-merit-card p {
    font-size: 1.3605442177vw;
  }
  .c-support-card {
    padding: 5.4421768707vw 2.7210884354vw 4.0816326531vw;
  }
  .c-support-card__icon img {
    width: 8.1632653061vw;
  }
  .c-support-card__title {
    font-size: 2.0408163265vw;
    margin-top: 2.7210884354vw;
  }
  .c-support-card p {
    font-size: 1.3605442177vw;
  }
  .c-reviews-card__comment {
    border-radius: 1.3605442177vw;
    font-size: 1.3605442177vw;
    padding: 2.7210884354vw;
  }
  .c-reviews-card__comment::after {
    height: 3.4013605442vw;
    left: 8.5034013605vw;
    width: 3.4013605442vw;
  }
  .c-reviews-card__author {
    margin-top: 4.0816326531vw;
  }
  .c-reviews-card__author figure {
    height: 17.0068027211vw;
    width: 17.0068027211vw;
  }
  .c-reviews-card__author__name {
    font-size: 1.3605442177vw;
    margin-top: 0.6802721088vw;
  }
}
@media screen and (max-width: 1024px){
  .c-flow-card {
    padding-right: 3.90625vw;
  }
  .c-flow-card__step::before {
    font-size: 0.9765625vw;
  }
  .c-flow-card__step::after {
    font-size: 1.953125vw;
  }
  .c-flow-card__title {
    font-size: 2.1484375vw;
    padding-left: 1.5625vw;
    padding-right: 3.515625vw;
  }
}
@media screen and (max-width: 880px){
  .c-page-top {
    height: 7.2727272727vw;
    width: 10vw;
  }
  .p-floating {
    height: 12.7272727273vw;
  }
  .p-floating__txt-01 {
    font-size: 2.5vw;
    margin-right: 2.7272727273vw;
  }
  .p-floating__btn a {
    font-size: 2.7272727273vw;
    padding-bottom: 2.2727272727vw;
    padding-top: 2.2727272727vw;
    width: 30vw;
  }
  html[lang=my] .p-floating__txt-01 {
    font-size: 2vw;
  }
  html[lang=my] .p-floating__btn a {
    font-size: 2.1818181818vw;
  }
}
@media screen and (max-width: 767px){
  .c-merit-card {
    padding: 10.6666666667vw 6.4vw;
  }
  .c-merit-card__icon img {
    width: 21.3333333333vw;
  }
  .c-merit-card__title {
    font-size: 6.4vw;
    margin-top: 8.5333333333vw;
  }
  .c-merit-card p {
    font-size: 3.7333333333vw;
  }
  .c-job-card {
    border-radius: 4.2666666667vw;
    padding: 8.5333333333vw 5.8666666667vw;
  }
  .c-job-card__contents {
    padding-left: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
  .c-job-card__title {
    font-size: 3.7333333333vw;
  }
  .c-job-card__meta {
    font-size: 3.7333333333vw;
  }
  .c-job-card__meta__area {
    font-size: 3.7333333333vw;
    padding-left: 4.8vw;
  }
  .c-job-card__meta__area::after {
    height: 3.7333333333vw;
    width: 3.7333333333vw;
  }
  .c-job-card__meta__salary {
    font-size: 2.6666666667vw;
    padding-left: 4.8vw;
  }
  .c-job-card__meta__salary::after {
    height: 3.7333333333vw;
    width: 3.7333333333vw;
  }
  .c-job-card__meta__salary span {
    font-size: 3.7333333333vw;
  }
  .c-job-card__tags {
    margin-bottom: -2.1333333333vw;
    margin-top: 4.2666666667vw;
  }
  .c-job-card__tags > * {
    margin-bottom: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
  .c-support-card {
    padding: 10.6666666667vw 6.4vw;
  }
  .c-support-card__icon img {
    width: 25.6vw;
  }
  .c-support-card__title {
    font-size: 6.4vw;
    margin-top: 8.5333333333vw;
  }
  .c-support-card p {
    font-size: 3.7333333333vw;
  }
  .c-reviews-card__comment {
    border-radius: 4.2666666667vw;
    font-size: 3.7333333333vw;
    padding: 6.4vw;
  }
  .c-reviews-card__comment::after {
    height: 10.6666666667vw;
    left: 26.6666666667vw;
    width: 10.6666666667vw;
  }
  .c-reviews-card__author {
    margin-top: 12.8vw;
  }
  .c-reviews-card__author figure {
    height: 32vw;
    width: 32vw;
  }
  .c-reviews-card__author__name {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
  .c-flow-card {
    padding-right: 10.6666666667vw;
  }
  .c-flow-card__step::before {
    font-size: 2.6666666667vw;
  }
  .c-flow-card__step::after {
    font-size: 5.3333333333vw;
  }
  .c-flow-card__title {
    font-size: 5.8666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 9.6vw;
  }
  .c-hd-01 {
    margin-bottom: 8.5333333333vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .c-hd-01__label {
    box-shadow: inset 0 0 0 1px #1B6EA5;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .c-hd-01__ja {
    font-size: 5.3333333333vw;
  }
  .c-hd-01__en {
    font-size: 2.6666666667vw;
  }
  .c-page-top {
    height: 8.5333333333vw;
    padding-right: 2.1333333333vw;
    bottom: 2.1333333333vw;
    width: 10.6666666667vw;
  }
  .c-page-top.-is-fixed {
    bottom: 2vw;
  }
  .c-scroller {
    overflow: auto;
    position: relative;
    width: 100%;
  }
  .c-scroller::after {
    background: rgba(0, 0, 0, 0.8) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='64'%20height='64'%20viewBox='0%200%2064%2064'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_26086'%20data-name='長方形%2026086'%20width='64'%20height='64'%20transform='translate(72%203788)'%20fill='none'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='ico-scroll-horizontally'%20transform='translate(-72%20-3788)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='グループ_31549'%20data-name='グループ%2031549'%20transform='translate(-42.001%20-42.998)'%3e%3cpath%20id='scrolldown_120416'%20d='M28.344,22.672v8.648a4.8,4.8,0,0,1-7.877,3.689L17.331,32.4a5.337,5.337,0,0,0-3.416-1.236,2.354,2.354,0,0,0-2.121,1.333l-.121.252a2.706,2.706,0,0,0,.356,2.9L27.013,53.707a12.757,12.757,0,0,0,9.819,4.612A15.277,15.277,0,0,0,52.109,43.042V29.462a1.7,1.7,0,0,0-3.395,0v3.395a1.7,1.7,0,1,1-3.395,0v-6.79a1.7,1.7,0,1,0-3.395,0v6.79a1.7,1.7,0,1,1-3.395,0V22.672a1.7,1.7,0,0,0-3.395,0V32.857a1.7,1.7,0,1,1-3.395,0V9.092a1.7,1.7,0,1,0-3.395,0Zm-3.395,0V9.092a5.092,5.092,0,1,1,10.185,0V17.87a5.1,5.1,0,0,1,6.612,3.462,5.1,5.1,0,0,1,6.79,3.395A5.1,5.1,0,0,1,55.5,29.462v13.58A18.672,18.672,0,0,1,36.831,61.714,16.153,16.153,0,0,1,24.4,55.875L9.416,37.813a6.1,6.1,0,0,1-.8-6.541l.121-.252a5.749,5.749,0,0,1,5.18-3.256A8.731,8.731,0,0,1,19.5,29.788L22.641,32.4a1.407,1.407,0,0,0,2.308-1.081Z'%20transform='translate(115.989%203832)'%20fill='%23fff'/%3e%3cpath%20id='合体_28'%20data-name='合体%2028'%20d='M10982.071,10608.571l-5.621-5.621a2,2,0,0,1-.04-2.875l0,0,5.657-5.656a2,2,0,0,1,2.829,2.829l-2.251,2.25h15.171a2,2,0,1,1,0,4h-15.171l2.251,2.25a2,2,0,0,1-2.829,2.827Z'%20transform='translate(-10861.82%20-6761.83)'%20fill='%23fff'/%3e%3cpath%20id='合体_29'%20data-name='合体%2029'%20d='M6.25,14.743.6,9.1A2,2,0,0,1,.52,6.318q.035-.039.072-.076L6.25.585A2,2,0,0,1,9.078,3.414l-2.25,2.25H22a2,2,0,1,1,0,4H6.827l2.25,2.25A2,2,0,1,1,6.25,14.743Z'%20transform='translate(178.001%203847.327)%20rotate(180)'%20fill='%23fff'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 17.0666666667vw 17.0666666667vw;
    border-radius: 4.2666666667vw;
    content: "";
    display: block;
    height: 32vw;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: 0.3s;
    transform: translate(-50%, -50%);
    width: 32vw;
  }
  .c-scroller.-is-scrolled::after {
    opacity: 0;
  }
  .c-scroller > * {
    height: auto;
    max-width: none;
    min-width: auto;
    width: 1000px;
  }
  .c-section {
    padding-bottom: 17.0666666667vw;
    padding-top: 17.0666666667vw;
  }
  .p-faq-items__item {
    padding-bottom: 6.4vw;
    padding-top: 6.4vw;
  }
  .p-faq-items__item__inner > div {
    padding-left: 12.8vw;
    padding-right: 12.8vw;
  }
  .p-faq-items__item dt {
    line-height: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-faq-items__item dd {
    font-size: 3.7333333333vw;
  }
  .p-faq-items__item dd .p-faq-items__item__inner {
    padding-top: 4.2666666667vw;
  }
  .p-faq-items__ico {
    font-size: 5.12vw;
    height: 8.5333333333vw;
    width: 8.5333333333vw;
  }
  .p-faq-items .toggle_plus > span {
    height: 8.5333333333vw !important;
    width: 8.5333333333vw !important;
  }
  .p-floating {
    height: 12.8vw;
    justify-content: space-between;
    padding-left: 4.2666666667vw;
    padding-right: 12.8vw;
    transform: translate(0%, 0%);
  }
  .p-floating__txt-01 {
    font-size: 3.2vw;
    margin-right: 2.1333333333vw;
  }
  .p-floating__btn a {
    font-size: 3.7333333333vw;
    padding-bottom: 2.4vw;
    padding-top: 2.4vw;
    width: 27.4666666667vw;
  }
  html[lang=my] .p-floating__txt-01 {
    font-size: 2.56vw;
  }
  html[lang=my] .p-floating__btn a {
    font-size: 2.4vw;
  }
  .p-gnav {
    bottom: 14.9333333333vw;
  }
  .p-gnav ul {
    flex-wrap: wrap;
    padding-left: 2.1333333333vw;
    padding-right: 2.1333333333vw;
    max-width: none;
  }
  .p-gnav ul li {
    height: 16.2666666667vw;
    margin-bottom: 2%;
    margin-right: 2%;
    width: 49%;
  }
  .p-gnav ul li:nth-child(2n) {
    margin-right: 0;
  }
  .p-gnav ul li:last-child {
    margin-bottom: 0;
  }
  .p-gnav ul li a .-ja {
    font-size: 4vw;
  }
  .p-gnav ul li a .-en {
    font-size: 2.6666666667vw;
  }
  html[lang=en] .p-gnav ul li a .-ja {
    font-size: 3.6vw;
  }
  html[lang=my] .p-gnav ul li a .-ja {
    font-size: 2.8vw;
  }
  html[lang=vi] .p-gnav ul li a .-ja {
    font-size: 3.2vw;
  }
  .p-lang {
    font-size: 3.2vw;
    right: 4.2666666667vw;
    top: 4.2666666667vw;
  }
  .u-display--sp {
    display: block;
  }
  .u-display--pc {
    display: none;
  }
  .u-slick-wrap {
    padding-bottom: 19.2vw;
  }
  .slick-dots {
    bottom: 6.4vw;
    right: 42.6666666667vw;
  }
  .slick-dots li {
    height: 2.1333333333vw;
    margin: 0 2.1333333333vw;
    width: 2.1333333333vw;
  }
  .slick-dots.--bar {
    width: 50.9333333333vw;
  }
  .slick-dots.--bar li {
    height: 1.0666666667vw;
  }
  .u-slick-btn {
    height: 12.8vw;
    width: 12.8vw;
  }
  .u-slick-btn.--next {
    right: 4.2666666667vw;
    transform: translate(0%, 6.4vw);
  }
  .u-slick-btn.--prev {
    transform: translate(-4.2666666667vw, 6.4vw);
    right: 17.0666666667vw;
  }
}