@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #122E56;
  --color-main: #00388E;
  --color-accent: #A28936;
  --color-sub: #FAFAFA;
  --color-placeholder: rgba(18, 46, 86, 0.3);
  --gradient-main: linear-gradient(to right, #00388E, #051B39);
  --gradient-main2: linear-gradient(135deg, #FFFFFF, #EDEFEF);
}

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: 700;
}

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%;
}
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-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

/* 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("../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("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - 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: 600;
  src: url('../fonts/noto-sans-jp-v55-japanese_latin-600.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("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-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: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jost-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600 - 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: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jost-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - 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: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body.is-fixed {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.js-scroll-animation {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s ease;
}

.js-scroll-animation.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  section,
  #form2{
    scroll-margin-top: calc(78 / 375 * 100vw);
  }
}

h1 img{
  width: 824px;
  height: 253px;
  margin-top: 63px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1439px) {
  h1 img{
    width: calc(824 / 1440 * 100vw);
    height: calc(253 / 1440 * 100vw);
    margin-top: calc(63 / 1440 * 100vw);
    margin-bottom: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  h1 img{
    width: calc(282 / 375 * 100vw);
    height: calc(194 / 375 * 100vw);
    margin-top: calc(27 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}


h2{
  font-size: 36px;
  line-height: 65px;
  font-weight: 600;
  color: var(--color-main);
  text-align: center;
  letter-spacing: .14em;
}
@media screen and (max-width: 1439px) {
  h2{
    font-size: calc(36 / 1440 * 100vw);
    line-height: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px){
  h2{
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    font-weight: 700;
  }
}
h2.p-workstyle__title{
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  h2.p-workstyle__title{
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  h2.p-workstyle__title{
    font-size: calc(20 / 375 * 100vw);
  }
}
h2.p-company__title{
  font-size: 20px;
  font-weight: 700;
  color: var(--color-black);
}
@media screen and (max-width: 1439px) {
  h2.p-company__title{
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  h2.p-company__title{
    font-size: calc(16 / 375 * 100vw);
  }
}
h2.p-reward__title{
  font-size: 32px;
  line-height: 56px;
  font-weight: 600;
  color: var(--color-black);
}
@media screen and (max-width: 1439px) {
  h2.p-reward__title{
    font-size: calc(32 / 1440 * 100vw);
    line-height: calc(56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  h2.p-reward__title{
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
  }
}
h2.p-data__title{
  color: var(--color-white);
}

span{
  color: var(--color-accent);
}
span.p-reward__lead{
  color: var(--color-black);
  letter-spacing: .14em;
}
@media screen and (max-width: 767px) {
  span.p-reward__lead{
    font-size: calc(20 / 375 * 100vw);
    display: inline-block;
    margin-bottom: calc(9 / 375 * 100vw);
  }
}
span.p-reward__hightlight{
  letter-spacing: .14em;
}
span.p-workstyle__legendLabel{
  color: var(--color-black);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  span.p-workstyle__legendLabel{
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  span.p-workstyle__legendLabel{
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--color-black);
  height: 14px;
  opacity: 1;
  width: 14px;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(14 / 1200 * 100vw);
    margin: 0 calc(5 / 1200 * 100vw);
    width: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(10 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet{
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet{
    margin-left: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet{
    margin-left: calc(14 / 375 * 100vw);
  }
}
.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: auto;
  margin-top: 0;
  top: 42.5%;
  width: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 11.4%;
  }
}
.swiper-button-prev {
  left: -14px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev {
    left: calc(-14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(-11 / 375 * 100vw);
  }
}
.swiper-button-next {
  right: -14px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-next {
    right: calc(-14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(-11 / 375 * 100vw);
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: calc(30 / 1440 * 100vw);
    width: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper_icon_prev.svg);
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}
.swiper-button-next:after {
  background-image: url(../images/swiper_icon_next.svg);
}
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}
.swiper-pagination {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: calc(0 / 375 * 100vw) !important;
  }
}

.swiper-container {
  overflow: visible;
  padding-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .swiper-container {
    padding-bottom: calc(56 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(42 / 375 * 100vw);
  }
}
.swiper-slide{
  height: auto;
  width: auto;
  z-index: 1;
  display: flex;
}
.swiper-slide-active{
  z-index: 2;
}

.swiper-pagination {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: calc(0 / 375 * 100vw) !important;
  }
}
.l-container {
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .l-container {
    padding-left: calc(100 / 1200 * 100vw);
    padding-right: calc(100 / 1200 * 100vw);
    width: calc(1200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(17 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
    width: 100%;
  }
}

.c-section__border {
  content: "";
  display: block;
  width: 1px;
  height: 160px;
  background-color: var(--color-black);
  position: absolute;
  left: 50%;
  top: -80px;
}
@media screen and (max-width: 1439px) {
  .c-section__border {
    height: calc(160 / 1440 * 100vw);
    top: calc(-80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-section__border {
    height: calc(100 / 375 * 100vw);
    top: calc(-49 / 375 * 100vw);
  }
}
.p-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px 17px 20px;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    padding: calc(17 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(17 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: calc(19 / 375 * 100vw) calc(25 / 375 * 100vw) calc(17 / 375 * 100vw) calc(20 / 375 * 100vw);
    position: relative;
  }
}
.p-header__hamburger {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
    width: 28px;
    height: 23px;
  }
  .p-header__hamburger img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.p-header__logo{
  width: 114px;
  height: 46px;
}
@media screen and (max-width: 1439px) {
  .p-header__logo{
    width: calc(114 / 1440 * 100vw);
    height: calc(46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo{
    width: calc(105 / 375 * 100vw);
    height: calc(42 / 375 * 100vw);
  }
}
.p-header__logo img{
  width: 100%;
}
.p-header__content{
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1439px) {
  .p-header__content{
    gap: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__content{
    gap: calc(0 / 375 * 100vw);
    position: absolute;
    right: calc(77 / 375 * 100vw);
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-header__nav{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__nav{
    display: none;
  }
}
.p-header__nav__list {
  display: flex;
  gap: 24px;
  list-style: none;
}
@media screen and (max-width: 1439px) {
  .p-header__nav__list {
    gap: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav__list {
    gap: calc(24 / 375 * 100vw);
  }
}
.p-header__nav__link{
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .1em;
}
@media screen and (max-width: 1439px) {
  .p-header__nav__link{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav__link{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-header__cta {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .p-header__cta {
    gap: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__cta {
    gap: calc(20 / 375 * 100vw);
  }
}
.p-header__telBox{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-header__telBox{
    display: none;
  }
}
.p-header__tel{
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 1439px) {
  .p-header__tel{
    gap: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__tel{
    gap: calc(2 / 375 * 100vw);
  }
}
.p-header__tel__num{
  font-family: "Jost";
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: var(--color-black);
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-header__tel__num{
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__tel__num{
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(31 / 375 * 100vw);
  }
}
.p-header__tel__time{
  font-size: 11px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1439px) {
  .p-header__tel__time{
    font-size: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__tel__time{
    font-size: calc(11 / 375 * 100vw);
  }
}
.p-header__entry {
  background-color: #151515;
  color: var(--color-white);
  padding: 0 65px 0 66px;
  border-radius: 6px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  font-family: "Jost";
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-header__entry {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(40 / 1440 * 100vw);
    padding: calc(0 / 1440 * 100vw) calc(65 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(66 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__entry {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
    padding: calc(0 / 375 * 100vw) calc(37 / 375 * 100vw) calc(0 / 375 * 100vw) calc(38 / 375 * 100vw);
  }
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: var(--color-black);
  z-index: 200;
  transform: translateY(-100%);
  transition: .5s ease;
}

.p-drawer.is-open {
  transform: translateY(0);
}

.p-drawer__inner {
  padding: 73px 40px 56px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-drawer__close {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  padding: 0;
}

.p-drawer__close img {
  width: 100%;
  height: auto;
  display: block;
}

.p-drawer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-drawer__list li {
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.p-drawer__list a {
  display: block;
  padding: 30px 0 29px 0;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.p-drawer__bottom {
  text-align: center;
}

.p-drawer__catch {
  width: 249px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
}

.p-drawer__entry {
  font-family: "Jost";
  display: inline-block;
  font-size: 17px;
  background-color: var(--color-white);
  color: #151515;
  padding: 12px 55px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
  margin-top: 28px;
}

.p-mv .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 1134px;
}
@media screen and (max-width: 1439px) {
  .p-mv .l-container {
    width: calc(1134 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mv .l-container {
    width: 100%;
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}
.p-mv__text{
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
  color: var(--color-main);
  margin-bottom: 25px;
  letter-spacing: .07em;
}
@media screen and (max-width: 1439px) {
  .p-mv__text{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30.5 / 375 * 100vw);
    margin-bottom: 0;
  }
}
.p-mv__text span{
  color: var(--color-main);
  background: linear-gradient(transparent 95%, var(--color-main) 0);
  padding-bottom: 2px;
}
@media screen and (max-width: 1439px) {
  .p-mv__text span{
    padding-bottom: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text span{
    padding-bottom: calc(2 / 375 * 100vw);
  }
}

.p-photo {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-photo {
    padding-top: calc(45 / 1440 * 100vw);
    padding-bottom: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-photo {
    padding-top: calc(44 / 375 * 100vw);
    padding-bottom: calc(48 / 375 * 100vw);
  }
}
.p-photo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loop-slide 60s linear infinite;
          animation: loop-slide 60s linear infinite;
}

.p-photo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-photo__list li {
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .p-photo__list li {
    margin-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-photo__list li {
    margin-left: calc(14 / 375 * 100vw);
  }
}

.p-photo__list__image {
  background-image: url(../images/photo_list.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3460px;
  height: 205px;
}

@media screen and (max-width: 1439px) {
  .p-photo__list__image {
    width: calc(3460 / 1440 * 100vw);
    height: calc(205 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-photo__list__image {
    width: calc(2363 / 375 * 100vw);
    height: calc(140 / 375 * 100vw);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-form {
  margin-top: -140px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-form {
    margin-top: calc(-140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form {
    margin-top: calc(-80 / 375 * 100vw);
  }
}
.p-guidance .p-form {
  margin-top: 26px;
}
@media screen and (max-width: 1439px) {
  .p-guidance .p-form {
    margin-top: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-guidance .p-form {
    margin-top: calc(29 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .l-container {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.p-form__inner {
  padding: 70px 0;
}
@media screen and (max-width: 1439px) {
  .p-form__inner {
    padding: calc(70 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding: calc(15 / 375 * 100vw) 0;
  }
}

.c-form {
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  overflow: hidden;
  width: 838px;
}
@media screen and (max-width: 1439px) {
  .c-form {
    border-radius: calc(10 / 1440 * 100vw);
    box-shadow: 0 0 calc(40 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
    width: calc(838 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    border-radius: calc(10 / 375 * 100vw);
    box-shadow: 0 0 calc(40 / 375 * 100vw) rgba(0, 0, 0, 0.1);
    width: 100%;
  }
}
.c-form__titleBox {
  align-items: center;
  background: var(--gradient-main);
  display: flex;
  height: 73px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox {
    height: calc(73 / 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;
  letter-spacing: .17em;
}
@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(18 / 375 * 100vw);
  }
}
.c-form__content {
  background: var(--gradient-main2);
  padding: 27px 40px 38px;
}
@media screen and (max-width: 1439px) {
  .c-form__content {
    padding: calc(27 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content {
    padding: calc(23 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.c-form__content__step {
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step {
    margin-bottom: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step {
    margin-bottom: calc(26 / 375 * 100vw);
  }
}
.c-form__content__step img{
  width: 156px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step img{
    width: calc(156 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step img{
    width: calc(140 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}
.c-form__content__title{
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__title{
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__title{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.c-form__content__block__titleBox {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.c-form__content__block__titleBox__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}
.c-form__content__block__radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-form__content__block__radio--job{
    gap: calc(11 / 375 * 100vw);
  }
}

.c-form__content__block__radio__choice {
  width: 369px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice {
    width: calc(369 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice {
    width: calc(152 / 375 * 100vw);
  }
  .c-form__content__block__radio__choice.c-form__content__block__radio__choice--employment{
    width: 100%;
  }
}
.c-form__content__block__radio__choice--job{
  width: 240px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice--job{
    width: calc(240 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice--job{
    width: calc(152 / 375 * 100vw);
  }
}
.c-form__content__block__radio__choice input {
  display: none;
}
.c-form__content__block__radio__choice input:checked + label {
  background-color: #E8EBEF;
}
.c-form__content__block__radio__choice label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  border: 1px solid #E8EBEF;
  border-radius: 5px;
  color: var(--color-black);
  background-color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  height: 70px;
  justify-content: center;
  transition: 0.3s;
          user-select: none;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice label{
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice label {
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(64 / 375 * 100vw);
  }
}
.c-form__content__block__radio__choice label:hover{
  background-color: #E8EBEF;
}
.c-form__content__block__radio__choice--employment label{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  height: 84px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice--employment label{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    height: calc(84 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice--employment label{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    height: calc(84 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice--employment + .c-form__content__block__radio__choice--employment {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__block__select select {
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 13px 9px;
  border: 1px solid #E8EBEF;
  border-radius: 5px;
  color: var(--color-black);
  font-size: 16px;
  height: 70px;
  padding: 0 18px;
  width: 100%;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__select select {
    background-position: right calc(20 / 1440 * 100vw) center;
    background-size: calc(13 / 1440 * 100vw) calc(9 / 1440 * 100vw);
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    padding: 0 calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__select select {
    background-position: right calc(19 / 375 * 100vw) center;
    background-size: calc(13 / 375 * 100vw) calc(9 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
    height: calc(64 / 375 * 100vw);
    padding: 0 calc(36 / 375 * 100vw) 0 calc(18 / 375 * 100vw);
  }
}
.c-form__content__block__select select:invalid {
  color: var(--color-black);
}

.c-form__content__block__input input{
  border: 1px solid #E8EBEF;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  height: 70px;
  padding: 21px 20px 25px 20px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__input input{
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    padding: calc(21 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__input input{
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
    height: calc(64 / 375 * 100vw);
    padding: calc(21 / 375 * 100vw) calc(20 / 375 * 100vw) calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}

.c-form__content__block__input__unit{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 18px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__input__unit{
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-left: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__input__unit{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-left: calc(11 / 375 * 100vw);
  }
}
.c-form__content__block__input input::-moz-placeholder, .c-form__content__block__input textarea::-moz-placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content__block__input input:-ms-input-placeholder, .c-form__content__block__input textarea:-ms-input-placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content__block__input input::placeholder,
.c-form__content__block__input textarea::placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content__block__input input:-webkit-autofill {
  box-shadow: 0 0 0 1000px var(--color-white) inset;
  -webkit-text-fill-color: #000;
}
.c-form__content__block + .c-form__content__block {
  margin-top: 21px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(21 / 375 * 100vw);
  }
}
.c-form__content__agree {
  margin-top: 63px;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agree {
    margin-top: calc(63 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agree {
    margin-top: calc(52 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
}

.c-form__content__agree a {
  color: var(--color-black);
  text-decoration: underline;
}
.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: 59px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox {
    margin-top: calc(59 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox {
    margin-top: calc(59 / 375 * 100vw);
  }
}
.c-form__content__buttonBox--submit {
  margin-top: 33px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox--submit {
    margin-top: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox--submit {
    margin-top: calc(31 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button {
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button {
    margin-bottom: calc(28 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button button {
  width: 273px;
  height: 66px;
  background-color: var(--color-black);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  color: var(--color-white);
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button button {
    width: calc(273 / 1440 * 100vw);
    height: calc(66 / 1440 * 100vw);
    border-radius: calc(100 / 1440 * 100vw);
    font-size: calc(17 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button button {
    width: calc(197 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    border-radius: calc(100 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    justify-content: flex-start;
    padding-left: calc(54 / 375 * 100vw);
  }
}

.c-form__content__buttonBox__button button::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 82px;
  transform: translateY(-50%);

  width: 7px;
  height: 12px;

  background-color: var(--color-white);

  mask-image: url(../images/icon_arrow_button.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button button::after {
    width: calc(7 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
    right: calc(82 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button button::after {
    width: calc(7 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
    right: calc(54 / 375 * 100vw);
  }
}

.c-form__content__buttonBox__button span{
  color: var(--color-white);
}
.c-form__content__buttonBox__button--submit button.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-form__content__buttonBox__button button.is-disabled::after{
  display: none;
}

.c-form__content__buttonBox__back {
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-reason{
  padding-top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-reason{
    padding-top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason{
    padding-top: calc(43 / 375 * 100vw);
  }
}
.p-reason__text{
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 47px;
  letter-spacing: .07em;
}
@media screen and (max-width: 1439px) {
  .p-reason__text{
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
    margin-top: calc(47 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__text{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(33 / 375 * 100vw);
    text-align: left;
  }
}
.p-reason__text span{
  padding: 0 6px 1px;
  margin-right: 2px;
  color: var(--color-white);
  background-color: var(--color-black);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  letter-spacing: .07em;
}
@media screen and (max-width: 1439px) {
  .p-reason__text span{
    padding-left: calc(6 / 1440 * 100vw);
    padding-right: calc(6 / 1440 * 100vw);
    padding-bottom: calc(1 / 1440 * 100vw);
    margin-right: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__text span{
    padding-left: calc(6 / 375 * 100vw);
    padding-right: calc(6 / 375 * 100vw);
    padding-bottom: calc(1 / 375 * 100vw);
    margin-right: calc(2 / 375 * 100vw);
  }
}

.p-merit{
  padding-top: 321px;
  padding-bottom: 154px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-merit{
    padding-top: calc(321 / 1440 * 100vw);
    padding-bottom: calc(154 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit{
    padding-top: calc(258 / 375 * 100vw);
    padding-bottom: calc(359 / 375 * 100vw);
  }
}
.p-merit .l-container{
  width: 1376px;
}
@media screen and (max-width: 1439px) {
  .p-merit .l-container{
    width: calc(1376 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit .l-container{
    width: 99%;
  }
}
.p-merit__image{
  position: absolute;
}
.p-merit__image--1{
  left: 50%;
  transform: translateX(calc(-50% - 506px));
  top: 177px;
}
@media screen and (max-width: 1439px) {
  .p-merit__image--1{
    transform: translateX(calc(-50% - calc(506 / 1440 * 100vw)));
    top: calc(177 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__image--1{
    transform: translateX(calc(-50% - calc(103 / 375 * 100vw)));
    top: calc(55 / 375 * 100vw);
  }
}
.p-merit__image--1 img{
  width: 348px;
  height: 391px;
}
@media screen and (max-width: 1439px) {
  .p-merit__image--1 img{
    width: calc(348 / 1440 * 100vw);
    height: calc(391 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__image--1 img{
    width: calc(137 / 375 * 100vw);
    height: calc(154 / 375 * 100vw);
  }
}
.p-merit__image--2{
  right: 50%;
  transform: translateX(calc(50% + 531px));
  top: 285px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-merit__image--2{
    transform: translateX(calc(50% + calc(531 / 1440 * 100vw)));
    top: calc(285 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__image--2{
    transform: translateX(calc(50% - calc(-97 / 375 * 100vw)));
    top: calc(700 / 375 * 100vw);
  }
}
.p-merit__image--2 img{
  width: 297px;
  height: 350px;
}
@media screen and (max-width: 1439px) {
  .p-merit__image--2 img{
    width: calc(297 / 1440 * 100vw);
    height: calc(350 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__image--2 img{
    width: calc(145 / 375 * 100vw);
    height: calc(171 / 375 * 100vw);
  }
}
.p-merit__image--3{
  right: 50%;
  transform: translateX(calc(50% + 279px));
  top: 588px;
}
@media screen and (max-width: 1439px) {
  .p-merit__image--3{
    transform: translateX(calc(50% + calc(279 / 1440 * 100vw)));
    top: calc(588 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__image--3{
    transform: translateX(calc(50% + calc(-42 / 375 * 100vw)));
    top: calc(804 / 375 * 100vw);
  }
}
.p-merit__image--3 img{
  width: 419px;
  height: 262px;
}
@media screen and (max-width: 1439px) {
  .p-merit__image--3 img{
    width: calc(419 / 1440 * 100vw);
    height: calc(262 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__image--3 img{
    width: calc(172 / 375 * 100vw);
    height: calc(108 / 375 * 100vw);
  }
}
.p-merit__list{
  margin-top: 210px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list{
    margin-top: calc(210 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list{
    margin-top: calc(13 / 375 * 100vw);
  }
}
.p-merit__list li{
  display: flex;
  align-items: center;
  gap: 53px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list li{
    gap: calc(53 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list li{
    gap: calc(10 / 375 * 100vw);
  }
}
.p-merit__list__num{
  font-family: "jost";
  font-size: 60px;
  font-weight: 500;
  margin-top: 6px;
  width: 34px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list__num{
    font-size: calc(60 / 1440 * 100vw);
    margin-top: calc(6 / 1440 * 100vw);
    width: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__num{
    font-size: calc(38 / 375 * 100vw);
    margin-top: calc(4 / 375 * 100vw);
    width: calc(34 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__item--1 .p-merit__list__num{
    margin-top: calc(-2 / 375 * 100vw);
    margin-left: calc(2 / 375 * 100vw);
  }
}
.p-merit__item--3 .p-merit__list__num{
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .p-merit__item--3 .p-merit__list__num{
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__item--3 .p-merit__list__num{
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-merit__list__text{
  font-size: 20px;
  line-height: 44px;
  font-weight: 500;
  border-bottom: 1px solid rgba(18, 46, 86, 0.2);
  padding-top: 23px;
  padding-bottom: 21px;
  letter-spacing: .07em;
  width: 430px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list__text{
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(44 / 1440 * 100vw);
    padding-top: calc(23 / 1440 * 100vw);
    padding-bottom: calc(21 / 1440 * 100vw);
    width: calc(430 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__text{
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
    padding-bottom: calc(12 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__item--2 .p-merit__list__text{
    padding-top: calc(11 / 375 * 100vw);
  }
}
.p-merit__item--3 .p-merit__list__text{
  border-bottom: 0;
  padding-top: 26px;
  line-height: 33px;
}
@media screen and (max-width: 1439px) {
  .p-merit__item--3 .p-merit__list__text{
    padding-top: calc(26 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__item--3 .p-merit__list__text{
    padding-top: calc(18 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.p-merit__item--3 .p-merit__list__text span{
  padding-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-merit__item--3 .p-merit__list__text span{
    padding-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__item--3 .p-merit__list__text span{
    padding-top: calc(5 / 375 * 100vw);
  }
}
.p-merit__list__text span{
  display: block;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-merit__list__text span{
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__text span{
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}

.p-workstyle{
  background-color: var(--color-sub);
  padding: 180px 120px 40px 120px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-workstyle{
    padding: calc(180 / 1440 * 100vw) calc(120 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding: calc(112 / 375 * 100vw) calc(16 / 375 * 100vw) calc(20 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
}
.p-workstyle .l-container{
  background-color: var(--color-white);
  padding: 89px 136px 102px 136px;
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .p-workstyle .l-container{
    padding: calc(89 / 1440 * 100vw) calc(136 / 1440 * 100vw) calc(102 / 1440 * 100vw) calc(136 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle .l-container{
    padding: calc(54 / 375 * 100vw) calc(21 / 375 * 100vw) calc(40 / 375 * 100vw) calc(21 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
}
.p-workstyle__lead{
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .p-workstyle__lead{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle__lead{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
    text-align: left;
  }
}
.p-workstyle__lead span{
  font-weight: 600;
}
.p-workstyle__graph{
  margin-top: 77px;
  margin-bottom: 57px;
  display: flex;
  align-items: flex-start;
  width: 916px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-workstyle__graph{
    margin-top: calc(77 / 1440 * 100vw);
    margin-bottom: calc(57 / 1440 * 100vw);
    width: calc(916 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle__graph{
    margin-top: calc(38 / 375 * 100vw);
    margin-bottom: calc(34 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
    width: 100%;
    flex-direction: column;
    gap: calc(46 / 375 * 100vw);
  }
}
.p-workstyle__graph-color-list{
  display: flex;
  gap: 35px;
  margin-bottom: 60px;
  width: 908px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-workstyle__graph-color-list{
    gap: calc(35 / 1440 * 100vw);
    margin-bottom: calc(60 / 1440 * 100vw);
    width: calc(908 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle__graph-color-list{
    gap: calc(4 / 375 * 100vw);
    margin-bottom: calc(48 / 375 * 100vw);
    width: 100%;
    flex-direction: column;
  }
}
.p-workstyle__graph-color-list li{
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .p-workstyle__graph-color-list li{
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle__graph-color-list li{
    gap: calc(9 / 375 * 100vw);
  }
}
.p-workstyle__graph__image{
  width: 246px;
}
@media screen and (max-width: 1439px) {
  .p-workstyle__graph__image{
    width: calc(246 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle__graph__image{
    width: calc(220 / 375 * 100vw);
  }
}
.p-workstyle__graph__image--1{
  height: 269px;
}
@media screen and (max-width: 1439px) {
  .p-workstyle__graph__image--1{
    height: calc(269 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle__graph__image--1{
    width: calc(217 / 375 * 100vw);
    height: calc(250 / 375 * 100vw);
  }
}
.p-workstyle__graph__image--2{
  height: 282px;
  margin-left: 78px;
}
@media screen and (max-width: 1439px) {
  .p-workstyle__graph__image--2{
    height: calc(282 / 1440 * 100vw);
    margin-left: calc(78 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle__graph__image--2{
    width: calc(217 / 375 * 100vw);
    height: calc(250 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
}
.p-workstyle__graph__image--3{
  height: 269px;
  margin-left: 90px;
}
@media screen and (max-width: 1439px) {
  .p-workstyle__graph__image--3{
    height: calc(269 / 1440 * 100vw);
    margin-left: calc(90 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle__graph__image--3{
    width: calc(217 / 375 * 100vw);
    height: calc(227 / 375 * 100vw);
    margin-top: calc(13 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
}
.p-workstyle__graph-color{
  width: 20px;
  height: 20px;
  display: block;
}
@media screen and (max-width: 1439px) {
  .p-workstyle__graph-color{
    width: calc(20 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle__graph-color{
    width: calc(14 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
  }
}
.p-workstyle__graph-color--1{
  background-color: var(--color-main);
}
.p-workstyle__graph-color--2{
  background-color: #3EA3E2;
}
.p-workstyle__graph-color--3{
  background-color: #9BBDD3;
}
.p-workstyle__graph-color--4{
  background-color: #DDE4E7;
}
.p-workstyle__infoBox{
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-workstyle__infoBox{
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle__infoBox{
    gap: calc(10 / 375 * 100vw);
    flex-direction: column;
  }
}
.p-workstyle__info{
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  background-color: rgba(0, 56, 142, 0.05);
  border-radius: 10px;
  text-align: center;
  padding: 20px 32px 19px 33px;
  flex: 1;
}
@media screen and (max-width: 1439px) {
  .p-workstyle__info{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
    padding: calc(20 / 1440 * 100vw) calc(32 / 1440 * 100vw) calc(19 / 1440 * 100vw) calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle__info{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
    padding: calc(18 / 375 * 100vw) calc(22 / 374 * 100vw) calc(20 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}

.p-company{
  background-color: var(--color-sub);
  padding: 0 120px 40px 120px;
}
@media screen and (max-width: 1439px) {
  .p-company{
    padding: 0 calc(120 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding: 0 calc(16 / 375 * 100vw) calc(40 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
}
.p-company .l-container{
  background-color: var(--color-white);
  padding: 78px 116px 96px 116px;
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .p-company .l-container{
    padding: calc(78 / 1440 * 100vw) calc(116 / 1440 * 100vw) calc(96 / 1440 * 100vw) calc(116 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-company .l-container{
    padding: calc(52 / 375 * 100vw) calc(19 / 375 * 100vw) calc(40 / 375 * 100vw) calc(19 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
}
.p-company__num{
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 1439px) {
  .p-company__num{
    margin-bottom: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__num{
    margin-bottom: calc(30 / 375 * 100vw);
    margin-left: calc(-19 / 375 * 100vw);
  }
}
.p-company__num span{
  font-family: "Jost";
  font-size: 70px;
  line-height: 67px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-company__num span{
    font-size: calc(70 / 1440 * 100vw);
    line-height: calc(67 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__num span{
    font-size: calc(70 / 375 * 100vw);
    line-height: calc(80 / 375 * 100vw);
  }
}
.p-company__num span.p-company__num__unit{
  font-size: 20px;
  font-weight: 700;
  color: var(--color-black);
  display: inline-block;
  transform: translate(5px, -3px);
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1439px) {
  .p-company__num span.p-company__num__unit{
    font-size: calc(20 / 1440 * 100vw);
    transform: translate(calc(5 / 1440 * 100vw), calc(-3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-company__num span.p-company__num__unit{
    font-size: calc(16 / 375 * 100vw);
    transform: translate(calc(7 / 375 * 100vw), calc(-3 / 375 * 100vw));
  }
}
.p-company__tabs{
  width: 967px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 71px;
}
@media screen and (max-width: 1439px) {
  .p-company__tabs{
    width: calc(967 / 1440 * 100vw);
    margin-bottom: calc(71 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__tabs{
    width: 100%;
    margin-bottom: calc(43 / 375 * 100vw);
  }
}
.p-company__tabs::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 1px;
  background-color: #E8EBEF;
}
@media screen and (max-width: 1439px) {
  .p-company__tabs::after{
    bottom: calc(-22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__tabs::after{
    bottom: calc(-22 / 375 * 100vw);
    width: calc(302 / 375 * 100vw);
  }
}
.p-company__tab{
  font-size: 15px;
  line-height: 14px;
  font-weight: 600;
  color: rgba(18, 46, 86, 0.3);
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1439px) {
  .p-company__tab{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__tab{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(14 / 375 * 100vw);
    padding: 0;
  }
}
.p-company__tab--1{
  margin-left: 32px;
}
@media screen and (max-width: 1439px) {
  .p-company__tab--1{
    margin-left: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__tab--1{
    margin-left: 0;
  }
}
.p-company__tab.is-active{
  color: var(--color-black);
}
.p-company__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 104%;
  height: 3px;
  background-color: var(--color-black);
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-company__tab.is-active::after {
    bottom: calc(-22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__tab.is-active::after {
    left: calc(-9 / 375 * 100vw);
    width: 125%;
    bottom: calc(-22 / 375 * 100vw);
  }
  .p-company__tab--3.is-active::after {
    left: calc(-5 / 375 * 100vw);
    width: 110%;
  }
}
.p-company__tab + .p-company__tab{
  margin-left: 45px;
}
@media screen and (max-width: 1439px) {
  .p-company__tab + .p-company__tab{
    margin-left: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__tab + .p-company__tab{
    margin-left: calc(32 / 375 * 100vw);
  }
}
.p-company__panel__image{
  width: 964px;
}
@media screen and (max-width: 1439px) {
  .p-company__panel__image{
    width: calc(964 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__panel__image{
    width: calc(305 / 375 * 100vw);
  }
}
.p-company__panel__image--1{
  height: 310px;
}
@media screen and (max-width: 1439px) {
  .p-company__panel__image--1{
    height: calc(310 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__panel__image--1{
    height: calc(929 / 375 * 100vw);
  }
}
.p-company__panel__image--2{
  height: 155px;
}
@media screen and (max-width: 1439px) {
  .p-company__panel__image--2{
    height: calc(155 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__panel__image--2{
    height: calc(464 / 375 * 100vw);
  }
}
.p-company__panel__image--3{
  height: 77px;
}
@media screen and (max-width: 1439px) {
  .p-company__panel__image--3{
    height: calc(77 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__panel__image--3{
    height: calc(232 / 375 * 100vw);
  }
}

.p-reward{
  background-color: var(--color-sub);
  padding-top: 135px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1439px) {
  .p-reward{
    padding-top: calc(135 / 1440 * 100vw);
    padding-bottom: calc(180 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reward{
    padding-top: calc(13 / 375 * 100vw);
    padding-bottom: calc(110 / 375 * 100vw);
  }
}
.p-reward .l-container{
  width: 1400px;
  padding-left: 92px;
  padding-right: 92px;
}
@media screen and (max-width: 1439px) {
  .p-reward .l-container{
    width: calc(1400 / 1440 * 100vw);
    padding-left: calc(92 / 1440 * 100vw);
    padding-right: calc(92 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reward .l-container{
    width: 100%;
    padding-left: calc(17 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}
.p-reward__cards{
  margin-top: 94px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1439px) {
  .p-reward__cards{
    margin-top: calc(94 / 1440 * 100vw);
    gap: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reward__cards{
    margin-top: calc(38 / 375 * 100vw);
    gap: calc(20 / 375 * 100vw);
    flex-direction: column;
  }
}
.p-reward__card{
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 51px 41px 40px 39px;
}
@media screen and (max-width: 1439px) {
  .p-reward__card{
    border-radius: calc(10 / 1440 * 100vw);
    padding: calc(51 / 1440 * 100vw) calc(41 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reward__card{
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(58 / 375 * 100vw) calc(23 / 375 * 100vw) calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-reward__card__title{
  font-size: 20px;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: .13em;
  line-height: 27px;
}
@media screen and (max-width: 1439px) {
  .p-reward__card__title{
    font-size: calc(20 / 1440 * 100vw);
    margin-bottom: calc(24 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reward__card__title{
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(28 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-reward__card--1 .p-reward__card__title,
.p-reward__card--3 .p-reward__card__title{
  margin-top: 11px;
  margin-bottom: 38px;
}
@media screen and (max-width: 1439px) {
  .p-reward__card--1 .p-reward__card__title,
  .p-reward__card--3 .p-reward__card__title{
    margin-top: calc(11 / 1440 * 100vw);
    margin-bottom: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reward__card--1 .p-reward__card__title,
  .p-reward__card--3 .p-reward__card__title{
    margin-top: 0;
    margin-bottom: calc(24 / 375 * 100vw);
  }
}

.p-reward__card__title span{
  font-size: 16px;
  line-height: 24px;
  color: var(--color-main);
  display: block;
}
@media screen and (max-width: 1439px) {
  .p-reward__card__title span{
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reward__card__title span{
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-reward__card__text{
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 34px;
  letter-spacing: .07em;
}
@media screen and (max-width: 1439px) {
  .p-reward__card__text{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-bottom: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reward__card__text{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(23 / 375 * 100vw);
  }
}
.p-reward__card--3 .p-reward__card__text{
  margin-bottom: 64px;
}
@media screen and (max-width: 1439px) {
  .p-reward__card--3 .p-reward__card__text{
    margin-bottom: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reward__card--3 .p-reward__card__text{
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-reward__card__text span{
  font-weight: 600;
  letter-spacing: .06em;
}
.p-reward__card__image{
  width: 292px;
  height: 159px;
}
@media screen and (max-width: 1439px) {
  .p-reward__card__image{
    width: calc(292 / 1440 * 100vw);
    height: calc(159 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reward__card__image{
    width: calc(303 / 375 * 100vw);
    height: calc(164 / 375 * 100vw);
  }
}

.p-environment{
  position: relative;
  padding-top: 175px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1439px) {
  .p-environment{
    padding-top: calc(175 / 1440 * 100vw);
    padding-bottom: calc(180 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-environment{
    padding-top: calc(110 / 375 * 100vw);
    padding-bottom: calc(104 / 375 * 100vw);
  }
}
.p-environment .l-container{
  width: 1264px;
}
@media screen and (max-width: 1439px) {
  .p-environment .l-container{
    width: calc(1264 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-environment .l-container{
    width: 100%;
  }
}
.p-environment__list{
  margin-top: 124px;
}
@media screen and (max-width: 1439px) {
  .p-environment__list{
    margin-top: calc(124 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-environment__list{
    margin-top: calc(36 / 375 * 100vw);
  }
}
.p-environment__item{
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1439px) {
  .p-environment__item{
    gap: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-environment__item{
    gap: calc(2 / 375 * 100vw);
    flex-direction: column-reverse;
  }
}
.p-environment__item--2{
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-environment__item--2{
    gap: calc(27 / 375 * 100vw);
  }
}
.p-environment__item + .p-environment__item{
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  .p-environment__item + .p-environment__item{
    margin-top: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-environment__item + .p-environment__item{
    margin-top: calc(45 / 375 * 100vw);
    flex-direction: column-reverse;
  }
}
.p-environment__image{
  width: 480px;
  height: 300px;
}
@media screen and (max-width: 1439px) {
  .p-environment__image{
    width: calc(480 / 1440 * 100vw);
    height: calc(300 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-environment__image{
    width: calc(343 / 375 * 100vw);
    height: calc(214 / 375 * 100vw);
  }
}
.p-environment__text__titleBox{
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 29px;
}
@media screen and (max-width: 1439px) {
  .p-environment__text__titleBox{
    gap: calc(28 / 1440 * 100vw);
    margin-bottom: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-environment__text__titleBox{
    gap: calc(24 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.p-environment__item--1 .p-environment__text__titleBox,
.p-environment__item--3 .p-environment__text__titleBox{
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-environment__item--1 .p-environment__text__titleBox,
  .p-environment__item--3 .p-environment__text__titleBox{
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-environment__item--1 .p-environment__text__titleBox,
  .p-environment__item--3 .p-environment__text__titleBox{
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-environment__text__num{
  font-family: "Jost";
  font-size: 60px;
  font-weight: 500;
  color: var(--color-accent);
  width: 40px;
  margin-top: 7px;
}
@media screen and (max-width: 1439px) {
  .p-environment__text__num{
    font-size: calc(60 / 1440 * 100vw);
    width: calc(40 / 1440 * 100vw);
    margin-top: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-environment__text__num{
    font-size: calc(42 / 375 * 100vw);
    width: calc(22 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
    margin-left: calc(6 / 375 * 100vw);
  }
  .p-environment__item--2 .p-environment__text__num{
    margin-top: 0;
  }
}
.p-environment__text__title{
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: var(--color-main);
  letter-spacing: .15em;
}
@media screen and (max-width: 1439px) {
  .p-environment__text__title{
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-environment__text__title{
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
    letter-spacing: 0.13em;
  }
}
.p-environment__description{
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-environment__description{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-environment__description{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-environment__description span{
  font-weight: 600;
}

.p-case{
  background-color: var(--color-sub);
  padding-top: 172px;
  padding-bottom: 178px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-case{
    padding-top: calc(172 / 1440 * 100vw);
    padding-bottom: calc(178 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case{
    padding-top: calc(109 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
.p-case__inner{
  position: relative;
}
.p-case__lead{
  font-size: 15px;
  line-height: 30px;
  margin-top: 39px;
  margin-bottom: 96px;
}
@media screen and (max-width: 1439px) {
  .p-case__lead{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-top: calc(39 / 1440 * 100vw);
    margin-bottom: calc(96 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__lead{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
    margin-bottom: calc(36 / 375 * 100vw);
  }
}
.p-case span{
  font-weight: 600;
}
.p-case__swiper {
  margin: 0 auto;
  width: 998px;
}
@media screen and (max-width: 1199px) {
  .p-case__swiper {
    width: calc(998 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__swiper {
    width: calc(343 / 375 * 100vw);
  }
}
.p-case__swiper__wrapper {
  overflow: hidden;
}

.c-case {
  margin: 0 auto;
  width: 998px;
  position: relative;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 49px 49px 31px 49px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .c-case {
    width: calc(998 / 1200 * 100vw);
    border-radius: calc(10 / 1200 * 100vw);
    padding: calc(49 / 1200 * 100vw) calc(49 / 1200 * 100vw) calc(31 / 1200 * 100vw) calc(49 / 1200 * 100vw);
    gap: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case {
    width: calc(343 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(39 / 375 * 100vw) calc(21 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
    gap: calc(30 / 375 * 100vw);
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .c-case__icon{
    margin: 0 auto;
  }
}
.c-case__icon img{
  width: 254px;
  height: 293px;
}
@media screen and (max-width: 1199px) {
  .c-case__icon img{
    width: calc(254 / 1200 * 100vw);
    height: calc(293 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__icon img{
    width: calc(160 / 375 * 100vw);
    height: calc(185 / 375 * 100vw);
  }
}

.c-case__infoBox{
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1199px) {
  .c-case__infoBox{
    gap: calc(9 / 1200 * 100vw);
    margin-bottom: calc(34 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__infoBox{
    gap: calc(9 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.c-case__info{
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .c-case__info{
    gap: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__info{
    gap: calc(8 / 375 * 100vw);
    align-items: flex-start;

  }
}
.c-case__info__label{
  font-size: 12px;
  line-height: 24px;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 50px;
  display: inline-block;
  width: 58px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
}
@media screen and (max-width: 1199px) {
  .c-case__info__label{
    font-size: calc(12 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
    border-radius: calc(50 / 1200 * 100vw);
    width: calc(58 / 1200 * 100vw);
    height: calc(23 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__info__label{
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    border-radius: calc(50 / 375 * 100vw);
    width: calc(52 / 375 * 100vw);
    height: calc(23 / 375 * 100vw);
    flex-shrink: 0;
  }
}
.c-case__info__text{
  line-height: 22px;
}
@media screen and (max-width: 1199px) {
  .c-case__info__text{
    line-height: calc(22 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__info__text{
    line-height: calc(22 / 375 * 100vw);
  }
}
.c-case__text{
  line-height: 28px;
  padding-bottom: 14px;
  font-size: 15px;
  letter-spacing: .02em;
}
@media screen and (max-width: 1199px) {
  .c-case__text{
    line-height: calc(28 / 1200 * 100vw);
    padding-bottom: calc(14 / 1200 * 100vw);
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-case__text{
    line-height: calc(28 / 375 * 100vw);
    padding-bottom: calc(16 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: .02em;
  }
}



.p-data{
  background-color: var(--color-black);
  padding-top: 174px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1439px) {
  .p-data{
    padding-top: calc(174 / 1440 * 100vw);
    padding-bottom: calc(180 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-data{
    padding-top: calc(58 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
  }
}
.p-data__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 93px;
}
@media screen and (max-width: 1439px) {
  .p-data__cards {
    gap: calc(40 / 1440 * 100vw);
    margin-top: calc(93 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-data__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(15 / 375 * 100vw);
    margin-top: calc(36 / 375 * 100vw);
  }
}
.p-data__card {
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 42px 30px 24px 30px;
  display: flex;
  flex-direction: column;
  height: 306px;
}
@media screen and (max-width: 1439px) {
  .p-data__card {
    border-radius: calc(10 / 1440 * 100vw);
    padding: calc(42 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(24 / 1440 * 100vw) calc(30 / 1440 * 100vw);
    height: calc(306 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-data__card {
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(15 / 375 * 100vw);
    height: calc(240 / 375 * 100vw);
  }
  .p-data__card--3,
  .p-data__card--4,
  .p-data__card--5,
  .p-data__card--6{
    height: calc(200 / 375 * 100vw);
  }
}

.p-data__card--1 img{
  width: 152px;
  height: 152px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-data__card--1 img{
    width: calc(152 / 1440 * 100vw);
    height: calc(152 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-data__card--1 img{
    width: calc(128 / 375 * 100vw);
    height: calc(128 / 375 * 100vw);
  }
}
.p-data__card--2 img{
  width: 204px;
  height: 177px;
  transform: translateX(-5px);
  display: block;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-data__card--2 img{
    width: calc(204 / 1440 * 100vw);
    height: calc(177 / 1440 * 100vw);
    transform: translateX(calc(-24 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-data__card--2 img{
    width: calc(130 / 375 * 100vw);
    height: calc(161 / 375 * 100vw);
    transform: translateX(calc(2 / 375 * 100vw));
  }
}

.p-data__card__title{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 37px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-data__card__title{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-bottom: calc(37 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-data__card__title{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-bottom: calc(18 / 375 * 100vw);
  }
}
.p-data__card--3 .p-data__card__title,
.p-data__card--4 .p-data__card__title,
.p-data__card--5 .p-data__card__title,
.p-data__card--6 .p-data__card__title{
  margin-bottom: 68px;
}
@media screen and (max-width: 1439px) {
  .p-data__card--3 .p-data__card__title,
  .p-data__card--4 .p-data__card__title,
  .p-data__card--5 .p-data__card__title,
  .p-data__card--6 .p-data__card__title{
    margin-bottom: calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-data__card--2{
    line-height: calc(20 / 375 * 100vw);
  }
  .p-data__card--3 .p-data__card__title,
  .p-data__card--5 .p-data__card__title{
    margin-top: calc(10 / 375 * 100vw);
    margin-bottom: calc(23 / 375 * 100vw);
  }
  .p-data__card--4 .p-data__card__title,
  .p-data__card--6 .p-data__card__title{
    line-height: calc(20 / 375 * 100vw);
    margin-top: calc(1 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-data__card__num{
  font-family: "Jost";
  color: var(--color-accent);
  font-size: 90px;
  line-height: 64px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-data__card__num{
    font-size: calc(90 / 1440 * 100vw);
    line-height: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-data__card__num{
    font-size: calc(70 / 375 * 100vw);
    line-height: calc(64 / 375 * 100vw);
  }
}
.p-data__card--5 .p-data__card__num{
  transform: translateX(-9px);
}
@media screen and (max-width: 1439px) {
  .p-data__card--5 .p-data__card__num{
    transform: translateX(calc(-9 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-data__card--5 .p-data__card__num{
    transform: translateX(calc(-9 / 375 * 100vw));
  }
}
.p-data__card__numBox{
  display: flex;
  align-items: baseline;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-data__card--5 .p-data__card__numBox{
    margin-left: calc(8 / 375 * 100vw);
  }
}
.p-data__card--6 .p-data__card__numBox{
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .p-data__card--6 .p-data__card__numBox{
    margin-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-data__card--6 .p-data__card__numBox{
    margin-left: calc(2 / 375 * 100vw);
  }
}
.p-data__card__unit{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  transform: translate(3px, -2px);
}
@media screen and (max-width: 1439px) {
  .p-data__card__unit{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    transform: translate(calc(3 / 1440 * 100vw), calc(-2 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-data__card__unit{
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    transform: translate(calc(3 / 375 * 100vw), calc(-2 / 375 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-data__card--6 .p-data__card__unit{
    transform: translate(0, calc(-2 / 375 * 100vw));
  }
}

.p-data__card__unit--before{
  transform: translate(-2px, -2px);
}
@media screen and (max-width: 1439px) {
  .p-data__card__unit--before{
    transform: translate(calc(-2 / 1440 * 100vw), calc(-2 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-data__card__unit--before{
    transform: translate(calc(-2 / 375 * 100vw), calc(-2 / 375 * 100vw));
  }
}
.p-data__card__unit--after{
  transform: translate(-7px, -2px);
}
@media screen and (max-width: 1439px) {
  .p-data__card__unit--after{
    transform: translate(calc(-7 / 1440 * 100vw), calc(-2 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-data__card__unit--after{
    transform: translate(calc(-7 / 375 * 100vw), calc(-2 / 375 * 100vw));
  }
}
.p-data__card__note{
  font-size: 10px;
  line-height: 23px;
  color: rgba(21, 21, 21, 0.5);
  margin-top: auto;
}
@media screen and (max-width: 1439px) {
  .p-data__card__note{
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-data__card__note{
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(15 / 375 * 100vw);
    text-align: right;
  }
}

.p-recruit{
  padding-top: 175px;
  padding-bottom: 174px;
}
@media screen and (max-width: 1439px) {
  .p-recruit{
    padding-top: calc(173 / 1440 * 100vw);
    padding-bottom: calc(174 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit{
    padding-top: calc(59 / 375 * 100vw);
    padding-bottom: calc(104 / 375 * 100vw);
  }
}
.p-recruit__list{
  margin-top: 89px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__list{
    margin-top: calc(89 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__list{
    margin-top: calc(31 / 375 * 100vw);
  }
}
.p-recruit__list li + li{
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__list li + li{
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__list li + li{
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-recruit__label{
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
  color: var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-recruit__label{
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__label{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
.p-recruit__text{
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__text{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__text{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}

.p-flow{
  background-color: var(--color-sub);
  padding-top: 174px;
  padding-bottom: 175px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-flow{
    padding-top: calc(174 / 1440 * 100vw);
    padding-bottom: calc(175 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow{
    padding-top: calc(109 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
.p-flow .l-container{
  width: 1332px;
}
@media screen and (max-width: 1439px) {
  .p-flow .l-container{
    width: calc(1332 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow .l-container{
    width: 100%;
    overflow: hidden;
  }
}
.p-flow__image{
  position: absolute;
  right: 50%;
  transform: translateX(calc(50% + 560px));
  top: -179px;
}
@media screen and (max-width: 1439px) {
  .p-flow__image{
    transform: translateX(calc(50% + calc(560 / 1440 * 100vw)));
    top: calc(-179 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__image{
    display: none;
  }
}
.p-flow__image img{
  width: 240px;
  height: 283px;
}
@media screen and (max-width: 1439px) {
  .p-flow__image img{
    width: calc(240 / 1440 * 100vw);
    height: calc(283 / 1440 * 100vw);
  }
}
.p-flow__inner{
  position: relative;
}
.p-flow__list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 92px;
}
@media screen and (max-width: 1439px) {
  .p-flow__list{
    margin-top: calc(92 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list{
    display: none;
  }
}
.p-flow__list li{
  display: flex;
}
.p-flow__swiper__wrapper{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-flow__swiper__wrapper{
    display: block;
    margin-top: calc(37 / 375 * 100vw);
  }
}
.c-flow{
  width: 253px;
  background-color: var(--color-white);
  border-radius: 10px;
  height: 100%;
  padding: 56px 20px 44px 20px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-flow{
    width: calc(253 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
    padding: calc(56 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(44 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-flow{
    width: calc(253 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(55 / 375 * 100vw) calc(20 / 375 * 100vw) calc(45 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-flow::before {
  background-image: url(../images/flow_line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 49%;
  left: -40px;
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 10px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .c-flow::before {
    width: calc(45 / 1440 * 100vw);
    height: calc(10 / 1440 * 100vw);
    left: calc(-40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-flow::before {
    width: calc(45 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    left: calc(-39 / 375 * 100vw);
    top: 48.5%;
  }
}
.p-flow__list li:first-child .c-flow::before,
.p-flow__swiper .swiper-slide:first-child .c-flow::before  {
  content: none;
}
.c-flow__list__num{
  font-family: "Jost";
  color: var(--color-accent);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0;
  margin-left: -14px;
}
@media screen and (max-width: 1439px) {
  .c-flow__list__num{
    font-size: calc(20 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
    margin-left: calc(-14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-flow__list__num{
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
    margin-left: calc(-16 / 375 * 100vw);
  }
}
.c-flow__list__title{
   font-size: 18px;
   font-weight: 700;
   line-height: 30px;
   text-align: center;
   margin-bottom: 16px;
   margin-left: -14px;
}
@media screen and (max-width: 1439px) {
  .c-flow__list__title{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-bottom: calc(16 / 1440 * 100vw);
    margin-left: calc(-14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-flow__list__title{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(14 / 375 * 100vw);
    margin-left: calc(-16 / 375 * 100vw);
  }
}
.c-flow__list__text{
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .c-flow__list__text{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-flow__list__text{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-flow__note{
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 58px;
}
@media screen and (max-width: 1439px) {
  .p-flow__note{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-top: calc(58 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__note{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(37 / 375 * 100vw);
  }
}

.p-faq{
  background-color: rgba(18, 46, 86, 0.05);
  padding-top: 174px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1439px) {
  .p-faq{
    padding-top: calc(174 / 1440 * 100vw);
    padding-bottom: calc(180 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq{
    padding-top: calc(54 / 375 * 100vw);
    padding-bottom: calc(110 / 375 * 100vw);
  }
}
.p-faq .l-container{
  width: 1264px;
}
@media screen and (max-width: 1439px) {
  .p-faq .l-container{
    width: calc(1264 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq .l-container{
    width: 100%;
  }
}
.p-faq__inner {
  padding-bottom: 70px;
  padding-top: 77px;
}
@media screen and (max-width: 1439px) {
  .p-faq__inner {
    padding-bottom: calc(70 / 1440 * 100vw);
    padding-top: calc(77 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-faq__title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-faq__title {
    font-size: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: calc(25 / 375 * 100vw);
  }
}
.p-faq__list {
  margin-top: 92px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-faq__list {
    margin-top: calc(92 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: calc(37 / 375 * 100vw);
  }
}
.p-faq__list li + li {
  margin-top: 21px;
}
@media screen and (max-width: 1439px) {
  .p-faq__list li + li {
    margin-top: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list li + li {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.p-faq__list__faqBox {
  background-color: var(--color-white);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-faq__list__faqBox {
    border-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list__faqBox {
    border-radius: calc(10 / 375 * 100vw);
  }
}
.p-faq__list__faqBox__qBox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  user-select: none;
}
.p-faq__list__faqBox__qBox::after {
  background-image: url(../images/icon_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  top: 0;
  content: "";
  display: block;
  height: 18px;
  margin: auto 0;
  position: absolute;
  right: 30px;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .p-faq__list__faqBox__qBox::after {
    height: calc(18 / 1440 * 100vw);
    right: calc(30 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list__faqBox__qBox::after {
    height: calc(18 / 375 * 100vw);
    right: calc(21 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.p-faq__list__faqBox__qBox__inner {
  align-items: center;
  display: flex;
  padding: 24px 60px 25px 30px;
  background-color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .p-faq__list__faqBox__qBox__inner {
    padding: calc(24 / 1440 * 100vw) calc(60 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list__faqBox__qBox__inner {
    padding: calc(0 / 375 * 100vw) calc(49 / 375 * 100vw) calc(0 / 375 * 100vw) calc(18 / 375 * 100vw);
    height: calc(90 / 375 * 100vw);
  }
}

.p-faq__list__faqBox__qBox__icon{
  font-family: "Jost";
  font-size: 30px;
  font-weight: 600;
  color: var(--color-accent);
}
@media screen and (max-width: 1439px) {
  .p-faq__list__faqBox__qBox__icon{
    font-size: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list__faqBox__qBox__icon{
    font-size: calc(26 / 375 * 100vw);
  }
}
.p-faq__list__faqBox__qBox__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding-left: 29px;
  letter-spacing: .1em;
}
@media screen and (max-width: 1439px) {
  .p-faq__list__faqBox__qBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    padding-left: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list__faqBox__qBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-left: calc(16 / 375 * 100vw);
  }
}
.p-faq__list__faqBox__aBox {
  display: none;
}
.p-faq__list__faqBox__aBox__inner {
  padding: 8px 58px 45px 84px;
  background-color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .p-faq__list__faqBox__aBox__inner {
    padding: calc(8 / 1440 * 100vw) calc(58 / 1440 * 100vw) calc(45 / 1440 * 100vw) calc(84 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list__faqBox__aBox__inner {
    padding: calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) calc(37 / 375 * 100vw) calc(18 / 375 * 100vw);
    margin-top: calc(-6 / 375 * 100vw);
  }
}
.p-faq__list__faqBox__aBox__icon {
  display: none;
}
.p-faq__list__faqBox__aBox__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-faq__list__faqBox__aBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list__faqBox__aBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-faq__list__faqBox__qBox.is-open::after {
  background-image: url(../images/icon_minus.svg);
}

.p-guidance{
  position: relative;
  padding-top: 176px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1439px) {
  .p-guidance{
    padding-top: calc(176 / 1440 * 100vw);
    padding-bottom: calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-guidance{
    padding-top: calc(109 / 375 * 100vw);
    padding-bottom: calc(46 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-guidance .l-container{
    padding-left: calc(9 / 375 * 100vw);
    padding-right: calc(11 / 375 * 100vw);
  }
}

.p-guidance__lead{
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  margin-top: 38px;
  letter-spacing: .08em;
}
@media screen and (max-width: 1439px) {
  .p-guidance__lead{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-top: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-guidance__lead{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    padding-left: calc(6 / 375 * 100vw);
    padding-right: calc(5 / 375 * 100vw);
    text-align: left;
  }
}

.p-footer{
  background-color: var(--color-black);
  color: var(--color-white);
}
.p-footer a{
  color: var(--color-white);
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  .p-footer a{
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer a{
    font-size: calc(13 / 375 * 100vw);
  }
}
.p-footer__inner{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 21px;
}
@media screen and (max-width: 1439px) {
  .p-footer__inner{
    padding-top: calc(40 / 1440 * 100vw);
    padding-bottom: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner{
    padding-top: calc(41 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.p-footer__logo img{
  width: 114px;
  height: 46px;
}
@media screen and (max-width: 1439px) {
  .p-footer__logo img{
    width: calc(114 / 1440 * 100vw);
    height: calc(46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo img{
    width: calc(114 / 375 * 100vw);
    height: calc(46 / 375 * 100vw);
  }
}
.p-footer__nav{
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 38px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav{
    gap: calc(28 / 1440 * 100vw);
    margin-top: calc(38 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav{
    gap: calc(26 / 375 * 100vw);
    margin-top: calc(39 / 375 * 100vw);
    margin-bottom: calc(29 / 375 * 100vw);
  }
}
.p-footer__copyright{
  letter-spacing: 0;
}


.p-thanks {
  min-height: calc(100dvh - 133px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks {
    min-height: calc(100dvh - 133 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks {
    min-height: 0;
  }
}
.p-thanks__inner {
  padding-top: 89px;
  padding-bottom: 182px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__inner {
    padding-top: calc(89 / 1440 * 100vw);
    padding-bottom: calc(182 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding-top: calc(62 / 375 * 100vw);
    padding-bottom: calc(82 / 375 * 100vw);
  }
}
.p-thanks__titleBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox {
    margin-bottom: calc(45 / 375 * 100vw);
  }
}
.p-thanks__titleBox__title {
  font-family: "Jost";
  font-size: 50px;
  line-height: 111px;
  font-weight: 500;
  margin: 0 auto 7px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox__title {
    font-size: calc(50 / 1440 * 100vw);
    line-height: calc(111 / 1440 * 100vw);
    margin: 0 auto calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox__title {
    font-size: calc(40 / 375 * 100vw);
    line-height: calc(58 / 375 * 100vw);
    margin: 0 auto calc(7 / 375 * 100vw);
  }
}
.p-thanks__titleBox__text {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .18em;
}
@media screen and (max-width: 1439px) {
  .p-thanks__titleBox__text {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__titleBox__text {
    font-size: calc(18 / 375 * 100vw);
  }
}
.p-thanks__text p {
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  letter-spacing: .08em;
}
@media screen and (max-width: 1439px) {
  .p-thanks__text p {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    text-align: left;
  }
}
.p-thanks__text p + p {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__text p + p {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text p + p {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-thanks__contact {
  background-color: var(--color-sub);
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 76px;
  padding: 43px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__contact {
    margin-top: calc(76 / 1440 * 100vw);
    width: calc(620 / 1440 * 100vw);
    padding: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__contact {
    margin-top: calc(31 / 375 * 100vw);
    width: 100%;
    padding: calc(34 / 375 * 100vw);
  }
}
.p-thanks__contact__block__title {
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__contact__block__title {
    font-size: calc(15 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__contact__block__title {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-thanks__contact__block__text {
  text-align: center;
}
.p-thanks__contact__block__text a {
  font-family: "Jost";
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-thanks__contact__block__text a {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__contact__block__text a {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-thanks__contact__block + .p-thanks__contact__block {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__contact__block + .p-thanks__contact__block {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__contact__block + .p-thanks__contact__block {
    margin-top: calc(21 / 375 * 100vw);
  }
}
.p-thanks__cta {
  margin-top: 76px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__cta {
    margin-top: calc(76 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__cta {
    margin-top: calc(56 / 375 * 100vw);
  }
}
.p-thanks__cta__text {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__cta__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__cta__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    text-align: left;
  }
}
.p-thanks__cta__button {
  margin-top: 35px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__cta__button {
    margin-top: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__cta__button {
    margin-top: calc(35 / 375 * 100vw);
  }
}
.p-thanks__cta__button a {
  width: 248px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--color-black);
  font-size: 15px;
  font-weight: bold;
  color: var(--color-white);
  margin: 0 auto;
  position: relative;
  justify-content: flex-start;
  padding-left: 51px;
  letter-spacing: .14em;
}
@media screen and (max-width: 1439px) {
  .p-thanks__cta__button a {
    width: calc(248 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    border-radius: calc(100 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    padding-left: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__cta__button a {
    width: calc(208 / 375 * 100vw);
    height: calc(53 / 375 * 100vw);
    border-radius: calc(100 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
    padding-left: calc(35 / 375 * 100vw);
  }
}
.p-thanks__cta__button a::after{
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;

  background-color: var(--color-white);

  mask-image: url(../images/icon_arrow_button.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 51px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__cta__button a::after{
    width: calc(7 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
    right: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__cta__button a::after{
    width: calc(7 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
    right: calc(34 / 375 * 100vw);
    top: -1px;
  }
}
.p-thanks__link{
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
  margin-top: 104px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__link{
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(104 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__link{
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(64 / 375 * 100vw);
  }
}