@charset "UTF-8";
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  overflow-x: clip;
}

.overflow-hidden {
  overflow: clip;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

article > * + * {
  margin-top: 0 !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 66.25rem;
}

.container {
  margin: 0 auto;
  width: min(100% - 60px, 1000px);
}

.l-main {
  padding-top: 6.99875rem;
}
.c-btn__link {
  display: table;
}

.c-btn__link-black {
  color: #333333;
}

.c-btn__link-white {
  color: #fff;
}

.c-btn__link-text {
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.c-btn__img {
  width: 3.4375rem;
}

.c-btn__img img {
  -o-object-fit: cover;
  aspect-ratio: 53/53;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-btn__link-submit {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  font-weight: bold;
  letter-spacing: 0.015em;
  line-height: 0.08em;
}

.c-btn__link-arrow {
  display: block;
  height: 3.3125rem;
  transition: 0.3s all;
  width: 3.3125rem;
}

.c-column2 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

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

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

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  border-radius: 8px;
  font-size: 1rem;
  padding: 0.625rem;
  text-align: left;
  width: 100%;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  margin-right: 0.3125rem;
  outline: none;
  padding: 0;
  position: relative;
  width: 20px;
}

input[type=radio]:checked::before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #333333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: flex;
}

input[type=text],
input[type=tel],
input[type=email] {
  height: 2.9375rem;
}

textarea {
  height: 10.25rem;
  resize: vertical;
  width: 100%;
}

.c-form__table {
  margin-bottom: 3.75rem;
  max-width: 48.125rem;
  width: 100%;
}
.c-form__table th {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  width: 11.5625rem;
}
.c-form__table td {
  flex: 1;
  width: 100%;
}

.c-form__table--flex {
  flex-direction: row;
  gap: 6.25rem;
  padding-block: 1.5625rem 1.25rem;
}

.c-form__table--flex:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.wpcf7-form-control-wrap {
  flex: 1;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0;
  padding-right: 1.25rem;
}

.wpcf7-list-item:last-of-type {
  padding-bottom: 0;
  padding-right: 0;
}

.wpcf7-list-item:last-of-type {
  padding-right: 0;
}

.c-form__btn {
  margin: 0 auto;
}

input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  width: 12.5rem;
}

.wpcf7-spinner {
  display: none;
}

.c-form__btn {
  text-align: center;
}

.c-form__btn--link {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 0.625rem;
  padding-block: 0.75rem;
  position: relative;
  transition: 0.3s all;
}

.c-form__btn--link:hover .c-btn__link-arrow {
  -webkit-transform: translateX(0.9375rem);
  opacity: 0.8;
  transform: translateX(0.9375rem);
}

.c-hover__arrow {
  transition: 0.3s all;
}
.c-hover__arrow img {
  left: 0;
  position: relative;
  transition: 0.3s all;
}
.c-hover__arrow:hover img {
  left: 10px;
  opacity: 0.8;
}

.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-lower-top {
  background-image: url("/wp-content/themes/tsukuba-mycar/img/common/lower_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 21.875rem;
  position: relative;
}

.c-lower-title {
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-lower-en {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.c-lower-ja {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 0.75rem;
  position: relative;
}
.c-lower-ja::before {
  -webkit-transform: translateX(-50%);
  border-top: 0.125rem solid #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1.875rem;
}

.c-lower__back {
  content: "";
  position: absolute;
  right: 1.5625rem;
  top: 0;
  width: 98%;
  z-index: -1;
}

.c-lower__title-boxes {
  text-align: center;
}

.c-lower__title-en {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.c-lower__title-en-white {
  color: #fff;
}

.c-pagination {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 3.75rem;
  margin-top: 3.125rem;
}
.c-pagination .page-numbers {
  align-items: center;
  border: 0.0625rem solid #333333;
  border-radius: 0.25rem;
  color: #333333;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5rem;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  width: 2.5rem;
}
.c-pagination .page-numbers.current {
  background: #333333;
  color: #fff;
}
.c-pagination .page-numbers:hover:not(.current) {
  background: #333333;
  color: #fff;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  padding-inline: 0.75rem;
  width: auto;
}
.c-pagination .page-numbers.dots {
  border: none;
}

.pagination .nav-links {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 5.3125rem;
  text-align: center;
}

.pagination .nav-links .current {
  background: #333333;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  height: 2.5625rem;
  line-height: 1.6;
  width: 2.5625rem;
}

.pagination .nav-links .dots {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: -0.15em;
  line-height: 1.875rem;
}

.pagination .nav-links a.page-numbers {
  border-radius: 50%;
  color: #333333;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.5625rem;
  margin-inline: 0.625rem;
  width: 2.5625rem;
}

.pagination .nav-links a.page-numbers:hover {
  background: #333333;
  color: #fff;
  transition: all 0.3s;
}

.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
  background: transparent;
  width: auto;
}

.pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
  color: #333333;
}

.pagination .nav-links a.prev.page-numbers img,
.pagination .nav-links a.next.page-numbers img {
  width: 0.78125rem;
}

.c-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-bottom: 2.5rem;
}

.c-title-en {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.c-title-jp {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 0.75rem;
  position: relative;
}
.c-title-jp::before {
  -webkit-transform: translateX(-50%);
  border-top: 0.125rem solid #333333;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1.875rem;
}

.c-title-jp-white::before {
  border-top: 0.125rem solid #fff;
}

.p-articleMv {
  padding-block: 5rem;
}

.p-articleMv__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 6.25rem;
}
.p-articleMv__text:last-child {
  margin-bottom: 0;
}

.p-singleMv__sliders {
  margin-block: 3.125rem;
  margin-inline: auto;
}

.p-businessTop {
  padding-top: 14.6875rem;
}

.p-businessTop__en {
  bottom: -2.8125rem;
  font-size: 7.5rem;
}

.p-businessMain {
  padding-block: 5rem 9.0625rem;
}

.p-businessMain__items {
  margin: 0 1.875rem;
  padding-bottom: 7.8125rem;
}

.p-businessMain__flex {
  display: grid;
  gap: calc(-0.223rem + 3.72vw);
  gap: clamp(15px, 15px + 9 * (100vw - 768px) / 672, 24px);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 76.25rem;
  place-items: center;
}

.p-businessMain__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.p-businessMain__num {
  content: "";
  font-family: "Open Sans", sans-serif;
  font-size: clamp(32px, 32px + 18 * (100vw - 768px) / 672, 50px);
  font-weight: 700;
  left: -0.3125rem;
  line-height: 1.5;
  position: absolute;
  top: -0.9375rem;
}

.p-businessMain__img {
  position: relative;
  z-index: 2;
}

.p-businessMain__titles {
  padding-top: 1.4375rem;
  position: relative;
}

.p-businessMain__title {
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8141891892;
}

.p-businessMain__line {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
}

.p-businessMain__text {
  font-size: 1rem;
  line-height: 1.98125;
  padding-top: 1.875rem;
}

.p-businessMain__btn {
  margin: 0 auto;
}

.p-businessMain__btnText {
  padding-left: 2.5rem;
}

.p-cleaningMain {
  padding-block: 5rem;
}

.p-cleaningMain__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 6.25rem;
}

.p-cleaningMain__table-title {
  border-bottom: 0.1875rem solid #333333;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
}

.p-cleaningMain__table-wrap {
  margin-bottom: 3.125rem;
}
.p-cleaningMain__table-wrap:last-child {
  margin-bottom: 0;
}

.p-cleaningMain__table {
  border-collapse: collapse;
  width: 100%;
}
.p-cleaningMain__table tr {
  border-bottom: 0.0625rem solid #d9d9d9;
}
.p-cleaningMain__table th,
.p-cleaningMain__table td {
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 1.25rem 1.875rem;
  text-align: center;
  vertical-align: middle;
}
.p-cleaningMain__table th {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.p-cleaningMain__table tr:first-child th,
.p-cleaningMain__table tr:first-child td {
  border-bottom: 0.0625rem solid #d9d9d9;
  font-weight: 700;
}

.p-cleaningMain__table--plain tr:first-child th,
.p-cleaningMain__table--plain tr:first-child td {
  border-bottom: 0;
  font-weight: 400;
}

.p-cleaningMain__table-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 6.25rem;
}

.p-coatingMain {
  padding-block: 5rem;
}

.p-coatingMain__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 6.25rem;
}

.p-coatingMain__items {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 6.25rem;
}

.p-coatingMain__table-title {
  border-bottom: 0.1875rem solid #333333;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
}

.p-coatingMain__table-wrap {
  margin-bottom: 6.25rem;
}
.p-coatingMain__table-wrap:last-child {
  margin-bottom: 0;
}

.p-coatingMain__table {
  border-collapse: collapse;
  margin-bottom: 1.875rem;
  width: 100%;
}
.p-coatingMain__table tr {
  border-bottom: 0.0625rem solid #d9d9d9;
}
.p-coatingMain__table th,
.p-coatingMain__table td {
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 1.25rem 1.875rem;
  text-align: center;
  vertical-align: middle;
}
.p-coatingMain__table th {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.p-coatingMain__table tr:first-child th,
.p-coatingMain__table tr:first-child td {
  border-bottom: 0.0625rem solid #d9d9d9;
  font-weight: 700;
}

.p-coatingMain__table--plain tr:first-child th,
.p-coatingMain__table--plain tr:first-child td {
  border-bottom: 0;
  font-weight: 400;
}

.p-coatingMain__price {
  margin-bottom: 1.875rem;
}

.p-coatingMain__price-group {
  margin-bottom: 2.5rem;
}
.p-coatingMain__price-group:last-child {
  margin-bottom: 0;
}

.p-coatingMain__price-heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.p-coatingMain__price-list {
  display: flex;
  flex-direction: column;
}

.p-coatingMain__price-row {
  align-items: baseline;
  border-bottom: 0.0625rem solid #d9d9d9;
  display: flex;
  font-size: 1rem;
  gap: 2.5rem;
  line-height: 1.8;
  padding: 1.25rem 0.625rem;
}

.p-coatingMain__price-type {
  flex-shrink: 0;
  width: 11.25rem;
}

.p-coatingMain__price-option {
  font-size: 1rem;
  line-height: 1.8;
}

.p-coatingMain__table-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 6.25rem;
}

.p-companyMain {
  padding-block: 5rem;
}

.p-companyMain__table {
  border-collapse: collapse;
  margin-bottom: 1.875rem;
  width: 100%;
}
.p-companyMain__table tr {
  border-bottom: 0.0625rem solid #F2F2F2;
}
.p-companyMain__table th,
.p-companyMain__table td {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-block: 1.25rem;
  vertical-align: top;
}
.p-companyMain__table th {
  text-align: center;
  white-space: nowrap;
  width: 12.5rem;
}

.p-companyParking {
  padding-bottom: 5rem;
}

.p-companyParking__img {
  margin: 0 auto;
  max-width: 37.5rem;
}
.p-companyParking__img img {
  height: auto;
  width: 100%;
}

.p-companyMap {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.p-companyMap__map {
  height: 28.125rem;
  width: 100%;
}

.p-companyMap__iframe {
  height: 100%;
  width: 100%;
}

.p-contactTop {
  padding-top: 14.6875rem;
}

.p-contactTop__en {
  bottom: -2.8125rem;
  font-size: 7.5rem;
}

.p-contactMain {
  padding-block: 6.25rem;
}

.p-contactMain__text {
  font-size: 1.125rem;
  line-height: 1.8888888889;
  text-align: center;
}
.p-contactMain__tab-btns {
  border-bottom: 0.125rem solid #F2F2F2;
  display: flex;
  margin-bottom: 0rem;
}

.p-contactMain__tab-btn {
  background: transparent;
  border: none;
  border-bottom: 0.1875rem solid transparent;
  color: #333333;
  cursor: pointer;
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: -0.125rem;
  padding-block: 1rem;
  transition: color 0.2s, border-color 0.2s;
}

.p-contactMain__tab-btn.is-active {
  border-bottom-color: #0071BC;
  color: #0071BC;
}

.p-contactMain__tab-content {
  display: none;
}

.p-contactMain__tab-content.is-active {
  display: block;
}

.p-contactMain__form {
  margin: 0 auto;
  max-width: 50rem;
  padding-top: 3.75rem;
}

.p-contactThanks__txt {
  font-size: 1.125rem;
  line-height: 1.8888888889;
  padding-bottom: 2.125rem;
  text-align: center;
}

.p-contactThanks__txt:last-of-type {
  padding-bottom: 0;
}

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

.p-contactForm__error {
  color: #e00;
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.p-contactForm__error[hidden] {
  display: none;
}

.p-contactForm__table {
  border-collapse: collapse;
  margin-bottom: 2.5rem;
  width: 100%;
}
.p-contactForm__table tr {
  border-bottom: 0.0625rem solid #F2F2F2;
}
.p-contactForm__table th,
.p-contactForm__table td {
  font-size: 0.9375rem;
  line-height: 1.8;
  padding: 1.25rem 1.5rem;
  vertical-align: top;
}
.p-contactForm__table th {
  background-color: #f5f5f5;
  font-weight: 700;
  white-space: nowrap;
  width: 12.5rem;
}
.p-contactForm__table .wpcf7-form-control-wrap {
  display: block;
}
.p-contactForm__table input[type=text],
.p-contactForm__table input[type=email],
.p-contactForm__table input[type=tel],
.p-contactForm__table select,
.p-contactForm__table textarea {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 0.0625rem solid #F2F2F2;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}
.p-contactForm__table textarea {
  min-height: 10rem;
  resize: vertical;
}
.p-contactForm__table input[type=checkbox],
.p-contactForm__table input[type=radio] {
  -webkit-appearance: auto;
  accent-color: #0071BC;
  appearance: auto;
  background: none;
  border: none;
  display: inline-block;
  flex-shrink: 0;
  height: auto;
  padding: 0;
  width: auto;
}
.p-contactForm__table input[type=radio]:checked::before {
  display: none;
}
.p-contactForm__table .wpcf7-checkbox,
.p-contactForm__table .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}
.p-contactForm__table .wpcf7-list-item {
  margin: 0;
}
.p-contactForm__table .wpcf7-list-item label {
  -webkit-user-select: none;
  -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0.9375rem;
  gap: 0.375rem;
  pointer-events: auto;
  user-select: none;
}
.p-contactForm__table .wpcf7-list-item-label {
  cursor: pointer;
  pointer-events: auto;
}

.c-required {
  color: #e00;
  font-weight: 700;
  margin-left: 0.25rem;
}

.p-contactForm__note {
  font-size: 0.75rem;
  line-height: 1.7;
  margin-top: 0.5rem;
}

.p-contactForm__postal-wrap,
.p-contactForm__pref-wrap,
.p-contactForm__city-wrap {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

.p-contactForm__postal-label,
.p-contactForm__pref-label,
.p-contactForm__city-label {
  flex-shrink: 0;
  font-size: 0.875rem;
  white-space: nowrap;
}

.p-contactForm__postal-wrap .wpcf7-form-control-wrap,
.p-contactForm__pref-wrap .wpcf7-form-control-wrap,
.p-contactForm__city-wrap .wpcf7-form-control-wrap {
  flex: 1;
}

.p-contactForm__postal-wrap input {
  max-width: 10rem;
}

.p-contactForm__postal-btn {
  background: transparent;
  border: 0.0625rem solid #0071BC;
  border-radius: 0.25rem;
  color: #0071BC;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 0.8125rem;
  padding: 0.5625rem 0.875rem;
  transition: background-color 0.2s, color 0.2s;
  white-space: nowrap;
}

.p-contactForm__postal-btn:hover {
  background-color: #0071BC;
  color: #fff;
}

.p-contactForm__actions {
  margin-top: 2.5rem;
  text-align: center;
}

.p-contactForm__confirm-btn {
  background: #0071BC;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  min-width: 13.75rem;
  padding: 1.125rem 2.5rem;
  transition: opacity 0.2s;
}

.p-contactForm__confirm-btn:hover {
  opacity: 0.8;
}

.p-contactForm__step--confirm {
  display: none;
}

.p-contactForm__confirm-table {
  border-collapse: collapse;
  margin-bottom: 2.5rem;
  width: 100%;
}
.p-contactForm__confirm-table tr {
  border-bottom: 0.0625rem solid #F2F2F2;
}
.p-contactForm__confirm-table th,
.p-contactForm__confirm-table td {
  font-size: 0.9375rem;
  line-height: 1.8;
  padding: 1.25rem 1.5rem;
  vertical-align: top;
}
.p-contactForm__confirm-table th {
  background-color: #f5f5f5;
  font-weight: 700;
  white-space: nowrap;
  width: 12.5rem;
}

.p-contactForm__confirm-actions {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-contactForm__back-btn {
  background: transparent;
  border: 0.0625rem solid #F2F2F2;
  border-radius: 0.25rem;
  color: #333333;
  cursor: pointer;
  font-size: 1rem;
  min-width: 10rem;
  padding: 1rem 1.875rem;
  transition: opacity 0.2s;
}

.p-contactForm__back-btn:hover {
  opacity: 0.7;
}

.p-contactForm__confirm-actions .wpcf7-submit {
  background: #0071BC;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  min-width: 13.75rem;
  padding: 1rem 2.5rem;
  transition: opacity 0.2s;
}

.p-contactForm__confirm-actions .wpcf7-submit:hover {
  opacity: 0.8;
}

.p-footer {
  background-color: #333333;
  padding-top: 2.5rem;
}

.p-footer__container {
  margin: 0 auto;
  width: 1330px;
}

.p-footer__logo {
  display: block;
  margin-bottom: 0.625rem;
  max-width: 16.25rem;
  width: 100%;
}

.p-footer__nav {
  flex-direction: row;
  gap: clamp(1.875rem, 30px + 170 * (100vw - 768px) / 672, 12.5rem);
  justify-content: space-between;
}

.p-footer__flex {
  align-items: flex-start;
  flex-direction: row;
  gap: clamp(15px, 15px + 30 * (100vw - 768px) / 672, 45px);
}

.p-footer__info {
  color: #fff;
  flex-direction: column;
  font-size: clamp(10px, 10px + 7 * (100vw - 768px) / 672, 17px);
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.4705882353;
}

.p-footer__address {
  display: inline-block;
  margin-bottom: 0.625rem;
  text-align: left;
}

.p-footer__tels {
  align-items: center;
  display: inline-block;
  margin-bottom: 0.625rem;
}
.p-footer__tels img {
  width: 0.9375rem;
}

.p-footer__nav--group {
  display: grid;
  gap: 1.25rem clamp(45px, 5.86vw, 80px);
  grid-template-columns: repeat(3, 1fr);
}

.p-footer__nav--items {
  gap: 0.625rem;
  text-align: center;
  text-align: left;
}

.p-footer__nav--item {
  color: #fff;
  margin-bottom: 0.75rem;
}
.p-footer__nav--item:last-child {
  margin-bottom: 0;
}
.p-footer__nav--item:first-child {
  border-bottom: 0.0625rem solid #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-footer__link {
  color: #fff;
  font-size: clamp(10px, 10px + 5 * (100vw - 768px) / 672, 15px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-footer__small {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 3.6428571429;
  padding-top: 3.4375rem;
  text-align: center;
}

body.is-open {
  height: 100vh;
  height: calc(100vh - 3.125rem);
  overflow-y: hidden;
}

.p-header {
  background-color: transparent;
  height: 7rem;
  position: fixed;
  transition: background-color 0.3s ease;
  width: 100%;
  z-index: 999;
}

.p-header__top {
  background-color: #333333;
  height: 3.5rem;
}

.p-header__bottom {
  background-color: #0071BC;
  height: 3.5rem;
}

.p-header__inner {
  height: 100%;
  padding-right: 0;
}

.p-header__flex {
  align-items: center;
  height: inherit;
  justify-content: space-between;
}

.p-header__flex--top {
  height: 100%;
}

.p-header__topRight {
  align-items: center;
  gap: 1rem;
}

.p-header__tels {
  align-items: center;
  color: #fff;
  display: inline-block;
  width: -webkit-max-content;
  width: max-content;
}
.p-header__tels img {
  width: 0.9375rem;
}

.p-header__navTop {
  display: none;
}

.p-header__navTop-tels {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.p-header__navTop-tel {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 0.375rem;
}
.p-header__navTop-tel img {
  flex-shrink: 0;
  width: 1.875rem;
}

.p-header__navTop-sns {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.p-header__navTop-sns-link {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 1.875rem;
}
.p-header__navTop-sns-link img {
  -o-object-fit: contain;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-header__logo--link {
  display: block;
  max-width: 11.1875rem;
  width: 100%;
}
.p-header__catch {
  color: #fff;
  display: block;
  font-size: clamp(0.5rem, 1.2vw, 0.625rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.p-header__nav {
  display: flex;
  margin-inline: auto;
}

.p-header__nav.is-open {
  opacity: 1;
  visibility: visible;
}

.p-header__lists {
  align-items: center;
  gap: 2.9375rem;
}

.p-header__list {
  position: relative;
  text-align: center;
  width: -webkit-max-content;
  width: max-content;
}

.p-header__link {
  color: #fff;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.2;
  width: 100%;
}

.p-header__link-en {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.625rem;
}

.p-header__link-body {
  display: block;
}

.p-header__accordion {
  display: none;
}

.p-header__accordion::before {
  -webkit-transform: translateY(-50%);
  background-color: #F2F2F2;
  height: 0.875rem;
  opacity: 1;
  right: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s;
  width: 0.125rem;
}

.p-header__accordion::after {
  -webkit-transform: translateY(-50%);
  background-color: #F2F2F2;
  height: 0.125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
}

/* 初期状態（閉じ） */

/* −（縦線を消す） */
.p-header__has-drop.is-open .p-header__accordion::before {
  opacity: 0;
}

.p-header__drop {
  -webkit-transform: translateX(-50%);
  background-color: #0071BC;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 130%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: -webkit-max-content;
  width: max-content;
}

/* ← 親から指定する */
.p-header__list:hover .p-header__drop {
  opacity: 1;
  visibility: visible;
}

.p-header__drop--title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  text-align: left;
}

.p-header__drop--lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.p-header__drop--list a {
  display: block;
  padding: 0.625rem 0.3125rem;
}

.p-header__drop--imgs {
  position: relative;
}

.p-header__drop--img {
  margin-bottom: 1.875rem;
  overflow: hidden;
}

.p-header__drop--img img {
  -o-object-fit: cover;
  aspect-ratio: 180/120;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
  z-index: 1;
}

.p-header__drop--text {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0em;
  text-align: center;
}

.p-header__contact {
  border: solid 1px #333333;
  border-radius: 6.25rem;
  color: #333333;
  padding: 0.625rem 1.875rem;
}

.p-header__menu {
  display: none;
}

.p-header__icons {
  gap: 0.625rem;
  justify-content: center;
}

.p-header__icon {
  max-width: 1.875rem;
  width: 100%;
}

.p-header__hamburger--line:before {
  top: -0.625rem;
}

.p-header__hamburger--line:after {
  top: 0.625rem;
}

.p-header__hamburger--line.active {
  background-color: transparent;
}

.p-header__hamburger--line.active::before {
  -webkit-transform: rotate(-45deg);
  background-color: #fff;
  top: 0;
  transform: rotate(-45deg);
}

.p-header__hamburger--line.active::after {
  -webkit-transform: rotate(45deg);
  background-color: #fff;
  top: 0;
  transform: rotate(45deg);
}

.p-newsMain {
  padding-block: 5rem;
}

.p-newsMain__cats {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 3.125rem;
}

.p-newsMain__cat {
  border: 0.0625rem solid #333333;
  border-radius: 3.125rem;
  padding-block: 0.3125rem;
  text-align: center;
}

.p-newsMain__link {
  border-bottom: 0.0625rem solid #333333;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}
.p-newsMain__link::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/common/line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
}

.p-newsMain .pagination {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  margin-top: 3.125rem;
}
.p-newsMain .pagination .nav-links {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.p-newsMain .pagination .page-numbers {
  align-items: center;
  border: 0.0625rem solid #333333;
  border-radius: 0.25rem;
  color: #333333;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5rem;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  width: 2.5rem;
}
.p-newsMain .pagination .page-numbers.current {
  background: #333333;
  color: #fff;
}
.p-newsMain .pagination .page-numbers:hover:not(.current) {
  background: #333333;
  color: #fff;
}
.p-newsMain .pagination .page-numbers.prev, .p-newsMain .pagination .page-numbers.next {
  padding-inline: 0.75rem;
  width: auto;
}
.p-newsMain .pagination .page-numbers.dots {
  border: none;
}

.p-privacyMain {
  padding-block: 5rem;
}

.p-privacyMain__lead {
  font-size: 1rem;
  line-height: 1.94;
  margin-bottom: 3.125rem;
}

.p-privacyMain__item {
  padding-bottom: 3.125rem;
}
.p-privacyMain__item:last-child {
  padding-bottom: 0;
}

.p-privacyMain__heading {
  border-bottom: 0.0625rem dashed #F2F2F2;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

.p-privacyMain__text {
  font-size: 1rem;
  line-height: 1.94;
  margin-bottom: 1.25rem;
}
.p-privacyMain__text:last-child {
  margin-bottom: 0;
}

.p-privacyMain__sign {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 1.875rem;
  text-align: right;
}

.p-purchaseMain {
  padding-block: 5rem;
}

.p-purchaseMain__item {
  padding-bottom: 2.5rem;
}
.p-purchaseMain__item:last-child {
  padding-bottom: 0;
}

.p-purchaseMain__heads {
  align-items: center;
  border-bottom: 0.0625rem solid #F2F2F2;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-purchaseMain__num {
  align-items: center;
  background-color: #0071BC;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
  height: 2.25rem;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1;
  min-width: 2.25rem;
  width: 2.25rem;
}

.p-purchaseMain__lead {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
}

.p-purchaseMain__text {
  font-size: 1rem;
  line-height: 1.8;
}

.p-purchaseMain__table {
  border-collapse: collapse;
  margin-top: 1.875rem;
  width: 100%;
}
.p-purchaseMain__table tr {
  border-bottom: 0.0625rem solid #F2F2F2;
}
.p-purchaseMain__table th,
.p-purchaseMain__table td {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-block: 1.25rem;
  vertical-align: top;
}
.p-purchaseMain__table th {
  text-align: center;
  white-space: nowrap;
  width: 12.5rem;
}

.p-recruitMain {
  padding-block: 5rem;
}

.p-recruitMain__table-title {
  border-bottom: 0.1875rem solid #333333;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
}

.p-recruitMain__table {
  border-collapse: collapse;
  margin-bottom: 1.875rem;
  width: 100%;
}
.p-recruitMain__table tr {
  border-bottom: 0.0625rem solid #F2F2F2;
}
.p-recruitMain__table th,
.p-recruitMain__table td {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-block: 1.25rem;
  vertical-align: top;
}
.p-recruitMain__table th {
  text-align: center;
  white-space: nowrap;
  width: 12.5rem;
}

.p-recruitMain__text {
  font-size: 1rem;
  line-height: 1.8;
}

.p-rentalMain {
  padding-block: 5rem;
}

.p-rentalMain__item {
  padding-bottom: 2.5rem;
}
.p-rentalMain__item:last-child {
  padding-bottom: 0;
}

.p-rentalMain__heads {
  border-bottom: 0.0625rem solid #F2F2F2;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-rentalMain__lead {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
}

.p-rentalMain__text {
  font-size: 1rem;
  line-height: 1.8;
}

.p-rentalMain__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.p-rentalMain__filter-btn {
  background: #fff;
  border: 0.0625rem solid #F2F2F2;
  border-radius: 0.25rem;
  color: #333333;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1.125rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.p-rentalMain__filter-btn:hover {
  background: #28ABE2;
  border-color: #28ABE2;
  color: #fff;
}
.p-rentalMain__filter-btn.is-active {
  background: #28ABE2;
  border-color: #28ABE2;
  color: #fff;
}

.p-rentalMain__blocks {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2.5rem;
}

.p-rentalMain__block {
  display: flex;
  flex-direction: column;
}

.p-rentalMain__block-title {
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-align: center;
}

.p-rentalMain__block-img {
  aspect-ratio: 4/3;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.p-rentalMain__block-img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-rentalMain__block-table {
  border-collapse: collapse;
  flex: 1;
  margin-bottom: 0.75rem;
  width: 100%;
}
.p-rentalMain__block-table tr {
  border-bottom: 0.0625rem solid #F2F2F2;
}
.p-rentalMain__block-table th,
.p-rentalMain__block-table td {
  font-size: 0.875rem;
  padding: 0.5rem 0.375rem;
  text-align: left;
  vertical-align: top;
}
.p-rentalMain__block-table th {
  background: #F2F2F2;
  font-weight: 700;
  white-space: nowrap;
  width: 3.75rem;
}

.p-rentalMain__block-btn {
  background: #28ABE2;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding-block: 0.75rem;
  text-align: center;
  transition: opacity 0.2s;
}
.p-rentalMain__block-btn:hover {
  opacity: 0.8;
}

.p-rentalMain__table {
  border-collapse: collapse;
  margin-block: 1.875rem;
  width: 100%;
}
.p-rentalMain__table tr {
  border-bottom: 0.0625rem solid #F2F2F2;
}
.p-rentalMain__table th,
.p-rentalMain__table td {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-block: 1.25rem;
  vertical-align: top;
}
.p-rentalMain__table th {
  text-align: center;
  white-space: nowrap;
  width: 12.5rem;
}

.p-repairMain {
  padding-block: 5rem;
}

.p-repairMain__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 6.25rem;
}

.p-repairMain__table-title {
  border-bottom: 0.1875rem solid #333333;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
}

.p-repairMain__table-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 6.25rem;
}

.p-repairMain__table {
  border-collapse: collapse;
  margin-bottom: 1.875rem;
  width: 100%;
}
.p-repairMain__table tr {
  border-bottom: 0.0625rem solid #d9d9d9;
}
.p-repairMain__table th,
.p-repairMain__table td {
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 1.25rem 1.875rem;
  text-align: center;
  vertical-align: middle;
}
.p-repairMain__table th {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.p-repairMain__table tr:first-child th,
.p-repairMain__table tr:first-child td {
  border-bottom: 0.0625rem solid #d9d9d9;
  font-weight: 700;
}

.p-salesMain {
  padding-block: 5rem;
}

.p-salesMain__item {
  padding-bottom: 2.5rem;
}
.p-salesMain__item:last-child {
  padding-bottom: 0;
}

.p-salesMain__heads {
  align-items: center;
  border-bottom: 0.0625rem solid #F2F2F2;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-salesMain__num {
  align-items: center;
  background-color: #0071BC;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
  height: 2.25rem;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1;
  min-width: 2.25rem;
  width: 2.25rem;
}

.p-salesMain__lead {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
}

.p-salesMain__text {
  font-size: 1rem;
  line-height: 1.8;
}

.p-salesMain__table {
  border-collapse: collapse;
  margin-top: 1.875rem;
  width: 100%;
}
.p-salesMain__table tr {
  border-bottom: 0.0625rem solid #F2F2F2;
}
.p-salesMain__table th,
.p-salesMain__table td {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-block: 1.25rem;
  vertical-align: top;
}
.p-salesMain__table th {
  text-align: center;
  white-space: nowrap;
  width: 12.5rem;
}

.p-salesMain__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.p-salesMain__filter-btn {
  background: #fff;
  border: 0.0625rem solid #F2F2F2;
  border-radius: 0.25rem;
  color: #333333;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1.125rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.p-salesMain__filter-btn:hover {
  background: #28ABE2;
  border-color: #28ABE2;
  color: #fff;
}
.p-salesMain__filter-btn.is-active {
  background: #28ABE2;
  border-color: #28ABE2;
  color: #fff;
}

.p-salesMain__blocks {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2.5rem;
}

.p-salesMain__block {
  display: flex;
  flex-direction: column;
}

.p-salesMain__block-title {
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-align: center;
}

.p-salesMain__block-img {
  aspect-ratio: 4/3;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.p-salesMain__block-img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-salesMain__block-table {
  border-collapse: collapse;
  flex: 1;
  margin-bottom: 0.75rem;
  width: 100%;
}
.p-salesMain__block-table tr {
  border-bottom: 0.0625rem solid #F2F2F2;
}
.p-salesMain__block-table th,
.p-salesMain__block-table td {
  font-size: 0.875rem;
  padding: 0.5rem 0.375rem;
  text-align: left;
  vertical-align: top;
}
.p-salesMain__block-table th {
  background: #F2F2F2;
  font-weight: 700;
  white-space: nowrap;
  width: 3.75rem;
}

.p-salesMain__block-btn {
  background: #28ABE2;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding-block: 0.75rem;
  text-align: center;
  transition: opacity 0.2s;
}
.p-salesMain__block-btn:hover {
  opacity: 0.8;
}

.p-singleMv {
  background-color: #F2F2F2;
  padding-block: 3.125rem;
}

.p-singleMv__tab {
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-singleMv__tabBtn {
  background: #fff;
  border: none;
  cursor: pointer;
  max-width: 12.5rem;
  padding-block: 0.5rem;
  width: 100%;
}

.p-singleMv__tabBtn.is-active {
  background: #333333;
  color: #fff;
}

.p-singleMv__tabContent {
  display: none;
}

.p-singleMv__tabContent.is-active {
  display: block;
}

.p-proofModal {
  inset: 0;
  position: fixed;
  z-index: 9999;
}

.p-proofModal__overlay {
  background: rgba(0, 0, 0, 0.7);
  inset: 0;
  position: absolute;
}

.p-proofModal__inner {
  inset: 5%;
  overflow: hidden;
  position: absolute;
}

.p-proofModal__inner iframe,
.p-proofModal__inner img {
  border: none;
  width: 100%;
}

.p-proofModal__close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.75rem;
  position: absolute;
  right: 0.875rem;
  top: 0.625rem;
  z-index: 2;
}

.p-singleMv__items {
  gap: 1.25rem;
}

.p-singleMv__sliders {
  width: 49.8%;
}

.main-swiper img {
  display: block;
  width: 100%;
}

.main-swiper .swiper-slide {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main-swiper img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.thumb-swiper {
  margin-top: 10px;
}

.thumb-swiper .swiper-slide {
  aspect-ratio: 1/1;
  cursor: pointer;
  opacity: 0.4;
  overflow: hidden;
}

.thumb-swiper img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.p-sliderModal {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 9999;
}
.p-sliderModal[aria-hidden=false] {
  display: block;
}
.p-sliderModal__overlay {
  background: rgba(0, 0, 0, 0.85);
  inset: 0;
  position: absolute;
}
.p-sliderModal__inner {
  display: grid;
  inset: 0;
  padding: 40px 16px;
  place-items: center;
  position: absolute;
}
.p-sliderModal__close {
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 44px;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  z-index: 2;
}
.p-sliderModal .modal-swiper {
  height: min(80vh, 720px);
  position: relative;
  width: min(1100px, 92vw);
  z-index: 1;
}
.p-sliderModal .modal-swiper .swiper-slide {
  display: grid;
  place-items: center;
}
.p-sliderModal .modal-swiper img {
  -o-object-fit: contain;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.p-sliderModal .swiper-button-prev,
.p-sliderModal .swiper-button-next {
  color: #fff;
}
.p-sliderModal .swiper-pagination-bullet {
  opacity: 0.5;
}
.p-sliderModal .swiper-pagination-bullet-active {
  opacity: 1;
}

.p-singleMv__group {
  width: 49.8%;
}

.p-singleMv__texts {
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 0.625rem;
}
.p-singleMv__texts:last-of-type {
  margin-bottom: 0;
  margin-top: 1.25rem;
}

.p-singleMv__frame {
  align-items: center;
  background-color: #333333;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  max-width: 9.375rem;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  width: 100%;
}

.p-singleMv__name {
  flex: 1;
}

.p-singleMv__table {
  width: 100%;
}

.p-singleMv__price {
  font-size: 1.25rem;
}

.p-singleMv__table tr {
  display: flex;
  flex-direction: column;
}

.p-singleMv__table th,
.p-singleMv__table td {
  display: block;
  font-weight: 400;
  text-align: left;
}

.p-singleMv__text {
  display: inline-block;
  margin-right: 1.25rem;
  width: 9.375rem;
}

.p-singleMv__priceBig {
  color: #d2002d;
  font-size: 1.875rem;
  font-weight: 700;
}

.p-singleBody {
  padding-block: 3.125rem;
}

.p-singleBody__wrap {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  position: relative;
}

.p-singleBody__items {
  width: 100%;
}

.p-singleBody__item {
  margin-top: 2.5rem;
}
.p-singleBody__item:first-child {
  margin-top: 0;
}

.p-singleBody__title {
  font-size: 1.125rem;
  font-weight: 500;
}

.p-singleBody__table {
  border-left: 0.0625rem solid #333333;
  border-top: 0.0625rem solid #333333;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-singleBody__row {
  border-bottom: 0.0625rem solid #333333;
  border-right: 0.0625rem solid #333333;
  display: flex;
}

.p-singleBody__row:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.p-singleBody__head {
  align-items: center;
  background-color: #F2F2F2;
  display: flex;
  font-weight: 700;
  padding: 0.75rem;
  width: 12.5rem;
}

.p-singleBody__data {
  align-items: center;
  display: flex;
  flex: 1;
  padding: 0.75rem;
}

.p-singleBody__row2 {
  border: 0.0625rem solid #333333;
  border-bottom: none;
  border-top: none;
}

.p-singleBody__sec {
  flex: 1;
}

.p-singleBody__group {
  padding: 1.25rem;
}

.p-singleBody__lead {
  border: solid 0.0625rem;
  margin-bottom: 0.625rem;
  text-align: center;
}

.p-singleBody__blocks {
  display: grid;
  gap: 0.3125rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-singleBody__block {
  background: #F2F2F2;
  border-radius: 0.25rem;
  padding-block: 0.5rem;
  text-align: center;
  transition: all 0.2s ease;
}

/* ★ チェックされたもの */
.p-singleBody__block.is-active {
  background: #333333;
  color: #fff;
}

.p-sitePolicyMain {
  padding-block: 5rem;
}

.p-sitePolicyMain__item {
  padding-bottom: 3.125rem;
}
.p-sitePolicyMain__item:last-child {
  padding-bottom: 0;
}

.p-sitePolicyMain__heading {
  border-bottom: 0.0625rem dashed #F2F2F2;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

.p-sitePolicyMain__text {
  font-size: 1rem;
  line-height: 1.94;
  margin-bottom: 1.25rem;
}
.p-sitePolicyMain__text:last-child {
  margin-bottom: 0;
}

.p-sitemapMain {
  padding-block: 5rem;
}

.p-sitemapMain__table {
  border-collapse: collapse;
  width: 100%;
}
.p-sitemapMain__table tr {
  border-bottom: 0.0625rem solid #F2F2F2;
}
.p-sitemapMain__table tr:first-child {
  border-top: 0.0625rem solid #F2F2F2;
}
.p-sitemapMain__table th,
.p-sitemapMain__table td {
  font-size: 0.9375rem;
  line-height: 1.8;
  padding-block: 1.25rem;
  vertical-align: middle;
}
.p-sitemapMain__table th {
  border-right: 0.0625rem solid #F2F2F2;
  font-weight: 500;
  padding-right: 1.875rem;
  text-align: center;
  width: 13.75rem;
}
.p-sitemapMain__table th a {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s;
}
.p-sitemapMain__table th a:hover {
  color: #0071BC;
}
.p-sitemapMain__table td {
  padding-left: 1.875rem;
}

.c-tempContact {
  background-image: url("/wp-content/themes/tsukuba-mycar/img/common/contact_back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 2.5rem;
}

.c-tempContact__box {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 31.25rem;
  width: 100%;
}

.c-tempContact__text {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}

.c-tempContact__line {
  align-items: center;
  background-color: #06C755;
  border-radius: 0.5rem;
  display: inline-flex;
  gap: 0.3125rem;
  justify-content: center;
  margin-block: 0.625rem;
  padding: 0.15625rem 0.625rem;
}

.c-tempContact__line-icon {
  height: 2.5rem;
  width: 2.5rem;
}

.c-tempContact__line-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
}

.c-tempContact__tel {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.c-tempContact__time {
  font-size: 1rem;
  line-height: 1.4;
  padding-bottom: 1.25rem;
  text-align: center;
}

.c-tempContact--btn {
  align-items: center;
  background-color: #28ABE2;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  margin-inline: auto;
  max-width: 18.75rem;
  padding: 1rem 2rem;
  width: 100%;
}

.c-tempRecruit {
  background-image: url("/wp-content/themes/ariji-build/img/common/recruit_back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 13.4375rem 7.5rem;
}

@supports ((background-image: -webkit-image-set(url("x") type("image/webp"))) or (background-image: image-set(url("x") type("image/webp")))) {
  .c-tempRecruit {
    background-image: -webkit-image-set(url("/wp-content/themes/ariji-build/img/common/recruit_back.webp") type("image/webp"), url("/wp-content/themes/ariji-build/img/common/recruit_back.jpg") type("image/jpg"));
    background-image: image-set(url("/wp-content/themes/ariji-build/img/common/recruit_back.webp") type("image/webp"), url("/wp-content/themes/ariji-build/img/common/recruit_back.jpg") type("image/jpg"));
  }
}
.c-tempRecruit--boxes {
  text-align: center;
}

.c-tempRecruit--jp {
  color: #fff;
}

.c-tempRecruit--en {
  -webkit-transform: translateX(-50%);
  bottom: -2.8125rem;
  font-size: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.c-tempRecruit--bold {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-top: 3.75rem;
  text-align: center;
}

.c-tempRecruit--text {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 2.1;
  padding-top: 1.25rem;
  text-align: center;
}

.c-tempRecruit--btn {
  margin: 0 auto;
  padding-left: 2.8125rem;
  padding-top: 3.4375rem;
}

.p-topFv__tabs {
  -webkit-transform: translate(-50%, -50%);
  inset: 0;
  left: 50%;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 85%;
  z-index: 10;
}

.p-topFv__tab {
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.p-topFv__tabBtn {
  background: #F2F2F2;
  border: none;
  cursor: pointer;
  max-width: 12.5rem;
  padding-block: 0.5rem;
  width: 100%;
}

.p-topFv__tabBtn.is-active {
  background: #333333;
  color: #fff;
}

.p-topFv__tabContent {
  display: none;
}

.p-topFv__tabContent.is-active {
  display: block;
}

.p-topFv__tabImgs {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(5, 1fr);
}

.p-topFv__tabLink {
  align-items: center;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7rem;
}

.p-topFv__tabImgs > .p-topFv__tabLink:last-child {
  background-color: #0071BC;
}

.p-topFv__tabImg {
  margin-inline: auto;
  max-width: 5rem;
  position: relative;
  width: 100%;
}
.p-topFv__tabImg:last-child {
  max-width: 10.6875rem;
}

.p-topFv__tabImgBase,
.p-topFv__tabImgHover {
  display: block;
  height: auto;
  width: 100%;
}

.p-topFv__tabImgHover {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease;
}

.p-topFv__tabLink:hover .p-topFv__tabImgHover,
.p-topFv__tabLink:focus-visible .p-topFv__tabImgHover {
  opacity: 1;
}

.p-topFv__tabImgs > .p-topFv__tabLink:nth-child(1) .p-topFv__tabImg,
.p-topFv__tabImgs > .p-topFv__tabLink:nth-child(2) .p-topFv__tabImg {
  max-width: 3.125rem;
}

.p-topFv__tabImgText {
  font-size: 0.75rem;
  margin-top: 1.25rem;
  margin-top: clamp(0.625rem, -0.089rem + 1.49vw, 1.25rem);
  text-align: center;
}

.p-topFv__img {
  overflow: hidden;
  padding-top: 36.25rem;
  position: relative;
  width: 100%;
}

.p-topFv__img img {
  -o-object-fit: cover;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.p-topSales {
  padding-block: 5rem;
}

.p-topSales__title {
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-topSales__list {
  display: none;
}

.p-topSales__list.is-active {
  display: block;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-topSales__detail {
  background-color: #28ABE2;
  color: #fff;
  padding-block: 0.3125rem;
  text-align: center;
}

.p-topSales__meta {
  display: grid;
  gap: 0.375rem;
  margin-block: 1.25rem;
}

.p-topSales__metaRow {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-topSales__metaLabel {
  align-items: center;
  background-color: #fff;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.25rem;
  display: inline-flex;
  flex: 0 0 3.75rem;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1.2;
  padding-block: 0.15625rem;
}

.p-topSales__metaValue {
  font-size: 0.875rem;
  line-height: 1.4;
}

.p-topSales__block {
  display: flex;
  flex-direction: column;
}

.p-topSales__block-title {
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-align: center;
}

.p-topSales__block-img {
  aspect-ratio: 4/3;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.p-topSales__block-img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-topSales__block-table {
  border-collapse: collapse;
  flex: 1;
  margin-bottom: 0.75rem;
  width: 100%;
}
.p-topSales__block-table tr {
  border-bottom: 0.0625rem solid #F2F2F2;
}
.p-topSales__block-table th,
.p-topSales__block-table td {
  font-size: 0.875rem;
  padding: 0.5rem 0.375rem;
  text-align: left;
  vertical-align: top;
}
.p-topSales__block-table th {
  background: #F2F2F2;
  font-weight: 700;
  white-space: nowrap;
  width: 3.75rem;
}

.p-topSales__block-btn {
  background: #28ABE2;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding-block: 0.75rem;
  text-align: center;
  transition: opacity 0.2s;
}
.p-topSales__block-btn:hover {
  opacity: 0.8;
}

.p-topSales__btn {
  margin-top: 2.5rem;
  text-align: center;
}

.p-topSales__link {
  align-items: center;
  border: 0.125rem solid #0071BC;
  color: #0071BC;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.05em;
  max-width: 18.75rem;
  padding: 0.875rem 2rem;
  text-decoration: none;
  transition: 0.3s all;
  width: 100%;
}
.p-topSales__link::after {
  content: "→";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-topSales__link:hover::after {
  -webkit-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.p-topNews {
  padding-block: 5rem;
}

.p-topNews__link {
  border-bottom: 0.0625rem solid #333333;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}
.p-topNews__link::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/common/line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
}

.p-topNews__btn {
  margin-top: 2.5rem;
  text-align: center;
}

.p-topNews__btn-link {
  align-items: center;
  border: 0.125rem solid #0071BC;
  color: #0071BC;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.05em;
  max-width: 18.75rem;
  padding: 0.875rem 2rem;
  text-decoration: none;
  transition: 0.3s all;
  width: 100%;
}
.p-topNews__btn-link::after {
  content: "→";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-topNews__btn-link:hover {
  color: #0071BC;
}
.p-topNews__btn-link:hover::after {
  -webkit-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.p-topGreeting {
  padding-bottom: 5rem;
}

.p-topGreeting__box {
  max-width: 56.25rem;
  width: 100%;
}

.p-topGreeting__text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 1.875rem;
}

.p-topGreeting__name {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: right;
}

.p-topGreeting__space {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p-worksTop__en {
  bottom: -2.8125rem;
}

.p-worksMain {
  margin-top: -5rem;
  padding-block: 10.3125rem 9.0625rem;
}

.p-worksMain__items {
  margin: 0 auto;
  max-width: 71.875rem;
}

.p-worksMain__flex {
  display: grid;
  gap: 4.6875rem 2.625rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 1.875rem;
  place-items: center;
}

.p-worksMain__item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 1.5625rem 1.25rem;
}

.p-worksMain__img {
  -o-object-fit: cover;
  aspect-ratio: 313/212;
  object-fit: cover;
  width: 100%;
}

.p-worksMain__title {
  font-weight: 700;
  line-height: 1.5;
}

.p-worksMain__place {
  letter-spacing: 0.04em;
  line-height: 2.3;
  padding-top: 0.3125rem;
}

.p-worksMain__contents {
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding-top: 2.1875rem;
}

.p-worksMain__content {
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.3125rem 0.75rem;
}

.u-flex {
  display: flex;
}

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

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

.l-main a[href^="tel:"]:not(.c-tempContact__number) {
  color: #0071BC;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(0, 113, 188, 0.4);
  text-underline-offset: 0.1875rem;
  transition: text-decoration-color 0.2s;
}

.l-main a[href^="tel:"]:not(.c-tempContact__number):hover {
  text-decoration-color: #0071BC;
}

.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-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-main {
    padding-top: 3.5rem;
  }
  .c-btn__link-text {
    font-size: 1.125rem;
  }
  .c-btn__img {
    width: 2.3125rem;
  }
  .c-btn__link-arrow {
    height: 2.3125rem;
    width: 2.3125rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  textarea {
    height: 12.5rem;
  }
  .c-form__table {
    margin-bottom: 2.8125rem;
  }
  .c-form__table--flex {
    flex-direction: column;
    gap: 1.25rem;
    padding-block: 0.9375rem 1.25rem;
  }
  .wpcf7-list-item {
    display: block;
    padding-bottom: 0.8125rem;
    padding-right: 1.25rem;
  }
  .c-lower-top {
    padding-top: 8.125rem;
  }
  .c-lower-en {
    font-size: 2rem;
  }
  .c-lower__back {
    right: 0;
    width: 100%;
  }
  .c-title {
    margin-bottom: 1.25rem;
  }
  .c-title-en {
    font-size: 2rem;
  }
  .p-articleMv {
    padding-block: 2.5rem;
  }
  .p-businessTop {
    padding-top: 7.1875rem;
  }
  .p-businessTop__en {
    bottom: -0.9375rem;
    font-size: 4.0625rem;
  }
  .p-businessMain {
    padding-block: 2.1875rem 5.3125rem;
  }
  .p-businessMain__items {
    padding-bottom: 3.125rem;
  }
  .p-businessMain__flex {
    gap: 2.8125rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-businessMain__item {
    max-width: 20.4375rem;
  }
  .p-businessMain__num {
    font-size: 2.8125rem;
  }
  .p-businessMain__titles {
    padding-top: 0;
  }
  .p-businessMain__title {
    font-size: 1.625rem;
    line-height: 2.0653846154;
  }
  .p-businessMain__line {
    bottom: -0.3125rem;
  }
  .p-businessMain__text {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .p-businessMain__btnText {
    padding-left: 0;
  }
  .p-cleaningMain {
    padding-block: 2.5rem;
  }
  .p-cleaningMain__table-wrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .p-cleaningMain__table th,
  .p-cleaningMain__table td {
    font-size: 0.8125rem;
    padding: 0.75rem 0.625rem;
  }
  .p-coatingMain {
    padding-block: 2.5rem;
  }
  .p-coatingMain__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-coatingMain__table-wrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .p-coatingMain__table th,
  .p-coatingMain__table td {
    font-size: 0.8125rem;
    padding: 0.75rem 0.625rem;
  }
  .p-coatingMain__price-heading {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  .p-coatingMain__price-row {
    font-size: 0.9375rem;
    gap: 1.25rem;
    padding: 0.75rem 0.625rem;
  }
  .p-coatingMain__price-type {
    width: 8.125rem;
  }
  .p-coatingMain__price-option {
    font-size: 0.9375rem;
  }
  .p-companyMain {
    padding-block: 2.5rem;
  }
  .p-companyMain__table tr {
    display: flex;
    flex-direction: column;
  }
  .p-companyMain__table th,
  .p-companyMain__table td {
    display: block;
    font-size: 0.8125rem;
    padding-block: 0.9375rem;
  }
  .p-companyMain__table th {
    font-weight: 700;
    padding-bottom: 0;
    text-align: left;
    white-space: normal;
    width: 100%;
  }
  .p-companyParking {
    padding-bottom: 2.5rem;
  }
  .p-companyMap {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .p-companyMap__map {
    height: 18.75rem;
  }
  .p-contactTop {
    padding-top: 6.875rem;
  }
  .p-contactTop__en {
    bottom: -0.625rem;
    font-size: 3.75rem;
  }
  .p-contactMain {
    padding-block: 2.1875rem 4.375rem;
  }
  .p-contactMain__text {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .p-contactMain__tab-btn {
    font-size: 0.875rem;
    padding-block: 0.875rem;
  }
  .p-contactMain__form {
    padding-top: 3.125rem;
  }
  .p-contactForm__table th,
  .p-contactForm__table td {
    display: block;
    font-size: 0.875rem;
    padding: 0.875rem 0rem;
  }
  .p-contactForm__table th {
    padding-bottom: 0.375rem;
    white-space: normal;
    width: 100%;
  }
  .p-contactForm__table input[type=text],
  .p-contactForm__table input[type=email],
  .p-contactForm__table input[type=tel],
  .p-contactForm__table select,
  .p-contactForm__table textarea {
    font-size: 0.875rem;
  }
  .p-contactForm__table .wpcf7-list-item label {
    font-size: 0.875rem;
  }
  .p-contactForm__confirm-table th,
  .p-contactForm__confirm-table td {
    display: block;
    font-size: 0.875rem;
    padding: 0.875rem 0rem;
  }
  .p-contactForm__confirm-table th {
    padding-bottom: 0.25rem;
    white-space: normal;
    width: 100%;
  }
  .p-contactForm__confirm-actions {
    align-items: center;
    flex-direction: column-reverse;
  }
  .p-footer {
    padding-top: 3.125rem;
  }
  .p-footer__logo {
    max-width: 13.3125rem;
  }
  .p-footer__nav {
    flex-direction: column;
  }
  .p-footer__flex {
    flex-direction: column;
    gap: 2.8125rem;
  }
  .p-footer__info {
    font-size: 1.0625rem;
  }
  .p-footer__address {
    font-size: 0.875rem;
  }
  .p-footer__time {
    font-size: 0.875rem;
  }
  .p-footer__fax {
    font-size: 0.875rem;
  }
  .p-footer__nav--group {
    gap: 45px;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-footer__nav--item:first-child {
    font-size: 1.125rem;
  }
  .p-footer__link {
    font-size: 1rem;
    line-height: 2.7;
  }
  .p-footer__small {
    padding-bottom: 4.375rem;
    padding-top: 1.25rem;
  }
  .p-header {
    height: 3.5rem;
  }
  .p-header__bottom {
    background-color: transparent;
    height: 0;
  }
  .p-header__inner {
    padding-left: 1.25rem;
    padding-right: 0;
  }
  .p-header__topRight {
    display: none;
  }
  .p-header__navTop {
    align-items: center;
    background: #333333;
    bottom: 0;
    display: flex;
    gap: 5rem;
    justify-content: space-between;
    justify-content: center;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    right: 0;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 100;
  }
  #js-nav.is-open ~ .p-header__navTop,
  .p-header__navTop.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .p-header__catch {
    font-size: 0.5rem;
  }
  .p-header__nav {
    background-color: #0071BC;
    bottom: 0;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    overflow-y: auto;
    padding-block: 2.5rem;
    position: fixed;
    right: 0;
    top: 3.5rem;
    transition: none;
    visibility: hidden;
    width: 100%;
    z-index: 900;
  }
  .p-header__lists {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    padding: 0rem 2.0625rem;
  }
  .p-header__list {
    text-align: left;
    width: 100%;
  }
  .p-header__link {
    font-size: 0.9375rem;
    padding: 1.5625rem 1.25rem 1.5625rem 0;
    position: relative;
    transition: all 0.3s ease;
  }
  .p-header__link:after {
    -webkit-transform: translateY(-50%);
    background-image: url(../img/common/header_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 0.875rem;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
  }
  .p-header__has-drop .p-header__link {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .p-header__accordion {
    display: block;
    flex-shrink: 0;
    height: 0.875rem;
    position: relative;
    width: 0.875rem;
  }
  .p-header__has-drop .p-header__link::before,
  .p-header__has-drop .p-header__link::after {
    background-image: none;
    display: none;
  }
  .p-header__accordion::before,
  .p-header__accordion::after {
    background-image: none;
    content: "";
    position: absolute;
  }
  .p-header__has-drop .p-header__drop {
    display: none;
  }
  .p-header__drop {
    -webkit-transform: none;
    background: transparent;
    opacity: 0;
    position: static;
    transform: none;
    visibility: hidden;
    width: 100%;
  }
  .p-header__list.is-open .p-header__drop {
    opacity: 1;
    visibility: visible;
  }
  .p-header__drop--list a {
    padding: 0;
  }
  .p-header__drop--group {
    display: block;
    padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  }
  .p-header__drop--text {
    text-align: left;
  }
  .p-header__menu {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1000;
  }
  .p-header__hamburger {
    cursor: pointer;
    display: inline-block;
    height: 3.5rem;
    outline: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 3.5rem;
    z-index: 1000;
  }
  .p-header__hamburger--line {
    background-color: #fff;
    bottom: 0;
    height: 0.1875rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0rem;
    transition: inherit;
    width: 2.125rem;
  }
  .p-header__hamburger--line:before,
  .p-header__hamburger--line:after {
    background-color: inherit;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: inherit;
    width: 100%;
  }
  .p-newsMain {
    padding-block: 2.5rem;
  }
  .p-newsMain__cats {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-newsMain__link {
    flex-direction: column;
  }
  .p-newsMain__link::before {
    top: 90%;
  }
  .p-privacyMain {
    padding-block: 2.5rem;
  }
  .p-privacyMain__lead {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
  .p-privacyMain__heading {
    font-size: 1.0625rem;
  }
  .p-privacyMain__text {
    font-size: 0.875rem;
  }
  .p-privacyMain__sign {
    font-size: 0.8125rem;
  }
  .p-purchaseMain {
    padding-block: 2.5rem;
  }
  .p-purchaseMain__table tr {
    display: flex;
    flex-direction: column;
  }
  .p-purchaseMain__table th,
  .p-purchaseMain__table td {
    display: block;
    font-size: 0.8125rem;
    padding-block: 0.9375rem;
  }
  .p-purchaseMain__table th {
    font-weight: 700;
    padding-bottom: 0;
    text-align: left;
    white-space: normal;
    width: 100%;
  }
  .p-recruitMain {
    padding-block: 2.5rem;
  }
  .p-recruitMain__table tr {
    display: flex;
    flex-direction: column;
  }
  .p-recruitMain__table th,
  .p-recruitMain__table td {
    display: block;
    font-size: 0.8125rem;
    padding-block: 0.9375rem;
  }
  .p-recruitMain__table th {
    font-weight: 700;
    padding-bottom: 0;
    text-align: left;
    white-space: normal;
    width: 100%;
  }
  .p-rentalMain {
    padding-block: 2.5rem;
  }
  .p-rentalMain__blocks {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-rentalMain__table tr {
    display: flex;
    flex-direction: column;
  }
  .p-rentalMain__table th,
  .p-rentalMain__table td {
    display: block;
    font-size: 0.8125rem;
    padding-block: 0.9375rem;
  }
  .p-rentalMain__table th {
    font-weight: 700;
    padding-bottom: 0;
    text-align: left;
    white-space: normal;
    width: 100%;
  }
  .p-repairMain {
    padding-block: 2.5rem;
  }
  .p-repairMain__table-wrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .p-repairMain__table th,
  .p-repairMain__table td {
    font-size: 0.8125rem;
    padding: 0.75rem 0.625rem;
  }
  .p-salesMain {
    padding-block: 2.5rem;
  }
  .p-salesMain__table tr {
    display: flex;
    flex-direction: column;
  }
  .p-salesMain__table th,
  .p-salesMain__table td {
    display: block;
    font-size: 0.8125rem;
    padding-block: 0.9375rem;
  }
  .p-salesMain__table th {
    font-weight: 700;
    padding-bottom: 0;
    text-align: left;
    white-space: normal;
    width: 100%;
  }
  .p-salesMain__blocks {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-singleMv__items {
    flex-direction: column;
  }
  .p-singleMv__sliders {
    width: 100%;
  }
  .p-singleMv__group {
    width: 100%;
  }
  .p-singleMv__text {
    display: block;
    margin-right: 0;
  }
  .p-singleBody__wrap {
    overflow-x: visible;
  }
  .p-singleBody__item {
    margin-top: 1.5rem;
  }
  .p-singleBody__table {
    grid-template-columns: 1fr;
  }
  .p-singleBody__head {
    font-size: 0.875rem;
    padding: 0.5rem;
    width: 7.5rem;
  }
  .p-singleBody__data {
    font-size: 0.875rem;
  }
  .p-singleBody__blocks {
    grid-template-columns: 1fr;
  }
  .p-sitePolicyMain {
    padding-block: 2.5rem;
  }
  .p-sitePolicyMain__heading {
    font-size: 1.0625rem;
  }
  .p-sitePolicyMain__text {
    font-size: 0.875rem;
  }
  .p-sitemapMain {
    padding-block: 2.5rem;
  }
  .p-sitemapMain__table th,
  .p-sitemapMain__table td {
    font-size: 0.8125rem;
    padding-block: 0.9375rem;
  }
  .p-sitemapMain__table th {
    padding-right: 0.9375rem;
    width: 8.125rem;
  }
  .p-sitemapMain__table td {
    padding-left: 0.9375rem;
  }
  .c-tempRecruit {
    background-image: url("/wp-content/themes/ariji-build/img/common/recruit_back_sp.jpg");
    padding-block: 8.125rem 8.4375rem;
  }
  @supports ((background-image: -webkit-image-set(url("x") type("image/webp"))) or (background-image: image-set(url("x") type("image/webp")))){
    .c-tempRecruit {
      background-image: -webkit-image-set(url("/wp-content/themes/ariji-build/img/common/recruit_back_sp.webp") type("image/webp"), url("/wp-content/themes/ariji-build/img/common/recruit_back_sp.jpg") type("image/jpg"));
      background-image: image-set(url("/wp-content/themes/ariji-build/img/common/recruit_back_sp.webp") type("image/webp"), url("/wp-content/themes/ariji-build/img/common/recruit_back_sp.jpg") type("image/jpg"));
    }
  }
  .c-tempRecruit--en {
    bottom: -0.9375rem;
    font-size: 4.5625rem;
  }
  .c-tempRecruit--bold {
    font-size: 1.25rem;
    line-height: 1.7;
  }
  .c-tempRecruit--text {
    font-size: 0.9375rem;
    line-height: 1.8;
    padding-top: 0.625rem;
  }
  .c-tempRecruit--btn {
    padding-left: 0.3125rem;
  }
  .p-topFv__tab {
    margin-bottom: 0.625rem;
  }
  .p-topFv__tabBtn {
    font-size: 0.875rem;
    padding-block: 0.25rem;
  }
  .p-topFv__tabImgs {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-topFv__tabLink {
    min-height: 5rem;
  }
  .p-topFv__tabImgText {
    font-size: 0.625rem;
  }
  .p-topFv__img {
    padding-top: clamp(43.438rem, 41.644rem + 7.65vw, 45.313rem);
  }
  .p-topSales {
    padding-block: 2.5rem;
  }
  .p-topSales__title {
    margin-bottom: 1.25rem;
  }
  .p-topSales__list.is-active {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-topSales__link {
    font-size: 0.875rem;
    padding-block: 0.625rem;
  }
  .p-topNews {
    padding-block: 2.5rem;
  }
  .p-topNews__link {
    flex-direction: column;
  }
  .p-topNews__link::before {
    top: 90%;
  }
  .p-topNews__btn-link {
    font-size: 0.875rem;
    padding-block: 0.625rem;
  }
  .p-topGreeting {
    padding-bottom: 2.5rem;
  }
  .p-topGreeting__name {
    font-size: 0.875rem;
  }
  .p-topGreeting__space {
    display: block;
    font-size: 1.125rem;
  }
  .p-worksTop__en {
    bottom: -1.5625rem;
  }
  .p-worksMain {
    margin-top: -3.4375rem;
    padding-block: 6.875rem 9.0625rem;
  }
  .p-worksMain__flex {
    gap: 0.875rem;
    gap: 1.5625rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-worksMain__item {
    max-width: 19.6875rem;
  }
  .p-worksMain__img {
    aspect-ratio: 277/212;
  }
  .p-worksMain__title {
    font-size: 1.375rem;
    padding-top: 1.5625rem;
  }
  .p-worksMain__content {
    font-size: 0.75rem;
    padding: 0.1875rem 0.625rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
  .p-rentalMain__blocks {
    grid-template-columns: 1fr;
  }
  .p-salesMain__blocks {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}