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

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #3e3a39;
  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: #604c3f;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #604c3f;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-will-top-area__container {
  display: flex;
  max-width: 1560px;
}
.c-will-top-area__image {
  flex: 1 1 auto;
  height: 423px;
  background: var(--will-top-area-image-bg) no-repeat center;
  border-radius: 0 30px 30px 0;
}
.c-will-top-area__block {
  flex: 0 0 auto;
  width: 490px;
  padding-top: var(--will-top-area-padding-top);
}
.c-will-top-area__title {
  display: flex;
  align-items: center;
  height: 82px;
  padding-left: 62px;
  background: var(--will-top-area-title-bg);
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 0 9px 9px 0;
}
.c-will-top-area__english {
  padding-left: 62px;
  margin-top: 20px;
}
.c-will-top-area__text {
  max-width: 470px;
  padding-left: 62px;
  margin-top: 22px;
}

.c-will-support-item {
  padding: 34px 62px 38px;
  background: #f4f1f1;
  border-radius: 20px;
}
.c-will-support-item__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #604c3f;
}
.c-will-support-item__text {
  padding: 16px 0 0;
  margin-top: 20px;
  border-top: 1px solid rgba(150, 114, 120, 0.3);
}
.c-will-support-item__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 10px;
  margin-top: 16px;
}
.c-will-support-item__list li {
  padding: 6px 22px;
  font-size: 16px;
  line-height: 32px;
  background: #fff;
  border-radius: 6px;
}

.c-will-flow-no-image-item {
  padding: 34px 0 24px;
}
.c-will-flow-no-image-item__title {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.c-will-flow-no-image-item__title > span > span {
  margin-left: 20px;
  font-size: 18px;
  font-weight: normal;
}
.c-will-flow-no-image-item__title::before {
  display: block;
  flex: 0 0 auto;
  width: 114px;
  height: 34px;
  margin-right: 32px;
  content: "";
  background: var(--will-flow-no-image-item-counter) no-repeat center left;
  border-right: 3px solid var(--will-flow-no-image-item-counter-border-color);
}
.c-will-flow-no-image-item__text {
  padding: 16px 0 10px;
  margin-top: 20px;
  border-top: 1px solid rgba(150, 114, 120, 0.3);
}

.c-will-flow-image-item {
  padding: 40px 0 24px;
}
.c-will-flow-image-item__container {
  display: flex;
  gap: 38px;
}
.c-will-flow-image-item__image {
  flex: 0 0 auto;
  width: 190px;
  height: 190px;
  background: var(--will-flow-image-item-bg) no-repeat center/cover;
  border-radius: 50%;
}
.c-will-flow-image-item__block {
  flex: 1 1 auto;
}
.c-will-flow-image-item__title {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  border-bottom: 1px solid rgba(150, 114, 120, 0.3);
}
.c-will-flow-image-item__title::before {
  display: block;
  flex: 0 0 auto;
  width: 114px;
  height: 34px;
  margin-right: 32px;
  content: "";
  background: var(--will-flow-image-item-counter) no-repeat center left;
  border-right: 3px solid var(--will-flow-image-item-counter-border-color);
}
.c-will-flow-image-item__list li {
  padding: 14px 0;
}
.c-will-flow-image-item__list li + li {
  border-top: 1px dashed rgba(96, 76, 63, 0.25);
}

.c-text-slash {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: center;
}
.c-text-slash span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: var(--text-slash-color-text, #967278);
}
.c-text-slash::before {
  position: relative;
  top: var(--text-slash-offset-y, 12px);
  display: block;
  width: 1px;
  height: 26px;
  content: "";
  background-color: var(--text-slash-color-text, #967278);
  transform: rotate(-31deg);
}
.c-text-slash::after {
  position: relative;
  top: var(--text-slash-offset-y, 12px);
  display: block;
  width: 1px;
  height: 26px;
  content: "";
  background-color: var(--text-slash-color-text, #967278);
  transform: rotate(31deg);
}

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-size: var(--tel-font-size, 28px);
  font-weight: bold;
  line-height: 1;
  color: var(--tel-color-text, #604c3f);
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: var(--tel-icon-size, 18px);
  height: var(--tel-icon-size, 18px);
  margin-right: var(--tel-gap, 14px);
  content: "";
  background: var(--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 {
  animation: slide1 120s -60s linear infinite;
}
.c-slider-smooth__group--dummy {
  animation: slide2 120s linear infinite;
}
.c-slider-smooth__item {
  height: 100%;
}
.c-slider-smooth__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.c-recruit-table {
  position: relative;
  padding: 34px 0 67px;
  background-color: #fff;
  border-radius: 20px;
  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: 20px;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #967278;
  border-radius: 6px;
}
.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: #967278;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.c-recruit-table dd {
  width: 79%;
  padding: 18px 0 11px 2px;
  font-size: 16px;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.c-recruit-table__button {
  width: 323px;
  margin: 87px auto 0;
  background-color: #967278;
  border-radius: 6px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.c-recruit-table__button a {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 10px 30px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
}
.c-recruit-table__button a::after {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_recruit_table_chevron.svg") no-repeat;
}

.c-qa {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 18px 32px 18px 24px;
}
.c-qa__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 15px;
  height: 19px;
  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 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
  color: #604c3f;
}
.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-price-table {
  background: #fff;
  border: 6px solid rgba(150, 114, 120, 0.2);
  border-radius: 20px;
}
.c-price-table__body {
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  padding: 4px 0;
}
.c-price-table__body .row {
  display: flex;
  gap: 20px 0;
  min-height: 64px;
}
.c-price-table__body .row:nth-of-type(n + 2) {
  border-top: 1px dashed rgba(199, 186, 154, 0.5);
}
@container (width < 988px) {
  .c-price-table__body .row {
    flex-wrap: wrap;
  }
}
.c-price-table__body .row__text-block {
  display: flex;
  flex: 1 1 auto;
  padding: 0 20px;
}
@container (width < 988px) {
  .c-price-table__body .row__text-block {
    flex: 0 0 auto;
    width: 100%;
  }
}
.c-price-table__body .row__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 8px 32px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #604c3f;
}
.c-price-table__body .row__note {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 30%;
  padding: 8px 0 8px 30px;
  font-size: 16px;
  line-height: 24px;
  color: #604c3f;
}
.c-price-table__body .row .price-unit {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  width: 288px;
  padding: 8px 60px 8px 0;
  margin-left: auto;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  border-left: 1px dashed rgba(199, 186, 154, 0.5);
}
.c-price-table__body .row .price-unit__price {
  display: flex;
  font-size: 20px;
}
.c-price-table__body .row .price-unit__suffix {
  margin-left: 8px;
  font-size: 20px;
}
.c-price-table__body .row .price-unit__tax {
  position: relative;
  top: 2px;
  margin-left: 8px;
  font-size: 14px;
  font-weight: normal;
}
.c-price-table__body .row:nth-of-type(even) {
  background: #f7f5f2;
}

.c-post-front-news-card a {
  height: 100%;
}
.c-post-front-news-card__image {
  height: 254px;
  background-color: #9e9e9f;
  border-radius: 9px;
}
.c-post-front-news-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
.c-post-front-news-card__main {
  padding-top: 16px;
  margin: 0 auto;
}
.c-post-front-news-card__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #604c3f;
  letter-spacing: 0.05em;
}
.c-post-front-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.c-post-front-news-card__category {
  padding: 7px 16px;
  font-size: 12px;
  line-height: 1;
  color: #ad9f7f;
  background: #f7f5f2;
  border-radius: 100000000px;
}
.c-post-front-news-card__date {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #ad9f7f;
}

.c-post-category-list__title {
  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: #967278;
  border-radius: 3px;
}
.c-post-category-list__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #967278;
}
.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;
  color: #604c3f;
  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: 312px 1fr;
  overflow: hidden;
  background: #fff;
  border-radius: 9px;
}
.c-post-archive-bar__image {
  position: relative;
  background-color: #9e9e9f;
}
.c-post-archive-bar__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-archive-bar__main {
  min-height: 208px;
  padding: 22px 30px 20px;
}
.c-post-archive-bar__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #604c3f;
  letter-spacing: 0.05em;
}
.c-post-archive-bar__content {
  margin-top: 10px;
  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__category {
  padding: 7px 16px;
  font-size: 12px;
  line-height: 1;
  color: #ad9f7f;
  background: #f7f5f2;
  border-radius: 100000000px;
}
.c-post-archive-bar__date {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ad9f7f;
}

.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-button-yuig {
  width: var(--button-yuig-width, 246px);
  height: var(--button-yuig-height, 64px);
}
.c-button-yuig__inner {
  position: relative;
  height: 100%;
}
.c-button-yuig__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: var(--button-yuig-color-bg, #f7f7f7);
  border-radius: 10px;
}
.c-button-yuig__border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  clip-path: polygon(0 0, var(--button-yuig-border-offset, 15px) 0, var(--button-yuig-border-offset, 15px) 10px, calc(var(--button-yuig-border-offset, 15px) + var(--button-yuig-border-width, 10px)) 10px, calc(var(--button-yuig-border-offset, 15px) + var(--button-yuig-border-width, 10px)) 0, calc(100% - var(--button-yuig-border-offset, 15px) - var(--button-yuig-border-width, 10px)) 0, calc(100% - var(--button-yuig-border-offset, 15px) - var(--button-yuig-border-width, 10px)) 10px, calc(100% - var(--button-yuig-border-offset, 15px)) 10px, calc(100% - var(--button-yuig-border-offset, 15px)) 0, 100% 0, 100% 100%, calc(100% - var(--button-yuig-border-offset, 15px)) 100%, calc(100% - var(--button-yuig-border-offset, 15px)) calc(100% - 10px), calc(100% - var(--button-yuig-border-offset, 15px) - var(--button-yuig-border-width, 10px)) calc(100% - 10px), calc(100% - var(--button-yuig-border-offset, 15px) - var(--button-yuig-border-width, 10px)) 100%, calc(var(--button-yuig-border-offset, 15px) + var(--button-yuig-border-width, 10px)) 100%, calc(var(--button-yuig-border-offset, 15px) + var(--button-yuig-border-width, 10px)) calc(100% - 10px), var(--button-yuig-border-offset, 15px) calc(100% - 10px), var(--button-yuig-border-offset, 15px) 100%, 0 100%);
  border: 2px solid var(--button-yuig-color-border, #967278);
  border-radius: 10px;
}
.c-button-yuig__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  padding-right: 18px;
  padding-left: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--button-yuig-color-text, #967278);
}
.c-button-yuig__fg::after {
  display: block;
  width: 32px;
  height: 10px;
  margin-left: auto;
  content: "";
  background: var(--button-yuig-url-chevron, url("../img/pc/c_button_yuig_line_pink.svg")) no-repeat left center;
}

.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-recruit-form__input-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.b-recruit-form .row {
  width: 100%;
}
.b-recruit-form .row__title label {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.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;
  flex-wrap: wrap;
  gap: 20px 20px;
  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: #967278;
  border-radius: 6px;
}
.b-recruit-form__buttons .wpcf7-submit:disabled {
  opacity: 0.5;
}

.b-post-content * {
  max-width: 100%;
}
.b-post-content > *:first-child {
  margin-top: unset;
}
.b-post-content > *:first-child * {
  margin-top: unset;
}
.b-post-content > *:last-child {
  margin-bottom: unset;
}
.b-post-content > *:last-child * {
  margin-bottom: unset;
}
.b-post-content h2 {
  max-width: unset;
  padding: 7px 43px;
  margin: 40px calc(50% - 450px) 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3em;
  color: #fff;
  background: #967278;
}
.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-mv {
  max-width: 1920px;
  height: 564px;
  padding: 338px 0 0;
  margin: 0 auto;
  background: no-repeat top center;
}
.b-mv__inner {
  max-width: 1782px;
  padding: 0 40px;
  margin: 0 auto;
}

.b-header-blank {
  height: 138px;
}

.b-header__container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7000;
}
.b-header__inner {
  position: relative;
  z-index: 7001;
}
.b-header .main-header-nav {
  display: flex;
  justify-content: space-between;
}
.b-header .main-header-nav__logo {
  width: 583px;
  height: 78px;
  margin: 34px 0 0 80px;
}
.b-header .main-header-nav__nav {
  display: flex;
  gap: 14px;
  padding-right: 52px;
}
.b-header .main-header-nav__list {
  display: flex;
  align-items: flex-start;
  padding-top: 22px;
}
.b-header .main-header-nav__list li {
  display: flex;
  align-items: center;
}
.b-header .main-header-nav__list li + li::before {
  display: block;
  flex: 0 0 auto;
  width: 1px;
  height: 50px;
  content: "";
  background-color: rgba(157, 158, 158, 0.4);
}
.b-header .main-header-nav__list li:nth-of-type(1) a {
  width: 176px;
}
.b-header .main-header-nav__list li:nth-of-type(2) {
  display: flex;
  justify-content: center;
  width: 176px;
}
.b-header .main-header-nav__list li:nth-of-type(2) a {
  flex: 0 0 auto;
  width: 196px;
}
.b-header .main-header-nav__list li:nth-of-type(2) a img {
  position: relative;
  top: -8px;
  height: 96px;
}
.b-header .main-header-nav__list li:nth-of-type(3) a {
  width: 136px;
}
.b-header .main-header-nav__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.b-header .main-header-nav__contact-area {
  padding-top: 42px;
}
.b-header .main-header-nav__contact {
  width: 250px;
}
.b-header .main-header-nav__contact a {
  height: 60px;
}
.b-header .main-header-nav__tel {
  margin-top: 14px;
}
.b-header .main-header-nav__tel a {
  display: flex;
  align-items: center;
}
.b-header .main-header-nav__tel a img {
  flex: 0 0 auto;
  margin-right: 6px;
}
.b-header .main-header-nav__tel a span {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-header .main-header-nav__tel a span::before {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  content: "";
  background: url("../img/pc/icon_tel_white_theme.svg") no-repeat;
}
.b-header .sub-header-nav {
  display: flex;
  justify-content: space-between;
  height: 138px;
}
.b-header .sub-header-nav__logo {
  width: 583px;
  height: 78px;
  margin: 40px 0 0 80px;
}
.b-header .sub-header-nav__nav {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-right: 52px;
}
.b-header .sub-header-nav__list {
  display: flex;
  align-items: center;
}
.b-header .sub-header-nav__list li {
  display: flex;
  align-items: center;
}
.b-header .sub-header-nav__list li + li::before {
  display: block;
  flex: 0 0 auto;
  width: 1px;
  height: 50px;
  content: "";
  background-color: rgba(157, 158, 158, 0.4);
}
.b-header .sub-header-nav__list li:nth-of-type(1) a {
  width: 176px;
}
.b-header .sub-header-nav__list li:nth-of-type(2) a {
  width: 176px;
}
.b-header .sub-header-nav__list li:nth-of-type(3) a {
  width: 136px;
}
.b-header .sub-header-nav__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.b-header .sub-header-nav__contact {
  width: 250px;
}
.b-header .sub-header-nav__contact a {
  height: 60px;
}
.b-header .sub-header-nav__tel {
  margin-top: 14px;
}
.b-header .sub-header-nav__tel a {
  display: flex;
  align-items: center;
}
.b-header .sub-header-nav__tel a img {
  flex: 0 0 auto;
  margin-right: 6px;
}
.b-header .sub-header-nav__tel a span {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-header .sub-header-nav__tel a span::before {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  content: "";
  background: url("../img/pc/icon_tel_white_theme.svg") no-repeat;
}
.b-header .fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7100;
  height: 88px;
  background: #fff;
  transition: all 0.2s;
  transform: translateY(-100%);
}
.b-header .fixed-header--visible {
  transform: translateY(0%);
}
.b-header .fixed-header__inner {
  position: relative;
  z-index: 7101;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 82px;
}
.b-header .fixed-header__logo {
  width: 283px;
  height: 51px;
}
.b-header .fixed-header__nav {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-right: 52px;
}
.b-header .fixed-header__list {
  display: flex;
  align-items: center;
}
.b-header .fixed-header__list li {
  display: flex;
  align-items: center;
}
.b-header .fixed-header__list li + li::before {
  display: block;
  flex: 0 0 auto;
  width: 1px;
  height: 50px;
  content: "";
  background-color: rgba(157, 158, 158, 0.4);
}
.b-header .fixed-header__list li:nth-of-type(1) a {
  width: 176px;
}
.b-header .fixed-header__list li:nth-of-type(2) a {
  width: 176px;
}
.b-header .fixed-header__list li:nth-of-type(3) a {
  width: 136px;
}
.b-header .fixed-header__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.b-header .fixed-header__contact {
  width: 250px;
}
.b-header .fixed-header__contact a {
  height: 60px;
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding-bottom: 26px;
  margin: 0 auto 0;
  overflow: hidden;
  background: url("../img/pc/b_footer_bg.jpg") center/cover no-repeat;
}
.b-footer__container {
  position: relative;
  z-index: 10;
  display: flex;
  max-width: 1224px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 30%;
  max-width: 430px;
  padding-top: 104px;
}
.b-footer__block-2 {
  position: relative;
  width: 51%;
  max-width: 606px;
  padding: 90px 0 0 56px;
}
.b-footer__block-3 {
  position: relative;
  width: 10%;
  max-width: 212px;
  padding: 128px 0 0 0;
}
.b-footer__logo {
  width: 284px;
  height: 110px;
}
.b-footer .address-block {
  max-width: 312px;
  padding-top: 22px;
  margin-top: 28px;
  border-top: 1px solid rgba(218, 219, 219, 0.5);
}
.b-footer .address-block__address {
  font-size: 16px;
  line-height: 33px;
}
.b-footer .address-block__button {
  width: 240px;
  height: 58px;
  margin-top: 38px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 28px 0 32px;
  color: #604c3f;
  border: 1px solid #604c3f;
  border-radius: 29px;
}
.b-footer .address-block__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, 90px);
  grid-template-columns: repeat(3, 208px);
  grid-auto-flow: column;
  gap: 22px 54px;
}
.b-footer__nav .item {
  border-bottom: 1px solid rgba(179, 179, 180, 0.2);
}
.b-footer__nav .item a {
  padding: 16px 0 22px;
  background: url("../img/pc/b_footer_nav_chevron.svg") top calc(50% - 12px) right 0/8px 12px no-repeat;
}
.b-footer__copyright {
  max-width: 1210px;
  padding: 0 20px;
  margin: 112px auto 0;
  color: #604c3f;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #604c3f;
}

.b-contact {
  position: relative;
  z-index: 100;
  max-width: 1920px;
  padding: 84px 40px 76px;
  margin: 0 auto;
}
.b-contact__headline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
}
.b-contact__title img:nth-of-type(2) {
  margin-top: 24px;
}
.b-contact__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  margin: 28px auto 0;
}
.b-contact__container > * {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 3px solid #f4f1f1;
}
.b-contact__container > * + * {
  border-right: 3px solid #f4f1f1;
}
.b-contact__container .tel-area {
  padding: 6px 20px 0;
}
.b-contact__container .tel-area__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 44px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  background: #f4f1f1;
  border-radius: 9px;
}
.b-contact__container .tel-area__tel {
  margin-top: 24px;
}
.b-contact__container .tel-area__time {
  margin-top: 6px;
  font-size: 14px;
}
.b-contact__container .contact-area {
  padding: 6px 20px 0;
}
.b-contact__container .contact-area__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 44px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  background: #f4f1f1;
  border-radius: 9px;
}
.b-contact__container .contact-area__button {
  margin-top: 26px;
}
.b-contact__note {
  margin-top: 44px;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
}

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

.b-archive-nav {
  max-width: 1200px;
  margin: 0 auto;
}
.b-archive-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 3px solid #fff;
}
.b-archive-nav__list li {
  border-right: 3px solid #fff;
}
.b-archive-nav__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70px;
  padding-top: 6px;
}

.p-will-estate .b-mv {
  background-image: url("../img/pc/will_mv_bg.jpg");
}
.p-will-estate .support {
  margin-top: 90px;
}
.p-will-estate .support__container {
  display: flex;
  max-width: 1704px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-will-estate .support__image {
  flex: 1 1 auto;
  max-width: 1108px;
  height: 504px;
  background: url("../img/pc/will_support_bg.jpg") no-repeat center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 30px;
}
.p-will-estate .support__block {
  position: relative;
  flex: 0 0 auto;
  max-width: 520px;
  padding: 128px 0 0 110px;
}
.p-will-estate .support__block::before {
  position: absolute;
  top: 62px;
  left: 54px;
  display: block;
  width: 185px;
  height: 63px;
  content: "";
  background: url("../img/pc/will_support_deco.png") no-repeat;
}
.p-will-estate .support__headline {
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-will-estate .support__english {
  margin-top: 32px;
}
.p-will-estate .support__text {
  max-width: 400px;
  margin-top: 32px;
}
.p-will-estate .service {
  margin-top: 90px;
}
.p-will-estate .service__block {
  max-width: 1920px;
  height: 435px;
  padding: 154px 20px 0;
  margin: 0 auto;
  background: url("../img/pc/will_service_bg.jpg") center;
}
.p-will-estate .service__title {
  display: flex;
  justify-content: center;
}
.p-will-estate .service__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 40px;
  justify-content: space-between;
  max-width: 1200px;
  padding: 40px 34px 42px;
  margin: -66px auto 0;
  background: url("../img/pc/will_bg_common_paper.jpg") center;
  border-radius: 20px;
}
.p-will-estate .service__nav .item {
  width: 541px;
  height: 100px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-will-estate .service__nav .item--wide {
  width: 100%;
  height: unset;
}
.p-will-estate .service__nav .item--wide a {
  position: relative;
  padding: 15px 60px;
  font-size: 23px;
  font-weight: bold;
  color: #604c3f;
  text-align: center;
  background: #fff;
  border-radius: 12px;
}
.p-will-estate .service__nav .item--wide a::after {
  position: absolute;
  top: calc(50% - 12px);
  right: 24px;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  background: url("../img/pc/will_service_nav_chevron.svg") no-repeat;
}
.p-will-estate .service__contents {
  display: flex;
  flex-direction: column;
  gap: 82px;
  margin-top: 98px;
}
.p-will-estate .service__contents .section {
  position: relative;
}
.p-will-estate .service__contents .section__bg {
  position: absolute;
  top: var(--will-service-bg-top);
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--will-service-bg) top center;
}
.p-will-estate .service__contents .section__fg {
  position: relative;
  padding-bottom: 80px;
}
.p-will-estate .service__contents .section .main-content {
  padding-top: 46px;
}
.p-will-estate .service__contents .section .main-content__title {
  display: flex;
  justify-content: center;
}
.p-will-estate .service__contents .section .main-content__list {
  display: flex;
  flex-direction: column;
  gap: 46px;
  max-width: 1200px;
  margin: 26px auto 0;
}
.p-will-estate .service__contents .section .main-content__list .flow-block__container {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 32px;
}
.p-will-estate .service__contents .section .main-content__list .flow-block__arrow {
  filter: var(--will-service--flow-block-arrow-filter);
}
.p-will-estate .service__contents .section .main-content__list .flow-block__arrow-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  height: 100%;
  padding: 34px 0 36px;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 15px), 50% 100%, 0% calc(100% - 15px));
  background: var(--will-service-flow-block-arrow-bg);
  border-radius: 6px 6px 0 0;
}
.p-will-estate .service__contents .section .main-content__list .flow-block__arrow-inner img {
  flex: 0 0 auto;
}
.p-will-estate .service__contents .section .main-content__list .flow-block__arrow-inner div {
  position: relative;
  flex: 1 1 auto;
  width: 1px;
  background: #c3afb2;
}
.p-will-estate .service__contents .section .main-content__list .flow-block__arrow-inner div::after {
  position: absolute;
  bottom: 0;
  left: -4px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #c3afb2;
  border-radius: 50%;
}
.p-will-estate .service__contents .section .main-content__list .flow-block__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-will-estate .service__contents .section .main-content__list .flow-block__item {
  position: relative;
  padding: 0 62px;
  background: var(--will-service-flow-block-item-bg);
  filter: var(--will-service--flow-block-item-filter);
  border-radius: 20px;
}
.p-will-estate .service__contents .section .main-content__list .flow-block__item::before {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 40px);
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  background: var(--will-service-flow-block-item-bg);
}
.p-will-estate .service__contents .section .main-content__list .flow-block__item::after {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 6px - 40px);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--will-service-flow-block-item-bg);
  border-radius: 50%;
}
.p-will-estate .service__contents .section .main-content__list .flow-block__item:nth-of-type(1) {
  --will-flow-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_1.png");
  --will-flow-no-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_1.png");
}
.p-will-estate .service__contents .section .main-content__list .flow-block__item:nth-of-type(2) {
  --will-flow-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_2.png");
  --will-flow-no-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_2.png");
}
.p-will-estate .service__contents .section .main-content__list .flow-block__item:nth-of-type(3) {
  --will-flow-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_3.png");
  --will-flow-no-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_3.png");
}
.p-will-estate .service__contents .section .main-content__list .flow-block__item:nth-of-type(4) {
  --will-flow-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_4.png");
  --will-flow-no-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_4.png");
}
.p-will-estate .service__contents .section .main-content__list .flow-block__item:nth-of-type(5) {
  --will-flow-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_5.png");
  --will-flow-no-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_5.png");
}
.p-will-estate .service__contents .section .main-content__list .flow-block__item:nth-of-type(6) {
  --will-flow-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_6.png");
  --will-flow-no-image-item-counter: url("../img/pc/will_service_common_flow_block_counter_6.png");
}
.p-will-estate .service__contents .section .main-content__list .flow-block__item:last-of-type::before, .p-will-estate .service__contents .section .main-content__list .flow-block__item:last-of-type::after {
  display: none;
}
.p-will-estate .service__contents .section .main-content__list .storage-block__container {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 32px;
}
.p-will-estate .service__contents .section .main-content__list .storage-block__arrow {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-will-estate .service__contents .section .main-content__list .storage-block__arrow-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  height: 100%;
  padding: 134px 0 36px;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 15px), 50% 100%, 0% calc(100% - 15px));
  background: #fff;
  border-radius: 6px 6px 0 0;
}
.p-will-estate .service__contents .section .main-content__list .storage-block__arrow-inner img {
  flex: 0 0 auto;
}
.p-will-estate .service__contents .section .main-content__list .storage-block__arrow-inner div {
  position: relative;
  flex: 1 1 auto;
  width: 1px;
  background: #c3afb2;
}
.p-will-estate .service__contents .section .main-content__list .storage-block__arrow-inner div::after {
  position: absolute;
  bottom: 0;
  left: -4px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #c3afb2;
  border-radius: 50%;
}
.p-will-estate .service__contents .section .main-content__list .storage-block__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: #967278;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
}
.p-will-estate .service__contents .section .main-content__list .storage-block__block {
  padding: 28px 66px 20px;
  margin-top: 26px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
}
.p-will-estate .service__contents .section .main-content__list .storage-block__block-title {
  padding-bottom: 16px;
  font-size: 25px;
  font-weight: bold;
  color: #604c3f;
  border-bottom: 1px solid rgba(150, 114, 120, 0.3);
}
.p-will-estate .service__contents .section .main-content__list .storage-block__list li {
  padding: 18px 0;
}
.p-will-estate .service__contents .section .main-content__list .storage-block__list li + li {
  border-top: 1px dashed rgba(96, 76, 63, 0.25);
}
.p-will-estate .service__contents .section .main-content__list .probate-block__container {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 32px;
}
.p-will-estate .service__contents .section .main-content__list .probate-block__arrow {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-will-estate .service__contents .section .main-content__list .probate-block__arrow-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  height: 100%;
  padding: 134px 0 36px;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 15px), 50% 100%, 0% calc(100% - 15px));
  background: #fff;
  border-radius: 6px 6px 0 0;
}
.p-will-estate .service__contents .section .main-content__list .probate-block__arrow-inner img {
  flex: 0 0 auto;
}
.p-will-estate .service__contents .section .main-content__list .probate-block__arrow-inner div {
  position: relative;
  flex: 1 1 auto;
  width: 1px;
  background: #c3afb2;
}
.p-will-estate .service__contents .section .main-content__list .probate-block__arrow-inner div::after {
  position: absolute;
  bottom: 0;
  left: -4px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #c3afb2;
  border-radius: 50%;
}
.p-will-estate .service__contents .section .main-content__list .probate-block__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: #967278;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
}
.p-will-estate .service__contents .section .main-content__list .probate-block__block {
  padding: 28px 66px 20px;
  margin-top: 26px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
}
.p-will-estate .service__contents .section .main-content__list .probate-block__block-title {
  padding-bottom: 16px;
  font-size: 25px;
  font-weight: bold;
  color: #604c3f;
  border-bottom: 1px solid rgba(150, 114, 120, 0.3);
}
.p-will-estate .service__contents .section .main-content__list .probate-block__list li {
  padding: 18px 0;
}
.p-will-estate .service__contents .section .main-content__list .probate-block__list li + li {
  border-top: 1px dashed rgba(96, 76, 63, 0.25);
}
.p-will-estate .service__contents .section .main-content .support-block {
  max-width: 1200px;
  margin: 50px auto 0;
}
.p-will-estate .service__contents .section .main-content .support-block__title {
  display: flex;
  justify-content: center;
}
.p-will-estate .service__contents .section .main-content .support-block__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 24px;
}
.p-will-estate .service__contents .section .main-content .price-block {
  max-width: 1200px;
  margin: 54px auto 0;
}
.p-will-estate .service__contents .section .main-content .price-block__title {
  display: flex;
  justify-content: center;
}
.p-will-estate .service__contents .section .main-content .price-block__table {
  margin-top: 24px;
}
.p-will-estate .service__contents .section--will {
  --will-service-bg-top: 44px;
  --will-service-bg: url("../img/pc/will_bg_common_paper.jpg");
  --will-top-area-image-bg: url("../img/pc/will_service_will_top_area_bg.jpg");
  --will-top-area-title-bg: #fff;
  --will-top-area-padding-top: 100px;
  --will-service-flow-block-arrow-bg: #fff;
  --will-service-flow-block-arrow-filter: drop-shadow(
    0 0 9px rgba(#000, 0.1)
  );
  --will-service-flow-block-item-bg: #fff;
  --will-service-flow-block-item-filter: drop-shadow(
    0 0 9px rgba(#000, 0.1)
  );
  --will-flow-image-item-counter-border-color: #f4f1f1;
  --will-flow-no-image-item-counter-border-color: #f4f1f1;
}
.p-will-estate .service__contents .section--will .flow-block__item:nth-of-type(1) {
  --will-flow-image-item-bg: url("../img/pc/will_service_will_flow_block_item_bg_1.jpg");
}
.p-will-estate .service__contents .section--will .flow-block__item:nth-of-type(2) {
  --will-flow-image-item-bg: url("../img/pc/will_service_will_flow_block_item_bg_2.jpg");
}
.p-will-estate .service__contents .section--will .flow-block__item:nth-of-type(3) {
  --will-flow-image-item-bg: url("../img/pc/will_service_will_flow_block_item_bg_3.jpg");
}
.p-will-estate .service__contents .section--will .flow-block__item:nth-of-type(4) {
  --will-flow-image-item-bg: url("../img/pc/will_service_will_flow_block_item_bg_4.jpg");
}
.p-will-estate .service__contents .section--estate {
  --will-service-bg-top: 44px;
  --will-service-bg: #fff;
  --will-top-area-image-bg: url("../img/pc/will_service_estate_top_area_bg.jpg");
  --will-top-area-title-bg: #f4f1f1;
  --will-top-area-padding-top: 52px;
  --will-service-flow-block-arrow-bg: #f4f1f1;
  --will-service-flow-block-item-bg: #f4f1f1;
  --will-flow-image-item-counter-border-color: #d3c4c6;
  --will-flow-no-image-item-counter-border-color: #d3c4c6;
}
.p-will-estate .service__contents .section--estate .flow-block__item:nth-of-type(1) {
  --will-flow-image-item-bg: url("../img/pc/will_service_estate_flow_block_item_bg_1.jpg");
}
.p-will-estate .service__contents .section--estate .flow-block__item:nth-of-type(2) {
  --will-flow-image-item-bg: url("../img/pc/will_service_estate_flow_block_item_bg_2.jpg");
}
.p-will-estate .service__contents .section--estate .flow-block__item:nth-of-type(3) {
  --will-flow-image-item-bg: url("../img/pc/will_service_estate_flow_block_item_bg_3.jpg");
}
.p-will-estate .service__contents .section--estate .flow-block__item:nth-of-type(4) {
  --will-flow-image-item-bg: url("../img/pc/will_service_estate_flow_block_item_bg_4.jpg");
}
.p-will-estate .service__contents .section--asset {
  --will-service-bg-top: -84px;
  --will-service-bg: url("../img/pc/will_bg_common_paper.jpg");
  --will-top-area-image-bg: url("../img/pc/will_service_asset_top_area_bg.jpg");
  --will-top-area-title-bg: #fff;
  --will-top-area-padding-top: 100px;
  --will-service-flow-block-arrow-bg: #fff;
  --will-service-flow-block-arrow-filter: drop-shadow(
    0 0 9px rgba(#000, 0.1)
  );
  --will-service-flow-block-item-bg: #fff;
  --will-service-flow-block-item-filter: drop-shadow(
    0 0 9px rgba(#000, 0.1)
  );
  --will-flow-image-item-counter-border-color: #f4f1f1;
  --will-flow-no-image-item-counter-border-color: #f4f1f1;
}
.p-will-estate .service__contents .section--filing {
  --will-service-bg-top: 44px;
  --will-service-bg: #fff;
  --will-top-area-image-bg: url("../img/pc/will_service_filing_top_area_bg.jpg");
  --will-top-area-title-bg: #f4f1f1;
  --will-top-area-padding-top: 52px;
  --will-service-flow-block-arrow-bg: #f4f1f1;
  --will-service-flow-block-item-bg: #f4f1f1;
  --will-flow-image-item-counter-border-color: #d3c4c6;
  --will-flow-no-image-item-counter-border-color: #d3c4c6;
}
.p-will-estate .service__contents .section--filing .flow-block__arrow-inner div:first-of-type {
  flex: 0 0 136px;
}
.p-will-estate .bg-area {
  padding-bottom: 1px;
  background: url("../img/pc/will_bg_common_paper.jpg") center;
}
.p-will-estate .wtd {
  padding: 88px 40px 0;
}
.p-will-estate .wtd__title {
  display: flex;
  justify-content: center;
}
.p-will-estate .wtd__list {
  display: flex;
  flex-direction: column;
  gap: 27px;
  max-width: 1200px;
  margin: 28px auto 0;
}
.p-will-estate .wtd__item {
  position: relative;
}
.p-will-estate .wtd__item::before {
  position: absolute;
  bottom: -18px;
  left: 138px;
  display: block;
  width: 1px;
  height: 18px;
  content: "";
  background: #967278;
}
.p-will-estate .wtd__item::after {
  position: absolute;
  bottom: -18px;
  left: 134px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #967278;
  border-radius: 50%;
}
.p-will-estate .wtd__item:nth-last-child(-n+2)::before, .p-will-estate .wtd__item:nth-last-child(-n+2)::after {
  display: none;
}
.p-will-estate .wtd__item .two-col {
  display: grid;
  grid-template-columns: 276px 1fr;
  gap: 26px;
}
.p-will-estate .wtd__item .two-col__title {
  display: flex;
  align-items: center;
  height: 68px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #967278;
  border-radius: 14px;
}
.p-will-estate .wtd__item .two-col__text {
  display: flex;
  align-items: center;
  padding: 18px 38px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 14px;
}
.p-will-estate .wtd__item .one-col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #967278;
  border-radius: 14px;
}
.p-will-estate .total {
  padding: 80px 0 0;
}
.p-will-estate .total__title {
  display: flex;
  justify-content: center;
}
.p-will-estate .total__figure {
  display: flex;
  justify-content: center;
  padding-left: 80px;
  margin-top: 22px;
}
.p-will-estate .qa {
  margin-top: 6px;
}
.p-will-estate .qa__title {
  display: flex;
  justify-content: center;
}
.p-will-estate .qa__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 1200px;
  margin: 26px auto 0;
}
.p-will-estate .smooth-slider {
  margin-top: 86px;
  margin-bottom: -10px;
}
.p-will-estate .smooth-slider .c-slider-smooth__group {
  padding-right: 80px;
}
.p-will-estate .b-contact {
  padding-top: 128px;
}

.p-single .background {
  padding: 66px 40px 108px;
  background: url("../img/pc/common_bg_paper.png") center;
}
.p-single .background__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 38px;
  max-width: 1200px;
  margin: 54px auto 0;
}
.p-single .background__category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-single .background__smooth-slider {
  margin: 100px 0 -46px;
}
.p-single .background__smooth-slider .c-slider-smooth__group {
  padding-right: 80px;
}
.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));
  border-radius: 9px;
}
.p-single .post__title-block {
  padding: 40px 0 14px;
  margin: 0 45px;
  border-bottom: 2px solid #f5f5f5;
}
.p-single .post__title {
  font-size: 27px;
  font-weight: bold;
  line-height: 58px;
  color: #604c3f;
}
.p-single .post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.p-single .post__category {
  padding: 7px 16px;
  font-size: 12px;
  line-height: 1;
  color: #ad9f7f;
  background: #f7f5f2;
  border-radius: 100000000px;
}
.p-single .post__date {
  display: block;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ad9f7f;
}
.p-single .post__content {
  padding: 32px 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: #967278;
}
.p-single .post__content h3 {
  font-size: 24px;
  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;
  color: #604c3f;
  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: #967278;
}
.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;
  color: #604c3f;
  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: #967278;
}
.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: #967278;
  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: #967278;
}
.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 .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;
  color: #604c3f;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.p-single .recently__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  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;
  color: #604c3f;
}
.p-single .recently .item__date {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #ad9f7f;
}
.p-single .b-contact {
  padding-top: 102px;
}

.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: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-front-page .mv {
  position: relative;
  z-index: 0;
  max-width: 1920px;
  height: 1318px;
  margin: 0 auto;
  background: url("../img/pc/front_mv_bg.jpg") no-repeat top center;
}
.p-front-page .mv__scroll {
  position: absolute;
  top: 718px;
  right: 108px;
  z-index: 100;
  width: 64px;
  height: 174px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__inner {
  position: relative;
  max-width: 1684px;
  padding: 430px 200px 0 40px;
  margin: 0 auto;
}
.p-front-page .mv__headline {
  position: relative;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__headline::before {
  position: absolute;
  top: -76px;
  left: -86px;
  display: block;
  width: 268px;
  height: 113px;
  content: "";
  background: url("../img/pc/front_mv_deco.png") no-repeat;
}
.p-front-page .mv__large {
  position: relative;
  left: -28px;
  margin-top: 4px;
  mix-blend-mode: overlay;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .concept {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  padding-bottom: 100px;
  margin: -336px auto 0;
  background: url("../img/pc/front_concept_bg.png") no-repeat;
  background-position: top 0 left calc(50vw - 348px);
}
@media screen and (max-width: 1240px) {
  .p-front-page .concept {
    background-position: top 0 left 272px;
  }
}
.p-front-page .concept__container {
  max-width: 1688px;
  padding: 36px 40px 0;
  margin: 0 auto 0;
}
.p-front-page .concept__title {
  position: relative;
  left: -20px;
}
.p-front-page .concept__headline {
  margin-top: 60px;
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-front-page .concept__english {
  margin-top: 32px;
}
.p-front-page .concept__text {
  max-width: 400px;
  margin-top: 36px;
}
.p-front-page .concept__button {
  margin-top: 56px;
}
.p-front-page .concept__slider {
  position: relative;
  z-index: 10;
  margin-top: 140px;
}
.p-front-page .concept__slider .c-slider-smooth__group {
  padding-right: 80px;
}
.p-front-page .concept .service-area {
  padding-bottom: 130px;
  background: url("../img/pc/front_concept_service_bg.jpg") no-repeat bottom center;
}
.p-front-page .concept .service-area__block {
  max-width: 1658px;
  padding: 20px;
  margin: -10px auto 0;
  background: #967278;
  border-radius: 28px;
}
.p-front-page .concept .service-area__inner {
  min-height: 415px;
  background: url("../img/pc/front_concept_service_block_bg.png") no-repeat center;
}
.p-front-page .concept .service-area__container {
  position: relative;
  max-width: 1488px;
  padding: 86px 100px 0;
  margin: 0 auto;
}
.p-front-page .concept .service-area__container::before {
  position: absolute;
  top: 88px;
  left: 24px;
  display: block;
  width: 41px;
  height: 130px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/front_concept_service_block_deco.png");
  background-image: image-set(url("../img/pc/front_concept_service_block_deco.png") 1x, url("../img/pc/front_concept_service_block_deco@2x.png") 2x);
}
.p-front-page .concept .service-area__text {
  max-width: 440px;
  margin-top: 22px;
  color: #fff;
}
.p-front-page .concept .service-area__button {
  margin-top: 42px;
  --button-yuig-width: 266px;
  --button-yuig-color-text: #fff;
  --button-yuig-color-border: #fff;
  --button-yuig-color-bg: #967278;
  --button-yuig-url-chevron: url("../img/pc/c_button_yuig_line_white.svg");
}
.p-front-page .news {
  position: relative;
  max-width: 1920px;
  padding-bottom: 82px;
  margin: -14px auto 0;
}
.p-front-page .news__container {
  display: flex;
  gap: 56px;
}
.p-front-page .news__title {
  width: 219px;
  padding-left: 134px;
}
.p-front-page .news__list {
  width: calc(100% - 275px);
  padding-top: 26px;
}
.p-front-page .news .c-slider__track {
  overflow: unset;
}
.p-front-page .news .c-slider__item {
  width: 380px;
  margin-right: 28px;
}
.p-front-page .news .c-slider__arrow-left {
  top: 98px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_news_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .news__button {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.p-front-page .feature {
  max-width: 1920px;
  padding-top: 106px;
  margin: 0 auto;
  background: url("../img/pc/front_feature_bg.jpg") top center no-repeat;
}
.p-front-page .feature__inner {
  max-width: 1686px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .feature__title {
  position: relative;
  left: -20px;
}
.p-front-page .feature__text {
  max-width: 440px;
  margin-top: 44px;
}
.p-front-page .feature__slider {
  margin: 52px 0 0 8.2%;
}
.p-front-page .feature__slider .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .feature__slider .c-slider__arrow-left {
  bottom: -8px;
  left: -32px;
  width: 58px;
  height: 58px;
  background: #967278 url("../img/pc/front_initiatives_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .feature__slider .c-slider__arrow-right {
  bottom: -8px;
  left: 40px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_initiatives_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .feature__slider .item {
  width: 425px;
  padding: 6px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 0 0 26px 26px;
}
.p-front-page .feature__slider .item__image {
  height: 225px;
}
.p-front-page .feature__slider .item__main {
  position: relative;
  padding: 20px 44px 34px;
}
.p-front-page .feature__slider .item__main::before {
  position: absolute;
  top: -22px;
  left: 20px;
  display: block;
  width: 86px;
  height: 56px;
  content: "";
  background-repeat: no-repeat;
}
.p-front-page .feature__slider .item__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-front-page .feature__slider .item__text {
  margin-top: 12px;
}
.p-front-page .feature__slider .item--1 .item__main::before {
  background-image: url("../img/pc/front_feature_slider_counter_1.png");
  background-image: image-set(url("../img/pc/front_feature_slider_counter_1.png") 1x, url("../img/pc/front_feature_slider_counter_1@2x.png") 2x);
}
.p-front-page .feature__slider .item--2 .item__main::before {
  background-image: url("../img/pc/front_feature_slider_counter_2.png");
  background-image: image-set(url("../img/pc/front_feature_slider_counter_2.png") 1x, url("../img/pc/front_feature_slider_counter_2@2x.png") 2x);
}
.p-front-page .feature__slider .item--3 .item__main::before {
  background-image: url("../img/pc/front_feature_slider_counter_3.png");
  background-image: image-set(url("../img/pc/front_feature_slider_counter_3.png") 1x, url("../img/pc/front_feature_slider_counter_3@2x.png") 2x);
}
.p-front-page .feature__slider .item--4 .item__main::before {
  background-image: url("../img/pc/front_feature_slider_counter_4.png");
  background-image: image-set(url("../img/pc/front_feature_slider_counter_4.png") 1x, url("../img/pc/front_feature_slider_counter_4@2x.png") 2x);
}
.p-front-page .bg-area-1 {
  max-width: 1920px;
  height: 2516px;
  margin: 0 auto;
  background: url("../img/pc/front_bg_area_1.png") no-repeat top 288px center;
}
.p-front-page .problem {
  padding-top: 20px;
}
.p-front-page .problem__title {
  display: flex;
  justify-content: center;
  padding-left: 80px;
}
.p-front-page .problem__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 384px);
  gap: 23px;
  justify-content: center;
  max-width: 1198px;
  margin: -98px auto 0;
}
.p-front-page .problem__list li {
  display: flex;
  align-items: center;
  height: 109px;
  padding-left: 28px;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  color: #604c3f;
  letter-spacing: 0.1em;
  background: url("../img/pc/front_problem_paper_bg.png") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .achievement {
  padding-top: 68px;
}
.p-front-page .achievement__large {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 658px;
  padding: 22px 20px;
  margin: 24px auto 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  color: #fff;
  letter-spacing: 0.1em;
  background: #967278;
  border-radius: 6px;
}
.p-front-page .achievement__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 284px);
  gap: 40px 20px;
  justify-content: center;
  margin-top: 62px;
}
.p-front-page .achievement__list .category {
  padding: 1px 15px 6px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 9px;
}
.p-front-page .achievement__list .category__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  padding: 7px 6px;
  margin: -24px auto 0;
  font-size: 23px;
  font-weight: bold;
  line-height: 33px;
  color: #fff;
  background: #967278;
  border-radius: 24px;
}
.p-front-page .achievement__list .category__list {
  margin-top: -6px;
}
.p-front-page .achievement__list .category__list .item {
  padding: 24px 0 20px;
}
.p-front-page .achievement__list .category__list .item__title {
  width: 220px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  color: #604c3f;
  text-align: center;
}
.p-front-page .achievement__list .category__list .item__number {
  margin-top: 12px;
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
  color: #967278;
  text-align: center;
}
.p-front-page .achievement__list .category__list .item__number span {
  position: relative;
  top: -4px;
  margin-left: 4px;
  font-size: 24px;
  color: #604c3f;
}
.p-front-page .achievement__list .category__list .item:nth-of-type(n + 2) {
  border-top: 1px solid #f4f1f1;
}
.p-front-page .case {
  min-height: 550px;
  padding: 62px 0 0;
}
.p-front-page .case__title {
  display: flex;
  justify-content: center;
}
.p-front-page .case__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 580px);
  gap: 36px 38px;
  justify-content: center;
  max-width: 1198px;
  margin: 28px auto 0;
}
.p-front-page .case__list .item__inner {
  display: grid;
  grid-template-columns: 150px 1fr;
  height: 100px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
}
.p-front-page .case__list .item__image {
  height: 100px;
  background: #9e9e9f;
  border-radius: 12px 0 0 12px;
}
.p-front-page .case__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px 0 0 12px;
}
.p-front-page .case__list .item__main {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 24px 0 32px;
}
.p-front-page .case__list .item__main::after {
  display: block;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/front_case_chevron.svg") no-repeat;
}
.p-front-page .case__list .item__title {
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-front-page .case__button {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
.p-front-page .reason {
  padding-top: 80px;
}
.p-front-page .reason__title {
  display: flex;
  justify-content: center;
}
.p-front-page .reason__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 30px;
  justify-content: center;
  margin-top: -218px;
}
.p-front-page .reason__list .item {
  position: relative;
  height: 569px;
  background: url("../img/pc/front_reason_paper.png") no-repeat bottom center;
}
.p-front-page .reason__list .item::after {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  display: block;
  height: 30px;
  content: "";
  background: url("../img/pc/front_reason_shadow.png") no-repeat top center/100% 100%;
}
.p-front-page .reason__list .item__bg {
  height: 100%;
  background: no-repeat bottom center;
}
.p-front-page .reason__list .item__inner {
  padding: 82px 30px 0;
}
.p-front-page .reason__list .item__inner::before {
  display: block;
  width: 105px;
  height: 19px;
  content: "";
  background: no-repeat;
}
.p-front-page .reason__list .item__title {
  padding-bottom: 20px;
  margin-top: 16px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  border-bottom: 1px solid rgba(150, 114, 120, 0.3);
}
.p-front-page .reason__list .item__text {
  margin-top: 12px;
}
.p-front-page .reason__list .item:nth-of-type(1) .item__bg {
  background-image: url("../img/pc/front_reason_bg_1.jpg");
}
.p-front-page .reason__list .item:nth-of-type(1) .item__inner::before {
  background-image: url("../img/pc/front_reason_counter_1.png");
  background-image: image-set(url("../img/pc/front_reason_counter_1.png") 1x, url("../img/pc/front_reason_counter_1@2x.png") 2x);
}
.p-front-page .reason__list .item:nth-of-type(2) .item__bg {
  background-image: url("../img/pc/front_reason_bg_2.jpg");
}
.p-front-page .reason__list .item:nth-of-type(2) .item__inner::before {
  background-image: url("../img/pc/front_reason_counter_2.png");
  background-image: image-set(url("../img/pc/front_reason_counter_2.png") 1x, url("../img/pc/front_reason_counter_2@2x.png") 2x);
}
.p-front-page .reason__list .item:nth-of-type(3) .item__bg {
  background-image: url("../img/pc/front_reason_bg_3.jpg");
}
.p-front-page .reason__list .item:nth-of-type(3) .item__inner::before {
  background-image: url("../img/pc/front_reason_counter_3.png");
  background-image: image-set(url("../img/pc/front_reason_counter_3.png") 1x, url("../img/pc/front_reason_counter_3@2x.png") 2x);
}
.p-front-page .reason__list .item:nth-of-type(1) {
  background-image: url("../img/pc/front_reason_paper_clip.png");
}
.p-front-page .reason__list .item:nth-of-type(1)::before {
  position: absolute;
  bottom: -44px;
  left: -32px;
  display: block;
  width: 58px;
  height: 71px;
  content: "";
  background: url("../img/pc/front_reason_deco_1.png") no-repeat;
}
.p-front-page .reason__list .item:nth-of-type(3)::before {
  position: absolute;
  top: 24px;
  right: -26px;
  display: block;
  width: 39px;
  height: 59px;
  content: "";
  background: url("../img/pc/front_reason_deco_2.png") no-repeat;
}
.p-front-page .service {
  position: relative;
  z-index: 10;
  min-height: 579px;
  padding-top: 78px;
  margin-top: 132px;
  background: url("../img/pc/front_service_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 74px);
}
@media screen and (max-width: 1240px) {
  .p-front-page .service {
    background-position: top 0 right 546px;
  }
}
.p-front-page .service__container {
  max-width: 1892px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .service__block {
  position: relative;
  max-width: 700px;
  margin-left: auto;
}
.p-front-page .service__block::before {
  position: absolute;
  top: 2px;
  left: -74px;
  display: block;
  width: 41px;
  height: 130px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/front_service_deco.png");
  background-image: image-set(url("../img/pc/front_service_deco.png") 1x, url("../img/pc/front_service_deco@2x.png") 2x);
}
.p-front-page .service__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  max-width: 550px;
  margin-top: 36px;
}
.p-front-page .service__tag li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 48px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  background: #f7f7f7;
  border-radius: 24px;
}
.p-front-page .service__tag li:last-of-type {
  width: 88px;
}
.p-front-page .service__text {
  max-width: 430px;
  margin-top: 28px;
}
.p-front-page .service__button {
  margin-top: 40px;
}
.p-front-page .bg-area-2 {
  max-width: 1920px;
  height: 1809px;
  margin: -200px auto 0;
  background: url("../img/pc/front_bg_area_2.png") no-repeat top center;
}
.p-front-page .support {
  min-height: 1304px;
  padding: 316px 40px 0;
}
.p-front-page .support__paper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 637px;
  height: 569px;
  padding: 70px 0 0;
  margin: 0 auto;
  background: url("../img/pc/front_support_paper.png") no-repeat;
}
.p-front-page .support__headline {
  margin-top: 18px;
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  color: #604c3f;
  text-align: center;
}
.p-front-page .support__english {
  margin-top: 32px;
}
.p-front-page .support__text {
  max-width: 510px;
  margin-top: 34px;
  text-align: center;
}
.p-front-page .support__english-2 {
  margin-top: 30px;
}
.p-front-page .recruit {
  display: flex;
  justify-content: center;
  padding: 80px 40px 0;
}

.p-contact .main {
  position: relative;
  max-width: 1920px;
  padding: 86px 0 90px;
  margin: 0 auto;
  background: url("../img/pc/contact_bg.jpg") no-repeat top center;
}
.p-contact .main__title {
  display: flex;
  justify-content: center;
}
.p-contact .main__info {
  margin-top: 32px;
  line-height: 33px;
  text-align: center;
}
.p-contact .main .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.p-contact .main .tel-area__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 44px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  background: #fff;
  border-radius: 9px;
}
.p-contact .main .tel-area__tel {
  margin-top: 24px;
}
.p-contact .main .tel-area__time {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.p-contact .form {
  max-width: 1116px;
  margin: 58px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.p-contact .form .wpcf7 .wpcf7-submit {
  width: 324px;
  height: 70px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #967278;
  border-radius: 4px;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 66px 40px 90px;
  background: url("../img/pc/common_bg_paper.png") center;
}
.p-archive .main__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 54px;
  max-width: 1200px;
  margin: 54px 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-us .b-mv {
  background-image: url("../img/pc/about_mv_bg.jpg");
}
.p-about-us .service {
  padding: 70px 0 0;
}
.p-about-us .service__title {
  display: flex;
  justify-content: center;
}
.p-about-us .service .will {
  margin-top: 34px;
}
.p-about-us .service .will__block {
  max-width: 1658px;
  padding: 20px;
  margin: 0 auto;
  background: url("../img/pc/about_bg_common_paper.jpg") center;
  border-radius: 28px;
}
.p-about-us .service .will__inner {
  height: 414px;
  padding-top: 182px;
  background: url("../img/pc/about_will_bg.png") no-repeat center/cover;
  border-radius: 14px;
}
.p-about-us .service .will__title {
  display: flex;
  justify-content: center;
}
.p-about-us .service .will__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 40px;
  justify-content: center;
  max-width: 1200px;
  padding: 40px 34px 42px;
  margin: -86px auto 0;
  background: url("../img/pc/about_bg_common_paper.jpg") center;
  border-radius: 20px;
}
.p-about-us .service .will__nav .item {
  width: 541px;
  height: 100px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-about-us .offering-area {
  margin-top: 90px;
}
.p-about-us .offering-area__list {
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.p-about-us .offering-area__list .offering__block {
  max-width: 1658px;
  padding: 20px;
  margin: 0 auto;
  background: url("../img/pc/about_bg_common_paper.jpg") center;
  border-radius: 28px;
}
.p-about-us .offering-area__list .offering__inner {
  height: 414px;
  padding-top: 118px;
  background: no-repeat center/cover;
  border-radius: 14px;
}
.p-about-us .offering-area__list .offering__title {
  display: flex;
  justify-content: center;
}
.p-about-us .offering-area__list .offering:nth-of-type(1) .offering__inner {
  background-image: url("../img/pc/about_offering_bg_1.png");
}
.p-about-us .offering-area__list .offering:nth-of-type(2) .offering__inner {
  background-image: url("../img/pc/about_offering_bg_2.png");
}
.p-about-us .offering-area__list .offering .detail-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  padding: 40px 34px 42px;
  margin: -86px auto 0;
  background: url("../img/pc/about_bg_common_paper.jpg") center;
  border-radius: 20px;
}
.p-about-us .offering-area__list .offering .detail-block__main-list {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-about-us .offering-area__list .offering .detail-block__main-list .item {
  overflow: hidden;
  border-radius: 9px;
}
.p-about-us .offering-area__list .offering .detail-block__main-list .item__container {
  display: grid;
  grid-template-columns: 1fr 676px;
}
.p-about-us .offering-area__list .offering .detail-block__main-list .item__image {
  position: relative;
  background: #9e9e9f;
}
.p-about-us .offering-area__list .offering .detail-block__main-list .item__image img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about-us .offering-area__list .offering .detail-block__main-list .item__main {
  padding-bottom: 30px;
  background: #fff;
}
.p-about-us .offering-area__list .offering .detail-block__main-list .item__title {
  padding: 26px 46px 16px;
  font-size: 25px;
  font-weight: bold;
  line-height: 36px;
  color: #604c3f;
  border-bottom: 1px solid rgba(96, 76, 63, 0.5);
}
.p-about-us .offering-area__list .offering .detail-block__main-list .item__detail {
  padding: 0 46px;
  margin-top: 14px;
}
.p-about-us .offering-area__list .offering .detail-block__main-list .item__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0 46px;
  margin-top: 20px;
}
.p-about-us .offering-area__list .offering .detail-block__main-list .item__tag-list li {
  min-width: 182px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #604c3f;
  text-align: center;
  background: #f7f7f7;
  border-radius: 20px;
}
.p-about-us .offering-area__list .offering .detail-block__main-list .item__tag-list li:last-of-type {
  width: 76px;
  min-width: unset;
}
.p-about-us .offering-area__list .offering .detail-block .etc-block {
  padding: 38px 0 6px;
  background: #fff;
  border-radius: 9px;
}
.p-about-us .offering-area__list .offering .detail-block .etc-block__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  text-align: center;
}
.p-about-us .offering-area__list .offering .detail-block .etc-block__list {
  margin-top: 30px;
}
.p-about-us .offering-area__list .offering .detail-block .etc-block__list li {
  padding: 23px 0;
  border-top: 1px solid rgba(96, 76, 63, 0.15);
}
.p-about-us .offering-area__list .offering .detail-block .etc-block__list li dl {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.p-about-us .offering-area__list .offering .detail-block .etc-block__list li dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #604c3f;
  text-align: center;
  border-right: 2px solid #f4f1f1;
}
.p-about-us .offering-area__list .offering .detail-block .etc-block__list li dl dd {
  display: flex;
  align-items: center;
  padding: 0 44px;
}
.p-about-us .staff-area {
  max-width: 1920px;
  padding: 102px 0 188px;
  margin: 0 auto;
  background: url("../img/pc/about_staff_bg.png") no-repeat bottom center;
}
.p-about-us .staff-area__title {
  display: flex;
  justify-content: center;
}
.p-about-us .staff-area__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 38px;
}
.p-about-us .staff-area__list .staff__container {
  display: flex;
  flex-direction: var(--about-staff-container-direction);
  gap: 64px;
  justify-content: flex-end;
  max-width: 1614px;
  padding-right: var(--about-staff-container-padding-right);
  padding-left: var(--about-staff-container-padding-left);
  margin-right: var(--about-staff-container-margin-right);
  margin-left: var(--about-staff-container-margin-left);
}
.p-about-us .staff-area__list .staff__image {
  flex: 1 1 auto;
  max-width: 981px;
  height: 527px;
  background: var(--about-staff-image-background-image) no-repeat center;
  border-radius: var(--about-staff-image-border-radius);
}
.p-about-us .staff-area__list .staff__block {
  flex: 0 0 auto;
  width: 526px;
  padding-top: 80px;
}
.p-about-us .staff-area__list .staff__headline {
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  color: #604c3f;
}
.p-about-us .staff-area__list .staff__english {
  margin-top: 30px;
}
.p-about-us .staff-area__list .staff__text {
  max-width: 510px;
  margin-top: 34px;
}
.p-about-us .staff-area__list .staff__signature {
  display: flex;
  align-items: center;
  margin-top: 38px;
  font-size: 16px;
  line-height: 1;
}
.p-about-us .staff-area__list .staff__signature span {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
}
.p-about-us .staff-area__list .staff .career-block {
  max-width: 1120px;
  padding: 36px 44px 10px;
  margin: -42px auto 0;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 8px;
}
.p-about-us .staff-area__list .staff .career-block__title {
  display: flex;
  justify-content: center;
}
.p-about-us .staff-area__list .staff .career-block__text {
  margin-top: 10px;
}
.p-about-us .staff-area__list .staff .career-block__text dl {
  display: grid;
  grid-template-columns: 144px 1fr;
  gap: 20px;
}
.p-about-us .staff-area__list .staff .career-block__text dt {
  padding: 10px 0;
}
.p-about-us .staff-area__list .staff .career-block__text dt div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  font-size: 18px;
  font-weight: normal;
  color: #604c3f;
  background: #f4f1f1;
  border-radius: 21px;
}
.p-about-us .staff-area__list .staff .career-block__text dd {
  display: flex;
  align-items: center;
}
.p-about-us .staff-area__list .staff .career-block__text li + li dd {
  border-top: 1px dashed #717071;
}
.p-about-us .staff-area__list .staff:nth-of-type(1) {
  --about-staff-image-background-image: url("../img/pc/about_staff_bg_1.png");
}
.p-about-us .staff-area__list .staff:nth-of-type(2) {
  --about-staff-image-background-image: url("../img/pc/about_staff_bg_2.png");
}
.p-about-us .staff-area__list .staff:nth-of-type(1) {
  --about-staff-container-margin-left: auto;
  --about-staff-container-margin-right: 0;
  --about-staff-container-padding-left: 40px;
  --about-staff-container-padding-right: 0;
  --about-staff-container-direction: row;
  --about-staff-image-border-radius: 20px 0 0 20px;
}
.p-about-us .staff-area__list .staff:nth-of-type(2) {
  --about-staff-container-margin-left: 0;
  --about-staff-container-margin-right: auto;
  --about-staff-container-padding-left: 0;
  --about-staff-container-padding-right: 40px;
  --about-staff-container-direction: row-reverse;
  --about-staff-image-border-radius: 0 20px 20px 0;
}
.p-about-us .company {
  max-width: 1920px;
  padding: 0 0 94px;
  margin: -162px auto 0;
}
.p-about-us .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .company__title::before {
  position: relative;
  left: -20px;
  display: block;
  width: 261px;
  height: 303px;
  margin-bottom: 24px;
  content: "";
  background: url("../img/pc/about_company_deco.png") no-repeat;
}
.p-about-us .company__list {
  margin-top: 10px;
}
.p-about-us .company__image-area {
  display: flex;
  max-width: 1120px;
  height: 306px;
  margin: 50px auto 0;
}
.p-about-us .company__bg {
  flex: 0 0 auto;
  width: 474px;
  background: url("../img/pc/about_company_bg.png") no-repeat;
}
.p-about-us .company__google-map {
  flex: 1 1 auto;
  overflow: hidden;
  border-radius: 8px;
}
.p-about-us .recruit-essentials {
  padding: 94px 0 1px;
  background: url("../img/pc/about_recruit_bg.png") center;
}
.p-about-us .recruit-essentials__title {
  display: flex;
  justify-content: center;
}
.p-about-us .recruit-essentials__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 1200px;
  margin: 32px auto 0;
}
.p-about-us .recruit-essentials__smooth-slider {
  margin-top: 96px;
  margin-bottom: -10px;
}
.p-about-us .recruit-essentials__smooth-slider .c-slider-smooth__group {
  padding-right: 80px;
}
.p-about-us .b-contact {
  padding-top: 128px;
}
