@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #2E2E2E;
  --color-main: #B59556;
  --color-bg: #F0EEEC;
  --color-bg2: #1D2A3A;
  --color-bg3: #182430;
  --color-bg4: #324251;
  --color-bg5: #A29F8F;
}

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-bg);
  color: var(--color-black);
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

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

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

picture {
  display: block;
}

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

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

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

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

.swiper-container {
  overflow: visible;
  padding-bottom: 0;
  position: relative;
}

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

.swiper-button-prev {
  left: auto;
  right: 50px;
  top: -70px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev {
    right: calc(50 / 1440 * 100vw);
    top: calc(-70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    right: calc(50 / 375 * 100vw);
    top: calc(-52 / 375 * 100vw);
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper_icon_prev.svg);
}
.swiper-button-prev--white::after {
  background-image: url(../images/swiper_icon_prev_white.svg);
}

.swiper-button-next {
  right: 0;
  top: -70px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-next {
    right: calc(0 / 1440 * 100vw);
    top: calc(-70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(0 / 375 * 100vw);
    top: calc(-52 / 375 * 100vw);
  }
}
.swiper-button-next:after {
  background-image: url(../images/swiper_icon_next.svg);
}
.swiper-button-next--white::after {
  background-image: url(../images/swiper_icon_next_white.svg);
}

.swiper-pagination {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes loop-reverse {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop-reverse {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes loop2-reverse {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes loop2-reverse {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes loop-vertical {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loop-vertical {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes loop2-vertical {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
@keyframes loop2-vertical {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
@-webkit-keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.lity {
  background-color: rgba(21, 21, 21, 0.5) !important;
}

.lity-container {
  overflow: hidden;
}

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

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

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

.l-content__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-content__inner {
    padding-left: calc(120 / 1440 * 100vw);
    padding-right: calc(120 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content__inner {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-content__inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-content__main {
  width: 846px;
}
@media screen and (max-width: 1439px) {
  .l-content__main {
    width: calc(846 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content__main {
    width: 100%;
  }
}
.l-content__sidebar {
  padding-left: 33px;
  width: 323px;
}
@media screen and (max-width: 1439px) {
  .l-content__sidebar {
    padding-left: calc(33 / 1440 * 100vw);
    width: calc(323 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content__sidebar {
    padding-left: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.l-content .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.l-content.has-darkBg {
  background-color: var(--color-bg2);
}
.l-content.has-darkBg .l-content__sidebar {
  position: relative;
}
.l-content.has-darkBg .l-content__sidebar::before {
  background-color: var(--color-bg);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-content.has-darkBg .l-content__sidebar::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-content .p-section__titleBox, .l-content .p-section__readmore, .l-content .p-section__sidebarVoiceList, .l-content .p-section__faq, .l-content .p-section__sidebarBannerList, .l-content .p-section__columnList, .l-content .p-section__search, .l-content .p-section__tagList, .l-content .p-section__rankColumnList, .l-content .p-section__bannerList, .l-content .p-section__consultant {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content .p-section .swiper-button-next {
    right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content .p-section .swiper-button-prev {
    right: calc(65 / 375 * 100vw);
  }
}

.c-companyCard {
  margin: 0 auto;
  width: 266px;
}
@media screen and (max-width: 1439px) {
  .c-companyCard {
    width: calc(266 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-companyCard {
    width: calc(266 / 375 * 100vw);
  }
}
.c-companyCard__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 151px;
}
.c-companyCard__textBox {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .c-companyCard__textBox {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-companyCard__textBox {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-companyCard__textBox__company {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--color-white);
  display: -webkit-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-companyCard__textBox__company {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-companyCard__textBox__company {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
.c-companyCard__textBox__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--color-white);
  display: -webkit-box;
  font-size: 15px;
  height: 84px;
  line-height: 28px;
  margin-top: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-companyCard__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-companyCard__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .c-companyCard__textBox__text {
    height: calc(84 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-companyCard__textBox__text {
    height: calc(84 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}

.c-consultantCard {
  margin: 0 auto;
  width: 194px;
}
@media screen and (max-width: 1439px) {
  .c-consultantCard {
    width: calc(194 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-consultantCard {
    width: calc(194 / 375 * 100vw);
  }
}
.c-consultantCard__thumbnail img {
  height: auto;
  width: 100%;
}
.c-consultantCard__textBox {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .c-consultantCard__textBox {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-consultantCard__textBox {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-consultantCard__textBox__title {
  color: var(--color-white);
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1439px) {
  .c-consultantCard__textBox__title {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-bottom: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-consultantCard__textBox__title {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-bottom: calc(7 / 375 * 100vw);
  }
}
.c-consultantCard__textBox__name {
  color: var(--color-white);
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-consultantCard__textBox__name {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-consultantCard__textBox__name {
    font-size: calc(16 / 375 * 100vw);
  }
}
.c-consultantCard__textBox__text {
  color: var(--color-white);
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .c-consultantCard__textBox__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-consultantCard__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
}
.c-consultantCard--middle {
  width: 218px;
}
@media screen and (max-width: 1439px) {
  .c-consultantCard--middle {
    width: calc(218 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-consultantCard--middle {
    width: calc(194 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-consultantCard--middle.c-consultantCard--smallSp {
    width: calc(160 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-consultantCard--middle.c-consultantCard--smallSp .c-consultantCard__textBox__text {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
}

.c-columnCard {
  background-color: var(--color-white);
  margin: 0 auto;
  width: 194px;
}
@media screen and (max-width: 1439px) {
  .c-columnCard {
    width: calc(194 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-columnCard {
    width: calc(194 / 375 * 100vw);
  }
}
.c-columnCard__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 111px;
}
@media screen and (max-width: 1439px) {
  .c-columnCard__thumbnail {
    height: calc(111 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-columnCard__thumbnail {
    height: calc(111 / 375 * 100vw);
  }
}
.c-columnCard__textBox {
  height: 139px;
  padding: 15px 20px;
}
@media screen and (max-width: 1439px) {
  .c-columnCard__textBox {
    height: calc(139 / 1440 * 100vw);
    padding: calc(15 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-columnCard__textBox {
    height: calc(139 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-columnCard__textBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-columnCard__textBox__title {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-columnCard__textBox__title {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.c-columnCard__textBox__modDate {
  font-size: 11px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-columnCard__textBox__modDate {
    font-size: calc(11 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-columnCard__textBox__modDate {
    font-size: calc(11 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-columnCard--middle {
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .c-columnCard--middle {
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-columnCard--middle {
    width: calc(280 / 375 * 100vw);
  }
}
.c-columnCard--middle .c-columnCard__thumbnail {
  height: 160px;
}
@media screen and (max-width: 1439px) {
  .c-columnCard--middle .c-columnCard__thumbnail {
    height: calc(160 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-columnCard--middle .c-columnCard__thumbnail {
    height: calc(160 / 375 * 100vw);
  }
}
.c-columnCard--middle .c-columnCard__textBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  height: 66px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-columnCard--middle .c-columnCard__textBox__title {
    height: calc(66 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-columnCard--middle .c-columnCard__textBox__title {
    height: calc(66 / 375 * 100vw);
  }
}

.c-jobCard {
  background-color: var(--color-white);
  margin: 0 auto;
  padding: 20px;
  width: 266px;
}
@media screen and (max-width: 1439px) {
  .c-jobCard {
    padding: calc(20 / 1440 * 100vw);
    width: calc(266 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard {
    padding: calc(20 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
  }
}
.c-jobCard__titleBox {
  border-left: 5px solid var(--color-bg4);
  height: 76px;
  padding-left: 10px;
}
@media screen and (max-width: 1439px) {
  .c-jobCard__titleBox {
    border-left: calc(5 / 1440 * 100vw) solid var(--color-bg4);
    height: calc(76 / 1440 * 100vw);
    padding-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__titleBox {
    border-left: calc(5 / 375 * 100vw) solid var(--color-bg4);
    height: calc(85 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
  }
}
.c-jobCard__titleBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-jobCard__titleBox__title {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__titleBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.c-jobCard__titleBox__company {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-jobCard__titleBox__company {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__titleBox__company {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}
.c-jobCard__data {
  border-top: 1px solid #EAEAEA;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 1439px) {
  .c-jobCard__data {
    margin-top: calc(20 / 1440 * 100vw);
    padding-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__data {
    margin-top: calc(20 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
  }
}
.c-jobCard__data__text {
  display: flex;
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .c-jobCard__data__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__data__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.c-jobCard__data__text__icon {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 28px;
  height: 17px;
  margin-right: 10px;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transform: translateY(5px);
  width: 28px;
  width: 17px;
}
@media screen and (max-width: 1439px) {
  .c-jobCard__data__text__icon {
    height: calc(28 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__data__text__icon {
    height: calc(22 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(1 / 375 * 100vw));
    width: calc(22 / 375 * 100vw);
  }
}
.c-jobCard__data__text__icon--bag {
  -webkit-mask-image: url(../images/icon_bag.svg);
          mask-image: url(../images/icon_bag.svg);
}
.c-jobCard__data__text__icon--pin {
  -webkit-mask-image: url(../images/icon_pin.svg);
          mask-image: url(../images/icon_pin.svg);
}
.c-jobCard__data__text__icon--scope {
  -webkit-mask-image: url(../images/icon_scope.svg);
          mask-image: url(../images/icon_scope.svg);
}
.c-jobCard__data__text__icon--check {
  -webkit-mask-image: url(../images/icon_check.svg);
          mask-image: url(../images/icon_check.svg);
}
.c-jobCard__data__text__icon--building {
  -webkit-mask-image: url(../images/icon_building.svg);
          mask-image: url(../images/icon_building.svg);
}
.c-jobCard__data__text__icon--building2 {
  -webkit-mask-image: url(../images/icon_building2.svg);
          mask-image: url(../images/icon_building2.svg);
}
.c-jobCard__data__text__icon--human {
  -webkit-mask-image: url(../images/icon_human.svg);
          mask-image: url(../images/icon_human.svg);
}
.c-jobCard__data__text__icon--book {
  -webkit-mask-image: url(../images/icon_book.svg);
          mask-image: url(../images/icon_book.svg);
}
.c-jobCard__data__text__icon--fukidashi {
  -webkit-mask-image: url(../images/icon_fukidashi.svg);
          mask-image: url(../images/icon_fukidashi.svg);
}
.c-jobCard__data__text__icon--fukidashi2 {
  -webkit-mask-image: url(../images/icon_fukidashi2.svg);
          mask-image: url(../images/icon_fukidashi2.svg);
}
.c-jobCard__data__text__icon--yen {
  -webkit-mask-image: url(../images/icon_yen.svg);
          mask-image: url(../images/icon_yen.svg);
}
.c-jobCard__data__text__icon--file {
  -webkit-mask-image: url(../images/icon_file.svg);
          mask-image: url(../images/icon_file.svg);
}
.c-jobCard__data__text__icon--search {
  -webkit-mask-image: url(../images/icon_search.svg);
          mask-image: url(../images/icon_search.svg);
}
.c-jobCard__data__text__icon--tag {
  -webkit-mask-image: url(../images/icon_tag.svg);
          mask-image: url(../images/icon_tag.svg);
}
.c-jobCard__data__text__icon--crown {
  -webkit-mask-image: url(../images/icon_crown.svg);
          mask-image: url(../images/icon_crown.svg);
}
.c-jobCard__data__text__icon--frasco {
  -webkit-mask-image: url(../images/icon_frasco.svg);
          mask-image: url(../images/icon_frasco.svg);
}
.c-jobCard__data__text__icon--time {
  -webkit-mask-image: url(../images/icon_time.svg);
          mask-image: url(../images/icon_time.svg);
}
.c-jobCard__data__text__icon--update {
  -webkit-mask-image: url(../images/icon_update.svg);
          mask-image: url(../images/icon_update.svg);
}
.c-jobCard__data__text__icon--reload {
  -webkit-mask-image: url(../images/icon_reload.svg);
          mask-image: url(../images/icon_reload.svg);
}
.c-jobCard__data__text__icon--medical {
  -webkit-mask-image: url(../images/icon_medical.svg);
          mask-image: url(../images/icon_medical.svg);
}
.c-jobCard__data__text__icon--category {
  -webkit-mask-image: url(../images/icon_category.svg);
          mask-image: url(../images/icon_category.svg);
}
@media screen and (max-width: 1439px) {
  .c-jobCard__data__text__icon {
    height: calc(17 / 1440 * 100vw);
    transform: translateY(calc(5 / 1440 * 100vw));
    width: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__data__text__icon {
    height: calc(17 / 375 * 100vw);
    transform: translateY(calc(5 / 375 * 100vw));
    width: calc(17 / 375 * 100vw);
  }
}
.c-jobCard__data__text span.clamp {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}
.c-jobCard__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  border-top: 1px solid #EAEAEA;
  display: -webkit-box;
  font-size: 15px;
  height: 105px;
  line-height: 28px;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 20px;
}
@media screen and (max-width: 1439px) {
  .c-jobCard__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .c-jobCard__text {
    height: calc(105 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
    padding-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__text {
    height: calc(105 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
  }
}
.c-jobCard__buttonBox {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .c-jobCard__buttonBox {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__buttonBox {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-jobCard__buttonBox__fav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-main);
  color: rgba(181, 149, 86, 0.5);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 46px;
  justify-content: center;
          user-select: none;
  width: 108px;
}
@media screen and (max-width: 1439px) {
  .c-jobCard__buttonBox__fav {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(46 / 1440 * 100vw);
    width: calc(108 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__buttonBox__fav {
    font-size: calc(14 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    width: calc(143 / 375 * 100vw);
  }
}
.c-jobCard__buttonBox__button a {
  align-items: center;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 46px;
  justify-content: center;
  width: 108px;
}
@media screen and (max-width: 1439px) {
  .c-jobCard__buttonBox__button a {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(46 / 1440 * 100vw);
    width: calc(108 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard__buttonBox__button a {
    font-size: calc(14 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    width: calc(143 / 375 * 100vw);
  }
}
.c-jobCard__buttonBox__button a:hover {
  background-color: var(--color-white);
  color: var(--color-main);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-jobCard__buttonBox__button a:hover {
    background-color: var(--color-main);
    color: var(--color-white);
  }
}
.c-jobCard--middle {
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .c-jobCard--middle {
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-jobCard--middle {
    width: calc(335 / 375 * 100vw);
  }
}
.c-jobCard.is-fav .c-jobCardSmall__buttonBox__fav {
  background-color: rgba(181, 149, 86, 0.1);
  border: 1px solid rgba(181, 149, 86, 0.1);
  color: var(--color-main);
}
.c-jobCard.is-fav .c-jobCard__buttonBox__fav {
  background-color: rgba(181, 149, 86, 0.1);
  border: 1px solid rgba(181, 149, 86, 0.1);
  color: var(--color-main);
}

#jobs .c-jobCard__buttonBox__fav,
#jobs .c-jobCard__buttonBox__button a,
#relatedJobs .c-jobCard__buttonBox__fav,
#relatedJobs .c-jobCard__buttonBox__button a {
  width: 114px;
}
@media screen and (max-width: 1439px) {
  #jobs .c-jobCard__buttonBox__fav,
#jobs .c-jobCard__buttonBox__button a,
#relatedJobs .c-jobCard__buttonBox__fav,
#relatedJobs .c-jobCard__buttonBox__button a {
    width: calc(114 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #jobs .c-jobCard__buttonBox__fav,
#jobs .c-jobCard__buttonBox__button a,
#relatedJobs .c-jobCard__buttonBox__fav,
#relatedJobs .c-jobCard__buttonBox__button a {
    width: calc(143 / 375 * 100vw);
  }
}

.c-job {
  background-color: var(--color-white);
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-job {
    padding: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job {
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-job__jobId {
  font-size: 13px;
  position: absolute;
  right: 40px;
  top: 30px;
}
@media screen and (max-width: 1439px) {
  .c-job__jobId {
    font-size: calc(13 / 1440 * 100vw);
    right: calc(40 / 1440 * 100vw);
    top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__jobId {
    display: none;
    font-size: calc(13 / 375 * 100vw);
    right: calc(40 / 375 * 100vw);
    top: calc(30 / 375 * 100vw);
  }
}
.c-job__titleBox {
  border-left: 5px solid var(--color-bg4);
  padding-left: 10px;
  padding-right: 240px;
}
@media screen and (max-width: 1439px) {
  .c-job__titleBox {
    border-left: calc(5 / 1440 * 100vw) solid var(--color-bg4);
    padding-left: calc(10 / 1440 * 100vw);
    padding-right: calc(240 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__titleBox {
    border-left: calc(5 / 375 * 100vw) solid var(--color-bg4);
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
  }
}
.c-job__titleBox__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}
@media screen and (max-width: 1439px) {
  .c-job__titleBox__title {
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__titleBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.c-job__titleBox__company {
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .c-job__titleBox__company {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__titleBox__company {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}
.c-job__logo {
  position: absolute;
  right: 40px;
  top: 60px;
  width: 201px;
}
.c-job__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-job__logo {
    right: calc(40 / 1440 * 100vw);
    top: calc(60 / 1440 * 100vw);
    width: calc(201 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__logo {
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    right: calc(40 / 375 * 100vw);
    top: calc(60 / 375 * 100vw);
    width: 100%;
  }
}
.c-job__logo a {
  display: block;
}
.c-job__logo img {
  -o-object-fit: contain;
  background-color: var(--color-white);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 77px;
     object-fit: contain;
}
@media screen and (max-width: 1439px) {
  .c-job__logo img {
    border-radius: calc(5 / 1440 * 100vw);
    height: calc(77 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__logo img {
    border-radius: calc(5 / 375 * 100vw);
    height: calc(113 / 375 * 100vw);
  }
}
.c-job__data {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .c-job__data {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__data {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-job__data > ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-job__data > ul {
    display: block;
  }
}
.c-job__data > ul > li + li {
  margin-left: 24px;
}
@media screen and (max-width: 1439px) {
  .c-job__data > ul > li + li {
    margin-left: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__data > ul > li + li {
    margin-left: calc(0 / 375 * 100vw);
  }
}
.c-job__data__text {
  display: flex;
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .c-job__data__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__data__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.c-job__data__text__icon {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 28px;
  height: 17px;
  margin-right: 10px;
  margin-right: 5px;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transform: translateY(6px);
  width: 28px;
  width: 17px;
}
@media screen and (max-width: 1439px) {
  .c-job__data__text__icon {
    height: calc(28 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__data__text__icon {
    height: calc(22 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(1 / 375 * 100vw));
    width: calc(22 / 375 * 100vw);
  }
}
.c-job__data__text__icon--bag {
  -webkit-mask-image: url(../images/icon_bag.svg);
          mask-image: url(../images/icon_bag.svg);
}
.c-job__data__text__icon--pin {
  -webkit-mask-image: url(../images/icon_pin.svg);
          mask-image: url(../images/icon_pin.svg);
}
.c-job__data__text__icon--scope {
  -webkit-mask-image: url(../images/icon_scope.svg);
          mask-image: url(../images/icon_scope.svg);
}
.c-job__data__text__icon--check {
  -webkit-mask-image: url(../images/icon_check.svg);
          mask-image: url(../images/icon_check.svg);
}
.c-job__data__text__icon--building {
  -webkit-mask-image: url(../images/icon_building.svg);
          mask-image: url(../images/icon_building.svg);
}
.c-job__data__text__icon--building2 {
  -webkit-mask-image: url(../images/icon_building2.svg);
          mask-image: url(../images/icon_building2.svg);
}
.c-job__data__text__icon--human {
  -webkit-mask-image: url(../images/icon_human.svg);
          mask-image: url(../images/icon_human.svg);
}
.c-job__data__text__icon--book {
  -webkit-mask-image: url(../images/icon_book.svg);
          mask-image: url(../images/icon_book.svg);
}
.c-job__data__text__icon--fukidashi {
  -webkit-mask-image: url(../images/icon_fukidashi.svg);
          mask-image: url(../images/icon_fukidashi.svg);
}
.c-job__data__text__icon--fukidashi2 {
  -webkit-mask-image: url(../images/icon_fukidashi2.svg);
          mask-image: url(../images/icon_fukidashi2.svg);
}
.c-job__data__text__icon--yen {
  -webkit-mask-image: url(../images/icon_yen.svg);
          mask-image: url(../images/icon_yen.svg);
}
.c-job__data__text__icon--file {
  -webkit-mask-image: url(../images/icon_file.svg);
          mask-image: url(../images/icon_file.svg);
}
.c-job__data__text__icon--search {
  -webkit-mask-image: url(../images/icon_search.svg);
          mask-image: url(../images/icon_search.svg);
}
.c-job__data__text__icon--tag {
  -webkit-mask-image: url(../images/icon_tag.svg);
          mask-image: url(../images/icon_tag.svg);
}
.c-job__data__text__icon--crown {
  -webkit-mask-image: url(../images/icon_crown.svg);
          mask-image: url(../images/icon_crown.svg);
}
.c-job__data__text__icon--frasco {
  -webkit-mask-image: url(../images/icon_frasco.svg);
          mask-image: url(../images/icon_frasco.svg);
}
.c-job__data__text__icon--time {
  -webkit-mask-image: url(../images/icon_time.svg);
          mask-image: url(../images/icon_time.svg);
}
.c-job__data__text__icon--update {
  -webkit-mask-image: url(../images/icon_update.svg);
          mask-image: url(../images/icon_update.svg);
}
.c-job__data__text__icon--reload {
  -webkit-mask-image: url(../images/icon_reload.svg);
          mask-image: url(../images/icon_reload.svg);
}
.c-job__data__text__icon--medical {
  -webkit-mask-image: url(../images/icon_medical.svg);
          mask-image: url(../images/icon_medical.svg);
}
.c-job__data__text__icon--category {
  -webkit-mask-image: url(../images/icon_category.svg);
          mask-image: url(../images/icon_category.svg);
}
@media screen and (max-width: 1439px) {
  .c-job__data__text__icon {
    height: calc(17 / 1440 * 100vw);
    margin-right: calc(5 / 1440 * 100vw);
    transform: translateY(calc(6 / 1440 * 100vw));
    width: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__data__text__icon {
    height: calc(16 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(6 / 375 * 100vw));
    width: calc(16 / 375 * 100vw);
  }
}
.c-job__company {
  border-top: 1px solid #EAEAEA;
  display: flex;
  margin-top: 30px;
  padding-top: 25px;
}
@media screen and (max-width: 1439px) {
  .c-job__company {
    margin-top: calc(30 / 1440 * 100vw);
    padding-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__company {
    display: block;
    margin-top: calc(15 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
  }
}
.c-job__company__logo {
  flex-shrink: 0;
  margin-right: 40px;
  transform: translateY(5px);
  width: 185px;
}
@media screen and (max-width: 1439px) {
  .c-job__company__logo {
    margin-right: calc(40 / 1440 * 100vw);
    transform: translateY(calc(5 / 1440 * 100vw));
    width: calc(185 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__company__logo {
    display: none;
    margin-right: calc(40 / 375 * 100vw);
    transform: translateY(calc(5 / 375 * 100vw));
    width: calc(185 / 375 * 100vw);
  }
}
.c-job__company__logo a {
  display: block;
}
.c-job__company__logo img {
  -o-object-fit: contain;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 71px;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-job__company__logo img {
    border-radius: calc(5 / 1440 * 100vw);
    height: calc(71 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__company__logo img {
    border-radius: calc(5 / 375 * 100vw);
    height: calc(71 / 375 * 100vw);
  }
}
.c-job__company__textBox__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 15px;
  line-height: 28px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-job__company__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__company__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.c-job__buttonBox {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .c-job__buttonBox {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__buttonBox {
    justify-content: space-between;
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-job__buttonBox__fav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  border: 1px solid var(--color-main);
  color: rgba(181, 149, 86, 0.5);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
          user-select: none;
  width: 260px;
}
@media screen and (max-width: 1439px) {
  .c-job__buttonBox__fav {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    width: calc(260 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__buttonBox__fav {
    font-size: calc(14 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    width: calc(143 / 375 * 100vw);
  }
}
.c-job__buttonBox__button {
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .c-job__buttonBox__button {
    margin-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__buttonBox__button {
    margin-left: calc(0 / 375 * 100vw);
  }
}
.c-job__buttonBox__button a {
  align-items: center;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  width: 260px;
}
@media screen and (max-width: 1439px) {
  .c-job__buttonBox__button a {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    width: calc(260 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-job__buttonBox__button a {
    font-size: calc(14 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    width: calc(143 / 375 * 100vw);
  }
}
.c-job__buttonBox__button a:hover {
  background-color: var(--color-white);
  color: var(--color-main);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-job__buttonBox__button a:hover {
    background-color: var(--color-main);
    color: var(--color-white);
  }
}
.c-job.is-fav .c-job__buttonBox__fav {
  background-color: rgba(181, 149, 86, 0.1);
  border: 1px solid rgba(181, 149, 86, 0.1);
  color: var(--color-main);
}

.c-pagination {
  align-items: center;
  display: flex;
}
.c-pagination > * + * {
  margin-left: 8px;
}
@media screen and (max-width: 1439px) {
  .c-pagination > * + * {
    margin-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination > * + * {
    margin-left: calc(8 / 375 * 100vw);
  }
}
.c-pagination .page-numbers {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 15px;
  height: 32px;
  justify-content: center;
  width: 32px;
}
@media screen and (max-width: 1439px) {
  .c-pagination .page-numbers {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
    width: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    font-size: calc(15 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
    width: calc(32 / 375 * 100vw);
  }
}
.c-pagination .page-numbers.current {
  background-color: var(--color-bg4);
  color: var(--color-white);
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 1439px) {
  .c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
    height: calc(32 / 1440 * 100vw);
    width: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
    height: calc(32 / 375 * 100vw);
    width: calc(32 / 375 * 100vw);
  }
}
.c-pagination .page-numbers.prev {
  background-image: url(../images/icon_prev_pagination.svg);
}
.c-pagination .page-numbers.next {
  background-image: url(../images/icon_next_pagination.svg);
}

.c-voiceCard {
  background: var(--color-white);
  height: 675px;
  margin: 0 auto;
  padding: 30px;
  width: 382px;
}
@media screen and (max-width: 1439px) {
  .c-voiceCard {
    height: calc(675 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw);
    width: calc(382 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard {
    height: calc(700 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
  }
}
.c-voiceCard__titleBox {
  border-left: 5px solid var(--color-bg4);
  padding-left: 10px;
}
@media screen and (max-width: 1439px) {
  .c-voiceCard__titleBox {
    border-left: calc(5 / 1440 * 100vw) solid var(--color-bg4);
    padding-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard__titleBox {
    border-left: calc(5 / 375 * 100vw) solid var(--color-bg4);
    padding-left: calc(10 / 375 * 100vw);
  }
}
.c-voiceCard__titleBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 18px;
  font-weight: bold;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-voiceCard__titleBox__title {
    font-size: calc(18 / 1440 * 100vw);
    height: calc(52 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard__titleBox__title {
    font-size: calc(18 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.c-voiceCard__titleBox__data {
  display: flex;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-voiceCard__titleBox__data {
    font-size: calc(13 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard__titleBox__data {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-voiceCard__titleBox__data::before {
  background-color: var(--color-black);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1px;
  margin-right: 4px;
  transform: translateY(6px);
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .c-voiceCard__titleBox__data::before {
    margin-right: calc(4 / 1440 * 100vw);
    transform: translateY(calc(6 / 1440 * 100vw));
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard__titleBox__data::before {
    margin-right: calc(4 / 375 * 100vw);
    transform: translateY(calc(6 / 375 * 100vw));
    width: calc(14 / 375 * 100vw);
  }
}
.c-voiceCard__beforeAfter {
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .c-voiceCard__beforeAfter {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard__beforeAfter {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-voiceCard__beforeAfter__before {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 14px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-voiceCard__beforeAfter__before {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard__beforeAfter__before {
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-voiceCard__beforeAfter__before::before {
  background-image: url(../images/icon_before.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 19px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 60px;
}
@media screen and (max-width: 1439px) {
  .c-voiceCard__beforeAfter__before::before {
    height: calc(19 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard__beforeAfter__before::before {
    height: calc(19 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
  }
}
.c-voiceCard__beforeAfter__after {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-voiceCard__beforeAfter__after {
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard__beforeAfter__after {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.c-voiceCard__beforeAfter__after::before {
  background-image: url(../images/icon_after.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 19px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 60px;
}
@media screen and (max-width: 1439px) {
  .c-voiceCard__beforeAfter__after::before {
    height: calc(19 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard__beforeAfter__after::before {
    height: calc(19 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
  }
}
.c-voiceCard__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 15;
  display: -webkit-box;
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-voiceCard__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .c-voiceCard__text {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-voiceCard__text {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.c-column {
  background-color: var(--color-white);
  display: flex;
  height: 196px;
}
@media screen and (max-width: 1439px) {
  .c-column {
    height: calc(196 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column {
    display: block;
    height: auto;
  }
}
.c-column__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 100%;
  width: 345px;
}
@media screen and (max-width: 1439px) {
  .c-column__thumbnail {
    width: calc(345 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__thumbnail {
    height: calc(190 / 375 * 100vw);
    width: 100%;
  }
}
.c-column__textBox {
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox {
    padding: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox {
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-column__textBox__categoryList {
  -ms-overflow-style: none;
  margin-bottom: 10px;
  overflow: scroll;
  scrollbar-width: none;
  width: 451px;
}
.c-column__textBox__categoryList::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__categoryList {
    margin-bottom: calc(10 / 1440 * 100vw);
    width: calc(451 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__categoryList {
    margin-bottom: calc(10 / 375 * 100vw);
    width: 100%;
  }
}
.c-column__textBox__categoryList > ul {
  display: flex;
}
.c-column__textBox__categoryList > ul > li {
  align-items: center;
  background-color: var(--color-bg);
  display: inline-flex;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__categoryList > ul > li {
    font-size: calc(11 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    padding: 0 calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__categoryList > ul > li {
    font-size: calc(11 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw);
  }
}
.c-column__textBox__categoryList > ul > li + li {
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__categoryList > ul > li + li {
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__categoryList > ul > li + li {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.c-column__textBox__categoryList object {
  position: relative;
  z-index: 1;
}
.c-column__textBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__title {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.c-column__textBox__tagList {
  -ms-overflow-style: none;
  margin-top: 10px;
  overflow: scroll;
  scrollbar-width: none;
  width: 355px;
}
.c-column__textBox__tagList::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__tagList {
    margin-top: calc(10 / 1440 * 100vw);
    width: calc(355 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__tagList {
    margin-top: calc(10 / 375 * 100vw);
    width: 100%;
  }
}
.c-column__textBox__tagList > ul {
  display: flex;
}
.c-column__textBox__tagList > ul > li {
  align-items: center;
  background-color: var(--color-bg5);
  border-radius: 20px;
  color: var(--color-white);
  display: flex;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  padding: 0 15px;
  padding-bottom: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__tagList > ul > li {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(11 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    padding: 0 calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__tagList > ul > li {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.c-column__textBox__tagList > ul > li + li {
  margin-left: 7px;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__tagList > ul > li + li {
    margin-left: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__tagList > ul > li + li {
    margin-left: calc(7 / 375 * 100vw);
  }
}
.c-column__textBox__tagList object {
  position: relative;
  z-index: 1;
}
.c-column__textBox__tagList object a {
  color: var(--color-white);
}
.c-column__textBox__dateBox {
  bottom: 25px;
  display: flex;
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__dateBox {
    bottom: calc(25 / 1440 * 100vw);
    right: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__dateBox {
    justify-content: flex-end;
    margin-top: calc(15 / 375 * 100vw);
    position: static;
  }
}
.c-column__textBox__dateBox__date {
  align-items: center;
  display: flex;
  font-size: 11px;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__dateBox__date {
    font-size: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__dateBox__date {
    font-size: calc(11 / 375 * 100vw);
  }
}
.c-column__textBox__dateBox__date__icon {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  flex-shrink: 0;
  flex-shrink: 0;
  height: 28px;
  height: 10px;
  margin-right: 10px;
  margin-right: 5px;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 28px;
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__dateBox__date__icon {
    height: calc(28 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__dateBox__date__icon {
    height: calc(22 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(1 / 375 * 100vw));
    width: calc(22 / 375 * 100vw);
  }
}
.c-column__textBox__dateBox__date__icon--bag {
  -webkit-mask-image: url(../images/icon_bag.svg);
          mask-image: url(../images/icon_bag.svg);
}
.c-column__textBox__dateBox__date__icon--pin {
  -webkit-mask-image: url(../images/icon_pin.svg);
          mask-image: url(../images/icon_pin.svg);
}
.c-column__textBox__dateBox__date__icon--scope {
  -webkit-mask-image: url(../images/icon_scope.svg);
          mask-image: url(../images/icon_scope.svg);
}
.c-column__textBox__dateBox__date__icon--check {
  -webkit-mask-image: url(../images/icon_check.svg);
          mask-image: url(../images/icon_check.svg);
}
.c-column__textBox__dateBox__date__icon--building {
  -webkit-mask-image: url(../images/icon_building.svg);
          mask-image: url(../images/icon_building.svg);
}
.c-column__textBox__dateBox__date__icon--building2 {
  -webkit-mask-image: url(../images/icon_building2.svg);
          mask-image: url(../images/icon_building2.svg);
}
.c-column__textBox__dateBox__date__icon--human {
  -webkit-mask-image: url(../images/icon_human.svg);
          mask-image: url(../images/icon_human.svg);
}
.c-column__textBox__dateBox__date__icon--book {
  -webkit-mask-image: url(../images/icon_book.svg);
          mask-image: url(../images/icon_book.svg);
}
.c-column__textBox__dateBox__date__icon--fukidashi {
  -webkit-mask-image: url(../images/icon_fukidashi.svg);
          mask-image: url(../images/icon_fukidashi.svg);
}
.c-column__textBox__dateBox__date__icon--fukidashi2 {
  -webkit-mask-image: url(../images/icon_fukidashi2.svg);
          mask-image: url(../images/icon_fukidashi2.svg);
}
.c-column__textBox__dateBox__date__icon--yen {
  -webkit-mask-image: url(../images/icon_yen.svg);
          mask-image: url(../images/icon_yen.svg);
}
.c-column__textBox__dateBox__date__icon--file {
  -webkit-mask-image: url(../images/icon_file.svg);
          mask-image: url(../images/icon_file.svg);
}
.c-column__textBox__dateBox__date__icon--search {
  -webkit-mask-image: url(../images/icon_search.svg);
          mask-image: url(../images/icon_search.svg);
}
.c-column__textBox__dateBox__date__icon--tag {
  -webkit-mask-image: url(../images/icon_tag.svg);
          mask-image: url(../images/icon_tag.svg);
}
.c-column__textBox__dateBox__date__icon--crown {
  -webkit-mask-image: url(../images/icon_crown.svg);
          mask-image: url(../images/icon_crown.svg);
}
.c-column__textBox__dateBox__date__icon--frasco {
  -webkit-mask-image: url(../images/icon_frasco.svg);
          mask-image: url(../images/icon_frasco.svg);
}
.c-column__textBox__dateBox__date__icon--time {
  -webkit-mask-image: url(../images/icon_time.svg);
          mask-image: url(../images/icon_time.svg);
}
.c-column__textBox__dateBox__date__icon--update {
  -webkit-mask-image: url(../images/icon_update.svg);
          mask-image: url(../images/icon_update.svg);
}
.c-column__textBox__dateBox__date__icon--reload {
  -webkit-mask-image: url(../images/icon_reload.svg);
          mask-image: url(../images/icon_reload.svg);
}
.c-column__textBox__dateBox__date__icon--medical {
  -webkit-mask-image: url(../images/icon_medical.svg);
          mask-image: url(../images/icon_medical.svg);
}
.c-column__textBox__dateBox__date__icon--category {
  -webkit-mask-image: url(../images/icon_category.svg);
          mask-image: url(../images/icon_category.svg);
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__dateBox__date__icon {
    height: calc(10 / 1440 * 100vw);
    margin-right: calc(5 / 1440 * 100vw);
    width: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__dateBox__date__icon {
    height: calc(10 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.c-column__textBox__dateBox__date + .c-column__textBox__dateBox__date {
  margin-left: 18px;
}
@media screen and (max-width: 1439px) {
  .c-column__textBox__dateBox__date + .c-column__textBox__dateBox__date {
    margin-left: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-column__textBox__dateBox__date + .c-column__textBox__dateBox__date {
    margin-left: calc(18 / 375 * 100vw);
  }
}

.c-form__step {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .c-form__step {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__step {
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.c-form__step__text {
  color: rgba(29, 42, 58, 0.4);
  font-family: "Crimson Pro";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .c-form__step__text {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__step__text {
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-form__step__text.is-current {
  border-bottom: 1px solid var(--color-bg2);
}
.c-form__step__text + .c-form__step__text {
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__step__text + .c-form__step__text {
    margin-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__step__text + .c-form__step__text {
    margin-left: calc(20 / 375 * 100vw);
  }
}
.c-form__step__text.is-current {
  color: var(--color-bg2);
}
.c-form__section__notice {
  font-size: 11px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__notice {
    font-size: calc(11 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__notice {
    font-size: calc(11 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.c-form__section__block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-form__section__block {
    display: block;
  }
}
.c-form__section__block__title {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: bold;
  margin-right: 15px;
  transform: translateY(17px);
  width: 135px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__title {
    font-size: calc(15 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
    transform: translateY(calc(17 / 1440 * 100vw));
    width: calc(135 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__title {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    transform: translateY(calc(0 / 375 * 100vw));
    width: 100%;
  }
}
.c-form__section__block__title span {
  color: #ED0000;
  font-size: 10px;
  vertical-align: top;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__title span {
    font-size: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__title span {
    font-size: calc(10 / 375 * 100vw);
  }
}
.c-form__section__block__input {
  width: 100%;
}
.c-form__section__block__input input[type=text],
.c-form__section__block__input input[type=date],
.c-form__section__block__input select,
.c-form__section__block__input textarea {
  background-color: #F2F2F2;
  font-size: 15px;
  height: 50px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__input input[type=text],
.c-form__section__block__input input[type=date],
.c-form__section__block__input select,
.c-form__section__block__input textarea {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__input input[type=text],
.c-form__section__block__input input[type=date],
.c-form__section__block__input select,
.c-form__section__block__input textarea {
    font-size: 16px;
    height: calc(60 / 375 * 100vw);
  }
}
.c-form__section__block__input input[type=text],
.c-form__section__block__input input[type=date],
.c-form__section__block__input select {
  padding: 0 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__input input[type=text],
.c-form__section__block__input input[type=date],
.c-form__section__block__input select {
    padding: 0 calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__input input[type=text],
.c-form__section__block__input input[type=date],
.c-form__section__block__input select {
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.c-form__section__block__input input[type=text]::-moz-placeholder, .c-form__section__block__input textarea::-moz-placeholder {
  color: rgba(29, 42, 58, 0.4);
}
.c-form__section__block__input input[type=text]:-ms-input-placeholder, .c-form__section__block__input textarea:-ms-input-placeholder {
  color: rgba(29, 42, 58, 0.4);
}
.c-form__section__block__input input[type=text]::placeholder,
.c-form__section__block__input textarea::placeholder {
  color: rgba(29, 42, 58, 0.4);
}
.c-form__section__block__input textarea {
  font-size: 15px;
  height: 150px;
  letter-spacing: 0;
  line-height: 25px;
  padding: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__input textarea {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(150 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    padding: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__input textarea {
    font-size: 16px;
    height: calc(200 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
  }
}
.c-form__section__block__input input[type=date] {
  position: relative;
}
.c-form__section__block__input input[type=date]::after {
  background-image: url(../images/icon_calendar.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__input input[type=date]::after {
    height: calc(15 / 1440 * 100vw);
    right: calc(15 / 1440 * 100vw);
    width: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__input input[type=date]::after {
    height: calc(15 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}
.c-form__section__block__input input[type=date]::-webkit-calendar-picker-indicator {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.c-form__section__block__input input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.c-form__section__block__input input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
.c-form__section__block__input input[type=date]::-webkit-datetime-edit-fields-wrapper {
  color: rgba(29, 42, 58, 0.4);
}
.c-form__section__block__input input[type=date].is-changed[type=date]::-webkit-datetime-edit-fields-wrapper {
  color: var(--color-black);
}
.c-form__section__block__input input[type=file] {
  width: 100%;
}
.c-form__section__block__input input[type=file]::-webkit-file-upload-button {
  background-color: var(--color-white);
  border: 0;
  border: 1px solid #D9D9D9;
  color: var(--color-black);
  font-size: 13px;
  margin-right: 22px;
  padding: 10px 24px;
  text-align: center;
}
.c-form__section__block__input input[type=file]::file-selector-button {
  background-color: var(--color-white);
  border: 0;
  border: 1px solid #D9D9D9;
  color: var(--color-black);
  font-size: 13px;
  margin-right: 22px;
  padding: 10px 24px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__input input[type=file]::-webkit-file-upload-button {
    font-size: calc(13 / 1440 * 100vw);
    margin-right: calc(22 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  }
  .c-form__section__block__input input[type=file]::file-selector-button {
    font-size: calc(13 / 1440 * 100vw);
    margin-right: calc(22 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__input input[type=file]::-webkit-file-upload-button {
    font-size: calc(13 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
  .c-form__section__block__input input[type=file]::file-selector-button {
    font-size: calc(13 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.c-form__section__block__input select {
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12px 7px;
  color: rgba(29, 42, 58, 0.4);
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__input select {
    background-position: right calc(15 / 1440 * 100vw) center;
    background-size: calc(12 / 1440 * 100vw) calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__input select {
    background-position: right calc(15 / 375 * 100vw) center;
    background-size: calc(12 / 375 * 100vw) calc(7 / 375 * 100vw);
  }
}
.c-form__section__block__input select.is-changed {
  color: var(--color-black);
}
.c-form__section__block__radio {
  width: 100%;
}
.c-form__section__block__radio__choices {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
  margin-right: -30px;
  padding: 16px 0;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__radio__choices {
    margin-bottom: calc(-16 / 1440 * 100vw);
    margin-right: calc(-30 / 1440 * 100vw);
    padding: calc(16 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__radio__choices {
    margin-bottom: calc(-16 / 375 * 100vw);
    margin-right: calc(-30 / 375 * 100vw);
    padding: calc(0 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
  }
}
.c-form__section__block__radio__choices__choice {
  margin-bottom: 16px;
  margin-right: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__radio__choices__choice {
    margin-bottom: calc(16 / 1440 * 100vw);
    margin-right: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__radio__choices__choice {
    margin-bottom: calc(16 / 375 * 100vw);
    margin-right: calc(30 / 375 * 100vw);
  }
}
.c-form__section__block__radio__choices__choice input[type=radio],
.c-form__section__block__radio__choices__choice input[type=checkbox] {
  display: none;
}
.c-form__section__block__radio__choices__choice input[type=radio]:checked + label::before,
.c-form__section__block__radio__choices__choice input[type=checkbox]:checked + label::before {
  background-image: url(../images/icon_checkbox_checked.svg);
}
.c-form__section__block__radio__choices__choice label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  justify-content: center;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__radio__choices__choice label {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__radio__choices__choice label {
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-form__section__block__radio__choices__choice label::before {
  background-image: url(../images/icon_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 9px;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__radio__choices__choice label::before {
    height: calc(18 / 1440 * 100vw);
    margin-right: calc(9 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__radio__choices__choice label::before {
    height: calc(18 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.c-form__section__block__button {
  align-items: center;
  display: flex;
  height: 50px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__button {
    height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__button {
    height: calc(50 / 375 * 100vw);
  }
}
.c-form__section__block__button a {
  display: block;
}
.c-form__section__block__button a:hover {
  opacity: 1;
}
.c-form__section__block__button__icon {
  background-image: url(../images/icon_select.svg);
  background-position: center;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 26px;
  width: 84px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__button__icon {
    height: calc(26 / 1440 * 100vw);
    width: calc(84 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__button__icon {
    height: calc(26 / 375 * 100vw);
    width: calc(84 / 375 * 100vw);
  }
}
.c-form__section__block__button.is-selected .c-form__section__block__button__icon {
  background-image: url(../images/icon_selected.svg);
}
.c-form__section__block__pulldown {
  align-items: center;
  background-color: #F2F2F2;
  display: flex;
  height: 50px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown {
    height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown {
    height: calc(50 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__wrapper {
  width: 100%;
}
.c-form__section__block__pulldown__textBox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  cursor: pointer;
  padding: 18px 30px 18px 15px;
  position: relative;
          user-select: none;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__textBox {
    font-size: calc(15 / 1440 * 100vw);
    padding: calc(18 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(18 / 1440 * 100vw) calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__textBox {
    font-size: calc(15 / 375 * 100vw);
    padding: calc(18 / 375 * 100vw) calc(30 / 375 * 100vw) calc(18 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__textBox__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__textBox__text {
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__textBox__text::after {
  -webkit-mask-image: url(../images/icon_arrow_select.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  margin: auto 0;
          mask-image: url(../images/icon_arrow_select.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 15px;
  top: 0;
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__textBox__text::after {
    height: calc(7 / 1440 * 100vw);
    right: calc(15 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__textBox__text::after {
    height: calc(7 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content {
  -ms-overflow-style: none;
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  display: none;
  left: 0;
  margin: 0 auto;
  max-height: 316px;
  overflow: scroll;
  padding: 20px;
  position: absolute;
  scrollbar-width: none;
  top: 45px;
  width: 394px;
  z-index: 2;
}
.c-form__section__block__pulldown__content::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content {
    box-shadow: 0px 0px calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.16);
    height: calc(316 / 1440 * 100vw);
    padding: calc(20 / 1440 * 100vw);
    top: calc(45 / 1440 * 100vw);
    width: calc(394 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content {
    box-shadow: 0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.16);
    height: calc(280 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
    top: calc(45 / 375 * 100vw);
    width: calc(295 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content__radio {
  width: 100%;
}
.c-form__section__block__pulldown__content__radio__choices__choice input[type=radio],
.c-form__section__block__pulldown__content__radio__choices__choice input[type=checkbox] {
  display: none;
}
.c-form__section__block__pulldown__content__radio__choices__choice input[type=radio]:checked + label::before,
.c-form__section__block__pulldown__content__radio__choices__choice input[type=checkbox]:checked + label::before {
  background-image: url(../images/icon_checkbox_checked.svg);
}
.c-form__section__block__pulldown__content__radio__choices__choice label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__radio__choices__choice label {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__radio__choices__choice label {
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content__radio__choices__choice label::before {
  background-image: url(../images/icon_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 9px;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__radio__choices__choice label::before {
    height: calc(18 / 1440 * 100vw);
    margin-right: calc(9 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__radio__choices__choice label::before {
    height: calc(18 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content__radio__choices__choice + .c-form__section__block__pulldown__content__radio__choices__choice {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__radio__choices__choice + .c-form__section__block__pulldown__content__radio__choices__choice {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__radio__choices__choice + .c-form__section__block__pulldown__content__radio__choices__choice {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content__category {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  border-bottom: 1px solid rgba(159, 159, 159, 0.2);
  cursor: pointer;
  padding: 20px 26px 20px 0;
  position: relative;
          user-select: none;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__category {
    padding: calc(20 / 1440 * 100vw) calc(26 / 1440 * 100vw) calc(20 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__category {
    padding: calc(15 / 375 * 100vw) calc(22 / 375 * 100vw) calc(15 / 375 * 100vw) 0;
  }
}
.c-form__section__block__pulldown__content__category__all input[type=checkbox] {
  display: none;
}
.c-form__section__block__pulldown__content__category__all input[type=checkbox]:checked + label::before {
  background-image: url(../images/icon_checkbox_checked.svg);
}
.c-form__section__block__pulldown__content__category__all label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  line-height: 21px;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__category__all label {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__category__all label {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content__category__all label::before {
  background-image: url(../images/icon_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 9px;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__category__all label::before {
    height: calc(18 / 1440 * 100vw);
    margin-right: calc(9 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__category__all label::before {
    height: calc(18 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content__category__subCategory {
  display: none;
  margin-top: 20px;
  padding-left: 25px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__category__subCategory {
    margin-top: calc(20 / 1440 * 100vw);
    padding-left: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__category__subCategory {
    margin-top: calc(20 / 375 * 100vw);
    padding-left: calc(25 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content__category__subCategory__choices__choice input[type=checkbox] {
  display: none;
}
.c-form__section__block__pulldown__content__category__subCategory__choices__choice input[type=checkbox]:checked + label::before {
  background-image: url(../images/icon_checkbox_checked.svg);
}
.c-form__section__block__pulldown__content__category__subCategory__choices__choice label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  line-height: 21px;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__category__subCategory__choices__choice label {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__category__subCategory__choices__choice label {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content__category__subCategory__choices__choice label::before {
  background-image: url(../images/icon_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 9px;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__category__subCategory__choices__choice label::before {
    height: calc(18 / 1440 * 100vw);
    margin-right: calc(9 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__category__subCategory__choices__choice label::before {
    height: calc(15 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content__category__subCategory__choices__choice + .c-form__section__block__pulldown__content__category__subCategory__choices__choice {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__category__subCategory__choices__choice + .c-form__section__block__pulldown__content__category__subCategory__choices__choice {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__category__subCategory__choices__choice + .c-form__section__block__pulldown__content__category__subCategory__choices__choice {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content__category__button {
  -webkit-mask-image: url(../images/icon_plus.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 16px;
          mask-image: url(../images/icon_plus.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 0;
  top: 22px;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__category__button {
    height: calc(16 / 1440 * 100vw);
    top: calc(22 / 1440 * 100vw);
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__category__button {
    height: calc(14 / 375 * 100vw);
    top: calc(19 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__content__category:first-child {
  border-top: 1px solid rgba(159, 159, 159, 0.2);
}
.c-form__section__block__pulldown__content__category.has-noSubcategory::after {
  display: none;
}
.c-form__section__block__pulldown__content__category.is-open .c-form__section__block__pulldown__content__category__button {
  -webkit-mask-image: url(../images/icon_minus.svg);
          mask-image: url(../images/icon_minus.svg);
}
.c-form__section__block__pulldown__content__close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  color: var(--color-main);
  cursor: pointer;
  font-size: 13px;
  margin-top: 30px;
  text-align: center;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__content__close {
    font-size: calc(13 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__content__close {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-form__section__block__pulldown__error {
  color: #ED0000;
  display: none;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block__pulldown__error {
    font-size: calc(12 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block__pulldown__error {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__section__block + .c-form__section__block {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block + .c-form__section__block {
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block + .c-form__section__block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-form__section__block--file + .c-form__section__block {
  margin-top: 26px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__block--file + .c-form__section__block {
    margin-top: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__block--file + .c-form__section__block {
    margin-top: calc(26 / 375 * 100vw);
  }
}
.c-form__section__agreeBox {
  margin-bottom: -20px;
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__agreeBox {
    margin-bottom: calc(-20 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__agreeBox {
    margin-bottom: calc(-15 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__section__agreeBox input[type=checkbox] {
  display: none;
}
.c-form__section__agreeBox input[type=checkbox]:checked + label::before {
  background-image: url(../images/icon_checkbox_checked.svg);
}
.c-form__section__agreeBox label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  justify-content: center;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__section__agreeBox label {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__agreeBox label {
    font-size: calc(13 / 375 * 100vw);
  }
}
.c-form__section__agreeBox label span {
  color: #ED0000;
  font-size: 10px;
  vertical-align: top;
}
@media screen and (max-width: 1439px) {
  .c-form__section__agreeBox label span {
    font-size: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__agreeBox label span {
    font-size: calc(10 / 375 * 100vw);
  }
}
.c-form__section__agreeBox label a {
  color: var(--color-main);
  text-decoration: underline;
}
.c-form__section__agreeBox label::before {
  background-image: url(../images/icon_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 9px;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__agreeBox label::before {
    height: calc(18 / 1440 * 100vw);
    margin-right: calc(9 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__agreeBox label::before {
    height: calc(18 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.c-form__section__agreeBox .parsley-errors-list {
  text-align: center;
}
.c-form__section__buttonBox {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__buttonBox {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__buttonBox {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.c-form__section__buttonBox__button button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
          user-select: none;
  width: 260px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__buttonBox__button button {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    width: calc(260 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__buttonBox__button button {
    font-size: calc(14 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    width: calc(243 / 375 * 100vw);
  }
}
.c-form__section__buttonBox__button button::after {
  -webkit-mask-image: url(../images/icon_arrow_cta_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-white);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 10px;
  margin-left: 7px;
          mask-image: url(../images/icon_arrow_cta_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transition: 0.3s;
  width: 6px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__buttonBox__button button::after {
    height: calc(10 / 1440 * 100vw);
    margin-left: calc(7 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__buttonBox__button button::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(7 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
  }
}
.c-form__section__buttonBox__button button:hover {
  background-color: var(--color-white);
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .c-form__section__buttonBox__button button:hover {
    background-color: var(--color-main);
    color: var(--color-white);
  }
}
.c-form__section__buttonBox__button button:hover::after {
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .c-form__section__buttonBox__button button:hover::after {
    background-color: var(--color-white);
  }
}
.c-form__section__buttonBox__backBox {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form__section__buttonBox__backBox {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__buttonBox__backBox {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-form__section__buttonBox__backBox__text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  padding-bottom: 5px;
  position: relative;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__section__buttonBox__backBox__text {
    font-size: calc(13 / 1440 * 100vw);
    padding-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__buttonBox__backBox__text {
    font-size: calc(12 / 375 * 100vw);
    padding-bottom: calc(4 / 375 * 100vw);
  }
}
.c-form__section__buttonBox__backBox__text::before {
  -webkit-mask-image: url(../images/icon_arrow_link.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 10px;
  margin-right: 8px;
          mask-image: url(../images/icon_arrow_link.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transform: translateY(1px) rotate(180deg);
  width: 6px;
}
@media screen and (max-width: 1439px) {
  .c-form__section__buttonBox__backBox__text::before {
    height: calc(10 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section__buttonBox__backBox__text::before {
    height: calc(10 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
  }
}
.c-form__section__buttonBox__backBox__text::after {
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  transition: 0.3s;
  width: 0;
}
@media screen and (max-width: 767px) {
  .c-form__section__buttonBox__backBox__text::after {
    width: 100%;
  }
}
.c-form__section__buttonBox__backBox__text:hover::after {
  width: 100%;
}
.c-form__section .parsley-errors-list {
  color: #ED0000;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__section .parsley-errors-list {
    font-size: calc(12 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__section .parsley-errors-list {
    font-size: calc(11 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__bg {
  display: none;
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.c-form__bg.is-open {
  display: block;
}

.c-searchModule__module {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-searchModule__module {
    display: block;
  }
}
.c-searchModule__module__inputBox {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox {
    display: block;
  }
}
.c-searchModule__module__inputBox__popup {
  background-color: var(--color-white);
  position: relative;
}
.c-searchModule__module__inputBox__popup a {
  align-items: center;
  display: flex;
  height: 60px;
  padding: 0 40px 0 50px;
  position: relative;
  width: 308px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__popup a {
    height: calc(60 / 1440 * 100vw);
    padding: 0 calc(40 / 1440 * 100vw) 0 calc(50 / 1440 * 100vw);
    width: calc(308 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__popup a {
    height: calc(60 / 375 * 100vw);
    padding: 0 calc(40 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
    width: 100%;
  }
}
.c-searchModule__module__inputBox__popup a::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  content: "";
  display: block;
  display: block;
  height: 20px;
  left: 20px;
  margin: auto 0;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  top: 0;
  width: 20px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__popup a::before {
    height: calc(20 / 1440 * 100vw);
    left: calc(20 / 1440 * 100vw);
    width: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__popup a::before {
    height: calc(20 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__popup a::after {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/icon_plus.svg);
  background-color: var(--color-black);
  background-color: var(--color-main);
  bottom: 0;
  content: "";
  content: "";
  display: block;
  display: block;
  height: 16px;
  margin: auto 0;
          mask-image: url(../images/icon_plus.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 15px;
  top: 0;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__popup a::after {
    height: calc(16 / 1440 * 100vw);
    right: calc(15 / 1440 * 100vw);
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__popup a::after {
    height: calc(16 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__popup a:hover {
  opacity: 1;
}
.c-searchModule__module__inputBox__popup + .c-searchModule__module__inputBox__popup {
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__popup + .c-searchModule__module__inputBox__popup {
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__popup + .c-searchModule__module__inputBox__popup {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__popup__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__popup__text {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__popup__text {
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__popup--area a::before {
  -webkit-mask-image: url(../images/icon_pin.svg);
          mask-image: url(../images/icon_pin.svg);
}
.c-searchModule__module__inputBox__popup--occupation a::before {
  -webkit-mask-image: url(../images/icon_bag.svg);
          mask-image: url(../images/icon_bag.svg);
}
.c-searchModule__module__inputBox__popup--experience a::before {
  -webkit-mask-image: url(../images/icon_frasco.svg);
          mask-image: url(../images/icon_frasco.svg);
}
.c-searchModule__module__inputBox__popup.is-selected {
  position: relative;
}
.c-searchModule__module__inputBox__popup.is-selected::after {
  background-image: url(../images/icon_selected.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 26px;
  margin: auto 0;
  position: absolute;
  right: 42px;
  top: 0;
  width: 72px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__popup.is-selected::after {
    height: calc(26 / 1440 * 100vw);
    right: calc(42 / 1440 * 100vw);
    width: calc(72 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__popup.is-selected::after {
    height: calc(26 / 375 * 100vw);
    right: calc(42 / 375 * 100vw);
    width: calc(72 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__pulldown {
  background-color: var(--color-white);
  margin-left: 10px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__pulldown {
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__pulldown {
    display: none;
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__pulldown a {
  align-items: center;
  display: flex;
  height: 60px;
  padding: 0 40px 0 50px;
  position: relative;
  width: 308px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__pulldown a {
    height: calc(60 / 1440 * 100vw);
    padding: 0 calc(40 / 1440 * 100vw) 0 calc(50 / 1440 * 100vw);
    width: calc(308 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__pulldown a {
    height: calc(60 / 375 * 100vw);
    padding: 0 calc(40 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
    width: 100%;
  }
}
.c-searchModule__module__inputBox__pulldown a::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  content: "";
  display: block;
  display: block;
  height: 20px;
  left: 20px;
  margin: auto 0;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  top: 0;
  width: 20px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__pulldown a::before {
    height: calc(20 / 1440 * 100vw);
    left: calc(20 / 1440 * 100vw);
    width: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__pulldown a::before {
    height: calc(20 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__pulldown a::after {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/icon_arrow_select.svg);
  background-color: var(--color-black);
  background-color: var(--color-main);
  bottom: 0;
  content: "";
  content: "";
  display: block;
  display: block;
  height: 8px;
  margin: auto 0;
          mask-image: url(../images/icon_arrow_select.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 15px;
  top: 0;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__pulldown a::after {
    height: calc(8 / 1440 * 100vw);
    right: calc(15 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__pulldown a::after {
    height: calc(8 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__pulldown a:hover {
  opacity: 1;
}
.c-searchModule__module__inputBox__pulldown__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__pulldown__text {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__pulldown__text {
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__pulldown__content {
  background: #fff;
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  display: none;
  left: 0;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 270px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__pulldown__content {
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.16);
    padding: calc(20 / 1440 * 100vw);
    top: calc(50 / 1440 * 100vw);
    width: calc(270 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__pulldown__content {
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.16);
    padding: calc(20 / 375 * 100vw);
    top: calc(50 / 375 * 100vw);
    width: calc(270 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__pulldown__content__choices__choice input[type=checkbox] {
  display: none;
}
.c-searchModule__module__inputBox__pulldown__content__choices__choice input[type=checkbox]:checked + label::before {
  background-image: url(../images/icon_checkbox_checked.svg);
}
.c-searchModule__module__inputBox__pulldown__content__choices__choice label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: bold;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__pulldown__content__choices__choice label {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__pulldown__content__choices__choice label {
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__pulldown__content__choices__choice label::before {
  background-image: url(../images/icon_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 9px;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__pulldown__content__choices__choice label::before {
    height: calc(18 / 1440 * 100vw);
    margin-right: calc(9 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__pulldown__content__choices__choice label::before {
    height: calc(18 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__pulldown__content__choices__choice + .c-searchModule__module__inputBox__pulldown__content__choices__choice {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__inputBox__pulldown__content__choices__choice + .c-searchModule__module__inputBox__pulldown__content__choices__choice {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__inputBox__pulldown__content__choices__choice + .c-searchModule__module__inputBox__pulldown__content__choices__choice {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.c-searchModule__module__inputBox__pulldown--experience a::before {
  -webkit-mask-image: url(../images/icon_frasco.svg);
          mask-image: url(../images/icon_frasco.svg);
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__button {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-searchModule__module__button button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  transition: 0.3s;
          user-select: none;
  width: 244px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__button button {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    width: calc(244 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__button button {
    font-size: calc(18 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    width: 100%;
  }
}
.c-searchModule__module__button button::before {
  -webkit-mask-image: url(../images/icon_search.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-white);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 10px;
          mask-image: url(../images/icon_search.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transition: 0.3s;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__module__button button::before {
    height: calc(18 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__button button::before {
    height: calc(18 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.c-searchModule__module__button button:hover {
  background-color: var(--color-white);
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__button button:hover {
    background-color: var(--color-main);
    color: var(--color-white);
  }
}
.c-searchModule__module__button button:hover::before {
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .c-searchModule__module__button button:hover::before {
    background-color: var(--color-white);
  }
}
.c-searchModule__option {
  display: none;
  margin-top: 30px;
  padding: 0 40px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__option {
    margin-top: calc(30 / 1440 * 100vw);
    padding: 0 calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__option {
    margin-top: calc(30 / 375 * 100vw);
    padding: 0 calc(40 / 375 * 100vw);
  }
}
.c-searchModule__option .c-form__section__block:first-child + .c-form__section__block, .c-searchModule__option .c-form__section__block:nth-child(2) + .c-form__section__block {
  margin-top: 0;
}
.c-searchModule__button {
  align-items: center;
  border-top: 1px solid rgba(159, 159, 159, 0.2);
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__button {
    margin-top: calc(30 / 1440 * 100vw);
    padding-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__button {
    margin-top: calc(30 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
  }
}
.c-searchModule__button__text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__button__text {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__button__text {
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-searchModule__button__text::after {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/icon_arrow_module.svg);
  background-color: var(--color-black);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: block;
  display: block;
  height: 10px;
  margin: 12px auto 0;
          mask-image: url(../images/icon_arrow_module.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 17px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__button__text::after {
    height: calc(10 / 1440 * 100vw);
    margin: calc(12 / 1440 * 100vw) auto 0;
    width: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__button__text::after {
    height: calc(10 / 375 * 100vw);
    margin: calc(12 / 375 * 100vw) auto 0;
    width: calc(17 / 375 * 100vw);
  }
}
.c-searchModule__lity {
  max-height: 80dvh !important;
  position: relative;
  width: 740px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity {
    width: calc(740 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity {
    height: 100dvh;
    max-height: 100dvh !important;
    width: 100vw;
  }
}
.c-searchModule__lity__title {
  align-items: center;
  background-color: var(--color-bg2);
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 64px;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__title {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__title {
    font-size: calc(16 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
}
.c-searchModule__lity__title__icon {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-white);
  content: "";
  display: block;
  display: none;
  flex-shrink: 0;
  height: 28px;
  height: calc(20 / 375 * 100vw) !important;
  margin-right: 10px;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 28px;
  width: calc(20 / 375 * 100vw) !important;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__title__icon {
    height: calc(28 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__title__icon {
    height: calc(22 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(1 / 375 * 100vw));
    width: calc(22 / 375 * 100vw);
  }
}
.c-searchModule__lity__title__icon--bag {
  -webkit-mask-image: url(../images/icon_bag.svg);
          mask-image: url(../images/icon_bag.svg);
}
.c-searchModule__lity__title__icon--pin {
  -webkit-mask-image: url(../images/icon_pin.svg);
          mask-image: url(../images/icon_pin.svg);
}
.c-searchModule__lity__title__icon--scope {
  -webkit-mask-image: url(../images/icon_scope.svg);
          mask-image: url(../images/icon_scope.svg);
}
.c-searchModule__lity__title__icon--check {
  -webkit-mask-image: url(../images/icon_check.svg);
          mask-image: url(../images/icon_check.svg);
}
.c-searchModule__lity__title__icon--building {
  -webkit-mask-image: url(../images/icon_building.svg);
          mask-image: url(../images/icon_building.svg);
}
.c-searchModule__lity__title__icon--building2 {
  -webkit-mask-image: url(../images/icon_building2.svg);
          mask-image: url(../images/icon_building2.svg);
}
.c-searchModule__lity__title__icon--human {
  -webkit-mask-image: url(../images/icon_human.svg);
          mask-image: url(../images/icon_human.svg);
}
.c-searchModule__lity__title__icon--book {
  -webkit-mask-image: url(../images/icon_book.svg);
          mask-image: url(../images/icon_book.svg);
}
.c-searchModule__lity__title__icon--fukidashi {
  -webkit-mask-image: url(../images/icon_fukidashi.svg);
          mask-image: url(../images/icon_fukidashi.svg);
}
.c-searchModule__lity__title__icon--fukidashi2 {
  -webkit-mask-image: url(../images/icon_fukidashi2.svg);
          mask-image: url(../images/icon_fukidashi2.svg);
}
.c-searchModule__lity__title__icon--yen {
  -webkit-mask-image: url(../images/icon_yen.svg);
          mask-image: url(../images/icon_yen.svg);
}
.c-searchModule__lity__title__icon--file {
  -webkit-mask-image: url(../images/icon_file.svg);
          mask-image: url(../images/icon_file.svg);
}
.c-searchModule__lity__title__icon--search {
  -webkit-mask-image: url(../images/icon_search.svg);
          mask-image: url(../images/icon_search.svg);
}
.c-searchModule__lity__title__icon--tag {
  -webkit-mask-image: url(../images/icon_tag.svg);
          mask-image: url(../images/icon_tag.svg);
}
.c-searchModule__lity__title__icon--crown {
  -webkit-mask-image: url(../images/icon_crown.svg);
          mask-image: url(../images/icon_crown.svg);
}
.c-searchModule__lity__title__icon--frasco {
  -webkit-mask-image: url(../images/icon_frasco.svg);
          mask-image: url(../images/icon_frasco.svg);
}
.c-searchModule__lity__title__icon--time {
  -webkit-mask-image: url(../images/icon_time.svg);
          mask-image: url(../images/icon_time.svg);
}
.c-searchModule__lity__title__icon--update {
  -webkit-mask-image: url(../images/icon_update.svg);
          mask-image: url(../images/icon_update.svg);
}
.c-searchModule__lity__title__icon--reload {
  -webkit-mask-image: url(../images/icon_reload.svg);
          mask-image: url(../images/icon_reload.svg);
}
.c-searchModule__lity__title__icon--medical {
  -webkit-mask-image: url(../images/icon_medical.svg);
          mask-image: url(../images/icon_medical.svg);
}
.c-searchModule__lity__title__icon--category {
  -webkit-mask-image: url(../images/icon_category.svg);
          mask-image: url(../images/icon_category.svg);
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__title__icon {
    display: block;
  }
}
.c-searchModule__lity__content {
  background-color: var(--color-white);
  max-height: calc(100dvh - 273px);
  overflow: scroll;
  padding: 100px 50px 180px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content {
    max-height: calc(100dvh - (273 / 1440 * 100vw));
    padding: calc(100 / 1440 * 100vw) calc(50 / 1440 * 100vw) calc(180 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content {
    height: 100dvh;
    max-height: 100dvh;
    padding: calc(55 / 375 * 100vw) calc(25 / 375 * 100vw) calc(230 / 375 * 100vw);
  }
}
.c-searchModule__lity__content__choices {
  border-bottom: 1px solid #E5E7EB;
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content__choices {
    padding: calc(24 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__choices {
    padding: calc(24 / 375 * 100vw) 0;
  }
}
.c-searchModule__lity__content__choices.is-open .c-searchModule__lity__content__choices__choiceBox__button {
  -webkit-mask-image: url(../images/icon_minus.svg);
          mask-image: url(../images/icon_minus.svg);
}
.c-searchModule__lity__content__choices.is-selected::after {
  background-image: url(../images/icon_selected_mini.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 26px;
  margin: auto 0;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 63px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content__choices.is-selected::after {
    height: calc(26 / 1440 * 100vw);
    right: calc(30 / 1440 * 100vw);
    top: calc(20 / 1440 * 100vw);
    width: calc(63 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__choices.is-selected::after {
    height: calc(26 / 375 * 100vw);
    right: calc(30 / 375 * 100vw);
    top: calc(20 / 375 * 100vw);
    width: calc(63 / 375 * 100vw);
  }
}
.c-searchModule__lity__content__choices__choiceBox {
  position: relative;
}
.c-searchModule__lity__content__choices__choiceBox__choice input[type=checkbox] {
  display: none;
}
.c-searchModule__lity__content__choices__choiceBox__choice input[type=checkbox]:checked + label::before {
  background-image: url(../images/icon_checkbox_checked.svg);
}
.c-searchModule__lity__content__choices__choiceBox__choice label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: bold;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content__choices__choiceBox__choice label {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__choices__choiceBox__choice label {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}
.c-searchModule__lity__content__choices__choiceBox__choice label::before {
  background-image: url(../images/icon_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 9px;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content__choices__choiceBox__choice label::before {
    height: calc(18 / 1440 * 100vw);
    margin-right: calc(9 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__choices__choiceBox__choice label::before {
    height: calc(18 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.c-searchModule__lity__content__choices__choiceBox__button {
  -webkit-mask-image: url(../images/icon_plus.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  background-color: var(--color-black);
  background-color: var(--color-main);
  content: "";
  cursor: pointer;
  display: block;
  height: 16px;
          mask-image: url(../images/icon_plus.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 0;
  top: 0;
          user-select: none;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content__choices__choiceBox__button {
    height: calc(16 / 1440 * 100vw);
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__choices__choiceBox__button {
    height: calc(16 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
  }
}
.c-searchModule__lity__content__choices__subChoices {
  display: none;
  margin-top: 20px;
  padding-left: 25px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content__choices__subChoices {
    margin-top: calc(20 / 1440 * 100vw);
    padding-left: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__choices__subChoices {
    margin-top: calc(20 / 375 * 100vw);
    overflow: hidden;
    padding-left: calc(25 / 375 * 100vw);
  }
}
.c-searchModule__lity__content__choices__subChoices__inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-right: -50px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content__choices__subChoices__inner {
    margin-bottom: calc(-15 / 1440 * 100vw);
    margin-right: calc(-50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__choices__subChoices__inner {
    margin-bottom: calc(-15 / 375 * 100vw);
    margin-right: calc(-50 / 375 * 100vw);
  }
}
.c-searchModule__lity__content__choices__subChoices__choice {
  margin-bottom: 15px;
  margin-right: 50px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content__choices__subChoices__choice {
    margin-bottom: calc(15 / 1440 * 100vw);
    margin-right: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__choices__subChoices__choice {
    margin-bottom: calc(15 / 375 * 100vw);
    margin-right: calc(50 / 375 * 100vw);
    width: 100%;
  }
}
.c-searchModule__lity__content__choices__subChoices__choice input[type=checkbox] {
  display: none;
}
.c-searchModule__lity__content__choices__subChoices__choice input[type=checkbox]:checked + label::before {
  background-image: url(../images/icon_checkbox_checked.svg);
}
.c-searchModule__lity__content__choices__subChoices__choice label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content__choices__subChoices__choice label {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__choices__subChoices__choice label {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}
.c-searchModule__lity__content__choices__subChoices__choice label::before {
  background-image: url(../images/icon_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 18px;
  margin-right: 9px;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content__choices__subChoices__choice label::before {
    height: calc(18 / 1440 * 100vw);
    margin-right: calc(9 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__choices__subChoices__choice label::before {
    height: calc(18 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.c-searchModule__lity__content__inputBox {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__inputBox {
    display: block;
  }
}
.c-searchModule__lity__content__inputBox__popup {
  background-color: var(--color-white);
  border-bottom: 1px solid rgba(159, 159, 159, 0.2);
  position: relative;
}
.c-searchModule__lity__content__inputBox__popup a {
  display: block;
}
.c-searchModule__lity__content__inputBox__popup a:hover {
  opacity: 1;
}
.c-searchModule__lity__content__inputBox__popup__formBox {
  align-items: center;
  display: flex;
  height: calc(60 / 375 * 100vw);
  width: 100%;
  z-index: 1;
}
.c-searchModule__lity__content__inputBox__popup__formBox::after {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/icon_arrow_link.svg);
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  content: "";
  display: block;
  display: block;
  height: calc(12 / 375 * 100vw);
  margin: auto 0;
          mask-image: url(../images/icon_arrow_link.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(7 / 375 * 100vw);
}
.c-searchModule__lity__content__inputBox__popup__formBox__title {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: calc(14 / 375 * 100vw);
  font-weight: bold;
  padding-right: calc(20 / 375 * 100vw);
  width: calc(110 / 375 * 100vw);
}
.c-searchModule__lity__content__inputBox__popup__formBox__title::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  content: "";
  display: block;
  display: block;
  flex-shrink: 0;
  height: calc(20 / 375 * 100vw);
  margin-right: calc(10 / 375 * 100vw);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: calc(20 / 375 * 100vw);
}
.c-searchModule__lity__content__inputBox__popup__formBox__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: rgba(46, 46, 46, 0.6);
  display: -webkit-box;
  font-size: 14px;
  overflow: hidden;
  padding-right: calc(20 / 375 * 100vw);
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__content__inputBox__popup__formBox__text {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__content__inputBox__popup__formBox__text {
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-searchModule__lity__content__inputBox__popup--area .c-searchModule__lity__content__inputBox__popup__formBox__title::before {
  -webkit-mask-image: url(../images/icon_pin.svg);
          mask-image: url(../images/icon_pin.svg);
}
.c-searchModule__lity__content__inputBox__popup--occupation .c-searchModule__lity__content__inputBox__popup__formBox__title::before {
  -webkit-mask-image: url(../images/icon_bag.svg);
          mask-image: url(../images/icon_bag.svg);
}
.c-searchModule__lity__content__inputBox__popup--experience .c-searchModule__lity__content__inputBox__popup__formBox__title::before {
  -webkit-mask-image: url(../images/icon_frasco.svg);
          mask-image: url(../images/icon_frasco.svg);
}
.c-searchModule__lity__content__inputBox__popup--scope .c-searchModule__lity__content__inputBox__popup__formBox__title::before {
  -webkit-mask-image: url(../images/icon_scope.svg);
          mask-image: url(../images/icon_scope.svg);
}
.c-searchModule__lity__content__inputBox__popup--industry .c-searchModule__lity__content__inputBox__popup__formBox__title::before {
  -webkit-mask-image: url(../images/icon_medical.svg);
          mask-image: url(../images/icon_medical.svg);
}
.c-searchModule__lity__content__inputBox__popup.is-selected .c-searchModule__lity__content__inputBox__popup__formBox__text {
  color: var(--color-black);
  font-weight: bold;
}
.c-searchModule__lity__content__form {
  margin-top: calc(40 / 375 * 100vw);
}
.c-searchModule__lity__content__form__title {
  font-size: calc(14 / 375 * 100vw);
  font-weight: bold;
  margin-bottom: calc(20 / 375 * 100vw);
}
.c-searchModule__lity__content__form__input input[type=text] {
  background-color: var(--color-white);
  border: 1px solid #9F9F9F;
  font-size: 16px;
  height: calc(50 / 375 * 100vw);
  padding: 0 calc(15 / 375 * 100vw);
  width: 100%;
}
.c-searchModule__lity__content__form__input input[type=text]::-moz-placeholder {
  color: rgba(159, 159, 159, 0.4);
}
.c-searchModule__lity__content__form__input input[type=text]:-ms-input-placeholder {
  color: rgba(159, 159, 159, 0.4);
}
.c-searchModule__lity__content__form__input input[type=text]::placeholder {
  color: rgba(159, 159, 159, 0.4);
}
.c-searchModule__lity__content__back {
  align-items: center;
  display: flex;
  font-size: calc(13 / 375 * 100vw);
  margin-top: calc(30 / 375 * 100vw);
}
.c-searchModule__lity__content__back::before {
  -webkit-mask-image: url(../images/icon_arrow_link.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-black);
  content: "";
  display: block;
  flex-shrink: 0;
  height: calc(10 / 375 * 100vw);
  margin-right: calc(8 / 375 * 100vw);
          mask-image: url(../images/icon_arrow_link.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transform: translateY(1px) rotate(180deg);
  width: calc(6 / 375 * 100vw);
}
.c-searchModule__lity__footer {
  background-color: var(--color-white);
  bottom: 0;
  left: 0;
  padding: 15px 50px 30px;
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__footer {
    padding: calc(15 / 1440 * 100vw) calc(50 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__footer {
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.c-searchModule__lity__footer__counter {
  font-size: 13px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__footer__counter {
    font-size: calc(13 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__footer__counter {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    text-align: center;
  }
}
.c-searchModule__lity__footer__counter span {
  font-size: 28px;
  font-weight: bold;
  margin: 0 8px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__footer__counter span {
    font-size: calc(28 / 1440 * 100vw);
    margin: 0 calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__footer__counter span {
    font-size: calc(30 / 375 * 100vw);
    margin: 0 calc(8 / 375 * 100vw);
  }
}
.c-searchModule__lity__footer__buttonBox__button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
          user-select: none;
  width: 260px;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__footer__buttonBox__button {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    width: calc(260 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__footer__buttonBox__button {
    font-size: calc(14 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
  }
}
.c-searchModule__lity__footer__buttonBox__button:hover {
  background-color: var(--color-white);
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__footer__buttonBox__button:hover {
    background-color: var(--color-main);
    color: var(--color-white);
  }
}
.c-searchModule__lity__footer__buttonBox__submit button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: calc(14 / 375 * 100vw);
  font-weight: bold;
  height: calc(60 / 375 * 100vw);
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
          user-select: none;
  width: calc(280 / 375 * 100vw);
}
.c-searchModule__lity__footer__buttonBox__clearBox {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__footer__buttonBox__clearBox {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__footer__buttonBox__clearBox {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-searchModule__lity__footer__buttonBox__clearBox__text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  border-bottom: 1px solid var(--color-main);
  color: var(--color-main);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding-bottom: 6px;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__footer__buttonBox__clearBox__text {
    font-size: calc(13 / 1440 * 100vw);
    padding-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__footer__buttonBox__clearBox__text {
    font-size: calc(13 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
  }
}
.c-searchModule__lity__close {
  cursor: pointer;
  position: fixed;
  right: 22px;
  top: 20px;
  width: 25px;
  z-index: 1;
}
.c-searchModule__lity__close img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-searchModule__lity__close {
    right: calc(22 / 1440 * 100vw);
    top: calc(20 / 1440 * 100vw);
    width: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-searchModule__lity__close {
    right: calc(22 / 375 * 100vw);
    top: calc(15 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}
.c-searchModule.is-open .c-searchModule__button__text::after {
  transform: rotate(180deg);
}

header h1 {
  display: none;
}

.p-header {
  background-color: var(--color-white);
  height: 60px;
}
@media screen and (max-width: 1439px) {
  .p-header {
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(50 / 375 * 100vw);
  }
}
.p-header .l-container {
  height: 100%;
  padding-left: 20px;
  padding-right: 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header .l-container {
    padding-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(8 / 375 * 100vw);
  }
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
}
.p-header__logoBox a {
  display: block;
}
.p-header__logoBox__logo {
  background-image: url(../images/logo_iryokiki-tenshoku.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 329px;
}
@media screen and (max-width: 1439px) {
  .p-header__logoBox__logo {
    height: calc(30 / 1440 * 100vw);
    width: calc(329 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logoBox__logo {
    height: calc(22 / 375 * 100vw);
    width: calc(244 / 375 * 100vw);
  }
}
.p-header__nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav > ul {
  align-items: center;
  display: flex;
}
.p-header__nav > ul > li + li {
  margin-left: 30px;
}
@media screen and (max-width: 1439px) {
  .p-header__nav > ul > li + li {
    margin-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav > ul > li + li {
    margin-left: calc(30 / 375 * 100vw);
  }
}
.p-header__nav a {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-header__nav a {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav a {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-header__button {
  height: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 1439px) {
  .p-header__button {
    margin-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__button {
    display: none;
    margin-left: calc(30 / 375 * 100vw);
  }
}
.p-header__button a {
  font-size: 13px;
  height: 100%;
  width: 154px;
}
@media screen and (max-width: 1439px) {
  .p-header__button a {
    font-size: calc(13 / 1440 * 100vw);
    width: calc(154 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__button a {
    font-size: calc(13 / 375 * 100vw);
    width: calc(154 / 375 * 100vw);
  }
}
.p-header__button a::after {
  display: none;
}
.p-header__hamburger {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/icon_hamburger.svg);
  background-color: var(--color-black);
  background-color: var(--color-white);
  content: "";
  display: block;
  display: none;
  height: calc(50 / 375 * 100vw);
  margin-left: auto;
          mask-image: url(../images/icon_hamburger.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: calc(50 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    background-color: var(--color-black);
    display: block;
  }
}
.p-header.is-clone {
  background-color: var(--color-white) !important;
  left: 0;
  position: fixed !important;
  top: 0;
  transform: translateY(-200%);
  transition: 0.6s;
  width: 100%;
  z-index: 100;
}
.p-header.is-clone .p-header__logoBox__logo {
  background-image: url(../images/logo_iryokiki-tenshoku.svg) !important;
}
.p-header.is-clone .p-header__nav a {
  color: var(--color-block) !important;
}
.p-header.is-clone .p-header__hamburger {
  background-color: var(--color-black);
}
.p-header.is-clone.is-show {
  transform: translateY(0);
}

#index .p-header {
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #index .p-header {
    background-color: transparent;
  }
}
#index .p-header__logoBox__logo {
  background-image: url(../images/logo_iryokiki-tenshoku_white.svg);
}
#index .p-header__nav a {
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  #index .p-header__hamburger {
    background-color: var(--color-white);
  }
}
#index .p-header.is-clone .p-header__hamburger {
  background-color: var(--color-black);
}

.p-footer {
  background-color: var(--color-bg3);
}
@media screen and (max-width: 767px) {
  .p-footer .l-container {
    padding-left: calc(28 / 375 * 100vw);
    padding-right: calc(28 / 375 * 100vw);
  }
}
.p-footer__inner {
  padding-bottom: 16px;
  padding-top: 80px;
}
@media screen and (max-width: 1439px) {
  .p-footer__inner {
    padding-bottom: calc(16 / 1440 * 100vw);
    padding-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-bottom: calc(20 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-footer__content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    display: block;
  }
}
.p-footer__content__logo {
  width: 96px;
}
.p-footer__content__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__logo {
    width: calc(96 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__logo {
    margin: 0 auto;
    width: calc(96 / 375 * 100vw);
  }
}
.p-footer__content__logo a {
  display: block;
}
.p-footer__content__nav {
  border-left: 1px solid var(--color-white);
  display: flex;
  margin-left: 108px;
  padding-left: 108px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__nav {
    margin-left: calc(108 / 1440 * 100vw);
    padding-left: calc(108 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav {
    border-left: 0;
    display: block;
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul > li {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-footer__content__nav > ul > li + li {
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__nav > ul > li + li {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul > li + li {
    margin-top: calc(25 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul > li:nth-child(2n+1) {
    width: calc(160 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul > li:nth-child(2n) {
    width: calc(130 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul > li:nth-child(-n+2) {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-footer__content__nav > ul a {
  color: var(--color-white);
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__nav > ul a {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul a {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-footer__content__nav > ul + ul {
  margin-left: 110px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__nav > ul + ul {
    margin-left: calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul + ul {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-footer__copyright {
  margin-top: 125px;
}
@media screen and (max-width: 1439px) {
  .p-footer__copyright {
    margin-top: calc(125 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-footer__copyright__link {
  text-align: center;
}
.p-footer__copyright__link a {
  color: var(--color-white);
  font-size: 11px;
}
@media screen and (max-width: 1439px) {
  .p-footer__copyright__link a {
    font-size: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright__link a {
    font-size: calc(11 / 375 * 100vw);
  }
}
.p-footer__copyright__text {
  color: var(--color-white);
  font-size: 11px;
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-footer__copyright__text {
    font-size: calc(11 / 1440 * 100vw);
    margin-top: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright__text {
    font-size: calc(11 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
  }
}
.p-footer--form .p-footer__inner {
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-footer--form .p-footer__inner {
    padding-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer--form .p-footer__inner {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-footer--form .p-footer__copyright {
  margin-top: 45px;
}
@media screen and (max-width: 1439px) {
  .p-footer--form .p-footer__copyright {
    margin-top: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer--form .p-footer__copyright {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-cta {
  background-image: url(../images/cta_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 350px;
}
@media screen and (max-width: 1439px) {
  .p-cta {
    height: calc(350 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    background-image: url(../images/cta_bg_sp.png);
    height: calc(330 / 375 * 100vw);
  }
}
.p-cta .l-container {
  height: 100%;
}
.p-cta__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-cta__content__textBox__title {
  color: var(--color-white);
  font-family: "Noto Serif JP";
  font-size: 36px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__textBox__title {
    font-size: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__textBox__title {
    font-size: calc(25 / 375 * 100vw);
  }
}
.p-cta__content__textBox__text {
  color: var(--color-white);
  font-size: 15px;
  line-height: 28px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-cta__content__textBox__text {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__textBox__text {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-cta__content__button {
  margin-top: 45px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__button {
    margin-top: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__button {
    margin-top: calc(35 / 375 * 100vw);
  }
}
.p-cta__content__button a {
  font-size: 14px;
  height: 70px;
  margin: 0 auto;
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__button a {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__button a {
    font-size: calc(16 / 375 * 100vw);
    font-weight: normal;
    height: calc(60 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
  }
}
.p-cta__content__button a::after {
  height: 12px;
  width: 7px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__button a::after {
    height: calc(12 / 1440 * 100vw);
    width: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__button a::after {
    height: calc(12 / 375 * 100vw);
    width: calc(7 / 375 * 100vw);
  }
}

.p-mainVisual {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 500px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    height: calc(500 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    height: calc(510 / 375 * 100vw);
  }
}
.p-mainVisual .l-container {
  height: 100%;
}
.p-mainVisual__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    align-items: flex-start;
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-mainVisual__content__textBox__text {
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__textBox__text {
    font-size: calc(20 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-mainVisual__content__textBox__title {
  color: var(--color-white);
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__textBox__title {
    font-size: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__textBox__title {
    font-size: calc(34 / 375 * 100vw);
    letter-spacing: 0;
    line-height: calc(50 / 375 * 100vw);
  }
}
.p-mainVisual__content__badgeList {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__badgeList {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__badgeList {
    margin-top: calc(120 / 375 * 100vw);
  }
}
.p-mainVisual__content__badgeList__badge {
  width: 140px;
}
.p-mainVisual__content__badgeList__badge img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__badgeList__badge {
    width: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__badgeList__badge {
    width: calc(110 / 375 * 100vw);
  }
}
.p-mainVisual__content__badgeList__badge + .p-mainVisual__content__badgeList__badge {
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__badgeList__badge + .p-mainVisual__content__badgeList__badge {
    margin-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__badgeList__badge + .p-mainVisual__content__badgeList__badge {
    margin-left: calc(8 / 375 * 100vw);
  }
}
.p-mainVisual__content__button {
  margin-top: 45px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__button {
    margin-top: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__button {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-mainVisual__content__button a {
  font-size: 16px;
  height: 70px;
  margin: 0 auto;
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
  }
}
.p-mainVisual__content__text {
  color: var(--color-white);
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    text-align: left;
  }
}
.p-mainVisual.has-breadCrumb {
  margin-top: -52px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual.has-breadCrumb {
    margin-top: calc(-52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual.has-breadCrumb {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-mainVisual--service {
  background-image: url(../images/mainvisual_bg.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--service {
    background-image: url(../images/mainvisual_bg_sp.png);
  }
}
.p-mainVisual--formcompany {
  background-image: url(../images/formcomapny_bg.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--formcompany {
    background-image: url(../images/formcomapny_bg_sp.png);
    height: calc(317 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--formcompany .p-mainVisual__inner {
    align-items: center;
    padding-top: 0;
  }
}
.p-mainVisual--formcompany .p-mainVisual__content__textBox__title {
  line-height: 70px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--formcompany .p-mainVisual__content__textBox__title {
    line-height: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--formcompany .p-mainVisual__content__textBox__title {
    font-size: calc(22 / 375 * 100vw);
    letter-spacing: 0;
    line-height: calc(37 / 375 * 100vw);
  }
}
.p-mainVisual--consultant {
  background-color: var(--color-bg3);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--consultant {
    height: calc(524 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--consultant .p-mainVisual__inner {
    align-items: center;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--consultant .p-mainVisual__content__textBox__title {
    font-size: calc(30 / 375 * 100vw);
    line-height: calc(48 / 375 * 100vw);
  }
}

.p-reason {
  background-color: var(--color-white);
}
.p-reason__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-reason__inner {
    padding-bottom: calc(100 / 1440 * 100vw);
    padding-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-reason__titleBox {
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .p-reason__titleBox {
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__titleBox {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.p-reason__titleBox__title {
  font-family: "Noto Serif JP";
  font-size: 35px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-reason__titleBox__title {
    font-size: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__titleBox__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
  }
}
.p-reason__titleBox__text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-reason__titleBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__titleBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-reason__titleBox__text {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__titleBox__text {
    margin-top: calc(25 / 375 * 100vw);
    text-align: left;
  }
}
.p-reason__titleBox__link {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-reason__titleBox__link {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__titleBox__link {
    margin-top: calc(20 / 375 * 100vw);
    text-align: right;
  }
}
.p-reason__reasonList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul {
    display: block;
  }
}
.p-reason__reasonList > ul > li {
  padding-left: 52px;
  padding-right: 52px;
  width: 434px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList > ul > li {
    padding-left: calc(52 / 1440 * 100vw);
    padding-right: calc(52 / 1440 * 100vw);
    width: calc(434 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li {
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-reason__reasonList > ul > li:first-child {
  border-right: 1px solid var(--color-black);
  padding-left: 0;
  width: 383px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList > ul > li:first-child {
    width: calc(383 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li:first-child {
    border-right: 0;
    width: 100%;
  }
}
.p-reason__reasonList > ul > li:last-child {
  border-left: 1px solid var(--color-black);
  padding-right: 0;
  width: 383px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList > ul > li:last-child {
    width: calc(383 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li:last-child {
    border-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li + li {
    border-top: 1px solid var(--color-black);
    margin-top: calc(35 / 375 * 100vw);
    padding-top: calc(35 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox {
  position: relative;
}
.p-reason__reasonList__reasonBox__titleBox {
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__titleBox {
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__titleBox {
    align-items: center;
    display: flex;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox__titleBox__number {
  align-items: center;
  border: 1px solid var(--color-black);
  border-radius: 50%;
  display: flex;
  font-family: "Crimson Pro";
  font-size: 32px;
  height: 80px;
  justify-content: center;
  letter-spacing: 0;
  margin: 0 auto 50px;
  width: 80px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__titleBox__number {
    font-size: calc(32 / 1440 * 100vw);
    height: calc(80 / 1440 * 100vw);
    margin: 0 auto calc(50 / 1440 * 100vw);
    width: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__titleBox__number {
    flex-shrink: 0;
    font-size: calc(20 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    margin: 0 calc(20 / 375 * 100vw) 0 0;
    width: calc(50 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox__titleBox__title {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__titleBox__title {
    font-size: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__titleBox__title {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox__text2__image img {
  height: auto;
  width: 100%;
}
.p-reason__reasonList__reasonBox__text2__notice {
  font-size: 11px;
  line-height: 18px;
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__text2__notice {
    font-size: calc(11 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__text2__notice {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-reason__reasonList__reasonBox__link {
  position: absolute;
  right: 0;
  top: 128px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__link {
    top: calc(128 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__link {
    top: calc(15 / 375 * 100vw);
  }
}

.p-section {
  position: relative;
  z-index: 1;
}
.p-section__inner {
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 70px;
}
@media screen and (max-width: 1439px) {
  .p-section__inner {
    padding-bottom: calc(70 / 1440 * 100vw);
    padding-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-section__noitem {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-section__noitem {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__noitem {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-section__titleBox__title {
  display: flex;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-section__titleBox__title {
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-section__titleBox__title--small {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-section__titleBox__title--small {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__titleBox__title--small {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-section__titleBox__title--small .p-section__titleBox__title__icon {
  height: 22px;
  width: 22px;
}
@media screen and (max-width: 1439px) {
  .p-section__titleBox__title--small .p-section__titleBox__title__icon {
    height: calc(22 / 1440 * 100vw);
    width: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__titleBox__title--small .p-section__titleBox__title__icon {
    height: calc(22 / 375 * 100vw);
    width: calc(22 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__titleBox__title--whiteSp {
    color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  .p-section__titleBox__title--whiteSp .p-section__titleBox__title__icon {
    background-color: var(--color-white);
  }
}
.p-section__titleBox__title__icon {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 28px;
  margin-right: 10px;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transform: translateY(3px);
  width: 28px;
}
@media screen and (max-width: 1439px) {
  .p-section__titleBox__title__icon {
    height: calc(28 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__titleBox__title__icon {
    height: calc(22 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(1 / 375 * 100vw));
    width: calc(22 / 375 * 100vw);
  }
}
.p-section__titleBox__title__icon--bag {
  -webkit-mask-image: url(../images/icon_bag.svg);
          mask-image: url(../images/icon_bag.svg);
}
.p-section__titleBox__title__icon--pin {
  -webkit-mask-image: url(../images/icon_pin.svg);
          mask-image: url(../images/icon_pin.svg);
}
.p-section__titleBox__title__icon--scope {
  -webkit-mask-image: url(../images/icon_scope.svg);
          mask-image: url(../images/icon_scope.svg);
}
.p-section__titleBox__title__icon--check {
  -webkit-mask-image: url(../images/icon_check.svg);
          mask-image: url(../images/icon_check.svg);
}
.p-section__titleBox__title__icon--building {
  -webkit-mask-image: url(../images/icon_building.svg);
          mask-image: url(../images/icon_building.svg);
}
.p-section__titleBox__title__icon--building2 {
  -webkit-mask-image: url(../images/icon_building2.svg);
          mask-image: url(../images/icon_building2.svg);
}
.p-section__titleBox__title__icon--human {
  -webkit-mask-image: url(../images/icon_human.svg);
          mask-image: url(../images/icon_human.svg);
}
.p-section__titleBox__title__icon--book {
  -webkit-mask-image: url(../images/icon_book.svg);
          mask-image: url(../images/icon_book.svg);
}
.p-section__titleBox__title__icon--fukidashi {
  -webkit-mask-image: url(../images/icon_fukidashi.svg);
          mask-image: url(../images/icon_fukidashi.svg);
}
.p-section__titleBox__title__icon--fukidashi2 {
  -webkit-mask-image: url(../images/icon_fukidashi2.svg);
          mask-image: url(../images/icon_fukidashi2.svg);
}
.p-section__titleBox__title__icon--yen {
  -webkit-mask-image: url(../images/icon_yen.svg);
          mask-image: url(../images/icon_yen.svg);
}
.p-section__titleBox__title__icon--file {
  -webkit-mask-image: url(../images/icon_file.svg);
          mask-image: url(../images/icon_file.svg);
}
.p-section__titleBox__title__icon--search {
  -webkit-mask-image: url(../images/icon_search.svg);
          mask-image: url(../images/icon_search.svg);
}
.p-section__titleBox__title__icon--tag {
  -webkit-mask-image: url(../images/icon_tag.svg);
          mask-image: url(../images/icon_tag.svg);
}
.p-section__titleBox__title__icon--crown {
  -webkit-mask-image: url(../images/icon_crown.svg);
          mask-image: url(../images/icon_crown.svg);
}
.p-section__titleBox__title__icon--frasco {
  -webkit-mask-image: url(../images/icon_frasco.svg);
          mask-image: url(../images/icon_frasco.svg);
}
.p-section__titleBox__title__icon--time {
  -webkit-mask-image: url(../images/icon_time.svg);
          mask-image: url(../images/icon_time.svg);
}
.p-section__titleBox__title__icon--update {
  -webkit-mask-image: url(../images/icon_update.svg);
          mask-image: url(../images/icon_update.svg);
}
.p-section__titleBox__title__icon--reload {
  -webkit-mask-image: url(../images/icon_reload.svg);
          mask-image: url(../images/icon_reload.svg);
}
.p-section__titleBox__title__icon--medical {
  -webkit-mask-image: url(../images/icon_medical.svg);
          mask-image: url(../images/icon_medical.svg);
}
.p-section__titleBox__title__icon--category {
  -webkit-mask-image: url(../images/icon_category.svg);
          mask-image: url(../images/icon_category.svg);
}
@media screen and (max-width: 1439px) {
  .p-section__titleBox__title__icon {
    transform: translateY(calc(3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-section__titleBox__title__icon {
    transform: translateY(calc(3 / 375 * 100vw));
  }
}
.p-section__titleBox__title span.is-small {
  font-size: 16px;
  transform: translateY(3px);
}
@media screen and (max-width: 1439px) {
  .p-section__titleBox__title span.is-small {
    font-size: calc(16 / 1440 * 100vw);
    transform: translateY(calc(3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-section__titleBox__title span.is-small {
    font-size: calc(16 / 375 * 100vw);
    transform: translateY(calc(3 / 375 * 100vw));
  }
}
.p-section__titleBox__text {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-section__titleBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__titleBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-section__titleBox__text {
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__titleBox__text {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.p-section__consultant {
  background-color: var(--color-white);
  padding: 30px 30px 50px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant {
    padding: calc(30 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant {
    margin: 0 auto;
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
  }
}
.p-section__consultant__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 219px;
  width: 164px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__thumbnail {
    height: calc(219 / 1440 * 100vw);
    width: calc(164 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__thumbnail {
    height: calc(180 / 375 * 100vw);
    width: calc(135 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__introduction {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 596px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__introduction {
    right: calc(30 / 1440 * 100vw);
    top: calc(30 / 1440 * 100vw);
    width: calc(596 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__introduction {
    position: static;
    width: 100%;
  }
}
.p-section__consultant__textBox__introduction__block {
  border-bottom: 1px solid rgba(159, 159, 159, 0.3);
  padding: 18px 0;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__introduction__block {
    padding: calc(18 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__introduction__block {
    padding: calc(18 / 375 * 100vw) 0;
  }
}
.p-section__consultant__textBox__introduction__block__nameBox {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__introduction__block__nameBox {
    display: block;
  }
}
.p-section__consultant__textBox__introduction__block__nameBox__title {
  font-size: 15px;
  font-weight: bold;
  margin-right: 8px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__introduction__block__nameBox__title {
    font-size: calc(15 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__introduction__block__nameBox__title {
    font-size: calc(13 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__introduction__block__nameBox__name {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__introduction__block__nameBox__name {
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__introduction__block__nameBox__name {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__introduction__block__experience {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__introduction__block__experience {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__introduction__block__experience {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__introduction__block__experience dl {
  display: flex;
}
.p-section__consultant__textBox__introduction__block__experience dl dt {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: bold;
  transform: translateY(4px);
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__introduction__block__experience dl dt {
    font-size: calc(15 / 1440 * 100vw);
    transform: translateY(calc(4 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__introduction__block__experience dl dt {
    display: none;
    font-size: calc(15 / 375 * 100vw);
    transform: translateY(calc(4 / 375 * 100vw));
  }
}
.p-section__consultant__textBox__introduction__block__experience dl dt::after {
  content: "：";
  margin: 0 0.2em;
}
.p-section__consultant__textBox__introduction__block__experience dl dd {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 15px;
  line-height: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__introduction__block__experience dl dd {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__introduction__block__experience dl dd {
    display: block;
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__introduction__block:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__introduction__block:first-child {
    border-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    right: calc(20 / 375 * 100vw);
    top: calc(25 / 375 * 100vw);
    width: calc(132 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__introduction__block__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__introduction__block__title {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__introduction__block__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__introduction__block__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 15px;
  line-height: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__introduction__block__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__introduction__block__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__block {
  border-bottom: 1px solid rgba(159, 159, 159, 0.3);
  padding: 18px 0;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__block {
    padding: calc(18 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__block {
    padding: calc(18 / 375 * 100vw) 0;
  }
}
.p-section__consultant__textBox__block__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__block__title {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__block__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__block__categoryList {
  display: flex;
  margin-bottom: -7px;
  margin-right: -7px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__block__categoryList {
    margin-bottom: calc(-7 / 1440 * 100vw);
    margin-right: calc(-7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__block__categoryList {
    margin-bottom: calc(-7 / 375 * 100vw);
    margin-right: calc(-7 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__block__categoryList__category {
  margin-bottom: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__block__categoryList__category {
    margin-bottom: calc(7 / 1440 * 100vw);
    margin-right: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__block__categoryList__category {
    margin-bottom: calc(7 / 375 * 100vw);
    margin-right: calc(7 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__block__categoryList__category a {
  align-items: center;
  background-color: #F0EEEC;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  padding: 0 10px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__block__categoryList__category a {
    font-size: calc(11 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    padding: 0 calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__block__categoryList__category a {
    font-size: calc(11 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__block__postList__post a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__block__postList__post a {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__block__postList__post a {
    color: var(--color-main);
    display: block;
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    text-decoration: underline;
  }
}
.p-section__consultant__textBox__ctaBox {
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__ctaBox {
    padding-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__ctaBox {
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__ctaBox__link {
  text-align: center;
}
.p-section__consultant__textBox__ctaBox__button {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__ctaBox__button {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__ctaBox__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__ctaBox__button a {
  font-size: 16px;
  height: 70px;
  margin: 0 auto;
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__ctaBox__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__ctaBox__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
  }
}
.p-section__consultant__textBox__ctaBox__button a::after {
  height: 12px;
  width: 7px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__textBox__ctaBox__button a::after {
    height: calc(12 / 1440 * 100vw);
    width: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__textBox__ctaBox__button a::after {
    height: calc(12 / 375 * 100vw);
    width: calc(7 / 375 * 100vw);
  }
}
.p-section__swiper {
  position: relative;
}
.p-section__swiper--290 .p-section__swiper__inner {
  margin: 0 auto;
  width: 290px;
}
@media screen and (max-width: 1439px) {
  .p-section__swiper--290 .p-section__swiper__inner {
    width: calc(290 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--290 .p-section__swiper__inner {
    width: calc(216 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--290.p-section__swiper--spFull .p-section__swiper__inner {
    width: calc(355 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--290.p-section__swiper--spMiddle .p-section__swiper__inner {
    width: calc(286 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--290.p-section__swiper--spMiddle .swiper-container {
    transform: translateX(calc(-34 / 375 * 100vw));
  }
}
.p-section__swiper--217 .p-section__swiper__inner {
  margin: 0 auto;
  width: 217px;
}
@media screen and (max-width: 1439px) {
  .p-section__swiper--217 .p-section__swiper__inner {
    width: calc(217 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--217 .p-section__swiper__inner {
    width: calc(214 / 375 * 100vw);
  }
}
.p-section__swiper--217 .swiper-container {
  transform: translateX(-109px);
}
@media screen and (max-width: 1439px) {
  .p-section__swiper--217 .swiper-container {
    transform: translateX(calc(-109 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--217 .swiper-container {
    transform: translateX(calc(-71 / 375 * 100vw));
  }
}
.p-section__swiper--246 .p-section__swiper__inner {
  margin: 0 auto;
  width: 246px;
}
@media screen and (max-width: 1439px) {
  .p-section__swiper--246 .p-section__swiper__inner {
    width: calc(246 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--246 .p-section__swiper__inner {
    width: calc(214 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--246 .swiper-container {
    transform: translateX(calc(-71 / 375 * 100vw));
  }
}
.p-section__swiper--409 .p-section__swiper__inner {
  margin: 0 auto;
  width: 409px;
}
@media screen and (max-width: 1439px) {
  .p-section__swiper--409 .p-section__swiper__inner {
    width: calc(409 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--409 .p-section__swiper__inner {
    width: calc(409 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--409.p-section__swiper--spFull .p-section__swiper__inner {
    width: calc(355 / 375 * 100vw);
  }
}
.p-section__swiper--307 .p-section__swiper__inner {
  margin: 0 auto;
  width: 307px;
}
@media screen and (max-width: 1439px) {
  .p-section__swiper--307 .p-section__swiper__inner {
    width: calc(307 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--307 .p-section__swiper__inner {
    width: calc(214 / 375 * 100vw);
  }
}
.p-section__swiper--307 .swiper-container {
  transform: translateX(154px);
}
@media screen and (max-width: 1439px) {
  .p-section__swiper--307 .swiper-container {
    transform: translateX(calc(154 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--307 .swiper-container {
    transform: translateX(calc(143 / 375 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--307.p-section__swiper--spFull .p-section__swiper__inner {
    width: calc(355 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper--307.p-section__swiper--spFull .swiper-container {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper .c-columnCard__thumbnail {
    height: calc(111 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__swiper .c-columnCard--middle {
    width: calc(194 / 375 * 100vw);
  }
}
.p-section__stepList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-section__stepList > ul {
    display: block;
  }
}
.p-section__stepList > ul > li {
  width: 216px;
}
@media screen and (max-width: 1439px) {
  .p-section__stepList > ul > li {
    width: calc(216 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__stepList > ul > li {
    width: 100%;
  }
}
.p-section__stepList > ul > li:first-child .p-section__stepList__stepBox::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-section__stepList > ul > li + li {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-section__stepList__stepBox {
  background-color: var(--color-white);
  padding: 15px 10px 10px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-section__stepList__stepBox {
    padding: calc(15 / 1440 * 100vw) calc(10 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__stepList__stepBox {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(22 / 375 * 100vw);
  }
}
.p-section__stepList__stepBox::after {
  border-color: transparent transparent transparent var(--color-black);
  border-style: solid;
  border-width: 8px 0 8px 11px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: -20px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 0;
}
@media screen and (max-width: 1439px) {
  .p-section__stepList__stepBox::after {
    border-width: calc(8 / 1440 * 100vw) 0 calc(8 / 1440 * 100vw) calc(11 / 1440 * 100vw);
    left: calc(-20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__stepList__stepBox::after {
    border-width: calc(8 / 375 * 100vw) 0 calc(8 / 375 * 100vw) calc(11 / 375 * 100vw);
    left: calc(-20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__stepList__stepBox__titleBox {
    align-items: center;
    display: flex;
  }
}
.p-section__stepList__stepBox__titleBox__labelBox {
  margin-bottom: 11px;
}
@media screen and (max-width: 1439px) {
  .p-section__stepList__stepBox__titleBox__labelBox {
    margin-bottom: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__stepList__stepBox__titleBox__labelBox {
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(22 / 375 * 100vw);
  }
}
.p-section__stepList__stepBox__titleBox__labelBox__label {
  color: var(--color-main);
  font-family: "Noto Serif JP";
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-section__stepList__stepBox__titleBox__labelBox__label {
    font-size: calc(11 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__stepList__stepBox__titleBox__labelBox__label {
    font-size: calc(10 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-section__stepList__stepBox__titleBox__labelBox__number {
  color: var(--color-main);
  font-family: "Noto Serif JP";
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-section__stepList__stepBox__titleBox__labelBox__number {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__stepList__stepBox__titleBox__labelBox__number {
    font-size: calc(23 / 375 * 100vw);
  }
}
.p-section__stepList__stepBox__titleBox__title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-section__stepList__stepBox__titleBox__title {
    font-size: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__stepList__stepBox__titleBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
    text-align: left;
  }
}
.p-section__stepList__stepBox__thumbnail {
  margin-top: 20px;
}
.p-section__stepList__stepBox__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-section__stepList__stepBox__thumbnail {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__stepList__stepBox__thumbnail {
    margin-top: calc(0 / 375 * 100vw);
    width: calc(146 / 375 * 100vw);
  }
}
.p-section__faq__block__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-section__faq__block__titleBox {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__faq__block__titleBox {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-section__faq__block__titleBox__title {
  border-left: 5px solid var(--color-black);
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 8px;
}
@media screen and (max-width: 1439px) {
  .p-section__faq__block__titleBox__title {
    border-left: calc(5 / 1440 * 100vw) solid var(--color-black);
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    padding-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__faq__block__titleBox__title {
    border-left: calc(5 / 375 * 100vw) solid var(--color-black);
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    padding-left: calc(8 / 375 * 100vw);
  }
}
.p-section__faq__block__faqList > ul > li {
  border-bottom: 1px dashed var(--color-black);
}
.p-section__faq__block__faqList > ul > li:first-child {
  border-top: 1px dashed var(--color-black);
}
.p-section__faq__block__faqList__faqBox__qBox {
  cursor: pointer;
  position: relative;
}
.p-section__faq__block__faqList__faqBox__qBox::after {
  -webkit-mask-image: url(../images/icon_plus.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  display: block;
  height: 18px;
  margin: auto 0;
          mask-image: url(../images/icon_plus.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .p-section__faq__block__faqList__faqBox__qBox::after {
    height: calc(18 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__faq__block__faqList__faqBox__qBox::after {
    height: calc(12 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}
.p-section__faq__block__faqList__faqBox__qBox__inner {
  align-items: center;
  display: flex;
  padding: 30px 40px 30px 0;
}
@media screen and (max-width: 1439px) {
  .p-section__faq__block__faqList__faqBox__qBox__inner {
    padding: calc(30 / 1440 * 100vw) calc(65 / 1440 * 100vw) calc(30 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-section__faq__block__faqList__faqBox__qBox__inner {
    padding: calc(20 / 375 * 100vw) calc(35 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
  }
}
.p-section__faq__block__faqList__faqBox__qBox__icon {
  flex-shrink: 0;
  font-family: "Crimson Pro";
  font-size: 35px;
  letter-spacing: 0;
  margin-right: 45px;
}
@media screen and (max-width: 1439px) {
  .p-section__faq__block__faqList__faqBox__qBox__icon {
    font-size: calc(35 / 1440 * 100vw);
    margin-right: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__faq__block__faqList__faqBox__qBox__icon {
    font-size: calc(30 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
  }
}
.p-section__faq__block__faqList__faqBox__qBox__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
}
@media screen and (max-width: 1439px) {
  .p-section__faq__block__faqList__faqBox__qBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__faq__block__faqList__faqBox__qBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-section__faq__block__faqList__faqBox__aBox {
  display: none;
}
.p-section__faq__block__faqList__faqBox__aBox__inner {
  align-items: center;
  display: flex;
  padding-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-section__faq__block__faqList__faqBox__aBox__inner {
    padding-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__faq__block__faqList__faqBox__aBox__inner {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.p-section__faq__block__faqList__faqBox__aBox__icon {
  flex-shrink: 0;
  font-family: "Crimson Pro";
  font-size: 35px;
  letter-spacing: 0;
  margin-right: 45px;
  visibility: hidden;
}
@media screen and (max-width: 1439px) {
  .p-section__faq__block__faqList__faqBox__aBox__icon {
    font-size: calc(35 / 1440 * 100vw);
    margin-right: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__faq__block__faqList__faqBox__aBox__icon {
    font-size: calc(30 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
  }
}
.p-section__faq__block__faqList__faqBox__aBox__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-section__faq__block__faqList__faqBox__aBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__faq__block__faqList__faqBox__aBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-section__faq__block__faqList__faqBox.is-open .p-section__faq__block__faqList__faqBox__qBox::after {
  -webkit-mask-image: url(../images/icon_minus.svg);
          mask-image: url(../images/icon_minus.svg);
}
.p-section__faq__block + .p-section__faq__block {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-section__faq__block + .p-section__faq__block {
    margin-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__faq__block + .p-section__faq__block {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-section__buttonList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1439px) {
  .p-section__buttonList > ul {
    margin-bottom: calc(-10 / 1440 * 100vw);
    margin-right: calc(-10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__buttonList > ul {
    display: block;
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
  }
}
.p-section__buttonList > ul > li {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1439px) {
  .p-section__buttonList > ul > li {
    margin-bottom: calc(10 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__buttonList > ul > li {
    border-bottom: 1px dotted var(--color-white);
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__buttonList > ul > li:first-child {
    border-top: 1px dotted var(--color-white);
  }
}
.p-section__buttonList a {
  align-items: center;
  background-color: var(--color-bg4);
  border-radius: 20px;
  color: var(--color-white);
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__buttonList a {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    height: calc(34 / 1440 * 100vw);
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__buttonList a {
    background-color: transparent;
    border-radius: calc(0 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    height: auto;
    justify-content: flex-start;
    padding: calc(18 / 375 * 100vw) calc(5 / 375 * 100vw);
    position: relative;
  }
}
.p-section__buttonList a::after {
  -webkit-mask-image: url(../images/icon_arrow_link.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-white);
  bottom: 0;
  content: "";
  display: block;
  display: none;
  height: calc(12 / 375 * 100vw);
  margin: auto 0;
          mask-image: url(../images/icon_arrow_link.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: calc(10 / 375 * 100vw);
  top: 0;
  width: calc(7 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-section__buttonList a::after {
    display: block;
  }
}
.p-section__tagList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1439px) {
  .p-section__tagList > ul {
    margin-bottom: calc(-10 / 1440 * 100vw);
    margin-right: calc(-10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__tagList > ul {
    margin-bottom: calc(-15 / 375 * 100vw);
    margin-right: calc(-15 / 375 * 100vw);
  }
}
.p-section__tagList > ul > li {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1439px) {
  .p-section__tagList > ul > li {
    margin-bottom: calc(10 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__tagList > ul > li {
    margin-bottom: calc(15 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
}
.p-section__tagList a {
  align-items: center;
  background-color: var(--color-bg5);
  border-radius: 20px;
  color: var(--color-white);
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__tagList a {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    height: calc(34 / 1440 * 100vw);
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__tagList a {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
    padding: 0 calc(17 / 375 * 100vw);
  }
}
.p-section__tagList--sidebar > ul {
  margin-bottom: -7px;
  margin-right: -7px;
}
@media screen and (max-width: 1439px) {
  .p-section__tagList--sidebar > ul {
    margin-bottom: calc(-7 / 1440 * 100vw);
    margin-right: calc(-7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__tagList--sidebar > ul {
    margin-bottom: calc(-8 / 375 * 100vw);
    margin-right: calc(-8 / 375 * 100vw);
  }
}
.p-section__tagList--sidebar > ul > li {
  margin-bottom: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 1439px) {
  .p-section__tagList--sidebar > ul > li {
    margin-bottom: calc(7 / 1440 * 100vw);
    margin-right: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__tagList--sidebar > ul > li {
    margin-bottom: calc(8 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
  }
}
.p-section__tagList--sidebar a {
  font-size: 11px;
  height: 24px;
}
.p-section__readmore {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-section__readmore {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__readmore {
    margin-top: calc(30 / 375 * 100vw);
    text-align: right;
  }
}
.p-section__readmore--sidebar {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-section__readmore--sidebar {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__readmore--sidebar {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-section__block__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__titleBox {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__titleBox {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-section__block__titleBox__title {
  border-left: 5px solid var(--color-black);
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 8px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__titleBox__title {
    border-left: calc(5 / 1440 * 100vw) solid var(--color-black);
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    padding-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__titleBox__title {
    border-left: calc(5 / 375 * 100vw) solid var(--color-black);
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    padding-left: calc(8 / 375 * 100vw);
  }
}
.p-section__block__content {
  background-color: var(--color-white);
  padding: 65px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content {
    padding: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content {
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-section__block__content__companyList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -36px;
  margin-right: -40px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__companyList > ul {
    margin-bottom: calc(-36 / 1440 * 100vw);
    margin-right: calc(-40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__companyList > ul {
    justify-content: space-between;
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
  }
}
.p-section__block__content__companyList > ul > li {
  margin-bottom: 36px;
  margin-right: 40px;
  width: 182px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__companyList > ul > li {
    margin-bottom: calc(36 / 1440 * 100vw);
    margin-right: calc(40 / 1440 * 100vw);
    width: calc(182 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__companyList > ul > li {
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    width: calc(138 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__companyList > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.p-section__block__content__companyList a {
  display: block;
}
.p-section__block__content__companyList__companyBox__logo img {
  height: auto;
  width: 100%;
}
.p-section__block__content__companyList__companyBox__logo img {
  -o-object-fit: contain;
  border-radius: 5px;
  height: 70px;
     object-fit: contain;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__companyList__companyBox__logo img {
    border-radius: calc(5 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__companyList__companyBox__logo img {
    border-radius: calc(5 / 375 * 100vw);
    height: calc(53 / 375 * 100vw);
  }
}
.p-section__block__content__companyList__companyBox__name {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__companyList__companyBox__name {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__companyList__companyBox__name {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}
.p-section__block__content__jcl__data > ul > li {
  border-bottom: 1px solid rgba(159, 159, 159, 0.3);
  padding: 40px 0;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__jcl__data > ul > li {
    padding: calc(40 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__jcl__data > ul > li {
    padding: calc(20 / 375 * 100vw) 0;
  }
}
.p-section__block__content__jcl__data > ul > li:first-child {
  padding-top: 0;
}
.p-section__block__content__jcl__data dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-section__block__content__jcl__data dl {
    display: block;
  }
}
.p-section__block__content__jcl__data dl dt {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: bold;
  width: 175px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__jcl__data dl dt {
    font-size: calc(15 / 1440 * 100vw);
    width: calc(175 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__jcl__data dl dt {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    width: 100%;
  }
}
.p-section__block__content__jcl__data dl dd {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__jcl__data dl dd {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__jcl__data dl dd {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-section__block__content__jcl__map {
  height: 0;
  margin-top: 80px;
  overflow: hidden;
  padding-bottom: 362px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__jcl__map {
    margin-top: calc(80 / 1440 * 100vw);
    padding-bottom: calc(362 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__jcl__map {
    margin-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(215 / 375 * 100vw);
  }
}
.p-section__block__content__jcl__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-section__block__content__sitemap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-section__block__content__sitemap {
    display: block;
    padding: calc(20 / 375 * 100vw);
  }
}
.p-section__block__content__sitemap > ul {
  border-left: 1px dashed rgba(159, 159, 159, 0.3);
  margin-left: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__sitemap > ul {
    margin-left: calc(70 / 1440 * 100vw);
    padding-left: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__sitemap > ul {
    border-left: 0;
    margin-left: calc(0 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
  }
}
.p-section__block__content__sitemap > ul > li {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__sitemap > ul > li {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__sitemap > ul > li {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-section__block__content__sitemap > ul > li.is-sub {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__sitemap > ul > li.is-sub {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__sitemap > ul > li.is-sub {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-section__block__content__sitemap > ul > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__sitemap > ul > li + li {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__sitemap > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-section__block__content__sitemap > ul:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-section__block__content__sitemap > ul + ul {
    border-top: 1px solid rgba(159, 159, 159, 0.3);
    margin-top: calc(25 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
  }
}
.p-section__block__content__privacy__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__privacy__title {
    font-size: calc(20 / 1440 * 100vw);
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__privacy__title {
    color: var(--color-main);
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-section__block__content__privacy__entry h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__privacy__entry h2 {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__privacy__entry h2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-section__block__content__privacy__entry p {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__privacy__entry p {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__privacy__entry p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-section__block__content__privacy__entry p + h2 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__privacy__entry p + h2 {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__privacy__entry p + h2 {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-section__block__content__privacy__entry a {
  text-decoration: underline;
}
.p-section__block__content__onayamiList > ul > li:nth-child(2n) .p-section__block__content__onayamiList__onayamiBox {
  flex-direction: row-reverse;
}
.p-section__block__content__onayamiList > ul > li:nth-child(2n) .p-section__block__content__onayamiList__onayamiBox__thumbnail {
  margin-left: 60px;
  margin-right: 0;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__onayamiList > ul > li:nth-child(2n) .p-section__block__content__onayamiList__onayamiBox__thumbnail {
    margin-left: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__onayamiList > ul > li:nth-child(2n) .p-section__block__content__onayamiList__onayamiBox__thumbnail {
    margin-left: calc(0 / 375 * 100vw);
  }
}
.p-section__block__content__onayamiList > ul > li + li {
  border-top: 1px solid rgba(159, 159, 159, 0.3);
  margin-top: 70px;
  padding-top: 70px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__onayamiList > ul > li + li {
    margin-top: calc(70 / 1440 * 100vw);
    padding-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__onayamiList > ul > li + li {
    margin-top: calc(25 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
  }
}
.p-section__block__content__onayamiList__onayamiBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-section__block__content__onayamiList__onayamiBox {
    display: block;
  }
}
.p-section__block__content__onayamiList__onayamiBox__thumbnail {
  flex-shrink: 0;
  margin-right: 60px;
  width: 310px;
}
.p-section__block__content__onayamiList__onayamiBox__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__onayamiList__onayamiBox__thumbnail {
    margin-right: calc(60 / 1440 * 100vw);
    width: calc(310 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__onayamiList__onayamiBox__thumbnail {
    margin-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__onayamiList__onayamiBox__textBox {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-section__block__content__onayamiList__onayamiBox__textBox__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__onayamiList__onayamiBox__textBox__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__onayamiList__onayamiBox__textBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-section__block__content__onayamiList__onayamiBox__textBox__text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__content__onayamiList__onayamiBox__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__content__onayamiList__onayamiBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-section__block__readmore {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-section__block__readmore {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__readmore {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-section__block__ceo {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo {
    display: block;
  }
}
.p-section__block__ceo__data {
  flex-shrink: 0;
  margin-right: 120px;
  width: 254px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__ceo__data {
    margin-right: calc(120 / 1440 * 100vw);
    width: calc(254 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo__data {
    margin-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-section__block__ceo__data__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo__data__thumbnail {
    margin: 0 auto;
    width: calc(231 / 375 * 100vw);
  }
}
.p-section__block__ceo__data__textBox {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__ceo__data__textBox {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo__data__textBox {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-section__block__ceo__data__textBox__company {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__ceo__data__textBox__company {
    font-size: calc(14 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo__data__textBox__company {
    font-size: calc(13 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-section__block__ceo__data__textBox__nameBox {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo__data__textBox__nameBox {
    display: block;
  }
}
.p-section__block__ceo__data__textBox__nameBox__title {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__ceo__data__textBox__nameBox__title {
    font-size: calc(14 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo__data__textBox__nameBox__title {
    font-size: calc(13 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
  }
}
.p-section__block__ceo__data__textBox__nameBox__name {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-section__block__ceo__data__textBox__nameBox__name {
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo__data__textBox__nameBox__name {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-section__block__ceo__data__textBox__text {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__ceo__data__textBox__text {
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo__data__textBox__text {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-section__block__ceo__data__textBox__text a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo__text {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-section__block__ceo__text p {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__ceo__text p {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo__text p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-section__block__ceo__text p + p {
  margin-top: 28px;
}
@media screen and (max-width: 1439px) {
  .p-section__block__ceo__text p + p {
    margin-top: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block__ceo__text p + p {
    margin-top: calc(28 / 375 * 100vw);
  }
}
.p-section__block + .p-section__block {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-section__block + .p-section__block {
    margin-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__block + .p-section__block {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-section__form {
  margin: 100px auto 0;
  width: 880px;
}
@media screen and (max-width: 1439px) {
  .p-section__form {
    margin: calc(100 / 1440 * 100vw) auto 0;
    width: calc(880 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__form {
    margin: calc(50 / 375 * 100vw) auto 0;
    width: 100%;
  }
}
.p-section__form__title {
  align-items: center;
  background-color: var(--color-bg2);
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-section__form__title {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__form__title {
    font-size: calc(15 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
}
.p-section__form__content {
  background-color: var(--color-white);
  padding: 60px 50px 55px;
}
@media screen and (max-width: 1439px) {
  .p-section__form__content {
    padding: calc(60 / 1440 * 100vw) calc(50 / 1440 * 100vw) calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__form__content {
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-section__consultantList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-right: -27px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultantList > ul {
    margin-bottom: calc(-40 / 1440 * 100vw);
    margin-right: calc(-27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultantList > ul {
    justify-content: space-between;
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
  }
}
.p-section__consultantList > ul > li {
  margin-bottom: 40px;
  margin-right: 27px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultantList > ul > li {
    margin-bottom: calc(40 / 1440 * 100vw);
    margin-right: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultantList > ul > li {
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultantList > ul > li:nth-child(-n+2) {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-section__consultantList a {
  display: block;
}
.p-section__button {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-section__button {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__button {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-section__button a {
  font-size: 16px;
  height: 70px;
  margin: 0 auto;
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .p-section__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
  }
}
.p-section__company {
  background-color: var(--color-white);
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .p-section__company {
    padding: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__company {
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-section__company__info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-section__company__info {
    display: block;
  }
}
.p-section__company__info__logo {
  flex-shrink: 0;
  margin-left: 40px;
  width: 336px;
}
.p-section__company__info__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-section__company__info__logo {
    margin-left: calc(40 / 1440 * 100vw);
    width: calc(336 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__company__info__logo {
    margin-bottom: calc(20 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-section__company__info__logo img {
  -o-object-fit: contain;
  background-color: var(--color-white);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 129px;
     object-fit: contain;
}
@media screen and (max-width: 1439px) {
  .p-section__company__info__logo img {
    border-radius: calc(5 / 1440 * 100vw);
    height: calc(129 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__company__info__logo img {
    border-radius: calc(5 / 375 * 100vw);
    height: calc(113 / 375 * 100vw);
  }
}
.p-section__company__info__data {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-section__company__info__data {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-section__company__info__data > ul > li + li {
    border-top: 1px solid rgba(159, 159, 159, 0.3);
    margin-top: calc(10 / 375 * 100vw);
    padding-top: calc(10 / 375 * 100vw);
  }
}
.p-section__company__info__data dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-section__company__info__data dl {
    display: block;
  }
}
.p-section__company__info__data dl dt {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  width: 82px;
}
@media screen and (max-width: 1439px) {
  .p-section__company__info__data dl dt {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__company__info__data dl dt {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-section__company__info__data dl dt {
    width: calc(82 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__company__info__data dl dt {
    margin-bottom: calc(5 / 375 * 100vw);
    width: 100%;
  }
}
.p-section__company__info__data dl dd {
  font-size: 15px;
  line-height: 28px;
  word-break: break-all;
}
@media screen and (max-width: 1439px) {
  .p-section__company__info__data dl dd {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__company__info__data dl dd {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-section__company__text {
  border-top: 1px solid rgba(159, 159, 159, 0.3);
  font-size: 15px;
  line-height: 28px;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-section__company__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__company__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-section__company__text {
    margin-top: calc(30 / 1440 * 100vw);
    padding-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__company__text {
    margin-top: calc(10 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
  }
}
.p-section__jobList > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__jobList > ul > li + li {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__jobList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-section__columnList > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__columnList > ul > li + li {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__columnList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-section__columnList a {
  display: block;
}
.p-section__pagination {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-section__pagination {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__pagination {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-section__pagination .c-pagination {
  justify-content: center;
}
.p-section__author {
  background-color: var(--color-white);
  padding: 30px;
}
@media screen and (max-width: 1439px) {
  .p-section__author {
    padding: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__author {
    padding: calc(30 / 375 * 100vw);
  }
}
.p-section__searchModule {
  background-color: var(--color-white);
  padding: 30px 30px 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__searchModule {
    padding: calc(30 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__searchModule {
    background-color: transparent;
    padding: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(0 / 375 * 100vw);
  }
}
.p-section__searchModule .c-searchModule__module__inputBox__popup a,
.p-section__searchModule .c-searchModule__module__inputBox__pulldown a {
  border: 1px solid rgba(159, 159, 159, 0.4);
  width: 288px;
}
@media screen and (max-width: 1439px) {
  .p-section__searchModule .c-searchModule__module__inputBox__popup a,
.p-section__searchModule .c-searchModule__module__inputBox__pulldown a {
    width: calc(288 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__searchModule .c-searchModule__module__inputBox__popup a,
.p-section__searchModule .c-searchModule__module__inputBox__pulldown a {
    width: 100%;
  }
}
.p-section__serchTrigger {
  display: none;
  padding: calc(10 / 375 * 100vw) 0;
}
@media screen and (max-width: 767px) {
  .p-section__serchTrigger {
    display: block;
  }
}
.p-section__serchTrigger a {
  align-items: center;
  background-color: var(--color-white);
  display: flex;
  font-size: calc(15 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
  padding: 0 calc(40 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-section__serchTrigger a::before {
  -webkit-mask-image: url(../images/icon_reload.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  content: "";
  display: block;
  display: block;
  height: calc(20 / 375 * 100vw);
  left: calc(20 / 375 * 100vw);
  margin: auto 0;
          mask-image: url(../images/icon_reload.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  top: 0;
  width: calc(20 / 375 * 100vw);
}
.p-section__serchTrigger a::after {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/icon_arrow_select.svg);
  background-color: var(--color-black);
  background-color: var(--color-main);
  bottom: 0;
  content: "";
  content: "";
  display: block;
  display: block;
  height: calc(8 / 375 * 100vw);
  margin: auto 0;
          mask-image: url(../images/icon_arrow_select.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: calc(15 / 375 * 100vw);
  top: 0;
  width: calc(18 / 375 * 100vw);
}
.p-section__serchTrigger a:hover {
  opacity: 1;
}
.p-section__sidebarColumnList > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__sidebarColumnList > ul > li + li {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__sidebarColumnList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-section__sidebarColumnList a {
  display: block;
}
.p-section__sidebarColumnList__sidebarColumnBox {
  display: flex;
}
.p-section__sidebarColumnList__sidebarColumnBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 74px;
  margin-right: 20px;
  width: 130px;
}
@media screen and (max-width: 1439px) {
  .p-section__sidebarColumnList__sidebarColumnBox__thumbnail {
    height: calc(74 / 1440 * 100vw);
    margin-right: calc(20 / 1440 * 100vw);
    width: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__sidebarColumnList__sidebarColumnBox__thumbnail {
    height: calc(74 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    width: calc(130 / 375 * 100vw);
  }
}
.p-section__sidebarColumnList__sidebarColumnBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-section__sidebarColumnList__sidebarColumnBox__title {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__sidebarColumnList__sidebarColumnBox__title {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-section__sidebarVoiceList > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__sidebarVoiceList > ul > li + li {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__sidebarVoiceList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-section__sidebarVoiceList__sidebarVoiceBox {
  background-color: var(--color-white);
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__sidebarVoiceList__sidebarVoiceBox {
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__sidebarVoiceList__sidebarVoiceBox {
    padding: calc(20 / 375 * 100vw);
  }
}
.p-section__sidebarVoiceList__sidebarVoiceBox__title {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
}
@media screen and (max-width: 1439px) {
  .p-section__sidebarVoiceList__sidebarVoiceBox__title {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__sidebarVoiceList__sidebarVoiceBox__title {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-section__sidebarVoiceList__sidebarVoiceBox__data {
  display: flex;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
}
@media screen and (max-width: 1439px) {
  .p-section__sidebarVoiceList__sidebarVoiceBox__data {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__sidebarVoiceList__sidebarVoiceBox__data {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-section__sidebarVoiceList__sidebarVoiceBox__data::before {
  background-color: var(--color-black);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1px;
  margin-right: 4px;
  transform: translateY(11px);
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .p-section__sidebarVoiceList__sidebarVoiceBox__data::before {
    margin-right: calc(4 / 1440 * 100vw);
    transform: translateY(calc(11 / 1440 * 100vw));
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__sidebarVoiceList__sidebarVoiceBox__data::before {
    margin-right: calc(4 / 375 * 100vw);
    transform: translateY(calc(12 / 375 * 100vw));
    width: calc(14 / 375 * 100vw);
  }
}
.p-section__sidebarVoiceList__sidebarVoiceBox__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 13px;
  line-height: 23px;
  margin-top: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-section__sidebarVoiceList__sidebarVoiceBox__text {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__sidebarVoiceList__sidebarVoiceBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}
.p-section__sidebarBannerList__banner img {
  height: auto;
  width: 100%;
}
.p-section__sidebarBannerList__banner + .p-section__sidebarBannerList__banner {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__sidebarBannerList__banner + .p-section__sidebarBannerList__banner {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__sidebarBannerList__banner + .p-section__sidebarBannerList__banner {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-section__search form {
  background-color: var(--color-white);
  position: relative;
}
.p-section__search form input {
  font-size: 14px;
  height: 52px;
  padding: 0 40px 0 15px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-section__search form input {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(52 / 1440 * 100vw);
    padding: 0 calc(40 / 1440 * 100vw) 0 calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__search form input {
    font-size: 16px;
    height: calc(52 / 375 * 100vw);
    padding: 0 calc(40 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
  }
}
.p-section__search form input::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
.p-section__search form input:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
.p-section__search form input::placeholder {
  color: rgba(21, 21, 21, 0.4);
}
.p-section__search form button {
  -webkit-mask-image: url(../images/icon_search.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  display: block;
  height: 18px;
  margin: auto 0;
          mask-image: url(../images/icon_search.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  overflow: hidden;
  position: absolute;
  right: 14px;
  text-indent: 150vw;
  top: 0;
  white-space: nowrap;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .p-section__search form button {
    height: calc(18 / 1440 * 100vw);
    right: calc(14 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__search form button {
    height: calc(18 / 375 * 100vw);
    right: calc(14 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.p-section__columnNav {
  margin-top: calc(-25 / 375 * 100vw);
}
.p-section__columnNav__button {
  align-items: center;
  background-color: var(--color-main);
  color: var(--color-white);
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: calc(55 / 375 * 100vw);
  padding: 0 calc(20 / 375 * 100vw);
  position: relative;
}
.p-section__columnNav__button::after {
  -webkit-mask-image: url(../images/icon_arrow_select.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-white);
  bottom: 0;
  content: "";
  display: block;
  height: calc(7 / 375 * 100vw);
  margin: auto 0;
          mask-image: url(../images/icon_arrow_select.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: calc(20 / 375 * 100vw);
  top: 0;
  width: calc(12 / 375 * 100vw);
}
.p-section__columnNav__button__icon {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-white);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 28px;
  margin-right: 10px;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 28px;
}
@media screen and (max-width: 1439px) {
  .p-section__columnNav__button__icon {
    height: calc(28 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__columnNav__button__icon {
    height: calc(22 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(1 / 375 * 100vw));
    width: calc(22 / 375 * 100vw);
  }
}
.p-section__columnNav__button__icon--bag {
  -webkit-mask-image: url(../images/icon_bag.svg);
          mask-image: url(../images/icon_bag.svg);
}
.p-section__columnNav__button__icon--pin {
  -webkit-mask-image: url(../images/icon_pin.svg);
          mask-image: url(../images/icon_pin.svg);
}
.p-section__columnNav__button__icon--scope {
  -webkit-mask-image: url(../images/icon_scope.svg);
          mask-image: url(../images/icon_scope.svg);
}
.p-section__columnNav__button__icon--check {
  -webkit-mask-image: url(../images/icon_check.svg);
          mask-image: url(../images/icon_check.svg);
}
.p-section__columnNav__button__icon--building {
  -webkit-mask-image: url(../images/icon_building.svg);
          mask-image: url(../images/icon_building.svg);
}
.p-section__columnNav__button__icon--building2 {
  -webkit-mask-image: url(../images/icon_building2.svg);
          mask-image: url(../images/icon_building2.svg);
}
.p-section__columnNav__button__icon--human {
  -webkit-mask-image: url(../images/icon_human.svg);
          mask-image: url(../images/icon_human.svg);
}
.p-section__columnNav__button__icon--book {
  -webkit-mask-image: url(../images/icon_book.svg);
          mask-image: url(../images/icon_book.svg);
}
.p-section__columnNav__button__icon--fukidashi {
  -webkit-mask-image: url(../images/icon_fukidashi.svg);
          mask-image: url(../images/icon_fukidashi.svg);
}
.p-section__columnNav__button__icon--fukidashi2 {
  -webkit-mask-image: url(../images/icon_fukidashi2.svg);
          mask-image: url(../images/icon_fukidashi2.svg);
}
.p-section__columnNav__button__icon--yen {
  -webkit-mask-image: url(../images/icon_yen.svg);
          mask-image: url(../images/icon_yen.svg);
}
.p-section__columnNav__button__icon--file {
  -webkit-mask-image: url(../images/icon_file.svg);
          mask-image: url(../images/icon_file.svg);
}
.p-section__columnNav__button__icon--search {
  -webkit-mask-image: url(../images/icon_search.svg);
          mask-image: url(../images/icon_search.svg);
}
.p-section__columnNav__button__icon--tag {
  -webkit-mask-image: url(../images/icon_tag.svg);
          mask-image: url(../images/icon_tag.svg);
}
.p-section__columnNav__button__icon--crown {
  -webkit-mask-image: url(../images/icon_crown.svg);
          mask-image: url(../images/icon_crown.svg);
}
.p-section__columnNav__button__icon--frasco {
  -webkit-mask-image: url(../images/icon_frasco.svg);
          mask-image: url(../images/icon_frasco.svg);
}
.p-section__columnNav__button__icon--time {
  -webkit-mask-image: url(../images/icon_time.svg);
          mask-image: url(../images/icon_time.svg);
}
.p-section__columnNav__button__icon--update {
  -webkit-mask-image: url(../images/icon_update.svg);
          mask-image: url(../images/icon_update.svg);
}
.p-section__columnNav__button__icon--reload {
  -webkit-mask-image: url(../images/icon_reload.svg);
          mask-image: url(../images/icon_reload.svg);
}
.p-section__columnNav__button__icon--medical {
  -webkit-mask-image: url(../images/icon_medical.svg);
          mask-image: url(../images/icon_medical.svg);
}
.p-section__columnNav__button__icon--category {
  -webkit-mask-image: url(../images/icon_category.svg);
          mask-image: url(../images/icon_category.svg);
}
.p-section__columnNav__nav {
  background-color: var(--color-white);
  display: none;
  padding: 0 calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
}
.p-section__columnNav__nav > ul > li {
  border-bottom: 1px solid rgba(159, 159, 159, 0.2);
}
.p-section__columnNav__nav > ul > li.is-open .p-section__columnNav__nav__button::after {
  transform: rotate(180deg);
}
.p-section__columnNav__nav__button {
  padding: calc(20 / 375 * 100vw) 0;
}
.p-section__columnNav__nav__button.has-subNav {
  position: relative;
}
.p-section__columnNav__nav__button.has-subNav::after {
  -webkit-mask-image: url(../images/icon_arrow_select.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-main);
  bottom: 0;
  content: "";
  display: block;
  height: calc(7 / 375 * 100vw);
  margin: auto 0;
          mask-image: url(../images/icon_arrow_select.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(12 / 375 * 100vw);
}
.p-section__columnNav__nav__button a {
  font-size: calc(14 / 375 * 100vw);
  font-weight: bold;
}
.p-section__columnNav__nav__subNav {
  display: none;
  padding-bottom: calc(18 / 375 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
}
.p-section__columnNav__nav__subNav__title a {
  font-size: calc(14 / 375 * 100vw);
  font-weight: bold;
}
.p-section__columnNav__nav__subNav__title + .p-section__columnNav__nav__subNav__title {
  margin-top: calc(20 / 375 * 100vw);
}
.p-section__columnNav__nav__subNav__subSubNav {
  padding-left: calc(15 / 375 * 100vw);
}
.p-section__columnNav__nav__subNav__subSubNav > ul > li {
  margin-top: calc(15 / 375 * 100vw);
}
.p-section__columnNav__nav__subNav__subSubNav a {
  font-size: calc(14 / 375 * 100vw);
}
.p-section__columnNav__nav__subNav__subSubNav + .p-section__columnNav__nav__subNav__title {
  margin-top: calc(20 / 375 * 100vw);
}
.p-section__columnNav.is-open .p-section__columnNav__button::after {
  transform: rotate(180deg);
}
.p-section__rankColumnList > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__rankColumnList > ul > li + li {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__rankColumnList > ul > li + li {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-section__rankColumnList a {
  display: block;
}
.p-section__rankColumnList__columnBox {
  display: flex;
}
.p-section__rankColumnList__columnBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 74px;
  margin-right: 20px;
  width: 130px;
}
@media screen and (max-width: 1439px) {
  .p-section__rankColumnList__columnBox__thumbnail {
    height: calc(74 / 1440 * 100vw);
    margin-right: calc(20 / 1440 * 100vw);
    width: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__rankColumnList__columnBox__thumbnail {
    height: calc(90 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    width: calc(159 / 375 * 100vw);
  }
}
.p-section__rankColumnList__columnBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-section__rankColumnList__columnBox__title {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__rankColumnList__columnBox__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
    overflow: hidden;
  }
}
.p-section__bannerList__banner img {
  height: auto;
  width: 100%;
}
.p-section__bannerList__banner + .p-section__bannerList__banner {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__bannerList__banner + .p-section__bannerList__banner {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__bannerList__banner + .p-section__bannerList__banner {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-section__consultant__content {
  background-color: var(--color-white);
  padding: 30px 30px 50px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content {
    padding: calc(30 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content {
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.p-section__consultant__content__author {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author {
    display: block;
    position: relative;
  }
}
.p-section__consultant__content__author__thumbnail {
  width: 164px;
}
.p-section__consultant__content__author__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__author__thumbnail {
    width: calc(164 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__thumbnail {
    width: calc(135 / 375 * 100vw);
  }
}
.p-section__consultant__content__author__textBox {
  width: 596px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__author__textBox {
    width: calc(596 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__textBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__textBox__dataBox {
    padding-top: calc(15 / 375 * 100vw);
    position: absolute;
    right: 0;
    top: 0;
    width: calc(140 / 375 * 100vw);
  }
}
.p-section__consultant__content__author__textBox__dataBox__nameBox {
  align-items: flex-end;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__textBox__dataBox__nameBox {
    display: block;
  }
}
.p-section__consultant__content__author__textBox__dataBox__nameBox__title {
  font-size: 15px;
  font-weight: bold;
  margin-right: 8px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__author__textBox__dataBox__nameBox__title {
    font-size: calc(15 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__textBox__dataBox__nameBox__title {
    font-size: calc(13 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
  }
}
.p-section__consultant__content__author__textBox__dataBox__nameBox__name {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__author__textBox__dataBox__nameBox__name {
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__textBox__dataBox__nameBox__name {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-section__consultant__content__author__textBox__dataBox__scope {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__author__textBox__dataBox__scope {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__textBox__dataBox__scope {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-section__consultant__content__author__textBox__dataBox__scope dl {
  display: flex;
}
.p-section__consultant__content__author__textBox__dataBox__scope dl dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__author__textBox__dataBox__scope dl dt {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__textBox__dataBox__scope dl dt {
    display: none;
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-section__consultant__content__author__textBox__dataBox__scope dl dt::after {
  content: "：";
}
.p-section__consultant__content__author__textBox__dataBox__scope dl dd {
  font-size: 15px;
  line-height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__author__textBox__dataBox__scope dl dd {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__textBox__dataBox__scope dl dd {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
  }
}
.p-section__consultant__content__author__textBox__profile {
  border-bottom: 1px solid rgba(159, 159, 159, 0.3);
  border-top: 1px solid rgba(159, 159, 159, 0.3);
  margin-top: 15px;
  padding: 15px 0;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__author__textBox__profile {
    margin-top: calc(15 / 1440 * 100vw);
    padding: calc(15 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__textBox__profile {
    margin-top: calc(20 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) 0;
  }
}
.p-section__consultant__content__author__textBox__profile__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__author__textBox__profile__title {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__textBox__profile__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-section__consultant__content__author__textBox__profile__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__author__textBox__profile__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__author__textBox__profile__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__section {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-section__consultant__content__section__block {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__section__block {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__section__block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-section__consultant__content__section__block__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__section__block__title {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__section__block__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-section__consultant__content__section__block__buttonList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -7px;
  margin-right: -7px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__section__block__buttonList > ul {
    margin-bottom: calc(-7 / 1440 * 100vw);
    margin-right: calc(-7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__section__block__buttonList > ul {
    margin-bottom: calc(-8 / 375 * 100vw);
    margin-right: calc(-8 / 375 * 100vw);
  }
}
.p-section__consultant__content__section__block__buttonList > ul > li {
  margin-bottom: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__section__block__buttonList > ul > li {
    margin-bottom: calc(7 / 1440 * 100vw);
    margin-right: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__section__block__buttonList > ul > li {
    margin-bottom: calc(8 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
  }
}
.p-section__consultant__content__section__block__buttonList a {
  align-items: center;
  background-color: var(--color-bg);
  display: flex;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__section__block__buttonList a {
    font-size: calc(11 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    padding: 0 calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__section__block__buttonList a {
    font-size: calc(11 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    padding: 0 calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__section__block__columnList > ul > li + li {
    margin-top: calc(5 / 375 * 100vw);
  }
}
.p-section__consultant__content__section__block__columnList a {
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__section__block__columnList a {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__section__block__columnList a {
    color: var(--color-main);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    text-decoration: underline;
  }
}
.p-section__consultant__content__section__block__columnList a:hover {
  text-decoration: underline;
}
.p-section__consultant__content__buttonBox {
  border-top: 1px solid rgba(159, 159, 159, 0.3);
  margin-top: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__buttonBox {
    margin-top: calc(30 / 1440 * 100vw);
    padding-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__buttonBox {
    margin-top: calc(20 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-section__consultant__content__buttonBox__link {
  text-align: center;
}
.p-section__consultant__content__buttonBox__button {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__buttonBox__button {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__buttonBox__button {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-section__consultant__content__buttonBox__button a {
  font-size: 16px;
  height: 70px;
  margin: 0 auto;
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .p-section__consultant__content__buttonBox__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__consultant__content__buttonBox__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
  }
}
.p-section__categorySearch {
  display: flex;
  margin-top: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-section__categorySearch {
    margin-top: calc(50 / 1440 * 100vw);
    padding-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__categorySearch {
    display: block;
    margin-top: calc(40 / 375 * 100vw);
    padding-bottom: calc(0 / 375 * 100vw);
  }
}
.p-section__categorySearch__title {
  color: var(--color-white);
  flex-shrink: 0;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  transform: translateY(4px);
}
@media screen and (max-width: 1439px) {
  .p-section__categorySearch__title {
    font-size: calc(16 / 1440 * 100vw);
    margin-right: calc(20 / 1440 * 100vw);
    transform: translateY(calc(4 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-section__categorySearch__title {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    transform: translateY(calc(0 / 375 * 100vw));
  }
}
.p-section__categorySearch__buttonList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -7px;
  margin-right: -7px;
}
@media screen and (max-width: 1439px) {
  .p-section__categorySearch__buttonList > ul {
    margin-bottom: calc(-7 / 1440 * 100vw);
    margin-right: calc(-7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__categorySearch__buttonList > ul {
    margin-bottom: calc(-8 / 375 * 100vw);
    margin-right: calc(-8 / 375 * 100vw);
  }
}
.p-section__categorySearch__buttonList > ul > li {
  margin-bottom: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 1439px) {
  .p-section__categorySearch__buttonList > ul > li {
    margin-bottom: calc(7 / 1440 * 100vw);
    margin-right: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__categorySearch__buttonList > ul > li {
    margin-bottom: calc(8 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
  }
}
.p-section__categorySearch__buttonList a {
  align-items: center;
  background-color: var(--color-bg);
  display: flex;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (max-width: 1439px) {
  .p-section__categorySearch__buttonList a {
    font-size: calc(11 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    padding: 0 calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section__categorySearch__buttonList a {
    font-size: calc(11 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    padding: 0 calc(12 / 375 * 100vw);
  }
}
.p-section.has-darkBg {
  background-color: var(--color-bg2);
}
.p-section.has-darkBg .p-section__titleBox__title {
  color: var(--color-white);
}
.p-section.has-darkBg .p-section__titleBox__title__icon {
  background-color: var(--color-white);
}
.p-section.has-darkBg .p-section__titleBox__title--small {
  color: var(--color-white);
}
.p-section.has-darkBg .p-section__faq__block__faqList > ul > li {
  border-bottom: 1px dashed var(--color-white);
}
.p-section.has-darkBg .p-section__faq__block__faqList > ul > li:first-child {
  border-top: 1px dashed var(--color-white);
}
.p-section.has-darkBg .p-section__faq__block__faqList__faqBox__qBox::after {
  background-color: var(--color-white);
}
.p-section.has-darkBg .p-section__faq__block__faqList__faqBox__qBox__icon {
  color: var(--color-white);
}
.p-section.has-darkBg .p-section__faq__block__faqList__faqBox__qBox__text {
  color: var(--color-white);
}
.p-section.has-darkBg .p-section__faq__block__faqList__faqBox__aBox__icon {
  color: var(--color-white);
}
.p-section.has-darkBg .p-section__faq__block__faqList__faqBox__aBox__text {
  color: var(--color-white);
}
.p-section.has-mostDarkBg {
  background-color: var(--color-bg3);
}
.p-section.has-mostDarkBg .p-section__titleBox__title {
  color: var(--color-white);
}
.p-section.has-mostDarkBg .p-section__titleBox__title__icon {
  background-color: var(--color-white);
}
.p-section.has-mostDarkBg .p-section__titleBox__title--small {
  color: var(--color-white);
}
.p-section.has-mostDarkBg .p-section__tagList a {
  background-color: var(--color-bg4);
}
.p-section.has-border .p-section__inner {
  border-top: 1px solid var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-section.has-border .p-section__inner {
    border-top: 0;
  }
}
.p-section.has-border-black .p-section__inner {
  border-top: 1px solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-section.has-border-black .p-section__inner {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-border-sp .p-section__inner {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-border-sp .p-section__titleBox__title {
    border-top: 1px solid var(--color-white);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-section.has-noPt .p-section__inner {
  padding-top: 0;
}
.p-section.has-smallPt .p-section__inner {
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-section.has-smallPt .p-section__inner {
    padding-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-smallPt .p-section__inner {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-section.has-largePt .p-section__inner {
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-section.has-largePt .p-section__inner {
    padding-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-largePt .p-section__inner {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-section.has-exLargePt .p-section__inner {
  padding-top: 130px;
}
@media screen and (max-width: 1439px) {
  .p-section.has-exLargePt .p-section__inner {
    padding-top: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-exLargePt .p-section__inner {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-section.has-noPb .p-section__inner {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-section.has-noPb-sp .p-section__inner {
    padding-bottom: 0;
  }
}
.p-section.has-smallPb .p-section__inner {
  padding-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-section.has-smallPb .p-section__inner {
    padding-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-smallPb .p-section__inner {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.p-section.has-largePb .p-section__inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .p-section.has-largePb .p-section__inner {
    padding-bottom: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-largePb .p-section__inner {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.p-section.has-exLargePb .p-section__inner {
  padding-bottom: 150px;
}
@media screen and (max-width: 1439px) {
  .p-section.has-exLargePb .p-section__inner {
    padding-bottom: calc(150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-exLargePb .p-section__inner {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-minusMt-sp {
    margin-top: calc(-40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-widthFull-sp .l-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-widthFull-sp .p-section__titleBox, .p-section.has-widthFull-sp .p-section__readmore {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-widthFull-sp .swiper-button-next {
    right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-section.has-widthFull-sp .swiper-button-prev {
    right: calc(65 / 375 * 100vw);
  }
}

.p-indexSidebar {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-indexSidebar {
    padding-bottom: calc(30 / 1440 * 100vw);
    padding-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexSidebar {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-indexSidebar__block {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-indexSidebar__block {
    padding-bottom: calc(50 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexSidebar__block {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-indexSidebar__block__readmore {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-indexSidebar__block__readmore {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexSidebar__block__readmore {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-indexSidebar__block + .p-indexSidebar__block {
  border-top: 1px solid var(--color-black);
}

.p-sidebar {
  position: relative;
  z-index: 1;
}
.p-sidebar__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__inner {
    padding-bottom: calc(50 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-sidebar__title {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__title {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__title {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-sidebar__title__icon {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 28px;
  height: 22px;
  margin-right: 10px;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 28px;
  width: 22px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__title__icon {
    height: calc(28 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__title__icon {
    height: calc(22 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(1 / 375 * 100vw));
    width: calc(22 / 375 * 100vw);
  }
}
.p-sidebar__title__icon--bag {
  -webkit-mask-image: url(../images/icon_bag.svg);
          mask-image: url(../images/icon_bag.svg);
}
.p-sidebar__title__icon--pin {
  -webkit-mask-image: url(../images/icon_pin.svg);
          mask-image: url(../images/icon_pin.svg);
}
.p-sidebar__title__icon--scope {
  -webkit-mask-image: url(../images/icon_scope.svg);
          mask-image: url(../images/icon_scope.svg);
}
.p-sidebar__title__icon--check {
  -webkit-mask-image: url(../images/icon_check.svg);
          mask-image: url(../images/icon_check.svg);
}
.p-sidebar__title__icon--building {
  -webkit-mask-image: url(../images/icon_building.svg);
          mask-image: url(../images/icon_building.svg);
}
.p-sidebar__title__icon--building2 {
  -webkit-mask-image: url(../images/icon_building2.svg);
          mask-image: url(../images/icon_building2.svg);
}
.p-sidebar__title__icon--human {
  -webkit-mask-image: url(../images/icon_human.svg);
          mask-image: url(../images/icon_human.svg);
}
.p-sidebar__title__icon--book {
  -webkit-mask-image: url(../images/icon_book.svg);
          mask-image: url(../images/icon_book.svg);
}
.p-sidebar__title__icon--fukidashi {
  -webkit-mask-image: url(../images/icon_fukidashi.svg);
          mask-image: url(../images/icon_fukidashi.svg);
}
.p-sidebar__title__icon--fukidashi2 {
  -webkit-mask-image: url(../images/icon_fukidashi2.svg);
          mask-image: url(../images/icon_fukidashi2.svg);
}
.p-sidebar__title__icon--yen {
  -webkit-mask-image: url(../images/icon_yen.svg);
          mask-image: url(../images/icon_yen.svg);
}
.p-sidebar__title__icon--file {
  -webkit-mask-image: url(../images/icon_file.svg);
          mask-image: url(../images/icon_file.svg);
}
.p-sidebar__title__icon--search {
  -webkit-mask-image: url(../images/icon_search.svg);
          mask-image: url(../images/icon_search.svg);
}
.p-sidebar__title__icon--tag {
  -webkit-mask-image: url(../images/icon_tag.svg);
          mask-image: url(../images/icon_tag.svg);
}
.p-sidebar__title__icon--crown {
  -webkit-mask-image: url(../images/icon_crown.svg);
          mask-image: url(../images/icon_crown.svg);
}
.p-sidebar__title__icon--frasco {
  -webkit-mask-image: url(../images/icon_frasco.svg);
          mask-image: url(../images/icon_frasco.svg);
}
.p-sidebar__title__icon--time {
  -webkit-mask-image: url(../images/icon_time.svg);
          mask-image: url(../images/icon_time.svg);
}
.p-sidebar__title__icon--update {
  -webkit-mask-image: url(../images/icon_update.svg);
          mask-image: url(../images/icon_update.svg);
}
.p-sidebar__title__icon--reload {
  -webkit-mask-image: url(../images/icon_reload.svg);
          mask-image: url(../images/icon_reload.svg);
}
.p-sidebar__title__icon--medical {
  -webkit-mask-image: url(../images/icon_medical.svg);
          mask-image: url(../images/icon_medical.svg);
}
.p-sidebar__title__icon--category {
  -webkit-mask-image: url(../images/icon_category.svg);
          mask-image: url(../images/icon_category.svg);
}
@media screen and (max-width: 1439px) {
  .p-sidebar__title__icon {
    height: calc(22 / 1440 * 100vw);
    width: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__title__icon {
    height: calc(22 / 375 * 100vw);
    width: calc(22 / 375 * 100vw);
  }
}
.p-sidebar__rankColumnList > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__rankColumnList > ul > li + li {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__rankColumnList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-sidebar__rankColumnList a {
  display: block;
}
.p-sidebar__rankColumnList__columnBox {
  display: flex;
}
.p-sidebar__rankColumnList__columnBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 74px;
  margin-right: 20px;
  width: 130px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__rankColumnList__columnBox__thumbnail {
    height: calc(74 / 1440 * 100vw);
    margin-right: calc(20 / 1440 * 100vw);
    width: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__rankColumnList__columnBox__thumbnail {
    height: calc(74 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    width: calc(130 / 375 * 100vw);
  }
}
.p-sidebar__rankColumnList__columnBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__rankColumnList__columnBox__title {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__rankColumnList__columnBox__title {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-sidebar__voiceList > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__voiceList > ul > li + li {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__voiceList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-sidebar__voiceList__voiceBox {
  background-color: var(--color-white);
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__voiceList__voiceBox {
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__voiceList__voiceBox {
    padding: calc(20 / 375 * 100vw);
  }
}
.p-sidebar__voiceList__voiceBox__title {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__voiceList__voiceBox__title {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__voiceList__voiceBox__title {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-sidebar__voiceList__voiceBox__data {
  display: flex;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__voiceList__voiceBox__data {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__voiceList__voiceBox__data {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-sidebar__voiceList__voiceBox__data::before {
  background-color: var(--color-black);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1px;
  margin-right: 4px;
  transform: translateY(11px);
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__voiceList__voiceBox__data::before {
    margin-right: calc(4 / 1440 * 100vw);
    transform: translateY(calc(11 / 1440 * 100vw));
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__voiceList__voiceBox__data::before {
    margin-right: calc(4 / 375 * 100vw);
    transform: translateY(calc(11 / 375 * 100vw));
    width: calc(14 / 375 * 100vw);
  }
}
.p-sidebar__voiceList__voiceBox__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 13px;
  line-height: 23px;
  margin-top: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__voiceList__voiceBox__text {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__voiceList__voiceBox__text {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}
.p-sidebar__readmore {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__readmore {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__readmore {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-sidebar__bannerList__banner img {
  height: auto;
  width: 100%;
}
.p-sidebar__bannerList__banner + .p-sidebar__bannerList__banner {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__bannerList__banner + .p-sidebar__bannerList__banner {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__bannerList__banner + .p-sidebar__bannerList__banner {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-sidebar__buttonList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -7px;
  margin-right: -7px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__buttonList > ul {
    margin-bottom: calc(-7 / 1440 * 100vw);
    margin-right: calc(-7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__buttonList > ul {
    margin-bottom: calc(-7 / 375 * 100vw);
    margin-right: calc(-7 / 375 * 100vw);
  }
}
.p-sidebar__buttonList > ul > li {
  margin-bottom: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__buttonList > ul > li {
    margin-bottom: calc(7 / 1440 * 100vw);
    margin-right: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__buttonList > ul > li {
    margin-bottom: calc(7 / 375 * 100vw);
    margin-right: calc(7 / 375 * 100vw);
  }
}
.p-sidebar__buttonList a {
  align-items: center;
  background-color: var(--color-bg5);
  border-radius: 20px;
  color: var(--color-white);
  display: flex;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  padding: 0 15px;
  padding-bottom: 1px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__buttonList a {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(11 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    padding: 0 calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__buttonList a {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.p-sidebar__search form {
  position: relative;
}
.p-sidebar__search form input {
  height: 52px;
  padding: 0 40px 0 15px;
  width: 290px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__search form input {
    height: calc(52 / 1440 * 100vw);
    padding: 0 calc(40 / 1440 * 100vw) 0 calc(15 / 1440 * 100vw);
    width: calc(290 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__search form input {
    height: calc(52 / 375 * 100vw);
    padding: 0 calc(40 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
    width: calc(290 / 375 * 100vw);
  }
}
.p-sidebar__search form input::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
.p-sidebar__search form input:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
.p-sidebar__search form input::placeholder {
  color: rgba(21, 21, 21, 0.4);
}
.p-sidebar__search form button {
  -webkit-mask-image: url(../images/icon_search.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  display: block;
  height: 18px;
  margin: auto 0;
          mask-image: url(../images/icon_search.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  overflow: hidden;
  position: absolute;
  right: 14px;
  text-indent: 150vw;
  top: 0;
  white-space: nowrap;
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar__search form button {
    height: calc(18 / 1440 * 100vw);
    right: calc(14 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar__search form button {
    height: calc(18 / 375 * 100vw);
    right: calc(14 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.p-sidebar.has-border .p-sidebar__inner {
  border-top: 1px solid var(--color-black);
}
.p-sidebar.has-noPt .p-sidebar__inner {
  padding-top: 0;
}
.p-sidebar.has-largePt .p-sidebar__inner {
  padding-top: 70px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar.has-largePt .p-sidebar__inner {
    padding-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar.has-largePt .p-sidebar__inner {
    padding-top: calc(70 / 375 * 100vw);
  }
}
.p-sidebar.has-exLargePt .p-sidebar__inner {
  padding-top: 130px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar.has-exLargePt .p-sidebar__inner {
    padding-top: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar.has-exLargePt .p-sidebar__inner {
    padding-top: calc(130 / 375 * 100vw);
  }
}
.p-sidebar.has-largePt .p-sidebar__inner {
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar.has-largePt .p-sidebar__inner {
    padding-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar.has-largePt .p-sidebar__inner {
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-sidebar.has-noPb .p-sidebar__inner {
  padding-bottom: 0;
}
.p-sidebar.has-largePb .p-sidebar__inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar.has-largePb .p-sidebar__inner {
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar.has-largePb .p-sidebar__inner {
    padding-bottom: calc(70 / 375 * 100vw);
  }
}
.p-sidebar.has-exLargePb .p-sidebar__inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .p-sidebar.has-exLargePb .p-sidebar__inner {
    padding-bottom: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebar.has-exLargePb .p-sidebar__inner {
    padding-bottom: calc(100 / 375 * 100vw);
  }
}

.p-sidebarBanner {
  position: relative;
  z-index: 1;
}
.p-sidebarBanner .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-sidebarBanner__banner img {
  height: auto;
  width: 100%;
}
.p-sidebarBanner__banner + .p-sidebarBanner__banner {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-sidebarBanner__banner + .p-sidebarBanner__banner {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sidebarBanner__banner + .p-sidebarBanner__banner {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-breadCrumb {
  height: 52px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb {
    height: calc(52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb {
    height: calc(52 / 375 * 100vw);
  }
}
.p-breadCrumb .l-container {
  height: 100%;
}
.p-breadCrumb__inner {
  height: 100%;
}
.p-breadCrumb__nav {
  -ms-overflow-style: none;
  height: 100%;
  overflow: scroll;
  scrollbar-width: none;
}
.p-breadCrumb__nav::-webkit-scrollbar {
  display: none;
}
.p-breadCrumb__nav > ul {
  align-items: center;
  display: flex;
  height: 100%;
}
.p-breadCrumb__nav > ul > li {
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__nav > ul > li {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav > ul > li {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-breadCrumb__nav > ul > li::before {
  content: "＞";
  margin: 0 0.5em;
}
.p-breadCrumb__nav > ul > li:first-child::before {
  display: none;
}
.p-breadCrumb--white .p-breadCrumb__nav > ul > li {
  color: var(--color-white);
}
.p-breadCrumb--white .p-breadCrumb__nav a {
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-breadCrumb.has-darkBg-sp {
    background-color: var(--color-bg2);
  }
}

@media screen and (max-width: 767px) {
  .p-searchResultJobs {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-searchResultJobs__inner {
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-searchResultJobs__inner {
    padding-bottom: calc(150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-searchResultJobs__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
    position: relative;
  }
}
.p-searchResultJobs__numberBox {
  align-items: flex-end;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-searchResultJobs__numberBox {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-searchResultJobs__numberBox {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-searchResultJobs__numberBox__counter {
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .p-searchResultJobs__numberBox__counter {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-searchResultJobs__numberBox__counter {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-searchResultJobs__numberBox__counter span {
  font-size: 28px;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 1439px) {
  .p-searchResultJobs__numberBox__counter span {
    font-size: calc(28 / 1440 * 100vw);
    margin-right: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-searchResultJobs__numberBox__counter span {
    font-size: calc(28 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
  }
}
.p-searchResultJobs__numberBox__total {
  font-size: 15px;
  margin-left: 5px;
}
@media screen and (max-width: 1439px) {
  .p-searchResultJobs__numberBox__total {
    font-size: calc(15 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-searchResultJobs__numberBox__total {
    font-size: calc(15 / 375 * 100vw);
    margin-left: auto;
  }
}
.p-searchResultJobs__jobList > ul > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-searchResultJobs__jobList > ul > li + li {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-searchResultJobs__jobList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-searchResultJobs__noitem {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-searchResultJobs__noitem {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-searchResultJobs__noitem {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-searchResultJobs__pagination--top {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-searchResultJobs__pagination--top {
    display: none;
  }
}
.p-searchResultJobs__pagination--bottom {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-searchResultJobs__pagination--bottom {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-searchResultJobs__pagination--bottom {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-searchResultJobs__pagination--bottom .c-pagination {
  justify-content: center;
}

.p-thanks__inner {
  padding-bottom: 150px;
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__inner {
    padding-bottom: calc(150 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-thanks__content {
  background-color: var(--color-white);
  padding: 70px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content {
    padding: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-thanks__content__titleBox__text {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__titleBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__titleBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__titleBox__text {
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__titleBox__text {
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-thanks__content__titleBox__title {
  color: var(--color-main);
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__titleBox__title {
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-thanks__content__entry {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__entry {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__entry {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-thanks__content__entry p {
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__entry p {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__entry p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__entry p {
    text-align: left;
  }
}
.p-thanks__content__entry p + p {
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__entry p + p {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__entry p + p {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-thanks__content__email {
  font-size: 15px;
  line-height: 28px;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__email {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__email {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__email {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__email {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-thanks__content__email a {
  color: var(--color-main);
}
.p-thanks__content__notice {
  font-size: 13px;
  line-height: 25px;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__notice {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__notice {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
    text-align: left;
  }
}

.p-menu {
  margin-top: -100px;
}
@media screen and (max-width: 1439px) {
  .p-menu {
    margin-top: calc(-100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu {
    margin-top: calc(-40 / 375 * 100vw);
  }
}
.p-menu__inner {
  padding-bottom: 150px;
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-menu__inner {
    padding-bottom: calc(150 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-menu__bannerList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-menu__bannerList {
    display: block;
  }
}
.p-menu__bannerList__banner {
  width: 387px;
}
.p-menu__bannerList__banner img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-menu__bannerList__banner {
    width: calc(387 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-menu__bannerList__banner {
    width: 100%;
  }
}
.p-menu__bannerList__banner a {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-menu__bannerList__banner + .p-menu__bannerList__banner {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-indexMainVisual {
  height: 750px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual {
    height: calc(750 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual {
    height: calc(707 / 375 * 100vw);
  }
}
.p-indexMainVisual__inner {
  padding-top: 150px;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__inner {
    padding-top: calc(150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__inner {
    padding-top: calc(75 / 375 * 100vw);
  }
}
.p-indexMainVisual__textBox__titleBox__title {
  color: var(--color-white);
  font-family: "Noto Serif JP";
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  line-height: 75px;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__textBox__titleBox__title {
    font-size: calc(55 / 1440 * 100vw);
    line-height: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__textBox__titleBox__title {
    font-size: calc(34 / 375 * 100vw);
    line-height: calc(45 / 375 * 100vw);
  }
}
.p-indexMainVisual__textBox__titleBox__text {
  color: var(--color-white);
  font-size: 22px;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__textBox__titleBox__text {
    font-size: calc(22 / 1440 * 100vw);
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__textBox__titleBox__text {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-indexMainVisual__textBox__buttonBox {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__textBox__buttonBox {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__textBox__buttonBox {
    display: flex;
    justify-content: space-between;
    margin-top: calc(250 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__textBox__buttonBox__button a {
    height: calc(50 / 375 * 100vw);
    width: calc(162 / 375 * 100vw);
  }
}
.p-indexMainVisual__textBox__buttonBox__button + .p-indexMainVisual__textBox__buttonBox__button {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__textBox__buttonBox__button + .p-indexMainVisual__textBox__buttonBox__button {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__textBox__buttonBox__button + .p-indexMainVisual__textBox__buttonBox__button {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-indexMainVisual__logoList {
  bottom: 35px;
  display: flex;
  margin: 0 -50vw;
  position: absolute;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__logoList {
    bottom: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__logoList {
    bottom: calc(115 / 375 * 100vw);
  }
}
.p-indexMainVisual__logoList > ul {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
.p-indexMainVisual__logoList > ul:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
}
.p-indexMainVisual__logoList > ul:last-child {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}
.p-indexMainVisual__logoList > ul > li {
  margin-left: 10px;
  width: 182px;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__logoList > ul > li {
    margin-left: calc(10 / 1440 * 100vw);
    width: calc(182 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__logoList > ul > li {
    margin-left: calc(10 / 375 * 100vw);
    width: calc(109 / 375 * 100vw);
  }
}
.p-indexMainVisual__logoList a {
  display: block;
}
.p-indexMainVisual__logoList img {
  -o-object-fit: contain;
  background-color: var(--color-white);
  border-radius: 5px;
  height: 70px;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__logoList img {
    border-radius: calc(5 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__logoList img {
    border-radius: calc(5 / 375 * 100vw);
    height: calc(42 / 375 * 100vw);
  }
}
.p-indexMainVisual__logoList--reverse {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__logoList--reverse {
    bottom: calc(63 / 375 * 100vw);
    display: flex;
  }
}
.p-indexMainVisual__logoList--reverse > ul {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
.p-indexMainVisual__logoList--reverse > ul:first-child {
  -webkit-animation: loop-reverse 100s -50s linear infinite;
          animation: loop-reverse 100s -50s linear infinite;
}
.p-indexMainVisual__logoList--reverse > ul:last-child {
  -webkit-animation: loop2-reverse 100s linear infinite;
          animation: loop2-reverse 100s linear infinite;
}
.p-indexMainVisual__text {
  background-image: url(../images/indexmainvisual_text.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 327px;
  margin: auto 0;
  overflow: hidden;
  position: absolute;
  right: 35px;
  text-indent: 150vw;
  top: 0;
  white-space: nowrap;
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__text {
    height: calc(327 / 1440 * 100vw);
    right: calc(35 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__text {
    display: none;
    height: calc(327 / 375 * 100vw);
    right: calc(35 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}
.p-indexMainVisual__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-indexMainVisual__video::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-indexMainVisual__video video {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
.p-indexMainVisual__link {
  bottom: calc(24 / 375 * 100vw);
  display: none;
  position: absolute;
  right: calc(20 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__link {
    display: block;
  }
}

.p-consultant {
  background-color: var(--color-bg2);
  margin-top: -52px;
}
@media screen and (max-width: 1439px) {
  .p-consultant {
    margin-top: calc(-52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-consultant__inner {
  padding-bottom: 50px;
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__inner {
    padding-bottom: calc(50 / 1440 * 100vw);
    padding-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-consultant__introduction {
  background-color: var(--color-bg3);
  display: flex;
  padding: 70px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__introduction {
    padding: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction {
    background-color: var(--color-bg2);
    display: block;
    padding: calc(0 / 375 * 100vw);
  }
}
.p-consultant__introduction__card {
  flex-shrink: 0;
  margin-right: 50px;
  width: 249px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__introduction__card {
    margin-right: calc(50 / 1440 * 100vw);
    width: calc(249 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction__card {
    margin-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-consultant__introduction__card__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction__card__thumbnail {
    margin: 0 auto;
    width: calc(231 / 375 * 100vw);
  }
}
.p-consultant__introduction__card__textBox {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__introduction__card__textBox {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction__card__textBox {
    margin-top: calc(35 / 375 * 100vw);
  }
}
.p-consultant__introduction__card__textBox__title {
  color: var(--color-white);
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__introduction__card__textBox__title {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction__card__textBox__title {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-consultant__introduction__card__textBox__name {
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__introduction__card__textBox__name {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction__card__textBox__name {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
.p-consultant__introduction__card__textBox__text {
  color: var(--color-white);
  font-size: 13px;
  line-height: 22px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__introduction__card__textBox__text {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction__card__textBox__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction__content {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-consultant__introduction__content h2 {
  border-left: 5px solid var(--color-white);
  color: var(--color-white);
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 8px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__introduction__content h2 {
    border-left: calc(5 / 1440 * 100vw) solid var(--color-white);
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
    padding-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction__content h2 {
    border-left: calc(5 / 375 * 100vw) solid var(--color-white);
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding-left: calc(8 / 375 * 100vw);
  }
}
.p-consultant__introduction__content p {
  color: var(--color-white);
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__introduction__content p {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction__content p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-consultant__introduction__content p + p {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__introduction__content p + p {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction__content p + p {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-consultant__introduction__content p + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__introduction__content p + h2 {
    margin-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__introduction__content p + h2 {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-consultant__message {
  background-color: #F0EEEC;
  padding: 70px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__message {
    padding: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__message {
    margin-top: calc(30 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw);
  }
}
.p-consultant__message__title {
  border-left: 5px solid var(--color-bg2);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 8px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__message__title {
    border-left: calc(5 / 1440 * 100vw) solid var(--color-bg2);
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
    padding-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__message__title {
    border-left: calc(5 / 375 * 100vw) solid var(--color-bg2);
    font-size: calc(17 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding-left: calc(8 / 375 * 100vw);
  }
}
.p-consultant__message__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__message__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__message__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-consultant__button {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__button {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-consultant__button a {
  font-size: 16px;
  height: 70px;
  margin: 0 auto;
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .p-consultant__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultant__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
  }
  .p-consultant__button a::before {
    display: none;
  }
}

.p-jobDetail__inner {
  padding-bottom: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-jobDetail__inner {
    padding-bottom: calc(100 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-jobDetail__buttonBox {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-jobDetail__buttonBox {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__buttonBox {
    justify-content: space-between;
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-jobDetail__buttonBox__fav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-main);
  color: rgba(181, 149, 86, 0.5);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
          user-select: none;
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .p-jobDetail__buttonBox__fav {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__buttonBox__fav {
    font-size: calc(14 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    width: calc(106 / 375 * 100vw);
  }
}
.p-jobDetail__buttonBox__button {
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .p-jobDetail__buttonBox__button {
    margin-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__buttonBox__button {
    margin-left: calc(0 / 375 * 100vw);
  }
}
.p-jobDetail__buttonBox__button a {
  font-size: 16px;
  height: 70px;
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .p-jobDetail__buttonBox__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__buttonBox__button a {
    font-size: calc(14 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    width: calc(219 / 375 * 100vw);
  }
}
.p-jobDetail__block {
  background-color: var(--color-white);
  margin-top: 50px;
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .p-jobDetail__block {
    margin-top: calc(50 / 1440 * 100vw);
    padding: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__block {
    margin-top: calc(20 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-jobDetail__block__titleBox__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-jobDetail__block__titleBox__title {
    font-size: calc(16 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__block__titleBox__title {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-jobDetail__block__data > ul > li {
  border-bottom: 1px solid rgba(159, 159, 159, 0.3);
}
@media screen and (max-width: 767px) {
  .p-jobDetail__block__data > ul > li {
    border-bottom: 0;
  }
}
.p-jobDetail__block__data > ul > li:first-child {
  border-top: 1px solid rgba(159, 159, 159, 0.3);
}
@media screen and (max-width: 767px) {
  .p-jobDetail__block__data > ul > li:first-child {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__block__data > ul > li + li {
    margin-top: calc(5 / 375 * 100vw);
  }
}
.p-jobDetail__block__data dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-jobDetail__block__data dl {
    display: block;
  }
}
.p-jobDetail__block__data dl dt {
  background-color: var(--color-bg2);
  color: var(--color-white);
  flex-shrink: 0;
  font-size: 15px;
  font-weight: bold;
  padding: 26px 20px;
  width: 185px;
}
@media screen and (max-width: 1439px) {
  .p-jobDetail__block__data dl dt {
    font-size: calc(15 / 1440 * 100vw);
    padding: calc(26 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    width: calc(185 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__block__data dl dt {
    font-size: calc(15 / 375 * 100vw);
    padding: calc(11 / 375 * 100vw) calc(15 / 375 * 100vw);
    width: 100%;
  }
}
.p-jobDetail__block__data dl dd {
  font-size: 15px;
  line-height: 28px;
  padding: 21px 40px;
  word-break: break-all;
}
@media screen and (max-width: 1439px) {
  .p-jobDetail__block__data dl dd {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__block__data dl dd {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-jobDetail__block__data dl dd {
    padding: calc(21 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__block__data dl dd {
    padding: calc(10 / 375 * 100vw) calc(0 / 375 * 100vw);
  }
}
.p-jobDetail__readmore {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-jobDetail__readmore {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-jobDetail__readmore {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-jobDetail .c-job.is-fav ~ .p-jobDetail__buttonBox .p-jobDetail__buttonBox__fav {
  background-color: rgba(181, 149, 86, 0.1);
  border: 1px solid rgba(181, 149, 86, 0.1);
  color: var(--color-main);
}

@media screen and (max-width: 767px) {
  .p-single .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.p-single__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-single__inner {
    padding-bottom: calc(50 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-single__content {
  background-color: var(--color-white);
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .p-single__content {
    padding: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content {
    padding: calc(20 / 375 * 100vw);
  }
}
.p-single__content__titleBox {
  position: relative;
}
.p-single__content__titleBox__categoryList {
  margin-bottom: 10px;
  width: 550px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__categoryList {
    margin-bottom: calc(10 / 1440 * 100vw);
    width: calc(550 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__categoryList {
    margin-bottom: calc(10 / 375 * 100vw);
    width: 100%;
  }
}
.p-single__content__titleBox__categoryList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__categoryList > ul {
    margin-bottom: calc(-10 / 1440 * 100vw);
    margin-right: calc(-10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__categoryList > ul {
    margin-bottom: calc(-8 / 375 * 100vw);
    margin-right: calc(-8 / 375 * 100vw);
  }
}
.p-single__content__titleBox__categoryList > ul > li {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__categoryList > ul > li {
    margin-bottom: calc(10 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__categoryList > ul > li {
    margin-bottom: calc(8 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
  }
}
.p-single__content__titleBox__categoryList a {
  align-items: center;
  background-color: var(--color-bg);
  display: inline-flex;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__categoryList a {
    font-size: calc(11 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    padding: 0 calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__categoryList a {
    font-size: calc(11 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    padding: 0 calc(12 / 375 * 100vw);
  }
}
.p-single__content__titleBox__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__title {
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__title {
    font-size: calc(19 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-single__content__titleBox__dateBox {
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__dateBox {
    margin-top: calc(10 / 375 * 100vw);
    position: static;
  }
}
.p-single__content__titleBox__dateBox__date {
  align-items: center;
  display: flex;
  font-size: 11px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__dateBox__date {
    font-size: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__dateBox__date {
    font-size: calc(11 / 375 * 100vw);
  }
}
.p-single__content__titleBox__dateBox__date__icon {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  flex-shrink: 0;
  flex-shrink: 0;
  height: 28px;
  height: 10px;
  margin-right: 10px;
  margin-right: 5px;
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 28px;
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__dateBox__date__icon {
    height: calc(28 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__dateBox__date__icon {
    height: calc(22 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(1 / 375 * 100vw));
    width: calc(22 / 375 * 100vw);
  }
}
.p-single__content__titleBox__dateBox__date__icon--bag {
  -webkit-mask-image: url(../images/icon_bag.svg);
          mask-image: url(../images/icon_bag.svg);
}
.p-single__content__titleBox__dateBox__date__icon--pin {
  -webkit-mask-image: url(../images/icon_pin.svg);
          mask-image: url(../images/icon_pin.svg);
}
.p-single__content__titleBox__dateBox__date__icon--scope {
  -webkit-mask-image: url(../images/icon_scope.svg);
          mask-image: url(../images/icon_scope.svg);
}
.p-single__content__titleBox__dateBox__date__icon--check {
  -webkit-mask-image: url(../images/icon_check.svg);
          mask-image: url(../images/icon_check.svg);
}
.p-single__content__titleBox__dateBox__date__icon--building {
  -webkit-mask-image: url(../images/icon_building.svg);
          mask-image: url(../images/icon_building.svg);
}
.p-single__content__titleBox__dateBox__date__icon--building2 {
  -webkit-mask-image: url(../images/icon_building2.svg);
          mask-image: url(../images/icon_building2.svg);
}
.p-single__content__titleBox__dateBox__date__icon--human {
  -webkit-mask-image: url(../images/icon_human.svg);
          mask-image: url(../images/icon_human.svg);
}
.p-single__content__titleBox__dateBox__date__icon--book {
  -webkit-mask-image: url(../images/icon_book.svg);
          mask-image: url(../images/icon_book.svg);
}
.p-single__content__titleBox__dateBox__date__icon--fukidashi {
  -webkit-mask-image: url(../images/icon_fukidashi.svg);
          mask-image: url(../images/icon_fukidashi.svg);
}
.p-single__content__titleBox__dateBox__date__icon--fukidashi2 {
  -webkit-mask-image: url(../images/icon_fukidashi2.svg);
          mask-image: url(../images/icon_fukidashi2.svg);
}
.p-single__content__titleBox__dateBox__date__icon--yen {
  -webkit-mask-image: url(../images/icon_yen.svg);
          mask-image: url(../images/icon_yen.svg);
}
.p-single__content__titleBox__dateBox__date__icon--file {
  -webkit-mask-image: url(../images/icon_file.svg);
          mask-image: url(../images/icon_file.svg);
}
.p-single__content__titleBox__dateBox__date__icon--search {
  -webkit-mask-image: url(../images/icon_search.svg);
          mask-image: url(../images/icon_search.svg);
}
.p-single__content__titleBox__dateBox__date__icon--tag {
  -webkit-mask-image: url(../images/icon_tag.svg);
          mask-image: url(../images/icon_tag.svg);
}
.p-single__content__titleBox__dateBox__date__icon--crown {
  -webkit-mask-image: url(../images/icon_crown.svg);
          mask-image: url(../images/icon_crown.svg);
}
.p-single__content__titleBox__dateBox__date__icon--frasco {
  -webkit-mask-image: url(../images/icon_frasco.svg);
          mask-image: url(../images/icon_frasco.svg);
}
.p-single__content__titleBox__dateBox__date__icon--time {
  -webkit-mask-image: url(../images/icon_time.svg);
          mask-image: url(../images/icon_time.svg);
}
.p-single__content__titleBox__dateBox__date__icon--update {
  -webkit-mask-image: url(../images/icon_update.svg);
          mask-image: url(../images/icon_update.svg);
}
.p-single__content__titleBox__dateBox__date__icon--reload {
  -webkit-mask-image: url(../images/icon_reload.svg);
          mask-image: url(../images/icon_reload.svg);
}
.p-single__content__titleBox__dateBox__date__icon--medical {
  -webkit-mask-image: url(../images/icon_medical.svg);
          mask-image: url(../images/icon_medical.svg);
}
.p-single__content__titleBox__dateBox__date__icon--category {
  -webkit-mask-image: url(../images/icon_category.svg);
          mask-image: url(../images/icon_category.svg);
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__dateBox__date__icon {
    height: calc(10 / 1440 * 100vw);
    margin-right: calc(5 / 1440 * 100vw);
    width: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__dateBox__date__icon {
    height: calc(10 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}
.p-single__content__titleBox__dateBox__date + .p-single__content__titleBox__dateBox__date {
  margin-left: 18px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__dateBox__date + .p-single__content__titleBox__dateBox__date {
    margin-left: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__dateBox__date + .p-single__content__titleBox__dateBox__date {
    margin-left: calc(18 / 375 * 100vw);
  }
}
.p-single__content__titleBox__tagList {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__tagList {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__tagList {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-single__content__titleBox__tagList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__tagList > ul {
    margin-bottom: calc(-10 / 1440 * 100vw);
    margin-right: calc(-10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__tagList > ul {
    margin-bottom: calc(-8 / 375 * 100vw);
    margin-right: calc(-8 / 375 * 100vw);
  }
}
.p-single__content__titleBox__tagList > ul > li {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__tagList > ul > li {
    margin-bottom: calc(10 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__tagList > ul > li {
    margin-bottom: calc(8 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
  }
}
.p-single__content__titleBox__tagList a {
  align-items: center;
  background-color: var(--color-bg5);
  border-radius: 20px;
  color: var(--color-white);
  display: inline-flex;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  padding: 0 15px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__titleBox__tagList a {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(11 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    padding: 0 calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__titleBox__tagList a {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    padding: 0 calc(17 / 375 * 100vw);
  }
}
.p-single__content__introduction {
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__introduction {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__introduction {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-single__content__introduction__eyecatch {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 434px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__introduction__eyecatch {
    height: calc(434 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__introduction__eyecatch {
    height: calc(189 / 375 * 100vw);
    transform: translateX(calc(-20 / 375 * 100vw));
    width: calc(335 / 375 * 100vw);
  }
}
.p-single__content__introduction__text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__introduction__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__introduction__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-single__content__introduction__text {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__introduction__text {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-single__content__author {
  background-color: var(--color-bg);
  display: flex;
  margin-top: 40px;
  padding: 30px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__author {
    margin-top: calc(40 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__author {
    display: block;
    margin-top: calc(20 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw);
    position: relative;
  }
}
.p-single__content__author__thumbnail {
  flex-shrink: 0;
  margin-right: 30px;
  width: 113px;
}
.p-single__content__author__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-single__content__author__thumbnail {
    margin-right: calc(30 / 1440 * 100vw);
    width: calc(113 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__author__thumbnail {
    margin-right: calc(20 / 375 * 100vw);
    width: calc(74 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__author__textBox__authorBox {
    left: calc(114 / 375 * 100vw);
    position: absolute;
    top: calc(20 / 375 * 100vw);
    width: calc(160 / 375 * 100vw);
  }
}
.p-single__content__author__textBox__authorBox__title {
  border-left: 5px solid var(--color-bg2);
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
  padding-left: 8px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__author__textBox__authorBox__title {
    border-left: calc(5 / 1440 * 100vw) solid var(--color-bg2);
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
    padding-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__author__textBox__authorBox__title {
    border-left: calc(5 / 375 * 100vw) solid var(--color-bg2);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding-left: calc(8 / 375 * 100vw);
  }
}
.p-single__content__author__textBox__authorBox__nameBox {
  align-items: flex-end;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-single__content__author__textBox__authorBox__nameBox {
    display: block;
  }
}
.p-single__content__author__textBox__authorBox__nameBox__title {
  font-size: 13px;
  margin-right: 8px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__author__textBox__authorBox__nameBox__title {
    font-size: calc(13 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__author__textBox__authorBox__nameBox__title {
    font-size: calc(11 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
  }
}
.p-single__content__author__textBox__authorBox__nameBox__name {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-single__content__author__textBox__authorBox__nameBox__name {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__author__textBox__authorBox__nameBox__name {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-single__content__author__textBox__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 15px;
  line-height: 28px;
  margin-top: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-single__content__author__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__author__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-single__content__author__textBox__text {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__author__textBox__text {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-single__content__author__textBox__link {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__author__textBox__link {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__author__textBox__link {
    margin-top: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-single__content__toc {
  border: 1px solid rgba(159, 159, 159, 0.3);
  display: none;
  margin-top: 40px;
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__toc {
    margin-top: calc(40 / 1440 * 100vw);
    padding: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__toc {
    margin-top: calc(30 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-single__content__toc__title {
  border-left: 5px solid var(--color-bg2);
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 30px;
  padding-left: 8px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__toc__title {
    border-left: calc(5 / 1440 * 100vw) solid var(--color-bg2);
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
    padding-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__toc__title {
    border-left: calc(5 / 375 * 100vw) solid var(--color-bg2);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding-left: calc(8 / 375 * 100vw);
  }
}
.p-single__content__toc__content .toc-h2 {
  counter-increment: h2;
  display: flex;
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__toc__content .toc-h2 {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__toc__content .toc-h2 {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-single__content__toc__content .toc-h2::before {
  content: counter(h2) ".";
  flex-shrink: 0;
  margin-right: 0.5em;
}
.p-single__content__toc__content .toc-h2 + .toc-h3 {
  counter-reset: h3;
}
.p-single__content__toc__content .toc-h3 {
  counter-increment: h3;
  display: flex;
  font-size: 15px;
  line-height: 30px;
  padding-left: 25px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__toc__content .toc-h3 {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    padding-left: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__toc__content .toc-h3 {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    padding-left: calc(25 / 375 * 100vw);
  }
}
.p-single__content__toc__content .toc-h3::before {
  content: "・ " counter(h2) "." counter(h3) ".";
  flex-shrink: 0;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-single__content__toc__content .toc-h3::before {
    content: counter(h2) "." counter(h3) ".";
  }
}
.p-single__content__entry {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-single__content__entry > span {
  display: block;
  height: 1px;
}
.p-single__content__entry > span:first-child#toc0 {
  margin-top: -40px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry > span:first-child#toc0 {
    margin-top: calc(-40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry > span:first-child#toc0 {
    margin-top: calc(-30 / 375 * 100vw);
  }
}
.p-single__content__entry h2 {
  border-left: 5px solid var(--color-bg2);
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry h2 {
    border-left: calc(5 / 1440 * 100vw) solid var(--color-bg2);
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
    padding-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry h2 {
    border-left: calc(5 / 375 * 100vw) solid var(--color-bg2);
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
  }
}
.p-single__content__entry h2 + [id^=toc] + h3, .p-single__content__entry h2 + [id^=toc] + h4 {
  margin-top: 0px;
}
.p-single__content__entry h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry h3 {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry h3 {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-single__content__entry h3 + [id^=toc] + h4 {
  margin-top: 0px;
}
.p-single__content__entry h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry h4 {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry h4 {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-single__content__entry p,
.p-single__content__entry div {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry p,
.p-single__content__entry div {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry p,
.p-single__content__entry div {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-single__content__entry p + p, .p-single__content__entry p + figure, .p-single__content__entry p + ul, .p-single__content__entry p + ol, .p-single__content__entry p + div,
.p-single__content__entry div + p,
.p-single__content__entry div + figure,
.p-single__content__entry div + ul,
.p-single__content__entry div + ol,
.p-single__content__entry div + div {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry p + p, .p-single__content__entry p + figure, .p-single__content__entry p + ul, .p-single__content__entry p + ol, .p-single__content__entry p + div,
.p-single__content__entry div + p,
.p-single__content__entry div + figure,
.p-single__content__entry div + ul,
.p-single__content__entry div + ol,
.p-single__content__entry div + div {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry p + p, .p-single__content__entry p + figure, .p-single__content__entry p + ul, .p-single__content__entry p + ol, .p-single__content__entry p + div,
.p-single__content__entry div + p,
.p-single__content__entry div + figure,
.p-single__content__entry div + ul,
.p-single__content__entry div + ol,
.p-single__content__entry div + div {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-single__content__entry * + h2, .p-single__content__entry * + h3, .p-single__content__entry * + h4 {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry * + h2, .p-single__content__entry * + h3, .p-single__content__entry * + h4 {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry * + h2, .p-single__content__entry * + h3, .p-single__content__entry * + h4 {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-single__content__entry ul > li,
.p-single__content__entry ol > li {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry ul > li,
.p-single__content__entry ol > li {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry ul > li,
.p-single__content__entry ol > li {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-single__content__entry ul > li + li,
.p-single__content__entry ol > li + li {
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry ul > li + li,
.p-single__content__entry ol > li + li {
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry ul > li + li,
.p-single__content__entry ol > li + li {
    margin-top: calc(5 / 375 * 100vw);
  }
}
.p-single__content__entry ul + p,
.p-single__content__entry ol + p {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry ul + p,
.p-single__content__entry ol + p {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry ul + p,
.p-single__content__entry ol + p {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-single__content__entry ul > li {
  display: flex;
}
.p-single__content__entry ul > li::before {
  content: "・";
  flex-shrink: 0;
  margin-right: 5px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry ul > li::before {
    margin-right: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry ul > li::before {
    margin-right: calc(5 / 375 * 100vw);
  }
}
.p-single__content__entry ol {
  list-style-type: decimal;
  padding-left: 20px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry ol {
    padding-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry ol {
    padding-left: calc(20 / 375 * 100vw);
  }
}
.p-single__content__entry figure img {
  height: auto;
  width: 100%;
}
.p-single__content__entry figure + p {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry figure + p {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry figure + p {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-single__content__entry img {
  height: auto;
  width: 100%;
}
.p-single__content__entry img.alignleft {
  float: left;
  margin-bottom: 15px;
  margin-right: 26px;
  width: 370px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry img.alignleft {
    margin-bottom: calc(15 / 1440 * 100vw);
    margin-right: calc(26 / 1440 * 100vw);
    width: calc(370 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry img.alignleft {
    margin-bottom: calc(15 / 375 * 100vw);
    margin-right: 0;
    width: 100%;
  }
}
.p-single__content__entry img.alignright {
  float: right;
  margin-bottom: 15px;
  margin-left: 26px;
  width: 370px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry img.alignright {
    margin-bottom: calc(15 / 1440 * 100vw);
    margin-left: calc(26 / 1440 * 100vw);
    width: calc(370 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry img.alignright {
    margin-bottom: calc(15 / 375 * 100vw);
    margin-left: 0;
    width: 100%;
  }
}
.p-single__content__entry .column-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-single__content__entry .column-wrap {
    display: block;
  }
}
.p-single__content__entry .column-wrap.column-2 {
  justify-content: space-between;
}
.p-single__content__entry .column-wrap.column-2 .column-left,
.p-single__content__entry .column-wrap.column-2 .column-right {
  width: 370px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__entry .column-wrap.column-2 .column-left,
.p-single__content__entry .column-wrap.column-2 .column-right {
    width: calc(370 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__entry .column-wrap.column-2 .column-left,
.p-single__content__entry .column-wrap.column-2 .column-right {
    width: 100%;
  }
}
.p-single__content__cta {
  background-image: url(../images/single_cta_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 350px;
  margin-top: 30px;
  padding: 35px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__cta {
    height: calc(350 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
    padding: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__cta {
    background-image: url(../images/single_cta_bg_sp.png);
    background-position: top;
    height: auto;
    margin-top: calc(20 / 375 * 100vw);
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.p-single__content__cta__textBox {
  margin-left: auto;
  width: 415px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__cta__textBox {
    width: calc(415 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__cta__textBox {
    width: 100%;
  }
}
.p-single__content__cta__textBox__title {
  color: var(--color-white);
  font-family: "Noto Serif JP";
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 35px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__cta__textBox__title {
    font-size: calc(26 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__cta__textBox__title {
    font-size: calc(23 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
    text-align: center;
  }
}
.p-single__content__cta__textBox__textList {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__cta__textBox__textList {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__cta__textBox__textList {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-single__content__cta__textBox__textList > ul > li {
  color: var(--color-white);
  display: flex;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__cta__textBox__textList > ul > li {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__cta__textBox__textList > ul > li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-single__content__cta__textBox__textList > ul > li::before {
  background-color: var(--color-main);
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 11px;
  margin-right: 8px;
  transform: translateY(11px);
  width: 11px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__cta__textBox__textList > ul > li::before {
    height: calc(11 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    transform: translateY(calc(11 / 1440 * 100vw));
    width: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__cta__textBox__textList > ul > li::before {
    height: calc(11 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    transform: translateY(calc(11 / 375 * 100vw));
    width: calc(11 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__cta__textBox__textList > ul > li + li {
    margin-top: calc(5 / 375 * 100vw);
  }
}
.p-single__content__cta__textBox__text {
  color: var(--color-white);
  font-size: 12px;
  line-height: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__cta__textBox__text {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__cta__textBox__text {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-single__content__cta__textBox__button {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-single__content__cta__textBox__button {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__cta__textBox__button {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-single__content__cta__textBox__button a {
  font-size: 16px;
  height: 60px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-single__content__cta__textBox__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__content__cta__textBox__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}

.p-carouselColumns {
  background-color: var(--color-bg2);
  margin-top: -52px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-carouselColumns {
    margin-top: calc(-52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-carouselColumns {
    margin-top: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-carouselColumns .l-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.p-carouselColumns__inner {
  padding-bottom: 60px;
  padding-top: 52px;
}
@media screen and (max-width: 1439px) {
  .p-carouselColumns__inner {
    padding-bottom: calc(60 / 1440 * 100vw);
    padding-top: calc(52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-carouselColumns__inner {
    padding-bottom: calc(140 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
  }
}
.p-carouselColumns__swiper {
  position: relative;
}
.p-carouselColumns__swiper .swiper-pagination {
  transform: translateY(30px);
}
@media screen and (max-width: 1439px) {
  .p-carouselColumns__swiper .swiper-pagination {
    transform: translateY(calc(30 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-carouselColumns__swiper .swiper-pagination {
    transform: translateY(calc(110 / 375 * 100vw));
  }
}
.p-carouselColumns__swiper__inner {
  margin: 0 auto;
  width: 469px;
}
@media screen and (max-width: 1439px) {
  .p-carouselColumns__swiper__inner {
    width: calc(469 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-carouselColumns__swiper__inner {
    width: 100%;
  }
}
.p-carouselColumns__swiper__card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 258px;
  margin: 0 auto;
  position: relative;
  width: 455px;
}
@media screen and (max-width: 1439px) {
  .p-carouselColumns__swiper__card {
    height: calc(258 / 1440 * 100vw);
    width: calc(455 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-carouselColumns__swiper__card {
    height: calc(212 / 375 * 100vw);
    width: 100%;
  }
}
.p-carouselColumns__swiper__card__textBox {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  bottom: 0;
  height: 182px;
  height: 182px;
  left: 0;
  padding: 60px 20px 20px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-carouselColumns__swiper__card__textBox {
    height: calc(182 / 1440 * 100vw);
    padding: calc(60 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-carouselColumns__swiper__card__textBox {
    background-image: none;
    bottom: calc(-140 / 375 * 100vw);
    height: calc(177 / 375 * 100vw);
    padding: calc(0 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-carouselColumns__swiper__card__textBox__category {
  align-items: center;
  background-color: var(--color-bg);
  display: inline-flex;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 1439px) {
  .p-carouselColumns__swiper__card__textBox__category {
    font-size: calc(11 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
    padding: 0 calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-carouselColumns__swiper__card__textBox__category {
    font-size: calc(11 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw);
  }
}
.p-carouselColumns__swiper__card__textBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--color-white);
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-carouselColumns__swiper__card__textBox__title {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-carouselColumns__swiper__card__textBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

.p-navColumns {
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-navColumns {
    display: none;
  }
}
.p-navColumns__nav > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-navColumns__nav > ul > li {
  position: relative;
}
.p-navColumns__nav > ul > li > a {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  padding: 0 23px;
}
@media screen and (max-width: 1439px) {
  .p-navColumns__nav > ul > li > a {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    padding: 0 calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-navColumns__nav > ul > li > a {
    font-size: calc(15 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    padding: 0 calc(23 / 375 * 100vw);
  }
}
.p-navColumns__nav > ul > li > a:hover {
  color: var(--color-main);
  opacity: 1;
}
.p-navColumns__nav > ul > li > ul {
  display: none;
  left: 0;
  position: absolute;
  top: 60px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .p-navColumns__nav > ul > li > ul {
    top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-navColumns__nav > ul > li > ul {
    top: calc(60 / 375 * 100vw);
  }
}
.p-navColumns__nav > ul > li > ul > li {
  position: relative;
}
.p-navColumns__nav > ul > li > ul > li > a {
  align-items: center;
  background-color: var(--color-white);
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-navColumns__nav > ul > li > ul > li > a {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(40 / 1440 * 100vw);
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-navColumns__nav > ul > li > ul > li > a {
    font-size: calc(15 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-navColumns__nav > ul > li > ul > li > a:hover {
  background-color: var(--color-main);
  color: var(--color-white);
  opacity: 1;
}
.p-navColumns__nav > ul > li > ul > li > ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
  width: 240px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .p-navColumns__nav > ul > li > ul > li > ul {
    width: calc(240 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-navColumns__nav > ul > li > ul > li > ul {
    width: calc(240 / 375 * 100vw);
  }
}
.p-navColumns__nav > ul > li > ul > li > ul > li > a {
  align-items: center;
  background-color: var(--color-white);
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-navColumns__nav > ul > li > ul > li > ul > li > a {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(40 / 1440 * 100vw);
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-navColumns__nav > ul > li > ul > li > ul > li > a {
    font-size: calc(15 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-navColumns__nav > ul > li > ul > li > ul > li > a:hover {
  background-color: var(--color-main);
  color: var(--color-white);
  opacity: 1;
}

.p-consult__inner {
  padding-bottom: 150px;
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-consult__inner {
    padding-bottom: calc(150 / 1440 * 100vw);
    padding-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-consult__main {
  width: 552px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main {
    width: calc(552 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__titleBox {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-consult__main__titleBox__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__titleBox__title {
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
  }
}
.p-consult__main__titleBox__text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__titleBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__titleBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-consult__main__titleBox__text {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__titleBox__text {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-consult__main__form {
  background-color: var(--color-white);
  position: absolute;
  right: 0;
  top: 70px;
  width: 520px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__form {
    top: calc(70 / 1440 * 100vw);
    width: calc(520 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__form {
    position: static;
    top: calc(70 / 375 * 100vw);
    width: 100%;
  }
}
.p-consult__main__form__title {
  align-items: center;
  background-color: var(--color-bg2);
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__form__title {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__form__title {
    font-size: calc(15 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
}
.p-consult__main__form__content {
  background-color: var(--color-white);
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__form__content {
    padding: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__form__content {
    padding: calc(35 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-consult__main__form__content__choice a {
  background-color: #F2F2F2;
  font-size: 16px;
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__form__content__choice a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__form__content__choice a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
  }
}
.p-consult__main__form__content__choice a:hover {
  background-color: var(--color-bg2);
}
@media screen and (max-width: 767px) {
  .p-consult__main__form__content__choice a:hover {
    background-color: #F2F2F2;
  }
}
.p-consult__main__form__content__choice + .p-consult__main__form__content__choice {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__form__content__choice + .p-consult__main__form__content__choice {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__form__content__choice + .p-consult__main__form__content__choice {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-consult__main__content {
  background-color: var(--color-white);
  margin-top: 40px;
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__content {
    margin-top: calc(40 / 1440 * 100vw);
    padding: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__content {
    margin-top: calc(40 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-consult__main__content__block__title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__content__block__title {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__content__block__title {
    font-size: calc(17 / 375 * 100vw);
  }
}
.p-consult__main__content__block__textList {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__content__block__textList {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__content__block__textList {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-consult__main__content__block__textList > ul > li {
  display: flex;
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__content__block__textList > ul > li {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__content__block__textList > ul > li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-consult__main__content__block__textList > ul > li::before {
  background-color: var(--color-main);
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 11px;
  margin-right: 8px;
  transform: translateY(11px);
  width: 11px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__content__block__textList > ul > li::before {
    height: calc(11 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    transform: translateY(calc(11 / 1440 * 100vw));
    width: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__content__block__textList > ul > li::before {
    height: calc(10 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    transform: translateY(calc(11 / 375 * 100vw));
    width: calc(10 / 375 * 100vw);
  }
}
.p-consult__main__content__block__companyList {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__content__block__companyList {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__content__block__companyList {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-consult__main__content__block__companyList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__content__block__companyList > ul {
    margin-bottom: calc(-15 / 1440 * 100vw);
    margin-right: calc(-15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__content__block__companyList > ul {
    margin-bottom: calc(-9 / 375 * 100vw);
    margin-right: calc(-9 / 375 * 100vw);
  }
}
.p-consult__main__content__block__companyList > ul > li {
  margin-bottom: 15px;
  margin-right: 15px;
  width: 147px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__content__block__companyList > ul > li {
    margin-bottom: calc(15 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(147 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__content__block__companyList > ul > li {
    margin-bottom: calc(9 / 375 * 100vw);
    margin-right: calc(9 / 375 * 100vw);
    width: calc(92 / 375 * 100vw);
  }
}
.p-consult__main__content__block__companyList__companyBox__logo img {
  height: auto;
  width: 100%;
}
.p-consult__main__content__block__companyList__companyBox__logo img {
  -o-object-fit: contain;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 57px;
     object-fit: contain;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__content__block__companyList__companyBox__logo img {
    border-radius: calc(5 / 1440 * 100vw);
    height: calc(57 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__content__block__companyList__companyBox__logo img {
    border-radius: calc(5 / 375 * 100vw);
    height: calc(35 / 375 * 100vw);
  }
}
.p-consult__main__content__block + .p-consult__main__content__block {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-consult__main__content__block + .p-consult__main__content__block {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consult__main__content__block + .p-consult__main__content__block {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-regist__inner {
  padding-bottom: 150px;
  padding-top: 70px;
}
@media screen and (max-width: 1439px) {
  .p-regist__inner {
    padding-bottom: calc(150 / 1440 * 100vw);
    padding-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-regist__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-regist__form {
  background-color: var(--color-white);
  margin: 0 auto;
  width: 624px;
}
@media screen and (max-width: 1439px) {
  .p-regist__form {
    width: calc(624 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-regist__form {
    width: 100%;
  }
}
.p-regist__form__title {
  align-items: center;
  background-color: var(--color-bg2);
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-regist__form__title {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-regist__form__title {
    font-size: calc(15 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
}
.p-regist__form__content {
  background-color: var(--color-white);
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .p-regist__form__content {
    padding: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-regist__form__content {
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.p-regist__form__content .c-form__section__agreeBox {
  margin-bottom: 0;
}
.p-regist__form__content .c-form__section__agreeBox + .parsley-errors-list {
  text-align: center;
}

.p-consultForm__inner {
  padding-bottom: 150px;
  padding-top: 70px;
}
@media screen and (max-width: 1439px) {
  .p-consultForm__inner {
    padding-bottom: calc(150 / 1440 * 100vw);
    padding-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultForm__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-consultForm__form {
  background-color: var(--color-white);
  margin: 0 auto;
  padding: 60px 50px 55px;
  width: 710px;
}
@media screen and (max-width: 1439px) {
  .p-consultForm__form {
    padding: calc(60 / 1440 * 100vw) calc(50 / 1440 * 100vw) calc(55 / 1440 * 100vw);
    width: calc(710 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultForm__form {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
    width: 100%;
  }
}

.p-indexSearchModule__inner {
  padding-bottom: 70px;
  padding-top: 75px;
}
@media screen and (max-width: 1439px) {
  .p-indexSearchModule__inner {
    padding-bottom: calc(70 / 1440 * 100vw);
    padding-top: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexSearchModule__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-indexSearchModule__content {
  position: relative;
}
.p-indexSearchModule__content__counter {
  font-size: 13px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-indexSearchModule__content__counter {
    font-size: calc(13 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexSearchModule__content__counter {
    font-size: calc(13 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-indexSearchModule__content__counter span {
  font-size: 24px;
  font-weight: bold;
  margin: 0 8px;
  transform: translateY(1px);
}
@media screen and (max-width: 1439px) {
  .p-indexSearchModule__content__counter span {
    font-size: calc(24 / 1440 * 100vw);
    margin: 0 calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexSearchModule__content__counter span {
    font-size: calc(28 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexSearchModule__content__module .c-searchModule__module__button {
    margin-top: calc(55 / 375 * 100vw);
  }
}
.p-indexSearchModule__content__text {
  font-size: 13px;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-indexSearchModule__content__text {
    font-size: calc(13 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexSearchModule__content__text {
    bottom: calc(88 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    left: 0;
    margin-top: calc(15 / 375 * 100vw);
    position: absolute;
  }
}
.p-indexSearchModule__content__text a {
  text-decoration: underline;
}
.p-indexSearchModule__content__link {
  align-items: center;
  display: flex;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 6px;
}
@media screen and (max-width: 1439px) {
  .p-indexSearchModule__content__link {
    font-size: calc(13 / 1440 * 100vw);
    top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexSearchModule__content__link {
    font-size: calc(13 / 375 * 100vw);
    top: calc(14 / 375 * 100vw);
  }
}
.p-indexSearchModule__content__link::after {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/icon_arrow_link.svg);
  background-color: var(--color-black);
  content: "";
  content: "";
  display: block;
  display: block;
  flex-shrink: 0;
  height: 10px;
  margin-left: 7px;
          mask-image: url(../images/icon_arrow_link.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .p-indexSearchModule__content__link::after {
    height: calc(10 / 1440 * 100vw);
    margin-left: calc(7 / 1440 * 100vw);
    width: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexSearchModule__content__link::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(7 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}

.p-stickyCta {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-stickyCta {
    opacity: 1;
    z-index: 1;
  }
}
.p-stickyCta .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-stickyCta__buttonBox {
  display: flex;
}
.p-stickyCta__buttonBox__button {
  width: 50%;
}
.p-stickyCta__buttonBox__button a {
  height: calc(50 / 375 * 100vw);
  width: 100%;
}

.p-drawer {
  height: 100dvh;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: -1;
}
.p-drawer .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-drawer__content {
  background-color: var(--color-bg2);
  height: 100dvh;
  margin-left: auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: 0.3s;
  width: calc(293 / 375 * 100vw);
}
.p-drawer__content__header {
  height: calc(50 / 375 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
  padding-right: calc(8 / 375 * 100vw);
}
.p-drawer__content__header__close {
  margin-left: auto;
  width: calc(50 / 375 * 100vw);
}
.p-drawer__content__header__close img {
  height: auto;
  width: 100%;
}
.p-drawer__content__main {
  padding-left: calc(20 / 375 * 100vw);
  padding-right: calc(20 / 375 * 100vw);
}
.p-drawer__content__main__nav > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-drawer__content__main__nav > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.p-drawer__content__main__nav a {
  align-items: center;
  color: var(--color-white);
  display: flex;
  font-size: calc(14 / 375 * 100vw);
  font-weight: bold;
  padding: calc(22 / 375 * 100vw) 0;
  position: relative;
}
.p-drawer__content__main__nav a::after {
  -webkit-mask-image: url(../images/icon_arrow_link.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  background-color: var(--color-white);
  bottom: 0;
  content: "";
  display: block;
  height: calc(12 / 375 * 100vw);
  margin: auto 0;
          mask-image: url(../images/icon_arrow_link.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: calc(10 / 375 * 100vw);
  top: 0;
  width: calc(7 / 375 * 100vw);
}
.p-drawer__content__main__button {
  margin-top: calc(50 / 375 * 100vw);
}
.p-drawer__content__main__button a {
  font-size: calc(16 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
  width: 100%;
}
.p-drawer__close {
  height: 100dvh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: calc(100% - (293 / 375 * 100vw));
  z-index: -1;
}
.p-drawer.is-show {
  opacity: 1;
  z-index: 200;
}
.p-drawer.is-show .p-drawer__content {
  transform: translateX(0);
}
.p-drawer.is-show .p-drawer__close {
  opacity: 1;
  z-index: 1;
}

.p-stickyLine {
  bottom: 30px;
  position: fixed;
  right: 30px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-stickyLine {
    bottom: calc(30 / 1440 * 100vw);
    right: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-stickyLine {
    bottom: calc(30 / 375 * 100vw);
    right: calc(30 / 375 * 100vw);
  }
}
.p-stickyLine__image {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 166px;
}
.p-stickyLine__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-stickyLine__image {
    box-shadow: 0px 0px calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
    width: calc(166 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-stickyLine__image {
    box-shadow: 0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.1);
    display: none;
    width: calc(166 / 375 * 100vw);
  }
}

.u-button {
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid transparent;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  width: 210px;
}
@media screen and (max-width: 1439px) {
  .u-button {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    width: calc(210 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button {
    font-size: calc(14 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    width: calc(210 / 375 * 100vw);
  }
}
.u-button::before, .u-button::after {
  -webkit-mask-image: url(../images/icon_arrow_cta_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 10px;
          mask-image: url(../images/icon_arrow_cta_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transition: 0.3s;
  width: 6px;
}
@media screen and (max-width: 1439px) {
  .u-button::before, .u-button::after {
    height: calc(10 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button::before, .u-button::after {
    height: calc(10 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
  }
}
.u-button::before {
  display: none;
  margin-right: 7px;
  transform: translateY(1px) rotate(180deg);
}
@media screen and (max-width: 1439px) {
  .u-button::before {
    margin-right: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button::before {
    margin-right: calc(7 / 375 * 100vw);
  }
}
.u-button::after {
  margin-left: 7px;
  transform: translateY(1px);
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .u-button::after {
    margin-left: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button::after {
    margin-left: calc(7 / 375 * 100vw);
  }
}
.u-button:hover {
  background-color: var(--color-main);
  color: var(--color-white);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .u-button:hover {
    background-color: var(--color-white);
    color: var(--color-black);
  }
}
.u-button:hover::after {
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .u-button:hover::after {
    background-color: var(--color-black);
  }
}
.u-button--gold {
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
}
.u-button--gold::after {
  background-color: var(--color-white);
}
.u-button--gold:hover {
  background-color: var(--color-white);
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .u-button--gold:hover {
    background-color: var(--color-main);
    color: var(--color-white);
  }
}
.u-button--gold:hover::after {
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .u-button--gold:hover::after {
    background-color: var(--color-white);
  }
}
.u-button--gold:hover.u-button--search::before {
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .u-button--gold:hover.u-button--search::before {
    background-color: var(--color-white);
  }
}
.u-button--gold.u-button--search::before {
  background-color: var(--color-white);
}
.u-button--transparent {
  background-color: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
.u-button--transparent::after {
  background-color: var(--color-white);
}
.u-button--transparent:hover {
  background-color: transparent;
}
.u-button--transparent.u-button--transparent::before {
  background-color: var(--color-white);
}
.u-button--back::before {
  display: block;
}
.u-button--back::after {
  display: none;
}
.u-button--back:hover::before {
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .u-button--back:hover::before {
    background-color: var(--color-black);
  }
}
.u-button--search::after {
  display: none;
}
.u-button--search::before {
  -webkit-mask-image: url(../images/icon_search.svg);
  display: block;
  height: 18px;
          mask-image: url(../images/icon_search.svg);
  transform: translateY(1px) rotate(0);
  width: 18px;
}
@media screen and (max-width: 1439px) {
  .u-button--search::before {
    height: calc(18 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button--search::before {
    height: calc(18 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.u-button--line {
  background-color: #06C755;
  color: var(--color-white);
}
.u-button--line::after {
  display: none;
}
.u-button--line::before {
  -webkit-mask-image: none;
  background-color: transparent;
  background-image: url(../images/icon_line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: block;
  height: calc(22 / 375 * 100vw);
          mask-image: none;
  transform: translateY(1px) rotate(0);
  width: calc(22 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .u-button--line:hover {
    background-color: #06C755;
    color: var(--color-white);
  }
}

.u-readmore {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  padding-bottom: 6px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .u-readmore {
    font-size: calc(13 / 1440 * 100vw);
    padding-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-readmore {
    font-size: calc(13 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
  }
}
.u-readmore::before {
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  transition: 0.3s;
  width: 0;
}
@media screen and (max-width: 767px) {
  .u-readmore::before {
    width: 100%;
  }
}
.u-readmore::after {
  -webkit-mask-image: url(../images/icon_arrow_link.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
          mask-image: url(../images/icon_arrow_link.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transform: translateY(1px);
  transition: 0.3s;
  width: 6px;
}
@media screen and (max-width: 1439px) {
  .u-readmore::after {
    height: calc(10 / 1440 * 100vw);
    margin-left: calc(8 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-readmore::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
  }
}
.u-readmore:hover::before {
  width: 100%;
}
.u-readmore--white {
  color: var(--color-white);
}
.u-readmore--white::before {
  background-color: var(--color-white);
}
.u-readmore--white::after {
  background-color: var(--color-white);
}
.u-readmore--back::before {
  -webkit-mask-image: url(../images/icon_arrow_link.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 10px;
  margin-right: 8px;
          mask-image: url(../images/icon_arrow_link.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: static;
  transform: translateY(1px) rotate(180deg);
  transition: 0.3s;
  width: 6px;
}
@media screen and (max-width: 1439px) {
  .u-readmore--back::before {
    height: calc(10 / 1440 * 100vw);
    margin-left: calc(8 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-readmore--back::before {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
  }
}
.u-readmore--back::after {
  -webkit-mask-image: none;
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
          mask-image: none;
  position: absolute;
  transform: translateY(0);
  transition: 0.3s;
  width: 0;
}
@media screen and (max-width: 767px) {
  .u-readmore--back::after {
    width: 100%;
  }
}
.u-readmore--back:hover::before {
  width: 6px;
}
@media screen and (max-width: 1439px) {
  .u-readmore--back:hover::before {
    width: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-readmore--back:hover::before {
    width: calc(6 / 375 * 100vw);
  }
}
.u-readmore--back:hover::after {
  width: 100%;
}