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

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

html {
  scroll-behavior: smooth;
}

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

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

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

address {
  font-style: normal;
}

main {
  width: 100%;
}

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

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

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

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

.h-oh {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.c-text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-text-section span {
  margin-top: 30px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-text-section::after {
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background-color: #1d2856;
}

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

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

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

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

.c-product-card__image {
  height: 254px;
}
.c-product-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-product-card__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  color: #1d2856;
}
.c-product-card__detail {
  margin-top: 10px;
}

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

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

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

.c-post-archive-bar a {
  display: grid;
  grid-template-columns: 196px 1fr;
  gap: 38px;
  padding: 20px 0;
}
.c-post-archive-bar__image {
  height: 130px;
  background: #9e9e9f;
}
.c-post-archive-bar__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-archive-bar__main {
  position: relative;
  padding-bottom: 56px;
}
.c-post-archive-bar__main::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  display: block;
  width: 68px;
  height: 44px;
  content: "";
  background: url("../img/pc/c_post_archive_bar_arrow.svg") no-repeat;
}
.c-post-archive-bar__date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.c-post-archive-bar__title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 0.05em;
}

.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: #fff;
  background: #1d2856;
}
.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-arrow {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.c-button-arrow__inner {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-button-arrow__inner::after {
  display: block;
  width: 70px;
  height: 46px;
  content: "";
  background: url("../img/pc/common_button_arrow_white.svg") no-repeat;
}
.c-button-arrow--dark {
  color: #c7c8c8;
}
.c-button-arrow--dark .c-button-arrow__inner::after {
  background-image: url("../img/pc/common_button_arrow_blue.svg");
}

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

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

.b-site-banner {
  padding: 94px 40px 0;
}
.b-site-banner__title {
  display: flex;
  justify-content: center;
}
.b-site-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  justify-content: center;
  margin-top: 30px;
}
.b-site-banner__item {
  width: 578px;
  height: 193px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}

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

.b-post-content * {
  max-width: 100%;
}
.b-post-content > *:first-child {
  margin-top: unset;
}
.b-post-content > *:first-child * {
  margin-top: unset;
}
.b-post-content > *:last-child {
  margin-bottom: unset;
}
.b-post-content > *:last-child * {
  margin-bottom: unset;
}
.b-post-content h2 {
  max-width: unset;
  padding: 7px 43px;
  margin: 40px calc(50% - 450px) 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3em;
  color: #fff;
  background: #1d2856;
}
.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;
  margin: 0 auto;
  background: linear-gradient(to bottom, #0a0e2d 820px, #06257a 2130px);
}
.b-mv__inner {
  position: relative;
  height: 660px;
}
.b-mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: top center;
}
.b-mv__over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: url("../img/pc/b_mv_deco.png") top center no-repeat;
  mix-blend-mode: screen;
}
.b-mv__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  padding: 298px 40px 0;
}
.b-mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-mv__title span {
  margin-top: -4px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-mv__title::after {
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #fff;
}

.b-history-block__list {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px dashed rgba(113, 112, 113, 0.5);
}
.b-history-block__list .item {
  padding: 30px 16px 36px 0;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.5);
}
.b-history-block__list .item__flex {
  display: flex;
  gap: 20px;
}
.b-history-block__list .item__year {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 234px;
  font-size: 63px;
  font-weight: bold;
  line-height: 1;
  color: #babdc9;
  letter-spacing: 0.1em;
}
.b-history-block__list .item__block {
  flex: 1 1 auto;
}
.b-history-block__list .item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #1d2856;
  letter-spacing: 0.2em;
}
.b-history-block__list .item__detail {
  margin-top: 4px;
  font-size: 16px;
  line-height: 28px;
  color: #393327;
}

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

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

.b-footer {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #0a0e2d 560px, #06257a 1300px);
  border-top: 1px solid rgba(114, 113, 113, 0.5);
}
.b-footer__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url("../img/pc/b_footer_bg.png") right bottom no-repeat;
  mix-blend-mode: soft-light;
}
.b-footer__fg {
  position: relative;
  z-index: 20;
  padding-bottom: 34px;
}
.b-footer__container {
  position: relative;
  display: flex;
  max-width: 1224px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 30%;
  max-width: 430px;
  padding-top: 120px;
}
.b-footer__block-2 {
  position: relative;
  width: 51%;
  max-width: 606px;
  padding: 108px 0 0 40px;
}
.b-footer__logo {
  width: 240px;
  height: 43px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.4));
}
.b-footer .address-block {
  margin-top: 28px;
}
.b-footer .address-block__title {
  display: flex;
  align-items: center;
  max-width: 312px;
  font-size: 16px;
  line-height: 1;
}
.b-footer .address-block__title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.b-footer .address-block__address {
  width: 256px;
  margin-top: 34px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.b-footer .address-block__tel {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.b-footer .address-block__button {
  width: 240px;
  height: 58px;
  margin-top: 38px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 24px 0 24px;
  font-weight: bold;
  color: #b3b3b4;
  border: 1px solid #b3b3b4;
  border-radius: 29px;
}
.b-footer .address-block__button a::before {
  display: block;
  width: 19px;
  height: 31px;
  margin-right: 14px;
  content: "";
  background: url("../img/pc/icon_map_pin_blue.svg") no-repeat;
}
.b-footer .address-block__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(4, 94px);
  grid-template-columns: repeat(2, 200px);
  grid-auto-flow: column;
  gap: 22px 62px;
}
.b-footer__nav .item {
  border-bottom: 1px solid rgba(179, 179, 180, 0.2);
}
.b-footer__nav .item a {
  padding: 16px 0 22px;
  background: url("../img/pc/b_footer_nav_chevron.svg") top calc(50% - 12px) right 0/8px 12px no-repeat;
}
.b-footer__nav .item span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-footer__nav .item img {
  max-height: 14px;
  margin-top: 10px;
}
.b-footer__instagram-button {
  width: 212px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.b-footer__instagram-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.b-footer__copyright {
  max-width: 1230px;
  padding: 0 20px;
  margin: 100px auto 0;
  color: #fff;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #b3b3b4;
}

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

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

.p-workflow .b-mv {
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #0a0e2d 820px, #06257a 4530px);
}
.p-workflow .b-mv__bg {
  background-image: url("../img/pc/workflow_mv_bg.png");
}
.p-workflow .top-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -168px;
}
.p-workflow .top-area__headline {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-workflow .top-area__english {
  margin-top: 36px;
}
.p-workflow .top-area__text {
  margin-top: 38px;
  color: #fff;
  text-align: center;
}
.p-workflow .top-list {
  margin-top: 60px;
}
.p-workflow .bottom-list {
  background: linear-gradient(to bottom, #0a0e2d 1840px, #06257a 4720px);
}
.p-workflow .flow {
  position: relative;
}
.p-workflow .flow::before {
  position: absolute;
  top: -20px;
  left: calc(50% - 5px);
  z-index: 100;
  display: block;
  width: 10px;
  height: 38px;
  content: "";
  background: url("../img/pc/workflow_flow_pin.svg") no-repeat;
}
@media screen and (width < 1600px) {
  .p-workflow .flow::before {
    display: none;
  }
}
.p-workflow .flow .col-block__container {
  display: flex;
  max-width: 1832px;
}
.p-workflow .flow .col-block__image {
  position: relative;
  flex: 1 1 auto;
  height: 490px;
  background-repeat: no-repeat;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-workflow .flow .col-block__image::before {
  position: absolute;
  display: block;
  width: 40px;
  height: 140px;
  content: "";
  background-repeat: no-repeat;
}
.p-workflow .flow .col-block__block {
  flex: 0 0 auto;
  width: 708px;
  padding: 94px 96px 0;
}
.p-workflow .flow .col-block__title {
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-workflow .flow .col-block__title span {
  margin-left: 20px;
  font-size: 20px;
}
.p-workflow .flow .col-block__english {
  margin-top: 28px;
}
.p-workflow .flow .col-block__text {
  max-width: 468px;
  margin-top: 36px;
  color: #fff;
}
.p-workflow .flow .wide-block {
  height: 660px;
  background-position: top 0 left calc(50vw - 968px);
}
@media screen and (max-width: 1748px) {
  .p-workflow .flow .wide-block {
    background-position: top 0 left -94px;
  }
}
.p-workflow .flow .wide-block__container {
  max-width: 1748px;
  margin: 0 auto;
}
.p-workflow .flow .wide-block__block {
  width: 688px;
  padding: 104px 96px 0;
}
.p-workflow .flow .wide-block__block::before {
  display: block;
  width: 140px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
}
.p-workflow .flow .wide-block__title {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-workflow .flow .wide-block__title span {
  margin-left: 20px;
  font-size: 20px;
}
.p-workflow .flow .wide-block__english {
  margin-top: 28px;
}
.p-workflow .flow .wide-block__text {
  max-width: 488px;
  margin-top: 36px;
  color: #fff;
}
.p-workflow .flow--1 .col-block__image {
  background-image: url("../img/pc/workflow_flow_bg_1.png");
}
.p-workflow .flow--1 .col-block__image::before {
  background-image: url("../img/pc/workflow_flow_counter_1.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_1.png") 1x, url("../img/pc/workflow_flow_counter_1@2x.png") 2x);
}
.p-workflow .flow--1 .wide-block {
  background-image: url("../img/pc/workflow_flow_bg_1.png");
}
.p-workflow .flow--1 .wide-block__block::before {
  background-image: url("../img/pc/workflow_flow_counter_1.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_1.png") 1x, url("../img/pc/workflow_flow_counter_1@2x.png") 2x);
}
.p-workflow .flow--2 .col-block__image {
  background-image: url("../img/pc/workflow_flow_bg_2.png");
}
.p-workflow .flow--2 .col-block__image::before {
  background-image: url("../img/pc/workflow_flow_counter_2.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_2.png") 1x, url("../img/pc/workflow_flow_counter_2@2x.png") 2x);
}
.p-workflow .flow--2 .wide-block {
  background-image: url("../img/pc/workflow_flow_bg_2.png");
}
.p-workflow .flow--2 .wide-block__block::before {
  background-image: url("../img/pc/workflow_flow_counter_2.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_2.png") 1x, url("../img/pc/workflow_flow_counter_2@2x.png") 2x);
}
.p-workflow .flow--3 .col-block__image {
  background-image: url("../img/pc/workflow_flow_bg_3.png");
}
.p-workflow .flow--3 .col-block__image::before {
  background-image: url("../img/pc/workflow_flow_counter_3.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_3.png") 1x, url("../img/pc/workflow_flow_counter_3@2x.png") 2x);
}
.p-workflow .flow--3 .wide-block {
  background-image: url("../img/pc/workflow_flow_bg_3.png");
}
.p-workflow .flow--3 .wide-block__block::before {
  background-image: url("../img/pc/workflow_flow_counter_3.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_3.png") 1x, url("../img/pc/workflow_flow_counter_3@2x.png") 2x);
}
.p-workflow .flow--4 .col-block__image {
  background-image: url("../img/pc/workflow_flow_bg_4.png");
}
.p-workflow .flow--4 .col-block__image::before {
  background-image: url("../img/pc/workflow_flow_counter_4.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_4.png") 1x, url("../img/pc/workflow_flow_counter_4@2x.png") 2x);
}
.p-workflow .flow--4 .wide-block {
  background-image: url("../img/pc/workflow_flow_bg_4.png");
}
.p-workflow .flow--4 .wide-block__block::before {
  background-image: url("../img/pc/workflow_flow_counter_4.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_4.png") 1x, url("../img/pc/workflow_flow_counter_4@2x.png") 2x);
}
.p-workflow .flow--5 .col-block__image {
  background-image: url("../img/pc/workflow_flow_bg_5.png");
}
.p-workflow .flow--5 .col-block__image::before {
  background-image: url("../img/pc/workflow_flow_counter_5.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_5.png") 1x, url("../img/pc/workflow_flow_counter_5@2x.png") 2x);
}
.p-workflow .flow--5 .wide-block {
  background-image: url("../img/pc/workflow_flow_bg_5.png");
}
.p-workflow .flow--5 .wide-block__block::before {
  background-image: url("../img/pc/workflow_flow_counter_5.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_5.png") 1x, url("../img/pc/workflow_flow_counter_5@2x.png") 2x);
}
.p-workflow .flow--6 .col-block__image {
  background-image: url("../img/pc/workflow_flow_bg_6.png");
}
.p-workflow .flow--6 .col-block__image::before {
  background-image: url("../img/pc/workflow_flow_counter_6.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_6.png") 1x, url("../img/pc/workflow_flow_counter_6@2x.png") 2x);
}
.p-workflow .flow--6 .wide-block {
  background-image: url("../img/pc/workflow_flow_bg_6.png");
}
.p-workflow .flow--6 .wide-block__block::before {
  background-image: url("../img/pc/workflow_flow_counter_6.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_6.png") 1x, url("../img/pc/workflow_flow_counter_6@2x.png") 2x);
}
.p-workflow .flow--7 .col-block__image {
  background-image: url("../img/pc/workflow_flow_bg_7.png");
}
.p-workflow .flow--7 .col-block__image::before {
  background-image: url("../img/pc/workflow_flow_counter_7.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_7.png") 1x, url("../img/pc/workflow_flow_counter_7@2x.png") 2x);
}
.p-workflow .flow--7 .wide-block {
  background-image: url("../img/pc/workflow_flow_bg_7.png");
}
.p-workflow .flow--7 .wide-block__block::before {
  background-image: url("../img/pc/workflow_flow_counter_7.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_7.png") 1x, url("../img/pc/workflow_flow_counter_7@2x.png") 2x);
}
.p-workflow .flow--8 .col-block__image {
  background-image: url("../img/pc/workflow_flow_bg_8.png");
}
.p-workflow .flow--8 .col-block__image::before {
  background-image: url("../img/pc/workflow_flow_counter_8.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_8.png") 1x, url("../img/pc/workflow_flow_counter_8@2x.png") 2x);
}
.p-workflow .flow--8 .wide-block {
  background-image: url("../img/pc/workflow_flow_bg_8.png");
}
.p-workflow .flow--8 .wide-block__block::before {
  background-image: url("../img/pc/workflow_flow_counter_8.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_8.png") 1x, url("../img/pc/workflow_flow_counter_8@2x.png") 2x);
}
.p-workflow .flow--9 .col-block__image {
  background-image: url("../img/pc/workflow_flow_bg_9.png");
}
.p-workflow .flow--9 .col-block__image::before {
  background-image: url("../img/pc/workflow_flow_counter_9.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_9.png") 1x, url("../img/pc/workflow_flow_counter_9@2x.png") 2x);
}
.p-workflow .flow--9 .wide-block {
  background-image: url("../img/pc/workflow_flow_bg_9.png");
}
.p-workflow .flow--9 .wide-block__block::before {
  background-image: url("../img/pc/workflow_flow_counter_9.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_9.png") 1x, url("../img/pc/workflow_flow_counter_9@2x.png") 2x);
}
.p-workflow .flow--10 .col-block__image {
  background-image: url("../img/pc/workflow_flow_bg_10.png");
}
.p-workflow .flow--10 .col-block__image::before {
  background-image: url("../img/pc/workflow_flow_counter_10.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_10.png") 1x, url("../img/pc/workflow_flow_counter_10@2x.png") 2x);
}
.p-workflow .flow--10 .wide-block {
  background-image: url("../img/pc/workflow_flow_bg_10.png");
}
.p-workflow .flow--10 .wide-block__block::before {
  background-image: url("../img/pc/workflow_flow_counter_10.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_10.png") 1x, url("../img/pc/workflow_flow_counter_10@2x.png") 2x);
}
.p-workflow .flow--11 .col-block__image {
  background-image: url("../img/pc/workflow_flow_bg_11.png");
}
.p-workflow .flow--11 .col-block__image::before {
  background-image: url("../img/pc/workflow_flow_counter_11.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_11.png") 1x, url("../img/pc/workflow_flow_counter_11@2x.png") 2x);
}
.p-workflow .flow--11 .wide-block {
  background-image: url("../img/pc/workflow_flow_bg_11.png");
}
.p-workflow .flow--11 .wide-block__block::before {
  background-image: url("../img/pc/workflow_flow_counter_11.png");
  background-image: image-set(url("../img/pc/workflow_flow_counter_11.png") 1x, url("../img/pc/workflow_flow_counter_11@2x.png") 2x);
}
.p-workflow .flow--1 .col-block__container, .p-workflow .flow--3 .col-block__container, .p-workflow .flow--7 .col-block__container, .p-workflow .flow--9 .col-block__container {
  flex-direction: row-reverse;
  margin-left: auto;
}
.p-workflow .flow--1 .col-block__image, .p-workflow .flow--3 .col-block__image, .p-workflow .flow--7 .col-block__image, .p-workflow .flow--9 .col-block__image {
  background-position: top left;
}
.p-workflow .flow--1 .col-block__image::before, .p-workflow .flow--3 .col-block__image::before, .p-workflow .flow--7 .col-block__image::before, .p-workflow .flow--9 .col-block__image::before {
  top: -2px;
  left: -14px;
}
.p-workflow .flow--2 .col-block__image, .p-workflow .flow--4 .col-block__image, .p-workflow .flow--6 .col-block__image, .p-workflow .flow--8 .col-block__image, .p-workflow .flow--10 .col-block__image {
  background-position: top right;
}
.p-workflow .flow--2 .col-block__image::before, .p-workflow .flow--4 .col-block__image::before, .p-workflow .flow--6 .col-block__image::before, .p-workflow .flow--8 .col-block__image::before, .p-workflow .flow--10 .col-block__image::before {
  top: -2px;
  right: -14px;
}
.p-workflow .flow--2, .p-workflow .flow--3, .p-workflow .flow--4, .p-workflow .flow--7, .p-workflow .flow--8, .p-workflow .flow--9, .p-workflow .flow--10 {
  margin-top: 50px;
}
.p-workflow .flow--6 {
  margin-top: -120px;
}
.p-workflow .flow--11 {
  margin-top: -124px;
}
.p-workflow .flow--11::before {
  top: 146px;
}
.p-workflow .flow--11 .wide-block__block {
  padding-top: 212px;
}

.p-single .background {
  padding: 82px 0 104px;
  background-color: #f5f5f5;
}
.p-single .background__container {
  display: grid;
  grid-template-columns: 1fr 282px;
  gap: 54px;
  max-width: 1200px;
  margin: 46px auto 0;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 45px;
  background-color: #fff;
}
.p-single .post__title-block {
  padding: 40px 0 18px;
  margin: 0 45px;
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.p-single .post__title {
  font-size: 29px;
  font-weight: bold;
  line-height: 58px;
}
.p-single .post__meta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.p-single .post__date {
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.p-single .post__content {
  padding: 32px 45px 43px;
}
.p-single .post__content h2 {
  width: calc(100% + 90px);
  padding-right: 45px;
  padding-left: 45px;
  margin-left: -45px;
  background-color: #1d2856;
}
.p-single .post__content h3 {
  border-bottom: 3px solid #eeeeef;
}
.p-single .post .relation {
  padding-top: 30px;
  margin: 0 55px;
  border-top: 1px solid #d8d9d9;
}
.p-single .post .relation__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-single .post .relation__title::after {
  display: block;
  width: 79px;
  height: 2px;
  margin: 22px auto 0;
  content: "";
  background-color: #1d2856;
}
.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: #1d2856;
}
.p-single .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 48px;
}
.p-single .post__post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single .post__post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #1d2856;
  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: #1d2856;
}
.p-single .post__post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single .post__post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single .post__sns {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  margin-top: 39px;
  background-color: #fff;
}
.p-single .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single .post__sns ul li {
  margin-left: 10px;
}
.p-single .category {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-single .category__block--awards .c-post-category-list__title {
  background-color: #71abb5;
}
.p-single .category__block--awards .c-post-category-list__title::after {
  background-color: #71abb5;
}
.p-single .recently {
  margin-top: 44px;
}
.p-single .recently__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #1d2856;
  background-color: #fff;
}
.p-single .recently__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #fff;
}
.p-single .recently__list {
  position: relative;
  padding: 0 10px;
  margin-top: 22px;
  background-color: #fff;
}
.p-single .recently .item {
  border-bottom: 1px solid #eaeaeb;
}
.p-single .recently .item:last-of-type {
  border-bottom: none;
}
.p-single .recently .item a {
  padding: 18px 10px 24px;
}
.p-single .recently .item__title {
  font-size: 16px;
  line-height: 24px;
}
.p-single .recently .item__date {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}

.p-recruit .global-bg {
  max-width: 1920px;
  height: 3000px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #0a0e2d 1400px, #06257a 3800px);
}
.p-recruit .global-bg .mv {
  position: relative;
}
.p-recruit .global-bg .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url("../img/pc/recruit_mv_bg.png") top center no-repeat;
}
.p-recruit .global-bg .mv__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: url("../img/pc/recruit_mv_bg_deco.png") top 630px right no-repeat;
  mix-blend-mode: overlay;
}
.p-recruit .global-bg .mv__bg-3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  background: url("../img/pc/recruit_mv_bg_deco_2.png") top center no-repeat;
  mix-blend-mode: screen;
}
.p-recruit .global-bg .mv__fg {
  position: relative;
  z-index: 40;
  min-height: 1350px;
  padding-top: 200px;
  background: url("../img/pc/recruit_mv_bg_2.png") no-repeat;
  background-position: top 704px left calc(50vw - 140px);
}
@media screen and (max-width: 1630px) {
  .p-recruit .global-bg .mv__fg {
    background-position: top 704px left 675px;
  }
}
.p-recruit .global-bg .mv__inner {
  max-width: 1630px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-recruit .global-bg .mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 202px;
  height: 52px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #1d2856;
  border-radius: 3px;
}
.p-recruit .global-bg .mv__large {
  position: relative;
  left: -26px;
  margin-top: 6px;
}
.p-recruit .global-bg .mv__headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: -12px;
}
.p-recruit .global-bg .mv__headline span {
  padding: 13px 23px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #1d2856;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-recruit .global-bg .mv__text {
  max-width: 520px;
  margin-top: 44px;
  color: #fff;
  text-align: justify;
  letter-spacing: 0.01em;
}
.p-recruit .global-bg .mv__button {
  display: flex;
  margin-top: 50px;
}
.p-recruit .global-bg .vision {
  position: relative;
  z-index: 100;
  min-height: 612px;
  padding-top: 10px;
  margin-top: -86px;
  background: url("../img/pc/recruit_vision_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 988px);
}
@media screen and (max-width: 1022px) {
  .p-recruit .global-bg .vision {
    background-position: top 0 right -477px;
  }
}
.p-recruit .global-bg .vision__container {
  max-width: 1022px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-recruit .global-bg .vision__block {
  max-width: 540px;
  margin-left: auto;
}
.p-recruit .global-bg .vision__large {
  position: relative;
  left: -20px;
}
.p-recruit .global-bg .vision__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #1d2856;
  border-radius: 3px;
  margin-top: 16px;
}
.p-recruit .global-bg .vision__headline {
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 22px;
}
.p-recruit .global-bg .vision__english {
  margin-top: 24px;
}
.p-recruit .global-bg .vision__text {
  max-width: 480px;
  margin-top: 38px;
  color: #fff;
}
.p-recruit .global-bg .workplace {
  position: relative;
  z-index: 100;
  min-height: 528px;
  margin-top: -28px;
  background: url("../img/pc/recruit_workplace_bg.png") no-repeat;
  background-position: top 44px left calc(50vw - 154px);
}
@media screen and (max-width: 1622px) {
  .p-recruit .global-bg .workplace {
    background-position: top 44px left 657px;
  }
}
.p-recruit .global-bg .workplace__container {
  max-width: 1622px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-recruit .global-bg .workplace__block {
  max-width: 540px;
}
.p-recruit .global-bg .workplace__large {
  position: relative;
  left: -20px;
}
.p-recruit .global-bg .workplace__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #1d2856;
  border-radius: 3px;
  margin-top: 16px;
}
.p-recruit .global-bg .workplace__headline {
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 18px;
}
.p-recruit .global-bg .workplace__english {
  margin-top: 24px;
}
.p-recruit .global-bg .workplace__text {
  max-width: 480px;
  margin-top: 38px;
  color: #fff;
}
.p-recruit .global-bg .people {
  position: relative;
  z-index: 100;
  min-height: 671px;
  padding-top: 90px;
  margin-top: -26px;
  background: url("../img/pc/recruit_people_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 220px);
}
@media screen and (max-width: 1622px) {
  .p-recruit .global-bg .people {
    background-position: top 0 right 591px;
  }
}
.p-recruit .global-bg .people__container {
  max-width: 1722px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-recruit .global-bg .people__block {
  max-width: 540px;
  margin-left: auto;
}
.p-recruit .global-bg .people__large {
  position: relative;
  left: -20px;
}
.p-recruit .global-bg .people__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #1d2856;
  border-radius: 3px;
  margin-top: 16px;
}
.p-recruit .global-bg .people__headline {
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 18px;
}
.p-recruit .global-bg .people__headline span {
  margin-left: -0.5em;
}
.p-recruit .global-bg .people__english {
  margin-top: 24px;
}
.p-recruit .global-bg .people__text {
  max-width: 480px;
  margin-top: 38px;
  color: #fff;
}
.p-recruit .recruitment {
  max-width: 1920px;
  padding: 140px 40px 156px;
  margin: -52px auto 0;
  background: #f5f6f6;
}
.p-recruit .recruitment__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .recruitment__title span {
  margin-top: 28px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}
.p-recruit .recruitment__title::after {
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #1d2856;
}
.p-recruit .recruitment__list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  max-width: 1200px;
  margin: 36px 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: 952px;
  max-height: 100vh;
  margin: 0 auto;
}
@keyframes front_mv_fadein {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-front-page .mv__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-front-page .mv__filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.2);
}
.p-front-page .mv__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: flex;
  align-items: flex-end;
  padding-bottom: 82px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__deco {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  background: url("../img/pc/front_mv_deco.png") top center no-repeat;
  mix-blend-mode: screen;
}
.p-front-page .mv__inner {
  width: 100%;
  max-width: 1830px;
  padding: 0 200px 0 40px;
  margin: 0 auto;
}
.p-front-page .mv__scroll {
  position: absolute;
  right: 92px;
  bottom: 70px;
  width: 12px;
  height: 141px;
}
.p-front-page .global-bg {
  max-width: 1920px;
  margin: 0 auto;
  background: url("../img/pc/front_global_bg.jpg") right bottom/cover no-repeat;
}
.p-front-page .concept {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  min-height: 687px;
  padding-top: 110px;
  margin: 0 auto;
  background: url("../img/pc/front_concept_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 330px);
}
@media screen and (max-width: 1772px) {
  .p-front-page .concept {
    background-position: top 0 right 556px;
  }
}
.p-front-page .concept__container {
  max-width: 1772px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .concept__block {
  max-width: 480px;
  margin-left: auto;
}
.p-front-page .concept__headline {
  margin-top: 18px;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-front-page .concept__english {
  margin-top: 24px;
}
.p-front-page .concept__text {
  margin-top: 38px;
  color: #fff;
}
.p-front-page .concept__button {
  margin-top: 32px;
}
.p-front-page .concept__button .c-button-arrow__inner {
  justify-content: flex-end;
}
.p-front-page .feature {
  padding: 26px 0 160px;
}
.p-front-page .feature__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .feature__title::before {
  display: block;
  width: 58px;
  height: 51px;
  content: "";
  background: url("../img/pc/front_feature_logo.svg") no-repeat;
}
.p-front-page .feature__title img {
  margin-top: 30px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .feature__title span {
  margin-top: 26px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .feature__title::after {
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #fff;
}
.p-front-page .feature__slider {
  margin: 36px 0 0 6%;
}
.p-front-page .feature__slider .c-slider__track {
  overflow: unset;
}
.p-front-page .feature__slider .c-slider__item {
  width: 380px;
  margin-right: 34px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
}
.p-front-page .feature__slider .c-slider__arrow-left {
  top: 602px;
  left: 0;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_feature_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .feature__slider .c-slider__arrow-right {
  top: 602px;
  left: 70px;
  width: 58px;
  height: 58px;
  background: #1d2856 url("../img/pc/front_feature_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-front-page .feature__button {
  display: flex;
  justify-content: center;
  margin-top: 82px;
}
.p-front-page .global-bg-2 {
  max-width: 1920px;
  padding-top: 1px;
  margin: 0 auto;
  background: #f5f6f6;
}
.p-front-page .workflow {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  min-height: 777px;
  padding-top: 154px;
  margin: -42px auto 0;
  background: url("../img/pc/front_workflow_bg.png") no-repeat;
  background-position: top 0 left calc(50vw - 314px);
}
@media screen and (max-width: 1772px) {
  .p-front-page .workflow {
    background-position: top 0 left 572px;
  }
}
.p-front-page .workflow__container {
  max-width: 1772px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .workflow__block {
  max-width: 480px;
}
.p-front-page .workflow__headline {
  margin-top: 18px;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-front-page .workflow__english {
  margin-top: 24px;
}
.p-front-page .workflow__text {
  margin-top: 38px;
}
.p-front-page .workflow__button {
  margin-top: 32px;
}
.p-front-page .workflow__button .c-button-arrow__inner {
  justify-content: flex-end;
}
.p-front-page .workflow__slider {
  margin-top: 94px;
}
.p-front-page .workflow__slider .c-slider-smooth {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .workflow__slider .c-slider-smooth__group {
  padding-right: 40px;
}
.p-front-page .news {
  padding: 110px 0 0;
}
.p-front-page .news__top-container {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1590px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .news__title {
  display: flex;
  gap: 22px;
  align-items: center;
}
.p-front-page .news__title span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .news__button {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.p-front-page .news__container {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 102px;
  max-width: 1610px;
  padding: 0 40px;
  margin: 40px auto 0;
}
.p-front-page .news__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(178, 178, 179, 0.5);
}
.p-front-page .news__item {
  border-bottom: 1px solid rgba(178, 178, 179, 0.5);
}
.p-front-page .recruit {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding-top: 116px;
}

.p-feature .b-mv {
  position: relative;
  padding-bottom: 52px;
  background: linear-gradient(to bottom, #0a0e2d 1360px, #06257a 3600px);
}
.p-feature .b-mv__bg {
  background-image: url("../img/pc/feature_mv_bg.png");
}
.p-feature .b-mv__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  background: url("../img/pc/feature_bg_deco.png") top 630px right -8px no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
.p-feature .nav {
  position: relative;
  z-index: 100;
  margin-top: -164px;
}
.p-feature .nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 288px);
  gap: 16px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.p-feature .nav__list .item {
  background: rgba(29, 40, 86, 0.6);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.p-feature .nav__list .item__inner {
  display: flex;
  align-items: center;
  height: 80px;
  padding-right: 18px;
}
.p-feature .nav__list .item__inner span {
  margin-left: 16px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-feature .nav__list .item__inner::before {
  display: block;
  width: 66px;
  height: 46px;
  content: "";
  background: center no-repeat;
  border-right: 1px solid rgba(245, 246, 246, 0.1);
}
.p-feature .nav__list .item__inner::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/feature_nav_chevron.svg") no-repeat;
}
.p-feature .nav__list .item:nth-of-type(1) .item__inner::before {
  background-image: url("../img/pc/feature_nav_counter_1.png");
}
.p-feature .nav__list .item:nth-of-type(2) .item__inner::before {
  background-image: url("../img/pc/feature_nav_counter_2.png");
}
.p-feature .nav__list .item:nth-of-type(3) .item__inner::before {
  background-image: url("../img/pc/feature_nav_counter_3.png");
}
.p-feature .nav__list .item:nth-of-type(4) .item__inner::before {
  background-image: url("../img/pc/feature_nav_counter_4.png");
}
.p-feature .nav__list .item:nth-of-type(5) .item__inner::before {
  background-image: url("../img/pc/feature_nav_counter_5.png");
}
.p-feature .nav__list .item:nth-of-type(6) .item__inner::before {
  background-image: url("../img/pc/feature_nav_counter_6.png");
}
.p-feature .nav__list .item:nth-of-type(7) .item__inner::before {
  background-image: url("../img/pc/feature_nav_counter_7.png");
}
.p-feature .nav__list .item:nth-of-type(8) .item__inner::before {
  background-image: url("../img/pc/feature_nav_counter_8.png");
}
.p-feature .nav__link {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 16px;
  justify-content: center;
  max-width: 1200px;
  margin: 40px auto 0;
}
.p-feature .nav__link li {
  border: 1px solid rgba(135, 135, 135, 0.75);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.p-feature .nav__link li a {
  display: flex;
  align-items: center;
  height: 80px;
  padding-right: 18px;
  padding-left: 36px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-feature .nav__link li a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/feature_nav_chevron.svg") no-repeat;
}
.p-feature .top-list {
  position: relative;
  z-index: 100;
  margin-top: 78px;
}
.p-feature .bottom-list {
  background: linear-gradient(to bottom, #0a0e2d 1840px, #06257a 4720px);
}
.p-feature .feature {
  position: relative;
}
.p-feature .feature .col-block__container {
  display: flex;
  max-width: 1838px;
}
.p-feature .feature .col-block__image {
  position: relative;
  flex: 1 1 auto;
  height: 577px;
  background-repeat: no-repeat;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-feature .feature .col-block__block {
  flex: 0 0 auto;
  width: 688px;
  padding: 88px 106px 0;
}
.p-feature .feature .col-block__title {
  display: flex;
}
.p-feature .feature .col-block__title span {
  position: relative;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 134px;
  height: 40px;
  padding: 0 20px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: rgba(29, 40, 86, 0.7);
  border-radius: 3px;
}
.p-feature .feature .col-block__title::before {
  display: block;
  width: 180px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
}
.p-feature .feature .col-block__headline {
  margin-top: 14px;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-feature .feature .col-block__headline span {
  margin-left: -0.5em;
}
.p-feature .feature .col-block__english {
  margin-top: 28px;
}
.p-feature .feature .col-block__text {
  margin-top: 36px;
  color: #fff;
}
.p-feature .feature .wide-block {
  height: 577px;
  background-position: top 0 left calc(50vw - 968px);
}
@media screen and (max-width: 1748px) {
  .p-feature .feature .wide-block {
    background-position: top 0 left -94px;
  }
}
.p-feature .feature .wide-block__container {
  max-width: 1748px;
  margin: 0 auto;
}
.p-feature .feature .wide-block__block {
  width: 688px;
  padding: 86px 96px 0;
}
.p-feature .feature .wide-block__title {
  display: flex;
}
.p-feature .feature .wide-block__title span {
  position: relative;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 134px;
  height: 40px;
  padding: 0 20px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: rgba(29, 40, 86, 0.7);
  border-radius: 3px;
}
.p-feature .feature .wide-block__title::before {
  display: block;
  width: 180px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
}
.p-feature .feature .wide-block__headline {
  margin-top: 14px;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #1d2856;
  letter-spacing: 0.1em;
}
.p-feature .feature .wide-block__headline span {
  margin-left: -0.5em;
}
.p-feature .feature .wide-block__english {
  margin-top: 28px;
}
.p-feature .feature .wide-block__text {
  margin-top: 36px;
}
.p-feature .feature--1 .col-block__image {
  background-image: url("../img/pc/feature_feature_bg_1.png");
}
.p-feature .feature--1 .col-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_1.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_1.png") 1x, url("../img/pc/feature_feature_counter_1@2x.png") 2x);
}
.p-feature .feature--1 .wide-block {
  background-image: url("../img/pc/feature_feature_bg_1.png");
}
.p-feature .feature--1 .wide-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_1.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_1.png") 1x, url("../img/pc/feature_feature_counter_1@2x.png") 2x);
}
.p-feature .feature--2 .col-block__image {
  background-image: url("../img/pc/feature_feature_bg_2.png");
}
.p-feature .feature--2 .col-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_2.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_2.png") 1x, url("../img/pc/feature_feature_counter_2@2x.png") 2x);
}
.p-feature .feature--2 .wide-block {
  background-image: url("../img/pc/feature_feature_bg_2.png");
}
.p-feature .feature--2 .wide-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_2.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_2.png") 1x, url("../img/pc/feature_feature_counter_2@2x.png") 2x);
}
.p-feature .feature--3 .col-block__image {
  background-image: url("../img/pc/feature_feature_bg_3.png");
}
.p-feature .feature--3 .col-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_3.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_3.png") 1x, url("../img/pc/feature_feature_counter_3@2x.png") 2x);
}
.p-feature .feature--3 .wide-block {
  background-image: url("../img/pc/feature_feature_bg_3.png");
}
.p-feature .feature--3 .wide-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_3.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_3.png") 1x, url("../img/pc/feature_feature_counter_3@2x.png") 2x);
}
.p-feature .feature--4 .col-block__image {
  background-image: url("../img/pc/feature_feature_bg_4.png");
}
.p-feature .feature--4 .col-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_4.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_4.png") 1x, url("../img/pc/feature_feature_counter_4@2x.png") 2x);
}
.p-feature .feature--4 .wide-block {
  background-image: url("../img/pc/feature_feature_bg_4.png");
}
.p-feature .feature--4 .wide-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_4.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_4.png") 1x, url("../img/pc/feature_feature_counter_4@2x.png") 2x);
}
.p-feature .feature--5 .col-block__image {
  background-image: url("../img/pc/feature_feature_bg_5.png");
}
.p-feature .feature--5 .col-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_5.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_5.png") 1x, url("../img/pc/feature_feature_counter_5@2x.png") 2x);
}
.p-feature .feature--5 .wide-block {
  background-image: url("../img/pc/feature_feature_bg_5.png");
}
.p-feature .feature--5 .wide-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_5.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_5.png") 1x, url("../img/pc/feature_feature_counter_5@2x.png") 2x);
}
.p-feature .feature--6 .col-block__image {
  background-image: url("../img/pc/feature_feature_bg_6.png");
}
.p-feature .feature--6 .col-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_6.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_6.png") 1x, url("../img/pc/feature_feature_counter_6@2x.png") 2x);
}
.p-feature .feature--6 .wide-block {
  background-image: url("../img/pc/feature_feature_bg_6.png");
}
.p-feature .feature--6 .wide-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_6.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_6.png") 1x, url("../img/pc/feature_feature_counter_6@2x.png") 2x);
}
.p-feature .feature--7 .col-block__image {
  background-image: url("../img/pc/feature_feature_bg_7.png");
}
.p-feature .feature--7 .col-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_7.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_7.png") 1x, url("../img/pc/feature_feature_counter_7@2x.png") 2x);
}
.p-feature .feature--7 .wide-block {
  background-image: url("../img/pc/feature_feature_bg_7.png");
}
.p-feature .feature--7 .wide-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_7.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_7.png") 1x, url("../img/pc/feature_feature_counter_7@2x.png") 2x);
}
.p-feature .feature--8 .col-block__image {
  background-image: url("../img/pc/feature_feature_bg_8.png");
}
.p-feature .feature--8 .col-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_8.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_8.png") 1x, url("../img/pc/feature_feature_counter_8@2x.png") 2x);
}
.p-feature .feature--8 .wide-block {
  background-image: url("../img/pc/feature_feature_bg_8.png");
}
.p-feature .feature--8 .wide-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_8.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_8.png") 1x, url("../img/pc/feature_feature_counter_8@2x.png") 2x);
}
.p-feature .feature--9 .col-block__image {
  background-image: url("../img/pc/feature_feature_bg_9.png");
}
.p-feature .feature--9 .col-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_9.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_9.png") 1x, url("../img/pc/feature_feature_counter_9@2x.png") 2x);
}
.p-feature .feature--9 .wide-block {
  background-image: url("../img/pc/feature_feature_bg_9.png");
}
.p-feature .feature--9 .wide-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_9.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_9.png") 1x, url("../img/pc/feature_feature_counter_9@2x.png") 2x);
}
.p-feature .feature--10 .col-block__image {
  background-image: url("../img/pc/feature_feature_bg_10.png");
}
.p-feature .feature--10 .col-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_10.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_10.png") 1x, url("../img/pc/feature_feature_counter_10@2x.png") 2x);
}
.p-feature .feature--10 .wide-block {
  background-image: url("../img/pc/feature_feature_bg_10.png");
}
.p-feature .feature--10 .wide-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_10.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_10.png") 1x, url("../img/pc/feature_feature_counter_10@2x.png") 2x);
}
.p-feature .feature--11 .col-block__image {
  background-image: url("../img/pc/feature_feature_bg_11.png");
}
.p-feature .feature--11 .col-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_11.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_11.png") 1x, url("../img/pc/feature_feature_counter_11@2x.png") 2x);
}
.p-feature .feature--11 .wide-block {
  background-image: url("../img/pc/feature_feature_bg_11.png");
}
.p-feature .feature--11 .wide-block__title::before {
  background-image: url("../img/pc/feature_feature_counter_11.png");
  background-image: image-set(url("../img/pc/feature_feature_counter_11.png") 1x, url("../img/pc/feature_feature_counter_11@2x.png") 2x);
}
.p-feature .feature--1 .col-block__image, .p-feature .feature--3 .col-block__image, .p-feature .feature--7 .col-block__image, .p-feature .feature--9 .col-block__image {
  background-position: top right;
}
.p-feature .feature--1 .col-block__image::before, .p-feature .feature--3 .col-block__image::before, .p-feature .feature--7 .col-block__image::before, .p-feature .feature--9 .col-block__image::before {
  top: -2px;
  left: -14px;
}
.p-feature .feature--2 .col-block__container, .p-feature .feature--4 .col-block__container, .p-feature .feature--6 .col-block__container {
  flex-direction: row-reverse;
  margin-left: auto;
}
.p-feature .feature--2 .col-block__image, .p-feature .feature--4 .col-block__image, .p-feature .feature--6 .col-block__image {
  background-position: top left;
}
.p-feature .feature--2 .col-block__image::before, .p-feature .feature--4 .col-block__image::before, .p-feature .feature--6 .col-block__image::before {
  top: -2px;
  right: -14px;
}
.p-feature .feature--2, .p-feature .feature--3, .p-feature .feature--5, .p-feature .feature--6, .p-feature .feature--7, .p-feature .feature--8 {
  margin-top: 54px;
}
.p-feature .product {
  padding: 100px 40px 92px;
}
.p-feature .product__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 36px 28px;
  justify-content: center;
  margin-top: 28px;
}
.p-feature .qa {
  padding: 120px 40px 140px;
  background: #0a0e2d;
}
.p-feature .qa__title span {
  color: #fff;
}
.p-feature .qa__title::after {
  background-color: #fff;
}
.p-feature .qa__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 36px auto 0;
}

.p-contact .main {
  padding: 82px 40px 146px;
  background: #f5f6f6;
}
.p-contact .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact .main__title span {
  margin-top: 34px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-contact .main__title::after {
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #1d2856;
}
.p-contact .main__info {
  margin-top: 36px;
  text-align: center;
}
.p-contact .main .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin-top: 54px;
}
.p-contact .main .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-contact .main .tel-area__title::after {
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background: #1d2856;
}
.p-contact .main .tel-area__tel {
  margin-top: 22px;
}
.p-contact .main .tel-area__time {
  margin-top: 2px;
  color: #727171;
  text-align: center;
}
.p-contact .form {
  max-width: 820px;
  margin: 56px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.p-contact .form .wpcf7 .wpcf7-submit {
  width: 324px;
  height: 70px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #1d2856;
  border-radius: 4px;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 84px 40px 104px;
  background-color: #f5f5f5;
}
.p-archive .main__container {
  display: grid;
  grid-template-columns: 1fr 282px;
  gap: 54px;
  max-width: 1200px;
  margin: 46px auto 0;
}
.p-archive .main__list {
  display: flex;
  flex-direction: column;
}
.p-archive .main__item > * {
  border-bottom: 1px solid #eaeaeb;
}
.p-archive .main__item > *:first-of-type {
  border-top: 1px solid #eaeaeb;
}
.p-archive .wp-pagenavi {
  padding: 48px 0 0;
}

.p-about .b-mv {
  padding-bottom: 110px;
}
.p-about .b-mv__bg {
  background-image: url("../img/pc/about_mv_bg.png");
}
.p-about .philosophy {
  padding: 0 40px;
  margin-top: -106px;
}
.p-about .philosophy__block {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.p-about .philosophy__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, calc(50% - 106px) 0, calc(50% - 106px) 10px, calc(50% + 106px) 10px, calc(50% + 106px) 0, 100% 0, 100% 100%, 0 100%);
  border: 1px solid #fff;
}
.p-about .philosophy__fg {
  position: relative;
  padding: 1px 36px 48px;
}
.p-about .philosophy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -22px;
}
.p-about .philosophy__title span {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-about .philosophy__title img {
  margin-top: 20px;
}
.p-about .philosophy__headline {
  padding-bottom: 32px;
  margin-top: 34px;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-about .philosophy__text {
  padding: 34px 40px 0;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
}
.p-about .greeting {
  max-width: 1920px;
  min-height: 670px;
  padding: 124px 40px 0;
  margin: 0 auto;
  background: url("../img/pc/about_greeting_bg.jpg") no-repeat;
  background-position: top 0 left calc(50vw - 968px);
}
@media screen and (max-width: 1800px) {
  .p-about .greeting {
    background-position: top 0 left -68px;
  }
}
.p-about .greeting__inner {
  position: relative;
  max-width: 1538px;
  padding: 0 40px 0 158px;
  margin: 0 auto;
}
.p-about .greeting__title {
  position: absolute;
  top: 14px;
  left: 0;
  width: 94px;
  height: 293px;
}
.p-about .greeting__headline {
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-about .greeting__text {
  max-width: 610px;
  margin-top: 24px;
  color: #fff;
}
.p-about .greeting__signature {
  display: flex;
  align-items: center;
  margin-top: 30px;
  line-height: 1;
  color: #fff;
}
.p-about .greeting__signature span {
  margin-left: 10px;
  font-size: 23px;
  font-weight: bold;
}
.p-about .company {
  padding: 98px 0 40px;
}
.p-about .company__list {
  margin-top: 20px;
}
.p-about .company__image {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
  margin-top: 48px;
}
.p-about .company__image div {
  width: 577px;
  height: 338px;
  background-repeat: no-repeat;
}
.p-about .company__image div:nth-of-type(1) {
  background-image: url("../img/pc/about_company_image_1.jpg");
}
.p-about .company__image div:nth-of-type(2) {
  background-image: url("../img/pc/about_company_image_2.jpg");
}
.p-about .company__google-map {
  height: 420px;
  margin-top: 56px;
}
.p-about .history {
  padding: 76px 40px 88px;
}
.p-about .history__list {
  margin-top: 34px;
}
.p-about .facility {
  padding: 108px 40px 90px;
  background: #f5f6f6;
}
.p-about .facility__list {
  display: flex;
  flex-direction: column;
  gap: 52px;
  max-width: 1200px;
  margin: 40px auto 0;
}
