@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #333333;
  --color-main: #ef8200;
  --color-main2: #049ed4;
  --color-gradation: linear-gradient(to right, #ef8200 0%, #f7b400 98.25%);
  /* --color-gradation2: linear-gradient(to right, #049ed4 0%, #1e4f94 98.25%); */
  --color-gradation2: linear-gradient(330deg, #1e4f94 0%, #049ed4 98.25%);
  --color-bg: #fff8f0;
}

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 {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

mark {
  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;
}

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
body * {
  letter-spacing: 0.05em;
}

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

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

picture {
  display: block;
}

input[type="submit"],
input[type="button"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="reset"],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="date"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="reset"]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

input[type="date"]::-webkit-date-and-time-value,
input[type="time"]::-webkit-date-and-time-value,
input[type="datetime-local"]::-webkit-date-and-time-value {
  text-align: left;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-pc--inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .is-pc--inline {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.is-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp--inline {
    display: inline-block;
  }
}

.swiper-container {
  overflow: visible;
  padding-bottom: 54px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .swiper-container {
    padding-bottom: calc(54 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(41 / 375 * 100vw);
  }
  .p-achievements__swiper .swiper-container {
    padding-bottom: calc(31 / 375 * 100vw);
  }
  .p-jobOffer__swiper .swiper-container {
    padding-bottom: calc(31 / 375 * 100vw);
  }
  .p-voice__swiper .swiper-container {
    padding-bottom: calc(35 / 375 * 100vw);
  }
  .p-member__swiper .swiper-container {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(34 / 375 * 100vw);
    overflow: hidden;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: auto;
  margin-top: 0;
  width: auto;
  z-index: 2;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  height: 35px;
  width: 35px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    filter: drop-shadow(0px 0px calc(20 / 1440 * 100vw) rgba(0, 0, 0, 0.1));
    height: calc(30 / 1440 * 100vw);
    width: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    filter: drop-shadow(0px 0px calc(20 / 375 * 100vw) rgba(0, 0, 0, 0.1));
    /* height: calc(30 / 375 * 100vw);
    width: calc(30 / 375 * 100vw); */
  }
}

.swiper-button-prev {
  left: -56px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev {
    left: calc(-56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(-10 / 375 * 100vw) !important;
  }
  .p-achievements__swiper .swiper-button-prev{
    top: 39%;
    left: -7px !important;
  }
  .p-jobOffer__swiper .swiper-button-prev{
    top: 40%;
    left: -7px !important;
  }
  .p-voice__swiper .swiper-button-prev{
    top: 35%;
    left: -7px !important;
  }
  .p-member__swiper .swiper-button-prev{
    top: 42%;
    left: -26px !important;
  }
}
.swiper-button-prev:after {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/swiper_icon_prev.svg);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/swiper_icon_prev_sp.svg);
    width: calc(60 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}
.swiper-button-next {
  right: -46px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-next {
    right: calc(-46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(-10 / 375 * 100vw) !important;
  }
  .p-achievements__swiper .swiper-button-next{
    top: 39%;
    right: -7px !important;
  }
  .p-jobOffer__swiper .swiper-button-next{
    top: 40%;
    right: -7px !important;
  }
  .p-voice__swiper .swiper-button-next{
    top: 35%;
    right: -7px !important;
  }
  .p-member__swiper .swiper-button-next{
    top: 42%;
    right: -26px !important;
  }
}
.swiper-button-next:after {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/swiper_icon_next.svg);
}
@media screen and (max-width: 767px) {
  .swiper-button-next:after {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/swiper_icon_next_sp.svg);
    width: calc(60 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}
.swiper-pagination {
  z-index: 1;
}

.swiper-pagination-bullets {
  bottom: 0 !important;
  font-size: 0 !important;
  left: auto !important;
}
@media screen and (max-width: 767px) {
  .p-feeling__swiper__inner .swiper-pagination-bullets {
  bottom: calc(15 / 375 * 100vw) !important;
  }
}
.swiper-pagination-bullet {
  background-color: #ffeedb;
  border-radius: 50%;
  height: 10px;
  margin: 0 10px !important;
  opacity: 1;
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: calc(10 / 1440 * 100vw);
    margin: 0 calc(10 / 1440 * 100vw) !important;
    width: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: calc(7 / 375 * 100vw);
    margin: 0 calc(7 / 375 * 100vw) !important;
    width: calc(7 / 375 * 100vw);
  }
  .p-achievements__swiper .swiper-pagination-bullet,
  .p-voice__swiper .swiper-pagination-bullet {
    background-color: var(--color-white);
  }
  #thanks .p-achievements__swiper .swiper-pagination-bullet{
    background-color: #ffeedb;
  }
}
.swiper-pagination-bullet-active {
  background: var(--color-main) !important;
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.lity-hide {
  display: none !important;
}

.lity-close,
.lity-close:hover {
  box-shadow: none !important;
  display: none !important;
  font-family: inherit !important;
  line-height: 1 !important;
  position: static !important;
  text-shadow: none !important;
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v32-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.l-container {
  margin: 0 auto;
  padding-left: 195px;
  padding-right: 195px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(195 / 1440 * 100vw);
    padding-right: calc(195 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(22 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
    width: 100%;
  }
}
.c-achievements {
  background-color: var(--color-white);
  padding: 0 20px;
  position: relative;
  width: 330px;
}

@media screen and (max-width: 1439px) {
  .c-achievements {
    padding: 0 calc(20 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements {
    padding: 0 calc(20 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}
.c-achievements__icon {
  position: absolute;
  top: -43px;
  left: 13px;
}
@media screen and (max-width: 1439px) {
  .c-achievements__icon {
    top: calc(-43 / 1440 * 100vw);
    left: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__icon {
    top: calc(-43 / 375 * 100vw);
    left: calc(14 / 375 * 100vw);
  }
}
.c-achievements__icon img {
  width: 92px;
  height: 92px;
}
@media screen and (max-width: 1439px) {
  .c-achievements__icon img {
    width: calc(92 / 1440 * 100vw);
    height: calc(92 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__icon img {
    width: calc(92 / 375 * 100vw);
    height: calc(92 / 375 * 100vw);
  }
}
.c-achievements__name {
  font-size: 13px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 29px;
  margin-left: 6px;
}
@media screen and (max-width: 1439px) {
  .c-achievements__name {
    font-size: calc(13 / 1440 * 100vw);
    padding-top: calc(22 / 1440 * 100vw);
    padding-bottom: calc(29 / 1440 * 100vw);
    margin-left: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__name {
    font-size: calc(13 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(29 / 375 * 100vw);
    margin-left: calc(6 / 375 * 100vw);
  }
}
.c-achievements__income img {
  height: 156px;
  width: 303px;
}
@media screen and (max-width: 1439px) {
  .c-achievements__income img {
    height: calc(156 / 1440 * 100vw);
    width: calc(303 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__income img {
    height: calc(156 / 375 * 100vw);
    width: calc(303 / 375 * 100vw);
  }
}
.c-achievements__text {
  font-size: 15px;
  line-height: 28px;
  padding-top: 13px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .c-achievements__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    padding-top: calc(13 / 1440 * 100vw);
    padding-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-achievements__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding-top: calc(13 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.c-voice {
  background-color: var(--color-white);
  padding: 108px 20px 25px 20px;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .c-voice {
    padding: calc(108 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice {
    padding: calc(106 / 375 * 100vw) calc(20 / 375 * 100vw) calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-voice__icon {
  width: 130px;
  height: 143px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -60px;
}
@media screen and (max-width: 1439px) {
  .c-voice__icon {
    width: calc(130 / 1440 * 100vw);
    height: calc(143 / 1440 * 100vw);
    top: calc(-60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__icon {
    width: calc(130 / 375 * 100vw);
    height: calc(143 / 375 * 100vw);
    top: calc(-60 / 375 * 100vw);
  }
}
.c-voice__icon img {
  width: 100%;
  height: auto;
}
.c-voice__text {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .c-voice__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.c-member{
  background-color: var(--color-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  height: 541px;
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .c-member{
    box-shadow: 0 0 calc(10 / 1440 * 100vw) rgba(0, 0, 0, .1);
    height: calc(541 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member{
    box-shadow: 0 0 calc(10 / 375 * 100vw) rgba(0, 0, 0, .1);
    height: calc(541 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}
.c-member__image {
  margin: 0 auto;
  width: 100%;
}
.c-member__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-member__image {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__image {
    width: calc(330 / 375 * 100vw);
  }
}
.c-member__name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-member__name {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__name {
    font-size: calc(16 / 375 * 100vw);
  }
}
.c_member__prof{
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .c_member__prof{
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c_member__prof{
    padding: calc(20 / 375 * 100vw) calc(16 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-member__title {
  font-size: 17px;
  font-weight: bold;
  color: var(--color-main);
  line-height: 27px;
  padding-top: 17px;
  letter-spacing: .02em;
}
@media screen and (max-width: 1439px) {
  .c-member__title {
    font-size: calc(17 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
    padding-top: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__title {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding-top: calc(17 / 375 * 100vw);
  }
}
.c-member__text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 3px;
  letter-spacing: .03em;
}
@media screen and (max-width: 1439px) {
  .c-member__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
}

.c-form {
  box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
  margin: 0 auto;
  overflow: hidden;
  width: 730px;
}
@media screen and (max-width: 1439px) {
  .c-form {
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw)
      calc(10 / 1440 * 100vw) rgba(48, 56, 65, 0.15);
    width: calc(730 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw)
      calc(10 / 375 * 100vw) rgba(48, 56, 65, 0.15);
    width: 100%;
  }
}
.c-form__titleBox {
  align-items: center;
  background: var(--color-gradation);
  display: flex;
  height: 82px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox {
    height: calc(82 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox {
    height: calc(60 / 375 * 100vw);
  }
}
.c-form__titleBox__title {
  color: var(--color-white);
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox__title {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.c-form__titleBox__title img{
  width: 189px;
  height: 55px;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox__title img{
    width: calc(189 / 1440 * 100vw);
    height: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox__title img{
    width: calc(136 / 375 * 100vw);
    height: calc(39 / 375 * 100vw);
  }
}
.c-form__content {
  background-color: var(--color-white);
  padding: 25px 60px 40px;
}
@media screen and (max-width: 1439px) {
  .c-form__content {
    padding: calc(25 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content {
    padding: calc(22 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.c-form__content label{
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  .c-form__content label{
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content label{
    font-size: calc(16 / 375 * 100vw);
  }
}
.c-form__content input:focus,
.c-form__content textarea:focus,
.c-form__content select:focus{
  outline: 2px solid rgb(0, 95, 204);
  outline-offset: -2px;
}
.c-form__content .button {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 43px;
  gap: 18px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .button {
    margin-top: calc(43 / 1440 * 100vw);
    gap: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .button {
    margin-top: calc(21 / 375 * 100vw);
    gap: calc(18 / 375 * 100vw);
  }
}
.c-form__content .button-next,
.c-form__content .actions input[type=submit]{
  align-items: center;
  background: var(--color-gradation2);
  border-radius: 30px;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-weight: 700;g
  height: 61px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 325px;
  height: 61px;
  border: 0;
}
@media screen and (max-width: 1439px) {
  .c-form__content .button-next,
  .c-form__content .actions input[type=submit]{
    width: calc(325 / 1440 * 100vw);
    height: calc(61 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .button-next,
  .c-form__content .actions input[type=submit]{
    width: calc(193 / 375 * 100vw);
    height: calc(45 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-form__content .button-back {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  left: 13px;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-form__content .button-back {
    font-size: calc(15 / 1440 * 100vw);
    left: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .button-back {
    font-size: calc(12 / 375 * 100vw);
    left: 0;
  }
}
.c-form__content .button-back__beforeSubmit {
  margin-top: 79px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .c-form__content .button-back__beforeSubmit {
    margin-top: calc(79 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .button-back__beforeSubmit {
    margin-top: calc(65 / 375 * 100vw);
  }
}
.c-form__content .actions{
  position: relative;
  width: 325px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .c-form__content .actions{
    width: calc(325 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .actions{
    width: calc(193 / 375 * 100vw);
  }
}
.c-form__content .button-next::after,
.c-form__content .actions::after{
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/button_icon_arrow_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  width: 7px;
  margin: auto 0;
  position: absolute;
  right: 17px;
  top: 0;
}
@media screen and (max-width: 1439px) {
  .c-form__content .button-next::after,
  .c-form__content .actions::after{
    height: calc(12 / 1440 * 100vw);
    width: calc(7 / 1440 * 100vw);
    right: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .button-next::after,
  .c-form__content .actions::after{
    height: calc(12 / 375 * 100vw);
    width: calc(4 / 375 * 100vw);
    right: calc(17 / 375 * 100vw);
  }
}
.c-form__content .button-back::after{
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/button_icon_arrow_back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  width: 7px;
  margin: auto 0;
  position: absolute;
  right: 45px;
  top: 3px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .button-back::after{
    right: calc(45 / 1440 * 100vw);
    top: calc(3 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
    width: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .button-back::after{
    right: calc(33 / 375 * 100vw);
    top: calc(2 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
  }
}
.c-form__content .hs_submit{
  margin-bottom: 97px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .hs_submit{
    margin-bottom: calc(97 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .hs_submit{
    margin-bottom: calc(97 / 375 * 100vw);
  }
}
.c-form__content .privacy_policy_wrap{
  display: inline-block;
}
.c-form__content__step {
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step {
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.c-form__content__step > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-form__content__step > ul > li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 23px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 58px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step > ul > li {
    height: calc(23 / 1440 * 100vw);
    width: calc(58 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li {
    height: calc(21 / 375 * 100vw);
    width: calc(48 / 375 * 100vw);
  }
}
.c-form__content__step > ul > li + li {
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step > ul > li + li {
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li + li {
    margin-left: calc(7 / 375 * 100vw);
  }
}
.c-form__content__step > ul > li:nth-child(1) {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_1.svg);
}
.c-form__content__step > ul > li:nth-child(1).is-current {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_1_current.svg);
}
.c-form__content__step > ul > li:nth-child(2) {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_2.svg);
}
.c-form__content__step > ul > li:nth-child(2).is-current {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_2_current.svg);
}
.c-form__content__step > ul > li:nth-child(3) {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_3.svg);
}
.c-form__content__step > ul > li:nth-child(3).is-current {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_3_current.svg);
}
.c-form__content__step > ul > li:nth-child(4) {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_4.svg);
}
.c-form__content__step > ul > li:nth-child(4).is-current {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_4_current.svg);
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li:nth-child(1) {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_1_sp.svg);
  }
  .c-form__content__step > ul > li:nth-child(1).is-current {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_1_current_sp.svg);
  }
  .c-form__content__step > ul > li:nth-child(2) {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_2_sp.svg);
  }
  .c-form__content__step > ul > li:nth-child(2).is-current {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_2_current_sp.svg);
  }
  .c-form__content__step > ul > li:nth-child(3) {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_3_sp.svg);
  }
  .c-form__content__step > ul > li:nth-child(3).is-current {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_3_current_sp.svg);
  }
  .c-form__content__step > ul > li:nth-child(4) {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_4_sp.svg);
  }
  .c-form__content__step > ul > li:nth-child(4).is-current {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_form_number_4_current_sp.svg);
  }
}
.c-form__content__block__titleBox {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.c-form__content__block__titleBox__title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(16 / 375 * 100vw);
  }
}
.c-form__content .hs-fieldtype-radio ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-form__content .hs-fieldtype-radio ul{
    gap: 10px;
  }
}
.c-form__content .hs-form-radio{
  width: 295px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .hs-form-radio{
    width: calc(295 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .hs-form-radio{
    width: 100%;
  }
}
.c-form__content .hs-form-radio input,
.c-form__content .hs-fieldtype-booleancheckbox input {
  display: none;
}
.c-form__content .hs-form-radio input:checked+span{
  background-color: var(--color-main2);
  border: 2px solid var(--color-main2);
  color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .c-form__content .hs-form-radio input:checked+span {
    border: calc(2 / 1440 * 100vw) solid var(--color-main2);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .hs-form-radio input:checked+span {
    border: calc(1 / 375 * 100vw) solid var(--color-main2);
  }
}
.c-form__content .hs-form-radio span{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  align-items: center;
  border: 1px solid var(--color-main2);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 77px;
  justify-content: center;
  transition: 0.3s;
  user-select: none;
  width: 295px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .hs-form-radio span{
    border: calc(1 / 1440 * 100vw) solid var(--color-main2);
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(77 / 1440 * 100vw);
    width: calc(295 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .hs-form-radio span{
    border: calc(1 / 375 * 100vw) solid var(--color-main2);
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
    width: calc(291 / 375 * 100vw);
  }
}
.c-form__content .hs-form-radio span:hover {
  background-color: var(--color-main2);
  border: 1px solid var(--color-main2);
  color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .c-form__content .hs-form-radio span:hover {
    border: calc(1 / 1440 * 100vw) solid var(--color-main2);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .hs-form-radio span:hover {
    border: calc(1 / 375 * 100vw) solid var(--color-main2);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .hs-form-radio__choice
    + .c-form__content .hs-form-radio__choice,
  .c-form__content .hs-form-radio__choice
    + .c-form__content__block__checkbox__choice,
  .c-form__content__block__checkbox__choice
    + .c-form__content .hs-form-radio__choice,
  .c-form__content__block__checkbox__choice
    + .c-form__content__block__checkbox__choice {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content select {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/icon_arrow_select.svg);
  background-position: right 36px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  border: 1px solid var(--color-main2);
  border-radius: 7px;
  color: var(--color-black);
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content select {
    background-position: right calc(36 / 1440 * 100vw) center;
    background-size: calc(12 / 1440 * 100vw) calc(8 / 1440 * 100vw);
    border: calc(1 / 1440 * 100vw) solid var(--color-main2);
    border-radius: calc(7 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content select {
    background-position: right calc(16 / 375 * 100vw) center;
    background-size: calc(12 / 375 * 100vw) calc(8 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid var(--color-main2);
    border-radius: calc(7 / 375 * 100vw);
    font-size: 16px;
    height: calc(60 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.c-form__content select:invalid {
  color: var(--color-placeholder);
}
.c-form__content .hs-form-field > label span{
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .hs-form-field > label span{
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .hs-form-field > label span{
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.c-form__content .hs-form-field > label span.hs-form-required{
  display: none;
}
.c-form__name-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form__content .hs_lastname,
.c-form__content .hs_firstname{
  width: 49%;
}
.c-form__content .hs_recaptcha{
  position: absolute;
  margin-top: 116px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  .c-form__content .hs_recaptcha{
    margin-top: calc(116 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .hs_recaptcha{
    margin-top: calc(92 / 375 * 100vw);
  }
}
.c-form__content .hs_error_rollup{
  display: none;
}
.c-form__content .error-katakana{
  margin-top: 3px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .error-katakana{
    margin-top: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .error-katakana{
    margin-top: 0;
  }
}
.c-form__content .hs-error-msg,
.c-form__content .error-katakana{
  font-size: 14px;
  color: red;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .hs-error-msg,
  .c-form__content .error-katakana{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .hs-error-msg,
  .c-form__content .error-katakana{
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }
}
.c-form__content .hs-fieldtype-select + .hs-fieldtype-select,
.c-form__content .hs-fieldtype-text + .hs-fieldtype-text,
.c-form__content .hs-fieldtype-phonenumber + .hs-fieldtype-text,
.c-form__content .hs_name_phonetic__c{
  margin-top: 39px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .hs-fieldtype-select + .hs-fieldtype-select,
  .c-form__content .hs-fieldtype-text + .hs-fieldtype-text,
  .c-form__content .hs-fieldtype-phonenumber + .hs-fieldtype-text,
  .c-form__content .hs_name_phonetic__c{
    margin-top: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .hs-fieldtype-select + .hs-fieldtype-select,
  .c-form__content .hs-fieldtype-text + .hs-fieldtype-text,
  .c-form__content .hs-fieldtype-phonenumber + .hs-fieldtype-text,
  .c-form__content .hs_name_phonetic__c{
    margin-top: calc(19 / 375 * 100vw);
  }
}
.c-form__content .hs-fieldtype-text.hs_lastname + .hs-fieldtype-text.hs_firstname{
  margin-top: 0;
}
.c-form__content .hs-form-booleancheckbox span:before {
  background-image: url(../images/form_icon_agree.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 12px;
  width: 12px;
  transform: translate(9px, 3px);
  margin-right: 17px;
}
.c-form__content input,
.c-form__content textarea {
  border: 1px solid var(--color-main2);
  border-radius: 7px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content input,
  .c-form__content textarea {
    border: calc(1 / 1440 * 100vw) solid var(--color-main2);
    border-radius: calc(7 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content input,
  .c-form__content textarea {
    border: calc(1 / 375 * 100vw) solid var(--color-main2);
    border-radius: calc(7 / 375 * 100vw);
    font-size: 16px;
  }
}
.c-form__content input::-moz-placeholder,
.c-form__content textarea::-moz-placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content input:-ms-input-placeholder,
.c-form__content textarea:-ms-input-placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content input::placeholder,
.c-form__content textarea::placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content input {
  height: 76px;
  padding: 0 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__content input {
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content input {
    height: calc(60 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.c-form__content textarea {
  height: 220px;
  padding: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__content textarea {
    height: calc(220 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content textarea {
    height: calc(170 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
  }
}

.c-form__content__block + .c-form__content__block {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__content__agree {
  margin-top: 18px;
  margin-bottom: 31px;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agree {
    margin-top: calc(18 / 1440 * 100vw);
    margin-bottom: calc(31 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agree {
    margin-top: calc(8 / 375 * 100vw);
    margin-bottom: calc(27 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-form__content__agree a {
  color: var(--color-main);
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agree label::before {
    height: calc(14 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agree label::before {
    height: calc(10 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.c-form__content__agree + .parsley-errors-list {
  font-size: 14px !important;
  margin-top: 15px !important;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agree + .parsley-errors-list {
    font-size: calc(14 / 1440 * 100vw) !important;
    margin-top: calc(15 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agree + .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw) !important;
    margin-top: calc(10 / 375 * 100vw) !important;
  }
}
.c-form__content .parsley-errors-list {
  color: red;
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .c-form__content .parsley-errors-list {
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__buttonBox {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  display: block;
  height: 61px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 325px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button button {
    height: calc(61 / 1440 * 100vw);
    width: calc(325 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button button {
    height: calc(45 / 375 * 100vw);
    width: calc(193 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button--next button {
  background-image: url();
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button--next button {
    background-image: url();
  }
}
.c-form__content__buttonBox__button--submit button {
  background-image: url();
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button--submit button {
    background-image: url();
  }
}
.c-form__content__buttonBox__back {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back {
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__back::before {
  background-image: url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  margin-right: 15px;
  transform: translateY(1px);
  width: 7px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back::before {
    height: calc(12 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back::before {
    height: calc(8 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
  }
}

.c-jobOffer {
  background-color: var(--color-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer {
    box-shadow: 0 0 calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer {
    box-shadow: 0 0 calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.c-jobOffer__titleBox {
  background: var(--color-gradation2);
  color: var(--color-white);
  font-weight: 700;
  height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer__titleBox {
    height: calc(84 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__titleBox {
    height: calc(84 / 375 * 100vw);
  }
}
.c-jobOffer__titleBox__title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer__titleBox__title {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.c-jobOffer__income{
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer__income{
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__income{
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-jobOffer__income img{
  width: 245px;
  height: 67px;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer__income img{
    width: calc(245 / 1440 * 100vw);
    height: calc(67 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__income img{
    width: calc(245 / 375 * 100vw);
    height: calc(67 / 375 * 100vw);
  }
}
.c-jobOffer--3 .c-jobOffer__income img{
  width: 263px;
  height: 67px;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer--3 .c-jobOffer__income img{
    width: calc(263 / 1440 * 100vw);
    height: calc(67 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer--3 .c-jobOffer__income img{
    width: calc(263 / 375 * 100vw);
    height: calc(67 / 375 * 100vw);
  }
}
.c-jobOffer__titleBox__text {
  color: var(--color-white);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer__titleBox__text {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__titleBox__text {
    font-size: calc(14 / 375 * 100vw);
  }
}

.c-jobOffer__text {
  padding: 20px 14px 25px 17px;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer__text {
    padding: calc(20 / 1440 * 100vw) calc(14 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__text {
    padding: calc(20 / 375 * 100vw) calc(14 / 375 * 100vw) calc(25 / 375 * 100vw) calc(17 / 375 * 100vw);
  }
}
.c-jobOffer__text li {
  font-size: 15px;
  line-height: 26px;
  padding-left: 20px;
  text-indent: -8px;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer__text li {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    text-indent: calc(-8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__text li {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    text-indent: calc(-8 / 375 * 100vw);
  }
}
.c-jobOffer__text li::before {
  content: "・";
  display: inline-block;
  width: 8px;
}
@media screen and (max-width: 1439px) {
  .c-jobOffer__text li::before {
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__text li::before {
    width: calc(8 / 375 * 100vw);
  }
}
header{
  height: 71px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  header {
    height: calc(71 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  header {
    height: calc(46 / 375 * 100vw);
    position: absolute;
  }
}
.p-header {
  background-color: var(--color-white);
  left: 0;
  top: 0;
  width: 100%;
}
.p-header .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 71px;
  padding: 0 30px;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    height: calc(71 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    height: calc(46 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-header__logo img {
  height: 45px;
  width: 512px;
}
@media screen and (max-width: 1439px) {
  .p-header__logo img {
    height: calc(45/ 1440 * 100vw);
    width: calc(512/ 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    height: calc(26/ 375 * 100vw);
    width: calc(314 / 375 * 100vw);
  }
}

#thanks .c-achievements-wrapper{
  position: relative;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  display: flex;
}
#thanks .c-achievements{
  position: relative;
  background-color: #fff;
  padding: 0 20px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  #thanks .c-achievements{
    padding: 0 calc(20/ 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .c-achievements{
    padding: 0 calc(20/ 375 * 100vw);
  }
}
#thanks .c-achievements__icon-shadow{
  position: absolute;
  top: -25px;
  left: 8px;
  overflow: visible;
  z-index: 0;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  #thanks .c-achievements__icon-shadow{
    top: calc(-25/ 1440 * 100vw);
    left: calc(8/ 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .c-achievements__icon-shadow{
    top: calc(-25/ 375 * 100vw);
    left: calc(8/ 375 * 100vw);
  }
}
#thanks .c-achievements__icon-shadow img{
  width: 92px;
  height: 92px;
}
@media screen and (max-width: 1439px) {
  #thanks .c-achievements__icon-shadow img{
    width: calc(92/ 1440 * 100vw);
    height: calc(92/ 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #thanks .c-achievements__icon-shadow img{
    width: calc(92/ 375 * 100vw);
    height: calc(92/ 375 * 100vw);
  }
}
#th
#thanks .p-header {
  position: static;
}
#thanks .p-jobOffer{
  background-color: var(--color-bg);
}
#thanks .p-achievements{
  background-color: var(--color-white);
}
.p-footer {
  height: 52px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-footer {
    height: calc(52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    height: calc(43 / 375 * 100vw);
  }
}
.p-footer::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.22;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-footer .l-container {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer .l-container {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.p-footer__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    display: block;
    height: auto;
  }
}
.p-footer__company {
  color: var(--color-main);
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-footer__company {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-footer__nav > ul {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul {
    justify-content: center;
  }
}
.p-footer__nav > ul > li + li {
  margin-left: 39px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(20 / 375 * 100vw);
  }
}
.p-footer__nav a {
  color: var(--color-main);
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav a {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav a {
    font-size: calc(12 / 375 * 100vw);
  }
}

.p-step__inner {
  padding: 66px 0 71px 0;
}
@media screen and (max-width: 1439px) {
  .p-step__inner {
    padding: calc(66 / 1440 * 100vw) 0 calc(71 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-step__inner {
    padding: calc(50 / 375 * 100vw) 0 calc(50 / 375 * 100vw) 0;
  }
}
.p-step__title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-step__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__title {
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-step__title span.em {
  color: var(--color-accent);
  font-size: 130%;
}
.p-step__stepList ul li:not(:last-child)::after{
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/step_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 14px;
  height: 11px;
  width: 22px;
  bottom: 0;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList ul li:not(:last-child)::after{
    margin-top: calc(14 / 1440 * 100vw);
    height: calc(11 / 1440 * 100vw);
    width: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList ul li:not(:last-child)::after{
    margin-top: calc(9 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
    width: calc(21 / 375 * 100vw);
  }
}
.p-step__stepList > ul > li + li {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList > ul > li + li {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList > ul > li + li {
    margin-top: calc(11 / 375 * 100vw);
  }
}
.p-step__stepList > ul > li:last-child .p-step__stepList__stepBox::before {
  display: none;
}
.p-step__stepList__stepBox {
  background-color: var(--color-bg);
  margin: 0 auto;
  padding: 30px 47px 25px 51px;
  width: 732px;
  border-radius: 20px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox {
    padding: calc(30 / 1440 * 100vw) calc(47 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(51 / 1440 * 100vw);
    width: calc(732 / 1440 * 100vw);
    border-radius: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox {
    padding: calc(28 / 375 * 100vw) calc(17 / 375 * 100vw) calc(24 / 375 * 100vw) calc(22 / 375 * 100vw);
    width: 100%;
    border-radius: calc(20 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox--1{
  padding-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox--1{
    padding-top: calc(27 / 375 * 100vw);
    padding-bottom: calc(24 / 375 * 100vw);
  }
  .p-step__stepList__stepBox--3{
    padding-bottom: calc(27 / 375 * 100vw);
  }
  .p-step__stepList__stepBox--4{
    padding-bottom: calc(26 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox__titleBox{
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__titleBox{
    gap: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__titleBox{
    gap: calc(16 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox__titleBox__number {
  width: 72px;
  height: 36px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__titleBox__number {
    width: calc(72 / 1440 * 100vw);
    height: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__titleBox__number {
    width: calc(63 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
  }
  .p-step__stepList__stepBox--2 .p-step__stepList__stepBox__titleBox__number,
  .p-step__stepList__stepBox--4 .p-step__stepList__stepBox__titleBox__number{
    width: calc(65 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox__titleBox__number img {
  height: auto;
  width: 100%;
}
.p-step__stepList__stepBox__titleBox__title {
  font-size: 20px;
  font-weight: bold;
  transform: translateY(3px);
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__titleBox__title {
    font-size: calc(20 / 1440 * 100vw);
    transform: translateY(calc(3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    transform: translateY(0);
  }
}
.p-step__stepList__stepBox__titleBox__title--4{
  position: relative;
}
.p-step__stepList__stepBox__titleBox__title--4::after,
#thanks .p-step__stepList__stepBox__titleBox__title--3::after{
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/step_number_04_speech.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 107px;
  height: 39px;
  bottom: 7px;
  right: -109px;
  position: absolute;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__titleBox__title--4::after,
  #thanks .p-step__stepList__stepBox__titleBox__title--3::after{
    width: calc(107 / 1440 * 100vw);
    height: calc(39 / 1440 * 100vw);
    bottom: calc(7 / 1440 * 100vw);
    right: calc(-109 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__titleBox__title--4::after,
  #thanks .p-step__stepList__stepBox__titleBox__title--3::after{
    width: calc(107 / 375 * 100vw);
    height: calc(39 / 375 * 100vw);
    bottom: calc(2 / 375 * 100vw);
    right: calc(-113 / 375 * 100vw);
  }
}
.p-step__stepList__stepBox__text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-step__stepList__stepBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__stepList__stepBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
  }
}

.p-faq {
  background-color: var(--color-bg);
}
.p-faq__inner {
  padding: 67px 0 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-faq__inner {
    padding: calc(68 / 1440 * 100vw) 0 calc(70/ 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: calc(50 / 375 * 100vw) 0 calc(53 / 375 * 100vw) 0;
  }
}
.p-faq__title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-faq__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-faq__title span.em {
  color: var(--color-accent);
  font-size: 130%;
}
.p-faq__faqList {
  margin: 0 auto;
  width: 772px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList {
    width: calc(772 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList {
    width: 100%;
  }
}
.p-faq__faqList > ul > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList > ul > li + li {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList > ul > li + li {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox {
  background-color: var(--color-white);
}
.p-faq__faqList__faqBox__qBox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: var(--color-white);
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  user-select: none;
}
.p-faq__faqList__faqBox__qBox::after {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/faq_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  margin: auto 0;
  position: absolute;
  right: 29px;
  top: 0;
  width: 15px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox::after {
    height: calc(15 / 1440 * 100vw);
    right: calc(29 / 1440 * 100vw);
    width: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox::after {
    height: calc(10 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__inner {
  align-items: center;
  display: flex;
  padding: 24px 65px 26px 33px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__inner {
    padding: calc(24 / 1440 * 100vw) calc(65 / 1440 * 100vw)
      calc(26 / 1440 * 100vw) calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__inner {
    padding: calc(20 / 375 * 100vw) calc(36 / 375 * 100vw)
    calc(20 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__icon {
  flex-shrink: 0;
  margin-right: 25px;
  width: 22px;
}
.p-faq__faqList__faqBox__qBox__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__icon {
    margin-right: calc(25 / 1440 * 100vw);
    width: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__icon {
    margin-right: calc(10 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__text {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox {
  display: none;
}
.p-faq__faqList__faqBox__aBox__inner {
  padding: 0 79px 28px 81px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__inner {
    padding: 0 calc(79 / 1440 * 100vw) calc(28 / 1440 * 100vw) calc(81 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__inner {
    padding: calc(0 / 375 * 100vw) calc(17 / 375 * 100vw) calc(19 / 375 * 100vw) calc(42 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__text {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: .04em;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox {
    border-radius: calc(10 / 1440 * 100vw) calc(10 / 1440 * 100vw) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox {
    border-radius: calc(6 / 375 * 100vw) calc(6 / 375 * 100vw) 0 0;
  }
}
.p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__qBox::after {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/faq_arrow_2.svg);
}

.p-copyright {
  background: var(--color-gradation);
  height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-copyright {
    height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-copyright {
    height: calc(30 / 375 * 100vw);
  }
}
.p-copyright .l-container {
  height: 100%;
}
.p-copyright__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-copyright__text {
  color: var(--color-white);
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-copyright__text {
    font-size: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-copyright__text {
    font-size: calc(10 / 375 * 100vw);
  }
}

.p-mainVisual {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/mainvisual_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 670px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    height: calc(670 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/mainvisual_bg_sp_2.jpg);
    height: calc(812 / 375 * 100vw);
  }
}
.p-mainVisual .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.p-mainVisual__inner {
  position: relative;
}
.p-mainVisual__text {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/mainvisual_text_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 571px;
  left: 35px;
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: 64px;
  white-space: nowrap;
  width: 783px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text {
    height: calc(571 / 1440 * 100vw);
    left: calc(35 / 1440 * 100vw);
    top: calc(64 / 1440 * 100vw);
    width: calc(783 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text {
    display: none;
  }
}

.jobList__wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .jobList__wrapper {
    margin-top: 20px;
  }
}
.jobList {
  display: flex;
  align-items: center;
  margin: 0 -50vw;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .jobList {
    padding-bottom: calc(51 / 375 * 100vw);
  }
}
.jobList ul {
  display: flex;
  align-items: center;
}
.jobList > ul:first-child {
  animation: loop 100s linear -50s infinite;
}
.jobList > ul:last-child {
  animation: loop2 100s linear infinite;
}

.jobList ul li {
  margin-left: 25px;
}

.p-jobList__image {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/jobList.png);
  content: "";
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2256px;
  height: 80px;
}
@media screen and (max-width: 1439px) {
  .p-jobList__image {
    width: calc(2256 / 1440 * 100vw);
    height: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobList__image {
    width: calc(1410 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
}

.p-achievements{
  background-color: var(--color-bg);
}
@media screen and (max-width: 767px) {
  .p-achievements{
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-achievements .l-container{
    padding-left: 0;
    padding-right: 0;
  }
}
.p-achievements__inner {
  padding: 60px 0 71px 0;
}
@media screen and (max-width: 1439px) {
  .p-achievements__inner{
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__inner {
    padding: calc(44 / 375 * 100vw) 0 calc(50 / 375 * 100vw) 0;
  }
}
.p-achievements__title{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 83px;
  line-height: 53px;
}
@media screen and (max-width: 1439px) {
  .p-achievements__title{
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(83 / 1440 * 100vw);
    line-height: calc(53 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__title{
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(69 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__achievementsList{
    display: none;
  }
}
.p-achievements__achievementsList > ul {
  display: flex;
  justify-content: space-between;
}
.p-achievements__achievementsList > ul > li{
  display: flex;
}
.p-achievements__swiper{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-achievements__swiper{
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__swiper .c-achievements{
    margin: 0 auto;
    width: calc(330 / 375 * 100vw);
  }
}
.p-voice{
  background-color: var(--color-bg);
}
@media screen and (max-width: 767px) {
  .p-voice{
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-voice .l-container{
    padding-left: 0;
    padding-right: 0;
  }
}
.p-voice__inner {
  padding: 60px 0 71px 0;
}
@media screen and (max-width: 1439px) {
  .p-voice__inner{
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding: calc(44 / 375 * 100vw) 0 calc(50 / 375 * 100vw) 0;
  }
}
.p-voice__title{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
  line-height: 53px;
}
@media screen and (max-width: 1439px) {
  .p-voice__title{
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(28 / 1440 * 100vw);
    line-height: calc(53 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title{
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(26 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
.p-voice__score{
  text-align: center;
}
.p-voice__score img{
  width: 211px;
  height: 131px;
}
@media screen and (max-width: 1439px) {
  .p-voice__score img{
    width: calc(211 / 1440 * 100vw);
    height: calc(131 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__score img{
    width: calc(127 / 375 * 100vw);
    height: calc(79 / 375 * 100vw);
  }
}
.p-voice__score__info{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 110px;
  font-size: 12px;
}
@media screen and (max-width: 1439px) {
  .p-voice__score__info{
    margin-top: calc(20 / 1440 * 100vw);
    margin-bottom: calc(110 / 1440 * 100vw);
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__score__info{
    margin-top: calc(12 / 375 * 100vw);
    margin-bottom: calc(90 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceList{
    display: none;
  }
}
.p-voice__voiceList > ul {
  display: flex;
  justify-content: space-between;
}
.p-voice__voiceList > ul > li{
  width: 330px;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .p-voice__voiceList > ul > li{
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceList > ul > li {
    width: calc(330 / 375 * 100vw);
  }
}
.p-voice__swiper{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-voice__swiper{
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .c-voice{
    margin: 0 auto;
    width: calc(330 / 375 * 100vw);
    height: calc(491 / 375 * 100vw);
  }
}
.p-cta {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/cta_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 327px;
}
@media screen and (max-width: 1439px) {
  .p-cta {
    height: calc(327 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/cta_bg_sp.jpg);
    height: calc(256 / 375 * 100vw);
  }
}
.p-cta .l-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-cta__title {
  color: var(--color-white);
  font-size: 33px;
  font-weight: bold;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 1439px) {
  .p-cta__title {
    font-size: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
    margin-top: -12px;
  }
}
.p-cta__buttonBox {
  margin-top: 35px;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox {
    margin-top: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-cta__buttonBox__title {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/cta_title_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 38px;
  margin: 0 auto 9px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 206px;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__title {
    height: calc(32 / 1440 * 100vw);
    margin: 0 auto calc(15 / 1440 * 100vw);
    width: calc(201 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__title {
    height: calc(31 / 375 * 100vw);
    margin: 0 auto calc(12 / 375 * 100vw);
    width: calc(178 / 375 * 100vw);
  }
}
.p-cta__buttonBox__button a {
  align-items: center;
  background: var(--color-gradation);
  border-radius: 40px;
  box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2);
  color: var(--color-white);
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  margin: 0 auto;
  width: 370px;
  gap: 6px;
  padding-left: 11px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__button a {
    border-radius: calc(40 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    width: calc(370 / 1440 * 100vw);
    gap: calc(6 / 1440 * 100vw);
    padding-left: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button a {
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    height: calc(57 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
    gap: 0;
    padding-left: calc(32 / 375 * 100vw);
    justify-content: start;
  }
}
.p-cta__buttonBox__button a::after{
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/button_icon_arrow_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  width: 8px;
  margin: auto 0;
  position: absolute;
  right: 19px;
  top: 0;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__button a::after{
    height: calc(16 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
    right: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button a::after{
    height: calc(16 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
    right: calc(19 / 375 * 100vw);
  }
}
.p-cta__buttonBox__button a span.label {
  background-color: var(--color-white);
  border-radius: 2px;
  color: var(--color-main);
  margin-right: 15px;
  padding: 5px 5px 5px 7px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__button a span.label {
    border-radius: calc(2 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
    padding: calc(5 / 1440 * 100vw) calc(5 / 1440 * 100vw)
      calc(5 / 1440 * 100vw) calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button a span.label {
    border-radius: calc(2 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) calc(5 / 375 * 100vw)
      calc(7 / 375 * 100vw);
  }
}
.p-solution__solutionList{
  display: block;
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList{
    display: none;
  }
}
.p-solution__solutionListSP{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-solution__solutionListSP{
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionListSP__solutionBox--1{
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/solution_bg_1_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: calc(654 / 375 * 100vw);
  }
  .p-solution__solutionListSP__solutionBox--2{
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/solution_bg_2_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: calc(682 / 375 * 100vw);
    margin-top: calc(31 / 375 * 100vw);
  }
  .p-solution__solutionListSP__solutionBox--3{
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/solution_bg_3_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: calc(736 / 375 * 100vw);
    margin-top: calc(31 / 375 * 100vw);
  }
}


@media screen and (max-width: 767px) {
  .p-solution .l-container{
    padding-left: 0;
    padding-right: 0;
  }
}
.p-solution__inner {
  padding: 56px 0 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-solution__inner {
    padding: calc(56 / 1440 * 100vw) 0 calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__inner {
    padding: calc(39 / 375 * 100vw) 0 calc(49 / 375 * 100vw) 0;
  }
}
.p-solution__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 58px;
  margin-bottom: 89px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-solution__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(58 / 1440 * 100vw);
    margin-bottom: calc(89 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(41 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-solution__title span.em {
  color: var(--color-accent);
  font-size: 130%;
}
.p-solution__solutionList ul li{
  display: flex;
  /* margin-bottom: 100px; */
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList ul li{
    /* margin-bottom: calc(100 / 1440 * 100vw); */
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList ul li{
    /* margin-bottom: calc(100 / 375 * 100vw); */
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList
    > ul
    > li
    .p-solution__solutionList__solutionBox__thumbnail {
    top: unset;
    bottom: calc(14 / 375 * 100vw);
  }
}
.p-solution__solutionList
  > ul
  > li:nth-child(1)
  .p-solution__solutionList__solutionBox__thumbnail {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/solution_thumbnail_1.png);
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList
    > ul
    > li:nth-child(1)
    .p-solution__solutionList__solutionBox__thumbnail {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/solution_thumbnail_1_sp.png);
  }
}
.p-solution__solutionList
  > ul
  > li:nth-child(2)
  .p-solution__solutionList__solutionBox__thumbnail {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/solution_thumbnail_2.png);
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList
    > ul
    > li:nth-child(2)
    .p-solution__solutionList__solutionBox__thumbnail {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/solution_thumbnail_2_sp.png);
    bottom: calc(14 / 375 * 100vw);
  }
}
.p-solution__solutionList
  > ul
  > li:nth-child(3)
  .p-solution__solutionList__solutionBox__thumbnail {
  background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/solution_thumbnail_3.png);
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList
    > ul
    > li:nth-child(3)
    .p-solution__solutionList__solutionBox__thumbnail {
    background-image: url(//20169275.fs1.hubspotusercontent-na1.net/hubfs/20169275/raw_assets/public/lp_hr/images/solution_thumbnail_3_sp.png);
    bottom: calc(14 / 375 * 100vw);
  }
}
.p-solution__solutionList ul li:nth-of-type(odd) {
  justify-content: flex-start;
}

.p-solution__solutionList ul li:nth-of-type(even) {
  justify-content: flex-end;
}
.p-solution__solutionList > ul > li + li {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList > ul > li + li {
    margin-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList > ul > li + li {
    margin-top: calc(29 / 375 * 100vw);
  }
}
.p-solution__solutionList__solutionBox {
  display: flex;
  background-color: var(--color-bg);
  flex-direction: row;
  width: 888px;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList__solutionBox {
    width: calc(888 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList__solutionBox {
    display: block;
    width: 100%;
  }
}
.p-solution__solutionList__solutionBox__number,
.p-solution__solutionListSP__solutionBox__number {
  left: 53px;
  position: absolute;
  top: -23px;
  width: 64px;
  height: 45px;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList__solutionBox__number,
  .p-solution__solutionListSP__solutionBox__number {
    left: calc(53 / 1440 * 100vw);
    top: calc(-23 / 1440 * 100vw);
    width: calc(64 / 1440 * 100vw);
    height: calc(45 / 1440 * 100vw);
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList__solutionBox__number,
  .p-solution__solutionListSP__solutionBox__number {
    left: calc(53 / 375 * 100vw);
    top: calc(-23 / 375 * 100vw);
    width: calc(46 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
  }
}
.p-solution__solutionList > ul > li:nth-of-type(2) .p-solution__solutionList__solutionBox__number,
.p-solution__solutionList > ul > li:nth-of-type(2) .p-solution__solutionListSP__solutionBox__number{
  width: 67px;
  height: 45px;
  left: 47px;
  top: -20px;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList > ul > li:nth-of-type(2) .p-solution__solutionList__solutionBox__number,
  .p-solution__solutionList > ul > li:nth-of-type(2) .p-solution__solutionListSP__solutionBox__number{
    left: calc(47 / 1440 * 100vw);
    top: calc(-20 / 1440 * 100vw);
    width: calc(67 / 1440 * 100vw);
    height: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList > ul > li:nth-of-type(2) .p-solution__solutionList__solutionBox__number,
  .p-solution__solutionList > ul > li:nth-of-type(2) .p-solution__solutionListSP__solutionBox__number{
    left: calc(47 / 375 * 100vw);
    top: calc(-20 / 375 * 100vw);
    width: calc(48 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
  }
}
.p-solution__solutionList > ul > li:nth-of-type(3) .p-solution__solutionList__solutionBox__number,
.p-solution__solutionList > ul > li:nth-of-type(3) .p-solution__solutionListSP__solutionBox__number{
  width: 67px;
  height: 45px;
  left: 55px;
  top: -23px;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList > ul > li:nth-of-type(3) .p-solution__solutionList__solutionBox__number,
  .p-solution__solutionList > ul > li:nth-of-type(3) .p-solution__solutionListSP__solutionBox__number{
    left: calc(55 / 1440 * 100vw);
    top: calc(-23 / 1440 * 100vw);
    width: calc(67 / 1440 * 100vw);
    height: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList > ul > li:nth-of-type(3) .p-solution__solutionList__solutionBox__number,
  .p-solution__solutionList > ul > li:nth-of-type(3) .p-solution__solutionListSP__solutionBox__number{
    left: calc(55 / 375 * 100vw);
    top: calc(-23 / 375 * 100vw);
    width: calc(47 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
  }
}
.p-solution__solutionList__solutionBox__number img {
  height: auto;
  width: 100%;
}
.p-solution__solutionList__solutionBox__thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    flex-shrink: 0;
    right: 0;
    top: -51px;
    position: absolute;
    width: 430px;
    height: 278px;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList__solutionBox__thumbnail {
    top: calc(-51 / 1440 * 100vw);
    width: calc(430 / 1440 * 100vw);
    height: calc(278 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList__solutionBox__thumbnail {
    top: calc(-51 / 375 * 100vw);
    width: calc(352 / 375 * 100vw);
    height: calc(228 / 375 * 100vw);
  }
}
.p-solution__solutionList__solutionBox__textBox{
  padding: 36px 39px 46px 52px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList__solutionBox__textBox{
    padding: calc(36 / 1440 * 100vw) calc(39 / 1440 * 100vw) calc(46 / 1440 * 100vw) calc(52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList__solutionBox__textBox {
    padding: calc(28 / 375 * 100vw) calc(19 / 375 * 100vw) calc(46 / 375 * 100vw) calc(44 / 375 * 100vw);
    height: 654px;
  }
}

@media screen and (max-width: 767px) {
  .p-solution__solutionListSP__solutionBox__textBox {
    padding: calc(28 / 375 * 100vw) calc(40 / 375 * 100vw) calc(46 / 375 * 100vw) calc(44 / 375 * 100vw);
    height: 654px;
  }
}
.p-solution__solutionList > ul > li:nth-of-type(2) .p-solution__solutionList__solutionBox__textBox {
  padding: 39px 46px 45px;
  margin-top: -4px;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList > ul > li:nth-of-type(2) .p-solution__solutionList__solutionBox__textBox {
    padding: 0 calc(39 / 1440 * 100vw) calc(46 / 1440 * 100vw) calc(45 / 1440 * 100vw);
    margin-top: calc(-4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList > ul > li:nth-of-type(2) .p-solution__solutionList__solutionBox__textBox {
    padding: calc(34 / 375 * 100vw) calc(29 / 375 * 100vw) calc(23 / 375 * 100vw) calc(23 / 375 * 100vw);
    margin-top: calc(-4 / 375 * 100vw);
    height: 688px;
  }
}
.p-solution__solutionList > ul > li:first-of-type .p-solution__solutionList__solutionBox,
.p-solution__solutionList > ul > li:nth-of-type(3) .p-solution__solutionList__solutionBox{
  border-bottom-left-radius: 35px;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList > ul > li:first-of-type .p-solution__solutionList__solutionBox,
  .p-solution__solutionList > ul > li:nth-of-type(3) .p-solution__solutionList__solutionBox{
    border-bottom-left-radius: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList > ul > li:first-of-type .p-solution__solutionList__solutionBox,
  .p-solution__solutionList > ul > li:nth-of-type(3) .p-solution__solutionList__solutionBox{
    border-bottom-left-radius: 0;
    border-top-right-radius: calc(35 / 375 * 100vw);
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList > ul > li:nth-of-type(3) .p-solution__solutionList__solutionBox__textBox {
    height: 736px;
  }
}
.p-solution__solutionList > ul > li:nth-of-type(2) .p-solution__solutionList__solutionBox{
  flex-direction: row-reverse;
  border-bottom-right-radius: 35px;
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList > ul > li:nth-of-type(2) .p-solution__solutionList__solutionBox{
    border-top-left-radius: calc(35 / 375 * 100vw);
    border-bottom-right-radius: 0;
    margin-left: calc(20 / 375 * 100vw);
  }
}
.p-solution__solutionList__solutionBox__textBox__title,
.p-solution__solutionListSP__solutionBox__textBox__title {
  color: var(--color-main);
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList__solutionBox__textBox__title,
  .p-solution__solutionListSP__solutionBox__textBox__title {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList__solutionBox__textBox__title,
  .p-solution__solutionListSP__solutionBox__textBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
    margin-top: calc(7 / 375 * 100vw);
  }
}

.p-solution__solutionList__solutionBox__textBox__text,
.p-solution__solutionListSP__solutionBox__textBox__text {
  font-size: 15px;
  line-height: 28px;
  width: 533px;
  letter-spacing: .02em;
}
@media screen and (max-width: 1439px) {
  .p-solution__solutionList__solutionBox__textBox__text,
  .p-solution__solutionListSP__solutionBox__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    width: calc(533 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__solutionList__solutionBox__textBox__text,
  .p-solution__solutionListSP__solutionBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    width: 100%;
    letter-spacing: 0;
  }
}
.p-member{
}
@media screen and (max-width: 767px) {
  .p-member {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-member .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-member__inner {
  padding: 59px 0 70px 0;
  width: 1070px;
  margin-left: -6px;
}
@media screen and (max-width: 1439px) {
  .p-member__inner {
    padding: calc(59 / 1440 * 100vw) 0 calc(70 / 1440 * 100vw) 0;
    width:  calc(1070 / 1440 * 100vw);
    margin-left: calc(-6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__inner {
    padding: calc(40 / 375 * 100vw) 0 calc(50 / 375 * 100vw) 0;
    width: 90%;
    margin: 0 auto;
  }
}
.p-member__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 44px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-member__title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(54 / 1440 * 100vw);
    margin-bottom: calc(44 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__memberList {
    display: none;
  }
}
.p-member__memberList > ul {
  display: flex;
  justify-content: space-between;
}
.p-member__memberList > ul > li {
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .p-member__memberList > ul > li {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__memberList > ul > li {
    width: calc(330 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__swiperPc{
    display: none;
  }
}
.p-member__swiperPc .swiper-container {
  overflow: hidden;
  padding-left: 5px;
  transform: translateX(-5px);
  padding-bottom: 60px;
  width: 1085px;
}
@media screen and (max-width: 1439px) {
  .p-member__swiperPc .swiper-container {
    padding-left: calc(5 / 1440 * 100vw);
    transform: translateX(calc(-5 / 1440 * 100vw));
    padding-bottom: calc(60 / 1440 * 100vw);
    width: calc(1085 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__swiperPc .swiper-container {
    padding-left: 0;
    transform: translateX(0);
    padding-bottom: calc(60 / 375 * 100vw);
    width: calc(1085 / 375 * 100vw);
  }
}
.p-member__swiperPc .swiper-button-next,
.p-member__swiperPc .swiper-button-prev{
  top: 42%;
}
.p-member__swiper__inner{
  position: relative;
}
.p-member__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-member__swiper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-member__swiper .c-member {
    margin: 0 auto;
    width: calc(330 / 375 * 100vw);
  }
}

.p-form {
  margin-top: -130px;
}
@media screen and (max-width: 1439px) {
  .p-form {
    margin-top: calc(-130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form {
    margin-top: calc(-103 / 375 * 100vw);
  }
}
.p-form__inner {
  padding: 63px 0 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-form__inner {
    padding: calc(63 / 1440 * 100vw) 0 calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding: calc(30 / 375 * 100vw) 0;
  }
}

.p-thanks .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-thanks__messageTop{
  background-color: var(--color-bg);
}
.p-thanks__titleBox {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 79px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox {
    padding-top: calc(79 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox {
    padding-top: calc(86 / 375 * 100vw);
  }
}
.p-thanks__titleBox__title {
  text-align: center;
  width: 527px;
  height: 137px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox__title {
    width: calc(527 / 1440 * 100vw);
    height: calc(137 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox__title {
    width: calc(301 / 375 * 100vw);
    height: calc(76 / 375 * 100vw);
  }
}
.p-thanks__titleBox__title img{
  width: 100%;
  height: auto;
}
.p-thanks__content {
  padding: 53px 0 72px 0;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content {
    padding: calc(70 / 1440 * 100vw) 0 calc(72 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    padding: calc(30 / 375 * 100vw) 0 calc(52 / 375 * 100vw) 0;
  }
}
.p-thanks__content__textBox{
  width: 860px;
  background-color: #fff;
  margin: 0 auto;
  padding: 44px 0 56px 0;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__textBox{
    width: calc(860 / 1440 * 100vw);
    padding: calc(44 / 1440 * 100vw) 0 calc(56 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__textBox{
    width: 88%;
    padding: calc(48 / 375 * 100vw) calc(16 / 375 * 100vw) calc(56 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
}
.p-thanks__content__title{
  color: var(--color-main);
  font-size: 35px;
  text-align: center;
  margin-bottom: 33px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__title{
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__title{
    font-size: calc(23 / 375 * 100vw);
    margin-bottom: calc(44 / 375 * 100vw);
  }
}
.p-thanks__content__text {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 17px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__text {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(40 / 1440 * 100vw);
    margin-bottom: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
    margin-bottom: calc(7 / 375 * 100vw);
    text-align: left;
    letter-spacing: 0;
  }
}
.p-thanks__content__text span.em {
  color: var(--color-main);
}
.p-thanks__content__notice{
  text-align: center;
  font-size: 15px;
  margin-bottom: 27px;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__notice{
    font-size: calc(15 / 1440 * 100vw);
    margin-bottom: calc(27 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__notice{
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
    text-align: left;
  }
}
.p-thanks__content__mail{
  color: var(--color-main);
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__mail{
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__mail{
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-thanks__content__commentBox{
  background: var(--color-gradation);
  text-align: center;
  padding: 74px 0 69px 0;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__commentBox{
    padding: calc(74 / 1440 * 100vw) 0 calc(69 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__commentBox{
    padding: calc(40 / 375 * 100vw) 0 calc(42 / 375 * 100vw) 0;
  }
}
.p-thanks__content__commentBox img{
  width: 742px;
  height: 157px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__commentBox img{
    width: calc(742 / 1440 * 100vw);
    height: calc(157 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__commentBox img{
    width: calc(339 / 375 * 100vw);
    height: calc(71 / 375 * 100vw);
  }
}
.p-jobOffer {
}
@media screen and (max-width: 767px) {
  .p-jobOffer {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-jobOffer__inner {
  padding: 67px 0 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-jobOffer__inner {
    padding: calc(67 / 1440 * 100vw) 0 calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__inner {
    padding: calc(50 / 375 * 100vw) 0 calc(53 / 375 * 100vw) 0;
  }
}
.p-jobOffer__title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-jobOffer__title {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__title {
    font-size: calc(25 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-jobOffer__title span.em {
  color: var(--color-accent);
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  .p-jobOffer__jobOfferList {
    display: none;
  }
}
.p-jobOffer__jobOfferList > ul {
  display: flex;
  justify-content: space-between;
}
.p-jobOffer__jobOfferList > ul > li {
  width: 330px;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .p-jobOffer__jobOfferList > ul > li {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__jobOfferList > ul > li {
    width: calc(330 / 375 * 100vw);
  }
}
.p-jobOffer__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-jobOffer__swiper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__swiper .c-jobOffer {
    margin: 0 auto;
    width: calc(330 / 375 * 100vw);
  }
}
.c-lityPrivacyPolicy,
.c-lityCompany {
  background-color: var(--color-white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
          box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
  height: 700px;
  overflow: scroll;
  padding: 40px;
  position: relative;
  width: 730px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  overflow: auto;
}

@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy,
  .c-lityCompany {
    border-radius: 0.6944444444vw;
    -webkit-box-shadow: 0vw 0vw 0.6944444444vw rgba(48, 56, 65, 0.15);
            box-shadow: 0vw 0vw 0.6944444444vw rgba(48, 56, 65, 0.15);
    height: 48.6111111111vw;
    padding: 2.7777777778vw;
    width: 50.6944444444vw;
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy,
  .c-lityCompany {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0vw 0vw 2.6666666667vw rgba(48, 56, 65, 0.15);
            box-shadow: 0vw 0vw 2.6666666667vw rgba(48, 56, 65, 0.15);
    height: 92dvh;
    padding: 5.3333333333vw;
    width: 85vw;
    font-size: calc(13 / 375 * 100vw);
  }
}
.c-lityPrivacyPolicy__title,
.c-lityCompany__title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__title,
  .c-lityCompany__title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__title,
  .c-lityCompany__title {
    margin-bottom: 5.3333333333vw;
  }
}
.c-lityPrivacyPolicy p {
  /* margin-bottom: 20px; */
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy p {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy p {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.c-lityPrivacyPolicy span {
  font-weight: 700;
}

.c-lityPrivacyPolicy__close {
  position: fixed;
  right: 20px;
  top: 20px;
}

@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__close {
    right: 1.3888888889vw;
    top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__close {
    display: none;
  }
}
.c-lityPrivacyPolicy__content{
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__content{
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__content{
    font-size: calc(13 / 375 * 100vw);
  }
}
.c-lityPrivacyPolicy__content--subheading{
  /* display: block;
  padding-left: 12px;
  border-left: 3px solid var(--color-black); */
  margin-top: 20px;
  /* margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500; */
}
@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__content--subheading{
    /* padding-left: calc(12 / 1440 * 100vw); */
    margin-top: calc(20 / 1440 * 100vw);
    /* margin-bottom: calc(10 / 1440 * 100vw);
    font-size: calc(21 / 1440 * 100vw); */
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__content--subheading{
    /* padding-left:calc(12 / 375 * 100vw); */
    margin-top: calc(20 / 375 * 100vw);
    /* margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw); */
  }
}
.c-lityPrivacyPolicy__content--notes{
  padding-left: 10px;
}
@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__content--notes{
    padding-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__content--notes{
    padding-left: calc(10 / 375 * 100vw);
  }
}
.c-lityPrivacyPolicy__content--notes ul li{
  padding-left: 28px;
  text-indent: -8px;
}
@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__content--notes ul li{
    padding-left: calc(28 / 1440 * 100vw);
    text-indent: calc(-8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__content--notes ul li{
    padding-left: calc(28 / 375 * 100vw);
    text-indent: calc(-8 / 375 * 100vw);
  }
}
.c-lityPrivacyPolicy__content a,
.c-lityCompany__content a{
  color: var(--color-main);
  text-decoration: underline;
}
.c-lityCompany__content table{
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ccc;
  background: #FFF;
  margin-bottom: 15px;
  width: 100%;
}
.c-lityCompany__content table th{
  background-color: #f5f5f5;
  width: 25%;
}
.c-lityCompany__content table th,
.c-lityCompany__content table td{
  font-size: 14px;
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  padding: 8px;
  vertical-align: top;
}
@media screen and (max-width: 1439px) {
  .c-lityCompany__content table{
    margin-bottom: calc(15 / 1440 * 100vw);
  }
  .c-lityCompany__content table th,
  .c-lityCompany__content table td{
    font-size: calc(14 / 1440 * 100vw);
    padding: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-lityCompany__content table{
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .c-lityCompany__content table th,
  .c-lityCompany__content table td{
    font-size: calc(13 / 375 * 100vw);
    padding: calc(6 / 375 * 100vw);
  }
}
.c-lityCompany__content ul li{
  padding-left: 8px;
  text-indent: -7px;
}
@media screen and (max-width: 1439px) {
  .c-lityCompany__content ul li{
    padding-left: calc(8 / 1440 * 100vw);
    text-indent: calc(-7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-lityCompany__content ul li{
    padding-left: calc(8 / 375 * 100vw);
    text-indent: calc(-7 / 375 * 100vw);
  }
}