/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** 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);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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;
}

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: #629caf;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #629caf;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-work-slider-2 .c-slider__track {
  justify-content: center;
  overflow: unset;
}
.c-work-slider-2 .c-slider__arrow-left {
  right: calc(50% - 336px);
  bottom: -34px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/c_work_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-work-slider-2 .c-slider__arrow-right {
  right: calc(50% - 420px);
  bottom: -34px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/c_work_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-work-slider-2 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 830px;
  height: 552px;
  margin-right: 28px;
}
.c-work-slider-2 .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-work-slider-2__sub-slider {
  margin-top: 60px;
}
.c-work-slider-2__sub-slider ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 102px);
  gap: 8px;
  justify-content: center;
}
.c-work-slider-2__sub-slider ul li {
  height: 68px;
}
.c-work-slider-2__sub-slider ul li button {
  width: 100%;
  height: 100%;
}
.c-work-slider-2__sub-slider ul li button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-work-slider-2__sub-slider ul li button img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: var(--c-tel-font-size, 30px);
  font-weight: bold;
  line-height: 1;
  color: var(--c-tel-color-text, #3e3a39);
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: var(--c-tel-icon-size, 20px);
  height: var(--c-tel-icon-size, 20px);
  margin-right: var(--c-tel-gap, 14px);
  content: "";
  background: var(--c-tel-url-tel-icon, url("../img/pc/icon_tel_theme_white.svg")) no-repeat;
}

.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-loaded {
  animation: slide1 120s -60s linear infinite;
}
.c-slider-smooth__group--dummy-loaded {
  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-fade {
  width: 100%;
  height: 100%;
}
.c-slider-fade .keen-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-slider-fade .keen-slider .keen-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.c-slider-fade .keen-slider .keen-slider__slide 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;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #629caf;
}
.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: #08213a;
  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: #629caf;
  border-radius: 12px;
  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 10px 40px;
  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-qa {
  background: #ffffff;
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 19px 34px;
}
.c-qa__title-inner::before {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/c_qa_q.png");
  background-image: image-set(url("../img/pc/c_qa_q.png") 1x, url("../img/pc/c_qa_q@2x.png") 2x);
}
.c-qa__title-inner::after {
  display: block;
  width: 16px;
  height: 9px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_qa_chevron.svg") no-repeat;
}
.c-qa__title {
  padding: 0 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
}
.c-qa__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  color: #000;
  background-color: #ddd;
}
.c-qa__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-post-works-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-post-works-card__image {
  flex: 0 0 auto;
  height: 256px;
  background-color: #9e9e9f;
}
.c-post-works-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-works-card__main {
  flex: 1 1 auto;
  padding: 0 0 0 26px;
  margin-top: 12px;
  border-left: 2px solid #3e3a39;
}
.c-post-works-card__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #dadbdb;
  letter-spacing: 0.05em;
}
.c-post-works-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.c-post-works-card__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-post-works-card__tag-list li {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #b3b3b4;
  background: #3e3a39;
}
.c-post-works-card__date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}

.c-post-front-news-card a {
  height: 100%;
}
.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: 12px 30px 20px;
}
.c-post-front-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-top: 12px;
}
.c-post-front-news-card__category {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #b3b3b4;
  background: #ededed;
}
.c-post-front-news-card__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b3;
}
.c-post-front-news-card__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  color: #3e3a39;
  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;
  align-items: center;
  height: 100%;
  padding: 25px 0;
}
.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__main {
  padding: 0 42px;
}
.c-post-front-news-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-top: 12px;
}
.c-post-front-news-bar__category {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #b3b3b4;
  background: #ededed;
}
.c-post-front-news-bar__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b3;
}
.c-post-front-news-bar__title {
  margin-top: -12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  color: #3e3a39;
  letter-spacing: 0.05em;
}
.c-post-front-news-bar__content {
  margin-top: 6px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
  letter-spacing: 0.05em;
}

.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;
  background-color: #629caf;
}
.c-post-category-list__title a::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #629caf;
}
.c-post-category-list__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
}
.c-post-category-list__list .parent__title a {
  position: relative;
  padding: 18px 32px;
  font-size: 16px;
  line-height: 22px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}

.c-post-archive-bar a {
  display: grid;
  grid-template-columns: 372px 1fr;
  gap: 10px;
  overflow: hidden;
  background: #fff;
}
.c-post-archive-bar__image-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #9e9e9f;
}
.c-post-archive-bar__image-inner img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-archive-bar__main {
  min-height: 208px;
  padding: 22px 24px 20px;
}
.c-post-archive-bar__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 0.05em;
}
.c-post-archive-bar__content {
  margin-top: 14px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
}
.c-post-archive-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
}
.c-post-archive-bar__parent-category {
  padding: 6px 16px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #629caf;
  border-radius: 14px;
}
.c-post-archive-bar__child-category {
  padding: 6px 16px;
  font-size: 14px;
  line-height: 16px;
  color: #878787;
  background: #f5f6f6;
}
.c-post-archive-bar__tag-list {
  display: contents;
}
.c-post-archive-bar__tag-list li {
  padding: 6px 16px;
  font-size: 14px;
  line-height: 16px;
  color: #878787;
  background: #f5f6f6;
}
.c-post-archive-bar__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b3;
}

.c-number-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 46px 10px 36px;
  border: 1px solid #727171;
}
.c-number-block__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-number-block__title::after {
  display: block;
  width: 45px;
  height: 2px;
  margin: 12px auto 0;
  content: "";
  background-color: #606060;
}
.c-number-block__number {
  margin-top: 22px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 54px;
  color: #629caf;
}
.c-number-block__unit {
  margin-top: 2px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  color: #629caf;
}
.c-number-block__detail {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #878787;
}

.js-toggle-card {
  overflow: hidden;
}
.js-toggle-card__button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-toggle-card__content {
  visibility: hidden;
  transition: all 0.2s;
}
.js-toggle-card__close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-facility-category__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #f5f5f5;
  background: #629caf;
  border-bottom: 1px solid rgba(114, 113, 113, 0.25);
}
.c-facility-category .table {
  padding: 4px 18px 0;
  background: #fff;
  border-right: 1px solid rgba(114, 113, 113, 0.5);
  border-bottom: 1px solid rgba(114, 113, 113, 0.5);
  border-left: 1px solid rgba(114, 113, 113, 0.5);
}
.c-facility-category .table__list {
  container-type: inline-size;
}
.c-facility-category .table__list .row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  padding: 15px 0;
  border-bottom: 1px dashed rgba(114, 113, 113, 0.5);
}
.c-facility-category .table__list .row:last-of-type {
  border-bottom: unset;
}
@container (width < 1000px) {
  .c-facility-category .table__list .row {
    flex-wrap: wrap;
  }
}
.c-facility-category .table__list .row__info {
  padding-left: 20px;
}
.c-facility-category .table__list .row__other {
  display: flex;
  padding-left: 20px;
  margin-left: auto;
}
.c-facility-category .table__list .row__note {
  flex: 1 1 auto;
}
.c-facility-category .table__list .row__number {
  flex: 0 0 auto;
  width: 114px;
  margin-left: auto;
  text-align: center;
}

.c-button-see-all {
  width: var(--c-button-see-all-width, 208px);
  height: var(--c-button-see-all-height, 52px);
}
.c-button-see-all__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 34px;
  background: var(--c-button-see-all-bg-color, #fff);
  border-radius: 3px;
}
.c-button-see-all__inner::after {
  display: block;
  width: 30px;
  height: 10px;
  margin-left: auto;
  content: "";
  background: var(--c-button-see-all-bar-image, url("../img/pc/c_button_see_all_arrow.svg"));
}

.c-button-circle {
  width: var(--c-button-circle-width, 248px);
  height: var(--c-button-circle-height, 60px);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--c-button-circle-color-text, #fff);
  background: var(--c-button-circle-color-bg, #629caf);
  border-radius: 10px;
}
.c-button-circle__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 24px 0 26px;
}
.c-button-circle__inner::after {
  display: block;
  width: 26px;
  height: 2px;
  margin-left: auto;
  content: "";
  background-color: var(--c-button-circle-color-bar, #fff);
}

.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-site-banner {
  padding: 40px 40px 82px;
}
.b-site-banner__title {
  display: flex;
  justify-content: center;
}
.b-site-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 40px;
}
.b-site-banner__item {
  width: 587px;
  height: 134px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}

.b-recruit-form__input-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.b-recruit-form .row {
  width: 100%;
}
.b-recruit-form .row__title label {
  display: flex;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  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: 60px;
}
.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: #629caf;
  border-radius: 6px;
}
.b-recruit-form__buttons .wpcf7-submit:disabled {
  opacity: 0.5;
}

.b-post-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  border-left: 2px solid #fff;
}
.b-post-nav li {
  border-right: 2px solid #fff;
}
.b-post-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 90px;
  padding-top: 12px;
}
.b-post-nav li a span {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.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: #629caf;
}
.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;
  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-post-breadcrumbs__list {
  display: flex;
  gap: 2px;
  align-items: center;
}
.b-post-breadcrumbs__item {
  display: flex;
  gap: 6px;
  align-items: center;
  line-height: 1;
}
.b-post-breadcrumbs__item::after {
  display: block;
  content: "＞";
}
.b-post-breadcrumbs__item:last-child::after {
  display: none;
}
.b-post-breadcrumbs__link {
  padding: 4px;
}

.b-mv {
  max-width: 1920px;
  height: 632px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.b-mv__inner {
  max-width: 1688px;
  padding: 336px 40px 0;
  margin: 0 auto;
}
.b-mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-mv__title span {
  margin-top: 22px;
  font-size: 16px;
  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(114, 113, 113, 0.5);
}
.b-history-block__list .item {
  padding: 30px 20px 36px 44px;
  border-bottom: 1px solid rgba(114, 113, 113, 0.5);
}
.b-history-block__list .item__flex {
  display: flex;
  gap: 20px;
}
.b-history-block__list .item__year {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 234px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 63px;
  font-weight: bold;
  line-height: 1;
  color: rgba(98, 156, 175, 0.3);
  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: #629caf;
  letter-spacing: 0.2em;
}
.b-history-block__list .item__detail {
  margin-top: 4px;
  font-size: 16px;
  line-height: 28px;
  color: #dadbdb;
}

.b-header-content__container {
  display: flex;
  justify-content: space-between;
  max-width: 1840px;
  padding: 0 40px;
  margin: 0 auto;
  container-type: inline-size;
}
.b-header-content__logo {
  width: var(--b-header-content-logo-width, 0);
  height: var(--b-header-content-logo-height, 0);
  margin: var(--b-header-content-logo-margin, 0);
}
.b-header-content__nav {
  display: flex;
  gap: 28px;
  align-items: center;
  padding-top: 6px;
}
.b-header-content__menu {
  display: flex;
  align-items: center;
  height: 44px;
  filter: drop-shadow(var(--b-header-content-nav-shadow, unset));
}
@container (width < 1320px) {
  .b-header-content__menu {
    display: none;
  }
}
.b-header-content__menu li {
  padding: 0 36px;
}
.b-header-content__menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-header-content__menu li a span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: var(--b-header-content-color-text, #fff);
}
.b-header-content__menu li a img {
  margin-top: 14px;
}
.b-header-content__menu li + li {
  position: relative;
}
.b-header-content__menu li + li::before {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  display: block;
  width: 1px;
  height: 40px;
  content: "";
  background: var(--b-header-content-color-menu-border, rgba(255, 255, 255, 0.3));
}
.b-header-content__button-area {
  display: flex;
  gap: 14px;
  align-items: center;
}
.b-header-content__recruit {
  width: 186px;
}
.b-header-content__recruit a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: #629caf;
  border-radius: 3px;
}
.b-header-content__recruit a::before {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/b_header_nav_recruit_icon.svg") no-repeat;
}
.b-header-content__contact {
  width: 186px;
}
.b-header-content__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: #08213a;
  border-radius: 3px;
}
.b-header-content__contact a::before {
  display: block;
  width: 28px;
  height: 18px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}

.b-header-blank {
  max-width: 1920px;
  height: 138px;
  margin: 0 auto;
  background: url("../img/pc/b_header_blank_bg.jpg") no-repeat center;
}

.b-header {
  position: relative;
  z-index: 7000;
  max-width: 1920px;
  margin: 0 auto;
}
.b-header__fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 86px;
  padding-top: 10px;
  background: #fff;
  transition: all 0.2s;
  transform: translateY(-100%);
  --b-header-content-color-text: #111310;
  --b-header-content-color-menu-border: rgba(218, 219, 219, 0.5);
  --b-header-content-logo-width: 201px;
  --b-header-content-logo-height: 43px;
  --b-header-content-logo-margin: 10px 0 0 -8px;
}
.b-header__fixed--visible {
  transform: translateY(0%);
}
.b-header__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 104px;
  padding-top: 34px;
  --b-header-content-nav-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  --b-header-content-logo-width: 201px;
  --b-header-content-logo-height: 51px;
  --b-header-content-logo-margin: 10px 0 0 -8px;
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding: 0 0 60px;
  margin: -120px auto 0;
  background: #f5f6f6 url("../img/pc/b_footer_bg.png") no-repeat bottom center;
}
.b-footer__container {
  position: relative;
  z-index: 10;
  display: flex;
  max-width: 1242px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 32%;
  max-width: 430px;
  padding-top: 158px;
}
.b-footer__block-2 {
  position: relative;
  width: 70%;
  max-width: 860px;
  padding: 136px 0 0 40px;
}
.b-footer__badge {
  position: absolute;
  right: 54px;
  bottom: -8px;
  width: 156px;
  height: 184px;
}
.b-footer__block-3 {
  position: relative;
  width: 10%;
  max-width: 212px;
  padding: 128px 0 0 0;
}
.b-footer__logo {
  width: 200px;
  height: 43px;
}
.b-footer .address-block {
  max-width: 354px;
  margin-top: 40px;
}
.b-footer .address-block__title {
  font-size: 16px;
  line-height: 1;
}
.b-footer .address-block__title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.b-footer .address-block__address {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 28px;
}
.b-footer .address-block__button {
  width: 196px;
  margin-top: 20px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
}
.b-footer .address-block__button a::before {
  display: block;
  flex: 0 0 auto;
  width: 19px;
  height: 31px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/b_footer_button_pin.svg") no-repeat;
}
.b-footer .address-block__button a::after {
  display: block;
  flex: 0 0 auto;
  width: 9px;
  height: 16px;
  margin-left: 16px;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer .address-block__sns {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 90px;
}
.b-footer .address-block__sns li + li {
  display: flex;
}
.b-footer .address-block__sns li + li::before {
  display: block;
  width: 1px;
  height: 28px;
  margin-right: 38px;
  content: "";
  background: #dadbdb;
}
.b-footer .address-block__tel {
  margin-top: 22px;
  font-size: 16px;
  line-height: 28px;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(4, 92px);
  grid-template-columns: repeat(2, 202px);
  grid-auto-flow: column;
  gap: 24px 68px;
}
.b-footer__nav .item {
  height: 100%;
  border-bottom: 1px solid rgba(198, 199, 200, 0.5);
}
.b-footer__nav .item a {
  height: 100%;
  padding: 12px 0 0;
  background: url("../img/pc/b_footer_nav_chevron.svg") top calc(50% - 12px) right 0/5px 9px no-repeat;
}
.b-footer__nav .item span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.b-footer__nav .item img {
  max-height: 14px;
  margin-top: 14px;
}
.b-footer__copyright {
  max-width: 1236px;
  padding: 0 20px;
  margin: 96px auto 0;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #111310;
}

.b-contact {
  max-width: 1920px;
  padding: 88px 40px 62px;
  margin: 0 auto;
  background: #f5f6f6;
}
.b-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-contact__title span {
  margin-top: 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-contact__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  max-width: 1200px;
  margin: 30px auto 0;
}
.b-contact__container > * {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 156px;
  background: #fff;
  border: 6px solid #eeefef;
}
.b-contact__container .tel-area {
  padding: 44px 20px 0;
}
.b-contact__container .tel-area__time {
  margin-top: 4px;
  font-size: 16px;
  color: #868686;
}
.b-contact__container .contact-area {
  padding: 32px 20px 0;
}
.b-contact__container .contact-area__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 318px;
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #629caf;
}
.b-contact__container .contact-area__button a::before {
  display: block;
  width: 23px;
  height: 14px;
  margin-right: 20px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}
.b-contact__container .contact-area__time {
  margin-top: 2px;
  font-size: 16px;
  color: #868686;
}
.b-contact__note {
  position: relative;
  z-index: 100;
  max-width: 1618px;
  padding: 22px 0 76px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 33px;
  color: #474645;
  text-align: center;
  border-bottom: 1px solid rgba(179, 179, 180, 0.5);
}

.b-company dl {
  display: grid;
  grid-template-columns: 158px 1fr;
  grid-gap: 0 50px;
  max-width: 936px;
  padding: 0 40px;
  margin: 0 auto;
}
.b-company dt {
  display: flex;
  min-height: 55px;
  font-weight: normal;
  color: #08213a;
  text-align: justify;
  text-align-last: justify;
  word-break: break-all;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.b-company dt span {
  width: 100%;
  padding: 10px 0;
}
.b-company dd {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}

.p-workflow .bg-area-1 {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}
.p-workflow .b-mv {
  position: relative;
  background-image: url("../img/pc/workflow_mv_bg.png");
}
.p-workflow .b-mv::before {
  position: absolute;
  top: 330px;
  right: 0;
  display: block;
  width: 415px;
  height: 776px;
  content: "";
  background: url("../img/pc/workflow_mv_deco.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .top-area {
  position: relative;
  z-index: 100;
  margin-top: -142px;
}
.p-workflow .top-area__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-workflow .top-area__english {
  margin-top: 22px;
}
.p-workflow .top-area__english img {
  margin: 0 auto;
}
.p-workflow .top-area__text {
  margin-top: 32px;
  color: #fff;
  text-align: center;
}
.p-workflow .main {
  position: relative;
  margin-top: 54px;
}
.p-workflow .main__deco {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
  width: 352px;
  height: 462px;
  background: url("../img/pc/workflow_main_deco.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__bg-deco-1 {
  position: absolute;
  top: -40px;
  left: calc(50% - 416px);
  z-index: 10;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__bg-deco-2 {
  position: absolute;
  top: 920px;
  left: calc(50% - 416px);
  z-index: 10;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__bg-deco-3 {
  position: absolute;
  top: 1950px;
  left: calc(50% - 416px);
  z-index: 10;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__bg-deco-4 {
  position: absolute;
  top: 2980px;
  left: calc(50% - 416px);
  z-index: 10;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__bg-deco-5 {
  position: absolute;
  top: 4010px;
  left: calc(50% - 416px);
  z-index: 10;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__bg-deco-6 {
  position: absolute;
  top: 5040px;
  left: calc(50% - 416px);
  z-index: 10;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__bg-deco-7 {
  position: absolute;
  top: 6400px;
  left: calc(50% - 416px);
  z-index: 10;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__bg-deco-8 {
  position: absolute;
  top: 7400px;
  left: calc(50% - 416px);
  z-index: 10;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__left-deco-1 {
  position: absolute;
  top: 1630px;
  left: -450px;
  z-index: 1000;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__left-deco-2 {
  position: absolute;
  top: 3680px;
  left: -450px;
  z-index: 1000;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__left-deco-3 {
  position: absolute;
  top: 5730px;
  left: -450px;
  z-index: 1000;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__right-deco-1 {
  position: absolute;
  top: 3240px;
  right: -560px;
  z-index: 1000;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__right-deco-2 {
  position: absolute;
  top: 5260px;
  right: -560px;
  z-index: 1000;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__right-deco-3 {
  position: absolute;
  top: 7660px;
  right: -560px;
  z-index: 1000;
  width: 824px;
  height: 728px;
  background: url("../img/pc/workflow_main_deco_2.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-workflow .main__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.p-workflow .main__list .section {
  position: relative;
  z-index: 100;
}
.p-workflow .main__list .section__pin {
  position: absolute;
  top: -20px;
  left: calc(50% - 4px);
  z-index: 10;
  width: 8px;
  height: 32px;
}
.p-workflow .main__list .section__pin::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #629caf;
  border-radius: 50%;
}
.p-workflow .main__list .section__pin::after {
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  width: 2px;
  height: 32px;
  content: "";
  background: #629caf;
}
.p-workflow .main__list .section__slider {
  clip-path: polygon(0 0, calc(100% - 32px) 0, calc(100% - 32px) 198px, 100% 224px, 100% 100%, 0 100%);
}
.p-workflow .main__list .section__title {
  margin-top: 28px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-workflow .main__list .section__english {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
}
.p-workflow .main__list .section__english::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 30px;
  content: "";
  background: #629caf;
}
.p-workflow .main__list .section__text {
  max-width: 410px;
  margin-top: 20px;
  color: #fff;
}
.p-workflow .main__list .section__bottom {
  position: relative;
  z-index: 100;
  display: grid;
  grid-template-columns: repeat(auto-fit, 577px);
  gap: 44px;
  justify-content: center;
  margin: -152px 0 -18px;
}
.p-workflow .main__list .section__bottom .item {
  position: relative;
  height: 524px;
  padding: 8px;
  background: linear-gradient(to bottom, #161616 50%, transparent 100%);
}
.p-workflow .main__list .section__bottom .item__bg {
  position: absolute;
  inset: 8px;
  z-index: 100;
}
.p-workflow .main__list .section__bottom .item__fg {
  position: relative;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 280px;
}
.p-workflow .main__list .section__bottom .item__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-workflow .main__list .section__bottom .item__english {
  margin-top: 18px;
}
.p-workflow .main__list .section__bottom .item__text {
  width: 490px;
  margin-top: 26px;
  color: #fff;
  text-align: justify;
}
.p-workflow .main__list .section:nth-child(1) .section__inner, .p-workflow .main__list .section:nth-child(3) .section__inner, .p-workflow .main__list .section:nth-child(5) .section__inner, .p-workflow .main__list .section:nth-child(7) .section__inner, .p-workflow .main__list .section:nth-child(9) .section__inner, .p-workflow .main__list .section:nth-child(11) .section__inner, .p-workflow .main__list .section:nth-child(13) .section__inner, .p-workflow .main__list .section:nth-child(15) .section__inner {
  width: 100%;
  max-width: 1850px;
}
.p-workflow .main__list .section:nth-child(1) .section__container, .p-workflow .main__list .section:nth-child(3) .section__container, .p-workflow .main__list .section:nth-child(5) .section__container, .p-workflow .main__list .section:nth-child(7) .section__container, .p-workflow .main__list .section:nth-child(9) .section__container, .p-workflow .main__list .section:nth-child(11) .section__container, .p-workflow .main__list .section:nth-child(13) .section__container, .p-workflow .main__list .section:nth-child(15) .section__container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: flex-start;
  padding-right: 40px;
}
.p-workflow .main__list .section:nth-child(1) .section__block, .p-workflow .main__list .section:nth-child(3) .section__block, .p-workflow .main__list .section:nth-child(5) .section__block, .p-workflow .main__list .section:nth-child(7) .section__block, .p-workflow .main__list .section:nth-child(9) .section__block, .p-workflow .main__list .section:nth-child(11) .section__block, .p-workflow .main__list .section:nth-child(13) .section__block, .p-workflow .main__list .section:nth-child(15) .section__block {
  flex: 0 0 auto;
  width: 500px;
  padding: 52px 0 0;
  margin-left: auto;
}
.p-workflow .main__list .section:nth-child(1) .section__image-container, .p-workflow .main__list .section:nth-child(3) .section__image-container, .p-workflow .main__list .section:nth-child(5) .section__image-container, .p-workflow .main__list .section:nth-child(7) .section__image-container, .p-workflow .main__list .section:nth-child(9) .section__image-container, .p-workflow .main__list .section:nth-child(11) .section__image-container, .p-workflow .main__list .section:nth-child(13) .section__image-container, .p-workflow .main__list .section:nth-child(15) .section__image-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 540px);
  max-width: 1204px;
  height: 449px;
  margin-right: auto;
}
.p-workflow .main__list .section:nth-child(1) .section__image img, .p-workflow .main__list .section:nth-child(3) .section__image img, .p-workflow .main__list .section:nth-child(5) .section__image img, .p-workflow .main__list .section:nth-child(7) .section__image img, .p-workflow .main__list .section:nth-child(9) .section__image img, .p-workflow .main__list .section:nth-child(11) .section__image img, .p-workflow .main__list .section:nth-child(13) .section__image img, .p-workflow .main__list .section:nth-child(15) .section__image img {
  max-width: unset;
  object-position: top right;
  object-fit: none;
}
.p-workflow .main__list .section:nth-child(1) .section__counter, .p-workflow .main__list .section:nth-child(3) .section__counter, .p-workflow .main__list .section:nth-child(5) .section__counter, .p-workflow .main__list .section:nth-child(7) .section__counter, .p-workflow .main__list .section:nth-child(9) .section__counter, .p-workflow .main__list .section:nth-child(11) .section__counter, .p-workflow .main__list .section:nth-child(13) .section__counter, .p-workflow .main__list .section:nth-child(15) .section__counter {
  position: absolute;
  top: 28px;
  right: -10px;
}
.p-workflow .main__list .section:nth-child(2) .section__inner, .p-workflow .main__list .section:nth-child(6) .section__inner, .p-workflow .main__list .section:nth-child(10) .section__inner, .p-workflow .main__list .section:nth-child(14) .section__inner {
  width: 100%;
  max-width: 1746px;
  margin-left: auto;
}
.p-workflow .main__list .section:nth-child(2) .section__container, .p-workflow .main__list .section:nth-child(6) .section__container, .p-workflow .main__list .section:nth-child(10) .section__container, .p-workflow .main__list .section:nth-child(14) .section__container {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  justify-content: flex-start;
  padding-left: 40px;
}
.p-workflow .main__list .section:nth-child(2) .section__block, .p-workflow .main__list .section:nth-child(6) .section__block, .p-workflow .main__list .section:nth-child(10) .section__block, .p-workflow .main__list .section:nth-child(14) .section__block {
  flex: 0 0 auto;
  width: 420px;
  padding: 52px 0 0;
  margin-right: auto;
}
.p-workflow .main__list .section:nth-child(2) .section__image-container, .p-workflow .main__list .section:nth-child(6) .section__image-container, .p-workflow .main__list .section:nth-child(10) .section__image-container, .p-workflow .main__list .section:nth-child(14) .section__image-container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 460px);
  max-width: 1204px;
  height: 449px;
  margin-left: auto;
}
.p-workflow .main__list .section:nth-child(2) .section__image img, .p-workflow .main__list .section:nth-child(6) .section__image img, .p-workflow .main__list .section:nth-child(10) .section__image img, .p-workflow .main__list .section:nth-child(14) .section__image img {
  max-width: unset;
  object-position: top left;
  object-fit: none;
}
.p-workflow .main__list .section:nth-child(2) .section__counter, .p-workflow .main__list .section:nth-child(6) .section__counter, .p-workflow .main__list .section:nth-child(10) .section__counter, .p-workflow .main__list .section:nth-child(14) .section__counter {
  position: absolute;
  top: 28px;
  left: -10px;
}
.p-workflow .main__list .section:nth-child(4) .section__container, .p-workflow .main__list .section:nth-child(8) .section__container, .p-workflow .main__list .section:nth-child(12) .section__container, .p-workflow .main__list .section:nth-child(16) .section__container {
  position: relative;
  max-width: 1692px;
  height: 510px;
  padding: 0 100px;
  margin: 0 auto;
}
.p-workflow .main__list .section:nth-child(4) .section__block, .p-workflow .main__list .section:nth-child(8) .section__block, .p-workflow .main__list .section:nth-child(12) .section__block, .p-workflow .main__list .section:nth-child(16) .section__block {
  position: relative;
  z-index: 20;
  width: 420px;
  padding: 110px 0 0;
}
.p-workflow .main__list .section:nth-child(4) .section__image-container, .p-workflow .main__list .section:nth-child(8) .section__image-container, .p-workflow .main__list .section:nth-child(12) .section__image-container, .p-workflow .main__list .section:nth-child(16) .section__image-container {
  position: absolute;
  top: 0;
  left: -126px;
  width: 1935px;
}
.p-workflow .main__list .section:nth-child(4) .section__image img, .p-workflow .main__list .section:nth-child(8) .section__image img, .p-workflow .main__list .section:nth-child(12) .section__image img, .p-workflow .main__list .section:nth-child(16) .section__image img {
  object-position: top left;
  object-fit: none;
  max-width: 100%;
}
.p-workflow .main__list .section:nth-child(4) .section__counter, .p-workflow .main__list .section:nth-child(8) .section__counter, .p-workflow .main__list .section:nth-child(12) .section__counter, .p-workflow .main__list .section:nth-child(16) .section__counter {
  position: absolute;
  top: 140px;
  left: 152px;
}
.p-workflow .main__list .section:nth-child(12) .section__block {
  padding-top: 62px;
}
.p-workflow .main__list .section:nth-child(12) .section__counter {
  top: 92px;
}
.p-workflow .main__list .section:nth-child(5) {
  position: relative;
  z-index: 1000;
}

.p-strengths .bg-area-1 {
  background: #000;
}
.p-strengths .b-mv {
  background-image: url("../img/pc/strengths_mv_bg.png");
}
.p-strengths .nav {
  padding: 1px 40px 76px;
  margin-top: -130px;
}
.p-strengths .nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 288px);
  gap: 16px 14px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.p-strengths .nav .item {
  position: relative;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.p-strengths .nav .item::before {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.66);
  mix-blend-mode: multiply;
}
.p-strengths .nav .item__inner {
  position: relative;
  z-index: 20;
  display: flex;
  height: 80px;
  padding: 16px 0;
}
.p-strengths .nav .item__counter {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 70px;
  border-right: 1px solid rgba(245, 246, 246, 0.5);
}
.p-strengths .nav .item__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding-left: 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-strengths .nav .item__title::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  display: block;
  width: 19px;
  height: 19px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/strengths_nav_chevron.svg") no-repeat;
}
.p-strengths .nav .item:last-child {
  grid-column: 1/-1;
  margin-top: 12px;
  background: #1a1919;
  border: none;
}
.p-strengths .nav .item:last-child::before {
  display: none;
}
.p-strengths .nav .item:last-child .item__title {
  padding-left: 56px;
  color: #c7c8c8;
}
.p-strengths .nav .item:last-child .item__title::after {
  background-image: url("../img/pc/strengths_nav_chevron.svg");
}
.p-strengths .main {
  position: relative;
  margin-top: -1px;
}
.p-strengths .main__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 1230px;
  background: #000;
}
.p-strengths .main__bg-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 1714px;
  background: #000;
}
.p-strengths .main__fg {
  position: relative;
  z-index: 100;
}
.p-strengths .main__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.p-strengths .main__list .section__title {
  margin-top: 28px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-strengths .main__list .section__english {
  margin-top: 38px;
}
.p-strengths .main__list .section__text {
  max-width: 420px;
  margin-top: 24px;
}
.p-strengths .main__list .section:nth-child(1) .section__title, .p-strengths .main__list .section:nth-child(2) .section__title, .p-strengths .main__list .section:nth-child(4) .section__title, .p-strengths .main__list .section:nth-child(6) .section__title, .p-strengths .main__list .section:nth-child(7) .section__title, .p-strengths .main__list .section:nth-child(8) .section__title {
  color: #fff;
}
.p-strengths .main__list .section:nth-child(1) .section__text, .p-strengths .main__list .section:nth-child(2) .section__text, .p-strengths .main__list .section:nth-child(4) .section__text, .p-strengths .main__list .section:nth-child(6) .section__text, .p-strengths .main__list .section:nth-child(7) .section__text, .p-strengths .main__list .section:nth-child(8) .section__text {
  color: #fff;
}
.p-strengths .main__list .section:nth-child(1), .p-strengths .main__list .section:nth-child(3), .p-strengths .main__list .section:nth-child(5), .p-strengths .main__list .section:nth-child(7) {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
}
.p-strengths .main__list .section:nth-child(1) .section__container, .p-strengths .main__list .section:nth-child(3) .section__container, .p-strengths .main__list .section:nth-child(5) .section__container, .p-strengths .main__list .section:nth-child(7) .section__container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding-left: 40px;
}
.p-strengths .main__list .section:nth-child(1) .section__block, .p-strengths .main__list .section:nth-child(3) .section__block, .p-strengths .main__list .section:nth-child(5) .section__block, .p-strengths .main__list .section:nth-child(7) .section__block {
  flex: 0 0 auto;
  width: 560px;
  padding: 122px 0 0;
}
.p-strengths .main__list .section:nth-child(1) .section__image, .p-strengths .main__list .section:nth-child(3) .section__image, .p-strengths .main__list .section:nth-child(5) .section__image, .p-strengths .main__list .section:nth-child(7) .section__image {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-start;
  max-width: 1200px;
  height: 549px;
  margin-left: auto;
  overflow: hidden;
}
.p-strengths .main__list .section:nth-child(1) .section__image img, .p-strengths .main__list .section:nth-child(3) .section__image img, .p-strengths .main__list .section:nth-child(5) .section__image img, .p-strengths .main__list .section:nth-child(7) .section__image img {
  max-width: unset;
  object-position: top left;
  object-fit: none;
}
.p-strengths .main__list .section:nth-child(2), .p-strengths .main__list .section:nth-child(6) {
  width: 100%;
  max-width: 1850px;
}
.p-strengths .main__list .section:nth-child(2) .section__container, .p-strengths .main__list .section:nth-child(6) .section__container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: flex-end;
  padding-right: 40px;
}
.p-strengths .main__list .section:nth-child(2) .section__block, .p-strengths .main__list .section:nth-child(6) .section__block {
  flex: 0 0 auto;
  width: 500px;
  padding: 122px 0 0;
}
.p-strengths .main__list .section:nth-child(2) .section__image, .p-strengths .main__list .section:nth-child(6) .section__image {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  max-width: 1200px;
  height: 549px;
  margin-right: auto;
  overflow: hidden;
}
.p-strengths .main__list .section:nth-child(2) .section__image img, .p-strengths .main__list .section:nth-child(6) .section__image img {
  max-width: unset;
  object-position: top right;
  object-fit: none;
}
.p-strengths .main__list .section:nth-child(4), .p-strengths .main__list .section:nth-child(8) {
  width: 100%;
  height: 549px;
  overflow: hidden;
}
.p-strengths .main__list .section:nth-child(4) .section__container, .p-strengths .main__list .section:nth-child(8) .section__container {
  position: relative;
  max-width: 1778px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-strengths .main__list .section:nth-child(4) .section__block, .p-strengths .main__list .section:nth-child(8) .section__block {
  position: relative;
  z-index: 20;
  width: 500px;
  padding: 122px 0 0;
  margin-left: auto;
}
.p-strengths .main__list .section:nth-child(4) .section__image, .p-strengths .main__list .section:nth-child(8) .section__image {
  position: absolute;
  top: 0;
  right: -82px;
  width: 1938px;
}
.p-strengths .main__list .section:nth-child(4) .section__image img, .p-strengths .main__list .section:nth-child(8) .section__image img {
  object-position: top right;
  object-fit: none;
  max-width: 100%;
}
.p-strengths .works {
  padding: 108px 40px 84px;
  margin-top: -1px;
  background: #000000;
}
.p-strengths .works__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-strengths .works__title span {
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-strengths .works__title img {
  margin-top: 18px;
}
.p-strengths .works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 522px);
  gap: 48px 30px;
  justify-content: center;
  margin-top: 26px;
}
.p-strengths .works__item > * {
  height: 100%;
}
.p-strengths .works__button {
  margin: 56px auto 0;
}
.p-strengths .qa {
  position: relative;
  padding: 84px 40px 92px;
  background: #000;
}
.p-strengths .qa__inner {
  max-width: 1618px;
  margin: 0 auto;
}
.p-strengths .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-strengths .qa__title span {
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-strengths .qa__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 34px auto 0;
}

.p-single .background {
  padding: 10px 0 128px;
  background: #f4f4f4;
}
.p-single .post__breadcrumbs {
  max-width: 1200px;
  padding: 18px 0;
  margin: 0 auto;
}
.p-single .post__title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding: 26px 26px 26px 54px;
  margin: 18px auto 0;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-single .post__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.1em;
}
.p-single .post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.p-single .post__parent-category {
  padding: 6px 16px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #629caf;
  border-radius: 14px;
}
.p-single .post__child-category {
  padding: 6px 16px;
  font-size: 14px;
  line-height: 16px;
  color: #878787;
  background: #f5f6f6;
}
.p-single .post__tag-list {
  display: contents;
}
.p-single .post__tag-list li {
  padding: 6px 16px;
  font-size: 14px;
  line-height: 16px;
  color: #878787;
  background: #f5f6f6;
}
.p-single .post__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b3;
}
.p-single .post__slider {
  padding: 44px 0 40px;
  background: linear-gradient(to top, #fff 222px, transparent 222px);
}
.p-single .post__slider .c-work-slider__sub-slider {
  max-width: 1202px;
  margin-inline: auto;
}
.p-single .post__main-container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 52px;
  max-width: 1200px;
  margin: 50px auto 0;
}
.p-single .post__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(508px, 1fr));
  gap: 24px;
  justify-content: center;
  max-width: 1280px;
  padding: 0 40px;
  margin: 46px auto 0;
}
.p-single .post__container .information {
  padding: 40px 46px 40px;
  background: #fff;
}
.p-single .post__container .information__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .post__container .information__title::after {
  display: block;
  width: 84px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #629caf;
}
.p-single .post__container .information__list {
  margin-top: 12px;
}
.p-single .post__container .information__list dl {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 16px;
  font-size: 16px;
  line-height: 28px;
}
.p-single .post__container .information__list dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  margin: 14px 0;
  font-weight: normal;
  background: #f5f6f6;
}
.p-single .post__container .information__list dl dd {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(198, 199, 200, 0.5);
}
.p-single .post__container .description {
  padding: 40px 58px 40px;
  background: #fff;
}
.p-single .post__container .description__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .post__container .description__title::after {
  display: block;
  width: 84px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #629caf;
}
.p-single .post__container .description__detail {
  margin-top: 30px;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 45px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-single .post__content {
  padding: 50px 45px 43px;
}
.p-single .post__content h2 {
  width: calc(100% + 90px);
  padding-right: 45px;
  padding-left: 45px;
  margin-left: -45px;
  font-size: 24px;
  background-color: #629caf;
}
.p-single .post__content h3 {
  font-size: 24px;
  color: #629caf;
  border-bottom: 3px solid #eeeeef;
}
.p-single .post .relation {
  padding-top: 30px;
  margin: 0 55px;
  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: 2px;
  margin: 22px auto 0;
  content: "";
  background-color: #629caf;
}
.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: #629caf;
}
.p-single .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 58px;
}
.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: #629caf;
  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: #629caf;
}
.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 .post__category-list {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-single .recently {
  margin-top: 48px;
}
.p-single .recently__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-single .recently__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #fff;
}
.p-single .recently__list {
  position: relative;
  padding: 0 10px;
  margin-top: 22px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.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: 18px 10px 24px;
}
.p-single .recently .item__title {
  font-size: 16px;
  line-height: 24px;
}
.p-single .recently .item__date {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}

.p-recruit .bg-area-1 {
  max-width: 1920px;
  padding-bottom: 1px;
  margin: 0 auto;
  background: #000;
}
.p-recruit .mv {
  position: relative;
  height: 1363px;
  background: url("../img/pc/recruit_mv_bg.jpg") no-repeat top left;
}
.p-recruit .mv__title {
  position: absolute;
  top: 152px;
  left: 86px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #629caf;
  writing-mode: vertical-rl;
}
.p-recruit .mv__badge {
  position: absolute;
  top: 594px;
  right: 130px;
  z-index: 20;
  width: 155px;
  height: 184px;
}
.p-recruit .mv__slider {
  position: absolute;
  top: 834px;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 99px;
}
.p-recruit .mv__slider .c-slider-smooth__group {
  padding-right: 58px;
}
.p-recruit .mv__inner {
  padding-top: 370px;
  margin-left: 130px;
}
.p-recruit .mv__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.p-recruit .mv__headline span {
  padding: 17px 32px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 6px) 100%, 0% 100%);
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-recruit .mv__text {
  margin-top: 26px;
  color: #fff;
}
.p-recruit .mv__button {
  width: 258px;
  margin-top: 42px;
}
.p-recruit .mv__button a {
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #629caf;
  border-radius: 10px;
}
.p-recruit .mv__button a::before {
  display: block;
  width: 21px;
  height: 26px;
  margin-right: 14px;
  content: "";
  background: url("../img/pc/recruit_mv_button_icon.svg") no-repeat;
}
.p-recruit .mv__button a::after {
  display: block;
  width: 21px;
  height: 21px;
  margin-left: 24px;
  content: "";
  background: url("../img/pc/recruit_mv_button_chevron.svg") no-repeat;
}
.p-recruit .bg-area-2 {
  position: relative;
  z-index: 100;
  min-height: 1685px;
  margin-top: -344px;
  background: url("../img/pc/recruit_bg_area_2_bg.png") no-repeat top 336px center;
}
.p-recruit .vision {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .vision__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .vision__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-recruit .vision__title::after {
  display: block;
  width: 1px;
  height: 24px;
  margin-top: 12px;
  content: "";
  background: #629caf;
}
.p-recruit .vision__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 18px;
}
.p-recruit .vision__english {
  margin-top: 36px;
}
.p-recruit .vision__text {
  margin-top: 32px;
  color: #fff;
  text-align: center;
}
.p-recruit .environment {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 730px;
}
.p-recruit .environment__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .environment__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-recruit .environment__title::after {
  display: block;
  width: 1px;
  height: 24px;
  margin-top: 12px;
  content: "";
  background: #629caf;
}
.p-recruit .environment__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 18px;
}
.p-recruit .environment__english {
  margin-top: 36px;
}
.p-recruit .environment__text {
  margin-top: 32px;
  color: #fff;
  text-align: center;
}
.p-recruit .mindset {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 1267px;
  padding: 622px 0 0;
  margin-top: -238px;
  background: url("../img/pc/recruit_mindset_bg.jpg") no-repeat top center;
}
.p-recruit .mindset__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .mindset__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-recruit .mindset__title::after {
  display: block;
  width: 1px;
  height: 24px;
  margin-top: 12px;
  content: "";
  background: #629caf;
}
.p-recruit .mindset__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 18px;
}
.p-recruit .mindset__english {
  margin-top: 36px;
}
.p-recruit .mindset__text {
  margin-top: 32px;
  color: #fff;
  text-align: center;
}
.p-recruit .number {
  max-width: 1920px;
  padding: 0 40px;
  margin: -80px auto 0;
}
.p-recruit .number__inner {
  max-width: 1618px;
  padding: 82px 0 0;
  margin: 0 auto;
  border-top: 1px solid rgba(179, 179, 180, 0.5);
}
.p-recruit .number__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .number__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-recruit .number__title span::before {
  display: block;
  width: 50px;
  height: 2px;
  margin-bottom: 20px;
  content: "";
  background: #629caf;
}
.p-recruit .number__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  grid-gap: 30px 27px;
  justify-content: center;
  max-width: 1508px;
  margin: 50px auto -40px;
}
.p-recruit .number__item {
  background: #000;
}
.p-recruit .number__item > * {
  height: 100%;
}
.p-recruit .recruit {
  padding: 138px 40px 108px;
  background: #f5f6f6;
}
.p-recruit .recruit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .recruit__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-recruit .recruit__title span::before {
  display: block;
  width: 50px;
  height: 2px;
  margin-bottom: 18px;
  content: "";
  background: #629caf;
}
.p-recruit .recruit__list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  max-width: 1200px;
  margin: 46px auto 0;
}

.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;
}

@keyframes front_mv_fadein {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-front-page .bg-area-1 {
  position: relative;
  max-width: 1920px;
  padding-bottom: 86px;
  margin: 0 auto;
  overflow: hidden;
  background: #000 url("../img/pc/front_bg_1_bottom.jpg") no-repeat bottom center;
}
.p-front-page .bg-area-1__bg {
  position: absolute;
  inset: 0;
  z-index: 10;
  height: 1600px;
}
.p-front-page .mv {
  position: relative;
  height: clamp(800px, 100vh, 960px);
}
.p-front-page .mv__scroll {
  position: absolute;
  right: 76px;
  bottom: 82px;
  z-index: 100;
}
.p-front-page .mv__scroll a {
  padding: 4px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  opacity: 0;
  animation: 0.6s front_mv_fadein 1.2s forwards;
}
.p-front-page .mv__badge {
  position: absolute;
  right: 80px;
  bottom: 354px;
  z-index: 1000;
  width: 155px;
  height: 184px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 1.2s forwards;
}
.p-front-page .mv__text {
  position: absolute;
  bottom: 52px;
  left: 74px;
  z-index: 1000;
  width: 259px;
  height: 527px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 1.2s forwards;
}
.p-front-page .mv__large {
  position: absolute;
  right: 62px;
  bottom: 170px;
  width: 719px;
  height: 150px;
}
.p-front-page .mv__large img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0;
  animation: 0.6s front_mv_fadein 1.2s forwards;
}
.p-front-page .mv__english {
  position: absolute;
  right: 210px;
  bottom: 86px;
  z-index: 1000;
  width: 561px;
  height: 60px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 1.2s forwards;
}
.p-front-page .concept {
  position: relative;
  z-index: 20;
  margin-top: 154px;
  isolation: isolate;
}
.p-front-page .concept__container {
  position: relative;
  max-width: 1684px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .concept__bg {
  position: absolute;
  top: -118px;
  left: 512px;
  z-index: -1;
  width: 1170px;
  height: 819px;
  pointer-events: none;
}
.p-front-page .concept__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .concept__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .concept__title span {
  color: #fff;
}
.p-front-page .concept__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 0.1em;
  margin-top: 42px;
  color: #fff;
}
.p-front-page .concept__english {
  margin-top: 22px;
}
.p-front-page .concept__text {
  max-width: 400px;
  margin-top: 30px;
  color: #fff;
}
.p-front-page .concept__button {
  margin-top: 60px;
  --c-button-circle-color-bg: #406572;
}
.p-front-page .works {
  padding: 144px 40px 0;
}
.p-front-page .works__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .works__title span {
  margin-top: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 522px);
  gap: 48px 30px;
  justify-content: center;
  margin-top: 40px;
}
.p-front-page .works__item > * {
  height: 100%;
}
.p-front-page .works__button {
  margin: 66px auto 0;
}
.p-front-page .strengths {
  max-width: 1920px;
  height: 754px;
  padding-left: 40px;
  margin: 0 auto;
  background: url("../img/pc/front_strengths_bg.jpg") no-repeat bottom left;
}
.p-front-page .strengths__container {
  display: grid;
  grid-template-columns: 508px calc(100% - 508px);
  max-width: 1760px;
  margin-left: auto;
}
.p-front-page .strengths__block {
  padding-top: 126px;
}
.p-front-page .strengths__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .strengths__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .strengths__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
.p-front-page .strengths__english {
  margin-top: 24px;
}
.p-front-page .strengths__text {
  max-width: 400px;
  margin-top: 30px;
}
.p-front-page .strengths__button {
  margin-top: 44px;
}
.p-front-page .strengths__slider {
  padding-top: 126px;
}
.p-front-page .strengths__slider .c-slider {
  margin: -20px 0;
}
.p-front-page .strengths__slider .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .strengths__slider .c-slider__arrow-right {
  top: 458px;
  left: -90px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_strengths_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .strengths__slider .item {
  width: 371px;
}
.p-front-page .strengths__slider .item__image {
  height: 412px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .strengths__slider .item__counter {
  position: relative;
  z-index: 30;
  margin: -150px 0 0 10px;
}
.p-front-page .strengths__slider .item__title {
  margin-top: 6px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .strengths__slider .item__english {
  margin-top: 20px;
}
.p-front-page .news {
  padding: 72px 0 122px;
}
.p-front-page .news__title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1684px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .news__title {
  display: flex;
  align-items: center;
}
.p-front-page .news__title span {
  margin-left: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .news__title-button {
  --c-button-see-all-width: 182px;
  --c-button-see-all-bg-color: #f5f6f6;
}
.p-front-page .news__container {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 102px;
  max-width: 1684px;
  padding: 0 40px;
  margin: 40px auto 0;
}
.p-front-page .news__left {
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.p-front-page .news__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.p-front-page .news__item {
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.p-front-page .news__button {
  width: 272px;
  margin: 66px auto 0;
}
.p-front-page .bg-area-2 {
  position: relative;
  max-width: 1920px;
  padding: 1px 0;
  margin: 0 auto;
  background: #000 url("../img/pc/front_bg_2.jpg") no-repeat top center;
}
.p-front-page .workflow {
  position: relative;
  z-index: 20;
  padding: 160px 0 184px;
  margin-top: -30px;
  overflow: hidden;
  isolation: isolate;
}
.p-front-page .workflow__slider {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: 99px;
}
.p-front-page .workflow__slider .c-slider-smooth__group {
  padding-right: 58px;
}
.p-front-page .workflow__container {
  position: relative;
  max-width: 1684px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .workflow__bg {
  position: absolute;
  top: -186px;
  left: 486px;
  z-index: -1;
  width: 1351px;
  height: 847px;
  pointer-events: none;
}
.p-front-page .workflow__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .workflow__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .workflow__title span {
  color: #fff;
}
.p-front-page .workflow__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 0.1em;
  margin-top: 42px;
  color: #fff;
}
.p-front-page .workflow__english {
  margin-top: 22px;
}
.p-front-page .workflow__text {
  max-width: 400px;
  margin-top: 30px;
  color: #fff;
}
.p-front-page .workflow__button {
  margin-top: 60px;
  --c-button-circle-color-bg: #406572;
}
.p-front-page .thoughts {
  position: relative;
  margin-top: 66px;
}
.p-front-page .thoughts__bg {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: url("../img/pc/front_thoughts_bg.png") no-repeat top center;
  mix-blend-mode: luminosity;
}
.p-front-page .thoughts__fg {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 460px 0 0;
}
.p-front-page .thoughts__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .thoughts__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .thoughts__headline {
  margin-top: 46px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-front-page .thoughts__english {
  margin-top: 36px;
}
.p-front-page .thoughts__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.p-front-page .recruit {
  display: flex;
  justify-content: center;
  margin: 110px 0 -36px;
}
.p-front-page .recruit__banner {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .b-contact {
  padding-top: 124px;
}

.p-contact .main {
  padding: 78px 40px 92px;
  background: #f4f4f4;
}
.p-contact .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact .main__title span {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-contact .main__info {
  margin-top: 38px;
  text-align: center;
}
.p-contact .main__container {
  margin: 8px auto 0;
}
.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;
  color: #3e3a39;
  letter-spacing: 0.1em;
}
.p-contact .main .tel-area__tel {
  margin-top: 24px;
  --c-tel-url-tel-icon: url("../img/pc/icon_tel_theme_white.svg");
  --c-tel-icon-size: 21px;
  --c-tel-font-size: 30px;
  --c-tel-gap: 12px;
}
.p-contact .main .tel-area__time {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1;
}
.p-contact .form {
  max-width: 1116px;
  margin: 68px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 58px 40px 76px;
  background: #f5f6f6;
}
.p-archive .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-archive .main__title span {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
}
.p-archive .main__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 54px;
  max-width: 1200px;
  margin: 46px auto 0;
}
.p-archive .main__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.p-archive .main__item {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-archive .main__category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-archive .wp-pagenavi {
  padding: 86px 0 0;
}
.p-archive .b-contact {
  padding-top: 102px;
}

.p-about .bg-area-1 {
  max-width: 1920px;
  padding-bottom: 1px;
  margin: 0 auto;
  background: #000;
}
.p-about .mv {
  max-width: 1920px;
  height: 1339px;
  margin: 0 auto;
  background-image: url("../img/pc/about_mv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-about .mv__inner {
  max-width: 1688px;
  padding: 336px 40px 0;
  margin: 0 auto;
}
.p-about .mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-about .mv__title span {
  margin-top: 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-about .philosophy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -838px;
}
.p-about .philosophy__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-about .philosophy__title span::before {
  display: block;
  width: 50px;
  height: 2px;
  margin-bottom: 18px;
  content: "";
  background: #629caf;
}
.p-about .philosophy__headline {
  margin-top: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-about .philosophy__english {
  margin-top: 36px;
}
.p-about .philosophy__text {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.p-about .policy {
  margin-top: 64px;
}
.p-about .policy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-about .policy__title::after {
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #629caf;
}
.p-about .policy__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 382px);
  gap: 50px 26px;
  justify-content: center;
  margin-top: 46px;
}
.p-about .policy__list .item {
  position: relative;
  height: 76px;
}
.p-about .policy__list .item__bg {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, calc(50% - 36px) 0, calc(50% - 36px) 10px, calc(50% + 36px) 10px, calc(50% + 36px) 0, 100% 0, 100% 100%, 0 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.p-about .policy__list .item__fg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1px;
}
.p-about .policy__list .item__title {
  margin-top: -22px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-about .policy__list .item__text {
  margin-top: 16px;
  line-height: 1;
  color: #fff;
}
.p-about .guideline {
  padding-bottom: 94px;
  margin-top: 80px;
}
.p-about .guideline__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-about .guideline__title::after {
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #629caf;
}
.p-about .guideline__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 740px;
  margin: 30px auto 0;
}
.p-about .guideline__list li {
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  background: #1a1919;
}
.p-about .greeting {
  height: 686px;
  overflow: hidden;
  isolation: isolate;
}
.p-about .greeting__container {
  position: relative;
  max-width: 1232px;
  padding: 146px 40px 0;
  margin: 0 auto;
}
.p-about .greeting__image {
  position: absolute;
  top: 0;
  right: -356px;
  width: 1937px;
  max-width: unset;
  height: 686px;
}
.p-about .greeting__block {
  position: relative;
  max-width: 510px;
  margin-left: auto;
}
.p-about .greeting__title {
  position: absolute;
  top: 12px;
  left: -190px;
  width: 105px;
  height: 333px;
}
.p-about .greeting__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 31px;
  font-weight: bold;
  line-height: 51px;
  letter-spacing: 0.1em;
}
.p-about .greeting__text {
  margin-top: 22px;
}
.p-about .greeting__signature {
  display: flex;
  align-items: center;
  margin-top: 36px;
  line-height: 1;
}
.p-about .greeting__signature span {
  margin-left: 20px;
  font-size: 22px;
  font-weight: bold;
}
.p-about .company {
  padding: 98px 0 0;
}
.p-about .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .company__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-about .company__title span::before {
  display: block;
  width: 50px;
  height: 2px;
  margin-bottom: 18px;
  content: "";
  background: #629caf;
}
.p-about .company__list {
  margin-top: 30px;
}
.p-about .company__slider {
  margin-top: 52px;
}
.p-about .company__slider .c-slider__track {
  overflow: unset;
}
.p-about .company__slider .c-slider__item {
  width: 583px;
  height: 338px;
}
.p-about .company__slider .c-slider__arrow-left {
  top: 138px;
  left: 17%;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/about_company_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-about .company__slider .c-slider__arrow-right {
  top: 138px;
  right: 17%;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/about_company_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-about .company__google-map {
  height: 436px;
  margin-top: 46px;
}
.p-about .facility {
  padding: 446px 40px 134px;
  background: #000 url("../img/pc/about_facility_bg.jpg") no-repeat top center;
}
.p-about .facility__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .facility__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-about .facility__title span::before {
  display: block;
  width: 50px;
  height: 2px;
  margin-bottom: 18px;
  content: "";
  background: #629caf;
}
.p-about .facility__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1200px;
  margin: 50px auto 0;
}
.p-about .history {
  padding: 450px 40px 118px;
  background: #000 url("../img/pc/about_history_bg.jpg") no-repeat top center;
}
.p-about .history__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .history__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-about .history__title span::before {
  display: block;
  width: 50px;
  height: 2px;
  margin-bottom: 18px;
  content: "";
  background: #629caf;
}
.p-about .history__list {
  margin-top: 50px;
}
