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

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #000;
  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: #25758e;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #25758e;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-work-slider .c-slider__track {
  justify-content: center;
  overflow: unset;
}
.c-work-slider .c-slider__arrow-left {
  top: 246px;
  left: 25%;
  width: 58px;
  height: 58px;
  background: #25758e url("../img/pc/c_work_slider_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.c-work-slider .c-slider__arrow-right {
  top: 246px;
  right: 25%;
  width: 58px;
  height: 58px;
  background: #25758e url("../img/pc/c_work_slider_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.c-work-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 826px;
  height: 550px;
  margin-right: 40px;
}
.c-work-slider .item a {
  position: relative;
  max-height: 100%;
}
.c-work-slider .item a::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: block;
  width: 42px;
  height: 42px;
  content: "";
  background: url("../img/pc/front_slider_banner_link_chevron.svg") no-repeat;
}

.c-work-category-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 284px);
  grid-gap: 30px 22px;
  justify-content: center;
  max-width: 1202px;
  margin: 0 auto;
}
.c-work-category-list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  color: #25758e;
  background-color: #fff;
  border-radius: 34px;
}
.c-work-category-list__item--on a {
  color: #fff;
  background-color: #25758e;
}

.c-work-card__image {
  position: relative;
  height: 254px;
  background-color: #9e9e9f;
}
.c-work-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-work-card__awards {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 56px;
}
.c-work-card__new {
  position: absolute;
  top: -12px;
  right: 0;
  width: 69px;
  height: 41px;
}
.c-work-card__main {
  padding-top: 14px;
}
.c-work-card__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
}
.c-work-card__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.c-work-card__category-list li {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #c8d3d5;
}

.c-text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-text-section span {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  letter-spacing: 0.1em;
}
.c-text-section::after {
  display: block;
  width: 92px;
  height: 1px;
  margin-top: 18px;
  content: "";
  background-color: #25758e;
}

.c-text-curly-brace {
  display: flex;
  gap: 10px;
  align-items: center;
}
.c-text-curly-brace::before {
  display: block;
  width: 10px;
  height: 27px;
  content: "";
  background: url("../img/pc/icon_curly_brace_black_left.svg") no-repeat;
}
.c-text-curly-brace::after {
  display: block;
  width: 10px;
  height: 27px;
  content: "";
  background: url("../img/pc/icon_curly_brace_black_right.svg") no-repeat;
}
.c-text-curly-brace--white::before {
  background-image: url("../img/pc/icon_curly_brace_white_left.svg");
}
.c-text-curly-brace--white::after {
  background-image: url("../img/pc/icon_curly_brace_white_right.svg");
}

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

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

.c-slider-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: #25758e;
}
.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: #25758e;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.c-recruit-table dd {
  width: 79%;
  padding: 18px 0 11px 2px;
  font-size: 16px;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.c-recruit-table__button {
  width: 323px;
  margin: 87px auto 0;
  background-color: #25758e;
  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-post-tobi-archive-card {
  position: relative;
  background-color: #fff;
}
.c-post-tobi-archive-card__image {
  height: 190px;
  background-color: #9e9e9f;
}
.c-post-tobi-archive-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-tobi-archive-card__main {
  padding: 10px 20px 16px;
}
.c-post-tobi-archive-card__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
}
.c-post-tobi-archive-card__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}
.c-post-tobi-archive-card__category {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-height: 22px;
  padding: 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  background-color: #666;
  border-radius: 11px;
}
.c-post-tobi-archive-card__category--topics {
  background-color: #25758e;
}
.c-post-tobi-archive-card__category--awards {
  background-color: #71abb5;
}
.c-post-tobi-archive-card__date {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #9d9e9e;
}
.c-post-tobi-archive-card__new {
  position: absolute;
  top: 0;
  left: 0;
  flex: 0 0 auto;
  width: 69px;
  height: 25px;
}

.c-post-front-news-bar a {
  display: flex;
  align-items: center;
  min-height: 69px;
  padding: 10px 20px;
}
.c-post-front-news-bar a::after {
  display: block;
  width: 29px;
  height: 29px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_post_front_news_bar_chevron.svg") no-repeat;
}
.c-post-front-news-bar__category {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-height: 22px;
  padding: 4px;
  margin-right: 22px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  background-color: #666;
  border-radius: 11px;
}
.c-post-front-news-bar__category--topics {
  background-color: #25758e;
}
.c-post-front-news-bar__category--awards {
  background-color: #71abb5;
}
.c-post-front-news-bar__date {
  flex: 0 0 auto;
  margin-right: 24px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #9d9e9e;
}
.c-post-front-news-bar__new {
  flex: 0 0 auto;
  width: 69px;
  height: 25px;
  margin-right: 12px;
}
.c-post-front-news-bar__title {
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
}

.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: #25758e;
}
.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: #25758e;
}
.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;
  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;
  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-number-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px 24px;
  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: #25758e;
}
.c-number-block__english {
  margin-top: 10px;
  font-size: 13px;
  line-height: 24px;
  color: #25758e;
}
.c-number-block__number {
  margin-top: 16px;
  font-size: 50px;
  font-weight: bold;
  line-height: 54px;
}
.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-employee-block {
  padding: 70px 0 86px;
  background-color: #f5f6f6;
}
.c-employee-block .top-area {
  position: relative;
  container-type: inline-size;
  padding: 0 40px;
}
.c-employee-block .top-area__bg {
  position: absolute;
  top: 0;
  right: calc(50% - 108px);
  left: 0;
  z-index: 10;
  height: 494px;
}
@container (width < 1200px) {
  .c-employee-block .top-area__bg {
    right: 492px;
    width: unset;
  }
}
.c-employee-block .top-area__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-employee-block .top-area__fg {
  position: relative;
  z-index: 20;
  min-height: 494px;
}
.c-employee-block .top-area__container {
  max-width: 1200px;
  margin: 0 auto;
}
.c-employee-block .top-area__block {
  max-width: 514px;
  padding-top: 35px;
  margin-left: auto;
}
.c-employee-block .top-area__title {
  display: inline-block;
  padding: 8px 24px 8px 116px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #fff;
}
.c-employee-block .top-area__headline {
  margin: 24px 0 0 114px;
  font-size: 31px;
  font-weight: bold;
  line-height: 52px;
  color: #25758e;
  letter-spacing: 0.1em;
}
.c-employee-block .top-area__detail {
  margin: 16px 0 0 114px;
}
.c-employee-block .bottom-area {
  padding: 0 40px;
  margin-top: 56px;
}
.c-employee-block .bottom-area__container {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.c-employee-block .bottom-area__block {
  position: relative;
  flex: 0 0 auto;
  width: 582px;
  padding: 38px 30px 60px;
  background-color: #fff;
}
.c-employee-block .bottom-area__block::before {
  position: absolute;
  top: -19px;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  background-color: #fff;
}
.c-employee-block .bottom-area .qa-area__title span {
  margin-top: 14px;
}
.c-employee-block .bottom-area .qa-area__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 26px;
}
.c-employee-block .bottom-area .qa-area__list .qa__q {
  display: flex;
  align-items: center;
  padding: 14px 38px;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #25758e;
}
.c-employee-block .bottom-area .qa-area__list .qa__q::before {
  display: block;
  flex: 0 0 auto;
  width: 15px;
  height: 18px;
  margin-right: 14px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/c_employee_block_qa_q.png");
  background-image: image-set(url("../img/pc/c_employee_block_qa_q.png") 1x, url("../img/pc/c_employee_block_qa_q@2x.png") 2x);
}
.c-employee-block .bottom-area .qa-area__list .qa__a {
  padding: 16px 32px 28px;
  background-color: #f5f6f6;
}
.c-employee-block .bottom-area .schedule-area__list {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 26px;
}
.c-employee-block .bottom-area .schedule-area__list .schedule {
  display: grid;
  grid-template-columns: 114px 1fr;
  gap: 14px;
}
.c-employee-block .bottom-area .schedule-area__list .schedule__time {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #25758e;
  border-radius: 8px;
}
.c-employee-block .bottom-area .schedule-area__list .schedule__detail {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 10px 22px;
  background-color: #f5f6f6;
}
.c-employee-block--inverted {
  background-color: #fff;
}
.c-employee-block--inverted .top-area__title {
  background-color: #f5f6f6;
}
.c-employee-block--inverted .bottom-area__block {
  background-color: #f5f6f6;
}
.c-employee-block--inverted .bottom-area__block::before {
  background-color: #f5f6f6;
}
.c-employee-block--inverted .bottom-area .qa-area .qa__a {
  background-color: #fff;
}
.c-employee-block--inverted .bottom-area .schedule-area .schedule__detail {
  background-color: #fff;
}

.c-drawer-button {
  z-index: 9000;
  width: 36px;
  margin: -6px auto 0;
  border-radius: 50%;
}
.c-drawer-button__bar {
  display: block;
  height: 2px;
  margin-top: 6px;
  background-color: #fff;
  transition: all 0.2s;
  transform-origin: 0 0;
}
.c-drawer-button--active .c-drawer-button__bar--bar1 {
  width: 40px;
  transform: rotate(24deg);
}
.c-drawer-button--active .c-drawer-button__bar--bar2 {
  opacity: 0;
}
.c-drawer-button--active .c-drawer-button__bar--bar3 {
  width: 40px;
  transform: rotate(-24deg);
}

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

.c-button-contact {
  position: relative;
  width: 318px;
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: left;
  background-color: #25758e;
}
.c-button-contact a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 34px 0 38px;
}
.c-button-contact a::before {
  display: block;
  width: 23px;
  height: 14px;
  margin-right: 22px;
  content: "";
  background-image: url("../img/pc/icon_mail_white.svg");
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  background-repeat: no-repeat;
}
.c-button-contact a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background-image: url("../img/pc/c_contact_button_chevron.svg");
  background-repeat: no-repeat;
}

.c-button-circle {
  width: 282px;
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #111310;
  background-color: #fff;
  border-radius: 29px;
}
.c-button-circle__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 24px 0 36px;
}
.c-button-circle__inner::after {
  display: block;
  width: 23px;
  height: 2px;
  margin-left: auto;
  content: "";
  background-color: #111310;
}
.c-button-circle--chevron .c-button-circle__inner::after {
  width: 9px;
  height: 16px;
  background: url("../img/pc/c_button_circle_chevron.svg") no-repeat;
}
.c-button-circle--border {
  border: 1px solid #111310;
}
.c-button-circle--shadow {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
}
.c-button-circle--border-white {
  color: #fff;
  background: unset;
  border: 1px solid #fff;
}
.c-button-circle--border-white .c-button-circle__inner::after {
  background-color: #fff;
}
.c-button-circle--bg-theme {
  color: #fff;
  background: #111310;
  border: unset;
}
.c-button-circle--bg-theme .c-button-circle__inner::after {
  background-color: #fff;
}
.c-button-circle--english .c-button-circle__inner {
  padding-left: 36px;
}

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

.b-two-col-single {
  display: flex;
  justify-content: space-between;
}
.b-two-col-single__left {
  width: 74.2%;
}
.b-two-col-single__right {
  width: 23.82%;
}

.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-sub-header {
  position: relative;
  height: 148px;
  background: #25758e url("../img/pc/b_sub_header_bg.png") top left no-repeat;
}
.b-sub-header::after {
  position: absolute;
  top: 114px;
  left: calc(50% - 960px);
  display: block;
  width: 632px;
  height: 286px;
  pointer-events: none;
  content: "";
  background: url("../img/pc/b_sub_header_line.png") no-repeat;
}

.b-site-banner {
  padding: 104px 40px 110px;
  background: url("../img/pc/b_site_banner_bg.png") top 68px right calc(50vw - 600px) no-repeat;
  border-bottom: 1px solid rgba(218, 219, 219, 0.75);
}
.b-site-banner__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-site-banner__title::after {
  display: block;
  width: 78px;
  height: 1px;
  margin-top: 18px;
  content: "";
  background-color: #dadbdb;
}
.b-site-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  justify-content: center;
  margin-top: 40px;
}
.b-site-banner__item {
  width: 572px;
  height: 159px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

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

.b-post-front-category-list {
  display: flex;
  align-items: center;
}
.b-post-front-category-list__title {
  width: 100px;
  height: 11px;
}
.b-post-front-category-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  align-items: center;
  margin-left: 32px;
}
.b-post-front-category-list__list li {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.b-post-front-category-list__list li a {
  display: flex;
  align-items: center;
  padding: 4px;
}
.b-post-front-category-list__list li a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  content: "";
  background: url("../img/pc/b_post_front_category_list_chevron.svg") no-repeat;
}

.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: #25758e;
}
.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-permit-block__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 582px);
  grid-gap: 28px 38px;
  justify-content: center;
  max-width: 1202px;
  margin: 0 auto;
}
.b-permit-block__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 10px 20px;
  background-color: #fff;
}

.b-mv {
  max-width: 1920px;
  height: 398px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.b-mv__bg {
  height: 100%;
  padding-top: 210px;
  background: url("../img/pc/b_mv_bg.png") center no-repeat;
}
.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.7));
}
.b-mv__title span {
  margin-top: 22px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
}

.b-history-block__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}
.b-history-block__list dl {
  display: grid;
  grid-template-columns: 220px 1fr;
}
.b-history-block__list dt {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 10px 20px 10px 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: #25758e;
}
.b-history-block__list dd {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 10px 20px 10px 66px;
  background-color: #f5f6f6;
}

.b-header__logo {
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 7000;
  width: 426px;
  height: 122px;
}
.b-header .nav {
  position: absolute;
  top: 24px;
  right: 448px;
  z-index: 7000;
  display: flex;
  gap: 30px;
  align-items: center;
  padding-top: 26px;
}
@media screen and (width < 1400px) {
  .b-header .nav {
    display: none;
  }
}
.b-header .nav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
}
.b-header .nav__item a span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.b-header .nav__item a img {
  margin-top: 10px;
}
.b-header__recruit {
  position: absolute;
  top: 47px;
  right: 244px;
  z-index: 7000;
}
.b-header__recruit a {
  display: flex;
  align-items: center;
  width: 178px;
  height: 48px;
  padding-left: 35px;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.b-header__recruit a::before {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  content: "";
  background: url("../img/pc/icon_portrait_theme_white.svg") no-repeat;
}
.b-header__contact {
  position: absolute;
  top: 47px;
  right: 56px;
  z-index: 7000;
}
.b-header__contact a {
  display: flex;
  align-items: center;
  width: 178px;
  height: 48px;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.b-header__contact a::before {
  display: block;
  width: 21px;
  height: 13px;
  margin-right: 10px;
  content: "";
  background: url("../img/pc/icon_mail_theme.svg") no-repeat;
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding: 0 0 24px;
  margin: 0 auto;
  background: #111111 url("../img/pc/b_footer_bg.jpg") center/cover no-repeat;
}
.b-footer__container {
  display: flex;
  max-width: 1230px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 37%;
  max-width: 538px;
  padding-top: 96px;
}
.b-footer__block-2 {
  position: relative;
  width: 65%;
  max-width: 750px;
  padding-top: 96px;
}
.b-footer__logo {
  width: 220px;
  height: 42px;
}
.b-footer .address-block {
  margin-top: 44px;
}
.b-footer .address-block__title {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.b-footer .address-block__title span {
  display: block;
  margin-top: 34px;
  font-size: 18px;
  font-weight: bold;
}
.b-footer .address-block__address {
  margin-top: 18px;
  color: #fff;
}
.b-footer .address-block__button {
  width: 240px;
  height: 58px;
  margin-top: 26px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 30px 0 30px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 29px;
}
.b-footer .address-block__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer .address-block__instagram {
  width: 137px;
  height: 34px;
  margin-top: 48px;
}
.b-footer__top-text a {
  width: 58px;
  height: 22px;
}
.b-footer__top-text::after {
  display: block;
  width: 93px;
  height: 2px;
  margin-top: 17px;
  content: "";
  background-color: #25758e;
}
.b-footer__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, 202px);
  grid-gap: 16px 58px;
  max-width: 722px;
  margin-top: 12px;
}
.b-footer__nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.b-footer__nav li 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 li span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-footer__nav li img {
  max-height: 12px;
  margin-top: 10px;
}
.b-footer__certification {
  margin-top: 28px;
}
.b-footer__copyright {
  max-width: 1230px;
  padding: 0 20px;
  margin: 96px auto 0;
  color: #fff;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 22px;
  content: "";
  background-color: #fff;
}

.b-drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;
  width: 100%;
  max-width: 828px;
  padding: 124px 0 100px 118px;
  overflow: scroll;
  background: #fff;
  transition: all 0.2s;
  transform: translateX(100%);
}
.b-drawer-menu--visible {
  transform: translateX(0%);
}
.b-drawer-menu__logo {
  position: absolute;
  top: 54px;
  left: 120px;
  z-index: 7000;
  width: 317px;
  height: 40px;
}
.b-drawer-menu__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, 222px);
  grid-gap: 10px 80px;
  justify-content: center;
  max-width: 524px;
}
.b-drawer-menu__nav li {
  border-bottom: 1px solid rgba(61, 58, 57, 0.75);
}
.b-drawer-menu__nav li a {
  height: 122px;
  padding: 46px 0 0;
  background: url("../img/pc/b_drawer_menu_nav_chevron.svg") top 50% right 0/8px 12px no-repeat;
}
.b-drawer-menu__nav li span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-drawer-menu__nav li img {
  max-height: 12px;
  margin-top: 10px;
}
.b-drawer-menu .contact-area {
  margin-top: 64px;
}
.b-drawer-menu .contact-area__title img {
  width: 94px;
  height: 13px;
}
.b-drawer-menu .contact-area__title::after {
  display: block;
  width: 78px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background-color: #25758e;
}
.b-drawer-menu .contact-area__container {
  display: flex;
  gap: 34px;
  margin-top: 24px;
}
.b-drawer-menu .contact-area__tel {
  line-height: 0;
}
.b-drawer-menu .contact-area__time {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1;
}
.b-drawer-menu .contact-area__button {
  margin-top: 4px;
}
.b-drawer-menu .contact-area__button a {
  display: flex;
  align-items: center;
  width: 280px;
  height: 58px;
  padding-left: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #25758e;
}
.b-drawer-menu .contact-area__button a::before {
  display: block;
  width: 23px;
  height: 14px;
  margin-right: 20px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}

.b-contact {
  position: relative;
  padding: 102px 0 80px;
}
.b-contact::before {
  position: absolute;
  top: -126px;
  right: 0;
  display: block;
  width: 114px;
  height: 268px;
  content: "";
  background: url("../img/pc/b_contact_deco.png") no-repeat;
}
.b-contact__main {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-areas: "title block" "title text";
  grid-template-columns: 180px 1fr;
  max-width: 1200px;
  margin: 0 auto;
}
.b-contact__title {
  grid-area: title;
  padding: 2px 0 0 20px;
}
.b-contact__title img {
  width: 98px;
  height: 193px;
}
.b-contact__container {
  display: flex;
  flex-wrap: wrap;
  grid-area: block;
  gap: 24px;
  justify-content: center;
}
.b-contact__block {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  width: 498px;
  height: 142px;
  background-color: #fff;
  border: 6px solid #799599;
}
.b-contact__block--1 {
  padding-top: 36px;
}
.b-contact__block--2 {
  padding-top: 24px;
}
.b-contact__tel-time {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1;
}
.b-contact__time {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
}
.b-contact__bottom-text {
  margin-top: 18px;
}

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

.p-workflow .b-mv {
  background-image: url("../img/pc/workflow_mv_bg.jpg");
}
.p-workflow .bg {
  background-color: #f5f6f6;
}
.p-workflow .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 40px 0;
}
.p-workflow .top__headline {
  margin-top: 42px;
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-workflow .top__english {
  margin-top: 36px;
}
.p-workflow .top__text {
  margin-top: 34px;
  text-align: center;
}
.p-workflow .flow__list {
  margin-top: 32px;
}
.p-workflow .flow__list .block {
  background-repeat: no-repeat;
}
.p-workflow .flow__list .block__container {
  position: relative;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-workflow .flow__list .block__container::after {
  position: absolute;
  top: -174px;
  left: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 56px;
  content: "";
  background: url("../img/pc/workflow_flow_pin.svg") top center no-repeat;
}
.p-workflow .flow__list .block__block {
  position: relative;
  max-width: 460px;
  padding-left: 56px;
}
.p-workflow .flow__list .block__block::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 90px;
  content: "";
  background-repeat: no-repeat;
}
.p-workflow .flow__list .block__headline {
  margin-top: 20px;
  font-size: 43px;
  font-weight: bold;
  line-height: 56px;
  color: #25758e;
  letter-spacing: 0.1em;
}
.p-workflow .flow__list .block__text {
  max-width: 400px;
  margin-top: 10px;
}
.p-workflow .flow__list .block__text::before {
  display: block;
  width: 92px;
  height: 1px;
  margin-bottom: 26px;
  content: "";
  background-color: #25758e;
}
.p-workflow .flow__list .block:nth-of-type(1) {
  background-image: url("../img/pc/workflow_flow_bg_1.png");
}
.p-workflow .flow__list .block:nth-of-type(1) .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__list .block:nth-of-type(2) {
  background-image: url("../img/pc/workflow_flow_bg_2.png");
}
.p-workflow .flow__list .block:nth-of-type(2) .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__list .block:nth-of-type(3) {
  background-image: url("../img/pc/workflow_flow_bg_3.png");
}
.p-workflow .flow__list .block:nth-of-type(3) .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__list .block:nth-of-type(4) {
  background-image: url("../img/pc/workflow_flow_bg_4.png");
}
.p-workflow .flow__list .block:nth-of-type(4) .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__list .block:nth-of-type(5) {
  background-image: url("../img/pc/workflow_flow_bg_5.png");
}
.p-workflow .flow__list .block:nth-of-type(5) .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__list .block:nth-of-type(6) {
  background-image: url("../img/pc/workflow_flow_bg_6.png");
}
.p-workflow .flow__list .block:nth-of-type(6) .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__list .block:nth-of-type(7) {
  background-image: url("../img/pc/workflow_flow_bg_7.png");
}
.p-workflow .flow__list .block:nth-of-type(7) .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__list .block:nth-of-type(odd) .block__container {
  max-width: 1664px;
}
.p-workflow .flow__list .block:nth-of-type(odd) .block__block {
  margin-left: auto;
}
.p-workflow .flow__list .block:nth-of-type(even) .block__container {
  max-width: 1640px;
}
.p-workflow .flow__list .block:nth-of-type(1) {
  min-height: 622px;
  padding-top: 170px;
  background-position: top 0 right calc(50vw - 968px);
}
@media screen and (max-width: 1664px) {
  .p-workflow .flow__list .block:nth-of-type(1) {
    background-position: top 0 right -136px;
  }
}
.p-workflow .flow__list .block:nth-of-type(2) {
  min-height: 842px;
  padding-top: 170px;
  margin-top: -88px;
  background-position: top 0 left calc(50vw - 998px);
}
@media screen and (max-width: 1640px) {
  .p-workflow .flow__list .block:nth-of-type(2) {
    background-position: top 0 left -178px;
  }
}
.p-workflow .flow__list .block:nth-of-type(3) {
  min-height: 596px;
  padding-top: 144px;
  margin-top: -282px;
  background-position: top 0 right calc(50vw - 968px);
}
@media screen and (max-width: 1664px) {
  .p-workflow .flow__list .block:nth-of-type(3) {
    background-position: top 0 right -136px;
  }
}
.p-workflow .flow__list .block:nth-of-type(4) {
  min-height: 532px;
  padding-top: 170px;
  margin-top: -88px;
  background-position: top 0 left calc(50vw - 304px);
}
@media screen and (max-width: 1640px) {
  .p-workflow .flow__list .block:nth-of-type(4) {
    background-position: top 0 left 516px;
  }
}
.p-workflow .flow__list .block:nth-of-type(5) {
  min-height: 839px;
  padding-top: 152px;
  background-position: top 0 right calc(50vw - 968px);
}
@media screen and (max-width: 1664px) {
  .p-workflow .flow__list .block:nth-of-type(5) {
    background-position: top 0 right -136px;
  }
}
.p-workflow .flow__list .block:nth-of-type(5) .block__container::after {
  top: -152px;
}
.p-workflow .flow__list .block:nth-of-type(6) {
  min-height: 480px;
  padding-top: 82px;
  margin-top: -276px;
  background-position: top 0 left calc(50vw - 968px);
}
@media screen and (max-width: 1640px) {
  .p-workflow .flow__list .block:nth-of-type(6) {
    background-position: top 0 left -148px;
  }
}
.p-workflow .flow__list .block:nth-of-type(6) .block__container::after {
  top: -110px;
}
.p-workflow .flow__list .block:nth-of-type(7) {
  min-height: 540px;
  padding-top: 146px;
  margin-top: 52px;
  background-position: top 0 right calc(50vw - 968px);
}
@media screen and (max-width: 1664px) {
  .p-workflow .flow__list .block:nth-of-type(7) {
    background-position: top 0 right -136px;
  }
}
.p-workflow .works {
  position: relative;
  padding: 82px 40px 72px;
  background-color: #f5f6f6;
}
.p-workflow .works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 550px);
  grid-gap: 46px 42px;
  justify-content: center;
  margin-top: 36px;
  container-type: inline-size;
}
@container (width < 1742px) {
  .p-workflow .works__item:nth-of-type(3) {
    display: none;
  }
}
.p-workflow .works__button {
  width: 302px;
  margin: 66px auto 0;
}

.p-single-work .background {
  padding: 55px 0 66px;
  background-color: #f5f6f6;
}
.p-single-work .post__title {
  position: relative;
  z-index: 100;
  max-width: 1200px;
  padding: 15px 20px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-single-work .post__slider {
  margin-top: 48px;
}
.p-single-work .post .explanation {
  max-width: 1200px;
  padding: 50px 56px 42px;
  margin: 48px auto 0;
  background-color: #fff;
}
.p-single-work .post .explanation__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-work .post .explanation__title::after {
  display: block;
  width: 92px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background-color: #25758e;
}
.p-single-work .post .explanation__detail {
  margin-top: 18px;
}
.p-single-work .post .construction-data {
  max-width: 1200px;
  padding: 50px 56px 52px;
  margin: 28px auto 0;
  background-color: #fff;
}
.p-single-work .post .construction-data__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-work .post .construction-data__title::after {
  display: block;
  width: 92px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background-color: #25758e;
}
.p-single-work .post .construction-data__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}
.p-single-work .post .construction-data__list dl {
  display: grid;
  grid-template-columns: 184px 1fr;
  grid-gap: 5px;
}
.p-single-work .post .construction-data__list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 8px 10px;
  font-weight: normal;
  color: #25758e;
  text-align: center;
  background-color: #f5f6f6;
}
.p-single-work .post .construction-data__list dd {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 8px 40px;
  background-color: #f5f6f6;
}
.p-single-work .post .category-list {
  padding: 62px 40px 0;
}
.p-single-work .post .category-list__title {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.p-single-work .post .category-list__title::before {
  display: block;
  width: 10px;
  height: 27px;
  content: "";
  background: url("../img/pc/single_work_categories_curly_brace_left.svg") no-repeat;
}
.p-single-work .post .category-list__title::after {
  display: block;
  width: 10px;
  height: 27px;
  content: "";
  background: url("../img/pc/single_work_categories_curly_brace_right.svg") no-repeat;
}
.p-single-work .post .category-list__list {
  margin-top: 34px;
}
.p-single-work .post__post-navi {
  position: relative;
  max-width: 1200px;
  height: 60px;
  margin: 86px auto 0;
  line-height: 1;
}
.p-single-work .post__post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #25758e;
}
.p-single-work .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 48px;
}
.p-single-work .post__post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single-work .post__post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #25758e;
  transform: translateX(-50%);
}
.p-single-work .post__post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single-work .post__post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #25758e;
}
.p-single-work .post__post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single-work .post__post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single-work .post__sns {
  display: flex;
  align-items: center;
  max-width: 1200px;
  padding: 16px 36px;
  margin: 39px auto 0;
  background-color: #fff;
}
.p-single-work .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single-work .post__sns ul li {
  margin-left: 10px;
}
.p-single-work .works {
  position: relative;
  padding: 82px 40px 26px;
}
.p-single-work .works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 550px);
  grid-gap: 46px 42px;
  justify-content: center;
  margin-top: 36px;
}
.p-single-work .works__button {
  width: 302px;
  margin: 66px auto 0;
}

.p-single .background {
  padding: 56px 0 112px;
  background-color: #f5f5f5;
}
.p-single .b-two-col-single {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 45px;
  background-color: #fff;
}
.p-single .post__title-block {
  padding: 28px 45px 20px;
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.p-single .post__title {
  font-size: 23px;
  font-weight: bold;
  line-height: 40px;
}
.p-single .post__meta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}
.p-single .post__date {
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.p-single .post__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.p-single .post__category {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-height: 22px;
  padding: 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  background-color: #666;
  border-radius: 11px;
}
.p-single .post__category--topics {
  background-color: #25758e;
}
.p-single .post__category--awards {
  background-color: #71abb5;
}
.p-single .post__content {
  padding: 28px 45px 43px;
}
.p-single .post__content h2 {
  width: calc(100% + 90px);
  padding-right: 45px;
  padding-left: 45px;
  margin-left: -45px;
  background-color: #25758e;
}
.p-single .post__content h3 {
  border-bottom: 2px 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: #25758e;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-single .post .relation__title::after {
  display: block;
  width: 79px;
  height: 1px;
  margin: 22px auto 0;
  content: "";
  background-color: #25758e;
}
.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: #25758e;
}
.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: #25758e;
  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: #25758e;
}
.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__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #25758e;
}
.p-single .recently__list {
  position: relative;
  padding: 0 4px;
  background-color: #fff;
}
.p-single .recently .item {
  border-bottom: 1px solid rgba(114, 113, 113, 0.25);
}
.p-single .recently .item a {
  padding: 24px 18px;
}
.p-single .recently .item__image {
  height: 164px;
  background-color: #9e9e9f;
}
.p-single .recently .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single .recently .item__main {
  padding-top: 8px;
}
.p-single .recently .item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
}
.p-single .recently .item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  margin-top: 10px;
}
.p-single .recently .item__date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.p-single .recently .item__category-list {
  display: flex;
  align-items: center;
}
.p-single .recently .item__category {
  font-size: 12px;
  line-height: 1;
  color: #25758e;
}
.p-single .recently .item__category::before {
  display: inline-block;
  margin-right: 1em;
  content: "|";
}
.p-single .recently .item__category::after {
  display: inline-block;
  margin-left: 1em;
  content: "|";
}
.p-single .recently__button {
  background-color: #fff;
}
.p-single .recently__button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 18px 0 24px;
  font-weight: bold;
}
.p-single .recently__button a::after {
  display: block;
  width: 19px;
  height: 19px;
  content: "";
  background: url("../img/pc/single_recentrly_chevron.svg") no-repeat;
}

.p-recruit .mv {
  position: relative;
  max-width: 1920px;
  height: 606px;
  margin: 0 auto;
}
.p-recruit .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-recruit .mv__bg > * {
  height: 100%;
}
.p-recruit .mv__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: url("../img/pc/recruit_mv_bg.png") center top;
}
.p-recruit .mv__inner {
  position: relative;
  bottom: -25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin-left: 22.9%;
}
.p-recruit .mv__title img {
  margin: 0 0 -16px -60px;
}
.p-recruit .mv__title span {
  display: block;
  margin: 0 0 22px 38px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #25758e;
}
.p-recruit .mv__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.p-recruit .mv__headline span {
  padding: 11px 32px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #25758e;
}
.p-recruit .vision {
  max-width: 1920px;
  height: 978px;
  padding-top: 144px;
  margin: 0 auto;
  background: #f5f6f6 url("../img/pc/recruit_vision_bg.png") top 50px right no-repeat;
}
.p-recruit .vision__container {
  margin-right: 180px;
}
.p-recruit .vision__block {
  max-width: 400px;
  margin-left: auto;
}
.p-recruit .vision__headline {
  margin-top: 44px;
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.p-recruit .vision__english {
  margin-top: 36px;
}
.p-recruit .vision__text {
  max-width: 414px;
  margin-top: 32px;
}
.p-recruit .employee {
  max-width: 1920px;
  padding: 8px 0 0;
  margin: -1px auto 0;
  background: #f5f6f6;
}
.p-recruit .employee__title {
  position: relative;
  z-index: 10;
}
.p-recruit .employee__list {
  display: flex;
  flex-direction: column;
  margin-top: -28px;
}
.p-recruit .number {
  max-width: 1920px;
  padding: 130px 40px 164px;
  margin: -1px auto 0;
  background: #25758e;
}
.p-recruit .number__title span {
  color: #dadbdb;
}
.p-recruit .number__title::after {
  background-color: #fff;
}
.p-recruit .number__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  grid-gap: 30px 27px;
  justify-content: center;
  max-width: 1815px;
  margin: 40px auto 0;
}
.p-recruit .number__item > * {
  height: 100%;
}
.p-recruit .rewarding {
  position: relative;
  height: 416px;
}
.p-recruit .rewarding__title-wrapper {
  position: absolute;
  top: -68px;
  right: 0;
  left: 0;
  z-index: 100;
  height: 125px;
}
.p-recruit .rewarding__title {
  max-width: 1103px;
  max-height: 125px;
  margin: 0 auto;
}
.p-recruit .recruit {
  padding: 124px 40px 128px;
  background-color: #f5f6f6;
}
.p-recruit .recruit__list {
  margin-top: 40px;
}

.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-iso .b-mv {
  background-image: url("../img/pc/iso_mv_bg.jpg");
}
.p-iso .b-mv__title span {
  letter-spacing: 0.1em;
}
.p-iso .policy {
  padding: 94px 40px 104px;
}
.p-iso .policy__title span {
  margin-top: 12px;
}
.p-iso .policy__text {
  margin-top: 22px;
  text-align: center;
}
.p-iso .policy .iso-block {
  max-width: 1200px;
  padding: 74px 20px 84px;
  margin: 78px auto 0;
  background: #f5f6f6;
  border: 1px solid rgba(114, 113, 113, 0.5);
}
.p-iso .policy .iso-block__title img {
  margin: 0 auto;
}
.p-iso .policy .iso-block__table {
  margin-top: 34px;
}
.p-iso .policy .iso-block__table dl {
  display: grid;
  grid-template-columns: 162px 1fr;
  gap: 0 50px;
  max-width: 840px;
  margin: 0 auto;
}
.p-iso .policy .iso-block__table dl dt {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.p-iso .policy .iso-block__table dl dd {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.p-iso .basic {
  padding: 114px 40px 122px;
  background: #f5f6f6;
}
.p-iso .basic__list {
  display: flex;
  flex-direction: column;
  gap: 58px;
  max-width: 1200px;
  margin: 54px auto 0;
}
.p-iso .basic__list .item__title {
  padding: 22px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #fff;
}
.p-iso .basic__list .item__text {
  margin-top: 28px;
}
.p-iso .basic__signature {
  max-width: 1200px;
  margin: 50px auto 0;
  text-align: right;
}

.p-front-page .mv {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-front-page .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #c4c2c1;
}
.p-front-page .mv__bg .keen-slider__slide img {
  object-position: bottom left;
}
.p-front-page .mv__bg::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: block;
  height: 1166px;
  content: "";
  background: url("../img/pc/front_mv_deco.png") top left/auto no-repeat;
}
.p-front-page .mv__fg {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 970px;
  padding-top: 166px;
}
.p-front-page .mv__text {
  position: relative;
  left: -30px;
}
.p-front-page .mv__english {
  margin-top: 6px;
}
.p-front-page .mv__scroll {
  position: absolute;
  bottom: 16px;
  left: calc(50% - 46px);
  width: 93px;
  height: 84px;
}
.p-front-page .message {
  position: relative;
  z-index: 5;
  height: 940px;
  padding-top: 220px;
  background: url("../img/pc/front_message_bg.png") top left/auto no-repeat;
}
.p-front-page .message__container {
  margin-left: 173px;
}
.p-front-page .message__block {
  max-width: 610px;
}
.p-front-page .message__headline {
  margin-top: 44px;
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.p-front-page .message__english {
  margin-top: 36px;
}
.p-front-page .message__text {
  max-width: 414px;
  margin-top: 32px;
}
.p-front-page .message__button-list {
  display: flex;
  gap: 38px;
  margin-top: 64px;
}
.p-front-page .works {
  position: relative;
  padding: 38px 40px 82px;
  margin-top: 66px;
  background-color: #f5f6f6;
}
.p-front-page .works::before {
  position: absolute;
  top: -549px;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 550px;
  content: "";
  background: url("../img/pc/front_works_bg.png") top left/auto no-repeat;
}
.p-front-page .works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 550px);
  grid-gap: 46px 42px;
  justify-content: center;
  margin-top: 36px;
}
.p-front-page .works__button {
  width: 302px;
  margin: 66px auto 0;
}
.p-front-page .menu {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1920px;
  margin: 0 auto;
}
.p-front-page .menu::after {
  position: absolute;
  right: 0;
  bottom: -44px;
  left: 0;
  z-index: 10;
  display: block;
  height: 552px;
  pointer-events: none;
  content: "";
  background: url("../img/pc/front_menu_deco.png") no-repeat;
}
.p-front-page .menu__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 588px;
  padding-top: 172px;
  background: center/cover no-repeat;
}
.p-front-page .menu__block--business {
  background-image: url("../img/pc/front_menu_business_bg.jpg");
}
.p-front-page .menu__block--workflow {
  background-image: url("../img/pc/front_menu_workflow_bg.jpg");
}
.p-front-page .menu .effect-fadeinbottom {
  position: relative;
  z-index: 20;
}
.p-front-page .menu__title {
  position: relative;
  z-index: 20;
}
.p-front-page .menu__title span {
  color: #fff;
}
.p-front-page .menu__title::after {
  background-color: #fff;
}
.p-front-page .menu__text {
  position: relative;
  z-index: 20;
  margin-top: 30px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
.p-front-page .menu__button {
  position: relative;
  z-index: 20;
  margin-top: 36px;
  color: #25758e;
}
.p-front-page .menu__button .c-button-circle__inner::after {
  background-color: #25758e;
}
.p-front-page .news {
  padding: 112px 40px 252px;
}
.p-front-page .news__category-list {
  max-width: 1058px;
  margin: 30px auto 0;
}
.p-front-page .news__list {
  max-width: 1100px;
  margin: 24px auto 0;
  border-top: 1px solid rgba(121, 149, 153, 0.5);
}
.p-front-page .news__item {
  border-bottom: 1px solid rgba(121, 149, 153, 0.5);
}
.p-front-page .news__button {
  margin: 48px auto 0;
}
.p-front-page .recruit {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 1px 40px 0;
  background-color: #f5f6f6;
}
.p-front-page .recruit::before {
  position: absolute;
  top: -530px;
  right: 0;
  left: 0;
  display: block;
  height: 540px;
  content: "";
  background: url("../img/pc/front_recruit_deco.png") top center no-repeat;
}
.p-front-page .recruit__banner {
  position: relative;
  z-index: 10;
  margin-top: -184px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .b-contact {
  padding-top: 94px;
  margin-top: -1px;
  background-color: #f5f6f6;
}

.p-contact .main {
  padding: 94px 40px 82px;
  background-color: #f7f6f4;
}
.p-contact .main__title span {
  color: #000;
}
.p-contact .main__info {
  margin-top: 22px;
  text-align: center;
}
.p-contact .main__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 46px;
}
.p-contact .main__block-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-contact .main__block-title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 15px auto 0;
  content: "";
  background-color: #25758e;
}
.p-contact .main__tel-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
}
.p-contact .main__time {
  margin-top: 4px;
}
.p-contact .main .form {
  max-width: 800px;
  margin: 54px auto 0;
}
.p-contact .main .form .wpcf7 .wpcf7-submit {
  width: 324px;
  height: 70px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #25758e;
}
.p-contact .main .form .c-recaptcha-text {
  margin-top: 16px;
}

.p-business .b-mv {
  background-image: url("../img/pc/business_mv_bg.jpg");
}
.p-business .concept {
  max-width: 1920px;
  min-height: 944px;
  padding-top: 198px;
  margin: 0 auto;
  background: url("../img/pc/business_concept_bg.png") no-repeat;
  background-position: top -26px right calc(50vw - 276px);
}
@media screen and (max-width: 1476px) {
  .p-business .concept {
    background-position: top -26px right 462px;
  }
}
.p-business .concept__container {
  max-width: 1676px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-business .concept__block {
  max-width: 410px;
  margin-left: auto;
}
.p-business .concept__headline {
  margin-top: 44px;
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.p-business .concept__english {
  margin-top: 36px;
}
.p-business .concept__text {
  max-width: 414px;
  margin-top: 32px;
}
.p-business .business {
  padding: 72px 0 100px;
  overflow: hidden;
  background: url("../img/pc/business_business_bg.png") top 436px left no-repeat;
}
.p-business .business__container {
  display: grid;
  grid-template-columns: 174px 1fr;
  max-width: 1840px;
  margin-left: auto;
}
.p-business .business__title {
  padding: 4px 0 0 18px;
}
.p-business .business__list .c-slider__item {
  width: 376px;
  padding: 6px;
  margin-right: 28px;
  background-color: #799599;
}
.p-business .business__list .c-slider__arrow-right {
  top: 244px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #25758e url("../img/pc/business_business_slider_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-business .business__list .item__inner {
  height: 100%;
  padding: 266px 14px 36px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.p-business .business__list .item__title {
  font-size: 31px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-business .business__list .item__english {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.p-business .business__list .item__english::before {
  display: block;
  width: 7px;
  height: 22px;
  content: "";
  background: url("../img/pc/business_curly_brace_left.svg") no-repeat;
}
.p-business .business__list .item__english::after {
  display: block;
  width: 7px;
  height: 22px;
  content: "";
  background: url("../img/pc/business_curly_brace_right.svg") no-repeat;
}
.p-business .business__list .item__text {
  margin-top: 20px;
}
.p-business .business__list .item--1 .item__inner {
  background-image: url("../img/pc/business_business_slider_bg_1.jpg");
}
.p-business .business__list .item--2 .item__inner {
  background-image: url("../img/pc/business_business_slider_bg_2.jpg");
}
.p-business .business__list .item--3 .item__inner {
  background-image: url("../img/pc/business_business_slider_bg_3.jpg");
}
.p-business .business__list .item--4 .item__inner {
  background-image: url("../img/pc/business_business_slider_bg_4.jpg");
}
.p-business .business__list .item--5 .item__inner {
  background-image: url("../img/pc/business_business_slider_bg_5.jpg");
}
.p-business .feature {
  padding: 10px 0 0;
}
.p-business .feature__title span {
  font-size: 20px;
}
.p-business .feature__list {
  margin-top: 14px;
}
.p-business .feature__list .block {
  background-repeat: no-repeat;
}
.p-business .feature__list .block__container {
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-business .feature__list .block__block {
  max-width: 430px;
}
.p-business .feature__list .block__block::before {
  display: block;
  width: 120px;
  height: 20px;
  margin-bottom: 18px;
  content: "";
  background-repeat: no-repeat;
}
.p-business .feature__list .block__headline {
  font-size: 43px;
  font-weight: bold;
  line-height: 56px;
  color: #25758e;
  letter-spacing: 0.1em;
}
.p-business .feature__list .block__english {
  margin-top: 20px;
}
.p-business .feature__list .block__text {
  max-width: 400px;
  margin-top: 44px;
}
.p-business .feature__list .block__text::before {
  display: block;
  width: 92px;
  height: 1px;
  margin-bottom: 12px;
  content: "";
  background-color: #25758e;
}
.p-business .feature__list .block:nth-of-type(1) {
  background-image: url("../img/pc/business_feature_bg_1.png");
}
.p-business .feature__list .block:nth-of-type(1) .block__block::before {
  background-image: url("../img/pc/business_feature_counter_1.png");
  background-image: image-set(url("../img/pc/business_feature_counter_1.png") 1x, url("../img/pc/business_feature_counter_1@2x.png") 2x);
}
.p-business .feature__list .block:nth-of-type(2) {
  background-image: url("../img/pc/business_feature_bg_2.png");
}
.p-business .feature__list .block:nth-of-type(2) .block__block::before {
  background-image: url("../img/pc/business_feature_counter_2.png");
  background-image: image-set(url("../img/pc/business_feature_counter_2.png") 1x, url("../img/pc/business_feature_counter_2@2x.png") 2x);
}
.p-business .feature__list .block:nth-of-type(3) {
  background-image: url("../img/pc/business_feature_bg_3.png");
}
.p-business .feature__list .block:nth-of-type(3) .block__block::before {
  background-image: url("../img/pc/business_feature_counter_3.png");
  background-image: image-set(url("../img/pc/business_feature_counter_3.png") 1x, url("../img/pc/business_feature_counter_3@2x.png") 2x);
}
.p-business .feature__list .block:nth-of-type(4) {
  background-image: url("../img/pc/business_feature_bg_4.png");
}
.p-business .feature__list .block:nth-of-type(4) .block__block::before {
  background-image: url("../img/pc/business_feature_counter_4.png");
  background-image: image-set(url("../img/pc/business_feature_counter_4.png") 1x, url("../img/pc/business_feature_counter_4@2x.png") 2x);
}
.p-business .feature__list .block:nth-of-type(odd) {
  position: relative;
  z-index: 10;
  min-height: 532px;
  padding-top: 62px;
  background-position: top 0 left calc(50vw - 326px);
}
@media screen and (max-width: 1648px) {
  .p-business .feature__list .block:nth-of-type(odd) {
    background-position: top 0 left 498px;
  }
}
.p-business .feature__list .block:nth-of-type(odd) .block__container {
  max-width: 1648px;
}
.p-business .feature__list .block:nth-of-type(even) {
  background-position: top 0 right calc(50vw - 968px);
}
@media screen and (max-width: 1648px) {
  .p-business .feature__list .block:nth-of-type(even) {
    background-position: top 0 right -144px;
  }
}
.p-business .feature__list .block:nth-of-type(even) .block__container {
  max-width: 1708px;
}
.p-business .feature__list .block:nth-of-type(even) .block__block {
  margin-left: auto;
}
.p-business .feature__list .block:nth-of-type(2) {
  height: 700px;
  padding-top: 178px;
  margin-top: -66px;
}
.p-business .feature__list .block:nth-of-type(4) {
  height: 829px;
  padding-top: 358px;
  margin-top: -246px;
}
.p-business .b-site-banner {
  padding-top: 74px;
}

.p-archive-work .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive-work .main__bg {
  padding: 92px 40px 74px;
  background-color: #f5f5f5;
}
.p-archive-work .main__category-list {
  margin-top: 40px;
}
.p-archive-work .main__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 550px);
  grid-gap: 46px 42px;
  justify-content: center;
  margin-top: 54px;
}
.p-archive-work .wp-pagenavi {
  padding: 74px 0 36px;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 60px 40px 110px;
  background-color: #f5f5f5;
}
.p-archive .main .nav {
  position: relative;
  z-index: 10;
}
.p-archive .main .nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}
.p-archive .main .nav li {
  border-left: 2px solid #fff;
}
.p-archive .main .nav li + li {
  border-right: 2px solid #fff;
}
.p-archive .main .nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 92px;
  padding-top: 20px;
}
.p-archive .main .nav li a span {
  margin-top: 8px;
  font-weight: bold;
}
.p-archive .main__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 284px);
  grid-gap: 36px 22px;
  justify-content: center;
  max-width: 1508px;
  margin: 54px auto 0;
}
.p-archive .main__item > * {
  height: 100%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-archive .wp-pagenavi {
  padding: 86px 0 0;
}

.p-about .b-mv {
  background-image: url("../img/pc/about_mv_bg.jpg");
}
.p-about .greeting {
  padding-top: 94px;
}
.p-about .greeting__inner {
  max-width: 1920px;
  height: 618px;
  padding-top: 78px;
  margin: 38px auto 0;
  background: url("../img/pc/about_greeting_bg.jpg") no-repeat;
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1280px) {
  .p-about .greeting__inner {
    background-position: top 0 left -320px;
  }
}
.p-about .greeting__container {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-about .greeting__block {
  max-width: 620px;
}
.p-about .greeting__english {
  height: 15px;
}
.p-about .greeting__headline {
  margin-top: 28px;
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.p-about .greeting__text {
  margin-top: 14px;
}
.p-about .greeting__signature {
  display: flex;
  align-items: center;
  margin-top: 42px;
  line-height: 1;
}
.p-about .greeting__signature span {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
}
.p-about .bg {
  padding-bottom: 118px;
  background-color: #f5f6f6;
}
.p-about .company {
  padding: 120px 40px 0;
}
.p-about .company__list {
  margin-top: 28px;
}
.p-about .company__google-map {
  max-width: 1240px;
  height: 380px;
  margin: 50px auto 0;
}
.p-about .permit {
  padding: 66px 40px 0;
}
.p-about .permit__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 282px;
  height: 52px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #25758e;
}
.p-about .permit__title::after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #25758e;
}
.p-about .permit__list {
  margin-top: 28px;
}
.p-about .history {
  padding: 110px 40px 46px;
}
.p-about .history__list {
  margin-top: 38px;
}
