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

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

html {
  scroll-behavior: smooth;
}

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

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

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

address {
  font-style: normal;
}

main {
  width: 100%;
}

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

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

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

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

.h-oh {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-size: var(--c-tel-font-size, 28px);
  font-weight: bold;
  line-height: 1;
  color: var(--c-tel-color-text, #fff);
}
.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_white_theme.svg")) no-repeat;
}

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

.c-slider-one {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__container {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__track {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__item {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__arrow-right {
  right: 6px;
  bottom: 6px;
  width: 54px;
  height: 54px;
  background: #fff url("../img/pc/c_slider_one_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.c-slider-one__main-slider .c-slider__arrow-left {
  display: none;
}
.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: #072768;
}
.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: #072768;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.c-recruit-table dd {
  width: 79%;
  padding: 18px 0 11px 2px;
  font-size: 16px;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.c-recruit-table__button {
  width: 323px;
  margin: 87px auto 0;
  background: linear-gradient(to right, #1642b1 0, rgba(22, 66, 177, 0.75) 100%);
  border-radius: 33px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.c-recruit-table__button a {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 10px 30px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
}
.c-recruit-table__button a::after {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_recruit_table_chevron.svg") no-repeat;
}

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

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

.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: #072768;
}
.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: #072768;
}
.c-post-category-list__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
}
.c-post-category-list__list .parent__title a {
  position: relative;
  padding: 18px 32px;
  font-size: 16px;
  line-height: 22px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}

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

.c-number-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 46px 10px 36px;
  background-color: #fff;
}
.c-number-block__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.1em;
}
.c-number-block__title::after {
  display: block;
  width: 45px;
  height: 2px;
  margin: 12px auto 0;
  content: "";
  background-color: #072768;
}
.c-number-block__number {
  margin-top: 22px;
  font-size: 50px;
  font-weight: bold;
  line-height: 54px;
  color: #072768;
}
.c-number-block__unit {
  margin-top: 2px;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
}
.c-number-block__detail {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #878787;
}

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

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

.c-button-circle {
  width: var(--c-button-circle-width, 258px);
  height: var(--c-button-circle-height, 68px);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--c-button-circle-color-text, #fff);
  background: var(--c-button-circle-color-bg, linear-gradient(to right, #1642b1 0%, rgba(22, 66, 177, 0.75) 100%));
  border-radius: calc(var(--c-button-circle-height, 68px) / 2);
}
.c-button-circle__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 34px 0 36px;
}
.c-button-circle__inner::after {
  display: block;
  width: 26px;
  height: 2px;
  margin-left: auto;
  content: "";
  background-color: var(--c-button-circle-color-bar, #fff);
}

.c-archive-nothing {
  max-width: 1084px;
  padding: 100px 0;
  margin: 0 auto;
}

.b-site-banner {
  padding: 88px 40px 122px;
}
.b-site-banner__title {
  display: flex;
  justify-content: center;
}
.b-site-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 40px;
}
.b-site-banner__item {
  width: 587px;
  height: 162px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}

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

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

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

.b-mv {
  max-width: 1920px;
  height: 498px;
  padding: 226px 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.b-mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-mv__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.b-mv__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.b-mv__title span::before {
  display: block;
  width: 62px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #fff;
}

.b-info-workflow {
  padding: 90px 40px 222px;
}
.b-info-workflow__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-info-workflow__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-info-workflow__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.b-info-workflow__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 286px);
  grid-gap: 66px 86px;
  justify-content: center;
  max-width: 1402px;
  margin: -10px auto 0;
  container-type: inline-size;
}
.b-info-workflow__list .item {
  position: relative;
}
.b-info-workflow__list .item::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.b-info-workflow__list .item::after {
  position: absolute;
  top: 272px;
  right: -86px;
  z-index: -1;
  display: block;
  width: 86px;
  height: 1px;
  content: "";
  background: #072768;
  transform: rotate(8deg);
}
.b-info-workflow__list .item__image {
  height: 231px;
}
.b-info-workflow__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.b-info-workflow__list .item__block {
  padding: 0 22px 20px;
  background: #f5f5f5;
}
.b-info-workflow__list .item__counter {
  display: flex;
  justify-content: center;
  margin-top: -34px;
}
.b-info-workflow__list .item__title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #072768;
  text-align: center;
}
.b-info-workflow__list .item__text {
  margin-top: 10px;
  text-align: justify;
}
@container (width < 658px) {}
@container (658px <= width < 1030px) {
  .b-info-workflow__list .item:nth-of-type(2n + 2) {
    top: 54px;
  }
  .b-info-workflow__list .item:nth-of-type(2n + 1)::before {
    top: 232px;
    left: -54px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
  .b-info-workflow__list .item:nth-of-type(2n + 2)::after {
    top: 270px;
    right: -58px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
}
@container (1030px <= width < 1402px) {
  .b-info-workflow__list .item:nth-of-type(3n + 2) {
    top: 54px;
  }
  .b-info-workflow__list .item:nth-of-type(3n + 1)::before {
    top: 232px;
    left: -54px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
  .b-info-workflow__list .item:nth-of-type(3n + 3)::after {
    top: 270px;
    right: -58px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
  .b-info-workflow__list .item:nth-of-type(3n + 3) {
    top: 108px;
  }
  .b-info-workflow__list .item:nth-of-type(3n + 1)::before {
    top: 232px;
    left: -54px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
  .b-info-workflow__list .item:nth-of-type(3n + 3)::after {
    top: 270px;
    right: -58px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
}
@container (1402px <= width) {
  .b-info-workflow__list .item:nth-of-type(4n + 2) {
    top: 54px;
  }
  .b-info-workflow__list .item:nth-of-type(4n + 1)::before {
    top: 232px;
    left: -54px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
  .b-info-workflow__list .item:nth-of-type(4n + 4)::after {
    top: 270px;
    right: -58px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
  .b-info-workflow__list .item:nth-of-type(4n + 3) {
    top: 108px;
  }
  .b-info-workflow__list .item:nth-of-type(4n + 1)::before {
    top: 232px;
    left: -54px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
  .b-info-workflow__list .item:nth-of-type(4n + 4)::after {
    top: 270px;
    right: -58px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
  .b-info-workflow__list .item:nth-of-type(4n + 4) {
    top: 162px;
  }
  .b-info-workflow__list .item:nth-of-type(4n + 1)::before {
    top: 232px;
    left: -54px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
  .b-info-workflow__list .item:nth-of-type(4n + 4)::after {
    top: 270px;
    right: -58px;
    width: 56px;
    height: 1px;
    background: #072768;
    transform: rotate(8deg);
  }
}
.b-info-workflow__list .item:first-of-type::before {
  display: none;
}
.b-info-workflow__list .item:last-of-type::after {
  display: none;
}

.b-info-feature {
  padding: 130px 0 0;
}
.b-info-feature__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-info-feature__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-info-feature__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.b-info-feature__list {
  position: relative;
  padding-bottom: 124px;
  margin-top: 54px;
}
.b-info-feature__slider {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 1000;
  height: 110px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.b-info-feature__bg {
  position: absolute;
  top: 452px;
  right: 0;
  left: 0;
  z-index: 10;
  height: 1068px;
  background: linear-gradient(to right, #1642b1 0, rgba(22, 66, 177, 0.75) 100%);
}
.b-info-feature__bg-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  height: 694px;
  background: #f5f5f5;
}
.b-info-feature__fg {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.b-info-feature__fg .section__container {
  display: flex;
}
.b-info-feature__fg .section__bg {
  flex: 1 1 auto;
  max-width: 1166px;
  height: 485px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.b-info-feature__fg .section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-info-feature__fg .section__block {
  flex: 0 0 auto;
  width: 450px;
}
.b-info-feature__fg .section__headline {
  margin-top: 10px;
  font-size: 35px;
  font-weight: bold;
  line-height: 52px;
}
.b-info-feature__fg .section__english {
  margin-top: 22px;
}
.b-info-feature__fg .section__text {
  max-width: 420px;
  margin-top: 30px;
}
.b-info-feature__fg .section:nth-child(odd) .section__container {
  gap: 100px;
  max-width: 1746px;
  padding-right: 40px;
}
.b-info-feature__fg .section:nth-child(even) .section__container {
  flex-direction: row-reverse;
  gap: 74px;
  max-width: 1720px;
  padding-left: 40px;
  margin-left: auto;
}
.b-info-feature__fg .section:nth-child(1) .section__headline {
  color: #072768;
}
.b-info-feature__fg .section:nth-child(1) .section__text {
  color: #111310;
}
.b-info-feature__fg .section:nth-child(2) .section__headline {
  color: #fff;
}
.b-info-feature__fg .section:nth-child(2) .section__text {
  color: #fff;
}
.b-info-feature__fg .section:nth-child(3) .section__headline {
  color: #fff;
}
.b-info-feature__fg .section:nth-child(3) .section__text {
  color: #fff;
}
.b-info-feature__fg .section:nth-child(4) .section__headline {
  color: #072768;
}
.b-info-feature__fg .section:nth-child(4) .section__text {
  color: #111310;
}
.b-info-feature__fg .section:nth-child(5) .section__headline {
  color: #072768;
}
.b-info-feature__fg .section:nth-child(5) .section__text {
  color: #111310;
}

.b-info-concept {
  position: relative;
  height: 578px;
  margin-top: 74px;
}
.b-info-concept__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.b-info-concept__bg img {
  position: absolute;
  top: 0;
  right: 516px;
  width: 1203px;
  max-width: unset;
  height: 578px;
  object-fit: none;
  object-position: top right;
}
.b-info-concept__fg {
  position: relative;
  padding-top: 110px;
}
.b-info-concept__container {
  position: relative;
  max-width: 1518px;
  padding: 0 40px;
  margin: 0 auto;
}
.b-info-concept__inner {
  max-width: 420px;
  margin-left: auto;
}
.b-info-concept__headline {
  font-size: 37px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: 0.1em;
}
.b-info-concept__english {
  margin-top: 28px;
}
.b-info-concept__text {
  margin-top: 28px;
}

.b-history-block__list {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px dashed rgba(7, 39, 104, 0.5);
}
.b-history-block__list::before {
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 45px;
  display: block;
  width: 2px;
  content: "";
  background: #072768;
}
.b-history-block__list .item {
  position: relative;
  padding: 30px 0 36px 0;
  border-bottom: 1px dashed rgba(7, 39, 104, 0.5);
}
.b-history-block__list .item::before {
  position: absolute;
  top: 42px;
  left: 42px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #072768;
  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: #d0d6e5;
  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: #072768;
  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;
  justify-content: space-between;
  max-width: 1900px;
  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);
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.b-header-content__nav {
  display: flex;
  align-items: center;
  padding-top: 6px;
}
.b-header-content__menu {
  display: flex;
  align-items: center;
  height: 44px;
}
@container (width < 1320px) {
  .b-header-content__menu {
    display: none;
  }
}
.b-header-content__menu li {
  padding: 0 36px;
}
.b-header-content__menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-header-content__menu li a span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--b-header-content-color-text, #fff);
  text-shadow: var(--b-header-content-nav-text-shadow, unset);
}
.b-header-content__menu li a img {
  margin-top: 16px;
}
.b-header-content__menu li + li {
  position: relative;
}
.b-header-content__menu li + li::before {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  display: block;
  width: 1px;
  height: 40px;
  content: "";
  background: var(--b-header-content-color-menu-border, rgba(255, 255, 255, 0.3));
}
.b-header-content__button-area {
  display: flex;
  gap: 14px;
  align-items: center;
}
.b-header-content__recruit {
  width: 152px;
}
.b-header-content__recruit a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background: #1642b1;
  border-radius: 3px;
}
.b-header-content__recruit a::before {
  display: block;
  width: 18px;
  height: 25px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_recruit_white.svg") no-repeat;
}
.b-header-content__contact {
  width: 152px;
}
.b-header-content__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background: #072768;
  border-radius: 3px;
}
.b-header-content__contact a::before {
  display: block;
  width: 28px;
  height: 18px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}

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

.b-header {
  position: relative;
  z-index: 7000;
  max-width: 1920px;
  margin: 0 auto;
}
.b-header__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 104px;
  padding-top: 40px;
}
.b-header__content--main {
  --b-header-content-logo-width: 255px;
  --b-header-content-logo-height: 60px;
  --b-header-content-logo-margin: 0 0 0 20px;
}

.b-footer {
  background: linear-gradient(to right, #041857 0, #051841 100%);
  position: relative;
  max-width: 1920px;
  padding-bottom: 40px;
  margin: 0 auto 0;
  overflow: hidden;
}
.b-footer::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  content: "";
  background: url("../img/pc/b_footer_bg.png") no-repeat right bottom;
  mix-blend-mode: soft-light;
}
.b-footer__container {
  position: relative;
  z-index: 10;
  display: flex;
  max-width: 1242px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 31%;
  max-width: 430px;
  padding-top: 62px;
}
.b-footer__block-2 {
  position: relative;
  width: 70%;
  max-width: 860px;
  padding: 126px 0 0 40px;
}
.b-footer__block-3 {
  position: relative;
  width: 10%;
  max-width: 212px;
  padding: 128px 0 0 0;
}
.b-footer__logo {
  width: 254px;
  height: 60px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.b-footer .address-block {
  max-width: 354px;
  padding-left: 12px;
  margin-top: 22px;
}
.b-footer .address-block__title {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.b-footer .address-block__title span {
  display: block;
  margin-top: 18px;
  font-size: 18px;
  font-weight: bold;
}
.b-footer .address-block__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 36px 0 0;
}
.b-footer .address-block__address {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.b-footer .address-block__button {
  width: 240px;
  height: 58px;
  margin: 50px 0 0 0;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 26px 0 22px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 29px;
}
.b-footer .address-block__button a::before {
  display: block;
  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;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, 90px);
  grid-template-columns: 200px 244px 200px;
  grid-auto-flow: column;
  gap: 26px 68px;
}
.b-footer__nav .item {
  height: 100%;
  border-bottom: 1px solid rgba(198, 199, 200, 0.5);
}
.b-footer__nav .item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 18px 0 0;
}
.b-footer__nav .item a::before {
  position: absolute;
  top: 24px;
  right: 0;
  display: block;
  width: 7px;
  height: 14px;
  content: "";
  background: url("../img/pc/b_footer_nav_chevron.svg") no-repeat;
}
.b-footer__nav .item span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-footer__nav .item img {
  margin-top: 18px;
}
.b-footer__nav .item:nth-of-type(5) a {
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding: 6px 0 0;
}
.b-footer__nav .item:nth-of-type(5) a img {
  margin: 0;
}
.b-footer__nav .item:nth-of-type(5) a span {
  margin-top: 10px;
}
.b-footer__nav .item:nth-of-type(6) a {
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding: 6px 0 0;
}
.b-footer__nav .item:nth-of-type(6) a img {
  margin: 0;
}
.b-footer__nav .item:nth-of-type(6) a span {
  margin-top: 16px;
}
.b-footer__banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 44px;
}
.b-footer__copyright {
  max-width: 1212px;
  padding: 0 20px;
  margin: 78px auto 0;
  color: #fff;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #fff;
}

.b-contact {
  background: linear-gradient(to right, #041857 0, #051841 100%);
  max-width: 1920px;
  padding: 108px 40px 62px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(179, 179, 180, 0.15);
}
.b-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-contact__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-contact__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.b-contact__title span {
  color: #9faece;
}
.b-contact__title span::before {
  background: #fff;
}
.b-contact__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 420px;
  height: 56px;
  margin: 38px auto 0;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: linear-gradient(to right, #1642b1 0, rgba(22, 66, 177, 0.75) 100%);
}
.b-contact__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  margin: 32px auto 0;
}
.b-contact__container > * {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 120px;
  border-left: 3px solid rgba(245, 245, 245, 0.15);
}
.b-contact__container > * + * {
  border-right: 3px solid rgba(245, 245, 245, 0.15);
}
.b-contact__container .tel-area {
  padding: 18px 20px 0;
}
.b-contact__container .tel-area__fax {
  margin-top: 6px;
  font-size: 16px;
  color: #d9dada;
}
.b-contact__container .contact-area {
  padding: 16px 20px 0;
}
.b-contact__container .contact-area__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 396px;
  height: 72px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #072768;
  letter-spacing: 0.1em;
  background-color: #fff;
}
.b-contact__container .contact-area__button a::before {
  display: block;
  width: 29px;
  height: 18px;
  margin-right: 20px;
  content: "";
  background: url("../img/pc/icon_mail_theme.svg") no-repeat;
}
.b-contact__container .contact-area__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: 30px;
  content: "";
  background: url("../img/pc/b_contact_chevron.svg") no-repeat;
}
.b-contact__note {
  margin-top: 44px;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
}

.p-strengths .b-mv {
  background-image: url("../img/pc/strengths_mv_bg.jpg");
}
.p-strengths .top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 68px 40px 66px;
}
.p-strengths .top-section__headline {
  text-align: center;
  font-size: 37px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: 0.1em;
}
.p-strengths .top-section__english {
  margin-top: 24px;
}
.p-strengths .top-section__text {
  margin-top: 32px;
  text-align: center;
}
.p-strengths .nav {
  padding: 74px 40px 74px;
  background: #f5f5f5;
}
.p-strengths .nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 388px);
  gap: 22px 18px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.p-strengths .nav .item {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-strengths .nav .item__inner {
  display: flex;
  height: 80px;
  padding: 16px 0;
}
.p-strengths .nav .item__counter {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 70px;
  border-right: 1px solid #f5f6f6;
}
.p-strengths .nav .item__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-strengths .nav .item__title::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  display: block;
  width: 19px;
  height: 19px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/strengths_nav_chevron.svg") no-repeat;
}
.p-strengths .nav .item:last-child {
  grid-column: 1/-1;
  margin-top: 8px;
  background: #f5f5f5;
  border: 1px solid #fff;
}
.p-strengths .nav .item:last-child .item__title {
  justify-content: center;
}
.p-strengths .nav .item:last-child .item__title::after {
  background-image: url("../img/pc/strengths_nav_chevron_2.svg");
}
.p-strengths .main-section {
  position: relative;
  padding: 56px 0 0;
}
.p-strengths .main-section__slider {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  z-index: 100;
  height: 110px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-strengths .main-section__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  overflow: hidden;
}
.p-strengths .main-section__section .item {
  position: relative;
  height: 616px;
}
.p-strengths .main-section__section .item__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 596px;
}
.p-strengths .main-section__section .item__bg img {
  position: absolute;
}
.p-strengths .main-section__section .item__fg {
  position: relative;
  z-index: 20;
  height: 100%;
}
.p-strengths .main-section__section .item__container {
  position: relative;
  max-width: 1654px;
  height: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
.p-strengths .main-section__section .item__block {
  max-width: 560px;
  height: 100%;
  padding: 62px 0 0 70px;
}
.p-strengths .main-section__section .item__title {
  margin-top: 16px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
.p-strengths .main-section__section .item__english {
  margin-top: 28px;
}
.p-strengths .main-section__section .item__text {
  max-width: 420px;
  margin-top: 34px;
}
.p-strengths .main-section__section:nth-child(odd) .item__block {
  margin-left: auto;
}
.p-strengths .main-section__section:nth-child(1) .item__fg, .p-strengths .main-section__section:nth-child(2) .item__fg, .p-strengths .main-section__section:nth-child(4) .item__fg, .p-strengths .main-section__section:nth-child(5) .item__fg {
  padding: 192px 0 0;
}
.p-strengths .main-section__section:nth-child(1) .item__block, .p-strengths .main-section__section:nth-child(2) .item__block, .p-strengths .main-section__section:nth-child(4) .item__block, .p-strengths .main-section__section:nth-child(5) .item__block {
  background: #fff;
}
.p-strengths .main-section__section:nth-child(1) .item__title, .p-strengths .main-section__section:nth-child(2) .item__title, .p-strengths .main-section__section:nth-child(4) .item__title, .p-strengths .main-section__section:nth-child(5) .item__title {
  color: #072768;
}
.p-strengths .main-section__section:nth-child(3) .item__fg, .p-strengths .main-section__section:nth-child(6) .item__fg {
  padding: 78px 0 0;
}
.p-strengths .main-section__section:nth-child(3) .item__title, .p-strengths .main-section__section:nth-child(6) .item__title {
  color: #fff;
}
.p-strengths .main-section__section:nth-child(3) .item__text, .p-strengths .main-section__section:nth-child(6) .item__text {
  color: #fff;
}
.p-strengths .main-section__section:nth-child(1) .item__bg img, .p-strengths .main-section__section:nth-child(5) .item__bg img {
  top: 0;
  right: 430px;
  bottom: 0;
  height: 100%;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  object-fit: none;
  object-position: center;
}
.p-strengths .main-section__section:nth-child(2) .item__bg img, .p-strengths .main-section__section:nth-child(4) .item__bg img {
  top: 0;
  bottom: 0;
  left: 430px;
  height: 100%;
  object-fit: none;
  object-position: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-strengths .main-section__section:nth-child(3) .item__bg img {
  top: 0;
  right: -144px;
  bottom: 0;
  width: 1937px;
  max-width: unset;
  height: 100%;
  object-fit: none;
  object-position: center;
}
.p-strengths .main-section__section:nth-child(6) {
  height: 702px;
}
.p-strengths .main-section__section:nth-child(6) .item__bg {
  height: 702px;
}
.p-strengths .main-section__section:nth-child(6) .item__bg img {
  top: 0;
  bottom: 0;
  left: -144px;
  width: 1937px;
  max-width: unset;
  height: 100%;
  object-fit: none;
  object-position: center;
}
.p-strengths .qa {
  position: relative;
  padding: 120px 40px 144px;
  background: #072768;
}
.p-strengths .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-strengths .qa__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-strengths .qa__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-strengths .qa__title span {
  color: #9faece;
}
.p-strengths .qa__title span::before {
  background: #fff;
}
.p-strengths .qa__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 50px auto 0;
}

.p-single .background {
  padding: 50px 40px 94px;
  background: #f4f4f4;
}
.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: 48px 0 20px;
  margin: 0 45px;
  border-bottom: 2px solid #f5f5f5;
}
.p-single .post__title {
  font-size: 27px;
  font-weight: bold;
  line-height: 40px;
}
.p-single .post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 26px;
}
.p-single .post__category {
  padding: 7px 16px;
  font-size: 12px;
  line-height: 1;
  color: #ad9f7f;
  background: #f7f5f2;
  border-radius: 100000000px;
}
.p-single .post__date {
  display: block;
  flex: 0 0 auto;
  font-size: 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: #072768;
}
.p-single .post__content h3 {
  font-size: 24px;
  color: #072768;
  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: #072768;
  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: #072768;
}
.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: #072768;
  border-radius: 3px;
}
.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: #072768;
  border-radius: 3px;
  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: #072768;
  border-radius: 3px;
}
.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: #072768;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.p-single .recently__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #fff;
}
.p-single .recently__list {
  position: relative;
  padding: 0 10px;
  margin-top: 22px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.p-single .recently .item {
  border-bottom: 1px solid #eaeaeb;
}
.p-single .recently .item:last-of-type {
  border-bottom: none;
}
.p-single .recently .item a {
  padding: 18px 10px 24px;
}
.p-single .recently .item__title {
  font-size: 16px;
  line-height: 24px;
}
.p-single .recently .item__date {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}

.p-recruit .mv {
  position: relative;
  max-width: 1920px;
  height: 960px;
  padding-top: 172px;
  margin: 0 auto;
  background: url("../img/pc/recruit_mv_bg.jpg") no-repeat center;
}
.p-recruit .mv__scroll {
  position: absolute;
  right: 90px;
  bottom: 34px;
  z-index: 40;
  width: 14px;
  height: 119px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-recruit .mv__inner {
  max-width: 1554px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-recruit .mv__large {
  position: relative;
  left: -36px;
}
.p-recruit .mv__title {
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit .mv__button {
  display: inline-block;
  margin-top: 60px;
  background: #fff;
}
.p-recruit .mv__button a {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 36px 0 42px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #1642b1;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}
.p-recruit .mv__button a::before {
  display: block;
  width: 18px;
  height: 25px;
  margin-right: 16px;
  content: "";
  background: url("../img/pc/recruit_mv_button_icon.svg") no-repeat;
}
.p-recruit .mv__button a::after {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  content: "";
  background: url("../img/pc/recruit_mv_button_chevron.svg") no-repeat;
}
.p-recruit .concept {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  margin: 0 auto;
}
.p-recruit .concept__bg {
  position: absolute;
  inset: 0;
  z-index: 20;
  overflow: hidden;
}
.p-recruit .concept__bg img {
  position: absolute;
  top: 0;
  right: -192px;
  width: 1920px;
  max-width: unset;
  height: 704px;
  object-fit: none;
  object-position: center right;
}
.p-recruit .concept__container {
  position: relative;
  max-width: 1534px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-recruit .concept__fg {
  position: relative;
  z-index: 30;
  height: 704px;
}
.p-recruit .concept__bottom {
  height: 560px;
  background: url("../img/pc/recruit_concept_bottom_bg.png") no-repeat center bottom;
}
.p-recruit .concept__block {
  max-width: 640px;
  padding: 120px 0 0;
  margin-left: auto;
}
.p-recruit .concept__title {
  position: relative;
  left: -14px;
}
.p-recruit .concept__headline {
  font-size: 37px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: 0.1em;
  margin: 48px 0 0 -0.5em;
}
.p-recruit .concept__english {
  margin-top: 26px;
}
.p-recruit .concept__text {
  max-width: 420px;
  margin-top: 30px;
}
.p-recruit .concept__button {
  margin-top: 50px;
}
.p-recruit .vision {
  position: relative;
  z-index: 20;
  max-width: 1920px;
  margin: 2px auto 0;
}
.p-recruit .vision__bg {
  position: absolute;
  top: 62px;
  right: 0;
  left: 0;
  z-index: 20;
  height: 640px;
  overflow: hidden;
}
.p-recruit .vision__bg img {
  position: absolute;
  top: 0;
  left: 502px;
  width: 1196px;
  max-width: unset;
  height: 649px;
  object-fit: none;
  object-position: top right;
}
.p-recruit .vision__container {
  position: relative;
  max-width: 1474px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-recruit .vision__fg {
  position: relative;
  z-index: 30;
  height: 704px;
}
.p-recruit .vision__block {
  max-width: 640px;
}
.p-recruit .vision__title {
  position: relative;
  left: -14px;
}
.p-recruit .vision__headline {
  font-size: 37px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: 0.1em;
  margin-top: 46px;
}
.p-recruit .vision__english {
  margin-top: 26px;
}
.p-recruit .vision__text {
  max-width: 420px;
  margin-top: 30px;
}
.p-recruit .candidate {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  height: 858px;
  margin: -116px auto 0;
}
.p-recruit .candidate__slider {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  z-index: 100;
  height: 110px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-recruit .candidate__bg {
  position: absolute;
  inset: 0;
  z-index: 20;
  overflow: hidden;
}
.p-recruit .candidate__bg img {
  position: absolute;
  top: 0;
  right: -62px;
  width: 1920px;
  max-width: unset;
  height: 858px;
  object-fit: none;
  object-position: center right;
}
.p-recruit .candidate__container {
  position: relative;
  max-width: 1796px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-recruit .candidate__fg {
  position: relative;
  z-index: 30;
}
.p-recruit .candidate__block {
  max-width: 640px;
  padding: 184px 0 0;
  margin-left: auto;
}
.p-recruit .candidate__title {
  position: relative;
  left: -14px;
}
.p-recruit .candidate__headline {
  font-size: 37px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: 0.1em;
  margin-top: 48px;
  color: #fff;
}
.p-recruit .candidate__english {
  margin-top: 26px;
}
.p-recruit .candidate__text {
  max-width: 420px;
  margin-top: 30px;
  color: #fff;
}
.p-recruit .number {
  max-width: 1920px;
  padding: 122px 40px 66px;
  margin: 0 auto;
  background: #f5f5f5;
}
.p-recruit .number__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .number__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit .number__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-recruit .number__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  grid-gap: 30px 27px;
  justify-content: center;
  max-width: 1508px;
  margin: 50px auto 0;
}
.p-recruit .number__item > * {
  height: 100%;
}
.p-recruit .benefit {
  padding: 108px 40px 80px;
}
.p-recruit .benefit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .benefit__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit .benefit__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-recruit .benefit__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 392px);
  gap: 12px 12px;
  justify-content: center;
  max-width: 1200px;
  margin: 42px auto 0;
}
.p-recruit .benefit__list li {
  padding: 12px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #072768;
  text-align: center;
  border: 6px solid #f5f5f5;
}
.p-recruit .benefit__event-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 1200px;
  margin: 30px auto 0;
}
.p-recruit .benefit__event-list .item {
  border: 6px solid #f5f5f5;
}
.p-recruit .benefit__event-list .item__inner {
  padding: 12px;
}
.p-recruit .benefit__event-list .item__container {
  display: grid;
  grid-template-columns: 452px 1fr;
  gap: 56px;
}
.p-recruit .benefit__event-list .item__image {
  position: relative;
  min-height: 276px;
  background: #9e9e9f;
}
.p-recruit .benefit__event-list .item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-recruit .benefit__event-list .item__block {
  padding: 26px 36px 20px 0;
}
.p-recruit .benefit__event-list .item__title {
  padding-bottom: 8px;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  color: #072768;
  border-bottom: 1px solid rgba(71, 70, 69, 0.5);
}
.p-recruit .benefit__event-list .item__detail {
  margin-top: 12px;
  text-align: justify;
}
.p-recruit .benefit__event-list .item__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}
.p-recruit .benefit__event-list .item__tag-list li {
  padding: 5px 24px;
  background: #f5f5f5;
}
.p-recruit .recruit {
  padding: 120px 40px 108px;
  background: #072768;
}
.p-recruit .recruit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .recruit__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit .recruit__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-recruit .recruit__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit .recruit__title span {
  color: #9faece;
}
.p-recruit .recruit__title span::before {
  background: #fff;
}
.p-recruit .recruit__list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  max-width: 1200px;
  margin: 46px auto 0;
}

.p-rcs .b-mv {
  padding-top: 204px;
  background-image: url("../img/pc/rcs_mv_bg.jpg");
}
.p-rcs .b-mv__title span {
  margin-top: -6px;
}
.p-rcs .service {
  padding: 126px 40px 1px;
  margin-top: -42px;
  background: linear-gradient(to right, #1642b1 0, rgba(22, 66, 177, 0.9) 100%);
}
.p-rcs .service__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-rcs .service__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-rcs .service__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-rcs .service__title span {
  color: #9faece;
}
.p-rcs .service__title span::before {
  background: #fff;
}
.p-rcs .service__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 586px);
  gap: 26px;
  justify-content: center;
  margin: 40px 0 -32px;
}
.p-rcs .service__list .item {
  display: flex;
  flex-direction: column;
  background: #1642b1;
  isolation: isolate;
}
.p-rcs .service__list .item__image {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  height: 250px;
  padding-top: 66px;
}
.p-rcs .service__list .item__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-rcs .service__list .item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-rcs .service__list .item__title {
  margin-top: 20px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-rcs .service__list .item__english {
  margin-top: 26px;
}
.p-rcs .service__list .item__block {
  flex: 1 1 auto;
  padding: 14px 30px 44px;
  margin-top: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.p-rcs .service__list .item__text {
  color: #fff;
}
.p-rcs .b-info-feature .section:nth-child(1) .section__block {
  padding-top: 32px;
}
.p-rcs .b-info-feature .section:nth-child(2) .section__block {
  padding-top: 82px;
}
.p-rcs .b-info-feature .section:nth-child(3) .section__block {
  padding-top: 82px;
}
.p-rcs .b-info-feature .section:nth-child(4) .section__block {
  padding-top: 82px;
}
.p-rcs .b-info-feature .section:nth-child(5) .section__block {
  padding-top: 32px;
}
.p-rcs .suppliers {
  padding: 122px 40px 142px;
  background: #072768;
}
.p-rcs .suppliers__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-rcs .suppliers__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-rcs .suppliers__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-rcs .suppliers__title span {
  color: #9faece;
}
.p-rcs .suppliers__title span::before {
  background: #fff;
}
.p-rcs .suppliers__list {
  display: flex;
  flex-direction: column;
  gap: 86px;
  margin-top: 60px;
}
.p-rcs .suppliers__list .category__title {
  max-width: 448px;
  margin: 0 auto;
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  isolation: isolate;
}
.p-rcs .suppliers__list .category__title span {
  position: relative;
  z-index: -1;
  display: block;
  height: 28px;
  margin-top: -4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.p-rcs .suppliers__list .category__title span::after {
  position: absolute;
  bottom: -8.6px;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: #072768;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.p-rcs .suppliers__list .category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 286px);
  gap: 20px 20px;
  justify-content: center;
  max-width: 1510px;
  margin: 32px auto 0;
}
.p-rcs .suppliers__list .category__list li {
  padding: 16px 20px;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  background: #fff;
}

.p-ntm .b-mv {
  padding-top: 228px;
  background-image: url("../img/pc/ntm_mv_bg.jpg");
}
.p-ntm .service {
  padding: 126px 0 1px;
  margin-top: -42px;
  background: linear-gradient(to right, #1642b1 0, rgba(22, 66, 177, 0.9) 100%);
}
.p-ntm .service__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-ntm .service__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-ntm .service__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-ntm .service__title span {
  color: #9faece;
}
.p-ntm .service__title span::before {
  background: #fff;
}
.p-ntm .service__list {
  margin: 40px 0 -32px 13%;
}
.p-ntm .service__list .c-slider__track {
  overflow: unset;
}
.p-ntm .service__list .c-slider__item {
  width: 586px;
  margin-right: 26px;
}
.p-ntm .service__list .c-slider__arrow-right {
  top: 118px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/ntm_service_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-ntm .service__list .item {
  display: flex;
  flex-direction: column;
  background: #1642b1;
  isolation: isolate;
}
.p-ntm .service__list .item__image {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  height: 250px;
  padding-top: 66px;
}
.p-ntm .service__list .item__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-ntm .service__list .item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-ntm .service__list .item__title {
  margin-top: 20px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-ntm .service__list .item__english {
  margin-top: 26px;
}
.p-ntm .service__list .item__block {
  flex: 1 1 auto;
  padding: 14px 30px 44px;
  margin-top: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.p-ntm .service__list .item__text {
  color: #fff;
}
.p-ntm .b-info-feature .section:nth-child(1) .section__block {
  padding-top: 32px;
}
.p-ntm .b-info-feature .section:nth-child(2) .section__block {
  padding-top: 82px;
}
.p-ntm .b-info-feature .section:nth-child(3) .section__block {
  padding-top: 46px;
}
.p-ntm .b-info-feature .section:nth-child(4) .section__block {
  padding-top: 82px;
}
.p-ntm .b-info-feature .section:nth-child(5) .section__block {
  padding-top: 46px;
}
.p-ntm .suppliers {
  padding: 122px 40px 142px;
  background: #072768;
}
.p-ntm .suppliers__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-ntm .suppliers__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-ntm .suppliers__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-ntm .suppliers__title span {
  color: #9faece;
}
.p-ntm .suppliers__title span::before {
  background: #fff;
}
.p-ntm .suppliers__list {
  display: flex;
  flex-direction: column;
  gap: 86px;
  margin-top: 60px;
}
.p-ntm .suppliers__list .category__title {
  max-width: 448px;
  margin: 0 auto;
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  isolation: isolate;
}
.p-ntm .suppliers__list .category__title span {
  position: relative;
  z-index: -1;
  display: block;
  height: 28px;
  margin-top: -4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.p-ntm .suppliers__list .category__title span::after {
  position: absolute;
  bottom: -8.6px;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: #072768;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.p-ntm .suppliers__list .category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 286px);
  gap: 20px 20px;
  justify-content: center;
  max-width: 1510px;
  margin: 32px auto 0;
}
.p-ntm .suppliers__list .category__list li {
  padding: 16px 20px;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  background: #fff;
}
.p-ntm .works {
  padding: 118px 40px 118px;
  background: #072768;
}
.p-ntm .works__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-ntm .works__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-ntm .works__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-ntm .works__title span {
  color: #9faece;
}
.p-ntm .works__title span::before {
  background: #fff;
}
.p-ntm .works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 46px 28px;
  justify-content: center;
  margin-top: 44px;
}
.p-ntm .works__list .item__image {
  height: 254px;
  background: #9e9e9f;
}
.p-ntm .works__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-ntm .works__list .item__title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #fff;
}
.p-ntm .works__list .item__category {
  display: inline-block;
  padding: 6px 14px;
  margin-top: 18px;
  font-size: 14px;
  line-height: 20px;
  color: #9faece;
  background: #0e1b43;
}
.p-ntm .works__button {
  margin: 46px auto 0;
}

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

.p-front-page .mv {
  position: relative;
  max-width: 1920px;
  height: clamp(800px, 100vh, 960px);
  margin: 0 auto;
  isolation: isolate;
}
@keyframes front_mv_fadein {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-front-page .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-front-page .mv__bg .keen-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-front-page .mv__bg .keen-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-front-page .mv__bg .keen-slider__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-front-page .mv__bg .block {
  position: absolute;
  top: 0;
  bottom: 0;
}
.p-front-page .mv__bg .block:nth-of-type(1) {
  left: 0;
  width: calc(34% + 100px);
  clip-path: polygon(0 0, calc(100% - 200px) 0, 100% 100%, 0 100%);
}
.p-front-page .mv__bg .block:nth-of-type(2) {
  right: 0;
  width: calc(66.1% + 100px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 200px 100%);
}
.p-front-page .mv__fg {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.p-front-page .mv__english-1 {
  position: relative;
  flex: 0 0 auto;
  width: 799px;
  height: 111px;
}
.p-front-page .mv__english-1 img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
  height: 100%;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__english-1 img:nth-of-type(1) {
  width: 100%;
  mix-blend-mode: overlay;
}
.p-front-page .mv__english-1 img:nth-of-type(2) {
  width: 100%;
}
.p-front-page .mv__english-1 img:nth-of-type(3) {
  width: 227px;
}
.p-front-page .mv__english-2 {
  position: relative;
  z-index: 40;
  flex: 0 0 auto;
  margin-top: 20px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__text {
  position: relative;
  z-index: 40;
  flex: 0 0 auto;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__advancement {
  position: relative;
  z-index: 40;
  flex: 0 0 auto;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__english-3 {
  position: relative;
  z-index: 40;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__scroll {
  position: absolute;
  right: 90px;
  bottom: 34px;
  z-index: 40;
  width: 14px;
  height: 119px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-front-page .mv div:nth-child(1 of .mv__spacer) {
  flex: 290;
}
.p-front-page .mv div:nth-child(2 of .mv__spacer) {
  flex: 14;
}
.p-front-page .mv div:nth-child(3 of .mv__spacer) {
  flex: 20;
}
.p-front-page .mv div:nth-child(4 of .mv__spacer) {
  flex: 18;
}
.p-front-page .mv div:nth-child(5 of .mv__spacer) {
  flex: 28;
}
.p-front-page .mv div:nth-child(6 of .mv__spacer) {
  flex: 174;
}
.p-front-page .concept {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  min-height: 702px;
  margin: 94px auto 0;
}
.p-front-page .concept__bg {
  position: absolute;
  inset: 0;
  z-index: 20;
  overflow: hidden;
}
.p-front-page .concept__bg img {
  position: absolute;
  top: 0;
  right: 522px;
  width: 1212px;
  height: 702px;
  object-fit: none;
  object-position: center right;
}
.p-front-page .concept__container {
  position: relative;
  max-width: 1528px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .concept__fg {
  position: relative;
  z-index: 30;
}
.p-front-page .concept__block {
  max-width: 640px;
  padding: 68px 0 0;
  margin-left: auto;
}
.p-front-page .concept__inner {
  padding-left: 216px;
}
.p-front-page .concept__headline {
  font-size: 37px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: 0.1em;
  margin-top: 48px;
}
.p-front-page .concept__english {
  margin-top: 26px;
}
.p-front-page .concept__text {
  margin-top: 30px;
}
.p-front-page .concept__button {
  margin-top: 50px;
}
.p-front-page .service {
  padding: 292px 0 202px;
  margin-top: -182px;
  overflow: hidden;
  background: url("../img/pc/front_service_bg.png") no-repeat top right -64px;
}
.p-front-page .service__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .service__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .service__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-front-page .service__list {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  margin-top: 36px;
}
.p-front-page .service__list .item {
  position: relative;
  grid-row: 1/2;
}
.p-front-page .service__list .item::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 748px;
  height: 180px;
  clip-path: polygon(24px 0, 100% 0, calc(100% - 24px) 100%, 0 100%);
  content: "";
  background: linear-gradient(to right, #1642b1 0, rgba(22, 66, 177, 0.75) 100%);
}
.p-front-page .service__list .item__outer {
  background: #fff;
}
.p-front-page .service__list .item__inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-front-page .service__list .item__inner::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: rgba(7, 39, 104, 0.7);
  mix-blend-mode: multiply;
}
.p-front-page .service__list .item__bg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 432px;
  padding: 84px 0 0;
}
.p-front-page .service__list .item__arrow {
  position: absolute;
  right: 140px;
  bottom: 82px;
  width: 68px;
  height: 44px;
  background: url("../img/pc/front_service_list_arrow.svg") no-repeat;
}
.p-front-page .service__list .item__counter {
  width: 62px;
  height: 44px;
}
.p-front-page .service__list .item__counter img {
  object-position: center;
}
.p-front-page .service__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .service__list .item__title::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
}
.p-front-page .service__list .item__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}
.p-front-page .service__list .item__title::after {
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 20px;
  content: "";
  background: #fff;
}
.p-front-page .service__list .item__text {
  margin-top: 24px;
  font-size: 19px;
  font-weight: bold;
  line-height: 37px;
  color: #fff;
  text-align: center;
}
.p-front-page .service__list .item:nth-child(1) .item__inner {
  background-image: url("../img/pc/front_service_list_bg_1.jpg");
}
.p-front-page .service__list .item:nth-child(2) .item__inner {
  background-image: url("../img/pc/front_service_list_bg_2.jpg");
}
.p-front-page .service__list .item:nth-child(1) {
  grid-column: 1/3;
}
.p-front-page .service__list .item:nth-child(1)::before {
  right: 476px;
  bottom: -22px;
}
.p-front-page .service__list .item:nth-child(1) .item__outer {
  clip-path: polygon(0 0, 100% 0, calc(100% - 54px) 100%, 0 100%);
}
.p-front-page .service__list .item:nth-child(1) .item__title::before {
  width: 299px;
  height: 60px;
  margin: 22px 0 6px;
  background: url("../img/pc/front_service_list_title_1.png") no-repeat;
}
.p-front-page .service__list .item:nth-child(2) {
  top: 84px;
  grid-column: 2/4;
}
.p-front-page .service__list .item:nth-child(2)::before {
  bottom: -22px;
  left: -20px;
}
.p-front-page .service__list .item:nth-child(2) .item__outer {
  clip-path: polygon(54px 0, 100% 0, 100% 100%, 0 100%);
}
.p-front-page .service__list .item:nth-child(2) .item__title::before {
  width: 122px;
  height: 38px;
  margin: 32px 0 18px;
  background: url("../img/pc/front_service_list_title_2.png") no-repeat;
}
.p-front-page .strength {
  padding: 248px 0 70px;
  background: #f5f5f5 url("../img/pc/front_strengths_bg.jpg") no-repeat top center;
}
.p-front-page .strength__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .strength__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .strength__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-front-page .strength__title span {
  color: #9faece;
}
.p-front-page .strength__title span::before {
  background: #fff;
}
.p-front-page .strength__list {
  margin: 70px 0 0 12.9%;
}
.p-front-page .strength__list .c-slider {
  margin: -20px 0;
}
.p-front-page .strength__list .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .strength__list .c-slider__arrow-left {
  bottom: -22px;
  left: 34px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_strengths_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .strength__list .c-slider__arrow-right {
  bottom: -22px;
  left: 106px;
  width: 58px;
  height: 58px;
  background: #072768 url("../img/pc/front_strengths_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .strength__list .item {
  width: 345px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
}
.p-front-page .strength__list .item__image {
  height: 202px;
}
.p-front-page .strength__list .item__block {
  padding: 28px 28px 38px;
  background: #fff;
}
.p-front-page .strength__list .item__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
}
.p-front-page .strength__list .item__text {
  margin-top: 14px;
}
.p-front-page .strength__button {
  margin: 52px auto 0;
}
.p-front-page .news {
  padding: 112px 0 90px;
}
.p-front-page .news__top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 52px;
  margin-left: 200px;
}
.p-front-page .news__title {
  display: flex;
  align-items: center;
}
.p-front-page .news__title span {
  margin-left: 30px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .news__button {
  width: 238px;
}
.p-front-page .news__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-left: 2px solid #f5f5f5;
}
.p-front-page .news__button a::after {
  display: block;
  width: 26px;
  height: 2px;
  margin-left: 24px;
  content: "";
  background: #111310;
}
.p-front-page .news__list {
  margin: 38px 0 0 248px;
}
.p-front-page .news .c-slider__track {
  overflow: unset;
}
.p-front-page .news .c-slider__item {
  width: 380px;
  margin-right: 28px;
}
.p-front-page .news .c-slider__arrow-left {
  top: 98px;
  left: -30px;
  width: 56px;
  height: 56px;
  background: #fff url("../img/pc/front_news_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .thoughts {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  height: 672px;
  padding: 168px 0 0;
  margin: 0 auto;
  background: url("../img/pc/front_thoughts_bg.jpg") no-repeat center;
}
.p-front-page .thoughts__title {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-front-page .thoughts__headline {
  font-size: 37px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: 0.1em;
  margin-top: 22px;
  color: #fff;
  text-align: center;
}
.p-front-page .thoughts__english {
  margin-top: 18px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-front-page .thoughts__text {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.p-front-page .thoughts__slider {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  height: 110px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-front-page .recruit {
  display: flex;
  justify-content: center;
  padding: 96px 40px 1px;
}
.p-front-page .recruit__banner {
  position: relative;
  z-index: 100;
  margin-bottom: -44px;
  background: #fff;
}
.p-front-page .b-contact {
  padding-top: 118px;
}

.p-contact .main {
  padding: 98px 40px 92px;
  background: #f4f4f4;
}
.p-contact .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact .main__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-contact .main__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-contact .main__info {
  margin-top: 32px;
  text-align: center;
}
.p-contact .main__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 820px;
  margin: 8px auto 0;
}
.p-contact .main .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin-top: 42px;
}
.p-contact .main .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #072768;
  letter-spacing: 0.1em;
}
.p-contact .main .tel-area__tel {
  margin-top: 24px;
  --c-tel-url-tel-icon: url("../img/pc/icon_tel_theme_white.svg");
  --c-tel-color-text: #072768;
  --c-tel-icon-size: 21px;
  --c-tel-font-size: 26px;
  --c-tel-gap: 12px;
}
.p-contact .main .tel-area__time {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1;
}
.p-contact .form {
  max-width: 1116px;
  margin: 68px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

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

.p-about-us .b-mv {
  background-image: url("../img/pc/about_mv_bg.jpg");
}
.p-about-us .philosophy {
  padding: 92px 40px 88px;
}
.p-about-us .philosophy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .philosophy__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.p-about-us .philosophy__title span::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #9faece;
}
.p-about-us .philosophy__title img {
  margin-top: 16px;
}
.p-about-us .philosophy__headline {
  margin-top: 34px;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-about-us .philosophy__text {
  margin-top: 14px;
  text-align: center;
}
.p-about-us .greeting {
  position: relative;
  height: 662px;
}
.p-about-us .greeting__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.p-about-us .greeting__bg img {
  position: absolute;
  top: 0;
  right: -202px;
  width: 1937px;
  max-width: unset;
  height: 662px;
  object-fit: none;
}
.p-about-us .greeting__fg {
  padding-top: 136px;
}
.p-about-us .greeting__container {
  position: relative;
  max-width: 1520px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-about-us .greeting__block {
  position: relative;
  max-width: 670px;
  padding: 0 0 0 160px;
  margin-left: auto;
}
.p-about-us .greeting__title {
  position: absolute;
  top: 10px;
  left: 0;
  width: 97px;
  height: 265px;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.3));
}
.p-about-us .greeting__headline {
  font-size: 31px;
  font-weight: bold;
  line-height: 51px;
  letter-spacing: 0.1em;
}
.p-about-us .greeting__text {
  margin-top: 22px;
}
.p-about-us .greeting__signature {
  display: flex;
  align-items: center;
  margin-top: 28px;
  line-height: 1;
}
.p-about-us .greeting__signature span {
  margin-left: 12px;
  font-size: 21px;
  font-weight: bold;
}
.p-about-us .company {
  padding: 102px 0 0;
}
.p-about-us .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .company__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.p-about-us .company__title span::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #9faece;
}
.p-about-us .company__title img {
  margin-top: 16px;
}
.p-about-us .company__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin-top: 44px;
}
.p-about-us .company__list .block {
  width: 734px;
}
.p-about-us .company__list .block__title {
  display: grid;
  grid-template-columns: 234px 1fr;
  padding: 9px 0;
  background: #f5f5f5;
}
.p-about-us .company__list .block__title img {
  align-self: center;
  justify-self: center;
}
.p-about-us .company__list .block__title span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 30px;
  border-left: 1px solid #fff;
}
.p-about-us .company__list .block__list {
  display: flex;
  flex-direction: column;
  padding: 16px 38px 0;
}
.p-about-us .company__list .block__list dl {
  display: grid;
  grid-template-columns: 162px 1fr;
  gap: 0 50px;
}
.p-about-us .company__list .block__list dl dt {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 4px 0;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.p-about-us .company__list .block__list dl dt span {
  width: 100%;
  font-weight: normal;
  color: #072768;
  text-align: justify;
  text-align-last: justify;
}
.p-about-us .company__list .block__list dl dd {
  display: flex;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.p-about-us .company__google-map {
  height: 420px;
  margin-top: 50px;
}
.p-about-us .base {
  padding: 108px 40px 74px;
  background: #f5f5f5;
}
.p-about-us .base__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .base__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.p-about-us .base__title span::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #9faece;
}
.p-about-us .base__title img {
  margin-top: 16px;
}
.p-about-us .base__list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 1200px;
  margin: 48px auto 0;
}
.p-about-us .base__list .item {
  padding: 12px;
  background: #fff;
}
.p-about-us .base__list .item__container {
  display: grid;
  grid-template-columns: 441px 1fr;
  gap: 54px;
}
.p-about-us .base__list .item__image {
  min-height: 261px;
}
.p-about-us .base__list .item__title {
  padding: 10px 0 8px;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  color: #072768;
  border-bottom: 1px solid rgba(71, 70, 69, 0.5);
}
.p-about-us .base__list .item__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.p-about-us .base__list .item__list dl {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 20px;
}
.p-about-us .base__list .item__list dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  background: #f5f5f5;
}
.p-about-us .base__list .item__list dl dd {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 4px 0;
  font-size: 16px;
  line-height: 25px;
}
.p-about-us .base__list .item__text {
  margin-top: 12px;
}
.p-about-us .history {
  padding: 70px 40px 68px;
}
.p-about-us .history__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .history__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.p-about-us .history__title span::after {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #9faece;
}
.p-about-us .history__title img {
  margin-top: 16px;
}
.p-about-us .history__list {
  margin-top: 44px;
}
.p-about-us .facility {
  padding: 120px 40px 118px;
  background: #072768;
}
.p-about-us .facility__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-us .facility__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-about-us .facility__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 16px;
  content: "";
  background: #072768;
}
.p-about-us .facility__title span {
  color: #9faece;
}
.p-about-us .facility__title span::before {
  background: #fff;
}
.p-about-us .facility__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1200px;
  margin: 50px auto 0;
}
