@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

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

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.l-footer {
  background-color: #333;
  color: #fff;
  height: auto;
  margin-top: -1px;
  margin-top: -0.0625rem;
  overflow-x: clip;
  position: relative;
  z-index: 1;
}

.l-footer__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.l-footer__main {
  display: flex;
  flex-direction: column;
}

.l-footer__left {
  display: contents;
}

.l-footer__brand {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  order: 3;
}

.l-footer__creditLogo {
  height: 56px;
  height: 3.5rem;
  width: 69px;
  width: 4.3125rem;
}

.l-footer__logoDivider {
  background-color: #fff;
  display: none;
  height: 31px;
  height: 1.9375rem;
  margin-left: 20.2px;
  margin-left: 1.2625rem;
  width: 1px;
  width: 0.0625rem;
}

.l-footer__smaciaLogo {
  height: 27px;
  height: 1.6875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  order: -1;
  width: 130px;
  width: 8.125rem;
}

.l-footer__brand--smaciaOnly .l-footer__smaciaLogo {
  margin-left: 0;
}

.l-footer__nav {
  order: 1;
  width: 100%;
}

.l-footer__navColumn + .l-footer__navColumn {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.l-footer__navList li + li,
.l-footer__navList--child {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.l-footer__navLink {
  color: #fff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  position: relative;
}

.l-footer__navHeading {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.l-footer__navLink::after,
.l-footer__privacy::after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.l-footer__navLink:hover::after,
.l-footer__privacy:hover::after {
  transform: scaleX(1);
}

.l-footer__navList--child .l-footer__navLink::before {
  content: "-";
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.l-footer__address {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 0;
  order: 4;
  text-align: center;
  width: 100%;
}

.l-footer__companyBreak,
.l-footer__copyrightBreak {
  display: block;
}

.l-footer__office {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.l-footer__office strong {
  font-weight: 400;
}

.l-footer__officeNameBreak,
.l-footer__officeAddressBreak {
  display: block;
}

.l-footer__address a {
  color: #fff;
}

.l-footer__sns {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-top: 2.1875rem;
  order: 2;
  width: 170px;
  width: 10.625rem;
}

.l-footer__nav--pc {
  display: none;
}

.l-footer__nav--sp {
  display: block;
}

.l-footer__nav--sp .l-footer__navList > li {
  border-bottom: 1px solid #444;
  border-bottom: 0.0625rem solid #444;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.l-footer__nav--sp > .l-footer__navList > li:first-child {
  border-top: 1px solid #444;
  border-top: 0.0625rem solid #444;
}

.l-footer__nav--sp > .l-footer__navList > li + li {
  margin-top: 0;
}

.l-footer__nav--sp > .l-footer__navList > li > .l-footer__navLink {
  display: block;
  margin-bottom: -20px;
  margin-bottom: -1.25rem;
  margin-top: -20px;
  margin-top: -1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.l-footer__nav--sp .l-footer__navItem--service,
.l-footer__nav--sp .l-footer__navItem--dropdown {
  display: block;
}

.l-footer__nav--sp .l-footer__navList--child {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-0.5rem);
  transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), margin-top 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.45s;
  visibility: hidden;
}

.l-footer__nav--sp .l-footer__navItem--service.is-open .l-footer__navList--child,
.l-footer__nav--sp .l-footer__navItem--dropdown.is-open .l-footer__navList--child {
  margin-top: 18px;
  margin-top: 1.125rem;
  max-height: 240px;
  max-height: 15rem;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
  visibility: visible;
}

.l-footer__nav--sp .l-footer__navList--child > li {
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.l-footer__nav--sp .l-footer__navList--child > li > .l-footer__navLink {
  display: block;
  width: 100%;
}

.l-footer__nav--sp .l-footer__navList--child > li + li {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.l-footer__nav--sp .l-footer__navLink:not(.l-footer__navDropdownToggle)::after {
  display: none;
}

.l-footer__navDropdownToggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: default;
  display: flex;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  width: 100%;
}

.l-footer__navDropdownToggle::after {
  background-color: transparent;
  content: "+";
  display: block;
  height: auto;
  margin-left: auto;
  position: static;
  transform: none;
  width: auto;
}

.l-footer__navItem--service.is-open .l-footer__navDropdownToggle::after,
.l-footer__navItem--dropdown.is-open .l-footer__navDropdownToggle::after {
  content: "−";
}
.l-footer__snsLink {
  align-items: center;
  background-color: #4a4a4a;
  color: #fff;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  height: 34px;
  height: 2.125rem;
  justify-content: center;
  transition: opacity 0.4s ease;
}

.l-footer__snsLink:hover {
  opacity: 0.7;
}

.l-footer__snsLink + .l-footer__snsLink {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.l-footer__snsLink img {
  filter: brightness(0) invert(1);
  height: 22.6px;
  height: 1.4125rem;
  margin-right: 6px;
  margin-right: 0.375rem;
  width: 22.6px;
  width: 1.4125rem;
}

.l-footer__snsLink--pet {
  width: 170px;
  width: 10.625rem;
}

.l-footer__snsLink--smacia {
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  width: 6.875rem;
}

.l-footer__snsLink + .l-footer__snsLink--smacia {
  margin-top: 16px;
  margin-top: 1rem;
}

.l-footer__divider {
  background-color: #444;
  display: none;
  height: 1px;
  height: 0.0625rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  width: 100%;
}

.l-footer__privacy {
  color: #ccc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.075em;
  line-height: 2;
}

.l-footer__copyright {
  color: #ccc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  line-height: 2;
}

.l-footer__bottom {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.l-footer__privacy {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__copyright {
  display: block;
  margin-left: -40px;
  margin-left: -2.5rem;
  margin-right: -40px;
  margin-right: -2.5rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: center;
  width: calc(100% + 5rem);
}
.l-header {
  color: #fff;
  height: 64px;
  height: 4rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 900;
}

.l-header.is-scrolled {
  background-color: #fff;
  color: #333;
}

.is-plainHero .l-header:not(.is-menuOpen) {
  color: #333;
}

.l-header.is-menuOpen {
  background-color: #444;
  color: #fff;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  max-width: 87.5rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.l-header__heading {
  flex-shrink: 0;
}

.l-header__heading .l-header__logo {
  display: block;
}

.l-header__logo {
  flex-shrink: 0;
  height: 32.5px;
  height: 2.03125rem;
  margin-left: 23.5px;
  margin-left: 1.46875rem;
  position: relative;
  width: 187.5px;
  width: 11.71875rem;
}

.l-header__creditLogo {
  height: 32.5px;
  height: 2.03125rem;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  width: 40px;
  width: 2.5rem;
}

.l-header__creditLogo--color {
  opacity: 0;
}

.l-header__logoDivider {
  background-color: currentColor;
  height: 20px;
  height: 1.25rem;
  left: 48px;
  left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  width: 0.0625rem;
}

.l-header__smaciaLogo {
  height: 20.4px;
  height: 1.275rem;
  left: 58px;
  left: 3.625rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  width: 86.5px;
  width: 5.40625rem;
}

.l-header__smaciaLogo--color {
  opacity: 0;
}

.l-header__logo--smaciaOnly {
  width: 129.5px;
  width: 8.09375rem;
}

.l-header__logo--smaciaOnly .l-header__smaciaLogo {
  left: 0;
}

.l-header.is-scrolled .l-header__creditLogo--light {
  opacity: 0;
}

.l-header.is-scrolled .l-header__creditLogo--color {
  opacity: 1;
}

.l-header.is-scrolled .l-header__smaciaLogo--light {
  opacity: 0;
}

.l-header.is-scrolled .l-header__smaciaLogo--color {
  opacity: 1;
}

.is-plainHero .l-header:not(.is-menuOpen) .l-header__creditLogo--light,
.is-plainHero .l-header:not(.is-menuOpen) .l-header__smaciaLogo--light {
  opacity: 0;
}

.is-plainHero .l-header:not(.is-menuOpen) .l-header__creditLogo--color,
.is-plainHero .l-header:not(.is-menuOpen) .l-header__smaciaLogo--color {
  opacity: 1;
}

.l-header.is-menuOpen .l-header__smaciaLogo--light {
  opacity: 0;
}

.l-header.is-menuOpen .l-header__smaciaLogo--color {
  opacity: 1;
}

.l-header.is-menuOpen .l-header__creditLogo--light {
  opacity: 1;
}

.l-header.is-menuOpen .l-header__creditLogo--color {
  opacity: 0;
}

.l-header__nav,
.l-header__contact {
  display: none;
}

.l-header__navList {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.l-header__navItem {
  position: relative;
}

.l-header__navItem--service,
.l-header__navItem--recruit {
  align-items: center;
  display: flex;
  height: 100%;
}

.l-header__navLink {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.l-header__navLink::after {
  background-color: currentColor;
  bottom: -5px;
  bottom: -0.3125rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

.l-header__navLink:hover::after,
.l-header__navLink:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.l-header__dropdown {
  background-color: #333;
  border-radius: 0.375rem;
  color: #fff;
  height: 240px;
  height: 15rem;
  left: calc(50% - 10.1875rem);
  opacity: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  pointer-events: none;
  position: fixed;
  top: 86px;
  top: 5.375rem;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  visibility: hidden;
  width: 280px;
  width: 17.5rem;
  z-index: 10;
}

.l-header__dropdown::before {
  bottom: 100%;
  content: "";
  height: 30px;
  height: 1.875rem;
  left: 0;
  position: absolute;
  right: 0;
}

.l-header__navItem--service:hover .l-header__dropdown,
.l-header__navItem--service.is-open .l-header__dropdown,
.l-header__navItem--service:focus-within .l-header__dropdown,
.l-header__navItem--recruit:hover .l-header__dropdown,
.l-header__navItem--recruit.is-open .l-header__dropdown,
.l-header__navItem--recruit:focus-within .l-header__dropdown {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.l-header__dropdown--recruit {
  height: 150px;
  height: 9.375rem;
  left: calc(50% + 7.1875rem);
}

.l-header__dropdownItem + .l-header__dropdownItem {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.l-header__dropdownLink {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  position: relative;
}

.l-header__dropdownLink::after {
  background-color: #fff;
  bottom: -3px;
  bottom: -0.1875rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

.l-header__dropdownLink:hover::after,
.l-header__dropdownLink:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.l-header__contact:hover,
.l-header__contact:focus-visible {
  background-color: #f75a43;
  opacity: 1;
}

.l-header__hamburger {
  background: transparent;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
  height: 28.5px;
  height: 1.78125rem;
  margin-left: auto;
  margin-right: 20.5px;
  margin-right: 1.28125rem;
  padding: 0;
  position: relative;
  width: 28.5px;
  width: 1.78125rem;
  z-index: 3;
}

.l-header__hamburgerIcon {
  height: 28.5px;
  height: 1.78125rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 28.5px;
  width: 1.78125rem;
}

.l-header__hamburgerIcon--close {
  opacity: 0;
}

.l-header__hamburger[aria-expanded=true] .l-header__hamburgerIcon--open {
  opacity: 0;
}

.l-header__hamburger[aria-expanded=true] .l-header__hamburgerIcon--close {
  opacity: 1;
}

.l-header__hamburger[aria-expanded=true] {
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
}
.l-header__drawer {
  height: 100svh;
  left: 0;
  max-height: 100svh;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  background-color: #444;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.l-header__drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.l-header__drawerNav {
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  max-width: 23.4375rem;
  min-height: 100%;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  padding-top: 66px;
  padding-top: 4.125rem;
  width: 100%;
}

.l-header__drawerList {
  border-top: 1px solid #707070;
  border-top: 0.0625rem solid #707070;
}

.l-header__drawerItem {
  border-bottom: 1px solid #707070;
  border-bottom: 0.0625rem solid #707070;
}

.l-header__drawerLink {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.75rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-top: 1rem;
  text-align: left;
  width: 100%;
}

.l-header__drawerService,
.l-header__drawerAccordion {
  position: relative;
}

.l-header__drawerService::after,
.l-header__drawerAccordion::after {
  background-color: currentColor;
  content: "";
  height: 1.5px;
  height: 0.09375rem;
  position: absolute;
  right: 1px;
  right: 0.0625rem;
  top: 29px;
  top: 1.8125rem;
  width: 11px;
  width: 0.6875rem;
}

.l-header__drawerService::before,
.l-header__drawerAccordion::before {
  background-color: currentColor;
  content: "";
  height: 11px;
  height: 0.6875rem;
  opacity: 0;
  position: absolute;
  right: 5.75px;
  right: 0.359375rem;
  top: 24px;
  top: 1.5rem;
  width: 1.5px;
  width: 0.09375rem;
}

.l-header__drawerService[aria-expanded=false]::before,
.l-header__drawerAccordion[aria-expanded=false]::before {
  opacity: 1;
}

.l-header__drawerSubList {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 0;
  transform: translateY(-0.5rem);
  transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), padding-bottom 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.45s;
  visibility: hidden;
}

.l-header__drawerService[aria-expanded=true] + .l-header__drawerSubList,
.l-header__drawerAccordion[aria-expanded=true] + .l-header__drawerSubList {
  max-height: 240px;
  max-height: 15rem;
  opacity: 1;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  transform: translateY(0);
  transition-delay: 0s;
  visibility: visible;
}

.l-header__drawerSubLink {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-top: 4px;
  padding-top: 0.25rem;
}

.l-header__drawerContact {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 225px;
  width: 14.0625rem;
}

.l-header__drawerPhone + .l-header__drawerPhone {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.l-header__drawerPhoneLine {
  align-items: center;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  white-space: nowrap;
}

.l-header__drawerPhoneLabel {
  align-items: center;
  background-color: #fff;
  border-radius: 0.1875rem;
  color: #444;
  display: grid;
  font-size: 10px;
  font-size: 0.625rem;
  height: 17px;
  height: 1.0625rem;
  justify-items: center;
  line-height: 1;
  place-items: center;
  width: 50px;
  width: 3.125rem;
}

.l-header__drawerPhoneNumber {
  font-family: "Poppins", sans-serif;
  font-size: 18.5px;
  font-size: 1.15625rem;
  font-weight: 500;
  line-height: 1;
}

.l-header__drawerPhonePrefix {
  font-size: 13.5px;
  font-size: 0.84375rem;
}

.l-header__drawerPhoneHours {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.l-header__drawerContactButton {
  align-items: center;
  background-color: #f75a43;
  border-radius: 0.25rem;
  color: #fff;
  display: grid;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: 50px;
  height: 3.125rem;
  justify-items: center;
  letter-spacing: 0.08em;
  margin-top: 35px;
  margin-top: 2.1875rem;
  place-items: center;
  width: 100%;
}
body.is-menuOpen {
  overflow: hidden;
}
.l-inner {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.p-blogIndex {
  overflow: clip;
}

.p-blogIndex__tabs {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-blogIndex__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  margin-top: 2.625rem;
  max-width: 1200px;
  max-width: 75rem;
  width: calc(100% - 3.125rem);
}

.c-archiveCard {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 38px;
  gap: 38px;
  gap: 2.375rem;
}

.c-archiveCard__link {
  display: block;
}

.c-archiveCard__thumb {
  aspect-ratio: 360/220;
  background-color: #f4f2ed;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.c-archiveCard__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.c-archiveCard__placeholder {
  align-items: center;
  color: #fff;
  display: grid;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  height: 100%;
  justify-items: center;
  letter-spacing: 0.05em;
  place-items: center;
  width: 100%;
}

.c-archiveCard__meta {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-archiveCard__date {
  color: #666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.c-archiveCard__category {
  background-color: #f1f1f1;
  border-radius: 0.1875rem;
  color: #f75a43;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  white-space: nowrap;
}

.c-archiveCard__title {
  background-image: linear-gradient(#333, #333);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 0.0625rem;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin-top: 12px;
  margin-top: 0.75rem;
  transition: background-size 0.35s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.c-archiveCard__link:hover .c-archiveCard__thumb img {
  transform: scale(1.05);
}

.c-archiveCard__link:hover .c-archiveCard__title,
.c-archiveCard__link:focus-visible .c-archiveCard__title {
  background-size: 100% 0.0625rem;
}

.p-blogIndex__pagination {
  margin-top: 48px;
  margin-top: 3rem;
}
.p-newsDetails {
  overflow: clip;
}

.c-articleDetail {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  margin-top: 2.375rem;
  max-width: 1060px;
  max-width: 66.25rem;
  width: calc(100% - 3.125rem);
}

.c-articleDetail__header {
  border-bottom: 1px solid #d8d8d8;
  border-bottom: 0.0625rem solid #d8d8d8;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}

.c-articleDetail__thumb {
  aspect-ratio: 400/211;
  background-color: #f4f2ed;
  overflow: hidden;
}

.c-articleDetail__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-articleDetail__heading {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.c-articleDetail__meta {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.c-articleDetail__date {
  color: #666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
}

.c-articleDetail__category {
  background-color: #f1f1f1;
  border-radius: 0.1875rem;
  color: #f75a43;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  white-space: nowrap;
}

.c-articleDetail__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.c-articleDetail__mainImage {
  margin-top: 36px;
  margin-top: 2.25rem;
  overflow: hidden;
}

.c-articleDetail--noImage .c-articleDetail__mainImage {
  display: none;
}

.c-articleDetail--narrow {
  margin-top: 140px;
  margin-top: 8.75rem;
  max-width: 901px;
  max-width: 56.3125rem;
}

.c-articleDetail--narrow.c-articleDetail:not(.c-articleDetail--noImage) .c-articleDetail__header {
  border-bottom: 0;
  display: block;
  padding-bottom: 0;
}

.c-articleDetail--narrow .c-articleDetail__heading {
  margin-top: 0;
}

.c-articleDetail--narrow .c-articleDetail__mainImage img,
.c-articleDetail--narrow .c-articleDetail__body figure img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: auto;
}

.c-articleDetail__body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.c-articleDetail__body h2,
.c-articleDetail__body h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.c-articleDetail--narrow .c-articleDetail__body h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.c-articleDetail__body > :first-child,
.c-articleDetail__body > h2:first-child,
.c-articleDetail__body > h3:first-child,
.c-articleDetail--narrow .c-articleDetail__body > h2:first-child {
  margin-top: 0;
}

.c-articleDetail__body h2 + p,
.c-articleDetail__body h3 + p {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.c-articleDetail--narrow .c-articleDetail__body h2 + p {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.c-articleDetail__body p + h2,
.c-articleDetail__body p + h3 {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.c-articleDetail__body figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
}

.c-articleDetail--narrow .c-articleDetail__body figure {
  max-width: none;
}

.c-articleDetail__body figure + p {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.c-articleDetail__body img {
  height: auto;
  width: 100%;
}

.c-articleDetail__body strong {
  font-weight: 700;
}

.c-articleDetail__body p + p {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.c-articleDetail__body a {
  color: #f75a43;
  display: inline-block;
  position: relative;
}

.c-articleDetail__body a::after {
  background-color: currentColor;
  bottom: 2px;
  bottom: 0.125rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.c-articleDetail__body a:hover::after {
  transform: scaleX(0);
  transform-origin: right;
}

.c-articleDetail__nav {
  align-items: center;
  display: flex;
  gap: 32px;
  gap: 2rem;
  justify-content: center;
  margin-top: 48px;
  margin-top: 3rem;
}

.c-articleDetail__navLink {
  align-items: center;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  gap: 10px;
  gap: 0.625rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.c-articleDetail__navLink span {
  color: #aaa;
  transition: transform 0.3s ease;
}

.c-articleDetail__navLink:hover {
  color: #f75a43;
}

.c-articleDetail__navLink--back:hover span {
  transform: translateX(-0.1875rem);
}

.c-articleDetail__navLink--next:hover span {
  transform: translateX(0.1875rem);
}

.c-articleDetail__related {
  margin-left: 50%;
  margin-top: 72px;
  margin-top: 4.5rem;
  transform: translateX(-50%);
  width: min(100vw - 50px, 1200px);
  width: min(100vw - 3.125rem, 75rem);
}

.c-articleDetail__relatedTitle {
  border-bottom: 1px solid #dedede;
  border-bottom: 0.0625rem solid #dedede;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.c-articleDetail__related .c-archiveCard {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-blogDetails__tabs {
  margin-top: 62px;
  margin-top: 3.875rem;
}
.c-btn {
  align-items: center;
  background-color: #444;
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  height: 50px;
  height: 3.125rem;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  transition: background-color 0.8s ease, opacity 0.8s ease;
  width: 225px;
  width: 14.0625rem;
}

.c-btn.js-fadeIn.is-fadeReady {
  transition: background-color 0.8s ease, opacity 0.8s ease, transform 0.8s ease;
}

.c-btn:hover {
  background-color: #f75a43;
  opacity: 1;
}

.c-btn__arrow {
  flex-shrink: 0;
  height: 10px;
  height: 0.625rem;
  left: 7px;
  left: 0.4375rem;
  margin-left: 16px;
  margin-left: 1rem;
  overflow: hidden;
  position: relative;
  width: 10px;
  width: 0.625rem;
}

.c-btn__arrow::before {
  background-image: url("../images/common/icon_arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-btn:hover .c-btn__arrow::before {
  animation: c-btnArrowLoop 0.45s ease-in-out both;
}

@keyframes c-btnArrowLoop {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  42% {
    opacity: 0;
    transform: translateX(120%);
  }
  43% {
    opacity: 0;
    transform: translateX(-120%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes c-centeredArrowLoop {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  42% {
    opacity: 0;
    transform: translate(70%, -50%);
  }
  43% {
    opacity: 0;
    transform: translate(-170%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.c-btn--cta {
  background-color: #f75a43;
}

.c-btn.c-btn--cta:hover,
.c-btn.c-btn--cta:focus-visible {
  background-color: #ff452a;
  opacity: 1;
}
.c-card {
  color: #333;
  display: block;
}

.c-card__imageWrap {
  background-color: #f4f2ed;
  border-radius: 0.5rem;
  height: 200px;
  height: 12.5rem;
  overflow: hidden;
  width: 100%;
}

.c-card__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s ease;
}

.c-card:hover .c-card__image {
  transform: scale(1.05);
}

.c-card__title {
  position: relative;
}

.c-card--case .c-card__title,
.c-card--blog .c-card__title {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-card__title::after {
  background-color: currentColor;
  bottom: -4px;
  bottom: -0.25rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}

.c-card:hover .c-card__title::after {
  transform: scaleX(1);
}

.c-categoryTabs {
  background-color: #f7f7f7;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  width: calc(100% - 3.125rem);
}

.c-categoryTabs ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  gap: 0.625rem 1.5rem;
  justify-content: center;
  min-height: 42px;
  min-height: 2.625rem;
}

.c-categoryTabs a {
  color: #333;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  position: relative;
  transition: color 0.3s ease;
}

.c-categoryTabs a::after {
  background-color: #f75a43;
  bottom: 0;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.c-categoryTabs a:hover,
.c-categoryTabs a.is-active {
  color: #f75a43;
}

.c-categoryTabs a:hover::after,
.c-categoryTabs a.is-active::after {
  transform: scaleX(1);
}
.c-cta {
  background: linear-gradient(to bottom, transparent 0, transparent 16.40625rem, #333 16.40625rem, #333 100%);
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  position: relative;
  z-index: 2;
}

.c-cta__inner {
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border: 0.0625rem solid #a3a3a3;
  border-radius: 1rem;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  outline: 1px solid #c2c2c2;
  outline: 0.0625rem solid #c2c2c2;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 25.5px;
  padding-left: 1.59375rem;
  padding-right: 25.5px;
  padding-right: 1.59375rem;
  padding-top: 41.7px;
  padding-top: 2.60625rem;
  width: 100%;
}

.c-cta__title {
  color: #fa593c;
  font-family: "Poppins", sans-serif, "Zen Kaku Gothic New", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
  text-align: center;
  width: 100%;
}

.c-cta__lead {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2.11;
  margin-left: auto;
  margin-right: -0.025em;
  margin-right: auto;
  margin-top: 14.4px;
  margin-top: 0.9rem;
  text-align: left;
  width: 277.1px;
  width: 17.31875rem;
}

.c-cta__contact {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.c-cta__item + .c-cta__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.c-cta__phone {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.c-cta__label {
  background-color: #444;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 9.5px;
  font-size: 0.59375rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
  padding-bottom: 5.25px;
  padding-bottom: 0.328125rem;
  padding-left: 16.5px;
  padding-left: 1.03125rem;
  padding-right: 16.5px;
  padding-right: 1.03125rem;
  padding-top: 5.25px;
  padding-top: 0.328125rem;
  white-space: nowrap;
}

.c-cta__number {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.c-cta__tel {
  font-size: 13px;
  font-size: 0.8125rem;
}

.c-cta__hours {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  grid-column: 1/-1;
  justify-self: center;
  line-height: 1;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
  width: 100%;
}

.c-cta__button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  justify-content: center;
  letter-spacing: 0;
  margin-top: 22px;
  margin-top: 1.375rem;
}
.c-flow--step {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  gap: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  max-width: 66.25rem;
}

.c-flow--step .c-flow__item {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  grid-column-gap: 1.125rem;
  -moz-column-gap: 1.125rem;
  align-items: start;
  background-color: #fff;
  border-radius: 1rem;
       column-gap: 1.125rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
}

.c-flow--step .c-flow__icon {
  align-items: center;
  background-color: #f9f6f2;
  border-radius: 0.625rem;
  display: grid;
  grid-row: span 2;
  height: 80px;
  height: 5rem;
  justify-items: center;
  overflow: hidden;
  place-items: center;
  width: 80px;
  width: 5rem;
}

.c-flow--step .c-flow__icon img {
  height: 80px;
  height: 5rem;
  width: 80px;
  width: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-flow--step .c-flow__item--01 .c-flow__icon img,
.c-flow--step .c-flow__item--02 .c-flow__icon img {
  transform: scale(1.2);
}

.c-flow--step .c-flow__item--02 .c-flow__icon img {
  transform: translateX(0.125rem) scale(1.24);
}

.c-flow--step .c-flow__step {
  color: #f75a43;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

.c-flow--step .c-flow__content {
  display: contents;
  grid-column: 2;
}

.c-flow--step .c-flow__title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  grid-column: 2;
}

.c-flow--step .c-flow__text {
  font-size: 14px;
  font-size: 0.875rem;
  grid-column: 1/-1;
  line-height: 2;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.c-flow--step .c-flow__link {
  color: #f75a43;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
}

.c-formField {
  display: grid;
  grid-gap: 16px;
  border-top: 1px solid #ddd;
  border-top: 0.0625rem solid #ddd;
  gap: 16px;
  gap: 1rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.c-formField:last-of-type {
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
}

.c-formField__label {
  align-items: center;
  align-self: start;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  gap: 10px;
  gap: 0.625rem;
  line-height: 1.45;
}

.c-formField__label:has(br) {
  display: block;
}
.c-formField__label:has(br) .c-formField__required {
  margin-left: 10px;
  margin-left: 0.625rem;
  vertical-align: middle;
}

.c-formField__required {
  background-color: #f75a43;
  border-radius: 0.125rem;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 2px;
  margin-top: 0.125rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 2px;
  padding-top: 0.125rem;
  white-space: nowrap;
}

.c-formField__input input,
.c-formField__input select,
.c-formField__input textarea {
  background-color: #f3f3f3;
  border: 1px solid #e2e2e2;
  border: 0.0625rem solid #e2e2e2;
  border-radius: 0;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}

.c-formField__input input,
.c-formField__input select {
  height: 46px;
  height: 2.875rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
}

.c-formField__input textarea {
  min-height: 160px;
  min-height: 10rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  resize: vertical;
}

.c-formField__input input::-moz-placeholder, .c-formField__input textarea::-moz-placeholder {
  color: #aaa;
}

.c-formField__input input::placeholder,
.c-formField__input textarea::placeholder {
  color: #aaa;
}

.c-formField__input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.c-formField__input input:focus-visible,
.c-formField__input select:focus-visible,
.c-formField__input textarea:focus-visible {
  outline: 2px solid #f75a43;
  outline: 0.125rem solid #f75a43;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.c-formField__split {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  gap: 0.75rem;
}

.c-formField__splitLabel {
  display: block;
}

.p-contact__form .c-formField__split > p {
  display: contents;
}

.c-formField__split .wpcf7-form-control-wrap {
  min-width: 0;
}

.c-formField__visuallyHidden {
  clip-path: inset(50%);
  height: 1px;
  height: 0.0625rem;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  width: 0.0625rem;
}

.c-formField__choiceList {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  gap: 0.75rem;
}

.c-formField__choiceLabel {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-size: 0.9375rem;
  gap: 14px;
  gap: 0.875rem;
  line-height: 1.45;
}

.c-formField--checkbox .c-formField__choiceLabel input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #c9c9c9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.5625rem;
  border: 1px solid #c9c9c9;
  border: 0.0625rem solid #c9c9c9;
  height: 20px;
  height: 1.25rem;
  margin: 0;
  width: 20px;
  width: 1.25rem;
}

.c-formField--checkbox .c-formField__choiceLabel input:checked {
  background-color: #f75a43;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 4 3 3 7-6'/%3E%3C/svg%3E");
  border-color: #f75a43;
}

.c-formField--checkbox .c-formField__choiceLabel input:focus-visible {
  outline: 2px solid #f75a43;
  outline: 0.125rem solid #f75a43;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.c-formField__choiceList .wpcf7-form-control,
.c-formField__choiceList .wpcf7-list-item,
.c-formField__choiceList .wpcf7-list-item label {
  display: contents;
}

.c-formField__choiceList .wpcf7-form-control-wrap {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  gap: 0.75rem;
}

.c-formField__choiceList .wpcf7-list-item-label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.c-formField__choiceList .wpcf7-list-item-label::before {
  background-color: #c9c9c9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.5625rem;
  border: 1px solid #c9c9c9;
  border: 0.0625rem solid #c9c9c9;
  content: "";
  height: 20px;
  height: 1.25rem;
  margin-right: 14px;
  margin-right: 0.875rem;
  width: 20px;
  width: 1.25rem;
}

.c-formField__choiceList input:checked + .wpcf7-list-item-label::before {
  background-color: #f75a43;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 4 3 3 7-6'/%3E%3C/svg%3E");
  border-color: #f75a43;
}

.c-formField__choiceList input:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid #f75a43;
  outline: 0.125rem solid #f75a43;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.c-formField__choiceList input {
  clip-path: inset(50%);
  height: 1px;
  height: 0.0625rem;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  width: 0.0625rem;
}

.c-formField--agreement .wpcf7-form-control-wrap,
.c-formField--agreement .wpcf7-form-control,
.c-formField--agreement .wpcf7-list-item,
.c-formField--agreement .wpcf7-list-item label {
  display: contents;
}

.c-formField--agreement .wpcf7-list-item {
  margin: 0;
}

.c-formField--agreement {
  align-items: center;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
}

.p-contact {
  color: #333;
  overflow: clip;
}

.p-contact__content {
  max-width: 1060px;
  max-width: 66.25rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 55px;
  padding-top: 3.4375rem;
}

.p-contact__heading {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.45;
}

.p-contact__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-contact__note {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-contact__noteLink {
  color: #f75a43;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-contact__form {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-contact__submit.wpcf7-submit {
  display: grid;
  margin-left: auto;
  margin-right: auto;
}

.p-contact__form .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
}

.p-contact__form .wpcf7-response-output {
  margin: 24px 0 0;
  margin: 1.5rem 0 0;
}

.p-contact__turnstile {
  display: flex;
  justify-content: center;
  margin-top: 64px;
  margin-top: 4rem;
}

.p-contact__captcha {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-contact__submit {
  align-items: center;
  background-color: #f75a43;
  border: 1px solid #f75a43;
  border: 0.0625rem solid #f75a43;
  border-radius: 2.25rem;
  color: #fff;
  display: grid;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  height: 54px;
  height: 3.375rem;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  margin-top: 2.625rem;
  place-items: center;
  text-align: center;
  width: 250px;
  width: 15.625rem;
  -webkit-text-decoration: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.p-contact__submit:hover,
.p-contact__submit:focus-visible {
  background-color: #ff452a;
  color: #fff;
}
.p-contact__content--thanks {
  max-width: 960px;
  max-width: 60rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-contact__heading--thanks {
  text-align: center;
}

.p-contact__lead--thanks {
  line-height: 2.45;
}

.c-btn.p-contact__homeButton {
  background-color: #f75a43;
  border: 1px solid #f75a43;
  border: 0.0625rem solid #f75a43;
  border-radius: 2.25rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  height: 54px;
  height: 3.375rem;
  justify-content: center;
  letter-spacing: normal;
  margin-top: 48px;
  margin-top: 3rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 250px;
  width: 15.625rem;
}

.c-btn.p-contact__homeButton:hover,
.c-btn.p-contact__homeButton:focus-visible {
  background-color: #fff;
  color: #f75a43;
}

.p-contact__homeButton .c-btn__arrow {
  display: none;
}

.c-infoList {
  border-top: 1px solid #dedede;
  border-top: 0.0625rem solid #dedede;
}

.c-infoList__row {
  display: grid;
  grid-row-gap: 10px;
  border-bottom: 1px solid #dedede;
  border-bottom: 0.0625rem solid #dedede;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  row-gap: 10px;
  row-gap: 0.625rem;
}

.c-infoList__label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
}

.c-infoList__value {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}

.c-infoList__row--center {
  align-items: center;
}

.c-infoList__tabletBreak {
  display: none;
}

.c-infoList__office {
  font-weight: 500;
}

.c-infoList__value a {
  color: #f75a43;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
}

.c-infoList__value a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-newsIndex {
  overflow: clip;
}

.p-newsIndex__tabs {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-newsIndex__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  margin-top: 2.625rem;
  max-width: 1060px;
  max-width: 66.25rem;
  width: calc(100% - 3.125rem);
}

.c-newsList {
  border-top: 1px solid #dedede;
  border-top: 0.0625rem solid #dedede;
}

.c-newsList__item {
  border-bottom: 1px solid #dedede;
  border-bottom: 0.0625rem solid #dedede;
}

.c-newsList__link {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 116px;
  min-height: 7.25rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  padding-right: 56px;
  padding-right: 3.5rem;
  padding-top: 22px;
  padding-top: 1.375rem;
  position: relative;
}

.c-newsList__meta {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  grid-column: 1;
}

.c-newsList__date {
  color: #999;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.5;
}

.c-newsList__category {
  background-color: #f1f1f1;
  border-radius: 0.1875rem;
  color: #f75a43;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  white-space: nowrap;
}

.c-newsList__title {
  background-image: linear-gradient(#333, #333);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 0.0625rem;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  grid-column: 1;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 13px;
  margin-top: 0.8125rem;
  transition: background-size 0.35s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.c-newsList__link:hover .c-newsList__title,
.c-newsList__link:focus-visible .c-newsList__title {
  background-size: 100% 0.0625rem;
}

.c-newsList__arrow {
  background-color: #fff;
  border: 1px solid #f75a43;
  border: 0.0625rem solid #f75a43;
  border-radius: 50%;
  height: 32px;
  height: 2rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  width: 2rem;
}

.c-newsList__arrow span {
  display: none;
}

.c-newsList__arrow::before {
  background-color: #f75a43;
  content: "";
  height: 9.06px;
  height: 0.56625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 9.89px;
  width: 0.618125rem;
  -webkit-mask-image: url("../images/common/icon_arrow-right.svg");
          mask-image: url("../images/common/icon_arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translate(-50%, -50%);
}

.c-newsList__link:hover .c-newsList__arrow::before,
.c-newsList__link:focus-visible .c-newsList__arrow::before {
  animation: c-centeredArrowLoop 0.45s ease-in-out both;
}

.p-newsIndex__pagination {
  margin-top: 48px;
  margin-top: 3rem;
}
.c-pageHero:not(.c-pageHero--plain) {
  align-content: center;
  color: #fff;
  display: grid;
  height: 300px;
  height: 18.75rem;
  overflow: hidden;
  position: relative;
}

.c-pageHero__image {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pageHero:not(.c-pageHero--plain) .c-pageHero__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}

.c-pageHero:not(.c-pageHero--plain) .c-pageHero__title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.c-pageHero:not(.c-pageHero--plain) .c-pageHero__label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.c-pageHero--plain {
  background-color: #fff;
  color: #f75a43;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 126px;
  padding-top: 7.875rem;
  text-align: center;
}

.c-pageHero--plain .c-pageHero__title {
  font-family: "Poppins", sans-serif, "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.c-pageHero--plain .c-pageHero__label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.c-pagination {
  width: 100%;
}

.c-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  justify-content: center;
}

.c-pagination a,
.c-pagination span.is-current {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dedede;
  border: 0.0625rem solid #dedede;
  border-radius: 0.375rem;
  color: #333;
  display: grid;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: 44px;
  height: 2.75rem;
  justify-items: center;
  line-height: 1;
  place-items: center;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  width: 44px;
  width: 2.75rem;
}

.c-pagination a.is-current,
.c-pagination span.is-current {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.c-pagination a:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.c-pagination__next span,
.c-pagination__last span,
.c-pagination__prev span,
.c-pagination__first span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.c-pagination__next:hover span,
.c-pagination__last:hover span {
  transform: translateX(0.1875rem);
}

.c-pagination__prev:hover span,
.c-pagination__first:hover span {
  transform: translateX(-0.1875rem);
}
.c-table {
  border-top: 1px solid #ccc;
  border-top: 0.0625rem solid #ccc;
}

.c-table__row {
  display: grid;
  grid-gap: 14px;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  gap: 14px;
  gap: 0.875rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
  padding-top: 21px;
  padding-top: 1.3125rem;
}

.c-table__label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.c-table__value {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}

.p-company__addressBreakSp {
  display: block;
}

.p-company__outline,
.p-company__access,
.p-company__history {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.p-company__outline {
  padding-top: 70px;
  padding-top: 4.375rem;
}

.p-company__sectionHeading {
  color: #f75a43;
}

.p-company__sectionTitle {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.3;
}

.p-company__sectionLabel {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-company__outline .c-infoList {
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-company__permitItem {
  display: block;
  font-weight: 500;
}

.p-company__permitItem:not(:last-child) {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.p-company__permitSep {
  display: none;
}

.p-company__permitValue {
  display: block;
  font-weight: 400;
  text-align: left;
}

.p-company__access {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-company__accessBody {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-company__map + .p-company__map {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-company__mapFrame {
  aspect-ratio: 842/360;
  background-color: #e8e8e8;
  border-radius: 0.75rem;
  overflow: hidden;
}

.p-company__mapFrame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.p-company__mapCaption {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-company__mapCaption strong {
  color: #333;
  font-weight: 400;
}

.p-company__mapLink {
  color: #f75a43;
  display: block;
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration: underline;
  margin-top: -5px;
  margin-top: -0.3125rem;
  text-decoration: underline;
}

.p-company__history {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-company__timeline {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}

.p-company__timeline::before {
  background-color: #f75a43;
  bottom: calc(3.75rem - 1rem / 2);
  content: "";
  left: calc(0.4375rem / 2);
  position: absolute;
  top: calc(1rem / 2);
  transform: translateX(-50%);
  width: 1px;
  width: 0.0625rem;
}

.p-company__timelineItem {
  display: grid;
  grid-template-columns: 0.4375rem 5.625rem minmax(0, 1fr);
  position: relative;
  grid-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
  align-items: start;
       column-gap: 0.875rem;
  min-height: 60px;
  min-height: 3.75rem;
}

.p-company__timelineDate {
  color: #f75a43;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.p-company__timelineDot {
  background-color: #f75a43;
  border-radius: 50%;
  height: 7px;
  height: 0.4375rem;
  margin-top: calc((1rem - 0.4375rem) / 2);
  position: relative;
  width: 7px;
  width: 0.4375rem;
  z-index: 1;
}

.p-company__timelineText {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-jobOpenings__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  max-width: 66.25rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 70px;
  padding-top: 4.375rem;
}

.p-jobOpenings__title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
}

.p-jobOpenings__lead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-jobOpenings__content .c-infoList {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-privacy {
  color: #333;
  overflow: clip;
}

.p-privacy__article {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 60.361px;
  margin-top: 3.7725625rem;
  max-width: 1060px;
  max-width: 66.25rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.p-privacy__section {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-privacy__heading {
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
}

.p-privacy__text + .p-privacy__text,
.p-privacy__list,
.p-privacy__company {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-privacy__list {
  list-style: disc;
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-privacy__list li + li {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-privacy__link {
  color: #f75a43;
  display: inline-block;
  position: relative;
}

.p-privacy__link::after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.p-privacy__link:hover::after {
  transform: scaleX(1);
}
.p-recruit {
  background-color: #fff;
}

.p-recruit__lead,
.p-recruit__section,
.p-recruit__links {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  max-width: 66.25rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.p-recruit__lead {
  padding-top: 70px;
  padding-top: 4.375rem;
}

.p-recruit__leadTitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}

.p-recruit__leadText {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-recruit__section {
  background-color: #fff;
  margin-top: 85px;
  margin-top: 5.3125rem;
}

.p-recruit__lead + .p-recruit__section,
.p-recruit__flow {
  background-color: #f7f7f7;
  border-top-left-radius: 45px;
  border-top-left-radius: 2.8125rem;
  border-top-right-radius: 45px;
  border-top-right-radius: 2.8125rem;
  max-width: none;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  width: 100%;
}

.p-recruit__heading {
  color: #f75a43;
  text-align: center;
}

.p-recruit__headingEn {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.p-recruit__headingNoBreak {
  white-space: nowrap;
}

.p-recruit__headingJa {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-recruit__benefits {
  display: grid;
  grid-gap: 40px;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-recruit__benefit {
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1.5rem rgba(51, 51, 51, 0.08);
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  min-height: 210px;
  min-height: 13.125rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  position: relative;
}

.p-recruit__benefitNumber {
  align-items: center;
  background: #444;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #fff;
  display: grid;
  font-family: "Poppins", sans-serif;
  height: 40px;
  height: 2.5rem;
  justify-items: center;
  left: 20px;
  left: 1.25rem;
  line-height: 1;
  padding-top: 4px;
  padding-top: 0.25rem;
  place-items: center;
  position: absolute;
  top: -18px;
  top: -1.125rem;
  width: 40px;
  width: 2.5rem;
}

.p-recruit__benefitIcon {
  align-items: center;
  background: #f9f6f2;
  border-radius: 0.625rem;
  display: grid;
  height: 96px;
  height: 6rem;
  justify-items: center;
  place-items: center;
  width: 96px;
  width: 6rem;
}

.p-recruit__benefitIcon img {
  height: 96px;
  height: 6rem;
  width: 96px;
  width: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-recruit__benefitText {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.p-recruit__training {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12px;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-recruit__trainingItem {
  align-items: center;
  border: 1px solid #f75a43;
  border: 0.0625rem solid #f75a43;
  border-radius: 0.75rem;
  display: grid;
  font-size: 14px;
  font-size: 0.875rem;
  justify-items: center;
  line-height: 1.8;
  min-height: 130px;
  min-height: 8.125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  place-items: center;
  text-align: center;
}

.p-recruit__flow {
  margin-top: 90px;
  margin-top: 5.625rem;
  padding-top: 90px;
  padding-top: 5.625rem;
}

.p-recruit__flow .c-flow {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-recruit__links {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-recruit__links--single {
  display: block;
  max-width: 700px;
  max-width: 43.75rem;
}

.p-recruit__linkCard {
  align-content: center;
  border: 1px solid #f75a43;
  border: 0.0625rem solid #f75a43;
  border-radius: 1rem;
  display: grid;
  justify-items: center;
  min-height: 260px;
  min-height: 16.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
  text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.p-recruit__linkCard:hover {
  border-color: #f75a43;
  transform: translateY(-0.25rem);
}

.p-recruit__linkTitle {
  color: #f75a43;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
}

.p-recruit__linkText {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-recruit__linkCard--entry .p-recruit__linkText {
  text-align: left;
}

.p-recruit__links--single .p-recruit__linkText {
  text-align: left;
}

.p-recruit__linkLabel {
  align-items: center;
  background-color: #444;
  border-radius: 0.375rem;
  box-sizing: border-box;
  color: #fff;
  display: grid;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  height: 50px;
  height: 3.125rem;
  justify-items: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 28px;
  margin-top: 1.75rem;
  max-width: 280px;
  max-width: 17.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  place-items: center;
  text-align: center;
  width: 100%;
}

.c-pageHero--plain .p-404__title {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-404__titleLine {
  display: block;
}

.p-404__btn {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-404__btn .c-btn {
  justify-content: center;
}

.p-marquee {
  height: 105.5px;
  height: 6.59375rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  z-index: 0;
}

.p-marquee__track {
  animation: p-marquee-slide 25s linear infinite;
  display: flex;
  position: relative;
  top: 7.5px;
  top: 0.46875rem;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.p-marquee__set {
  flex: none;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.p-marquee__image {
  display: block;
  height: auto;
  width: 883px;
  width: 55.1875rem;
}

@keyframes p-marquee-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-mv {
  background-color: #444;
  height: 100vh;
  height: calc(1vh * 100);
  height: calc(var(--mv-vh, 1vh) * 100);
  min-height: 544.5px;
  min-height: 34.03125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-mv__slider,
.p-mv__slide,
.p-mv__image {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-mv__slide {
  opacity: 0;
}

.p-mv__slide--01 {
  opacity: 1;
}

.p-mv.is-sliderReady .p-mv__slide {
  animation: p-mvCrossfade 18s linear infinite;
}

.p-mv.is-sliderReady .p-mv__slide--01 {
  animation-delay: -1.5s;
}

.p-mv.is-sliderReady .p-mv__slide--02 {
  animation-delay: 4.5s;
}

.p-mv.is-sliderReady .p-mv__slide--03 {
  animation-delay: 10.5s;
}

.p-mv__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-mv__content {
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  max-width: 87.5rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-top: 260.5px;
  padding-top: 16.28125rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-mv__label {
  height: auto;
  margin-left: 2.5px;
  margin-left: 0.15625rem;
  transform: translateY(0.125rem);
  width: 96px;
  width: 6rem;
}

.p-mv__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.92;
  padding-top: 7px;
  padding-top: 0.4375rem;
}

.p-mv__lead {
  font-size: 15.5px;
  font-size: 0.96875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-left: 2.5px;
  margin-left: 0.15625rem;
  margin-right: -0.05em;
  margin-top: 12px;
  margin-top: 0.75rem;
  width: 218px;
  width: 13.625rem;
}

.p-mv__leadPc {
  display: none;
}

.p-mv__leadSp {
  display: block;
}

.p-mv__leadLine {
  display: block;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  max-width: none;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}

.p-mv.is-sliderReady .p-mv__content {
  animation: p-mvContentFadeUp 1s ease both;
}

@keyframes p-mvCrossfade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  8.33% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}
@keyframes p-mvContentFadeUp {
  0% {
    opacity: 0;
    transform: translateY(1.875rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-petReform {
  color: #333;
  overflow: clip;
}

.p-petHero {
  background: #eee;
  height: 100vh;
  height: 100svh;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.p-petHero__picture {
  display: block;
  height: 100%;
  width: 100%;
}

.p-petHero__image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 63% center;
     object-position: 63% center;
}

.p-petHero__content {
  bottom: auto;
  color: #fff;
  left: 32px;
  left: 2rem;
  position: absolute;
  right: 32px;
  right: 2rem;
  top: 280px;
  top: 17.5rem;
}

.p-petHero__title {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.p-petHero__lead {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-petHero__button {
  align-items: center;
  background: #f75a43;
  border-radius: 0.4375rem;
  color: #fff;
  display: inline-grid;
  font-size: 12px;
  font-size: 0.75rem;
  justify-items: center;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 15px;
  padding: 0.9375rem;
  place-items: center;
}

.p-petWorries {
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding-top: 64px;
  padding-top: 4rem;
  text-align: center;
}

.p-petWorries__title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.55;
}

.p-petWorries__breakPc {
  display: none;
}

.p-petWorries__list {
  display: grid;
  grid-gap: 40px;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-petWorries__item {
  position: relative;
}

.p-petWorries__item img {
  height: auto;
  left: 12px;
  left: 0.75rem;
  position: absolute;
  top: -22px;
  top: -1.375rem;
  width: 52px;
  width: 3.25rem;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-petWorries__item--03 img {
  top: -28px;
  top: -1.75rem;
}

.p-petWorries__item p {
  align-items: center;
  border: 1px solid #fa593c;
  border-radius: 1.25rem;
  color: #fa593c;
  display: grid;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  justify-items: center;
  letter-spacing: 0.025em;
  line-height: 2.1;
  margin: 0;
  min-height: 110px;
  min-height: 6.875rem;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  place-items: center;
}

.p-petIntro {
  overflow: visible;
  padding-bottom: 0;
  padding-top: 30px;
  padding-top: 1.875rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-petIntro__arrow {
  background-color: #f75a43;
  display: block;
  height: 13px;
  height: 0.8125rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-mask: url("../images/common/icon_arrow-down.svg") center/contain no-repeat;
          mask: url("../images/common/icon_arrow-down.svg") center/contain no-repeat;
  width: 48px;
  width: 3rem;
  -webkit-mask: url("../images/common/icon_arrow-down.svg") center/contain no-repeat;
}

.p-petIntro__title {
  color: #aa532a;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}

.p-petIntro__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: left;
}

.p-petIntro__marquee {
  height: 83px;
  height: 5.1875rem;
  margin-top: 32px;
  margin-top: 2rem;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  transform: translateY(-10px);
  z-index: 2;
}

.p-petIntro__marqueeTrack {
  animation: p-marquee-slide 25s linear infinite;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.p-petIntro__marqueeSet {
  flex: none;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.p-petIntro__marqueeSet img {
  display: block;
  height: auto;
  width: 700px;
  width: 43.75rem;
}

.p-petPc {
  display: none;
}

.p-petHeading {
  text-align: center;
}

.p-petHeading__en {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-petHeading__en--image {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  width: 12.5rem;
}

.p-petHeading__en,
.p-petHeading__title,
.p-petSectionTitle,
.p-serviceHeading--petReform .p-serviceHeading__ja {
  color: #fa593c;
}

.p-petSectionTitle,
.p-serviceHeading--petReform .p-serviceHeading__ja {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
}

.p-petHeading__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0px;
  margin-top: 0rem;
}

.p-petBand {
  background: #f9f6f2;
  border-radius: 3.125rem;
}

.p-petBand--services {
  border-top-left-radius: 48px;
  border-top-left-radius: 3rem;
  border-top-right-radius: 48px;
  border-top-right-radius: 3rem;
  margin-top: -28px;
  margin-top: -1.75rem;
  position: relative;
  z-index: 0;
}

.p-petBand--faq {
  padding-top: 0px;
  padding-top: 0rem;
}

.p-petServices {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 47px;
  padding-top: 2.9375rem;
}

.p-petServices__list {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-petServices__item {
  display: grid;
  grid-gap: 22px;
  gap: 22px;
  gap: 1.375rem;
}

.p-petServices__item + .p-petServices__item {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-petServices__item img {
  aspect-ratio: 325/205;
  border-radius: 0.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-petServices__item h3 {
  color: #aa532a;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}

.p-petServices__item p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-petInstall {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-petInstall__inner {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
  position: relative;
}

.p-petInstall__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.p-petInstall__lead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-petInstall__list {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-petInstall__item + .p-petInstall__item {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-petInstall__head img {
  aspect-ratio: 325/210;
  border-radius: 0.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-petInstall__item h3 {
  color: #aa532a;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: center;
}

.p-petInstall__item h3 strong {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
}

.p-petInstall__item p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-petInstall__item > a {
  align-items: center;
  background: transparent;
  border: 1px solid #f75a43;
  border-radius: 3.125rem;
  color: #f75a43;
  display: grid;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 50px;
  height: 3.125rem;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  margin-top: 1.375rem;
  place-items: center;
  text-align: center;
  transition: background-color 0.4s ease, color 0.4s ease;
  width: 225px;
  width: 14.0625rem;
}

.p-petInstall__item > a:hover,
.p-petInstall__item > a:focus-visible {
  background: #f75a43;
  color: #fff;
}

.p-petInstall__paws {
  bottom: -8px;
  bottom: -0.5rem;
  pointer-events: none;
  position: absolute;
  right: -28px;
  right: -1.75rem;
  width: 204px;
  width: 12.75rem;
}

.p-petContact {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-petContact__inner {
  background: #f3e9db;
  border-radius: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  max-width: 66.25rem;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 56px;
  padding-top: 3.5rem;
  position: relative;
  text-align: center;
}

.p-petContact__illust {
  height: auto;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -6px;
  top: -0.375rem;
  transform: translateX(-50%);
  width: 70px;
  width: 4.375rem;
}

.p-petContact h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-petContact p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.9;
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: left;
}

.p-petContact__action {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-petContact__action .c-btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

.p-petContact__action .c-btn:hover,
.p-petContact__action .c-btn:focus-visible {
  background-color: #ff452a;
}

.p-petReasons {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 0px;
  padding-top: 0rem;
}

.p-petReasons__list {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-petReasons__item + .p-petReasons__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-petReasons__item img {
  aspect-ratio: 236/144;
  border-radius: 6.875rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 71.5%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-petReasons__item span {
  background-color: #f9efed;
  color: #f75a43;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0.7px 30px;
  padding: 0.04375rem 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-petReasons__item h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-petReasons__item p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-petWorks {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-petWorks__track {
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.p-petWorks__track li {
  flex: 0 0 169px;
  flex: 0 0 10.5625rem;
}

.p-petWorks__track img {
  border-radius: 0.625rem;
  height: 229px;
  height: 14.3125rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-petWorks__track p {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}

.p-petWorks--install {
  padding-top: 43px;
  padding-top: 2.6875rem;
}

.p-petVoice {
  border-radius: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
}

.p-petVoice__title {
  font-size: 23px;
  font-size: 1.4375rem;
  text-align: center;
}

.p-petVoice__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-petVoice__item {
  display: grid;
  grid-template-columns: 5.9375rem 1fr;
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  grid-row-gap: 16px;
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  padding: 16px;
  padding: 1rem;
  row-gap: 16px;
  row-gap: 1rem;
}

.p-petVoice__item > div {
  display: contents;
}

.p-petVoice__item--small {
  grid-template-columns: 5.9375rem 1fr;
  -moz-column-gap: 1.25rem;
  align-items: start;
       column-gap: 1.25rem;
  justify-items: initial;
}

.p-petVoice__item + .p-petVoice__item {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-petVoice__item img {
  border-radius: 0.75rem;
  height: 95px;
  height: 5.9375rem;
  width: 95px;
  width: 5.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-petVoice__item h3 {
  color: #f75a43;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-petVoice__item p {
  font-size: 14px;
  font-size: 0.875rem;
  grid-column: 1/-1;
  justify-self: stretch;
  line-height: 1.9;
  margin-top: 0;
}

.p-petVoice__item--small > p {
  align-self: center;
  grid-column: 2;
  margin-top: 0;
}

.p-serviceFlow--petReform {
  background: #fff;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
}

.p-serviceFlow--petReform .p-serviceHeading__en {
  display: none;
}

.p-serviceFlow--petReform .p-serviceHeading__ja {
  margin: 0;
}

.p-serviceFlow--petReform .p-serviceFlow__list {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-serviceFlow--petReform .p-serviceFlow__item {
  display: grid;
  grid-template-columns: 5.46875rem 1fr;
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-row-gap: 12px;
  align-items: initial;
  align-items: center;
  background: transparent;
  border: 0;
  font-weight: 400;
  justify-items: initial;
  min-height: 0;
  padding: 0;
  place-items: initial;
  row-gap: 12px;
  row-gap: 0.75rem;
  text-align: left;
}

.p-serviceFlow--petReform .p-serviceFlow__item > div {
  display: contents;
}

.p-serviceFlow--petReform .p-serviceFlow__item::after {
  display: none;
}

.p-serviceFlow--petReform .p-serviceFlow__item + .p-serviceFlow__item {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-serviceFlow--petReform .p-serviceFlow__step {
  height: 81.5px;
  height: 5.09375rem;
  width: 83.5px;
  width: 5.21875rem;
}

.p-serviceFlow--petReform h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.p-serviceFlow--petReform .p-serviceFlow__item p {
  font-size: 14px;
  font-size: 0.875rem;
  grid-column: 1/-1;
  line-height: 1.9;
  margin-top: 0;
}

.p-serviceFlow--petReform .c-btn {
  background-color: #f75a43;
  grid-column: 1/-1;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-serviceFaq--petReform {
  background: transparent;
}

.p-petBand--faq .p-serviceFaq--petReform {
  margin-top: 0;
}

.p-serviceFaq--petReform .p-serviceHeading__en {
  display: none;
}

.p-serviceFaq--petReform .p-serviceHeading__ja {
  margin: 0;
}

.p-petContact--bottom {
  background: linear-gradient(to bottom, transparent 0, transparent 16.40625rem, #333 16.40625rem, #333 100%);
  padding-bottom: 0;
  padding-top: 60px;
  padding-top: 3.75rem;
  position: relative;
  z-index: 2;
}

.p-petContact--bottom .c-cta__label {
  background-color: #fff;
  color: #f75a43;
}

.p-homeContent > :not(.c-cta):not(.p-petContact) {
  display: none;
}

.p-serviceDetail {
  overflow: clip;
}

.p-serviceHero {
  align-content: center;
  background: #315b73;
  color: #fff;
  display: grid;
  height: 300px;
  height: 18.75rem;
  overflow: hidden;
  position: relative;
}

.p-serviceHero__image {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-serviceHero__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-serviceHero__eyebrow {
  font-family: "Poppins", sans-serif;
  font-size: max(15px, min(15px, 15px));
  font-size: max(15px, min(0.9375rem, 15px));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-serviceHero__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-serviceHero__title--compact {
  font-size: 21px;
  font-size: 1.3125rem;
}

.p-serviceLead__inner {
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
  padding-top: 55px;
  padding-top: 3.4375rem;
}

.p-serviceLead__title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.65;
}

.p-serviceLead__title--compact {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-serviceLead__titleLine {
  display: block;
}

.p-serviceLead__titleLine--first {
  letter-spacing: 0;
  white-space: nowrap;
}

.p-serviceLead__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2.12;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-serviceStrength,
.p-serviceFaq {
  border-radius: 2.875rem;
}

.p-serviceStrength {
  background: #f8f8f8;
}

.p-serviceFaq {
  background: #f8f8f8;
}

.p-serviceStrength__inner {
  padding-bottom: 59px;
  padding-bottom: 3.6875rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-serviceHeading {
  text-align: center;
}

.p-serviceHeading__en {
  color: #f75a43;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.p-serviceHeading__ja {
  color: #f75a43;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: -2px;
  margin-top: -0.125rem;
}

.p-serviceStrength__list {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.p-serviceStrength__item {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  gap: 0.875rem;
}

.p-serviceStrength__item + .p-serviceStrength__item {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.p-serviceStrength__imageWrap {
  aspect-ratio: 250/157;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  max-width: 15.625rem;
  overflow: visible;
  position: relative;
  width: 100%;
}

.p-serviceStrength__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.625rem;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.p-serviceStrength__imageWrap:hover .p-serviceStrength__image {
  transform: scale(1.05);
}

.p-serviceStrength__badge {
  align-items: center;
  background: #444;
  color: #fff;
  display: grid;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  height: 25px;
  height: 1.5625rem;
  justify-items: center;
  left: 18px;
  left: 1.125rem;
  line-height: 1;
  padding: 0;
  place-items: center;
  position: absolute;
  top: -12.5px;
  top: -0.78125rem;
  width: 25px;
  width: 1.5625rem;
}

.p-serviceStrength__content {
  position: relative;
  text-align: center;
}

.p-serviceStrength__number {
  display: none;
}

.p-serviceStrength__titleRow {
  display: block;
}

.p-serviceStrength__titleBadge {
  display: none;
}

.p-serviceStrength__title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.75;
}

.p-serviceStrength__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  line-height: 2.05;
  margin-top: 9px;
  margin-top: 0.5625rem;
  text-align: left;
}

.p-serviceOverview__inner {
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-serviceFlow__inner {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 0;
}

.p-serviceFlow__list {
  display: grid;
  grid-template-columns: minmax(0, min(100%, 17.3125rem));
  grid-gap: 18px;
  gap: 18px;
  gap: 1.125rem;
  justify-content: center;
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-serviceFlow__item {
  align-items: center;
  border: 1px solid #f75a43;
  border: 0.0625rem solid #f75a43;
  border-radius: 1.25rem;
  display: grid;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  justify-items: center;
  line-height: 1.8;
  min-height: 112px;
  min-height: 7rem;
  padding: 22px 14px;
  padding: 1.375rem 0.875rem;
  place-items: center;
  position: relative;
  text-align: center;
}

.p-serviceFlow__item:not(:last-child)::after {
  border-left: 7px solid transparent;
  border-left: 0.4375rem solid transparent;
  border-right: 7px solid transparent;
  border-right: 0.4375rem solid transparent;
  border-top: 8px solid #f75a43;
  border-top: 0.5rem solid #f75a43;
  bottom: -13px;
  bottom: -0.8125rem;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.p-serviceFlow__number {
  color: #f75a43;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  left: 17px;
  left: 1.0625rem;
  position: absolute;
  top: 9px;
  top: 0.5625rem;
}

.p-serviceFlow__item p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.c-serviceContact {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.c-serviceContact__inner {
  border: 1px solid #aaa;
  border: 0.0625rem solid #aaa;
  border-radius: 0.5625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  padding: 42px 20px 90px;
  padding: 2.625rem 1.25rem 5.625rem;
  text-align: center;
}

.c-serviceContact__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

.c-serviceContact__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: left;
}

.c-serviceContact__list {
  display: grid;
  grid-gap: 22px;
  gap: 22px;
  gap: 1.375rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.c-serviceContact__button {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-top: 1.75rem;
}
.p-serviceFaq {
  margin-top: 61px;
  margin-top: 3.8125rem;
}

.p-serviceFaq__inner {
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
  padding-top: 52px;
  padding-top: 3.25rem;
}

.p-serviceFaq__list {
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 38px;
  margin-top: 2.375rem;
}

.p-serviceFaq__item {
  background: #fff;
  border-radius: 0.5rem;
}

.p-serviceFaq__item summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-gap: 9px;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  gap: 9px;
  gap: 0.5625rem;
  line-height: 1.8;
  list-style: none;
  padding: 20px;
  padding: 1.25rem;
  -webkit-tap-highlight-color: transparent;
}

.p-serviceFaq__item summary::-webkit-details-marker {
  display: none;
}

.p-serviceFaq__q {
  color: #f75a43;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.p-serviceFaq__icon {
  height: 14px;
  height: 0.875rem;
  position: relative;
  width: 14px;
  width: 0.875rem;
}

.p-serviceFaq .p-serviceHeading__en {
  color: #fa593c;
}

.p-serviceFaq__icon::before,
.p-serviceFaq__icon::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-serviceFaq__icon::before {
  background-image: url("../images/common/icon_plus_bold.svg");
}

.p-serviceFaq__icon::after {
  background-image: url("../images/common/deco_line_dark.svg");
  opacity: 0;
}

.p-serviceFaq__item[open] .p-serviceFaq__icon::before,
.p-serviceFaq__item.is-accordionOpen .p-serviceFaq__icon::before {
  opacity: 0;
}

.p-serviceFaq__item[open] .p-serviceFaq__icon::after,
.p-serviceFaq__item.is-accordionOpen .p-serviceFaq__icon::after {
  opacity: 1;
}

.p-serviceFaq__answer {
  overflow: hidden;
}

.p-serviceFaq__answer > * {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-serviceFaq + .c-cta,
.p-homeContent .c-cta {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-topAbout {
  color: #333;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-topAbout__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-topAbout__title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 37px;
  line-height: 2.3125rem;
  margin-right: -0.05em;
  margin-right: 0;
  text-align: center;
}

.p-topAbout__titleLine {
  display: block;
}

.p-topAbout__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 32px;
  line-height: 2rem;
  margin-right: -0.025em;
  margin-top: 12.5px;
  margin-top: 0.78125rem;
}

.p-topAbout__breakPc {
  display: none;
}

.p-topBlog {
  background-color: #fff;
}

.p-topBlog__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 52.1px;
  padding-top: 3.25625rem;
}

.p-topBlog__title {
  color: #fa593c;
  font-family: "Poppins", sans-serif, "Zen Kaku Gothic New", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: -0.05em;
  margin-right: 0;
  text-align: center;
}

.p-topBlog__subtitle {
  color: #fa593c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12.937px;
  font-size: 0.8085625rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
  margin-right: 0;
  margin-top: 11.4px;
  margin-top: 0.7125rem;
  text-align: center;
}

.p-topBlog__list {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-topBlog__item + .p-topBlog__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-topBlog__meta {
  align-items: center;
  display: flex;
  margin-top: 14px;
  margin-top: 0.875rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.p-topBlog__date {
  color: #666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
}

.p-topBlog__category {
  align-items: center;
  background-color: #f5f5f5;
  color: #f75a43;
  display: grid;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  justify-items: center;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  place-items: center;
}

.p-topBlog .c-card__title {
  color: #333;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
  margin-top: 13px;
  margin-top: 0.8125rem;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-topBlog .c-card__title::after {
  bottom: 0;
}

.p-topBlog__button {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-topCase {
  background-color: #fff;
}

.p-topCase__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 52.1px;
  padding-top: 3.25625rem;
}

.p-topCase__title {
  color: #fa593c;
  font-family: "Poppins", sans-serif, "Zen Kaku Gothic New", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: -0.05em;
  margin-right: 0;
  text-align: center;
}

.p-topCase__subtitle {
  color: #fa593c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12.937px;
  font-size: 0.8085625rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
  margin-right: 0;
  margin-top: 11.4px;
  margin-top: 0.7125rem;
  text-align: center;
}

.p-topCase__list {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-topCase__item + .p-topCase__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-topCase__meta {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-topCase__date {
  color: #666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.p-topCase__category {
  background-color: #f1f1f1;
  border-radius: 0.1875rem;
  color: #f75a43;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  white-space: nowrap;
}

.p-topCase .c-card__title {
  color: #333;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-topCase__button {
  margin-top: 40.2px;
  margin-top: 2.5125rem;
}

.p-topCase .c-card__image {
  -o-object-position: center center;
     object-position: center center;
}
.p-topNews {
  background-color: #f8f8f8;
  border-radius: 2.8125rem;
  height: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
  z-index: 1;
}

.p-topNews__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  max-width: 66.25rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-topNews__title {
  color: #fa593c;
  font-family: "Poppins", sans-serif, "Zen Kaku Gothic New", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: -0.05em;
  text-align: center;
}

.p-topNews__subtitle {
  color: #fa593c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12.937px;
  font-size: 0.8085625rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
  margin-top: 11.4px;
  margin-top: 0.7125rem;
  text-align: center;
}

.p-topNews__list {
  margin-top: 33.1px;
  margin-top: 2.06875rem;
}

.p-topNews__item {
  background-color: #fff;
  border-radius: 0.3125rem;
  display: flex;
  min-height: 125px;
  min-height: 7.8125rem;
}

.p-topNews__item + .p-topNews__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-topNews__link {
  align-items: center;
  color: #333;
  display: flex;
  flex: 1;
  justify-content: space-between;
  min-width: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 26.9px;
  padding-left: 1.68125rem;
  padding-right: 26.9px;
  padding-right: 1.68125rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-topNews__text {
  min-width: 0;
}

.p-topNews__meta {
  align-items: center;
  display: flex;
  -moz-column-gap: 0.725rem;
       column-gap: 0.725rem;
}

.p-topNews__date {
  color: #666;
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: -0.05em;
}

.p-topNews__category {
  align-items: center;
  background-color: #f5f5f5;
  color: #f75a43;
  display: grid;
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  justify-items: center;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-right: -0.01em;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  place-items: center;
}

.p-topNews__itemTitle {
  color: #333;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-right: -0.01em;
  margin-top: 6px;
  margin-top: 0.375rem;
  max-width: 272.3px;
  max-width: 17.01875rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.p-topNews__itemTitle::after {
  background-color: currentColor;
  bottom: -3px;
  bottom: -0.1875rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}

.p-topNews__link:hover .p-topNews__itemTitle::after {
  transform: scaleX(1);
}

.p-topNews__arrow {
  background-color: #fff;
  border: 1px solid #f75a43;
  border: 0.0625rem solid #f75a43;
  border-radius: 50%;
  display: none;
  flex-shrink: 0;
  height: 32px;
  height: 2rem;
  margin-left: 16px;
  margin-left: 1rem;
  overflow: hidden;
  position: relative;
  width: 32px;
  width: 2rem;
}

.p-topNews__arrow::before {
  background-color: #f75a43;
  content: "";
  height: 9.06px;
  height: 0.56625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 9.89px;
  width: 0.618125rem;
  -webkit-mask-image: url("../images/common/icon_arrow-right.svg");
          mask-image: url("../images/common/icon_arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translate(-50%, -50%);
}

.p-topNews__link:hover .p-topNews__arrow::before,
.p-topNews__link:focus-visible .p-topNews__arrow::before {
  animation: c-centeredArrowLoop 0.45s ease-in-out both;
}

.p-topNews__item--02.is-fadeReady {
  transition-delay: 0.12s;
}

.p-topNews__item--03.is-fadeReady {
  transition-delay: 0.24s;
}
.p-topNews__button {
  margin-top: 40.5px;
  margin-top: 2.53125rem;
}
.p-topRecruit {
  background-color: #fff;
  height: auto;
  overflow: hidden;
}

.p-topRecruit__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  padding-bottom: 1.4px;
  padding-bottom: 0.0875rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 58.5px;
  padding-top: 3.65625rem;
  position: relative;
}

.p-topRecruit__imageWrap {
  background-color: #f4f2ed;
  border-radius: 0.625rem;
  height: 187.5px;
  height: 11.71875rem;
  overflow: hidden;
  position: relative;
  width: 325px;
  width: 20.3125rem;
  z-index: 1;
}

.p-topRecruit__imageWrap.js-fadeIn.is-fadeReady {
  transform: translateX(-1.875rem);
}

.p-topRecruit__imageWrap.js-fadeIn.is-fadeReady.is-inview {
  transform: translateX(0);
}

.p-topRecruit__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topRecruit__content {
  display: flow-root;
  margin-top: 20.4px;
  margin-top: 1.275rem;
  position: relative;
  z-index: 2;
}

.p-topRecruit__content.js-fadeIn.is-fadeReady {
  transition-delay: 0.18s;
}

.p-topRecruit__join {
  display: block;
  height: 67.914px;
  height: 4.244625rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  right: -5.5px;
  right: -0.34375rem;
  top: -7.08px;
  top: -0.4425rem;
  transform: rotate(-3deg);
  width: 131.747px;
  width: 8.2341875rem;
}

.p-topRecruit__title {
  color: #fa593c;
  font-family: "Poppins", sans-serif, "Zen Kaku Gothic New", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-left: auto;
  margin-right: -0.025em;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 97.5px;
  width: 6.09375rem;
}

.p-topRecruit__subtitle {
  color: #fa593c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12.5px;
  font-size: 0.78125rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-left: auto;
  margin-right: -0.025em;
  margin-right: auto;
  margin-top: 14.1px;
  margin-top: 0.88125rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 51px;
  width: 3.1875rem;
}

.p-topRecruit__copy {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.65;
  margin-left: auto;
  margin-right: -0.025em;
  margin-right: auto;
  margin-top: 18.8px;
  margin-top: 1.175rem;
  text-align: center;
  white-space: nowrap;
  width: 184px;
  width: 11.5rem;
}

.p-topRecruit__copyBreak {
  display: inline;
}

.p-topRecruit__text {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2.1428571429;
  margin-right: -0.025em;
  margin-top: 14.6px;
  margin-top: 0.9125rem;
  width: 324.9px;
  width: 20.30625rem;
}

.p-topRecruit__button {
  margin-top: 35.1px;
  margin-top: 2.19375rem;
}
.p-topService {
  background-color: #f9f6f2;
  border-radius: 2.8125rem;
  height: auto;
  margin-top: -32.9px;
  margin-top: -2.05625rem;
  position: relative;
  z-index: 1;
}

.p-topService__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 44px;
  padding-top: 2.75rem;
}

.p-topService__title {
  color: #fa593c;
  font-family: "Poppins", sans-serif, "Zen Kaku Gothic New", sans-serif;
  font-size: 22.888px;
  font-size: 1.4305rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: -0.05em;
  margin-right: 0;
  position: relative;
  text-align: center;
  top: 9.6px;
  top: 0.6rem;
}

.p-topService__subtitle {
  color: #fa593c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12.937px;
  font-size: 0.8085625rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
  margin-right: 0;
  margin-top: 17px;
  margin-top: 1.0625rem;
  text-align: center;
}

.p-topService__list {
  margin-top: 35.9px;
  margin-top: 2.24375rem;
}

.p-topService__card {
  min-width: 0;
}

.p-topService__card + .p-topService__card {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-topService__card.p-topService__card--04 {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topService__imageWrap {
  border-radius: 0.5rem;
  display: block;
  height: 187.5px;
  height: 11.71875rem;
  position: relative;
  width: 100%;
}

.p-topService__imageInner {
  border-radius: inherit;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-topService__imageWrap::after {
  background: linear-gradient(90deg, rgba(174, 198, 234, 0.08), rgba(206, 220, 242, 0.08));
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.p-topService__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s ease;
}

.p-topService__imageWrap:hover {
  opacity: 1;
}

.p-topService__imageWrap:hover .p-topService__image {
  transform: scale(1.05);
}

.p-topService__imageArrow {
  background-color: #f75a43;
  border-radius: 0.343125rem;
  bottom: 11.5px;
  bottom: 0.71875rem;
  height: 25px;
  height: 1.5625rem;
  overflow: hidden;
  position: absolute;
  right: 11.5px;
  right: 0.71875rem;
  width: 25px;
  width: 1.5625rem;
  z-index: 2;
}

.p-topService__imageArrow::before {
  background-image: url("../images/common/icon_arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 7.5px;
  height: 0.46875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7.5px;
  width: 0.46875rem;
}

.p-topService__imageWrap:hover .p-topService__imageArrow::before,
.p-topService__imageWrap:focus-visible .p-topService__imageArrow::before {
  animation: c-centeredArrowLoop 0.45s ease-in-out both;
}

.p-topService__badge {
  align-items: center;
  background-color: #444;
  border-radius: 0.0625rem;
  color: #fff;
  display: grid;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 9.5px;
  font-size: 0.59375rem;
  font-weight: 500;
  height: 22.5px;
  height: 1.40625rem;
  justify-items: center;
  left: 25px;
  left: 1.5625rem;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
  place-items: center;
  position: absolute;
  top: -11.25px;
  top: -0.703125rem;
  width: 85px;
  width: 5.3125rem;
  z-index: 1;
}
.p-topService__itemTitle {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
  margin-top: 20px;
  margin-top: 1.25rem;
  white-space: nowrap;
}

.p-topService__itemText {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2.1428571429;
  margin-right: -0.025em;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-topService__divider {
  background-color: #ccc;
  height: 0.5px;
  height: 0.03125rem;
  margin-top: 54.1px;
  margin-top: 3.38125rem;
  width: 100%;
}

.p-topService__card--05 {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-topService__content {
  min-width: 0;
}

.p-topService__button {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-topStrength {
  color: #333;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-topStrength__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
  max-width: 75.9375rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-topStrength__title {
  color: #fa593c;
  font-family: "Poppins", sans-serif, "Zen Kaku Gothic New", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: -0.05em;
  text-align: center;
}

.p-topStrength__subtitle {
  color: #fa593c;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 18.5px;
  line-height: 1.15625rem;
  margin-right: -0.1em;
  margin-top: 6.25px;
  margin-top: 0.390625rem;
  text-align: center;
}

.p-topStrength__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-topStrength__item {
  min-height: 335px;
  min-height: 20.9375rem;
  position: relative;
}

.p-topStrength__item + .p-topStrength__item {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-topStrength__item:nth-child(2) {
  transition-delay: 0.1s;
}

.p-topStrength__item:nth-child(3) {
  transition-delay: 0.2s;
}

.p-topStrength__imageWrap {
  border-radius: 1rem;
  height: 156.25px;
  height: 9.765625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 250px;
  width: 15.625rem;
}

.p-topStrength__imageWrap::after {
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.12));
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.p-topStrength__image {
  border-radius: inherit;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topStrength__number {
  align-items: center;
  background-color: #f75a43;
  border-radius: 0.125rem;
  color: #fff;
  display: grid;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  height: 25.5px;
  height: 1.59375rem;
  justify-items: center;
  left: 21.5px;
  left: 1.34375rem;
  line-height: 1;
  place-items: center;
  position: absolute;
  top: -12px;
  top: -0.75rem;
  width: 25.5px;
  width: 1.59375rem;
  z-index: 1;
}

.p-topStrength__itemTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: -0.025em;
  margin-top: 16.6px;
  margin-top: 1.0375rem;
  text-align: center;
}

.p-topStrength__itemText {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 30px;
  line-height: 1.875rem;
  margin-right: -0.025em;
  margin-top: 17.8px;
  margin-top: 1.1125rem;
  text-align: left;
}

.p-topStrength__button {
  margin-top: -6px;
  margin-top: -0.375rem;
}

.js-fadeIn.is-fadeReady {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fadeIn.is-fadeReady.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.u-visuallyHidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px){
  html {
    font-size: 1.5094339623vw;
  }
  a:hover {
    opacity: 0.8;
  }
  .l-footer {
    margin-top: -1px;
    margin-top: -0.0625rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .l-footer__inner {
    padding-bottom: 0;
    padding-top: 49.4px;
    padding-top: 3.0875rem;
  }
  .l-footer__main {
    display: grid;
    grid-template-columns: 32.5rem 1fr;
  }
  .l-footer__left {
    display: block;
  }
  .l-footer__brand {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 0;
  }
  .l-footer__creditLogo {
    height: 62px;
    height: 3.875rem;
    width: 75px;
    width: 4.6875rem;
  }
  .l-footer__logoDivider {
    display: block;
    height: 40px;
    height: 2.5rem;
  }
  .l-footer__smaciaLogo {
    height: 25px;
    height: 1.5625rem;
    margin-bottom: 0;
    margin-left: 18px;
    margin-left: 1.125rem;
    order: 0;
    width: 159px;
    width: 9.9375rem;
  }
  .l-footer__nav {
    justify-self: end;
    margin-top: 22px;
    margin-top: 1.375rem;
    width: auto;
  }
  .l-footer__navColumns {
    display: flex;
  }
  .l-footer__navColumn + .l-footer__navColumn {
    margin-left: 49.5px;
    margin-left: 3.09375rem;
    margin-top: 0;
  }
  .l-footer__navColumn--01 {
    width: 117px;
    width: 7.3125rem;
  }
  .l-footer__navColumn--02 {
    width: 230px;
    width: 14.375rem;
  }
  .l-footer__navColumn--03 {
    width: 134px;
    width: 8.375rem;
  }
  .l-footer__navLink {
    font-size: 16px;
    font-size: 1rem;
  }
  .l-footer__navHeading {
    font-size: 16px;
    font-size: 1rem;
  }
  .l-footer__address {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 14px;
    margin-top: 0.875rem;
    min-height: 228px;
    min-height: 14.25rem;
    text-align: left;
  }
  .l-footer__companyBreak,
  .l-footer__copyrightBreak {
    display: none;
  }
  .l-footer__office strong {
    font-weight: 400;
  }
  .l-footer__officeNameBreak,
  .l-footer__officeAddressBreak {
    display: none;
  }
  .l-footer__sns {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-top: 0.625rem;
    width: auto;
  }
  .l-footer__nav--pc {
    display: block;
  }
  .l-footer__nav--sp {
    display: none;
  }
  .l-footer__snsLink + .l-footer__snsLink {
    margin-left: 4px;
    margin-left: 0.25rem;
    margin-top: 0;
  }
  .l-footer__snsLink--smacia {
    margin-left: 0;
    margin-left: 4px;
    margin-left: 0.25rem;
    margin-right: 0;
    margin-top: 0;
  }
  .l-footer__snsLink + .l-footer__snsLink--smacia {
    margin-top: 0;
  }
  .l-footer__divider {
    display: block;
  }
  .l-footer__privacy {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-footer__copyright {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-footer__bottom {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .l-footer__privacy {
    margin-left: 0;
    margin-right: 0;
  }
  .l-footer__copyright {
    margin-left: 0;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    width: auto;
  }
  .l-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
    max-width: 66.25rem;
  }
  .p-blogIndex__tabs {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-blogIndex__content {
    margin-top: 79px;
    margin-top: 4.9375rem;
  }
  .c-archiveCard {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3.5625rem;
         column-gap: 3.5625rem;
    row-gap: 36px;
    row-gap: 2.25rem;
  }
  .c-archiveCard__date {
    font-size: max(15px, min(15px, 15px));
    font-size: max(15px, min(0.9375rem, 15px));
  }
  .c-archiveCard__category {
    font-size: max(10px, min(12px, 12px));
    font-size: max(10px, min(0.75rem, 12px));
  }
  .c-archiveCard__title {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
  }
  .p-blogIndex__pagination {
    margin-top: 78px;
    margin-top: 4.875rem;
  }
  .c-articleDetail {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .c-articleDetail__header {
    padding-bottom: 26px;
    padding-bottom: 1.625rem;
  }
  .c-articleDetail:not(.c-articleDetail--noImage) .c-articleDetail__header {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, 25rem) minmax(0, 1fr);
    grid-column-gap: 2.1875rem;
    -moz-column-gap: 2.1875rem;
         column-gap: 2.1875rem;
    padding-bottom: 37px;
    padding-bottom: 2.3125rem;
  }
  .c-articleDetail__thumb {
    grid-column: 1;
    grid-row: 1;
  }
  .p-newsDetails .c-articleDetail:not(.c-articleDetail--noImage) .c-articleDetail__header {
    display: block;
    padding-bottom: 42px;
    padding-bottom: 2.625rem;
  }
  .c-articleDetail__heading {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
  .c-articleDetail__date {
    font-size: max(15px, min(15px, 15px));
    font-size: max(15px, min(0.9375rem, 15px));
  }
  .c-articleDetail__category {
    font-size: max(12px, min(12px, 12px));
    font-size: max(12px, min(0.75rem, 12px));
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
  .c-articleDetail__title {
    font-size: max(22px, min(29.978px, 30px));
    font-size: max(22px, min(1.873625rem, 30px));
    line-height: 1.6000066716;
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .c-articleDetail--narrow {
    margin-top: 328px;
    margin-top: 20.5rem;
  }
  .c-articleDetail__body {
    font-size: max(14px, min(16.994px, 17px));
    font-size: max(14px, min(1.062125rem, 17px));
    line-height: 2.1176297517;
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
  .c-articleDetail__body h2,
  .c-articleDetail__body h3 {
    font-size: max(20px, min(25.991px, 26px));
    font-size: max(20px, min(1.6244375rem, 26px));
    line-height: 1.3845946674;
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
  .c-articleDetail--narrow .c-articleDetail__body h2 {
    font-size: max(20px, min(25.991px, 26px));
    font-size: max(20px, min(1.6244375rem, 26px));
    line-height: 1.3845946674;
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
  .c-articleDetail__body h2 + p,
  .c-articleDetail__body h3 + p {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .c-articleDetail--narrow .c-articleDetail__body h2 + p {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .c-articleDetail__body p + h2,
  .c-articleDetail__body p + h3 {
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
  .c-articleDetail__body figure {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .c-articleDetail__body figure + p {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .c-articleDetail__body p + p {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .c-articleDetail__nav {
    gap: 62px;
    gap: 3.875rem;
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .c-articleDetail__navLink {
    font-size: max(16px, min(22px, 22px));
    font-size: max(16px, min(1.375rem, 22px));
  }
  .c-articleDetail__related {
    margin-top: 88px;
    margin-top: 5.5rem;
  }
  .c-articleDetail__relatedTitle {
    font-size: max(22px, min(26px, 26px));
    font-size: max(22px, min(1.625rem, 26px));
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .c-articleDetail__related .c-archiveCard {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
  .p-blogDetails__tabs {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .c-btn {
    border-radius: 0.375rem;
    font-size: 15.5px;
    font-size: 0.96875rem;
    height: 66px;
    height: 4.125rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    width: 280px;
    width: 17.5rem;
  }
  .c-btn__arrow {
    height: 15px;
    height: 0.9375rem;
    width: 15px;
    width: 0.9375rem;
  }
  .c-btn--lg {
    height: 66px;
    height: 4.125rem;
    width: 280px;
    width: 17.5rem;
  }
  .c-btn--sm {
    height: 60px;
    height: 3.75rem;
    width: 250px;
    width: 15.625rem;
  }
  .c-btn--cta {
    height: 70px;
    height: 4.375rem;
    width: 310px;
    width: 19.375rem;
  }
  .c-card__imageWrap {
    border-radius: 1rem;
    height: 220px;
    height: 13.75rem;
    width: 360px;
    width: 22.5rem;
  }
  .c-card--case .c-card__title {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
  }
  .c-card--blog .c-card__title {
    font-size: max(14px, min(18px, 18px));
    font-size: max(14px, min(1.125rem, 18px));
  }
  .c-categoryTabs {
    min-height: 78px;
    min-height: 4.875rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .c-categoryTabs--narrow {
    max-width: 1060px;
    max-width: 66.25rem;
  }
  .c-categoryTabs ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    min-height: 38px;
    min-height: 2.375rem;
  }
  .c-categoryTabs a {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
  }
  .c-cta {
    background: linear-gradient(to bottom, transparent 0, transparent 10.5875rem, #333 10.5875rem, #333 100%);
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .c-cta__inner {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-left: 91px;
    padding-left: 5.6875rem;
    padding-right: 91px;
    padding-right: 5.6875rem;
    padding-top: 55.4px;
    padding-top: 3.4625rem;
  }
  .c-cta__title {
    font-size: max(23px, min(40px, 40px));
    font-size: max(23px, min(2.5rem, 40px));
    width: 100%;
  }
  .c-cta__lead {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
    line-height: 2.11;
    margin-top: 35px;
    margin-top: 2.1875rem;
    text-align: center;
    width: 698px;
    width: 43.625rem;
  }
  .c-cta__lead br {
    display: block;
  }
  .c-cta__lead--left {
    text-align: left;
  }
  .c-cta__contact {
    align-items: flex-start;
    display: flex;
    -moz-column-gap: 1.1875rem;
         column-gap: 1.1875rem;
    margin-top: 71px;
    margin-top: 4.4375rem;
  }
  .c-cta__list {
    display: flex;
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }
  .c-cta__item + .c-cta__item {
    margin-top: 0;
  }
  .c-cta__phone {
    -moz-column-gap: 0.6875rem;
         column-gap: 0.6875rem;
    margin-left: 0;
    margin-right: 0;
  }
  .c-cta__label {
    font-size: max(12px, min(13px, 13px));
    font-size: max(12px, min(0.8125rem, 13px));
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
    padding-top: 6px;
    padding-top: 0.375rem;
  }
  .c-cta__number {
    cursor: default;
    font-size: max(14px, min(26px, 26px));
    font-size: max(14px, min(1.625rem, 26px));
  }
  .c-cta__tel {
    font-size: max(14px, min(19px, 19px));
    font-size: max(14px, min(1.1875rem, 19px));
  }
  .c-cta__hours {
    font-size: max(12px, min(16px, 16px));
    font-size: max(12px, min(1rem, 16px));
    margin-top: 10.5px;
    margin-top: 0.65625rem;
  }
  .c-cta__button {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
    margin-left: 0;
    margin-top: -5px;
    margin-top: -0.3125rem;
  }
  .c-flow--step .c-flow__item {
    grid-template-columns: 5rem 4.5rem minmax(0, 1fr);
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .c-flow--step .c-flow__step {
    font-size: max(14px, min(19px, 19px));
    font-size: max(14px, min(1.1875rem, 19px));
  }
  .c-flow--step .c-flow__title {
    font-size: max(16px, min(19px, 19px));
    font-size: max(16px, min(1.1875rem, 19px));
    grid-column: 3;
  }
  .c-flow--step .c-flow__text {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
    grid-column: 2/4;
  }
  .c-formField {
    gap: 0;
    grid-template-columns: 17.375rem minmax(0, 1fr);
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .c-formField__label {
    font-size: max(14px, min(18px, 18px));
    font-size: max(14px, min(1.125rem, 18px));
  }
  .c-formField__label:has(br) .c-formField__required {
    margin-top: -5px;
    margin-top: -0.3125rem;
  }
  .c-formField__split {
    gap: 19px;
    gap: 1.1875rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-formField__choiceLabel {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
  }
  .c-formField__choiceList .wpcf7-list-item-label {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
  }
  .c-formField--agreement .wpcf7-list-item input {
    position: relative;
    top: 4px;
    top: 0.25rem;
  }
  .c-formField--agreement .c-formField__required {
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .p-contact__content {
    padding-bottom: 35px;
    padding-bottom: 2.1875rem;
    padding-top: 105px;
    padding-top: 6.5625rem;
  }
  .p-contact__heading {
    font-size: max(24px, min(28px, 28px));
    font-size: max(24px, min(1.75rem, 28px));
  }
  .p-contact__lead {
    font-size: max(14px, min(19px, 19px));
    font-size: max(14px, min(1.1875rem, 19px));
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-contact__note {
    font-size: max(13px, min(17px, 17px));
    font-size: max(13px, min(1.0625rem, 17px));
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-contact__captcha {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .p-contact__submit {
    height: 72px;
    height: 4.5rem;
    width: 380px;
    width: 23.75rem;
  }
  .p-contact__content--thanks {
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
    padding-top: 105px;
    padding-top: 6.5625rem;
  }
  .p-contact__breakSp {
    display: none;
  }
  .p-contact__lead--thanks {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .c-btn.p-contact__homeButton {
    height: 72px;
    height: 4.5rem;
    margin-top: 55px;
    margin-top: 3.4375rem;
    width: 380px;
    width: 23.75rem;
  }
  .c-infoList__row {
    grid-template-columns: 9.75rem minmax(0, 1fr);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
  .c-infoList__label {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
  }
  .c-infoList__value {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
  }
  .c-infoList__tabletBreak {
    display: block;
  }
  .p-newsIndex__tabs {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-newsIndex__content {
    margin-top: 89px;
    margin-top: 5.5625rem;
  }
  .c-newsList__link {
    min-height: 139px;
    min-height: 8.6875rem;
    padding-bottom: 35px;
    padding-bottom: 2.1875rem;
    padding-right: 75px;
    padding-right: 4.6875rem;
    padding-top: 35px;
    padding-top: 2.1875rem;
  }
  .c-newsList__date {
    font-size: max(15px, min(15px, 15px));
    font-size: max(15px, min(0.9375rem, 15px));
  }
  .c-newsList__category {
    font-size: max(13px, min(13px, 13px));
    font-size: max(13px, min(0.8125rem, 13px));
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
  .c-newsList__title {
    font-size: max(14px, min(16px, 16px));
    font-size: max(14px, min(1rem, 16px));
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .c-newsList__arrow {
    height: 44.69px;
    height: 2.793125rem;
    width: 44.69px;
    width: 2.793125rem;
  }
  .p-newsIndex__pagination {
    margin-top: 78px;
    margin-top: 4.875rem;
  }
  .c-pageHero:not(.c-pageHero--plain) {
    height: 477px;
    height: 29.8125rem;
  }
  .c-pageHero:not(.c-pageHero--plain) .c-pageHero__inner {
    padding-left: 52px;
    padding-left: 3.25rem;
  }
  .c-pageHero:not(.c-pageHero--plain) .c-pageHero__title {
    font-size: max(32px, min(50px, 50px));
    font-size: max(32px, min(3.125rem, 50px));
    line-height: 1.42;
  }
  .c-pageHero:not(.c-pageHero--plain) .c-pageHero__label {
    font-size: max(14px, min(18px, 18px));
    font-size: max(14px, min(1.125rem, 18px));
    line-height: 1.45;
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .c-pageHero--plain {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: 202.393px;
    padding-top: 12.6495625rem;
  }
  .c-pageHero--plain .c-pageHero__title {
    font-size: max(32px, min(46px, 46px));
    font-size: max(32px, min(2.875rem, 46px));
    line-height: 1.4347826087;
  }
  .c-pageHero--plain .c-pageHero__label {
    font-size: max(14px, min(19.941px, 20px));
    font-size: max(14px, min(1.2463125rem, 20px));
    line-height: 1.454290156;
    margin-top: 8.953px;
    margin-top: 0.5595625rem;
  }
  .c-pagination ul {
    gap: 10px;
    gap: 0.625rem;
  }
  .c-pagination a,
  .c-pagination span.is-current {
    font-size: max(12px, min(14px, 14px));
    font-size: max(12px, min(0.875rem, 14px));
    height: 54px;
    height: 3.375rem;
    width: 54px;
    width: 3.375rem;
  }
  .c-table__row {
    align-items: start;
    gap: 40px;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 13.125rem) minmax(0, 1fr);
    padding-bottom: 36px;
    padding-bottom: 2.25rem;
    padding-top: 36px;
    padding-top: 2.25rem;
  }
  .c-table__label {
    line-height: 2;
  }
  .c-table__value {
    padding-left: 100px;
    padding-left: 6.25rem;
  }
  .p-company__addressBreakSp {
    display: none;
  }
  .p-company__outline,
  .p-company__access,
  .p-company__history {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    max-width: 75rem;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .p-company__outline {
    padding-top: 93px;
    padding-top: 5.8125rem;
  }
  .p-company__sectionTitle {
    font-size: max(30px, min(32px, 32px));
    font-size: max(30px, min(2rem, 32px));
  }
  .p-company__sectionLabel {
    font-size: max(14px, min(18px, 18px));
    font-size: max(14px, min(1.125rem, 18px));
  }
  .p-company__outline .c-infoList {
    margin-left: auto;
    margin-top: -55px;
    margin-top: -3.4375rem;
    width: 836px;
    width: 52.25rem;
  }
  .p-company__permitItem:not(:last-child) {
    padding-bottom: 0;
  }
  .p-company__permitSep {
    display: inline;
  }
  .p-company__permitValue {
    display: inline;
  }
  .p-company__access {
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .p-company__accessBody {
    margin-left: auto;
    margin-top: -50px;
    margin-top: -3.125rem;
    width: 842px;
    width: 52.625rem;
  }
  .p-company__mapCaption {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
  }
  .p-company__mapLink {
    display: inline;
    margin-left: 8px;
    margin-left: 0.5rem;
    margin-top: 0px;
    margin-top: 0rem;
    width: auto;
  }
  .p-company__history {
    margin-top: 83px;
    margin-top: 5.1875rem;
  }
  .p-company__timeline {
    margin-left: auto;
    margin-top: -58px;
    margin-top: -3.625rem;
    width: 842px;
    width: 52.625rem;
  }
  .p-company__timeline::before {
    bottom: calc(3.75rem - 1.25rem / 2);
    top: calc(1.25rem / 2);
  }
  .p-company__timelineDate {
    font-size: max(16px, min(20px, 20px));
    font-size: max(16px, min(1.25rem, 20px));
  }
  .p-company__timelineDot {
    margin-top: calc((1.25rem - 0.4375rem) / 2);
  }
  .p-company__timelineText {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
  }
  .p-jobOpenings__content {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-top: 105px;
    padding-top: 6.5625rem;
  }
  .p-jobOpenings__title {
    font-size: max(22px, min(28px, 28px));
    font-size: max(22px, min(1.75rem, 28px));
  }
  .p-jobOpenings__lead {
    font-size: max(14px, min(19px, 19px));
    font-size: max(14px, min(1.1875rem, 19px));
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-jobOpenings__content .c-infoList__row {
    grid-template-columns: 9.25rem minmax(0, 1fr);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .p-privacy__article {
    font-size: max(14px, min(16.994px, 17px));
    font-size: max(14px, min(1.062125rem, 17px));
    line-height: 2.3529480993;
  }
  .p-privacy__section {
    margin-top: 39.986px;
    margin-top: 2.499125rem;
  }
  .p-privacy__text + .p-privacy__text,
  .p-privacy__list,
  .p-privacy__company {
    margin-top: 19.993px;
    margin-top: 1.2495625rem;
  }
  .p-recruit__lead,
  .p-recruit__section,
  .p-recruit__links {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .p-recruit__leadTitle {
    font-size: max(20px, min(28px, 28px));
    font-size: max(20px, min(1.75rem, 28px));
  }
  .p-recruit__leadText {
    font-size: max(14px, min(19px, 19px));
    font-size: max(14px, min(1.1875rem, 19px));
  }
  .p-recruit__lead + .p-recruit__section,
  .p-recruit__flow {
    border-top-left-radius: 90px;
    border-top-left-radius: 5.625rem;
    border-top-right-radius: 90px;
    border-top-right-radius: 5.625rem;
    padding-bottom: 94px;
    padding-bottom: 5.875rem;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-top: 96px;
    padding-top: 6rem;
  }
  .p-recruit__headingEn {
    font-size: max(28px, min(36px, 36px));
    font-size: max(28px, min(2.25rem, 36px));
  }
  .p-recruit__headingJa {
    font-size: max(14px, min(18px, 18px));
    font-size: max(14px, min(1.125rem, 18px));
  }
  .p-recruit__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-recruit__benefit {
    grid-template-columns: 6.25rem 1fr;
  }
  .p-recruit__benefitIcon {
    height: 100px;
    height: 6.25rem;
    width: 100px;
    width: 6.25rem;
  }
  .p-recruit__benefitIcon img {
    height: 100px;
    height: 6.25rem;
    width: 100px;
    width: 6.25rem;
  }
  .p-recruit__benefitText {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: 27px;
    margin-left: 1.6875rem;
  }
  .p-recruit__training {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .p-recruit__trainingItem {
    font-size: max(14px, min(18px, 18px));
    font-size: max(14px, min(1.125rem, 18px));
    min-height: 160px;
    min-height: 10rem;
  }
  .p-recruit__links {
    gap: 40px;
    gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .p-recruit__linkCard {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .p-recruit__linkTitle {
    font-size: max(20px, min(26px, 26px));
    font-size: max(20px, min(1.625rem, 26px));
  }
  .p-recruit__linkTitleBreak {
    display: none;
  }
  .p-recruit__linkText {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
  }
  .p-recruit__linkLabel {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
    height: 70px;
    height: 4.375rem;
    max-width: none;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    width: max(260px, min(340px, 340px));
    width: max(260px, min(21.25rem, 340px));
  }
  .c-pageHero--plain .p-404__title {
    font-size: max(20px, min(23px, 23px));
    font-size: max(20px, min(1.4375rem, 23px));
    line-height: 1.5;
  }
  .p-404__titleLine {
    display: inline;
  }
  .p-404__titleLine + .p-404__titleLine::before {
    content: " ";
  }
  .p-404__btn {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-marquee {
    height: 211px;
    height: 13.1875rem;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .p-marquee__track {
    top: -23.37px;
    top: -1.460625rem;
  }
  .p-marquee__set {
    padding-right: 160px;
    padding-right: 10rem;
  }
  .p-marquee__image {
    width: 1766px;
    width: 110.375rem;
  }
  .p-mv__content {
    padding-left: 151px;
    padding-left: 9.4375rem;
    padding-top: min(505.6px, 53.8vh);
    padding-top: min(31.6rem, 53.8vh);
  }
  .p-mv__heading {
    align-items: center;
    display: flex;
    gap: 10.2px;
    gap: 0.6375rem;
  }
  .p-mv__label {
    flex-shrink: 0;
    margin-left: 0;
    width: 146px;
    width: 9.125rem;
  }
  .p-mv__title {
    font-size: 60px;
    font-size: 3.75rem;
    text-box: trim-both cap alphabetic;
  }
  .p-mv__lead {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 42px;
    line-height: 2.625rem;
    margin-left: -0.6px;
    margin-left: -0.0375rem;
    margin-top: 17.4px;
    margin-top: 1.0875rem;
    width: 484px;
    width: 30.25rem;
  }
  .p-mv__leadPc {
    display: block;
  }
  .p-mv__leadSp {
    display: none;
  }
  .p-petHero {
    min-height: 916px;
    min-height: 57.25rem;
  }
  .p-petHero__image {
    -o-object-position: left center;
       object-position: left center;
  }
  .p-petHero__content {
    bottom: auto;
    left: max(100px, (100vw - 1200px) / 2);
    left: max(6.25rem, (100vw - 1200px) / 2);
    right: auto;
    top: 285px;
    top: 17.8125rem;
  }
  .p-petHero__title {
    font-size: max(34px, min(50px, 50px));
    font-size: max(34px, min(3.125rem, 50px));
    line-height: 1.35;
  }
  .p-petHero__lead {
    font-size: max(14px, min(22px, 22px));
    font-size: max(14px, min(1.375rem, 22px));
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-petHero__button {
    font-size: max(14px, min(16px, 16px));
    font-size: max(14px, min(1rem, 16px));
    height: 62px;
    height: 3.875rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    padding: 0;
    width: 280px;
    width: 17.5rem;
  }
  .p-petHero__breakSp {
    display: none;
  }
  .p-petWorries {
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    padding-top: 98px;
    padding-top: 6.125rem;
  }
  .p-petWorries__title {
    font-size: max(28px, min(34px, 34px));
    font-size: max(28px, min(2.125rem, 34px));
    margin-top: 0;
  }
  .p-petWorries__breakSp {
    display: none;
  }
  .p-petWorries__breakPc {
    display: block;
  }
  .p-petWorries__list {
    gap: 50px 38px;
    gap: 3.125rem 2.375rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-petWorries__item {
    height: 200px;
    height: 12.5rem;
  }
  .p-petWorries__item img {
    left: 20px;
    left: 1.25rem;
    top: -28px;
    top: -1.75rem;
    width: 69px;
    width: 4.3125rem;
  }
  .p-petWorries__item--03 img {
    top: -36px;
    top: -2.25rem;
  }
  .p-petWorries__item p {
    font-size: max(14px, min(20px, 20px));
    font-size: max(14px, min(1.25rem, 20px));
    height: 100%;
    min-height: 0;
    padding: 24px 20px 24px;
    padding: 1.5rem 1.25rem 1.5rem;
    width: 100%;
  }
  .p-petIntro {
    padding-bottom: 0;
    padding-top: 48px;
    padding-top: 3rem;
  }
  .p-petIntro__arrow {
    height: 21px;
    height: 1.3125rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    width: 77px;
    width: 4.8125rem;
  }
  .p-petIntro__title {
    font-size: max(24px, min(34px, 34px));
    font-size: max(24px, min(2.125rem, 34px));
  }
  .p-petIntro__text {
    font-size: max(14px, min(22px, 22px));
    font-size: max(14px, min(1.375rem, 22px));
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-top: 1.75rem;
    text-align: center;
  }
  .p-petIntro__marquee {
    height: 150px;
    height: 9.375rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-petIntro__marqueeSet {
    padding-right: 160px;
    padding-right: 10rem;
  }
  .p-petIntro__marqueeSet img {
    width: 1270px;
    width: 79.375rem;
  }
  .p-petPc {
    display: block;
  }
  .p-petSp {
    display: none;
  }
  .p-petHeading__en {
    font-size: max(14px, min(20px, 20px));
    font-size: max(14px, min(1.25rem, 20px));
  }
  .p-petHeading__en--image {
    width: 281px;
    width: 17.5625rem;
  }
  .p-petSectionTitle,
  .p-serviceHeading--petReform .p-serviceHeading__ja {
    font-size: max(28px, min(36px, 36px));
    font-size: max(28px, min(2.25rem, 36px));
  }
  .p-petHeading__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-petBand--services {
    border-top-left-radius: 100px;
    border-top-left-radius: 6.25rem;
    border-top-right-radius: 100px;
    border-top-right-radius: 6.25rem;
    margin-top: -43px;
    margin-top: -2.6875rem;
  }
  .p-petBand--faq {
    background: #f9f6f2;
    border-radius: 6.25rem;
    padding-top: 0;
  }
  .p-petBand--cases {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-petServices {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 82px;
    padding-top: 5.125rem;
  }
  .p-petServices__inner {
    max-width: 1120px;
    max-width: 70rem;
  }
  .p-petServices__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 52px 80px;
    gap: 52px 80px;
    gap: 3.25rem 5rem;
    margin-top: 52px;
    margin-top: 3.25rem;
  }
  .p-petServices__item {
    display: block;
  }
  .p-petServices__item + .p-petServices__item {
    margin-top: 0;
  }
  .p-petServices__item img {
    aspect-ratio: 520/304;
  }
  .p-petServices__item h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-petServices__item p {
    font-size: max(14px, min(19px, 19px));
    font-size: max(14px, min(1.1875rem, 19px));
  }
  .p-petServices__item div {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-petInstall {
    padding-bottom: 149px;
    padding-bottom: 9.3125rem;
    padding-left: max(99px, (100vw - 1200px) / 2);
    padding-left: max(6.1875rem, (100vw - 1200px) / 2);
    padding-right: max(99px, (100vw - 1200px) / 2);
    padding-right: max(6.1875rem, (100vw - 1200px) / 2);
  }
  .p-petInstall__inner {
    border-radius: 1.25rem;
    max-width: 1200px;
    max-width: 75rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-left: 72px;
    padding-left: 4.5rem;
    padding-right: 72px;
    padding-right: 4.5rem;
    padding-top: 76px;
    padding-top: 4.75rem;
  }
  .p-petInstall__title {
    font-size: max(24px, min(30px, 30px));
    font-size: max(24px, min(1.875rem, 30px));
  }
  .p-petInstall__lead {
    font-size: max(14px, min(19px, 19px));
    font-size: max(14px, min(1.1875rem, 19px));
    text-align: center;
  }
  .p-petInstall__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 88px;
    gap: 88px;
    gap: 5.5rem;
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .p-petInstall__item + .p-petInstall__item {
    margin-top: 0;
  }
  .p-petInstall__head {
    display: grid;
    grid-template-columns: 13.75rem 1fr;
    grid-gap: 24px;
    align-items: center;
    gap: 24px;
    gap: 1.5rem;
  }
  .p-petInstall__head img {
    aspect-ratio: 220/165;
  }
  .p-petInstall__item h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0;
    text-align: left;
  }
  .p-petInstall__item h3 strong {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-petInstall__item p {
    font-size: max(14px, min(19px, 19px));
    font-size: max(14px, min(1.1875rem, 19px));
  }
  .p-petInstall__item > a {
    font-size: max(13px, min(16px, 16px));
    font-size: max(13px, min(1rem, 16px));
    height: 56px;
    height: 3.5rem;
    width: 260px;
    width: 16.25rem;
  }
  .p-petInstall__paws {
    bottom: -29px;
    bottom: -1.8125rem;
    right: 10px;
    right: 0.625rem;
    width: 420px;
    width: 26.25rem;
  }
  .p-petContact {
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 110px;
    padding-top: 6.875rem;
  }
  .p-petContact__inner {
    padding-bottom: 62px;
    padding-bottom: 3.875rem;
    padding-left: 80px;
    padding-left: 5rem;
    padding-right: 80px;
    padding-right: 5rem;
    padding-top: 62px;
    padding-top: 3.875rem;
  }
  .p-petContact__illust {
    height: 104px;
    height: 6.5rem;
    left: 116px;
    left: 7.25rem;
    top: -15px;
    top: -0.9375rem;
    transform: none;
    width: 125px;
    width: 7.8125rem;
  }
  .p-petContact h2 {
    font-size: max(22px, min(30px, 30px));
    font-size: max(22px, min(1.875rem, 30px));
  }
  .p-petContact__titleBreakSp {
    display: none;
  }
  .p-petContact p {
    font-size: max(14px, min(19px, 19px));
    font-size: max(14px, min(1.1875rem, 19px));
    text-align: center;
  }
  .p-petContact__action {
    align-items: center;
    display: flex;
    gap: 60px;
    gap: 3.75rem;
    justify-content: center;
  }
  .p-petContact__action .c-btn {
    margin: 0;
  }
  .p-petReasons {
    padding-bottom: 94px;
    padding-bottom: 5.875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
  .p-petReasons__inner {
    max-width: 1060px;
    max-width: 66.25rem;
  }
  .p-petReasons__list {
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .p-petReasons__item {
    display: grid;
    grid-template-columns: 22.5rem 1fr;
    grid-gap: 40px;
    align-items: center;
    gap: 40px;
    gap: 2.5rem;
  }
  .p-petReasons__item + .p-petReasons__item {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .p-petReasons__item:nth-child(even) {
    grid-template-columns: 1fr 22.5rem;
  }
  .p-petReasons__item:nth-child(even) img {
    grid-column: 2;
  }
  .p-petReasons__item:nth-child(even) div {
    grid-column: 1;
    grid-row: 1;
  }
  .p-petReasons__item img {
    aspect-ratio: 364/226;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .p-petReasons__item span {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0;
  }
  .p-petReasons__item h3 {
    font-size: max(22px, min(30px, 30px));
    font-size: max(22px, min(1.875rem, 30px));
  }
  .p-petReasons__item p {
    font-size: max(14px, min(19px, 19px));
    font-size: max(14px, min(1.1875rem, 19px));
  }
  .p-petWorks {
    padding-top: 95px;
    padding-top: 5.9375rem;
  }
  .p-petWorks__track {
    gap: 20px;
    gap: 1.25rem;
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
  .p-petWorks__track li {
    flex-basis: 280px;
    flex-basis: 17.5rem;
  }
  .p-petWorks__track img {
    height: 384px;
    height: 24rem;
  }
  .p-petWorks__track p {
    font-size: max(13px, min(18px, 18px));
    font-size: max(13px, min(1.125rem, 18px));
  }
  .p-petWorks--install {
    padding-top: 65px;
    padding-top: 4.0625rem;
  }
  .p-petVoice {
    border-radius: 0;
    padding-bottom: 95px;
    padding-bottom: 5.9375rem;
    padding-top: 95px;
    padding-top: 5.9375rem;
  }
  .p-petVoice__title {
    font-size: max(28px, min(36px, 36px));
    font-size: max(28px, min(2.25rem, 36px));
  }
  .p-petVoice__inner {
    max-width: 1060px;
    max-width: 66.25rem;
  }
  .p-petVoice__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    gap: 20px;
    gap: 1.25rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-petVoice__item {
    align-items: start;
    gap: 20px;
    gap: 1.25rem;
    grid-column: 1/-1;
    grid-template-columns: 10.625rem 1fr;
    padding: 20px;
    padding: 1.25rem;
  }
  .p-petVoice__item > div {
    display: block;
  }
  .p-petVoice__item--small {
    grid-column: auto;
    grid-template-columns: 10.625rem 1fr;
  }
  .p-petVoice__item + .p-petVoice__item {
    margin-top: 0;
  }
  .p-petVoice__item img {
    height: 170px;
    height: 10.625rem;
    width: 170px;
    width: 10.625rem;
  }
  .p-petVoice__item h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-petVoice__item p {
    font-size: max(14px, min(18px, 18px));
    font-size: max(14px, min(1.125rem, 18px));
    grid-column: auto;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-petVoice__item--small > p {
    text-align: left;
  }
  .p-serviceFlow--petReform {
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 85px;
    padding-top: 5.3125rem;
  }
  .p-serviceFlow--petReform .p-serviceFlow__list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-serviceFlow--petReform .p-serviceFlow__item {
    align-items: start;
    gap: 48px;
    gap: 3rem;
    grid-template-columns: 7.5rem 1fr;
  }
  .p-serviceFlow--petReform .p-serviceFlow__item > div {
    display: block;
  }
  .p-serviceFlow--petReform .p-serviceFlow__step {
    height: auto;
    width: 120px;
    width: 7.5rem;
  }
  .p-serviceFlow--petReform h3 {
    font-size: max(18px, min(22px, 22px));
    font-size: max(18px, min(1.375rem, 22px));
  }
  .p-serviceFlow--petReform .p-serviceFlow__item p {
    font-size: max(14px, min(18px, 18px));
    font-size: max(14px, min(1.125rem, 18px));
    grid-column: auto;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-serviceFlow--petReform .c-btn {
    grid-column: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-petBand--faq .p-serviceFaq--petReform {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-petContact--bottom {
    background: linear-gradient(to bottom, transparent 0, transparent 10.5875rem, #333 10.5875rem, #333 100%);
    padding-top: 90px;
    padding-top: 5.625rem;
  }
  .p-serviceHero {
    height: 477px;
    height: 29.8125rem;
  }
  .p-serviceHero__eyebrow {
    font-size: max(16px, min(24px, 24px));
    font-size: max(16px, min(1.5rem, 24px));
  }
  .p-serviceHero__title {
    font-size: max(26px, min(34px, 34px));
    font-size: max(26px, min(2.125rem, 34px));
    line-height: 1.45;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-serviceHero__title--compact {
    font-size: max(26px, min(34px, 34px));
    font-size: max(26px, min(2.125rem, 34px));
  }
  .p-serviceHero__titleBreakSp {
    display: none;
  }
  .p-serviceLead__inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-bottom: 86px;
    padding-bottom: 5.375rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .p-serviceLead__title {
    font-size: max(24px, min(28px, 28px));
    font-size: max(24px, min(1.75rem, 28px));
    line-height: 1.6;
  }
  .p-serviceLead__title--compact {
    font-size: max(24px, min(28px, 28px));
    font-size: max(24px, min(1.75rem, 28px));
  }
  .p-serviceLead__titleLine {
    display: inline;
  }
  .p-serviceLead__titleLine--first {
    letter-spacing: inherit;
    white-space: normal;
  }
  .p-serviceLead__text {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
    line-height: 2;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-serviceStrength,
  .p-serviceFaq {
    border-radius: 5.625rem;
  }
  .p-serviceStrength__inner {
    max-width: 1060px;
    max-width: 66.25rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 85px;
    padding-top: 5.3125rem;
  }
  .p-serviceHeading__en {
    font-size: max(28px, min(38px, 38px));
    font-size: max(28px, min(2.375rem, 38px));
  }
  .p-serviceHeading__ja {
    font-size: max(13px, min(17px, 17px));
    font-size: max(13px, min(1.0625rem, 17px));
    margin-top: -8px;
    margin-top: -0.5rem;
  }
  .p-serviceStrength__item {
    align-items: start;
    gap: 40px;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 21.5rem) minmax(0, 1fr);
  }
  .p-serviceStrength__item + .p-serviceStrength__item {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-serviceStrength__item:nth-child(even) .p-serviceStrength__imageWrap {
    grid-column: 2;
  }
  .p-serviceStrength__item:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 21.5rem);
  }
  .p-serviceStrength__item:nth-child(even) .p-serviceStrength__content {
    grid-column: 1;
    grid-row: 1;
  }
  .p-serviceStrength__imageWrap {
    aspect-ratio: 344/220;
    border-radius: 0.625rem;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    overflow: hidden;
  }
  .p-serviceStrength__badge {
    display: none;
  }
  .p-serviceStrength__content {
    margin-top: 32px;
    margin-top: 2rem;
    text-align: left;
  }
  .p-serviceStrength__number {
    color: #fff;
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 100px;
    font-size: 6.25rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 34px;
    right: 2.125rem;
    top: 50px;
    top: 3.125rem;
    z-index: -1;
  }
  .p-serviceStrength__item:first-child .p-serviceStrength__number {
    top: 30px;
    top: 1.875rem;
  }
  .p-serviceStrength__titleRow {
    align-items: center;
    display: flex;
    gap: 14px;
    gap: 0.875rem;
  }
  .p-serviceStrength__titleBadge {
    align-items: center;
    background: #444;
    border-radius: 0.125rem;
    color: #fff;
    display: grid;
    flex: 0 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: max(12px, min(14px, 14px));
    font-size: max(12px, min(0.875rem, 14px));
    font-weight: 400;
    height: 40px;
    height: 2.5rem;
    justify-items: center;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 0;
    place-items: center;
    width: 40px;
    width: 2.5rem;
  }
  .p-serviceStrength__title {
    font-size: max(17px, min(22px, 22px));
    font-size: max(17px, min(1.375rem, 22px));
  }
  .p-serviceStrength__titleBreakSp {
    display: none;
  }
  .p-serviceStrength__title::before {
    content: attr(data-number);
  }
  .p-serviceStrength__text {
    font-size: max(14px, min(16px, 16px));
    font-size: max(14px, min(1rem, 16px));
    letter-spacing: normal;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-serviceOverview__inner {
    max-width: 1060px;
    max-width: 66.25rem;
    padding-bottom: 95px;
    padding-bottom: 5.9375rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-serviceFlow__inner {
    max-width: 920px;
    max-width: 57.5rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .p-serviceFlow__list {
    gap: 30px 32px;
    gap: 1.875rem 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 57px;
    margin-top: 3.5625rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-serviceFlow__item:not(:last-child)::after {
    border-bottom: 9px solid transparent;
    border-bottom: 0.5625rem solid transparent;
    border-left: 10px solid #f75a43;
    border-left: 0.625rem solid #f75a43;
    border-right: 0;
    border-top: 9px solid transparent;
    border-top: 0.5625rem solid transparent;
    bottom: auto;
    right: -24px;
    right: -1.5rem;
  }
  .p-serviceFlow__item:nth-child(4)::after {
    display: none;
  }
  .p-serviceFlow__number {
    font-size: max(14px, min(16px, 16px));
    font-size: max(14px, min(1rem, 16px));
  }
  .p-serviceFlow__item p {
    font-size: inherit;
  }
  .c-serviceContact__inner {
    padding: 62px 70px 70px;
    padding: 3.875rem 4.375rem 4.375rem;
  }
  .c-serviceContact__title {
    font-size: max(20px, min(28px, 28px));
    font-size: max(20px, min(1.75rem, 28px));
    line-height: 1.85;
  }
  .c-serviceContact__titleBreakSp {
    display: none;
  }
  .c-serviceContact__text {
    font-size: max(14px, min(16px, 16px));
    font-size: max(14px, min(1rem, 16px));
    text-align: center;
  }
  .c-serviceContact__list {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    margin-top: 2.125rem;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
  }
  .c-serviceContact__contact {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 40px;
    align-items: center;
    gap: 40px;
    gap: 2.5rem;
    justify-content: center;
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .c-serviceContact__contact:has(.c-serviceContact__list > li:only-child) {
    gap: 70px;
    gap: 4.375rem;
  }
  .c-serviceContact__contact .c-serviceContact__list {
    margin-top: 0;
  }
  .c-serviceContact__button {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .p-serviceFaq {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-serviceFaq__inner {
    max-width: 1060px;
    max-width: 66.25rem;
    padding-bottom: 105px;
    padding-bottom: 6.5625rem;
    padding-top: 90px;
    padding-top: 5.625rem;
  }
  .p-serviceFaq__list {
    gap: 20px;
    gap: 1.25rem;
    margin-top: 52px;
    margin-top: 3.25rem;
  }
  .p-serviceFaq__item summary {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
    padding: 30px 40px 20px;
    padding: 1.875rem 2.5rem 1.25rem;
  }
  .p-serviceFaq__icon {
    height: 18px;
    height: 1.125rem;
    width: 18px;
    width: 1.125rem;
  }
  .p-serviceFaq__answer > * {
    font-size: max(14px, min(16px, 16px));
    font-size: max(14px, min(1rem, 16px));
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .p-serviceFaq + .c-cta,
  .p-homeContent .c-cta {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-topAbout {
    margin-top: 106px;
    margin-top: 6.625rem;
  }
  .p-topAbout__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 48px;
    line-height: 3rem;
  }
  .p-topAbout__titleLine {
    display: inline;
  }
  .p-topAbout__text {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 40px;
    line-height: 2.5rem;
    margin-right: -0.05em;
    margin-top: 24.8px;
    margin-top: 1.55rem;
    text-align: center;
  }
  .p-topAbout__breakPc {
    display: block;
  }
  .p-topBlog__inner {
    padding-top: 106px;
    padding-top: 6.625rem;
  }
  .p-topBlog__title {
    font-size: max(23px, min(40px, 40px));
    font-size: max(23px, min(2.5rem, 40px));
    letter-spacing: 0.025em;
    margin-right: -0.025em;
    margin-right: 0;
  }
  .p-topBlog__subtitle {
    font-size: max(12px, min(17px, 17px));
    font-size: max(12px, min(1.0625rem, 17px));
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-topBlog__list {
    display: grid;
    grid-template-columns: repeat(3, 22.5rem);
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
    margin-top: 58px;
    margin-top: 3.625rem;
  }
  .p-topBlog__item + .p-topBlog__item {
    margin-top: 0;
  }
  .p-topBlog__meta {
    margin-top: 22px;
    margin-top: 1.375rem;
    padding-left: 2.8px;
    padding-left: 0.175rem;
    -moz-column-gap: 0.6375rem;
         column-gap: 0.6375rem;
  }
  .p-topBlog__date {
    font-size: max(12px, min(15px, 15px));
    font-size: max(12px, min(0.9375rem, 15px));
  }
  .p-topBlog__category {
    font-size: max(12px, min(13px, 13px));
    font-size: max(12px, min(0.8125rem, 13px));
  }
  .p-topBlog .c-card__title {
    margin-top: 14.9px;
    margin-top: 0.93125rem;
  }
  .p-topBlog__button {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-topCase__inner {
    padding-top: 106px;
    padding-top: 6.625rem;
  }
  .p-topCase__title {
    font-size: max(23px, min(40px, 40px));
    font-size: max(23px, min(2.5rem, 40px));
    letter-spacing: 0.025em;
    margin-right: -0.025em;
    margin-right: 0;
  }
  .p-topCase__subtitle {
    font-size: max(12px, min(17px, 17px));
    font-size: max(12px, min(1.0625rem, 17px));
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-topCase__list {
    display: grid;
    grid-template-columns: repeat(3, 22.5rem);
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
    margin-top: 62px;
    margin-top: 3.875rem;
  }
  .p-topCase__item + .p-topCase__item {
    margin-top: 0;
  }
  .p-topCase__date {
    font-size: max(15px, min(15px, 15px));
    font-size: max(15px, min(0.9375rem, 15px));
  }
  .p-topCase__category {
    font-size: max(10px, min(12px, 12px));
    font-size: max(10px, min(0.75rem, 12px));
  }
  .p-topCase .c-card__title {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-topCase__button {
    margin-top: 54.2px;
    margin-top: 3.3875rem;
  }
  .p-topNews {
    border-radius: 5.625rem;
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-topNews__inner {
    padding-bottom: 94px;
    padding-bottom: 5.875rem;
    padding-top: 96px;
    padding-top: 6rem;
  }
  .p-topNews__title {
    font-size: max(23px, min(40px, 40px));
    font-size: max(23px, min(2.5rem, 40px));
    letter-spacing: 0.025em;
    margin-right: -0.025em;
  }
  .p-topNews__subtitle {
    font-size: max(12px, min(17px, 17px));
    font-size: max(12px, min(1.0625rem, 17px));
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-topNews__list {
    margin-top: 67px;
    margin-top: 4.1875rem;
  }
  .p-topNews__item {
    border-radius: 0.625rem;
    min-height: 130px;
    min-height: 8.125rem;
  }
  .p-topNews__item + .p-topNews__item {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-topNews__link {
    padding-left: 35.7px;
    padding-left: 2.23125rem;
    padding-right: 35.7px;
    padding-right: 2.23125rem;
  }
  .p-topNews__meta {
    -moz-column-gap: 0.58125rem;
         column-gap: 0.58125rem;
  }
  .p-topNews__date {
    font-size: max(12px, min(15px, 15px));
    font-size: max(12px, min(0.9375rem, 15px));
  }
  .p-topNews__category {
    font-size: max(12px, min(13px, 13px));
    font-size: max(12px, min(0.8125rem, 13px));
  }
  .p-topNews__itemTitle {
    font-size: max(14px, min(18px, 18px));
    font-size: max(14px, min(1.125rem, 18px));
    line-height: 1.5;
    margin-top: 13px;
    margin-top: 0.8125rem;
    max-width: 844px;
    max-width: 52.75rem;
  }
  .p-topNews__arrow {
    display: block;
    height: 44.69px;
    height: 2.793125rem;
    margin-left: 24px;
    margin-left: 1.5rem;
    width: 44.69px;
    width: 2.793125rem;
  }
  .p-topNews__button {
    margin-top: 59px;
    margin-top: 3.6875rem;
  }
  .p-topRecruit__inner {
    display: flex;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    padding-top: 137px;
    padding-top: 8.5625rem;
  }
  .p-topRecruit__imageWrap {
    border-radius: 1rem;
    flex-shrink: 0;
    height: 300px;
    height: 18.75rem;
    margin-top: 25px;
    margin-top: 1.5625rem;
    width: 520px;
    width: 32.5rem;
  }
  .p-topRecruit__content {
    margin-left: 80.4px;
    margin-left: 5.025rem;
    margin-top: 0;
    width: 594.6px;
    width: 37.1625rem;
  }
  .p-topRecruit__join {
    height: 92.94px;
    height: 5.80875rem;
    margin-bottom: -90.14px;
    margin-bottom: -5.63375rem;
    margin-left: 159px;
    margin-left: 9.9375rem;
    margin-right: 0;
    margin-top: -2.8px;
    margin-top: -0.175rem;
    position: static;
    transform: rotate(-1deg);
    width: 159.3px;
    width: 9.95625rem;
  }
  .p-topRecruit__title {
    font-size: max(23px, min(40px, 40px));
    font-size: max(23px, min(2.5rem, 40px));
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: auto;
  }
  .p-topRecruit__subtitle {
    font-size: max(12px, min(17px, 17px));
    font-size: max(12px, min(1.0625rem, 17px));
    margin-left: 0;
    margin-right: 0;
    margin-top: 21px;
    margin-top: 1.3125rem;
    text-align: left;
    width: auto;
  }
  .p-topRecruit__copy {
    font-size: max(20px, min(26px, 26px));
    font-size: max(20px, min(1.625rem, 26px));
    line-height: 1.7692307692;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-top: 0.9375rem;
    text-align: left;
    width: 399px;
    width: 24.9375rem;
  }
  .p-topRecruit__copyBreak {
    display: none;
  }
  .p-topRecruit__text {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
    line-height: 2.2352941176;
    margin-top: 6.5px;
    margin-top: 0.40625rem;
    width: 594.6px;
    width: 37.1625rem;
  }
  .p-topRecruit__button {
    margin-left: 0.6px;
    margin-left: 0.0375rem;
    margin-right: 0;
    margin-top: 36.5px;
    margin-top: 2.28125rem;
  }
  .p-topService {
    border-radius: 5.625rem;
    margin-top: -103px;
    margin-top: -6.4375rem;
  }
  .p-topService__inner {
    padding-bottom: 104px;
    padding-bottom: 6.5rem;
    padding-top: 86px;
    padding-top: 5.375rem;
  }
  .p-topService__title {
    font-size: max(23px, min(40px, 40px));
    font-size: max(23px, min(2.5rem, 40px));
    top: 0;
  }
  .p-topService__subtitle {
    font-size: max(12px, min(17px, 17px));
    font-size: max(12px, min(1.0625rem, 17px));
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-topService__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 32.5rem));
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    grid-row-gap: 58.5px;
    margin-top: 78px;
    margin-top: 4.875rem;
    padding-left: 39px;
    padding-left: 2.4375rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    row-gap: 58.5px;
    row-gap: 3.65625rem;
  }
  .p-topService__card + .p-topService__card {
    margin-top: 0;
  }
  .p-topService__card.p-topService__card--04 {
    margin-top: 0;
  }
  .p-topService__imageWrap {
    border-radius: 1rem;
    height: 300px;
    height: 18.75rem;
    width: 520px;
    width: 32.5rem;
  }
  .p-topService__imageArrow {
    bottom: 23px;
    bottom: 1.4375rem;
    right: 23px;
    right: 1.4375rem;
  }
  .p-topService__badge {
    font-size: max(12px, min(15px, 15px));
    font-size: max(12px, min(0.9375rem, 15px));
    height: 34px;
    height: 2.125rem;
    left: 30px;
    left: 1.875rem;
    top: -12px;
    top: -0.75rem;
    width: 130px;
    width: 8.125rem;
  }
  .p-topService__itemTitle {
    font-size: max(20px, min(30px, 30px));
    font-size: max(20px, min(1.875rem, 30px));
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-topService__card--01 .p-topService__itemTitle,
  .p-topService__card--05 .p-topService__itemTitle {
    font-size: max(20px, min(34px, 34px));
    font-size: max(20px, min(2.125rem, 34px));
  }
  .p-topService__itemText {
    font-size: max(14px, min(17px, 17px));
    font-size: max(14px, min(1.0625rem, 17px));
    line-height: 2.2352941176;
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .p-topService__card--01 .p-topService__itemText {
    font-size: max(14px, min(18px, 18px));
    font-size: max(14px, min(1.125rem, 18px));
  }
  .p-topService__divider {
    height: 1px;
    height: 0.0625rem;
    left: -2px;
    left: -0.125rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-top: 4.375rem;
    position: relative;
    width: 1140px;
    width: 71.25rem;
  }
  .p-topService__card--05 {
    display: grid;
    grid-template-columns: 32.5rem 32.625rem;
    grid-column-gap: 2.875rem;
    -moz-column-gap: 2.875rem;
         column-gap: 2.875rem;
    margin-top: 107px;
    margin-top: 6.6875rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
  }
  .p-topService__card--05 .p-topService__itemTitle {
    margin-top: -6px;
    margin-top: -0.375rem;
  }
  .p-topService__card--05 .p-topService__itemText {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-topService__button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 31.5px;
    margin-top: 1.96875rem;
  }
  .p-topStrength {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-topStrength__title {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .p-topStrength__subtitle {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-top: 10.5px;
    margin-top: 0.65625rem;
  }
  .p-topStrength__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 60px;
    gap: 60px;
    gap: 3.75rem;
    margin-top: 57px;
    margin-top: 3.5625rem;
  }
  .p-topStrength__item + .p-topStrength__item {
    margin-top: 0;
  }
  .p-topStrength__imageWrap {
    height: 200px;
    height: 12.5rem;
    max-width: 320px;
    max-width: 20rem;
    width: 100%;
  }
  .p-topStrength__number {
    font-size: 16px;
    font-size: 1rem;
    height: 34px;
    height: 2.125rem;
    left: 16.5px;
    left: 1.03125rem;
    top: -11.5px;
    top: -0.71875rem;
    width: 34px;
    width: 2.125rem;
  }
  .p-topStrength__itemTitle {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 32.7px;
    margin-top: 2.04375rem;
  }
  .p-topStrength__itemText {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-top: 13.3px;
    margin-top: 0.83125rem;
    width: auto;
  }
  .p-topStrength__button {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width: 1060px){
  html {
    font-size: 16px;
  }
  .p-topNews__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px){
  .l-footer__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .c-cta {
    padding-left: 0;
    padding-right: 0;
  }
  .p-topAbout__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-topBlog__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-topCase__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-topRecruit__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-topService__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px){
  .l-footer__office a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  .l-header {
    height: 100px;
    height: 6.25rem;
  }
  .l-header__logo {
    height: 48.8px;
    height: 3.05rem;
    margin-left: 45px;
    margin-left: 2.8125rem;
    width: 249px;
    width: 15.5625rem;
  }
  .l-header__creditLogo {
    height: 49px;
    height: 3.0625rem;
    width: 60px;
    width: 3.75rem;
  }
  .l-header__logoDivider {
    height: 30px;
    height: 1.875rem;
    left: 75px;
    left: 4.6875rem;
  }
  .l-header__smaciaLogo {
    height: 25px;
    height: 1.5625rem;
    left: 90px;
    left: 5.625rem;
    width: 159px;
    width: 9.9375rem;
  }
  .l-header__logo--smaciaOnly {
    width: 159px;
    width: 9.9375rem;
  }
  .l-header__nav,
  .l-header__contact {
    display: block;
  }
  .l-header__nav {
    flex-shrink: 0;
    height: 100%;
    margin-left: auto;
    position: relative;
    width: 621px;
    width: 38.8125rem;
  }
  .l-header__contact {
    background-color: #333;
    border-radius: 0.375rem;
    color: #fff;
    flex-shrink: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    height: 40px;
    height: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-left: 30px;
    margin-left: 1.875rem;
    margin-right: 60px;
    margin-right: 3.75rem;
    position: relative;
    text-align: center;
    transition: background-color 0.8s ease;
    width: 160px;
    width: 10rem;
  }
  .l-header__hamburger {
    display: none;
  }
  .l-header__drawer {
    display: none;
  }
  .l-header__drawerPhoneNumber {
    cursor: default;
    pointer-events: none;
  }
  .c-articleDetail {
    width: 100%;
  }
  .c-cta__number {
    pointer-events: none;
  }
  .p-newsIndex__content {
    width: 100%;
  }
  .c-table__label {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .c-table__value {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-jobOpenings__content {
    padding-left: 0;
    padding-right: 0;
  }
  .p-recruit__lead,
  .p-recruit__section,
  .p-recruit__links {
    padding-left: 0;
    padding-right: 0;
  }
  .p-recruit__lead + .p-recruit__section,
  .p-recruit__flow {
    padding-left: calc((100% - 66.25rem) / 2);
    padding-right: calc((100% - 66.25rem) / 2);
  }
  .p-serviceHero__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-serviceHero__title--compact {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-serviceFlow__item {
    font-size: 17px;
    font-size: 1.0625rem;
    min-height: 150px;
    min-height: 9.375rem;
  }
  .p-serviceFlow__item p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .c-serviceContact__title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 500;
  }
  .p-serviceFaq__q {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce){
  .l-footer__nav--sp .l-footer__navList--child {
    transition: none;
  }
  .l-footer__nav--sp .l-footer__navItem--service,
  .l-footer__nav--sp .l-footer__navItem--dropdown,
  .l-footer__nav--sp .l-footer__navList--child,
  .l-footer__nav--sp .l-footer__navItem--service.is-open .l-footer__navList--child,
  .l-footer__nav--sp .l-footer__navItem--dropdown.is-open .l-footer__navList--child {
    transition: none;
  }
  .l-header__drawerSubList {
    transition: none;
  }
  .l-header,
  .l-header__creditLogo,
  .l-header__smaciaLogo,
  .l-header__navLink::after,
  .l-header__dropdown,
  .l-header__dropdownLink::after,
  .l-header__contact,
  .l-header__hamburgerIcon,
  .l-header__drawer {
    transition: none;
  }
  .c-archiveCard__thumb img,
  .c-archiveCard__title {
    transition: none;
  }
  .c-articleDetail__body a::after,
  .c-articleDetail__navLink,
  .c-articleDetail__navLink span {
    transition: none;
  }
  .c-btn:hover .c-btn__arrow::before {
    animation: none;
  }
  .c-categoryTabs a,
  .c-categoryTabs a::after {
    transition: none;
  }
  .c-newsList__title {
    transition: none;
  }
  .c-newsList__link:hover .c-newsList__arrow::before,
  .c-newsList__link:focus-visible .c-newsList__arrow::before {
    animation: none;
  }
  .c-pagination a,
  .c-pagination__next span,
  .c-pagination__last span,
  .c-pagination__prev span,
  .c-pagination__first span {
    transition: none;
  }
  .p-privacy__link::after {
    transition: none;
  }
  .p-marquee__track {
    animation: none;
  }
  .p-mv.is-sliderReady .p-mv__slide,
  .p-mv.is-sliderReady .p-mv__content {
    animation: none;
  }
  .p-mv.is-sliderReady .p-mv__slide {
    opacity: 0;
    transform: none;
  }
  .p-mv.is-sliderReady .p-mv__slide--01 {
    opacity: 1;
  }
  .p-petIntro__marqueeTrack {
    animation: none;
  }
  .p-petWorks__track {
    will-change: auto;
  }
  .p-topNews__link:hover .p-topNews__arrow::before,
  .p-topNews__link:focus-visible .p-topNews__arrow::before {
    animation: none;
  }
  .p-topRecruit__imageWrap.js-fadeIn.is-fadeReady {
    transform: none;
  }
  .p-topService__imageWrap:hover .p-topService__imageArrow::before,
  .p-topService__imageWrap:focus-visible .p-topService__imageArrow::before {
    animation: none;
  }
  .p-topService__image {
    transition: none;
  }
  .js-fadeIn.is-fadeReady {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px){
  .l-footer__nav {
    transform: scale(0.82);
    transform-origin: top right;
  }
  .c-cta__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .c-cta__button {
    margin-left: 0;
    width: 28%;
  }
  .c-table__label {
    font-size: max(14px, min(16px, 16px));
    font-size: max(14px, min(1rem, 16px));
    font-weight: 700;
  }
  .c-table__value {
    font-size: max(14px, min(16px, 16px));
    font-size: max(14px, min(1rem, 16px));
  }
  .p-petHero__content {
    left: 50px;
    left: 3.125rem;
  }
  .p-petServices__item {
    gap: 38px;
    gap: 2.375rem;
  }
  .p-petInstall {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .p-petInstall__head {
    grid-template-columns: 10rem 1fr;
  }
  .p-petReasons__item {
    grid-template-columns: 38% 1fr;
  }
  .p-petReasons__item:nth-child(even) {
    grid-template-columns: 1fr 38%;
  }
  .p-serviceFlow__item {
    font-size: max(13px, min(17px, 17px));
    font-size: max(13px, min(1.0625rem, 17px));
  }
  .c-serviceContact__button {
    flex-shrink: 0;
    width: 292px;
    width: 18.25rem;
  }
  .p-topAbout__inner {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .p-topBlog__inner {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .p-topBlog__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p-topBlog .c-card__imageWrap {
    width: 100%;
  }
  .p-topCase__inner {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .p-topCase__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p-topCase .c-card__imageWrap {
    width: 100%;
  }
  .p-topCase .c-card__title {
    margin-left: 0;
  }
  .p-topNews__itemTitle {
    width: calc(100% - 80px);
  }
  .p-topRecruit__inner {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .p-topRecruit__imageWrap {
    width: 43.333%;
  }
  .p-topRecruit__content {
    margin-left: 40px;
    width: calc(56.667% - 40px);
  }
  .p-topRecruit__copy {
    width: 100%;
  }
  .p-topRecruit__text {
    width: 100%;
  }
  .p-topService__inner {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .p-topService__list,
  .p-topService__card--05 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-topService__imageWrap,
  .p-topService__divider {
    width: 100%;
  }
  .p-topService__divider {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px){
  .l-header {
    height: 64px;
  }
  .l-header__logo {
    height: 32.5px;
    margin-left: 23.5px;
    margin-top: 4.5px;
    width: 187.5px;
  }
  .l-header__creditLogo {
    height: 32.5px;
    width: 40px;
  }
  .l-header__logoDivider {
    height: 20px;
    left: 48px;
    top: 50%;
    width: 1px;
  }
  .l-header__smaciaLogo {
    height: 20.4px;
    left: 58px;
    top: 50%;
    width: 86.5px;
  }
  .l-header__logo--smaciaOnly {
    width: 129.5px;
  }
  .l-header__hamburger {
    height: 28.5px;
    margin-right: 20.5px;
    width: 28.5px;
  }
  .l-header__hamburgerIcon {
    height: 28.5px;
    width: 28.5px;
  }
  .l-header__hamburger[aria-expanded=true] {
    border-radius: 4px;
  }
  .l-header__drawerNav {
    max-width: 375px;
    padding-bottom: 36px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 66px;
  }
  .l-header__drawerList {
    border-top-width: 1px;
  }
  .l-header__drawerItem {
    border-bottom-width: 1px;
  }
  .l-header__drawerLink {
    font-size: max(14px, min(14px, 14px));
    font-size: max(14px, min(0.875rem, 14px));
    line-height: 28px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .l-header__drawerService::after,
  .l-header__drawerAccordion::after {
    height: 1.5px;
    right: 1px;
    top: 29px;
    width: 11px;
  }
  .l-header__drawerService::before,
  .l-header__drawerAccordion::before {
    height: 11px;
    right: 5.75px;
    top: 24px;
    width: 1.5px;
  }
  .l-header__drawerSubList {
    padding-bottom: 0;
  }
  .l-header__drawerService[aria-expanded=true] + .l-header__drawerSubList,
  .l-header__drawerAccordion[aria-expanded=true] + .l-header__drawerSubList {
    max-height: 240px;
    padding-bottom: 15px;
  }
  .l-header__drawerSubLink {
    font-size: max(14px, min(14px, 14px));
    font-size: max(14px, min(0.875rem, 14px));
    line-height: 28px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-top: 4px;
  }
  .l-header__drawerContact {
    margin-top: 40px;
    width: 225px;
  }
  .l-header__drawerPhone + .l-header__drawerPhone {
    margin-top: 19px;
  }
  .l-header__drawerPhoneLine {
    gap: 8px;
  }
  .l-header__drawerPhoneLabel {
    border-radius: 3px;
    font-size: max(10px, min(10px, 10px));
    font-size: max(10px, min(0.625rem, 10px));
    height: 17px;
    width: 50px;
  }
  .l-header__drawerPhoneNumber {
    font-size: 18.5px;
  }
  .l-header__drawerPhonePrefix {
    font-size: 13.5px;
  }
  .l-header__drawerPhoneHours {
    font-size: max(12px, min(12px, 12px));
    font-size: max(12px, min(0.75rem, 12px));
    margin-top: 10px;
  }
  .l-header__drawerContactButton {
    border-radius: 4px;
    font-size: max(14px, min(14px, 14px));
    font-size: max(14px, min(0.875rem, 14px));
    height: 50px;
    margin-top: 35px;
  }
  .c-formField__input input,
  .c-formField__input select,
  .c-formField__input textarea {
    font-size: 16px;
  }
  .c-formField__input input,
  .c-formField__input select {
    height: 46px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .c-formField__input textarea {
    padding-bottom: 12px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
  }
  .c-formField__choiceList .wpcf7-list-item-label::before,
  .c-formField--checkbox .c-formField__choiceLabel input,
  .c-formField--agreement .wpcf7-list-item input {
    height: 20px;
    width: 20px;
  }
}
@media screen and (min-width: 1300px){
  .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-blogIndex__content {
    width: 100%;
  }
  .c-categoryTabs {
    width: 100%;
  }
  .p-contact__content {
    padding-left: 0;
    padding-right: 0;
  }
  .p-company__outline,
  .p-company__access,
  .p-company__history {
    padding-left: 0;
    padding-right: 0;
  }
  .p-privacy__article {
    padding-left: 0;
    padding-right: 0;
  }
  .p-topStrength__list {
    grid-template-columns: repeat(3, 22.5rem);
  }
  .p-topStrength__itemText {
    width: 366px;
    width: 22.875rem;
  }
}
@media (min-width: 768px){
  .c-cta {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .p-topNews__inner {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .p-topStrength__inner {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1000px){
  .c-cta__lead--left {
    text-align: center;
  }
  .c-infoList__tabletBreak {
    display: none;
  }
  .p-recruit__links--single .p-recruit__linkText {
    text-align: center;
  }
}
@media (max-width: 767px){
  .c-newsList__arrow {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) and (orientation: portrait){
  .p-mv {
    height: max(940px, min(100vh, 940px));
    height: max(58.75rem, min(100vh, 940px));
  }
}
@media (min-width: 1600px){
  .p-petHero__image {
    -o-object-position: left top;
       object-position: left top;
  }
}
@media screen and (min-width: 400px){
  .p-serviceFlow--petReform h3 .p-petSp {
    display: none;
  }
}
@media (min-width: 425px){
  .p-serviceLead__titleBreakNarrow {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1080px){
  .p-topService__button {
    font-size: 14px;
    font-size: 0.875rem;
    height: 50px;
    padding-left: 24px;
    padding-right: 24px;
    width: 225px;
  }
}
@media (min-width: 1215px){
  .p-topStrength__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */
