@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Rubik:wght@400;700&display=swap);
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(../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(../images/ico-pin-blu.svg) 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(../images/ico-yen-blu.svg) 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(../images/icon_lang.svg) 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(../images/ico-scroll-horizontally.svg) 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;
  }
}
/*# sourceMappingURL=../../../../../map/job/driver-entry/assets/css/style.css.map */
