/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/webpack-dart-sass-glob/index.js!./src/scss/styles-pc.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --base-letter-spacing: 0.05em;
}

* {
  letter-spacing: var(--base-letter-spacing);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #111310;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

main {
  width: 100%;
}

/*recaptureバッジを非表示に*/
.grecaptcha-badge {
  display: none;
}

body {
  font-size: 16px;
  line-height: 2.0625;
}

a[href^="tel:"] {
  pointer-events: none;
}

.h-tac {
  text-align: center;
}

.h-oh {
  overflow: hidden;
}

.h-ct {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
}

.h-overflow-x-scroll {
  overflow-x: scroll;
}

.effect-fade {
  opacity: 0;
  transition: all 0.3s;
  transform: translate(0, 45px);
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(-80px);
}
.effect-slidein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein-right {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(80px);
}
.effect-slidein-right.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeintop {
  opacity: 0;
  transform: translateY(-80px);
}
.effect-fadeintop.effect-scroll {
  animation-name: fadeInTop;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeinbottom {
  opacity: 0;
  transform: translateY(80px);
}
.effect-fadeinbottom.effect-scroll {
  animation-name: fadeInBottom;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.wpcf7 .note {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .memo {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .buttons {
  margin-top: 40px;
  text-align: center;
}
.wpcf7-list-item {
  display: block;
  margin: 3px 0 0 1em;
}
.wpcf7-not-valid-tip {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #dc3232;
}
.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  width: 95%;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=date] {
  min-width: 50%;
  min-height: 27px;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=number] {
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input {
  position: relative;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  top: -2px;
  margin-right: 6px;
}
.wpcf7 input[type=tel] {
  width: 50%;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset], .wpcf7 input[type=button],
.wpcf7 input button {
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
}
.wpcf7 th {
  width: 25%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #111;
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wpcf7 th b {
  margin-left: 4px;
  color: #d74a5b;
}
.wpcf7 td {
  width: 75%;
  padding: 16px 20px;
  font-size: 15px;
  color: #111;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.wpcf7 td.mia input[type=text], .wpcf7 td.mia input[type=email] {
  width: 70%;
}
.wpcf7 table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ddd;
}
.wpcf7 table.in_tbl {
  width: 80%;
  margin-bottom: 10px;
}
.wpcf7 table.in_tbl th {
  width: 160px;
}
.wpcf7 #wpcf7cpcnf td > p {
  font-size: 15px;
}
.wpcf7 .wpcf7cp-btns {
  margin-top: 4em;
  text-align: center;
}
.wpcf7 .wpcf7cp-form-hide {
  display: none;
}
.wpcf7 #wpcf7cpcnf {
  position: relative;
  padding-bottom: 45px;
}
.wpcf7 .recaptcha_text {
  margin-top: 8px;
  font-size: 12px;
}
.wpcf7 .recaptcha_text a {
  display: inline-block;
  text-decoration: underline;
}
.wpcf7 .recaptcha_text a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  padding: 80px 0 0;
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #3e3a39;
  background-color: #fff;
  border: 1px solid rgba(133, 122, 133, 0.2);
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.1);
}
.wp-pagenavi a:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-video-bg {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.c-video-bg__video {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.c-video-bg__video--contain {
  object-fit: contain;
}
.c-video-bg__video--cover {
  object-fit: cover;
}
.c-video-bg__loader {
  position: absolute;
  z-index: 1;
}
.c-video-bg .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-video-bg .loader__wrapper {
  display: inline-block;
}

.c-toggle-block {
  overflow: hidden;
}
.c-toggle-block__content {
  visibility: hidden;
  transition: all 0.2s;
}

.c-text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-text-section span {
  margin-top: 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #c7c8c8;
  letter-spacing: 0.1em;
}
.c-text-section::after {
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background-color: #257a97;
}

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  content: "";
  background: url("../img/pc/icon_tel_theme_white.svg") no-repeat;
}
.c-tel--white a::before {
  background-image: url("../img/pc/icon_tel_white_theme.svg");
}
.c-tel__wrapper {
  text-align: center;
}

.c-specialist-large {
  padding: 8px;
  background: #fff;
}
.c-specialist-large__container {
  display: flex;
  gap: 44px;
  padding-bottom: 22px;
}
.c-specialist-large__image {
  flex: 0 0 auto;
  width: 450px;
  height: 260px;
  background: #9e9e9f;
}
.c-specialist-large__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-specialist-large__info-block {
  flex: 1 1 auto;
  padding: 26px 0 0;
}
.c-specialist-large__title {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  padding-bottom: 16px;
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.c-specialist-large__title span {
  font-size: 14px;
  font-weight: normal;
  color: #9d9e9e;
}
.c-specialist-large__tag {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(336px, 1fr));
  gap: 8px 16px;
  padding-top: 20px;
}
.c-specialist-large__tag li {
  padding: 8px 10px;
  text-align: center;
  background: #f5f6f6;
}
.c-specialist-large .qualification {
  display: flex;
  padding: 7px 0;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.c-specialist-large .qualification__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #257a97;
}
.c-specialist-large .qualification__title::after {
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  display: block;
  width: 11px;
  height: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #257a97;
}
.c-specialist-large .qualification__text {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px 40px;
}
.c-specialist-large .biography__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #f5f6f6;
}
.c-specialist-large .biography__text {
  padding: 10px 28px 12px;
}

.c-specialist-card__image {
  position: relative;
  height: 260px;
  background: #9e9e9f;
}
.c-specialist-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-specialist-card__image::before {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: block;
  width: 68px;
  height: 44px;
  content: "";
  background: url("../img/pc/c_specialist_card_chevron.svg") no-repeat;
}
.c-specialist-card__main {
  padding: 26px 32px 40px;
  background: #fff;
}
.c-specialist-card__title {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  padding-bottom: 12px;
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.c-specialist-card__title span {
  font-size: 14px;
  font-weight: normal;
  color: #9d9e9e;
}
.c-specialist-card__excerpt {
  margin-top: 12px;
  font-size: 16px;
  line-height: 26px;
}

.c-slider-smooth {
  overflow-x: hidden;
}
@keyframes slide1 {
  0% {
    transform: translateX(calc(100% - 5px));
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-5px);
  }
  to {
    transform: translateX(-200%);
  }
}
.c-slider-smooth__inner {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group--main {
  animation: slide1 120s -60s linear infinite;
}
.c-slider-smooth__group--dummy {
  animation: slide2 120s linear infinite;
}
.c-slider-smooth__item {
  height: 100%;
}
.c-slider-smooth__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-slider {
  position: relative;
}
.c-slider__wrapper {
  width: 100%;
}
.c-slider__container {
  width: 100%;
  overflow: hidden;
}
.c-slider__track {
  display: flex;
}
.c-slider__item {
  flex: 0 0 auto;
  overflow: unset;
}
.c-slider__arrow-right {
  position: absolute;
}
.c-slider__arrow-right:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-slider__arrow-left {
  position: absolute;
}
.c-slider__arrow-left:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-recruit-table {
  position: relative;
  padding: 34px 0 67px;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.c-recruit-table__title {
  width: 94.6%;
  padding: 17px 20px 15px;
  margin: 0 auto 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #f5f5f5;
}
.c-recruit-table dl {
  display: flex;
  justify-content: space-between;
  width: 84.5%;
  margin: 0 auto;
  line-height: 1.6;
}
.c-recruit-table dt {
  width: 16%;
  padding: 18px 0 11px 6px;
  font-size: 16px;
  font-weight: normal;
  color: #257a97;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.c-recruit-table dd {
  width: 79%;
  padding: 18px 0 11px 2px;
  font-size: 16px;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.c-recruit-table__button {
  width: 323px;
  margin: 87px auto 0;
  background-color: #257a97;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.c-recruit-table__button a {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 10px 30px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
}
.c-recruit-table__button a::after {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_recruit_table_chevron.svg") no-repeat;
}

.c-price-table {
  padding: 9px;
  background: #fff;
}
.c-price-table__title {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 16px 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #c7c8c8;
  background: #000;
}
.c-price-table__inner {
  padding: 0 0 22px;
}
.c-price-table__headline {
  padding: 26px 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.c-price-table__body {
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  padding: 10px 0;
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.c-price-table__body .row {
  display: flex;
  min-height: 66px;
}
.c-price-table__body .row:nth-of-type(n + 2) {
  border-top: 1px dashed #c7c8c8;
}
.c-price-table__body .row:nth-of-type(even) {
  background: #f9fafa;
}
@container (width < 934px) {
  .c-price-table__body .row {
    flex-wrap: wrap;
  }
}
.c-price-table__body .row__text-block {
  display: flex;
  flex: 1 1 auto;
  border-right: 1px dashed rgba(199, 200, 200, 0.5);
}
@container (width < 934px) {
  .c-price-table__body .row__text-block {
    flex: 0 0 auto;
    width: 100%;
  }
}
.c-price-table__body .row__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 8px 20px 8px 44px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.c-price-table__body .row__note {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 28%;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
}
.c-price-table__body .row__time {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  width: 234px;
  padding: 8px 46px 8px 0;
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.c-price-table__note {
  padding: 18px 50px 0;
}
.c-price-table .price-unit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 30px 0;
  font-weight: bold;
  line-height: 1;
}
.c-price-table .price-unit__period {
  margin-right: 40px;
  font-size: 18px;
}
.c-price-table .price-unit__price {
  font-size: 30px;
}
.c-price-table .price-unit__suffix {
  margin-left: 8px;
  font-size: 18px;
}

.c-post-front-news-card a {
  height: 100%;
  background: #fff;
}
.c-post-front-news-card__image {
  height: 258px;
  background-color: #9e9e9f;
}
.c-post-front-news-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-news-card__main {
  padding: 16px 30px 26px;
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.c-post-front-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}
.c-post-front-news-card__category {
  padding: 4px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.c-post-front-news-card__category--seminar {
  background-color: #257a97;
}
.c-post-front-news-card__tag {
  padding: 4px 24px;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #f5f6f6;
}
.c-post-front-news-card__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.c-post-front-news-card__title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0.05em;
}
.c-post-front-news-card__content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
  letter-spacing: 0.05em;
}

.c-post-front-news-bar a {
  display: grid;
  grid-template-columns: 182px 1fr;
  gap: 40px;
  height: 100%;
  padding: 26px 0 24px;
}
.c-post-front-news-bar__image {
  height: 102px;
  background-color: #9e9e9f;
}
.c-post-front-news-bar__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-news-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}
.c-post-front-news-bar__category {
  padding: 4px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.c-post-front-news-bar__category--seminar {
  background-color: #257a97;
}
.c-post-front-news-bar__tag {
  padding: 4px 24px;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #f5f6f6;
}
.c-post-front-news-bar__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.c-post-front-news-bar__title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0.05em;
}
.c-post-front-news-bar__content {
  margin-top: 4px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
  letter-spacing: 0.05em;
}

.c-post-category-list__title {
  background-color: #000;
}
.c-post-category-list__title a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.c-post-category-list__title a::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/post_category_list_title_chevron.svg") no-repeat;
}
.c-post-category-list__list {
  padding: 6px 0 10px;
  background-color: #fff;
}
.c-post-category-list__list .parent__title {
  border-bottom: 1px dashed rgba(216, 217, 217, 0.75);
}
.c-post-category-list__list .parent__title a {
  position: relative;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 22px;
}
.c-post-category-list__list .parent__child-list {
  padding-left: 1em;
}
.c-post-category-list__list .parent__child-list .child {
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.c-post-category-list__list .parent__child-list .child a {
  position: relative;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 22px;
}
.c-post-category-list__list .parent:last-of-type:not(:has(.parent__child-list)) .parent__title {
  border-bottom: unset;
}
.c-post-category-list__list .parent:last-of-type .child:last-of-type {
  border-bottom: unset;
}

.c-post-archive-bar a {
  display: grid;
  grid-template-columns: 276px 1fr;
  gap: 26px;
  padding: 40px 0;
}
.c-post-archive-bar__image {
  position: relative;
  height: 182px;
  background-color: #9e9e9f;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.c-post-archive-bar__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-post-archive-bar__category {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 10;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #000;
}
.c-post-archive-bar__category--topics {
  background: #000;
}
.c-post-archive-bar__category--seminar {
  background: #257a97;
}
.c-post-archive-bar__main {
  padding-top: 4px;
}
.c-post-archive-bar__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.c-post-archive-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
}
.c-post-archive-bar__date {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b3;
}
.c-post-archive-bar__tag-area {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.c-post-archive-bar__child-category {
  padding: 4px 24px;
  font-size: 14px;
  line-height: 26px;
  background: #fff;
}
.c-post-archive-bar__tag {
  padding: 4px 24px;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #fff;
}
.c-post-archive-bar__content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
}

.c-interview-card {
  position: relative;
  padding-top: 62px;
}
.c-interview-card__inner {
  padding: 28px 40px 22px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.c-interview-card__top-area {
  width: 234px;
  padding: 0 0 22px 68px;
  margin-left: auto;
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.c-interview-card__image {
  position: absolute;
  top: 0;
  left: 40px;
  width: 182px;
  height: 182px;
  overflow: hidden;
  border-radius: 50%;
}
.c-interview-card__image--empty {
  background: #9e9e9f;
}
.c-interview-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-interview-card__name {
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
}
.c-interview-card__english {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #9d9e9e;
}
.c-interview-card__main {
  padding-top: 18px;
}
.c-interview-card__headline {
  padding-bottom: 18px;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  color: #257a97;
}
.c-interview-card__detail {
  padding-top: 16px;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}

.c-client-slider .c-slider__track {
  justify-content: center;
  overflow: unset;
}
.c-client-slider .c-slider__arrow-left {
  right: calc(50% - 336px);
  bottom: -34px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/c_client_slider_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.c-client-slider .c-slider__arrow-right {
  right: calc(50% - 420px);
  bottom: -34px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/c_client_slider_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.c-client-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 830px;
  height: 552px;
  margin-right: 28px;
}
.c-client-slider .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-client-slider__sub-slider {
  margin-top: 60px;
}
.c-client-slider__sub-slider ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 102px);
  gap: 8px;
  justify-content: center;
}
.c-client-slider__sub-slider ul li {
  height: 68px;
}
.c-client-slider__sub-slider ul li button {
  width: 100%;
  height: 100%;
}
.c-client-slider__sub-slider ul li button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-client-slider__sub-slider ul li button img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-client-card__image {
  height: 256px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 284px 100%, 276px calc(100% - 16px), 0 calc(100% - 16px));
  background: #9e9e9f;
}
.c-client-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-client-card__main {
  margin-top: -8px;
}
.c-client-card__title {
  width: 276px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
}
.c-client-card__termList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.c-client-card__termList li {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
  background: #f5f6f6;
}

.c-button-arrow {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.c-button-arrow__inner {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-button-arrow__inner::after {
  display: block;
  width: 70px;
  height: 46px;
  content: "";
  background: url("../img/pc/common_button_arrow_white.svg") no-repeat;
}
.c-button-arrow--black .c-button-arrow__inner::after {
  background-image: url("../img/pc/common_button_arrow_black.svg");
}

.c-button-all-view {
  width: 212px;
  background: #000;
  border-radius: 3px;
}
.c-button-all-view__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 34px;
}
.c-button-all-view__inner::after {
  display: block;
  width: 32px;
  height: 10px;
  content: "";
  background: url("../img/pc/c_button_all_view_arrow.svg") no-repeat;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.c-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.c-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.c-ball-scale-multiple > div {
  position: absolute;
  top: 0px;
  left: -30px;
  width: 60px;
  height: 60px;
  margin: 2px;
  margin: 0;
  background-color: #257a97;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-archive-nothing {
  max-width: 1084px;
  padding: 100px 0;
  margin: 0 auto;
}

.b-top-button__button {
  position: fixed;
  right: 100px;
  bottom: 72px;
  z-index: 9000;
  width: 53px;
  height: 53px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}
.b-top-button__button--visible {
  visibility: visible;
  opacity: 1;
}

.b-toggle-sidebar {
  position: fixed;
  top: calc(50vh - 144px);
  right: 0;
  z-index: 7000;
  width: 70px;
  height: 319px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  transition: all 0.2s;
  transform: translateX(100%);
}
.b-toggle-sidebar--visible {
  transform: translateX(0%);
}

.b-site-banner {
  padding: 84px 40px 66px;
  background: #000;
}
.b-site-banner__title {
  display: flex;
  justify-content: center;
}
.b-site-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
  margin-top: 50px;
}
.b-site-banner__item {
  width: 588px;
  height: 164px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}

.b-recruit-table-list__list {
  display: flex;
  flex-direction: column;
  gap: 58px;
  max-width: 1200px;
  margin: 0 auto;
}

.b-recruit-form__input-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.b-recruit-form .row {
  width: 100%;
}
.b-recruit-form .row__title label {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-recruit-form .row__title label b {
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-size: 14px;
  color: #e30012;
}
.b-recruit-form .row__content {
  margin-top: 20px;
}
.b-recruit-form .row__content .wpcf7-radio {
  display: flex;
  gap: 40px;
  margin-top: -10px;
}
.b-recruit-form .row__content textarea,
.b-recruit-form .row__content input[type=text],
.b-recruit-form .row__content input[type=email],
.b-recruit-form .row__content input[type=tel] {
  width: 95%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input[type=date] {
  width: 200px;
  max-width: 50%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input.p-postal-code {
  width: 284px;
}
.b-recruit-form .row__content .p-region {
  margin-top: 12px;
}
.b-recruit-form .row__place-note {
  margin: 12px 0 0 16px;
  font-size: 16px;
  line-height: 1;
  color: #c6bdb5;
}
.b-recruit-form__consent {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.b-recruit-form__consent label {
  display: flex;
  gap: 10px;
}
.b-recruit-form__consent label a {
  display: inline;
  text-decoration: underline;
}
.b-recruit-form__buttons {
  margin-top: 20px;
}
.b-recruit-form__buttons p {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.b-recruit-form__buttons .wpcf7-submit {
  display: block;
  width: 230px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #257a97;
  border-radius: 6px;
}
.b-recruit-form__buttons .wpcf7-submit:disabled {
  opacity: 0.5;
}

.b-post-vertical-slider {
  height: 100%;
}
.b-post-vertical-slider .c-slider {
  width: 100%;
  height: 100%;
}
.b-post-vertical-slider .c-slider__container {
  height: 100%;
}
.b-post-vertical-slider .c-slider__track {
  height: 100%;
}
.b-post-vertical-slider .c-slider .item {
  width: 100%;
  height: 100%;
}
.b-post-vertical-slider .c-slider .item__inner {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
  padding: 0 36px;
}
.b-post-vertical-slider .c-slider .item__inner::after {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/front_mv_chevron.svg") no-repeat;
}
.b-post-vertical-slider .c-slider .item__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}

.b-post-content * {
  max-width: 100%;
}
.b-post-content > *:first-child {
  margin-top: unset;
}
.b-post-content > *:first-child * {
  margin-top: unset;
}
.b-post-content > *:last-child {
  margin-bottom: unset;
}
.b-post-content > *:last-child * {
  margin-bottom: unset;
}
.b-post-content h2 {
  max-width: unset;
  padding: 7px 43px;
  margin: 40px calc(50% - 450px) 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3em;
  color: #fff;
  background: #257a97;
}
.b-post-content h3 {
  padding: 14px 0;
  margin: 40px 0 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.291em;
  border-bottom: 2px solid #eeeeef;
}
.b-post-content p {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.05em;
}
.b-post-content p img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.b-post-content a {
  display: inline;
  text-decoration: underline;
}
.b-post-content a:hover {
  text-decoration: none;
}
.b-post-content ul {
  margin: 0 0 30px 1.3em;
  list-style: disc;
}
.b-post-content ol {
  margin: 0 0 30px 1.5em;
  list-style: decimal;
}
.b-post-content .aligncenter {
  margin: 0 auto;
}
.b-post-content .alignleft {
  margin-right: auto;
}
.b-post-content .alignright {
  margin-left: auto;
}

.b-mv {
  max-width: 1920px;
  height: 480px;
  padding: 298px 40px 0;
  margin: 0 auto;
  background: center/cover no-repeat;
}
.b-mv__inner {
  max-width: 1626px;
  margin: 0 auto;
}
.b-mv__title {
  display: flex;
  align-items: center;
}
.b-mv__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-mv__title span {
  position: relative;
  top: 4px;
  margin-left: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.b-history-block__list {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.b-history-block__list .item {
  padding: 30px 16px 36px 46px;
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.b-history-block__list .item__flex {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.b-history-block__list .item__year {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 234px;
  font-size: 63px;
  font-weight: bold;
  line-height: 1;
  color: #c4d5dc;
  letter-spacing: 0.1em;
}
.b-history-block__list .item__block {
  flex: 1 1 auto;
}
.b-history-block__list .item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #3e3a39;
  letter-spacing: 0.2em;
}
.b-history-block__list .item__detail {
  margin-top: 4px;
  font-size: 16px;
  line-height: 28px;
  color: #393327;
}

.b-header-blank {
  height: 136px;
  background: url("../img/pc/b_header_blank_bg.jpg") center/cover no-repeat;
}

.b-header__container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7000;
  transition: all 0.2s;
  transform: translateY(-100%);
}
.b-header__container--fixed {
  position: fixed;
}
.b-header__container--visible {
  transform: translateY(0%);
}
.b-header__inner {
  position: relative;
  z-index: 7001;
  display: flex;
  justify-content: space-between;
  max-width: 1798px;
  padding: 0 20px;
  margin: 0 auto;
}
.b-header__logo {
  width: 192px;
  height: 37px;
  margin: 36px 0 0 12px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}
.b-header__nav {
  display: flex;
  gap: 58px;
  align-items: center;
  margin-top: 34px;
}
.b-header__list {
  display: flex;
  gap: 28px;
  align-items: center;
}
.b-header__list li {
  display: flex;
  gap: 28px;
  align-items: center;
}
.b-header__list li + li::before {
  display: block;
  width: 1px;
  height: 40px;
  content: "";
  background-color: #fff;
}
.b-header__list a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 8px;
}
.b-header__list a img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.4));
}
.b-header__list a span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.4));
}
.b-header__button-area {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.b-header__partner {
  width: 186px;
  border: 1px solid #fff;
  border-radius: 3px;
}
.b-header__partner a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 54px;
}
.b-header__partner a::before {
  display: block;
  width: 18px;
  height: 25px;
  content: "";
  background: url("../img/pc/icon_partner_white.svg") no-repeat;
}
.b-header__contact {
  width: 194px;
  border: 1px solid #fff;
  border-radius: 3px;
}
.b-header__contact a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 54px;
}
.b-header__contact a::before {
  display: block;
  width: 28px;
  height: 18px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding-bottom: 34px;
  margin: 0 auto 0;
  overflow: hidden;
  background: url("../img/pc/b_footer_bg.jpg") center/cover no-repeat;
  border-top: 1px solid rgba(114, 113, 113, 0.5);
}
.b-footer__container {
  position: relative;
  display: flex;
  max-width: 1224px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 30%;
  max-width: 430px;
  padding-top: 126px;
}
.b-footer__block-2 {
  position: relative;
  width: 51%;
  max-width: 606px;
  padding: 98px 0 0 40px;
}
.b-footer__block-3 {
  position: relative;
  width: 10%;
  max-width: 212px;
  padding: 128px 0 0 0;
}
.b-footer__logo {
  width: 192px;
  height: 38px;
}
.b-footer .address-block {
  margin-top: 28px;
}
.b-footer .address-block__title {
  display: flex;
  align-items: center;
  max-width: 312px;
  font-size: 16px;
  line-height: 1;
}
.b-footer .address-block__title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.b-footer .address-block__address {
  width: 256px;
  margin-top: 34px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.b-footer .address-block__tel {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.b-footer .address-block__button {
  width: 240px;
  height: 58px;
  margin-top: 38px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 24px 0 24px;
  font-weight: bold;
  color: #b3b3b4;
  border: 1px solid #b3b3b4;
  border-radius: 29px;
}
.b-footer .address-block__button a::before {
  display: block;
  width: 19px;
  height: 31px;
  margin-right: 14px;
  content: "";
  background: url("../img/pc/icon_map_pin.svg") no-repeat;
}
.b-footer .address-block__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(4, 94px);
  grid-template-columns: repeat(2, 200px);
  grid-auto-flow: row;
  gap: 22px 62px;
}
.b-footer__nav .item {
  border-bottom: 1px solid rgba(179, 179, 180, 0.2);
}
.b-footer__nav .item a {
  padding: 16px 0 22px;
  background: url("../img/pc/b_footer_nav_chevron.svg") top calc(50% - 12px) right 0/8px 12px no-repeat;
}
.b-footer__nav .item span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-footer__nav .item img {
  max-height: 14px;
  margin-top: 10px;
}
.b-footer__instagram-button {
  width: 212px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.b-footer__instagram-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.b-footer__copyright {
  max-width: 1230px;
  padding: 0 20px;
  margin: 100px auto 0;
  color: #fff;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #b3b3b4;
}

.b-contact {
  padding: 118px 0 76px;
  background: url("../img/pc/b_contact_bg.jpg") center/cover no-repeat;
}
.b-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
}
.b-contact__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-contact__title span {
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #c7c8c8;
}
.b-contact__container {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  justify-content: center;
  margin: 38px auto 0;
  text-align: center;
}
.b-contact__block {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  width: 580px;
  height: 158px;
  border: 6px solid #f4f4f4;
}
.b-contact__block--1 {
  padding-top: 48px;
}
.b-contact__block--2 {
  padding-top: 32px;
}
.b-contact__tel .c-tel {
  color: #fff;
}
.b-contact__tel-time {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  color: #b3b3b4;
}
.b-contact__contact {
  width: 318px;
  background: #257a97;
}
.b-contact__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-contact__contact a::before {
  display: block;
  width: 23px;
  height: 14px;
  margin-right: 20px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}
.b-contact__time {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  color: #b3b3b4;
}
.b-contact__bottom-text {
  margin-top: 21px;
  color: #b3b3b4;
  text-align: center;
}

.b-company dl {
  display: grid;
  grid-template-columns: 162px 1fr;
  grid-gap: 0 50px;
  max-width: 764px;
  margin: 0 auto;
  line-height: 54px;
}
.b-company dt {
  font-weight: normal;
  color: #257a97;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.b-company dd {
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}

.p-workflow .b-mv {
  background-image: url("../img/pc/workflow_mv_bg.jpg");
}
.p-workflow .top-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  padding: 1px 0 0;
  margin: 0 auto;
  background: linear-gradient(to bottom, #000 760px, #f5f6f6 760px, #f5f6f6 1584px, transparent 1584px);
}
.p-workflow .top-area__headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-top: -38px;
}
.p-workflow .top-area__headline span {
  padding: 13px 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #111310;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-workflow .top-area__english {
  margin-top: 28px;
}
.p-workflow .top-area__text {
  margin-top: 32px;
  color: #fff;
  text-align: center;
}
.p-workflow .top-area__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 70px;
  width: 100%;
  max-width: 1626px;
  padding-bottom: 96px;
  margin: 100px auto 0;
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.p-workflow .top-area__list .arrow-area {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 58px;
}
.p-workflow .top-area__list .arrow-area::before {
  position: absolute;
  top: -48px;
  left: calc(50% - 36px);
  z-index: 10;
  display: block;
  width: 72px;
  height: 1073px;
  content: "";
  background: url("../img/pc/workflow_top_area_list_deco.png") no-repeat;
}
.p-workflow .top-area__list .issue {
  position: relative;
  z-index: 10;
  padding: 86px 80px 98px;
  background: url("../img/pc/workflow_top_area_issue_bg.png") center/cover no-repeat;
}
.p-workflow .top-area__list .issue::before {
  position: absolute;
  top: 6px;
  left: 24px;
  display: block;
  width: 36px;
  height: 488px;
  content: "";
  background: no-repeat;
  background-image: url("../img/pc/workflow_top_area_issue_deco.png");
  background-image: image-set(url("../img/pc/workflow_top_area_issue_deco.png") 1x, url("../img/pc/workflow_top_area_issue_deco@2x.png") 2x);
}
.p-workflow .top-area__list .issue__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-workflow .top-area__list .issue__title span {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.75);
}
.p-workflow .top-area__list .issue__title img {
  margin-top: 14px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.75));
}
.p-workflow .top-area__list .issue__title::after {
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #257a97;
}
.p-workflow .top-area__list .issue__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 364px);
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}
.p-workflow .top-area__list .issue__list .item {
  position: relative;
  height: 180px;
}
.p-workflow .top-area__list .issue__list .item__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}
.p-workflow .top-area__list .issue__list .item__border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  clip-path: polygon(0 0, calc(50% - 30px) 0, calc(50% - 30px) 10px, calc(50% + 30px) 10px, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.p-workflow .top-area__list .issue__list .item__fg {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1px;
}
.p-workflow .top-area__list .issue__list .item__fg::before {
  display: block;
  width: 34px;
  height: 41px;
  margin-top: -12px;
  content: "";
  background-repeat: no-repeat;
}
.p-workflow .top-area__list .issue__list .item__text {
  margin-top: 32px;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
.p-workflow .top-area__list .issue__list .item:nth-of-type(1) .item__fg::before {
  background-image: url("../img/pc/workflow_top_area_issue_counter_1.png");
  background-image: image-set(url("../img/pc/workflow_top_area_issue_counter_1.png") 1x, url("../img/pc/workflow_top_area_issue_counter_1@2x.png") 2x);
}
.p-workflow .top-area__list .issue__list .item:nth-of-type(2) .item__fg::before {
  background-image: url("../img/pc/workflow_top_area_issue_counter_2.png");
  background-image: image-set(url("../img/pc/workflow_top_area_issue_counter_2.png") 1x, url("../img/pc/workflow_top_area_issue_counter_2@2x.png") 2x);
}
.p-workflow .top-area__list .issue__list .item:nth-of-type(3) .item__fg::before {
  background-image: url("../img/pc/workflow_top_area_issue_counter_3.png");
  background-image: image-set(url("../img/pc/workflow_top_area_issue_counter_3.png") 1x, url("../img/pc/workflow_top_area_issue_counter_3@2x.png") 2x);
}
.p-workflow .top-area__list .service {
  position: relative;
  padding: 9px;
  background: linear-gradient(to bottom, #3d839c 0, #327791 100%);
}
.p-workflow .top-area__list .service::before {
  position: absolute;
  top: 6px;
  left: 24px;
  z-index: 100;
  display: block;
  width: 36px;
  height: 389px;
  content: "";
  background: no-repeat;
  background-image: url("../img/pc/workflow_top_area_service_deco.png");
  background-image: image-set(url("../img/pc/workflow_top_area_service_deco.png") 1x, url("../img/pc/workflow_top_area_service_deco@2x.png") 2x);
}
.p-workflow .top-area__list .service__inner {
  position: relative;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 80px 54px;
  background: rgba(0, 0, 0, 0.78);
}
.p-workflow .top-area__list .service__inner::before {
  display: block;
  width: 139px;
  height: 70px;
  margin-bottom: 32px;
  content: "";
  background: url("../img/pc/workflow_top_area_service_logo.png") no-repeat;
}
.p-workflow .top-area__list .service__title {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-workflow .top-area__list .service__english {
  margin-top: 22px;
}
.p-workflow .top-area__list .service__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 154px);
  gap: 20px 0;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  container-type: inline-size;
}
.p-workflow .top-area__list .service__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  border-left: 1px solid rgba(218, 219, 219, 0.75);
}
@container (width < 308px) {}
@container (308px <= width < 462px) {
  .p-workflow .top-area__list .service__list li:nth-of-type(2n + 1) {
    border-left: unset;
  }
}
@container (462px <= width < 616px) {
  .p-workflow .top-area__list .service__list li:nth-of-type(3n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(3n + 1) {
    border-left: unset;
  }
}
@container (616px <= width < 770px) {
  .p-workflow .top-area__list .service__list li:nth-of-type(4n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(4n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(4n + 1) {
    border-left: unset;
  }
}
@container (770px <= width < 924px) {
  .p-workflow .top-area__list .service__list li:nth-of-type(5n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(5n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(5n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(5n + 1) {
    border-left: unset;
  }
}
@container (924px <= width < 1078px) {
  .p-workflow .top-area__list .service__list li:nth-of-type(6n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(6n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(6n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(6n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(6n + 1) {
    border-left: unset;
  }
}
@container (1078px <= width < 1232px) {
  .p-workflow .top-area__list .service__list li:nth-of-type(7n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(7n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(7n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(7n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(7n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(7n + 1) {
    border-left: unset;
  }
}
@container (1232px <= width) {
  .p-workflow .top-area__list .service__list li:nth-of-type(8n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(8n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(8n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(8n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(8n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(8n + 1) {
    border-left: unset;
  }
  .p-workflow .top-area__list .service__list li:nth-of-type(8n + 1) {
    border-left: unset;
  }
}
.p-workflow .top-area__list .goal {
  position: relative;
  z-index: 10;
  padding: 70px 80px 62px;
  background: url("../img/pc/workflow_top_area_goal_bg.png") center/cover no-repeat;
}
.p-workflow .top-area__list .goal::before {
  position: absolute;
  top: 6px;
  left: 24px;
  display: block;
  width: 36px;
  height: 245px;
  content: "";
  background: no-repeat;
  background-image: url("../img/pc/workflow_top_area_goal_deco.png");
  background-image: image-set(url("../img/pc/workflow_top_area_goal_deco.png") 1x, url("../img/pc/workflow_top_area_goal_deco@2x.png") 2x);
}
.p-workflow .top-area__list .goal__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-workflow .top-area__list .goal__title span {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.75);
}
.p-workflow .top-area__list .goal__title img {
  margin-top: 14px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.75));
}
.p-workflow .top-area__list .goal__title::after {
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #257a97;
}
.p-workflow .top-area__list .goal__text {
  margin-top: 16px;
  color: #fff;
  text-align: center;
}
.p-workflow .flow {
  padding: 84px 0 124px;
}
.p-workflow .flow__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-workflow .flow__title span {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.p-workflow .flow__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
}
.p-workflow .flow__list .section {
  position: relative;
}
.p-workflow .flow__list .section::before {
  position: absolute;
  top: -22px;
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 30px;
  content: "";
  background: url("../img/pc/workflow_flow_pin.svg") no-repeat;
}
.p-workflow .flow__list .section__inner {
  display: flex;
  gap: 102px;
  max-width: 1824px;
}
.p-workflow .flow__list .section__image {
  flex: 1 1 auto;
  height: 428px;
  background: center/cover no-repeat;
}
.p-workflow .flow__list .section__block {
  flex: 0 0 auto;
  width: 480px;
  padding-top: 50px;
}
.p-workflow .flow__list .section__block::before {
  display: block;
  width: 90px;
  height: 40px;
  content: "";
  background: no-repeat;
}
.p-workflow .flow__list .section__title {
  margin-top: 24px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #257a97;
}
.p-workflow .flow__list .section__english {
  margin-top: 20px;
}
.p-workflow .flow__list .section__text {
  max-width: 480px;
  margin-top: 22px;
}
.p-workflow .flow__list .section .option-support {
  position: relative;
  max-width: 1626px;
  padding: 0 4px 52px;
  margin: 48px auto 0;
  background: url("../img/pc/workflow_flow_bg_option.jpg") center/cover no-repeat;
}
.p-workflow .flow__list .section .option-support::before {
  position: absolute;
  top: -22px;
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 30px;
  content: "";
  background: url("../img/pc/workflow_flow_pin.svg") no-repeat;
}
.p-workflow .flow__list .section .option-support__title {
  padding: 30px 20px 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.p-workflow .flow__list .section .option-support__text {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.p-workflow .flow__list .section .option-support__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 286px);
  gap: 14px 18px;
  justify-content: center;
  max-width: 1198px;
  margin: 26px auto 0;
}
.p-workflow .flow__list .section .option-support__list li {
  display: flex;
  gap: 10px;
}
.p-workflow .flow__list .section .option-support__list li span {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #fff;
}
.p-workflow .flow__list .section .option-support__list li span:nth-of-type(2) {
  flex: 0 0 auto;
  width: 92px;
}
.p-workflow .flow__list .section:nth-of-type(1) .section__image {
  background-image: url("../img/pc/workflow_flow_bg_1.jpg");
}
.p-workflow .flow__list .section:nth-of-type(1) .section__block::before {
  background-image: url("../img/pc/workflow_flow_counter_1.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_1.png") 1x, url("../img/pc/workflow_flow_counter_1@2x.png") 2x);
}
.p-workflow .flow__list .section:nth-of-type(2) .section__image {
  background-image: url("../img/pc/workflow_flow_bg_2.jpg");
}
.p-workflow .flow__list .section:nth-of-type(2) .section__block::before {
  background-image: url("../img/pc/workflow_flow_counter_2.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_2.png") 1x, url("../img/pc/workflow_flow_counter_2@2x.png") 2x);
}
.p-workflow .flow__list .section:nth-of-type(3) .section__image {
  background-image: url("../img/pc/workflow_flow_bg_3.jpg");
}
.p-workflow .flow__list .section:nth-of-type(3) .section__block::before {
  background-image: url("../img/pc/workflow_flow_counter_3.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_3.png") 1x, url("../img/pc/workflow_flow_counter_3@2x.png") 2x);
}
.p-workflow .flow__list .section:nth-of-type(4) .section__image {
  background-image: url("../img/pc/workflow_flow_bg_4.jpg");
}
.p-workflow .flow__list .section:nth-of-type(4) .section__block::before {
  background-image: url("../img/pc/workflow_flow_counter_4.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_4.png") 1x, url("../img/pc/workflow_flow_counter_4@2x.png") 2x);
}
.p-workflow .flow__list .section:nth-of-type(5) .section__image {
  background-image: url("../img/pc/workflow_flow_bg_5.jpg");
}
.p-workflow .flow__list .section:nth-of-type(5) .section__block::before {
  background-image: url("../img/pc/workflow_flow_counter_5.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_5.png") 1x, url("../img/pc/workflow_flow_counter_5@2x.png") 2x);
}
.p-workflow .flow__list .section:nth-of-type(6) .section__image {
  background-image: url("../img/pc/workflow_flow_bg_6.jpg");
}
.p-workflow .flow__list .section:nth-of-type(6) .section__block::before {
  background-image: url("../img/pc/workflow_flow_counter_6.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_6.png") 1x, url("../img/pc/workflow_flow_counter_6@2x.png") 2x);
}
.p-workflow .flow__list .section:nth-of-type(odd) .section__inner {
  padding-right: 40px;
}
.p-workflow .flow__list .section:nth-of-type(even) .section__inner {
  flex-direction: row-reverse;
  padding-left: 40px;
  margin-left: auto;
}

.p-single-client .post__top-area {
  padding: 92px 0 92px;
}
.p-single-client .post__title-block {
  position: relative;
  z-index: 100;
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 1200px;
  padding: 11px 24px;
  margin: 0 auto;
  background-color: #f5f6f6;
}
.p-single-client .post__title-block::after {
  display: block;
  flex: 0 0 auto;
  width: 84px;
  content: "";
}
.p-single-client .post__category {
  flex: 0 0 auto;
  width: 108px;
  padding: 8px 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background: #fff;
}
.p-single-client .post__title {
  flex: 1 1 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
}
.p-single-client .post__slider {
  margin-top: 30px;
}
.p-single-client .post__slider .c-work-slider__sub-slider {
  max-width: 1202px;
  margin-inline: auto;
}
.p-single-client .post .overview {
  padding: 48px 40px 0;
}
.p-single-client .post .overview__title {
  position: relative;
  display: flex;
  justify-content: center;
}
.p-single-client .post .overview__text {
  max-width: 1200px;
  padding: 40px 42px;
  margin: -16px auto 0;
  background: #f5f6f6;
}
.p-single-client .post .improvement {
  max-width: 1618px;
  padding: 76px 40px 98px;
  margin: 0 auto;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.p-single-client .post .improvement__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-client .post .improvement__title span {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
.p-single-client .post .improvement__title img {
  margin-top: 20px;
}
.p-single-client .post .improvement__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #257a97;
}
.p-single-client .post .improvement__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px;
  max-width: 1200px;
  margin: 30px auto 0;
}
.p-single-client .post .improvement__container::before {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 16px);
  display: block;
  width: 32px;
  height: 34px;
  content: "";
  background: url("../img/pc/single_client_arrow.svg") no-repeat;
}
.p-single-client .post .improvement__container .item__block {
  padding: 42px 40px 38px;
  margin-top: -1px;
}
.p-single-client .post .improvement__container .item__headline {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.p-single-client .post .improvement__container .item__headline span {
  padding: 12px 22px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-single-client .post .improvement__container .item__text {
  margin-top: 26px;
}
.p-single-client .post .improvement__container .item--before .item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 30px;
  padding: 4px 16px 0 0;
  clip-path: polygon(0 0, 88px 0, 100% 100%, 0 100%);
  background: #000;
}
.p-single-client .post .improvement__container .item--before .item__block {
  background: #000;
}
.p-single-client .post .improvement__container .item--before .item__text {
  color: #fff;
}
.p-single-client .post .improvement__container .item--after .item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 30px;
  padding: 4px 16px 0 0;
  clip-path: polygon(0 0, 88px 0, 100% 100%, 0 100%);
  background: #f5f6f6;
}
.p-single-client .post .improvement__container .item--after .item__block {
  background: #f5f6f6;
}
.p-single-client .post .process {
  max-width: 1618px;
  padding: 76px 40px 94px;
  margin: 0 auto;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.p-single-client .post .process__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-client .post .process__title span {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
.p-single-client .post .process__title img {
  margin-top: 20px;
}
.p-single-client .post .process__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #257a97;
}
.p-single-client .post .process__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px;
  max-width: 1200px;
  margin: 30px auto 0;
}
.p-single-client .post .process__container::before {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 16px);
  display: block;
  width: 32px;
  height: 34px;
  content: "";
  background: url("../img/pc/single_client_arrow.svg") no-repeat;
}
.p-single-client .post .process__container .item__block {
  padding: 42px 40px 38px;
  margin-top: -1px;
}
.p-single-client .post .process__container .item__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: -1px;
}
.p-single-client .post .process__container .item__list li {
  padding: 17px 33px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.p-single-client .post .process__container .item--before .item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 30px;
  padding: 4px 16px 0 0;
  clip-path: polygon(0 0, 88px 0, 100% 100%, 0 100%);
  background: #000;
}
.p-single-client .post .process__container .item--before .item__list li {
  color: #fff;
  background: #000;
}
.p-single-client .post .process__container .item--after .item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 30px;
  padding: 4px 16px 0 0;
  clip-path: polygon(0 0, 88px 0, 100% 100%, 0 100%);
  background: #f5f6f6;
}
.p-single-client .post .process__container .item--after .item__list li {
  background: #f5f6f6;
}
.p-single-client .post .process__note {
  max-width: 1200px;
  padding: 28px 40px;
  margin: 32px auto 0;
  background: #f5f6f6;
}
.p-single-client .post .introduction {
  max-width: 1618px;
  padding: 76px 40px 94px;
  margin: 0 auto;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.p-single-client .post .introduction__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-client .post .introduction__title span {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
.p-single-client .post .introduction__title img {
  margin-top: 20px;
}
.p-single-client .post .introduction__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #257a97;
}
.p-single-client .post .introduction__list {
  max-width: 1200px;
  padding: 4px 8px;
  margin: 32px auto 0;
  background: #f5f6f6;
}
.p-single-client .post .introduction__list li {
  padding: 22px 0;
}
.p-single-client .post .introduction__list li + li {
  border-top: 1px dashed rgba(199, 200, 200, 0.5);
}
.p-single-client .post .introduction__list li dl {
  display: grid;
  grid-template-columns: 322px 1fr;
}
.p-single-client .post .introduction__list li dl dt {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 4px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  border-right: 1px solid #fff;
}
.p-single-client .post .introduction__list li dl dd {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 4px 40px;
}
.p-single-client .post .details {
  max-width: 1618px;
  padding: 76px 40px 94px;
  margin: 0 auto;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.p-single-client .post .details__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-client .post .details__title span {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
.p-single-client .post .details__title img {
  margin-top: 20px;
}
.p-single-client .post .details__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #257a97;
}
.p-single-client .post .details__inner {
  max-width: 1112px;
  margin: 32px auto 0;
}
.p-single-client .post .details__inner h2 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  font-size: 29px;
  font-weight: bold;
  line-height: 42px;
  color: #111310;
  background: unset;
}
.p-single-client .post .details__inner h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  border-bottom: unset;
}
.p-single-client .post .post-navi {
  position: relative;
  padding: 60px 0;
}
.p-single-client .post .post-navi__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 1780px;
  background: #f5f6f6;
}
.p-single-client .post .post-navi__fg {
  position: relative;
  z-index: 20;
  max-width: 916px;
  height: 60px;
  margin-inline: auto;
  line-height: 1;
}
.p-single-client .post .post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
.p-single-client .post .post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 48px;
}
.p-single-client .post .post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single-client .post .post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #000;
  transform: translateX(-50%);
}
.p-single-client .post .post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single-client .post .post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
.p-single-client .post .post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single-client .post .post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single-client .other {
  position: relative;
  padding: 88px 40px 142px;
}
.p-single-client .other__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-client .other__title::after {
  display: block;
  width: 20px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #2d4e60;
}
.p-single-client .other__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 384px);
  gap: 28px;
  justify-content: center;
  margin-top: 34px;
}
.p-single-client .other__button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.p-single .background {
  padding: 82px 40px 118px;
  background: #f5f6f6;
}
.p-single .background__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .background__title span {
  margin-top: 32px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-single .background__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 50px;
  max-width: 1200px;
  margin: 56px auto 0;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 45px;
  background-color: #fff;
}
.p-single .post__title-block {
  padding: 38px 0 14px;
  margin: 0 45px;
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.p-single .post__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 58px;
}
.p-single .post__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
}
.p-single .post__date {
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.p-single .post__category {
  padding: 8px 20px;
  background: #000;
}
.p-single .post__category--topics {
  background: #000;
}
.p-single .post__category--seminar {
  background: #257a97;
}
.p-single .post__inner {
  border-bottom: 1px solid rgba(219, 220, 220, 0.5);
}
.p-single .post .overview {
  padding: 68px 40px 0;
}
.p-single .post .overview__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .post .overview__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-single .post .overview__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 834px;
  margin: 22px auto 0;
}
.p-single .post .overview__list dl {
  display: grid;
  grid-template-columns: 194px 1fr;
  padding: 8px 0;
  background: #f5f6f6;
}
.p-single .post .overview__list dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 4px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  border-right: 1px solid rgba(199, 186, 154, 0.2);
}
.p-single .post .overview__list dl dd {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 4px 20px;
}
.p-single .post .access {
  padding: 70px 40px 48px;
}
.p-single .post .access__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .post .access__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-single .post .access__google-map {
  max-width: 832px;
  height: 338px;
  margin: 20px auto 0;
}
.p-single .post .access__container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.p-single .post .access__address {
  display: flex;
  align-items: center;
}
.p-single .post .access__address::before {
  display: block;
  width: 19px;
  height: 31px;
  margin-right: 8px;
  content: "";
  background: url("../img/pc/icon_map_pin_red.svg") no-repeat;
}
.p-single .post .access__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 56px;
  margin-left: auto;
  background: #f5f6f6;
}
.p-single .post .access__button::after {
  display: block;
  width: 7px;
  height: 13px;
  margin-left: 12px;
  content: "";
  background: url("../img/pc/single_access_chevron.svg") no-repeat;
}
.p-single .post .lecturer {
  padding: 64px 40px 0;
  border-top: 1px solid rgba(219, 220, 220, 0.5);
}
.p-single .post .lecturer__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .post .lecturer__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-single .post .lecturer__list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  max-width: 816px;
  margin: 36px auto 0;
}
.p-single .post .lecturer__list .item__container {
  display: grid;
  grid-template-columns: 334px 1fr;
  gap: 38px;
}
.p-single .post .lecturer__list .item__image {
  height: 222px;
  background: #9e9e9f;
}
.p-single .post .lecturer__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single .post .lecturer__list .item__title {
  display: flex;
  align-items: center;
  padding: 10px 0 24px;
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  border-bottom: 1px solid rgba(219, 220, 220, 0.5);
}
.p-single .post .lecturer__list .item__title span {
  margin-left: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #9d9e9e;
}
.p-single .post .lecturer__list .item__detail {
  margin-top: 18px;
}
.p-single .post .contact {
  max-width: 834px;
  margin: 88px auto 0;
}
.p-single .post .contact__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #000;
}
.p-single .post .contact__title::after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 9px);
  display: block;
  width: 18px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #000;
}
.p-single .post .contact__form {
  margin-top: 42px;
}
.p-single .post .contact__form .wpcf7 .wpcf7-submit {
  width: 302px;
  height: 62px;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  background: #257a97;
  border-radius: 4px;
}
.p-single .post__content {
  padding: 28px 45px 43px;
}
.p-single .post__content h2 {
  width: calc(100% + 90px);
  padding-right: 45px;
  padding-left: 45px;
  margin-left: -45px;
  background-color: #257a97;
}
.p-single .post__content h3 {
  border-bottom: 2px solid #eeeeef;
}
.p-single .post .relation {
  padding-top: 30px;
  margin: 76px 55px 0;
  border-top: 1px solid #d8d9d9;
}
.p-single .post .relation__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-single .post .relation__title::after {
  display: block;
  width: 79px;
  height: 1px;
  margin: 22px auto 0;
  content: "";
  background-color: #257a97;
}
.p-single .post .relation__list {
  margin-top: 26px;
}
.p-single .post .relation .item {
  margin-top: 20px;
}
.p-single .post .relation .item a {
  display: flex;
}
.p-single .post .relation .item__image {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 104px;
  background-color: #9e9e9f;
}
.p-single .post .relation .item__image img {
  object-fit: cover;
  width: 100%;
  height: 68px;
}
.p-single .post .relation .item__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 1em 8px 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  background-color: #f4f4f4;
}
.p-single .post .relation .item__title::after {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 1em;
  content: "";
  background-image: url("../img/pc/single_relation_chevron.svg");
  background-repeat: no-repeat;
}
.p-single .post__post-navi {
  position: relative;
  height: 60px;
  margin: 38px auto 0;
  line-height: 1;
}
.p-single .post__post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
.p-single .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 48px;
}
.p-single .post__post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single .post__post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #000;
  transform: translateX(-50%);
}
.p-single .post__post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single .post__post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
.p-single .post__post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single .post__post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single .post__sns {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  margin-top: 39px;
  background-color: #fff;
}
.p-single .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single .post__sns ul li {
  margin-left: 10px;
}
.p-single .category-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-single .category-list .c-post-category-list:nth-of-type(2) .c-post-category-list__title {
  background: #257a97;
}
.p-single .recently {
  margin-top: 44px;
}
.p-single .recently__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
}
.p-single .recently__text::after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #fff;
}
.p-single .recently__list {
  position: relative;
  padding: 0 10px;
  margin-top: 22px;
  background-color: #fff;
}
.p-single .recently .item {
  border-bottom: 1px solid #eaeaeb;
}
.p-single .recently .item:last-of-type {
  border-bottom: none;
}
.p-single .recently .item a {
  padding: 24px 4px 20px;
}
.p-single .recently .item__title {
  font-size: 16px;
  line-height: 24px;
}
.p-single .recently .item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  margin-top: 14px;
}
.p-single .recently .item__date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}

.p-service .b-mv {
  background-image: url("../img/pc/service_mv_bg.jpg");
}
.p-service .nav-area {
  padding: 1px 40px 54px;
  background: #000;
}
.p-service .nav-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 388px);
  gap: 18px;
  max-width: 1200px;
  margin: -40px auto 0;
}
.p-service .nav-area .item {
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-service .nav-area .item__inner {
  display: flex;
  align-items: center;
  height: 80px;
  padding-right: 20px;
}
.p-service .nav-area .item__inner::before {
  display: block;
  flex: 0 0 auto;
  width: 76px;
  height: 46px;
  content: "";
  background: center no-repeat;
  border-right: 1px solid #f5f6f6;
}
.p-service .nav-area .item__inner::after {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/service_nav_chevron.svg") no-repeat;
}
.p-service .nav-area .item__title {
  padding-left: 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-service .nav-area .item:nth-of-type(1) .item__inner::before {
  background-image: url("../img/pc/service_nav_counter_1.png");
}
.p-service .nav-area .item:nth-of-type(2) .item__inner::before {
  background-image: url("../img/pc/service_nav_counter_2.png");
}
.p-service .nav-area .item:nth-of-type(3) .item__inner::before {
  background-image: url("../img/pc/service_nav_counter_3.png");
}
.p-service .nav-area .item:nth-of-type(4) .item__inner::before {
  background-image: url("../img/pc/service_nav_counter_4.png");
}
.p-service .nav-area .item:nth-of-type(5) .item__inner::before {
  background-image: url("../img/pc/service_nav_counter_5.png");
}
.p-service .nav-area .item:nth-of-type(6) .item__inner::before {
  background-image: url("../img/pc/service_nav_counter_6.png");
}
.p-service .nav-area .item:nth-of-type(7) .item__inner::before {
  background-image: url("../img/pc/service_nav_counter_7.png");
}
.p-service .nav-area .item:nth-of-type(8) .item__inner::before {
  background-image: url("../img/pc/service_nav_counter_8.png");
}
.p-service .nav-area .item:nth-of-type(9) .item__inner::before {
  background-image: url("../img/pc/service_nav_counter_9.png");
}
.p-service .nav-area__plan {
  max-width: 1200px;
  margin: 32px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.p-service .nav-area__plan a {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 20px 0 56px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #c7c8c8;
}
.p-service .nav-area__plan a::after {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/service_nav_chevron.svg") no-repeat;
}
.p-service .main-section {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-service .main-section__bg {
  position: absolute;
  bottom: 2300px;
  left: 0;
  z-index: 10;
  width: 980px;
  height: 1160px;
  background: #f5f6f6;
}
.p-service .main-section__bg-2 {
  position: absolute;
  right: 0;
  bottom: 562px;
  z-index: 20;
  width: 980px;
  height: 1160px;
  background: #f5f6f6;
}
.p-service .main-section__fg {
  position: relative;
  z-index: 30;
  padding: 110px 0 160px;
}
.p-service .main-section__smooth-slider {
  position: absolute;
  right: 0;
  bottom: -48px;
  left: 0;
  z-index: 100;
  height: 138px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-service .main-section .large-area {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-service .main-section .large-area__bg {
  position: absolute;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-service .main-section .large-area__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: 500px;
}
.p-service .main-section .large-area__bg-2::before {
  display: block;
  max-width: 1626px;
  height: 500px;
  margin: 0 auto;
  content: "";
  background: center/cover no-repeat;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-service .main-section .large-area__fg {
  position: relative;
  z-index: 30;
  padding: 110px 0 72px;
}
.p-service .main-section .large-area__block {
  max-width: 712px;
  padding: 60px 0 0 94px;
  margin-left: auto;
}
.p-service .main-section .large-area__block::before {
  display: block;
  width: 110px;
  height: 30px;
  content: "";
  background: no-repeat;
}
.p-service .main-section .large-area__title span {
  display: block;
  padding: 20px 0 0 20px;
  margin-left: 4px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  border-left: 1px solid rgba(157, 158, 158, 0.5);
}
.p-service .main-section .large-area__title span img {
  margin-top: 20px;
}
.p-service .main-section .large-area__text {
  max-width: 480px;
  margin-top: 24px;
}
.p-service .main-section .large-area .contents-area {
  padding: 46px 0 0;
}
.p-service .main-section .large-area .contents-area__title {
  display: flex;
  justify-content: center;
}
.p-service .main-section .large-area .contents-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 286px);
  gap: 18px;
  justify-content: center;
  max-width: 1198px;
  margin: 24px auto 0;
}
.p-service .main-section .large-area .contents-area__list li {
  display: flex;
  gap: 10px;
}
.p-service .main-section .large-area .contents-area__list li span {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #fff;
  border: 1px solid rgba(157, 158, 158, 0.5);
}
.p-service .main-section .large-area .contents-area__list li span:nth-of-type(2) {
  flex: 0 0 auto;
  width: 92px;
}
.p-service .main-section .large-area .post-slider__list {
  margin: 38px 0 0 18.8%;
}
.p-service .main-section .large-area .post-slider__list .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-service .main-section .large-area .post-slider__list .c-slider__item {
  width: 384px;
  margin-right: 28px;
}
.p-service .main-section .large-area .post-slider__list .c-slider__arrow-left {
  top: 122px;
  left: -30px;
  width: 56px;
  height: 56px;
  background: #fff url("../img/pc/service_specialist_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-service .main-section .large-area .post-slider--consultancy .c-client-card__termList li {
  background: #fff;
}
.p-service .main-section .large-area .specialist-slider__list {
  margin: 38px 0 0 18.8%;
}
.p-service .main-section .large-area .specialist-slider__list .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-service .main-section .large-area .specialist-slider__list .c-slider__item {
  width: 450px;
  margin-right: 22px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-service .main-section .large-area .specialist-slider__list .c-slider__arrow-left {
  top: 122px;
  left: -30px;
  width: 56px;
  height: 56px;
  background: #fff url("../img/pc/service_specialist_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-service .main-section .large-area__button {
  width: 212px;
  height: 53px;
  margin: 26px auto 0;
}
.p-service .main-section .small-area__inner {
  display: flex;
  gap: 76px;
  max-width: 1704px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-service .main-section .small-area__image {
  flex: 1 1 auto;
  height: 500px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-service .main-section .small-area__block {
  flex: 0 0 auto;
  width: 506px;
  padding-top: 66px;
}
.p-service .main-section .small-area__block::before {
  display: block;
  width: 110px;
  height: 30px;
  content: "";
  background: no-repeat;
}
.p-service .main-section .small-area__title span {
  display: block;
  padding: 20px 0 0 20px;
  margin-left: 4px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  border-left: 1px solid rgba(157, 158, 158, 0.5);
}
.p-service .main-section .small-area__title span img {
  margin-top: 20px;
}
.p-service .main-section .small-area__text {
  max-width: 480px;
  margin-top: 24px;
}
.p-service .main-section .small-area__button {
  width: 212px;
  height: 53px;
  margin-top: 26px;
}
.p-service .main-section .service:nth-of-type(1) .large-area__bg-2::before {
  background-image: url("../img/pc/service_main_bg_1.jpg");
}
.p-service .main-section .service:nth-of-type(1) .large-area__block::before {
  background-image: url("../img/pc/service_main_counter_1.png");
  background-image: image-set(url("../img/pc/service_main_counter_1.png") 1x, url("../img/pc/service_main_counter_1@2x.png") 2x);
}
.p-service .main-section .service:nth-of-type(2) .large-area__bg-2::before {
  background-image: url("../img/pc/service_main_bg_2.jpg");
}
.p-service .main-section .service:nth-of-type(2) .large-area__block::before {
  background-image: url("../img/pc/service_main_counter_2.png");
  background-image: image-set(url("../img/pc/service_main_counter_2.png") 1x, url("../img/pc/service_main_counter_2@2x.png") 2x);
}
.p-service .main-section .service:nth-of-type(3) .large-area__bg-2::before {
  background-image: url("../img/pc/service_main_bg_3.jpg");
}
.p-service .main-section .service:nth-of-type(3) .large-area__block::before {
  background-image: url("../img/pc/service_main_counter_3.png");
  background-image: image-set(url("../img/pc/service_main_counter_3.png") 1x, url("../img/pc/service_main_counter_3@2x.png") 2x);
}
.p-service .main-section .service:nth-of-type(4) .small-area__image {
  background-image: url("../img/pc/service_main_bg_4.jpg");
}
.p-service .main-section .service:nth-of-type(4) .small-area__block::before {
  background-image: url("../img/pc/service_main_counter_4.png");
  background-image: image-set(url("../img/pc/service_main_counter_4.png") 1x, url("../img/pc/service_main_counter_4@2x.png") 2x);
}
.p-service .main-section .service:nth-of-type(5) .small-area__image {
  background-image: url("../img/pc/service_main_bg_5.jpg");
}
.p-service .main-section .service:nth-of-type(5) .small-area__block::before {
  background-image: url("../img/pc/service_main_counter_5.png");
  background-image: image-set(url("../img/pc/service_main_counter_5.png") 1x, url("../img/pc/service_main_counter_5@2x.png") 2x);
}
.p-service .main-section .service:nth-of-type(6) .small-area__image {
  background-image: url("../img/pc/service_main_bg_6.jpg");
}
.p-service .main-section .service:nth-of-type(6) .small-area__block::before {
  background-image: url("../img/pc/service_main_counter_6.png");
  background-image: image-set(url("../img/pc/service_main_counter_6.png") 1x, url("../img/pc/service_main_counter_6@2x.png") 2x);
}
.p-service .main-section .service:nth-of-type(7) .small-area__image {
  background-image: url("../img/pc/service_main_bg_7.jpg");
}
.p-service .main-section .service:nth-of-type(7) .small-area__block::before {
  background-image: url("../img/pc/service_main_counter_7.png");
  background-image: image-set(url("../img/pc/service_main_counter_7.png") 1x, url("../img/pc/service_main_counter_7@2x.png") 2x);
}
.p-service .main-section .service:nth-of-type(8) .small-area__image {
  background-image: url("../img/pc/service_main_bg_8.jpg");
}
.p-service .main-section .service:nth-of-type(8) .small-area__block::before {
  background-image: url("../img/pc/service_main_counter_8.png");
  background-image: image-set(url("../img/pc/service_main_counter_8.png") 1x, url("../img/pc/service_main_counter_8@2x.png") 2x);
}
.p-service .main-section .service:nth-of-type(9) .small-area__image {
  background-image: url("../img/pc/service_main_bg_9.jpg");
}
.p-service .main-section .service:nth-of-type(9) .small-area__block::before {
  background-image: url("../img/pc/service_main_counter_9.png");
  background-image: image-set(url("../img/pc/service_main_counter_9.png") 1x, url("../img/pc/service_main_counter_9@2x.png") 2x);
}
.p-service .main-section .service:nth-of-type(1) .large-area__bg {
  background: #f5f6f6;
}
.p-service .main-section .service:nth-of-type(1) .large-area__block {
  background: #f5f6f6;
}
.p-service .main-section .service:nth-of-type(2) {
  margin-top: 130px;
}
.p-service .main-section .service:nth-of-type(2) .large-area__bg {
  background: #fff;
}
.p-service .main-section .service:nth-of-type(2) .large-area__block {
  background: #fff;
}
.p-service .main-section .service:nth-of-type(3) {
  margin-top: 60px;
}
.p-service .main-section .service:nth-of-type(3) .large-area__bg {
  background: #f5f6f6;
}
.p-service .main-section .service:nth-of-type(3) .large-area__block {
  background: #f5f6f6;
}
.p-service .main-section .service:nth-child(4) {
  margin-top: 96px;
}
.p-service .main-section .service:nth-child(n+5) {
  margin-top: 80px;
}
.p-service .main-section .service:nth-of-type(odd) .small-area__inner {
  flex-direction: row-reverse;
}
.p-service .plan {
  position: relative;
  max-width: 1920px;
  padding: 114px 40px 0;
  margin: 0 auto;
  background: #000;
}
.p-service .plan::before {
  position: absolute;
  top: -140px;
  right: 0;
  display: block;
  width: 382px;
  height: 284px;
  content: "";
  background: url("../img/pc/service_plan_deco.png") no-repeat;
}
.p-service .plan__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 1200px;
  margin: 40px auto 0;
}
.p-service .content {
  max-width: 1920px;
  padding: 64px 40px 94px;
  margin: -1px auto 0;
  background: #000;
}
.p-service .content__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-service .content__title span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #c7c8c8;
}
.p-service .content__title::after {
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 18px;
  content: "";
  background: #257a97;
}
.p-service .content__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 386px);
  gap: 28px 22px;
  justify-content: center;
  max-width: 1202px;
  margin: 22px auto 0;
}
.p-service .content__list .item {
  padding: 26px 9px 9px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.p-service .content__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-service .content__list .item__title::after {
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 22px;
  content: "";
  background: #727171;
}
.p-service .content__list .item__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 18px;
}
.p-service .content__list .item__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #121212;
}
.p-service .area {
  max-width: 1920px;
  padding: 138px 0 132px;
  margin: 0 auto;
  background: url("../img/pc/service_area_bg.jpg") center/cover no-repeat;
}
.p-service .area__container {
  max-width: 1300px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-service .area__block {
  max-width: 540px;
  margin-left: auto;
}
.p-service .area__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-service .area__title img {
  position: relative;
  left: -8px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-service .area__title span {
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #c7c8c8;
}
.p-service .area__title::after {
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #257a97;
}
.p-service .area__text {
  margin-top: 22px;
  color: #fff;
}
.p-service .area__button {
  width: 214px;
  height: 55px;
  margin-top: 48px;
}

.p-partners .top-area {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-partners .top-area__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1092px;
  background: url("../img/pc/partners_top_area_bg.jpg") top center no-repeat;
}
.p-partners .top-area__bg-2 {
  position: absolute;
  top: 1091px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #000 0, #f5f6f6 800px);
}
.p-partners .top-area__fg {
  position: relative;
}
.p-partners .mv {
  position: relative;
  padding: 216px 0 116px;
}
.p-partners .mv::before {
  position: absolute;
  top: 500px;
  left: 0;
  display: block;
  width: 618px;
  height: 420px;
  content: "";
  background: url("../img/pc/partners_mv_deco.png") no-repeat;
}
.p-partners .mv__inner {
  position: relative;
  padding: 0 146px;
}
.p-partners .mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: 54px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.p-partners .mv__large {
  position: relative;
  left: -8px;
  margin-top: 28px;
}
.p-partners .mv__headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 40px;
}
.p-partners .mv__headline span {
  padding: 12px 22px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #257a97;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-partners .thought {
  position: relative;
  min-height: 1093px;
  padding: 62px 0 0;
  background: url("../img/pc/partners_thought_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1774px) {
  .p-partners .thought {
    background-position: top 0 right -73px;
  }
}
.p-partners .thought__container {
  max-width: 1774px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-partners .thought__block {
  max-width: 480px;
  margin-left: auto;
}
.p-partners .thought__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #257a97;
}
.p-partners .thought__title::after {
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #257a97;
}
.p-partners .thought__headline {
  margin-top: 30px;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-partners .thought__english {
  margin-top: 22px;
}
.p-partners .thought__text {
  max-width: 450px;
  margin-top: 38px;
  color: #fff;
}
.p-partners .thought__slider {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  height: 128px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-partners .mission {
  position: relative;
  min-height: 563px;
  padding: 44px 0 34px;
  margin-top: 128px;
  background: url("../img/pc/partners_mission_bg.png") no-repeat;
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1664px) {
  .p-partners .mission {
    background-position: top 0 left -128px;
  }
}
.p-partners .mission__container {
  max-width: 1664px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-partners .mission__block {
  max-width: 480px;
}
.p-partners .mission__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #257a97;
}
.p-partners .mission__title::after {
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #257a97;
}
.p-partners .mission__headline {
  margin-top: 30px;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-partners .mission__english {
  margin-top: 22px;
}
.p-partners .mission__text {
  max-width: 450px;
  margin-top: 38px;
}
.p-partners .mission__figure {
  display: flex;
  justify-content: center;
  margin-top: -10px;
}
.p-partners .interview {
  position: relative;
  padding: 70px 0 40px;
}
.p-partners .interview__title {
  position: absolute;
  top: -24px;
  left: 46px;
  width: 291px;
  height: 628px;
}
.p-partners .interview__container {
  margin-left: 354px;
}
.p-partners .interview__container .c-slider__track {
  padding: 20px;
  overflow: unset;
}
.p-partners .interview__container .c-slider__item {
  width: 442px;
}
.p-partners .interview__container .c-slider__arrow-left {
  bottom: 18px;
  left: -188px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_feature_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-partners .interview__container .c-slider__arrow-right {
  bottom: 18px;
  left: -118px;
  width: 58px;
  height: 58px;
  background: #257a97 url("../img/pc/front_feature_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-partners .job {
  padding: 98px 40px 94px;
  margin-top: -88px;
  background: #f5f6f6;
}
.p-partners .job__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #257a97;
}
.p-partners .job__title::after {
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #257a97;
}
.p-partners .job__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1200px;
  margin: 24px auto 0;
}
.p-partners .job__list li {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-partners .job__list li dl {
  display: grid;
  grid-template-columns: 286px 1fr;
}
.p-partners .job__list li dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px 0;
  font-weight: normal;
  color: #fff;
  background: #257a97;
}
.p-partners .job__list li dl dd {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 10px 32px;
  background: #fff;
}
.p-partners .job__list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  background: #fff;
}
.p-partners .requirements {
  position: relative;
  padding: 114px 40px 0;
  background: #000;
}
.p-partners .requirements::before {
  position: absolute;
  top: -120px;
  right: 0;
  display: block;
  width: 378px;
  height: 295px;
  content: "";
  background: url("../img/pc/partners_requirements_deco.png") no-repeat;
}
.p-partners .requirements__list {
  max-width: 1618px;
  padding-bottom: 78px;
  margin: 48px auto 0;
  border-bottom: 1px solid rgba(114, 113, 113, 0.5);
}

.p-notfound .main {
  max-width: 1240px;
  padding: 250px 20px 200px;
  margin: 0 auto;
}
.p-notfound .main a {
  display: inline-block;
  margin-top: 60px;
  text-decoration: underline;
}

.p-front-page .mv {
  position: relative;
  max-width: 1920px;
  height: 954px;
  margin: 0 auto;
  background: #000;
}
@keyframes front_mv_fadein {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-front-page .mv__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-front-page .mv__video .c-video-bg {
  width: 100%;
  height: 100%;
}
.p-front-page .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4);
}
.p-front-page .mv__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  background: url("../img/pc/front_mv_bg_deco.png") right top no-repeat;
  mix-blend-mode: screen;
}
.p-front-page .mv__bg-3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  height: 968px;
  background: url("../img/pc/front_mv_large.png") left -8px bottom no-repeat;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.p-front-page .mv__scroll {
  position: absolute;
  right: 42px;
  bottom: 220px;
  width: 13px;
  height: 117px;
}
.p-front-page .mv .vertical-slider {
  position: absolute;
  right: 0;
  bottom: 82px;
  z-index: 100;
  display: grid;
  grid-template-columns: 138px 1fr;
  width: 634px;
  padding: 10px 0;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.p-front-page .mv .vertical-slider__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-right: 1px solid #fff;
}
.p-front-page .mv .vertical-slider__slider {
  height: 48px;
}
.p-front-page .concept {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  height: 925px;
  padding-top: 244px;
  margin: 0 auto;
  background: url("../img/pc/front_concept_bg.jpg") no-repeat;
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1686px) {
  .p-front-page .concept {
    background-position: top 0 right -117px;
  }
}
.p-front-page .concept__container {
  max-width: 1686px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .concept__block {
  max-width: 450px;
  margin-left: auto;
}
.p-front-page .concept__headline {
  margin-top: 18px;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-front-page .concept__english {
  margin-top: 24px;
}
.p-front-page .concept__text {
  margin-top: 38px;
  color: #fff;
}
.p-front-page .concept__button {
  margin-top: 56px;
  color: #c7c8c8;
}
.p-front-page .service {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  padding-bottom: 234px;
  margin: -1px auto 0;
  background: #000 url("../img/pc/front_service_bg.png") right bottom no-repeat;
}
.p-front-page .service__top-container {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  max-width: 1618px;
  padding: 62px 0 0;
  margin: -18px auto 0;
  border-top: 1px solid rgba(114, 113, 113, 0.5);
}
.p-front-page .service__title {
  display: flex;
  gap: 36px;
  align-items: center;
}
.p-front-page .service__title span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #c7c8c8;
}
.p-front-page .service__button {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.p-front-page .service__slider {
  margin-top: 50px;
}
.p-front-page .service__slider .c-slider__track {
  overflow: unset;
}
.p-front-page .service__slider .c-slider__item {
  width: 380px;
  margin-right: 34px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
}
.p-front-page .service__slider .c-slider__arrow-left {
  top: 560px;
  left: 150px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_service_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .service__slider .c-slider__arrow-right {
  top: 560px;
  left: 220px;
  width: 58px;
  height: 58px;
  background: #257a97 url("../img/pc/front_service_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .service__smooth {
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  height: 125px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .workflow {
  max-width: 1920px;
  height: 663px;
  padding-top: 152px;
  margin: 0 auto;
  background: url("../img/pc/front_workflow_bg.jpg");
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1706px) {
  .p-front-page .workflow {
    background-position: top 0 left -107px;
  }
}
.p-front-page .workflow__container {
  max-width: 1706px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .workflow__block {
  position: relative;
  max-width: 550px;
  padding-left: 100px;
}
.p-front-page .workflow__title {
  position: absolute;
  top: 14px;
  left: 0;
}
.p-front-page .workflow__headline {
  margin-top: 18px;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-front-page .workflow__english {
  margin-top: 24px;
}
.p-front-page .workflow__text {
  margin-top: 38px;
}
.p-front-page .workflow__button {
  margin-top: 40px;
}
.p-front-page .client {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  padding: 86px 40px 42px;
  margin: 0 auto;
}
.p-front-page .client__top-container {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  max-width: 1618px;
  padding: 66px 0 0;
  margin: 0 auto;
  border-top: 1px solid rgba(114, 113, 113, 0.5);
}
.p-front-page .client__title {
  display: flex;
  gap: 36px;
  align-items: center;
}
.p-front-page .client__title span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .client__button {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.p-front-page .client__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 384px);
  gap: 26px;
  max-width: 1618px;
  margin: 48px auto 0;
}
.p-front-page .feature {
  position: relative;
  max-width: 1920px;
  margin: -78px auto 0;
}
.p-front-page .feature__bg {
  position: absolute;
  top: 600px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f5f6f6;
}
.p-front-page .feature__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 717px;
  background: url("../img/pc/front_feature_bg.png") top center no-repeat;
}
.p-front-page .feature__fg {
  position: relative;
  padding: 262px 0 52px;
}
.p-front-page .feature__text {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.p-front-page .feature__slider {
  margin: 42px 0 0 18.8%;
}
.p-front-page .feature__slider .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .feature__slider .c-slider__arrow-left {
  bottom: -12px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_feature_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .feature__slider .c-slider__arrow-right {
  bottom: -12px;
  left: 42px;
  width: 58px;
  height: 58px;
  background: #257a97 url("../img/pc/front_feature_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .feature__slider .item {
  width: 410px;
  margin-right: 32px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-front-page .feature__slider .item__main {
  padding: 22px 34px 48px;
}
.p-front-page .feature__slider .item__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
}
.p-front-page .feature__slider .item__note {
  margin: 8px 0 22px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .feature__slider .item__text {
  margin-top: 8px;
}
.p-front-page .news {
  padding: 86px 0 110px;
}
.p-front-page .news__top-container {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  max-width: 1618px;
  margin: 0 auto;
}
.p-front-page .news__title {
  display: flex;
  gap: 22px;
  align-items: center;
}
.p-front-page .news__title span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .news__button {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.p-front-page .news__container {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 102px;
  max-width: 1618px;
  margin: 40px auto 0;
}
.p-front-page .news__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(178, 178, 179, 0.5);
}
.p-front-page .news__item {
  border-bottom: 1px solid rgba(178, 178, 179, 0.5);
}
.p-front-page .specialist {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-front-page .specialist__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f5f5f5 url("../img/pc/front_specialist_bg.jpg") no-repeat;
  background-attachment: fixed;
}
.p-front-page .specialist__fg {
  position: relative;
  padding: 104px 0 0;
}
.p-front-page .specialist__top-container {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  max-width: 1618px;
  margin: 0 auto;
}
.p-front-page .specialist__title {
  display: flex;
  gap: 22px;
  align-items: center;
}
.p-front-page .specialist__title span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #c7c8c8;
}
.p-front-page .specialist__button {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.p-front-page .specialist__container {
  display: grid;
  grid-template-columns: 718px 1fr;
  max-width: 1654px;
  margin: 0 auto;
}
.p-front-page .specialist__text-area {
  position: sticky;
  bottom: 0;
  align-self: end;
  padding: 96px 0 172px 76px;
}
.p-front-page .specialist__headline {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.p-front-page .specialist__headline span {
  padding: 14px 22px;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-front-page .specialist__english {
  margin-top: 34px;
}
.p-front-page .specialist__text {
  max-width: 400px;
  margin-top: 26px;
  color: #fff;
}
.p-front-page .specialist__category {
  display: grid;
  grid-template-columns: 358px 84px;
  gap: 18px;
  margin-top: 52px;
}
.p-front-page .specialist__category li {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
}
.p-front-page .specialist__category li:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.p-front-page .specialist__category li:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
.p-front-page .specialist__category li:nth-of-type(3) {
  grid-area: 3/1/4/2;
}
.p-front-page .specialist__category li:nth-of-type(4) {
  display: flex;
  grid-area: 3/2/4/3;
  align-items: center;
  justify-content: center;
  padding-left: unset;
}
.p-front-page .specialist__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 450px);
  gap: 22px;
  padding: 50px 0 40px;
}
.p-front-page .instagram {
  padding: 70px 0 0;
  margin-bottom: -1px;
  background: #f5f5f5;
}
.p-front-page .instagram__deco {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .instagram__deco::before {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  content: "";
  background: url("../img/pc/icon_instagram.svg") no-repeat;
}
.p-front-page .instagram__outer {
  position: relative;
}
.p-front-page .instagram__outer::before {
  position: absolute;
  top: -26px;
  left: calc(50% - 94px);
  z-index: 100;
  display: block;
  width: 189px;
  height: 54px;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/front_instagram_text.png");
  background-image: image-set(url("../img/pc/front_instagram_text.png") 1x, url("../img/pc/front_instagram_text@2x.png") 2x);
}
.p-front-page .instagram__inner {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin-top: 32px;
  overflow: hidden;
}
.p-front-page .instagram__banner {
  height: 274px;
}
.p-front-page .recruit {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding-top: 112px;
}
.p-front-page .b-contact {
  margin-top: -52px;
}

.p-contact .main {
  padding: 82px 40px 146px;
  background: #f5f6f6;
}
.p-contact .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact .main__title span {
  margin-top: 34px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-contact .main__info {
  margin-top: 46px;
  text-align: center;
}
.p-contact .main .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin-top: 42px;
}
.p-contact .main .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-contact .main .tel-area__tel {
  margin-top: 22px;
}
.p-contact .form {
  max-width: 1116px;
  margin: 80px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.p-contact .privacy-policy {
  margin-top: 66px;
}
.p-contact .privacy-policy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact .privacy-policy__title span {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
.p-contact .privacy-policy__title img {
  margin-top: 20px;
}
.p-contact .privacy-policy__title::after {
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background: #257a97;
}
.p-contact .privacy-policy__scroll {
  max-width: 1200px;
  max-height: 548px;
  padding: 40px 40px;
  margin: 40px auto 0;
  overflow: scroll;
  background: #fff;
}

.p-archive-client .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive-client .main__bg {
  padding: 68px 40px 124px;
}
.p-archive-client .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-archive-client .main__title span {
  margin-top: 32px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-archive-client .main__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 384px);
  gap: 46px 28px;
  justify-content: center;
  margin-top: 68px;
}
.p-archive-client .main .category-area {
  max-width: 1200px;
  margin: 46px auto 0;
}
.p-archive-client .main .category-area__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 0 28px 0 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #000;
}
.p-archive-client .main .category-area__title::after {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/archive_client_category_chevron.svg") no-repeat;
}
.p-archive-client .main .category-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  grid-gap: 30px 0;
  justify-content: center;
  max-width: 1200px;
  padding: 24px 0;
  background: #f5f6f6;
  container-type: inline-size;
}
.p-archive-client .main .category-area__list li {
  position: relative;
  border-right: 1px solid #fff;
}
.p-archive-client .main .category-area__list li a {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 26px;
}
.p-archive-client .main .category-area__list li a::after {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/archive_client_category_item_chevron.svg") no-repeat;
}
@container (width < 600px) {}
@container (600px <= width < 900px) {
  .p-archive-client .main .category-area__list li:nth-of-type(2n + 1) {
    border-left: unset;
  }
}
@container (900px <= width < 1200px) {
  .p-archive-client .main .category-area__list li:nth-of-type(3n + 1) {
    border-left: unset;
  }
  .p-archive-client .main .category-area__list li:nth-of-type(3n + 1) {
    border-left: unset;
  }
}
@container (1200px <= width) {
  .p-archive-client .main .category-area__list li:nth-of-type(4n + 1) {
    border-left: unset;
  }
  .p-archive-client .main .category-area__list li:nth-of-type(4n + 1) {
    border-left: unset;
  }
  .p-archive-client .main .category-area__list li:nth-of-type(4n + 1) {
    border-left: unset;
  }
}
.p-archive-client .wp-pagenavi {
  padding: 90px 40px 0;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 82px 40px 124px;
  background: #f5f6f6;
}
.p-archive .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-archive .main__title span {
  margin-top: 32px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-archive .main__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-archive .main .nav {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 64px;
}
.p-archive .main .nav__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #231815;
}
.p-archive .main .nav__list {
  display: flex;
  gap: 20px;
  align-items: center;
}
.p-archive .main .nav__list .item__inner {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #231815;
  border-radius: 100000000px;
}
.p-archive .main .nav__list .item--active .item__inner {
  padding-right: 14px;
  padding-left: 14px;
  color: #fff;
  background: #000;
}
.p-archive .main__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 50px;
  margin-top: 52px;
}
.p-archive .main__list {
  display: grid;
  flex-direction: column;
  margin-top: -36px;
}
.p-archive .main__item:nth-of-type(n + 2) {
  border-top: 1px solid rgba(219, 220, 220, 0.5);
}
.p-archive .main .category-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-archive .main .category-list .c-post-category-list:nth-of-type(2) .c-post-category-list__title {
  background: #257a97;
}
.p-archive .wp-pagenavi {
  padding: 70px 40px 0;
}

.p-about-us .b-mv {
  background-image: url("../img/pc/about_mv_bg.jpg");
}
.p-about-us .top-area {
  position: relative;
  max-width: 1920px;
  padding: 110px 40px 164px;
  margin: 0 auto;
  background: url("../img/pc/about_top_area_bg.jpg") center/cover no-repeat;
}
.p-about-us .top-area::after {
  position: absolute;
  top: 84px;
  right: 0;
  left: 0;
  display: block;
  height: 764px;
  content: "";
  background: url("../img/pc/about_top_area_deco.png") top center no-repeat;
}
.p-about-us .top-area__title {
  display: flex;
  justify-content: center;
}
.p-about-us .top-area__text {
  margin-top: 44px;
  color: #fff;
  text-align: center;
}
.p-about-us .top-area__container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 56px;
}
.p-about-us .top-area__container .item {
  position: relative;
  width: 580px;
  height: 284px;
}
.p-about-us .top-area__container .item:nth-of-type(2) {
  z-index: 100;
}
.p-about-us .top-area__container .item__bg {
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, calc(50% - 106px) 0, calc(50% - 106px) 10px, calc(50% + 106px) 10px, calc(50% + 106px) 0, 100% 0, 100% 100%, 0 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.p-about-us .top-area__container .item__fg {
  padding: 0 28px;
}
.p-about-us .top-area__container .item__english {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .top-area__container .item__english::after {
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background: #257a97;
}
.p-about-us .top-area__container .item__title {
  padding: 22px 0 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.p-about-us .top-area__container .item__text {
  padding-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  color: #fff;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}
.p-about-us .specialist {
  padding: 100px 40px 104px;
  background: #f5f6f6;
}
.p-about-us .specialist__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .specialist__title span {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-about-us .specialist__list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  max-width: 1200px;
  margin: 46px auto 0;
}
.p-about-us .specialist__item {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-about-us .company {
  padding: 114px 40px 0;
}
.p-about-us .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .company__title span {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-about-us .company__list {
  margin-top: 40px;
}
.p-about-us .access {
  padding: 84px 0 120px;
}
.p-about-us .access__title {
  display: flex;
  justify-content: center;
}
.p-about-us .access__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 28px;
}
.p-about-us .access__list .item__google-map {
  height: 402px;
}
.p-about-us .access__list .item__box {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1200px;
  padding: 6px;
  margin: 20px auto 0;
  background: #f5f6f6;
}
.p-about-us .access__list .item__box::before {
  position: absolute;
  top: -13px;
  left: calc(50% - 14px);
  display: block;
  width: 28px;
  height: 14px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  background: #f5f6f6;
}
.p-about-us .access__list .item__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-about-us .access__list .item__title::after {
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  display: block;
  width: 11px;
  height: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #fff;
}
.p-about-us .access__list .item__text {
  padding: 0 26px;
}
.p-about-us .history {
  padding: 94px 40px 112px;
  background: #f5f5f5;
}
.p-about-us .history__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .history__title span {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-about-us .history__list {
  margin-top: 42px;
}
