/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #474645;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
}

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

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

address {
  font-style: normal;
}

main {
  width: 100%;
}

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

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

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

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

.h-oh {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.wp-pagenavi {
  padding: 80px 0 0;
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #3e3a39;
  background-color: #fff;
  border: 1px solid rgba(133, 122, 133, 0.2);
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.1);
}
.wp-pagenavi a:hover {
  color: #fff;
  text-decoration: none;
  background: #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-work-slider .c-slider__track {
  justify-content: center;
  overflow: unset;
}
.c-work-slider .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 .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 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 830px;
  height: 552px;
  margin-right: 28px;
}
.c-work-slider .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-work-slider__sub-slider {
  margin-top: 60px;
}
.c-work-slider__sub-slider ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 102px);
  gap: 8px;
  justify-content: center;
}
.c-work-slider__sub-slider ul li {
  height: 68px;
}
.c-work-slider__sub-slider ul li button {
  width: 100%;
  height: 100%;
}
.c-work-slider__sub-slider ul li button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-work-slider__sub-slider ul li button img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-work-card__image {
  position: relative;
  height: 282px;
  background: #9e9e9f;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.c-work-card__image::before {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: block;
  width: 68px;
  height: 44px;
  content: "";
  background: url("../img/pc/c_work_card_arrow.svg") no-repeat;
  mix-blend-mode: multiply;
}
.c-work-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-work-card__main {
  padding-top: 16px;
}
.c-work-card__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  color: #604c3f;
}
.c-work-card__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.c-work-card__tag-list li {
  padding: 6px 24px;
  font-size: 14px;
  line-height: 18px;
  background: #f7f7f7;
}

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

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

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

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

.c-recruit-table {
  position: relative;
  padding: 34px 0 67px;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.c-recruit-table__title {
  width: 94.6%;
  padding: 17px 20px 15px;
  margin: 0 auto 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #604c3f;
}
.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: #604c3f;
  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: 362px;
  margin: 87px auto 0;
  background-color: #604c3f;
  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: #f0f1f1;
  border-radius: 4px;
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 18px 32px 18px 22px;
}
.c-qa__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  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: #fff;
}
.c-qa__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-product-item__slider .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.c-product-item__slider .c-slider__item {
  width: 232px;
  height: 232px;
}
.c-product-item__slider .c-slider__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-product-item__slider .c-slider__arrow-right {
  top: calc(50% - 29px);
  left: -29px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_feature_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.c-product-item__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.c-product-item__title::after {
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 18px;
  content: "";
  background: #604c3f;
}
.c-product-item__text {
  margin-top: 14px;
}

.c-post-front-news-card {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.c-post-front-news-card a {
  height: 100%;
  background: #fff;
}
.c-post-front-news-card__image {
  height: 272px;
  background-color: #9e9e9f;
  border-radius: 3px;
}
.c-post-front-news-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.c-post-front-news-card__main {
  padding: 22px 30px 20px;
}
.c-post-front-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}
.c-post-front-news-card__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.c-post-front-news-card__title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 29px;
  color: #604c3f;
  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 {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.c-post-front-news-bar a {
  display: grid;
  grid-template-columns: 238px 1fr;
  height: 100%;
}
.c-post-front-news-bar__image {
  height: 140px;
  background-color: #9e9e9f;
  border-radius: 3px;
}
.c-post-front-news-bar__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.c-post-front-news-bar__main {
  padding: 30px 34px 24px;
}
.c-post-front-news-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}
.c-post-front-news-bar__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.c-post-front-news-bar__title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 29px;
  color: #604c3f;
  letter-spacing: 0.05em;
}
.c-post-front-news-bar__content {
  margin-top: 4px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
  letter-spacing: 0.05em;
}

.c-post-category-list__title {
  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: #604c3f;
  border-radius: 3px;
}
.c-post-category-list__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: #604c3f;
}
.c-post-category-list__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}
.c-post-category-list__list .parent__title a {
  position: relative;
  padding: 18px 32px;
  font-size: 16px;
  line-height: 24px;
  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;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.c-post-archive-bar__image {
  height: 208px;
  background: #9e9e9f;
  border-radius: 3px 0 0 3px;
}
.c-post-archive-bar__image img {
  width: 100%;
  height: 100%;
  border-radius: 3px 0 0 3px;
  object-fit: cover;
}
.c-post-archive-bar__main {
  position: relative;
  padding: 24px 30px 0 30px;
  background: #fff;
  border-radius: 0 3px 3px 0;
}
.c-post-archive-bar__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  color: #604c3f;
  letter-spacing: 0.05em;
}
.c-post-archive-bar__content {
  margin-top: 12px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
}
.c-post-archive-bar__meta {
  margin-top: 20px;
}
.c-post-archive-bar__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}

.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-arrow {
  width: 234px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
}
.c-button-arrow__inner {
  display: flex;
  align-items: center;
  height: 58px;
  padding-right: 32px;
  padding-left: 30px;
}
.c-button-arrow__inner::after {
  display: block;
  width: 32px;
  height: 12px;
  margin-left: auto;
  content: "";
  background: left center no-repeat;
}
.c-button-arrow--white-skeleton {
  color: #fff;
  border: 1px solid #fff;
}
.c-button-arrow--white-skeleton .c-button-arrow__inner::after {
  background-image: url("../img/pc/c_arrow_button_arrow_white.svg");
}
.c-button-arrow--white-bg {
  color: #604c3f;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.c-button-arrow--white-bg .c-button-arrow__inner::after {
  background-image: url("../img/pc/c_arrow_button_arrow_theme.svg");
}

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

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

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

.b-site-banner {
  padding: 92px 40px 68px;
  background: #f0f1f1;
}
.b-site-banner__title {
  display: flex;
  justify-content: center;
}
.b-site-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
  margin-top: 36px;
}
.b-site-banner__item {
  width: 587px;
  height: 162px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.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;
}
.b-recruit-form .row__title label b {
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-size: 14px;
  color: #e30012;
}
.b-recruit-form .row__content {
  margin-top: 20px;
}
.b-recruit-form .row__content .wpcf7-radio {
  display: flex;
  gap: 40px;
  margin-top: -10px;
}
.b-recruit-form .row__content textarea,
.b-recruit-form .row__content input[type=text],
.b-recruit-form .row__content input[type=email],
.b-recruit-form .row__content input[type=tel] {
  width: 95%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input[type=date] {
  width: 200px;
  max-width: 50%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input.p-postal-code {
  width: 284px;
}
.b-recruit-form .row__content .p-region {
  margin-top: 12px;
}
.b-recruit-form .row__place-note {
  margin: 12px 0 0 16px;
  font-size: 16px;
  line-height: 1;
  color: #c6bdb5;
}
.b-recruit-form__consent {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.b-recruit-form__consent label {
  display: flex;
  gap: 10px;
}
.b-recruit-form__consent label a {
  display: inline;
  text-decoration: underline;
}
.b-recruit-form__buttons {
  margin-top: 20px;
}
.b-recruit-form__buttons p {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.b-recruit-form__buttons .wpcf7-submit {
  display: block;
  width: 230px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #604c3f;
  border-radius: 6px;
}
.b-recruit-form__buttons .wpcf7-submit:disabled {
  opacity: 0.5;
}

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

.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: #604c3f;
}
.b-post-content h3 {
  padding: 14px 0;
  margin: 40px 0 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.291em;
  border-bottom: 2px solid #eeeeef;
}
.b-post-content p {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.05em;
}
.b-post-content p img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.b-post-content a {
  display: inline;
  text-decoration: underline;
}
.b-post-content a:hover {
  text-decoration: none;
}
.b-post-content ul {
  margin: 0 0 30px 1.3em;
  list-style: disc;
}
.b-post-content ol {
  margin: 0 0 30px 1.5em;
  list-style: decimal;
}
.b-post-content .aligncenter {
  margin: 0 auto;
}
.b-post-content .alignleft {
  margin-right: auto;
}
.b-post-content .alignright {
  margin-left: auto;
}

.b-mv {
  max-width: 1920px;
  height: 460px;
  padding-top: 292px;
  margin: 0 auto;
}
.b-mv__title {
  margin-left: 150px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.4));
}

.b-history-block__list {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px dashed rgba(96, 76, 63, 0.5);
}
.b-history-block__list .item {
  padding: 30px 16px 36px 0;
  border-bottom: 1px dashed rgba(96, 76, 63, 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: #ccc6c3;
  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: #604c3f;
  letter-spacing: 0.2em;
}
.b-history-block__list .item__detail {
  margin-top: 4px;
  font-size: 16px;
  line-height: 28px;
  color: #393327;
}

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

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

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

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

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

.p-workflow .b-mv {
  background: url("../img/pc/workflow_mv_bg.jpg") center no-repeat;
}
.p-workflow .top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 40px 0;
}
.p-workflow .top-section__headline {
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-workflow .top-section__english {
  margin-top: 24px;
}
.p-workflow .top-section__text {
  margin-top: 38px;
  text-align: center;
}
.p-workflow .main {
  margin-top: 50px;
}
.p-workflow .main__list {
  display: flex;
  flex-direction: column;
  gap: 58px;
}
.p-workflow .main__item {
  position: relative;
  container-type: inline-size;
}
.p-workflow .main__item::before {
  position: absolute;
  top: -24px;
  left: calc(50% - 5px);
  z-index: 100;
  display: block;
  width: 10px;
  height: 38px;
  content: "";
  background: url("../img/pc/workflow_main_pin.svg") bottom center no-repeat;
}
@container (width < 1500px) {
  .p-workflow .main__item::before {
    display: none;
  }
}
.p-workflow .main__item .slider-section {
  position: relative;
  height: 567px;
}
.p-workflow .main__item .slider-section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-workflow .main__item .slider-section__fg {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 160px;
}
.p-workflow .main__item .slider-section__block {
  position: relative;
  width: 604px;
  height: 466px;
  padding: 62px 0 0 84px;
  background: #fff;
}
.p-workflow .main__item .slider-section__block::before {
  position: absolute;
  top: 60px;
  left: -55px;
  display: block;
  width: 55px;
  height: 224px;
  content: "";
  background-repeat: no-repeat;
}
.p-workflow .main__item .slider-section__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-workflow .main__item .slider-section__english {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 34px;
}
.p-workflow .main__item .slider-section__english::after {
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 36px;
  content: "";
  background: #9d9e9e;
}
.p-workflow .main__item .slider-section__headline {
  margin-top: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
}
.p-workflow .main__item .slider-section__text {
  max-width: 410px;
  margin-top: 18px;
}
.p-workflow .main__item .col-section__container {
  display: flex;
  gap: 10px;
  max-width: 1794px;
}
.p-workflow .main__item .col-section__image {
  position: relative;
  flex: 1 1 auto;
  max-width: 1105px;
  height: 487px;
  background: center no-repeat;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-workflow .main__item .col-section__image::before {
  position: absolute;
  top: 36px;
  display: block;
  width: 55px;
  height: 224px;
  content: "";
  background-repeat: no-repeat;
}
.p-workflow .main__item .col-section__block {
  flex: 0 0 auto;
  width: 680px;
  padding-top: 38px;
}
.p-workflow .main__item .col-section__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-workflow .main__item .col-section__english {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 34px;
}
.p-workflow .main__item .col-section__english::after {
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 40px;
  content: "";
  background: #9d9e9e;
}
.p-workflow .main__item .col-section__headline {
  margin-top: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
}
.p-workflow .main__item .col-section__text {
  max-width: 410px;
  margin-top: 18px;
}
.p-workflow .main__item:nth-of-type(1) .col-section__image {
  background-image: url("../img/pc/workflow_main_bg_1.jpg");
}
.p-workflow .main__item:nth-of-type(1) .col-section__image::before {
  background-image: url("../img/pc/workflow_main_counter_1.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_1.png") 1x, url("../img/pc/workflow_main_counter_1@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(1) .slider-section__block::before {
  background-image: url("../img/pc/workflow_main_counter_1.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_1.png") 1x, url("../img/pc/workflow_main_counter_1@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(2) .col-section__image {
  background-image: url("../img/pc/workflow_main_bg_2.jpg");
}
.p-workflow .main__item:nth-of-type(2) .col-section__image::before {
  background-image: url("../img/pc/workflow_main_counter_2.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_2.png") 1x, url("../img/pc/workflow_main_counter_2@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(2) .slider-section__block::before {
  background-image: url("../img/pc/workflow_main_counter_2.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_2.png") 1x, url("../img/pc/workflow_main_counter_2@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(3) .col-section__image {
  background-image: url("../img/pc/workflow_main_bg_3.jpg");
}
.p-workflow .main__item:nth-of-type(3) .col-section__image::before {
  background-image: url("../img/pc/workflow_main_counter_3.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_3.png") 1x, url("../img/pc/workflow_main_counter_3@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(3) .slider-section__block::before {
  background-image: url("../img/pc/workflow_main_counter_3.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_3.png") 1x, url("../img/pc/workflow_main_counter_3@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(4) .col-section__image {
  background-image: url("../img/pc/workflow_main_bg_4.jpg");
}
.p-workflow .main__item:nth-of-type(4) .col-section__image::before {
  background-image: url("../img/pc/workflow_main_counter_4.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_4.png") 1x, url("../img/pc/workflow_main_counter_4@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(4) .slider-section__block::before {
  background-image: url("../img/pc/workflow_main_counter_4.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_4.png") 1x, url("../img/pc/workflow_main_counter_4@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(5) .col-section__image {
  background-image: url("../img/pc/workflow_main_bg_5.jpg");
}
.p-workflow .main__item:nth-of-type(5) .col-section__image::before {
  background-image: url("../img/pc/workflow_main_counter_5.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_5.png") 1x, url("../img/pc/workflow_main_counter_5@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(5) .slider-section__block::before {
  background-image: url("../img/pc/workflow_main_counter_5.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_5.png") 1x, url("../img/pc/workflow_main_counter_5@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(6) .col-section__image {
  background-image: url("../img/pc/workflow_main_bg_6.jpg");
}
.p-workflow .main__item:nth-of-type(6) .col-section__image::before {
  background-image: url("../img/pc/workflow_main_counter_6.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_6.png") 1x, url("../img/pc/workflow_main_counter_6@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(6) .slider-section__block::before {
  background-image: url("../img/pc/workflow_main_counter_6.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_6.png") 1x, url("../img/pc/workflow_main_counter_6@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(7) .col-section__image {
  background-image: url("../img/pc/workflow_main_bg_7.jpg");
}
.p-workflow .main__item:nth-of-type(7) .col-section__image::before {
  background-image: url("../img/pc/workflow_main_counter_7.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_7.png") 1x, url("../img/pc/workflow_main_counter_7@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(7) .slider-section__block::before {
  background-image: url("../img/pc/workflow_main_counter_7.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_7.png") 1x, url("../img/pc/workflow_main_counter_7@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(8) .col-section__image {
  background-image: url("../img/pc/workflow_main_bg_8.jpg");
}
.p-workflow .main__item:nth-of-type(8) .col-section__image::before {
  background-image: url("../img/pc/workflow_main_counter_8.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_8.png") 1x, url("../img/pc/workflow_main_counter_8@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(8) .slider-section__block::before {
  background-image: url("../img/pc/workflow_main_counter_8.png");
  background-image: image-set(url("../img/pc/workflow_main_counter_8.png") 1x, url("../img/pc/workflow_main_counter_8@2x.png") 2x);
}
.p-workflow .main__item:nth-of-type(odd) .col-section__image::before {
  right: -55px;
}
.p-workflow .main__item:nth-of-type(odd) .col-section__block {
  padding-left: 94px;
}
.p-workflow .main__item:nth-of-type(even) .col-section__container {
  flex-direction: row-reverse;
  margin-left: auto;
}
.p-workflow .main__item:nth-of-type(even) .col-section__image::before {
  left: -55px;
}
.p-workflow .main__item:nth-of-type(even) .col-section__block {
  padding-left: 66px;
}
.p-workflow .qa {
  padding: 106px 40px 96px;
}
.p-workflow .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-workflow .qa__title span {
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-workflow .qa__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 1200px;
  margin: 42px auto 0;
}
.p-workflow .b-site-banner {
  padding-top: 70px;
}

.p-strengths .b-mv {
  background: url("../img/pc/strengths_mv_bg.jpg") center no-repeat;
}
.p-strengths .nav {
  max-width: 1920px;
  padding: 72px 40px;
  margin: 0 auto;
  background: #eeefef;
}
.p-strengths .nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 388px);
  gap: 22px 18px;
  justify-content: center;
}
.p-strengths .nav ul li {
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-strengths .nav ul li a {
  display: flex;
  align-items: center;
  height: 80px;
  padding-right: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-strengths .nav ul li a::before {
  display: block;
  width: 76px;
  height: 46px;
  margin-right: 12px;
  content: "";
  background: center no-repeat;
  border-right: 1px solid #f5f6f6;
}
.p-strengths .nav ul li a::after {
  display: block;
  width: 19px;
  height: 19px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/strengths_nav_chevron.svg") no-repeat;
}
.p-strengths .nav ul li:nth-of-type(1) a::before {
  background-image: url("../img/pc/strengths_nav_counter_1.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_1.png") 1x, url("../img/pc/strengths_nav_counter_1@2x.png") 2x);
}
.p-strengths .nav ul li:nth-of-type(2) a::before {
  background-image: url("../img/pc/strengths_nav_counter_2.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_2.png") 1x, url("../img/pc/strengths_nav_counter_2@2x.png") 2x);
}
.p-strengths .nav ul li:nth-of-type(3) a::before {
  background-image: url("../img/pc/strengths_nav_counter_3.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_3.png") 1x, url("../img/pc/strengths_nav_counter_3@2x.png") 2x);
}
.p-strengths .nav ul li:nth-of-type(4) a::before {
  background-image: url("../img/pc/strengths_nav_counter_4.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_4.png") 1x, url("../img/pc/strengths_nav_counter_4@2x.png") 2x);
}
.p-strengths .nav ul li:nth-of-type(5) a::before {
  background-image: url("../img/pc/strengths_nav_counter_5.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_5.png") 1x, url("../img/pc/strengths_nav_counter_5@2x.png") 2x);
}
.p-strengths .nav ul li:nth-of-type(6) a::before {
  background-image: url("../img/pc/strengths_nav_counter_6.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_6.png") 1x, url("../img/pc/strengths_nav_counter_6@2x.png") 2x);
}
.p-strengths .nav ul li:nth-of-type(7) a::before {
  background-image: url("../img/pc/strengths_nav_counter_7.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_7.png") 1x, url("../img/pc/strengths_nav_counter_7@2x.png") 2x);
}
.p-strengths .main__list {
  display: flex;
  flex-direction: column;
  gap: 110px;
}
.p-strengths .main__list .section {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.p-strengths .main__list .section::before {
  position: absolute;
  top: -134px;
  right: 0;
  left: 200px;
  display: none;
  height: 134px;
  content: "";
  background: #eceded;
}
.p-strengths .main__list .section .top-area {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 566px;
  padding: 148px 40px 0;
  background: center no-repeat;
}
.p-strengths .main__list .section .top-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.1em;
}
.p-strengths .main__list .section .top-area__title::before {
  display: block;
  width: 110px;
  height: 70px;
  margin-bottom: 34px;
  content: "";
  background: center no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.6));
}
.p-strengths .main__list .section .top-area__title::after {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 34px;
  content: "";
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.6));
}
.p-strengths .main__list .section .top-area__text {
  max-width: 834px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.6);
}
.p-strengths .main__list .section .bottom-area {
  position: relative;
  z-index: 100;
  margin-top: -46px;
}
.p-strengths .main__list .section .bottom-area__container {
  display: flex;
  gap: 60px;
  max-width: 1744px;
}
.p-strengths .main__list .section .bottom-area__image {
  flex: 1 1 auto;
  max-width: 1105px;
  height: 487px;
  background: center no-repeat;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-strengths .main__list .section .bottom-area__block {
  position: relative;
  flex: 0 0 auto;
  width: 560px;
  padding: 110px 0 0 64px;
}
.p-strengths .main__list .section .bottom-area__block::before {
  position: absolute;
  top: 124px;
  left: 0;
  display: block;
  width: 29px;
  height: 159px;
  content: "";
  background: no-repeat;
  background-image: url("../img/pc/strengths_main_bottom_deco.png");
  background-image: image-set(url("../img/pc/strengths_main_bottom_deco.png") 1x, url("../img/pc/strengths_main_bottom_deco@2x.png") 2x);
}
.p-strengths .main__list .section .bottom-area__headline {
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-strengths .main__list .section .bottom-area__text {
  margin-top: 20px;
}
.p-strengths .main__list .section:nth-of-type(1) .top-area {
  background-image: url("../img/pc/strengths_main_top_bg_1.jpg");
}
.p-strengths .main__list .section:nth-of-type(1) .top-area__title::before {
  background-image: url("../img/pc/strengths_main_counter_1.png");
}
.p-strengths .main__list .section:nth-of-type(1) .bottom-area__image {
  background-image: url("../img/pc/strengths_main_bottom_bg_1.jpg");
}
.p-strengths .main__list .section:nth-of-type(2) .top-area {
  background-image: url("../img/pc/strengths_main_top_bg_2.jpg");
}
.p-strengths .main__list .section:nth-of-type(2) .top-area__title::before {
  background-image: url("../img/pc/strengths_main_counter_2.png");
}
.p-strengths .main__list .section:nth-of-type(2) .bottom-area__image {
  background-image: url("../img/pc/strengths_main_bottom_bg_2.jpg");
}
.p-strengths .main__list .section:nth-of-type(3) .top-area {
  background-image: url("../img/pc/strengths_main_top_bg_3.jpg");
}
.p-strengths .main__list .section:nth-of-type(3) .top-area__title::before {
  background-image: url("../img/pc/strengths_main_counter_3.png");
}
.p-strengths .main__list .section:nth-of-type(3) .bottom-area__image {
  background-image: url("../img/pc/strengths_main_bottom_bg_3.jpg");
}
.p-strengths .main__list .section:nth-of-type(4) .top-area {
  background-image: url("../img/pc/strengths_main_top_bg_4.jpg");
}
.p-strengths .main__list .section:nth-of-type(4) .top-area__title::before {
  background-image: url("../img/pc/strengths_main_counter_4.png");
}
.p-strengths .main__list .section:nth-of-type(4) .bottom-area__image {
  background-image: url("../img/pc/strengths_main_bottom_bg_4.jpg");
}
.p-strengths .main__list .section:nth-of-type(5) .top-area {
  background-image: url("../img/pc/strengths_main_top_bg_5.jpg");
}
.p-strengths .main__list .section:nth-of-type(5) .top-area__title::before {
  background-image: url("../img/pc/strengths_main_counter_5.png");
}
.p-strengths .main__list .section:nth-of-type(5) .bottom-area__image {
  background-image: url("../img/pc/strengths_main_bottom_bg_5.jpg");
}
.p-strengths .main__list .section:nth-of-type(6) .top-area {
  background-image: url("../img/pc/strengths_main_top_bg_6.jpg");
}
.p-strengths .main__list .section:nth-of-type(6) .top-area__title::before {
  background-image: url("../img/pc/strengths_main_counter_6.png");
}
.p-strengths .main__list .section:nth-of-type(6) .bottom-area__image {
  background-image: url("../img/pc/strengths_main_bottom_bg_6.jpg");
}
.p-strengths .main__list .section:nth-of-type(7) .top-area {
  background-image: url("../img/pc/strengths_main_top_bg_7.jpg");
}
.p-strengths .main__list .section:nth-of-type(7) .top-area__title::before {
  background-image: url("../img/pc/strengths_main_counter_7.png");
}
.p-strengths .main__list .section:nth-of-type(7) .bottom-area__image {
  background-image: url("../img/pc/strengths_main_bottom_bg_7.jpg");
}
.p-strengths .main__list .section:nth-of-type(odd) .bottom-area__container {
  padding-right: 20px;
}
.p-strengths .main__list .section:nth-of-type(even)::before {
  display: block;
}
.p-strengths .main__list .section:nth-of-type(even) .bottom-area__container {
  flex-direction: row-reverse;
  padding-left: 20px;
  margin-left: auto;
}
.p-strengths .b-site-banner {
  padding-top: 148px;
  margin-top: -30px;
}

.p-single-work .post {
  padding-bottom: 96px;
  background: #f0f1f1;
}
.p-single-work .post .mv-area {
  position: relative;
  height: 485px;
}
.p-single-work .post .mv-area__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #9e9e9f;
}
.p-single-work .post .mv-area__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-work .post .mv-area__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-single-work .post .mv-area__title {
  width: 100%;
  max-width: 1200px;
  padding: 8px 20px;
  margin-bottom: -34px;
  font-size: 29px;
  font-weight: bold;
  line-height: 54px;
  color: #604c3f;
  text-align: center;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-single-work .post__slider {
  padding: 90px 0 42px;
  background: linear-gradient(to top, #e2e3e3 206px, transparent 206px);
}
.p-single-work .post__slider .c-work-slider__sub-slider {
  max-width: 1202px;
  margin-inline: auto;
}
.p-single-work .post .introduction {
  padding: 100px 40px 74px;
}
.p-single-work .post .introduction__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-work .post .introduction__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-single-work .post .introduction__title::after {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #9d9e9e;
}
.p-single-work .post .introduction__list {
  max-width: 1200px;
  padding: 4px 8px;
  margin: 28px auto 0;
  background: #f5f6f6;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-single-work .post .introduction__list li {
  padding: 22px 0;
}
.p-single-work .post .introduction__list li + li {
  border-top: 1px dashed rgba(199, 200, 200, 0.5);
}
.p-single-work .post .introduction__list li dl {
  display: grid;
  grid-template-columns: 322px 1fr;
}
.p-single-work .post .introduction__list li dl dt {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 4px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  color: #604c3f;
  border-right: 1px solid #fff;
}
.p-single-work .post .introduction__list li dl dd {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 4px 40px;
}
.p-single-work .post .equipment {
  padding: 84px 40px 78px;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.p-single-work .post .equipment__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-work .post .equipment__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-single-work .post .equipment__title::after {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #9d9e9e;
}
.p-single-work .post .equipment__title span {
  margin-top: 14px;
}
.p-single-work .post .equipment__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 30px 34px;
  justify-content: center;
  margin-top: 28px;
}
.p-single-work .post .equipment__list .item {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-single-work .post .equipment__list .item__image {
  height: 218px;
  background: #9e9e9f;
}
.p-single-work .post .equipment__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-work .post .equipment__list .item__main {
  padding: 28px 32px 30px;
  background: #f5f6f6;
}
.p-single-work .post .equipment__list .item__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #604c3f;
}
.p-single-work .post .equipment__list .item__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.p-single-work .post .equipment__list .item__tag li {
  padding: 4px 16px;
  font-size: 14px;
  line-height: 22px;
  background: #e6e7e7;
}
.p-single-work .post .equipment__list .item__detail {
  margin-top: 16px;
}
.p-single-work .post .details {
  padding: 86px 40px 0;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.p-single-work .post .details__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-work .post .details__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-single-work .post .details__title::after {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #9d9e9e;
}
.p-single-work .post .details__inner {
  max-width: 1200px;
  padding: 46px 48px 54px;
  margin: 32px auto 0;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-single-work .post .details__inner h2 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #604c3f;
  background: unset;
}
.p-single-work .post .details__inner h2::after {
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 12px;
  content: "";
  background: #604c3f;
}
.p-single-work .post .details__inner h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #604c3f;
  border-bottom: unset;
}
.p-single-work .post .post-navi {
  position: relative;
  margin-top: 60px;
}
.p-single-work .post .post-navi__fg {
  position: relative;
  z-index: 20;
  max-width: 1200px;
  height: 60px;
  margin-inline: auto;
  line-height: 1;
}
.p-single-work .post .post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #604c3f;
}
.p-single-work .post .post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 48px;
}
.p-single-work .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-work .post .post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #604c3f;
  transform: translateX(-50%);
}
.p-single-work .post .post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single-work .post .post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #604c3f;
}
.p-single-work .post .post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single-work .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-work .other {
  position: relative;
  padding: 60px 40px 100px;
}
.p-single-work .other__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #604c3f;
}
.p-single-work .other__title::after {
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 8px;
  content: "";
  background: #9d9e9e;
}
.p-single-work .other__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 574px);
  gap: 46px 34px;
  justify-content: center;
  margin-top: 34px;
}
.p-single-work .other__button {
  width: 272px;
  margin: 76px auto 0;
  background: #eeefef;
  filter: none;
}

.p-single .background {
  padding: 88px 0 104px;
  background: #f0f1f1;
}
.p-single .background__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 50px;
  max-width: 1200px;
  margin: 58px auto 0;
}
.p-single .background__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .background__title span {
  margin-top: 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 45px;
  background-color: #fff;
}
.p-single .post__title-block {
  padding: 40px 0 18px;
  margin: 0 45px;
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.p-single .post__title {
  font-size: 29px;
  font-weight: bold;
  line-height: 58px;
}
.p-single .post__meta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.p-single .post__date {
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.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;
  background-color: #604c3f;
}
.p-single .post__content h3 {
  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: #604c3f;
}
.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: #604c3f;
}
.p-single .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 48px;
}
.p-single .post__post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single .post__post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #604c3f;
  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: #604c3f;
}
.p-single .post__post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single .post__post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single .post__sns {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  margin-top: 39px;
  background-color: #fff;
}
.p-single .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single .post__sns ul li {
  margin-left: 10px;
}
.p-single .category {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-single .category__block--awards .c-post-category-list__title {
  background-color: #71abb5;
}
.p-single .category__block--awards .c-post-category-list__title::after {
  background-color: #71abb5;
}
.p-single .recently {
  margin-top: 58px;
}
.p-single .recently__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: #604c3f;
  border-radius: 3px;
}
.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: #604c3f;
}
.p-single .recently__list {
  position: relative;
  padding: 6px 10px 20px;
  margin-top: 22px;
  background-color: #fff;
  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 2px 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-single .b-site-banner {
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}

.p-service .b-mv {
  background: url("../img/pc/service_mv_bg.jpg") center no-repeat;
}
.p-service .global-nav {
  padding: 70px 40px 80px;
  background: #eeefef;
}
.p-service .global-nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 586px);
  gap: 24px;
  max-width: 1196px;
  margin: 0 auto;
}
.p-service .global-nav .item {
  height: 89px;
}
.p-service .global-nav .item__inner {
  display: grid;
  grid-template-columns: 192px 1fr;
  height: 100%;
  background: #fff;
}
.p-service .global-nav .item__image {
  background: center/cover no-repeat;
}
.p-service .global-nav .item__main {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.p-service .global-nav .item__main::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 26px;
  display: block;
  width: 19px;
  height: 19px;
  content: "";
  background: url("../img/pc/service_global_nav_chevron.svg") no-repeat;
}
.p-service .global-nav .item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-service .global-nav .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/service_global_nav_bg_1.jpg");
}
.p-service .global-nav .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/service_global_nav_bg_2.jpg");
}
.p-service .consultant {
  padding: 114px 0 114px;
}
.p-service .consultant__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-service .consultant__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-service .consultant__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, 388px);
  gap: 22px 18px;
  justify-content: center;
  margin-top: 50px;
}
.p-service .consultant__nav li {
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-service .consultant__nav li a {
  display: flex;
  align-items: center;
  height: 80px;
  padding-right: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-service .consultant__nav li a::before {
  display: block;
  width: 76px;
  height: 46px;
  margin-right: 12px;
  content: "";
  background: center no-repeat;
  border-right: 1px solid #f5f6f6;
}
.p-service .consultant__nav li a::after {
  display: block;
  width: 19px;
  height: 19px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/strengths_nav_chevron.svg") no-repeat;
}
.p-service .consultant__nav li:nth-of-type(1) a::before {
  background-image: url("../img/pc/strengths_nav_counter_1.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_1.png") 1x, url("../img/pc/strengths_nav_counter_1@2x.png") 2x);
}
.p-service .consultant__nav li:nth-of-type(2) a::before {
  background-image: url("../img/pc/strengths_nav_counter_2.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_2.png") 1x, url("../img/pc/strengths_nav_counter_2@2x.png") 2x);
}
.p-service .consultant__nav li:nth-of-type(3) a::before {
  background-image: url("../img/pc/strengths_nav_counter_3.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_3.png") 1x, url("../img/pc/strengths_nav_counter_3@2x.png") 2x);
}
.p-service .consultant__nav li:nth-of-type(4) a::before {
  background-image: url("../img/pc/strengths_nav_counter_4.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_4.png") 1x, url("../img/pc/strengths_nav_counter_4@2x.png") 2x);
}
.p-service .consultant__nav li:nth-of-type(5) a::before {
  background-image: url("../img/pc/strengths_nav_counter_5.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_5.png") 1x, url("../img/pc/strengths_nav_counter_5@2x.png") 2x);
}
.p-service .consultant__nav li:nth-of-type(6) a::before {
  background-image: url("../img/pc/strengths_nav_counter_6.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_6.png") 1x, url("../img/pc/strengths_nav_counter_6@2x.png") 2x);
}
.p-service .consultant__nav li:nth-of-type(7) a::before {
  background-image: url("../img/pc/strengths_nav_counter_7.png");
  background-image: image-set(url("../img/pc/strengths_nav_counter_7.png") 1x, url("../img/pc/strengths_nav_counter_7@2x.png") 2x);
}
.p-service .consultant__list {
  display: flex;
  flex-direction: column;
  gap: 76px;
  margin-top: 100px;
}
.p-service .consultant__list .section {
  position: relative;
  height: 517px;
}
.p-service .consultant__list .section__bg {
  position: absolute;
  z-index: 10;
  background: #eeefef;
}
.p-service .consultant__list .section__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.p-service .consultant__list .section__image-container {
  max-width: 1606px;
  margin: 0 auto;
}
.p-service .consultant__list .section__image {
  max-width: 1202px;
  height: 517px;
  background: center no-repeat;
}
.p-service .consultant__list .section__fg {
  position: relative;
  z-index: 30;
  padding-top: 94px;
}
.p-service .consultant__list .section__container {
  max-width: 1764px;
}
.p-service .consultant__list .section__block {
  max-width: 668px;
  min-height: 424px;
}
.p-service .consultant__list .section__block::before {
  display: block;
  width: 170px;
  height: 30px;
  content: "";
  background: no-repeat;
}
.p-service .consultant__list .section__title {
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-service .consultant__list .section__title::after {
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 26px;
  content: "";
  background: #9d9e9e;
}
.p-service .consultant__list .section__english {
  margin-top: 34px;
}
.p-service .consultant__list .section__text {
  max-width: 410px;
  margin-top: 28px;
}
.p-service .consultant__list .section:nth-of-type(1) .section__image {
  background-image: url("../img/pc/service_consultant_main_bg_1.jpg");
}
.p-service .consultant__list .section:nth-of-type(1) .section__block::before {
  background-image: url("../img/pc/service_consultant_main_counter_1.png");
  background-image: image-set(url("../img/pc/service_consultant_main_counter_1.png") 1x, url("../img/pc/service_consultant_main_counter_1@2x.png") 2x);
}
.p-service .consultant__list .section:nth-of-type(2) .section__image {
  background-image: url("../img/pc/service_consultant_main_bg_2.jpg");
}
.p-service .consultant__list .section:nth-of-type(2) .section__block::before {
  background-image: url("../img/pc/service_consultant_main_counter_2.png");
  background-image: image-set(url("../img/pc/service_consultant_main_counter_2.png") 1x, url("../img/pc/service_consultant_main_counter_2@2x.png") 2x);
}
.p-service .consultant__list .section:nth-of-type(3) .section__image {
  background-image: url("../img/pc/service_consultant_main_bg_3.jpg");
}
.p-service .consultant__list .section:nth-of-type(3) .section__block::before {
  background-image: url("../img/pc/service_consultant_main_counter_3.png");
  background-image: image-set(url("../img/pc/service_consultant_main_counter_3.png") 1x, url("../img/pc/service_consultant_main_counter_3@2x.png") 2x);
}
.p-service .consultant__list .section:nth-of-type(4) .section__image {
  background-image: url("../img/pc/service_consultant_main_bg_4.jpg");
}
.p-service .consultant__list .section:nth-of-type(4) .section__block::before {
  background-image: url("../img/pc/service_consultant_main_counter_4.png");
  background-image: image-set(url("../img/pc/service_consultant_main_counter_4.png") 1x, url("../img/pc/service_consultant_main_counter_4@2x.png") 2x);
}
.p-service .consultant__list .section:nth-of-type(5) .section__image {
  background-image: url("../img/pc/service_consultant_main_bg_5.jpg");
}
.p-service .consultant__list .section:nth-of-type(5) .section__block::before {
  background-image: url("../img/pc/service_consultant_main_counter_5.png");
  background-image: image-set(url("../img/pc/service_consultant_main_counter_5.png") 1x, url("../img/pc/service_consultant_main_counter_5@2x.png") 2x);
}
.p-service .consultant__list .section:nth-of-type(6) .section__image {
  background-image: url("../img/pc/service_consultant_main_bg_6.jpg");
}
.p-service .consultant__list .section:nth-of-type(6) .section__block::before {
  background-image: url("../img/pc/service_consultant_main_counter_6.png");
  background-image: image-set(url("../img/pc/service_consultant_main_counter_6.png") 1x, url("../img/pc/service_consultant_main_counter_6@2x.png") 2x);
}
.p-service .consultant__list .section:nth-of-type(7) .section__image {
  background-image: url("../img/pc/service_consultant_main_bg_7.jpg");
}
.p-service .consultant__list .section:nth-of-type(7) .section__block::before {
  background-image: url("../img/pc/service_consultant_main_counter_7.png");
  background-image: image-set(url("../img/pc/service_consultant_main_counter_7.png") 1x, url("../img/pc/service_consultant_main_counter_7@2x.png") 2x);
}
.p-service .consultant__list .section:nth-of-type(odd) .section__image {
  margin-left: auto;
}
.p-service .consultant__list .section:nth-of-type(odd) .section__block {
  padding: 52px 0 0 156px;
  background: #fff;
}
.p-service .consultant__list .section:nth-of-type(even) .section__bg {
  top: 54px;
  right: 0;
  width: 100%;
  max-width: 1164px;
  height: 1028px;
}
.p-service .consultant__list .section:nth-of-type(even) .section__container {
  margin-left: auto;
}
.p-service .consultant__list .section:nth-of-type(even) .section__block {
  padding: 52px 0 0 102px;
  margin-left: auto;
  background: #eeefef;
}
.p-service .consultant__list .section:nth-of-type(1) .section__bg {
  top: 44px;
  left: 0;
  width: 100%;
  max-width: 880px;
  height: 700px;
}
.p-service .consultant__list .section:nth-of-type(1) .section__block {
  background: #eeefef;
}
.p-service .products {
  padding: 114px 0 128px;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.p-service .products__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-service .products__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-service .products__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 588px);
  gap: 18px 72px;
  justify-content: center;
  max-width: 1248px;
  margin: 30px auto 0;
}
.p-service .products .manufacturer {
  max-width: 1502px;
  padding: 82px 0 0;
  margin: 90px auto 0;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.p-service .products .manufacturer__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-service .products .manufacturer__title img {
  margin-top: 22px;
}
.p-service .products .manufacturer__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 286px);
  gap: 20px 18px;
  justify-content: center;
  margin-top: 40px;
}
.p-service .products .manufacturer__list li {
  padding: 20px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #604c3f;
  text-align: center;
  background: #f0f1f1;
}
.p-service .area {
  min-height: 675px;
  padding-top: 174px;
  background: url("../img/pc/service_area_bg.jpg") no-repeat;
  background-position: top 0 right calc(50vw - 968px);
}
@media screen and (max-width: 1446px) {
  .p-service .area {
    background-position: top 0 right -245px;
  }
}
.p-service .area__container {
  max-width: 1446px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-service .area__block {
  max-width: 610px;
  margin-left: auto;
}
.p-service .area__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-service .area__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-service .area__title::after {
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 22px;
  content: "";
  background: #fff;
}
.p-service .area__text {
  max-width: 540px;
  margin-top: 34px;
  color: #fff;
}
.p-service .area__button {
  width: 252px;
  margin-top: 54px;
}

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

.p-front-page .mv {
  position: relative;
  max-width: 1920px;
  height: 960px;
  max-height: 100vh;
  margin: 0 auto;
  background: #000;
}
@keyframes front_mv_fadein {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-front-page .mv__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-front-page .mv__video .c-video-bg {
  width: 100%;
  height: 100%;
}
.p-front-page .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.3);
}
.p-front-page .mv__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  background: url("../img/pc/front_mv_bg_overlay.png") bottom center no-repeat;
  mix-blend-mode: screen;
}
.p-front-page .mv__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 330px 200px 150px;
}
.p-front-page .mv__large {
  max-height: 100%;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__large img {
  max-height: 100%;
}
.p-front-page .mv__catch {
  position: absolute;
  top: 168px;
  left: 104px;
  width: 22px;
  height: 503px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__scroll {
  position: absolute;
  bottom: 54px;
  left: calc(50% - 36px);
  width: 73px;
  height: 65px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv .vertical-slider {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 138px 1fr;
  width: 598px;
  padding: 20px 0;
  background: #fff;
  border-radius: 3px 0 0 0;
}
.p-front-page .mv .vertical-slider__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding-left: 20px;
  border-right: 1px solid #c6c7c8;
}
.p-front-page .mv .vertical-slider__slider {
  height: 44px;
}
.p-front-page .about {
  position: relative;
  z-index: 100;
  height: 711px;
  padding-top: 100px;
  margin-top: 80px;
  background: url("../img/pc/front_about_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 42px);
}
@media screen and (max-width: 1640px) {
  .p-front-page .about {
    background-position: top 0 right 778px;
  }
}
.p-front-page .about__container {
  max-width: 1640px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .about__block {
  max-width: 580px;
  margin-left: auto;
}
.p-front-page .about__headline {
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #604c3f;
  letter-spacing: 0.1em;
  margin-top: 54px;
}
.p-front-page .about__english {
  margin-top: 24px;
}
.p-front-page .about__text {
  margin-top: 38px;
}
.p-front-page .service {
  position: relative;
  max-width: 1920px;
  padding-top: 1px;
  padding-bottom: 30px;
  margin: 42px auto 0;
  background: #604c3f;
  container-type: inline-size;
}
.p-front-page .service::before {
  position: absolute;
  top: -69px;
  left: 0;
  display: block;
  width: 1013px;
  height: 70px;
  content: "";
  background: url("../img/pc/front_service_bg.png") no-repeat;
}
.p-front-page .service__inner {
  max-width: 1706px;
  padding: 0 40px;
  margin: 34px auto 0;
}
.p-front-page .service__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-front-page .service__title {
  padding-bottom: 4px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .service__menu {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 46px;
}
.p-front-page .service__slider {
  width: calc(50% + 853px);
  padding-left: 40px;
  margin: 34px 0 0 calc(50% - 853px);
}
@container (width < 1706px) {
  .p-front-page .service__slider {
    width: 100%;
    margin-left: 0;
  }
}
.p-front-page .service__slider .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .service__slider .c-slider__item {
  width: 386px;
  height: 159px;
}
.p-front-page .service__slider .c-slider__arrow-right {
  top: calc(50% - 29px);
  left: -29px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_feature_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .work {
  padding: 108px 40px 166px;
  background: linear-gradient(to bottom, transparent 280px, #eeefef 280px);
}
.p-front-page .work__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .work__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-front-page .work__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 574px);
  gap: 52px 34px;
  justify-content: center;
  margin-top: 42px;
}
.p-front-page .work__button {
  width: 272px;
  margin: 72px auto 0;
}
.p-front-page .strengths {
  position: relative;
  max-width: 1920px;
  padding: 1px 0 136px;
  margin: 0 auto;
  background: url("../img/pc/front_strengths_bg.jpg") center/cover no-repeat;
}
.p-front-page .strengths__title {
  position: absolute;
  top: 80px;
  left: 150px;
  width: 91px;
  height: 472px;
}
.p-front-page .strengths__button {
  position: absolute;
  right: 166px;
  bottom: 60px;
}
.p-front-page .strengths__slider {
  margin: -82px 0 0 346px;
}
.p-front-page .strengths__slider .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .strengths__slider .c-slider__arrow-left {
  bottom: -76px;
  left: 0;
  width: 58px;
  height: 58px;
  background: #604c3f url("../img/pc/front_strengths_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .strengths__slider .c-slider__arrow-right {
  bottom: -76px;
  left: 72px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_strengths_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .strengths__slider .item {
  width: 410px;
}
.p-front-page .strengths__slider .item__image {
  height: 341px;
}
.p-front-page .strengths__slider .item__image img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
  object-fit: cover;
}
.p-front-page .strengths__slider .item__main {
  padding: 32px 10px 0;
}
.p-front-page .strengths__slider .item__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #baa678;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-front-page .strengths__slider .item__text {
  margin-top: 20px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-front-page .workflow {
  position: relative;
  z-index: 100;
  padding: 144px 0 144px;
  background: #eeefef url("../img/pc/front_workflow_bg.jpg") no-repeat;
  background-position: top 86px right calc(50vw - 66px);
}
@media screen and (max-width: 1506px) {
  .p-front-page .workflow {
    background-position: top 86px right 687px;
  }
}
.p-front-page .workflow__container {
  max-width: 1706px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .workflow__block {
  max-width: 580px;
  margin-left: auto;
}
.p-front-page .workflow__headline {
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #604c3f;
  letter-spacing: 0.1em;
  margin-top: 54px;
}
.p-front-page .workflow__english {
  margin-top: 24px;
}
.p-front-page .workflow__text {
  margin-top: 38px;
}
.p-front-page .workflow__button {
  margin-top: 50px;
}
.p-front-page .news {
  padding: 106px 0 130px;
}
.p-front-page .news__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .news__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-front-page .news__container {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 54px;
  max-width: 1484px;
  margin: 40px auto 0;
}
.p-front-page .news__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.p-front-page .news__button {
  width: 272px;
  margin: 66px auto 0;
}
.p-front-page .thoughts {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../img/pc/front_thoughts_bg.jpg") center/cover no-repeat;
}
.p-front-page .thoughts__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 118px 40px 434px;
}
.p-front-page .thoughts__slider {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  height: 122px;
}
.p-front-page .thoughts__slider .c-slider-smooth__group {
  padding-right: 40px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .thoughts__headline {
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #604c3f;
  letter-spacing: 0.1em;
  margin-top: -12px;
  color: #fff;
  text-align: center;
}
.p-front-page .thoughts__english {
  margin-top: 22px;
}
.p-front-page .thoughts__text {
  margin-top: 38px;
  color: #fff;
  text-align: center;
}
.p-front-page .thoughts__button {
  margin-top: 62px;
}
.p-front-page .recruit {
  display: flex;
  justify-content: center;
  padding: 0 40px 0;
  margin-top: -156px;
}
.p-front-page .recruit__banner {
  background: #eef0f6;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .b-contact {
  padding-top: 96px;
}

.p-contact .main {
  padding: 86px 40px 146px;
  background: #f0f1f1;
}
.p-contact .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #604c3f;
}
.p-contact .main__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-contact .main__info {
  margin-top: 34px;
  text-align: center;
}
.p-contact .main .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin-top: 42px;
}
.p-contact .main .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-contact .main .tel-area__tel {
  margin-top: 22px;
  color: #604c3f;
}
.p-contact .main .tel-area__time {
  margin-top: 4px;
}
.p-contact .form {
  max-width: 1116px;
  margin: 42px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.p-contact .form .b-recruit-form .row__title {
  color: #604c3f;
}
.p-contact .b-site-banner {
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}

.p-archive-work .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive-work .main__bg {
  padding: 88px 40px 88px;
  background: linear-gradient(to bottom, transparent 260px, #f0f1f1 260px);
}
.p-archive-work .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-archive-work .main__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-archive-work .main__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 574px);
  gap: 46px 34px;
  justify-content: center;
  margin-top: 40px;
}
.p-archive-work .main__paginator {
  padding-bottom: 40px;
}
.p-archive-work .main__paginator .wp-pagenavi {
  padding: 64px 0 44px;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 88px 40px 96px;
  background: #f0f1f1;
}
.p-archive .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-archive .main__title span {
  margin-top: 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-archive .main__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 50px;
  max-width: 1200px;
  margin: 58px auto 0;
}
.p-archive .main__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.p-archive .main__paginator {
  padding-bottom: 40px;
}
.p-archive .main__paginator .wp-pagenavi {
  padding: 64px 0 44px;
}

.p-about .b-mv {
  background: url("../img/pc/about_mv_bg.jpg") center no-repeat;
}
.p-about .culture {
  padding: 92px 0 0;
  background: linear-gradient(to top, #f0f1f1 534px, transparent 534px);
}
.p-about .culture__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .culture__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-about .culture__title::after {
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #604c3f;
}
.p-about .culture__text {
  margin-top: 24px;
  text-align: center;
}
.p-about .culture__scroll {
  width: 100%;
  max-width: 1400px;
  margin: 20px auto 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-about .culture__scroll::-webkit-scrollbar {
  display: none;
}
.p-about .culture__inner {
  width: 1400px;
  padding: 254px 0 110px;
}
.p-about .culture__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 386px);
  gap: 20px;
  justify-content: center;
}
.p-about .culture__list::before {
  position: absolute;
  top: -232px;
  left: calc(50% - 412px);
  display: block;
  width: 825px;
  height: 244px;
  content: "";
  background: center no-repeat;
  background-image: url("../img/pc/about_culture_figure.png");
  background-image: image-set(url("../img/pc/about_culture_figure.png") 1x, url("../img/pc/about_culture_figure@2x.png") 2x);
}
.p-about .culture__list .item {
  padding: 34px 32px 38px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-about .culture__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-about .culture__list .item__title::before {
  display: block;
  width: 40px;
  height: 30px;
  margin-bottom: 12px;
  content: "";
  background: center no-repeat;
}
.p-about .culture__list .item__title::after {
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 22px;
  content: "";
  background: #604c3f;
}
.p-about .culture__list .item__text {
  margin-top: 22px;
}
.p-about .culture__list .item:nth-of-type(1) .item__title::before {
  background-image: url("../img/pc/about_culture_counter_1.png");
  background-image: image-set(url("../img/pc/about_culture_counter_1.png") 1x, url("../img/pc/about_culture_counter_1@2x.png") 2x);
}
.p-about .culture__list .item:nth-of-type(2) .item__title::before {
  background-image: url("../img/pc/about_culture_counter_2.png");
  background-image: image-set(url("../img/pc/about_culture_counter_2.png") 1x, url("../img/pc/about_culture_counter_2@2x.png") 2x);
}
.p-about .culture__list .item:nth-of-type(3) .item__title::before {
  background-image: url("../img/pc/about_culture_counter_3.png");
  background-image: image-set(url("../img/pc/about_culture_counter_3.png") 1x, url("../img/pc/about_culture_counter_3@2x.png") 2x);
}
.p-about .greeting {
  height: 630px;
  padding-top: 126px;
  background: url("../img/pc/about_greeting_bg.jpg") no-repeat;
  background-position: top 0 left calc(50vw - 968px);
}
@media screen and (max-width: 1684px) {
  .p-about .greeting {
    background-position: top 0 left -126px;
  }
}
.p-about .greeting__inner {
  position: relative;
  max-width: 1684px;
  padding: 0 40px 0 172px;
  margin: 0 auto;
}
.p-about .greeting__title {
  position: absolute;
  top: 6px;
  left: 40px;
  width: 83px;
  height: 340px;
}
.p-about .greeting__headline {
  font-size: 33px;
  font-weight: bold;
  line-height: 42px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-about .greeting__english {
  margin-top: 34px;
}
.p-about .greeting__text {
  max-width: 520px;
  margin-top: 40px;
}
.p-about .greeting__signature {
  display: flex;
  align-items: center;
  margin-top: 30px;
  line-height: 1;
}
.p-about .greeting__signature span {
  margin-left: 20px;
  font-size: 22px;
  font-weight: bold;
}
.p-about .company {
  padding: 106px 0 0;
}
.p-about .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .company__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-about .company__title::after {
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #604c3f;
}
.p-about .company__slider {
  margin-top: 54px;
}
.p-about .company__slider .c-slider__track {
  overflow: unset;
}
.p-about .company__slider .c-slider__item {
  width: 577px;
  height: 338px;
}
.p-about .company__slider .c-slider__arrow-left {
  top: calc(50% - 29px);
  left: 32%;
  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: calc(50% - 29px);
  right: 32%;
  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: 420px;
  margin-top: 58px;
}
.p-about .history {
  padding: 120px 40px 88px;
}
.p-about .history__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .history__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-about .history__title::after {
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #604c3f;
}
.p-about .history__list {
  margin-top: 46px;
}
.p-about .recruit {
  max-width: 1920px;
  padding: 122px 40px 120px;
  margin: 0 auto;
  background: #f0f1f1;
}
.p-about .recruit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .recruit__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-about .recruit__title::after {
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #604c3f;
}
.p-about .recruit__list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  max-width: 1200px;
  margin: 36px auto 0;
}
.p-about .b-site-banner {
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
