:root {
  --color-white: #ffffff;
  --color-black: #262d4b;
  --color-main: #048f89;
  --color-main2: #f5da3c;
  --color-main3: #c43137;
  --color-sub: #bee2e0;
  --color-bg: #fefdf2;
  --color-placeholder: #262d4b;
}

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

* {
  -webkit-box-sizing: border-box !important;
          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%;
  -webkit-font-feature-settings: "palt" 1;
          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: 500;
  overflow-x: hidden;
  width: 100%;
}

body * {
  letter-spacing: 0;
}

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

a {
  color: var(--color-black);
  text-decoration: none;
  -webkit-transition: 0.3s;
  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;
  -webkit-box-sizing: border-box;
          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: 35px;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .swiper-container {
    padding-bottom: 2.4305555556vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: 7.7333333333vw;
  }
}
.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: auto;
  height: 342px;
  margin-top: 0;
  top: 0;
  width: auto;
  z-index: 2;
}

@media screen and (max-width: 1439px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 23.75vw;
    top: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 91.2vw;
    top: 0vw;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  height: 25px;
  width: 25px;
}

@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    -webkit-filter: drop-shadow(0px 0px 1.3888888889vw rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 1.3888888889vw rgba(0, 0, 0, 0.1));
    height: 1.7361111111vw;
    width: 1.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    -webkit-filter: drop-shadow(0px 0px 5.3333333333vw rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 5.3333333333vw rgba(0, 0, 0, 0.1));
    height: 6.6666666667vw;
    width: 6.6666666667vw;
  }
}
.swiper-button-prev {
  left: 30px;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 2.6666666667vw !important;
    top: 7.4666666667vw;
  }
}
.p-jobOffer__swiper__inner .swiper-button-prev {
  left: 30px;
}

@media screen and (max-width: 767px) {
  .p-jobOffer__swiper__inner .swiper-button-prev {
    left: 2.6666666667vw !important;
    top: -3.2vw;
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper_icon_prev.svg);
}

.swiper-button-next {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 2.6666666667vw !important;
    top: 7.4666666667vw;
  }
}
.swiper-button-next:after {
  background-image: url(../images/swiper_icon_next.svg);
}

.p-jobOffer__swiper__inner .swiper-button-next {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .p-jobOffer__swiper__inner .swiper-button-next {
    right: 2.6666666667vw !important;
    top: -3.2vw;
  }
}
.swiper-pagination {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: 0vw !important;
  }
}
.swiper-pagination-bullets {
  bottom: 0 !important;
  font-size: 0 !important;
  left: auto !important;
}

.swiper-pagination-bullet {
  background-color: var(--color-sub);
  border: 1px solid var(--color-sub);
  border-radius: 2.5px;
  height: 5px;
  margin: 0 10px !important;
  opacity: 1;
  width: 34px;
}

@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: 0.3472222222vw;
    margin: 0 0.6944444444vw !important;
    width: 2.3611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: 1.3333333333vw;
    margin: 0 1.3333333333vw !important;
    width: 9.0666666667vw;
  }
}
.swiper-pagination-bullet-active {
  background: var(--color-main);
  border: 1px solid var(--color-main);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      -webkit-transform: translateY(0.6944444444vw);
              transform: translateY(0.6944444444vw);
    }
    @media screen and (max-width: 767px) {
      -webkit-transform: translateY(2.6666666667vw);
              transform: translateY(2.6666666667vw);
    }
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      -webkit-transform: translateY(0.6944444444vw);
              transform: translateY(0.6944444444vw);
    }
    @media screen and (max-width: 767px) {
      -webkit-transform: translateY(2.6666666667vw);
              transform: translateY(2.6666666667vw);
    }
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.lity-hide {
  display: none !important;
}

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

@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("../fonts/NotoSansJP-Regular.woff") format("woff");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@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("../fonts/NotoSansJP-Medium.woff") format("woff");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@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("../fonts/NotoSansJP-Bold.woff") format("woff");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Barlow-SemiBold */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Barlow-SemiBold.woff") format("woff");
  /* 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: 13.125vw;
    padding-right: 13.8888888889vw;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: 5.8666666667vw;
    padding-right: 5.8666666667vw;
    width: 100%;
  }
}
.c-successStory {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
          box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
  height: 398px;
  font-weight: 400;
}

@media screen and (max-width: 1439px) {
  .c-successStory {
    -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: 27.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-successStory {
    -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: 106.1333333333vw;
  }
}
.c-successStory__textBox {
  height: 248px;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .c-successStory__textBox {
    height: 17.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .c-successStory__textBox {
    height: 66.1333333333vw;
  }
}
.c-successStory__textBox__title {
  color: var(--color-main2);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px 0;
  background-color: var(--color-main);
}

@media screen and (max-width: 1439px) {
  .c-successStory__textBox__title {
    font-size: 1.25vw;
    margin-bottom: 1.3888888889vw;
    padding: 1.0416666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .c-successStory__textBox__title {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    padding: 4vw 0 4.5333333333vw;
  }
}
.c-successStory__textBox__title span {
  font-size: 27px;
}

@media screen and (max-width: 1439px) {
  .c-successStory__textBox__title span {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .c-successStory__textBox__title span {
    font-size: 7.2vw;
  }
}
.c-successStory__textBox__content {
  padding: 0 18px;
}

@media screen and (max-width: 1439px) {
  .c-successStory__textBox__content {
    padding: 0 1.25vw 0;
  }
}
@media screen and (max-width: 767px) {
  .c-successStory__textBox__content {
    padding: 0 4.8vw 0;
  }
}
.c-successStory__textBox__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 18px;
  font-size: 12px;
}

@media screen and (max-width: 1439px) {
  .c-successStory__textBox__profile {
    gap: 0.9722222222vw;
    margin-bottom: 1.25vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-successStory__textBox__profile {
    gap: 3.7333333333vw;
    margin-bottom: 4.8vw;
    font-size: 3.2vw;
  }
}
.c-successStory__textBox__profile img {
  width: 84px;
  height: 84px;
}

@media screen and (max-width: 1439px) {
  .c-successStory__textBox__profile img {
    width: 5.8333333333vw;
    height: 5.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-successStory__textBox__profile img {
    width: 22.4vw;
    height: 22.4vw;
  }
}
.c-successStory__textBox__text {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
  .c-successStory__textBox__text {
    font-size: 1.0416666667vw;
    line-height: 1.9444444444vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-successStory__textBox__text {
    font-size: 4vw;
    line-height: 7.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.c-successStory__textBox__text span {
  color: var(--color-main3);
  font-weight: 700;
}

.c-successStory__textBox__data ul li {
  margin-top: 10px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1439px) {
  .c-successStory__textBox__data ul li {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .c-successStory__textBox__data ul li {
    margin-top: 2.6666666667vw;
  }
}
.c-successStory__textBox__data > ul > li::before {
  background-image: url(../images/story_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  width: 3px;
}

@media screen and (max-width: 1439px) {
  .c-successStory__textBox__data > ul > li::before {
    height: 0.8333333333vw;
    margin-right: 0.5555555556vw;
    width: 0.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-successStory__textBox__data > ul > li::before {
    height: 3.2vw;
    margin-right: 2.1333333333vw;
    width: 0.8vw;
  }
}
.c-jobOffer {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
          box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
  height: 322px;
}

@media screen and (max-width: 1439px) {
  .c-jobOffer {
    -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: 22.3611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer {
    -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: 85.8666666667vw;
  }
}
.c-jobOffer__textBox {
  height: 248px;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .c-jobOffer__textBox {
    height: 17.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__textBox {
    height: 66.1333333333vw;
  }
}
.c-jobOffer__textBox__titleBox {
  background-color: var(--color-main);
  text-align: center;
  padding: 16px 0;
}

@media screen and (max-width: 1439px) {
  .c-jobOffer__textBox__titleBox {
    padding: 1.1111111111vw 0;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__textBox__titleBox {
    padding: 4.2666666667vw 0 1.3333333333vw 0;
  }
}
.c-jobOffer__textBox__titleBox img {
  width: 68px;
  height: 20px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1439px) {
  .c-jobOffer__textBox__titleBox img {
    width: 4.7222222222vw;
    height: 1.3888888889vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__textBox__titleBox img {
    width: 18.1333333333vw;
    height: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.c-jobOffer__textBox__title {
  color: var(--color-main2);
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1439px) {
  .c-jobOffer__textBox__title {
    font-size: 1.3888888889vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__textBox__title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-jobOffer__textBox__content {
  text-align: center;
  padding: 27px 20px;
}

@media screen and (max-width: 1439px) {
  .c-jobOffer__textBox__content {
    padding: 1.875vw 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__textBox__content {
    padding: 7.2vw 5.3333333333vw;
  }
}
.c-jobOffer__textBox__content img {
  width: 210px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1439px) {
  .c-jobOffer__textBox__content img {
    width: 14.5833333333vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__textBox__content img {
    width: 56vw;
    margin-bottom: 6.4vw;
  }
}
.c-jobOffer__textBox__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 20px;
  background-color: var(--color-main2);
  letter-spacing: -0.06em;
}

@media screen and (max-width: 1439px) {
  .c-jobOffer__textBox__text {
    font-size: 1.1111111111vw;
    line-height: 1.5972222222vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__textBox__text {
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 0.5333333333vw 0;
  }
}
.c-jobOffer__textBox__data {
  text-align: left;
  font-size: 15px;
}

@media screen and (max-width: 1439px) {
  .c-jobOffer__textBox__data {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__textBox__data {
    font-size: 4vw;
  }
}
.c-jobOffer__textBox__data p {
  display: inline-block;
  padding-left: 5px;
}

.c-jobOffer__textBox__data > ul > li {
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1439px) {
  .c-jobOffer__textBox__data > ul > li {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__textBox__data > ul > li {
    margin-bottom: 4.2666666667vw;
  }
}
.c-jobOffer__textBox__data > ul > li + li {
  margin-top: 3px;
}

@media screen and (max-width: 1439px) {
  .c-jobOffer__textBox__data > ul > li + li {
    margin-top: 0.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__textBox__data > ul > li + li {
    margin-top: 0.8vw;
  }
}
.c-jobOffer__textBox__data span {
  color: var(--color-main3);
  font-weight: 700;
}

.c-jobOffer__textBox__readmore {
  bottom: 25px;
  margin-top: 25px;
  position: absolute;
  right: 20px;
}

.c-form {
  -webkit-box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
          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 {
    -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);
    width: 50.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    -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);
    width: 100%;
  }
}
.c-form__titleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1439px) {
  .c-form__titleBox {
    height: 5.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox {
    height: 15.4666666667vw;
  }
}
.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: 1.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox__title {
    font-size: 5.3333333333vw;
  }
}
.c-form__content {
  background-color: var(--color-white);
  padding: 20px 60px 40px;
}

@media screen and (max-width: 1439px) {
  .c-form__content {
    padding: 1.3888888889vw 4.1666666667vw 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content {
    padding: 6.6666666667vw 5.3333333333vw 8vw;
  }
}
.c-form__content__step {
  margin-bottom: 25px;
}

@media screen and (max-width: 1439px) {
  .c-form__content__step {
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step {
    margin-bottom: 5.3333333333vw;
  }
}
.c-form__content__step > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-form__content__step > ul > li {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 29px;
  text-indent: 150vw;
  width: 73px;
  background-position: center center;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 1439px) {
  .c-form__content__step > ul > li {
    height: 2.01389vw;
    width: 5.06944vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li {
    height: 5.86667vw;
    width: 15.2vw;
  }
}
.c-form__content__step > ul > li + li {
  margin-left: 4px;
}

@media screen and (max-width: 1439px) {
  .c-form__content__step > ul > li + li {
    margin-left: 0.2777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li + li {
    margin-left: 0.5333333333vw;
  }
}
.c-form__content__step > ul > li:nth-child(1) {
  background-image: url(../images/icon_form_number_1.svg);
}

.c-form__content__step > ul > li:nth-child(1).is-current {
  background-image: url(../images/icon_form_number_1_current.svg);
}

.c-form__content__step > ul > li:nth-child(2) {
  background-image: url(../images/icon_form_number_2.svg);
}

.c-form__content__step > ul > li:nth-child(2).is-current {
  background-image: url(../images/icon_form_number_2_current.svg);
}

.c-form__content__step > ul > li:nth-child(3) {
  background-image: url(../images/icon_form_number_3.svg);
}

.c-form__content__step > ul > li:nth-child(3).is-current {
  background-image: url(../images/icon_form_number_3_current.svg);
}

.c-form__content__step > ul > li:nth-child(4) {
  background-image: url(../images/icon_form_number_4.svg);
}

.c-form__content__step > ul > li:nth-child(4).is-current {
  background-image: url(../images/icon_form_number_4_current.svg);
}

.c-form__content__block__titleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox {
    margin-bottom: 3.4666666667vw;
  }
}
.c-form__content__block__titleBox__title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox__title {
    font-size: 1.5277777778vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox__title {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
}
.c-form__content__block__radio,
.c-form__content__block__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-form__content__block__radio__choice,
.c-form__content__block__checkbox__choice {
  width: 295px;
}

@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice,
  .c-form__content__block__checkbox__choice {
    width: 20.4861111111vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice,
  .c-form__content__block__checkbox__choice {
    width: 100%;
  }
}
.c-form__content__block__radio__choice input,
.c-form__content__block__checkbox__choice input {
  display: none;
}

.c-form__content__block__radio__choice input:checked + label,
.c-form__content__block__checkbox__choice input:checked + label {
  background-color: var(--color-main2);
  border: 1px solid var(--color-main2);
  color: var(--color-black);
}

.c-form__content__block__radio__choice label,
.c-form__content__block__checkbox__choice label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-white);
  border: 2px solid var(--color-black);
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  user-select: none;
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice label,
  .c-form__content__block__checkbox__choice label {
    border: 0.1388888889vw solid var(--color-black);
    border-radius: 0.3472222222vw;
    font-size: 1.3888888889vw;
    height: 5.2777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice label,
  .c-form__content__block__checkbox__choice label {
    border: 0.5333333333vw solid var(--color-black);
    border-radius: 1.3333333333vw;
    font-size: 4vw;
    height: 14.6666666667vw;
  }
}
.c-form__content__block__radio__choice label:hover,
.c-form__content__block__checkbox__choice label:hover {
  background-color: var(--color-main2);
  border: 2px solid var(--color-main2);
  color: var(--color-black);
}

@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice label:hover,
  .c-form__content__block__checkbox__choice label:hover {
    border: 0.1388888889vw solid var(--color-main2);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice label:hover,
  .c-form__content__block__checkbox__choice label:hover {
    background-color: var(--color-white);
    border: 0.5333333333vw solid var(--color-black);
    color: var(--color-black);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice + .c-form__content__block__radio__choice,
  .c-form__content__block__radio__choice + .c-form__content__block__checkbox__choice,
  .c-form__content__block__checkbox__choice + .c-form__content__block__radio__choice,
  .c-form__content__block__checkbox__choice + .c-form__content__block__checkbox__choice {
    margin-top: 2.6666666667vw;
  }
}
.c-form__content__block__select select {
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  border: 2px solid var(--color-black);
  border-radius: 7px;
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  padding: 0 30px;
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .c-form__content__block__select select {
    background-position: right 2.7777777778vw center;
    background-size: 0.8333333333vw 0.5555555556vw;
    border: 0.1388888889vw solid var(--color-black);
    border-radius: 0.4861111111vw;
    font-size: 1.3888888889vw;
    height: 5.2777777778vw;
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__select select {
    background-position: right 4vw center;
    background-size: 3.2vw 2.1333333333vw;
    border: 0.5333333333vw solid var(--color-black);
    border-radius: 1.3333333333vw;
    font-size: 16px;
    height: 14.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.c-form__content__block__select select:invalid {
  color: var(--color-placeholder);
}

.c-form__content__block__input input {
  border: 2px solid var(--color-black);
  border-radius: 7px;
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  padding: 0 30px;
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .c-form__content__block__input input {
    border: 0.1388888889vw solid var(--color-black);
    border-radius: 0.4861111111vw;
    font-size: 1.3888888889vw;
    height: 5.2777777778vw;
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__input input {
    border: 0.5333333333vw solid var(--color-black);
    border-radius: 1.3333333333vw;
    font-size: 16px;
    height: 14.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.c-form__content__block__input input::-moz-placeholder {
  color: rgba(48, 56, 65, 0.4);
}

.c-form__content__block__input input:-ms-input-placeholder {
  color: rgba(48, 56, 65, 0.4);
}

.c-form__content__block__input input::-webkit-input-placeholder {
  color: rgba(48, 56, 65, 0.4);
}

.c-form__content__block__input input::-ms-input-placeholder {
  color: rgba(48, 56, 65, 0.4);
}

.c-form__content__block__input input::placeholder {
  color: rgba(48, 56, 65, 0.4);
}

.c-form__content__block + .c-form__content__block {
  margin-top: 40px;
}

@media screen and (max-width: 1439px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: 6.6666666667vw;
  }
}
.c-form__content__block .parsley-errors-list {
  color: red;
  font-size: 14px;
  margin-top: 12px;
}

@media screen and (max-width: 1439px) {
  .c-form__content__block .parsley-errors-list {
    font-size: 0.9722222222vw;
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block .parsley-errors-list {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.c-form__content__agree {
  font-size: 15px;
  margin-bottom: -5px;
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .c-form__content__agree {
    font-size: 1.0416666667vw;
    margin-bottom: -0.3472222222vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agree {
    font-size: 3.2vw;
    margin-bottom: -1.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.c-form__content__agree a {
  color: var(--color-main);
  text-decoration: underline;
}

.c-form__content__buttonBox {
  margin-top: 40px;
}

@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox {
    margin-top: 6.6666666667vw;
  }
}
.c-form__content__buttonBox__button {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button {
    margin-bottom: 5.3333333333vw;
  }
}
.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: 4.2361111111vw;
    width: 22.5694444444vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button button {
    height: 12vw;
    width: 51.4666666667vw;
  }
}
.c-form__content__buttonBox__button--next button {
  background-image: url(../images/form_button_next.svg);
}

@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button--next button {
    background-image: url(../images/form_button_next_sp.svg);
  }
}
.c-form__content__buttonBox__button--submit button {
  background-image: url(../images/form_button_submit.svg);
}

@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button--submit button {
    background-image: url(../images/form_button_submit_sp.svg);
  }
}
.c-form__content__buttonBox__back {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  user-select: none;
}

@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back {
    font-size: 3.2vw;
  }
}
.c-form__content__buttonBox__back::before {
  background-image: url(../images/icon_arrow_back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  margin-right: 15px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  width: 7px;
}

@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back::before {
    height: 0.8333333333vw;
    margin-right: 1.0416666667vw;
    width: 0.4861111111vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back::before {
    height: 2.1333333333vw;
    margin-right: 2.6666666667vw;
    width: 1.3333333333vw;
  }
}
.c-lityPrivacyPolicy {
  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;
}

@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy {
    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: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy {
    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: 88vw;
    font-size: 3.2vw;
  }
}
.c-lityPrivacyPolicy__title {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__title {
    margin-bottom: 5.3333333333vw;
  }
}
.c-lityPrivacyPolicy p {
  margin-bottom: 20px;
}

.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__close button {
  background: url(../images/icon_close.svg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: block !important;
  height: 17px;
  width: 17px;
}

@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__close button {
    height: 1.1805555556vw;
    width: 1.1805555556vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__close button {
    height: 3.2vw;
    width: 3.2vw;
  }
}
.c-lityPrivacyPolicy__close button:hover {
  display: block !important;
}

.p-header {
  height: 79px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .p-header {
    height: 5.7638888889vw;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 16.5333333333vw;
  }
}
.p-header .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  background-color: var(--color-main);
}

@media screen and (max-width: 767px) {
  .p-header .l-container {
    height: 103%;
  }
}
.p-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .p-header__inner {
    padding: 0.1388888889vw 2.5vw 0 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0.5333333333vw 9.6vw 0 3.4666666667vw;
  }
}
.p-header__logo {
  color: var(--color-white);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0em;
}

@media screen and (max-width: 1439px) {
  .p-header__logo {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    font-size: 3.2vw;
    line-height: 1;
  }
}
.p-header__logo span {
  font-size: 26px;
  letter-spacing: -0.04em;
  font-weight: 700;
}

@media screen and (max-width: 1439px) {
  .p-header__logo span {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo span {
    font-size: 5.3333333333vw;
    display: inline-block;
    padding-top: 2.1333333333vw;
    letter-spacing: 0.02em;
  }
}
#thanks,
#thank_html {
  height: 100%;
  margin: 0;
}

#thanks .p-header {
  position: static;
}

.thanks-wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thanks-wrapper header {
  width: 100%;
}

.thanks-wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-footer {
  background-color: var(--color-main);
  height: 126px;
}

@media screen and (max-width: 1439px) {
  .p-footer {
    height: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    height: 22.9333333333vw;
  }
}
.p-footer .l-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__nav > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color-white);
  font-size: 14px;
  gap: 12px;
}

@media screen and (max-width: 1439px) {
  .p-footer__nav > ul {
    font-size: 0.9722222222vw;
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul {
    font-size: 2.6666666667vw;
    gap: 1.6vw;
    padding-top: 4.8vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-mainVisual {
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

.p-mainVisual .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 7.8vw;
  width: 87.7083333333vw;
}

@media screen and (max-width: 767px) {
  .p-mainVisual .l-container {
    width: 100%;
    margin-top: 21.8vw;
  }
}
.p-mainVisual__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
}

@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    display: block;
    padding-left: 5.8666666667vw;
    padding-right: 5.8666666667vw;
    padding-bottom: 6.4vw;
  }
}
.p-mainVisual__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-mainVisual__text h1 {
  font-size: 66px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__text h1 {
    font-size: 4.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text h1 {
    font-size: 10.1333333333vw;
    letter-spacing: -0.03em;
    line-height: 1.4;
  }
}
.p-mainVisual__text h1 span {
  color: var(--color-black);
  position: relative;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .p-mainVisual__text h1 span {
    letter-spacing: -0.04em;
    padding-right: 2px;
  }
}
.p-mainVisual__text h1 span::before {
  content: "";
  position: absolute;
  width: 275px;
  height: 19px;
  background-color: var(--color-main2);
  display: inline-block;
  bottom: 3px;
  z-index: -1;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__text h1 span::before {
    width: 19.0972222222vw;
    height: 1.3194444444vw;
    bottom: 0.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text h1 span::before {
    width: 39.2vw;
    height: 2.9333333333vw;
    bottom: 0.8vw;
  }
}
.p-mainVisual__text span {
  color: var(--color-main3);
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-mainVisual__text2 {
  font-size: 33px;
  letter-spacing: -0.01em;
  line-height: 1.48;
  margin-bottom: 48px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__text2 {
    font-size: 2.2916666667vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text2 {
    font-size: 4vw;
    margin-bottom: 8.5333333333vw;
    letter-spacing: 0.1em;
  }
}
.p-mainVisual__text2 em {
  font-weight: 600;
}

.p-mainVisual__text2 .em-num {
  font-size: 61px;
  font-family: "Barlow";
  font-weight: 600;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 1px;
  position: relative;
  top: 0.03em;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__text2 .em-num {
    font-size: 3.9583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text2 .em-num {
    font-size: 7.7333333333vw;
    padding-left: 3px;
  }
}
.p-mainVisual__text2 .em-unit {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.06em;
  position: relative;
  top: -0.05em;
  padding-left: 3px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__text2 .em-unit {
    font-size: 2.7777777778vw;
    padding-left: 0.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text2 .em-unit {
    font-size: 5.3333333333vw;
    padding-left: 0.8vw;
  }
}
.p-mainVisual__info {
  font-size: 18px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__info {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__info {
    font-size: 3.2vw;
  }
}
.p-mainVisual__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  gap: 40px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__info ul {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__info ul {
    gap: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--color-black);
    width: 57.8666666667vw;
    height: 19.7333333333vw;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 2.6666666667vw;
    background-color: var(--color-bg);
    border-radius: 1.3333333333vw;
  }
}
.p-mainVisual__info p {
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-mainVisual__info p {
    line-height: 1.4;
    margin-top: 2.6666666667vw;
  }
}
.p-mainVisual__info p span {
  color: var(--color-main3);
}

.p-mainVisual__info__item {
  height: 148px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__info__item {
    height: 10.2777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__info__item {
    height: 39.4666666667vw;
    margin-left: 3.2vw;
  }
}
.p-mainVisual__info__item img {
  width: 130px;
  height: 111px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__info__item img {
    width: 9.0277777778vw;
    height: 7.7083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__info__item img {
    width: 11.4666666667vw;
    height: 9.6vw;
  }
}
.p-mainVisual__info ul li:first-child .p-mainVisual__info__item {
  margin-top: 10px;
  margin-left: 5px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__info ul li:first-child .p-mainVisual__info__item {
    margin-top: 0.6944444444vw;
    margin-left: 0.3472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__info ul li:first-child .p-mainVisual__info__item {
    margin-top: 3.2vw;
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__info ul li:first-child .p-mainVisual__info__item img {
    margin-top: 1.0666666667vw;
    margin-left: 2.1333333333vw;
    width: 12vw;
    height: 10.1333333333vw;
  }
}
.p-mainVisual__info ul li:nth-child(n+2) .p-mainVisual__info__item {
  margin-bottom: 10px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__info ul li:nth-child(n+2) .p-mainVisual__info__item {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__info ul li:nth-child(n+2) .p-mainVisual__info__item {
    margin-bottom: 2.6666666667vw;
    margin-right: 0.8vw;
  }
}
.p-mainVisual__info ul li:nth-child(2) .p-mainVisual__info__item img {
  width: 118px;
  height: 133px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__info ul li:nth-child(2) .p-mainVisual__info__item img {
    width: 8.1944444444vw;
    height: 9.2361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__info ul li:nth-child(2) .p-mainVisual__info__item img {
    width: 11.4666666667vw;
    height: 12.8vw;
  }
}
.p-mainVisual__info ul li:nth-child(3) .p-mainVisual__info__item img {
  width: 129px;
  height: 126px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__info ul li:nth-child(3) .p-mainVisual__info__item img {
    width: 8.9583333333vw;
    height: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__info ul li:nth-child(3) .p-mainVisual__info__item img {
    width: 11.4666666667vw;
    height: 11.2vw;
  }
}
.p-mainVisual__img {
  max-width: 630px;
  max-height: 565px;
  margin-top: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__img {
    width: 43.75vw;
    height: 39.2361111111vw;
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__img {
    display: none;
    width: 168vw;
    height: 150.6666666667vw;
    margin-top: 12.8vw;
  }
}
.p-mainVisual__img__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-mainVisual__img__sp {
    display: block;
    position: absolute;
    top: 46.1333333333vw;
    right: -4.5333333333vw;
    width: 44.2666666667vw;
    height: 72.5333333333vw;
  }
}
.p-mainVisual__sp__deco {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-mainVisual__sp__deco {
    display: block;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__sp__deco01 {
    position: absolute;
    width: 14.9333333333vw;
    height: 17.6vw;
    top: -18.1333333333vw;
    right: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__sp__deco02 {
    position: absolute;
    width: 16.2666666667vw;
    height: 12.8vw;
    bottom: 0;
    left: -3.2vw;
    z-index: -1;
  }
}
.p-form__inner {
  padding-bottom: 70px;
  padding-top: 66px;
}

@media screen and (max-width: 1439px) {
  .p-form__inner {
    padding-bottom: 4.8611111111vw;
    padding-top: 4.8611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding-bottom: 26.6666666667vw;
    padding-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-successStory {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-successStory .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-successStory__inner {
  padding-bottom: 70px;
  padding-top: 56px;
}

@media screen and (max-width: 1439px) {
  .p-successStory__inner {
    padding-bottom: 4.8611111111vw;
    padding-top: 3.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .p-successStory__inner {
    padding-bottom: 13.6vw;
    padding-top: 10.4vw;
  }
}
.p-successStory__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 38px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-successStory__title {
    font-size: 2.4305555556vw;
    line-height: 4.1666666667vw;
    margin-bottom: 2.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .p-successStory__title {
    font-size: 6.6666666667vw;
    letter-spacing: 0;
    line-height: 10.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-successStory__title span.em {
  color: var(--color-main3);
  font-size: 130%;
}

@media screen and (max-width: 767px) {
  .p-successStory__successStoryList {
    display: none;
  }
}
.p-successStory__successStoryList > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-successStory__successStoryList > ul > li {
  width: 330px;
}

@media screen and (max-width: 1439px) {
  .p-successStory__successStoryList > ul > li {
    width: 22.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-successStory__successStoryList > ul > li {
    width: 88vw;
  }
}
.p-successStory__swiper {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-successStory__swiper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-successStory__swiper .c-successStory {
    margin: 0 auto;
    width: 88vw;
  }
}
.p-jobOffer {
  background-color: var(--color-bg);
}

@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-bottom: 70px;
  padding-top: 57px;
}

@media screen and (max-width: 1439px) {
  .p-jobOffer__inner {
    padding-bottom: 4.8611111111vw;
    padding-top: 3.9583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__inner {
    padding-bottom: 13.3333333333vw;
    padding-top: 10.4vw;
  }
}
.p-jobOffer__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 36px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-jobOffer__title {
    font-size: 2.4305555556vw;
    line-height: 4.1666666667vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__title {
    font-size: 6.6666666667vw;
    letter-spacing: 0;
    line-height: 11.2vw;
    margin-bottom: 6.1333333333vw;
  }
}
.p-jobOffer__title span.em {
  color: var(--color-main3);
  font-size: 130%;
}

@media screen and (max-width: 767px) {
  .p-jobOffer__jobOfferList {
    display: none;
  }
}
.p-jobOffer__jobOfferList > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-jobOffer__jobOfferList > ul > li {
  width: 330px;
}

@media screen and (max-width: 1439px) {
  .p-jobOffer__jobOfferList > ul > li {
    width: 22.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__jobOfferList > ul > li {
    width: 88vw;
  }
}
.p-jobOffer__jobOfferList ul li:nth-of-type(3) .c-jobOffer__textBox__content img {
  width: 247px;
}

@media screen and (max-width: 1439px) {
  .p-jobOffer__jobOfferList ul li:nth-of-type(3) .c-jobOffer__textBox__content img {
    width: 17.1527777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-jobOffer__jobOfferList ul li:nth-of-type(3) .c-jobOffer__textBox__content img {
    width: 65.8666666667vw;
  }
}
.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: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .c-jobOffer__textBox__content3 img {
    width: 65.8666666667vw;
  }
}
.p-cta {
  background-color: var(--color-main);
  display: block;
  height: 388px;
}

@media screen and (max-width: 1439px) {
  .p-cta {
    height: 26.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    height: 84.8vw;
  }
}
.p-cta .l-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-cta__title {
  color: var(--color-white);
  font-size: 35px;
  font-weight: bold;
  margin-top: 68px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-cta__title {
    font-size: 2.4305555556vw;
    margin-top: 4.7222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 6.6666666667vw;
    line-height: 9.8666666667vw;
    margin-top: 9.3333333333vw;
  }
}
.p-cta__text {
  color: var(--color-white);
  font-size: 25px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  margin-top: 22px;
}

@media screen and (max-width: 1439px) {
  .p-cta__text {
    font-size: 1.7361111111vw;
    line-height: 3.125vw;
    margin-top: 1.5277777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    margin-top: 2.9333333333vw;
  }
}
.p-cta__buttonBox {
  margin-top: 44px;
}

@media screen and (max-width: 1439px) {
  .p-cta__buttonBox {
    margin-top: 3.0555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox {
    margin-top: 8vw;
  }
}
.p-cta__buttonBox__title {
  background-image: url(../images/cta_title_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 34px;
  margin: 0 auto 11px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 200px;
}

@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__title {
    height: 2.3611111111vw;
    margin: 0 auto 0.7638888889vw;
    width: 13.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__title {
    height: 9.0666666667vw;
    margin: 0 auto 2.9333333333vw;
    width: 47.2vw;
  }
}
.p-cta__buttonBox__button a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-main2);
  border-radius: 40px;
  color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 370px;
}

@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__button a {
    border-radius: 2.7777777778vw;
    font-size: 1.3888888889vw;
    height: 4.8611111111vw;
    width: 25.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button a {
    border-radius: 10.6666666667vw;
    font-size: 5.3333333333vw;
    height: 16vw;
    width: 88vw;
  }
}
.p-service {
  background-color: var(--color-bg);
}

.p-service__inner {
  padding-bottom: 47px;
  padding-top: 62px;
}

@media screen and (max-width: 1439px) {
  .p-service__inner {
    padding-bottom: 3.2638888889vw;
    padding-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    padding-bottom: 13.3333333333vw;
    padding-top: 12vw;
  }
}
.p-service__titleBox__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 58px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-service__titleBox__title {
    font-size: 2.4305555556vw;
    line-height: 4.0277777778vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__titleBox__title {
    font-size: 6.6666666667vw;
    line-height: 9.8666666667vw;
    margin-bottom: 8vw;
  }
}
.p-service__titleBox__title span.em {
  color: var(--color-main3);
  font-size: 130%;
}

.p-service__titleBox__title span.underline {
  position: relative;
}

.p-service__serviceList {
  margin-top: 57px;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList {
    margin-top: 3.9583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList {
    margin-top: 8vw;
  }
}
.p-service__serviceList > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-service__serviceList > ul {
    gap: 2.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-service__serviceList ul li:nth-of-type(2) .p-service__serviceList__serviceBox__title__wrap {
  width: 538px;
  margin-left: 30px;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList ul li:nth-of-type(2) .p-service__serviceList__serviceBox__title__wrap {
    width: 37.3611111111vw;
    margin-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList ul li:nth-of-type(2) .p-service__serviceList__serviceBox__title__wrap {
    width: 100%;
    margin-left: 0;
  }
}
.p-service__serviceList ul li:nth-of-type(2) .p-service__serviceList__serviceBox__title__wrap h3 {
  padding: 7px 0 7px 4px;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList ul li:nth-of-type(2) .p-service__serviceList__serviceBox__title__wrap h3 {
    padding: 0.4861111111vw 0 0.4861111111vw 0.2777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList ul li:nth-of-type(2) .p-service__serviceList__serviceBox__title__wrap h3 {
    padding: 1.8666666667vw 0 1.8666666667vw 0;
    width: 38.9333333333vw;
  }
}

.p-service__serviceList > ul > li {
  margin-left: 0;
  margin-top: 0px;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList > ul > li {
    margin-left: 0;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList > ul > li {
    width: 100%;
    margin-top: 4vw;
    margin-left: 0;
  }
}
.p-service__serviceList ul li:nth-of-type(1) .p-service__serviceList__serviceBox {
  width: 430px;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList ul li:nth-of-type(1) .p-service__serviceList__serviceBox {
    width: 29.8611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList ul li:nth-of-type(1) .p-service__serviceList__serviceBox {
    width: 100%;
  }
}
.p-service__serviceList > ul > li:nth-child(3n+1) {
  margin-left: 0;
}

.p-service__serviceList > ul > li:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-service__serviceList > ul > li:nth-child(-n+3) {
    margin-top: 4vw;
  }
}
.p-service__serviceList > ul > li:nth-child(3n+1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .p-service__serviceList > ul > li:nth-child(3n+1) {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList > ul > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__title {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
  }
}
.p-service__serviceList__serviceBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__inner {
    gap: 2.5694444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__inner {
    gap: 8.5333333333vw;
  }
}
.p-service__serviceList__serviceBox__illust img {
  width: 298px;
  height: 266px;
  margin-top: 4px;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__illust img {
    width: 20.6944444444vw;
    height: 18.4722222222vw;
    margin-top: 0.2777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__illust img {
    width: 79.4666666667vw;
    height: 70.9333333333vw;
    margin-top: -2.1333333333vw;
    margin-right: 7.7333333333vw;
  }
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__title {
    font-size: 1.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__title {
    font-size: 4.2666666667vw;
  }
}
.p-service__serviceList__serviceBox__title__wrap {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  text-align: center;
  width: 202px;
  margin-left: 34px;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__title__wrap {
    width: 14.0277777778vw;
    margin-left: 2.3611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__title__wrap {
    background-color: transparent;
    border: 0;
    width: 53.8666666667vw;
    margin-left: 0;
  }
}
.p-service__serviceList__serviceBox__title__wrap span {
  font-size: 21px;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__title__wrap span {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__title__wrap span {
    display: block;
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
    letter-spacing: 0.03em;
  }
}
.p-service__serviceList__serviceBox__inner h3 {
  font-size: 25px;
  padding: 7px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0em;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__inner h3 {
    font-size: 1.7361111111vw;
    padding: 0.4861111111vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__inner h3 {
    font-size: 5.3333333333vw;
    width: 42.6666666667vw;
    padding: 1.8666666667vw 0;
  }
}
.p-service__serviceList__serviceBox__inner h3 span {
  font-size: 20px;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__inner h3 span {
    font-size: 1.3888888889vw;
  }
}
.p-service__serviceList__serviceBox__inner p {
  padding-left: 33px;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__inner p {
    padding-left: 2.2916666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__inner p {
    padding-left: 4vw;
    font-size: 4vw;
    margin-top: -1.0666666667vw;
  }
}
.p-service__serviceList__serviceBox__inner p span {
  color: var(--color-main3);
  font-weight: 700;
}

.p-service__serviceList__serviceBox__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
  margin-left: 4px;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__inner ul li {
    margin-bottom: 2.5694444444vw;
    margin-left: 0.2777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__inner ul li {
    margin-bottom: 8.2666666667vw;
    margin-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-service__serviceList__serviceBox__inner .p-service__service_icon {
  width: 38px;
  height: 50px;
}

@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__inner .p-service__service_icon {
    width: 2.6388888889vw;
    height: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__inner .p-service__service_icon {
    width: 8vw;
    height: 10.6666666667vw;
  }
}
.p-thanks .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-thanks .l-container {
    width: 87%;
  }
}
.p-thanks__titleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-thanks__titleBox__title {
  color: var(--color-main);
  font-size: 35px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  padding-top: 75px;
}

@media screen and (max-width: 1439px) {
  .p-thanks__titleBox__title {
    font-size: 2.4305555556vw;
    line-height: 4.5138888889vw;
    padding-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox__title {
    font-size: 6.6666666667vw;
    line-height: 10.6666666667vw;
    padding-top: 17.0666666667vw;
  }
}
.p-thanks__content {
  padding: 55px 0 70px 0;
}

@media screen and (max-width: 1439px) {
  .p-thanks__content {
    padding: 3.8194444444vw 0 4.8611111111vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    padding: 14.6666666667vw 0 22.6666666667vw 0;
  }
}
.p-thanks__content__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 65px;
  padding: 46px 48px 50px 48px;
  text-align: center;
  color: var(--color-main);
  background: var(--color-bg);
  width: 730px;
  font-weight: 500;
}

@media screen and (max-width: 1439px) {
  .p-thanks__content__text {
    font-size: 1.3888888889vw;
    line-height: 2.7777777778vw;
    margin-bottom: 4.5138888889vw;
    padding: 3.1944444444vw 3.3333333333vw 3.4722222222vw 3.3333333333vw;
    width: 50.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__text {
    font-size: 4vw;
    line-height: 7.4666666667vw;
    margin-bottom: 17.3333333333vw;
    padding: 7.7333333333vw 4.8vw 7.7333333333vw 4.8vw;
    width: 100%;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.04em;
  }
}
.p-top__buttonBox {
  margin-top: 40px;
}

@media screen and (max-width: 1439px) {
  .p-top__buttonBox {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__buttonBox {
    margin-top: 4vw;
  }
}
.p-top__buttonBox__button a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-main2);
  border-radius: 40px;
  color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 370px;
}

@media screen and (max-width: 1439px) {
  .p-top__buttonBox__button a {
    border-radius: 2.7777777778vw;
    font-size: 1.3888888889vw;
    height: 4.8611111111vw;
    width: 25.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__buttonBox__button a {
    border-radius: 10.6666666667vw;
    font-size: 5.3333333333vw;
    height: 16vw;
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .p-form2 {
    margin-top: 9.3333333333vw;
  }
}
footer {
  width: 100%;
}

.lity-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.lity-iframe-container {
  width: 90%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .lity-container {
    height: 80vh !important;
    max-width: 90% !important;
  }
  .lity-iframe-container {
    width: 100%;
    height: 100%;
  }
}