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

* {
  letter-spacing: var(--base-letter-spacing);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

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

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

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

address {
  font-style: normal;
}

main {
  width: 100%;
}

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

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

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

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

.h-oh {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-size: var(--c-tel-font-size, 27px);
  font-weight: bold;
  line-height: 1;
  color: var(--c-tel-color-text, #595757);
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: var(--c-tel-icon-size, 20px);
  height: var(--c-tel-icon-size, 20px);
  margin-right: var(--c-tel-gap, 14px);
  content: "";
  background: var(--c-tel-url-tel-icon, url("../img/pc/icon_tel_theme_white.svg")) no-repeat;
}

.c-slider-smooth {
  width: 100%;
  height: 100%;
  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%);
  }
}
@keyframes slide1_vertical {
  0% {
    transform: translateY(calc(100% - 5px));
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slide2_vertical {
  0% {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(-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.c-slider-smooth__group--is-running {
  animation: slide1 120s -60s linear infinite;
}
.c-slider-smooth__group--dummy.c-slider-smooth__group--is-running {
  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-smooth--vertical .c-slider-smooth__inner {
  flex-direction: column;
}
.c-slider-smooth--vertical .c-slider-smooth__group {
  flex-direction: column;
}
.c-slider-smooth--vertical .c-slider-smooth__group--main.c-slider-smooth__group--is-running {
  animation: slide1_vertical 120s -60s linear infinite;
}
.c-slider-smooth--vertical .c-slider-smooth__group--dummy.c-slider-smooth__group--is-running {
  animation: slide2_vertical 120s linear infinite;
}

.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;
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__arrow-right {
  right: 14px;
  bottom: -16px;
  width: 58px;
  height: 58px;
  background: #629caf 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: 90px;
  bottom: -16px;
  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: #629caf;
}
.c-recruit-table dl {
  display: flex;
  justify-content: space-between;
  width: 84.5%;
  margin: 0 auto;
  line-height: 1.6;
}
.c-recruit-table dt {
  width: 16%;
  padding: 18px 0 11px 6px;
  font-size: 16px;
  font-weight: normal;
  color: #629caf;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.c-recruit-table dd {
  width: 79%;
  padding: 18px 0 11px 2px;
  font-size: 16px;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.c-recruit-table__button {
  width: 362px;
  margin: 87px auto 0;
  background: #629caf;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.c-recruit-table__button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 10px 30px 10px 40px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
}
.c-recruit-table__button a::after {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-left: 20px;
  content: "";
  background: url("../img/pc/c_recruit_table_chevron.svg") no-repeat;
}

.c-post-front-news-card a {
  height: 100%;
}
.c-post-front-news-card__image {
  height: 258px;
  background-color: #9e9e9f;
}
.c-post-front-news-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-news-card__main {
  padding: 12px 30px 20px;
}
.c-post-front-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-top: 12px;
}
.c-post-front-news-card__category {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #b3b3b4;
  background: #ededed;
}
.c-post-front-news-card__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b3;
}
.c-post-front-news-card__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  color: #3e3a39;
  letter-spacing: 0.05em;
}
.c-post-front-news-card__content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
  letter-spacing: 0.05em;
}

.c-post-front-news-bar a {
  display: grid;
  grid-template-columns: 182px 1fr;
  align-items: center;
  height: 100%;
  padding: 25px 0;
}
.c-post-front-news-bar__image {
  height: 102px;
  background-color: #9e9e9f;
}
.c-post-front-news-bar__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-news-bar__main {
  padding: 0 42px;
}
.c-post-front-news-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-top: 12px;
}
.c-post-front-news-bar__category {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #b3b3b4;
  background: #ededed;
}
.c-post-front-news-bar__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b3;
}
.c-post-front-news-bar__title {
  margin-top: -12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  color: #3e3a39;
  letter-spacing: 0.05em;
}
.c-post-front-news-bar__content {
  margin-top: 6px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
  letter-spacing: 0.05em;
}

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

.c-post-archive-bar a {
  display: grid;
  grid-template-columns: 302px 1fr;
  gap: 10px;
  overflow: hidden;
  background: #fff;
}
.c-post-archive-bar__image {
  padding: 10px;
}
.c-post-archive-bar__image-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #9e9e9f;
}
.c-post-archive-bar__image-inner img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-archive-bar__main {
  min-height: 208px;
  padding: 24px 24px 20px;
}
.c-post-archive-bar__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0.05em;
}
.c-post-archive-bar__content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
}
.c-post-archive-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
}
.c-post-archive-bar__category {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1;
  color: #b3b3b4;
  background: #ededed;
}
.c-post-archive-bar__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b3;
}

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

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

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

@-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: #629caf;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

.b-site-banner {
  padding: 90px 40px 90px;
  background-color: #f0f1f1;
}
.b-site-banner__title {
  display: flex;
  justify-content: center;
}
.b-site-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 38px;
}
.b-site-banner__item {
  width: 587px;
  height: 162px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

.b-recruit-form__input-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.b-recruit-form .row {
  width: 100%;
}
.b-recruit-form .row__title label {
  display: flex;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-recruit-form .row__title label b {
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-size: 14px;
  color: #e30012;
}
.b-recruit-form .row__title label span {
  font-size: 15px;
  font-weight: normal;
  color: #666;
}
.b-recruit-form .row__content {
  margin-top: 20px;
}
.b-recruit-form .row__content .wpcf7-radio {
  display: flex;
  gap: 40px;
  margin-top: -10px;
}
.b-recruit-form .row__content textarea,
.b-recruit-form .row__content input[type=text],
.b-recruit-form .row__content input[type=email],
.b-recruit-form .row__content input[type=tel] {
  width: 95%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input[type=date] {
  width: 200px;
  max-width: 50%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input.p-postal-code {
  width: 284px;
}
.b-recruit-form .row__content .p-region {
  margin-top: 12px;
}
.b-recruit-form .row__place-note {
  margin: 12px 0 0 16px;
  font-size: 16px;
  line-height: 1;
  color: #c6bdb5;
}
.b-recruit-form .row__file-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.b-recruit-form__consent {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.b-recruit-form__consent label {
  display: flex;
  gap: 10px;
}
.b-recruit-form__consent label a {
  display: inline;
  text-decoration: underline;
}
.b-recruit-form__buttons {
  margin-top: 60px;
}
.b-recruit-form__buttons p {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.b-recruit-form__buttons .wpcf7-submit {
  display: block;
  width: 230px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #629caf;
  border-radius: 6px;
}
.b-recruit-form__buttons .wpcf7-submit:disabled {
  opacity: 0.5;
}

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

.b-mv {
  position: relative;
  max-width: 1920px;
  min-height: 946px;
  margin: 0 auto;
  background: no-repeat top center;
}
.b-mv__inner {
  max-width: 1684px;
  padding: 252px 40px 0;
  margin: 0 auto;
}
.b-mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-mv__title span {
  margin-top: 20px;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-mv__english {
  margin-top: 42px;
}
.b-mv__text {
  max-width: 400px;
  margin-top: 28px;
  color: #fff;
}

.b-history-block__list {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px dashed rgba(113, 112, 113, 0.5);
}
.b-history-block__list::before {
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 45px;
  display: block;
  width: 2px;
  content: "";
  background: #629caf;
}
.b-history-block__list .item {
  position: relative;
  padding: 30px 0 36px 0;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.5);
}
.b-history-block__list .item::before {
  position: absolute;
  top: 42px;
  left: 42px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #629caf;
  border-radius: 50%;
}
.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: flex-end;
  width: 234px;
  font-size: 63px;
  font-weight: bold;
  line-height: 1;
  color: #bcd3dc;
  letter-spacing: 0.1em;
}
.b-history-block__list .item__block {
  flex: 1 1 auto;
  padding-left: 80px;
}
.b-history-block__list .item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #629caf;
  letter-spacing: 0.2em;
}
.b-history-block__list .item__detail {
  margin-top: 4px;
  font-size: 16px;
  line-height: 28px;
  color: #393327;
}

.b-header-content__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1856px;
  padding: 0 40px;
  margin: 0 auto;
  container-type: inline-size;
}
.b-header-content__logo {
  width: var(--b-header-content-logo-width, 0);
  height: var(--b-header-content-logo-height, 0);
  margin: var(--b-header-content-logo-margin, 0);
}
.b-header-content__nav {
  display: flex;
  gap: 14px;
  align-items: center;
}
.b-header-content__menu-content {
  display: flex;
  gap: 38px;
  align-items: center;
  margin-right: 24px;
  filter: drop-shadow(var(--b-header-content-nav-shadow, unset));
}
@container (width < 1320px) {
  .b-header-content__menu-content {
    display: none;
  }
}
.b-header-content__menu-content li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
}
.b-header-content__menu-fixed {
  display: flex;
  gap: 38px;
  align-items: center;
  height: 44px;
  margin-right: 24px;
  filter: drop-shadow(var(--b-header-content-nav-shadow, unset));
}
@container (width < 1320px) {
  .b-header-content__menu-fixed {
    display: none;
  }
}
.b-header-content__menu-fixed li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
}
.b-header-content__menu-fixed li a span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.b-header-content__button-area {
  display: flex;
  gap: 14px;
  align-items: center;
}
.b-header-content__shop {
  width: 226px;
}
.b-header-content__shop a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
}
.b-header-content__shop a::before {
  display: block;
  width: 28px;
  height: 26px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_cart_yellow.svg") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-header-content__contact {
  width: 194px;
}
.b-header-content__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 3px;
}
.b-header-content__contact a::before {
  display: block;
  width: 28px;
  height: 18px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}
.b-header-content--main .b-header-content__shop a {
  border: 1px solid #fff;
}
.b-header-content--main .b-header-content__contact a {
  border: 1px solid #fff;
}
.b-header-content--fixed .b-header-content__shop a {
  background: #000;
}
.b-header-content--fixed .b-header-content__contact a {
  background: #000;
}

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

.b-header {
  position: relative;
  z-index: 7000;
  max-width: 1920px;
  margin: 0 auto;
}
.b-header__fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 86px;
  padding-top: 16px;
  background: #fff;
  transition: all 0.2s;
  transform: translateY(-100%);
  --b-header-content-logo-width: 231px;
  --b-header-content-logo-height: 53px;
  --b-header-content-logo-margin: 2px 0 0 -6px;
}
.b-header__fixed--visible {
  transform: translateY(0%);
}
.b-header__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 140px;
  padding-top: 40px;
  --b-header-content-logo-width: 231px;
  --b-header-content-logo-height: 53px;
  --b-header-content-logo-margin: -4px 0 0 -6px;
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding-bottom: 34px;
  margin: 0 auto 0;
  background: #f5f6f6 url("../img/pc/b_footer_bg.png") no-repeat right bottom;
}
.b-footer__smooth-slider {
  position: absolute;
  top: -76px;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 85px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.6));
}
.b-footer__smooth-slider .c-smooth-slider__group {
  padding-right: 40px;
}
.b-footer__container {
  position: relative;
  display: flex;
  max-width: 1224px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 27%;
  max-width: 430px;
  padding-top: 128px;
}
.b-footer__block-2 {
  position: relative;
  width: 70%;
  max-width: 850px;
  padding: 116px 0 0 36px;
}
.b-footer__logo {
  position: relative;
  left: -6px;
  width: 231px;
  height: 52px;
}
.b-footer .address-block {
  margin-top: 40px;
}
.b-footer .address-block__title {
  display: flex;
  align-items: center;
  max-width: 312px;
  font-size: 16px;
  line-height: 1;
}
.b-footer .address-block__title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.b-footer .address-block__address {
  margin-top: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.b-footer .address-block__tel {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
}
.b-footer .address-block__button {
  width: 196px;
  margin-top: 32px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
}
.b-footer .address-block__button a::before {
  display: block;
  flex: 0 0 auto;
  width: 19px;
  height: 31px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/b_footer_button_pin.svg") no-repeat;
}
.b-footer .address-block__button a::after {
  display: block;
  flex: 0 0 auto;
  width: 9px;
  height: 16px;
  margin-left: 16px;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer .address-block__instagram {
  width: 40px;
  height: 40px;
  margin-top: 36px;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, 94px);
  grid-template-columns: repeat(3, 200px);
  grid-auto-flow: column;
  gap: 23px 69px;
}
.b-footer__nav .item {
  border-bottom: 1px solid rgba(98, 156, 175, 0.2);
}
.b-footer__nav .item a {
  padding: 16px 0 22px;
  background: url("../img/pc/b_footer_nav_chevron.svg") top calc(50% - 12px) right 0/8px 12px no-repeat;
}
.b-footer__nav .item span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-footer__nav .item img {
  max-height: 14px;
  margin-top: 12px;
}
.b-footer__banner-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 382px);
  gap: 28px;
  max-width: 1242px;
  padding: 0 20px;
  margin: 52px auto 0;
}
.b-footer__banner-list .item__image {
  height: 140px;
}
.b-footer__banner-list .item__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.b-footer__banner-list .item__text {
  margin-top: 2px;
  font-weight: bold;
}
.b-footer__copyright {
  max-width: 1230px;
  padding: 0 20px;
  margin: 70px auto 0;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #b3b3b4;
}

.b-contact-main {
  position: relative;
  z-index: 100;
}
.b-contact-main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-contact-main__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-contact-main__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  max-width: 1200px;
  margin: 34px auto 0;
}
.b-contact-main__container > * {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 156px;
  background: #000;
  border: 6px solid #c7c8c8;
}
.b-contact-main__container .tel-area {
  padding: 44px 20px 0;
}
.b-contact-main__container .tel-area__tel {
  --c-tel-color-text: #fff;
}
.b-contact-main__container .tel-area__time {
  margin-top: 4px;
  font-size: 16px;
  color: #b3b3b4;
}
.b-contact-main__container .contact-area {
  padding: 32px 20px 0;
}
.b-contact-main__container .contact-area__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 318px;
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #629caf;
}
.b-contact-main__container .contact-area__button a::before {
  display: block;
  width: 23px;
  height: 14px;
  margin-right: 20px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}
.b-contact-main__container .contact-area__time {
  margin-top: 2px;
  font-size: 16px;
  color: #b3b3b4;
}
.b-contact-main .line-block {
  margin-top: 36px;
}
.b-contact-main .line-block__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.b-contact-main .line-block__title {
  display: flex;
  gap: 4px;
  align-items: center;
}
.b-contact-main .line-block__title span {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.b-contact-main .line-block__text {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 16px;
  line-height: 1;
  color: #b3b3b4;
  letter-spacing: 0.1em;
}
.b-contact-main .line-block__button {
  width: 246px;
  height: 59px;
  margin-left: 20px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-contact-main .welcome-block {
  max-width: 1200px;
  margin: 64px auto 0;
}
.b-contact-main .welcome-block__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 14px;
  justify-content: center;
}
.b-contact-main .welcome-block__image {
  width: 571px;
  height: 331px;
}
.b-contact-main .welcome-block__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.b-contact-main .welcome-block__block {
  position: relative;
  width: 615px;
  height: 331px;
}
.b-contact-main .welcome-block__bg {
  position: absolute;
  inset: 0;
  clip-path: polygon(130px 0, 100% 0, 100% 100%, 0 100%);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.b-contact-main .welcome-block__fg {
  position: relative;
  padding: 40px 40px 0 38px;
}
.b-contact-main .welcome-block__welcome {
  position: absolute;
  top: -10px;
  left: 2px;
  width: 124px;
  height: 38px;
}
.b-contact-main .welcome-block__title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 16px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-bottom: 2px solid #f29600;
}
.b-contact-main .welcome-block__title em {
  margin: 0 4px;
  font-size: 38px;
  font-style: normal;
  font-weight: bold;
  color: #f29600;
}
.b-contact-main .welcome-block__title em span {
  margin: 0 -6px;
  font-size: 30px;
  color: #fff;
}
.b-contact-main .welcome-block__text {
  margin-top: 18px;
  color: #ffffff;
}
.b-contact-main .welcome-block__button {
  width: 310px;
  margin-top: 26px;
}
.b-contact-main .welcome-block__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  border-radius: 10px;
}
.b-contact-main .welcome-block__button a::before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  content: "";
  background: url("../img/pc/icon_calendar_theme.svg") no-repeat;
}
.b-contact-main .welcome-block__button a::after {
  display: block;
  width: 26px;
  height: 2px;
  margin-left: 20px;
  content: "";
  background: #629caf;
  border-radius: 1px;
}

.b-contact {
  position: relative;
  padding: 112px 40px 170px;
  background: #000;
}
.b-contact::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 736px;
  height: 534px;
  content: "";
  background: url("../img/pc/b_contact_bg_deco.png") no-repeat;
}

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

.p-workflow {
  max-width: 1920px;
  margin: 0 auto;
}
.p-workflow .b-mv {
  height: 1222px;
  background-image: url("../img/pc/workflow_mv_bg.jpg");
}
.p-workflow .main-section {
  position: relative;
  margin-top: -608px;
  isolation: isolate;
}
.p-workflow .main-section__list {
  display: flex;
  flex-direction: column;
}
.p-workflow .main-section__list .group--3 {
  padding-bottom: 78px;
  margin-top: 40px;
  margin-bottom: -78px;
  background: #000 url("../img/pc/workflow_group_bg_3.jpg") no-repeat top 534px center;
}
.p-workflow .main-section__list .group--3 .group__list > *:first-child {
  margin-top: 0;
}
.p-workflow .main-section__list .group--7 {
  padding-bottom: 78px;
  margin-top: 40px;
  margin-bottom: -38px;
  background: #000 url("../img/pc/workflow_group_bg_5.jpg") no-repeat top 186px center;
}
.p-workflow .main-section__list .group--7 .group__list > *:first-child {
  margin-top: 0;
}
.p-workflow .main-section__list .group--11 {
  padding-bottom: 76px;
  margin-bottom: -76px;
  background: #f5f6f6;
}
.p-workflow .main-section__list .group--11 .group__list > *:first-child {
  margin-top: 0;
}
.p-workflow .main-section__list .group--14 {
  padding-bottom: 132px;
  margin-top: 40px;
  background: #000 url("../img/pc/workflow_group_bg_9.jpg") no-repeat top 192px center;
}
.p-workflow .main-section__list .group--14 .group__list > *:first-child {
  margin-top: 0;
}
.p-workflow .main-section__list .group__list .section {
  position: relative;
  margin-top: 40px;
  isolation: isolate;
}
.p-workflow .main-section__list .group__list .section__pin {
  position: absolute;
  left: calc(50% - 4px);
  width: 8px;
  height: 38px;
}
.p-workflow .main-section__list .group__list .section__pin::before {
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  width: 2px;
  height: 100%;
  content: "";
  background: #629caf;
}
.p-workflow .main-section__list .group__list .section__pin::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 8px;
  content: "";
  background: #629caf;
  border-radius: 50%;
}
.p-workflow .main-section__list .group__list .section__inner {
  height: 100%;
  overflow: hidden;
}
.p-workflow .main-section__list .group__list .section__title {
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
  letter-spacing: 0.1em;
}
.p-workflow .main-section__list .group__list .section__english {
  margin-top: 20px;
}
.p-workflow .main-section__list .group__list .section__text {
  margin-top: 20px;
}
.p-workflow .main-section__list .group__list .section--1 .section__pin, .p-workflow .main-section__list .group__list .section--2 .section__pin, .p-workflow .main-section__list .group__list .section--3 .section__pin, .p-workflow .main-section__list .group__list .section--4 .section__pin, .p-workflow .main-section__list .group__list .section--5 .section__pin, .p-workflow .main-section__list .group__list .section--6 .section__pin, .p-workflow .main-section__list .group__list .section--8 .section__pin, .p-workflow .main-section__list .group__list .section--9 .section__pin, .p-workflow .main-section__list .group__list .section--10 .section__pin, .p-workflow .main-section__list .group__list .section--12 .section__pin, .p-workflow .main-section__list .group__list .section--13 .section__pin, .p-workflow .main-section__list .group__list .section--14 .section__pin, .p-workflow .main-section__list .group__list .section--15 .section__pin {
  bottom: -24px;
}
.p-workflow .main-section__list .group__list .section--1 .section__container, .p-workflow .main-section__list .group__list .section--2 .section__container, .p-workflow .main-section__list .group__list .section--3 .section__container, .p-workflow .main-section__list .group__list .section--4 .section__container, .p-workflow .main-section__list .group__list .section--5 .section__container, .p-workflow .main-section__list .group__list .section--6 .section__container, .p-workflow .main-section__list .group__list .section--8 .section__container, .p-workflow .main-section__list .group__list .section--9 .section__container, .p-workflow .main-section__list .group__list .section--10 .section__container, .p-workflow .main-section__list .group__list .section--12 .section__container, .p-workflow .main-section__list .group__list .section--13 .section__container, .p-workflow .main-section__list .group__list .section--14 .section__container, .p-workflow .main-section__list .group__list .section--15 .section__container {
  position: relative;
  padding: 0 40px;
  margin: 0 auto;
}
.p-workflow .main-section__list .group__list .section--1 .section__image, .p-workflow .main-section__list .group__list .section--2 .section__image, .p-workflow .main-section__list .group__list .section--3 .section__image, .p-workflow .main-section__list .group__list .section--4 .section__image, .p-workflow .main-section__list .group__list .section--5 .section__image, .p-workflow .main-section__list .group__list .section--6 .section__image, .p-workflow .main-section__list .group__list .section--8 .section__image, .p-workflow .main-section__list .group__list .section--9 .section__image, .p-workflow .main-section__list .group__list .section--10 .section__image, .p-workflow .main-section__list .group__list .section--12 .section__image, .p-workflow .main-section__list .group__list .section--13 .section__image, .p-workflow .main-section__list .group__list .section--14 .section__image, .p-workflow .main-section__list .group__list .section--15 .section__image {
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-workflow .main-section__list .group__list .section--1 .section__block, .p-workflow .main-section__list .group__list .section--2 .section__block, .p-workflow .main-section__list .group__list .section--3 .section__block, .p-workflow .main-section__list .group__list .section--4 .section__block, .p-workflow .main-section__list .group__list .section--5 .section__block, .p-workflow .main-section__list .group__list .section--6 .section__block, .p-workflow .main-section__list .group__list .section--8 .section__block, .p-workflow .main-section__list .group__list .section--9 .section__block, .p-workflow .main-section__list .group__list .section--10 .section__block, .p-workflow .main-section__list .group__list .section--12 .section__block, .p-workflow .main-section__list .group__list .section--13 .section__block, .p-workflow .main-section__list .group__list .section--14 .section__block, .p-workflow .main-section__list .group__list .section--15 .section__block {
  max-width: 420px;
}
.p-workflow .main-section__list .group__list .section--1 .section__title, .p-workflow .main-section__list .group__list .section--2 .section__title, .p-workflow .main-section__list .group__list .section--3 .section__title, .p-workflow .main-section__list .group__list .section--4 .section__title, .p-workflow .main-section__list .group__list .section--5 .section__title, .p-workflow .main-section__list .group__list .section--6 .section__title, .p-workflow .main-section__list .group__list .section--8 .section__title, .p-workflow .main-section__list .group__list .section--9 .section__title, .p-workflow .main-section__list .group__list .section--10 .section__title, .p-workflow .main-section__list .group__list .section--12 .section__title, .p-workflow .main-section__list .group__list .section--13 .section__title, .p-workflow .main-section__list .group__list .section--14 .section__title, .p-workflow .main-section__list .group__list .section--15 .section__title {
  margin-top: 20px;
}
.p-workflow .main-section__list .group__list .section--1 .section__english, .p-workflow .main-section__list .group__list .section--2 .section__english, .p-workflow .main-section__list .group__list .section--3 .section__english, .p-workflow .main-section__list .group__list .section--4 .section__english, .p-workflow .main-section__list .group__list .section--5 .section__english, .p-workflow .main-section__list .group__list .section--6 .section__english, .p-workflow .main-section__list .group__list .section--8 .section__english, .p-workflow .main-section__list .group__list .section--9 .section__english, .p-workflow .main-section__list .group__list .section--10 .section__english, .p-workflow .main-section__list .group__list .section--12 .section__english, .p-workflow .main-section__list .group__list .section--13 .section__english, .p-workflow .main-section__list .group__list .section--14 .section__english, .p-workflow .main-section__list .group__list .section--15 .section__english {
  margin-top: 20px;
}
.p-workflow .main-section__list .group__list .section--1 .section__english::after, .p-workflow .main-section__list .group__list .section--2 .section__english::after, .p-workflow .main-section__list .group__list .section--3 .section__english::after, .p-workflow .main-section__list .group__list .section--4 .section__english::after, .p-workflow .main-section__list .group__list .section--5 .section__english::after, .p-workflow .main-section__list .group__list .section--6 .section__english::after, .p-workflow .main-section__list .group__list .section--8 .section__english::after, .p-workflow .main-section__list .group__list .section--9 .section__english::after, .p-workflow .main-section__list .group__list .section--10 .section__english::after, .p-workflow .main-section__list .group__list .section--12 .section__english::after, .p-workflow .main-section__list .group__list .section--13 .section__english::after, .p-workflow .main-section__list .group__list .section--14 .section__english::after, .p-workflow .main-section__list .group__list .section--15 .section__english::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 26px;
  content: "";
  background: #629caf;
}
.p-workflow .main-section__list .group__list .section--1 .section__text, .p-workflow .main-section__list .group__list .section--2 .section__text, .p-workflow .main-section__list .group__list .section--3 .section__text, .p-workflow .main-section__list .group__list .section--4 .section__text, .p-workflow .main-section__list .group__list .section--5 .section__text, .p-workflow .main-section__list .group__list .section--6 .section__text, .p-workflow .main-section__list .group__list .section--8 .section__text, .p-workflow .main-section__list .group__list .section--9 .section__text, .p-workflow .main-section__list .group__list .section--10 .section__text, .p-workflow .main-section__list .group__list .section--12 .section__text, .p-workflow .main-section__list .group__list .section--13 .section__text, .p-workflow .main-section__list .group__list .section--14 .section__text, .p-workflow .main-section__list .group__list .section--15 .section__text {
  margin-top: 32px;
}
.p-workflow .main-section__list .group__list .section--7, .p-workflow .main-section__list .group__list .section--11 {
  position: relative;
  margin-bottom: -12px;
}
.p-workflow .main-section__list .group__list .section--7 .section__pin, .p-workflow .main-section__list .group__list .section--11 .section__pin {
  bottom: -14px;
}
.p-workflow .main-section__list .group__list .section--7 .section__image, .p-workflow .main-section__list .group__list .section--11 .section__image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 583px;
}
.p-workflow .main-section__list .group__list .section--7 .section__image img, .p-workflow .main-section__list .group__list .section--11 .section__image img {
  object-fit: none;
  object-position: center;
  width: 100%;
  height: 100%;
}
.p-workflow .main-section__list .group__list .section--7 .section__block, .p-workflow .main-section__list .group__list .section--11 .section__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-workflow .main-section__list .group__list .section--7 .section__title, .p-workflow .main-section__list .group__list .section--11 .section__title {
  margin-top: 16px;
}
.p-workflow .main-section__list .group__list .section--7 .section__english, .p-workflow .main-section__list .group__list .section--11 .section__english {
  margin-top: 20px;
}
.p-workflow .main-section__list .group__list .section--7 .section__english::after, .p-workflow .main-section__list .group__list .section--11 .section__english::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 26px auto 0;
  content: "";
  background: #629caf;
}
.p-workflow .main-section__list .group__list .section--7 .section__text, .p-workflow .main-section__list .group__list .section--11 .section__text {
  margin-top: 16px;
  text-align: center;
}
.p-workflow .main-section__list .group__list .section--7 .section__slider, .p-workflow .main-section__list .group__list .section--11 .section__slider {
  padding-bottom: 70px;
  margin: 16px 0 0 13%;
}
.p-workflow .main-section__list .group__list .section--7 .section__slider .c-slider__track, .p-workflow .main-section__list .group__list .section--11 .section__slider .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-workflow .main-section__list .group__list .section--7 .section__slider .c-slider__item, .p-workflow .main-section__list .group__list .section--11 .section__slider .c-slider__item {
  width: 482px;
  margin-right: 22px;
}
.p-workflow .main-section__list .group__list .section--7 .section__slider .c-slider__arrow-left, .p-workflow .main-section__list .group__list .section--11 .section__slider .c-slider__arrow-left {
  bottom: -64px;
  left: 4px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/workflow_section_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-workflow .main-section__list .group__list .section--7 .section__slider .c-slider__arrow-right, .p-workflow .main-section__list .group__list .section--11 .section__slider .c-slider__arrow-right {
  bottom: -64px;
  left: 74px;
  width: 58px;
  height: 58px;
  background: #629caf url("../img/pc/workflow_section_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-workflow .main-section__list .group__list .section--7 .section__slider .item, .p-workflow .main-section__list .group__list .section--11 .section__slider .item {
  padding: 9px;
  background: linear-gradient(to bottom, #fff 380px, rgba(255, 255, 255, 0.6) 600px);
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-workflow .main-section__list .group__list .section--7 .section__slider .item__image, .p-workflow .main-section__list .group__list .section--11 .section__slider .item__image {
  height: 318px;
}
.p-workflow .main-section__list .group__list .section--7 .section__slider .item__image img, .p-workflow .main-section__list .group__list .section--11 .section__slider .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-workflow .main-section__list .group__list .section--7 .section__slider .item__block, .p-workflow .main-section__list .group__list .section--11 .section__slider .item__block {
  padding: 16px 24px 30px;
}
.p-workflow .main-section__list .group__list .section--7 .section__slider .item__title, .p-workflow .main-section__list .group__list .section--11 .section__slider .item__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  color: #3e3a39;
}
.p-workflow .main-section__list .group__list .section--7 .section__slider .item__text, .p-workflow .main-section__list .group__list .section--11 .section__slider .item__text {
  margin-top: 12px;
}
.p-workflow .main-section__list .group__list .section--1 .section__container, .p-workflow .main-section__list .group__list .section--3 .section__container, .p-workflow .main-section__list .group__list .section--5 .section__container, .p-workflow .main-section__list .group__list .section--9 .section__container, .p-workflow .main-section__list .group__list .section--12 .section__container, .p-workflow .main-section__list .group__list .section--14 .section__container {
  max-width: 1658px;
}
.p-workflow .main-section__list .group__list .section--1 .section__block, .p-workflow .main-section__list .group__list .section--3 .section__block, .p-workflow .main-section__list .group__list .section--5 .section__block, .p-workflow .main-section__list .group__list .section--9 .section__block, .p-workflow .main-section__list .group__list .section--12 .section__block, .p-workflow .main-section__list .group__list .section--14 .section__block {
  padding-top: 84px;
  margin-left: auto;
}
.p-workflow .main-section__list .group__list .section--2 .section__container, .p-workflow .main-section__list .group__list .section--4 .section__container, .p-workflow .main-section__list .group__list .section--6 .section__container, .p-workflow .main-section__list .group__list .section--8 .section__container, .p-workflow .main-section__list .group__list .section--10 .section__container, .p-workflow .main-section__list .group__list .section--13 .section__container, .p-workflow .main-section__list .group__list .section--15 .section__container {
  max-width: 1630px;
}
.p-workflow .main-section__list .group__list .section--2 .section__block, .p-workflow .main-section__list .group__list .section--4 .section__block, .p-workflow .main-section__list .group__list .section--6 .section__block, .p-workflow .main-section__list .group__list .section--8 .section__block, .p-workflow .main-section__list .group__list .section--10 .section__block, .p-workflow .main-section__list .group__list .section--13 .section__block, .p-workflow .main-section__list .group__list .section--15 .section__block {
  padding-top: 108px;
  margin-right: auto;
}
.p-workflow .main-section__list .group__list .section--1 .section__title, .p-workflow .main-section__list .group__list .section--3 .section__title, .p-workflow .main-section__list .group__list .section--4 .section__title, .p-workflow .main-section__list .group__list .section--5 .section__title, .p-workflow .main-section__list .group__list .section--7 .section__title, .p-workflow .main-section__list .group__list .section--8 .section__title, .p-workflow .main-section__list .group__list .section--9 .section__title, .p-workflow .main-section__list .group__list .section--10 .section__title, .p-workflow .main-section__list .group__list .section--15 .section__title {
  color: #fff;
}
.p-workflow .main-section__list .group__list .section--1 .section__text, .p-workflow .main-section__list .group__list .section--3 .section__text, .p-workflow .main-section__list .group__list .section--4 .section__text, .p-workflow .main-section__list .group__list .section--5 .section__text, .p-workflow .main-section__list .group__list .section--7 .section__text, .p-workflow .main-section__list .group__list .section--8 .section__text, .p-workflow .main-section__list .group__list .section--9 .section__text, .p-workflow .main-section__list .group__list .section--10 .section__text, .p-workflow .main-section__list .group__list .section--15 .section__text {
  color: #fff;
}
.p-workflow .main-section__list .group__list .section--1, .p-workflow .main-section__list .group__list .section--2, .p-workflow .main-section__list .group__list .section--4, .p-workflow .main-section__list .group__list .section--5, .p-workflow .main-section__list .group__list .section--6, .p-workflow .main-section__list .group__list .section--8, .p-workflow .main-section__list .group__list .section--9, .p-workflow .main-section__list .group__list .section--10, .p-workflow .main-section__list .group__list .section--12, .p-workflow .main-section__list .group__list .section--13, .p-workflow .main-section__list .group__list .section--14, .p-workflow .main-section__list .group__list .section--15 {
  height: 488px;
}
.p-workflow .main-section__list .group__list .section--1 .section__image, .p-workflow .main-section__list .group__list .section--2 .section__image, .p-workflow .main-section__list .group__list .section--4 .section__image, .p-workflow .main-section__list .group__list .section--5 .section__image, .p-workflow .main-section__list .group__list .section--6 .section__image, .p-workflow .main-section__list .group__list .section--8 .section__image, .p-workflow .main-section__list .group__list .section--9 .section__image, .p-workflow .main-section__list .group__list .section--10 .section__image, .p-workflow .main-section__list .group__list .section--12 .section__image, .p-workflow .main-section__list .group__list .section--13 .section__image, .p-workflow .main-section__list .group__list .section--14 .section__image, .p-workflow .main-section__list .group__list .section--15 .section__image {
  width: 1252px;
  height: 488px;
}
.p-workflow .main-section__list .group__list .section--3, .p-workflow .main-section__list .group__list .section--14 {
  height: 583px;
}
.p-workflow .main-section__list .group__list .section--3 .section__image, .p-workflow .main-section__list .group__list .section--14 .section__image {
  width: 1939px;
  height: 583px;
}
.p-workflow .main-section__list .group__list .section--15 .section__pin {
  display: none;
}
.p-workflow .main-section__list .group__list .section--1 .section__image {
  right: 544px;
}
.p-workflow .main-section__list .group__list .section--1 .section__block {
  padding-top: 84px;
}
.p-workflow .main-section__list .group__list .section--2 .section__image {
  left: 530px;
}
.p-workflow .main-section__list .group__list .section--2 .section__block {
  padding-top: 108px;
}
.p-workflow .main-section__list .group__list .section--3 .section__image {
  right: -140px;
}
.p-workflow .main-section__list .group__list .section--3 .section__block {
  padding-top: 126px;
}
.p-workflow .main-section__list .group__list .section--4 .section__image {
  left: 530px;
}
.p-workflow .main-section__list .group__list .section--4 .section__block {
  padding-top: 84px;
}
.p-workflow .main-section__list .group__list .section--5 .section__image {
  right: 544px;
}
.p-workflow .main-section__list .group__list .section--5 .section__block {
  padding-top: 84px;
}
.p-workflow .main-section__list .group__list .section--6 .section__image {
  left: 530px;
}
.p-workflow .main-section__list .group__list .section--6 .section__block {
  padding-top: 108px;
}
.p-workflow .main-section__list .group__list .section--7 .section__block {
  padding-top: 382px;
}
.p-workflow .main-section__list .group__list .section--8 .section__image {
  left: 530px;
}
.p-workflow .main-section__list .group__list .section--8 .section__block {
  padding-top: 84px;
}
.p-workflow .main-section__list .group__list .section--9 .section__image {
  right: 544px;
}
.p-workflow .main-section__list .group__list .section--9 .section__block {
  padding-top: 84px;
}
.p-workflow .main-section__list .group__list .section--10 .section__image {
  left: 530px;
}
.p-workflow .main-section__list .group__list .section--10 .section__block {
  padding-top: 84px;
}
.p-workflow .main-section__list .group__list .section--11 .section__block {
  padding-top: 382px;
}
.p-workflow .main-section__list .group__list .section--12 .section__image {
  right: 544px;
}
.p-workflow .main-section__list .group__list .section--12 .section__block {
  padding-top: 84px;
}
.p-workflow .main-section__list .group__list .section--13 .section__image {
  left: 530px;
}
.p-workflow .main-section__list .group__list .section--13 .section__block {
  padding-top: 84px;
}
.p-workflow .main-section__list .group__list .section--14 .section__image {
  right: -140px;
}
.p-workflow .main-section__list .group__list .section--14 .section__block {
  padding-top: 126px;
}
.p-workflow .main-section__list .group__list .section--15 .section__image {
  left: 530px;
}
.p-workflow .main-section__list .group__list .section--15 .section__block {
  padding-top: 84px;
}

.p-strengths .b-mv {
  padding-bottom: 124px;
  background-color: #000;
  background-image: url("../img/pc/strengths_mv_bg.jpg");
}
.p-strengths .b-mv .nav {
  padding: 106px 40px 0;
}
.p-strengths .b-mv .nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 388px);
  gap: 22px 18px;
  justify-content: center;
  max-width: 1606px;
  margin: 0 auto;
}
.p-strengths .b-mv .nav .item {
  background: rgba(255, 255, 255, 0.5);
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-strengths .b-mv .nav .item__inner {
  display: flex;
  height: 80px;
  padding: 16px 0;
}
.p-strengths .b-mv .nav .item__counter {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 76px;
  border-right: 2px solid #b3b3b4;
}
.p-strengths .b-mv .nav .item__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-strengths .b-mv .nav .item__title::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 24px;
  display: block;
  width: 19px;
  height: 19px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/strengths_nav_chevron.svg") no-repeat;
}
.p-strengths .b-mv .nav .item:nth-child(n+5) {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(35, 24, 21, 0.5) 200%);
}
.p-strengths .main-section__list {
  display: flex;
  flex-direction: column;
}
.p-strengths .main-section__list .section {
  position: relative;
  overflow: hidden;
}
.p-strengths .main-section__list .section__light {
  position: absolute;
  top: 280px;
  z-index: 10;
  width: 340px;
  height: 592px;
  background: url("../img/pc/strengths_section_bg_light.png") no-repeat;
  mix-blend-mode: lighten;
}
.p-strengths .main-section__list .section .top {
  position: relative;
  z-index: 20;
  height: 569px;
  isolation: isolate;
}
.p-strengths .main-section__list .section .top__container {
  position: relative;
  padding: 0 40px;
  margin: 0 auto;
}
.p-strengths .main-section__list .section .top__image {
  position: absolute;
  z-index: -1;
  width: 1936px;
  height: 569px;
}
.p-strengths .main-section__list .section .top__image img {
  max-width: unset;
  object-fit: none;
}
.p-strengths .main-section__list .section .top__block {
  max-width: 560px;
  padding-top: 80px;
}
.p-strengths .main-section__list .section .top__headline {
  margin-top: 20px;
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  color: #dadbdb;
  letter-spacing: 0.1em;
}
.p-strengths .main-section__list .section .top__english {
  margin-top: 20px;
}
.p-strengths .main-section__list .section .top__text {
  max-width: 410px;
  margin-top: 24px;
  color: #fff;
}
.p-strengths .main-section__list .section .bottom {
  position: relative;
  z-index: 20;
  height: 493px;
  margin-top: -34px;
  isolation: isolate;
}
.p-strengths .main-section__list .section .bottom__container {
  position: relative;
  padding: 0 40px;
  margin: 0 auto;
}
.p-strengths .main-section__list .section .bottom__image {
  position: absolute;
  z-index: -1;
  width: 867px;
  height: 421px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-strengths .main-section__list .section .bottom__image img {
  max-width: unset;
  object-fit: none;
}
.p-strengths .main-section__list .section .bottom__block {
  max-width: 480px;
  padding-top: 66px;
}
.p-strengths .main-section__list .section .bottom__headline {
  margin-top: 20px;
  font-size: 31px;
  font-weight: bold;
  line-height: 50px;
  color: #3e3a39;
  letter-spacing: 0.1em;
}
.p-strengths .main-section__list .section .bottom__english {
  margin-top: 20px;
}
.p-strengths .main-section__list .section .bottom__text {
  margin-top: 24px;
}
.p-strengths .main-section__list .section:nth-child(odd) .top__container {
  max-width: 1590px;
}
.p-strengths .main-section__list .section:nth-child(odd) .top__image {
  right: -172px;
}
.p-strengths .main-section__list .section:nth-child(odd) .top__block {
  margin-left: auto;
}
.p-strengths .main-section__list .section:nth-child(odd) .bottom__container {
  max-width: 1278px;
}
.p-strengths .main-section__list .section:nth-child(odd) .bottom__image {
  left: 574px;
}
.p-strengths .main-section__list .section:nth-child(odd) .bottom__block {
  margin-right: auto;
}
.p-strengths .main-section__list .section:nth-child(even) .top__container {
  max-width: 1534px;
}
.p-strengths .main-section__list .section:nth-child(even) .top__image {
  left: -200px;
}
.p-strengths .main-section__list .section:nth-child(even) .top__block {
  margin-right: auto;
}
.p-strengths .main-section__list .section:nth-child(even) .bottom__container {
  max-width: 1312px;
}
.p-strengths .main-section__list .section:nth-child(even) .bottom__image {
  right: 594px;
}
.p-strengths .main-section__list .section:nth-child(even) .bottom__block {
  margin-left: auto;
}
.p-strengths .main-section__list .section:nth-child(3), .p-strengths .main-section__list .section:nth-child(4), .p-strengths .main-section__list .section:nth-child(7), .p-strengths .main-section__list .section:nth-child(8) {
  background: #000;
}
.p-strengths .main-section__list .section:nth-child(3) .top__headline, .p-strengths .main-section__list .section:nth-child(4) .top__headline, .p-strengths .main-section__list .section:nth-child(7) .top__headline, .p-strengths .main-section__list .section:nth-child(8) .top__headline {
  color: #fff;
}
.p-strengths .main-section__list .section:nth-child(3) .top__text, .p-strengths .main-section__list .section:nth-child(4) .top__text, .p-strengths .main-section__list .section:nth-child(7) .top__text, .p-strengths .main-section__list .section:nth-child(8) .top__text {
  color: #fff;
}
.p-strengths .main-section__list .section:nth-child(3) .bottom__headline, .p-strengths .main-section__list .section:nth-child(4) .bottom__headline, .p-strengths .main-section__list .section:nth-child(7) .bottom__headline, .p-strengths .main-section__list .section:nth-child(8) .bottom__headline {
  color: #fff;
}
.p-strengths .main-section__list .section:nth-child(3) .bottom__text, .p-strengths .main-section__list .section:nth-child(4) .bottom__text, .p-strengths .main-section__list .section:nth-child(7) .bottom__text, .p-strengths .main-section__list .section:nth-child(8) .bottom__text {
  color: #fff;
}

.p-single .background {
  max-width: 1920px;
  margin: 0 auto;
}
.p-single .background__inner {
  padding: 46px 40px 94px;
  background: #f5f6f6;
}
.p-single .background__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 52px;
  max-width: 1200px;
  margin: 0 auto;
}
.p-single .background__category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 45px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-single .post__title-block {
  padding: 44px 0 20px;
  margin: 0 45px;
  border-bottom: 2px solid #f5f5f5;
}
.p-single .post__title {
  font-size: 27px;
  font-weight: bold;
  line-height: 40px;
  color: #3e3a39;
}
.p-single .post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 14px;
}
.p-single .post__category {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1;
  color: #b3b3b4;
  background: #ededed;
}
.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: #629caf;
}
.p-single .post__content h3 {
  font-size: 24px;
  color: #3e3a39;
  border-bottom: 3px solid #eeeeef;
}
.p-single .post .relation {
  padding-top: 30px;
  margin: 0 55px;
  border-top: 1px solid #d8d9d9;
}
.p-single .post .relation__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #629caf;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-single .post .relation__title::after {
  display: block;
  width: 79px;
  height: 2px;
  margin: 22px auto 0;
  content: "";
  background-color: #629caf;
}
.p-single .post .relation__list {
  margin-top: 26px;
}
.p-single .post .relation .item {
  margin-top: 20px;
}
.p-single .post .relation .item a {
  display: flex;
}
.p-single .post .relation .item__image {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 104px;
  background-color: #9e9e9f;
}
.p-single .post .relation .item__image img {
  object-fit: cover;
  width: 100%;
  height: 68px;
}
.p-single .post .relation .item__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 1em 8px 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  background-color: #f4f4f4;
}
.p-single .post .relation .item__title::after {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 1em;
  content: "";
  background-image: url("../img/pc/single_relation_chevron.svg");
  background-repeat: no-repeat;
}
.p-single .post__post-navi {
  position: relative;
  height: 60px;
  margin: 38px auto 0;
  line-height: 1;
}
.p-single .post__post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #629caf;
}
.p-single .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 58px;
}
.p-single .post__post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single .post__post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #629caf;
  transform: translateX(-50%);
}
.p-single .post__post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single .post__post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #629caf;
}
.p-single .post__post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single .post__post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single .post__sns {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  margin-top: 39px;
  background-color: #fff;
}
.p-single .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single .post__sns ul li {
  margin-left: 10px;
}
.p-single .recently {
  margin-top: 48px;
}
.p-single .recently__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #629caf;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.p-single .recently__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #629caf;
}
.p-single .recently__list {
  position: relative;
  padding: 0 10px;
  margin-top: 22px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.p-single .recently .item {
  border-bottom: 1px solid #eaeaeb;
}
.p-single .recently .item:last-of-type {
  border-bottom: none;
}
.p-single .recently .item a {
  padding: 18px 10px 24px;
}
.p-single .recently .item__title {
  font-size: 16px;
  line-height: 24px;
  color: #3e3a39;
}
.p-single .recently .item__date {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.p-single .b-site-banner {
  margin-top: 28px;
}

.p-scene .mv {
  position: relative;
  max-width: 1920px;
  height: clamp(800px, 100vh, 946px);
  margin: 0 auto;
  background: url("../img/pc/scene_mv_bg.jpg") no-repeat center/cover;
  container-type: inline-size;
}
.p-scene .mv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 124px 0 0;
  overflow: hidden;
}
.p-scene .mv__inner::before {
  position: absolute;
  bottom: 56px;
  left: 110px;
  display: block;
  width: 305px;
  height: 103px;
  content: "";
  background: url("../img/pc/scene_mv_deco_1.png") no-repeat;
}
@container (width < 1400px) {
  .p-scene .mv__inner::before {
    display: none;
  }
}
.p-scene .mv__inner::after {
  position: absolute;
  right: 62px;
  bottom: 56px;
  display: block;
  width: 337px;
  height: 158px;
  content: "";
  background: url("../img/pc/scene_mv_deco_2.png") no-repeat;
}
@container (width < 1400px) {
  .p-scene .mv__inner::after {
    display: none;
  }
}
.p-scene .mv__scroll {
  position: absolute;
  bottom: 78px;
  left: calc(50% - 42px);
  z-index: 1000;
  width: 83px;
  height: 66px;
}
.p-scene .mv__large {
  margin-top: 30px;
}
.p-scene .mv__english {
  margin-top: 38px;
}
.p-scene .mv__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 44px;
}
.p-scene .mv__text span {
  padding: 11px 10px 11px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-scene .workday {
  position: relative;
  overflow: hidden;
}
.p-scene .workday__fixed {
  position: absolute;
  inset: 0;
  background: url("../img/pc/scene_workday_fixed_bg.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
.p-scene .workday__bg {
  position: absolute;
  top: 54px;
  left: calc(50% - 750px);
  width: 1588px;
  height: 1350px;
  background: url("../img/pc/scene_workday_bg.png") no-repeat;
}
.p-scene .workday__video {
  position: absolute;
  top: 960px;
  left: calc(50% + 22px);
  width: 826px;
  height: 504px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-scene .workday__fg {
  position: relative;
}
.p-scene .workday__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 196px 40px 784px;
}
.p-scene .workday__headline {
  margin-top: 32px;
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-scene .workday__english {
  margin-top: 22px;
}
.p-scene .workday__text {
  width: 400px;
  margin-top: 32px;
  color: #fff;
  text-align: center;
}
.p-scene .thoughts {
  position: relative;
  z-index: 100;
  padding: 102px 0 0;
  overflow: hidden;
}
.p-scene .thoughts .block {
  max-width: 1620px;
  height: 544px;
  padding: 202px 118px 0;
  margin: 0 auto;
  background: url("../img/pc/scene_thoughts_block_bg.jpg") no-repeat center;
}
.p-scene .thoughts .block__headline {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-scene .thoughts .block__title {
  margin-top: 36px;
}
.p-scene .thoughts .block__english {
  margin-top: 24px;
}
.p-scene .thoughts__main {
  position: relative;
  margin-top: -66px;
}
.p-scene .thoughts__bg {
  position: absolute;
  top: 0;
  left: calc(50% - 794px);
  width: 1557px;
  height: 1331px;
  background: url("../img/pc/scene_thoughts_bg.png") no-repeat;
}
.p-scene .thoughts__video {
  position: absolute;
  top: 938px;
  left: calc(50% - 858px);
  width: 826px;
  height: 504px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-scene .thoughts__fg {
  position: relative;
}
.p-scene .thoughts__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 208px 40px 628px;
}
.p-scene .thoughts__headline {
  margin-top: 32px;
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  color: #3e3a39;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-scene .thoughts__english {
  margin-top: 22px;
}
.p-scene .thoughts__text {
  width: 420px;
  margin-top: 32px;
  text-align: center;
}
.p-scene .affirmation {
  padding: 180px 0 0;
  margin-top: -56px;
  overflow: hidden;
  background: #000;
}
.p-scene .affirmation .block {
  max-width: 1620px;
  height: 544px;
  padding: 202px 118px 0;
  margin: 0 auto;
  background: url("../img/pc/scene_affirmation_block_bg.jpg") no-repeat center;
}
.p-scene .affirmation .block__headline {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-scene .affirmation .block__title {
  margin-top: 36px;
}
.p-scene .affirmation .block__english {
  margin-top: 24px;
}
.p-scene .affirmation__main {
  position: relative;
  margin-top: -66px;
}
.p-scene .affirmation__bg {
  position: absolute;
  top: 0;
  left: calc(50% - 768px);
  width: 1560px;
  height: 1221px;
  background: url("../img/pc/scene_affirmation_bg.png") no-repeat;
}
.p-scene .affirmation__video {
  position: absolute;
  top: 798px;
  right: calc(50% - 850px);
  width: 826px;
  height: 504px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-scene .affirmation__fg {
  position: relative;
}
.p-scene .affirmation__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 208px 40px 770px;
}
.p-scene .affirmation__headline {
  margin-top: 32px;
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-scene .affirmation__english {
  margin-top: 22px;
}
.p-scene .affirmation__text {
  width: 420px;
  margin-top: 32px;
  color: #fff;
  text-align: center;
}
.p-scene .holiday {
  position: relative;
  z-index: 100;
  padding: 102px 0 0;
  overflow: hidden;
}
.p-scene .holiday .block {
  max-width: 1620px;
  height: 544px;
  padding: 202px 118px 0;
  margin: 0 auto;
  background: url("../img/pc/scene_holiday_block_bg.jpg") no-repeat center;
}
.p-scene .holiday .block__headline {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-scene .holiday .block__title {
  margin-top: 36px;
}
.p-scene .holiday .block__english {
  margin-top: 24px;
}
.p-scene .holiday__main {
  position: relative;
  margin-top: -46px;
}
.p-scene .holiday__bg {
  position: absolute;
  top: 0;
  left: calc(50% - 750px);
  width: 1577px;
  height: 1218px;
  background: url("../img/pc/scene_holiday_bg.png") no-repeat;
}
.p-scene .holiday__video {
  position: absolute;
  top: 882px;
  left: calc(50% - 668px);
  width: 826px;
  height: 504px;
  overflow: hidden;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-scene .holiday__fg {
  position: relative;
}
.p-scene .holiday__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 192px 40px 622px;
}
.p-scene .holiday__headline {
  margin-top: 32px;
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  color: #3e3a39;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-scene .holiday__english {
  margin-top: 22px;
}
.p-scene .holiday__text {
  width: 420px;
  margin-top: 32px;
  text-align: center;
}
.p-scene .product {
  padding: 198px 40px 78px;
  margin-top: -74px;
  background: linear-gradient(to top, #fff 112px, #000 112px);
}
.p-scene .product__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-scene .product__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-scene .product__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 286px);
  gap: 34px;
  justify-content: center;
  max-width: 1566px;
  margin: 42px auto 0;
}
.p-scene .product__list .item {
  padding: 5px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-scene .product__list .item__image {
  height: 274px;
  background: #9e9e9f;
}
.p-scene .product__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-scene .product__list .item__main {
  padding: 20px 18px 30px;
}
.p-scene .product__list .item__title {
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 27px;
  color: #606060;
  border-bottom: 4px solid #ededed;
}
.p-scene .product__list .item__price {
  min-height: 32px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 32px;
  color: #606060;
  text-align: right;
  letter-spacing: 0.1em;
}
.p-scene .product__list .item__button {
  width: 239px;
  margin: 18px auto 0;
}
.p-scene .product__list .item__button a {
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 20px 0 30px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #000;
  border-radius: 27px;
}
.p-scene .product__list .item__button a::after {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/scene_product_icon_link.svg") no-repeat;
}

.p-recruit {
  max-width: 1920px;
  margin: 0 auto;
}
.p-recruit .bg-area-1 {
  background: #f5f6f6;
}
.p-recruit .mv {
  height: 1210px;
  background: url("../img/pc/recruit_mv_bg.png") no-repeat top left;
}
.p-recruit .mv__inner {
  position: relative;
  padding: 226px 0 0 174px;
}
.p-recruit .mv__button {
  position: absolute;
  top: 534px;
  left: 744px;
  width: 176px;
  height: 176px;
}
.p-recruit .mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-recruit .mv__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit .mv__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-recruit .mv__title::after {
  display: block;
  width: 61px;
  height: 2px;
  margin-top: 22px;
  content: "";
  background: #629caf;
}
.p-recruit .mv__large {
  position: relative;
  left: -24px;
  margin-top: 16px;
}
.p-recruit .mv__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
}
.p-recruit .mv__headline span {
  padding: 14px 28px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #629caf;
}
.p-recruit .mv__english {
  margin-top: 64px;
}
.p-recruit .work {
  position: relative;
  z-index: 10;
  height: 589px;
  margin-top: -372px;
  overflow: hidden;
}
.p-recruit .work__container {
  position: relative;
  max-width: 1532px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-recruit .work__bg {
  position: absolute;
  top: 0;
  left: 580px;
  width: 1172px;
  height: 589px;
}
.p-recruit .work__bg img {
  object-fit: none;
  object-position: center;
  max-width: unset;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit .work__block {
  max-width: 400px;
  padding: 118px 0 0;
}
.p-recruit .work__headline {
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 0.1em;
  margin-top: 16px;
  color: #3e3a39;
}
.p-recruit .work__english {
  margin-top: 22px;
}
.p-recruit .work__text {
  margin-top: 32px;
}
.p-recruit .vision {
  position: relative;
  z-index: 10;
  padding-bottom: 100px;
  margin-top: -84px;
  overflow: hidden;
}
.p-recruit .vision__container {
  position: relative;
  max-width: 1612px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-recruit .vision__bg {
  position: absolute;
  top: 0;
  right: 474px;
  width: 1316px;
  height: 722px;
}
.p-recruit .vision__bg img {
  object-fit: none;
  object-position: center;
  max-width: unset;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit .vision__block {
  max-width: 420px;
  padding: 278px 0 0;
  margin-left: auto;
}
.p-recruit .vision__headline {
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 0.1em;
  margin-top: 16px;
  color: #3e3a39;
}
.p-recruit .vision__english {
  margin-top: 22px;
}
.p-recruit .vision__text {
  width: 400px;
  margin-top: 32px;
}
.p-recruit .profile {
  position: relative;
  isolation: isolate;
}
.p-recruit .profile__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 439px;
}
.p-recruit .profile__bg .c-slider-smooth__group {
  gap: 17px;
  padding-right: 17px;
}
.p-recruit .profile__fg {
  position: relative;
  padding: 88px 0 0;
}
.p-recruit .profile__inner {
  max-width: 1690px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-recruit .profile__block {
  max-width: 554px;
  padding: 60px 0 40px 78px;
  background: #fff;
}
.p-recruit .profile__headline {
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 0.1em;
  margin-top: 16px;
  color: #3e3a39;
}
.p-recruit .profile__english {
  margin-top: 22px;
}
.p-recruit .profile__text {
  width: 428px;
  margin-top: 32px;
}
.p-recruit .position {
  padding: 34px 40px 72px;
}
.p-recruit .position__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .position__title span {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-recruit .position__title img {
  margin-top: 16px;
}
.p-recruit .position__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 576px);
  gap: 32px 46px;
  align-items: stretch;
  justify-content: center;
  max-width: 1198px;
  margin: 40px auto 0;
}
.p-recruit .position__list .item {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit .position__list .item__container {
  display: grid;
  grid-template-columns: 182px 1fr;
  height: 100%;
}
.p-recruit .position__list .item__image {
  position: relative;
  min-height: 106px;
}
.p-recruit .position__list .item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: unset;
  height: 100%;
  object-fit: contain;
}
.p-recruit .position__list .item__block {
  padding: 16px 30px;
}
.p-recruit .position__list .item__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.p-recruit .position__list .item__detail {
  margin-top: 4px;
}
.p-recruit .position__note {
  margin-top: 44px;
  text-align: center;
}
.p-recruit .recruit {
  padding: 80px 40px 136px;
  background: #f5f6f6;
}
.p-recruit .recruit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .recruit__title span {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-recruit .recruit__title::after {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 22px;
  content: "";
  background: #629caf;
}
.p-recruit .recruit__list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  max-width: 1200px;
  margin: 24px auto 0;
}
.p-recruit .b-site-banner {
  margin-top: 36px;
}

.p-product .b-mv {
  padding-bottom: 64px;
  background-color: #000;
  background-image: url("../img/pc/product_mv_bg.jpg");
}
.p-product .b-mv .nav {
  padding: 74px 40px 0;
}
.p-product .b-mv .nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 576px);
  gap: 32px 46px;
  max-width: 1198px;
  margin: 0 auto;
}
.p-product .b-mv .nav .item {
  height: 105px;
}
.p-product .b-mv .nav .item__inner {
  display: grid;
  grid-template-columns: 182px 1fr;
  height: 100%;
  background: #f7f5f0;
}
.p-product .b-mv .nav .item__image {
  background: center/cover no-repeat;
}
.p-product .b-mv .nav .item__main {
  position: relative;
  padding: 28px 0 0 34px;
}
.p-product .b-mv .nav .item__main::after {
  position: absolute;
  top: 44px;
  right: 28px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: url("../img/pc/product_mv_nav_chevron.svg") no-repeat;
}
.p-product .b-mv .nav .item__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-product .b-mv .nav .item__english {
  margin-top: 16px;
}
.p-product .main-section {
  margin-top: 128px;
}
.p-product .main-section__list {
  display: flex;
  flex-direction: column;
}
.p-product .main-section__list .section .top-block {
  position: relative;
  max-width: 1620px;
  height: 416px;
  margin: -40px auto 0;
  isolation: isolate;
}
.p-product .main-section__list .section .top-block__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-product .main-section__list .section .top-block__bg img {
  object-position: center;
  object-fit: none;
  width: 100%;
  height: 100%;
}
.p-product .main-section__list .section .top-block__fg {
  position: absolute;
  inset: 0;
  padding: 184px 40px 0;
}
.p-product .main-section__list .section .top-block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-product .main-section__list .section .top-block__title span {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #cce2ea;
}
.p-product .main-section__list .section .concept {
  max-width: 1200px;
  margin: 36px auto 0;
}
.p-product .main-section__list .section .concept__container {
  display: flex;
  gap: 40px 78px;
  justify-content: center;
}
.p-product .main-section__list .section .concept__slider {
  width: 618px;
  height: 378px;
}
.p-product .main-section__list .section .concept__slider > * {
  width: 100%;
  height: 100%;
}
.p-product .main-section__list .section .concept__block {
  width: 504px;
  padding: 34px 0 0;
}
.p-product .main-section__list .section .concept__headline {
  margin-top: 10px;
  font-size: 41px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 0.1em;
}
.p-product .main-section__list .section .concept__english {
  margin-top: 16px;
}
.p-product .main-section__list .section .concept__text {
  width: 410px;
  margin-top: 26px;
}
.p-product .main-section__list .section .product {
  padding: 42px 40px 0;
}
.p-product .main-section__list .section .product__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
}
.p-product .main-section__list .section .product__title::after {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #629caf;
}
.p-product .main-section__list .section .product__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 38px;
  margin: 16px auto 0;
  font-size: 14px;
  line-height: 1;
  border-radius: 19px;
}
.p-product .main-section__list .section .product__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 304px);
  justify-content: center;
  max-width: 1520px;
  margin: 4px auto 0;
  container-type: inline-size;
}
.p-product .main-section__list .section .product__list .item {
  position: relative;
  isolation: isolate;
}
.p-product .main-section__list .section .product__list .item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-product .main-section__list .section .product__list .item::after {
  position: absolute;
  right: 24px;
  bottom: 42px;
  z-index: -1;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: url("../img/pc/icon_external_link.svg") no-repeat;
}
.p-product .main-section__list .section .product__list .item__top {
  flex: 0 0 auto;
  height: 22px;
}
.p-product .main-section__list .section .product__list .item__middle {
  flex: 1 1 auto;
  padding: 8px 0 16px;
  border-right-style: solid;
  border-right-width: 4px;
}
.p-product .main-section__list .section .product__list .item__image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.p-product .main-section__list .section .product__list .item__image img {
  object-fit: contain;
  object-position: center;
}
.p-product .main-section__list .section .product__list .item__title {
  padding: 0 42px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #3e3a39;
  text-align: center;
}
.p-product .main-section__list .section .product__list .item__bottom {
  flex: 0 0 auto;
  height: 22px;
  margin: 0 6px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
}
@container (width < 608px) {}
@container (608px <= width < 912px) {
  .p-product .main-section__list .section .product__list .item:nth-child(2n+1) .item__middle {
    border-left-style: solid;
    border-left-width: 4px;
  }
  .p-product .main-section__list .section .product__list .item:nth-last-child(-n+2) .item__bottom {
    border-bottom: unset;
  }
}
@container (912px <= width < 1216px) {
  .p-product .main-section__list .section .product__list .item:nth-child(3n+1) .item__middle {
    border-left-style: solid;
    border-left-width: 4px;
  }
  .p-product .main-section__list .section .product__list .item:nth-last-child(-n+3) .item__bottom {
    border-bottom: unset;
  }
  .p-product .main-section__list .section .product__list .item:nth-child(3n+1) .item__middle {
    border-left-style: solid;
    border-left-width: 4px;
  }
  .p-product .main-section__list .section .product__list .item:nth-last-child(-n+3) .item__bottom {
    border-bottom: unset;
  }
}
@container (1216px <= width < 1520px) {
  .p-product .main-section__list .section .product__list .item:nth-child(4n+1) .item__middle {
    border-left-style: solid;
    border-left-width: 4px;
  }
  .p-product .main-section__list .section .product__list .item:nth-last-child(-n+4) .item__bottom {
    border-bottom: unset;
  }
  .p-product .main-section__list .section .product__list .item:nth-child(4n+1) .item__middle {
    border-left-style: solid;
    border-left-width: 4px;
  }
  .p-product .main-section__list .section .product__list .item:nth-last-child(-n+4) .item__bottom {
    border-bottom: unset;
  }
  .p-product .main-section__list .section .product__list .item:nth-child(4n+1) .item__middle {
    border-left-style: solid;
    border-left-width: 4px;
  }
  .p-product .main-section__list .section .product__list .item:nth-last-child(-n+4) .item__bottom {
    border-bottom: unset;
  }
}
@container (1520px <= width) {
  .p-product .main-section__list .section .product__list .item:nth-child(5n+1) .item__middle {
    border-left-style: solid;
    border-left-width: 4px;
  }
  .p-product .main-section__list .section .product__list .item:nth-last-child(-n+5) .item__bottom {
    border-bottom: unset;
  }
  .p-product .main-section__list .section .product__list .item:nth-child(5n+1) .item__middle {
    border-left-style: solid;
    border-left-width: 4px;
  }
  .p-product .main-section__list .section .product__list .item:nth-last-child(-n+5) .item__bottom {
    border-bottom: unset;
  }
  .p-product .main-section__list .section .product__list .item:nth-child(5n+1) .item__middle {
    border-left-style: solid;
    border-left-width: 4px;
  }
  .p-product .main-section__list .section .product__list .item:nth-last-child(-n+5) .item__bottom {
    border-bottom: unset;
  }
  .p-product .main-section__list .section .product__list .item:nth-child(5n+1) .item__middle {
    border-left-style: solid;
    border-left-width: 4px;
  }
  .p-product .main-section__list .section .product__list .item:nth-last-child(-n+5) .item__bottom {
    border-bottom: unset;
  }
}
.p-product .main-section__list .section .work {
  padding: 42px 40px 12px;
}
.p-product .main-section__list .section .work__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.p-product .main-section__list .section .work__title::after {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #629caf;
}
.p-product .main-section__list .section .work__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 386px);
  gap: 26px 20px;
  justify-content: center;
  max-width: 1604px;
  margin: 26px auto 0;
}
.p-product .main-section__list .section .work__list .item {
  position: relative;
  isolation: isolate;
}
.p-product .main-section__list .section .work__list .item__image {
  height: 238px;
  background: #9e9e9f;
}
.p-product .main-section__list .section .work__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-product .main-section__list .section .work__list .item__title {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
}
.p-product .main-section__list .section:nth-child(odd) {
  padding: 1px 0 38px;
  margin-bottom: 130px;
  background: #f5f6f6;
}
.p-product .main-section__list .section:nth-child(odd) .product__list .item__middle {
  border-color: #fff;
}
.p-product .main-section__list .section:nth-child(odd) .product__list .item__bottom {
  border-color: #fff;
}
.p-product .main-section__list .section:nth-child(odd) .product__link a {
  background: #fff;
}
.p-product .main-section__list .section:nth-child(even) {
  padding: 1px 0 110px;
}
.p-product .main-section__list .section:nth-child(even) .product__list .item__middle {
  border-color: #f5f6f6;
}
.p-product .main-section__list .section:nth-child(even) .product__list .item__bottom {
  border-color: #f5f6f6;
}
.p-product .main-section__list .section:nth-child(even) .product__link a {
  background: #f6f5f6;
}

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

@keyframes front_mv_fadein {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-front-page .bg-area-1 {
  background: #000;
}
.p-front-page .mv {
  position: relative;
  max-width: 1920px;
  height: 1320px;
  margin: 0 auto;
}
.p-front-page .mv .mv-bg {
  position: absolute;
  inset: 0;
}
.p-front-page .mv .mv-bg__container {
  display: grid;
  grid-template-columns: 77.2% 22.8%;
  height: 100%;
}
.p-front-page .mv .mv-bg__left {
  height: 100%;
  overflow: hidden;
}
.p-front-page .mv .mv-bg__right {
  height: 100%;
  overflow: hidden;
}
.p-front-page .mv .mv-bg__right .c-slider-smooth__inner {
  overflow: hidden;
}
.p-front-page .mv__filter {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 496px;
  background: linear-gradient(to top, #000 2%, transparent 98%);
}
.p-front-page .mv__filter-2 {
  position: absolute;
  bottom: 238px;
  left: 0;
  width: 291px;
  height: 580px;
  background: url("../img/pc/front_mv_filter.png") no-repeat;
  mix-blend-mode: multiply;
}
.p-front-page .mv__filter-3 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.p-front-page .mv__filter-4 {
  position: absolute;
  inset: 0;
  background: url("../img/pc/front_mv_filter_light_2.png") no-repeat;
  mix-blend-mode: screen;
}
.p-front-page .mv__fg {
  position: relative;
  height: clamp(800px, 100vh, 960px);
  overflow: hidden;
}
.p-front-page .mv__inner {
  position: relative;
  max-width: 1800px;
  height: 100%;
  padding: 0 140px 0 40px;
  margin: 0 auto;
  container-type: inline-size;
}
.p-front-page .mv__scroll {
  position: absolute;
  right: 90px;
  bottom: 88px;
  z-index: 1000;
  width: 16px;
  height: 134px;
}
.p-front-page .mv__large {
  position: absolute;
  bottom: 88px;
  left: 70px;
  z-index: 100;
  opacity: 0;
  animation: 0.6s front_mv_fadein 1.2s forwards;
}
.p-front-page .mv__english {
  position: absolute;
  bottom: 152px;
  left: 922px;
  z-index: 100;
  opacity: 0;
  animation: 0.6s front_mv_fadein 1.2s forwards;
}
@container (width < 1500px) {
  .p-front-page .mv__english {
    display: none;
  }
}
.p-front-page .concept {
  position: relative;
  z-index: 100;
  padding-bottom: 314px;
  margin-top: -250px;
  overflow: hidden;
}
.p-front-page .concept__container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1754px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .concept__block {
  position: relative;
  flex: 0 0 auto;
  width: 620px;
  padding: 16px 0 0 162px;
}
.p-front-page .concept__bg {
  max-width: 969px;
  height: 538px;
}
.p-front-page .concept__bg img {
  max-width: unset;
  object-fit: none;
  object-position: center;
}
.p-front-page .concept__title {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 63px;
  height: 281px;
}
.p-front-page .concept__headline {
  font-size: 41px;
  font-weight: bold;
  line-height: 66px;
  color: #3e3a39;
  letter-spacing: 0.1em;
  color: #fff;
}
.p-front-page .concept__english {
  margin-top: 20px;
}
.p-front-page .concept__text {
  max-width: 410px;
  margin-top: 32px;
  color: #fff;
}
.p-front-page .concept__button {
  margin-top: 62px;
  --c-button-circle-color-bg: #406572;
  --c-button-circle-color-text: #fff;
  --c-button-circle-color-bar: #fff;
}
.p-front-page .banner-area {
  position: relative;
  z-index: 200;
  margin-top: -248px;
}
.p-front-page .banner-area__list .c-slider__track {
  justify-content: center;
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .banner-area__list .c-slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 651px;
  height: 258px;
  margin-right: 34px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .banner-area__list .c-slider__item > div {
  height: 100%;
  background: #fff;
}
.p-front-page .banner-area__list .c-slider__item a {
  height: 100%;
}
.p-front-page .banner-area__list .c-slider__item a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-front-page .banner-area__list .c-slider__arrow-left {
  top: 98px;
  left: 30%;
  width: 58px;
  height: 58px;
  background: #000 url("../img/pc/front_banner_area_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .banner-area__list .c-slider__arrow-right {
  top: 98px;
  right: 30%;
  width: 58px;
  height: 58px;
  background: #000 url("../img/pc/front_banner_area_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .product {
  padding: 86px 40px 100px;
  background: linear-gradient(to bottom, transparent 278px, #f5f6f6 278px);
}
.p-front-page .product__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .product__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .product__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 790px);
  gap: 38px;
  justify-content: center;
  margin-top: 42px;
}
.p-front-page .product__list li:nth-child(1), .p-front-page .product__list li:nth-child(2) {
  height: 367px;
}
.p-front-page .product__list li:nth-child(3), .p-front-page .product__list li:nth-child(4) {
  height: 260px;
}
.p-front-page .workday {
  max-width: 1920px;
  margin: 0 auto 0;
  container-type: inline-size;
  overflow: hidden;
}
.p-front-page .workday__block {
  position: relative;
  padding: 0 40px;
  background: url("../img/pc/front_workday_bg.jpg") no-repeat top center;
}
.p-front-page .workday__block::before {
  position: absolute;
  bottom: 56px;
  left: 62px;
  display: block;
  width: 305px;
  height: 102px;
  content: "";
  background: url("../img/pc/front_workday_deco_1.png") no-repeat;
}
@container (width < 1400px) {
  .p-front-page .workday__block::before {
    display: none;
  }
}
.p-front-page .workday__block::after {
  position: absolute;
  right: 56px;
  bottom: 58px;
  display: block;
  width: 337px;
  height: 141px;
  content: "";
  background: url("../img/pc/front_workday_deco_2.png") no-repeat;
}
@container (width < 1400px) {
  .p-front-page .workday__block::after {
    display: none;
  }
}
.p-front-page .workday__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 538px;
  padding: 140px 60px 0 0;
  margin: 0 auto;
}
.p-front-page .workday__inner::after {
  position: absolute;
  top: 408px;
  right: 358px;
  width: 68px;
  height: 44px;
  content: "";
  background: url("../img/pc/front_workday_arrow.svg") no-repeat;
}
@container (width < 1400px) {
  .p-front-page .workday__inner::after {
    right: calc(50% - 302px);
  }
}
.p-front-page .workday__large {
  margin-top: 28px;
}
.p-front-page .workday__english {
  margin-top: 40px;
}
.p-front-page .workday__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 44px;
}
.p-front-page .workday__text span {
  padding: 11px 10px 11px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-front-page .strengths {
  padding: 1px 0 96px;
  margin: 142px 0 0;
  background: #000 url("../img/pc/front_strengths_bg.png") no-repeat right bottom;
}
.p-front-page .strengths__block {
  max-width: 1620px;
  margin: -48px auto 0;
  background: url("../img/pc/front_strengths_block_bg.jpg") no-repeat center;
}
.p-front-page .strengths__block-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 416px;
  padding: 196px 0 0;
}
.p-front-page .strengths__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .strengths__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .strengths__title span {
  color: #fff;
}
.p-front-page .strengths__text {
  margin-top: 26px;
  color: #fff;
  text-align: center;
}
.p-front-page .strengths__list {
  margin: -2px 0 0 13%;
}
.p-front-page .strengths__list .c-slider__track {
  overflow: unset;
}
.p-front-page .strengths__list .c-slider__arrow-left {
  bottom: -110px;
  left: 0px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_strengths_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .strengths__list .c-slider__arrow-right {
  bottom: -110px;
  left: 72px;
  width: 58px;
  height: 58px;
  background: #629caf url("../img/pc/front_strengths_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .strengths__list .item {
  position: relative;
  width: 361px;
}
.p-front-page .strengths__list .item__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 413px;
}
.p-front-page .strengths__list .item__fg {
  position: relative;
  z-index: 20;
  padding: 330px 0 0 30px;
}
.p-front-page .strengths__list .item__counter {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 18px;
  height: 184px;
}
.p-front-page .strengths__list .item__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  color: #dadbdb;
}
.p-front-page .strengths__list .item__english {
  margin-top: 18px;
}
.p-front-page .strengths__button-wrapper {
  margin-left: 146px;
}
.p-front-page .strengths__button {
  margin: 120px auto 0;
  --c-button-circle-color-bg: #406572;
  --c-button-circle-color-text: #fff;
  --c-button-circle-color-bar: #fff;
}
.p-front-page .flow {
  position: relative;
  z-index: 100;
  padding: 82px 0 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #f5f6f6 584px, transparent 584px);
}
.p-front-page .flow__container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1836px;
  padding-left: 40px;
  margin-left: auto;
}
.p-front-page .flow__block {
  position: relative;
  flex: 0 0 auto;
  width: 660px;
  padding: 42px 0 0 162px;
}
.p-front-page .flow__bg {
  max-width: 1092px;
  height: 537px;
}
.p-front-page .flow__bg img {
  max-width: unset;
  object-fit: none;
  object-position: center;
}
.p-front-page .flow__title {
  position: absolute;
  top: 56px;
  left: 32px;
  width: 63px;
  height: 281px;
}
.p-front-page .flow__headline {
  font-size: 41px;
  font-weight: bold;
  line-height: 66px;
  color: #3e3a39;
  letter-spacing: 0.1em;
}
.p-front-page .flow__english {
  margin-top: 20px;
}
.p-front-page .flow__text {
  max-width: 410px;
  margin-top: 32px;
}
.p-front-page .flow__button {
  margin-top: 38px;
  --c-button-circle-color-bg: #629caf;
  --c-button-circle-color-text: #fff;
  --c-button-circle-color-bar: #fff;
}
.p-front-page .news {
  padding: 82px 0 94px;
}
.p-front-page .news__title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1696px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .news__title {
  display: flex;
  align-items: center;
}
.p-front-page .news__title span {
  margin-left: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .news__title-button {
  --c-button-see-all-width: 182px;
  --c-button-see-all-bg-color: #629caf;
}
.p-front-page .news__container {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 102px;
  max-width: 1684px;
  padding: 0 40px;
  margin: 28px auto 0;
}
.p-front-page .news__left {
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.p-front-page .news__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.p-front-page .news__item {
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.p-front-page .news__button {
  width: 272px;
  margin: 66px auto 0;
}
.p-front-page .recruit__wrapper {
  position: relative;
  z-index: 100;
  max-width: 1620px;
  margin: 0 auto -40px;
  background: #fff;
}
.p-front-page .recruit__block {
  position: relative;
  height: 332px;
  padding: 0 40px;
  background: url("../img/pc/front_recruit_bg.jpg") no-repeat center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .recruit__block::after {
  position: absolute;
  right: 36px;
  bottom: 26px;
  width: 68px;
  height: 44px;
  content: "";
  background: url("../img/pc/front_workday_arrow.svg") no-repeat;
}
.p-front-page .recruit__inner {
  max-width: 1424px;
  padding-top: 74px;
  margin-left: auto;
}
.p-front-page .recruit__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .recruit__title span {
  margin-top: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1px;
}
.p-front-page .recruit__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 38px;
}
.p-front-page .recruit__text span {
  padding: 11px 22px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
  background: #fff;
}
.p-front-page .bg-area-2 {
  padding: 148px 0 1px;
  background: #000;
}
.p-front-page .instagram-area {
  display: flex;
  justify-content: center;
  padding: 0 40px;
  margin-top: 72px;
}
.p-front-page .instagram-area__banner {
  margin-bottom: -38px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .thoughts {
  padding: 250px 40px 226px;
  background: url("../img/pc/front_thoughts_bg.jpg") no-repeat top center;
}
.p-front-page .thoughts__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .thoughts__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .thoughts__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .thoughts__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .thoughts__title::after {
  display: block;
  width: 61px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #629caf;
}
.p-front-page .thoughts__headline {
  margin-top: 42px;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .thoughts__english {
  margin-top: 36px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .thoughts__text {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}

.p-contact .bg-area {
  max-width: 1920px;
  margin: 0 auto;
}
.p-contact .bg-area__inner {
  background: #f5f6f6;
}
.p-contact .main {
  padding: 68px 40px 78px;
}
.p-contact .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact .main__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #595757;
  letter-spacing: 0.1em;
}
.p-contact .main__info {
  margin-top: 42px;
  text-align: center;
}
.p-contact .main__container {
  margin-top: 48px;
}
.p-contact .main__container .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact .main__container .tel-area__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-contact .main__container .tel-area__tel {
  margin-top: 24px;
  --c-tel-icon-size: 18px;
  --c-tel-font-size: 28px;
  --c-tel-gap: 10px;
  --c-tel-url-tel-icon: url("../img/pc/icon_tel_theme_white.svg");
}
.p-contact .main__container .tel-area__time {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
}
.p-contact .main__container .tel-area__fax {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
}
.p-contact .form {
  max-width: 1116px;
  margin: 58px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.p-contact .b-contact {
  padding-top: 76px;
}
.p-contact .b-site-banner {
  margin-top: 28px;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 68px 40px 76px;
  background: #f4f4f4;
}
.p-archive .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-archive .main__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #595757;
}
.p-archive .main__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 54px;
  max-width: 1200px;
  margin: 56px auto 0;
}
.p-archive .main__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.p-archive .main__item {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-archive .main__category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-archive .wp-pagenavi {
  padding: 86px 0 0;
}
.p-archive .b-site-banner {
  margin-top: 28px;
}

.p-about {
  max-width: 1920px;
  margin: 0 auto;
}
.p-about .b-mv {
  background-image: url("../img/pc/about_mv_bg.jpg");
}
.p-about .philosophy {
  padding: 1px 40px 1px;
  margin-top: -418px;
  background: #000 url("../img/pc/about_philosophy_bg.jpg") no-repeat bottom left;
}
.p-about .philosophy__inner {
  position: relative;
}
.p-about .philosophy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.p-about .philosophy__title span {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
}
.p-about .philosophy__title::after {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 22px;
  content: "";
  background: #629caf;
}
.p-about .philosophy__headline {
  margin-top: 32px;
  font-size: 35px;
  font-weight: bold;
  line-height: 55px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-about .philosophy__english {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.p-about .philosophy__text {
  margin-top: 32px;
  color: #fff;
  text-align: center;
}
.p-about .philosophy__strategy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 72px;
}
.p-about .philosophy__strategy span {
  margin-top: 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #629caf;
}
.p-about .philosophy__strategy::after {
  display: block;
  width: 2px;
  height: 22px;
  margin-top: 12px;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
.p-about .philosophy__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 62px 22px;
  max-width: 1200px;
  margin: 52px auto -34px;
}
.p-about .philosophy__list .item {
  position: relative;
  grid-column: span 2;
  background: #000;
  isolation: isolate;
}
.p-about .philosophy__list .item:nth-child(4) {
  grid-column: span 3;
}
.p-about .philosophy__list .item:nth-child(5) {
  grid-column: span 3;
}
.p-about .philosophy__list .item__border {
  position: absolute;
  inset: 0;
  z-index: -1;
  clip-path: polygon(0 0, calc(50% - 37px) 0, calc(50% - 37px) 10px, calc(50% + 37px) 10px, calc(50% + 37px) 0, 100% 0, 100% 100%, 0 100%);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.p-about .philosophy__list .item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1px 26px 16px;
}
.p-about .philosophy__list .item__counter {
  display: flex;
  justify-content: center;
  margin-top: -34px;
}
.p-about .philosophy__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #629caf;
}
.p-about .philosophy__list .item__text-1 {
  width: 100%;
  padding-bottom: 20px;
  margin-top: 20px;
  color: #fff;
  letter-spacing: 0.01em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.p-about .philosophy__list .item__text-2 {
  width: 100%;
  margin-top: 16px;
  color: #fff;
  letter-spacing: 0.01em;
}
.p-about .greeting {
  padding: 146px 40px 0;
  isolation: isolate;
}
.p-about .greeting__container {
  position: relative;
  display: flex;
  max-width: 1625px;
  padding-left: 734px;
  margin: 0 auto;
}
.p-about .greeting__bg {
  position: absolute;
  top: 64px;
  right: 0;
  left: 0;
  z-index: -1;
  height: 576px;
  background: url("../img/pc/about_greeting_bg.jpg") no-repeat top left;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-about .greeting__block {
  padding: 1px 54px 40px 64px;
  background: #f5f6f6;
}
.p-about .greeting__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -14px;
}
.p-about .greeting__title span {
  margin-top: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
}
.p-about .greeting__text {
  margin-top: 28px;
  text-align: justify;
}
.p-about .greeting__signature {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
}
.p-about .company {
  padding: 112px 0 0;
}
.p-about .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .company__title span {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
}
.p-about .company__title::after {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 22px;
  content: "";
  background: #629caf;
}
.p-about .company__list {
  padding: 0 40px;
  margin: 24px auto 0;
}
.p-about .company__google-map {
  height: 420px;
  margin: 64px auto 0;
}
.p-about .facility {
  padding: 66px 40px 88px;
}
.p-about .facility__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
  letter-spacing: 0.1em;
}
.p-about .facility__title::after {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #629caf;
}
.p-about .facility__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 581px);
  gap: 38px 40px;
  justify-content: center;
  max-width: 1202px;
  margin: 34px auto 0;
}
.p-about .facility__list .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-about .facility__list .item__image {
  width: 100%;
  height: 312px;
}
.p-about .facility__list .item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about .facility__list .item__title {
  min-width: 210px;
  padding: 18px 40px 18px 28px;
  margin-top: -24px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #629caf;
  background: #fff;
}
.p-about .facility__list .item__text {
  padding-left: 28px;
  margin-top: -8px;
}
.p-about .equipment {
  padding: 106px 40px 94px;
  background: #000 url("../img/pc/about_equipment_bg.png") no-repeat top left;
}
.p-about .equipment__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .equipment__title span {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
}
.p-about .equipment__title::after {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 22px;
  content: "";
  background: #629caf;
}
.p-about .equipment__title span {
  color: #fff;
}
.p-about .equipment__title::after {
  background: #fff;
}
.p-about .equipment__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1200px;
  margin: 36px auto 0;
}
.p-about .equipment .gallery {
  padding: 68px 0 0;
}
.p-about .equipment .gallery__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-about .equipment .gallery__title::after {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #629caf;
}
.p-about .equipment .gallery__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 386px);
  gap: 30px 20px;
  justify-content: center;
  max-width: 1604px;
  margin: 42px auto 0;
}
.p-about .equipment .gallery__list .item__image {
  height: 238px;
  background: #9e9e9f;
}
.p-about .equipment .gallery__list .item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about .equipment .gallery__list .item__title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #629caf;
}
.p-about .history {
  padding: 98px 40px 114px;
}
.p-about .history__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .history__title span {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
}
.p-about .history__title::after {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 22px;
  content: "";
  background: #629caf;
}
.p-about .history__list {
  margin-top: 34px;
}
