/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #3e3a39;
  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: 1.875;
}

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: #406266;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #406266;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

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

.c-square-button {
  width: 282px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.c-square-button__inner {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 26px 0 36px;
}
.c-square-button--bg-white {
  color: #406266;
  background: #fff;
}
.c-square-button--bg-white .c-square-button__inner::after {
  display: block;
  width: 22px;
  height: 2px;
  margin-left: auto;
  content: "";
  background: #406266;
}

.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 {
  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-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 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #406266;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
  color: #406266;
}
.c-qa__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  color: #000;
  background-color: #ddd;
}
.c-qa__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-post-front-works-card__image {
  height: 262px;
  background-color: #9e9e9f;
  border-radius: 3px;
}
.c-post-front-works-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.c-post-front-works-card__main {
  padding: 6px 10px 0;
}
.c-post-front-works-card__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #fff;
  letter-spacing: 0.05em;
}

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

.c-post-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: #406266;
}
.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: #406266;
}
.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;
}
.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: #406266;
}
.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-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-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: #406266;
}
.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: 1.875;
  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-history-block__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  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 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background-color: #406266;
}
.b-history-block__list dd {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 10px 20px 10px 66px;
  background-color: #fff;
}

.b-header-blank {
  position: relative;
  height: 160px;
  background: #76abb7;
}
.b-header-blank::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  display: block;
  width: 346px;
  height: 22px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 26px) 100%, 0 100%);
  content: "";
  background: #76abb7;
}

.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: 1920px;
  margin: 0 auto;
}
.b-header__logo {
  width: 205px;
  height: 30px;
  margin: 60px 0 0 70px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}
.b-header__nav {
  display: flex;
  height: 92px;
  padding-left: 30px;
  margin-top: 30px;
  background: #fff;
  border-radius: 46px 0 0 46px;
}
.b-header__list {
  display: flex;
  margin-right: 10px;
}
.b-header__list li {
  height: 100%;
}
.b-header__list a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
}
.b-header__list a span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.b-header__contact {
  width: 164px;
  height: 100%;
  background: #548189;
  border-radius: 46px 0 0 46px;
}
.b-header__contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 10px;
}
.b-header__contact a::before {
  display: block;
  width: 28px;
  height: 18px;
  margin-bottom: 18px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding-bottom: 58px;
  margin: 0 auto 0;
  overflow: hidden;
  clip-path: polygon(0 0, 670px 0, 712px 36px, 100% 36px, 100% 100%, 0 100%);
  background: #262f33 url("../img/pc/b_footer_bg.jpg") repeat;
}
.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: 146px;
}
.b-footer__block-2 {
  position: relative;
  width: 51%;
  max-width: 606px;
  padding: 120px 0 0 62px;
}
.b-footer__block-3 {
  position: relative;
  width: 10%;
  max-width: 212px;
  padding: 128px 0 0 0;
}
.b-footer__logo {
  width: 255px;
  height: 37px;
}
.b-footer .address-block {
  margin-top: 44px;
}
.b-footer .address-block__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 312px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.b-footer .address-block__title span {
  margin-top: 18px;
  font-size: 18px;
  font-weight: bold;
}
.b-footer .address-block__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #76abb7;
}
.b-footer .address-block__address {
  margin-top: 24px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.b-footer .address-block__button {
  width: 234px;
  margin-top: 34px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 28px 0 34px;
  font-weight: bold;
  color: #76abb7;
  border: 1px solid #76abb7;
  border-radius: 29px;
}
.b-footer .address-block__button a::after {
  display: block;
  width: 22px;
  height: 1px;
  margin-left: auto;
  content: "";
  background: #76abb7;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(4, 94px);
  grid-template-columns: repeat(3, 222px);
  grid-auto-flow: column;
  gap: 26px 50px;
}
.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__copyright {
  max-width: 1230px;
  padding: 0 20px;
  margin: 94px auto 0;
  color: #fff;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #76abb7;
}

.b-contact {
  position: relative;
  padding: 140px 0 98px;
}
.b-contact__slider {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  z-index: 10;
  height: 81px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
}
.b-contact__slider .c-slider-smooth__group {
  padding-right: 40px;
}
.b-contact__slash {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.b-contact__slash span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-contact__slash::before {
  position: relative;
  top: 2px;
  display: block;
  width: 18px;
  height: 26px;
  content: "";
  background: url("../img/pc/icon_slash_left.svg") no-repeat;
}
.b-contact__slash::after {
  position: relative;
  top: 2px;
  display: block;
  width: 18px;
  height: 26px;
  content: "";
  background: url("../img/pc/icon_slash_right.svg") no-repeat;
}
.b-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 26px;
}
.b-contact__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-contact__title span {
  margin-top: 24px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #406266;
}
.b-contact__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 22px;
  content: "";
  background: #406266;
}
.b-contact__container {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
  justify-content: center;
  margin: 44px auto 0;
  text-align: center;
}
.b-contact__block {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  width: 580px;
  height: 144px;
  padding-top: 1px;
  background: #fff;
  border: 6px solid #f5f6f6;
}
.b-contact__block-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 44px;
  margin-top: -26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #406266;
}
.b-contact__block-title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #406266;
}
.b-contact__tel {
  margin-top: 34px;
}
.b-contact__tel .c-tel {
  color: #604c3f;
}
.b-contact__fax {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1;
}
.b-contact__contact {
  width: 302px;
  margin-top: 30px;
  background: #76abb7;
}
.b-contact__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}
.b-contact__contact a::before {
  display: block;
  width: 29px;
  height: 18px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-contact__bottom-text {
  margin-top: 21px;
  text-align: center;
}

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

.p-single .background {
  padding: 108px 0 148px;
  background-color: #f5f5f5;
}
.p-single .background__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .background__title span {
  margin-top: 22px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.p-single .background__title::after {
  display: block;
  width: 76px;
  height: 1px;
  margin-top: 22px;
  content: "";
  background: #406266;
}
.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: #406266;
}
.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: #406266;
}
.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: #406266;
}
.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: #406266;
  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: #406266;
}
.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: #406266;
  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-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: 1170px;
  margin: 0 auto;
}
@keyframes front_mv_fadein {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-front-page .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 1000px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 694px calc(100% - 30px), 654px 100%, 0 100%);
  background: #76abb7;
}
.p-front-page .mv__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: 1000px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 694px calc(100% - 30px), 654px 100%, 0 100%);
  background: url("../img/pc/front_mv_bg.png") center no-repeat;
}
.p-front-page .mv__bg-3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: 1170px;
  background: url("../img/pc/front_mv_bg_2.png") top center no-repeat;
}
.p-front-page .mv__fg {
  position: relative;
  z-index: 40;
  padding: 378px 100px 0 0;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__text {
  display: flex;
  align-items: center;
  width: 480px;
  height: 52px;
  padding-left: 110px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  color: #406266;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 0 26px 26px 0;
}
.p-front-page .mv__large {
  margin: 46px 0 0 106px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
}
.p-front-page .repair {
  max-width: 1920px;
  height: 1016px;
  padding: 120px 0 0;
  margin: -200px auto 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 660px) calc(100% - 22px), calc(100% - 690px) 100%, 0 100%);
  background: url("../img/pc/front_repair_bg_2.png") top 270px center no-repeat, url("../img/pc/front_repair_bg.jpg") center no-repeat;
}
.p-front-page .repair__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .repair__title span {
  margin-top: 24px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .repair__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #76abb7;
}
.p-front-page .repair__title span {
  color: #fff;
}
.p-front-page .repair__title::before {
  display: block;
  width: 65px;
  height: 31px;
  margin-bottom: 22px;
  content: "";
  background: url("../img/pc/icon_logo_green.png") no-repeat;
}
.p-front-page .repair__scroll {
  width: 100%;
  max-width: 1237px;
  height: 414px;
  margin: -38px auto 0;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-front-page .repair__scroll::-webkit-scrollbar {
  display: none;
}
.p-front-page .repair__figure {
  width: 1237px;
  height: 414px;
  padding: 0 20px;
}
.p-front-page .repair__note {
  max-width: 1200px;
  padding: 10px 20px;
  margin: 42px auto 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  background: #ffce0d;
}
.p-front-page .repair__scroll-2 {
  width: 100%;
  max-width: 1260px;
  height: 215px;
  padding: 40px 30px;
  margin: -2px auto 0;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-front-page .repair__scroll-2::-webkit-scrollbar {
  display: none;
}
.p-front-page .repair__inspection {
  position: relative;
  display: flex;
  width: 1200px;
}
.p-front-page .repair__inspection::before {
  position: absolute;
  right: -22px;
  bottom: -34px;
  display: block;
  width: 100px;
  height: 106px;
  content: "";
  background: url("../img/pc/front_inspection_deco.png") no-repeat;
}
.p-front-page .repair__inspection dt {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  width: 529px;
  height: 135px;
  padding: 44px 0 0 268px;
  background: url("../img/pc/front_inspection_bg.jpg") no-repeat;
}
.p-front-page .repair__inspection dt span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #406266;
}
.p-front-page .repair__inspection dt img {
  margin-top: 16px;
}
.p-front-page .repair__inspection dt::after {
  position: absolute;
  top: calc(50% - 15px);
  right: -15px;
  display: block;
  width: 16px;
  height: 30px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #ffce0d;
}
.p-front-page .repair__inspection dd {
  flex: 1 1 auto;
  height: 135px;
  padding: 22px 50px;
  text-align: justify;
  background: #fff;
}
.p-front-page .feature {
  padding: 116px 0 66px;
}
.p-front-page .feature__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .feature__title span {
  margin-top: 24px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .feature__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #76abb7;
}
.p-front-page .feature__slider {
  margin: 8px 0 0 12%;
}
.p-front-page .feature__slider .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .feature__slider .c-slider__arrow-left {
  bottom: -20px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #406266 url("../img/pc/front_strengths_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .feature__slider .c-slider__arrow-right {
  bottom: -20px;
  left: 40px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_strengths_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .feature__slider .item {
  position: relative;
  width: 380px;
  height: 480px;
  border: 1px solid #406266;
}
.p-front-page .feature__slider .item::after {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  display: block;
  height: 20px;
  content: "";
  background: url("../img/pc/front_feature_shadow.png") top center/100% 100% no-repeat;
}
.p-front-page .feature__slider .item__image {
  height: 253px;
}
.p-front-page .feature__slider .item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front-page .feature__slider .item__main {
  position: relative;
  padding: 22px 32px 0;
}
.p-front-page .feature__slider .item__main::before {
  position: absolute;
  top: -20px;
  left: calc(50% - 35px);
  display: block;
  width: 70px;
  height: 30px;
  content: "";
  background: center no-repeat;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.p-front-page .feature__slider .item__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 37px;
  color: #406266;
  letter-spacing: 0.02em;
}
.p-front-page .feature__slider .item__text {
  margin-top: 8px;
}
.p-front-page .feature__slider .item--1 .item__main::before {
  background-image: url("../img/pc/front_feature_counter_1.png");
  background-image: image-set(url("../img/pc/front_feature_counter_1.png") 1x, url("../img/pc/front_feature_counter_1@2x.png") 2x);
}
.p-front-page .feature__slider .item--2 .item__main::before {
  background-image: url("../img/pc/front_feature_counter_2.png");
  background-image: image-set(url("../img/pc/front_feature_counter_2.png") 1x, url("../img/pc/front_feature_counter_2@2x.png") 2x);
}
.p-front-page .feature__slider .item--3 .item__main::before {
  background-image: url("../img/pc/front_feature_counter_3.png");
  background-image: image-set(url("../img/pc/front_feature_counter_3.png") 1x, url("../img/pc/front_feature_counter_3@2x.png") 2x);
}
.p-front-page .feature__slider .item--4 .item__main::before {
  background-image: url("../img/pc/front_feature_counter_4.png");
  background-image: image-set(url("../img/pc/front_feature_counter_4.png") 1x, url("../img/pc/front_feature_counter_4@2x.png") 2x);
}
.p-front-page .feature__slider .item--5 .item__main::before {
  background-image: url("../img/pc/front_feature_counter_5.png");
  background-image: image-set(url("../img/pc/front_feature_counter_5.png") 1x, url("../img/pc/front_feature_counter_5@2x.png") 2x);
}
.p-front-page .feature__slider .item--6 .item__main::before {
  background-image: url("../img/pc/front_feature_counter_6.png");
  background-image: image-set(url("../img/pc/front_feature_counter_6.png") 1x, url("../img/pc/front_feature_counter_6@2x.png") 2x);
}
.p-front-page .works {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-front-page .works__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  clip-path: polygon(0 0, 1220px 0, 1274px 40px, 100% 40px, 100% 100%, 0 100%);
  background: #76abb7 url("../img/pc/front_works_bg.png") top center no-repeat;
}
.p-front-page .works__bg-2 {
  position: absolute;
  top: -106px;
  right: 0;
  left: 0;
  z-index: 20;
  height: 1399px;
  background: url("../img/pc/front_works_deco.png") center no-repeat;
}
.p-front-page .works__fg {
  position: relative;
  z-index: 100;
  padding: 94px 40px 98px;
  container-type: inline-size;
}
.p-front-page .works__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .works__title span {
  margin-top: 24px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .works__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #76abb7;
}
.p-front-page .works__title span {
  color: #fff;
}
.p-front-page .works__title::after {
  background: #fff;
}
.p-front-page .works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 362px);
  gap: 28px 6px;
  justify-content: center;
  max-width: 1466px;
  margin: 32px auto 0;
}
@container (width < 1466px) {
  .p-front-page .works__item:nth-of-type(7), .p-front-page .works__item:nth-of-type(8) {
    display: none;
  }
}
@container (width < 1098px) {
  .p-front-page .works__item:nth-of-type(5), .p-front-page .works__item:nth-of-type(6) {
    display: none;
  }
}
@container (width < 730px) {
  .p-front-page .works__item:nth-of-type(3), .p-front-page .works__item:nth-of-type(4) {
    display: none;
  }
}
.p-front-page .works__button {
  margin: 58px auto 0;
}
.p-front-page .system {
  padding: 92px 40px 110px;
}
.p-front-page .system__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .system__title span {
  margin-top: 24px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .system__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #76abb7;
}
.p-front-page .system__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 578px);
  gap: 34px 44px;
  justify-content: center;
  max-width: 1200px;
  margin: 32px auto 0;
}
.p-front-page .system__list .item {
  position: relative;
  padding: 38px 5px 5px;
  clip-path: polygon(0 0, 170px 0, 210px 32px, 100% 32px, 100% 100%, 0 100%);
  background: #76abb7;
}
.p-front-page .system__list .item::before {
  position: absolute;
  top: 14px;
  left: 26px;
  display: block;
  width: 130px;
  height: 20px;
  content: "";
  background: no-repeat;
}
.p-front-page .system__list .item__inner {
  background: #fff;
  border: 1px solid #406266;
}
.p-front-page .system__list .item__top-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 10px 20px;
  background: #f5f6f6;
}
.p-front-page .system__list .item__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  color: #406266;
}
.p-front-page .system__list .item__english {
  margin-top: 16px;
}
.p-front-page .system__list .item__text {
  padding: 10px 24px 18px;
}
.p-front-page .system__list .item:nth-of-type(1)::before {
  background-image: url("../img/pc/front_system_counter_1.png");
  background-image: image-set(url("../img/pc/front_system_counter_1.png") 1x, url("../img/pc/front_system_counter_1@2x.png") 2x);
}
.p-front-page .system__list .item:nth-of-type(2)::before {
  background-image: url("../img/pc/front_system_counter_2.png");
  background-image: image-set(url("../img/pc/front_system_counter_2.png") 1x, url("../img/pc/front_system_counter_2@2x.png") 2x);
}
.p-front-page .system__list .item:nth-of-type(3)::before {
  background-image: url("../img/pc/front_system_counter_3.png");
  background-image: image-set(url("../img/pc/front_system_counter_3.png") 1x, url("../img/pc/front_system_counter_3@2x.png") 2x);
}
.p-front-page .system__list .item:nth-of-type(4)::before {
  background-image: url("../img/pc/front_system_counter_4.png");
  background-image: image-set(url("../img/pc/front_system_counter_4.png") 1x, url("../img/pc/front_system_counter_4@2x.png") 2x);
}
.p-front-page .flow {
  position: relative;
  max-width: 1920px;
  height: 1498px;
  padding: 104px 40px 100px;
  margin: 0 auto;
  clip-path: polygon(0 32px, 510px 32px, 550px 0, 100% 0, 100% 100%, 0 100%);
  background: url("../img/pc/front_flow_bg.jpg") no-repeat;
}
.p-front-page .flow__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .flow__title span {
  margin-top: 24px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .flow__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #76abb7;
}
.p-front-page .flow__title span {
  color: #fff;
}
.p-front-page .flow__list {
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 1200px;
  margin: 44px auto 0;
}
.p-front-page .flow__list .item {
  position: relative;
  display: grid;
  grid-template-columns: 364px 1fr;
}
.p-front-page .flow__list .item__title {
  display: flex;
  align-items: center;
  padding-left: 16px;
  font-size: 25px;
  font-weight: bold;
  line-height: 39px;
  color: #fff;
  letter-spacing: 0.1em;
  background: #76abb7;
}
.p-front-page .flow__list .item__title::before {
  display: block;
  flex: 0 0 auto;
  width: 80px;
  height: 28px;
  margin-right: 20px;
  content: "";
  background: center no-repeat;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.p-front-page .flow__list .item__main {
  padding: 28px 38px 26px;
  background: #fff;
}
.p-front-page .flow__list .item .contact-block {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 16px;
}
.p-front-page .flow__list .item .contact-block__fax {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1;
}
.p-front-page .flow__list .item .contact-block__button {
  width: 302px;
  background: #76abb7;
}
.p-front-page .flow__list .item .contact-block__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .flow__list .item .contact-block__button a::before {
  display: block;
  width: 29px;
  height: 18px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .flow__list .item:nth-of-type(1) .item__title::before {
  background-image: url("../img/pc/front_flow_counter_1.png");
  background-image: image-set(url("../img/pc/front_flow_counter_1.png") 1x, url("../img/pc/front_flow_counter_1@2x.png") 2x);
}
.p-front-page .flow__list .item:nth-of-type(2) .item__title::before {
  background-image: url("../img/pc/front_flow_counter_2.png");
  background-image: image-set(url("../img/pc/front_flow_counter_2.png") 1x, url("../img/pc/front_flow_counter_2@2x.png") 2x);
}
.p-front-page .flow__list .item:nth-of-type(3) .item__title::before {
  background-image: url("../img/pc/front_flow_counter_3.png");
  background-image: image-set(url("../img/pc/front_flow_counter_3.png") 1x, url("../img/pc/front_flow_counter_3@2x.png") 2x);
}
.p-front-page .flow__list .item:nth-of-type(4) .item__title::before {
  background-image: url("../img/pc/front_flow_counter_4.png");
  background-image: image-set(url("../img/pc/front_flow_counter_4.png") 1x, url("../img/pc/front_flow_counter_4@2x.png") 2x);
}
.p-front-page .flow__list .item:nth-of-type(5) .item__title::before {
  background-image: url("../img/pc/front_flow_counter_5.png");
  background-image: image-set(url("../img/pc/front_flow_counter_5.png") 1x, url("../img/pc/front_flow_counter_5@2x.png") 2x);
}
.p-front-page .flow__list .item:nth-of-type(6) .item__title::before {
  background-image: url("../img/pc/front_flow_counter_6.png");
  background-image: image-set(url("../img/pc/front_flow_counter_6.png") 1x, url("../img/pc/front_flow_counter_6@2x.png") 2x);
}
.p-front-page .flow__list .item:nth-of-type(n + 2)::before {
  position: absolute;
  top: -28px;
  left: calc(50% - 7px);
  display: block;
  width: 15px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #76abb7;
}
.p-front-page .flow__note {
  max-width: 1200px;
  padding: 8px 20px;
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  background: #ffce0d;
}
.p-front-page .service {
  position: relative;
  max-width: 1920px;
  padding: 136px 0 0;
  margin: 0 auto;
  background: linear-gradient(to bottom, transparent 720px, #f5f6f6 720px, #f5f6f6 1930px, transparent 1930px);
}
.p-front-page .service::after {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 100;
  display: block;
  width: 476px;
  height: 350px;
  content: "";
  background: url("../img/pc/front_service_deco.png") no-repeat;
}
.p-front-page .service__slider {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  z-index: 10;
  height: 81px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
}
.p-front-page .service__slider .c-slider-smooth__group {
  padding-right: 40px;
}
.p-front-page .service__title {
  position: relative;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .service__title span {
  margin-top: 24px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .service__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #76abb7;
}
.p-front-page .service__list {
  display: flex;
  flex-direction: column;
  gap: 66px;
  margin-top: 40px;
}
.p-front-page .service .section {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  max-width: 1698px;
}
.p-front-page .service .section__image {
  flex: 1 1 auto;
  max-width: 1115px;
  height: 470px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .service .section__main-block {
  flex: 0 0 auto;
}
.p-front-page .service .section__title {
  font-size: 41px;
  font-weight: bold;
  line-height: 64px;
  color: #406266;
  letter-spacing: 0.1em;
}
.p-front-page .service .section__title::before {
  display: block;
  width: 130px;
  height: 20px;
  margin-bottom: 4px;
  content: "";
  background: no-repeat;
}
.p-front-page .service .section__title::after {
  display: block;
  width: 76px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #76abb7;
}
.p-front-page .service .section__headline {
  margin-top: 24px;
  font-size: 25px;
  font-weight: bold;
  line-height: 39px;
}
.p-front-page .service .section__text {
  max-width: 410px;
  margin-top: 20px;
}
.p-front-page .service__item:nth-of-type(1) .section__image {
  background-image: url("../img/pc/front_service_bg_1.png");
}
.p-front-page .service__item:nth-of-type(1) .section__title::before {
  background-image: url("../img/pc/front_service_counter_1.png");
  background-image: image-set(url("../img/pc/front_service_counter_1.png") 1x, url("../img/pc/front_service_counter_1@2x.png") 2x);
}
.p-front-page .service__item:nth-of-type(2) .section__image {
  background-image: url("../img/pc/front_service_bg_2.png");
}
.p-front-page .service__item:nth-of-type(2) .section__title::before {
  background-image: url("../img/pc/front_service_counter_2.png");
  background-image: image-set(url("../img/pc/front_service_counter_2.png") 1x, url("../img/pc/front_service_counter_2@2x.png") 2x);
}
.p-front-page .service__item:nth-of-type(3) .section__image {
  background-image: url("../img/pc/front_service_bg_3.png");
}
.p-front-page .service__item:nth-of-type(3) .section__title::before {
  background-image: url("../img/pc/front_service_counter_3.png");
  background-image: image-set(url("../img/pc/front_service_counter_3.png") 1x, url("../img/pc/front_service_counter_3@2x.png") 2x);
}
.p-front-page .service__item:nth-of-type(4) .section__image {
  background-image: url("../img/pc/front_service_bg_4.png");
}
.p-front-page .service__item:nth-of-type(4) .section__title::before {
  background-image: url("../img/pc/front_service_counter_4.png");
  background-image: image-set(url("../img/pc/front_service_counter_4.png") 1x, url("../img/pc/front_service_counter_4@2x.png") 2x);
}
.p-front-page .service__item:nth-of-type(odd) .section {
  flex-direction: row-reverse;
  padding-left: 40px;
  margin-left: auto;
}
.p-front-page .service__item:nth-of-type(odd) .section__image {
  background-position: left top;
}
.p-front-page .service__item:nth-of-type(even) .section {
  padding-right: 40px;
}
.p-front-page .service__item:nth-of-type(even) .section__image {
  background-position: right top;
}
.p-front-page .service__item:nth-of-type(even) .section__main-block {
  width: 430px;
}
.p-front-page .service__item:nth-of-type(1) .section__main-block {
  padding-top: 38px;
}
.p-front-page .service__item:nth-of-type(2) .section__main-block {
  padding-top: 64px;
}
.p-front-page .service__item:nth-of-type(3) .section__main-block {
  padding-top: 64px;
}
.p-front-page .service__item:nth-of-type(4) .section__main-block {
  padding-top: 98px;
}
.p-front-page .area {
  max-width: 1920px;
  padding: 402px 0 30px;
  margin: -280px auto 0;
  background: url("../img/pc/front_area_bg.png") top center no-repeat;
}
.p-front-page .area__inner {
  position: relative;
  max-width: 1394px;
  padding: 0 40px 0 164px;
  margin: 0 auto;
}
.p-front-page .area__title {
  position: absolute;
  top: 12px;
  left: 0;
  width: 107px;
  height: 207px;
}
.p-front-page .area__headline {
  font-size: 48px;
  font-weight: bold;
  line-height: 68px;
  letter-spacing: 0.1em;
}
.p-front-page .area__english {
  margin-top: 26px;
}
.p-front-page .area__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 152px);
  gap: 10px;
  max-width: 800px;
  margin-top: 38px;
}
.p-front-page .area__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #76abb7;
}
.p-front-page .area__note {
  margin-top: 26px;
}
.p-front-page .area__scroll {
  width: 100%;
  max-width: 1260px;
  height: 195px;
  padding: 30px 30px;
  margin: 34px auto 0;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-front-page .area__scroll::-webkit-scrollbar {
  display: none;
}
.p-front-page .area__service {
  display: flex;
  width: 1200px;
}
.p-front-page .area__service dt {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  width: 529px;
  height: 135px;
  padding: 44px 0 0 294px;
  background: url("../img/pc/front_area_service_bg.jpg") no-repeat;
}
.p-front-page .area__service dt span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #ffce0d;
}
.p-front-page .area__service dt img {
  margin-top: 16px;
}
.p-front-page .area__service dt::after {
  position: absolute;
  top: calc(50% - 15px);
  right: -15px;
  display: block;
  width: 16px;
  height: 30px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #406266;
}
.p-front-page .area__service dd {
  flex: 1 1 auto;
  height: 135px;
  padding: 36px 40px 0;
  text-align: justify;
  background: #f5f6f6;
}
.p-front-page .news {
  padding: 112px 0 138px;
  background: #f5f6f6;
}
.p-front-page .news__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .news__title span {
  margin-top: 24px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .news__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #76abb7;
}
.p-front-page .news__list {
  margin: 44px 0 0 18.7%;
}
.p-front-page .news .c-slider__track {
  overflow: unset;
}
.p-front-page .news .c-slider__item {
  width: 380px;
  margin-right: 28px;
}
.p-front-page .news .c-slider__arrow-left {
  top: 98px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #406266 url("../img/pc/front_news_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .news__button {
  margin: 62px auto 0;
}
.p-front-page .qa {
  max-width: 1920px;
  padding: 86px 40px 120px;
  margin: -40px auto 0;
  clip-path: polygon(0 0, 1486px 0, 1534px 40px, 100% 40px, 100% 100%, 0 100%);
  background: #76abb7;
}
.p-front-page .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .qa__title::before {
  display: block;
  width: 65px;
  height: 31px;
  content: "";
  background: url("../img/pc/icon_logo_yellow.png") no-repeat;
}
.p-front-page .qa__title span {
  margin-top: 14px;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1em;
}
.p-front-page .qa__title img {
  margin-top: 28px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .qa__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 26px;
  content: "";
  background: #fff;
}
.p-front-page .qa__list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 1200px;
  margin: 36px auto 0;
}
.p-front-page .qa__item {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-front-page .b-contact {
  padding-top: 104px;
}
.p-front-page .b-contact__slider {
  display: none;
}

.p-contact .main {
  position: relative;
  padding: 108px 40px 192px;
  background: #f5f6f6;
}
.p-contact .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact .main__title span {
  margin-top: 22px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.p-contact .main__title::after {
  display: block;
  width: 76px;
  height: 1px;
  margin-top: 22px;
  content: "";
  background: #406266;
}
.p-contact .main__info {
  margin-top: 34px;
  line-height: 33px;
  text-align: center;
}
.p-contact .main .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
}
.p-contact .main .tel-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #406266;
}
.p-contact .main .tel-area__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 5px);
  display: block;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #406266;
}
.p-contact .main .tel-area__tel {
  margin-top: 36px;
}
.p-contact .main .tel-area__fax {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.p-contact .form {
  max-width: 820px;
  margin: 46px 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: #406266;
  border-radius: 4px;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 106px 40px 160px;
  background-color: #f5f5f5;
}
.p-archive .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-archive .main__title span {
  margin-top: 22px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.p-archive .main__title::after {
  display: block;
  width: 76px;
  height: 1px;
  margin-top: 22px;
  content: "";
  background: #406266;
}
.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 .mv {
  position: relative;
  max-width: 1920px;
  height: 492px;
  margin: 0 auto;
}
.p-about .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 442px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 682px calc(100% - 20px), 654px 100%, 0 100%);
  background: #76abb7;
}
.p-about .mv__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: 442px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 682px calc(100% - 20px), 654px 100%, 0 100%);
  background: #76abb7;
  background: url("../img/pc/about_mv_bg.png") top left no-repeat;
}
.p-about .mv__bg-3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: 492px;
  background: url("../img/pc/about_mv_bg_2.png") top left no-repeat;
}
.p-about .mv__fg {
  position: relative;
  z-index: 40;
  padding: 296px 72px 0;
}
.p-about .mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-about .mv__title span {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-about .mv__title img {
  position: relative;
  left: -4px;
  margin-top: 24px;
}
.p-about .philosophy {
  padding: 78px 40px 106px;
}
.p-about .philosophy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .philosophy__title span {
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #406266;
}
.p-about .philosophy__title img {
  margin-top: 22px;
}
.p-about .philosophy__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #406266;
}
.p-about .philosophy__headline {
  margin-top: 34px;
  font-size: 31px;
  font-weight: bold;
  line-height: 56px;
  color: #406266;
  text-align: center;
}
.p-about .philosophy__text {
  max-width: 820px;
  margin: 32px auto 0;
  text-align: center;
}
.p-about .greeting {
  padding: 94px 40px 96px;
  background: #f5f6f6;
}
.p-about .greeting__container {
  display: flex;
  max-width: 1396px;
  margin: 0 auto;
}
.p-about .greeting__title {
  flex: 0 0 auto;
  padding-top: 18px;
}
.p-about .greeting__title img {
  width: 107px;
  height: 388px;
}
.p-about .greeting__block {
  margin-left: 98px;
}
.p-about .greeting__headline {
  font-size: 31px;
  font-weight: bold;
  line-height: 49px;
  color: #406266;
  letter-spacing: 0.1em;
}
.p-about .greeting__english {
  margin-top: 24px;
}
.p-about .greeting__text {
  margin-top: 30px;
}
.p-about .greeting__image {
  flex: 0 0 auto;
  width: 474px;
  height: 387px;
  padding: 5px;
  margin: 10px 0 0 97px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-about .greeting__image img {
  width: 464px;
  height: 308px;
}
.p-about .greeting__signature {
  display: flex;
  align-items: center;
  padding: 22px 28px;
}
.p-about .greeting__signature span {
  margin-left: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-about .company {
  position: relative;
  z-index: 100;
  padding: 96px 40px 0;
}
.p-about .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .company__title span {
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #406266;
}
.p-about .company__title img {
  margin-top: 22px;
}
.p-about .company__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #406266;
}
.p-about .company__list {
  margin-top: 26px;
}
.p-about .company__google-map {
  max-width: 1732px;
  height: 364px;
  margin: 46px auto 0;
}
.p-about .history {
  padding: 136px 40px 114px;
  margin-top: -26px;
  background: #f5f6f6;
}
.p-about .history__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .history__title span {
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #406266;
}
.p-about .history__title img {
  margin-top: 22px;
}
.p-about .history__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #406266;
}
.p-about .history__list {
  margin-top: 40px;
}
.p-about .facility {
  padding: 112px 0 144px;
}
.p-about .facility__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .facility__title span {
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #406266;
}
.p-about .facility__title img {
  margin-top: 22px;
}
.p-about .facility__title::after {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #406266;
}
.p-about .facility__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1200px;
  margin: 40px auto 0;
}
