@charset "UTF-8";
/*----------------------------------------
	reset
----------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

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

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  background-color: transparent;
  background-color: initial;
  padding: 0;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #f2f2f2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  text-rendering: optimizeSpeed;
}

body.is-scroll {
  overflow: hidden;
}

a[href^="tel:"] {
  pointer-events: none;
}
.slider {
  width: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.slider .swiper-slide-active .slider__img,
.slider .swiper-slide-duplicate-active .slider__img,
.slider .swiper-slide-prev .slider__img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 2;
}

.slider__img {
  height: 100%;
}

.slider__img img {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.slider__slide {
  overflow: hidden;
}

.slider__btn {
  height: 60px;
  height: 3.75rem;
  width: 60px;
  width: 3.75rem;
}

.slider__pagination {
  bottom: 30px !important;
}

.slider__pagination {
  left: auto;
  position: absolute;
  right: auto;
  width: auto;
}

.card {
  position: relative;
}

.card--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.card__cat {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.card__img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.card__img img {
  -o-object-fit: cover;
  -webkit-backface-visibility: hidden;
  aspect-ratio: 4/3;
  backface-visibility: hidden;
  height: auto;
  object-fit: cover;
  transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
}

.card__body {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.card__date {
  display: inline-block;
}

.card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  overflow: hidden;
}

.card__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
  margin-top: 0.625rem;
  overflow: hidden;
}

.card__tag {
  margin-top: auto;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.cat {
  background-color: #4db2c1;
  border: 1px solid #4db2c1;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  min-width: 100px;
  min-width: 6.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  text-align: center;
}

.cat.is-current {
  color: #e05760;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list + .list {
  margin-top: 30px;
}

.list__title {
  width: 20%;
}

.list__text {
  width: 79.8%;
}

.breadcrumb {
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
}

.breadcrumb__inner {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}

.breadcrumb__inner > * {
  vertical-align: middle;
}

.breadcrumb__inner > * + * {
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.breadcrumb__icon {
  display: inline-block;
  width: 1em;
}

.year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}

.year a {
  border: 1px solid #4db2c1;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 78px;
  min-width: 4.875rem;
  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;
  text-align: center;
}

.year.current-year a[aria-current=page] {
  color: #e05760;
  font-weight: 700;
}

.year.current-month a[aria-current=page] {
  color: #e05760;
  font-weight: 700;
}

.pagination01 {
  border-top: 1px solid #f2f2f2;
  padding-top: 60px;
  padding-top: 3.75rem;
  position: relative;
}

.pagination01 .screen-reader-text {
  display: none;
}

.pagination01 .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination01 .nav-links a::after {
  display: none;
}

.pagination01 .nav-next a,
.pagination01 .nav-previous a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.pagination01 .nav-previous a img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.pagination01 .nav-next,
.pagination01 .nav-previous {
  width: 120px;
  width: 7.5rem;
}

.pagination01 .nav-next {
  margin-left: auto;
}

.pagination01 .nav-next a img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination02 .screen-reader-text {
  display: none;
}

.pagination02 .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination02 .nav-next,
.pagination02 .nav-previous {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: transparent;
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  max-width: 100%;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 44.55px;
  padding-right: 2.784375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #f2f2f2;
  border-radius: 6px;
  content: "";
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 24px;
  width: 1.5rem;
}

.btn::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../images/arrow-right-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 10px;
  width: 0.625rem;
}

.btn--orange::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #f76b13;
  border-radius: 6px;
  content: "";
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: -12px;
  right: -0.75rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 24px;
  width: 1.5rem;
}

.btn--orange::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../images/arrow-right-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 2px;
  right: 0.125rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 10px;
  width: 0.625rem;
}

.btn--black::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #2e2e2e;
  border-radius: 6px;
  content: "";
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 24px;
  width: 1.5rem;
}

.btn--black::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../images/arrow-right-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 10px;
  width: 0.625rem;
}

.top-title-en {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.11em;
  line-height: 1.42;
}

.top-title-ja {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.title-en {
  color: #f76b13;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.11em;
  line-height: 1;
}

.title-ja {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.title-label {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.label-icon {
  height: 14px;
  height: 0.875rem;
  width: 14px;
  width: 0.875rem;
}

.main-title,
.main-title {
  opacity: 0;
}

.main-title.is-active,
.main-title.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
.main-title-ja {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.main-title-en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f76b13;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 26px;
  height: 1.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
}
/* Loading背景画面設定　*/
#loading {
  background-color: #f2f2f2;
  height: 100vh;
  left: 0;
  /*fixedで全面に固定*/
  position: fixed;
  top: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  width: 100vw;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ヘッダー */
.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  height: 5.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 900;
}

.header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  max-width: 90rem;
  padding: 0px 36px;
  padding: 0rem 2.25rem;
  width: 100%;
}

.header__logo {
  height: inherit;
  width: 16.4473684211%;
}

.header__logo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__logo-img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.header__logo-img02 {
  display: none;
}

/* .page-id-114 .header__logo-img,
.single .header__logo-img {
  display: none;
}
.page-id-114 .header__logo-img02,
.single .header__logo-img02 {
  display: block;
} */
.page-id-114 .header__nav-link,
.single .header__nav-link {
  color: #2e2e2e;
}
.page-id-114 .header__nav-link--underline::before,
.single .header__nav-link--underline::before {
  background-color: currentColor;
}
.page-id-114 .header__nav-link--contact,
.single .header__nav-link--contact {
  color: #f2f2f2;
}
/* .page-id-114 .header.headerLogoScroll .header__logo-img,
.single .header.headerLogoScroll .header__logo-img {
  display: block;
}
.page-id-114 .header.headerLogoScroll .header__logo-img02,
.single .header.headerLogoScroll .header__logo-img02 {
  display: none;
} */
.page-id-114 .header.headerLogoScroll .header__nav-link,
.single .header.headerLogoScroll .header__nav-link {
  color: #f2f2f2;
}
.page-id-114 .header.headerLogoScroll .header__nav-link--underline::before,
.single .header.headerLogoScroll .header__nav-link--underline::before {
  background-color: currentColor;
}

.header__nav {
  height: inherit;
  height: 48px;
  height: 3rem;
}

.header__nav-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__nav-item {
  height: inherit;
}

.header__nav-item--contact {
  margin-left: 6px;
  margin-left: 0.375rem;
}

.header__nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: inherit;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0px 13px;
  margin: 0rem 0.8125rem;
  position: relative;
  text-transform: uppercase;
}

.header__nav-link--underline::before {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  background-color: currentColor;
  bottom: 8px;
  bottom: 0.5rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
          transform: scale(0, 1);
          transform-origin: right top;
  transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  width: 100%;
}
.header__nav-link--contact {
  background-color: #f76b13;
  border-radius: 8px;
  padding: 14px;
  padding: 0.875rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.header__hamburger {
  background-color: #f76b13;
  border: none;
  cursor: pointer;
  display: none;
  height: 60px;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 60px;
  z-index: 999;
}

.header__hamburger.is-open {
  background-color: transparent;
}

.header__hamburger span {
  -webkit-transform: translateX(-50%);
  background-color: #fff;
  display: block;
  height: 1px;
  left: 50%;
  position: relative;
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 40px;
}

.header__hamburger span:nth-of-type(1) {
  top: -10px;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 10px;
}

.header__hamburger.is-open span:nth-of-type(1) {
  -webkit-transform: translate(-50%, 10px) rotate(-315deg);
          transform: translate(-50%, 10px) rotate(-315deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -12px) rotate(315deg);
          transform: translate(-50%, -12px) rotate(315deg);
}

.header__drawer {
  background-color: #f76b13;
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 120px 0px;
  padding: 7.5rem 0rem;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-item a {
  color: #fff;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 0px;
  padding: 0.9375rem 0rem;
  text-align: center;
  text-transform: uppercase;
}

/* レスポンシブ */
.top-fv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1440/782;
  background-image: url(../images/top-fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.top-fv__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-fv__title-main {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  opacity: 0;
}

.top-fv__title-sub {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  opacity: 0;
  text-align: center;
}

.top-fv__title-main.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-fv__title-sub.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
/* スクロールダウンの位置 */
.scroll {
  bottom: 73px;
  bottom: 4.5625rem;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 0.8;
  position: absolute;
  right: 34px;
  right: 2.125rem;
}

/* 線のアニメーション部分 */
.scroll::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #f2f2f2;
  content: "";
  height: 77px;
  height: 4.8125rem;
  left: -14px;
  left: -0.875rem;
  margin: auto;
  position: absolute;
  top: 9px;
  top: 0.5625rem;
  width: 1px;
  width: 0.0625rem;
}

/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}
.top-about {
  background-color: #2e2e2e;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  padding-top: 180px;
  padding-top: 11.25rem;
}

.top-about.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
.top-about__content {
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
}

.top-about__content.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
.top-about__body {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.top-about__title-ja {
  letter-spacing: -0.03em;
}

.top-about__text-box {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.top-about__text {
  letter-spacing: 0.08em;
  line-height: 2;
}

.top-about__text:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.top-about__img {
  max-width: 516px;
  max-width: 32.25rem;
}

.top-about__img img {
  border-radius: 5px;
  width: 100%;
}
.top-service {
  background-color: #444444;
  padding-bottom: 152px;
  padding-bottom: 9.5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.top-service__inner {
  opacity: 0;
}

.top-service__inner.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
.top-service__head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-service__head-text {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  margin-left: 4.5138888889vw;
}

.top-service__link {
  margin-left: auto;
  white-space: nowrap;
  width: 21%;
}

.top-service__btn,
.top-service__btn::before,
.top-service__btn::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-service__container {
  margin-top: 107px;
  margin-top: 6.6875rem;
}

.top-service__content {
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
          column-gap: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-service__content--reverse {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 80px;
  margin-top: 5rem;
}

.top-service__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.top-service__body-title {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-service__body-title-number {
  background-color: #f76b13;
  border-radius: 13px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 5.5px 0px;
  padding: 0.34375rem 0rem;
  text-align: center;
  width: 51px;
  width: 3.1875rem;
}

.top-service__body-title-main {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.top-service__body-text {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2;
  margin-top: 32px;
  margin-top: 2rem;
}

.top-service__body-link {
  margin-top: 41px;
  margin-top: 2.5625rem;
  text-align: right;
}

.top-service__body-btn {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.25;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 36px;
  padding-right: 2.25rem;
  padding-top: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-underline-offset: 0.3125rem;
}

.top-service__body-btn::after,
.top-service__bottom-btn:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-service__img {
  width: 48.4166666667%;
}

.top-service__img img {
  border-radius: 10px;
  width: 100%;
}

.top-service__bottom {
  background-color: #f2f2f2;
  border-radius: 30px;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 49px;
  padding-bottom: 3.0625rem;
  padding-left: 64px;
  padding-left: 4rem;
  padding-right: 64px;
  padding-right: 4rem;
  padding-top: 51px;
  padding-top: 3.1875rem;
}

.top-service__bottom-title {
  color: #2e2e2e;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}

.top-service__bottom-content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.top-service__bottom-item {
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-service__bottom-item:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.top-service__bottom-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2e2e2e;
  border-radius: 13px;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 26px;
  height: 1.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  width: 90px;
  width: 5.625rem;
}

.top-service__bottom-text {
  color: #2e2e2e;
  font-size: 17px;
  font-size: 1.0625rem;
}

.top-service__bottom-btn {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #2e2e2e;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.25;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 28px;
  padding-right: 1.75rem;
  padding-top: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-underline-offset: 0.3125rem;
}
.top-advantages {
  background-color: #2e2e2e;
  padding-bottom: 159px;
  padding-bottom: 9.9375rem;
  padding-top: 182px;
  padding-top: 11.375rem;
}

.top-advantages__inner {
  opacity: 0;
}

.top-advantages__inner.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
.top-advantages__title {
  text-align: center;
}

.top-advantages__title-label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-advantages__list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 58px;
  margin-top: 3.625rem;
}

.top-advantages__item {
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 29px;
  padding-right: 1.8125rem;
  padding-top: 13px;
  padding-top: 0.8125rem;
  row-gap: 67px;
  row-gap: 4.1875rem;
}

.top-advantages__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-advantages__number {
  color: #f76b13;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
}

.top-advantages__icon {
  margin-left: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
  max-width: 61.48px;
  max-width: 3.8425rem;
}

.top-advantages__icon02 {
  max-width: 57.16px;
  max-width: 3.5725rem;
}

.top-advantages__icon03 {
  max-width: 61.53px;
  max-width: 3.845625rem;
}

.top-advantages__icon04 {
  max-width: 77.9px;
  max-width: 4.86875rem;
}

.top-advantages__icon05 {
  max-width: 51.62px;
  max-width: 3.22625rem;
}

.top-advantages__icon06 {
  max-width: 63.16px;
  max-width: 3.9475rem;
}

.top-advantages__icon img {
  width: 100%;
}

.top-advantages__text {
  color: #2e2e2e;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.75;
  margin-left: 4px;
  margin-left: 0.25rem;
}

.top-advantages__highlight {
  color: #f76b13;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
.top-materials {
  background-color: #2e2e2e;
}

.top-materials__content {
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
  background-color: #fff;
  border-radius: 20px;
          column-gap: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  max-width: 66.875rem;
}

.top-materials__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 39px;
  padding-left: 2.4375rem;
  padding-top: 68px;
  padding-top: 4.25rem;
}

.top-materials__title-en {
  color: #2e2e2e;
}

.top-materials__title-ja {
  color: #2e2e2e;
}

.top-materials__body-text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 58px;
  margin-top: 3.625rem;
}

.top-materials__body-link {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: right;
}

.top-materials__body-btn {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  border: none;
  color: #2e2e2e;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.07em;
  line-height: 1.25;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 37px;
  padding-right: 2.3125rem;
  padding-top: 0;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-underline-offset: 0.4375rem;
}

.top-materials__body-btn::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-materials__img img {
  width: 100%;
}
.top-materials__img {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  width: 48.2242990654%;
}

.top-materials__img img {
  -o-object-fit: cover;
  border-radius: 0 20px 20px 0;
  height: 100%;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-news {
  background-color: #2e2e2e;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  padding-top: 180px;
  padding-top: 11.25rem;
}

.top-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.top-news__content.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
.top-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-news__body-link {
  margin-top: 84px;
  margin-top: 5.25rem;
}

.top-news__body-btn {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 49px;
  padding-right: 3.0625rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.top-news__body-btn,
.top-news__body-btn::before,
.top-news__body-btn::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-news__list-wrapper {
  width: 74.1666666667%;
}

.top-news__item:first-child {
  border-top: 1px solid #f2f2f2;
}

.top-news__item {
  border-bottom: 1px solid #f2f2f2;
}
.top-news__link {
  grid-column-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-news__item-head {
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: 1/1/2/2;
}

.top-news__item-date {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  line-height: 1.65;
}

.top-news__item-category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 3px 15.11px;
  padding: 0.1875rem 0.944375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-news__item-title {
  font-size: 16px;
  font-size: 1rem;
  grid-area: 2/1/3/2;
  letter-spacing: 0.08em;
  line-height: 1.65;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-news__item-icon {
  background-color: #f2f2f2;
  border-radius: 9999px;
  display: inline-block;
  grid-area: 1/2/3/3;
  height: 2px;
  height: 0.125rem;
  margin: 4.3px 0;
  margin: 0.26875rem 0;
  margin-left: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}

.top-news__item-icon::before,
.top-news__item-icon::after {
  -webkit-transform-origin: calc(100% - 1px) 50%;
  background-color: #f2f2f2;
  border-radius: 9999px;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 8px;
  width: 0.5rem;
}

.top-news__item-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-news__item-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact-parts {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 93px;
  padding-bottom: 5.8125rem;
  padding-top: 95px;
  padding-top: 5.9375rem;
}

.contact-parts__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-parts__text {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  margin-top: 32px;
  margin-top: 2rem;
}

.contact-parts__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  row-gap: 0.5rem;
}

.contact-parts__link {
  width: 297px;
  width: 18.5625rem;
}

.contact-parts__btn {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #2e2e2e;
  letter-spacing: normal;
  padding: 0;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  text-align: left;
  width: 100%;
}

.contact-parts__btn--highlight {
  background-color: #f76b13;
  border: 1px solid #f76b13;
  color: #f2f2f2;
}

.contact-parts__btn,
.contact-parts__btn::before,
.contact-parts__btn::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* フッター */
.footer {
  background-color: #222222;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  max-width: 90rem;
  padding-left: 36px;
  padding-left: 2.25rem;
  padding-right: 36px;
  padding-right: 2.25rem;
  position: relative;
  width: 100%;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1184px;
  max-width: 74rem;
}

.footer__logo {
  height: inherit;
  max-width: 225.42px;
  max-width: 14.08875rem;
  width: 100%;
}

.footer__logo img {
  width: 100%;
}

.footer__info {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.footer__company-name,
.footer__address-text,
.footer__map-link-text,
.footer__contact-tel,
.footer__contact-fax {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.footer__map-link-text {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  padding-right: 18px;
  padding-right: 1.125rem;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
}

.footer__map-link-text::after {
  background-image: url(../images/icon-window-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 2px;
  bottom: 0.125rem;
  content: "";
  height: 11.25px;
  height: 0.703125rem;
  position: absolute;
  right: 0;
  width: 11.25px;
  width: 0.703125rem;
}

.footer__contact {
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav {
  -webkit-column-gap: 9.6875rem;
     -moz-column-gap: 9.6875rem;
          column-gap: 9.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 19px;
  row-gap: 1.1875rem;
}

.footer__nav-link {
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
}

.footer__nav-link::before {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  background-color: #f2f2f2;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
          transform: scale(0, 1);
          transform-origin: right top;
  transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  width: 100%;
}
.footer__nav-link--external {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
}

.footer__nav-link--external::after {
  background-image: url(../images/icon-window-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11.25px;
  height: 0.703125rem;
  position: absolute;
  right: 0;
  top: 5px;
  top: 0.3125rem;
  width: 11.25px;
  width: 0.703125rem;
}

.footer__sns {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 14.84px;
  width: 0.9275rem;
}

.footer__sns-link img {
  width: 100%;
}

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

.footer__copyright {
  font-family: "Inter", sans-serif;
  font-size: 10.48px;
  font-size: 0.655rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.footer__policy {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 10.48px;
  font-size: 0.655rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.footer__policy a {
  position: relative;
}

.footer__policy a::before {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  background-color: #f2f2f2;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
          transform: scale(0, 1);
          transform-origin: right top;
  transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.6, 0, 0, 1);
  width: 100%;
}
.footer__pagetop {
  margin-top: -10px;
  margin-top: -0.625rem;
  text-align: right;
}

.footer__pagetop-link {
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  line-height: 1.55;
  padding-right: 43px;
  padding-right: 2.6875rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__pagetop-link::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #f2f2f2;
  border-radius: 6px;
  content: "";
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 24px;
  width: 1.5rem;
}

.footer__pagetop-link::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../images/arrow-top-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  height: 0.875rem;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 50%;
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 14px;
  width: 0.875rem;
}
.error {
  background-color: #2e2e2e;
  padding-bottom: 298px;
  padding-bottom: 18.625rem;
  padding-top: 199px;
  padding-top: 12.4375rem;
}

.error__title-en {
  max-width: 103px;
  max-width: 6.4375rem;
}

.error__container {
  border-top: 1px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
  margin-top: 7.5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.error__message {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.error__link {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
}

.service-fv {
  background-color: #2e2e2e;
  padding-bottom: 152px;
  padding-bottom: 9.5rem;
  padding-top: 200px;
  padding-top: 12.5rem;
}

.service-fv__content {
  -webkit-column-gap: 3.625rem;
     -moz-column-gap: 3.625rem;
          column-gap: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-fv__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service__title-en {
  max-width: 88px;
  max-width: 5.5rem;
}

.service-fv__title {
  margin-top: 80px;
  margin-top: 5rem;
}

.service-fv__title-main {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
}

.service-fv__title-sub {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.service-fv__text {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 48px;
  margin-top: 3rem;
}

.service-fv__img {
  margin-right: calc(50% - 50vw);
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 636px;
  max-width: 39.75rem;
}

.service-fv__img img {
  border-radius: 5px 0 0 5px;
  width: 100%;
}
.service-link {
  background-color: #f2f2f2;
  padding-bottom: 104px;
  padding-bottom: 6.5rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.service-link__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1074px;
  max-width: 67.125rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  position: relative;
  width: 100%;
}

.service-link__list {
  grid-column-gap: 2.75rem;
  -webkit-column-gap: 2.75rem;
     -moz-column-gap: 2.75rem;
          column-gap: 2.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service-link__btn {
  border: 1px solid #2e2e2e;
  border-radius: 12px;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.08em;
  opacity: 0.5;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 31px;
  padding-right: 1.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-link__btn img {
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
}
.service-introduction {
  background-color: #f2f2f2;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.service-introduction__title-ja {
  color: #2e2e2e;
}

.service-introduction__container {
  margin-left: auto;
  max-width: 994px;
  max-width: 62.125rem;
}

.service-introduction__content {
  -webkit-column-gap: 3.4375rem;
     -moz-column-gap: 3.4375rem;
          column-gap: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-introduction__content01,
.service-introduction__content02 {
  padding-top: 88px;
  padding-top: 5.5rem;
}

.service-introduction__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.service-introduction__body-title {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-introduction__body-title-number {
  background-color: #f76b13;
  border-radius: 13px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 5.5px 0px;
  padding: 0.34375rem 0rem;
  text-align: center;
  width: 51px;
  width: 3.1875rem;
}

.service-introduction__body-title-main {
  color: #2e2e2e;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.service-introduction__body-text {
  color: #2e2e2e;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2;
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.service-introduction__img {
  max-width: 478px;
  max-width: 29.875rem;
}

.service-introduction__img img {
  border-radius: 10px;
  width: 100%;
}

.service-introduction__center {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 42px;
  padding-left: 2.625rem;
  padding-right: 60px;
  padding-right: 3.75rem;
  padding-top: 33px;
  padding-top: 2.0625rem;
}

.service-introduction__center-title {
  color: #2e2e2e;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}

.service-introduction__center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-introduction__center-body {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.service-introduction__center-img {
  border-radius: 10px;
  max-width: 285px;
  max-width: 17.8125rem;
  overflow: hidden;
}

.service-introduction__center-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.service-introduction__center-text {
  color: #2e2e2e;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.service-introduction__center-link {
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-align: right;
}

.service-introduction__center-btn {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  border: none;
  color: #2e2e2e;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.25;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 36px;
  padding-right: 2.25rem;
  padding-top: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-underline-offset: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-introduction__center-btn::after {
  background-image: url(../images/arrow-right-black.png);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-introduction__bottom {
  margin-top: 32px;
  margin-top: 2rem;
}

.service-introduction__bottom-list {
  grid-column-gap: 0.8125rem;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
}

.service-introduction__bottom-item {
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  justify-items: center;
  padding-bottom: 11.6px;
  padding-bottom: 0.725rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
}

.service-introduction__bottom-icon {
  max-width: 57.16px;
  max-width: 3.5725rem;
}

.service-introduction__bottom-icon02 {
  max-width: 63.16px;
  max-width: 3.9475rem;
}

.service-introduction__bottom-icon03 {
  max-width: 61.48px;
  max-width: 3.8425rem;
}

.service-introduction__bottom-icon04 {
  max-width: 61.53px;
  max-width: 3.845625rem;
}

.service-introduction__bottom-icon05 {
  max-width: 77.9px;
  max-width: 4.86875rem;
}

.service-introduction__bottom-icon img {
  width: 100%;
}

.service-introduction__bottom-text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 19px;
  margin-top: 1.1875rem;
  text-align: center;
}
.service-advantages {
  background-color: #f2f2f2;
  color: #2e2e2e;
  padding-bottom: 117px;
  padding-bottom: 7.3125rem;
}

.service-advantages__inner {
  background-color: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
  padding-left: 103px;
  padding-left: 6.4375rem;
  padding-right: 103px;
  padding-right: 6.4375rem;
  padding-top: 76px;
  padding-top: 4.75rem;
  width: 100%;
}

.service-advantages__title {
  text-align: center;
}

.service-advantages__list {
  grid-column-gap: 2.375rem;
  grid-row-gap: 0rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 83px;
  margin-top: 5.1875rem;
}

.service-advantages__item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
}

.service-advantages__item-title {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-advantages__item-title-number {
  background-color: #f76b13;
  border-radius: 13px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 5.5px 0px;
  padding: 0.34375rem 0rem;
  text-align: center;
  width: 51px;
  width: 3.1875rem;
}

.service-advantages__item-title-main {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.service-advantages__img {
  margin-top: 31px;
  margin-top: 1.9375rem;
  max-width: 478px;
  max-width: 29.875rem;
}

.service-advantages__img img {
  width: 100%;
}

.service-advantages__challenge {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.service-advantages__challenge-label,
.service-advantages__proposal-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2e2e2e;
  border-radius: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
}

.service-advantages__challenge-label {
  height: 36px;
  height: 2.25rem;
  width: 154px;
  width: 9.625rem;
}

.service-advantages__challenge-text,
.service-advantages__proposal-text {
  line-height: 2;
}

.service-advantages__proposal {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.service-advantages__proposal-label {
  background-color: #2e2e2e;
  color: #fff;
  height: 36px;
  height: 2.25rem;
  width: 114px;
  width: 7.125rem;
}

.service-advantages__proposal-text span {
  font-size: 13px;
  font-size: 0.8125rem;
}
.service-quality {
  background-color: #2e2e2e;
  padding-bottom: 171px;
  padding-bottom: 10.6875rem;
}

.service-quality__fv-img img {
  width: 100%;
}

.service-quality__inner {
  padding-top: 180px;
  padding-top: 11.25rem;
}

.service-quality__container {
  margin-left: auto;
  margin-top: 56px;
  margin-top: 3.5rem;
  max-width: 994px;
  max-width: 62.125rem;
}

.service-quality__content02 {
  margin-top: 99px;
  margin-top: 6.1875rem;
}

.service-quality__content03 {
  margin-top: 79px;
  margin-top: 4.9375rem;
}

.service-quality__img img {
  border-radius: 7.85px;
  width: 100%;
}

.service-quality__body {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.service-quality__body-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.service-quality__body-description {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2;
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.service-quality__body-list {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.service-quality__body-item {
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  position: relative;
}

.service-quality__body-icon {
  background-color: #f76b13;
  border-radius: 50%;
  content: "";
  height: 5px;
  height: 0.3125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: 5px;
  width: 0.3125rem;
}

.service-quality__body-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service-quality__inspection {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.service-quality__inspection-title {
  background-color: #444444;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.service-quality__inspection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.service-quality__inspection-item {
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.22;
  position: relative;
}

.service-quality__inspection-icon {
  background-color: #f76b13;
  border-radius: 50%;
  content: "";
  height: 5px;
  height: 0.3125rem;
  margin-top: 16px;
  margin-top: 1rem;
  width: 5px;
  width: 0.3125rem;
}

.service-quality__inspection-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service-quality__process {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.service-quality__process-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: 0.5rem 13.5rem auto;
  grid-template-rows: repeat(3, auto);
}

.service-quality__process-icon {
  background-color: #f76b13;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
  width: 8px;
  width: 0.5rem;
}

.service-quality__process-title {
  font-weight: 700;
  line-height: 2;
  padding-left: 8px;
  padding-left: 0.5rem;
  position: relative;
}

.service-quality__process-text {
  line-height: 2;
}
.company-fv {
  background-color: #2e2e2e;
  padding-bottom: 168px;
  padding-bottom: 10.5rem;
  padding-top: 199px;
  padding-top: 12.4375rem;
}

.company__title-en {
  max-width: 104px;
  max-width: 6.5rem;
}

.company-message {
  background-color: #f2f2f2;
  color: #2e2e2e;
  padding-bottom: 232px;
  padding-bottom: 14.5rem;
  padding-top: 99px;
  padding-top: 6.1875rem;
}

.company-message__container {
  border-top: 1px solid #464646;
  padding-top: 61px;
  padding-top: 3.8125rem;
}

.company-message__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 39px;
  margin-top: 2.4375rem;
  max-width: 787px;
  max-width: 49.1875rem;
}

.company-message__text,
.company-message__signature-text {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2;
}

.company-message__signature {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: right;
}
.company-outline {
  background-color: #f2f2f2;
  color: #2e2e2e;
  padding-bottom: 157px;
  padding-bottom: 9.8125rem;
}

.company-outline__container {
  border-top: 1px solid #464646;
  padding-top: 51px;
  padding-top: 3.1875rem;
}

.company-outline__table-wrap {
  margin-left: auto;
  margin-top: 11px;
  margin-top: 0.6875rem;
  max-width: 994px;
  max-width: 62.125rem;
}

.company-outline__table {
  border-top: 1px solid #464646;
  width: 100%;
}

.company-outline__row {
  border-bottom: 1px solid #464646;
  display: grid;
  grid-template-columns: 12.9375rem auto;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  padding-top: 27px;
  padding-top: 1.6875rem;
}

.company-outline__row:not(:first-child) {
  padding-bottom: 29px;
  padding-bottom: 1.8125rem;
  padding-top: 33px;
  padding-top: 2.0625rem;
}

.company-outline__item-name,
.company-outline__item-value {
  line-height: 2;
}
.company-place {
  background-color: #f2f2f2;
  color: #2e2e2e;
  padding-bottom: 206px;
  padding-bottom: 12.875rem;
}

.company-place__container {
  border-top: 1px solid #464646;
  padding-top: 52px;
  padding-top: 3.25rem;
}

.company-place__list {
  margin-left: auto;
  margin-top: 45px;
  margin-top: 2.8125rem;
  max-width: 994px;
  max-width: 62.125rem;
}

.company-place__section--headquarters .company-place__section-content {
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.company-place__section--overseas .company-place__section-content {
  grid-column-gap: 2.375rem;
  grid-row-gap: 0rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
}
.company-place__section--overseas .company-place__info {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.company-place__section--overseas .company-place__info:not(:last-child) {
  border-bottom: 1px solid #464646;
}
.company-place__section--overseas .company-place__info:nth-child(n+3) {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.company-place__section--overseas .company-place__address {
  display: inline;
}
.company-place__section--overseas .company-place__address-name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.78;
}
.company-place__section--overseas .company-place__address-text {
  margin-top: 18px;
  margin-top: 1.125rem;
}
.company-place__section:not(:last-child) {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.company-place__section-title {
  background-color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.company-place__section-content {
  margin-top: 32px;
  margin-top: 2rem;
}

.company-place__img {
  width: 48.0885311871%;
}

.company-place__img img {
  width: 100%;
}

.company-place__info {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.78;
}

.company-place__address {
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
          column-gap: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-place__map-link {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 114px;
  width: 7.125rem;
}

.company-place__map-link-text img {
  width: 100%;
}
.company-place__contact {
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.recruit-fv {
  background-color: #2e2e2e;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 199px;
  padding-top: 12.4375rem;
}

.recruit__title-en {
  max-width: 88px;
  max-width: 5.5rem;
}

.recruit-message {
  background-color: #2e2e2e;
  color: #f2f2f2;
  padding-bottom: 431px;
  padding-bottom: 26.9375rem;
  padding-bottom: 29.9305555556vw;
  position: relative;
  z-index: 10;
}

.recruit-message__container {
  -webkit-column-gap: 14.3125rem;
     -moz-column-gap: 14.3125rem;
  border-top: 1px solid #464646;
          column-gap: 14.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 95px;
  padding-top: 5.9375rem;
}

.recruit-message__title-ja {
  font-weight: 500;
}

.recruit-message__description {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.recruit-message__content {
  margin-top: 23px;
  margin-top: 1.4375rem;
  width: 40.3333333333%;
}

.recruit-message__text {
  letter-spacing: 0.08em;
  line-height: 2;
}

.recruit-message__text:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.recruit__img {
  background-color: #f2f2f2;
  margin-top: -24.375vw;
  padding-left: 36px;
  padding-left: 2.25rem;
}

.recruit__img img {
  position: relative;
  width: 100%;
  z-index: 20;
}
.recruit-about {
  background-color: #f2f2f2;
  padding-bottom: 190px;
  padding-bottom: 11.875rem;
  padding-top: 109px;
  padding-top: 6.8125rem;
}

.recruit-about__title-ja {
  color: #2e2e2e;
}

.recruit-about__content {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.recruit-about__list {
  grid-column-gap: 2.375rem;
  grid-row-gap: 0rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

.recruit-about__item {
  background-color: #fff;
  border-radius: 20.3px;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  justify-items: center;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 67px;
  padding-top: 4.1875rem;
}

.recruit-about__icon {
  max-width: 116.06px;
  max-width: 7.25375rem;
}

.recruit-about__icon02 {
  max-width: 128.25px;
  max-width: 8.015625rem;
}

.recruit-about__icon03 {
  max-width: 124.84px;
  max-width: 7.8025rem;
}

.recruit-about__item-title {
  color: #f76b13;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 42px;
  margin-top: 2.625rem;
}

.recruit-about__item-text {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.recruit-about__icon img {
  width: 100%;
}
.recruit-requirement {
  background-color: #f2f2f2;
  color: #2e2e2e;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.recruit-requirement__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 994px;
  max-width: 62.125rem;
}

.recruit-requirement__link-btn {
  border: 1px solid #2e2e2e;
  border-radius: 12px;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.08em;
  opacity: 0.5;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 31px;
  padding-right: 1.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit-requirement__link-btn img {
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
}

.recruit-requirement__tabs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.recruit-requirement__tab {
  background-color: transparent;
  border: 1px solid #2e2e2e;
  border-radius: 12px;
  color: #2e2e2e;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.5;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 31px;
  padding-right: 1.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  position: relative;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit-requirement__tab::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../images/arrow-down-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: 18px;
  right: 1.125rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 24px;
  width: 1.5rem;
}

.recruit-requirement__tab.tab-is-active {
  background-color: #2e2e2e;
  color: #f2f2f2;
  opacity: 1;
}

.recruit-requirement__tab.tab-is-active::after {
  background-image: url(../images/arrow-down-black.png);
}

.recruit-requirement__table-wrapper {
  margin-top: 78px;
  margin-top: 4.875rem;
}

.recruit-requirement__text {
  margin-top: 100px;
  margin-top: 6.25rem;
  text-align: center;
}

.recruit-requirement__table {
  border-top: 1px solid #e5e7eb;
  display: none; /* 最初は非表示 */
  width: 100%;
}

.recruit-requirement__table.content-is-active {
  display: block; /* アクティブなものだけ表示 */
}

.recruit-requirement__row {
  border-bottom: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: 13rem auto;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.recruit-requirement__item-name,
.recruit-requirement__item-value {
  color: #222222;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.recruit-requirement__item-name {
  font-weight: 700;
  padding-left: 8px;
  padding-left: 0.5rem;
}

.recruit-requirement__item-value {
  font-weight: 400;
}

.recruit-requirement__link {
  margin-top: 110px;
  margin-top: 6.875rem;
  text-align: center;
}

.recruit-requirement__btn {
  background-color: #f76b13;
  color: #f2f2f2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 297px;
  width: 18.5625rem;
}

.recruit-requirement__btn,
.recruit-requirement__btn::before,
.recruit-requirement__btn::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit-faq {
  background-color: #2e2e2e;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  padding-top: 124px;
  padding-top: 7.75rem;
}

.recruit-faq__accordion {
  margin-top: 61px;
  margin-top: 3.8125rem;
}

.recruit-faq__accordion-item {
  background-color: #212121;
  border-radius: 20px;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.recruit-faq__accordion-item:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.recruit-faq__accordion-question {
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recruit-faq__accordion-question::before,
.recruit-faq__accordion-question::after {
  -webkit-transform: translateY(-50%);
  background-color: #f2f2f2;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 25px;
  right: 1.5625rem;
  top: 50%;
          transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
}

.recruit-faq__accordion-question::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 100;
}

.recruit-faq__accordion-question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 100;
}

/*　closeというクラスがついたら形状変化　*/
.recruit-faq__accordion-question.close::before {
  opacity: 0;
}

.recruit-faq__accordion-question.close::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.recruit-faq__accordion-question-q,
.recruit-faq__accordion-answer-a {
  color: #f76b13;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.recruit-faq__accordion-question-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-right: 50px;
  padding-right: 3.125rem;
}

.recruit-faq__accordion-question-text::after {
  -webkit-transform: translateY(-50%);
  background-color: #f76b13;
  border-radius: 50%;
  content: "";
  height: 30px;
  height: 1.875rem;
  position: absolute;
  right: 15.5px;
  right: 0.96875rem;
  top: 50%;
          transform: translateY(-50%);
  width: 30px;
  width: 1.875rem;
}

/*アコーディオンで現れるエリア*/
.recruit-faq__accordion-answer {
  display: none;
}

.recruit-faq__accordion-answer-a {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.recruit-faq__accordion-answer.open {
  padding-top: 28px;
  padding-top: 1.75rem;
}

.recruit-faq__accordion-answer-inner {
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          column-gap: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-faq__accordion-answer-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.contact-fv {
  background-color: #f2f2f2;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 199px;
  padding-top: 12.4375rem;
}

.contact__title-ja {
  color: #2e2e2e;
  line-height: 1.5;
}

.contact__title-en {
  color: #fff;
  max-width: 96px;
  max-width: 6rem;
}

.contact-phone {
  background-color: #f2f2f2;
  color: #2e2e2e;
}

.contact-phone__container {
  -webkit-column-gap: 12.3611111111vw;
     -moz-column-gap: 12.3611111111vw;
  background-color: #fff;
  border-radius: 10px;
          column-gap: 12.3611111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 994px;
  max-width: 62.125rem;
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
  padding-left: 48px;
  padding-left: 3rem;
  padding-right: 48px;
  padding-right: 3rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.contact-phone__title {
  border-bottom: 1px solid #2e2e2e;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  max-width: 225px;
  max-width: 14.0625rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.contact-phone__time {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.contact-phone__list {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.contact-phone__item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: 1.5rem 6.875rem auto;
}

.contact-phone__item:not(:first-child) {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.contact-phone__icon {
  background-color: #f76b13;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
  width: 10px;
  width: 0.625rem;
}

.contact-phone__location {
  letter-spacing: 0.08em;
  line-height: 2;
}

.contact-phone__number {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.contact {
  background-color: #f2f2f2;
  color: #2e2e2e;
  padding-bottom: 179px;
  padding-bottom: 11.1875rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.contact__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 994px;
  max-width: 62.125rem;
}

.contact__content-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.contact__content-text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-form {
  margin-top: 73px;
  margin-top: 4.5625rem;
}

.p-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  row-gap: 1.5rem;
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__title {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31.1871227364%;
}
.p-form__title span {
  background-color: #f76b13;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.75px 8.5px;
  padding: 0.046875rem 0.53125rem;
}

.p-form__title--aiStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__title--aiMiddle {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.p-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-formInput input::-webkit-input-placeholder, .p-formTextarea textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-formInput input:-ms-input-placeholder, .p-formTextarea textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-formInput input::-ms-input-placeholder, .p-formTextarea textarea::-ms-input-placeholder {
  color: #999999;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-formInput input::-moz-placeholder, .p-formTextarea textarea::-moz-placeholder {
  color: #999999;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
  color: #999999;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-formInput input {
  background-color: #fff;
  border-radius: 5px;
  height: 66px;
  height: 4.125rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
  width: 100%;
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
  outline: 2px solid #999999;
}

.p-formSelect select {
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
  background: url(../images/pulldown.png) right 10px center/10px no-repeat;
  background-color: #fff;
  border-radius: 5px;
  color: #999999;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 66px;
  height: 4.125rem;
  padding-left: 20px;
  width: 100%;
}

.p-formSelect select:focus {
  color: #2e2e2e;
  font-size: 15px;
  font-size: 0.9375rem;
  outline: 2px solid #999999;
}

.p-formCheckbox input {
  display: none;
}

.p-formCheckbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.p-formCheckbox .wpcf7-list-item {
  margin-left: 0;
}

.p-formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

.p-formCheckbox--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-formCheckbox input + span {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
  width: auto;
}

.p-formCheckbox input + span::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 14px;
}

.p-formCheckbox input + span::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 3px solid #f76b13;
  border-right: 3px solid #f76b13;
  content: "";
  display: block;
  height: 11px;
  left: 3px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
          transform: rotate(45deg);
  width: 7px;
}

.p-formCheckbox input:checked + span::after {
  opacity: 1;
}

.p-formRadio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.p-formRadio--vertical .wpcf7-radio {
  display: block;
}

.p-formRadio .wpcf7-list-item {
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-formRadio input + span {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-formRadio input[type=radio] {
  display: none;
}

.p-formRadio input + span::before {
  background: #fff;
  border-radius: 100%;
  content: "";
  height: 14px;
  height: 0.875rem;
  margin-bottom: auto;
  margin-right: 1em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 14px;
  width: 0.875rem;
}

.p-formRadio input:checked + span::before {
  background-color: #f76b13;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

.p-formTextarea textarea {
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  min-height: 247px;
  min-height: 15.4375rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
  padding-top: 17px;
  padding-top: 1.0625rem;
  width: 100%;
}

.p-form__acceptance {
  margin-top: -28px;
  margin-top: -1.75rem;
  text-align: center;
}

.p-form__acceptance input + span {
  padding-left: 43px;
  padding-left: 2.6875rem;
}

.p-form__acceptance input + span::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 27px;
  height: 1.6875rem;
  left: 6px;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 27px;
  width: 1.6875rem;
}

.p-form__acceptance input + span::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 3px solid #f76b13;
  border-right: 3px solid #f76b13;
  content: "";
  display: block;
  height: 13px;
  left: 16px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
          transform: rotate(45deg);
  width: 8px;
}

.p-form__acceptance .wpcf7-list-item-label {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-form__acceptance a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-underline-offset: 0.3125rem;
}

.p-form__submit {
  margin-top: 56px;
  margin-top: 3.5rem;
  text-align: center;
}

.p-formBtn {
  margin-left: auto;
  margin-right: auto;
  max-width: 374px;
  max-width: 23.375rem;
  position: relative;
  width: 100%;
}

.p-formBtn input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #ff914b;
  border: 1px solid #ff914b;
  border-radius: 12px;
  color: #f2f2f2;
  cursor: pointer;
  max-width: 374px;
  max-width: 23.375rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  text-align: center;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 100%;
}

.p-formBtn::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #f2f2f2;
  border-radius: 6px;
  content: "";
  height: 24px;
  height: 1.5rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 24px;
  width: 1.5rem;
}

.p-formBtn::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../images/arrow-right-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #2c94de;
  font-size: 24px;
  padding: 15px 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
  font-size: 24px;
  padding: 15px 10px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation__error {
  color: red;
  display: none;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
  display: block;
}

.thanks {
  background-color: #2e2e2e;
  padding-bottom: 298px;
  padding-bottom: 18.625rem;
  padding-top: 199px;
  padding-top: 12.4375rem;
}

.thanks__title-en {
  max-width: 103px;
  max-width: 6.4375rem;
}

.thanks__container {
  border-top: 1px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
  margin-top: 7.5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.thanks__message {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.thanks__link {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
}

.news-fv {
  background-color: #2e2e2e;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 199px;
  padding-top: 12.4375rem;
}

.news__title-en {
  max-width: 74px;
  max-width: 4.625rem;
}

.news {
  background-color: #2e2e2e;
  color: #f2f2f2;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  position: relative;
  z-index: 10;
}

.news__container {
  -webkit-column-gap: 6.5rem;
     -moz-column-gap: 6.5rem;
  border-top: 1px solid #464646;
          column-gap: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-top: 10rem;
}

.news__category-title-ja {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.news__category-title-en {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.news__category-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0.3125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.news__category-item {
  width: 206px;
  width: 12.875rem;
}

.news__category-item a {
  background-color: #fff;
  border-radius: 12px;
  color: #2e2e2e;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 16px 32px;
  padding: 1rem 2rem;
  width: 100%;
}

.news__category-item a span {
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news__category-item.selected a span {
  opacity: 1;
}
.news__list-wrapper {
  display: none;
  width: 74.1666666667%;
}

.news__list-wrapper.show {
  display: block;
}

.news__item:first-child {
  border-top: 1px solid #f2f2f2;
}

.news__item {
  border-bottom: 1px solid #f2f2f2;
}

.news__link {
  grid-column-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news__item-head {
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: 1/1/2/2;
}

.news__item-date {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  line-height: 1.65;
}

.news__item-category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 3px 15.11px;
  padding: 0.1875rem 0.944375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__item-title {
  font-size: 16px;
  font-size: 1rem;
  grid-area: 2/1/3/2;
  letter-spacing: 0.08em;
  line-height: 1.65;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news__item-icon {
  background-color: #f2f2f2;
  border-radius: 9999px;
  display: inline-block;
  grid-area: 1/2/3/3;
  height: 2px;
  height: 0.125rem;
  margin: 4.3px 0;
  margin: 0.26875rem 0;
  margin-left: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}

.news__item-icon::before,
.news__item-icon::after {
  -webkit-transform-origin: calc(100% - 1px) 50%;
  background-color: #f2f2f2;
  border-radius: 9999px;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 8px;
  width: 0.5rem;
}

.news__item-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.news__item-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.post-categories {
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-categories li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 21px;
  height: 1.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  width: 85px;
  width: 5.3125rem;
}

.news .wp-pagenavi {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 83px;
  margin-top: 5.1875rem;
  text-align: center;
}
.news {
  /* 各リンクのCSS */
}
.news .page {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 40px;
  width: 2.5rem;
}
.news {
  /* 各リンクのCSS(マウスオーバー時) */
}
.news .previouspostslink,
.news .nextpostslink {
  border: none;
  margin: 0;
  padding: 0;
}
.news .previouspostslink {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.news .nextpostslink {
  margin-left: 10px;
  margin-left: 0.625rem;
}
.news {
  /* 総ページ数のCSS */
}
.news span.pages {
  display: none;
}
.news {
  /* 現在のページのCSS */
}
.news .current {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
  width: 2.5rem;
}
.news span.extend {
  display: none;
}
.news-detail img {
  height: auto;
  max-width: 100%;
}
.news-detail {
  background-color: #f2f2f2;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  padding-top: 200px;
  padding-top: 12.5rem;
}
.news-detail .news-detail__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 994px;
  max-width: 62.125rem;
}
.news-detail .news-detail__header-content {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-detail .news-detail__header-title {
  color: #2e2e2e;
}
.news-detail .news-detail__header-date {
  color: #2e2e2e;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  line-height: 1.65;
}
.news-detail .news-detail__header-category {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  row-gap: 0.625rem;
}
.news-detail .news-detail__header-category span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2e2e2e;
  border: 1px solid #2e2e2e;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 3px 15.11px;
  padding: 0.1875rem 0.944375rem;
}
.news-detail h1 {
  border-bottom: 1px solid #808080;
  color: #2e2e2e;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 6px;
  margin-top: 0.375rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
.news-detail .news-detail__content {
  color: canvastext;
}
.news-detail .news-detail__content::after {
  clear: both;
  content: "";
  display: block;
}
.news-detail h2 {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 3px solid #f76b13;
  color: #f76b13;
          column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
  margin-top: 80px;
  margin-top: 5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.news-detail h3 {
  background-color: #f76b13;
  color: #f2f2f2;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.news-detail h4 {
  color: #2e2e2e;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}
.news-detail h4::after {
  background-image: url(../images/news-detail-underline.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -8px;
  bottom: -0.5rem;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 0;
  max-width: 994px;
  max-width: 62.125rem;
  position: absolute;
  width: 100%;
}
.news-detail h5 {
  color: #f76b13;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 48px;
  margin-top: 3rem;
}
.news-detail p {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.news-detail .news-detail__page-nav {
  border-top: 1px solid #808080;
  color: #000;
  display: grid;
  font-weight: 700;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  letter-spacing: 0.04em;
  margin-top: 160px;
  margin-top: 10rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}
.news-detail .news-detail__prev-link {
  grid-area: 1/1/2/2;
  padding-left: 36px;
  padding-left: 2.25rem;
  position: relative;
}
.news-detail .news-detail__prev-link::before {
  background-image: url(../images/news-detail-arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  width: 1.5rem;
}
.news-detail .news-detail__list-link {
  grid-area: 1/2/2/3;
  text-align: center;
}
.news-detail .news-detail__next-link {
  grid-area: 1/3/2/4;
  padding-right: 36px;
  padding-right: 2.25rem;
  position: relative;
  text-align: right;
}
.news-detail .news-detail__next-link::before {
  background-image: url(../images/news-detail-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  width: 1.5rem;
}
.news-detail {
  /* alignnone - 配置指定なし */
}
.news-detail .alignnone {
  display: block;
  height: auto;
  margin: 1.5em 0;
  max-width: 100%;
}
.news-detail {
  /* 左寄せ */
}
.news-detail .alignleft {
  float: left;
  margin-bottom: 1.5em;
  margin-right: 1.5em;
  max-width: 100%;
}
.news-detail {
  /* 右寄せ */
}
.news-detail .alignright {
  float: right;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
  max-width: 100%;
}
.news-detail {
  /* 中央寄せ */
}
.news-detail .aligncenter {
  display: block;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  max-width: 100%;
}
.news-detail {
  /* キャプション付き画像 */
}
.news-detail .wp-caption {
  max-width: 100%;
}
.news-detail .wp-caption img {
  display: block;
  height: auto;
  max-width: 100%;
}
.news-detail {
  /* ブロックエディタの画像ブロック */
}
.news-detail .wp-block-image {
  max-width: 100%;
}
.news-detail .wp-block-image img {
  height: auto;
  max-width: 100%;
}
.news-detail {
  /* 投稿コンテンツ内の全ての画像 */
}
.news-detail .entry-content img {
  height: auto;
  max-width: 100%;
}
.news-detail pre {
  word-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
  white-space: pre-wrap; /* 自動で折り返す */
}

.products-fv {
  background-color: #2e2e2e;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 200px;
  padding-top: 12.5rem;
}

.products-fv__content {
  -webkit-column-gap: 11.25rem;
     -moz-column-gap: 11.25rem;
          column-gap: 11.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-fv__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.products__title-en {
  max-width: 188px;
  max-width: 11.75rem;
}

.products-fv__text {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.products {
  background-color: #f2f2f2;
  color: #f2f2f2;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  position: relative;
  z-index: 10;
}

.products-category {
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1152px;
  max-width: 72rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.products-category__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.products-category__title-ja {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.products-category__title-en {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 16px;
  margin-top: 1rem;
}

.products-category__list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 946px;
  max-width: 59.125rem;
  width: 100%;
}

.products-category__item a {
  background-color: #fff;
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 16px 32px;
  padding: 1rem 2rem;
  width: 100%;
}

.products-category__item a span {
  opacity: 0.3;
}

.products-category__item.selected a span {
  opacity: 1;
}

.products-category__cards-wrapper {
  display: none;
  margin-top: 132px;
  margin-top: 8.25rem;
}

.products-category__cards-wrapper.show {
  display: block;
}

.products-category__cards {
  grid-column-gap: 2.3125rem;
  grid-row-gap: 0rem;
  color: #2e2e2e;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products-category__card {
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  grid-row: span 6;
  grid-template-rows: subgrid;
  margin-top: 37px;
  margin-top: 2.3125rem;
  padding-bottom: 19.5px;
  padding-bottom: 1.21875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 19.5px;
  padding-top: 1.21875rem;
}

.products-category__card:nth-child(-n+3) {
  margin-top: 0;
}

.products-category__card--info {
  -webkit-transform: translate(-50%, -50%);
  background-color: transparent;
  bottom: -80px;
  bottom: -5rem;
  left: 50%;
  position: absolute;
  text-align: center;
          transform: translate(-50%, -50%);
  width: 100%;
}

.products-category__card-img img {
  -o-object-fit: cover;
  aspect-ratio: 335/200;
  border-radius: 20px;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.products-category__card-head {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.products-category__card-name {
  color: #b2b2b2;
  font-size: 12px;
  font-size: 0.75rem;
}

.products-category__card-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.products-category__card-text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.products-category__card-category-list {
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 17px;
  margin-top: 1.0625rem;
  row-gap: 5px;
  row-gap: 0.3125rem;
}

.products-category__card-category {
  background-color: #f76b13;
  border-radius: 13px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 5px 12px;
  padding: 0.3125rem 0.75rem;
}

.products-category__card-link {
  text-align: right;
}

.products-category__card-btn {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-categories {
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-categories li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 21px;
  height: 1.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  width: 85px;
  width: 5.3125rem;
}

.products .wp-pagenavi {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}
.products {
  /* 各リンクのCSS */
}
.products .page {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #2e2e2e;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 40px;
  width: 2.5rem;
}
.products {
  /* 各リンクのCSS(マウスオーバー時) */
}
.products .previouspostslink,
.products .nextpostslink {
  border: none;
  color: #f76b13;
  margin: 0;
  padding: 0;
}
.products .previouspostslink {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.products .nextpostslink {
  margin-left: 10px;
  margin-left: 0.625rem;
}
.products {
  /* 総ページ数のCSS */
}
.products span.pages {
  display: none;
}
.products {
  /* 現在のページのCSS */
}
.products .wp-pagenavi span.current {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f76b13;
  border: 1px solid #f76b13;
  border-radius: 10px;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
  width: 2.5rem;
}
.products span.extend {
  display: none;
}
.products-quality {
  background-color: #2e2e2e;
  color: #f2f2f2;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  padding-top: 172px;
  padding-top: 10.75rem;
}

.products-quality__title {
  text-align: center;
}

.products-quality__title-en {
  line-height: 1.42;
}

.products-quality__title-ja {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.products-quality__description {
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.products-quality__list {
  grid-column-gap: 2.375rem;
  grid-row-gap: 0rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  margin-top: 2rem;
}

.products-quality__item {
  position: relative;
}

.products-quality__img {
  border-radius: 10px;
  overflow: hidden;
}

.products-quality__img img {
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.products-quality__link {
  bottom: 18px;
  bottom: 1.125rem;
  position: absolute;
  right: 23px;
  right: 1.4375rem;
}

.products-quality__btn {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  font-size: clamp(12px, 10.288px + 0.536vw, 18px);
  font-size: clamp(0.75rem, 0.643rem + 0.536vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.25;
  padding-right: 41px;
  padding-right: 2.5625rem;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.products-quality__btn::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #f76b13;
  border-radius: 6px;
  content: "";
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: -12px;
  right: -0.75rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 24px;
  width: 1.5rem;
}

.products-quality__btn::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../images/arrow-upright-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 2px;
  right: 0.125rem;
  top: 50%;
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}
.products-detail {
  background-color: #f2f2f2;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  padding-top: 200px;
  padding-top: 12.5rem;
}

.products-detail__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 994px;
  max-width: 62.125rem;
}

.products-detail__header-content {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  row-gap: 0.625rem;
}

.products-detail__header-date {
  color: #2e2e2e;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  line-height: 1.65;
}

.products-detail__header-category {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  row-gap: 0.625rem;
}

.products-detail__header-category span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2e2e2e;
  border: 1px solid #2e2e2e;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 3px 15.11px;
  padding: 0.1875rem 0.944375rem;
}

.products-detail__header-title {
  color: #2e2e2e;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.products-detail__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.products-detail__content-body {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.products-detail__content-text:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.products-detail__content-text,
.products-detail__content-btn {
  color: #2e2e2e;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.products-detail__content-link {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.products-detail__page-nav {
  border-top: 1px solid #808080;
  color: #000;
  display: grid;
  font-weight: 700;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  letter-spacing: 0.04em;
  margin-top: 160px;
  margin-top: 10rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.products-detail__prev-link {
  grid-area: 1/1/2/2;
  padding-left: 36px;
  padding-left: 2.25rem;
  position: relative;
}

.products-detail__prev-link::before {
  background-image: url(../images/products-detail-arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  width: 1.5rem;
}

.products-detail__list-link {
  grid-area: 1/2/2/3;
  text-align: center;
}

.products-detail__next-link {
  grid-area: 1/3/2/4;
  padding-right: 36px;
  padding-right: 2.25rem;
  position: relative;
  text-align: right;
}

.products-detail__next-link::before {
  background-image: url(../images/products-detail-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  width: 1.5rem;
}

.products-detail__content-btn {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 28px;
  padding-right: 1.75rem;
  padding-top: 0;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-underline-offset: 0.3125rem;
}

.products-detail__content-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-detail__content-btn::after,
.products-detail__content-btn :after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.policy {
  background-color: #2e2e2e;
  color: #fff;
  padding-bottom: 246px;
  padding-bottom: 15.375rem;
  padding-top: 270px;
  padding-top: 16.875rem;
}

.policy__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 994px;
  max-width: 62.125rem;
}

.policy__title {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  padding-bottom: 39px;
  padding-bottom: 2.4375rem;
}

.policy__title.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.policy__lead {
  border-top: 1px solid #fff;
  padding-top: 64px;
  padding-top: 4rem;
}

.policy__lead-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.3;
}

.policy__item {
  margin-top: 64px;
  margin-top: 4rem;
}

.policy__item-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}

.policy__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.3;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.policy__phone-number {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.3;
}

.policy__email {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.column2 {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.column2--gap60 {
  gap: 60px;
  gap: 3.75rem;
}

.column3 {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.column4 {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.headline {
  border-left: 1px solid #000;
  color: #000;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.hover-run {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
  background-image: linear-gradient(90deg, black, black);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: black;
  display: inline;
  text-decoration: none;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}
.img-hover {
  position: relative;
}

.img-hover img {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  width: 36px;
  width: 2.25rem;
}

.img-hover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.link {
  line-height: 1;
  position: relative;
}

.link::after {
  background: url(画像のバスを入れる) center center/contain no-repeat;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: -15px;
  right: -0.9375rem;
  top: 0.3em;
  width: 10px;
  width: 0.625rem;
}

.under-bar {
  display: inline-block;
  position: relative;
}
.under-bar::before {
  -webkit-transform: translateX(-50%);
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  max-width: 80rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  position: relative;
  width: 100%;
}

.u-font14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 16px;
  font-size: 1rem;
}

.u-font18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 32px;
  font-size: 2rem;
}

.u-font40 {
  font-size: 40px;
  font-size: 2.5rem;
}

.u-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}
.u-mt12 {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.u-shadow {
  -webkit-box-shadow: 0 0 13px rgba(224, 87, 96, 0.5);
          box-shadow: 0 0 13px rgba(224, 87, 96, 0.5);
}

.u-sp {
  display: none;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-justify {
  text-align: justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (max-width: 1280px){
  .top-service__head {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
  .top-service__head-text {
    margin-left: 0;
    padding-right: 0;
  }
  .top-service__link {
    margin-left: 0;
    width: 100%;
  }
  .top-service__bottom-content {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .top-advantages__text {
    margin: 0;
  }
  .top-advantages__text br {
    display: none;
  }
  .top-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .top-news__list-wrapper {
    width: 100%;
  }
  .service-fv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .service-fv__img {
    margin-right: 0;
    max-width: 100%;
  }
  .service-fv__img img {
    border-radius: 5px;
  }
  .service-link__list {
    grid-column-gap: 0rem;
    grid-row-gap: 1.25rem;
    display: grid;
    grid-template-columns: 1fr;
  }
  .service-link__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    max-width: 31.25rem;
    width: 100%;
  }
  .recruit-message__container {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit-requirement__tabs {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .products-fv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .products-fv__img {
    margin-right: 0;
    max-width: 100%;
  }
  .products-fv__img img {
    border-radius: 5px;
  }
  .products-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .products-category__list {
    max-width: 100%;
  }
  .products-quality__list {
    grid-column-gap: 0rem;
    grid-row-gap: 3.75rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 768px){
  a[href^="tel:"] {
    pointer-events: auto;
  }
  #wpadminbar {
    display: none;
  }
  .top-title-ja,
  .title-ja {
    font-size: clamp(24px, 11.936px + 2.874vw, 34px);
    font-size: clamp(1.5rem, 0.746rem + 2.874vw, 2.125rem);
  }
  .main-title-ja {
    font-size: clamp(24px, 2.272px + 5.172vw, 42px);
    font-size: clamp(1.5rem, 0.142rem + 5.172vw, 2.625rem);
  }
  /* ヘッダー */
  .header {
    height: 120px;
    height: 7.5rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-top: 10px;
    padding-top: 0.625rem;
  }
  .header__inner {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .header__logo {
    width: 120px;
  }
  .header__nav {
    display: none;
  }
  .header__hamburger {
    display: block;
  }
  .header__drawer-item a {
    font-size: clamp(20px, 17.136px + 0.893vw, 24px);
    font-size: clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
  .top-fv__title-main {
    font-size: clamp(24px, 14.944px + 2.155vw, 31.504px);
    font-size: clamp(1.5rem, 0.934rem + 2.155vw, 1.969rem);
  }
  .top-about {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
    padding-top: 90px;
    padding-top: 5.625rem;
  }
  .top-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .top-about__body {
    width: 100%;
  }
  .top-about__img {
    max-width: 100%;
  }
  .top-service {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
  }
  .top-service__container {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .top-service__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .top-service__body-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .top-service__body-title-main {
    font-size: clamp(22px, 9.936px + 2.874vw, 32px);
    font-size: clamp(1.375rem, 0.621rem + 2.874vw, 2rem);
  }
  .top-service__img {
    width: 100%;
  }
  .top-service__bottom {
    padding: 32px 20px;
    padding: 2rem 1.25rem;
  }
  .top-service__bottom-content {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .top-service__bottom-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .top-service__bottom-link {
    text-align: right;
  }
  .top-advantages {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 90px;
    padding-top: 5.625rem;
  }
  .top-advantages__title {
    text-align: center;
  }
  .top-advantages__title-label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-advantages__list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .top-advantages__item {
    height: 210px;
    height: 13.125rem;
    padding: 20px;
    padding: 1.25rem;
    row-gap: 0px;
    row-gap: 0rem;
  }
  .top-materials__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .top-materials__body {
    padding: 32px 20px;
    padding: 2rem 1.25rem;
  }
  .top-materials__img {
    border-radius: 0 0 20px 20px;
    width: 100%;
  }
  .top-materials__img img {
    border-radius: 0;
    margin-top: -20px;
    margin-top: -1.25rem;
  }
  .top-news {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
    padding-top: 90px;
    padding-top: 5.625rem;
  }
  .top-news__body-link {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .top-news__list-wrapper {
    width: 100%;
  }
  .top-news__list {
    width: 100%;
  }
  .contact-parts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .contact-parts__btn-group {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .footer__nav {
    -webkit-column-gap: 20.1822916667vw;
       -moz-column-gap: 20.1822916667vw;
            column-gap: 20.1822916667vw;
  }
  .service-fv__title-main {
    font-size: clamp(24px, 11.936px + 2.874vw, 34px);
    font-size: clamp(1.5rem, 0.746rem + 2.874vw, 2.125rem);
  }
  .service-link {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .service-link__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-introduction__body-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .service-introduction {
    padding-top: 0;
  }
  .service-introduction__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .service-introduction__content01,
  .service-introduction__content02 {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .service-introduction__body-title-main {
    font-size: clamp(22px, 9.936px + 2.874vw, 32px);
    font-size: clamp(1.375rem, 0.621rem + 2.874vw, 2rem);
  }
  .service-introduction__img {
    max-width: 100%;
  }
  .service-introduction__center {
    padding: 20px;
    padding: 1.25rem;
  }
  .service-introduction__center-content {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .service-introduction__center-img {
    max-width: 100%;
  }
  .service-introduction__bottom-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .service-quality__inner {
    padding-top: 80px;
    padding-top: 5rem;
  }
  .service-quality__body-title {
    font-size: clamp(22px, 9.936px + 2.874vw, 32px);
    font-size: clamp(1.375rem, 0.621rem + 2.874vw, 2rem);
  }
  .service-advantages__inner {
    padding: 60px 20px;
    padding: 3.75rem 1.25rem;
  }
  .service-advantages__list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .service-advantages__item:not(:first-child) {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .service-advantages__item-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .service-advantages__item-title-main {
    font-size: clamp(21.008px, 16px + 1.563vw, 28px);
    font-size: clamp(1.313rem, 1rem + 1.563vw, 1.75rem);
  }
  .service-advantages__img {
    max-width: 100%;
  }
  .service-quality__inspection-title {
    font-size: clamp(20px, 17.136px + 0.893vw, 24px);
    font-size: clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
  .service-quality__inspection-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .service-quality__process-item {
    grid-template-columns: 0.5rem 9.375rem auto;
  }
  .company-message {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .company-outline {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .company-place {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .company-outline__row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .company-place__address {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .company-place__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-place__section--headquarters .company-place__section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .company-place__section--headquarters .company-place__img {
    width: 100%;
  }
  .company-place__section--headquarters .company-place__info {
    width: 100%;
  }
  .company-place__section--overseas .company-place__section-content {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .company-place__section--overseas .company-place__info,
  .company-place__section--overseas .company-place__info:nth-child(n+3) {
    padding-top: 32px;
    padding-top: 2rem;
  }
  .company-place__section-title {
    font-size: clamp(20px, 17.136px + 0.893vw, 24px);
    font-size: clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
  .recruit-message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-message__content {
    width: 100%;
  }
  .recruit__img {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
  .recruit-about {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .recruit-about__list {
    grid-column-gap: 0rem;
    grid-row-gap: 1.875rem;
    display: grid;
    grid-template-columns: 1fr;
  }
  .recruit-about__item {
    display: inline;
    padding: 30px;
    padding: 1.875rem;
  }
  .recruit-requirement {
    padding-top: 0px;
    padding-top: 0rem;
  }
  .recruit-requirement__tabs {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .recruit-requirement__tab {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    max-width: 31.25rem;
    width: 100%;
  }
  .recruit-requirement__item-name {
    padding-left: 0px;
    padding-left: 0rem;
  }
  .recruit-requirement__row {
    grid-column-gap: 0rem;
    grid-row-gap: 0.625rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .contact-phone__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .contact-phone__item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-columns: 1.5rem 6.875rem;
    grid-template-rows: repeat(2, 1fr);
  }
  .contact-phone__icon {
    grid-area: 1/1/2/2;
  }
  .contact-phone__location {
    grid-area: 1/2/2/4;
  }
  .contact-phone__number {
    font-size: clamp(20px, 17.136px + 0.893vw, 24px);
    font-size: clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
    grid-area: 2/1/3/4;
  }
  .p-form__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-form__title {
    padding: 0 10px;
    width: 100%;
  }
  .p-form__input {
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
  }
  .p-formInput input {
    height: 50px;
    margin-left: 0;
    padding-left: 15px;
    width: 100%;
  }
  .p-formSelect select {
    height: 50px;
    width: 100%;
  }
  .p-formTextarea textarea {
    margin-left: 0;
    min-height: 300px;
    padding-left: 15px;
    width: 100%;
  }
  .p-form__submit {
    margin-top: 30px;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
  }
  .news .wp-pagenavi {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .news__category-item {
    width: 100%;
  }
  .news__list-wrapper {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .news__category-title-ja {
    font-size: clamp(20px, 17.136px + 0.893vw, 24px);
    font-size: clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
  .news__category-list {
    grid-row-gap: 1.25rem;
    display: grid;
    grid-template-columns: 1fr;
  }
  .news__list-wrapper {
    width: 100%;
  }
  .news-detail h1 {
    font-size: clamp(24px, 11.936px + 2.874vw, 34px);
    font-size: clamp(1.5rem, 0.746rem + 2.874vw, 2.125rem);
  }
  .news-detail h2 {
    font-size: clamp(24px, 14.944px + 2.155vw, 31.504px);
    font-size: clamp(1.5rem, 0.934rem + 2.155vw, 1.969rem);
  }
  .news-detail h3 {
    font-size: clamp(21.008px, 16px + 1.563vw, 28px);
    font-size: clamp(1.313rem, 1rem + 1.563vw, 1.75rem);
  }
  .news-detail h4 {
    font-size: clamp(20px, 17.136px + 0.893vw, 24px);
    font-size: clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
  .products .wp-pagenavi {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .products-category__item {
    width: 100%;
  }
  .products-category__title-ja {
    font-size: clamp(20px, 17.136px + 0.893vw, 24px);
    font-size: clamp(1.25rem, 1.071rem + 0.893vw, 1.5rem);
  }
  .products-category__list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
  .products-category__cards {
    grid-column-gap: 1.25rem;
    grid-row-gap: 0rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .products-category__card:nth-child(n+3) {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .products-detail__header-title {
    font-size: clamp(24px, 11.936px + 2.874vw, 34px);
    font-size: clamp(1.5rem, 0.746rem + 2.874vw, 2.125rem);
  }
  .policy__title {
    font-size: clamp(21.008px, 15.28px + 1.786vw, 29.008px);
    font-size: clamp(1.313rem, 0.955rem + 1.786vw, 1.813rem);
  }
  .column2 {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .column2--gap60 {
    gap: 40px;
    gap: 2.5rem;
  }
  .column2--gapSp20 {
    gap: 20px;
    gap: 1.25rem;
  }
  .column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .headline {
    padding-left: 5px;
    padding-left: 0.3125rem;
  }
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-font18 {
    font-size: 16px;
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 16px;
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .u-font28 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .u-font32 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .u-font40 {
    font-size: 32px;
    font-size: 2rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-text-md-left {
    text-align: left !important;
  }
  .u-text-md-center {
    text-align: center !important;
  }
  .u-text-md-right {
    text-align: right !important;
  }
  .u-text-md-justify {
    text-align: justify !important;
  }
}

@media screen and (max-width: 767px){
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
}

@media (max-width: 767px){
  html {
    font-size: clamp(14px, 11.584px + 0.575vw, 16px);
    font-size: clamp(0.875rem, 0.724rem + 0.575vw, 1rem);
  }
}

@media screen and (max-width: 600px){
  .top-fv {
    aspect-ratio: 320/520;
  }
  .contact-parts__btn-group {
    width: 100%;
  }
  .contact-parts__link {
    width: 100%;
  }
  .products-category__list {
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
    row-gap: 5px;
    row-gap: 0.3125rem;
  }
  .products-category__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .products-category__item a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 5px;
    padding-left: 0.3125rem;
    padding-right: 0px;
    padding-right: 0rem;
    padding-top: 16px;
    padding-top: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
  }
  .products-category__cards-wrapper {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .products-category__cards {
    grid-column-gap: 0rem;
    grid-row-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .products-quality__description {
    text-align: left;
  }
  .products-quality__description br {
    display: none;
  }
}

@media screen and (min-width: 768px){
  .pagination01 .nav-previous a:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .pagination01 .nav-previous a:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .pagination01 .nav-next a:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .pagination01 .nav-next a:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .hover-run:hover {
    background-size: 100% 1px;
  }
  .img-hover:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .img-hover:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .under-bar:hover:before {
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}

@media (min-width: 768px) and (max-width: 1439px){
  html {
    font-size: max(14px, min(1.2vw, 18px));
  }
}

@media (min-width: 1440px){
  html {
    font-size: 16px;
  }
}

@media (min-width: 1921px){
  html {
    font-size: 0.8329vw;
  }
}

@media (any-hover: hover){
  .page-id-114 .header__nav-link--underline:hover::before,
  .single .header__nav-link--underline:hover::before {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform: scale(1, 1);
            transform-origin: left top;
  }
  .header__nav-link--underline:hover::before {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform: scale(1, 1);
            transform-origin: left top;
  }
  .header__nav-link--contact:hover {
    background-color: #d95400;
  }
  .top-service__btn:hover {
    border: 1px solid #f76b13;
    color: #f76b13;
  }
  .top-service__btn:hover::before {
    background-color: #f76b13;
  }
  .top-service__btn:hover::after {
    background-image: url(../images/arrow-right-white.png);
    translate: 3px;
    translate: 0.1875rem;
  }
  .top-service__body-btn:hover,
  .top-service__bottom-btn:hover {
    color: #f76b13;
  }
  .top-service__body-btn:hover::after,
  .top-service__bottom-btn:hover::after {
    translate: 3px;
    translate: 0.1875rem;
  }
  .top-materials__body-btn:hover {
    color: #f76b13;
  }
  .top-materials__body-btn:hover::after {
    translate: 3px;
    translate: 0.1875rem;
  }
  .top-news__body-btn:hover {
    border: 1px solid #f76b13;
    color: #f76b13;
  }
  .top-news__body-btn:hover::before {
    background-color: #f76b13;
  }
  .top-news__body-btn:hover::after {
    background-image: url(../images/arrow-right-white.png);
    translate: 3px;
    translate: 0.1875rem;
  }
  .top-news__item:hover {
    color: #f76b13;
  }
  .top-news__item:hover .top-news__item-category {
    border-color: #f76b13;
  }
  .top-news__link:hover .top-news__item-icon {
    width: 8px;
    width: 0.5rem;
  }
  .top-news__link:hover .top-news__item-icon,
  .top-news__link:hover .top-news__item-icon::before,
  .top-news__link:hover .top-news__item-icon::after {
    background-color: #f76b13;
    translate: 2px;
    translate: 0.125rem;
  }
  .contact-parts__btn:hover {
    background-color: transparent;
    border: 1px solid #f2f2f2;
    color: #f2f2f2;
  }
  .contact-parts__btn:hover::before {
    background-color: #f2f2f2;
  }
  .contact-parts__btn:hover::after {
    background-image: url(../images/arrow-right-black.png);
    translate: 3px;
    translate: 0.1875rem;
  }
  .contact-parts__btn--highlight:hover {
    background-color: transparent;
    border: 1px solid #f76b13;
    color: #f76b13;
  }
  .contact-parts__btn--highlight:hover::before {
    background-color: #f76b13;
  }
  .contact-parts__btn--highlight:hover::after {
    background-image: url(../images/arrow-right-white.png);
    translate: 3px;
    translate: 0.1875rem;
  }
  .footer__nav-link:hover::before {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform: scale(1, 1);
            transform-origin: left top;
  }
  .footer__policy a:hover::before {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform: scale(1, 1);
            transform-origin: left top;
  }
  .footer__pagetop-link:hover::after {
    top: 6px;
    top: 0.375rem;
  }
  .service-link__btn:hover {
    opacity: 1;
  }
  .service-introduction__center-btn:hover {
    color: #f76b13;
  }
  .service-introduction__center-btn:hover::after {
    translate: 3px;
    translate: 0.1875rem;
  }
  .company-place__map-link:hover {
    opacity: 0.6;
  }
  .recruit-requirement__link-btn:hover {
    opacity: 1;
  }
  .recruit-requirement__tab:hover {
    opacity: 1;
  }
  .recruit-requirement__btn:hover {
    background-color: #f2f2f2;
    border: 1px solid #f76b13;
    color: #f76b13;
  }
  .recruit-requirement__btn:hover::before {
    background-color: #f76b13;
  }
  .recruit-requirement__btn:hover::after {
    background-image: url(../images/arrow-right-white.png);
    translate: 3px;
    translate: 0.1875rem;
  }
  .p-formBtn input:hover {
    background-color: #f2f2f2;
    border: 1px solid #ff914b;
    color: #ff914b;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .p-formBtn:hover::before {
    background-color: #ff914b;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .p-formBtn:hover::after {
    background-image: url(../images/arrow-right-white.png);
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .news__category-item:hover a span {
    opacity: 1;
  }
  .news__item:hover {
    color: #f76b13;
  }
  .news__item:hover .news__item-category {
    border-color: #f76b13;
  }
  .news__link:hover .news__item-icon {
    width: 8px;
    width: 0.5rem;
  }
  .news__link:hover .news__item-icon,
  .news__link:hover .news__item-icon::before,
  .news__link:hover .news__item-icon::after {
    background-color: #f76b13;
    translate: 2px;
    translate: 0.125rem;
  }
  .news .page:hover {
    background-color: #f2f2f2;
    color: #2e2e2e;
  }
  .products-category__card-btn:hover {
    color: #f76b13;
  }
  .products .page:hover {
    border: 1px solid #fff;
    opacity: 1;
  }
  .products-quality__btn:hover::after {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  .products-detail__content-btn:hover {
    color: #f76b13;
  }
  .products-detail__content-btn:hover,
  .products-detail__content-btn :hover {
    color: #f76b13;
  }
  .products-detail__content-btn:hover::after,
  .top-service__bottom-btn:hover::after {
    translate: 3px;
    translate: 0.1875rem;
  }
}
/*# sourceMappingURL=style.css.map */
