@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #020842;
  --color-main: #0344EA;
  --color-sub: #F4F5FC;
  --color-sub2: #323992;
  --color-accent:#EF850C;
  --header-height: 80px;
}

@media (max-width: 767px) {
  :root {
    --header-height: 60px;
  }
}
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 {
  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;
}

li {
  list-style-position: inside;
}

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;
  cursor: pointer;
}

ins {
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 15px;
  line-height: 1.8;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  body {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(15 / 375 * 100vw);
  }
}

body * {
  letter-spacing: 0.05em;
}

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

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
picture {
  display: block;
}

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

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=date]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

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

.is-pc {
  display: block;
}

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

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v55-japanese_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-400 - 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-v31-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-v31-japanese_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/* ------ */
/* swiper */
/* ------ */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--color-white);
  height: 2px;
  opacity: 1;
  width: 20px;
  border-radius: 7px;
}

@media screen and (max-width: 1199px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 0.1666666667vw;
    width: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 0.5333333333vw;
    width: 5.3333333333vw;
  }
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--color-main);
}

.p-blog-recommendTop__swiperPc .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-blog-recommendTop__swiperPc .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 34px;
}

@media screen and (max-width: 1199px) {
  .p-blog-recommendTop__swiperPc .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-blog-recommendTop__swiperPc .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiperPc .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-blog-recommendTop__swiperPc .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9.0666666667vw;
  }
}
.swiper-pagination-bullet {
  border-radius: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: auto;
  margin-top: 0;
  top: 273px;
  width: auto;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 22.75vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 64vw;
  }
}
.swiper-button-prev {
  left: -54px;
}

@media screen and (max-width: 1439px) {
  .swiper-button-prev {
    left: -3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: -4.2666666667vw;
    top: 34.5%;
  }
}
.swiper-button-next {
  right: -54px;
}

@media screen and (max-width: 1439px) {
  .swiper-button-next {
    right: -3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: -4.2666666667vw;
    top: 34.5%;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  width: 37px;
  height: 26px;
}

@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 2.5694444444vw;
    height: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper_icon_prev.png);
}

@media screen and (max-width: 767px) {
  .swiper-button-prev:after {
    background-image: url(../images/swiper_icon_prev_sp.png);
  }
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}

.swiper-button-next:after {
  background-image: url(../images/swiper_icon_next.png);
}

@media screen and (max-width: 767px) {
  .swiper-button-next:after {
    background-image: url(../images/swiper_icon_next_sp.png);
  }
}
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}

.swiper-pagination {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: 0vw !important;
  }
}
.swiper-container {
  overflow: visible;
  padding-bottom: 36px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .swiper-container {
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: 10.6666666667vw;
  }
}
.p-useful-materials__swiper .swiper-container {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 51px;
}
@media screen and (max-width: 1439px) {
  .p-useful-materials__swiper .swiper-container {
    padding-left: calc(15 / 1440 * 100vw);
    padding-right: calc(15 / 1440 * 100vw);
    padding-bottom: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-useful-materials__swiper .swiper-container {
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    padding-bottom: calc(51 / 375 * 100vw);
  }
}

.p-latest-interview__swiper .swiper-container {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 51px;
}
@media screen and (max-width: 1439px) {
  .p-latest-interview__swiper .swiper-container {
    padding-left: calc(15 / 1440 * 100vw);
    padding-right: calc(15 / 1440 * 100vw);
    padding-bottom: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-latest-interview__swiper .swiper-container {
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    padding-bottom: calc(38 / 375 * 100vw);
  }
}

.p-blog-recommendBottom__swiper .swiper-container {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 51px;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendBottom__swiper .swiper-container {
    padding-left: calc(15 / 1440 * 100vw);
    padding-right: calc(15 / 1440 * 100vw);
    padding-bottom: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendBottom__swiper .swiper-container {
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    padding-bottom: calc(34 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-accessRanking__swiper .swiper-container {
    padding-bottom: 9.0666666667vw;
  }
}
.swiper-pagination {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: 0vw !important;
  }
}
.swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-useful-materials__swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 330px));
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1439px) {
  .p-useful-materials__swiper .swiper-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(22.9166666667vw, 22.9166666667vw));
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-useful-materials__swiper .swiper-wrapper {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
}
.swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html.lity-active,
body.lity-active {
  overflow: hidden !important;
}

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

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

.page-template-default .lity-close,
[class*=page-template-page-reason-] .lity-close {
  position: absolute !important;
  font-size: 0;
  width: 34px;
  height: 34px;
  background: url("../images/icon_minus.png") no-repeat center/contain;
  -webkit-filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.16));
  top: auto;
  bottom: 13px;
  right: 15px;
}
@media screen and (max-width: 1439px) {
  .page-template-default .lity-close,
  [class*=page-template-page-reason-] .lity-close {
    width: calc(34 / 1440 * 100vw);
    height: calc(34 / 1440 * 100vw);
    bottom: calc(14 / 1440 * 100vw);
    right: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-template-default .lity-close,
  [class*=page-template-page-reason-] .lity-close {
    width: calc(34 / 375 * 100vw);
    height: calc(34 / 375 * 100vw);
    bottom: calc(14 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
  }
}

.lity-container,
.lity-content {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.lity-content {
  max-width: 90vw !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.page-template-default .lity-content {
  max-height: 90vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.page-template-default .lity-content img {
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  display: block;
}

.page-template-defaul .lity-content,
[class*=page-template-page-reason-] .lity-content {
  max-height: 90vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.page-template-defaul .lity-content img,
[class*=page-template-page-reason-] .lity-content img {
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  display: block;
}

.lity-content:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: var(--color-white);
  width: 194px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.38));
          filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.38));
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .c-button {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    width: calc(194 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    gap: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    width: calc(194 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
  }
}

.c-button--contact {
  background-color: var(--color-accent);
}

.c-button--contact::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url("../images/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 1439px) {
  .c-button--contact::before {
    width: calc(18 / 1440 * 100vw);
    height: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button--contact::before {
    width: calc(18 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
  }
}

.p-cta .c-button--contact::before {
  -webkit-transform: translate(-2px, 0);
          transform: translate(-2px, 0);
}

@media screen and (max-width: 767px) {
  .p-cta .c-button--contact::before {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.c-cta__buttonBox--support .c-button--contact::before {
  -webkit-transform: translate(-5px, 1px);
          transform: translate(-5px, 1px);
}

@media screen and (max-width: 1439px) {
  .c-cta__buttonBox--support .c-button--contact::before {
    -webkit-transform: translate(-0.3472222222vw, 1px);
            transform: translate(-0.3472222222vw, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox--support .c-button--contact::before {
    -webkit-transform: translate(-0.8vw, 1px);
            transform: translate(-0.8vw, 1px);
  }
}
.c-button--download {
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .c-button--download {
    gap: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button--download {
    gap: calc(8 / 375 * 100vw);
  }
}

.c-button--download::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  background-image: url("../images/icon_dl.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 1439px) {
  .c-button--download::before {
    width: calc(13 / 1440 * 100vw);
    height: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button--download::before {
    width: calc(13 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
    -webkit-transform:  translateY(0);
            transform:  translateY(0);
  }
}

.p-cta .c-button--download::before {
  -webkit-transform: translate(-2px, 0);
          transform: translate(-2px, 0);
}

@media screen and (max-width: 767px) {
  .p-cta .c-button--download::before {
    -webkit-transform: translate(-1px, 0px);
            transform: translate(-1px, 0px);
  }
}
.c-cta__buttonBox--useful-materials .c-button--download::before {
  -webkit-transform: translate(-2px, 0);
          transform: translate(-2px, 0);
}

@media screen and (max-width: 767px) {
  .c-cta__buttonBox--useful-materials .c-button--download::before {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
}
.c-button--has-arrow::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/button_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(11px);
          transform: translateX(11px);
}
@media screen and (max-width: 1439px) {
  .c-button--has-arrow::after {
    width: calc(18 / 1440 * 100vw);
    height: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button--has-arrow::after {
    width: calc(18 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
  }
}

.p-homeCase__buttonBox .c-button--has-arrow::after,
.p-homeColumn__buttonBox .c-button--has-arrow::after {
  -webkit-transform: translateX(21px);
          transform: translateX(21px);
}

@media screen and (max-width: 1439px) {
  .p-homeCase__buttonBox .c-button--has-arrow::after,
  .p-homeColumn__buttonBox .c-button--has-arrow::after {
    -webkit-transform: translateX(1.4583333333vw);
            transform: translateX(1.4583333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__buttonBox .c-button--has-arrow::after,
  .p-homeColumn__buttonBox .c-button--has-arrow::after {
    -webkit-transform: translateX(5.6vw);
            transform: translateX(5.6vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__buttonBox .c-button--has-arrow::after {
    -webkit-transform: translateX(4.5333333333vw);
            transform: translateX(4.5333333333vw);
  }
}
.c-link {
  text-align: right;
  margin-top: 12px;
  margin-right: 25px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .c-link {
    margin-top: calc(12 / 1440 * 100vw);
    margin-right: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-link {
    margin-top: calc(7 / 375 * 100vw);
    margin-right: calc(24 / 375 * 100vw);
  }
}

.p-interviewSelect__meta .c-link {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-blog-latest .c-link {
    margin-top: calc(0 / 375 * 100vw);
  }
}

.p-support .c-link {
  margin-top: 19px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .p-support .c-link {
    margin-top: calc(19 / 1440 * 100vw);
    margin-bottom: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support .c-link {
    margin-top: calc(9 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
  }
}

.c-link a {
  color: var(--color-accent);
  text-decoration: underline;
  position: relative;
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width: 1439px) {
  .c-link a {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-link a {
    font-size: calc(13 / 375 * 100vw);
  }
}

.c-link a::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/button_arrow_orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1439px) {
  .c-link a::after {
    right: calc(-25 / 1440 * 100vw);
    width: calc(16 / 1440 * 100vw);
    height: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-link a::after {
    right: calc(-24 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}

.p-reason-detail .c-link {
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detail .c-link {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detail .c-link {
    margin-top: calc(14 / 375 * 100vw);
  }
}

.c-section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  color: var(--color-main);
}
@media screen and (max-width: 1439px) {
  .c-section-title {
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(44 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}

.c-pageTitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle {
    margin-bottom: calc(31 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-pageTitle--issue-detail {
    margin-bottom: calc(41 / 375 * 100vw);
  }
}

.c-pageTitle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  height: 100%;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle__inner {
    gap: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle__inner {
    gap: calc(5 / 375 * 100vw);
  }
}

.c-imgZoom {
  -webkit-filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.16));
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-imgZoom {
    width: calc(34 / 375 * 100vw);
    height: calc(34 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    bottom: calc(16 / 375 * 100vw);
  }
}

.c-blogCardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-blogCardList {
    display: none;
  }
}

.c-blogCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 330px;
  height: 100%;
}
@media screen and (max-width: 1439px) {
  .c-blogCard {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogCard {
    width: calc(330 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.c-blogCard__thumbnail {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-blog-latest__item .c-blogCard__thumbnail {
    width: 32.2666666667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-blogCard__content {
    min-width: 0;
  }
}
h1.logo {
  display: none;
}

.l-container {
  margin: 0 auto;
  padding-left: 75px;
  padding-right: 75px;
  width: 1200px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(75 / 1440 * 100vw);
    padding-right: calc(75 / 1440 * 100vw);
    width: calc(1200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(23 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
    width: 100%;
  }
}

.l-page {
  background-color: var(--color-sub);
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .l-page {
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-page {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.p-page__content p {
  line-height: 1.8;
}
.p-page__content span[style*=font-size] {
  line-height: 1.4;
}
.p-page__content ol {
  list-style: decimal;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  width: 100%;
  background-color: var(--color-white);
}

.p-header {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header {
    -webkit-box-shadow:  calc(0 / 375 * 100vw) calc(5 / 375 * 100vw) calc(6 / 375 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow:  calc(0 / 375 * 100vw) calc(5 / 375 * 100vw) calc(6 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }
}

.p-header .l-container {
  height: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1439px) {
  .p-header .l-container {
    padding-left: calc(30 / 1440 * 100vw);
    padding-right: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  height: var(--header-height);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-header__logoBox {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .p-header__logoBox {
    -webkit-transform:  translateY(0);
            transform:  translateY(0);
  }
}

.p-header__logoBox a {
  display: block;
}

.p-header__logoBox__logo {
  width: 181px;
  height: 24px;
}
@media screen and (max-width: 1439px) {
  .p-header__logoBox__logo {
    width: calc(181 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logoBox__logo {
    width: calc(145 / 375 * 100vw);
    height: calc(21 / 375 * 100vw);
  }
}

.p-header__nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav > ul {
  display: grid;
  grid-template-columns: repeat(7, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__nav ul > .p-header__nav-item + .p-header__nav-item {
  margin-left: 23px;
}
@media screen and (max-width: 1439px) {
  .p-header__nav ul > .p-header__nav-item + .p-header__nav-item {
    margin-left: calc(23 / 1440 * 100vw);
  }
}

.p-header__nav ul > .p-header__nav-item + .p-header__nav-item--has-sub {
  margin-left: 21px;
}
@media screen and (max-width: 1439px) {
  .p-header__nav ul > .p-header__nav-item + .p-header__nav-item--has-sub {
    margin-left: calc(21 / 1440 * 100vw);
  }
}

.p-header__nav ul a {
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  color: var(--color-sub2);
}
@media screen and (max-width: 1439px) {
  .p-header__nav ul a {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav ul a {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}

.p-header__nav ul a:hover {
  color: var(--color-main);
  opacity: 1;
}

.p-header__nav-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: var(--color-sub2);
}

.p-header__nav-item a:hover,
.p-header__nav-item.is-open a {
  color: var(--color-main);
}

.p-header__nav-arrow {
  width: 14px;
  height: 10px;
  margin-left: 3px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-header__nav-arrow {
    width: calc(14 / 1440 * 100vw);
    height: calc(10 / 1440 * 100vw);
    margin-left: calc(3 / 1440 * 100vw);
  }
}

.p-header__nav-item:hover .p-header__nav-arrow,
.p-header__nav-item.is-open .p-header__nav-arrow {
  -webkit-transform: translateY(-2px) scaleY(-1);
          transform: translateY(-2px) scaleY(-1);
}

.p-header__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--color-white);
  padding-top: 42px;
  padding-right: 17px;
  padding-bottom: 37px;
  padding-left: 50px;
  margin-top: -12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu {
    padding-top: calc(42 / 1440 * 100vw);
    padding-right: calc(17 / 1440 * 100vw);
    padding-bottom: calc(37 / 1440 * 100vw);
    padding-left: calc(50 / 1440 * 100vw);
    margin-top: calc(-12 / 1440 * 100vw);
  }
}

.p-header__sub-menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-header__sub-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu__inner {
    gap: calc(2 / 1440 * 100vw);
    width: 100%;
  }
}

.p-header__sub-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid var(--color-sub2);
  width: 179px;
  padding-top: 121px;
  padding-bottom: 122px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu__title {
    width: calc(179 / 1440 * 100vw);
    padding-top: calc(121 / 1440 * 100vw);
    padding-bottom: calc(122 / 1440 * 100vw);
  }
}

.p-header__sub-menu[data-menu=service] .p-header__sub-menu__title {
  padding-top: 128px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu[data-menu=service] .p-header__sub-menu__title {
    padding-top: calc(128 / 1440 * 100vw);
  }
}

.p-header__sub-menu[data-menu=issue] .p-header__sub-menu__title img {
  width: 71px;
  height: 13px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu[data-menu=issue] .p-header__sub-menu__title img {
    width: calc(71 / 1440 * 100vw);
    height: calc(13 / 1440 * 100vw);
  }
}

.p-header__sub-menu[data-menu=reason] .p-header__sub-menu__title img {
  width: 87px;
  height: 13px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu[data-menu=reason] .p-header__sub-menu__title img {
    width: calc(87 / 1440 * 100vw);
    height: calc(13 / 1440 * 100vw);
  }
}

.p-header__sub-menu[data-menu=service] .p-header__sub-menu__title img {
  width: 33px;
  height: 11px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu[data-menu=service] .p-header__sub-menu__title img {
    width: calc(33 / 1440 * 100vw);
    height: calc(11 / 1440 * 100vw);
  }
}

.p-header__sub-menu-list {
  padding-left: 55px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-list {
    padding-left: calc(55 / 1440 * 100vw);
  }
}

.p-header__sub-menu-list a {
  color: var(--color-sub2);
  display: inline-block;
  padding-left: 15px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-list a {
    padding-left: calc(15 / 1440 * 100vw);
  }
}

.p-header__sub-menu-list a:hover {
  color: var(--color-main);
  opacity: 1;
}

.p-header__sub-menu-item--top {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 19px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-item--top {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-bottom: calc(19 / 1440 * 100vw);
  }
}

.p-header__sub-menu-item--top a {
  letter-spacing: 0.03em;
}

.p-header__sub-menu[data-menu=service] .p-header__sub-menu-item--top {
  margin-bottom: 22px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu[data-menu=service] .p-header__sub-menu-item--top {
    margin-bottom: calc(22 / 1440 * 100vw);
  }
}

.p-header__sub-menu__title p {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu__title p {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}

.p-header__sub-menu-children {
  padding-left: 18px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-children {
    padding-left: calc(18 / 1440 * 100vw);
  }
}

.p-header__sub-menu[data-menu=service] .p-header__sub-menu-children {
  padding-left: 14px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu[data-menu=service] .p-header__sub-menu-children {
    padding-left: calc(14 / 1440 * 100vw);
  }
}

.p-header__sub-menu-child {
  position: relative;
}

.p-header__sub-menu-child + .p-header__sub-menu-child {
  margin-top: 13px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-child + .p-header__sub-menu-child {
    margin-top: calc(13 / 1440 * 100vw);
  }
}

.p-header__sub-menu[data-menu=service] .p-header__sub-menu-child + .p-header__sub-menu-child {
  margin-top: 7px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu[data-menu=service] .p-header__sub-menu-child + .p-header__sub-menu-child {
    margin-top: calc(7 / 1440 * 100vw);
  }
}

.p-header__sub-menu-child + .p-header__sub-menu-item--heading {
  margin-top: 26px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-child + .p-header__sub-menu-item--heading {
    margin-top: calc(26 / 1440 * 100vw);
  }
}

.p-header__sub-menu-child a {
  padding-left: 21px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-child a {
    padding-left: calc(21 / 1440 * 100vw);
  }
}

.p-header__sub-menu[data-menu=service] .p-header__sub-menu-child a {
  padding-left: 10px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu[data-menu=service] .p-header__sub-menu-child a {
    padding-left: calc(10 / 1440 * 100vw);
  }
}

.p-header__sub-menu-child a::before {
  content: "";
  width: 4.5px;
  height: 4.5px;
  border-right: 1px solid var(--color-sub2);
  border-bottom: 1px solid var(--color-sub2);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -1px;
  top: 37.5%;
}

.p-header__sub-menu-child a:hover::before {
  border-right: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}

.p-header__sub-menu-groups .p-header__sub-menu-child a {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-groups .p-header__sub-menu-child a {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
  }
}

.p-header__sub-menu-groups .p-header__sub-menu-child a::before {
  display: none;
}

.p-header__sub-menu-item--heading {
  font-size: 15px;
  line-height: 23px;
  color: var(--color-sub2);
  background-color: var(--color-sub);
  width: 230px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 11px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-item--heading {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
    width: calc(230 / 1440 * 100vw);
    height: calc(41 / 1440 * 100vw);
    margin-bottom: calc(11 / 1440 * 100vw);
  }
}

.p-header__sub-menu-item--heading2row {
  height: 64px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-item--heading2row {
    height: calc(64 / 1440 * 100vw);
  }
}

.p-header__sub-menu-item--heading span {
  font-size: 13px;
  line-height: 19px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-item--heading span {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(19 / 1440 * 100vw);
  }
}

.p-header__sub-menu-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 1439px) {
  .p-header__sub-menu-groups {
    gap: calc(36 / 1440 * 100vw);
  }
}

.p-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 30px;
  z-index: 100;
}
@media screen and (max-width: 1439px) {
  .p-header__cta {
    gap: calc(10 / 1440 * 100vw);
    margin-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__cta {
    display: none;
  }
}

.p-header__hamburger {
  display: none;
  width: 60px;
  height: 100%;
  background-color: var(--color-black);
  background-image: url("../images/icon_hamburger.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 26px;
  margin-left: 21px;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-drawer {
  display: none;
  height: 100dvh;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 200;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-drawer {
    display: block;
  }
}
.p-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.32);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 199;
  pointer-events: none;
}

/* ドロワー開時 */
.p-drawer.is-show ~ .p-drawer__overlay,
.p-drawer__overlay.is-show {
  opacity: 1;
  pointer-events: auto;
}

.p-drawer .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.p-drawer__content {
  background-color: var(--color-black);
  width: 100%;
  height: 100dvh;
  margin-left: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-drawer__content-header {
  height: 18.6666666667vw;
  padding-top: 4.5333333333vw;
  padding-left: 5.3333333333vw;
  padding-right: 3.4666666667vw;
}

.p-drawer__close {
  margin-left: auto;
  width: 34px;
  height: 26px;
}

.p-drawer__close img {
  height: auto;
  width: 100%;
}

.p-drawer__nav {
  padding: 0 6vw 5.3333333333vw 6vw;
}

.p-drawer__nav > ul > li {
  border-top: 1px solid var(--color-white);
}

.p-drawer__nav > ul > li:last-child {
  border-bottom: 1px solid var(--color-white);
}

.p-drawer__nav-item p,
.p-drawer__nav a {
  color: var(--color-white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  line-height: 5.6vw;
  padding: 4vw 2.4vw 3.7333333333vw 2.6666666667vw;
  position: relative;
}

.p-drawer__nav-item.p-drawer__nav-item--service .p-drawer__sub-menu-item--heading {
  padding-left: 16px;
}

.p-drawer__nav-item > p::after,
.p-drawer__nav-item > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 11px;
  top: 44%;
}

.p-drawer__nav-item--has-sub > p::before,
.p-drawer__nav-item--has-sub > p::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  background-color: var(--color-white);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer__nav-item--has-sub > p::before {
  width: 14.5px;
  height: 1px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.p-drawer__nav-item--has-sub > p::after {
  width: 1px;
  height: 12.5px;
  -webkit-transform: translate(50%, -50%) scaleX(0.5);
          transform: translate(50%, -50%) scaleX(0.5);
}

.p-drawer__nav-item--has-sub.is-open > p::after {
  display: none;
}

.p-drawer__nav-item--has-sub.is-open > .p-drawer__sub-menu {
  max-height: 1500px;
}

.p-drawer__sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.p-drawer__sub-menu-item {
  padding-top: 6px;
  padding-bottom: 16px;
  position: relative;
  color: var(--color-white);
}

.p-drawer__sub-menu-item + .p-drawer__sub-menu-item {
  padding-top: 15px;
}

.p-drawer__nav-item--service .p-drawer__sub-menu-item + .p-drawer__sub-menu-item {
  padding-top: 0;
  padding-bottom: 0;
}

.p-drawer__sub-menu-item--heading.is-open > .p-drawer__sub-menu-children {
  max-height: 1500px;
}

.p-drawer__sub-menu-item a {
  padding: 0;
  padding-left: 26px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.p-drawer__sub-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #fff 0 1px, transparent 1px 4px);
}

.p-drawer__sub-menu .p-drawer__sub-menu-item:last-of-type:after {
  display: none;
}

.p-drawer__sub-menu-item--top a {
  padding-left: 2.6666666667vw;
  font-weight: 700;
  position: relative;
}

.p-drawer__nav-item--has-sub .p-drawer__sub-menu-item--top a:after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 6px;
  border-right: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  background-color: var(--color-black);
}

.p-drawer__sub-menu-item--heading + .p-drawer__sub-menu-item--heading {
  margin-top: 1px;
}

.p-drawer__sub-menu-item--heading > p::before,
.p-drawer__sub-menu-item--heading > p::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  background-color: var(--color-white);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer__sub-menu-item--heading > p::before {
  width: 14.5px;
  height: 1px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.p-drawer__sub-menu-item--heading > p::after {
  width: 1px;
  height: 13.5px;
  right: 17.5px;
}

.p-drawer__sub-menu-item--heading.is-open > p::after {
  display: none;
}

.p-drawer__sub-menu-item--heading span {
  font-size: 3.2vw;
  line-height: 5.0666666667vw;
  padding-left: 1.3333333333vw;
}

.p-drawer__sub-menu-children {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.p-drawer__sub-menu-child a {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 26px;
  font-weight: 500;
  line-height: 20.5px;
}

.p-drawer__sub-menu .p-drawer__sub-menu-child:last-of-type a {
  padding-bottom: 29px;
}

.p-drawer__sub-menu-children .p-drawer__sub-menu-child a {
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 0;
}

.p-drawer__sub-menu-children .p-drawer__sub-menu-child:nth-of-type(1) a {
  padding-top: 5px;
}

.p-drawer__sub-menu-children .p-drawer__sub-menu-child:last-of-type a {
  padding-bottom: 29px;
}

.p-drawer__cta {
  padding-top: 19px;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.p-drawer__cta .c-button {
  width: 100%;
  height: 15.7333333333vw;
}

.p-drawer__cta .c-button + .c-button {
  margin-top: 11px;
}

.p-drawer.is-show {
  opacity: 1;
  z-index: 200;
  pointer-events: auto;
}

.p-drawer.is-show .p-drawer__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer.is-show .p-drawer__close {
  opacity: 1;
}

.p-footer .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 1210px;
}
@media screen and (max-width: 1439px) {
  .p-footer .l-container {
    width: calc(1210 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer .l-container {
    width: 100%;
  }
}

.p-footer__navBg {
  background-color: var(--color-black);
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 71px 0 67px 0;
  gap: 70px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav {
    padding-top: calc(71 / 1440 * 100vw);
    padding-right: calc(0 / 1440 * 100vw);
    padding-bottom: calc(67 / 1440 * 100vw);
    padding-left: calc(0 / 1440 * 100vw);
    gap: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: calc(40 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
    padding-bottom: calc(48 / 375 * 100vw);
    padding-left: calc(23 / 375 * 100vw);
    border-bottom: calc(0 / 375 * 100vw);
    gap: calc(0 / 375 * 100vw);
  }
}

.p-footer__nav a {
  color: var(--color-white);
  letter-spacing: 0.02em;
}

.p-footer__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav > ul {
    gap: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul {
    gap: calc(38 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav > ul.p-footer__nav-list--tertiary {
    gap: calc(30 / 375 * 100vw);
  }
}

.p-footer__nav-item__title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: var(--color-white);
  padding-bottom: 11px;
  border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-item__title {
    font-size: calc(20 / 1440 * 100vw);
    padding-bottom: calc(11 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item__title {
    font-size: calc(18 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}

.p-footer__nav-submenu-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-submenu-groups {
    gap: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-submenu-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0 / 375 * 100vw);
  }
}

.p-footer__nav-list--primary {
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-list--primary {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list--primary {
    width: 100%;
  }
}

.p-footer__nav-list--secondary {
  width: 448px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-list--secondary {
    width: calc(448 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list--secondary {
    width: 100%;
    margin-top: calc(38 / 375 * 100vw);
  }
}

.p-footer__nav-list--tertiary {
  width: 295px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-list--tertiary {
    width: calc(295 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list--tertiary {
    width: 100%;
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-footer__nav-submenu {
  margin-top: 19px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-submenu {
    margin-top: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-submenu {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-footer__nav-submenu-groups .p-footer__nav-submenu {
  margin-top: 21px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-submenu-groups .p-footer__nav-submenu {
    margin-top: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-submenu-groups .p-footer__nav-submenu {
    margin-top: calc(21 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-submenu-groups .p-footer__nav-submenu--2 {
    margin-top: calc(35 / 375 * 100vw);
  }
}

.p-footer__nav-subitem {
  font-size: 15px;
  line-height: 24px;
  color: var(--color-white);
  margin-left: 3px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-subitem {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-left: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
}

.p-footer__nav-subitem + .p-footer__nav-subitem {
  margin-top: 17px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-subitem + .p-footer__nav-subitem {
    margin-top: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem + .p-footer__nav-subitem {
    margin-top: calc(16 / 375 * 100vw);
  }
}

.p-footer__nav-subitem + .p-footer__nav-subitem--heading {
  margin-top: 39px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-subitem + .p-footer__nav-subitem--heading {
    margin-top: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem + .p-footer__nav-subitem--heading {
    margin-top: calc(37 / 375 * 100vw);
  }
}

.p-footer__nav-subitem--heading + .p-footer__nav-subitem {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-subitem--heading + .p-footer__nav-subitem {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem--heading + .p-footer__nav-subitem {
    margin-top: calc(13 / 375 * 100vw);
  }
}

.p-footer__nav-subitem {
  position: relative;
}

.p-footer__nav-subitem a {
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 18px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-subitem a {
    padding-left: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem a {
    padding-left: calc(14 / 375 * 100vw);
  }
}

.p-footer__nav-subitem a:before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: -2px;
  top: 42%;
  border-right: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-subitem a:before {
    width: calc(4 / 1440 * 100vw);
    height: calc(4 / 1440 * 100vw);
    left: calc(-2 / 1440 * 100vw);
    top: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem a:before {
    width: calc(4 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
    left: calc(-2 / 375 * 100vw);
    top: calc(10 / 375 * 100vw);
  }
}

.p-footer__nav-subitem--top {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-subitem--top {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem--top {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-footer__nav-subitem--top a {
  padding-left: 0;
}

.p-footer__nav-subitem--top a:before {
  display: none;
}

.p-footer__nav-subitem--heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 0;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-subitem--heading {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem--heading {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-footer__nav-subitem--heading span {
  display: block;
  font-size: 13px;
  line-height: 19px;
  padding-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-subitem--heading span {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(19 / 1440 * 100vw);
    padding-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem--heading span {
    display: inline-block;
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
    padding-top: calc(8 / 375 * 100vw);
    padding-left: calc(4 / 375 * 100vw);
  }
}

.p-footer__bottom {
  background-color: var(--color-sub);
  height: 81px;
}
@media screen and (max-width: 1439px) {
  .p-footer__bottom {
    height: calc(81 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    height: calc(191 / 375 * 100vw);
  }
}

.p-footer__bottom .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(19 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2.1333333333vw;
  }
}
.p-footer__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 12px;
  gap: 49px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-footer__link ul {
    font-size: calc(12 / 1440 * 100vw);
    gap: calc(49 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link ul {
    font-size: calc(10 / 375 * 100vw);
    gap: calc(23 / 375 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__link ul:nth-of-type(2) {
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  .p-footer__link ul:nth-of-type(2) {
    gap: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link ul:nth-of-type(2) {
    gap: calc(20 / 375 * 100vw);
  }
}

.p-footer__link ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__link-item a {
  color: var(--color-black);
  text-decoration: underline;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 1439px) {
  .p-footer__link-item a {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link-item a {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-footer__copyright {
  font-size: 10px;
  line-height: 24px;
  margin-left: 61px;
}

@media screen and (max-width: 1439px) {
  .p-footer__copyright {
    font-size: 0.6944444444vw;
    line-height: 1.6666666667vw;
    margin-left: 4.2361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 2.6666666667vw;
    line-height: 6.4vw;
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-footer__copyright p {
  letter-spacing: 0;
}

.p-footer__logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .p-footer__logo ul {
    gap: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo ul {
    gap: calc(32 / 375 * 100vw);
  }
}

.p-footer__logo-item--privacy {
  width: 59px;
  height: 59px;
}
@media screen and (max-width: 1439px) {
  .p-footer__logo-item--privacy {
    width: calc(59 / 1440 * 100vw);
    height: calc(59 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo-item--privacy {
    width: calc(59 / 375 * 100vw);
    height: calc(59 / 375 * 100vw);
  }
}

.p-footer__logo-item--platform {
  width: 100px;
  height: 51px;
}
@media screen and (max-width: 1439px) {
  .p-footer__logo-item--platform {
    width: calc(100 / 1440 * 100vw);
    height: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo-item--platform {
    width: calc(100 / 375 * 100vw);
    height: calc(51 / 375 * 100vw);
  }
}

.p-footer__logo-item--bsi {
  width: 76px;
  height: 55px;
}
@media screen and (max-width: 1439px) {
  .p-footer__logo-item--bsi {
    width: calc(76 / 1440 * 100vw);
    height: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo-item--bsi {
    width: calc(76 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
}

.p-breadCrumb .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 1215px;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb .l-container {
    width: calc(1215 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb .l-container {
    padding-left: calc(23 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
    width: 100%;
  }
}

.p-service__breadcrumb .p-breadCrumb .l-container {
  width: 1280px;
}
@media screen and (max-width: 1439px) {
  .p-service__breadcrumb .p-breadCrumb .l-container {
    width: calc(1215 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__breadcrumb .p-breadCrumb .l-container {
    padding-left: calc(18 / 375 * 100vw);
    width: 100%;
  }
}

.p-breadCrumb__inner {
  padding-top: 45px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__inner {
    padding-top: calc(45 / 1440 * 100vw);
    padding-bottom: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__inner {
    padding-top: calc(25 / 375 * 100vw);
    padding-bottom: calc(45 / 375 * 100vw);
  }
}

.p-service .p-breadCrumb__inner {
  padding-left: 30px;
}
@media screen and (max-width: 1439px) {
  .p-service .p-breadCrumb__inner {
    padding-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service .p-breadCrumb__inner {
    padding-left: calc(5 / 375 * 100vw);
    padding-bottom: calc(33 / 375 * 100vw);
  }
}

.p-serviceDetail .p-breadCrumb__inner {
  padding-bottom: 46px;
  padding-left: 0;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail .p-breadCrumb__inner {
    padding-bottom: calc(46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail .p-breadCrumb__inner {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-breadCrumb__nav {
    white-space: nowrap;
  }
}

.p-breadCrumb__nav a {
  color: var(--color-black);
  letter-spacing: 0.07em;
}

.p-breadCrumb__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__nav > ul {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav > ul {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-breadCrumb__nav > ul li {
  position: relative;
}

.p-breadCrumb__nav > ul li + li {
  padding-left: 24px;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__nav > ul li + li {
    padding-left: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav > ul li + li {
    padding-left: calc(24 / 375 * 100vw);
  }
}

.p-breadCrumb__nav > ul > li:not(:first-of-type)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  left: 7px;
  top: 50%;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__nav > ul > li:not(:first-of-type)::before {
    width: calc(5 / 1440 * 100vw);
    height: calc(5 / 1440 * 100vw);
    left: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav > ul > li:not(:first-of-type)::before {
    width: calc(5 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    left: calc(7 / 375 * 100vw);
  }
}

.p-breadCrumb__home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-breadCrumb__home svg {
  width: 11px;
  height: 12px;
  margin-right: 7px;
  fill: var(--color-sub2);
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__home svg {
    width: calc(11 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
    margin-right: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__home svg {
    width: calc(11 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
  }
}

.p-breadCrumb__current {
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-homeMainVisual {
  background-image: url(../images/mainvisual_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 636px;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .p-homeMainVisual {
    height: 44.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMainVisual {
    background-image: url(../images/mainvisual_bg_sp.webp);
    height: 146.4vw;
  }
  .p-homeMainVisual::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/mainvisual_person.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-homeMainVisual .l-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 72px;
}
@media screen and (max-width: 1439px) {
  .p-homeMainVisual .l-container {
    padding-left: calc(72 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeMainVisual .l-container {
    padding-left: calc(23 / 375 * 100vw);
  }
}

.p-homeMainVisual__titleBox {
  padding-top: 65px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-homeMainVisual__titleBox {
    padding-top: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeMainVisual__titleBox {
    padding-top: calc(31 / 375 * 100vw);
  }
}

.p-homeMainVisual__textBox {
  margin-bottom: 39px;
}
@media screen and (max-width: 1439px) {
  .p-homeMainVisual__textBox {
    margin-bottom: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeMainVisual__textBox {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-homeMainVisual__titleBox h1 {
  width: 1107px;
  height: 58px;
  margin-bottom: 31px;
}

@media screen and (max-width: 1439px) {
  .p-homeMainVisual__titleBox h1 {
    width: 76.875vw;
    height: 4.0277777778vw;
    margin-bottom: 2.1527777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMainVisual__titleBox h1 {
    width: 85.8666666667vw;
    height: 24.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.p-homeMainVisual__en1 {
  width: 859px;
  height: 40px;
  position: absolute;
  bottom: -29px;
  left: 10px;
}
@media screen and (max-width: 1439px) {
  .p-homeMainVisual__en1 {
    width: calc(859 / 1440 * 100vw);
    height: calc(40 / 1440 * 100vw);
    bottom: calc(-29 / 1440 * 100vw);
    left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeMainVisual__en1 {
    width: calc(188 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
    bottom: calc(-1 / 375 * 100vw);
    left: calc(1 / 375 * 100vw);
  }
}

.p-homeMainVisual__en2 {
  width: 431px;
  height: 48px;
  margin-left: 9px;
}
@media screen and (max-width: 1439px) {
  .p-homeMainVisual__en2 {
    width: calc(431 / 1440 * 100vw);
    height: calc(48 / 1440 * 100vw);
    margin-left: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeMainVisual__en2 {
    width: calc(265 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
}

.p-homeMainVisual__lead {
  font-size: 25px;
  line-height: 37px;
  font-weight: 600;
  color: var(--color-white);
  margin-left: 9px;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1439px) {
  .p-homeMainVisual__lead {
    font-size: 1.7361111111vw;
    line-height: 2.5694444444vw;
    margin-left: 0.625vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMainVisual__lead {
    font-size: 4vw;
    line-height: 5.8666666667vw;
    margin-left: 0;
    margin-bottom: 1.8666666667vw;
    font-weight: 700;
  }
}
.p-homeClientList__wrapper {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--color-black);
}

@media screen and (max-width: 1439px) {
  .p-homeClientList__wrapper {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-homeClientList__wrapper {
    padding-top: 60.8vw;
    padding-bottom: 8vw;
  }
}
.p-homeClientList,
.p-serviceClientList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loop-slide 60s linear infinite;
          animation: loop-slide 60s linear infinite;
}

.p-homeClientList ul,
.p-serviceClientList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-homeClientList ul li,
.p-serviceClientList ul li {
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .p-homeClientList ul li,
  .p-serviceClientList ul li {
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeClientList ul li,
  .p-serviceClientList ul li {
    margin-left: calc(8 / 375 * 100vw);
  }
}

.p-homeClientList__image,
.p-serviceClientList__image {
  background-image: url(../images/clients_company_list.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3058px;
  height: 60px;
}

@media screen and (max-width: 1439px) {
  .p-homeClientList__image,
  .p-serviceClientList__image {
    width: 212.3611111111vw;
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-homeClientList__image,
  .p-serviceClientList__image {
    background-image: url(../images/clients_company_list_sp.png);
    width: 677.3333333333vw;
    height: 13.3333333333vw;
  }
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-homeClientList__link {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-homeClientList__link {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeClientList__link {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-homeClientList__link a {
  position: relative;
  color: var(--color-white);
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  margin-right: 97px;
  text-align: right;
  display: block;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-homeClientList__link a {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    margin-right: calc(97 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeClientList__link a {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
    margin-right: calc(36 / 375 * 100vw);
  }
}

.p-homeClientList__link a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: -16px;
  top: 50%;
}
@media screen and (max-width: 1439px) {
  .p-homeClientList__link a::after {
    width: calc(7 / 1440 * 100vw);
    height: calc(7 / 1440 * 100vw);
    right: calc(-16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeClientList__link a::after {
    width: calc(7 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
    right: calc(-13 / 375 * 100vw);
  }
}

.p-homeWorries .l-container {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 216px;
}
@media screen and (max-width: 1439px) {
  .p-homeWorries .l-container {
    padding-bottom: calc(216 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries .l-container {
    padding-bottom: calc(153 / 375 * 100vw);
  }
}

.p-homeWorries__content {
  padding-top: 75px;
  padding-left: 75px;
  padding-right: 75px;
  width: 100%;
  height: 693px;
  background: #F4F4F4;
  clip-path: polygon(0 0, 0 0, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
}

@media screen and (max-width: 1439px) {
  .p-homeWorries__content {
    padding-top: 5.2083333333vw;
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
    height: 48.125vw;
    clip-path: polygon(0 0, 0 0, 100% 0, 100% calc(100% - 4.8611111111vw), 50% 100%, 0 calc(100% - 4.8611111111vw));
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries__content {
    padding-top: 14.1333333333vw;
    padding-left: 6.1333333333vw;
    padding-right: 5.8666666667vw;
    height: 263.4666666667vw;
    clip-path: polygon(0 0, 0 0, 100% 0, 100% calc(100% - 9.0666666667vw), 50% 100%, 0 calc(100% - 9.0666666667vw));
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle--homeWorries {
    margin-bottom: calc(28 / 375 * 100vw);
  }
}

.p-homeWorries .c-pageTitle--en,
.p-serviceWorries .p-service__section-label {
  width: 84px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-homeWorries .c-pageTitle--en,
  .p-serviceWorries .p-service__section-label {
    width: calc(84 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries .c-pageTitle--en,
  .p-serviceWorries .p-service__section-label {
    width: calc(54 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}

.p-homeWorries .c-pageTitle--en {
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-homeWorries .c-pageTitle--en {
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries .c-pageTitle--en {
    margin-bottom: calc(3 / 375 * 100vw);
  }
}

.p-serviceWorries .p-service__section-label {
  margin-bottom: 11px;
}
@media screen and (max-width: 1439px) {
  .p-serviceWorries .p-service__section-label {
    margin-bottom: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceWorries .p-service__section-label {
    margin-bottom: calc(7 / 375 * 100vw);
  }
}

.p-homeWorries .c-pageTitle--ja {
  width: 400px;
  height: 74px;
  margin-left: -4px;
}
@media screen and (max-width: 1439px) {
  .p-homeWorries .c-pageTitle--ja {
    width: calc(400 / 1440 * 100vw);
    height: calc(74 / 1440 * 100vw);
    margin-left: calc(-4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries .c-pageTitle--ja {
    width: calc(278 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    margin-left: calc(-4 / 375 * 100vw);
  }
}

.p-homeWorries__listBox {
  position: relative;
  width: 998px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-homeWorries__listBox {
    width: calc(998 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries__listBox {
    width: 100%;
  }
}

.p-homeWorries__list li {
  font-size: 18px;
  line-height: 28px;
  color: #3C3C3C;
  font-weight: 500;
  position: relative;
  padding-left: 37px;
}
@media screen and (max-width: 1439px) {
  .p-homeWorries__list li {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    padding-left: calc(37 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries__list li {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-left: calc(30 / 375 * 100vw);
  }
}

.p-homeWorries__list li::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 18px;
  background: url("../images/icon_checkbox.svg") no-repeat center/contain;
  top: 6px;
  left: 4px;
}
@media screen and (max-width: 1439px) {
  .p-homeWorries__list li::before {
    width: calc(22 / 1440 * 100vw);
    height: calc(18 / 1440 * 100vw);
    top: calc(6 / 1440 * 100vw);
    left: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries__list li::before {
    width: calc(20 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
    top: calc(6 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
  }
}

.p-homeWorries__list li + li {
  margin-top: 23px;
}
@media screen and (max-width: 1439px) {
  .p-homeWorries__list li + li {
    margin-top: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries__list li + li {
    margin-top: calc(18 / 375 * 100vw);
  }
}

.p-homeWorries__list li span {
  color: var(--color-accent);
  font-weight: 700;
}

.p-homeWorries__deco img {
  width: 158px;
  height: 291px;
  position: absolute;
  bottom: 2px;
  right: -5px;
}

@media screen and (max-width: 1439px) {
  .p-homeWorries__deco img {
    width: 10.9722222222vw;
    height: 20.2083333333vw;
    bottom: 0.1388888889vw;
    right: -0.3472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries__deco img {
    width: 26.9333333333vw;
    height: 49.6vw;
    position: static;
    margin-top: 6.9333333333vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-homeWorries__solution {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 287px;
  background-image: url(../images/home_solution_bg.jpg);
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  padding-top: 130px;
}

@media screen and (max-width: 1439px) {
  .p-homeWorries__solution {
    height: 19.9305555556vw;
    padding-top: 9.0277777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries__solution {
    background-image: url(../images/home_solution_bg_sp.jpg);
    height: 49.8666666667vw;
    padding-top: 22.1333333333vw;
  }
}
.p-homeWorries__solution img {
  width: 514px;
  height: 111px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7px;
}
@media screen and (max-width: 1439px) {
  .p-homeWorries__solution img {
    width: calc(514 / 1440 * 100vw);
    height: calc(111 / 1440 * 100vw);
    margin-top: calc(-7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeWorries__solution img {
    display: none;
  }
}

.p-homeFeatures {
  background-color: var(--color-black);
}

@media screen and (max-width: 767px) {
  .c-pageTitle--homeFeatures {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-homeFeatures .l-container {
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-homeFeatures .l-container {
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFeatures .l-container {
    padding-bottom: calc(50 / 375 * 100vw);
  }
}

.p-homeFeatures .c-pageTitle--en {
  width: 88px;
  height: 25px;
  margin-top: 75px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-homeFeatures .c-pageTitle--en {
    width: calc(88 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-top: calc(75 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFeatures .c-pageTitle--en {
    width: calc(56 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-top: calc(52 / 375 * 100vw);
    margin-bottom: calc(2 / 375 * 100vw);
  }
}

.p-homeFeatures .c-pageTitle--ja {
  width: 224px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-homeFeatures .c-pageTitle--ja {
    width: calc(224 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFeatures .c-pageTitle--ja {
    width: calc(154 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-homeFeatures__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-homeFeatures__list {
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFeatures__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: calc(20 / 375 * 100vw);
  }
}

.p-homeFeatures__list li {
  width: 330px;
  background-color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .p-homeFeatures__list li {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFeatures__list li {
    width: calc(330 / 375 * 100vw);
  }
}

.p-homeFeatures__list img {
  height: 200px;
}
@media screen and (max-width: 1439px) {
  .p-homeFeatures__list img {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFeatures__list img {
    height: calc(200 / 375 * 100vw);
  }
}

.p-homeFeatures__body {
  padding-top: 13px;
  padding-left: 20px;
  padding-bottom: 28px;
  padding-right: 25px;
}
@media screen and (max-width: 1439px) {
  .p-homeFeatures__body {
    padding-top: calc(13 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    padding-bottom: calc(28 / 1440 * 100vw);
    padding-right: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFeatures__body {
    padding-top: calc(13 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-bottom: calc(26 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}

.p-homeFeatures__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--color-main);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1439px) {
  .p-homeFeatures__title {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFeatures__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

.p-homeFeatures__text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 5px;
  letter-spacing: 0.045em;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-homeFeatures__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFeatures__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(7 / 375 * 100vw);
  }
}

.p-homeCase {
  background-color: var(--color-sub);
  overflow: hidden;
}

.p-homeCase .l-container {
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-homeCase .l-container {
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase .l-container {
    padding-bottom: calc(50 / 375 * 100vw);
  }
}

.p-homeCase .c-pageTitle--en {
  width: 130px;
  height: 25px;
  margin-top: 73px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-homeCase .c-pageTitle--en {
    width: calc(130 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-top: calc(73 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase .c-pageTitle--en {
    width: calc(84 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-top: calc(53 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
  }
}

.p-homeCase .c-pageTitle--ja {
  width: 128px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-homeCase .c-pageTitle--ja {
    width: calc(128 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase .c-pageTitle--ja {
    width: calc(88 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-homeCase__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-interviewSelect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSelect__list {
    gap: calc(30 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__list {
    gap: calc(30 / 375 * 100vw);
    margin-bottom: calc(50 / 375 * 100vw);
  }
}

.p-interviewSelect__item {
  width: 330px;
  background-color: var(--color-white);
  -webkit-filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1439px) {
  .p-interviewSelect__item {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__item {
    width: calc(330 / 375 * 100vw);
    height: 100%;
  }
}

.p-interviewSelect__item img {
  height: 200px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSelect__item img {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__item img {
    height: calc(200 / 375 * 100vw);
  }
}

.p-interviewSelect__body {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .p-interviewSelect__body {
    padding-top: calc(15 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__body {
    padding-top: calc(15 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    height: 100%;
  }
}

.p-interviewSelect__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSelect__title {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-interviewSelect__info {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .p-interviewSelect__info {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__info {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-interviewSelect__info__title {
  width: 83px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-interviewSelect__info__title {
    width: calc(83 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__info__title {
    width: calc(83 / 375 * 100vw);
  }
}

.p-interviewSelect__info__title::after {
  content: "：";
  position: absolute;
  right: 8px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSelect__info__title::after {
    right: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__info__title::after {
    right: calc(8 / 375 * 100vw);
  }
}

.p-interviewSelect__meta {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSelect__meta {
    padding-top: calc(30 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__meta {
    padding-top: calc(30 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}

.p-interviewSelect__date {
  font-size: 10px;
  line-height: 26px;
  margin-top: 3px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSelect__date {
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-top: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__date {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
}

.p-homeFlow {
  background-color: var(--color-black);
}

.p-homeFlow .l-container {
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow .l-container {
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow .l-container {
    padding-bottom: calc(50 / 375 * 100vw);
  }
}

.p-homeFlow .c-pageTitle--en {
  width: 50px;
  height: 25px;
  margin-top: 74px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow .c-pageTitle--en {
    width: calc(50 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-top: calc(74 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow .c-pageTitle--en {
    width: calc(32 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-top: calc(52 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
  }
}

.p-homeFlow .c-pageTitle--ja {
  width: 160px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow .c-pageTitle--ja {
    width: calc(160 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow .c-pageTitle--ja {
    width: calc(110 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-homeFlow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-homeFlow__item {
  background-color: var(--color-white);
  padding-top: 21px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 192px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow__item {
    padding-top: calc(21 / 1440 * 100vw);
    padding-right: calc(30 / 1440 * 100vw);
    padding-bottom: calc(18 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
    height: calc(192 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__item {
    padding-top: calc(13 / 375 * 100vw);
    padding-right: calc(21 / 375 * 100vw);
    padding-left: calc(21 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(331 / 375 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-homeFlow__item--2 {
    height: calc(303 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-homeFlow__item--3 {
    height: calc(303 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-homeFlow__item--4 {
    height: calc(387 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-homeFlow__item--5 {
    height: calc(359 / 375 * 100vw);
  }
}

.p-homeFlow__item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 14px 17px 0;
  border-color: var(--color-white) transparent transparent;
}

@media screen and (max-width: 1439px) {
  .p-homeFlow__item::before {
    bottom: -0.8333333333vw;
    border-width: 0.9722222222vw 1.1805555556vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__item::before {
    bottom: -3.2vw;
    border-width: 3.7333333333vw 4.5333333333vw 0;
  }
}
.p-homeFlow__list li:last-of-type:before {
  display: none;
}

.p-homeFlow__item + .p-homeFlow__item {
  margin-top: 33px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow__item + .p-homeFlow__item {
    margin-top: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__item + .p-homeFlow__item {
    margin-top: calc(28 / 375 * 100vw);
  }
}

.p-homeFlow__body {
  width: 720px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow__body {
    width: calc(720 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__body {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-homeFlow__illust {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-homeFlow__item--1 .p-homeFlow__illust {
  width: 130px;
  height: 148px;
  margin-left: 53px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow__item--1 .p-homeFlow__illust {
    width: calc(130 / 1440 * 100vw);
    height: calc(148 / 1440 * 100vw);
    margin-left: calc(53 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__item--1 .p-homeFlow__illust {
    width: calc(90 / 375 * 100vw);
    height: calc(104 / 375 * 100vw);
    margin: 0 auto;
  }
}

.p-homeFlow__item--2 .p-homeFlow__illust {
  width: 162px;
  height: 130px;
  margin-left: 39px;
  margin-top: 9px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow__item--2 .p-homeFlow__illust {
    width: calc(162 / 1440 * 100vw);
    height: calc(130 / 1440 * 100vw);
    margin-left: calc(39 / 1440 * 100vw);
    margin-top: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__item--2 .p-homeFlow__illust {
    width: calc(120 / 375 * 100vw);
    height: calc(96 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(9 / 375 * 100vw);
  }
}

.p-homeFlow__item--3 .p-homeFlow__illust {
  width: 103px;
  height: 140px;
  margin-left: 73px;
  margin-top: 6px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow__item--3 .p-homeFlow__illust {
    width: calc(103 / 1440 * 100vw);
    height: calc(140 / 1440 * 100vw);
    margin-left: calc(73 / 1440 * 100vw);
    margin-top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__item--3 .p-homeFlow__illust {
    width: calc(72 / 375 * 100vw);
    height: calc(98 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(7 / 375 * 100vw);
  }
}

.p-homeFlow__item--4 .p-homeFlow__illust {
  width: 202px;
  height: 92px;
  margin-left: 19px;
  margin-top: 27px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow__item--4 .p-homeFlow__illust {
    width: calc(202 / 1440 * 100vw);
    height: calc(92 / 1440 * 100vw);
    margin-left: calc(19 / 1440 * 100vw);
    margin-top: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__item--4 .p-homeFlow__illust {
    width: calc(133 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-homeFlow__item--5 .p-homeFlow__illust {
  width: 148px;
  height: 137px;
  margin-left: 46px;
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow__item--5 .p-homeFlow__illust {
    width: calc(148 / 1440 * 100vw);
    height: calc(137 / 1440 * 100vw);
    margin-left: calc(46 / 1440 * 100vw);
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__item--5 .p-homeFlow__illust {
    width: calc(105 / 375 * 100vw);
    height: calc(97 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(8 / 375 * 100vw);
  }
}

.p-homeFlow__num {
  width: 35px;
  height: 17px;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow__num {
    width: calc(35 / 1440 * 100vw);
    height: calc(17 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__num {
    width: calc(55 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    position: absolute;
    left: calc(0 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}

.p-homeFlow__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-main);
  margin-top: 9px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow__title {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-top: calc(9 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-homeFlow__item--4 .p-homeFlow__title {
    margin-top: calc(29 / 375 * 100vw);
  }
}

.p-homeFlow__text {
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .p-homeFlow__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFlow__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    font-weight: calc(500 / 375 * 100vw);
  }
}

.p-homeColumn {
  background-color: var(--color-sub);
  overflow: hidden;
}

.p-homeColumn .l-container {
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-homeColumn .l-container {
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeColumn .l-container {
    padding-bottom: calc(50 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-pageTitle--homeColumn {
    margin-bottom: calc(29 / 375 * 100vw);
  }
}

.p-homeColumn .c-pageTitle--en {
  width: 82px;
  height: 25px;
  margin-top: 72px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1439px) {
  .p-homeColumn .c-pageTitle--en {
    width: calc(82 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-top: calc(72 / 1440 * 100vw);
    margin-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeColumn .c-pageTitle--en {
    width: calc(51 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-top: calc(53 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
  }
}

.p-homeColumn .c-pageTitle--ja {
  width: 218px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-homeColumn .c-pageTitle--ja {
    width: calc(218 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeColumn .c-pageTitle--ja {
    width: calc(150 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-homeColumn__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-homeFaq {
  background-color: var(--color-black);
}

.p-homeFaq .l-container {
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-homeFaq .l-container {
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFaq .l-container {
    padding-bottom: calc(50 / 375 * 100vw);
  }
}

.c-pageTitle--homeFaq {
  margin-bottom: 68px;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle--homeFaq {
    margin-bottom: calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle--homeFaq {
    margin-bottom: calc(29 / 375 * 100vw);
  }
}

.p-homeFaq .c-pageTitle--en {
  width: 56px;
  height: 27px;
  margin-top: 73px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1439px) {
  .p-homeFaq .c-pageTitle--en {
    width: calc(56 / 1440 * 100vw);
    height: calc(27 / 1440 * 100vw);
    margin-top: calc(73 / 1440 * 100vw);
    margin-bottom: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFaq .c-pageTitle--en {
    width: calc(36 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
    margin-top: calc(53 / 375 * 100vw);
    margin-bottom: calc(2 / 375 * 100vw);
  }
}

.p-homeFaq .c-pageTitle--ja {
  width: 217px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-homeFaq .c-pageTitle--ja {
    width: calc(217 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFaq .c-pageTitle--ja {
    width: calc(150 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.c-faqList__faqBox {
  border-top: 1px solid var(--color-black);
}

.c-faqList--home .c-faqList__faqBox,
.c-faqList--serviceDetail .c-faqList__faqBox {
  border-top: 1px solid var(--color-white);
}

.c-faqList li:last-of-type .c-faqList__faqBox {
  border-bottom: 1px solid var(--color-black);
}

.c-faqList--home li:last-of-type .c-faqList__faqBox,
.c-faqList--serviceDetail li:last-of-type .c-faqList__faqBox {
  border-bottom: 1px solid var(--color-white);
}

.c-faqList__faqBox__qBox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  user-select: none;
}

.c-faqList__faqBox__qBox::before,
.c-faqList__faqBox__qBox::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  background-color: var(--color-black);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  .c-faqList__faqBox__qBox::before,
  .c-faqList__faqBox__qBox::after {
    right: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-faqList__faqBox__qBox::before,
  .c-faqList__faqBox__qBox::after {
    right: calc(22 / 375 * 100vw);
  }
}

.c-faqList--home .c-faqList__faqBox__qBox::before,
.c-faqList--home .c-faqList__faqBox__qBox::after,
.c-faqList--serviceDetail .c-faqList__faqBox__qBox::before,
.c-faqList--serviceDetail .c-faqList__faqBox__qBox::after {
  background-color: var(--color-white);
}

.c-faqList__faqBox__qBox::before {
  width: 28px;
  height: 1px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1439px) {
  .c-faqList__faqBox__qBox::before {
    width: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-faqList__faqBox__qBox::before {
    width: calc(22 / 375 * 100vw);
  }
}

.c-faqList__faqBox__qBox::after {
  width: 1px;
  height: 28px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1439px) {
  .c-faqList__faqBox__qBox::after {
    height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-faqList__faqBox__qBox::after {
    height: calc(22 / 375 * 100vw);
  }
}

.c-faqList__faqBox__qBox.is-open::after {
  display: none;
}

.c-faqList__faqBox__qBox__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 60px 27px 11px;
  color: var(--color-black);
}

@media screen and (max-width: 1439px) {
  .c-faqList__faqBox__qBox__inner {
    padding: 2.0138888889vw 4.1666666667vw 1.875vw 0.7638888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faqList__faqBox__qBox__inner {
    padding: 5.0666666667vw 13.8666666667vw 5.0666666667vw 2.6666666667vw;
  }
}
.c-faqList--home .c-faqList__faqBox__qBox__inner,
.c-faqList--serviceDetail .c-faqList__faqBox__qBox__inner {
  color: var(--color-white);
}

.c-faqList__faqBox__qBox__q {
  width: 22px;
  height: 27px;
  margin-top: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1439px) {
  .c-faqList__faqBox__qBox__q {
    width: 1.5277777778vw;
    height: 1.875vw;
    margin-top: 0.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faqList__faqBox__qBox__q {
    width: 4.5333333333vw;
    height: 5.8666666667vw;
    margin-top: 0.8vw;
  }
}
.c-faqList__faqBox__qBox__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 14px;
  color: var(--color-black);
}

@media screen and (max-width: 1439px) {
  .c-faqList__faqBox__qBox__text {
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    padding-left: 0.9722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faqList__faqBox__qBox__text {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    padding-left: 2.6666666667vw;
  }
}
.c-faqList--home .c-faqList__faqBox__qBox__text,
.c-faqList--serviceDetail .c-faqList__faqBox__qBox__text {
  color: var(--color-sub);
}

.c-faqList__faqBox__aBox {
  display: none;
}

.c-faqList__faqBox__aBox__inner {
  padding: 0 8px 32px 11px;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 1439px) {
  .c-faqList__faqBox__aBox__inner {
    padding: 0 0.5555555556vw 2.2222222222vw 0.7638888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faqList__faqBox__aBox__inner {
    padding: 0.8vw 3.2vw 4.2666666667vw 3.2vw;
    margin-top: -1.3333333333vw;
  }
}
.c-faqList__faqBox__aBox__icon {
  display: none;
}

.c-faqList__faqBox__aBox__text {
  font-size: 15px;
  line-height: 28px;
  color: var(--color-black);
}

@media screen and (max-width: 1439px) {
  .c-faqList__faqBox__aBox__text {
    font-size: 1.0416666667vw;
    line-height: 1.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .c-faqList__faqBox__aBox__text {
    font-size: 4vw;
    line-height: 7.4666666667vw;
  }
}
.c-faqList--home .c-faqList__faqBox__aBox__text,
.c-faqList--serviceDetail .c-faqList__faqBox__aBox__text {
  color: var(--color-white);
}

.p-homeNews {
  background-color: var(--color-sub);
}

.p-homeNews .l-container {
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-homeNews .l-container {
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeNews .l-container {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.c-pageTitle--news {
  margin-bottom: 19px;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle--news {
    margin-bottom: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle--news {
    margin-bottom: calc(22 / 375 * 100vw);
  }
}

.p-pageTitle--homeNews {
  margin-bottom: 43px;
}
@media screen and (max-width: 1439px) {
  .p-pageTitle--homeNews {
    margin-bottom: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pageTitle--homeNews {
    margin-bottom: calc(26 / 375 * 100vw);
  }
}

.c-pageTitle--news .c-pageTitle--en {
  width: 56px;
  height: 26px;
  margin-top: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle--news .c-pageTitle--en {
    width: calc(56 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle--news .c-pageTitle--en {
    width: calc(36 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }
}

.p-pageTitle--homeNews .c-pageTitle--en {
  margin-top: 77px;
}
@media screen and (max-width: 1439px) {
  .p-pageTitle--homeNews .c-pageTitle--en {
    margin-top: calc(77 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pageTitle--homeNews .c-pageTitle--en {
    margin-top: calc(53 / 375 * 100vw);
  }
}

.c-pageTitle--news .c-pageTitle--ja {
  width: 120px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle--news .c-pageTitle--ja {
    width: calc(120 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle--news .c-pageTitle--ja {
    width: calc(84 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
  }
}

.p-challenges {
  background-color: var(--color-sub);
}

.p-challenges .c-pageTitle--en {
  width: 178px;
  height: 28px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-challenges .c-pageTitle--en {
    width: calc(178 / 1440 * 100vw);
    height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges .c-pageTitle--en {
    width: calc(114 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
  }
}

.p-challenges .c-pageTitle--ja {
  width: 448px;
  height: 75px;
}
@media screen and (max-width: 1439px) {
  .p-challenges .c-pageTitle--ja {
    width: calc(448 / 1440 * 100vw);
    height: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges .c-pageTitle--ja {
    width: calc(308 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
  }
}

.p-issue__issueList {
  padding-bottom: 129px;
}

@media screen and (max-width: 1199px) {
  .p-issue__issueList {
    padding-bottom: 10.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-issue__issueList {
    padding-bottom: 21.3333333333vw;
  }
}
.p-issue__issueList > ul > li:nth-child(odd) .p-issue__issueBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-issue__issueList > ul > li + li {
  margin-top: 29px;
}

@media screen and (max-width: 1199px) {
  .p-issue__issueList > ul > li + li {
    margin-top: 2.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-issue__issueList > ul > li + li {
    margin-top: 5.3333333333vw;
  }
}
.p-issue__issueBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 40px 39px 25px 40px;
}

@media screen and (max-width: 1199px) {
  .p-issue__issueBox {
    gap: 2.5vw;
    padding: 3.3333333333vw 3.25vw 2.0833333333vw 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-issue__issueBox {
    display: block;
    padding: 0;
  }
}
.p-issue__issueBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 330px;
  height: 200px;
  margin-top: -15px;
}

@media screen and (max-width: 1199px) {
  .p-issue__issueBox__thumbnail {
    width: 27.5vw;
    height: 16.6666666667vw;
    margin-top: -1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-issue__issueBox__thumbnail {
    width: 88vw;
    height: 53.3333333333vw;
    margin-top: 0vw;
  }
}
.p-issue__issueList li:first-child .p-issue__issueBox__thumbnail {
  background-image: url(../images/issue_thumbnail_1.jpg);
}

.p-issue__issueList li:nth-child(2) .p-issue__issueBox__thumbnail {
  background-image: url(../images/issue_thumbnail_2.jpg);
}

.p-issue__issueList li:nth-child(3) .p-issue__issueBox__thumbnail {
  background-image: url(../images/issue_thumbnail_3.jpg);
}

.p-issue__issueList li:nth-child(4) .p-issue__issueBox__thumbnail {
  background-image: url(../images/issue_thumbnail_4.jpg);
}

.p-issue__issueList li:nth-child(5) .p-issue__issueBox__thumbnail {
  background-image: url(../images/issue_thumbnail_5.jpg);
}

.p-issue__issueList li:nth-child(6) .p-issue__issueBox__thumbnail {
  background-image: url(../images/issue_thumbnail_6.jpg);
}

@media screen and (max-width: 767px) {
  .p-issue__issueBox__textBox {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(25 / 375 * 100vw);
  }
}

.p-issue__issueBox__number {
  width: 71px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-issue__issueBox__number {
    width: calc(71 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-issue__issueBox__number {
    width: calc(71 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-issue__issueBox__title {
  color: var(--color-main);
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 9px;
  margin: 15px 0 16px 0;
  border-bottom: 1px solid var(--color-main);
}

@media screen and (max-width: 1199px) {
  .p-issue__issueBox__title {
    font-size: 1.5vw;
    line-height: 2.25vw;
    padding-bottom: 0.75vw;
    margin: 1.25vw 0 1.3333333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-issue__issueBox__title {
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
    padding-bottom: 1.6vw;
    margin: 4vw 0 1.6vw 0;
  }
}
.p-issue__issueBox__text {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .p-issue__issueBox__text {
    font-size: 1.25vw;
    line-height: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-issue__issueBox__text {
    font-size: 4vw;
    line-height: 7.4666666667vw;
    text-align: justify;
    letter-spacing: 0.05em;
  }
}
.p-challenges__system {
  background-color: var(--color-sub);
}

.p-challenges__system .c-pageTitle--en {
  width: 86px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__system .c-pageTitle--en {
    width: calc(86 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__system .c-pageTitle--en {
    width: calc(54 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-challenges__system .c-pageTitle--ja {
  width: 288px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__system .c-pageTitle--ja {
    width: calc(288 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__system .c-pageTitle--ja {
    width: calc(195 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-issue-detail .l-container {
    padding-right: calc(24 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-issue-detailBox--2 {
    margin-top: calc(46 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-issue-detailBox--3 {
    margin-top: calc(53 / 375 * 100vw);
  }
}

.p-issue-detailBox__title {
  color: var(--color-main);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 23px 29px 21px 33px;
}
@media screen and (max-width: 1439px) {
  .p-issue-detailBox__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    gap: calc(25 / 1440 * 100vw);
    padding-top: calc(23 / 1440 * 100vw);
    padding-right: calc(29 / 1440 * 100vw);
    padding-bottom: calc(21 / 1440 * 100vw);
    padding-left: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-issue-detailBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    gap: calc(0 / 375 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(14 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-bottom: calc(15 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-issue-detailBox--3 .p-issue-detailBox__title {
    padding-top: calc(17 / 375 * 100vw);
  }
}

.p-issue-detailBox__title img {
  width: 64px;
  height: 59px;
  margin-top: 4px;
}
@media screen and (max-width: 1439px) {
  .p-issue-detailBox__title img {
    width: calc(64 / 1440 * 100vw);
    height: calc(59 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-issue-detailBox__title img {
    width: calc(39 / 375 * 100vw);
    height: calc(36 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    position: absolute;
    top: calc(-17 / 375 * 100vw);
    left: calc(21 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-issue-detailBox--3 .p-issue-detailBox__title img {
    top: calc(-23 / 375 * 100vw);
  }
}

.p-issue-detailBox__title p {
  letter-spacing: 0.07em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-issue-detailBox__title p {
    text-align: initial;
  }
}

.p-issue-detailBox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 30px 0 50px 30px;
}
@media screen and (max-width: 1439px) {
  .p-issue-detailBox__body {
    gap: calc(30 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-issue-detailBox__body {
    gap: calc(14 / 375 * 100vw);
    padding: calc(0 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-issue-detailBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 330px;
  height: 200px;
}

@media screen and (max-width: 1199px) {
  .p-issue-detailBox__thumbnail {
    width: 27.5vw;
    height: 16.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-issue-detailBox__thumbnail {
    width: 100%;
    height: 53.3333333333vw;
  }
}
.p-challenges__system .p-issue-detail .p-issue-detailBox:first-child .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_1_thumbnail_1.jpg);
}

.p-challenges__system .p-issue-detail .p-issue-detailBox:nth-child(2) .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_1_thumbnail_2.jpg);
}

.p-challenges__system .p-issue-detail .p-issue-detailBox:nth-child(3) .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_1_thumbnail_3.jpg);
}

.p-issue-detailBox__heading {
  color: var(--color-main);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1439px) {
  .p-issue-detailBox__heading {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-issue-detailBox__heading {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    width: 100%;
  }
}

.p-issue-detailBox__text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.072em;
}
@media screen and (max-width: 1439px) {
  .p-issue-detailBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-issue-detailBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-issue-detailBox__note {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .p-issue-detailBox__note {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-issue-detailBox__note {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
}

.p-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-cta--challenge {
  height: 190px;
  background-image: url(../images/cta_bg.jpg);
  margin-top: 20px;
}

@media screen and (max-width: 1439px) {
  .p-cta--challenge {
    height: 13.1944444444vw;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta--challenge {
    background-image: url(../images/cta_bg_sp.jpg);
    height: 61.3333333333vw;
    margin-top: 12.2666666667vw;
  }
}
.p-cta__title {
  width: 660px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  margin-bottom: 30px;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}

@media screen and (max-width: 1439px) {
  .p-cta__title {
    width: 45.8333333333vw;
    height: 6.6666666667vw;
    margin-top: 5vw;
    margin-bottom: 2.0833333333vw;
    -webkit-transform: translateX(-0.4861111111vw);
            transform: translateX(-0.4861111111vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    width: 63.4666666667vw;
    height: 13.0666666667vw;
    margin-top: 13.6vw;
    margin-bottom: 3.2vw;
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
}
.p-cta__text {
  color: var(--color-white);
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 46px;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

@media screen and (max-width: 1439px) {
  .p-cta__text {
    font-size: 1.3888888889vw;
    line-height: 2.2222222222vw;
    margin-bottom: 3.1944444444vw;
    -webkit-transform: translateX(-0.2777777778vw);
            transform: translateX(-0.2777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    margin-bottom: 5.0666666667vw;
    -webkit-transform: translateX(-1.0666666667vw);
            transform: translateX(-1.0666666667vw);
    text-align: left;
    padding-left: 3.7333333333vw;
  }
}
.p-cta--serviceDetail .p-cta__text {
  letter-spacing: 0.08em;
}

.c-cta__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1439px) {
  .c-cta__buttonBox {
    gap: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox {
    gap: calc(10 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-cta__buttonBox--blogSingle,
.c-cta__buttonBox--newsSingle,
.c-cta__buttonBox--seminarSingle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 306px;
}
@media screen and (max-width: 1439px) {
  .c-cta__buttonBox--blogSingle,
  .c-cta__buttonBox--newsSingle,
  .c-cta__buttonBox--seminarSingle {
    width: calc(306 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox--blogSingle,
  .c-cta__buttonBox--newsSingle,
  .c-cta__buttonBox--seminarSingle {
    width: calc(306 / 375 * 100vw);
  }
}

.c-cta__buttonBox--blogSingle,
.c-cta__buttonBox--seminarSingle {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .c-cta__buttonBox--blogSingle,
  .c-cta__buttonBox--seminarSingle {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox--blogSingle,
  .c-cta__buttonBox--seminarSingle {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.c-cta__buttonBox--newsSingle {
  margin: 0 auto;
}

.p-cta--service .c-cta__buttonBox,
.p-cta--serviceDetail .c-cta__buttonBox {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-cta--service .c-cta__buttonBox,
  .p-cta--serviceDetail .c-cta__buttonBox {
    margin-left: auto;
    margin-right: auto;
    width: calc(310 / 375 * 100vw);
  }
}

.p-serviceDetail__mainVisual-content .c-cta__buttonBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 77px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__mainVisual-content .c-cta__buttonBox {
    margin-top: calc(77 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__mainVisual-content .c-cta__buttonBox {
    width: calc(330 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.c-cta__buttonBox--support {
  display: block;
  margin-left: 0;
  margin-top: 28px;
  margin-bottom: 36px;
  width: 358px;
}
@media screen and (max-width: 1439px) {
  .c-cta__buttonBox--support {
    margin-top: calc(28 / 1440 * 100vw);
    margin-bottom: calc(36 / 1440 * 100vw);
    width: calc(358 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox--support {
    margin-top: calc(16 / 375 * 100vw);
    margin-bottom: calc(29 / 375 * 100vw);
    width: 100%;
  }
}

.p-homeMainVisual .c-cta__buttonBox {
  margin-left: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1439px) {
  .p-homeMainVisual .c-cta__buttonBox {
    margin-left: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMainVisual .c-cta__buttonBox {
    margin-left: 0vw;
    width: 88vw;
    position: absolute;
    bottom: -50.1333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-cta--common .c-cta__buttonBox,
.p-cta--challenge .c-cta__buttonBox {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-cta--common .c-cta__buttonBox,
  .p-cta--challenge .c-cta__buttonBox {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta--common .c-cta__buttonBox,
  .p-cta--challenge .c-cta__buttonBox {
    margin-top: calc(0 / 375 * 100vw);
  }
}

.c-cta__buttonBox .c-button {
  width: 257px;
  height: 60px;
  font-size: 16px;
  line-height: 24px;
  -webkit-filter: drop-shadow(2px 4px 11px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 4px 11px rgba(0, 0, 0, 0.4));
  color: var(--color-white);
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  .c-cta__buttonBox .c-button {
    width: calc(257 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox .c-button {
    width: calc(310 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-homeCase__buttonBox .c-button {
  width: 247px;
  height: 60px;
  padding-left: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .p-homeCase__buttonBox .c-button {
    width: calc(247 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    padding-left: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeCase__buttonBox .c-button {
    width: calc(306 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-homeColumn__buttonBox .c-button {
  width: 295px;
  height: 60px;
  padding-left: 18px;
  letter-spacing: 0.1em;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .p-homeColumn__buttonBox .c-button {
    width: calc(295 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    padding-left: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeColumn__buttonBox .c-button {
    width: calc(306 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.c-cta__buttonBox--useful-materials .c-button {
  -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
  width: 305px;
}
@media screen and (max-width: 1439px) {
  .c-cta__buttonBox--useful-materials .c-button {
    width: calc(305 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox--useful-materials .c-button {
    width: calc(305 / 375 * 100vw);
  }
}

.c-cta__buttonBox .c-button p {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media screen and (max-width: 767px) {
  .c-cta__buttonBox .c-button--download {
    padding-left: calc(59 / 375 * 100vw);
    gap: calc(12 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-homeMainVisual .c-cta__buttonBox .c-button--download {
    width: 100%;
    padding-left: calc(69 / 375 * 100vw);
  }
}

.p-service .c-button,
.p-serviceDetail .c-button {
  width: 322px;
}
@media screen and (max-width: 1439px) {
  .p-service .c-button,
  .p-serviceDetail .c-button {
    width: calc(322 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service .c-button,
  .p-serviceDetail .c-button {
    width: 100%;
    padding-left: calc(37 / 375 * 100vw);
  }
}

.p-thanks__buttonBox .c-button {
  width: 270px;
  height: 60px;
  padding-left: 17px;
  line-height: 24px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1439px) {
  .p-thanks__buttonBox .c-button {
    width: calc(270 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    padding-left: calc(17 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__buttonBox .c-button {
    width: calc(306 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    padding-left: calc(31 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.c-cta__buttonBox--blogSingle .c-button--download {
  width: 100%;
  -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox--blogSingle .c-button--download {
    padding-left: calc(0 / 375 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .c-cta__buttonBox--useful-materials .c-button--download {
    padding-left: calc(40 / 375 * 100vw);
    gap: calc(9 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-cta__buttonBox .c-button--download.c-button--has-arrow::after {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  .c-cta__buttonBox--useful-materials .c-button--download.c-button--has-arrow::after {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
}
.c-cta__buttonBox .c-button--contact {
  width: 230px;
}
@media screen and (max-width: 1439px) {
  .c-cta__buttonBox .c-button--contact {
    width: calc(230 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox .c-button--contact {
    width: calc(310 / 375 * 100vw);
    padding-left: calc(56 / 375 * 100vw);
    gap: calc(9 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-cta__buttonBox--homeMainvisual .c-button--contact {
    width: 100%;
    padding-left: calc(66 / 375 * 100vw);
  }
}

.p-service .c-button--contact,
.p-serviceDetail .c-button--contact {
  width: 247px;
}
@media screen and (max-width: 1439px) {
  .p-service .c-button--contact,
  .p-serviceDetail .c-button--contact {
    width: calc(247 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service .c-button--contact,
  .p-serviceDetail .c-button--contact {
    width: 100%;
    padding-left: calc(35 / 375 * 100vw);
  }
}

.c-cta__buttonBox--newsSingle .c-button--contact {
  width: 100%;
  -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox--newsSingle .c-button--contact {
    padding-left: calc(56 / 375 * 100vw);
  }
}

.c-cta__buttonBox--support .c-button--contact {
  width: 100%;
  -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox--support .c-button--contact {
    padding-left: calc(0 / 375 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .c-cta__buttonBox .c-button--contact.c-button--has-arrow::after {
    -webkit-transform: translateX(11.2vw);
            transform: translateX(11.2vw);
  }
  .c-cta__buttonBox--newsSingle .c-button--contact.c-button--has-arrow::after {
    -webkit-transform: translateX(2.6666666667vw);
            transform: translateX(2.6666666667vw);
  }
  .c-cta__buttonBox--support .c-button--contact.c-button--has-arrow::after {
    -webkit-transform: translateX(2.1333333333vw);
            transform: translateX(2.1333333333vw);
  }
  .p-service .c-button--contact.c-button--has-arrow::after,
  .p-serviceDetail .c-button--contact.c-button--has-arrow::after {
    -webkit-transform: translateX(24.2666666667vw);
            transform: translateX(24.2666666667vw);
  }
}
.c-cta__buttonBox--seminarSingle .c-button--download {
  width: 100%;
  -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox--seminarSingle .c-button--download {
    padding-left: calc(0 / 375 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-challenges__hr {
  background-color: var(--color-sub);
}

.p-challenges__hr .c-pageTitle--en {
  width: 86px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__hr .c-pageTitle--en {
    width: calc(86 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__hr .c-pageTitle--en {
    width: calc(54 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-challenges__hr .c-pageTitle--ja {
  width: 448px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__hr .c-pageTitle--ja {
    width: calc(448 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__hr .c-pageTitle--ja {
    width: calc(308 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-challenges__hr .p-issue-detail .p-issue-detailBox:first-child .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_2_thumbnail_1.jpg);
}

.p-challenges__hr .p-issue-detail .p-issue-detailBox:nth-child(2) .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_2_thumbnail_2.jpg);
}

.p-challenges__hr .p-issue-detail .p-issue-detailBox:nth-child(3) .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_2_thumbnail_3.jpg);
}

.p-challenges__strategy {
  background-color: var(--color-sub);
}

.p-challenges__strategy .c-pageTitle--en {
  width: 86px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__strategy .c-pageTitle--en {
    width: calc(86 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__strategy .c-pageTitle--en {
    width: calc(54 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-challenges__strategy .c-pageTitle--ja {
  width: 384px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__strategy .c-pageTitle--ja {
    width: calc(384 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__strategy .c-pageTitle--ja {
    width: calc(264 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-challenges__strategy .p-issue-detail .p-issue-detailBox:first-child .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_3_thumbnail_1.jpg);
}

.p-challenges__strategy .p-issue-detail .p-issue-detailBox:nth-child(2) .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_3_thumbnail_2.jpg);
}

.p-challenges__global {
  background-color: var(--color-sub);
}

.p-challenges__global .c-pageTitle--en {
  width: 86px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__global .c-pageTitle--en {
    width: calc(86 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__global .c-pageTitle--en {
    width: calc(54 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-challenges__global .c-pageTitle--ja {
  width: 320px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__global .c-pageTitle--ja {
    width: calc(320 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__global .c-pageTitle--ja {
    width: calc(220 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-challenges__global .p-issue-detail .p-issue-detailBox:first-child .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_4_thumbnail_1.jpg);
}

.p-challenges__global .p-issue-detail .p-issue-detailBox:nth-child(2) .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_4_thumbnail_2.jpg);
}

.p-challenges__global .p-issue-detail .p-issue-detailBox:nth-child(3) .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_4_thumbnail_3.jpg);
}

.p-challenges__digital {
  background-color: var(--color-sub);
}

.p-challenges__digital .c-pageTitle--en {
  width: 86px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__digital .c-pageTitle--en {
    width: calc(86 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__digital .c-pageTitle--en {
    width: calc(54 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-challenges__digital .c-pageTitle--ja {
  width: 268px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__digital .c-pageTitle--ja {
    width: calc(268 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__digital .c-pageTitle--ja {
    width: calc(184 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-challenges__digital .p-issue-detail .p-issue-detailBox:first-child .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_5_thumbnail_1.jpg);
}

.p-challenges__digital .p-issue-detail .p-issue-detailBox:nth-child(2) .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_5_thumbnail_2.jpg);
}

.p-challenges__digital .p-issue-detail .p-issue-detailBox:nth-child(3) .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_5_thumbnail_3.jpg);
}

.p-challenges__industry {
  background-color: var(--color-sub);
}

.p-challenges__industry .c-pageTitle--en {
  width: 86px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__industry .c-pageTitle--en {
    width: calc(86 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__industry .c-pageTitle--en {
    width: calc(54 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-challenges__industry .c-pageTitle--ja {
  width: 224px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-challenges__industry .c-pageTitle--ja {
    width: calc(224 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-challenges__industry .c-pageTitle--ja {
    width: calc(154 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-challenges__industry .p-issue-detail .p-issue-detailBox:first-child .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_6_thumbnail_1.jpg);
}

.p-challenges__industry .p-issue-detail .p-issue-detailBox:nth-child(2) .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_6_thumbnail_2.jpg);
}

.p-challenges__industry .p-issue-detail .p-issue-detailBox:nth-child(3) .p-issue-detailBox__thumbnail {
  background-image: url(../images/issue_6_thumbnail_3.jpg);
}

.p-reason {
  background-color: var(--color-sub);
}

.p-reason .c-pageTitle--en {
  width: 198px;
  height: 28px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-reason .c-pageTitle--en {
    width: calc(198 / 1440 * 100vw);
    height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason .c-pageTitle--en {
    width: calc(128 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
  }
}

.p-reason .c-pageTitle--ja {
  width: 378px;
  height: 31px;
}
@media screen and (max-width: 1439px) {
  .p-reason .c-pageTitle--ja {
    width: calc(378 / 1440 * 100vw);
    height: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason .c-pageTitle--ja {
    width: calc(264 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-issue__issueList {
  padding-bottom: 129px;
}

@media screen and (max-width: 1199px) {
  .p-issue__issueList {
    padding-bottom: 10.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-issue__issueList {
    padding-bottom: 21.3333333333vw;
  }
}
.p-reason__reasonList {
  padding-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonList {
    padding-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList {
    padding-bottom: calc(67 / 375 * 100vw);
  }
}

.p-reason__reasonList > ul > li:nth-child(odd) .p-reason__reasonBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-reason__reasonList > ul > li + li {
  margin-top: 29px;
}

@media screen and (max-width: 1199px) {
  .p-reason__reasonList > ul > li + li {
    margin-top: 2.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li + li {
    margin-top: 5.3333333333vw;
  }
}
.p-reason__reasonBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 40px 39px 25px 40px;
}

@media screen and (max-width: 1199px) {
  .p-reason__reasonBox {
    gap: 2.5vw;
    padding: 3.3333333333vw 3.25vw 2.0833333333vw 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonBox {
    display: block;
    padding: 0;
  }
}
.p-reason__reasonBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 330px;
  height: 200px;
  margin-top: -15px;
}

@media screen and (max-width: 1199px) {
  .p-reason__reasonBox__thumbnail {
    width: 27.5vw;
    height: 16.6666666667vw;
    margin-top: -1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonBox__thumbnail {
    width: 88vw;
    height: 53.3333333333vw;
    margin-top: 0vw;
  }
}
.p-reason__reasonList li:first-child .p-reason__reasonBox__thumbnail {
  background-image: url(../images/reason_thumbnail_1.jpg);
}

.p-reason__reasonList li:nth-child(2) .p-reason__reasonBox__thumbnail {
  background-image: url(../images/reason_thumbnail_2.jpg);
}

.p-reason__reasonList li:nth-child(3) .p-reason__reasonBox__thumbnail {
  background-image: url(../images/reason_thumbnail_3.jpg);
}

.p-reason__reasonList li:nth-child(4) .p-reason__reasonBox__thumbnail {
  background-image: url(../images/reason_thumbnail_4.jpg);
}

.p-reason__reasonList li:nth-child(5) .p-reason__reasonBox__thumbnail {
  background-image: url(../images/reason_thumbnail_5.jpg);
}

.p-reason__reasonList li:nth-child(6) .p-reason__reasonBox__thumbnail {
  background-image: url(../images/reason_thumbnail_6.jpg);
}

@media screen and (max-width: 767px) {
  .p-reason__reasonBox__textBox {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(25 / 375 * 100vw);
  }
}

.p-reason__reasonBox__number {
  width: 85px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-reason__reasonBox__number {
    width: calc(85 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonBox__number {
    width: calc(85 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-reason__reasonBox__title {
  color: var(--color-main);
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 9px;
  margin: 15px 0 16px 0;
  border-bottom: 1px solid var(--color-main);
}

@media screen and (max-width: 1199px) {
  .p-reason__reasonBox__title {
    font-size: 1.5vw;
    line-height: 2.25vw;
    padding-bottom: 0.75vw;
    margin: 1.25vw 0 1.3333333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonBox__title {
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
    padding-bottom: 1.6vw;
    margin: 4vw 0 1.6vw 0;
  }
}
.p-reason__reasonBox__text {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .p-reason__reasonBox__text {
    font-size: 1.25vw;
    line-height: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__reasonBox__text {
    font-size: 4vw;
    line-height: 7.4666666667vw;
    text-align: justify;
    letter-spacing: 0.05em;
  }
}
.p-cta--common {
  height: 428px;
  background-image: url(../images/cta_bg_common.jpg);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
}

@media screen and (max-width: 1439px) {
  .p-cta--common {
    height: 29.7222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta--common {
    background-image: url(../images/cta_bg_common_sp.jpg);
    height: 102.1333333333vw;
  }
}
.p-reason__casestudy {
  background-color: var(--color-sub);
}

.p-reason__casestudy .c-pageTitle--en {
  width: 106px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-reason__casestudy .c-pageTitle--en {
    width: calc(106 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__casestudy .c-pageTitle--en {
    width: calc(68 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
  }
}

.p-reason__casestudy .c-pageTitle--ja {
  width: 370px;
  height: 73px;
}
@media screen and (max-width: 1439px) {
  .p-reason__casestudy .c-pageTitle--ja {
    width: calc(370 / 1440 * 100vw);
    height: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__casestudy .c-pageTitle--ja {
    width: calc(258 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
  }
}

.p-reason-detail {
  margin-bottom: 80px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detail {
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detail {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason-detail .l-container {
    padding-right: calc(22 / 375 * 100vw);
  }
}

.p-reason-detailBox__title {
  color: var(--color-main);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 26px 29px 26px 31px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    gap: calc(25 / 1440 * 100vw);
    padding-top: calc(26 / 1440 * 100vw);
    padding-right: calc(29 / 1440 * 100vw);
    padding-bottom: calc(26 / 1440 * 100vw);
    padding-left: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    gap: calc(0 / 375 * 100vw);
    padding-top: calc(14 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-bottom: calc(12 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason-detailBox__title p {
    letter-spacing: 0.02em;
  }
}

.p-reason-detailBox__body {
  padding: 26px 30px 46px 30px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__body {
    padding-top: calc(26 / 1440 * 100vw);
    padding-right: calc(30 / 1440 * 100vw);
    padding-bottom: calc(46 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__body {
    padding-top: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    padding-bottom: calc(36 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
  }
}

.p-reason__integration .p-reason-detailBox--2 .p-reason-detailBox__body,
.p-reason__integration .p-reason-detailBox--3 .p-reason-detailBox__body {
  padding: 26px 30px 25px 30px;
}
@media screen and (max-width: 1439px) {
  .p-reason__integration .p-reason-detailBox--2 .p-reason-detailBox__body,
  .p-reason__integration .p-reason-detailBox--3 .p-reason-detailBox__body {
    padding-top: calc(26 / 1440 * 100vw);
    padding-right: calc(30 / 1440 * 100vw);
    padding-bottom: calc(25 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__integration .p-reason-detailBox--2 .p-reason-detailBox__body,
  .p-reason__integration .p-reason-detailBox--3 .p-reason-detailBox__body {
    padding-top: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    padding-bottom: calc(21 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
  }
}

.p-issue-detailBox__text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.072em;
}
@media screen and (max-width: 1439px) {
  .p-issue-detailBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-issue-detailBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.c-circleStats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 27px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .c-circleStats {
    margin-top: calc(27 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-circleStats {
    margin-top: calc(19 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-homeMainVisual .c-circleStats {
  margin-top: 39px;
  margin-left: 3px;
  margin-bottom: 39px;
}

@media screen and (max-width: 1439px) {
  .p-homeMainVisual .c-circleStats {
    margin-top: 2.7083333333vw;
    margin-left: 0.2083333333vw;
    margin-bottom: 2.7083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMainVisual .c-circleStats {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
    left: 6.1333333333vw;
    bottom: -9.8666666667vw;
  }
}
.c-circleStats__item {
  width: 157px;
  height: 157px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -14px;
  position: relative;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .c-circleStats__item {
    width: calc(157 / 1440 * 100vw);
    height: calc(157 / 1440 * 100vw);
    margin-left: calc(-14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-circleStats__item {
    width: calc(117 / 375 * 100vw);
    height: calc(117 / 375 * 100vw);
    margin-left: calc(-9 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-homeMainVisual .c-circleStats__item {
    margin-left: calc(-11 / 375 * 100vw);
  }
}

.c-circleStats__item:first-child {
  margin-left: 0;
}

.c-circleStats__label {
  font-size: 15px;
  line-height: 38px;
  font-weight: 700;
  color: var(--color-sub2);
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .c-circleStats__label {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(38 / 1440 * 100vw);
    margin-top: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-circleStats__label {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    letter-spacing: calc(0 / 375 * 100vw);
  }
}

.c-circleStats__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-circleStats__item--1 .c-circleStats__value img {
  width: 78px;
  height: 43px;
  margin-left: 2px;
  display: block;
}
@media screen and (max-width: 1439px) {
  .c-circleStats__item--1 .c-circleStats__value img {
    width: calc(78 / 1440 * 100vw);
    height: calc(43 / 1440 * 100vw);
    margin-left: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-circleStats__item--1 .c-circleStats__value img {
    width: calc(59 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
    margin-left: calc(2 / 375 * 100vw);
  }
}

.c-circleStats__item--2 .c-circleStats__value img {
  width: 66px;
  height: 45px;
  margin-left: 5px;
  display: block;
}
@media screen and (max-width: 1439px) {
  .c-circleStats__item--2 .c-circleStats__value img {
    width: calc(66 / 1440 * 100vw);
    height: calc(45 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-circleStats__item--2 .c-circleStats__value img {
    width: calc(50 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
    margin-left: calc(4 / 375 * 100vw);
  }
}

.c-circleStats__item--3 .c-circleStats__value img {
  width: 48px;
  height: 45px;
  margin-left: 4px;
  display: block;
}
@media screen and (max-width: 1439px) {
  .c-circleStats__item--3 .c-circleStats__value img {
    width: calc(48 / 1440 * 100vw);
    height: calc(45 / 1440 * 100vw);
    margin-left: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-circleStats__item--3 .c-circleStats__value img {
    width: calc(36 / 375 * 100vw);
    height: calc(37 / 375 * 100vw);
    margin-left: calc(4 / 375 * 100vw);
  }
}

.c-circleStats__value span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-left: 4px;
  color: var(--color-sub2);
  text-wrap: nowrap;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

@media screen and (max-width: 1439px) {
  .c-circleStats__value span {
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin-left: 0.2777777778vw;
    -webkit-transform: translateY(-0.4861111111vw);
            transform: translateY(-0.4861111111vw);
  }
}
@media screen and (max-width: 767px) {
  .c-circleStats__value span {
    font-size: 3.4666666667vw;
    line-height: 3.4666666667vw;
    margin-left: 0.5333333333vw;
    -webkit-transform: translateY(-2.4vw);
            transform: translateY(-2.4vw);
  }
}
.c-circleStats__item--2 .c-circleStats__value span {
  font-size: 15px;
}

@media screen and (max-width: 1439px) {
  .c-circleStats__item--2 .c-circleStats__value span {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-circleStats__item--2 .c-circleStats__value span {
    font-size: 3.2vw;
    margin-left: 0.8vw;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
.p-reason-detailBox__exampleBox {
  background-color: var(--color-white);
  padding-top: 31px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__exampleBox {
    padding-top: calc(31 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
    padding-bottom: calc(30 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__exampleBox {
    padding-top: calc(27 / 375 * 100vw);
    padding-right: calc(18 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}

.p-reason-detailBox__exampleBox + .p-reason-detailBox__exampleBox {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__exampleBox + .p-reason-detailBox__exampleBox {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__exampleBox + .p-reason-detailBox__exampleBox {
    margin-top: calc(14 / 375 * 100vw);
  }
}

.p-reason-detailBox__listBox {
  border: 1px solid var(--color-main);
  padding-top: 31px;
  padding-right: 40px;
  padding-bottom: 24px;
  padding-left: 40px;
  margin-top: 12px;
  margin-bottom: 27px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__listBox {
    padding-top: calc(31 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
    padding-bottom: calc(24 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    margin-top: calc(12 / 1440 * 100vw);
    margin-bottom: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__listBox {
    padding-top: calc(25 / 375 * 100vw);
    padding-right: calc(17 / 375 * 100vw);
    padding-bottom: calc(24 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
    margin-bottom: calc(21 / 375 * 100vw);
  }
}

.p-reason-detailBox__list {
  margin-top: 8px;
  margin-left: 2px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__list {
    margin-top: calc(8 / 1440 * 100vw);
    margin-left: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__list {
    margin-top: calc(8 / 375 * 100vw);
    margin-left: calc(2 / 375 * 100vw);
  }
}

.p-reason-detailBox__list {
  font-weight: 500;
}

.p-reason-detailBox__item {
  position: relative;
  padding-left: 13px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__item {
    padding-left: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__item {
    padding-left: calc(18 / 375 * 100vw);
  }
}

.p-reason-detailBox__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-reason-detailBox__item::before {
  width: 1em;
  text-align: left;
}

.p-reason-detailBox__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-reason-detailBox__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transform: translate(2px, -3px);
          transform: translate(2px, -3px);
}

@media screen and (max-width: 1439px) {
  .p-reason-detailBox__logo {
    gap: 1.7361111111vw;
    -webkit-transform: translate(0.1388888889vw, -0.2083333333vw);
            transform: translate(0.1388888889vw, -0.2083333333vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__logo {
    gap: 6.6666666667vw;
    -webkit-transform: translate(-0.5333333333vw, -0.8vw);
            transform: translate(-0.5333333333vw, -0.8vw);
    margin-top: 3.2vw;
  }
}
.p-support-contentBox__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 38px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transform: translate(2px, -3px);
          transform: translate(2px, -3px);
  margin-top: 23px;
}

@media screen and (max-width: 1439px) {
  .p-support-contentBox__logo {
    gap: 2.6388888889vw;
    -webkit-transform: translate(0.1388888889vw, -0.2083333333vw);
            transform: translate(0.1388888889vw, -0.2083333333vw);
    margin-top: 1.5972222222vw;
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__logo {
    gap: 8.8vw;
    -webkit-transform: translate(-0.5333333333vw, -0.8vw);
            transform: translate(-0.5333333333vw, -0.8vw);
    margin-top: 5.8666666667vw;
  }
}
.p-reason-detailBox__logo__item--privacy {
  width: 59px;
  height: 59px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__logo__item--privacy {
    width: calc(59 / 1440 * 100vw);
    height: calc(59 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__logo__item--privacy {
    width: calc(59 / 375 * 100vw);
    height: calc(59 / 375 * 100vw);
  }
}

.p-support-contentBox__logo__item--privacy {
  width: 88px;
  height: 88px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 1439px) {
  .p-support-contentBox__logo__item--privacy {
    width: calc(88 / 1440 * 100vw);
    height: calc(88 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__logo__item--privacy {
    width: calc(74 / 375 * 100vw);
    height: calc(74 / 375 * 100vw);
  }
}

.p-reason-detailBox__logo__item--bsi {
  width: 76px;
  height: 55px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__logo__item--bsi {
    width: calc(76 / 1440 * 100vw);
    height: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__logo__item--bsi {
    width: calc(76 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
}

.p-support-contentBox__logo__item--bsi {
  width: 112px;
  height: 82px;
}
@media screen and (max-width: 1439px) {
  .p-support-contentBox__logo__item--bsi {
    width: calc(112 / 1440 * 100vw);
    height: calc(82 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__logo__item--bsi {
    width: calc(95 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
  }
}

.p-reason-detailBox__exampleNum {
  width: 73px;
  height: 17px;
  display: block;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__exampleNum {
    width: calc(73 / 1440 * 100vw);
    height: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__exampleNum {
    width: calc(73 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }
}

.p-reason-detailBox__exampleNoNum,
.p-support-contentBox__exampleNoNum {
  width: 53px;
  height: 15px;
  display: block;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__exampleNoNum,
  .p-support-contentBox__exampleNoNum {
    width: calc(53 / 1440 * 100vw);
    height: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__exampleNoNum,
  .p-support-contentBox__exampleNoNum {
    width: calc(53 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }
}

.p-reason-detailBox__certification {
  width: 80px;
  height: 15px;
  display: block;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__certification {
    width: calc(80 / 1440 * 100vw);
    height: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__certification {
    width: calc(80 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
}

.p-reason-detailBox__system {
  width: 44px;
  height: 14px;
  display: block;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__system {
    width: calc(44 / 1440 * 100vw);
    height: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__system {
    width: calc(44 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
  }
}

.p-reason-detailBox__beforeBox {
  margin-top: 17px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__beforeBox {
    margin-top: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__beforeBox {
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-reason-detailBox__beforeBox img {
  width: 53px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__beforeBox img {
    width: calc(53 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__beforeBox img {
    width: calc(53 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-reason-detailBox__afterBox {
  margin-top: 17px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__afterBox {
    margin-top: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__afterBox {
    margin-top: calc(12 / 375 * 100vw);
  }
}

.p-reason-detailBox__afterBox img {
  width: 47px;
  height: 22px;
  display: block;
  margin-bottom: 7px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__afterBox img {
    width: calc(47 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
    margin-bottom: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__afterBox img {
    width: calc(47 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    margin-bottom: calc(7 / 375 * 100vw);
  }
}

.p-reason-detailBox__afterItem {
  margin-left: 13px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__afterItem {
    margin-left: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__afterItem {
    margin-left: calc(13 / 375 * 100vw);
  }
}

.p-reason-detailBox__textBox + .p-reason-detailBox__textBox {
  margin-top: 23px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__textBox + .p-reason-detailBox__textBox {
    margin-top: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__textBox + .p-reason-detailBox__textBox {
    margin-top: calc(14 / 375 * 100vw);
  }
}

.p-reason-detailBox__heading {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-main);
  margin-top: 4px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__heading {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
    margin-bottom: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__heading {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24.5 / 375 * 100vw);
    margin-top: calc(4 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-reason-detailBox__text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27.9 / 375 * 100vw);
  }
}

.p-reason-detailBox__beforeText {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  color: #8E8E8E;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__beforeText {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__beforeText {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-reason-detailBox__afterText {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  color: var(--color-accent);
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__afterText {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__afterText {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-reason-detailBox__afterList {
  border: 1px solid var(--color-accent);
  font-size: 13px;
  line-height: 24px;
  margin-top: 11px;
  padding-top: 9px;
  padding-bottom: 7px;
  color: var(--color-accent);
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__afterList {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-top: calc(9 / 1440 * 100vw);
    padding-top: calc(9 / 1440 * 100vw);
    padding-bottom: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__afterList {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(9 / 375 * 100vw);
    padding-top: calc(7 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}

.p-reason-detailBox__list-num {
  margin-top: 11px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__list-num {
    margin-top: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__list-num {
    margin-top: calc(14 / 375 * 100vw);
  }
}

.p-reason-detailBox__item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__item-num {
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__item-num {
    gap: calc(10 / 375 * 100vw);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: calc(26 / 375 * 100vw);
  }
}

.p-reason-detailBox__item-num + .p-reason-detailBox__item-num {
  margin-top: 7px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__item-num + .p-reason-detailBox__item-num {
    margin-top: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__item-num + .p-reason-detailBox__item-num {
    margin-top: calc(9 / 375 * 100vw);
  }
}

.p-reason-detailBox__item-num img {
  width: 20px;
  height: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__item-num img {
    width: calc(20 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__item-num img {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
}

.p-reason__accuracy {
  background-color: var(--color-sub);
}

.p-reason__accuracy .c-pageTitle--en {
  width: 106px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-reason__accuracy .c-pageTitle--en {
    width: calc(106 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__accuracy .c-pageTitle--en {
    width: calc(68 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-reason__accuracy .c-pageTitle--ja {
  width: 320px;
  height: 75px;
}
@media screen and (max-width: 1439px) {
  .p-reason__accuracy .c-pageTitle--ja {
    width: calc(320 / 1440 * 100vw);
    height: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__accuracy .c-pageTitle--ja {
    width: calc(220 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
  }
}

.p-reason-detailBox__exampleItem {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__exampleItem {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__exampleItem {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-reason__security {
  background-color: var(--color-sub);
}

.p-reason__security .c-pageTitle--en {
  width: 106px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-reason__security .c-pageTitle--en {
    width: calc(106 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__security .c-pageTitle--en {
    width: calc(68 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-reason__security .c-pageTitle--ja {
  width: 370px;
  height: 73px;
}
@media screen and (max-width: 1439px) {
  .p-reason__security .c-pageTitle--ja {
    width: calc(370 / 1440 * 100vw);
    height: calc(73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__security .c-pageTitle--ja {
    width: calc(242 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
  }
}

.p-reason__integration {
  background-color: var(--color-sub);
}

.p-reason__integration .c-pageTitle--en {
  width: 106px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-reason__integration .c-pageTitle--en {
    width: calc(106 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__integration .c-pageTitle--en {
    width: calc(68 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-reason__integration .c-pageTitle--ja {
  width: 254px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-reason__integration .c-pageTitle--ja {
    width: calc(254 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__integration .c-pageTitle--ja {
    width: calc(176 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-reason-detailBox__integration-img1 {
  width: 990px;
  height: 526px;
  margin-top: 28px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__integration-img1 {
    width: calc(990 / 1440 * 100vw);
    height: calc(526 / 1440 * 100vw);
    margin-top: calc(28 / 1440 * 100vw);
    margin-bottom: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__integration-img1 {
    width: 100%;
    height: calc(216 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
  }
}

.p-reason-detailBox__integration-img2 {
  width: 990px;
  height: 473px;
  margin-top: 55px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__integration-img2 {
    width: calc(990 / 1440 * 100vw);
    height: calc(473 / 1440 * 100vw);
    margin-top: calc(55 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__integration-img2 {
    width: 100%;
    height: calc(204 / 375 * 100vw);
    margin-top: calc(17 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-reason-detailBox__integration-imgBox {
  position: relative;
}

.p-reason__cost {
  background-color: var(--color-sub);
}

.p-reason__cost .c-pageTitle--en {
  width: 106px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-reason__cost .c-pageTitle--en {
    width: calc(106 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__cost .c-pageTitle--en {
    width: calc(68 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(2 / 375 * 100vw);
  }
}

.p-reason__cost .c-pageTitle--ja {
  width: 700px;
  height: 75px;
}
@media screen and (max-width: 1439px) {
  .p-reason__cost .c-pageTitle--ja {
    width: calc(700 / 1440 * 100vw);
    height: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__cost .c-pageTitle--ja {
    width: calc(280 / 375 * 100vw);
    height: calc(83 / 375 * 100vw);
  }
}

.p-reason-detailBox__cost-img1 {
  width: 990px;
  height: 710px;
  margin-top: 25px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1439px) {
  .p-reason-detailBox__cost-img1 {
    width: calc(990 / 1440 * 100vw);
    height: calc(710 / 1440 * 100vw);
    margin-top: calc(25 / 1440 * 100vw);
    margin-bottom: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-detailBox__cost-img1 {
    width: 100%;
    height: calc(385 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
  }
}

.p-reason__technology {
  background-color: var(--color-sub);
}

.p-reason__technology .c-pageTitle--en {
  width: 106px;
  height: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-reason__technology .c-pageTitle--en {
    width: calc(106 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__technology .c-pageTitle--en {
    width: calc(68 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-reason__technology .c-pageTitle--ja {
  width: 608px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-reason__technology .c-pageTitle--ja {
    width: calc(608 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__technology .c-pageTitle--ja {
    width: calc(235 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
  }
}

.p-blog {
  background-color: var(--color-sub);
  padding-bottom: 122px;
}
@media screen and (max-width: 1439px) {
  .p-blog {
    padding-bottom: calc(122 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog {
    padding-bottom: calc(72 / 375 * 100vw);
  }
}

.p-blog-recommendTop {
  padding-bottom: 67px;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendTop {
    padding-bottom: calc(67 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendTop {
    padding-bottom: calc(33 / 375 * 100vw);
  }
}

.p-blog-recommendTop .l-container {
  padding: 0;
  width: 100%;
}

.p-blog-recommendTop__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiper {
    display: block;
  }
}

.p-blog-recommendTop__swiperPc .swiper-container {
  width: 420px;
  padding-bottom: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  padding-left: 236px;
  opacity: 0;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendTop__swiperPc .swiper-container {
    width: calc(420 / 1440 * 100vw);
    padding-left: calc(236 / 1440 * 100vw);
    padding-bottom: calc(51 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiper .swiper-container {
    padding-bottom: 7.7333333333vw;
    -webkit-transform: translateX(-2.4vw);
            transform: translateX(-2.4vw);
    opacity: 0;
  }
}
.p-blog-recommendTop__swiperPc .swiper-wrapper {
  height: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-blog-recommendTop__swiperPc .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 400px !important;
  height: auto;
  position: relative;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@media screen and (max-width: 1439px) {
  .p-blog-recommendTop__swiperPc .swiper-slide {
    width: 27.7777777778vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiper .swiper-slide {
    width: 69.3333333333vw !important;
    height: 50.1333333333vw;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.p-blog-recommendTop__card {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.p-blog-recommendTop__swiperPc .swiper-slide-active .p-blog-recommendTop__card {
  width: 500px !important;
  height: 303px;
}

@media screen and (max-width: 1199px) {
  .p-blog-recommendTop__swiperPc .swiper-slide-active {
    width: 41.6666666667vw !important;
    height: 25.25vw;
  }
}
.p-blog-recommendTop__swiperPc .c-blog-recommend {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiper .c-blog-recommend {
    margin-top: auto;
  }
}
.p-blog-recommendTop__swiperPc .c-blog-recommend img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-blog-recommendTop__swiperPc__inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 23.4722222222vw;
}

.p-blog-recommendTop__swiperPc_wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiperPc_wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiper_wrapper {
    overflow: hidden;
    margin-left: 0vw;
  }
}
.p-blog-recommendTop__swiperPc_wrapper .swiper-container {
  padding-bottom: 39px;
  -webkit-transform: translateX(calc((100vw - 1440px) / 2 + 67px));
          transform: translateX(calc((100vw - 1440px) / 2 + 67px));
}

@media screen and (max-width: 1439px) {
  .p-blog-recommendTop__swiperPc_wrapper .swiper-container {
    padding-bottom: 2.7083333333vw;
    -webkit-transform: translateX(4.5833333333vw);
            transform: translateX(4.5833333333vw);
  }
}
.p-blog-recommendTop__swiperPc_wrapper .swiper-button-prev,
.p-blog-recommendTop__swiperPc_wrapper .swiper-button-next {
  display: block;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiperPc_wrapper .swiper-button-prev,
  .p-blog-recommendTop__swiperPc_wrapper .swiper-button-next {
    display: none;
  }
}
.p-blog-recommendTop__swiperPc_wrapper .swiper-button-prev::after,
.p-blog-recommendTop__swiperPc_wrapper .swiper-button-next::after {
  height: 2.6041666667vw;
  width: 2.6041666667vw;
}

@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiperPc_wrapper .swiper-button-prev::after,
  .p-blog-recommendTop__swiperPc_wrapper .swiper-button-next::after {
    height: 13.3333333333vw;
    width: 13.3333333333vw;
  }
}
.p-blog-recommendTop__swiperPc_wrapper .swiper-button-prev {
  left: auto;
  right: 5.7638888889vw;
}

.p-blog-recommendTop__swiperPc_wrapper .swiper-button-next {
  right: 0;
}

.p-blog-recommendTop__swiperPc__inner .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 21.0416666667vw;
}

@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiper__inner .swiper-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-blog-recommendTop__swiperPc__inner .c-post {
  margin-bottom: 4.8611111111vw;
  width: 27.7777777778vw;
}

.p-blog-recommendTop__swiperPc__inner .swiper-slide-active {
  width: 500px !important;
  height: 303px;
}

@media screen and (max-width: 1439px) {
  .p-blog-recommendTop__swiperPc__inner .swiper-slide-active {
    width: 34.7222222222vw !important;
    height: 21.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiper__inner .swiper-slide-active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 2;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.c-blog-recommend {
  position: relative;
}

.c-blog-recommend img {
  width: 100%;
  height: auto;
}

.c-blog-recommend__textBox {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 18px;
  line-height: 26px;
  padding: 14px 17px 10px 15px;
  background-color: rgba(0, 0, 0, 0.42);
  letter-spacing: 0.09em;
  height: 128px;
  color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .c-blog-recommend__textBox {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    padding-top: calc(14 / 1440 * 100vw);
    padding-right: calc(17 / 1440 * 100vw);
    padding-bottom: calc(10 / 1440 * 100vw);
    padding-left: calc(15 / 1440 * 100vw);
    height: calc(128 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blog-recommend__textBox {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-top: calc(7 / 375 * 100vw);
    padding-right: calc(17 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
    padding-left: calc(13 / 375 * 100vw);
    height: calc(85 / 375 * 100vw);
  }
}

.p-blog-recommendTop__swiperPc .swiper-slide-active .c-blog-recommend__textBox {
  height: 133px;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendTop__swiperPc .swiper-slide-active .c-blog-recommend__textBox {
    height: calc(133 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiper .swiper-slide-active .c-blog-recommend__textBox {
    height: calc(93 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-blog-recommend__thumbnailBox {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.p-blog-latest {
  margin-bottom: 68px;
}
@media screen and (max-width: 1439px) {
  .p-blog-latest {
    margin-bottom: calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-latest {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}

.p-blog-latest .l-container {
  position: relative;
}

.p-blog-latest__title--en {
  width: 142px;
  height: 25px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .p-blog-latest__title--en {
    width: calc(142 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-latest__title--en {
    width: calc(92 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.p-blog-latest__title--ja {
  width: 128px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-blog-latest__title--ja {
    width: calc(128 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-latest__title--ja {
    width: calc(88 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.p-blog-latest__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 49px;
  position: relative;
  border-bottom: 1px solid rgba(2, 8, 66, 0.14);
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-blog-latest__column {
    margin-top: calc(49 / 1440 * 100vw);
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-latest__column {
    margin-top: calc(29 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(80 / 375 * 100vw);
    padding-bottom: calc(79 / 375 * 100vw);
  }
}

.p-blog-latest__list {
  width: 690px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 30px;
}

@media screen and (max-width: 1439px) {
  .p-blog-latest__list {
    width: 47.9166666667vw;
    gap: 1.6666666667vw 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-latest__list {
    width: 100%;
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.p-blog-latest__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 330px;
}

@media screen and (max-width: 1439px) {
  .p-blog-latest__item {
    width: 22.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-latest__item {
    width: 100%;
    border-top: 1px solid rgba(2, 8, 66, 0.14);
    padding-top: 5.0666666667vw;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-latest__list .p-blog-latest__item:last-of-type {
    border-bottom: 1px solid rgba(2, 8, 66, 0.14);
  }
}
.c-blogCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .p-blog-latest__list .c-blogCard__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(10 / 375 * 100vw);
  }
}

.p-blogSingle__taxonomies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__taxonomies {
    gap: calc(11 / 1440 * 100vw);
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__taxonomies {
    gap: calc(3 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: calc(8 / 375 * 100vw);
  }
}

.c-blogCard__category {
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 10px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1439px) {
  .c-blogCard__category {
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    padding-right: calc(7 / 1440 * 100vw);
    padding-left: calc(7 / 1440 * 100vw);
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogCard__category {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    padding-right: calc(7 / 375 * 100vw);
    padding-left: calc(7 / 375 * 100vw);
    margin-top: calc(7 / 375 * 100vw);
  }
}

.p-blog-recommendTop .c-blogCard__category {
  margin-top: 7px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendTop .c-blogCard__category {
    margin-top: calc(7 / 1440 * 100vw);
    margin-bottom: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendTop .c-blogCard__category {
    margin-top: calc(5 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
    font-size: calc(8 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-blog-latest__item .c-blogCard__category {
    margin-top: calc(0 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
  }
}

.p-blog__accessRanking .c-blogCard__category,
.p-blog-recommendBottom .c-blogCard__category {
  margin-bottom: 6px;
}
@media screen and (max-width: 1439px) {
  .p-blog__accessRanking .c-blogCard__category,
  .p-blog-recommendBottom .c-blogCard__category {
    margin-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__accessRanking .c-blogCard__category,
  .p-blog-recommendBottom .c-blogCard__category {
    margin-top: calc(12 / 375 * 100vw);
    margin-bottom: calc(7 / 375 * 100vw);
  }
}

.p-blogSingle__taxonomies .c-blogCard__category {
  margin-top: 0;
}

.p-blogSingle__tags {
  position: relative;
  padding-left: 12px;
  border-left: 1px solid rgba(2, 8, 66, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8px;
}

@media screen and (max-width: 1439px) {
  .p-blogSingle__tags {
    padding-left: 0.8333333333vw;
    gap: 0vw 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__tags {
    padding-left: 0;
    gap: 0vw 1.3333333333vw;
    border-left: 0;
  }
}
.c-blogCard__tag {
  color: var(--color-main);
  font-size: 10px;
  line-height: 22px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: normal; /* 折り返し許可 */
}
@media screen and (max-width: 1439px) {
  .c-blogCard__tag {
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogCard__tag {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}

.c-blogCard__tag.is-multiline {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-blogCard__text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

@media screen and (max-width: 1439px) {
  .c-blogCard__text {
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-blogCard__text {
    font-size: 4vw;
    line-height: 5.8666666667vw;
  }
}
.p-blog-recommendTop .c-blogCard__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .p-blog-recommendTop .c-blogCard__text {
    font-size: 3.2085561497vw;
    line-height: 4.5454545455vw;
  }
}
.p-blog-latest .c-blogCard__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* PC：3行 */
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
  .p-blog-latest .c-blogCard__text {
    -webkit-line-clamp: 2;
  }
}
.p-blog-recommendTop__swiperPc .swiper-slide-active .c-blogCard__text {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendTop__swiperPc .swiper-slide-active .c-blogCard__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiperPc .swiper-slide-active .c-blogCard__text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

.p-blog-recommendTop__swiperPc-pagination {
  text-align: left;
  margin-left: 129px;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendTop__swiperPc-pagination {
    margin-left: calc(129 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiper-pagination {
    text-align: left;
    margin-left: calc(32 / 375 * 100vw);
  }
}

.c-blogCard__date {
  font-size: 10px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1439px) {
  .c-blogCard__date {
    font-size: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogCard__date {
    font-size: calc(9 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-blog-recommendTop__swiper .c-blogCard__date {
    font-size: calc(8 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-blogSingle__titleBox {
    margin-top: calc(2 / 375 * 100vw);
  }
}

.p-blogSingle__titleBox .c-blogCard__date {
  font-size: 12px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__titleBox .c-blogCard__date {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__titleBox .c-blogCard__date {
    font-size: calc(10 / 375 * 100vw);
  }
}

.c-blogCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .p-blog-latest__item .c-blogCard__meta {
    margin-top: calc(4 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
  }
}

.p-blog__searchBox {
  width: 290px;
}
@media screen and (max-width: 1439px) {
  .p-blog__searchBox {
    width: calc(290 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__searchBox {
    width: 100%;
  }
}

.p-blog__searchBox + .p-blog__searchBox {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .p-blog__searchBox + .p-blog__searchBox {
    margin-top: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__searchBox + .p-blog__searchBox {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-blog__searchTitleBox {
  background-color: var(--color-black);
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
@media screen and (max-width: 1439px) {
  .p-blog__searchTitleBox {
    height: calc(38 / 1440 * 100vw);
    padding-left: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__searchTitleBox {
    height: calc(38 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
  }
}

.p-blog__searchTitle--category {
  width: 144px;
  height: 16px;
}
@media screen and (max-width: 1439px) {
  .p-blog__searchTitle--category {
    width: calc(144 / 1440 * 100vw);
    height: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__searchTitle--category {
    width: calc(144 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}

.p-blog__searchTitle--tag {
  width: 96px;
  height: 16px;
}
@media screen and (max-width: 1439px) {
  .p-blog__searchTitle--tag {
    width: calc(96 / 1440 * 100vw);
    height: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__searchTitle--tag {
    width: calc(96 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}

.p-blog__categoryItem,
.p-blog__tagItem {
  border-bottom: 1px solid rgba(2, 8, 66, 0.14);
  padding-top: 13px;
  padding-bottom: 14px;
  line-height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-blog__categoryItem,
  .p-blog__tagItem {
    padding-top: calc(13 / 1440 * 100vw);
    padding-bottom: calc(14 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__categoryItem,
  .p-blog__tagItem {
    padding-top: calc(13 / 375 * 100vw);
    padding-bottom: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

.p-blog__categoryItem a {
  color: var(--color-black);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-blog__categoryItem a {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__categoryItem a {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

.p-blog__tagItem a {
  color: var(--color-black);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-blog__tagItem a {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__tagItem a {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

.p-blog__cta {
  position: relative;
  margin-top: 50px;
  width: 290px;
  height: 103px;
}
@media screen and (max-width: 1439px) {
  .p-blog__cta {
    margin-top: calc(50 / 1440 * 100vw);
    width: calc(290 / 1440 * 100vw);
    height: calc(103 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__cta {
    margin-top: calc(48 / 375 * 100vw);
    width: calc(328 / 375 * 100vw);
    height: calc(103 / 375 * 100vw);
  }
}

.p-blog__cta + .p-blog__cta {
  margin-top: 14px;
}
@media screen and (max-width: 1439px) {
  .p-blog__cta + .p-blog__cta {
    margin-top: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__cta + .p-blog__cta {
    margin-top: calc(16 / 375 * 100vw);
  }
}

.p-blog__ctaButton {
  color: var(--color-accent);
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: var(--color-white);
  border-radius: 100px;
  width: 231px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 45px;
}
@media screen and (max-width: 1439px) {
  .p-blog__ctaButton {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(19 / 1440 * 100vw);
    border-radius: calc(100 / 1440 * 100vw);
    width: calc(231 / 1440 * 100vw);
    height: calc(38 / 1440 * 100vw);
    bottom: calc(10 / 1440 * 100vw);
    padding-left: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__ctaButton {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
    border-radius: calc(100 / 375 * 100vw);
    width: calc(231 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
    bottom: calc(10 / 375 * 100vw);
    padding-left: calc(45 / 375 * 100vw);
  }
}

.p-blog__ctaButton::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/button_arrow_orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1439px) {
  .p-blog__ctaButton::after {
    right: calc(18 / 1440 * 100vw);
    width: calc(16 / 1440 * 100vw);
    height: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__ctaButton::after {
    right: calc(18 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}

.p-blog__ctaButton--download::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  background-image: url(../images/icon_dl_orange.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 24px;
  position: absolute;
}
@media screen and (max-width: 1439px) {
  .p-blog__ctaButton--download::before {
    width: calc(13 / 1440 * 100vw);
    height: calc(14 / 1440 * 100vw);
    left: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__ctaButton--download::before {
    width: calc(13 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
    left: calc(24 / 375 * 100vw);
  }
}

.p-blog__ctaButton--contact::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background-image: url(../images/icon_mail_orange.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 22px;
}
@media screen and (max-width: 1439px) {
  .p-blog__ctaButton--contact::before {
    width: calc(18 / 1440 * 100vw);
    height: calc(11 / 1440 * 100vw);
    left: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__ctaButton--contact::before {
    width: calc(18 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
    left: calc(22 / 375 * 100vw);
  }
}

.p-blog-recommendBottom {
  overflow: hidden;
}

.p-blog-recommendBottom__swiper__inner {
  position: relative;
}

.p-blog-recommendBottom__swiper {
  margin-top: 29px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendBottom__swiper {
    margin-top: calc(29 / 1440 * 100vw);
    margin-left: calc(-15 / 1440 * 100vw);
    margin-right: calc(-15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendBottom__swiper {
    display: block;
    margin-top: calc(23 / 375 * 100vw);
  }
}

.p-usefulColumn__content {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-usefulColumn__content {
    margin-top: calc(50 / 1440 * 100vw);
    padding-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulColumn__content {
    display: none;
  }
}

.p-usefulColumn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-usefulColumn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-usefulColumn__card {
  width: 330px;
  height: 100%;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 1439px) {
  .p-usefulColumn__card {
    width: 22.9166666667vw;
    -webkit-filter: drop-shadow(2px 3px 1.1111111111vw rgba(0, 0, 0, 0.1));
            filter: drop-shadow(2px 3px 1.1111111111vw rgba(0, 0, 0, 0.1));
  }
}
@media screen and (max-width: 767px) {
  .p-usefulColumn__card {
    width: 100%;
    -webkit-filter: drop-shadow(2px 3px 4.2666666667vw rgba(0, 0, 0, 0.1));
            filter: drop-shadow(2px 3px 4.2666666667vw rgba(0, 0, 0, 0.1));
  }
}
.p-usefulColumn__body {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .p-usefulColumn__body {
    padding-top: calc(15 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulColumn__body {
    padding-top: calc(15 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}

.p-usefulColumn__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-usefulColumn__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulColumn__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-usefulColumn__meta {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
  padding-top: 11px;
}
@media screen and (max-width: 1439px) {
  .p-usefulColumn__meta {
    margin-bottom: calc(26 / 1440 * 100vw);
    padding-top: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulColumn__meta {
    margin-bottom: calc(26 / 375 * 100vw);
    padding-top: calc(16 / 375 * 100vw);
  }
}

.p-usefulColumn__date {
  font-size: 12px;
  line-height: 26px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-usefulColumn__date {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulColumn__date {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-usefulColumn__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-usefulColumn__swiper {
    display: block;
  }
}

.p-usefulColumn__swiper__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-usefulColumn__swiper__inner {
    margin-bottom: calc(21 / 375 * 100vw);
  }
}

.wp-block-image img {
  width: auto;
}

.p-blogSingle {
  background-color: var(--color-sub);
  padding-top: 4px;
  padding-bottom: 122px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle {
    padding-top: calc(4 / 1440 * 100vw);
    padding-bottom: calc(122 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle {
    padding-top: calc(4 / 375 * 100vw);
    padding-bottom: calc(72 / 375 * 100vw);
  }
}

.p-blogSingle__title {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  margin-top: 19px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__title {
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(44 / 1440 * 100vw);
    margin-top: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(7 / 375 * 100vw);
  }
}

.p-blogSingle__meta {
  width: 690px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__meta {
    width: calc(690 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__meta {
    width: 100%;
  }
}

.p-blogSingle__column .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  padding-bottom: 39px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__column .l-container {
    gap: calc(70 / 1440 * 100vw);
    padding-bottom: calc(39 / 1440 * 100vw);
    margin-top: calc(25 / 1440 * 100vw);
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__column .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(60 / 375 * 100vw);
    padding-bottom: calc(81 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    margin-bottom: calc(50 / 375 * 100vw);
  }
}

.p-blogSingle__column .l-container::after {
  content: "";
  position: absolute;
  left: 75px;
  right: 75px;
  bottom: 0;
  height: 1px;
  background: rgba(2, 8, 66, 0.14);
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__column .l-container::after {
    left: calc(75 / 1440 * 100vw);
    right: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__column .l-container::after {
    left: calc(23 / 375 * 100vw);
    right: calc(22 / 375 * 100vw);
  }
}

.p-blogSingle__content {
  width: 690px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content {
    width: calc(690 / 1440 * 100vw);
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content {
    width: 100%;
    margin-bottom: calc(0 / 375 * 100vw);
  }
}

.p-blogSingle__content > * + *,
.p-seminarSingle__inner > * + * {
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content > * + *,
  .p-seminarSingle__inner > * + * {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content > * + *,
  .p-seminarSingle__inner > * + * {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-blogSingle__content h2,
.p-seminarSingle__content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: var(--color-white);
  background-color: var(--color-black);
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content h2,
  .p-seminarSingle__content h2 {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    padding-top: calc(12 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
    padding-bottom: calc(12 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content h2,
  .p-seminarSingle__content h2 {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    padding-top: calc(12 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(12 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
  }
}

.p-blogSingle__content h3,
.p-seminarSingle__content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  background-color: rgba(2, 8, 66, 0.06);
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 11px;
  padding-left: 20px;
  margin-top: 36px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content h3,
  .p-seminarSingle__content h3 {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
    padding-top: calc(13 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
    padding-bottom: calc(11 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    margin-top: calc(36 / 1440 * 100vw);
    margin-bottom: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content h3,
  .p-seminarSingle__content h3 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    padding-top: calc(13 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(11 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    margin-top: calc(36 / 375 * 100vw);
    margin-bottom: calc(14 / 375 * 100vw);
  }
}

.p-blogSingle__content h4,
.p-seminarSingle__content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding-top: 13px;
  padding-bottom: 6px;
  padding-right: 20px;
  padding-left: 10px;
  border-bottom: 1px solid var(--color-black);
  margin-top: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content h4,
  .p-seminarSingle__content h4 {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    padding-top: calc(13 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
    padding-bottom: calc(6 / 1440 * 100vw);
    padding-left: calc(10 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content h4,
  .p-seminarSingle__content h4 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding-top: calc(11 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(5 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    margin-bottom: calc(14 / 375 * 100vw);
  }
}

.p-blogSingle__content h5,
.p-seminarSingle__content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding-right: 20px;
  padding-left: 7px;
  padding-bottom: 2px;
  border-left: 3px solid var(--color-black);
  margin-top: 46px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1439px) {
  .p-blogSingle__content h5,
  .p-seminarSingle__content h5 {
    font-size: 1.1111111111vw;
    line-height: 1.25vw;
    padding-right: 1.3888888889vw;
    padding-left: 0.4861111111vw;
    padding-bottom: 0.1388888889vw;
    border-left: 0.2083333333vw solid var(--color-black);
    margin-top: 3.1944444444vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content h5,
  .p-seminarSingle__content h5 {
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
    padding-right: 5.3333333333vw;
    padding-left: 1.8666666667vw;
    padding-bottom: 0.5333333333vw;
    border-left: 0.8vw solid var(--color-black);
    margin-top: 12.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-blogSingle__content p,
.p-seminarSingle__content p {
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content p,
  .p-seminarSingle__content p {
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content p,
  .p-seminarSingle__content p {
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-blogSingle__content p.has-background,
.p-seminarSingle__content p.has-background {
  padding: 22px 29px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content p.has-background,
  .p-seminarSingle__content p.has-background {
    padding-top: calc(22 / 1440 * 100vw);
    padding-right: calc(29 / 1440 * 100vw);
    padding-bottom: calc(22 / 1440 * 100vw);
    padding-left: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content p.has-background,
  .p-seminarSingle__content p.has-background {
    padding-top: calc(22 / 375 * 100vw);
    padding-right: calc(18 / 375 * 100vw);
    padding-bottom: calc(22 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
  }
}

.p-blogSingle__content blockquote,
.p-seminarSingle__content blockquote {
  background-color: rgba(2, 8, 66, 0.06);
  padding: 26px 30px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content blockquote,
  .p-seminarSingle__content blockquote {
    padding-top: calc(26 / 1440 * 100vw);
    padding-right: calc(30 / 1440 * 100vw);
    padding-bottom: calc(26 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content blockquote,
  .p-seminarSingle__content blockquote {
    padding-top: calc(23 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(19 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}

.p-blogSingle__content blockquote cite,
.p-seminarSingle__content blockquote cite {
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content blockquote cite,
  .p-seminarSingle__content blockquote cite {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content blockquote cite,
  .p-seminarSingle__content blockquote cite {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-blogSingle__content blockquote cite a,
.p-seminarSingle__content blockquote cite a {
  color: var(--color-black);
}

@media screen and (max-width: 767px) {
  .wp-block-table {
    margin-right: -5.8666666667vw;
    padding-right: 5.8666666667vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  /* カスタムスクロールバー */
  .wp-block-table::-webkit-scrollbar {
    display: none;
  }
  .wp-block-table {
    scrollbar-width: none;
  }
  /* カスタムバー */
  .c-custom-scrollbar {
    position: relative;
    width: 100%;
    height: 2px;
    margin-top: 8px;
  }
  .c-custom-scrollbar__track {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100%;
    background: var(--color-white);
    border-radius: 2px;
  }
  .c-custom-scrollbar__thumb {
    position: absolute;
    left: 0;
    width: 20px;
    height: 100%;
    background: var(--color-main);
    border-radius: 2px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-table table {
    max-width: 184vw !important;
    position: relative;
    width: 184vw !important;
  }
}
.p-blogSingle__content table thead,
.p-seminarSingle__content table thead {
  border-bottom: 0;
  background-color: var(--color-black);
  color: var(--color-white);
}

.p-blogSingle__content table tbody,
.p-seminarSingle__content table tbody {
  background-color: var(--color-white);
}

.p-blogSingle__content table th,
.p-blogSingle__content table td,
.p-seminarSingle__content table th,
.p-seminarSingle__content table td {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content table th,
  .p-blogSingle__content table td,
  .p-seminarSingle__content table th,
  .p-seminarSingle__content table td {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    padding-top: calc(8 / 1440 * 100vw);
    padding-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content table th,
  .p-blogSingle__content table td,
  .p-seminarSingle__content table th,
  .p-seminarSingle__content table td {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    padding-top: calc(8 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
}

.p-blogSingle__content table th + th,
.p-seminarSingle__content table th + th {
  border-left: 1px solid var(--color-white);
}

.p-blogSingle__content table tr + tr,
.p-seminarSingle__content table tr + tr {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.p-blogSingle__content table td + td,
.p-seminarSingle__content table td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.p-blogSingle__content ul li,
.p-seminarSingle__content ul li {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  padding-left: 16px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content ul li,
  .p-seminarSingle__content ul li {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    padding-left: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content ul li,
  .p-seminarSingle__content ul li {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding-left: calc(16 / 375 * 100vw);
  }
}

.p-blogSingle__content ul li::before,
.p-seminarSingle__content ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: currentColor;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content ul li::before,
  .p-seminarSingle__content ul li::before {
    top: calc(11 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
    height: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content ul li::before,
  .p-seminarSingle__content ul li::before {
    top: calc(11 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
  }
}

.p-blogSingle__content ul > li > ul,
.p-seminarSingle__content ul > li > ul {
  margin-top: 2px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content ul > li > ul,
  .p-seminarSingle__content ul > li > ul {
    margin-top: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content ul > li > ul,
  .p-seminarSingle__content ul > li > ul {
    margin-top: calc(2 / 375 * 100vw);
  }
}

.p-blogSingle__content ul li + li,
.p-seminarSingle__content ul li + li {
  margin-top: 4px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content ul li + li,
  .p-seminarSingle__content ul li + li {
    margin-top: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content ul li + li,
  .p-seminarSingle__content ul li + li {
    margin-top: calc(4 / 375 * 100vw);
  }
}

.p-blogSingle__content ul > li > ul > li::before,
.p-seminarSingle__content ul > li > ul > li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content ul > li > ul > li::before,
  .p-seminarSingle__content ul > li > ul > li::before {
    top: calc(11 / 1440 * 100vw);
    width: calc(4 / 1440 * 100vw);
    height: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content ul > li > ul > li::before,
  .p-seminarSingle__content ul > li > ul > li::before {
    top: calc(11 / 375 * 100vw);
    width: calc(4 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
  }
}

.p-blogSingle__content a,
.p-seminarSingle__content a {
  color: var(--color-main);
  text-decoration: underline;
}

.p-blogSingle__content span[style*="text-decoration: underline"],
.p-seminarSingle__content span[style*="text-decoration: underline"] {
  text-decoration: none !important;
  padding-bottom: 0.08em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE200), to(#FFE200));
  background-image: linear-gradient(#FFE200, #FFE200);
  background-size: 100% 0.6944444444vw;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
  .p-blogSingle__content span[style*="text-decoration: underline"],
  .p-seminarSingle__content span[style*="text-decoration: underline"] {
    background-size: 100% 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content span[style*="text-decoration: underline"],
  .p-seminarSingle__content span[style*="text-decoration: underline"] {
    background-size: 100% 2.6666666667vw;
  }
}
.p-blogSingle__content .wp-block-video,
.p-seminarSingle__content .wp-block-video {
  position: relative;
  background-color: var(--color-white);
}

.p-blogSingle__content .wp-block-video::after,
.p-seminarSingle__content .wp-block-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63px;
  height: 63px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/icon_play.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content .wp-block-video::after,
  .p-seminarSingle__content .wp-block-video::after {
    width: calc(63 / 1440 * 100vw);
    height: calc(63 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content .wp-block-video::after,
  .p-seminarSingle__content .wp-block-video::after {
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
}

.p-blogSingle__content .wp-block-video.has-played::after,
.p-seminarSingle__content .wp-block-video.has-played::after {
  opacity: 0;
}

.p-blogSingle__thumb,
.p-seminarSingle__thumb {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__thumb,
  .p-seminarSingle__thumb {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__thumb,
  .p-seminarSingle__thumb {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-blog__accessRanking {
  overflow: hidden;
  margin-bottom: 66px;
}
@media screen and (max-width: 1439px) {
  .p-blog__accessRanking {
    margin-bottom: calc(66 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__accessRanking {
    margin-bottom: calc(22 / 375 * 100vw);
  }
}

.p-blog__accessRanking__title {
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 14px;
  margin-bottom: 31px;
}
@media screen and (max-width: 1439px) {
  .p-blog__accessRanking__title {
    padding-bottom: calc(14 / 1440 * 100vw);
    margin-bottom: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__accessRanking__title {
    padding-bottom: calc(9 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}

.p-blog__accessRanking__title img {
  width: 198px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-blog__accessRanking__title img {
    width: calc(198 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog__accessRanking__title img {
    width: calc(180 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}

.p-accessRanking__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-accessRanking__swiper {
    display: block;
  }
}

.p-accessRanking__swiper__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-accessRanking__swiper__inner {
    margin-bottom: calc(21 / 375 * 100vw);
  }
}

.c-blogCard__access-ranking-num {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background-color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .c-blogCard__access-ranking-num {
    width: calc(35 / 1440 * 100vw);
    height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogCard__access-ranking-num {
    width: calc(35 / 375 * 100vw);
    height: calc(35 / 375 * 100vw);
  }
}

.c-blogCard__access-ranking-num img {
  width: 11px;
  height: 17px;
}
@media screen and (max-width: 1439px) {
  .c-blogCard__access-ranking-num img {
    width: calc(11 / 1440 * 100vw);
    height: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogCard__access-ranking-num img {
    width: calc(11 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }
}

.c-blogCard__access-ranking-num--1 {
  background-color: var(--color-accent);
}

.p-blog-recommendBottom__title {
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendBottom__title {
    padding-bottom: calc(15 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendBottom__title {
    padding-bottom: calc(10 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-blog-recommendBottom__title img {
  width: 132px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendBottom__title img {
    width: calc(132 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendBottom__title img {
    width: calc(120 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}

.p-blog-taxonomy__category,
.p-blog-taxonomy__tag {
  background-color: var(--color-sub);
}

.p-blog-taxonomy__category-title,
.p-blog-taxonomy__tag-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  width: 690px;
}
@media screen and (max-width: 1439px) {
  .p-blog-taxonomy__category-title,
  .p-blog-taxonomy__tag-title {
    font-size: calc(32 / 1440 * 100vw);
    line-height: calc(43 / 1440 * 100vw);
    width: calc(690 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-taxonomy__category-title,
  .p-blog-taxonomy__tag-title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    width: 100%;
    text-align: center;
  }
}

.c-blogSupervisor {
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 30px 27px 30px;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .c-blogSupervisor {
    padding-top: calc(20 / 1440 * 100vw);
    padding-right: calc(30 / 1440 * 100vw);
    padding-bottom: calc(27 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogSupervisor {
    padding-top: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(17 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    gap: calc(0 / 375 * 100vw);
  }
}

.c-blogSupervisor__thumb {
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .c-blogSupervisor__thumb {
    width: calc(70 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogSupervisor__thumb {
    width: calc(60 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}

.c-blogSupervisor__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-blogSupervisor__body {
  font-size: 14px;
  line-height: 26px;
  margin-top: 6px;
}
@media screen and (max-width: 1439px) {
  .c-blogSupervisor__body {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogSupervisor__body {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(6 / 375 * 100vw);
  }
}

.c-blogSupervisor__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .c-blogSupervisor__title {
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogSupervisor__title {
    margin-bottom: calc(0 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: calc(0 / 375 * 100vw);
    left: calc(95 / 375 * 100vw);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-blogSingle__content .c-blogSupervisor__label {
  font-weight: 500;
  padding-right: 6px;
  border-right: 1px solid rgba(2, 8, 66, 0.14);
  line-height: 16px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content .c-blogSupervisor__label {
    padding-right: calc(10 / 1440 * 100vw);
    line-height: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content .c-blogSupervisor__label {
    border-right: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}

.c-blogSupervisor__name {
  font-weight: 700;
  padding-left: 10px;
}
@media screen and (max-width: 1439px) {
  .c-blogSupervisor__name {
    padding-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogSupervisor__name {
    padding-left: calc(0 / 375 * 100vw);
  }
}

.p-blogSingle__content .c-blogSupervisor__text {
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-blogSingle__content .c-blogSupervisor__text {
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blogSingle__content .c-blogSupervisor__text {
    line-height: calc(26 / 375 * 100vw);
  }
}

.c-blogSupervisor__belong {
  font-size: 11px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .c-blogSupervisor__belong {
    font-size: calc(11 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-blogSupervisor__belong {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

#toc_container {
  background-color: var(--color-white);
  padding: 11px 25px 10px 30px;
}
@media screen and (max-width: 1439px) {
  #toc_container {
    padding-top: calc(11 / 1440 * 100vw);
    padding-right: calc(25 / 1440 * 100vw);
    padding-bottom: calc(10 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #toc_container {
    padding-top: calc(11 / 375 * 100vw);
    padding-right: calc(19 / 375 * 100vw);
    padding-bottom: calc(12 / 375 * 100vw);
    padding-left: calc(19 / 375 * 100vw);
    margin-bottom: calc(39 / 375 * 100vw);
  }
}

#toc_container .toc_title {
  position: relative;
  cursor: pointer;
  padding-left: 27px;
}
@media screen and (max-width: 1439px) {
  #toc_container .toc_title {
    padding-left: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #toc_container .toc_title {
    padding-left: calc(27 / 375 * 100vw);
  }
}

#toc_container .toc_title::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 13px;
  background: url("../images/toc_icon.svg") no-repeat center/contain;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 1439px) {
  #toc_container .toc_title::before {
    width: calc(16 / 1440 * 100vw);
    height: calc(13 / 1440 * 100vw);
    top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #toc_container .toc_title::before {
    width: calc(16 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
    top: calc(8 / 375 * 100vw);
  }
}

#toc_container .toc_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.27' height='6.635' viewBox='0 0 12.27 6.635'%3E%3Cpath d='M10.855,0,5.428,5.428,0,0' transform='translate(11.563 5.928) rotate(180)' fill='none' stroke='%230344ea' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1439px) {
  #toc_container .toc_title::after {
    width: calc(12 / 1440 * 100vw);
    height: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #toc_container .toc_title::after {
    width: calc(13 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
  }
}

/* 閉じた時に回転 */
#toc_container.is-closed .toc_title::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

#toc_container .toc_list {
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, opacity 0.3s ease;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  padding-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  #toc_container .toc_list {
    padding-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list {
    padding-bottom: calc(6 / 375 * 100vw);
  }
}

#toc_container .toc_list > li:first-of-type {
  margin-top: 13px;
}
@media screen and (max-width: 1439px) {
  #toc_container .toc_list > li:first-of-type {
    margin-top: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list > li:first-of-type {
    margin-top: calc(8 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #toc_container .toc_list li {
    line-height: calc(23 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #toc_container .toc_list li ul {
    margin-top: calc(6 / 375 * 100vw);
  }
}

#toc_container .toc_list a {
  color: var(--color-black);
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  #toc_container .toc_list a {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list a {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

#toc_container.is-closed .toc_list {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0;
}

.c-newsList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid rgba(2, 8, 66, 0.14);
  padding-top: 31px;
  padding-bottom: 22px;
  padding-left: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1439px) {
  .c-newsList li {
    gap: calc(30 / 1440 * 100vw);
    padding-top: calc(31 / 1440 * 100vw);
    padding-bottom: calc(22 / 1440 * 100vw);
    padding-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-newsList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(5 / 375 * 100vw);
    padding-top: calc(18 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
  }
}

.p-newsList li:first-of-type {
  border-top: 0;
}

@media screen and (max-width: 767px) {
  .p-newsList:first-of-type {
    border-top: 1px solid rgba(2, 8, 66, 0.14);
  }
}
.p-homeNews__list li:first-of-type {
  border-top: 1px solid rgba(2, 8, 66, 0.14);
}

.c-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .c-news__meta {
    gap: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-news__meta {
    gap: calc(9 / 375 * 100vw);
  }
}

.p-newsSingle__contentBox .c-news__meta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1439px) {
  .p-newsSingle__contentBox .c-news__meta {
    gap: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__contentBox .c-news__meta {
    gap: calc(6 / 375 * 100vw);
  }
}

.c-news__date {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .c-news__date {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-news__date {
    font-size: calc(9 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}

.p-newsSingle__contentBox .c-news__date {
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 1439px) {
  .p-newsSingle__contentBox .c-news__date {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__contentBox .c-news__date {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }
}

.c-news__category {
  color: var(--color-main);
  background-color: var(--color-white);
  font-size: 11px;
  font-weight: 700;
  border: 1px solid var(--color-main);
  width: 110px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .c-news__category {
    font-size: calc(11 / 1440 * 100vw);
    width: calc(110 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-news__category {
    font-size: calc(10 / 375 * 100vw);
    width: calc(102 / 375 * 100vw);
    height: calc(21 / 375 * 100vw);
  }
}

.c-news__titleBox {
  width: 803px;
}
@media screen and (max-width: 1439px) {
  .c-news__titleBox {
    width: calc(803 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-news__titleBox {
    width: 100%;
  }
}

.c-news__titleBox a {
  color: var(--color-black);
}

.c-news__title {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1439px) {
  .c-news__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-news__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

@media screen and (max-width: 1439px) {
  .c-news__title {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-news__title {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
  }
}
.p-interviewSelect__content {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSelect__content {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__content {
    display: none;
  }
}

.p-interviewSelect__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__swiper {
    display: block;
  }
}

.p-interviewSelect__swiper__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-interviewSelect__swiper__inner {
    margin-bottom: calc(21 / 375 * 100vw);
  }
}

.p-seminar {
  background-color: var(--color-sub);
}

.p-seminar .c-pageTitle--en {
  width: 86px;
  height: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-seminar .c-pageTitle--en {
    width: calc(86 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-seminar .c-pageTitle--en {
    width: calc(56 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
  }
}

.p-seminar .c-pageTitle--ja {
  width: 192px;
  height: 32px;
  margin-left: -4px;
}
@media screen and (max-width: 1439px) {
  .p-seminar .c-pageTitle--ja {
    width: calc(192 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
    margin-left: calc(-4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-seminar .c-pageTitle--ja {
    width: calc(132 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    margin-left: calc(-4 / 375 * 100vw);
  }
}

.p-seminarListBox .l-container {
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-seminarListBox .l-container {
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-seminarListBox .l-container {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.p-seminarList {
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-seminarList {
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-seminarList {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}

.p-seminarList__item {
  background-color: var(--color-white);
  padding-top: 39px;
  padding-right: 40px;
  padding-bottom: 24px;
  padding-left: 40px;
}
@media screen and (max-width: 1439px) {
  .p-seminarList__item {
    padding-top: calc(39 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
    padding-bottom: calc(24 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-seminarList__item {
    padding: calc(0 / 375 * 100vw);
  }
}

.p-seminarList__item + .p-seminarList__item {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-seminarList__item + .p-seminarList__item {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-seminarList__item + .p-seminarList__item {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.c-seminarListCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-seminarListCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .c-seminarListCard__media {
    position: relative;
  }
}

.c-seminarListCard__thumbnail {
  width: 330px;
  height: 173px;
}
@media screen and (max-width: 1439px) {
  .c-seminarListCard__thumbnail {
    width: calc(330 / 1440 * 100vw);
    height: calc(173 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-seminarListCard__thumbnail {
    width: 100%;
    height: calc(173 / 375 * 100vw);
  }
}

.c-seminarListCard__status {
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  color: var(--color-white);
  display: inline-block;
  padding-left: 13px;
  padding-right: 11px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .c-seminarListCard__status {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
    padding-left: calc(13 / 1440 * 100vw);
    padding-right: calc(11 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-seminarListCard__status {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(7 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
    position: absolute;
  }
}

.c-seminarListCard__status--open {
  background-color: var(--color-accent);
}

.c-seminarListCard__status--close {
  background-color: #B1B1B1;
}

.c-seminarListCard__body {
  width: 610px;
}
@media screen and (max-width: 1439px) {
  .c-seminarListCard__body {
    width: calc(610 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-seminarListCard__body {
    width: 100%;
    padding-top: calc(13 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(25 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}

.c-seminarListCard__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 9px;
}
@media screen and (max-width: 1439px) {
  .c-seminarListCard__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    padding-bottom: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-seminarListCard__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-bottom: calc(9 / 375 * 100vw);
  }
}

.c-seminarListCard__infoBox {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .c-seminarListCard__infoBox {
    margin-top: calc(16 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-seminarListCard__infoBox {
    margin-top: calc(6 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.c-seminarListCard__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-seminarListCard__info__title {
  position: relative;
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .c-seminarListCard__info__title {
    width: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-seminarListCard__info__title {
    width: calc(80 / 375 * 100vw);
  }
}

.c-seminarListCard__info__title::after {
  content: "：";
  position: absolute;
  right: 5px;
}
@media screen and (max-width: 1439px) {
  .c-seminarListCard__info__title::after {
    right: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-seminarListCard__info__title::after {
    right: calc(5 / 375 * 100vw);
  }
}

.c-seminarListCard__info__text {
  letter-spacing: 0;
}

.p-seminarSingle {
  background-color: var(--color-sub);
  padding-bottom: 126px;
}
@media screen and (max-width: 1439px) {
  .p-seminarSingle {
    padding-bottom: calc(126 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-seminarSingle {
    padding-bottom: calc(52 / 375 * 100vw);
  }
}

.p-seminarSingle__content .l-container {
  position: relative;
  padding-bottom: 130px;
  margin-bottom: 51px;
}
@media screen and (max-width: 1439px) {
  .p-seminarSingle__content .l-container {
    padding-bottom: calc(130 / 1440 * 100vw);
    margin-bottom: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-seminarSingle__content .l-container {
    padding-bottom: calc(59 / 375 * 100vw);
    margin-bottom: calc(51 / 375 * 100vw);
  }
}

.p-seminarSingle__content .l-container::after {
  content: "";
  position: absolute;
  left: 75px;
  right: 75px;
  bottom: 0;
  height: 1px;
  background: rgba(2, 8, 66, 0.14);
}
@media screen and (max-width: 1439px) {
  .p-seminarSingle__content .l-container::after {
    left: calc(75 / 1440 * 100vw);
    right: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-seminarSingle__content .l-container::after {
    left: calc(22 / 375 * 100vw);
    right: calc(23 / 375 * 100vw);
  }
}

.p-seminarSingle__inner {
  width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-seminarSingle__inner {
    width: calc(690 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-seminarSingle__inner {
    width: 100%;
  }
}

.p-latest-seminar {
  overflow: hidden;
}

.p-latest-seminar__title {
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-latest-seminar__title {
    padding-bottom: calc(17 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-latest-seminar__title {
    padding-bottom: calc(10 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}

.p-latest-seminar__title img {
  width: 151px;
  height: 20px;
}
@media screen and (max-width: 1439px) {
  .p-latest-seminar__title img {
    width: calc(151 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-latest-seminar__title img {
    width: calc(136 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
  }
}

.p-seminarLatest__swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-seminarLatest__swiper {
    display: block;
  }
}

.p-seminarLatest__swiper__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-seminarLatest__swiper__inner {
    margin-bottom: calc(21 / 375 * 100vw);
  }
}

.c-seminarLatestCardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .c-seminarLatestCardList {
    display: none;
  }
}

.c-seminarLatestCardItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-seminarLatestCard {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .c-seminarLatestCard {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-seminarLatestCard {
    width: 100%;
  }
}

.c-seminarLatestCard__body {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .c-seminarLatestCard__body {
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-seminarLatestCard__body {
    margin-top: calc(12 / 375 * 100vw);
  }
}

.c-seminarLatestCard__status {
  color: var(--color-white);
  font-size: 10px;
  font-weight: 700;
  line-height: 22px;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 1439px) {
  .c-seminarLatestCard__status {
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    padding-left: calc(9 / 1440 * 100vw);
    padding-right: calc(9 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-seminarLatestCard__status {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    padding-left: calc(9 / 375 * 100vw);
    padding-right: calc(9 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}

.c-seminarLatestCard__status--is-open {
  background-color: var(--color-accent);
}

.c-seminarLatestCard__status--is-close {
  background-color: #B1B1B1;
}

.c-seminarLatestCard__title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .c-seminarLatestCard__title {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-seminarLatestCard__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.c-seminarLatestCard__meta {
  margin-top: auto;
}

.c-pagination {
  margin-top: 71px;
  font-family: "Noto Serif JP";
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .c-pagination {
    margin-top: calc(71 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: calc(50 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-blog-latest .c-pagination {
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  .p-blog-latest .c-pagination {
    margin-top: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-latest .c-pagination {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.c-pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 0px 6px 1px 6px;
  text-decoration: none;
  color: var(--color-black);
  font-weight: 700;
  background-color: var(--color-white);
  line-height: 20px;
}
@media screen and (max-width: 1439px) {
  .c-pagination .page-numbers {
    margin-left: calc(5 / 1440 * 100vw);
    margin-right: calc(5 / 1440 * 100vw);
    padding-right: calc(6 / 1440 * 100vw);
    padding-bottom: calc(1 / 1440 * 100vw);
    padding-left: calc(6 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    margin-left: calc(5 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
    padding-top: calc(1 / 375 * 100vw);
    padding-right: calc(6 / 375 * 100vw);
    padding-bottom: calc(1 / 375 * 100vw);
    padding-left: calc(6 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}

.c-pagination .page-numbers.current {
  background-color: var(--color-main);
  color: #fff;
}

.c-pagination .prev.page-numbers,
.c-pagination .next.page-numbers {
  position: absolute;
  background-color: transparent;
  font-weight: 400;
}

.c-pagination .prev.page-numbers {
  left: 11px;
}
@media screen and (max-width: 1439px) {
  .c-pagination .prev.page-numbers {
    left: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .prev.page-numbers {
    left: calc(13 / 375 * 100vw);
  }
}

.c-pagination .next.page-numbers {
  right: 11px;
}
@media screen and (max-width: 1439px) {
  .c-pagination .next.page-numbers {
    right: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .next.page-numbers {
    right: calc(13 / 375 * 100vw);
  }
}

.c-pagination .prev.page-numbers::after,
.c-pagination .next.page-numbers::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  top: 20%;
  position: absolute;
}
@media screen and (max-width: 1439px) {
  .c-pagination .prev.page-numbers::after,
  .c-pagination .next.page-numbers::after {
    width: calc(11 / 1440 * 100vw);
    height: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .prev.page-numbers::after,
  .c-pagination .next.page-numbers::after {
    width: calc(11 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
  }
}

.c-pagination .prev.page-numbers::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: -15px;
}
@media screen and (max-width: 1439px) {
  .c-pagination .prev.page-numbers::after {
    left: calc(-15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .prev.page-numbers::after {
    left: calc(-15 / 375 * 100vw);
  }
}

.c-pagination .next.page-numbers::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -15px;
}
@media screen and (max-width: 1439px) {
  .c-pagination .next.page-numbers::after {
    right: calc(-15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .next.page-numbers::after {
    right: calc(-15 / 375 * 100vw);
  }
}

.c-pagination .dots.page-numbers {
  background: transparent;
}

.p-downloads {
  background-color: var(--color-sub);
}

.p-downloads .p-downloadsListBox:last-of-type .l-container {
  margin-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-downloads .p-downloadsListBox:last-of-type .l-container {
    margin-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloads .p-downloadsListBox:last-of-type .l-container {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}

.p-downloads .c-pageTitle {
  margin-top: 2px;
}
@media screen and (max-width: 1439px) {
  .p-downloads .c-pageTitle {
    margin-top: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloads .c-pageTitle {
    margin-top: calc(0 / 375 * 100vw);
  }
}

.p-downloads .c-pageTitle--en {
  width: 100px;
  height: 25px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1439px) {
  .p-downloads .c-pageTitle--en {
    width: calc(100 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloads .c-pageTitle--en {
    width: calc(65 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }
}

.p-downloads .c-pageTitle--ja {
  width: 189px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-downloads .c-pageTitle--ja {
    width: calc(189 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloads .c-pageTitle--ja {
    width: calc(132 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-downloadsAnchorNav .l-container {
  padding-bottom: 75px;
}
@media screen and (max-width: 1439px) {
  .p-downloadsAnchorNav .l-container {
    padding-bottom: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloadsAnchorNav .l-container {
    padding-bottom: calc(60 / 375 * 100vw);
  }
}

@media (max-width: 767px) {
  .p-downloadsAnchorNav--pc {
    display: none;
  }
}
.p-downloadsAnchorNav--sp {
  display: none;
}

@media (max-width: 767px) {
  .p-downloadsAnchorNav--sp {
    display: block;
    width: 88vw;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding-bottom: 16vw;
  }
  .p-downloadsAnchorNav--sp::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10.6666666667vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8.8vw;
    height: 2.6666666667vw;
    background-image: url(../images/icon_arrow_down2.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-downloadsAnchorNav__summary {
    list-style: none;
    cursor: pointer;
    padding: 3.7333333333vw 4.2666666667vw 3.2vw 4.2666666667vw;
    position: relative;
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
    font-weight: 700;
    text-align: center;
    background-color: var(--color-sub2);
    color: var(--color-white);
  }
  .p-downloadsAnchorNav__summary::after {
    content: "";
    position: absolute;
    right: 5.8666666667vw;
    top: 50%;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
  }
  .p-downloadsAnchorNav__dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--color-white);
    z-index: 10;
    max-height: 28.8vw;
    overflow-y: auto;
    display: none;
  }
  .p-downloadsAnchorNav__dropdownLink {
    display: block;
    padding: 3.7333333333vw 4.2666666667vw 3.2vw 4.2666666667vw;
    text-decoration: none;
    color: #8E8E8E;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 7.2vw;
    text-align: center;
    position: relative;
  }
  .p-downloadsAnchorNav[open] .p-downloadsAnchorNav__dropdownItem:not(.is-last-visible) .p-downloadsAnchorNav__dropdownLink::after {
    content: "";
    position: absolute;
    left: 5.3333333333vw;
    right: 5.3333333333vw;
    bottom: 0;
    height: 1px;
    background: rgba(2, 8, 66, 0.14);
  }
}
.p-downloadsAnchorNav__summary::-webkit-details-marker {
  display: none;
}

.p-downloadsAnchorNav--sp[open] .p-downloadsAnchorNav__summary::after {
  -webkit-transform: translateY(-15%) rotate(-135deg);
          transform: translateY(-15%) rotate(-135deg);
}

.p-downloadsAnchorNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-downloadsAnchorNav__list {
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloadsAnchorNav__list {
    gap: calc(0 / 375 * 100vw);
  }
}

.p-downloadsAnchorNav__item {
  height: 71px;
  background-color: var(--color-sub2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .p-downloadsAnchorNav__item {
    height: calc(71 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloadsAnchorNav__item {
    height: calc(54 / 375 * 100vw);
  }
}

.p-downloadsAnchorNav__item:hover {
  opacity: 0.85;
}

.p-downloadsAnchorNav__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 10px;
  background-image: url(../images/icon_arrow_down2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
  .p-downloadsAnchorNav__item::after {
    bottom: -1.6666666667vw;
    width: 2.2222222222vw;
    height: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-downloadsAnchorNav__item::after {
    bottom: -6.4vw;
    width: 8.5333333333vw;
    height: 2.6666666667vw;
  }
}
.p-downloadsAnchorNav__item a {
  color: var(--color-white);
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .p-downloadsAnchorNav__item a {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloadsAnchorNav__item a {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-downloadsListBox {
  scroll-margin-top: var(--header-height);
}

.p-downloadsListBox + .p-downloadsListBox {
  margin-top: 72px;
}
@media screen and (max-width: 1439px) {
  .p-downloadsListBox + .p-downloadsListBox {
    margin-top: calc(72 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloadsListBox + .p-downloadsListBox {
    margin-top: calc(51 / 375 * 100vw);
  }
}

.p-downloads__title {
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-downloads__title {
    padding-bottom: calc(14 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloads__title {
    padding-bottom: calc(9 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
}

.p-downloads__categoryBlock--downloads_service h2 img {
  width: 176px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-downloads__categoryBlock--downloads_service h2 img {
    width: calc(176 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloads__categoryBlock--downloads_service h2 img {
    width: calc(160 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}

.p-downloads__categoryBlock--downloads_knowhow h2 img {
  width: 239px;
  height: 22px;
  margin-left: 3px;
}
@media screen and (max-width: 1439px) {
  .p-downloads__categoryBlock--downloads_knowhow h2 img {
    width: calc(239 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
    margin-left: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloads__categoryBlock--downloads_knowhow h2 img {
    width: calc(220 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
}

.p-downloads__categoryBlock--downloads_seminar_report h2 img {
  width: 172px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-downloads__categoryBlock--downloads_seminar_report h2 img {
    width: calc(172 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloads__categoryBlock--downloads_seminar_report h2 img {
    width: calc(160 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}

.p-downloads__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 52px 30px;
  margin-top: 30px;
}

@media screen and (max-width: 1439px) {
  .p-downloads__list {
    gap: 3.6111111111vw 2.0833333333vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-downloads__list {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    margin-top: 6.1333333333vw;
  }
}
.p-downloads__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-downloadCard {
  height: 100%;
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .c-downloadCard {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-downloadCard {
    width: calc(330 / 375 * 100vw);
  }
}

.c-downloadCard__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
}
@media screen and (max-width: 1439px) {
  .c-downloadCard__body {
    gap: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-downloadCard__body {
    gap: calc(29 / 375 * 100vw);
  }
}

.p-useful-materials {
  padding-top: 71px;
  padding-bottom: 122px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-useful-materials {
    padding-top: calc(71 / 1440 * 100vw);
    padding-bottom: calc(122 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-useful-materials {
    padding-top: calc(49 / 375 * 100vw);
    padding-bottom: calc(72 / 375 * 100vw);
  }
}

.p-interviewSingle .p-useful-materials {
  padding-top: 61px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle .p-useful-materials {
    padding-top: calc(61 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle .p-useful-materials {
    padding-top: calc(42 / 375 * 100vw);
  }
}

.p-support .p-useful-materials {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-support .p-useful-materials {
    padding-top: calc(10 / 375 * 100vw);
  }
}

.p-useful-materials__title {
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 13px;
}
@media screen and (max-width: 1439px) {
  .p-useful-materials__title {
    padding-bottom: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-useful-materials__title {
    padding-bottom: calc(8 / 375 * 100vw);
  }
}

.p-useful-materials__title img {
  width: 132px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-useful-materials__title img {
    width: calc(132 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-useful-materials__title img {
    width: calc(120 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}

.p-useful-materials__swiper .swiper-button-next,
.p-useful-materials__swiper .swiper-button-prev {
  top: 32%;
  display: none;
}

.p-useful-materials__swiper .swiper-button-prev {
  left: -39px;
}
@media screen and (max-width: 1439px) {
  .p-useful-materials__swiper .swiper-button-prev {
    left: calc(-39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-useful-materials__swiper .swiper-button-prev {
    left: calc(-16 / 375 * 100vw);
  }
}

.p-useful-materials__swiper .swiper-button-next {
  right: -39px;
}
@media screen and (max-width: 1439px) {
  .p-useful-materials__swiper .swiper-button-next {
    right: calc(-39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-useful-materials__swiper .swiper-button-next {
    right: calc(-16 / 375 * 100vw);
  }
}

.p-latest-interview__swiper .swiper-button-next,
.p-latest-interview__swiper .swiper-button-prev {
  top: 43.5%;
}

.p-latest-interview__swiper .swiper-button-prev {
  left: -39px;
}
@media screen and (max-width: 1439px) {
  .p-latest-interview__swiper .swiper-button-prev {
    left: calc(-39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-latest-interview__swiper .swiper-button-prev {
    left: calc(-16 / 375 * 100vw);
  }
}

.p-latest-interview__swiper .swiper-button-next {
  right: -39px;
}
@media screen and (max-width: 1439px) {
  .p-latest-interview__swiper .swiper-button-next {
    right: calc(-39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-latest-interview__swiper .swiper-button-next {
    right: calc(-16 / 375 * 100vw);
  }
}

.p-interviewSelect__swiper .swiper-button-next,
.p-interviewSelect__swiper .swiper-button-prev {
  top: 45%;
}

.p-seminarLatest__swiper .swiper-button-next,
.p-seminarLatest__swiper .swiper-button-prev {
  top: 42%;
}

.p-accessRanking__swiper .swiper-button-next,
.p-accessRanking__swiper .swiper-button-prev {
  top: 43%;
}

.p-blog-recommendBottom__swiper .swiper-button-next,
.p-blog-recommendBottom__swiper .swiper-button-prev {
  top: 41%;
}
@media screen and (max-width: 767px) {
  .p-blog-recommendBottom__swiper .swiper-button-next,
  .p-blog-recommendBottom__swiper .swiper-button-prev {
    top: 43%;
  }
}

.p-blog-recommendBottom__swiper .swiper-button-prev {
  left: -39px;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendBottom__swiper .swiper-button-prev {
    left: calc(-39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendBottom__swiper .swiper-button-prev {
    left: calc(-16 / 375 * 100vw);
  }
}

.p-blog-recommendBottom__swiper .swiper-button-next {
  right: -39px;
}
@media screen and (max-width: 1439px) {
  .p-blog-recommendBottom__swiper .swiper-button-next {
    right: calc(-39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-blog-recommendBottom__swiper .swiper-button-next {
    right: calc(-16 / 375 * 100vw);
  }
}

.p-usefulColumn__swiper .swiper-button-next,
.p-usefulColumn__swiper .swiper-button-prev {
  top: 43%;
}

.p-useful-materials__swiper__inner {
  position: relative;
}

.p-useful-materials__swiper {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1439px) {
  .p-useful-materials__swiper {
    margin-top: calc(30 / 1440 * 100vw);
    margin-left: calc(-15 / 1440 * 100vw);
    margin-right: calc(-15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-useful-materials__swiper {
    display: block;
    margin-top: calc(23 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.c-useful-materials {
  width: 330px;
  -webkit-box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .c-useful-materials {
    width: calc(330 / 1440 * 100vw);
    -webkit-box-shadow:  calc(2 / 1440 * 100vw) calc(3 / 1440 * 100vw) calc(16 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow:  calc(2 / 1440 * 100vw) calc(3 / 1440 * 100vw) calc(16 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .c-useful-materials {
    width: calc(330 / 375 * 100vw);
    -webkit-box-shadow:  calc(2 / 375 * 100vw) calc(3 / 375 * 100vw) calc(16 / 375 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow:  calc(2 / 375 * 100vw) calc(3 / 375 * 100vw) calc(16 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }
}

.c-cta__buttonBox--useful-materials {
  width: 306px;
  display: block;
  margin-left: 13px;
  margin-top: auto;
}
@media screen and (max-width: 1439px) {
  .c-cta__buttonBox--useful-materials {
    width: calc(306 / 1440 * 100vw);
    margin-left: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox--useful-materials {
    width: calc(307 / 375 * 100vw);
    margin-left: calc(11 / 375 * 100vw);
  }
}

.c-useful-materials img {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 1439px) {
  .c-useful-materials img {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-useful-materials img {
    height: calc(200 / 375 * 100vw);
  }
}

.c-useful-materials__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  padding: 15px 17px 27px 20px;
  background-color: var(--color-white);
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1439px) {
  .c-useful-materials__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    padding-top: calc(15 / 1440 * 100vw);
    padding-right: calc(17 / 1440 * 100vw);
    padding-bottom: calc(27 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-useful-materials__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-top: calc(14 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
    padding-bottom: calc(29 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}

.p-downloadsSingle {
  background-color: var(--color-sub);
}

.p-downloadsSingle__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: var(--color-main);
  margin-bottom: 20px;
  width: 480px;
}
@media screen and (max-width: 1439px) {
  .p-downloadsSingle__title {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
    width: calc(480 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloadsSingle__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(13 / 375 * 100vw);
    width: 100%;
  }
}

.p-downloadsSingle__column .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-bottom: 130px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1439px) {
  .p-downloadsSingle__column .l-container {
    gap: calc(50 / 1440 * 100vw);
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloadsSingle__column .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 375 * 100vw);
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.p-downloadsSingle__contentBox {
  width: 480px;
}
@media screen and (max-width: 1439px) {
  .p-downloadsSingle__contentBox {
    width: calc(480 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloadsSingle__contentBox {
    width: 100%;
  }
}

.p-downloadsSingle__contentBox h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-main);
  padding-bottom: 9px;
  border-bottom: 1px solid var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-downloadsSingle__contentBox h2 {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    padding-bottom: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloadsSingle__contentBox h2 {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding-bottom: calc(7 / 375 * 100vw);
  }
}

.c-downloadsSingle__content {
  margin-top: 16px;
  margin-bottom: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .c-downloadsSingle__content {
    margin-top: calc(16 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-downloadsSingle__content {
    margin-top: calc(10 / 375 * 100vw);
    margin-bottom: calc(26 / 375 * 100vw);
  }
}

.c-downloadsSingle__content p {
  letter-spacing: 0.09em;
}

.p-downloads__form {
  background-color: var(--color-white);
  -webkit-filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 520px;
}
@media screen and (max-width: 1439px) {
  .p-downloads__form {
    width: calc(520 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-downloads__form {
    width: 100%;
  }
}

.p-downloads__formTitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-main);
  margin-top: 38px;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1439px) {
  .p-downloads__formTitle {
    font-size: 1.25vw;
    line-height: 1.9444444444vw;
    margin-top: 2.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .p-downloads__formTitle {
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    margin-top: 7.4666666667vw;
    letter-spacing: 0.14em;
  }
}
.p-news {
  background-color: var(--color-sub);
}

.p-newsListBox .l-container {
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-newsListBox .l-container {
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsListBox .l-container {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.p-newsDateFilter {
  position: relative;
  width: 153px;
  height: 28px;
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: auto;
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 1439px) {
  .p-newsDateFilter {
    width: calc(153 / 1440 * 100vw);
    height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsDateFilter {
    width: 100%;
    height: auto;
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

.p-newsDateFilter__summary {
  cursor: pointer;
  padding: 0 16px;
  border: 1px solid var(--color-main);
  background: var(--color-white);
  color: var(--color-main);
  list-style: none;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-newsDateFilter__summary {
    padding-left: calc(16 / 1440 * 100vw);
    padding-right: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsDateFilter__summary {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
    text-align: center;
  }
}

.p-newsDateFilter__summary::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
}
@media screen and (max-width: 1439px) {
  .p-newsDateFilter__summary::after {
    right: calc(16 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
    height: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsDateFilter__summary::after {
    right: calc(22 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
  }
}

.p-newsDateFilter[open] .p-newsDateFilter__summary::after {
  -webkit-transform: translateY(-15%) rotate(-135deg);
          transform: translateY(-15%) rotate(-135deg);
}

.p-newsDateFilter__summary::-webkit-details-marker {
  display: none; /* Chrome / Safari */
}

.p-newsDateFilter__arrow {
  width: 9px;
  height: 9px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.p-newsDateFilter[open] .p-newsDateFilter__arrow {
  -webkit-transform: translateY(-2px) scaleY(-1);
          transform: translateY(-2px) scaleY(-1);
}

.p-newsDateFilter__list {
  position: absolute;
  width: 100%;
  background-color: #F5F5F5;
  z-index: 10;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-newsDateFilter__list {
    text-align: center;
    position: static;
  }
}

.p-newsDateFilter__dropdownLink {
  display: block;
  padding: 0px 16px 2px 16px;
  color: #8E8E8E;
  position: relative;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-newsDateFilter__dropdownLink {
    padding-left: calc(16 / 1440 * 100vw);
    padding-right: calc(16 / 1440 * 100vw);
    padding-top: calc(0 / 1440 * 100vw);
    padding-bottom: calc(2 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsDateFilter__dropdownLink {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
    padding-bottom: calc(2 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

.p-newsDateFilter__dropdownItem:not(:last-child) .p-newsDateFilter__dropdownLink::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background: rgba(2, 8, 66, 0.14);
}
@media screen and (max-width: 1439px) {
  .p-newsDateFilter__dropdownItem:not(:last-child) .p-newsDateFilter__dropdownLink::after {
    left: calc(16 / 1440 * 100vw);
    right: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsDateFilter__dropdownItem:not(:last-child) .p-newsDateFilter__dropdownLink::after {
    left: calc(16 / 375 * 100vw);
    right: calc(16 / 375 * 100vw);
  }
}

.p-newsCategoryNav {
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-newsCategoryNav {
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsCategoryNav {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-newsCategoryNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color-white);
}

.p-newsCategoryNav__item {
  width: 210px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-newsCategoryNav__item {
    width: calc(210 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsCategoryNav__item {
    width: 100%;
    height: calc(54 / 375 * 100vw);
  }
}

.p-newsCategoryNav__item a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #8E8E8E;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-newsCategoryNav__item a {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsCategoryNav__item a {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-newsCategoryNav__link.is-active {
  color: var(--color-main);
  position: relative;
}

.p-newsCategoryNav__link.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 210px;
  height: 3px;
  border-radius: 100px;
  background-color: var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-newsCategoryNav__link.is-active::after {
    width: calc(210 / 1440 * 100vw);
    height: calc(3 / 1440 * 100vw);
    border-radius: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsCategoryNav__link.is-active::after {
    width: calc(210 / 375 * 100vw);
    height: calc(3 / 375 * 100vw);
    border-radius: calc(100 / 375 * 100vw);
  }
}

.p-newsCategoryNav--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-newsCategoryNav--pc {
    display: none;
  }
  .p-newsCategoryNav--sp {
    display: block;
    width: 88vw;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
  }
  .p-newsCategoryNav__summary {
    list-style: none;
    cursor: pointer;
    padding: 3.7333333333vw 4.2666666667vw 3.4666666667vw 4.2666666667vw;
    position: relative;
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
    font-weight: 700;
    text-align: center;
    color: var(--color-main);
    background-color: var(--color-white);
  }
  .p-newsCategoryNav__summary::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background-color: var(--color-main);
  }
  .p-newsCategoryNav__summary::after {
    content: "";
    position: absolute;
    right: 5.8666666667vw;
    top: 50%;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 1px solid var(--color-main);
    border-bottom: 1px solid var(--color-main);
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
  }
  .p-newsCategoryNav--sp[open] .p-newsCategoryNav__summary::after {
    -webkit-transform: translateY(-15%) rotate(-135deg);
            transform: translateY(-15%) rotate(-135deg);
  }
  .p-newsCategoryNav__dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    z-index: 10;
    max-height: 65.3333333333vw;
    overflow-y: auto;
    display: none;
  }
  .p-newsCategoryNav__dropdownLink {
    display: block;
    padding: 3.7333333333vw 4.2666666667vw 3.4666666667vw 4.2666666667vw;
    text-decoration: none;
    color: #8E8E8E;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 7.2vw;
    text-align: center;
    position: relative;
  }
  .p-newsCategoryNav[open] .p-newsCategoryNav__dropdownItem:not(.is-last-visible) .p-newsCategoryNav__dropdownLink::after {
    content: "";
    position: absolute;
    left: 5.3333333333vw;
    right: 5.3333333333vw;
    bottom: 0;
    height: 1px;
    background: rgba(2, 8, 66, 0.14);
  }
}
.p-newsSingle {
  background-color: var(--color-sub);
}

.p-newsSingle__contentBox .l-container {
  padding-bottom: 130px;
  width: 840px;
}
@media screen and (max-width: 1439px) {
  .p-newsSingle__contentBox .l-container {
    padding-bottom: calc(130 / 1440 * 100vw);
    width: calc(840 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__contentBox .l-container {
    padding-bottom: calc(80 / 375 * 100vw);
    width: 100%;
  }
}

.p-newsSingle__contentBox h1 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .p-newsSingle__contentBox h1 {
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(44 / 1440 * 100vw);
    margin-top: calc(19 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__contentBox h1 {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    margin-bottom: calc(13 / 375 * 100vw);
  }
}

.p-newsSingle__content .l-container {
  margin-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-newsSingle__content .l-container {
    margin-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__content .l-container {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}

.p-newsSingle__content a {
  color: var(--color-main);
  text-decoration: underline;
}

.p-newsSingle__body {
  margin-bottom: 46px;
}
@media screen and (max-width: 1439px) {
  .p-newsSingle__body {
    margin-bottom: calc(46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__body {
    margin-bottom: calc(26 / 375 * 100vw);
  }
}

.p-newsSingle__body img {
  width: 100%;
  height: auto;
  display: block;
}

.p-newsSingle__body > * + * {
  margin-top: 38px;
}
@media screen and (max-width: 1439px) {
  .p-newsSingle__body > * + * {
    margin-top: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__body > * + * {
    margin-top: calc(12 / 375 * 100vw);
  }
}

.p-interview {
  background-color: var(--color-sub);
}

.p-interview .c-pageTitle--en {
  width: 100px;
  height: 25px;
  margin-top: 4px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1439px) {
  .p-interview .c-pageTitle--en {
    width: calc(100 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
    margin-bottom: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview .c-pageTitle--en {
    width: calc(64 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
    margin-bottom: calc(3 / 375 * 100vw);
  }
}

.p-interview .c-pageTitle--ja {
  width: 320px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-interview .c-pageTitle--ja {
    width: calc(320 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview .c-pageTitle--ja {
    width: calc(220 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-interviewListBox .l-container {
  position: relative;
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-interviewListBox .l-container {
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewListBox .l-container {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.p-interviewListBox .l-container::after {
  content: "";
  position: absolute;
  left: 75px;
  right: 75px;
  bottom: 0;
  height: 1px;
  background: rgba(2, 8, 66, 0.14);
}
@media screen and (max-width: 1439px) {
  .p-interviewListBox .l-container::after {
    left: calc(75 / 1440 * 100vw);
    right: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewListBox .l-container::after {
    left: calc(23 / 375 * 100vw);
    right: calc(23 / 375 * 100vw);
  }
}

.p-interviewList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}

@media screen and (max-width: 1439px) {
  .p-interviewList {
    width: 47.9166666667vw;
    gap: 2.0833333333vw;
    margin-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList {
    width: 100%;
    gap: 5.6vw;
    margin-top: 8vw;
    grid-template-columns: 1fr;
  }
}
.p-interview__item {
  width: 510px;
  background-color: var(--color-white);
  -webkit-filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1439px) {
  .p-interview__item {
    width: calc(510 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__item {
    width: 100%;
    height: 100%;
  }
}

.p-interview__item img {
  height: auto;
}

.p-interview__body {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .p-interview__body {
    padding-top: calc(20 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
    padding-right: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__body {
    padding-top: calc(15 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    height: 100%;
  }
}

.p-interview__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-interview__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
  }
}

.p-interview__info {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .p-interview__info {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__info {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-interview__info__title {
  width: 83px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-interview__info__title {
    width: calc(83 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__info__title {
    width: calc(83 / 375 * 100vw);
  }
}

.p-interview__info__title::after {
  content: "：";
  position: absolute;
  right: 8px;
}
@media screen and (max-width: 1439px) {
  .p-interview__info__title::after {
    right: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__info__title::after {
    right: calc(8 / 375 * 100vw);
  }
}

.p-interview__meta {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 9px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1439px) {
  .p-interview__meta {
    padding-top: calc(9 / 1440 * 100vw);
    margin-bottom: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__meta {
    padding-top: calc(4 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}

.p-interview__date {
  font-size: 10px;
  line-height: 26px;
  margin-top: 3px;
}
@media screen and (max-width: 1439px) {
  .p-interview__date {
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-top: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__date {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
}

.p-interviewSingle {
  background-color: var(--color-sub);
}

.p-interviewSingle__header .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 1212px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__header .l-container {
    width: calc(1212 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__header .l-container {
    padding-right: calc(22 / 375 * 100vw);
    padding-left: calc(23 / 375 * 100vw);
    width: 100%;
  }
}

.p-interviewSingle__title {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__title {
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(44 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(13 / 375 * 100vw);
  }
}

.p-interviewSingle__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__body {
    gap: calc(20 / 1440 * 100vw);
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__body {
    gap: calc(20 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-interviewSingle__thumb {
  width: 700px;
  height: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__thumb {
    width: calc(700 / 1440 * 100vw);
    height: calc(400 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__thumb {
    width: 100%;
    height: auto;
  }
}

.p-interviewSingle__thumb img {
  height: 100%;
}

.p-interviewSingle__infoList {
  background-color: var(--color-white);
  padding: 25px 22px 30px 31px;
  width: 490px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__infoList {
    padding-top: calc(25 / 1440 * 100vw);
    padding-right: calc(22 / 1440 * 100vw);
    padding-bottom: calc(30 / 1440 * 100vw);
    padding-left: calc(31 / 1440 * 100vw);
    width: calc(490 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__infoList {
    padding-top: calc(24 / 375 * 100vw);
    padding-right: calc(19 / 375 * 100vw);
    padding-bottom: calc(23 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-interviewSingle__infoItem + .p-interviewSingle__infoItem {
  margin-top: 17px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__infoItem + .p-interviewSingle__infoItem {
    margin-top: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__infoItem + .p-interviewSingle__infoItem {
    margin-top: calc(12 / 375 * 100vw);
  }
}

.p-interviewSingle__infoLabel {
  color: var(--color-main);
  background-color: var(--color-sub);
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__infoLabel {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    width: calc(80 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__infoLabel {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    width: calc(80 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}

.p-interviewSingle__infoValue {
  font-size: 16px;
  line-height: 23px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__infoValue {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__infoValue {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}

.p-interviewSingle__story {
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__story {
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__story {
    margin-bottom: calc(36 / 375 * 100vw);
  }
}

.p-interviewSingle__storyList {
  display: grid;
}

.p-interviewSingle__storyItem {
  display: grid;
  grid-template-columns: 214px 1fr;
  background-color: var(--color-white);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 1439px) {
  .c-news__title {
    grid-template-columns: 14.8611111111vw 1fr;
  }
}
@media (max-width: 767px) {
  .p-interviewSingle__storyItem {
    grid-template-columns: 1fr;
    margin-bottom: 3.7333333333vw;
  }
}
.p-interviewSingle__storyItem + .p-interviewSingle__storyItem > dt {
  border-top: 1px solid var(--color-white);
}

.p-interviewSingle__storyItem + .p-interviewSingle__storyItem > dd {
  border-top: 1px solid rgba(2, 8, 66, 0.14);
}

.p-interviewSingle__storyTerm {
  background-color: var(--color-black);
  font-size: 22px;
  line-height: 54px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__storyTerm {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(54 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__storyTerm {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}

.p-interviewSingle__storyDesc {
  font-size: 15px;
  line-height: 28px;
  padding: 27px 40px 26px 40px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__storyDesc {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    padding-top: calc(27 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
    padding-bottom: calc(26 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__storyDesc {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding-top: calc(12 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(16 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}

.p-interviewSingle__highlights .l-container {
  padding-bottom: 82px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__highlights .l-container {
    padding-bottom: calc(82 / 1440 * 100vw);
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__highlights .l-container {
    padding-bottom: calc(52 / 375 * 100vw);
    margin-bottom: calc(51 / 375 * 100vw);
  }
}

.p-interviewSingle__highlights .l-container:after {
  content: "";
  position: absolute;
  left: 75px;
  right: 75px;
  bottom: 0;
  height: 1px;
  background: rgba(2, 8, 66, 0.14);
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__highlights .l-container:after {
    left: calc(75 / 1440 * 100vw);
    right: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__highlights .l-container:after {
    left: calc(23 / 375 * 100vw);
    right: calc(22 / 375 * 100vw);
  }
}

.p-interviewSingle__highlightHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background-color: var(--color-black);
  padding: 15px 30px 16px 30px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__highlightHead {
    gap: calc(15 / 1440 * 100vw);
    padding-top: calc(15 / 1440 * 100vw);
    padding-right: calc(30 / 1440 * 100vw);
    padding-bottom: calc(16 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__highlightHead {
    gap: calc(8 / 375 * 100vw);
    padding-top: calc(14 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(16 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-interviewSingle__highlightLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  padding: 0px 11px 2px 13px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__highlightLabel {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
    padding-top: calc(0 / 1440 * 100vw);
    padding-right: calc(11 / 1440 * 100vw);
    padding-bottom: calc(2 / 1440 * 100vw);
    padding-left: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__highlightLabel {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
    padding-right: calc(11 / 375 * 100vw);
    padding-bottom: calc(1 / 375 * 100vw);
    padding-left: calc(13 / 375 * 100vw);
  }
}

.p-interviewSingle__highlightTitle {
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__highlightTitle {
    font-size: calc(17 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__highlightTitle {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}

.p-interviewSingle__highlightBody {
  padding: 30px 0 46px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__highlightBody {
    padding-top: calc(30 / 1440 * 100vw);
    padding-bottom: calc(46 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__highlightBody {
    padding-top: calc(15 / 375 * 100vw);
    padding-bottom: calc(26 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    gap: calc(0 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-interviewSingle__highlightImage {
  width: 330px;
  aspect-ratio: 330/200;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .p-interviewSingle__highlightImage {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__highlightImage {
    width: 100%;
    margin-bottom: calc(12 / 375 * 100vw);
  }
}

.p-interviewSingle__highlightImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-latest-interview {
  overflow: hidden;
}

.p-latest-interview__title {
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-latest-interview__title {
    padding-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-latest-interview__title {
    padding-bottom: calc(8 / 375 * 100vw);
  }
}

.p-latest-interview__title img {
  width: 88px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-latest-interview__title img {
    width: calc(88 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-latest-interview__title img {
    width: calc(88 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}

.p-latest-interview__swiper__inner {
  position: relative;
}

.p-latest-interview__swiper {
  margin-top: 29px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1439px) {
  .p-latest-interview__swiper {
    margin-top: calc(29 / 1440 * 100vw);
    margin-left: calc(-15 / 1440 * 100vw);
    margin-right: calc(-15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-latest-interview__swiper {
    display: block;
    margin-top: calc(23 / 375 * 100vw);
  }
}

.p-interviewLatest__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-interviewLatest__list {
    gap: calc(30 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLatest__list {
    gap: calc(30 / 375 * 100vw);
    margin-bottom: calc(50 / 375 * 100vw);
  }
}

.p-interviewLatest__item {
  width: 330px;
  background-color: var(--color-white);
  -webkit-filter: drop-shadow(2px 3px 7px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 3px 7px rgba(0, 0, 0, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1439px) {
  .p-interviewLatest__item {
    width: 22.9166666667vw;
    -webkit-filter: drop-shadow(0.1388888889vw 0.2083333333vw 0.4861111111vw rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0.1388888889vw 0.2083333333vw 0.4861111111vw rgba(0, 0, 0, 0.1));
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLatest__item {
    width: 88vw;
    -webkit-filter: drop-shadow(0.5333333333vw 0.8vw 1.8666666667vw rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0.5333333333vw 0.8vw 1.8666666667vw rgba(0, 0, 0, 0.1));
    margin-left: auto;
    margin-right: auto;
  }
}
.p-interviewLatest__item img {
  height: auto;
}

.p-interviewLatest__body {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .p-interviewLatest__body {
    padding-top: calc(15 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLatest__body {
    padding-top: calc(15 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    height: 100%;
  }
}

.p-interviewLatest__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-interviewLatest__title {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLatest__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-interviewLatest__info {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .p-interviewLatest__info {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLatest__info {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-interviewLatest__info__title {
  width: 83px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-interviewLatest__info__title {
    width: calc(83 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLatest__info__title {
    width: calc(83 / 375 * 100vw);
  }
}

.p-interviewLatest__info__title::after {
  content: "：";
  position: absolute;
  right: 8px;
}
@media screen and (max-width: 1439px) {
  .p-interviewLatest__info__title::after {
    right: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLatest__info__title::after {
    right: calc(8 / 375 * 100vw);
  }
}

.p-interviewLatest__meta {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 11px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .p-interviewLatest__meta {
    padding-top: calc(11 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLatest__meta {
    padding-top: calc(6 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}

.p-interviewLatest__date {
  font-size: 10px;
  line-height: 26px;
  margin-top: 3px;
}
@media screen and (max-width: 1439px) {
  .p-interviewLatest__date {
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-top: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLatest__date {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
}

.p-faq {
  background-color: var(--color-sub);
}

.c-pageTitle--faq .c-pageTitle--en,
.p-service__faq .p-service__section-label {
  width: 56px;
  height: 27px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle--faq .c-pageTitle--en,
  .p-service__faq .p-service__section-label {
    width: calc(56 / 1440 * 100vw);
    height: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle--faq .c-pageTitle--en,
  .p-service__faq .p-service__section-label {
    width: calc(36 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }
}

.c-pageTitle--faq .c-pageTitle--en {
  margin-top: 4px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle--faq .c-pageTitle--en {
    margin-top: calc(4 / 1440 * 100vw);
    margin-bottom: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle--faq .c-pageTitle--en {
    margin-top: calc(2 / 375 * 100vw);
    margin-bottom: calc(2 / 375 * 100vw);
  }
}

.p-service__faq .p-service__section-label {
  margin-bottom: 11px;
}
@media screen and (max-width: 1439px) {
  .p-service__faq .p-service__section-label {
    margin-bottom: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__faq .p-service__section-label {
    margin-top: calc(3 / 375 * 100vw);
    margin-bottom: calc(7 / 375 * 100vw);
  }
}

.c-pageTitle--faq .c-pageTitle--ja {
  width: 217px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle--faq .c-pageTitle--ja {
    width: calc(217 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle--faq .c-pageTitle--ja {
    width: calc(150 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-faqAnchorNav .l-container {
  padding-bottom: 75px;
}
@media screen and (max-width: 1439px) {
  .p-faqAnchorNav .l-container {
    padding-bottom: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faqAnchorNav .l-container {
    padding-bottom: calc(60 / 375 * 100vw);
  }
}

.p-faqAnchorNav--sp {
  display: none;
}

@media (max-width: 767px) {
  .p-faqAnchorNav--pc {
    display: none;
  }
  .p-faqAnchorNav--sp {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-faqAnchorNav--sp {
    width: 88vw;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding-bottom: 16vw;
  }
  .p-faqAnchorNav--sp::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10.6666666667vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8.8vw;
    height: 2.6666666667vw;
    background-image: url(../images/icon_arrow_down2.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-faqAnchorNav__summary {
    list-style: none;
    cursor: pointer;
    padding: 3.7333333333vw 4.2666666667vw 3.2vw 4.2666666667vw;
    position: relative;
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
    font-weight: 700;
    text-align: center;
    background-color: var(--color-sub2);
    color: var(--color-white);
  }
  .p-faqAnchorNav__summary::after {
    content: "";
    position: absolute;
    right: 5.8666666667vw;
    top: 50%;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
  }
  .p-faqAnchorNav__dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--color-white);
    z-index: 10;
    max-height: 44vw;
    overflow-y: auto;
    display: none;
  }
  .p-faqAnchorNav__dropdownLink {
    display: block;
    padding: 3.7333333333vw 4.2666666667vw 3.2vw 4.2666666667vw;
    text-decoration: none;
    color: #8E8E8E;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 7.2vw;
    text-align: center;
    position: relative;
  }
  .p-faqAnchorNav[open] .p-faqAnchorNav__dropdownItem:not(.is-last-visible) .p-faqAnchorNav__dropdownLink::after {
    content: "";
    position: absolute;
    left: 5.3333333333vw;
    right: 5.3333333333vw;
    bottom: 0;
    height: 1px;
    background: rgba(2, 8, 66, 0.14);
  }
}
.p-faqAnchorNav__summary::-webkit-details-marker {
  display: none;
}

.p-faqAnchorNav--sp[open] .p-faqAnchorNav__summary::after {
  -webkit-transform: translateY(-15%) rotate(-135deg);
          transform: translateY(-15%) rotate(-135deg);
}

.p-faqAnchorNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-faqAnchorNav__item {
  width: 330px;
  height: 71px;
  background-color: var(--color-sub2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-faqAnchorNav__item {
    width: calc(330 / 1440 * 100vw);
    height: calc(71 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faqAnchorNav__item {
    width: 100%;
    height: calc(54 / 375 * 100vw);
  }
}

.p-faqAnchorNav__item:hover {
  opacity: 0.85;
}

.p-faqAnchorNav__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 29px;
  height: 10px;
  background-image: url(../images/icon_arrow_down2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
  .p-faqAnchorNav__item::after {
    bottom: -1.6666666667vw;
    width: 2.0138888889vw;
    height: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faqAnchorNav__item::after {
    bottom: -6.4vw;
    width: 7.7333333333vw;
    height: 2.6666666667vw;
  }
}
.p-faqAnchorNav__item a {
  color: var(--color-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .p-faqAnchorNav__item a {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faqAnchorNav__item a {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-faqListBox {
  scroll-margin-top: var(--header-height);
}

.p-faqListBox + .p-faqListBox {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-faqListBox + .p-faqListBox {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faqListBox + .p-faqListBox {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-faq .p-faqListBox:last-of-type .l-container {
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-faq .p-faqListBox:last-of-type .l-container {
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq .p-faqListBox:last-of-type .l-container {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.p-faqListBox h2 {
  background-color: var(--color-sub2);
  color: var(--color-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-faqListBox h2 {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    padding-top: calc(11 / 1440 * 100vw);
    padding-bottom: calc(11 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faqListBox h2 {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-top: calc(11 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-contact {
  background-color: var(--color-sub);
}

.p-contact__column .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-contact__column .l-container {
    gap: calc(50 / 1440 * 100vw);
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__column .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(46 / 375 * 100vw);
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.p-contact__title--en {
  width: 78px;
  height: 28px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1439px) {
  .p-contact__title--en {
    width: calc(78 / 1440 * 100vw);
    height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__title--en {
    width: calc(50 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin-bottom: calc(7 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact__title--ja {
  width: 188px;
  height: 32px;
  margin-left: 3px;
}
@media screen and (max-width: 1439px) {
  .p-contact__title--ja {
    width: calc(188 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
    margin-left: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__title--ja {
    width: calc(130 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact__titleBox {
  margin-bottom: 27px;
}
@media screen and (max-width: 1439px) {
  .p-contact__titleBox {
    margin-bottom: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__titleBox {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.p-contact__lead {
  padding-top: 4px;
}
@media screen and (max-width: 1439px) {
  .p-contact__lead {
    padding-top: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    padding-top: calc(2 / 375 * 100vw);
  }
}

.p-contact__lead p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .p-contact__lead p {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__lead p {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    text-align: center;
  }
}

.p-contact__lead h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
  margin-top: 46px;
  margin-bottom: 19px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-contact__lead h2 {
    margin-top: calc(50 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(46 / 1440 * 100vw);
    margin-bottom: calc(19 / 1440 * 100vw);
    padding-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__lead h2 {
    margin-top: calc(31 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(28 / 375 * 100vw);
    margin-bottom: calc(13 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
}

.p-contact__lead li {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  padding-left: 16px;
}
@media screen and (max-width: 1439px) {
  .p-contact__lead li {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    padding-left: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__lead li {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-left: calc(16 / 375 * 100vw);
  }
}

.p-contact__lead li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: currentColor;
}
@media screen and (max-width: 1439px) {
  .p-contact__lead li::before {
    top: calc(10 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
    height: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__lead li::before {
    top: calc(11 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
  }
}

.p-contact__lead li + li {
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-contact__lead li + li {
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__lead li + li {
    margin-top: calc(5 / 375 * 100vw);
  }
}

.smpForm {
  width: 520px;
  padding: 28px 40px 50px 40px !important;
  background-color: var(--color-white);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP";
  -webkit-filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 1439px) {
  .smpForm {
    width: 36.1111111111vw;
    padding: 1.9444444444vw 2.7777777778vw 3.4722222222vw 2.7777777778vw !important;
  }
}
@media screen and (max-width: 767px) {
  .smpForm {
    width: 100% !important;
    padding: 2.4vw 5.0666666667vw 10.6666666667vw 5.3333333333vw !important;
  }
}
.p-serviceDetail__form .smpForm {
  width: 690px;
  margin: 0 auto;
  padding-top: 48px !important;
}

@media screen and (max-width: 1439px) {
  .p-serviceDetail__form .smpForm {
    width: 47.9166666667vw;
    padding-top: 3.3333333333vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__form .smpForm {
    width: 100%;
    padding-top: 4.2666666667vw !important;
  }
}
.p-downloads__form .smpForm {
  -webkit-filter: none;
          filter: none;
}

@media screen and (max-width: 767px) {
  .p-downloads__form .smpForm {
    padding-top: 1.0666666667vw !important;
  }
}
.p-seminarSingle .smpForm {
  width: 100%;
}

.smpForm .ss_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.smpForm fieldset + fieldset {
  margin-top: 18px;
}
@media screen and (max-width: 1439px) {
  .smpForm fieldset + fieldset {
    margin-top: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm fieldset + fieldset {
    margin-top: calc(18 / 375 * 100vw);
  }
}

.smpForm .ss_contents fieldset {
  border: 0;
  background-color: var(--color-white);
}

.smpForm .ss_contents fieldset#ss_VisitorData\.attribute128,
.smpForm .ss_contents fieldset#ss_VisitorData\.attribute129,
.smpForm .ss_contents fieldset#ss_VisitorData\.attribute130,
.smpForm .ss_contents fieldset#ss_VisitorData\.attribute131,
.smpForm .ss_contents fieldset#ss_VisitorData\.attribute132,
.ss_enquete_field:has(input[name="Public::EmbeddedApplication::Userenquete_D__P__D_Enquete.attribute3566"]) {
  display: none;
}

.smpForm .ss_contents fieldset#ss_name .ss_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_contents fieldset#ss_name .ss_grid {
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_contents fieldset#ss_name .ss_grid {
    gap: calc(10 / 375 * 100vw);
  }
}

.smpForm .ss_contents fieldset#ss_name .ss_grid .ss_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.smpForm .ss_contents fieldset#ss_VisitorData\.attribute1 .ss_grid .ss_input {
  font-size: 13px;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_contents fieldset#ss_VisitorData\.attribute1 .ss_grid .ss_input {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_contents fieldset#ss_VisitorData\.attribute1 .ss_grid .ss_input {
    font-size: calc(12 / 375 * 100vw);
  }
}

.smpForm .ss_contents input:not([type=checkbox]),
.smpForm .ss_contents select {
  border-radius: 0;
  height: 56px;
  width: 100%;
  font-family: "Noto Sans JP";
  border: 1px solid #8E8E8E;
  font-size: 15px;
  padding: 18px 20px 17px;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_contents input:not([type=checkbox]),
  .smpForm .ss_contents select {
    height: calc(56 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    padding-top: calc(18 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
    padding-bottom: calc(17 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_contents input:not([type=checkbox]),
  .smpForm .ss_contents select {
    height: calc(56 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    padding-top: calc(18 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(17 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}

.smpForm .ss_contents input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--color-white) inset;
          box-shadow: 0 0 0 1000px var(--color-white) inset;
  -webkit-text-fill-color: var(--color-black);
}

.smpForm .ss_contents select {
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  line-height: 1;
}

@media screen and (max-width: 1439px) {
  .smpForm .ss_contents select {
    background-position: right 0.9027777778vw center;
    background-size: 0.8333333333vw 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_contents select {
    background-position: right 3.4666666667vw center;
    background-size: 3.2vw 2.1333333333vw;
  }
}
.smpForm .ss_contents input[type=button] {
  border: 0;
  font-size: 14px;
  height: 50px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_contents input[type=button] {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_contents input[type=button] {
    font-size: calc(14 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
}

.smpForm .ss_contents input:not([type=checkbox])::-webkit-input-placeholder {
  color: #C6C6C6;
}

.smpForm .ss_contents input:not([type=checkbox])::-moz-placeholder {
  color: #C6C6C6;
}

.smpForm .ss_contents input:not([type=checkbox]):-ms-input-placeholder {
  color: #C6C6C6;
}

.smpForm .ss_contents input:not([type=checkbox])::-ms-input-placeholder {
  color: #C6C6C6;
}

.smpForm .ss_contents input:not([type=checkbox])::placeholder {
  color: #C6C6C6;
}

.smpForm .ss_contents input[type=checkbox] {
  width: 14px;
  height: 14px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #8E8E8E;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  margin-left: 0;
  margin-top: 3px;
  margin-bottom: 1px;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_contents input[type=checkbox] {
    width: calc(14 / 1440 * 100vw);
    height: calc(14 / 1440 * 100vw);
    margin-top: calc(3 / 1440 * 100vw);
    margin-bottom: calc(1 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_contents input[type=checkbox] {
    width: calc(14 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
    margin-bottom: calc(1 / 375 * 100vw);
  }
}

.smpForm .ss_contents input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 0px;
  width: 3px;
  height: 7px;
  border: solid var(--color-accent);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_contents input[type=checkbox]:checked::after {
    left: calc(3.5 / 1440 * 100vw);
    width: calc(3 / 1440 * 100vw);
    height: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_contents input[type=checkbox]:checked::after {
    left: calc(3.5 / 375 * 100vw);
    width: calc(3 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
  }
}

.smpForm .ss_contents .js-privacy-label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_contents .js-privacy-label {
    gap: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_contents .js-privacy-label {
    gap: calc(6 / 375 * 100vw);
  }
}

.smpForm .ss_upComment,
.smpForm .ss_leftComment,
.smpForm .ss_rightComment {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 12px;
  color: var(--color-black);
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_upComment,
  .smpForm .ss_leftComment,
  .smpForm .ss_rightComment {
    margin-left: calc(3 / 1440 * 100vw);
    margin-right: calc(3 / 1440 * 100vw);
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_upComment,
  .smpForm .ss_leftComment,
  .smpForm .ss_rightComment {
    margin-left: calc(3 / 375 * 100vw);
    margin-right: calc(3 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}

.smpForm #ss_name .ss_leftComment {
  font-size: 0;
  position: relative;
}

.smpForm #ss_name .ss_input:nth-child(1) .ss_leftComment::before {
  content: "姓";
}

.smpForm #ss_name .ss_input:nth-child(2) .ss_leftComment::before {
  content: "名";
}

.smpForm #ss_name .ss_input:nth-child(1) .ss_leftComment::before,
.smpForm #ss_name .ss_input:nth-child(2) .ss_leftComment::before {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  .smpForm #ss_name .ss_input:nth-child(1) .ss_leftComment::before,
  .smpForm #ss_name .ss_input:nth-child(2) .ss_leftComment::before {
    font-size: calc(15 / 1440 * 100vw);
    margin-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm #ss_name .ss_input:nth-child(1) .ss_leftComment::before,
  .smpForm #ss_name .ss_input:nth-child(2) .ss_leftComment::before {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }
}

.smpForm #ss_name .ss_input:nth-child(1) .ss_leftComment::after,
.smpForm #ss_name .ss_input:nth-child(2) .ss_leftComment::after {
  content: "※";
  color: var(--color-accent);
  font-size: 9px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  display: inline-block;
}

@media screen and (max-width: 1439px) {
  .smpForm #ss_name .ss_input:nth-child(1) .ss_leftComment::after,
  .smpForm #ss_name .ss_input:nth-child(2) .ss_leftComment::after {
    font-size: 0.625vw;
    -webkit-transform: translateY(-0.4166666667vw);
            transform: translateY(-0.4166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm #ss_name .ss_input:nth-child(1) .ss_leftComment::after,
  .smpForm #ss_name .ss_input:nth-child(2) .ss_leftComment::after {
    font-size: 2.4vw;
    -webkit-transform: translateY(-1.6vw);
            transform: translateY(-1.6vw);
  }
}
.smpForm .ss_btnArea {
  width: 176px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 18px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_btnArea {
    width: calc(176 / 1440 * 100vw);
    margin-top: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_btnArea {
    width: calc(176 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
  }
}

.smpForm .ss_btnArea::after {
  background-image: url(../images/icon_arrow_submit.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  margin: auto 0;
  position: absolute;
  right: 19px;
  top: 0;
  width: 7px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_btnArea::after {
    width: calc(7 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
    right: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_btnArea::after {
    width: calc(7 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
    right: calc(18 / 375 * 100vw);
  }
}

.smpForm .ss_btnArea input {
  height: 50px;
  background-color: var(--color-main);
  color: var(--color-white);
  border: 0;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_btnArea input {
    height: calc(50 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_btnArea input {
    height: calc(50 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .smpForm .ss_field:first-child {
    margin-top: calc(12 / 375 * 100vw);
  }
}

.smpForm .ss_field:hover {
  background-color: var(--color-white);
}

.smpForm .ss_form_title,
.smpForm .ss_enquete_title {
  margin-bottom: 6px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_form_title,
  .smpForm .ss_enquete_title {
    margin-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_form_title,
  .smpForm .ss_enquete_title {
    margin-bottom: calc(6 / 375 * 100vw);
  }
}

.smpForm .ss_grid {
  display: block;
}

.smpForm .ss_visitor_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.smpForm .ss_enquete_form {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 18px;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_enquete_form {
    margin-top: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_enquete_form {
    margin-top: calc(18 / 375 * 100vw);
  }
}

.smpForm #ss_VisitorData\.attribute1 {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  margin-top: 18px;
}
@media screen and (max-width: 1439px) {
  .smpForm #ss_VisitorData\.attribute1 {
    margin-top: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm #ss_VisitorData\.attribute1 {
    margin-top: calc(18 / 375 * 100vw);
  }
}

.smpForm .ss_privacy {
  -webkit-box-ordinal-group: 99;
      -ms-flex-order: 98;
          order: 98;
  margin-top: 18px;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_privacy {
    margin-top: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_privacy {
    margin-top: calc(18 / 375 * 100vw);
  }
}

.smpForm .ss_privacy a {
  color: var(--color-accent);
}

.smpForm .ss_privacy .ss_form_title {
  font-size: 13px;
  margin-bottom: 9px;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_privacy .ss_form_title {
    font-size: calc(13 / 1440 * 100vw);
    margin-bottom: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_privacy .ss_form_title {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(7 / 375 * 100vw);
  }
}

.smpForm #ss_VisitorData\.attribute1 .ss_form_title {
  font-size: 13px;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .smpForm #ss_VisitorData\.attribute1 .ss_form_title {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm #ss_VisitorData\.attribute1 .ss_form_title {
    font-size: calc(12 / 375 * 100vw);
  }
}

.smpForm #ss_name .ss_form_title {
  display: none !important;
}

.smpForm .ss_privacy_field .ss_grid {
  border: 1px solid #BABABA;
  padding: 0.5rem !important;
  text-align: justify;
  overflow: scroll;
  max-height: 92px;
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_privacy_field .ss_grid {
    max-height: calc(92 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_privacy_field .ss_grid {
    max-height: calc(92 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}

.smpForm .ss_user_notnull {
  color: var(--color-accent);
  display: inline-block;
  font-size: 9px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

@media screen and (max-width: 1439px) {
  .smpForm .ss_user_notnull {
    font-size: 0.625vw;
    -webkit-transform: translateY(-0.4166666667vw);
            transform: translateY(-0.4166666667vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_user_notnull {
    font-size: 2.4vw;
    -webkit-transform: translateY(-1.6vw);
            transform: translateY(-1.6vw);
  }
}
.smpForm .ss_warning_label {
  vertical-align: text-top;
  font-size: 12px;
  line-height: 12px;
  padding: 2px 4px;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_warning_label {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(12 / 1440 * 100vw);
    padding-top: calc(1 / 1440 * 100vw);
    padding-right: calc(4 / 1440 * 100vw);
    padding-bottom: calc(2 / 1440 * 100vw);
    padding-left: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_warning_label {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(12 / 375 * 100vw);
    padding-top: calc(2 / 375 * 100vw);
    padding-right: calc(4 / 375 * 100vw);
    padding-bottom: calc(2 / 375 * 100vw);
    padding-left: calc(4 / 375 * 100vw);
  }
}

.smpForm .ss_warning_label,
.smpForm .ss_error_msg {
  opacity: 0;
}

.smpForm .ss_error_msg {
  font-size: 12px;
}
@media screen and (max-width: 1439px) {
  .smpForm .ss_error_msg {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .smpForm .ss_error_msg {
    font-size: calc(12 / 375 * 100vw);
  }
}

.p-clients {
  background-color: var(--color-sub);
}

.p-clients .c-pageTitle {
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-clients .c-pageTitle {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients .c-pageTitle {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.p-clients .c-pageTitle--en {
  width: 144px;
  height: 28px;
  margin-top: 4px;
}
@media screen and (max-width: 1439px) {
  .p-clients .c-pageTitle--en {
    width: calc(144 / 1440 * 100vw);
    height: calc(28 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients .c-pageTitle--en {
    width: calc(92 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
}

.p-clients .c-pageTitle--ja {
  width: 192px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-clients .c-pageTitle--ja {
    width: calc(192 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients .c-pageTitle--ja {
    width: calc(132 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-clients__lead p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-clients__lead p {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients__lead p {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

.p-clients__logoListWrap {
  margin-top: 48px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-clients__logoListWrap {
    margin-top: calc(48 / 1440 * 100vw);
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients__logoListWrap {
    margin-top: calc(29 / 375 * 100vw);
    margin-bottom: calc(50 / 375 * 100vw);
  }
}

.p-clients__logoList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

@media screen and (max-width: 1439px) {
  .p-clients__logoList {
    gap: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-clients__logoList {
    gap: 2.6666666667vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-clients__logoItem {
  width: 198px;
  height: 130px;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  .p-clients__logoItem {
    width: calc(198 / 1440 * 100vw);
    height: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients__logoItem {
    width: calc(160 / 375 * 100vw);
    height: calc(103 / 375 * 100vw);
  }
}

.p-clients__logoMore {
  font-size: 10px;
  line-height: 19px;
  color: #121212;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-clients__logoMore {
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients__logoMore {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(10 / 375 * 100vw);
  }
}

@media (hover: none) {
  .p-clients__logoMore {
    -webkit-transition: none;
    transition: none;
  }
}
.p-clients__logoLink {
  position: relative;
}

.p-clients__logoLink::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 3px;
  width: 12px;
  height: 12px;
  background-image: url(../images/button_arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1439px) {
  .p-clients__logoLink::after {
    width: calc(12 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
    right: calc(12 / 1440 * 100vw);
    bottom: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients__logoLink::after {
    width: calc(12 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
    bottom: calc(-2 / 375 * 100vw);
  }
}

.p-clients__logoItem a:hover {
  opacity: 1;
  font-weight: 700;
  color: var(--color-main);
}

.p-clients__logoItem a:active,
.p-clients__logoItem a:focus {
  color: var(--color-main);
  font-weight: 700;
}

.p-clients__logoItem a:hover::after {
  background-image: url(../images/button_arrow_blue.svg);
}

.p-clients__logoItem a:active::after {
  background-image: url(../images/button_arrow_blue.svg);
}

.p-clients__logoItem a:hover .p-clients__logoMore {
  color: var(--color-main);
  font-weight: 700;
}

.p-clients__logoItem a:active .p-clients__logoMore,
.p-clients__logoItem a:focus .p-clients__logoMore {
  color: var(--color-main);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-clients__logoImg {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-clients__data .l-container {
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-clients__data .l-container {
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients__data .l-container {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.p-clients__dataTitle {
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-clients__dataTitle {
    padding-bottom: calc(15 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients__dataTitle {
    padding-bottom: calc(10 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
  }
}

.p-clients__dataTitle img {
  width: 88px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-clients__dataTitle img {
    width: calc(88 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients__dataTitle img {
    width: calc(80 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}

.p-clients__dataLead {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE200), to(#FFE200));
  background-image: linear-gradient(#FFE200, #FFE200);
  background-size: 100% 10px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  display: inline-block;
}

@media screen and (max-width: 1439px) {
  .p-clients__dataLead {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
    background-size: 100% 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-clients__dataLead {
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    background-size: 100% 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-clients__tableWrap {
    margin-right: -5.8666666667vw;
    padding-right: 5.8666666667vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-bottom: 3.4666666667vw;
  }
  /* カスタムスクロールバー */
  .p-clients__tableWrap::-webkit-scrollbar {
    display: none;
  }
  .p-clients__tableWrap {
    scrollbar-width: none;
  }
}
.p-clients__table {
  margin-top: 26px;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}

@media screen and (max-width: 1439px) {
  .p-clients__table {
    margin-top: 1.8055555556vw;
    font-size: 0.9722222222vw;
    line-height: 1.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-clients__table {
    margin-top: 5.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    max-width: 162.9333333333vw !important;
    position: relative;
    width: 162.9333333333vw !important;
  }
}
.p-clients__table th {
  background: var(--color-black);
  color: var(--color-white);
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-clients__table th {
    padding-right: calc(5 / 1440 * 100vw);
    padding-left: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients__table th {
    padding-right: calc(5 / 375 * 100vw);
    padding-left: calc(5 / 375 * 100vw);
  }
}

.p-clients__table th:first-child,
.p-clients__table td:first-child {
  width: 298px;
}
@media screen and (max-width: 1439px) {
  .p-clients__table th:first-child,
  .p-clients__table td:first-child {
    width: calc(298 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clients__table th:first-child,
  .p-clients__table td:first-child {
    width: calc(158 / 375 * 100vw);
  }
}

.p-clientTable__body {
  background-color: var(--color-white);
}

.p-clientTable__body td {
  padding: 5px 0;
  text-align: center;
  color: var(--color-black);
}
@media screen and (max-width: 1439px) {
  .p-clientTable__body td {
    padding-right: calc(5 / 1440 * 100vw);
    padding-left: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clientTable__body td {
    padding-right: calc(5 / 375 * 100vw);
    padding-left: calc(5 / 375 * 100vw);
  }
}

.p-clients__table th + th {
  border-left: 1px solid var(--color-white);
}

.p-clientTable__body tr + tr {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.p-clientTable__body td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.p-service {
  background-color: var(--color-sub);
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .p-service {
    padding-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-bottom: calc(32 / 375 * 100vw);
  }
}

.p-service > section > .l-container {
  padding-top: 75px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-service > section > .l-container {
    padding-top: calc(75 / 1440 * 100vw);
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service > section > .l-container {
    padding-top: calc(50 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service > section.p-serviceWorries > .l-container {
    padding-top: calc(44 / 375 * 100vw);
  }
}

.p-service > section.p-serviceMainVisual > .l-container {
  width: 1305px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1439px) {
  .p-service > section.p-serviceMainVisual > .l-container {
    width: calc(1305 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service > section.p-serviceMainVisual > .l-container {
    width: 100%;
  }
}

.p-service__breadcrumb {
  color: var(--color-white);
}

.p-service__breadcrumb a {
  color: var(--color-white);
}

.p-service__breadcrumb .p-breadCrumb__nav > ul > li:not(:first-of-type)::before {
  border-right: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}

.p-service__breadcrumb .p-breadCrumb__home svg {
  fill: var(--color-white);
}

.p-serviceMainVisual {
  height: 590px;
  background-color: var(--color-black);
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-serviceMainVisual {
    height: calc(590 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceMainVisual {
    height: calc(582 / 375 * 100vw);
  }
}

.p-serviceMainVisual__titleBox {
  padding-top: 33px;
  position: relative;
  height: 245px;
}
@media screen and (max-width: 1439px) {
  .p-serviceMainVisual__titleBox {
    padding-top: calc(33 / 1440 * 100vw);
    height: calc(245 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceMainVisual__titleBox {
    padding-top: calc(0 / 375 * 100vw);
    height: calc(172 / 375 * 100vw);
  }
}

.p-serviceMainVisual__titleBox h1 {
  width: 768px;
  height: 112px;
}

@media screen and (max-width: 1439px) {
  .p-serviceMainVisual__titleBox h1 {
    width: 53.3333333333vw;
    height: 7.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceMainVisual__titleBox h1 {
    width: 76.5333333333vw;
    height: 33.0666666667vw;
    margin: 0 auto;
  }
}
.p-serviceMainVisual__en {
  width: 625px;
  height: 40px;
  position: absolute;
  bottom: 35px;
  left: 10px;
}

@media screen and (max-width: 1439px) {
  .p-serviceMainVisual__en {
    width: 43.4027777778vw;
    height: 2.7777777778vw;
    bottom: 2.4305555556vw;
    left: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceMainVisual__en {
    width: 54.4vw;
    height: 12vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 4vw;
  }
}
.p-serviceMainVisual__img {
  width: 537px;
  height: 576px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 394px));
          transform: translateX(calc(-50% + 394px));
  bottom: -45px;
}

@media screen and (max-width: 1439px) {
  .p-serviceMainVisual__img {
    width: 37.2916666667vw;
    height: 40vw;
    -webkit-transform: translateX(calc(-50% + 27.3611111111vw));
            transform: translateX(calc(-50% + 27.3611111111vw));
    bottom: -3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceMainVisual__img {
    width: 88vw;
    height: 94.4vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -7.2vw;
  }
}
.p-service__section-heading {
  text-align: center;
}

.p-service__section-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-service__section-title {
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(42 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-service__about .p-service__section-title {
  color: var(--color-white);
}

.p-service__about-service .p-service__section-title {
  color: var(--color-white);
  margin-bottom: 21px;
}
@media screen and (max-width: 1439px) {
  .p-service__about-service .p-service__section-title {
    margin-bottom: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__about-service .p-service__section-title {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.p-serviceClientList__wrapper {
  overflow: hidden;
  padding-top: 105px;
}

@media screen and (max-width: 1439px) {
  .p-serviceClientList__wrapper {
    padding-top: 7.2916666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceClientList__wrapper {
    padding-top: 18.1333333333vw;
  }
}
.p-service__worries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-service__worries-list {
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__worries-list {
    gap: calc(16 / 375 * 100vw);
  }
}

.p-service__worries-item {
  width: 330px;
  background-color: var(--color-white);
  padding: 40px 20px 29px 20px;
  -webkit-filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1439px) {
  .p-service__worries-item {
    width: calc(330 / 1440 * 100vw);
    padding-top: calc(40 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
    padding-bottom: calc(29 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    gap: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__worries-item {
    width: 100%;
    padding-top: calc(15 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
    padding-left: calc(12 / 375 * 100vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(13 / 375 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service__worries-header img {
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-service__worries-header img {
    width: calc(110 / 1440 * 100vw);
    height: calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__worries-header img {
    width: calc(55 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
}

.p-service__worries-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-service__worries-text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__worries-text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    text-align: left;
  }
}

.p-service__worries-text span {
  color: var(--color-main);
  letter-spacing: 0.02em;
}

.p-service__about-service {
  background-color: var(--color-black);
}

.p-service__about-service .p-service__section-label {
  width: 162px;
  height: 28px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-service__about-service .p-service__section-label {
    width: calc(162 / 1440 * 100vw);
    height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__about-service .p-service__section-label {
    width: calc(104 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-service__about-service-lead {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1439px) {
  .p-service__about-service-lead {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__about-service-lead {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(28 / 375 * 100vw);
  }
}

.p-service__about-service-lead span {
  color: var(--color-accent);
  font-weight: 700;
}

.p-service__about-service-img {
  width: 1050px;
  height: 480px;
}
@media screen and (max-width: 1439px) {
  .p-service__about-service-img {
    width: calc(1050 / 1440 * 100vw);
    height: calc(480 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__about-service-img {
    width: 100%;
    height: calc(186 / 375 * 100vw);
  }
}

.p-service__about-service-imgBox {
  position: relative;
}

.p-service__commit .p-service__section-label {
  width: 232px;
  height: 25px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-service__commit .p-service__section-label {
    width: calc(232 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__commit .p-service__section-label {
    width: calc(148 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
    margin-bottom: calc(9 / 375 * 100vw);
  }
}

.p-service__commit__listBox {
  background-color: var(--color-white);
  padding: 50px 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  .p-service__commit__listBox {
    padding-top: calc(50 / 1440 * 100vw);
    padding-right: calc(133 / 1440 * 100vw);
    padding-bottom: calc(50 / 1440 * 100vw);
    padding-left: calc(133 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__commit__listBox {
    padding-top: calc(30 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(38 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(29 / 375 * 100vw);
  }
}

.p-service__commit__list {
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-service__commit__list {
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__commit__list {
    width: 100%;
  }
}

.p-service__commit__list + .p-service__commit__list {
  margin-top: 39px;
}
@media screen and (max-width: 1439px) {
  .p-service__commit__list + .p-service__commit__list {
    margin-top: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__commit__list + .p-service__commit__list {
    margin-top: calc(29 / 375 * 100vw);
  }
}

.p-service__commit__item {
  position: relative;
  line-height: 23.5px;
}
@media screen and (max-width: 1439px) {
  .p-service__commit__item {
    line-height: calc(23.5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__commit__item {
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-service__commit__item a {
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 23px;
  color: var(--color-black);
}
@media screen and (max-width: 1439px) {
  .p-service__commit__item a {
    padding-left: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__commit__item a {
    padding-left: calc(14 / 375 * 100vw);
  }
}

.p-service__commit__item a:before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 42%;
  border-right: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 1439px) {
  .p-service__commit__item a:before {
    width: calc(4 / 1440 * 100vw);
    height: calc(4 / 1440 * 100vw);
    left: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__commit__item a:before {
    width: calc(4 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
  }
}

.p-service__commit__item + .p-service__commit__item {
  margin-top: 17.5px;
}
@media screen and (max-width: 1439px) {
  .p-service__commit__item + .p-service__commit__item {
    margin-top: calc(17.5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__commit__item + .p-service__commit__item {
    margin-top: calc(16 / 375 * 100vw);
  }
}

.p-service__commit__item--heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .p-service__commit__item--heading {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    padding-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__commit__item--heading {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
}

.p-service__commit__item--heading span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-service__commit__item--heading span {
    font-size: calc(15 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__commit__item--heading span {
    display: inline-block;
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    padding-left: calc(4 / 375 * 100vw);
  }
}

.p-service__commit__item--heading2row {
  padding-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-service__commit__item--heading2row {
    padding-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__commit__item--heading2row {
    padding-bottom: calc(6 / 375 * 100vw);
  }
}

.p-cta--service {
  height: 295px;
  background-image: url(../images/cta_bg_service.jpg);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
}

@media screen and (max-width: 1439px) {
  .p-cta--service {
    height: 20.4861111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta--service {
    background-image: url(../images/cta_bg_service_sp.jpg);
    height: 74.4vw;
  }
}
.p-cta--service .p-cta__title-text {
  color: var(--color-white);
  font-size: 38px;
  font-weight: 700;
  line-height: 57px;
  text-align: center;
  margin-top: 69px;
  margin-bottom: 43px;
}
@media screen and (max-width: 1439px) {
  .p-cta--service .p-cta__title-text {
    font-size: calc(38 / 1440 * 100vw);
    line-height: calc(57 / 1440 * 100vw);
    margin-top: calc(69 / 1440 * 100vw);
    margin-bottom: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta--service .p-cta__title-text {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-service__about {
  background-color: var(--color-black);
}

.p-service__about .p-service__section-label {
  width: 142px;
  height: 28px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-service__about .p-service__section-label {
    width: calc(142 / 1440 * 100vw);
    height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__about .p-service__section-label {
    width: calc(90 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-service__about__content {
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 35px 40px;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-service__about__content {
    padding-left: calc(40 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
    padding-top: calc(40 / 1440 * 100vw);
    padding-bottom: calc(35 / 1440 * 100vw);
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__about__content {
    padding: calc(0 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(0 / 375 * 100vw);
  }
}

.p-service__about__heading {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .p-service__about__heading {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    padding-bottom: calc(10 / 1440 * 100vw);
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__about__heading {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-bottom: calc(9 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
    margin-bottom: calc(7 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__about__textBox {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(25 / 375 * 100vw);
  }
}

.p-service__about__text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-service__about__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__about__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-service__about__image {
  width: 330px;
  height: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 37px;
}
@media screen and (max-width: 1439px) {
  .p-service__about__image {
    width: calc(330 / 1440 * 100vw);
    height: calc(200 / 1440 * 100vw);
    margin-top: calc(37 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__about__image {
    width: calc(330 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}

.p-serviceDetail {
  background-color: var(--color-sub);
}

.p-serviceDetail__mainVisual {
  position: relative;
  background-image: var(--mv-bg-pc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .p-serviceDetail__mainVisual {
    background-image: var(--mv-bg-sp);
  }
}
.p-serviceDetail__mainVisual-illust {
  position: absolute;
  left: calc(50% + 169px);
  bottom: 60px;
  width: 433px;
}

@media screen and (max-width: 1439px) {
  .p-serviceDetail__mainVisual-illust {
    left: calc(50% + 11.7361111111vw);
    bottom: 4.7916666667vw;
    width: 30.0694444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__mainVisual-illust {
    width: 73.0666666667vw;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9.8666666667vw;
  }
}
.p-serviceDetail__mainVisual-illust img {
  width: 100%;
  height: auto;
  display: block;
}

.p-serviceDetail__mainVisual-content {
  width: 100%;
  max-width: 1215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 72px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__mainVisual-content {
    max-width: calc(1215 / 1440 * 100vw);
    padding-bottom: calc(72 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__mainVisual-content {
    max-width: 100%;
    padding-bottom: calc(40 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-serviceDetail__mainVisual-heading {
    text-align: center;
  }
}

.p-serviceDetail__mainVisual-heading h1 {
  font-size: 35px;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 17px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__mainVisual-heading h1 {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(49 / 1440 * 100vw);
    margin-bottom: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__mainVisual-heading h1 {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-serviceDetail__mainVisual-heading p {
  color: var(--color-main);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__mainVisual-heading p {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__mainVisual-heading p {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-serviceDetail > section > .l-container {
  padding-top: 78px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail > section > .l-container {
    padding-top: calc(78 / 1440 * 100vw);
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail > section > .l-container {
    padding-top: calc(54 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
  }
}

.p-serviceDetail > section.p-serviceDetail__worries > .l-container,
.p-serviceDetail > section.p-serviceDetail__achievements > .l-container {
  padding-top: 74px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail > section.p-serviceDetail__worries > .l-container,
  .p-serviceDetail > section.p-serviceDetail__achievements > .l-container {
    padding-top: calc(74 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail > section.p-serviceDetail__worries > .l-container,
  .p-serviceDetail > section.p-serviceDetail__achievements > .l-container {
    padding-top: calc(52 / 375 * 100vw);
  }
}

.p-serviceDetail > section.p-cta--serviceDetail > .l-container {
  padding-top: 66px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail > section.p-cta--serviceDetail > .l-container {
    padding-top: calc(66 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail > section.p-cta--serviceDetail > .l-container {
    padding-top: calc(50 / 375 * 100vw);
  }
}

.p-serviceDetail > section.p-serviceDetail__consultation .l-container {
  padding-top: 74px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail > section.p-serviceDetail__consultation .l-container {
    padding-top: calc(74 / 1440 * 100vw);
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail > section.p-serviceDetail__consultation .l-container {
    padding-top: calc(54 / 375 * 100vw);
    padding-bottom: calc(79 / 375 * 100vw);
  }
}

.p-serviceDetail > section.p-serviceDetail__merit .l-container {
  padding-top: 74px;
  padding-bottom: 86px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail > section.p-serviceDetail__merit .l-container {
    padding-top: calc(74 / 1440 * 100vw);
    padding-bottom: calc(86 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail > section.p-serviceDetail__merit .l-container {
    padding-top: calc(53 / 375 * 100vw);
    padding-bottom: calc(46 / 375 * 100vw);
  }
}

.p-serviceDetail > section.p-serviceDetail__casestudies .l-container {
  padding-top: 74px;
  padding-bottom: 68px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail > section.p-serviceDetail__casestudies .l-container {
    padding-top: calc(74 / 1440 * 100vw);
    padding-bottom: calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail > section.p-serviceDetail__casestudies .l-container {
    padding-top: calc(52 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
  }
}

.p-serviceDetail > section.p-serviceDetail__voice .l-container {
  padding-top: 76px;
  padding-bottom: 71px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail > section.p-serviceDetail__voice .l-container {
    padding-top: calc(76 / 1440 * 100vw);
    padding-bottom: calc(71 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail > section.p-serviceDetail__voice .l-container {
    padding-top: calc(53 / 375 * 100vw);
    padding-bottom: calc(51 / 375 * 100vw);
  }
}

.p-serviceDetail__section-heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__section-heading {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__section-heading {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-serviceDetail__voice .p-serviceDetail__section-heading {
  margin-bottom: 64px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__voice .p-serviceDetail__section-heading {
    margin-bottom: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__voice .p-serviceDetail__section-heading {
    margin-bottom: calc(44 / 375 * 100vw);
  }
}

.p-serviceDetail__section-lead {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__section-lead {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__section-lead {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-serviceDetail__casestudies .p-serviceDetail__section-lead span {
  color: var(--color-accent);
  font-weight: 700;
}

.p-serviceDetail__section-label {
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__section-label {
    margin-bottom: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__section-label {
    margin-bottom: calc(13 / 375 * 100vw);
  }
}

.p-serviceDetail__worries .p-serviceDetail__section-label {
  width: 84px;
  height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__worries .p-serviceDetail__section-label {
    width: calc(84 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__worries .p-serviceDetail__section-label {
    width: calc(54 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}

.p-serviceDetail__features .p-serviceDetail__section-label {
  width: 88px;
  height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__features .p-serviceDetail__section-label {
    width: calc(88 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__features .p-serviceDetail__section-label {
    width: calc(56 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}

.p-serviceDetail__flow {
  background-color: var(--color-black);
}

.p-serviceDetail__flow .p-serviceDetail__section-label {
  width: 50px;
  height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__flow .p-serviceDetail__section-label {
    width: calc(50 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__flow .p-serviceDetail__section-label {
    width: calc(32 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}

.p-serviceDetail__achievements .p-serviceDetail__section-label {
  width: 140px;
  height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__achievements .p-serviceDetail__section-label {
    width: calc(140 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__achievements .p-serviceDetail__section-label {
    width: calc(92 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}

.p-serviceDetail__faq .p-serviceDetail__section-label {
  width: 56px;
  height: 27px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__faq .p-serviceDetail__section-label {
    width: calc(56 / 1440 * 100vw);
    height: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__faq .p-serviceDetail__section-label {
    width: calc(36 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
  }
}

.p-serviceDetail__consultation .p-serviceDetail__section-label {
  width: 132px;
  height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__consultation .p-serviceDetail__section-label {
    width: calc(132 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__consultation .p-serviceDetail__section-label {
    width: calc(82 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
  }
}

.p-serviceDetail__merit .p-serviceDetail__section-label {
  width: 60px;
  height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__merit .p-serviceDetail__section-label {
    width: calc(60 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__merit .p-serviceDetail__section-label {
    width: calc(38 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}

.p-serviceDetail__casestudies .p-serviceDetail__section-label {
  width: 128px;
  height: 29px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__casestudies .p-serviceDetail__section-label {
    width: calc(128 / 1440 * 100vw);
    height: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__casestudies .p-serviceDetail__section-label {
    width: calc(82 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
  }
}

.p-serviceDetail__voice .p-serviceDetail__section-label {
  width: 56px;
  height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__voice .p-serviceDetail__section-label {
    width: calc(56 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__voice .p-serviceDetail__section-label {
    width: calc(36 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
  }
}

.p-serviceDetail__section-title {
  font-size: 30px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__section-title {
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__section-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
  }
}

.p-serviceDetail__features .p-serviceDetail__section-title,
.p-serviceDetail__faq .p-serviceDetail__section-title {
  font-size: 29px;
  line-height: 41px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__features .p-serviceDetail__section-title,
  .p-serviceDetail__faq .p-serviceDetail__section-title {
    font-size: calc(29 / 1440 * 100vw);
    line-height: calc(41 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__features .p-serviceDetail__section-title,
  .p-serviceDetail__faq .p-serviceDetail__section-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
  }
}

.p-serviceDetail__features .p-serviceDetail__section-title,
.p-serviceDetail__faq .p-serviceDetail__section-title,
.p-serviceDetail__flow .p-serviceDetail__section-title {
  color: var(--color-white);
}

.p-serviceDetail__worries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__worries-list {
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__worries-list {
    gap: calc(16 / 375 * 100vw);
  }
}

.p-serviceDetail__worries-list.is-count-4 {
  display: grid;
  grid-template-columns: repeat(2, 330px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 1439px) {
  .p-serviceDetail__worries-list.is-count-4 {
    grid-template-columns: repeat(2, 22.9166666667vw);
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__worries-list.is-count-4 {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.p-serviceDetail__worries-item {
  width: 330px;
  background-color: var(--color-white);
  padding: 38px 20px 29px 20px;
  -webkit-filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__worries-item {
    width: calc(330 / 1440 * 100vw);
    padding-top: calc(38 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
    padding-bottom: calc(29 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    gap: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__worries-item {
    width: 100%;
    padding-top: calc(10 / 375 * 100vw);
    padding-right: calc(13 / 375 * 100vw);
    padding-bottom: calc(11 / 375 * 100vw);
    padding-left: calc(12 / 375 * 100vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(13 / 375 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-serviceDetail__worries-header img {
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__worries-header img {
    width: calc(110 / 1440 * 100vw);
    height: calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__worries-header img {
    width: calc(55 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
}

.p-serviceDetail__worries-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__worries-text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__worries-text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    text-align: left;
  }
}

.p-serviceDetail__worries-text span {
  color: var(--color-main);
}

.p-cta--serviceDetail {
  height: 382px;
  background-image: url(../images/cta_bg_service_detail.jpg);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
}

@media screen and (max-width: 1439px) {
  .p-cta--serviceDetail {
    height: 26.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta--serviceDetail {
    background-image: url(../images/cta_bg_service_detail_sp.jpg);
    height: 104.5333333333vw;
  }
}
.p-serviceDetail__cta-title {
  font-size: 38px;
  line-height: 57px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__cta-title {
    font-size: calc(38 / 1440 * 100vw);
    line-height: calc(57 / 1440 * 100vw);
    margin-bottom: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__cta-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-serviceDetail__cta-text {
    text-align: center;
  }
}

.p-serviceDetail__features {
  background-color: var(--color-black);
}

.p-serviceDetail__features-item {
  background-color: var(--color-white);
}

.p-serviceDetail__features-item + .p-serviceDetail__features-item {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__features-item + .p-serviceDetail__features-item {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__features-item + .p-serviceDetail__features-item {
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-serviceDetail__features-header {
  padding: 25px 55px 22px 30px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__features-header {
    padding-top: calc(25 / 1440 * 100vw);
    padding-right: calc(55 / 1440 * 100vw);
    padding-bottom: calc(22 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__features-header {
    padding-top: calc(11 / 375 * 100vw);
    padding-right: calc(46 / 375 * 100vw);
    padding-bottom: calc(11 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}

.p-serviceDetail__features-header::before,
.p-serviceDetail__features-header::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 50%;
  background-color: var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__features-header::before,
  .p-serviceDetail__features-header::after {
    right: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__features-header::before,
  .p-serviceDetail__features-header::after {
    right: calc(26 / 375 * 100vw);
  }
}

.p-serviceDetail__features-header::before {
  width: 28px;
  height: 1px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__features-header::before {
    width: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__features-header::before {
    width: calc(22 / 375 * 100vw);
  }
}

.p-serviceDetail__features-header::after {
  width: 1px;
  height: 28px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__features-header::after {
    height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__features-header::after {
    height: calc(22 / 375 * 100vw);
  }
}

.p-serviceDetail__features-header.is-open::after {
  display: none;
}

.p-serviceDetail__features-item.is-static .p-serviceDetail__features-header {
  cursor: default;
}

.p-serviceDetail__features-item.is-static .p-serviceDetail__features-header::before,
.p-serviceDetail__features-item.is-static .p-serviceDetail__features-header::after {
  display: none;
}

.p-serviceDetail__features-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__features-title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__features-title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-serviceDetail__features-body {
  display: none;
  padding: 0 20px 30px 30px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__features-body {
    padding-right: calc(20 / 1440 * 100vw);
    padding-bottom: calc(30 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__features-body {
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(21 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}

.p-serviceDetail__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__flow-list {
    gap: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 / 375 * 100vw);
  }
}

.p-serviceDetail__flow-item {
  width: 198px;
  background-color: var(--color-white);
  padding: 43px 20px 30px 20px;
  -webkit-filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__flow-item {
    width: calc(198 / 1440 * 100vw);
    padding-top: calc(43 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
    padding-bottom: calc(30 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__flow-item {
    width: 100%;
    padding-top: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(22 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-serviceDetail__flow-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(15 / 375 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-serviceDetail__flow-num {
  background-color: var(--color-main);
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__flow-num {
    width: calc(30 / 1440 * 100vw);
    height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__flow-num {
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    position: static;
  }
}

.p-serviceDetail__flow-num img {
  width: 20px;
  height: 18px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__flow-num img {
    width: calc(20 / 1440 * 100vw);
    height: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__flow-num img {
    width: calc(20 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
  }
}

.p-serviceDetail__flow-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: var(--color-main);
  margin-bottom: 7px;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__flow-title {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-bottom: calc(7 / 1440 * 100vw);
    min-height: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__flow-title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
    text-align: left;
    min-height: calc(28 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-serviceDetail__flow-body {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-serviceDetail__flow-text {
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__flow-text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__flow-text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-serviceDetail__achievements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__achievements-list {
    gap: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__achievements-list {
    gap: calc(20 / 375 * 100vw);
  }
}

.p-serviceDetail__achievements-item {
  background-color: var(--color-white);
  padding: 36px 40px 42px 40px;
  -webkit-filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 3px 16px rgba(0, 0, 0, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__achievements-item {
    padding-top: calc(36 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
    padding-bottom: calc(42 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__achievements-item {
    width: 100%;
    padding: calc(0 / 375 * 100vw);
    gap: calc(0 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-serviceDetail__achievements-content {
    padding-top: calc(15 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(23 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}

.p-serviceDetail__achievements-label {
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 12px;
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__achievements-label {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    padding-right: calc(11 / 1440 * 100vw);
    padding-left: calc(11 / 1440 * 100vw);
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__achievements-label {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    padding-right: calc(9 / 375 * 100vw);
    padding-left: calc(12 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
    position: absolute;
    left: calc(0 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}

.p-serviceDetail__achievements-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 10px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__achievements-title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    padding-bottom: calc(10 / 1440 * 100vw);
    margin-bottom: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__achievements-title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding-bottom: calc(5 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-serviceDetail__achievements-text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__achievements-text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__achievements-text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-serviceDetail__achievements-image {
  width: 330px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__achievements-image {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__achievements-image {
    width: 100%;
  }
}

.p-serviceDetail__faq {
  background-color: var(--color-black);
}

.p-serviceDetail__form {
  margin: 0 auto;
}

.p-serviceDetail__merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__merit-list {
    gap: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__merit-list {
    gap: calc(26 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-serviceDetail__merit-header {
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__merit-header {
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__merit-header {
    margin-bottom: calc(13 / 375 * 100vw);
  }
}

.p-serviceDetail__merit-header img {
  width: 248px;
  height: 150px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__merit-header img {
    width: calc(248 / 1440 * 100vw);
    height: calc(150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__merit-header img {
    width: calc(330 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
  }
}

.p-serviceDetail__merit-title {
  font-size: 17px;
  line-height: 24px;
  color: var(--color-main);
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__merit-title {
    font-size: calc(17 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    padding-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__merit-title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
    text-align: left;
  }
}

.p-serviceDetail__merit-text {
  font-size: 15px;
  line-height: 30px;
  margin-top: 6px;
}

@media screen and (max-width: 1439px) {
  .p-serviceDetail__merit-text {
    font-size: 1.0416666667vw;
    line-height: 2.0833333333vw;
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__merit-text {
    font-size: 4vw;
    line-height: 7.4666666667vw;
    margin-top: 1.6vw;
    font-weight: 500;
  }
}
.p-serviceDetail__casestudies-image img {
  width: 1050px;
  height: 465px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__casestudies-image img {
    width: calc(1050 / 1440 * 100vw);
    height: calc(465 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__casestudies-image img {
    width: calc(330 / 375 * 100vw);
    height: calc(622 / 375 * 100vw);
  }
}

.p-serviceDetail__voice {
  background-color: var(--color-white);
}

.p-serviceDetail__voice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 30px;
}

@media screen and (max-width: 1439px) {
  .p-serviceDetail__voice-list {
    gap: 2.3611111111vw 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .p-serviceDetail__voice-list {
    grid-template-columns: 1fr;
    gap: 9.3333333333vw;
  }
}
.p-serviceDetail__voice-item {
  -webkit-box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.1);
  padding: 18px 28px 24px 30px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__voice-item {
    -webkit-box-shadow:  calc(2 / 1440 * 100vw) calc(3 / 1440 * 100vw) calc(16 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow:  calc(2 / 1440 * 100vw) calc(3 / 1440 * 100vw) calc(16 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
    padding-top: calc(18 / 1440 * 100vw);
    padding-right: calc(28 / 1440 * 100vw);
    padding-bottom: calc(24 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__voice-item {
    -webkit-box-shadow:  calc(2 / 375 * 100vw) calc(3 / 375 * 100vw) calc(16 / 375 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow:  calc(2 / 375 * 100vw) calc(3 / 375 * 100vw) calc(16 / 375 * 100vw) rgba(0, 0, 0, 0.1);
    padding-top: calc(18 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(24 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}

.p-serviceDetail__voice-header {
  position: relative;
}

.p-serviceDetail__voice-header img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -33px;
  left: 0;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__voice-header img {
    width: calc(90 / 1440 * 100vw);
    height: calc(90 / 1440 * 100vw);
    top: calc(-33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__voice-header img {
    width: calc(90 / 375 * 100vw);
    height: calc(90 / 375 * 100vw);
    top: calc(-33 / 375 * 100vw);
  }
}

.p-serviceDetail__voice-industry {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-main);
  margin-left: 110px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__voice-industry {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-left: calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__voice-industry {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-left: calc(110 / 375 * 100vw);
  }
}

.p-serviceDetail__voice-companyinfo {
  font-size: 12px;
  line-height: 24px;
  color: var(--color-main);
  margin-left: 110px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__voice-companyinfo {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-left: calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__voice-companyinfo {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-left: calc(110 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
  }
}

.p-serviceDetail__voice-text {
  font-size: 15px;
  line-height: 30px;
  margin-top: 21px;
}
@media screen and (max-width: 1439px) {
  .p-serviceDetail__voice-text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-top: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceDetail__voice-text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(19 / 375 * 100vw);
  }
}

.p-support {
  background-color: var(--color-sub);
}

.p-support .c-pageTitle--en {
  width: 84px;
  height: 28px;
  margin-top: 4px;
  margin-bottom: 1px;
}
@media screen and (max-width: 1439px) {
  .p-support .c-pageTitle--en {
    width: calc(84 / 1440 * 100vw);
    height: calc(28 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
    margin-bottom: calc(1 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support .c-pageTitle--en {
    width: calc(54 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
  }
}

.p-support .c-pageTitle--ja {
  width: 189px;
  height: 32px;
  margin-left: -4px;
}
@media screen and (max-width: 1439px) {
  .p-support .c-pageTitle--ja {
    width: calc(189 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
    margin-left: calc(-4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support .c-pageTitle--ja {
    width: calc(131 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    margin-left: calc(-4 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-support-content .l-container {
    padding-right: calc(22 / 375 * 100vw);
  }
}

.p-support-contentBox__title {
  color: var(--color-main);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 26px 29px 26px 31px;
}
@media screen and (max-width: 1439px) {
  .p-support-contentBox__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    gap: calc(25 / 1440 * 100vw);
    padding-top: calc(26 / 1440 * 100vw);
    padding-right: calc(29 / 1440 * 100vw);
    padding-bottom: calc(26 / 1440 * 100vw);
    padding-left: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    gap: calc(0 / 375 * 100vw);
    padding-top: calc(14 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-bottom: calc(12 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-support-contentBox__title p {
    letter-spacing: 0.02em;
  }
}

.p-support-contentBox__body {
  padding: 26px 30px 47px 30px;
}
@media screen and (max-width: 1439px) {
  .p-support-contentBox__body {
    padding-top: calc(26 / 1440 * 100vw);
    padding-right: calc(30 / 1440 * 100vw);
    padding-bottom: calc(47 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__body {
    padding-top: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    padding-bottom: calc(37 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
  }
}

.p-support-contentBox__heading {
  color: var(--color-main);
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1439px) {
  .p-support-contentBox__heading {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__heading {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    width: 100%;
  }
}

.p-support-contentBox__textBox + .p-support-contentBox__textBox {
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-support-contentBox__textBox + .p-support-contentBox__textBox {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__textBox + .p-support-contentBox__textBox {
    margin-top: calc(16 / 375 * 100vw);
  }
}

.p-support-contentBox__text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.072em;
}
@media screen and (max-width: 1439px) {
  .p-support-contentBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-support-contentBox__note {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .p-support-contentBox__note {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__note {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(4 / 375 * 100vw);
  }
}

.p-support-contentBox__listBox {
  border: 1px solid var(--color-main);
  padding-top: 31px;
  padding-right: 40px;
  padding-bottom: 24px;
  padding-left: 40px;
  margin-top: 18px;
}
@media screen and (max-width: 1439px) {
  .p-support-contentBox__listBox {
    padding-top: calc(31 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
    padding-bottom: calc(24 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    margin-top: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__listBox {
    padding-top: calc(25 / 375 * 100vw);
    padding-right: calc(17 / 375 * 100vw);
    padding-bottom: calc(24 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}

.p-support-contentBox__list {
  margin-top: 8px;
  margin-left: 2px;
}
@media screen and (max-width: 1439px) {
  .p-support-contentBox__list {
    margin-top: calc(8 / 1440 * 100vw);
    margin-left: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__list {
    margin-top: calc(8 / 375 * 100vw);
    margin-left: calc(2 / 375 * 100vw);
  }
}

.p-support-contentBox__item {
  position: relative;
  padding-left: 13px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-support-contentBox__item {
    padding-left: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-support-contentBox__item {
    padding-left: calc(18 / 375 * 100vw);
  }
}

.p-support-contentBox__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-support-contentBox__item::before {
  width: 1em;
  text-align: left;
}

.p-sitemap {
  background-color: var(--color-sub);
}

.p-sitemap .c-pageTitle--en {
  width: 94px;
  height: 28px;
  margin-top: 4px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap .c-pageTitle--en {
    width: calc(94 / 1440 * 100vw);
    height: calc(28 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap .c-pageTitle--en {
    width: calc(54 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
}

.p-sitemap .c-pageTitle--ja {
  width: 189px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap .c-pageTitle--ja {
    width: calc(189 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap .c-pageTitle--ja {
    width: calc(132 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

.p-sitemap-content {
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap-content {
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap-content {
    padding-bottom: calc(79 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-sitemap-content .l-container {
    padding-right: calc(22 / 375 * 100vw);
  }
}

.p-sitemap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0 69px 0;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav {
    padding-top: calc(22 / 1440 * 100vw);
    padding-right: calc(0 / 1440 * 100vw);
    padding-bottom: calc(69 / 1440 * 100vw);
    padding-left: calc(0 / 1440 * 100vw);
    gap: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: calc(11 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    padding-bottom: calc(41 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    border-bottom: calc(0 / 375 * 100vw);
    gap: calc(10 / 375 * 100vw);
  }
}

.p-sitemap__nav a,
.p-sitemap__nav-bottom a {
  color: var(--color-black);
  letter-spacing: 0.02em;
}

.p-sitemap__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 71px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 495px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav > ul {
    gap: calc(71 / 1440 * 100vw);
    width: calc(495 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav > ul {
    gap: calc(38 / 375 * 100vw);
    width: 100%;
  }
}

.p-sitemap__nav-list--tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px 0;
}

@media screen and (max-width: 1439px) {
  .p-sitemap__nav-list--tertiary {
    gap: 5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-list--tertiary {
    gap: 8.2666666667vw;
  }
}
/* 左列 */
.p-sitemap__nav-item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
} /* 導入企業一覧 */
.p-sitemap__nav-item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
} /* 導入事例 */
.p-sitemap__nav-item:nth-child(3) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
} /* サポート体制 */
.p-sitemap__nav-item:nth-child(4) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
} /* コラム */
/* 右列 */
.p-sitemap__nav-item:nth-child(5) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
} /* セミナー */
.p-sitemap__nav-item:nth-child(6) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
} /* お役立ち資料 */
.p-sitemap__nav-item:nth-child(7) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
} /* ニュース */
.p-sitemap__nav-item:nth-child(8) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
} /* FAQ */
.p-sitemap__nav-list--tertiary .p-sitemap__nav-item {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .p-sitemap__nav-list--tertiary .p-sitemap__nav-item {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; /* 初期値に戻す */
  }
}
.p-sitemap__nav-item__title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-item__title {
    font-size: calc(20 / 1440 * 100vw);
    padding-bottom: calc(11 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-item__title {
    font-size: calc(18 / 375 * 100vw);
    padding-bottom: calc(9 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}

.p-sitemap__nav-submenu-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-submenu-groups {
    gap: calc(75 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-submenu-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0 / 375 * 100vw);
  }
}

.p-sitemap__nav-list--primary {
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-list--primary {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-list--primary {
    width: 100%;
  }
}

.p-sitemap__nav-list--secondary {
  width: 448px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-list--secondary {
    width: calc(448 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-list--secondary {
    width: 100%;
    margin-top: calc(28 / 375 * 100vw);
  }
}

.p-sitemap__nav-submenu {
  margin-top: 19px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-submenu {
    margin-top: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-submenu {
    margin-top: calc(21 / 375 * 100vw);
  }
}

.p-sitemap__nav-submenu-groups .p-sitemap__nav-submenu {
  margin-top: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-submenu-groups .p-sitemap__nav-submenu {
    margin-top: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-submenu-groups .p-sitemap__nav-submenu {
    margin-top: calc(21 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-sitemap__nav-submenu-groups .p-sitemap__nav-submenu--2 {
    margin-top: calc(39 / 375 * 100vw);
  }
}

.p-sitemap__nav-subitem {
  font-size: 15px;
  line-height: 24px;
  margin-left: 3px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-subitem {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-left: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-subitem {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
}

.p-sitemap__nav-subitem + .p-sitemap__nav-subitem {
  margin-top: 17px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-subitem + .p-sitemap__nav-subitem {
    margin-top: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-subitem + .p-sitemap__nav-subitem {
    margin-top: calc(16 / 375 * 100vw);
  }
}

.p-sitemap__nav-subitem + .p-sitemap__nav-subitem--heading {
  margin-top: 39px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-subitem + .p-sitemap__nav-subitem--heading {
    margin-top: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-subitem + .p-sitemap__nav-subitem--heading {
    margin-top: calc(37 / 375 * 100vw);
  }
}

.p-sitemap__nav-subitem--heading + .p-sitemap__nav-subitem {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-subitem--heading + .p-sitemap__nav-subitem {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-subitem--heading + .p-sitemap__nav-subitem {
    margin-top: calc(13 / 375 * 100vw);
  }
}

.p-sitemap__nav-subitem {
  position: relative;
}

.p-sitemap__nav-subitem a {
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 18px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-subitem a {
    padding-left: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-subitem a {
    padding-left: calc(14 / 375 * 100vw);
  }
}

.p-sitemap__nav-subitem a:before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: -2px;
  top: 39%;
  border-right: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-subitem a:before {
    width: calc(4 / 1440 * 100vw);
    height: calc(4 / 1440 * 100vw);
    left: calc(-2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-subitem a:before {
    width: calc(4 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
    left: calc(-2 / 375 * 100vw);
    top: 40%;
  }
}

.p-sitemap__nav-subitem--top {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-subitem--top {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-subitem--top {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-sitemap__nav-subitem--top a {
  padding-left: 0;
}

.p-sitemap__nav-subitem--top a:before {
  display: none;
}

.p-sitemap__nav-subitem--heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 0;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-subitem--heading {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-subitem--heading {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-sitemap__nav-subitem--heading span {
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin-top: 4px;
}
@media screen and (max-width: 1439px) {
  .p-sitemap__nav-subitem--heading span {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__nav-subitem--heading span {
    display: inline-block;
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}

.p-thanks {
  background-color: var(--color-sub);
}

.p-thanks .c-pageTitle {
  margin-bottom: 27px;
}
@media screen and (max-width: 1439px) {
  .p-thanks .c-pageTitle {
    margin-bottom: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks .c-pageTitle {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-thanks .c-pageTitle--en {
  width: 76px;
  height: 25px;
  margin-top: 3px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-thanks .c-pageTitle--en {
    width: calc(76 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-top: calc(3 / 1440 * 100vw);
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks .c-pageTitle--en {
    width: calc(50 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-thanks .c-pageTitle--ja img {
  width: 672px;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-thanks .c-pageTitle--ja img {
    width: calc(672 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks .c-pageTitle--ja img {
    width: calc(320 / 375 * 100vw);
    height: calc(53 / 375 * 100vw);
  }
}

.p-thanks__content .l-container {
  padding-bottom: 130px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content .l-container {
    padding-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content .l-container {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.p-thanks__text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 47px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
    margin-bottom: calc(47 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(49 / 375 * 100vw);
  }
}

.p-thanks__text p {
  letter-spacing: 0.07em;
}

.p-thanks__buttonBox {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-404 {
  background-color: var(--color-sub);
}

.p-404__content {
  padding-bottom: 110px;
}
@media screen and (max-width: 1439px) {
  .p-404__content {
    padding-bottom: calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-404__content {
    padding-bottom: calc(34 / 375 * 100vw);
  }
}

.p-404__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 7px;
}
@media screen and (max-width: 1439px) {
  .p-404__buttons {
    margin-top: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-404__buttons {
    margin-top: calc(7 / 375 * 100vw);
  }
}

.p-404__buttons a {
  position: relative;
  padding-left: 17px;
  margin-top: 10px;
  display: inline-block;
  color: var(--color-black);
}
@media screen and (max-width: 1439px) {
  .p-404__buttons a {
    padding-left: calc(17 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-404__buttons a {
    padding-left: calc(17 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-404__buttons a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 1439px) {
  .p-404__buttons a::before {
    width: calc(5 / 1440 * 100vw);
    height: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-404__buttons a::before {
    width: calc(5 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
  }
}

.p-floating-banner {
  position: fixed;
  right: 50px;
  bottom: 40px;
  width: 330px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2));
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media screen and (max-width: 1439px) {
  .p-floating-banner {
    right: 3.4722222222vw;
    bottom: 2.7777777778vw;
    width: 22.9166666667vw;
    border-radius: 0.3472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .p-floating-banner {
    right: 49.9%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 2.6666666667vw;
    width: 88.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.p-floating-banner.is-show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.p-floating-banner__link {
  display: block;
  position: relative;
  z-index: 1;
}

.p-floating-banner__link:hoveR {
  opacity: 1;
}

.p-floating-banner__img {
  width: 100%;
  height: auto;
  display: block;
}

.p-floating-banner__cta {
  background-color: var(--color-black);
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-floating-banner__cta {
    padding: calc(16 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-floating-banner__cta {
    padding: calc(16 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}

.p-floating-banner__cta::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/button_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 37%;
}

@media screen and (max-width: 1439px) {
  .p-floating-banner__cta::after {
    width: 1.25vw;
    height: 1.25vw;
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-floating-banner__cta::after {
    width: 4.8vw;
    height: 4.8vw;
    right: 8vw;
  }
}
.p-floating-banner__cta__text {
  position: relative;
  display: inline-block;
}

.p-floating-banner__cta__text::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_memo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -27px;
  top: 23%;
}

@media screen and (max-width: 1439px) {
  .p-floating-banner__cta__text::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    left: -1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-floating-banner__cta__text::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    left: -6.9333333333vw;
    top: 25%;
  }
}
.p-floating-banner__close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .p-floating-banner__close {
    width: calc(60 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-floating-banner__close {
    width: calc(60 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
}