@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #333333;
  --color-main: #e60012;
  --color-bg: #e60012;
  --color-bg2: #f4f2ef;
  --color-bg3: #333333;
}

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

body {
  line-height: 1;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

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

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
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],
input[type=password],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
  outline-width: 0;
}
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,
input[type=password]::-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,
input[type=password]: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;
}

select:invalid {
  color: var(--color-black) !important;
}

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

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

/* Swiper初期化前のちらつき防止 */
.swiper-container:not(.is-ready) .swiper-wrapper {
  visibility: hidden;
}

.swiper-container {
  overflow: visible;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .swiper-container {
    padding-bottom: calc(0 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(0 / 375 * 100vw);
  }
}

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  display: flex;
  height: 100%;
  margin-top: 0;
  top: 0;
  width: auto;
  z-index: 2;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(40 / 1440 * 100vw);
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(32 / 375 * 100vw);
    width: calc(32 / 375 * 100vw);
  }
}

.swiper-button-prev {
  left: 0px !important;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev {
    left: calc(0 / 375 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(8 / 375 * 100vw) !important;
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper_icon_prev.svg);
}

.swiper-button-next {
  right: 0 !important;
}
@media screen and (max-width: 1439px) {
  .swiper-button-next {
    right: calc(0 / 375 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(8 / 375 * 100vw) !important;
  }
}
.swiper-button-next:after {
  background-image: url(../images/swiper_icon_next.svg);
}

.swiper-pagination {
  bottom: 0 !important;
  z-index: 1;
}

.swiper-pagination-bullets {
  bottom: 0 !important;
  display: flex;
  font-size: 0 !important;
  justify-content: center;
  left: 0 !important;
  right: 0 !important;
}

.swiper-pagination-bullet {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  border-radius: 50%;
  height: 14px;
  margin: 0 5px !important;
  opacity: 1;
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: calc(14 / 1440 * 100vw);
    margin: 0 calc(5 / 1440 * 100vw) !important;
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    background-color: #F6F4EB;
    border: 1px solid #F6F4EB;
    height: calc(14 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw) !important;
    width: calc(14 / 375 * 100vw);
  }
}
.swiper-pagination-bullet-active {
  background: #404764;
  border: 1px solid #404764;
}

@-webkit-keyframes marquee-ltr {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes marquee-ltr {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lity-hide {
  display: none !important;
}

.lity-wrap {
  font-size: 0 !important;
}

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

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v55-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-v55-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-v55-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-v13-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-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: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow-v13-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600italic - 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: "Barlow";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/barlow-v13-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-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: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow-v13-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.l-container {
  margin: 0 auto;
  padding-left: 154px;
  padding-right: 154px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(154 / 1440 * 100vw);
    padding-right: calc(154 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.c-voice {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.c-voice__thumbnail {
  flex-shrink: 0;
  height: 200px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-voice__thumbnail {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__thumbnail {
    height: calc(200 / 375 * 100vw);
  }
}
.c-voice__thumbnail img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
.c-voice__textBox {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
  /* 赤い見出し 18px / lh 28px */
  /* 本文 15px / lh 30px */
}
@media screen and (max-width: 1439px) {
  .c-voice__textBox {
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__textBox {
    padding: calc(20 / 375 * 100vw);
  }
}
.c-voice__textBox__meta {
  color: var(--color-black);
  font-size: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .c-voice__textBox__meta {
    font-size: calc(12 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__textBox__meta {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.c-voice__textBox__title {
  color: var(--color-main);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .c-voice__textBox__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.c-voice__textBox__text {
  color: var(--color-black);
  flex: 1;
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .c-voice__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voice__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}

.c-specialist {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.c-specialist__thumbnail {
  flex-shrink: 0;
  height: 200px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-specialist__thumbnail {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist__thumbnail {
    height: calc(200 / 375 * 100vw);
  }
}
.c-specialist__thumbnail img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
.c-specialist__textBox {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 30px;
  /* 赤い見出し 18px / lh 28px */
  /* 本文 15px / lh 30px */
  /* 得意領域 */
}
@media screen and (max-width: 1439px) {
  .c-specialist__textBox {
    padding: calc(20 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist__textBox {
    padding: calc(20 / 375 * 100vw);
  }
}
.c-specialist__textBox__name {
  color: var(--color-black);
  display: none;
  font-size: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .c-specialist__textBox__name {
    font-size: calc(12 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist__textBox__name {
    font-size: calc(11 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }
}
.c-specialist__textBox__title {
  color: var(--color-main);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .c-specialist__textBox__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.c-specialist__textBox__text {
  color: var(--color-black);
  flex: 1;
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .c-specialist__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.c-specialist__textBox__meta {
  margin-top: 20px;
  /* ラベル 68×22 / 12px / 白文字黒背景 */
  /* ラベル下 14px / lh 30px */
}
@media screen and (max-width: 1439px) {
  .c-specialist__textBox__meta {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist__textBox__meta {
    margin-top: calc(14 / 375 * 100vw);
  }
}
.c-specialist__textBox__meta dt {
  align-items: center;
  background-color: var(--color-black);
  color: var(--color-white);
  display: inline-flex;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  white-space: nowrap;
  width: 68px;
}
@media screen and (max-width: 1439px) {
  .c-specialist__textBox__meta dt {
    font-size: calc(12 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
    width: calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist__textBox__meta dt {
    font-size: calc(10 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
    width: calc(56 / 375 * 100vw);
  }
}
.c-specialist__textBox__meta dd {
  color: var(--color-black);
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 1439px) {
  .c-specialist__textBox__meta dd {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-specialist__textBox__meta dd {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.c-caseStudy {
  background-color: var(--color-white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 459px;
  padding: 30px 25px;
  width: 100%;
  /* 上部：職種・会社種別・地域（中央寄せ＋下罫線） */
  /* 想定年収エリア */
  /* 箇条書き：▪（黒の小さい四角） */
}
@media screen and (max-width: 1439px) {
  .c-caseStudy {
    height: calc(459 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw) calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy {
    height: auto;
    padding: calc(24 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-caseStudy__head {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  text-align: center;
  /* 機械設計 22px bold */
  /* 自動車部品メーカー 15px */
  /* 静岡県袋井市 12px medium（ピンアイコン付き） */
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__head {
    padding-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__head {
    padding-bottom: calc(16 / 375 * 100vw);
  }
}
.c-caseStudy__head__label {
  color: var(--color-black);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__head__label {
    font-size: calc(22 / 1440 * 100vw);
    margin-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__head__label {
    font-size: calc(17 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
.c-caseStudy__head__category {
  color: var(--color-black);
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__head__category {
    font-size: calc(15 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__head__category {
    font-size: calc(13 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }
}
.c-caseStudy__head__area {
  align-items: center;
  color: var(--color-black);
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  gap: 4px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__head__area {
    font-size: calc(12 / 1440 * 100vw);
    gap: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__head__area {
    font-size: calc(11 / 375 * 100vw);
    gap: calc(4 / 375 * 100vw);
  }
}
.c-caseStudy__head__area__icon {
  display: block;
  height: 14px;
  width: auto;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__head__area__icon {
    height: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__head__area__icon {
    height: calc(12 / 375 * 100vw);
  }
}
.c-caseStudy__salary {
  padding-bottom: 16px;
  padding-top: 20px;
  text-align: center;
  /* 「想定年収」ラベル 68×22 / 12px */
  /* 数字 Barlow 34px bold */
  /* 万円 14px bold */
  /* 〜 */
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__salary {
    padding-bottom: calc(16 / 1440 * 100vw);
    padding-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__salary {
    padding-bottom: calc(12 / 375 * 100vw);
    padding-top: calc(16 / 375 * 100vw);
  }
}
.c-caseStudy__salary__label {
  align-items: center;
  background-color: var(--color-black);
  color: var(--color-white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  margin-bottom: 12px;
  white-space: nowrap;
  width: 68px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__salary__label {
    font-size: calc(12 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
    margin-bottom: calc(12 / 1440 * 100vw);
    width: calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__salary__label {
    font-size: calc(10 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
    width: calc(56 / 375 * 100vw);
  }
}
.c-caseStudy__salary__amount {
  align-items: baseline;
  color: var(--color-main);
  display: flex;
  gap: 4px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__salary__amount {
    gap: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__salary__amount {
    gap: calc(4 / 375 * 100vw);
  }
}
.c-caseStudy__salary__num {
  font-family: "Barlow";
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__salary__num {
    font-size: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__salary__num {
    font-size: calc(26 / 375 * 100vw);
  }
}
.c-caseStudy__salary__unit {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__salary__unit {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__salary__unit {
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-caseStudy__salary__tilde {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 700;
  margin: 0 4px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__salary__tilde {
    font-size: calc(14 / 1440 * 100vw);
    margin: 0 calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__salary__tilde {
    font-size: calc(12 / 375 * 100vw);
    margin: 0 calc(4 / 375 * 100vw);
  }
}
.c-caseStudy__points {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-caseStudy__points li {
  color: var(--color-black);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__points li {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
    padding-left: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__points li {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
    padding-left: calc(14 / 375 * 100vw);
  }
}
.c-caseStudy__points li:last-child {
  margin-bottom: 0;
}
.c-caseStudy__points li::before {
  background-color: var(--color-black);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 6px;
}
@media screen and (max-width: 1439px) {
  .c-caseStudy__points li::before {
    height: calc(6 / 1440 * 100vw);
    top: calc(9 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-caseStudy__points li::before {
    height: calc(5 / 375 * 100vw);
    top: calc(8 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
  }
}

.c-titleBox {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-titleBox {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.c-titleBox__title {
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  /* 小さい黒文字用クラス（27px） */
}
@media screen and (max-width: 1439px) {
  .c-titleBox__title {
    font-size: calc(32 / 1440 * 100vw);
    line-height: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.c-titleBox__title .u-red {
  color: var(--color-main);
}
.c-titleBox__title .u-small {
  font-size: 27px;
}
@media screen and (max-width: 1439px) {
  .c-titleBox__title .u-small {
    font-size: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-titleBox__title .u-small {
    font-size: calc(20 / 375 * 100vw);
  }
}
.c-titleBox__title ruby {
  ruby-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .c-titleBox__title ruby {
    font-size: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-titleBox__title ruby {
    font-size: calc(24 / 375 * 100vw);
  }
}
.c-titleBox__title rt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1;
  padding-bottom: 3px;
  /* ← 追加：好みの値で調整 */
}
@media screen and (max-width: 1439px) {
  .c-titleBox__title rt {
    font-size: calc(11 / 1440 * 100vw);
    padding-bottom: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-titleBox__title rt {
    font-size: calc(9 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
  }
}
.c-titleBox__sub {
  align-items: center;
  color: var(--color-black);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 16px;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .c-titleBox__sub {
    font-size: calc(20 / 1440 * 100vw);
    gap: calc(16 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-titleBox__sub {
    font-size: calc(15 / 375 * 100vw);
    gap: calc(10 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
}
.c-titleBox__sub::before, .c-titleBox__sub::after {
  background-color: var(--color-black);
  content: "";
  display: inline-block;
  height: 1px;
  width: 40px;
}
@media screen and (max-width: 1439px) {
  .c-titleBox__sub::before, .c-titleBox__sub::after {
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-titleBox__sub::before, .c-titleBox__sub::after {
    width: calc(24 / 375 * 100vw);
  }
}

.p-header {
  background-color: var(--color-white);
  height: 80px;
  padding: 0 50px;
}
@media screen and (max-width: 1439px) {
  .p-header {
    height: calc(80 / 1440 * 100vw);
    padding: 0 calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(60 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
}
.p-header__logo {
  width: 240px;
}
@media screen and (max-width: 1439px) {
  .p-header__logo {
    width: calc(240 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(160 / 375 * 100vw);
  }
}
.p-header__logo a {
  display: block;
}
.p-header__logo img {
  height: auto;
  width: 100%;
}

/* ===========================================================================
 * メインビジュアル
 *   基準PCサイズ: 1440 × 768
 *   要素は1440pxの「inner」の中に絶対配置、SPまで等倍縮小
 * =========================================================================== */
.p-mainVisual {
  background-image: url("../images/mainvisual_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 768px;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* ロゴ（280×50 白背景、ロゴ自体 240px）
   * 1440 inner の外。画面左端から 30px / 上 30px で固定配置 */
  /* キャッチテキスト（mainvisual_text.svg 691 × 336）
   * 1440 inner の左から60px、上から115px */
  /* 3連バッジ（mainvisual_badge.svg 570 × 179）
   * 1440 inner の左から60px、上から480px */
  /* 人物（幅767px、下端に沿わせて右寄り配置） */
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    height: calc(768 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url("../images/mainvisual_bg_sp.png");
    height: calc(605 / 375 * 100vw);
  }
}
.p-mainVisual__inner {
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__inner {
    width: 100%;
  }
}
.p-mainVisual__logo {
  align-items: center;
  background-color: var(--color-white);
  display: flex;
  height: 50px;
  justify-content: center;
  left: 30px;
  position: absolute;
  top: 30px;
  width: 280px;
  z-index: 3;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__logo {
    height: calc(50 / 1440 * 100vw);
    left: calc(30 / 1440 * 100vw);
    top: calc(30 / 1440 * 100vw);
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__logo {
    height: calc(27 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    top: calc(16 / 375 * 100vw);
    width: calc(150 / 375 * 100vw);
  }
}
.p-mainVisual__logo img {
  height: auto;
  width: 100%;
}
.p-mainVisual__text {
  height: auto;
  left: 60px;
  position: absolute;
  top: 115px;
  width: 691px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text {
    left: calc(60 / 1440 * 100vw);
    top: calc(115 / 1440 * 100vw);
    width: calc(691 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text {
    left: calc(20 / 375 * 100vw);
    top: calc(60 / 375 * 100vw);
    width: calc(336 / 375 * 100vw);
  }
}
.p-mainVisual__text img {
  display: block;
  height: auto;
  width: 100%;
}
.p-mainVisual__badge {
  left: 60px;
  position: absolute;
  top: 480px;
  width: 570px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__badge {
    left: calc(60 / 1440 * 100vw);
    top: calc(480 / 1440 * 100vw);
    width: calc(570 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__badge {
    bottom: calc(40 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    margin: 0 auto;
    right: 0;
    top: auto;
    width: calc(336 / 375 * 100vw);
  }
}
.p-mainVisual__badge img {
  display: block;
  height: auto;
  width: 100%;
}
.p-mainVisual__person {
  bottom: 0;
  position: absolute;
  right: 160px;
  width: 767px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__person {
    right: calc(160 / 1440 * 100vw);
    width: calc(767 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__person {
    bottom: calc(15 / 375 * 100vw);
    left: calc(-55 / 375 * 100vw);
    right: 0;
    width: calc(400 / 375 * 100vw);
  }
}
.p-mainVisual__person img {
  display: block;
  height: auto;
  width: 100%;
}

/* アクセシビリティ用 visually-hidden（SR用に画面外配置） */
.u-visually-hidden {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* 企業ロゴ 横無限スクロール */
.p-companies {
  background-color: var(--color-white);
  overflow: hidden;
  padding: 65px 0 75px;
  /* 2枚の画像を横に並べて、1枚分translateXアニメ */
}
@media screen and (max-width: 1439px) {
  .p-companies {
    padding: calc(65 / 1440 * 100vw) 0 calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-companies {
    padding: calc(38 / 375 * 100vw) 0 calc(38 / 375 * 100vw);
  }
}
.p-companies__track {
  -webkit-animation: companies-scroll 60s linear infinite;
          animation: companies-scroll 60s linear infinite;
  display: flex;
  gap: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1439px) {
  .p-companies__track {
    -webkit-animation-name: companies-scroll-lg;
            animation-name: companies-scroll-lg;
    gap: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-companies__track {
    -webkit-animation: companies-scroll-md 40s linear infinite;
            animation: companies-scroll-md 40s linear infinite;
    gap: calc(8 / 375 * 100vw);
  }
}
.p-companies__img {
  flex-shrink: 0;
  height: 285px;
  width: auto;
}
@media screen and (max-width: 1439px) {
  .p-companies__img {
    height: calc(285 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-companies__img {
    height: calc(160 / 375 * 100vw);
  }
}

/* PC: gap 15px → 半分7.5px戻す */
@-webkit-keyframes companies-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 7.5px));
  }
}
@keyframes companies-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 7.5px));
  }
}
/* lg: gap = 15/1440*100vw → 半分 7.5/1440*100vw */
@-webkit-keyframes companies-scroll-lg {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5208333333vw));
  }
}
@keyframes companies-scroll-lg {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5208333333vw));
  }
}
/* md: gap = 8/375*100vw → 半分 4/375*100vw */
@-webkit-keyframes companies-scroll-md {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 1.0666666667vw));
  }
}
@keyframes companies-scroll-md {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 1.0666666667vw));
  }
}
.p-features {
  background-color: var(--color-bg2);
  padding: 100px 0 110px;
  /* features専用：タイトルの下マージンを70pxに */
}
@media screen and (max-width: 1439px) {
  .p-features {
    padding: calc(100 / 1440 * 100vw) 0 calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features {
    padding: calc(75 / 375 * 100vw) 0 calc(75 / 375 * 100vw);
  }
}
.p-features .c-titleBox {
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-features .c-titleBox {
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features .c-titleBox {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features .c-titleBox__title {
    font-size: calc(26 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features .c-titleBox__title .u-small {
    font-size: calc(22 / 375 * 100vw);
  }
}
.p-features__inner {
  margin: 0 auto;
  max-width: 1088px;
}
@media screen and (max-width: 1439px) {
  .p-features__inner {
    max-width: calc(1088 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__inner {
    max-width: 100%;
  }
}
.p-features__list ul {
  -moz-column-gap: 52px;
       column-gap: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 60px;
}
@media screen and (max-width: 1439px) {
  .p-features__list ul {
    -moz-column-gap: calc(52 / 1440 * 100vw);
         column-gap: calc(52 / 1440 * 100vw);
    row-gap: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__list ul {
    -moz-column-gap: calc(20 / 375 * 100vw);
         column-gap: calc(20 / 375 * 100vw);
    justify-content: flex-start;
    row-gap: calc(25 / 375 * 100vw);
  }
}
.p-features__list__item {
  text-align: center;
  /* 5列相当の幅 = (1088 - 52*4) / 5 = 176px */
  width: 176px;
}
@media screen and (max-width: 1439px) {
  .p-features__list__item {
    width: calc(176 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__list__item {
    /* SPは2列 */
    width: calc((100% - (20 / 375 * 100vw)) / 2);
  }
}
.p-features__list__item__thumbnail {
  aspect-ratio: 1/1;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-features__list__item__thumbnail {
    border-radius: calc(10 / 1440 * 100vw);
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__list__item__thumbnail {
    border-radius: calc(8 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.p-features__list__item__thumbnail img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
.p-features__list__item__title {
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  /* 括弧内は80%縮小 */
}
@media screen and (max-width: 1439px) {
  .p-features__list__item__title {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-features__list__item__title {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-features__list__item__title small {
  font-size: 80%;
  font-weight: 700;
}

.p-caseStudy {
  background-color: var(--color-white);
  padding: 100px 0 110px;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy {
    padding: calc(100 / 1440 * 100vw) 0 calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy {
    padding: calc(75 / 375 * 100vw) 0 calc(75 / 375 * 100vw);
  }
}
.p-caseStudy__swiper {
  margin: 0 auto;
  max-width: 1088px;
  position: relative;
  /* シャドウ表示領域を確保しつつスライドの見切れをクリップ */
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__swiper {
    max-width: calc(1088 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper {
    max-width: 100%;
  }
}
.p-caseStudy__swiper__inner {
  /* 左右は8pxだけ */
  margin: -40px -12px;
  overflow: hidden;
  padding: 40px 12px;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__swiper__inner {
    margin: calc(-40 / 1440 * 100vw) calc(-8 / 1440 * 100vw);
    padding: calc(40 / 1440 * 100vw) calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper__inner {
    margin: calc(-20 / 375 * 100vw) calc(-12 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
}
.p-caseStudy__swiper .swiper-container {
  overflow: visible;
}
.p-caseStudy__swiper .swiper-container .swiper-wrapper {
  align-items: stretch;
}
.p-caseStudy__swiper .swiper-container .swiper-slide {
  display: flex;
  height: auto;
}
.p-caseStudy__swiper .swiper-button-prev--caseStudy,
.p-caseStudy__swiper .swiper-button-next--caseStudy {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 44px !important;
  margin-top: 0;
  /* slide(カード)中央に配置するため pagination分(margin-top 40 + bullet 8 = 48px)の半分を引く */
  top: calc(50% - 24px) !important;
  transform: translateY(-50%);
  width: 22px !important;
  /* SP：32px丸ボタン + 影 + chevronSVG */
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__swiper .swiper-button-prev--caseStudy,
.p-caseStudy__swiper .swiper-button-next--caseStudy {
    height: calc(44 / 1440 * 100vw) !important;
    top: calc(50% - (24 / 1440 * 100vw)) !important;
    width: calc(22 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper .swiper-button-prev--caseStudy,
.p-caseStudy__swiper .swiper-button-next--caseStudy {
    background-color: var(--color-white);
    background-image: none !important;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    height: calc(32 / 375 * 100vw) !important;
    /* SP用 pagination分(margin-top 24 + bullet 6 = 30px)の半分(15px)を引く */
    top: calc(50% - (15 / 375 * 100vw)) !important;
    width: calc(32 / 375 * 100vw) !important;
    z-index: 10;
  }
}
.p-caseStudy__swiper .swiper-button-prev--caseStudy::after,
.p-caseStudy__swiper .swiper-button-next--caseStudy::after {
  background-image: none !important;
  content: none !important;
  height: auto !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper .swiper-button-prev--caseStudy::after,
.p-caseStudy__swiper .swiper-button-next--caseStudy::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "" !important;
    display: block;
    height: calc(12 / 375 * 100vw) !important;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(7 / 375 * 100vw) !important;
  }
}
.p-caseStudy__swiper .swiper-button-prev--caseStudy {
  background-image: url("../images/icon_arrow_prev.svg");
  left: -60px !important;
  right: auto !important;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__swiper .swiper-button-prev--caseStudy {
    left: calc(-60 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper .swiper-button-prev--caseStudy {
    left: calc(-16 / 375 * 100vw) !important;
  }
  .p-caseStudy__swiper .swiper-button-prev--caseStudy::after {
    background-image: url("../images/icon_arrow_prev_sp.svg") !important;
  }
}
.p-caseStudy__swiper .swiper-button-next--caseStudy {
  background-image: url("../images/icon_arrow_next.svg");
  left: auto !important;
  right: -60px !important;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__swiper .swiper-button-next--caseStudy {
    right: calc(-60 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper .swiper-button-next--caseStudy {
    right: calc(-16 / 375 * 100vw) !important;
  }
  .p-caseStudy__swiper .swiper-button-next--caseStudy::after {
    background-image: url("../images/icon_arrow_next_sp.svg") !important;
  }
}
.p-caseStudy__swiper .swiper-pagination {
  margin-top: 40px;
  position: static;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__swiper .swiper-pagination {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper .swiper-pagination {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-caseStudy__swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #cccccc;
  border: none;
  box-shadow: none;
  height: 8px;
  margin: 0 4px;
  opacity: 1;
  width: 8px;
}
@media screen and (max-width: 1439px) {
  .p-caseStudy__swiper .swiper-pagination .swiper-pagination-bullet {
    height: calc(8 / 1440 * 100vw);
    margin: 0 calc(4 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-caseStudy__swiper .swiper-pagination .swiper-pagination-bullet {
    height: calc(8 / 375 * 100vw);
    margin: 0 calc(4 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
  }
}
.p-caseStudy__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-main);
}

.p-cta {
  background-color: var(--color-main);
  height: 306px;
}
@media screen and (max-width: 1439px) {
  .p-cta {
    height: calc(306 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    height: calc(321 / 375 * 100vw);
    overflow: hidden;
  }
}
.p-cta .l-container {
  height: 100%;
}
.p-cta__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    align-items: flex-start;
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-cta__personLeft {
  bottom: 0;
  left: 160px;
  position: absolute;
  width: 161px;
  z-index: 1;
}
.p-cta__personLeft img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-cta__personLeft {
    left: calc(160 / 1440 * 100vw);
    width: calc(161 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__personLeft {
    left: calc(-30 / 375 * 100vw);
    width: calc(98 / 375 * 100vw);
  }
}
.p-cta__personRight {
  bottom: 0;
  position: absolute;
  right: 150px;
  width: 149px;
  z-index: 1;
}
.p-cta__personRight img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-cta__personRight {
    right: calc(150 / 1440 * 100vw);
    width: calc(149 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__personRight {
    right: calc(-30 / 375 * 100vw);
    width: calc(92 / 375 * 100vw);
  }
}
.p-cta__content {
  color: var(--color-white);
  flex: 1;
  max-width: 520px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__content {
    max-width: calc(520 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    max-width: 100%;
  }
}
.p-cta__content__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__title {
    font-size: calc(32 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__title {
    font-size: calc(26 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-cta__content__tag {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__tag {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__tag {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-cta__content__button {
  margin: 0 auto;
  width: 370px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__button {
    width: calc(370 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__button {
    width: calc(254 / 375 * 100vw);
  }
}
.p-cta__content__button a {
  align-items: center;
  background: linear-gradient(90deg, #b18a3c 0%, #d9b96a 25%, #ead290 50%, #d9b96a 75%, #b18a3c 100%);
  border-radius: 40px;
  color: var(--color-black);
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__button a {
    border-radius: calc(40 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__button a {
    border-radius: calc(34 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}
.p-cta__content__button a:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .p-cta__content__button a:hover {
    opacity: 1;
  }
}
.p-cta__content__button__arrow {
  display: block;
  height: auto;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__button__arrow {
    right: calc(40 / 1440 * 100vw);
    width: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__button__arrow {
    right: calc(25 / 375 * 100vw);
    width: calc(7 / 375 * 100vw);
  }
}

.p-voice {
  background-color: var(--color-bg2);
  padding: 100px 0 110px;
}
@media screen and (max-width: 1439px) {
  .p-voice {
    padding: calc(100 / 1440 * 100vw) 0 calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: calc(60 / 375 * 100vw) 0 calc(70 / 375 * 100vw);
  }
}
.p-voice__swiper {
  margin: 0 auto;
  max-width: 1088px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-voice__swiper {
    max-width: calc(1088 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper {
    max-width: 100%;
  }
}
.p-voice__swiper .swiper-container {
  overflow: hidden;
}
.p-voice__swiper .swiper-container .swiper-wrapper {
  align-items: stretch;
}
.p-voice__swiper .swiper-container .swiper-slide {
  display: flex;
  height: auto;
}
.p-voice__swiper .swiper-button-prev--voice,
.p-voice__swiper .swiper-button-next--voice {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 44px !important;
  margin-top: 0;
  /* slide(カード)中央に配置するため pagination分(margin-top 40 + bullet 8 = 48px)の半分を引く */
  top: calc(50% - 24px) !important;
  transform: translateY(-50%);
  width: 22px !important;
  /* SP：32px丸ボタン + 影 + chevronSVG */
}
@media screen and (max-width: 1439px) {
  .p-voice__swiper .swiper-button-prev--voice,
.p-voice__swiper .swiper-button-next--voice {
    height: calc(44 / 1440 * 100vw) !important;
    top: calc(50% - (24 / 1440 * 100vw)) !important;
    width: calc(22 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .swiper-button-prev--voice,
.p-voice__swiper .swiper-button-next--voice {
    background-color: var(--color-white);
    background-image: none !important;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    height: calc(32 / 375 * 100vw) !important;
    /* SP用 pagination分(margin-top 24 + bullet 6 = 30px)の半分(15px)を引く */
    top: calc(50% - (15 / 375 * 100vw)) !important;
    width: calc(32 / 375 * 100vw) !important;
    z-index: 10;
  }
}
.p-voice__swiper .swiper-button-prev--voice::after,
.p-voice__swiper .swiper-button-next--voice::after {
  background-image: none !important;
  content: none !important;
  height: auto !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .swiper-button-prev--voice::after,
.p-voice__swiper .swiper-button-next--voice::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "" !important;
    display: block;
    height: calc(12 / 375 * 100vw) !important;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(7 / 375 * 100vw) !important;
  }
}
.p-voice__swiper .swiper-button-prev--voice {
  background-image: url("../images/icon_arrow_prev.svg");
  left: -60px !important;
  right: auto !important;
}
@media screen and (max-width: 1439px) {
  .p-voice__swiper .swiper-button-prev--voice {
    left: calc(-60 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .swiper-button-prev--voice {
    left: calc(-16 / 375 * 100vw) !important;
  }
  .p-voice__swiper .swiper-button-prev--voice::after {
    background-image: url("../images/icon_arrow_prev_sp.svg") !important;
  }
}
.p-voice__swiper .swiper-button-next--voice {
  background-image: url("../images/icon_arrow_next.svg");
  left: auto !important;
  right: -60px !important;
}
@media screen and (max-width: 1439px) {
  .p-voice__swiper .swiper-button-next--voice {
    right: calc(-60 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .swiper-button-next--voice {
    right: calc(-16 / 375 * 100vw) !important;
  }
  .p-voice__swiper .swiper-button-next--voice::after {
    background-image: url("../images/icon_arrow_next_sp.svg") !important;
  }
}
.p-voice__swiper .swiper-pagination {
  margin-top: 40px;
  position: static;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-voice__swiper .swiper-pagination {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .swiper-pagination {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-voice__swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-white);
  border: none;
  box-shadow: none;
  height: 8px;
  margin: 0 4px;
  opacity: 1;
  width: 8px;
}
@media screen and (max-width: 1439px) {
  .p-voice__swiper .swiper-pagination .swiper-pagination-bullet {
    height: calc(8 / 1440 * 100vw);
    margin: 0 calc(4 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__swiper .swiper-pagination .swiper-pagination-bullet {
    height: calc(8 / 375 * 100vw);
    margin: 0 calc(6 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
  }
}
.p-voice__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-main);
}

.p-merit {
  background-color: var(--color-white);
  padding: 100px 0 110px;
}
@media screen and (max-width: 1439px) {
  .p-merit {
    padding: calc(100 / 1440 * 100vw) 0 calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit {
    padding: calc(75 / 375 * 100vw) 0 calc(75 / 375 * 100vw);
  }
}
.p-merit__inner {
  margin: 0 auto;
  max-width: 1072px;
}
@media screen and (max-width: 1439px) {
  .p-merit__inner {
    max-width: calc(1072 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__inner {
    max-width: 100%;
  }
}
.p-merit__list ul {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list ul {
    gap: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list ul {
    gap: calc(30 / 375 * 100vw);
  }
}
.p-merit__list__box {
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 336px;
  /* 偶数番目は画像を左に配置 */
}
@media screen and (max-width: 1439px) {
  .p-merit__list__box {
    gap: calc(50 / 1440 * 100vw);
    grid-template-columns: 1fr calc(336 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__box {
    gap: calc(12 / 375 * 100vw);
    grid-template-columns: 1fr;
    position: relative;
  }
}
ul > li:nth-child(even) .p-merit__list__box {
  grid-template-columns: 336px 1fr;
}
@media screen and (max-width: 1439px) {
  ul > li:nth-child(even) .p-merit__list__box {
    grid-template-columns: calc(336 / 1440 * 100vw) 1fr;
  }
}
@media screen and (max-width: 767px) {
  ul > li:nth-child(even) .p-merit__list__box {
    grid-template-columns: 1fr;
  }
}
ul > li:nth-child(even) .p-merit__list__box .p-merit__list__box__textBox {
  order: 2;
}
ul > li:nth-child(even) .p-merit__list__box .p-merit__list__box__thumbnail {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-merit__list__box__textBox {
    order: 2;
  }
}
.p-merit__list__box__textBox__point {
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list__box__textBox__point {
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__box__textBox__point {
    left: 0;
    margin-bottom: calc(0 / 375 * 100vw);
    position: absolute;
    top: 0;
  }
}
.p-merit__list__box__textBox__point img {
  display: block;
  height: 10px;
  width: auto;
}
@media screen and (max-width: 1439px) {
  .p-merit__list__box__textBox__point img {
    height: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__box__textBox__point img {
    height: calc(32 / 375 * 100vw);
  }
}
.p-merit__list__box__textBox__title {
  color: var(--color-main);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list__box__textBox__title {
    font-size: calc(28 / 1440 * 100vw);
    line-height: calc(40 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__box__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-merit__list__box__textBox__text {
  color: var(--color-black);
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-merit__list__box__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list__box__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-merit__list__box__thumbnail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-merit__list__box__thumbnail {
    order: 1;
  }
}
.p-merit__list__box__thumbnail img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-specialist {
  background-color: var(--color-bg2);
  padding: 80px 0;
}
@media screen and (max-width: 1439px) {
  .p-specialist {
    padding: calc(80 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-specialist {
    padding: calc(75 / 375 * 100vw) 0;
  }
}
.p-specialist__swiper {
  margin: 0 auto;
  max-width: 1088px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-specialist__swiper {
    max-width: calc(1088 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__swiper {
    max-width: 100%;
  }
}
.p-specialist__swiper .swiper-container {
  overflow: hidden;
}
.p-specialist__swiper .swiper-container .swiper-wrapper {
  align-items: stretch;
}
.p-specialist__swiper .swiper-container .swiper-slide {
  display: flex;
  height: auto;
}
.p-specialist__swiper .swiper-button-prev--specialist,
.p-specialist__swiper .swiper-button-next--specialist {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 44px !important;
  margin-top: 0;
  /* slide(カード)部分の中央に配置するため、pagination分(margin-top 40 + bullet 8 = 48px)を引く */
  top: calc(50% - 24px) !important;
  transform: translateY(-50%);
  width: 22px !important;
  /* SP：32px丸ボタン + 影 + chevronSVG */
  /* foundationの::afterを消す（PC時）／SPでは SVG として表示 */
}
@media screen and (max-width: 1439px) {
  .p-specialist__swiper .swiper-button-prev--specialist,
.p-specialist__swiper .swiper-button-next--specialist {
    height: calc(44 / 1440 * 100vw) !important;
    top: calc(50% - (24 / 1440 * 100vw)) !important;
    width: calc(22 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__swiper .swiper-button-prev--specialist,
.p-specialist__swiper .swiper-button-next--specialist {
    background-color: var(--color-white);
    background-image: none !important;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    height: calc(32 / 375 * 100vw) !important;
    top: calc(50% - (24 / 375 * 100vw)) !important;
    width: calc(32 / 375 * 100vw) !important;
    z-index: 10;
  }
}
.p-specialist__swiper .swiper-button-prev--specialist::after,
.p-specialist__swiper .swiper-button-next--specialist::after {
  background-image: none !important;
  content: none !important;
  height: auto !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .p-specialist__swiper .swiper-button-prev--specialist::after,
.p-specialist__swiper .swiper-button-next--specialist::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "" !important;
    display: block;
    height: calc(12 / 375 * 100vw) !important;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(7 / 375 * 100vw) !important;
  }
}
.p-specialist__swiper .swiper-button-prev--specialist {
  background-image: url("../images/icon_arrow_prev.svg");
  left: -60px !important;
  right: auto !important;
}
@media screen and (max-width: 1439px) {
  .p-specialist__swiper .swiper-button-prev--specialist {
    left: calc(-60 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__swiper .swiper-button-prev--specialist {
    left: calc(-16 / 375 * 100vw) !important;
  }
  .p-specialist__swiper .swiper-button-prev--specialist::after {
    background-image: url("../images/icon_arrow_prev_sp.svg") !important;
  }
}
.p-specialist__swiper .swiper-button-next--specialist {
  background-image: url("../images/icon_arrow_next.svg");
  left: auto !important;
  right: -60px !important;
}
@media screen and (max-width: 1439px) {
  .p-specialist__swiper .swiper-button-next--specialist {
    right: calc(-60 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__swiper .swiper-button-next--specialist {
    right: calc(-16 / 375 * 100vw) !important;
  }
  .p-specialist__swiper .swiper-button-next--specialist::after {
    background-image: url("../images/icon_arrow_next_sp.svg") !important;
  }
}
.p-specialist__swiper .swiper-pagination {
  margin-top: 40px;
  position: static;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-specialist__swiper .swiper-pagination {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__swiper .swiper-pagination {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-specialist__swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-white);
  border: none;
  box-shadow: none;
  height: 8px;
  margin: 0 4px;
  opacity: 1;
  width: 8px;
}
@media screen and (max-width: 1439px) {
  .p-specialist__swiper .swiper-pagination .swiper-pagination-bullet {
    height: calc(8 / 1440 * 100vw);
    margin: 0 calc(4 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-specialist__swiper .swiper-pagination .swiper-pagination-bullet {
    height: calc(8 / 375 * 100vw);
    margin: 0 calc(4 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
  }
}
.p-specialist__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-main);
}

.p-step {
  background-color: var(--color-bg2);
  padding: 100px 0 100px;
}
@media screen and (max-width: 1439px) {
  .p-step {
    padding: calc(100 / 1440 * 100vw) 0 calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step {
    padding: calc(75 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
  }
}
.p-step__inner {
  margin: 0 auto;
  max-width: 864px;
}
@media screen and (max-width: 1439px) {
  .p-step__inner {
    max-width: calc(864 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__inner {
    max-width: 100%;
  }
}
.p-step__list ul {
  display: flex;
  flex-direction: column;
  /* 三角形(19px) + 余白(24px) = 43px */
  gap: 43px;
}
@media screen and (max-width: 1439px) {
  .p-step__list ul {
    gap: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list ul {
    gap: calc(25 / 375 * 100vw);
  }
}
.p-step__list__item {
  background-color: var(--color-white);
  padding: 36px 56px;
  position: relative;
  /* カード下の▼（最後のカード以外） 38x19px、24pxの余白を空けて次の要素 */
  /* Step英字 SemiBold Italic 25px */
  /* 日本語タイトル 22px bold */
  /* 本文 15px / line-height:30px、上margin 15px */
}
@media screen and (max-width: 1439px) {
  .p-step__list__item {
    padding: calc(36 / 1440 * 100vw) calc(56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__item {
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-step__list__item:not(:last-child)::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-white);
  bottom: -19px;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 19px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 38px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__item:not(:last-child)::after {
    bottom: calc(-19 / 1440 * 100vw);
    height: calc(19 / 1440 * 100vw);
    width: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__item:not(:last-child)::after {
    bottom: calc(-9 / 375 * 100vw);
    height: calc(9 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}
.p-step__list__item__head {
  align-items: baseline;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__item__head {
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__item__head {
    gap: calc(10 / 375 * 100vw);
  }
}
.p-step__list__item__label {
  color: var(--color-main);
  flex-shrink: 0;
  font-family: "Barlow";
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  /* 数字 48px */
}
@media screen and (max-width: 1439px) {
  .p-step__list__item__label {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__item__label {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-step__list__item__label__num {
  font-size: 48px;
  margin-left: 6px;
  transform: translate(-2px, 2px);
}
@media screen and (max-width: 1439px) {
  .p-step__list__item__label__num {
    font-size: calc(48 / 1440 * 100vw);
    margin-left: calc(6 / 1440 * 100vw);
    transform: translate(calc(-2 / 1440 * 100vw), calc(2 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__item__label__num {
    font-size: calc(24 / 375 * 100vw);
    margin-left: calc(6 / 375 * 100vw);
  }
}
.p-step__list__item__title {
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}
@media screen and (max-width: 1439px) {
  .p-step__list__item__title {
    font-size: calc(22 / 1440 * 100vw);
    transform: translateY(calc(-1 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__item__title {
    font-size: calc(18 / 375 * 100vw);
    transform: translateY(calc(-1 / 375 * 100vw));
  }
}
.p-step__list__item__text {
  color: var(--color-black);
  font-size: 15px;
  line-height: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-step__list__item__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-step__list__item__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-qanda {
  background-color: var(--color-white);
  padding: 100px 0 110px;
}
@media screen and (max-width: 1439px) {
  .p-qanda {
    padding: calc(100 / 1440 * 100vw) 0 calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda {
    padding: calc(75 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
  }
}
.p-qanda__inner {
  margin: 0 auto;
  max-width: 861px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__inner {
    max-width: calc(861 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__inner {
    max-width: 100%;
  }
}
.p-qanda__list {
  border-top: 1px solid #cccccc;
}
.p-qanda__list__box {
  border-bottom: 1px solid #cccccc;
}
.p-qanda__list__box__q {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 40px;
  padding: 30px 30px 30px 35px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__q {
    gap: calc(40 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__q {
    gap: calc(14 / 375 * 100vw);
    padding: calc(25 / 375 * 100vw) calc(10 / 375 * 100vw) calc(25 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.p-qanda__list__box__q::after {
  background: url("../images/icon_plus.svg") no-repeat center/contain;
  content: "";
  flex-shrink: 0;
  height: 32px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__q::after {
    height: calc(32 / 1440 * 100vw);
    right: calc(30 / 1440 * 100vw);
    width: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__q::after {
    height: calc(20 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}
.p-qanda__list__box__q__icon {
  color: var(--color-main);
  flex-shrink: 0;
  font-family: "Barlow";
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__q__icon {
    font-size: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__q__icon {
    font-size: calc(24 / 375 * 100vw);
  }
}
.p-qanda__list__box__q__text {
  color: var(--color-black);
  flex: 1;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 50px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__q__text {
    font-size: calc(22 / 1440 * 100vw);
    padding-right: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__q__text {
    font-size: calc(16 / 375 * 100vw);
    padding-right: calc(40 / 375 * 100vw);
  }
}
.p-qanda__list__box.is-open .p-qanda__list__box__q::after {
  background-image: url("../images/icon_minus.svg");
}
.p-qanda__list__box__a {
  color: var(--color-black);
  display: none;
  padding: 0 92px 30px 35px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__a {
    padding: 0 calc(92 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__a {
    padding: 0 calc(10 / 375 * 100vw) calc(25 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.p-qanda__list__box__a__text {
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-qanda__list__box__a__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-qanda__list__box__a__text {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

/* Vue初期化前のちらつき防止 - グローバル */
[v-cloak] {
  display: none !important;
}

.p-form {
  background-color: var(--color-bg2);
  min-height: 460px;
  padding: 0 0 40px;
  /* 白い部分のpadding：上32 / 横・下54 */
  /* 「必須」テキスト非表示 */
  /* ステップ数字 */
  /* 見出し 20px、下margin 15px */
  /* ラジオボタン gap 16px、文字 18px bold、高さ 76px */
  /* 必須ラベル：画像で表示 */
  /* 任意ラベル：画像で表示（icon_any.svg） */
  /* select 高さ76px、横padding 30px、右端に矢印 */
  /* 大項目→小項目のギャップ 24px（select／textarea共通） */
  /* テキストinput: selectと同じフレーム（矢印なし） */
  /* 生年月日: selectが150pxで横並び、年月日ラベルは20px bold */
  /* textarea 高さ152px、selectと同系のフレーム */
  /* ボタンエリア */
  /* 「次に進む」ボタン 328×60、radius 30、黒 */
  /* 「< 戻る」テキスト */
  /* Parsleyエラー表示：デフォルトで完全非表示 */
  /* .is-validated が付いたform内のエラーだけ表示 */
  /* select の「選択してください」プレースホルダーも#ccccccで表示 */
  /* ファイル選択：ネイティブinputを隠して、labelをボタン風に */
  /* プライバシーポリシー同意：中央寄せ＋独自チェックボックスSVG */
}
@media screen and (max-width: 1439px) {
  .p-form {
    min-height: calc(460 / 1440 * 100vw);
    padding: 0 0 calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form {
    min-height: calc(340 / 375 * 100vw);
    padding: 0 0 calc(25 / 375 * 100vw);
  }
}
.p-form__inner {
  background-color: var(--color-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 736px;
  overflow: hidden;
  position: relative;
  transform: translateY(-60px);
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .p-form__inner {
    max-width: calc(736 / 1440 * 100vw);
    transform: translateY(calc(-60 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    max-width: calc(100% - (0 / 375 * 100vw));
    transform: translateY(calc(-30 / 375 * 100vw));
  }
}
.p-form__header {
  align-items: center;
  background: linear-gradient(90deg, #b18a3c 0%, #d9b96a 25%, #ead290 50%, #d9b96a 75%, #b18a3c 100%);
  display: flex;
  height: 72px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-form__header {
    height: calc(72 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__header {
    height: calc(58 / 375 * 100vw);
  }
}
.p-form__header__title {
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-form__header__title {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__header__title {
    font-size: calc(18 / 375 * 100vw);
  }
}
.p-form__body {
  padding: 32px 54px 54px;
}
@media screen and (max-width: 1439px) {
  .p-form__body {
    padding: calc(32 / 1440 * 100vw) calc(54 / 1440 * 100vw) calc(54 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__body {
    padding: calc(24 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.p-form__required {
  display: none;
}
.p-form__steps {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .p-form__steps {
    gap: calc(10 / 1440 * 100vw);
    margin-bottom: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__steps {
    gap: calc(10 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-form__steps__item {
  align-items: center;
  background-color: #eeeeee;
  border-radius: 50%;
  color: var(--color-black);
  display: flex;
  /* Barlow 8px × 170% = 13.6px medium */
  font-family: "Barlow";
  font-size: 13.6px;
  font-weight: 500;
  height: 25px;
  justify-content: center;
  transition: 0.3s;
  /* 直径25px 円 */
  width: 25px;
}
@media screen and (max-width: 1439px) {
  .p-form__steps__item {
    font-size: calc(13.6 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    width: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__steps__item {
    font-size: calc(12 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
  }
}
.p-form__steps__item.is-current {
  background-color: var(--color-black);
  color: var(--color-white);
  font-weight: bold;
}
.p-form__block {
  /* 2つ目以降のblockは上に30pxのマージン */
}
.p-form__block__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-form__block__title {
    font-size: calc(20 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__block__title {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-form__block + .p-form__block {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-form__block + .p-form__block {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__block + .p-form__block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-form__radioList {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1439px) {
  .p-form__radioList {
    gap: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__radioList {
    gap: calc(8 / 375 * 100vw);
  }
}
.p-form__radioList__item {
  align-items: center;
  border: 1px solid #222222;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 76px;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 1439px) {
  .p-form__radioList__item {
    font-size: calc(18 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__radioList__item {
    font-size: calc(14 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
}
.p-form__radioList__item input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.p-form__radioList__item:hover {
  background-color: rgba(230, 0, 18, 0.05);
}
@media screen and (max-width: 767px) {
  .p-form__radioList__item:hover {
    background-color: var(--color-white);
  }
}
.p-form__radioList__item:has(input:checked) {
  background-color: rgba(230, 0, 18, 0.05);
}
.p-form__required {
  background-image: url("../images/icon_required.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 22px;
  margin-left: 10px;
  overflow: hidden;
  text-indent: -9999px;
  transform: translateY(-1px);
  vertical-align: middle;
  width: 42px;
}
@media screen and (max-width: 1439px) {
  .p-form__required {
    height: calc(22 / 1440 * 100vw);
    margin-left: calc(10 / 1440 * 100vw);
    transform: translateY(calc(-1 / 1440 * 100vw));
    width: calc(42 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__required {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(6 / 375 * 100vw);
    transform: translateY(calc(-2 / 375 * 100vw));
    width: calc(32 / 375 * 100vw);
  }
}
.p-form__optional {
  background-image: url("../images/icon_any.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  margin-left: 10px;
  overflow: hidden;
  text-indent: -9999px;
  transform: translateY(-1px);
  vertical-align: middle;
  width: 42px;
}
@media screen and (max-width: 1439px) {
  .p-form__optional {
    height: calc(20 / 1440 * 100vw);
    margin-left: calc(10 / 1440 * 100vw);
    width: calc(42 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__optional {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(6 / 375 * 100vw);
    width: calc(32 / 375 * 100vw);
  }
}
.p-form__select {
  position: relative;
}
.p-form__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-white);
  background-image: url("../images/icon_arrow_select.svg");
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 18px 9px;
  border: 1px solid #222222;
  color: var(--color-black);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  height: 76px;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-form__select select {
    background-position: right calc(30 / 1440 * 100vw) center;
    background-size: calc(18 / 1440 * 100vw) calc(9 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__select select {
    background-position: right calc(20 / 375 * 100vw) center;
    background-size: calc(9 / 375 * 100vw) calc(4.5 / 375 * 100vw);
    font-size: 16px;
    height: calc(55 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-form__select--sub, .p-form__textarea--sub {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .p-form__select--sub, .p-form__textarea--sub {
    margin-top: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__select--sub, .p-form__textarea--sub {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.p-form__input {
  position: relative;
}
.p-form__input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-white);
  border: 1px solid #222222;
  color: var(--color-black);
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  height: 76px;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-form__input input {
    font-size: calc(18 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__input input {
    font-size: 16px;
    height: calc(55 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-form__input input::-moz-placeholder {
  color: #cccccc;
  font-weight: 700;
}
.p-form__input input:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 700;
}
.p-form__input input::placeholder {
  color: #cccccc;
  font-weight: 700;
}
.p-form__dateSet {
  align-items: flex-start;
  display: flex;
  margin-bottom: 0;
}
.p-form__dateSet .p-form__select {
  flex: 0 0 auto;
  position: relative;
  width: 150px;
  /* エラー表示は通常 flow に乗せる。
     エラー時にボタンが下にずれて、エラー文言↔ボタン上端の40pxは
     buttonBox の margin-top: 40px が保つ。
     共通ルール form.is-validated .parsley-errors-list.filled の margin-bottom: 10px は
     このフィールドだけ 0 に上書き（40px 保ちたいため）。 */
}
@media screen and (max-width: 1439px) {
  .p-form__dateSet .p-form__select {
    width: calc(150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__dateSet .p-form__select {
    flex: 1;
    min-width: 0;
    width: calc(90 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__dateSet .p-form__select select {
    background-position: right calc(10 / 375 * 100vw) center;
    padding: 0 calc(10 / 375 * 100vw) 0 calc(12 / 375 * 100vw);
    width: calc(74 / 375 * 100vw);
  }
}
.p-form__dateSet .p-form__select .parsley-errors-list,
.p-form__dateSet .p-form__select form.is-validated .parsley-errors-list.filled {
  margin-bottom: 0;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-form__dateSet .p-form__select .parsley-errors-list,
.p-form__dateSet .p-form__select form.is-validated .parsley-errors-list.filled {
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__dateSet .p-form__select .parsley-errors-list,
.p-form__dateSet .p-form__select form.is-validated .parsley-errors-list.filled {
    margin-top: calc(4 / 375 * 100vw);
  }
}
.p-form__dateSet__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 76px;
  /* セレクト高さと同じ → セレクト中央に揃う */
  margin-left: 12px;
  margin-right: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-form__dateSet__label {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(76 / 1440 * 100vw);
    margin-left: calc(12 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__dateSet__label {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(55 / 375 * 100vw);
    margin-left: calc(6 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
}
.p-form__dateSet__label:last-child {
  margin-right: 0;
}
.p-form__textarea {
  position: relative;
}
.p-form__textarea textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-white);
  border: 1px solid #222222;
  color: var(--color-black);
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  height: 152px;
  line-height: 1.6;
  padding: 20px 30px;
  resize: vertical;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-form__textarea textarea {
    font-size: calc(18 / 1440 * 100vw);
    height: calc(152 / 1440 * 100vw);
    padding: calc(20 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__textarea textarea {
    font-size: 16px;
    height: calc(110 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-form__textarea textarea::-moz-placeholder {
  color: #cccccc;
  font-weight: 700;
}
.p-form__textarea textarea:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 700;
}
.p-form__textarea textarea::placeholder {
  color: #cccccc;
  font-weight: 700;
}
.p-form__buttonBox {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-form__buttonBox {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__buttonBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-form__button {
  background-color: var(--color-black);
  border: none;
  border-radius: 30px;
  color: var(--color-white);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  position: relative;
  transition: 0.2s;
  width: 328px;
  /* 右端に矢印 */
}
@media screen and (max-width: 1439px) {
  .p-form__button {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    width: calc(328 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__button {
    border-radius: calc(26 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    height: calc(45 / 375 * 100vw);
    max-width: calc(200 / 375 * 100vw);
    width: 100%;
  }
}
.p-form__button::after {
  background-image: url("../images/icon_arrow_select.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  filter: brightness(0) invert(1);
  height: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .p-form__button::after {
    height: calc(6 / 1440 * 100vw);
    right: calc(30 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__button::after {
    height: calc(5 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.p-form__button:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .p-form__button:hover {
    opacity: 1;
  }
}
.p-form__back {
  align-items: center;
  color: var(--color-black);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-form__back {
    font-size: calc(16 / 1440 * 100vw);
    gap: calc(15 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__back {
    font-size: calc(12 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
  }
}
.p-form__back::before {
  background-image: url("../images/icon_arrow_back.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  width: 5px;
}
@media screen and (max-width: 1439px) {
  .p-form__back::before {
    height: calc(10 / 1440 * 100vw);
    width: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__back::before {
    height: calc(10 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
  }
}
.p-form__back:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-form__back:hover {
    opacity: 1;
  }
}
.p-form .parsley-errors-list {
  color: var(--color-main);
  display: none !important;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1439px) {
  .p-form .parsley-errors-list {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .parsley-errors-list {
    font-size: calc(10 / 375 * 100vw);
  }
}
.p-form .parsley-errors-list li {
  list-style: none;
}
.p-form form.is-validated .parsley-errors-list.filled {
  display: block !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-form form.is-validated .parsley-errors-list.filled {
    margin-bottom: calc(10 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form form.is-validated .parsley-errors-list.filled {
    margin-bottom: calc(10 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-form__select select:invalid {
  color: #cccccc;
}
.p-form__select select option {
  color: var(--color-black);
}
.p-form__select select option[disabled] {
  color: #cccccc;
}
.p-form__file {
  align-items: center;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .p-form__file {
    gap: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__file {
    gap: calc(12 / 375 * 100vw);
  }
}
.p-form__file input[type=file] {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.p-form__file__button {
  align-items: center;
  background-color: #efefef;
  border: 1px solid #000000;
  color: var(--color-black);
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  min-width: 180px;
  padding: 0 24px;
}
@media screen and (max-width: 1439px) {
  .p-form__file__button {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(48 / 1440 * 100vw);
    min-width: calc(180 / 1440 * 100vw);
    padding: 0 calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__file__button {
    font-size: calc(10 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    min-width: calc(90 / 375 * 100vw);
    padding: 0 calc(12 / 375 * 100vw);
  }
}
.p-form__file__button:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .p-form__file__button:hover {
    opacity: 1;
  }
}
.p-form__file__name {
  color: var(--color-black);
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .p-form__file__name {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__file__name {
    font-size: calc(10 / 375 * 100vw);
  }
}
.p-form__file__note {
  color: var(--color-black);
  font-size: 12px;
  line-height: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .p-form__file__note {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__file__note {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-form__agree {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-form__agree {
    margin-top: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__agree {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-form__agree__label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  .p-form__agree__label {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__agree__label {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-form__agree input[type=checkbox] {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.p-form__agree__check {
  background-image: url("../images/icon_checkbox.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  height: 12px;
  margin-right: 8px;
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .p-form__agree__check {
    height: calc(12 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__agree__check {
    height: calc(12 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}
input[type=checkbox]:checked + .p-form__agree__check {
  background-image: url("../images/icon_checkbox_checked.svg");
}
.p-form__agree__text a {
  color: var(--color-main);
  text-decoration: underline;
}

.p-copyright {
  align-items: center;
  background-color: var(--color-black);
  display: flex;
  height: 40px;
}
@media screen and (max-width: 1439px) {
  .p-copyright {
    height: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-copyright {
    height: calc(32 / 375 * 100vw);
  }
}
.p-copyright .l-container {
  width: 100%;
}
.p-copyright__inner {
  text-align: center;
}
.p-copyright__text {
  color: var(--color-white);
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  .p-copyright__text {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-copyright__text {
    font-size: calc(10 / 375 * 100vw);
  }
}

/* Sticky footer（ページが短い場合にフッターを下にくっつける） */
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > main {
  flex: 1 0 auto;
}

body > footer,
footer {
  flex-shrink: 0;
}

/* thanksページのmainは全面ベージュ（コンテンツより下も埋める） */
.p-thanks__main {
  background-color: var(--color-bg2);
}

.p-thanks {
  background-color: var(--color-bg2);
  padding: 100px 0 130px;
  /* お申込みありがとうございます！ 40px bold */
  /* 下段の段落（もし、数日経過しても〜）：15px / line-height 30px */
  /* メールBOX：440×104px、中央寄せ、上30px / 下70px */
}
@media screen and (max-width: 1439px) {
  .p-thanks {
    padding: calc(100 / 1440 * 100vw) 0 calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: calc(75 / 375 * 100vw) 0 calc(105 / 375 * 100vw);
  }
}
.p-thanks__inner {
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__inner {
    max-width: calc(820 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    max-width: 100%;
  }
}
.p-thanks__title {
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__title {
    font-size: calc(40 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-thanks__text {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  /* 最初の段落「担当者より〜」：18px bold / line-height 30px / 下20px */
  /* お話しできる機会を〜：18px bold */
}
@media screen and (max-width: 1439px) {
  .p-thanks__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    text-align: left;
  }
}
.p-thanks__text--lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__text--lead {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text--lead {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
    text-align: center;
  }
}
.p-thanks__text--bold {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-thanks__text--bold {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text--bold {
    font-size: calc(18 / 375 * 100vw);
    text-align: center;
  }
}
.p-thanks__accent {
  color: var(--color-main);
  font-weight: 700;
}
.p-thanks__mailBox {
  align-items: center;
  background-color: var(--color-white);
  display: flex;
  height: 104px;
  justify-content: center;
  margin: 30px auto 70px;
  width: 440px;
  /* メールアイコン（icon_mail.svg）22px幅 */
  /* メアド画像：高さ19px */
}
@media screen and (max-width: 1439px) {
  .p-thanks__mailBox {
    height: calc(104 / 1440 * 100vw);
    margin: calc(30 / 1440 * 100vw) auto calc(70 / 1440 * 100vw);
    width: calc(440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__mailBox {
    height: calc(56 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) auto calc(40 / 375 * 100vw);
    width: 100%;
  }
}
.p-thanks__mailBox__link {
  align-items: center;
  display: inline-flex;
  gap: 15px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__mailBox__link {
    gap: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__mailBox__link {
    gap: calc(12 / 375 * 100vw);
  }
}
.p-thanks__mailBox__icon {
  align-items: center;
  display: inline-flex;
}
.p-thanks__mailBox__icon img {
  height: auto;
  width: 22px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__mailBox__icon img {
    width: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__mailBox__icon img {
    width: calc(18 / 375 * 100vw);
  }
}
.p-thanks__mailBox__image {
  display: block;
  height: 19px;
  width: auto;
}
@media screen and (max-width: 1439px) {
  .p-thanks__mailBox__image {
    height: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__mailBox__image {
    height: calc(16 / 375 * 100vw);
  }
}

.p-popup {
  background-color: var(--color-white);
  border-radius: 8px;
  margin: 40px auto;
  max-width: 900px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 1439px) {
  .p-popup {
    border-radius: calc(8 / 1440 * 100vw);
    margin: calc(40 / 1440 * 100vw) auto;
  }
}
@media screen and (max-width: 767px) {
  .p-popup {
    border-radius: calc(6 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) auto;
    width: 95%;
  }
}
.p-popup__inner {
  max-height: 80vh;
  overflow-y: auto;
  padding: 48px 56px;
}
@media screen and (max-width: 1439px) {
  .p-popup__inner {
    padding: calc(48 / 1440 * 100vw) calc(56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__inner {
    padding: calc(28 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-popup__entry {
  color: var(--color-black);
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-popup__entry h2 {
  border-bottom: 2px solid var(--color-main);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry h2 {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(24 / 1440 * 100vw);
    padding-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry h2 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.p-popup__entry h3 {
  border-left: 4px solid var(--color-main);
  font-size: 17px;
  font-weight: 700;
  margin: 32px 0 12px;
  padding-left: 12px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry h3 {
    font-size: calc(17 / 1440 * 100vw);
    margin: calc(32 / 1440 * 100vw) 0 calc(12 / 1440 * 100vw);
    padding-left: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry h3 {
    font-size: calc(14 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) 0 calc(8 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
  }
}
.p-popup__entry h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 8px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry h4 {
    font-size: calc(15 / 1440 * 100vw);
    margin: calc(20 / 1440 * 100vw) 0 calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry h4 {
    font-size: calc(13 / 375 * 100vw);
    margin: calc(14 / 375 * 100vw) 0 calc(6 / 375 * 100vw);
  }
}
.p-popup__entry p {
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry p {
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry p {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-popup__entry ol, .p-popup__entry ul {
  margin-bottom: 12px;
  padding-left: 24px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry ol, .p-popup__entry ul {
    margin-bottom: calc(12 / 1440 * 100vw);
    padding-left: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry ol, .p-popup__entry ul {
    margin-bottom: calc(10 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
  }
}
.p-popup__entry ol li, .p-popup__entry ul li {
  list-style: decimal;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry ol li, .p-popup__entry ul li {
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry ol li, .p-popup__entry ul li {
    margin-bottom: calc(6 / 375 * 100vw);
  }
}
.p-popup__entry ul li {
  list-style: disc;
}
.p-popup__entry a {
  color: var(--color-main);
  text-decoration: underline;
}
.p-popup__entry a:hover {
  text-decoration: none;
}
.p-popup__entry__meta {
  background-color: var(--color-bg2);
  border-radius: 4px;
  font-size: 13px;
  margin: 24px 0 !important;
  padding: 16px;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry__meta {
    border-radius: calc(4 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
    margin: calc(24 / 1440 * 100vw) 0 !important;
    padding: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry__meta {
    font-size: calc(11 / 375 * 100vw);
    margin: calc(18 / 375 * 100vw) 0 !important;
    padding: calc(12 / 375 * 100vw);
  }
}
.p-popup__entry__table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 16px 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry__table {
    font-size: calc(13 / 1440 * 100vw);
    margin: calc(16 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry__table {
    font-size: calc(11 / 375 * 100vw);
    margin: calc(12 / 375 * 100vw) 0;
  }
}
.p-popup__entry__table th,
.p-popup__entry__table td {
  border: 1px solid #e5e5e5;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1439px) {
  .p-popup__entry__table th,
.p-popup__entry__table td {
    padding: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-popup__entry__table th,
.p-popup__entry__table td {
    padding: calc(8 / 375 * 100vw);
  }
}
.p-popup__entry__table th {
  background-color: var(--color-bg2);
  font-weight: 700;
  white-space: nowrap;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .p-popup__entry__table th {
    white-space: normal;
    width: 40%;
  }
}
.p-popup__button {
  /* Lityが×ボタンを表示するので空ブロックでもOK */
}
