@charset "UTF-8";
/* reset.scss start*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* reset.scss end*/
/* setting.scss start*/
body {
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  font-weight: 400;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}*/
.boxwrap {
  width: 1144px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .boxwrap {
    width: 94%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

a {
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.pc {
  display: block !important;
}
@media screen and (max-width: 568px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp {
    display: block !important;
  }
}

.ipad {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ipad {
    display: block !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.ipadPro_sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_sp {
    display: block !important;
  }
}

.ipadPro_pc {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_pc {
    display: none !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.pc_inline {
  display: inline-block !important;
}
@media screen and (max-width: 568px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp_inline {
    display: inline-block !important;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

* {
  min-width: 0;
  min-height: 0;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:link, a:visited, a:active, a:focus {
  color: #000000;
  text-decoration: none;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-top40 {
  margin-top: 40px;
}

.margin-top50 {
  margin-top: 50px;
}

.margin-top60 {
  margin-top: 60px;
}

.margin-top70 {
  margin-top: 70px;
}

.margin-top80 {
  margin-top: 80px;
}

.margin-top90 {
  margin-top: 90px;
}

.margin-top100 {
  margin-top: 100px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

.margin-bottom60 {
  margin-bottom: 60px;
}

.margin-bottom70 {
  margin-bottom: 70px;
}

.margin-bottom80 {
  margin-bottom: 80px;
}

.margin-bottom90 {
  margin-bottom: 90px;
}

.margin-bottom100 {
  margin-bottom: 100px;
}

/* setting.scss end*/
.empsLP__header {
  padding: 10px 0;
  border-bottom: 40px solid #1fb6ff;
}
@media screen and (max-width: 768px) {
  .empsLP__header {
    border-bottom: unset;
  }
}
.empsLP__header--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.empsLP__header--logo {
  width: 160px;
  display: block;
}
@media screen and (max-width: 568px) {
  .empsLP__header--logo {
    width: 20vw;
  }
}
.empsLP__header--logo img {
  width: 100%;
  height: auto;
}
.empsLP__header .empsLP__header--contact {
  color: #fff;
}
.empsLP__header--contact {
  display: block;
  background-color: #ff603d;
  padding: 15px 60px;
  border-radius: 100px;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .empsLP__header--contact {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__header--contact {
    padding: 12px 4vw;
    font-size: 3vw;
  }
}
.empsLP__header--contact::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg height='256' viewBox='0 0 512 512' width='256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m484.992 60.131h-10.519-447.469c-14.914 0-27.004 12.093-27.004 27.008v337.726c0 14.914 12.09 27.004 27.004 27.004h457.988c14.918 0 27.008-12.09 27.008-27.004v-337.726c0-14.915-12.09-27.008-27.008-27.008zm-438.445 333.265c47.21-37.867 94.414-75.742 141.613-113.629l49.379 39.41c9.875 7.878 23.89 7.863 33.746-.043l52.555-42.16c47.21 37.637 94.418 75.277 141.613 112.934v15.418h-418.906zm418.808-48.253c-31.187-24.879-62.382-49.75-93.582-74.618l-19.981-15.973c37.879-30.434 75.766-60.855 113.66-91.266v112.122zm.098-238.465v11.87c-64.738 51.954-129.48 103.906-194.234 155.848-9.851 7.902-23.863 7.926-33.738.051-63.645-50.746-127.298-101.481-190.934-152.234v-15.535h417.789zm-305.308 150.828c-23.328 18.73-46.668 37.449-70 56.168l-43.598 34.855v-181.691c31.058 24.789 62.121 49.566 93.191 74.343z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -2px;
}
@media screen and (max-width: 568px) {
  .empsLP__header--contact::before {
    margin-right: 2vw;
    width: 3.5vw;
    height: 3.5vw;
  }
}
.empsLP .empsLP__fixedContact {
  color: #fff;
}
.empsLP__fixedContact {
  position: fixed;
  bottom: 70px;
  right: 0;
  display: block;
  padding: 35px 25px;
  background-color: #ff603d;
  border-radius: 10px 0 0 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 600;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .empsLP__fixedContact {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    padding: 10px 10px;
    bottom: 30px;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__fixedContact {
    font-size: 3vw;
  }
}
.empsLP__fixedContact:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #ff8e76;
}
.empsLP__fixedContact::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg height='256' viewBox='0 0 512 512' width='256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m484.992 60.131h-10.519-447.469c-14.914 0-27.004 12.093-27.004 27.008v337.726c0 14.914 12.09 27.004 27.004 27.004h457.988c14.918 0 27.008-12.09 27.008-27.004v-337.726c0-14.915-12.09-27.008-27.008-27.008zm-438.445 333.265c47.21-37.867 94.414-75.742 141.613-113.629l49.379 39.41c9.875 7.878 23.89 7.863 33.746-.043l52.555-42.16c47.21 37.637 94.418 75.277 141.613 112.934v15.418h-418.906zm418.808-48.253c-31.187-24.879-62.382-49.75-93.582-74.618l-19.981-15.973c37.879-30.434 75.766-60.855 113.66-91.266v112.122zm.098-238.465v11.87c-64.738 51.954-129.48 103.906-194.234 155.848-9.851 7.902-23.863 7.926-33.738.051-63.645-50.746-127.298-101.481-190.934-152.234v-15.535h417.789zm-305.308 150.828c-23.328 18.73-46.668 37.449-70 56.168l-43.598 34.855v-181.691c31.058 24.789 62.121 49.566 93.191 74.343z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: baseline;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .empsLP__fixedContact::before {
    display: block;
    margin: 0 auto 8px;
    width: 22px;
    height: 18px;
  }
}
.empsLP__sec1 {
  padding: 80px 0 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .empsLP__sec1 {
    padding: 60px 0 35px;
  }
}
.empsLP__sec1--title {
  font-size: 2.3125rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 568px) {
  .empsLP__sec1--title {
    font-size: 5.2vw;
  }
}
.empsLP__sec1--title .blue {
  color: #009fe9;
  font-size: 1.4375rem;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 568px) {
  .empsLP__sec1--title .blue {
    font-size: 4vw;
  }
}
.empsLP__sec1--title::after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  background-color: #009fe9;
  margin: 30px auto 0;
}
.empsLP__sec1--info {
  background-color: #f7f7f7;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}
.custom-2025{
  -webkit-align-items: unset !important;
  align-items: unset !important;
}
@media screen and (max-width: 768px) {
  .empsLP__sec1--info {
    padding: 15px 20px;
    gap: 28px;
  }
}
.empsLP__sec1--info .info--date {
  color: #009fe9;
  font-size: 0.875rem;
}
.empsLP__sec1--info .info--date-custom {
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .empsLP__sec1--info .info--date-custom {
    padding: 5px 0 0;
  }
}
.empsLP__sec1--info .info--title {
  font-size: 1rem;
}
.empsLP__sec1--info .info--title-custom {
  line-height: 24px;
  text-align: left;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .empsLP__sec1--info .info--title-custom {
    padding-left: 0;
    font-size: 0.875rem;
  }
}
.empsLP .center--slide {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .empsLP .center--slide {
    margin-bottom: 90px;
  }
}
.empsLP .center--slide .slick-list {
  padding-bottom: 10px !important;
}
.empsLP .center--slide__box {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0 50px 10px 10px;
  overflow: hidden;
  margin: 0 10px;
  opacity: 0.5;
}
.empsLP .center--slide__box.slick-active {
  opacity: 1;
}
.empsLP .center--slide__box--textArea {
  padding: 20px 15px;
}
.empsLP .center--slide__box--textArea .textArea--region {
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 568px) {
  .empsLP .center--slide__box--textArea .textArea--region {
    font-size: 3.5vw;
  }
}
.empsLP .center--slide__box--textArea .textArea--title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.empsLP .center--slide__box--textArea .textArea--title-custom {
  min-height: 48px;
}
@media screen and (max-width: 568px) {
  .empsLP .center--slide__box--textArea .textArea--title {
    font-size: 5vw;
  }
}
.empsLP .center--slide__box--textArea .textArea--inner {
  line-height: 1.6;
  font-size: 0.875rem;
}
.empsLP .center--slide__box--textArea .textArea--inner-custom {
  min-height: 90px;
}
@media screen and (max-width: 568px) {
  .empsLP .center--slide__box--textArea .textArea--inner {
    font-size: 3.5vw;
  }
}
.empsLP .center--slide__box--textArea .textArea--label {
  background-color: #ff603d;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  margin-top: 10px;
}
.empsLP .center--slide__box--textArea .textArea--label-custom {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.05rem;
}
.empsLP .center--slide__box--textArea .textArea--label-custom-size {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 568px) {
  .empsLP .center--slide__box--textArea .textArea--label {
    font-size: 3.5vw;
  }
}
.empsLP .center--slide .slick-prev, .empsLP .center--slide .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #2c60b6;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .empsLP .center--slide .slick-prev, .empsLP .center--slide .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .empsLP .center--slide .slick-prev, .empsLP .center--slide .slick-next {
    top: 55%;
  }
}
.empsLP .center--slide .slick-prev {
  left: 14%;
}
@media screen and (max-width: 1450px) {
  .empsLP .center--slide .slick-prev {
    left: 9%;
  }
}
@media screen and (max-width: 1350px) {
  .empsLP .center--slide .slick-prev {
    left: 6%;
  }
}
@media screen and (max-width: 1200px) {
  .empsLP .center--slide .slick-prev {
    left: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .empsLP .center--slide .slick-prev {
    left: 18%;
  }
}
@media screen and (max-width: 768px) {
  .empsLP .center--slide .slick-prev {
    left: 20px;
  }
}
.empsLP .center--slide .slick-prev::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' height='24' viewBox='0 -960 960 960' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m321-80-71-71 329-329-329-329 71-71 400 400z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 25%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .empsLP .center--slide .slick-prev::before {
    width: 15px;
    height: 15px;
  }
}
.empsLP .center--slide .slick-next {
  right: 14%;
}
@media screen and (max-width: 1450px) {
  .empsLP .center--slide .slick-next {
    right: 9%;
  }
}
@media screen and (max-width: 1350px) {
  .empsLP .center--slide .slick-next {
    right: 6%;
  }
}
@media screen and (max-width: 1200px) {
  .empsLP .center--slide .slick-next {
    right: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .empsLP .center--slide .slick-next {
    right: 18%;
  }
}
@media screen and (max-width: 768px) {
  .empsLP .center--slide .slick-next {
    right: 20px;
  }
}
.empsLP .center--slide .slick-next::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' height='24' viewBox='0 -960 960 960' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m321-80-71-71 329-329-329-329 71-71 400 400z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .empsLP .center--slide .slick-next::before {
    width: 15px;
    height: 15px;
  }
}
.empsLP .center--slide .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .empsLP .center--slide .slick-dots {
    bottom: -30px;
  }
}
.empsLP .center--slide .slick-dots li button:before {
  font-size: 15px;
  color: #949494;
}
.empsLP .center--slide .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #949494;
}
.empsLP__problem {
  background-color: #f7f7f7;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .empsLP__problem {
    padding: 60px 0;
  }
}
.empsLP__problem--title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 568px) {
  .empsLP__problem--title {
    font-size: 7.5vw;
  }
}
.empsLP__problem--title .small {
  font-size: 1.4375rem;
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 568px) {
  .empsLP__problem--title .small {
    font-size: 4vw;
    margin-bottom: 0px;
  }
}
.empsLP__problem--title .blueLine {
  font-size: 3.125rem;
  color: #009fe9;
  border-bottom: 5px solid #009fe9;
  padding-bottom: 8px;
}
@media screen and (max-width: 568px) {
  .empsLP__problem--title .blueLine {
    font-size: 1.4em;
    padding-bottom: 4px;
    border-bottom: 3px solid #009fe9;
  }
}
.empsLP__problem--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .empsLP__problem--flex {
    display: block;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}
.empsLP__problem--box.mag {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .empsLP__problem--box:nth-of-type(2) {
    margin-top: -30px;
    position: relative;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .empsLP__problem--box:nth-of-type(3) {
    margin-top: -45px;
    position: relative;
    z-index: -2;
  }
}
.empsLP__cvArea {
  text-align: center;
}
.empsLP__cvArea--bk {
  background-image: url("../images/cvArea-bk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 500px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .empsLP__cvArea--bk {
    height: 560px;
  }
}
@media screen and (max-width: 768px) {
  .empsLP__cvArea--bk {
    background-image: url("../images/sp/cvArea-bk.png");
    background-position: bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__cvArea--bk {
    height: 120vw;
  }
}
.empsLP__cvArea--chach {
  background-color: #f7f7f7;
  padding: 0 80px 20px;
  border-radius: 0 0 20px 20px;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 600;
  color: #009fe9;
}
@media screen and (max-width: 568px) {
  .empsLP__cvArea--chach {
    font-size: 5vw;
  }
}
.empsLP__cvArea--titleWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-top: 60px;
}
.empsLP__cvArea--titleWrap::before {
  content: "";
  display: block;
  width: 28px;
  height: 120px;
  background-image: url("../images/kazari1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 568px) {
  .empsLP__cvArea--titleWrap::before {
    width: 4.5vw;
    height: 16vw;
  }
}
.empsLP__cvArea--titleWrap::after {
  content: "";
  display: block;
  width: 28px;
  height: 120px;
  background-image: url("../images/kazari2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 568px) {
  .empsLP__cvArea--titleWrap::after {
    width: 4.5vw;
    height: 16vw;
  }
}
.empsLP__cvArea--title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .empsLP__cvArea--title {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__cvArea--title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__cvArea--title .spBig {
    font-size: 6vw;
  }
}
.empsLP__cvArea--text {
  line-height: 1.5;
  margin-top: 40px;
  font-size: 1.5625rem;
  color: #fff;
}
@media screen and (max-width: 568px) {
  .empsLP__cvArea--text {
    font-size: 4.2vw;
    line-height: 1.7;
  }
}
.empsLP__cvArea--text .big {
  font-size: 1.2em;
  font-weight: 600;
}
.empsLP__cvArea--text .line {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.empsLP__cvArea--cvBack {
  background-image: url("../images/cvBack.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 130px 0 180px;
  margin-top: -50px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .empsLP__cvArea--cvBack {
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .empsLP__cvArea--cvBack {
    margin-top: -80px;
    background-image: unset;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__cvArea--cvBack {
    margin-top: -28vw;
  }
}
@media screen and (max-width: 768px) {
  .empsLP__cvArea--cvBack .cvBack--bkspArea {
    background-image: url("../images/sp/cvBack.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 85vw;
    text-align: left;
    position: relative;
  }
  .empsLP__cvArea--cvBack .cvBack--bkspArea .cvBack--title {
    width: 94%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5%;
  }
}
.empsLP__cvArea--cvBack .cvBack--title {
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .empsLP__cvArea--cvBack .cvBack--title {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__cvArea--cvBack .cvBack--title {
    font-size: 4.5vw;
  }
}
.empsLP__cvArea--cvBack .cvBack--title .red {
  display: block;
  color: #ff603d;
  font-size: 3.75rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .empsLP__cvArea--cvBack .cvBack--title .red {
    line-height: 1.3;
    margin-top: 10px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__cvArea--cvBack .cvBack--title .red {
    font-size: 9vw;
  }
}
.empsLP .cvBack__btnArea {
  margin-top: 50px;
}
.empsLP .cvBack__btnArea--chach {
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (max-width: 568px) {
  .empsLP .cvBack__btnArea--chach {
    font-size: 4.6vw;
  }
}
.empsLP .cvBack__btnArea--chach::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 30px;
  background-image: url("../images/cv-icon1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 12px;
}
.empsLP .cvBack__btnArea--chach::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 30px;
  background-image: url("../images/cv-icon2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .empsLP .cvBack__btnArea--chach.culumn2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .empsLP .cvBack__btnArea--chach.culumn2::before {
    width: 22px;
    height: 75px;
  }
  .empsLP .cvBack__btnArea--chach.culumn2::after {
    width: 22px;
    height: 75px;
  }
}
@media screen and (max-width: 568px) {
  .empsLP .cvBack__btnArea--chach.culumn2::before {
    width: 3.5vw;
    height: 11vw;
  }
  .empsLP .cvBack__btnArea--chach.culumn2::after {
    width: 3.5vw;
    height: 11vw;
  }
}
.empsLP .cvBack__btnArea--btn {
  display: block;
  background-color: #ff603d;
  padding: 40px 0;
  width: 75%;
  margin: 30px auto 0;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0 8px 0 rgba(199, 54, 22, 0.8);
          box-shadow: 0 8px 0 rgba(199, 54, 22, 0.8);
}
@media screen and (max-width: 768px) {
  .empsLP .cvBack__btnArea--btn {
    width: 100%;
    padding: 25px 0;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 568px) {
  .empsLP .cvBack__btnArea--btn {
    font-size: 6vw;
  }
}
.empsLP .cvBack__btnArea--btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #ff8e76;
}
.empsLP .cvBack__btnArea--btn::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg height='256' viewBox='0 0 512 512' width='256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m484.992 60.131h-10.519-447.469c-14.914 0-27.004 12.093-27.004 27.008v337.726c0 14.914 12.09 27.004 27.004 27.004h457.988c14.918 0 27.008-12.09 27.008-27.004v-337.726c0-14.915-12.09-27.008-27.008-27.008zm-438.445 333.265c47.21-37.867 94.414-75.742 141.613-113.629l49.379 39.41c9.875 7.878 23.89 7.863 33.746-.043l52.555-42.16c47.21 37.637 94.418 75.277 141.613 112.934v15.418h-418.906zm418.808-48.253c-31.187-24.879-62.382-49.75-93.582-74.618l-19.981-15.973c37.879-30.434 75.766-60.855 113.66-91.266v112.122zm.098-238.465v11.87c-64.738 51.954-129.48 103.906-194.234 155.848-9.851 7.902-23.863 7.926-33.738.051-63.645-50.746-127.298-101.481-190.934-152.234v-15.535h417.789zm-305.308 150.828c-23.328 18.73-46.668 37.449-70 56.168l-43.598 34.855v-181.691c31.058 24.789 62.121 49.566 93.191 74.343z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -4px;
}
.empsLP__voice {
  margin-top: 80px;
  text-align: center;
  background-color: #f7f7f7;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .empsLP__voice {
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.empsLP__voice__titleArea {
  background-color: #fff;
  padding: 0 80px 35px;
  border-radius: 0 0 20px 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .empsLP__voice__titleArea {
    background-color: transparent;
    padding: 0 0px 20px;
  }
}
.empsLP__voice__titleArea .blue {
  font-size: 1.4375rem;
  display: block;
  color: #009fe9;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .empsLP__voice__titleArea .blue {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__voice__titleArea .blue {
    font-size: 4vw;
  }
}
.empsLP__voice__titleArea::after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  background-color: #009fe9;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .empsLP__voice__titleArea::after {
    margin: 20px auto 0;
  }
}
.empsLP__voice__title {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 568px) {
  .empsLP__voice__title {
    font-size: 8vw;
    line-height: 1.3;
  }
}
.empsLP__voice__chach {
  color: #164191;
  font-size: 1.5625rem;
  line-height: 1.6;
  margin-top: 40px;
}
@media screen and (max-width: 568px) {
  .empsLP__voice__chach {
    font-size: 4.5vw;
    margin-top: 0px;
  }
}
.empsLP__voice__chach .red {
  color: #ff603d;
  font-size: 1.3em;
}
.empsLP__voice__case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .empsLP__voice__case {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 80px;
    margin-top: 70px;
  }
}
.empsLP__voice__case--box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 0 50px 0 50px;
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
}
.empsLP__voice__case--box::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100px;
  z-index: -1;
}
.empsLP__voice__case--box .box--white {
  background-color: #fff;
  padding-top: 50px;
  border-radius: 0 50px 0 50px;
}
@media screen and (max-width: 768px) {
  .empsLP__voice__case--box .box--white {
    padding-top: 30px;
  }
  .empsLP__voice__case--box .box--white img {
    width: 90%;
    height: auto;
  }
}
.empsLP__voice__case--box .box--num {
  padding: 10px 30px;
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  color: #009fe9;
}
@media screen and (max-width: 568px) {
  .empsLP__voice__case--box .box--num {
    font-size: 3.5vw;
  }
}
.empsLP__voice__case--box .box--num .big {
  font-size: 45px;
}
@media screen and (max-width: 568px) {
  .empsLP__voice__case--box .box--num .big {
    font-size: 8vw;
  }
}
.empsLP__voice__case--box .box--title {
  font-size: 1.5rem;
  color: #009fe9;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 568px) {
  .empsLP__voice__case--box .box--title {
    font-size: 5.3vw;
  }
}
.empsLP__voice__case--box .box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #1fb6ff;
  border-radius: 10px;
  margin: 20px auto 20px;
  width: 92%;
  padding: 5px 15px 15px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .empsLP__voice__case--box .box__list {
    margin: 15px auto 15px;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__voice__case--box .box__list {
    font-size: 3.4vw;
  }
}
.empsLP__voice__case--box .box__list--title {
  width: 30%;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.empsLP__voice__case--box .box__list--inner {
  width: 70%;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
}
.empsLP__voice__case--box .box--text {
  margin: 20px auto 0px;
  width: 88%;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 568px) {
  .empsLP__voice__case--box .box--text {
    font-size: 3.7vw;
  }
}
.empsLP__common--titleWrap {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .empsLP__common--titleWrap {
    margin-bottom: 40px;
  }
}
.empsLP__common--title {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 568px) {
  .empsLP__common--title {
    font-size: 8vw;
  }
}
.empsLP__common--title .blue {
  font-size: 1.4375rem;
  display: block;
  color: #009fe9;
  margin-bottom: 20px;
}
@media screen and (max-width: 568px) {
  .empsLP__common--title .blue {
    font-size: 4vw;
  }
}
.empsLP__common--title::after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  background-color: #009fe9;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .empsLP__common--title::after {
    margin: 20px auto 0;
  }
}
.empsLP__reason {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .empsLP__reason {
    padding: 80px 0 30px;
  }
  .empsLP__reason .boxwrap {
    width: 100%;
  }
}
.empsLP__reason--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .empsLP__reason--box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.empsLP__reason--box.change::after {
  left: auto;
  right: 0;
}
.empsLP__reason--box.change .box__textArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .empsLP__reason--box.change .box__textArea {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.empsLP__reason--box.change .box--img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .empsLP__reason--box.change .box--img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.empsLP__reason--box::after {
  content: "";
  display: block;
  background-color: #1a6bc5;
  height: calc(100% + 60px);
  width: 70%;
  position: absolute;
  top: -30px;
  left: 0;
  border-radius: 0 100px 0 100px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .empsLP__reason--box::after {
    width: 90%;
    background-color: transparent;
  }
}
.empsLP__reason--box .box--img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .empsLP__reason--box .box--img {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 20px;
  }
}
.empsLP__reason--box .box__textArea {
  padding-top: 70px;
  padding-left: 150px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .empsLP__reason--box .box__textArea {
    padding-left: 90px;
    margin-right: 5%;
  }
  .empsLP__reason--box .box__textArea::after {
    content: "";
    display: block;
    background-color: #1a6bc5;
    height: calc(100% + 60px);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 0 100px 0 100px;
    z-index: -1;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__reason--box .box__textArea {
    padding-left: 80px;
    padding-top: 55px;
  }
}
.empsLP__reason--box .box__textArea.one::before {
  content: "1";
}
.empsLP__reason--box .box__textArea.twe::before {
  content: "2";
}
@media screen and (max-width: 768px) {
  .empsLP__reason--box .box__textArea.twe::before {
    top: 25px;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__reason--box .box__textArea.twe::before {
    top: 15px;
  }
}
.empsLP__reason--box .box__textArea.three {
  padding-top: 40px;
}
.empsLP__reason--box .box__textArea.three::before {
  content: "3";
}
@media screen and (max-width: 768px) {
  .empsLP__reason--box .box__textArea.three::before {
    top: 35px;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__reason--box .box__textArea.three::before {
    top: 30px;
  }
}
.empsLP__reason--box .box__textArea::before {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 8.125rem;
  position: absolute;
  top: 20px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .empsLP__reason--box .box__textArea::before {
    left: 15px;
    top: 60px;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__reason--box .box__textArea::before {
    top: 45px;
    font-size: 28vw;
  }
}
.empsLP__reason--box .box__textArea--title {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 568px) {
  .empsLP__reason--box .box__textArea--title {
    font-size: 6.5vw;
    width: 92%;
  }
}
.empsLP__reason--box .box__textArea--title .small {
  font-size: 0.77em;
}
@media screen and (max-width: 568px) {
  .empsLP__reason--box .box__textArea--title .small {
    font-size: 0.67em;
  }
}
.empsLP__reason--box .box__textArea--inner {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .empsLP__reason--box .box__textArea--inner {
    position: relative;
    left: -70px;
    width: calc(100% + 50px);
  }
}
@media screen and (max-width: 568px) {
  .empsLP__reason--box .box__textArea--inner {
    left: -60px;
    font-size: 4.2vw;
    width: calc(100% + 40px);
  }
}
.empsLP__example {
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .empsLP__example {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.empsLP__example--list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  .empsLP__example--list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
    margin-top: 20px;
  }
}
.empsLP__example--list .list--box {
  background-color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 100px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .empsLP__example--list .list--box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.empsLP__example--list .list--img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .empsLP__example--list .list--img {
    width: 75%;
    margin: 0 auto;
  }
}
.empsLP__example--list .list__textArea {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .empsLP__example--list .list__textArea {
    width: 100%;
  }
}
.empsLP__example--list .list__textArea--num {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  color: #009fe9;
  border-bottom: 3px solid #009fe9;
  padding-bottom: 4px;
  display: inline-block;
  margin-bottom: 40px;
}
@media screen and (max-width: 568px) {
  .empsLP__example--list .list__textArea--num {
    font-size: 6vw;
    margin-bottom: 25px;
  }
}
.empsLP__example--list .list__textArea--num .num {
  font-size: 1.7em;
}
.empsLP__example--list .list__textArea--title {
  font-size: 1.875rem;
  height: 72px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .empsLP__example--list .list__textArea--title {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1024px) {
  .empsLP__example--list .list__textArea--title {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .empsLP__example--list .list__textArea--title {
    text-align: center;
    height: auto;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__example--list .list__textArea--title {
    font-size: 7vw;
  }
}
.empsLP__example--list .list__textArea--inner {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 568px) {
  .empsLP__example--list .list__textArea--inner {
    font-size: 4.5vw;
    line-height: 1.5;
  }
}
.empsLP__example--list .list__textArea--inner .line {
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
  font-size: 1.3em;
  font-weight: 600;
}
.empsLP__cvBtnArea {
  padding: 80px 0 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .empsLP__cvBtnArea {
    padding: 40px 0 50px;
  }
  .empsLP__cvBtnArea.lastArea {
    padding: 50px 0 70px;
  }
}
.empsLP__cvBtnArea .cvBack__btnArea {
  margin-top: 0;
}
.empsLP__faq {
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .empsLP__faq {
    padding-top: 60px;
  }
}
.empsLP__faq--main {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .empsLP__faq--main {
    margin-top: 20px;
  }
}
.empsLP__faq--box {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .empsLP__faq--box {
    margin-bottom: 40px;
  }
}
.empsLP__faq--box .box--title {
  background-color: #fff;
  padding: 20px 60px;
  font-size: 1.5625rem;
  color: #154594;
  display: inline-block;
  text-align: left;
  border-radius: 0 50px 0 50px;
  -webkit-box-shadow: 8px 8px 0 #154594;
          box-shadow: 8px 8px 0 #154594;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .empsLP__faq--box .box--title {
    width: 90%;
    padding-left: 14vw;
    line-height: 1.3;
    padding-right: 30px;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__faq--box .box--title {
    font-size: 5vw;
  }
}
.empsLP__faq--box .box--title::before {
  content: "Q";
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
  vertical-align: middle;
  margin-top: -14px;
  margin-right: 10px;
}
@media screen and (max-width: 568px) {
  .empsLP__faq--box .box--title::before {
    position: absolute;
    left: 6vw;
    top: 7vw;
    display: block;
    font-size: 7vw;
  }
}
.empsLP__faq--box .box--text {
  background-color: #fff;
  padding: 90px 40px 40px 110px;
  width: 78%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -40px;
  border-radius: 0 50px 0 50px;
  font-size: 1.125rem;
  line-height: 1.4;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .empsLP__faq--box .box--text {
    width: 90%;
  }
}
@media screen and (max-width: 568px) {
  .empsLP__faq--box .box--text {
    font-size: 4vw;
    padding: 70px 20px 30px 50px;
  }
}
.empsLP__faq--box .box--text::before {
  content: "A";
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
  color: #ff603d;
  position: absolute;
  top: 50px;
  left: 40px;
}
@media screen and (max-width: 568px) {
  .empsLP__faq--box .box--text::before {
    font-size: 7vw;
    top: 60px;
    left: 20px;
  }
}
.empsLP__last {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .empsLP__last {
    padding: 60px 0 0;
  }
}
.empsLP__last__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .empsLP__last__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.empsLP__last__flex--img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .empsLP__last__flex--img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.empsLP__last__flex--textArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .empsLP__last__flex--textArea {
    width: 100%;
  }
}
.empsLP__last__flex--textArea .textArea--title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 568px) {
  .empsLP__last__flex--textArea .textArea--title {
    font-size: 6.5vw;
  }
}
.empsLP__last__flex--textArea .textArea--inner {
  font-size: 1.125rem;
  line-height: 1.5;
}
.empsLP__footer {
  background-color: #1fb6ff;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .empsLP__footer {
    padding: 30px 0;
  }
}
.empsLP__footer--copyright {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}