/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** 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";
html {
  scroll-behavior: smooth;
}

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

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

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

address {
  font-style: normal;
}

main {
  width: 100%;
}

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

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

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

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

.h-oh {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.c-text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-text-section span {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.c-text-section::after {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #a28978;
}

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-size: 23px;
  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_white_black.svg") no-repeat;
}
.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-one {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__container {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__track {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__item {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__item img {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__arrow-right {
  right: 50px;
  bottom: 56px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/c_slider_one_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.c-slider-one__main-slider .c-slider__arrow-left {
  right: 124px;
  bottom: 56px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/c_slider_one_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.c-slider-one__sub-slider {
  margin-top: 8px;
}
.c-slider-one__sub-slider ul {
  display: grid;
  grid-template-columns: repeat(3, 176px);
  grid-gap: 8px;
}
.c-slider-one__sub-slider li {
  height: 118px;
  cursor: pointer;
}
.c-slider-one__sub-slider li:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-slider-one__sub-slider li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-slider-fade {
  width: 100%;
  height: 100%;
}
.c-slider-fade .keen-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-slider-fade .keen-slider .keen-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.c-slider-fade .keen-slider .keen-slider__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.c-qa {
  background: #fff;
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 19px 32px 19px 36px;
}
.c-qa__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/c_qa_q.png");
  background-image: image-set(url("../img/pc/c_qa_q.png") 1x, url("../img/pc/c_qa_q@2x.png") 2x);
}
.c-qa__title-inner::after {
  display: block;
  width: 16px;
  height: 9px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_qa_chevron.svg") no-repeat;
}
.c-qa__title {
  padding: 0 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #2e51a1;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
  color: #111310;
}
.c-qa__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  color: #000;
  background-color: #ddd;
}
.c-qa__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-product-separator-card {
  padding: 0 16px;
  background: #0f0f0f;
  border: 1px solid #fff;
}
.c-product-separator-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 278px;
  padding: 20px;
}
.c-product-separator-card__image img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.c-product-separator-card__main-block {
  padding: 16px 0 0;
  border-top: 1px solid #fff;
}
.c-product-separator-card__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
  color: #a28978;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-product-separator-card__title::after {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 18px;
  content: "";
  background: #fff;
}
.c-product-separator-card__text {
  padding: 0 8px 26px;
  margin-top: 10px;
  color: #fff;
  text-align: justify;
}
.c-product-separator-card__file {
  border-top: 1px solid #fff;
}
.c-product-separator-card__file a {
  display: flex;
  align-items: center;
  height: 82px;
  padding: 0 20px 0 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.c-product-separator-card__file a::after {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_product_separator_card_chevron.svg") no-repeat;
}

.c-product-other-card {
  padding: 6px;
  background: #0f0f0f;
  border: 1px solid #fff;
}
.c-product-other-card__top-container {
  display: grid;
  grid-template-columns: 424px 1fr;
  padding-bottom: 8px;
}
.c-product-other-card__image {
  height: 282px;
  background: #9e9e9f;
}
.c-product-other-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-product-other-card__main-block {
  padding: 22px 40px 0;
}
.c-product-other-card__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
  color: #a28978;
  letter-spacing: 0.1em;
}
.c-product-other-card__title::after {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background: #fff;
}
.c-product-other-card__text {
  margin-top: 16px;
  color: #fff;
  text-align: justify;
}
.c-product-other-card__file {
  border-top: 1px solid #fff;
}
.c-product-other-card__file a {
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0 20px 0 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.c-product-other-card__file a::after {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_product_separator_card_chevron.svg") no-repeat;
}

.c-post-front-news-card a {
  height: 100%;
}
.c-post-front-news-card__image-container {
  position: relative;
  padding-top: 66.5789%;
}
.c-post-front-news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9e9e9f;
}
.c-post-front-news-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-news-card__main {
  padding-top: 14px;
  margin: 0 auto;
}
.c-post-front-news-card__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #fff;
  letter-spacing: 0.05em;
}
.c-post-front-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.c-post-front-news-card__date {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}

.c-post-archive-bar a {
  display: grid;
  grid-template-columns: 196px 1fr;
  gap: 38px;
  padding: 20px 0;
}
.c-post-archive-bar__image {
  height: 130px;
  background-color: #9e9e9f;
}
.c-post-archive-bar__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-archive-bar__main {
  padding-right: 30px;
}
.c-post-archive-bar__main::after {
  display: block;
  width: 68px;
  height: 44px;
  margin: 16px 0 0 auto;
  content: "";
  background: url("../img/pc/c_post_archive_bar_arrow.svg") no-repeat;
}
.c-post-archive-bar__title {
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 0.05em;
}
.c-post-archive-bar__date {
  display: block;
  font-size: 14px;
  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-theme__inner {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.c-button-theme__inner::after {
  display: block;
  width: 70px;
  height: 45px;
  margin-left: 14px;
  content: "";
  background: url("../img/pc/common_button_arrow.svg") no-repeat;
}

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

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

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

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

.b-site-banner {
  padding: 100px 40px 0;
}
.b-site-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
  justify-content: center;
}
.b-site-banner__item {
  width: 574px;
  height: 215px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

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

.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: #a28978;
}
.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;
}

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

.b-mv {
  position: relative;
  max-width: 1920px;
  height: 518px;
  padding-top: 320px;
  margin: 0 auto;
  background: center no-repeat;
}
.b-mv::after {
  position: absolute;
  right: 24px;
  bottom: 64px;
  display: block;
  width: 478px;
  height: 159px;
  content: "";
  background: url("../img/pc/b_mv_deco.png") no-repeat;
}
.b-mv__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-mv__title {
  margin-left: 84px;
}
.b-mv__text {
  padding: 14px 20px 14px 102px;
  margin-top: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #0f0f0f;
}

.b-history-block__list {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid rgba(162, 137, 120, 0.5);
}
.b-history-block__list .item {
  padding: 30px 0 36px;
  border-bottom: 1px solid rgba(162, 137, 120, 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-size: 63px;
  font-weight: bold;
  line-height: 1;
  color: #595757;
  letter-spacing: 0.1em;
}
.b-history-block__list .item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0.2em;
}
.b-history-block__list .item__detail {
  margin-top: 4px;
  font-size: 16px;
  line-height: 28px;
  color: #c6c7c8;
}

.b-header-blank {
  height: 128px;
  background: #000;
}

.b-header__container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.b-header__logo {
  position: absolute;
  top: 44px;
  left: 80px;
  z-index: 7000;
  width: 98px;
  height: 49px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.4));
}
.b-header .header-nav {
  position: absolute;
  top: 36px;
  right: 44px;
  z-index: 7000;
  display: flex;
  align-items: center;
}
.b-header .header-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.b-header .header-nav__list li + li {
  border-left: #ededed 1px solid;
}
.b-header .header-nav__list a {
  display: flex;
  align-items: center;
  padding: 4px 21px;
}
.b-header .header-nav__recruit {
  margin-left: 8px;
}
.b-header .header-nav__recruit a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 56px;
  background: #000;
  border-radius: 28px;
}
.b-header .header-nav__recruit--border a {
  border: 1px solid #fff;
}
.b-header .header-nav__contact {
  margin-left: 16px;
}
.b-header .header-nav__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 56px;
  background: #000;
  border-radius: 28px;
}
.b-header .header-nav__contact--border a {
  border: 1px solid #fff;
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding-bottom: 34px;
  margin: 0 auto 0;
  overflow: hidden;
  background: #000;
}
.b-footer__container {
  position: relative;
  display: flex;
  max-width: 1202px;
  padding-left: 12px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 33%;
  max-width: 430px;
  padding-top: 112px;
}
.b-footer__block-2 {
  position: relative;
  width: 70%;
  max-width: 850px;
  padding: 114px 0 0 62px;
}
.b-footer__logo {
  width: 128px;
  height: 63px;
}
.b-footer .address-block {
  margin-top: 24px;
}
.b-footer .address-block__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 312px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.b-footer .address-block__title span {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.b-footer .address-block__address {
  margin-top: 26px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.b-footer .address-block__button {
  width: 240px;
  height: 58px;
  margin-top: 40px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 30px 0 30px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 29px;
}
.b-footer .address-block__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_access_chevron.svg") no-repeat;
}
.b-footer .address-block__privacy {
  margin-top: 134px;
  color: #fff;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, 94px);
  grid-template-columns: repeat(3, 220px);
  grid-auto-flow: column;
  gap: 4px 32px;
  margin-top: 16px;
}
.b-footer__nav .item a {
  padding: 16px 0 22px;
}
.b-footer__nav .item span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-footer__nav .item img {
  max-height: 14px;
  margin-top: 10px;
}
.b-footer__copyright {
  max-width: 1218px;
  padding: 0 20px;
  margin: 32px auto 0;
  color: #fff;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #fff;
}

.b-contact {
  max-width: 1920px;
  height: 864px;
  padding-top: 672px;
  margin: -46px auto 0;
  background: url("../img/pc/b_contact_bg_front_page.jpg") left center no-repeat;
}
.b-contact__inner {
  margin-left: 146px;
}
.b-contact__container {
  display: flex;
  align-items: center;
}
.b-contact__title {
  display: flex;
  align-items: center;
  height: 58px;
  padding-right: 44px;
  margin-right: 36px;
  border-right: 1px solid #fff;
}
.b-contact__tel {
  color: #fff;
}
.b-contact__time {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
.b-contact__button {
  width: 314px;
  margin-left: 40px;
}
.b-contact__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 4px;
}
.b-contact__button a::before {
  display: block;
  width: 23px;
  height: 14px;
  margin-right: 16px;
  content: "";
  background: url("../img/pc/icon_mail_black.svg") no-repeat;
}

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

.p-single-feeder .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-single-feeder .main .mv {
  position: relative;
  height: 722px;
}
.p-single-feeder .main .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p-single-feeder .main .mv__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-feeder .main .mv__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 50%);
  mix-blend-mode: multiply;
}
.p-single-feeder .main .mv__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
}
.p-single-feeder .main .mv__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 62px;
  background: #000;
}
.p-single-feeder .main .mv__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-single-feeder .main .mv__button a::after {
  display: block;
  width: 38px;
  height: 10px;
  margin-left: 24px;
  content: "";
  background: url("../img/pc/single_feeder_mv_arrow.svg") no-repeat;
}
.p-single-feeder .main .mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 66px;
}
.p-single-feeder .main .mv__deco {
  margin-bottom: 16px;
}
.p-single-feeder .main .mv__title {
  min-width: 620px;
  padding: 12px 20px;
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-align: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.7));
  border: 1px solid #fff;
}
.p-single-feeder .main .mv__sub-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #fff;
}
.p-single-feeder .main .content__list .item {
  position: relative;
  height: 722px;
}
.p-single-feeder .main .content__list .item__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #9e9e9f;
}
.p-single-feeder .main .content__list .item__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-feeder .main .content__list .item__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 0 40px;
}
.p-single-feeder .main .content__list .item__block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1728px;
  height: 100%;
  padding-bottom: 118px;
  margin: 0 auto;
}
.p-single-feeder .main .content__list .item__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.p-single-feeder .main .content__list .item__headline span {
  padding: 8px 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #000;
}
.p-single-feeder .main .content__list .item:nth-of-type(odd) .item__block {
  align-items: flex-start;
}
.p-single-feeder .main .content__list .item:nth-of-type(even) .item__block {
  align-items: flex-end;
}
.p-single-feeder .main .bg {
  padding: 76px 40px 86px;
  background: #000;
}
.p-single-feeder .main .machine-data__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-feeder .main .machine-data__title span {
  margin-top: 32px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #595757;
}
.p-single-feeder .main .machine-data__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-single-feeder .main .machine-data__container {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin-top: 44px;
}
.p-single-feeder .main .machine-data .specification {
  height: 100%;
  padding: 56px 42px 58px;
  border: 1px solid #fff;
}
.p-single-feeder .main .machine-data .specification__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-feeder .main .machine-data .specification__title::after {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #fff;
}
.p-single-feeder .main .machine-data .specification__list {
  margin-top: 28px;
}
.p-single-feeder .main .machine-data .specification__list dl {
  display: flex;
  border-bottom: 1px dashed #595757;
}
.p-single-feeder .main .machine-data .specification__list dl dt {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 114px;
  min-height: 52px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.p-single-feeder .main .machine-data .specification__list dl dt::after {
  display: block;
  width: 1px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: #595757;
}
.p-single-feeder .main .machine-data .specification__list dl dd {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  min-height: 52px;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.p-single-feeder .main .machine-data .explanation {
  height: 100%;
  padding: 56px 42px 58px;
  border: 1px solid #fff;
}
.p-single-feeder .main .machine-data .explanation__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-feeder .main .machine-data .explanation__title::after {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #fff;
}
.p-single-feeder .main .machine-data .explanation__headline {
  margin-top: 48px;
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-single-feeder .main .machine-data .explanation__detail {
  margin-top: 16px;
  color: #fff;
}
.p-single-feeder .main .machine-data .catalog {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 24px;
  border: 1px solid #fff;
}
.p-single-feeder .main .machine-data .catalog__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 42px;
}
.p-single-feeder .main .machine-data .catalog__inner::after {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/single_feeder_machine_catalog_download.svg") no-repeat;
}
.p-single-feeder .main .machine-data .catalog__title {
  display: flex;
  align-items: center;
  width: 160px;
  height: 58px;
  border-right: 1px solid #fff;
}
.p-single-feeder .main .machine-data .catalog__text {
  padding: 0 60px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-single-feeder .main .bottom-button {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 68px auto 0;
}
.p-single-feeder .main .bottom-button__back {
  width: 204px;
}
.p-single-feeder .main .bottom-button__back a {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-single-feeder .main .bottom-button__back a::after {
  display: block;
  flex: 0 0 auto;
  width: 68px;
  height: 44px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/single_feeder_bottom_arrow.svg") no-repeat;
}
.p-single-feeder .main .bottom-button__contact {
  width: 206px;
}
.p-single-feeder .main .bottom-button__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  border-radius: 4px;
}
.p-single-feeder .main .bottom-button__contact a::before {
  display: block;
  flex: 0 0 auto;
  width: 23px;
  height: 14px;
  margin-right: 16px;
  content: "";
  background: url("../img/pc/icon_mail_black.svg") no-repeat;
}
.p-single-feeder .b-contact {
  background-image: url("../img/pc/b_contact_bg_archive_feeder.jpg");
}

.p-single .background {
  padding: 84px 0 104px;
  background-color: #f5f5f5;
}
.p-single .background__container {
  display: grid;
  grid-template-columns: 1fr 282px;
  gap: 38px;
  max-width: 1200px;
  margin: 0 auto;
}
.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;
  font-size: 24px;
  background-color: #000;
}
.p-single .post__content h3 {
  font-size: 24px;
  border-bottom: 3px solid #eeeeef;
}
.p-single .post .relation {
  padding-top: 30px;
  margin: 0 55px;
  border-top: 1px solid #d8d9d9;
}
.p-single .post .relation__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  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: #a28978;
}
.p-single .post .relation__list {
  margin-top: 26px;
}
.p-single .post .relation .item {
  margin-top: 20px;
}
.p-single .post .relation .item a {
  display: flex;
}
.p-single .post .relation .item__image {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 104px;
  background-color: #9e9e9f;
}
.p-single .post .relation .item__image img {
  object-fit: cover;
  width: 100%;
  height: 68px;
}
.p-single .post .relation .item__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 1em 8px 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  background-color: #f4f4f4;
}
.p-single .post .relation .item__title::after {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 1em;
  content: "";
  background-image: url("../img/pc/single_relation_chevron.svg");
  background-repeat: no-repeat;
}
.p-single .post__post-navi {
  position: relative;
  height: 60px;
  margin: 38px auto 0;
  line-height: 1;
}
.p-single .post__post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
.p-single .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 48px;
}
.p-single .post__post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single .post__post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #000;
  transform: translateX(-50%);
}
.p-single .post__post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single .post__post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
.p-single .post__post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single .post__post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single .post__sns {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  margin-top: 39px;
  background-color: #fff;
}
.p-single .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single .post__sns ul li {
  margin-left: 10px;
}
.p-single .category {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-single .recently {
  margin-top: 44px;
}
.p-single .recently__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
}
.p-single .recently__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #fff;
}
.p-single .recently__list {
  position: relative;
  padding: 0 10px;
  margin-top: 22px;
  background-color: #fff;
}
.p-single .recently .item {
  border-bottom: 1px solid #eaeaeb;
}
.p-single .recently .item:last-of-type {
  border-bottom: none;
}
.p-single .recently .item a {
  padding: 18px 10px 24px;
}
.p-single .recently .item__title {
  font-size: 16px;
  line-height: 24px;
}
.p-single .recently .item__date {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.p-single .b-contact {
  background-image: url("../img/pc/b_contact_bg_archive.jpg");
}

.p-separator .b-mv {
  background-image: url("../img/pc/separator_mv_bg.jpg");
}
.p-separator .b-mv::after {
  background-image: url("../img/pc/separator_mv_deco.png");
}
.p-separator .nav {
  padding: 48px 40px 56px;
}
.p-separator .nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 574px);
  gap: 50px;
  justify-content: center;
}
.p-separator .nav .item {
  height: 150px;
}
.p-separator .nav .item__inner {
  display: grid;
  grid-template-columns: 205px 1fr;
  height: 100%;
  background: #0f0f0f;
}
.p-separator .nav .item__image {
  background: center/cover no-repeat;
}
.p-separator .nav .item__main {
  position: relative;
  padding: 48px 0 0 36px;
}
.p-separator .nav .item__main::after {
  position: absolute;
  top: 60px;
  right: 24px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: url("../img/pc/separator_nav_chevron.svg") no-repeat;
}
.p-separator .nav .item__title {
  margin-top: 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-separator .nav .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/separator_nav_bg_1.jpg");
}
.p-separator .nav .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/separator_nav_bg_2.jpg");
}
.p-separator .separator .top-area {
  height: 550px;
  padding-top: 110px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(50% + 26px) calc(100% - 24px), 50% 100%, calc(50% - 26px) calc(100% - 24px), 0 calc(100% - 24px));
  background: url("../img/pc/separator_separator_bg.jpg") no-repeat;
  background-position: top 0 right calc(50vw - 968px);
}
@media screen and (max-width: 1488px) {
  .p-separator .separator .top-area {
    background-position: top 0 right -224px;
  }
}
.p-separator .separator .top-area__container {
  max-width: 1488px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-separator .separator .top-area__block {
  max-width: 510px;
  margin-left: auto;
}
.p-separator .separator .top-area__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-separator .separator .top-area__title span {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-separator .separator .top-area__title::after {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 28px;
  content: "";
  background: #595757;
}
.p-separator .separator .top-area__headline {
  margin-top: 34px;
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 0.1em;
}
.p-separator .separator .top-area__text {
  margin-top: 16px;
  text-align: justify;
}
.p-separator .separator .bottom-area {
  max-width: 1920px;
  padding: 66px 0 108px;
  margin: -24px auto 0;
  background: linear-gradient(to top, transparent 152px, #0f0f0f 152px);
}
.p-separator .separator .bottom-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 390px);
  gap: 30px 46px;
  justify-content: center;
  max-width: 1698px;
  margin: 0 auto;
}
.p-separator .separator .bottom-area__item > * {
  height: 100%;
}
.p-separator .other .top-area {
  height: 550px;
  padding-top: 110px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(50% + 26px) calc(100% - 24px), 50% 100%, calc(50% - 26px) calc(100% - 24px), 0 calc(100% - 24px));
  background: url("../img/pc/separator_other_bg.jpg") no-repeat;
  background-position: top 0 right calc(50vw - 968px);
}
@media screen and (max-width: 1488px) {
  .p-separator .other .top-area {
    background-position: top 0 right -224px;
  }
}
.p-separator .other .top-area__container {
  max-width: 1488px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-separator .other .top-area__block {
  max-width: 510px;
  margin-left: auto;
}
.p-separator .other .top-area__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-separator .other .top-area__title span {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-separator .other .top-area__title::after {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 28px;
  content: "";
  background: #595757;
}
.p-separator .other .top-area__headline {
  margin-top: 34px;
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 0.1em;
}
.p-separator .other .top-area__text {
  margin-top: 16px;
  text-align: justify;
}
.p-separator .other .bottom-area {
  max-width: 1920px;
  padding: 66px 0 0;
  margin: -24px auto 0;
  background: linear-gradient(to top, transparent 42px, #0f0f0f 42px);
}
.p-separator .other .bottom-area__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
}
.p-separator .other .bottom-area__item > * {
  height: 100%;
}
.p-separator .b-site-banner {
  padding-top: 100px;
}
.p-separator .b-contact {
  background-image: url("../img/pc/b_contact_bg_separator.jpg");
}

.p-recruit .mv {
  position: relative;
  max-width: 1920px;
  height: 954px;
  padding: 206px 0 0;
  margin: 0 auto;
  background: url("../img/pc/recruit_mv_bg.jpg") no-repeat;
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1656px) {
  .p-recruit .mv {
    background-position: top 0 left -132px;
  }
}
.p-recruit .mv::after {
  position: absolute;
  right: 78px;
  bottom: 60px;
  display: block;
  width: 425px;
  height: 106px;
  content: "";
  background: url("../img/pc/recruit_mv_deco@2x.png") top left/100% 100% no-repeat;
}
.p-recruit .mv__inner {
  max-width: 1656px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-recruit .mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 52px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-recruit .mv__button {
  width: 322px;
  margin-top: 458px;
  background: #2e51a1;
}
.p-recruit .mv__button a {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 26px 0 38px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-recruit .mv__button a::before {
  display: block;
  width: 21px;
  height: 26px;
  margin-right: 16px;
  content: "";
  background: url("../img/pc/icon_doc_white.svg") no-repeat;
}
.p-recruit .mv__button a::after {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/recruit_mv_button_chevron.svg") no-repeat;
}
.p-recruit .about {
  position: relative;
  height: 767px;
  margin-top: -40px;
}
.p-recruit .about__bg {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 80px;
  left: 0;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(50% + 26px) calc(100% - 24px), 50% 100%, calc(50% - 26px) calc(100% - 24px), 0 calc(100% - 24px));
  background: #2e51a1;
}
.p-recruit .about__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 104px;
  left: 0;
  z-index: 20;
  background: url("../img/pc/recruit_about_bg@2x.png") top center/1769px 767px no-repeat;
}
.p-recruit .about__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 134px;
}
.p-recruit .about__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .about__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 40px;
  margin-top: 26px;
  font-weight: bold;
  line-height: 1;
  color: #2e51a1;
  background: #fff;
}
.p-recruit .about__headline {
  margin-top: 32px;
  font-size: 24px;
  font-weight: bold;
  line-height: 49px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-recruit .about__text {
  margin-top: 24px;
  color: #fff;
  text-align: center;
}
.p-recruit .strengths {
  max-width: 1920px;
  padding: 132px 40px 0;
  margin: -104px auto 0;
  background: url("../img/pc/recruit_strengths_bg.jpg") top center no-repeat, linear-gradient(to top, transparent 28px, #e3e4e3 28px);
}
.p-recruit .strengths__inner {
  position: relative;
  max-width: 1204px;
  padding: 264px 0 0;
  margin: 0 auto;
}
.p-recruit .strengths__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 299px;
}
.p-recruit .strengths__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.p-recruit .strengths__headline span {
  padding: 8px 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #f4e427;
  letter-spacing: 0.1em;
  background: #2e51a1;
}
.p-recruit .strengths__text {
  margin-top: 26px;
  text-align: center;
}
.p-recruit .strengths__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 392px);
  gap: 26px 14px;
  justify-content: center;
  margin-top: 40px;
}
.p-recruit .strengths__list .item {
  position: relative;
  padding: 6px;
  background: #eeeeee;
}
.p-recruit .strengths__list .item::before {
  position: absolute;
  top: -10px;
  left: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 30px;
  content: "";
  background: center no-repeat;
}
.p-recruit .strengths__list .item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 0 24px;
  background: #fff;
}
.p-recruit .strengths__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #2e51a1;
}
.p-recruit .strengths__list .item__title::after {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #2e51a1;
}
.p-recruit .strengths__list .item__text {
  margin-top: 8px;
}
.p-recruit .strengths__list .item:nth-of-type(1)::before {
  background-image: url("../img/pc/recruit_strengths_counter_1.png");
}
.p-recruit .strengths__list .item:nth-of-type(2)::before {
  background-image: url("../img/pc/recruit_strengths_counter_2.png");
}
.p-recruit .strengths__list .item:nth-of-type(3)::before {
  background-image: url("../img/pc/recruit_strengths_counter_3.png");
}
.p-recruit .strengths__list .item:nth-of-type(4)::before {
  background-image: url("../img/pc/recruit_strengths_counter_4.png");
}
.p-recruit .strengths__list .item:nth-of-type(5)::before {
  background-image: url("../img/pc/recruit_strengths_counter_5.png");
}
.p-recruit .strengths__list .item:nth-of-type(6)::before {
  background-image: url("../img/pc/recruit_strengths_counter_6.png");
}
.p-recruit .strengths__note {
  max-width: 1204px;
  padding: 12px 20px;
  margin: 26px auto 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #2e51a1;
}
.p-recruit .number {
  padding: 50px 40px 108px;
}
.p-recruit .number__inner {
  position: relative;
  max-width: 1204px;
  padding: 48px 0 0 276px;
  margin: 0 auto;
}
.p-recruit .number__title {
  position: absolute;
  top: 0;
  left: -18px;
  width: 280px;
  height: 503px;
}
.p-recruit .number__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 9px 14px;
}
.p-recruit .number__list li {
  height: 145px;
}
.p-recruit .benefits {
  max-width: 1920px;
  padding: 80px 40px 62px;
  margin: 0 auto;
  background: #2e51a1;
}
.p-recruit .benefits__block {
  max-width: 1178px;
  padding: 26px 0 48px;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 38px) 100%, calc(100% - 58px) calc(100% - 20px), 58px calc(100% - 20px), 38px 100%, 0 100%);
  background: #fff;
}
.p-recruit .benefits__container {
  display: flex;
  align-items: center;
}
.p-recruit .benefits__title {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 514px;
  height: 90px;
  padding-left: 40px;
  background: #2e51a1;
}
.p-recruit .benefits__title span {
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-recruit .benefits__headline {
  padding: 0 38px;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  color: #2e51a1;
}
.p-recruit .benefits__list {
  display: grid;
  grid-template-columns: 380fr 392fr 332fr;
  max-width: 1104px;
  margin: 22px auto 0;
}
.p-recruit .benefits__list .item {
  border-right: 1px solid #2e51a1;
  border-bottom: 1px solid #2e51a1;
}
.p-recruit .benefits__list .item__title {
  padding: 14px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #2e51a1;
  text-align: center;
  background: #f6f8f8;
}
.p-recruit .benefits__list .item__container {
  display: flex;
  align-items: center;
}
.p-recruit .benefits__list .item__image {
  flex: 0 0 auto;
  width: 132px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
}
.p-recruit .benefits__list .item:nth-of-type(3n + 1) {
  padding-right: 20px;
}
.p-recruit .benefits__list .item:nth-of-type(3n + 2) {
  padding-right: 20px;
  padding-left: 20px;
}
.p-recruit .benefits__list .item:nth-of-type(3n + 3) {
  padding-left: 20px;
  border-right: unset;
}
.p-recruit .benefits__list .item:nth-of-type(-n + 3) {
  padding-bottom: 10px;
}
.p-recruit .benefits__list .item:nth-of-type(n + 4) {
  padding-top: 10px;
  border-bottom: unset;
}
.p-recruit .benefits__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/recruit_benefits_illust_1.png");
}
.p-recruit .benefits__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/recruit_benefits_illust_2.png");
}
.p-recruit .benefits__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/recruit_benefits_illust_3.png");
}
.p-recruit .benefits__list .item:nth-of-type(4) .item__image {
  background-image: url("../img/pc/recruit_benefits_illust_4.png");
}
.p-recruit .benefits__list .item:nth-of-type(5) .item__image {
  background-image: url("../img/pc/recruit_benefits_illust_5.png");
}
.p-recruit .benefits__list .item:nth-of-type(6) .item__image {
  background-image: url("../img/pc/recruit_benefits_illust_6.png");
}
.p-recruit .benefits .skill {
  margin-top: 30px;
}
.p-recruit .benefits .skill__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #f4e427;
  text-align: center;
}
.p-recruit .benefits .skill__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 384px);
  gap: 12px;
  justify-content: center;
  max-width: 1176px;
  margin: 32px auto 0;
}
.p-recruit .benefits .skill__list .item {
  position: relative;
  padding: 6px;
  background: #eeeeee;
}
.p-recruit .benefits .skill__list .item__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #2e51a1;
  background: #fff;
}
.p-recruit .benefits .skill__list .item:nth-of-type(6)::after {
  position: absolute;
  right: 52px;
  bottom: 28px;
  display: block;
  font-size: 16px;
  line-height: 1;
  content: "※";
}
.p-recruit .benefits .skill__note {
  display: flex;
  max-width: 1204px;
  padding-left: 30px;
  margin: 18px auto 0;
  color: #fff;
}
.p-recruit .benefits .skill__note::before {
  display: block;
  margin-right: 6px;
  content: "※";
}
.p-recruit .interview {
  padding: 114px 0 0;
}
.p-recruit .interview__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .interview__title span {
  margin-top: 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #2e51a1;
}
.p-recruit .interview__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, 391px);
  gap: 46px;
  justify-content: center;
  margin-top: 38px;
}
.p-recruit .interview__nav li {
  height: 427px;
}
.p-recruit .interview__list {
  margin-top: 86px;
}
.p-recruit .interview__list .section .top-area {
  min-height: 541px;
  padding-top: 140px;
  background-repeat: no-repeat;
  background-position: top 0 right calc(50vw - 968px);
}
@media screen and (max-width: 1122px) {
  .p-recruit .interview__list .section .top-area {
    background-position: top 0 right -407px;
  }
}
.p-recruit .interview__list .section .top-area__container {
  max-width: 1122px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-recruit .interview__list .section .top-area__block {
  max-width: 400px;
  margin-left: auto;
}
.p-recruit .interview__list .section .top-area__block::before {
  display: block;
  width: 120px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
}
.p-recruit .interview__list .section .top-area__headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}
.p-recruit .interview__list .section .top-area__headline span {
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.p-recruit .interview__list .section .top-area .info {
  display: flex;
  max-width: 338px;
  padding: 12px 0;
  margin-top: 24px;
  background: #fff;
}
.p-recruit .interview__list .section .top-area .info__department {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #2e51a1;
  border-right: 1px solid #2e51a1;
}
.p-recruit .interview__list .section .top-area .info__date {
  display: flex;
  align-items: center;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1;
  color: #2e51a1;
}
.p-recruit .interview__list .section .middle-area {
  min-height: 414px;
  padding-top: 118px;
  margin-top: -60px;
  background-repeat: no-repeat;
  background-position: top 0 left calc(50vw - 64px);
}
@media screen and (max-width: 1280px) {
  .p-recruit .interview__list .section .middle-area {
    background-position: top 0 left 576px;
  }
}
.p-recruit .interview__list .section .middle-area__container {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-recruit .interview__list .section .middle-area__block {
  max-width: 520px;
}
.p-recruit .interview__list .section .middle-area__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.p-recruit .interview__list .section .middle-area__headline span {
  padding: 8px 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #f4e427;
  letter-spacing: 0.1em;
  background: #2e51a1;
}
.p-recruit .interview__list .section .middle-area__text {
  margin-top: 22px;
}
.p-recruit .interview__list .section .bottom-area {
  position: relative;
}
.p-recruit .interview__list .section .bottom-area__bg {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 1060px;
  background: #f5f5f5;
}
.p-recruit .interview__list .section .bottom-area__fg {
  position: relative;
  z-index: 20;
  min-height: 492px;
  padding-top: 34px;
  background-repeat: no-repeat;
  background-position: top 0 right calc(50vw - 38px);
}
@media screen and (max-width: 1318px) {
  .p-recruit .interview__list .section .bottom-area__fg {
    background-position: top 0 right 621px;
  }
}
.p-recruit .interview__list .section .bottom-area__container {
  max-width: 1318px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-recruit .interview__list .section .bottom-area__block {
  max-width: 520px;
  margin-left: auto;
}
.p-recruit .interview__list .section .bottom-area__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.p-recruit .interview__list .section .bottom-area__headline span {
  padding: 8px 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #f4e427;
  letter-spacing: 0.1em;
  background: #2e51a1;
}
.p-recruit .interview__list .section .bottom-area__text {
  margin-top: 22px;
}
.p-recruit .interview__list .section:nth-of-type(1) .top-area {
  background-image: url("../img/pc/recruit_interview_1_top_bg.jpg");
}
.p-recruit .interview__list .section:nth-of-type(1) .top-area__block::before {
  background-image: url("../img/pc/recruit_interview_1_counter.png");
  background-image: image-set(url("../img/pc/recruit_interview_1_counter.png") 1x, url("../img/pc/recruit_interview_1_counter@2x.png") 2x);
}
.p-recruit .interview__list .section:nth-of-type(1) .middle-area {
  background-image: url("../img/pc/recruit_interview_1_middle_bg.png");
}
.p-recruit .interview__list .section:nth-of-type(1) .bottom-area__fg {
  background-image: url("../img/pc/recruit_interview_1_bottom_bg.jpg");
}
.p-recruit .interview__list .section:nth-of-type(2) .top-area {
  background-image: url("../img/pc/recruit_interview_2_top_bg.jpg");
}
.p-recruit .interview__list .section:nth-of-type(2) .top-area__block::before {
  background-image: url("../img/pc/recruit_interview_2_counter.png");
  background-image: image-set(url("../img/pc/recruit_interview_2_counter.png") 1x, url("../img/pc/recruit_interview_2_counter@2x.png") 2x);
}
.p-recruit .interview__list .section:nth-of-type(2) .middle-area {
  background-image: url("../img/pc/recruit_interview_2_middle_bg.png");
}
.p-recruit .interview__list .section:nth-of-type(2) .bottom-area__fg {
  background-image: url("../img/pc/recruit_interview_2_bottom_bg.jpg");
}
.p-recruit .interview__list .section:nth-of-type(3) .top-area {
  background-image: url("../img/pc/recruit_interview_3_top_bg.jpg");
}
.p-recruit .interview__list .section:nth-of-type(3) .top-area__block::before {
  background-image: url("../img/pc/recruit_interview_3_counter.png");
  background-image: image-set(url("../img/pc/recruit_interview_3_counter.png") 1x, url("../img/pc/recruit_interview_3_counter@2x.png") 2x);
}
.p-recruit .interview__list .section:nth-of-type(3) .middle-area {
  background-image: url("../img/pc/recruit_interview_3_middle_bg.png");
}
.p-recruit .interview__list .section:nth-of-type(3) .bottom-area__fg {
  background-image: url("../img/pc/recruit_interview_3_bottom_bg.jpg");
}
.p-recruit .candidate {
  padding: 130px 40px 202px;
  background: url("../img/pc/recruit_candidate_bg_1.png") top -8px left 0 no-repeat, url("../img/pc/recruit_candidate_bg_2.png") top 230px right 0 no-repeat, url("../img/pc/recruit_candidate_bg_3.png") bottom -110px left calc(50vw - 312px) no-repeat, #2e51a1;
}
.p-recruit .candidate__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .candidate__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 40px;
  margin-top: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #2e51a1;
  background: #fff;
}
.p-recruit .candidate__headline {
  margin-top: 34px;
  font-size: 24px;
  font-weight: bold;
  line-height: 49px;
  color: #f4e427;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-recruit .candidate__text {
  margin-top: 16px;
  color: #fff;
  text-align: center;
}
.p-recruit .candidate .qa {
  margin-top: 68px;
}
.p-recruit .candidate .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .candidate .qa__title span {
  margin-top: 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #c6c7c8;
}
.p-recruit .candidate .qa__title::after {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #ffffff;
}
.p-recruit .candidate .qa__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 34px auto 0;
}
.p-recruit .requirements {
  padding-top: 1px;
  background: #f5f5f5;
}
.p-recruit .requirements__inner {
  max-width: 1468px;
  padding: 118px 40px 128px;
  margin: -44px auto 0;
  background: #f5f5f5;
}
.p-recruit .requirements__title span {
  margin-top: 16px;
}
.p-recruit .requirements__title::after {
  background: #2e51a1;
}
.p-recruit .requirements__list {
  margin-top: 36px;
}
.p-recruit .b-contact {
  background-image: url("../img/pc/b_contact_bg_recruit.jpg");
}

.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: 1044px;
  margin: 0 auto;
}
.p-front-page .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-front-page .mv__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: url("../img/pc/front_mv_text.png") right 126px bottom 156px/auto no-repeat;
}
.p-front-page .mv__scroll {
  position: absolute;
  bottom: 58px;
  left: 90px;
  z-index: 30;
  width: 29px;
  height: 176px;
}
.p-front-page .concept {
  position: relative;
  max-width: 1920px;
  height: 1338px;
  margin: -86px auto 0;
  background: url("../img/pc/front_concept_bg.jpg") no-repeat;
}
.p-front-page .concept__movie {
  position: absolute;
  top: 316px;
  left: 0;
  z-index: 20;
  width: 100%;
  max-width: 1552px;
  height: 663px;
}
.p-front-page .concept__movie > * {
  width: 100%;
  height: 100%;
}
.p-front-page .concept__movie::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.p-front-page .concept__deco {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  background: url("../img/pc/front_concept_deco.png") top 662px left 1408px/467px 552px no-repeat;
}
.p-front-page .concept__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  padding: 116px 40px 0;
}
.p-front-page .concept__large {
  display: flex;
  justify-content: center;
}
.p-front-page .concept__inner {
  max-width: 1650px;
  margin: 568px auto 0;
}
.p-front-page .concept__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 30px;
}
.p-front-page .concept__headline span {
  padding: 8px 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-front-page .concept__button {
  margin-top: 46px;
}
.p-front-page .concept__slider {
  position: absolute;
  right: 0;
  bottom: -34px;
  left: 0;
  height: 108px;
}
.p-front-page .concept__slider .c-slider-smooth__group {
  padding-right: 80px;
}
.p-front-page .feeder {
  max-width: 1920px;
  height: 722px;
  padding: 182px 0 0 40px;
  margin: 0 auto;
  background: url("../img/pc/front_feeder_bg.jpg") center no-repeat;
}
.p-front-page .feeder__inner {
  display: flex;
  max-width: 1560px;
  margin-left: auto;
}
.p-front-page .feeder__block {
  flex: 0 0 auto;
  width: 576px;
  padding-top: 100px;
}
.p-front-page .feeder__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .feeder__title span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .feeder__title img {
  margin-top: 22px;
}
.p-front-page .feeder__button {
  margin-top: 34px;
}
.p-front-page .feeder__slider {
  flex: 1 1 auto;
  height: 360px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
}
.p-front-page .feeder__slider-inner {
  clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%);
}
.p-front-page .menu {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../img/pc/front_menu_bg.png") top left no-repeat;
  container-type: inline-size;
}
.p-front-page .menu__inner {
  padding: 62px 0 0 48px;
}
.p-front-page .menu__list {
  display: flex;
  flex-wrap: wrap;
}
.p-front-page .menu__separator {
  position: relative;
  z-index: 100;
  width: 918px;
  height: 438px;
}
.p-front-page .menu__other {
  position: relative;
  z-index: 10;
  width: 925px;
  height: 534px;
  margin: 144px 0 0 auto;
}
.p-front-page .menu__other::before {
  position: absolute;
  top: -100px;
  left: 38px;
  z-index: 20;
  display: block;
  width: 371px;
  height: 129px;
  content: "";
  background: url("../img/pc/front_menu_deco.png") no-repeat;
}
@container (width < 1891px) {
  .p-front-page .menu__other {
    margin-top: 40px;
  }
}
.p-front-page .news {
  padding: 122px 0 128px;
  margin-top: -48px;
  background: #000;
}
.p-front-page .news__top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1670px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .news__title {
  display: flex;
  align-items: center;
}
.p-front-page .news__title span {
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .news__list {
  margin: 46px 0 0 160px;
}
.p-front-page .news .c-slider__track {
  overflow: unset;
}
.p-front-page .news .c-slider__item {
  width: 380px;
  margin-right: 28px;
}
.p-front-page .news .c-slider__arrow-left {
  top: 98px;
  left: -30px;
  width: 56px;
  height: 56px;
  background: #fff url("../img/pc/front_news_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .recruit {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 92px 40px 0;
}
.p-front-page .recruit__banner {
  height: 332px;
}
.p-front-page .contact {
  margin-top: -42px;
}
.p-front-page .instagram {
  padding: 48px 0 0;
  margin-bottom: -1px;
  background: #f5f5f5;
}
.p-front-page .instagram__deco {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .instagram__deco::before {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  content: "";
  background: url("../img/pc/icon_instagram.svg") no-repeat;
}
.p-front-page .instagram__inner {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.p-front-page .instagram__banner {
  flex: 0 0 auto;
  width: 1921px;
  height: 300px;
}
.p-front-page .b-contact {
  background-image: url("../img/pc/b_contact_bg_front_page.jpg");
}

.p-coordination .b-mv {
  background-image: url("../img/pc/coordination_mv_bg.jpg");
}
.p-coordination .explanation {
  position: relative;
  z-index: 100;
  max-width: 1920px;
  height: 1238px;
  padding-top: 520px;
  margin: -76px auto 0;
  overflow: hidden;
  background: url("../img/pc/coordination_explanation_bg_raw.png") no-repeat;
  background-position: top 76px right calc(50vw - 960px);
}
@media screen and (max-width: 1818px) {
  .p-coordination .explanation {
    background-position: top 76px right -51px;
  }
}
.p-coordination .explanation__container {
  max-width: 1818px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-coordination .explanation__block {
  position: relative;
  max-width: 502px;
  margin-left: auto;
}
.p-coordination .explanation__block::before {
  position: absolute;
  top: -520px;
  left: 76px;
  display: block;
  width: 468px;
  height: 551px;
  content: "";
  background: url("../img/pc/coordination_explanation_deco@3x.png") top left/100% 100% no-repeat;
}
.p-coordination .explanation__headline {
  margin-top: 34px;
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-coordination .explanation__text {
  margin-top: 16px;
  color: #fff;
  text-align: justify;
}
.p-coordination .main-section {
  position: relative;
  z-index: 300;
  max-width: 1920px;
  margin: -1px auto 0;
  background: #0f0f0f;
}
.p-coordination .main-section__bg {
  position: absolute;
  top: 230px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url("../img/pc/coordination_main_secion_bg.png") top center no-repeat, url("../img/pc/coordination_main_secion_bg_2.png") bottom 0 left 78px no-repeat;
}
.p-coordination .main-section__fg {
  position: relative;
  z-index: 20;
  padding-bottom: 164px;
}
.p-coordination .main-section__slider {
  position: absolute;
  right: 0;
  bottom: -66px;
  left: 0;
  height: 108px;
}
.p-coordination .main-section__slider .c-slider-smooth__group {
  padding-right: 80px;
}
.p-coordination .main-section .nav-area {
  position: relative;
  z-index: 200;
  margin-top: -326px;
}
.p-coordination .main-section .nav-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 286px);
  gap: 22px 18px;
  justify-content: center;
  max-width: 1198px;
  margin: 20px auto 0;
}
.p-coordination .main-section .nav-area a {
  display: flex;
  align-items: center;
  height: 70px;
  padding-right: 24px;
  padding-left: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #141414;
}
.p-coordination .main-section .nav-area a::before {
  display: block;
  width: 28px;
  height: 18px;
  margin-right: 16px;
  content: "";
  background-repeat: no-repeat;
}
.p-coordination .main-section .nav-area a::after {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/coordination_nav_chevron.svg") no-repeat;
}
.p-coordination .main-section .nav-area li:nth-of-type(1) a::before {
  background-image: url("../img/pc/coordination_nav_counter_1.png");
  background-image: image-set(url("../img/pc/coordination_nav_counter_1.png") 1x, url("../img/pc/coordination_nav_counter_1@2x.png") 2x);
}
.p-coordination .main-section .nav-area li:nth-of-type(2) a::before {
  background-image: url("../img/pc/coordination_nav_counter_2.png");
  background-image: image-set(url("../img/pc/coordination_nav_counter_2.png") 1x, url("../img/pc/coordination_nav_counter_2@2x.png") 2x);
}
.p-coordination .main-section .nav-area li:nth-of-type(3) a::before {
  background-image: url("../img/pc/coordination_nav_counter_3.png");
  background-image: image-set(url("../img/pc/coordination_nav_counter_3.png") 1x, url("../img/pc/coordination_nav_counter_3@2x.png") 2x);
}
.p-coordination .main-section .nav-area li:nth-of-type(4) a::before {
  background-image: url("../img/pc/coordination_nav_counter_4.png");
  background-image: image-set(url("../img/pc/coordination_nav_counter_4.png") 1x, url("../img/pc/coordination_nav_counter_4@2x.png") 2x);
}
.p-coordination .main-section .nav-area li:nth-of-type(5) a::before {
  background-image: url("../img/pc/coordination_nav_counter_5.png");
  background-image: image-set(url("../img/pc/coordination_nav_counter_5.png") 1x, url("../img/pc/coordination_nav_counter_5@2x.png") 2x);
}
.p-coordination .main-section .nav-area li:nth-of-type(6) a::before {
  background-image: url("../img/pc/coordination_nav_counter_6.png");
  background-image: image-set(url("../img/pc/coordination_nav_counter_6.png") 1x, url("../img/pc/coordination_nav_counter_6@2x.png") 2x);
}
.p-coordination .main-section .nav-area li:nth-of-type(7) a::before {
  background-image: url("../img/pc/coordination_nav_counter_7.png");
  background-image: image-set(url("../img/pc/coordination_nav_counter_7.png") 1x, url("../img/pc/coordination_nav_counter_7@2x.png") 2x);
}
.p-coordination .main-section .nav-area li:nth-of-type(7) {
  width: 322px;
}
.p-coordination .main-section__list {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: 74px;
}
.p-coordination .main-section__list .section {
  position: relative;
  width: 100%;
  max-width: 1541px;
  height: 659px;
}
.p-coordination .main-section__list .section__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.p-coordination .main-section__list .section__fg {
  position: absolute;
  top: 0;
  right: 200px;
  bottom: 0;
  left: 0;
  z-index: 30;
}
.p-coordination .main-section__list .section__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 128px 0 78px;
  margin-left: 80px;
}
.p-coordination .main-section__list .section__top::before {
  display: block;
  width: 160px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
}
.p-coordination .main-section__list .section__title {
  margin-top: 26px;
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1em;
}
.p-coordination .main-section__list .section__headline {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1em;
}
.p-coordination .main-section__list .section__text {
  max-width: 480px;
  margin-top: 20px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.p-coordination .main-section__list .section:nth-of-type(odd) {
  margin: 0 auto;
}
.p-coordination .main-section__list .section:nth-of-type(4n + 2) {
  margin-left: auto;
}
.p-coordination .main-section__list .section:nth-of-type(1) .section__top::before {
  background-image: url("../img/pc/coordination_main_section_counter_1.png");
  background-image: image-set(url("../img/pc/coordination_main_section_counter_1.png") 1x, url("../img/pc/coordination_main_section_counter_1@2x.png") 2x);
}
.p-coordination .main-section__list .section:nth-of-type(2) .section__top::before {
  background-image: url("../img/pc/coordination_main_section_counter_2.png");
  background-image: image-set(url("../img/pc/coordination_main_section_counter_2.png") 1x, url("../img/pc/coordination_main_section_counter_2@2x.png") 2x);
}
.p-coordination .main-section__list .section:nth-of-type(3) .section__top::before {
  background-image: url("../img/pc/coordination_main_section_counter_3.png");
  background-image: image-set(url("../img/pc/coordination_main_section_counter_3.png") 1x, url("../img/pc/coordination_main_section_counter_3@2x.png") 2x);
}
.p-coordination .main-section__list .section:nth-of-type(4) .section__top::before {
  background-image: url("../img/pc/coordination_main_section_counter_4.png");
  background-image: image-set(url("../img/pc/coordination_main_section_counter_4.png") 1x, url("../img/pc/coordination_main_section_counter_4@2x.png") 2x);
}
.p-coordination .main-section__list .section:nth-of-type(5) .section__top::before {
  background-image: url("../img/pc/coordination_main_section_counter_5.png");
  background-image: image-set(url("../img/pc/coordination_main_section_counter_5.png") 1x, url("../img/pc/coordination_main_section_counter_5@2x.png") 2x);
}
.p-coordination .main-section__list .section:nth-of-type(6) .section__top::before {
  background-image: url("../img/pc/coordination_main_section_counter_6.png");
  background-image: image-set(url("../img/pc/coordination_main_section_counter_6.png") 1x, url("../img/pc/coordination_main_section_counter_6@2x.png") 2x);
}
.p-coordination .main-section__list .section:nth-of-type(7) .section__top::before {
  background-image: url("../img/pc/coordination_main_section_counter_7.png");
  background-image: image-set(url("../img/pc/coordination_main_section_counter_7.png") 1x, url("../img/pc/coordination_main_section_counter_7@2x.png") 2x);
}
.p-coordination .b-site-banner {
  padding-top: 230px;
}
.p-coordination .b-contact {
  background-image: url("../img/pc/b_contact_bg_coordination.jpg");
}

.p-contact .main {
  padding: 92px 40px 132px;
  background: #f5f6f6;
}
.p-contact .main__info {
  margin-top: 28px;
  text-align: center;
}
.p-contact .main .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin-top: 46px;
}
.p-contact .main .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-contact .main .tel-area__title::after {
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background: #a28978;
}
.p-contact .main .tel-area__tel {
  margin-top: 22px;
}
.p-contact .main .tel-area__tel .c-tel__inner::before {
  background-image: url("../img/pc/icon_tel_black_white.svg");
}
.p-contact .main .tel-area__time {
  margin-top: 2px;
  font-size: 15px;
}
.p-contact .main .caution-area {
  max-width: 1200px;
  padding: 0 18px;
  margin: 36px auto 0;
  background: #fff;
}
.p-contact .main .caution-area__text {
  padding: 24px 0;
  line-height: 31px;
  text-align: center;
}
.p-contact .main .caution-area__english {
  padding: 22px 0;
  line-height: 31px;
  text-align: center;
  border-top: 1px solid #ececed;
}
.p-contact .form {
  max-width: 820px;
  margin: 56px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.p-contact .form .wpcf7 .wpcf7-submit {
  width: 324px;
  height: 70px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #000;
  border-radius: 4px;
}
.p-contact .privacy-policy {
  margin-top: 106px;
}
.p-contact .privacy-policy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}
.p-contact .privacy-policy__title::after {
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background: #a28978;
}
.p-contact .privacy-policy__scroll {
  max-width: 1200px;
  max-height: 668px;
  padding: 60px 60px;
  margin: 30px auto 0;
  overflow: scroll;
  background: #fff;
}
.p-contact .privacy-policy .b-privacy-policy__text {
  line-height: 31px;
  text-align: center;
}
.p-contact .b-contact {
  background-image: url("../img/pc/b_contact_bg_contact.jpg");
}

.p-archive-feeder .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive-feeder .main__bg {
  padding: 94px 0 46px;
}
.p-archive-feeder .main__list {
  display: flex;
  flex-direction: column;
  gap: 72px;
  max-width: 1744px;
  margin: 56px auto 0;
}
.p-archive-feeder .main__list .item {
  position: relative;
  height: 650px;
}
.p-archive-feeder .main__list .item__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p-archive-feeder .main__list .item__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-archive-feeder .main__list .item__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
}
.p-archive-feeder .main__list .item__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
}
.p-archive-feeder .main__list .item__anchor {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 82px;
}
.p-archive-feeder .main__list .item__inner {
  display: flex;
  flex-direction: column;
  width: 556px;
}
.p-archive-feeder .main__list .item__counter {
  display: flex;
  gap: 14px;
  align-items: center;
}
.p-archive-feeder .main__list .item__title {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  background: #fff;
}
.p-archive-feeder .main__list .item__sub-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
}
.p-archive-feeder .main__list .item__arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 58px 44px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-archive-feeder .main__list .item__arrow::after {
  display: block;
  width: 68px;
  height: 44px;
  margin-left: 16px;
  content: "";
  background: url("../img/pc/archive_feeder_arrow.svg");
}
.p-archive-feeder .main__list .item:nth-of-type(odd) .item__counter {
  margin-left: 92px;
}
.p-archive-feeder .main__list .item:nth-of-type(odd) .item__title {
  padding: 10px 30px 10px 86px;
}
.p-archive-feeder .main__list .item:nth-of-type(odd) .item__sub-title {
  margin: 34px 0 0 88px;
}
.p-archive-feeder .main__list .item:nth-of-type(even) .item__inner {
  margin-left: auto;
}
.p-archive-feeder .main__list .item:nth-of-type(even) .item__counter {
  margin-left: 36px;
}
.p-archive-feeder .main__list .item:nth-of-type(even) .item__title {
  padding: 10px 86px 10px 30px;
}
.p-archive-feeder .main__list .item:nth-of-type(even) .item__sub-title {
  margin: 34px 0 0 34px;
}
.p-archive-feeder .main__slider {
  position: relative;
  z-index: 100;
  margin-top: -30px;
}
.p-archive-feeder .main__slider .c-slider-smooth__group {
  padding-right: 80px;
}
.p-archive-feeder .wp-pagenavi {
  padding: 86px 0 0;
}
.p-archive-feeder .b-contact {
  background-image: url("../img/pc/b_contact_bg_archive_feeder.jpg");
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 94px 40px 130px;
  background-color: #f5f5f5;
}
.p-archive .main__container {
  display: grid;
  grid-template-columns: 1fr 282px;
  gap: 54px;
  max-width: 1200px;
  margin: 44px auto 0;
}
.p-archive .main__list {
  display: flex;
  flex-direction: column;
}
.p-archive .main__item > * {
  border-bottom: 1px solid #eaeaeb;
}
.p-archive .main__item > *:first-of-type {
  border-top: 1px solid #eaeaeb;
}
.p-archive .wp-pagenavi {
  padding: 86px 0 0;
}
.p-archive .b-contact {
  background-image: url("../img/pc/b_contact_bg_archive.jpg");
}

.p-about .b-mv {
  background-image: url("../img/pc/about_mv_bg.jpg");
}
.p-about .philosophy {
  padding: 90px 40px 86px;
}
.p-about .philosophy__headline {
  margin-top: 32px;
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-about .philosophy .list-area {
  margin-top: 68px;
}
.p-about .philosophy .list-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #a28978;
}
.p-about .philosophy .list-area__title::after {
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #a28978;
}
.p-about .philosophy .list-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 390px);
  gap: 46px;
  justify-content: center;
  margin-top: 26px;
}
.p-about .philosophy .list-area__list .item {
  padding: 6px;
  background: #f5f5f5;
  border: 1px solid rgba(162, 137, 120, 0.25);
}
.p-about .philosophy .list-area__list .item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 42px 16px 34px;
  border: 1px solid rgba(162, 137, 120, 0.75);
}
.p-about .philosophy .list-area__list .item__inner::before {
  display: block;
  width: 90px;
  height: 60px;
  content: "";
  background: center no-repeat;
}
.p-about .philosophy .list-area__list .item__title {
  margin-top: 32px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #a28978;
}
.p-about .philosophy .list-area__list .item__text {
  margin-top: 14px;
  text-align: justify;
}
.p-about .philosophy .list-area__list .item:nth-of-type(1) .item__inner::before {
  background-image: url("../img/pc/about_philosophy_counter_1.png");
}
.p-about .philosophy .list-area__list .item:nth-of-type(2) .item__inner::before {
  background-image: url("../img/pc/about_philosophy_counter_2.png");
}
.p-about .philosophy .list-area__list .item:nth-of-type(3) .item__inner::before {
  background-image: url("../img/pc/about_philosophy_counter_3.png");
}
.p-about .greeting {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  padding: 182px 40px 144px;
  margin: 0 auto;
  background: url("../img/pc/about_greeting_bg.jpg") center/cover no-repeat;
}
.p-about .greeting__headline {
  margin-top: 38px;
  font-size: 29px;
  font-weight: bold;
  line-height: 39px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.1em;
}
.p-about .greeting__text {
  margin-top: 48px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
}
.p-about .greeting__signature {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 52px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
}
.p-about .greeting__signature span {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-about .company {
  padding: 120px 0 0;
}
.p-about .company__list {
  margin-top: 20px;
}
.p-about .company__image-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 581px);
  gap: 38px;
  justify-content: center;
  margin-top: 48px;
  background-repeat: no-repeat;
}
.p-about .company__image-list div {
  height: 361px;
}
.p-about .company__image-list div:nth-of-type(1) {
  background-image: url("../img/pc/about_company_bg_1.jpg");
}
.p-about .company__image-list div:nth-of-type(2) {
  background-image: url("../img/pc/about_company_bg_2.jpg");
}
.p-about .company__google-map {
  max-width: 1920px;
  height: 475px;
  margin: 54px auto 0;
}
.p-about .history {
  padding: 124px 40px 112px;
  background: #0f0f0f;
}
.p-about .history__title span {
  color: #fff;
}
.p-about .history__list {
  margin-top: 34px;
}
.p-about .facility {
  padding: 132px 40px 86px;
  background: #f5f5f5;
}
.p-about .facility__list {
  display: flex;
  flex-direction: column;
  gap: 52px;
  max-width: 1200px;
  margin: 28px auto 0;
}
.p-about .facility__list .category__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  background: #ebebec;
  border: 1px solid rgba(114, 113, 113, 0.25);
}
.p-about .facility__list .category .table {
  padding: 4px 18px 0;
  background: #fff;
  border-right: 1px solid rgba(114, 113, 113, 0.25);
  border-bottom: 1px solid rgba(114, 113, 113, 0.25);
  border-left: 1px solid rgba(114, 113, 113, 0.25);
}
.p-about .facility__list .category .table__list {
  container-type: inline-size;
}
.p-about .facility__list .category .table__list .row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  padding: 15px 0;
  border-bottom: 1px dashed rgba(114, 113, 113, 0.25);
}
.p-about .facility__list .category .table__list .row:last-of-type {
  border-bottom: unset;
}
@container (width < 1000px) {
  .p-about .facility__list .category .table__list .row {
    flex-wrap: wrap;
  }
}
.p-about .facility__list .category .table__list .row__info {
  padding-left: 20px;
}
.p-about .facility__list .category .table__list .row__other {
  display: flex;
  padding-left: 20px;
  margin-left: auto;
}
.p-about .facility__list .category .table__list .row__note {
  flex: 1 1 auto;
}
.p-about .facility__list .category .table__list .row__number {
  flex: 0 0 auto;
  width: 154px;
  padding-left: 20px;
  margin-left: auto;
  text-align: center;
}
.p-about .b-contact {
  background-image: url("../img/pc/b_contact_bg_about.jpg");
}
