#contents-container .jfe_chubu_container {
  overflow: visible;
  line-height: 1.7;
  font-optical-sizing: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
#contents-container .jfe_chubu_container h2.h2_jfe_butsuryu {
  font-size: clamp(1.375rem, 1.1116412214rem + 1.0178117048vw, 1.875rem);
  font-weight: bold;
  margin: 2em 0 1em;
  line-height: 1.4;
  padding-left: 0.6em;
  position: relative;
}
#contents-container .jfe_chubu_container h2.h2_jfe_butsuryu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  width: 5px;
  height: 78%;
  border-radius: 4px;
  background-color: #003994;
}
#contents-container .jfe_chubu_container h2.h2_jfe_butsuryu:first-child {
  margin-top: 0;
}
#contents-container .jfe_chubu_container .p-service__fvimage {
  margin-top: min(120px, 12vw);
}
#contents-container .jfe_chubu_container .page_bottom_margin {
  margin-bottom: 100px;
}
#contents-container .jfe_chubu_container :target {
  scroll-margin-top: var(--scroll_margin_top);
}
#contents-container .jfe_chubu_container .l-service-nav {
  position: relative;
}
#contents-container .jfe_chubu_container .l-service-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
#contents-container .jfe_chubu_container .l-service-nav__item-root {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
#contents-container .jfe_chubu_container .l-service-nav__item-root::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd4e1;
}
#contents-container .jfe_chubu_container .l-service-nav__link {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
}
#contents-container .jfe_chubu_container .l-service-nav__link-root {
  font-size: 20px;
  font-size: 1.25rem;
}
#contents-container .jfe_chubu_container .l-service-nav__link::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0a50a0;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents-container .jfe_chubu_container .l-service-nav__link:hover {
  opacity: 1;
}
#contents-container .jfe_chubu_container .l-service-nav__link.is-active {
  color: #0a50a0;
}
#contents-container .jfe_chubu_container .l-service-nav__link.is-active::before {
  opacity: 1;
}
@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#contents-container .jfe_chubu_container .c-content-width01 {
  width: 100%;
  max-width: 1240px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}
#contents-container .jfe_chubu_container .c-content-width02 {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}
#contents-container .jfe_chubu_container .c-page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}
#contents-container .jfe_chubu_container .c-page-top-btn.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#contents-container .jfe_chubu_container .is-lock .c-page-top-btn,
#contents-container .jfe_chubu_container .is-nav-open .c-page-top-btn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}
#contents-container .jfe_chubu_container .is-loadding .c-page-top-btn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}
#contents-container .jfe_chubu_container .c-page-top-btn__body {
  position: relative;
  display: block;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  background-color: #0a50a0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
#contents-container .jfe_chubu_container .c-modal {
  position: relative;
}
#contents-container .jfe_chubu_container .c-modal__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.94);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#contents-container .jfe_chubu_container .is-modal-active .c-modal__bg {
  opacity: 1;
  visibility: visible;
}
#contents-container .jfe_chubu_container .c-modal__inner {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#contents-container .jfe_chubu_container .is-modal-active .c-modal__inner {
  opacity: 1;
  visibility: visible;
}
#contents-container .jfe_chubu_container .c-modal__content {
  max-width: 1380px;
  width: 100%;
}
#contents-container .jfe_chubu_container .c-modal__content-wrpper {
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: auto;
  height: 100vh;
  padding: 55px 30px;
}
#contents-container .jfe_chubu_container .c-modal__img-sect {
  position: relative;
  width: 100%;
}
#contents-container .jfe_chubu_container .c-modal__img {
  max-width: 1017px;
}
#contents-container .jfe_chubu_container .c-modal__card-close {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: calc(100% + 11px);
}
#contents-container .jfe_chubu_container .c-modal__card-closeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  text-transform: uppercase;
}
#contents-container .jfe_chubu_container .c-modal__card-closeBtn span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
#contents-container .jfe_chubu_container .c-modal__card-closeBtn span::after,
#contents-container .jfe_chubu_container .c-modal__card-closeBtn span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  border-radius: 4px;
  background-color: #707070;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 1px);
  rotate: 45deg;
}
#contents-container .jfe_chubu_container .c-modal__card-closeBtn span::after {
  rotate: -45deg;
}
#contents-container .jfe_chubu_container .c-modal__content-body {
  width: 100%;
  margin-top: 20px;
}
#contents-container .jfe_chubu_container .c-modal__content-body-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-bottom: 7px;
}
#contents-container .jfe_chubu_container .c-modal__content-body-title::after {
  content: "";
  background-color: #707070;
  display: inline-block;
  height: 1px;
  max-width: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#contents-container .jfe_chubu_container .c-modal__content-body-title-en {
  font-size: clamped(36, 60, 375, 1600);
  letter-spacing: 0.004em;
  line-height: 1.3333333333;
  font-weight: 400;
  font-size: clamp(14px, 0.2312138728vw + 13.132px, 16px);
  font-size: clamp(0.875rem, 0.2312138728vw + 0.8208092486rem, 1rem);
}
#contents-container .jfe_chubu_container .c-modal__content-body-title-ja {
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2.25;
  font-size: 10px;
  font-size: 0.625rem;
}
#contents-container .jfe_chubu_container .c-modal__content-body-text-sect {
  margin-top: 20px;
}
#contents-container .jfe_chubu_container .c-modal__content-body-text-lead {
  font-weight: 600;
  line-height: 1.6666666667;
}
#contents-container .jfe_chubu_container .c-modal__content-body-text {
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  margin-top: 17px;
}
#contents-container .jfe_chubu_container .c-link-btn01 {
  color: #0a50a0;
}
#contents-container .jfe_chubu_container .c-link-btn01 a {
  display: block grid;
  max-width: 183px;
  -ms-grid-columns: 1fr 7px;
  grid-template-columns: 1fr 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Outfit, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.25;
  border: 1px solid #0a50a0;
  padding: 14px 24px;
  border-radius: 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 16px;
  font-size: 1rem;
}
#contents-container .jfe_chubu_container .c-link-btn01 a::after {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0a50a0;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#contents-container .jfe_chubu_container .c-link-btn01 a::before {
  content: "";
  width: 0%;
  height: 100%;
  background: #00b3ec;
  background: linear-gradient(137deg, #00b3ec 0, #004da0 100%);
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  right: 0;
}
#contents-container .jfe_chubu_container .c-company-section-title01 {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #0a50a0;
  padding-left: 14px;
}
#contents-container .jfe_chubu_container .c-company-section-title01::before {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1/1;
  background-color: #0a50a0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
#contents-container .jfe_chubu_container .c-message-section-title01 {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #0a50a0;
}
#contents-container .jfe_chubu_container .c-message-section-title01::before {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1/1;
  background-color: #0a50a0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 3.5px);
}
#contents-container .jfe_chubu_container .c-about-section-title01 {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #0a50a0;
  padding-left: 14px;
}
#contents-container .jfe_chubu_container .c-about-section-title01::before {
  content: "";
  display: inline-block;
  width: 7px;
  aspect-ratio: 1/1;
  background-color: #0a50a0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
#contents-container .jfe_chubu_container .c-lead-text01 {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: clamp(20px, 2.3121387283vw + 11.329px, 40px);
  font-size: clamp(1.25rem, 2.3121387283vw + 0.7080924855rem, 2.5rem);
}
#contents-container .jfe_chubu_container .c-list-item01 {
  border-bottom: 1px solid #cfd4e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}
#contents-container .jfe_chubu_container .c-list-item01__img {
  overflow: hidden;
}
#contents-container .jfe_chubu_container .c-list-item01__img img {
  aspect-ratio: 360/240;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#contents-container .jfe_chubu_container .c-list-item01__title {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5833333333;
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-size: clamp(18px, 0.4897959184vw + 16.163px, 24px);
  font-size: clamp(1.125rem, 0.4897959184vw + 1.0102040816rem, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents-container .jfe_chubu_container .c-list-item01__title::before {
  content: counter(count, decimal-leading-zero);
  font-family: Outfit, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #cfd4e1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-right: 20px;
  margin-top: 5px;
}
#contents-container .jfe_chubu_container .c-list-item01__text {
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 16px;
}
#contents-container .jfe_chubu_container .js-service-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
  margin-right: calc(50% - 50vw);
}
#contents-container .jfe_chubu_container .js-service-slider .slick-list {
  padding-right: 31.7948717949%;
}
#contents-container .jfe_chubu_container .js-service-slider .slick-slide {
  margin-right: 24px;
}
#contents-container .jfe_chubu_container .js-service-slider + .p-service-slider__dots {
  position: relative;
  bottom: 0;
  margin-top: 22px;
}
#contents-container .jfe_chubu_container .js-service-slider + .p-service-slider__dots .slick-dots {
  position: static;
}
#contents-container .jfe_chubu_container .js-service-slider + .p-service-slider__dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents-container .jfe_chubu_container .js-service-slider + .p-service-slider__dots li {
  width: 33.3333333333%;
  height: 3px;
  background-color: rgba(10, 80, 160, 0.17);
  margin: 0;
  position: relative;
  z-index: 0;
}
#contents-container .jfe_chubu_container .js-service-slider + .p-service-slider__dots li.slick-active::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0a50a0;
}
#contents-container .jfe_chubu_container .js-service-slider + .p-service-slider__dots button {
  display: none;
}
#contents-container .jfe_chubu_container .p-service-greet__text > p {
  letter-spacing: 0.05em;
  line-height: 2;
}
#contents-container .jfe_chubu_container .p-service-greet__text > p + p {
  margin-top: 23px;
}
#contents-container .jfe_chubu_container .p-service-greet__thumb {
  margin-right: calc(50% - 50vw);
  margin-left: 35px;
  margin-top: 20px;
}
#contents-container .jfe_chubu_container .p-service-greet__img {
  position: relative;
  z-index: 0;
}
#contents-container .jfe_chubu_container .p-service-greet__link {
  position: absolute;
  width: clamp(70px, 22.176px + 12.755vw, 120px);
  width: clamp(4.375rem, 1.386rem + 12.755vw, 7.5rem);
  height: clamp(70px, 22.176px + 12.755vw, 120px);
  height: clamp(4.375rem, 1.386rem + 12.755vw, 7.5rem);
  border-radius: 50%;
  z-index: 1;
}
#contents-container .jfe_chubu_container .p-service-greet__link.link01 {
  top: 30.2%;
  right: 18.3%;
}
#contents-container .jfe_chubu_container .p-service-greet__link.link02 {
  top: 53.4%;
  left: 7.3%;
}
#contents-container .jfe_chubu_container .p-service-greet__link.link03 {
  top: 6.8%;
  left: 24.4%;
}
#contents-container .jfe_chubu_container .p-service-content {
  border-top: 1px solid #cfd4e1;
  padding-top: 50px;
  padding-bottom: 150px;
}
#contents-container .jfe_chubu_container .p-service-content-child {
  border-top: 1px solid #cfd4e1;
  padding-top: 50px;
  padding-bottom: 150px;
}
#contents-container .jfe_chubu_container .p-service-business {
  margin-top: 40px;
}
#contents-container .jfe_chubu_container .p-service-business__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
#contents-container .jfe_chubu_container .p-service-business__ttl__sub {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #0a50a0;
  position: relative;
  padding-left: 15px;
}
#contents-container .jfe_chubu_container .p-service-business__ttl__sub::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #0a50a0;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#contents-container .jfe_chubu_container .p-service-business__ttl__main {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
#contents-container .jfe_chubu_container .p-service-business__list {
  margin-top: 40px;
}
#contents-container .jfe_chubu_container .p-service-business__item {
  padding-block: 40px;
  border-bottom: 1px solid #cfd4e1;
}
#contents-container .jfe_chubu_container .p-service-business__item:first-of-type {
  padding-top: 0;
}
#contents-container .jfe_chubu_container .p-service-list__item-thumb {
  margin-bottom: 0;
}
#contents-container .jfe_chubu_container .p-service-business__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  color: #011128;
}
#contents-container .jfe_chubu_container .p-service-business__item a:hover {
  opacity: 1;
}
#contents-container .jfe_chubu_container .p-service-business__item-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#contents-container .jfe_chubu_container .p-service-business__item-img {
  aspect-ratio: 3/2;
  overflow: hidden;
  display: block;
}
#contents-container .jfe_chubu_container .p-service-business__item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#contents-container .jfe_chubu_container .p-service-business__item-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 50px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents-container .jfe_chubu_container .p-service-business__item-body::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: 1px solid #0a50a0;
  border-radius: 50%;
  background: url("../../img_isetsu/jfe_chubu/icon_arrow-blue01.svg") no-repeat center;
}
#contents-container .jfe_chubu_container .p-service-business__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#contents-container .jfe_chubu_container .p-service-business__item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}
#contents-container .jfe_chubu_container .p-service-business__item-content {
  letter-spacing: 0.05em;
  margin-top: 15px;
}
#contents-container .jfe_chubu_container .p-service-business__ttl-txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.583;
}
#contents-container .jfe_chubu_container .p-service-business__ttl-order {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #cfd4e1;
}
#contents-container .jfe_chubu_container .p-service-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
#contents-container .jfe_chubu_container .p-service-list__item-txt {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding-top: 5px;
}
#contents-container .jfe_chubu_container .p-service-list__item-txt02 {
  line-height: 1.4;
}
#contents-container .jfe_chubu_container .p-service-inner-nav {
  margin-top: 30px;
}
#contents-container .jfe_chubu_container .p-service-inner-nav__item a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  background-color: #0a50a0;
  border-radius: 5px;
  padding: 8px 20px;
  letter-spacing: -0.04em;
}
#contents-container .jfe_chubu_container .p-service-inner-nav__item a:hover {
  opacity: 1;
  text-decoration: none;
}
#contents-container .jfe_chubu_container .p-service-inner-nav__item:not(:first-of-type) {
  margin-top: 10px;
}
#contents-container .jfe_chubu_container .p-service-sect-ttl {
  font-family: "Zen Old Mincho", sans-serif;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 30px;
}
#contents-container .jfe_chubu_container .p-service__shipping-content {
  margin-top: 40px;
}
#contents-container .jfe_chubu_container .p-service__shipping-content.sect02,
#contents-container .jfe_chubu_container .p-service__shipping-content:not(:first-of-type) {
  margin-top: 60px;
}
#contents-container .jfe_chubu_container .p-service__shipping + .p-service__shipping {
  margin-top: 10px;
}
#contents-container .jfe_chubu_container .p-service__shipping-inner {
  min-width: 600px;
}
#contents-container .jfe_chubu_container .p-service__shipping-wrap {
  margin-bottom: 40px;
}
#contents-container .jfe_chubu_container .u-sp-db {
  display: block;
}
#contents-container .jfe_chubu_container .u-sp-only {
  display: block;
}
#contents-container .jfe_chubu_container .u-pc-only {
  display: none;
}
#contents-container .jfe_chubu_container .u-small-text-nowrap {
  white-space: nowrap;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
#contents-container .jfe_chubu_container .u-bg-transparent {
  background-color: transparent !important;
}
#contents-container .jfe_chubu_container .u-text-nowrap {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #contents-container .jfe_chubu_container .l-service-nav__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
    padding-top: 32px;
    padding-bottom: 27px;
  }
  #contents-container .jfe_chubu_container .l-service-nav__item-root {
    padding-bottom: 0;
    padding-right: 60px;
    margin-bottom: 0;
  }
  #contents-container .jfe_chubu_container .l-service-nav__item-root::after {
    width: 1px;
    height: 30px;
    right: 0;
    left: unset;
    bottom: 5px;
  }
  #contents-container .jfe_chubu_container .l-service-nav__link:hover {
    color: #0a50a0;
    opacity: 0.8;
  }
  #contents-container .jfe_chubu_container .l-service-nav__link:hover::before {
    opacity: 1;
  }
  #contents-container .jfe_chubu_container .l-service-nav__link {
    font-size: 1.25rem;
  }
  #contents-container .jfe_chubu_container .l-service-nav__link::before {
    top: -16px;
  }
  #contents-container .jfe_chubu_container .c-company-section-title01 {
    font-size: 1rem;
  }
  #contents-container .jfe_chubu_container .c-company-section-title01::before {
    top: 11px;
  }
  #contents-container .jfe_chubu_container .c-message-section-title01 {
    font-size: 1rem;
  }
  #contents-container .jfe_chubu_container .c-about-section-title01 {
    font-size: 1rem;
  }
  #contents-container .jfe_chubu_container .c-about-section-title01::before {
    top: 11px;
  }
  #contents-container .jfe_chubu_container .c-list-item01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  #contents-container .jfe_chubu_container .c-list-item01__img {
    width: 31.0344827586%;
  }
  #contents-container .jfe_chubu_container .c-list-item01__text-sect {
    width: 65.5172413793%;
  }
  #contents-container .jfe_chubu_container .c-list-item01__title::before {
    font-size: 1rem;
  }
  #contents-container .jfe_chubu_container .c-list-item01__text {
    font-size: 1rem;
    margin-top: 27px;
  }
  #contents-container .jfe_chubu_container .js-service-slider + .p-service-slider__dots {
    display: none;
  }
  #contents-container .jfe_chubu_container .p-service-greet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #contents-container .jfe_chubu_container .p-service-greet__text {
    width: 41.3793103448%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contents-container .jfe_chubu_container .p-service-greet__text > p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  #contents-container .jfe_chubu_container .p-service-greet__text > p + p {
    margin-top: 23px;
  }
  #contents-container .jfe_chubu_container .p-service-greet__thumb {
    width: 70.6896551724%;
    margin-right: calc(50% - 50vw);
  }
  #contents-container .jfe_chubu_container .p-service-greet__link {
    width: clamp(7.5rem, 4.423rem + 4.808vw, 8.75rem);
    height: clamp(7.5rem, 4.423rem + 4.808vw, 8.75rem);
  }
  #contents-container .jfe_chubu_container .p-service-content {
    padding-top: 97px;
    padding-bottom: 195px;
  }
  #contents-container .jfe_chubu_container .p-service-content-child {
    padding-top: 118px;
    padding-bottom: 195px;
  }
  #contents-container .jfe_chubu_container .p-service-business__ttl {
    gap: 15px;
  }
  #contents-container .jfe_chubu_container .p-service-business__ttl__main {
    font-size: 2.5rem;
  }
  #contents-container .jfe_chubu_container .p-service-business__list {
    margin-top: 60px;
  }
  #contents-container .jfe_chubu_container .p-service-business__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    color: #011128;
  }
  #contents-container .jfe_chubu_container .p-service-business__item a:hover {
    opacity: 1;
    text-decoration: none;
  }
  #contents-container .jfe_chubu_container .p-service-business__item a:hover .p-service-business__item-img > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #contents-container .jfe_chubu_container .p-service-business__item a:hover .p-service-business__item-body {
    opacity: 0.8;
  }
  #contents-container .jfe_chubu_container .p-service-business__item-left {
    width: 31.0344827586%;
  }
  #contents-container .jfe_chubu_container .p-service-business__item-body {
    padding-right: 14%;
  }
  #contents-container .jfe_chubu_container .p-service-business__item-body::after {
    width: 53px;
    height: 53px;
  }
  #contents-container .jfe_chubu_container .p-service-business__item-content {
    margin-top: 25px;
    font-size: 1rem;
  }
  #contents-container .jfe_chubu_container .p-service-business__ttl-txt {
    font-size: 1.5rem;
  }
  #contents-container .jfe_chubu_container .p-service-business__ttl {
    font-size: 1.5rem;
  }
  #contents-container .jfe_chubu_container .p-service-list {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 35px 40px;
  }
  #contents-container .jfe_chubu_container .p-service-list__item-txt {
    font-size: 1.25rem;
  }
  #contents-container .jfe_chubu_container .p-service-inner-nav {
    margin-top: 54px;
  }
  #contents-container .jfe_chubu_container .p-service-inner-nav__item a {
    font-size: 1.25rem;
    gap: 30px;
  }
  #contents-container .jfe_chubu_container .p-service-inner-nav__item a:hover {
    opacity: 0.8;
  }
  #contents-container .jfe_chubu_container .p-service-sect-ttl {
    font-size: 2.5rem;
  }
  #contents-container .jfe_chubu_container .p-service__shipping-content {
    margin-top: 20px;
  }
  #contents-container .jfe_chubu_container .p-service__shipping-content:not(:first-of-type) {
    margin-top: 35px;
  }
  #contents-container .jfe_chubu_container .p-service__shipping-content.sect02 {
    margin-top: 115px;
  }
  #contents-container .jfe_chubu_container .u-sp-db {
    display: inline-block;
  }
  #contents-container .jfe_chubu_container .u-sp-only {
    display: none;
  }
  #contents-container .jfe_chubu_container .u-sp-tel-only {
    pointer-events: none;
  }
  #contents-container .jfe_chubu_container .u-pc-only {
    display: block;
  }
  #contents-container .jfe_chubu_container .u-small-text-nowrap {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #contents-container .jfe_chubu_container .l-service-nav__link-root {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #contents-container .jfe_chubu_container .c-modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #contents-container .jfe_chubu_container .c-modal__content-wrpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
  }
  #contents-container .jfe_chubu_container .c-modal__img-sect {
    padding-right: 80px;
  }
  #contents-container .jfe_chubu_container .c-modal__card-close {
    top: 0;
    bottom: auto;
  }
  #contents-container .jfe_chubu_container .c-modal__content-body {
    background-color: rgba(255, 255, 255, 0.92);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 779px;
    max-width: 779px;
    width: 70%;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 87px;
    padding-right: 40px;
    margin-top: 0;
  }
  #contents-container .jfe_chubu_container .c-modal__content-body {
    width: 100%;
  }
  #contents-container .jfe_chubu_container .c-news-list__item a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
  }
  #contents-container .jfe_chubu_container .c-news-list__item-title {
    margin-top: 0;
  }
  #contents-container .jfe_chubu_container .u-pc-only-lg {
    display: block;
  }
  #contents-container .jfe_chubu_container .u-pc-only-lg .u-pc-only {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #contents-container .jfe_chubu_container .p-service-business {
    margin-top: -41px;
  }
  #contents-container .jfe_chubu_container .u-pc-only-lg {
    display: inline;
  }
  #contents-container .jfe_chubu_container .u-pc-only-lg .u-pc-only {
    display: block;
  }
}
@media (any-hover: hover) {
  #contents-container .jfe_chubu_container .c-link-btn01:hover a {
    opacity: 1;
    border: 1px solid transparent;
    color: #fff;
  }
  #contents-container .jfe_chubu_container .c-link-btn01:hover a::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  #contents-container .jfe_chubu_container .c-link-btn01:hover a::after {
    background-color: #fff;
  }
  #contents-container .jfe_chubu_container .c-news-list__item a:hover {
    opacity: 0.6;
  }
  #contents-container .jfe_chubu_container .c-news-list__item a:hover .c-news-list__item-title::after {
    translate: 5px 0;
  }
}