/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, button, header {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
  outline: none;
  box-sizing: border-box;
  background: none;
}

button:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  color: rgb(49, 30, 8);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
body.js-open {
  position: fixed;
}

a {
  font-weight: 500;
  color: rgb(51, 51, 51);
}

/* header */
.c-header {
  width: 100%;
  padding-left: 1.25rem;
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .c-header {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-header {
    padding-left: 2.5rem;
  }
}

.c-header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media screen and (min-width: 992px) {
  .c-header__body {
    height: 100px;
  }
}

.c-header__logo {
  position: relative;
  z-index: 60;
}
.c-header__logo h1 {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  line-height: 1.4;
}
.c-header__logo h1 span {
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .c-header__logo h1 {
    gap: 1.5625rem;
  }
}

.c-header__logo-link {
  display: flex;
  width: 150px;
  transition: 0.3s;
}
.c-header__logo-link:hover {
  opacity: 0.5;
}
@media screen and (min-width: 476px) {
  .c-header__logo-link {
    width: 180px;
  }
}
@media screen and (min-width: 992px) {
  .c-header__logo-link {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .c-header__logo-link {
    width: 240px;
  }
}

.c-nav {
  overflow-y: clip;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  background-color: rgb(240, 240, 240);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 70;
}
@media screen and (min-width: 576px) {
  .c-nav {
    padding-top: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-nav {
    overflow-y: auto;
    padding-top: 0;
  }
}

.c-nav__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 1.875rem;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-nav__inner {
    grid-template-columns: 250px 1fr;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 992px) {
  .c-nav__inner {
    grid-template-columns: 300px 1fr;
    gap: 2.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__inner {
    grid-template-columns: 400px 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .c-nav__inner {
    grid-template-columns: 500px 1fr;
  }
}

.c-nav__fig {
  order: 1;
  height: 100%;
  background-color: rgba(108, 108, 108, 0.5);
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);
}
.c-nav__fig img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-nav__fig {
    order: 0;
    clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
  }
}

.c-nav__body {
  order: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-nav__body {
    order: 1;
    padding-left: 0;
  }
}

.c-nav__main {
  display: grid;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}
.c-nav__main li:nth-of-type(1) .c-nav__link-en {
  color: rgb(231, 34, 16);
}
.c-nav__main li:nth-of-type(2) .c-nav__link-en {
  color: rgb(246, 151, 1);
}
.c-nav__main li:nth-of-type(3) .c-nav__link-en {
  color: rgb(0, 134, 66);
}
.c-nav__main li:nth-of-type(4) .c-nav__link-en {
  color: rgb(0, 98, 180);
}
.c-nav__main li:nth-of-type(5) .c-nav__link-en {
  color: rgb(4, 161, 233);
}
@media screen and (min-width: 992px) {
  .c-nav__main {
    gap: 1.25rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__main {
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-nav__main {
    margin-bottom: 6.25rem;
  }
}

.c-nav__link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9375rem;
  align-items: center;
  width: 100%;
  padding-top: 0.3125rem;
  padding-right: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.3125rem;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.c-nav__link::before {
  content: "";
  width: 13px;
  height: 15px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: rgb(246, 151, 1);
  position: absolute;
  top: 50%;
  left: -0.625rem;
  transform: translate(-100%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.c-nav__link:hover {
  opacity: 0.7;
}
.c-nav__link:hover::before {
  left: -1.875rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-nav__link {
    gap: 1.25rem;
    padding-top: 0.625rem;
    padding-right: 0.3125rem;
    padding-bottom: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  .c-nav__link {
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__link {
    gap: 2.5rem;
  }
}

.c-nav__link-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(2rem, 0.222rem + 3.7vw, 3rem);
  font-weight: bold;
}

.c-nav__link-jp {
  font-size: clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
  font-weight: bold;
}

.c-nav__enrty {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-nav__enrty {
    grid-template-columns: repeat(2, 1fr);
    max-width: 980px;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__enrty {
    gap: 3.125rem;
  }
}

.c-nav__enrty-button {
  display: grid;
  place-content: center;
  place-items: center;
  height: 60px;
  width: 100%;
  border: 1px solid rgb(34, 34, 34);
  background-color: rgb(255, 255, 255);
  box-shadow: 4px 4px 0px 0px rgb(0, 134, 66);
  line-height: 1.4;
  position: relative;
  transition: 0.3s;
}
.c-nav__enrty-button::after {
  content: "";
  width: 11px;
  height: 13px;
  background-color: rgb(0, 134, 66);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.c-nav__enrty-button:hover::after {
  right: 0.625rem;
}
.c-nav__enrty-button:hover .c-nav__enrty-button-text {
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .c-nav__enrty-button {
    height: 60px;
  }
  .c-nav__enrty-button::after {
    width: 13px;
    height: 15px;
    right: 1.25rem;
  }
  .c-nav__enrty-button:hover::after {
    right: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__enrty-button {
    height: 80px;
  }
  .c-nav__enrty-button::after {
    right: 1.875rem;
  }
  .c-nav__enrty-button:hover::after {
    right: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-nav__enrty-button {
    height: 96px;
  }
  .c-nav__enrty-button::after {
    right: 2.5rem;
  }
  .c-nav__enrty-button:hover::after {
    right: 1.875rem;
  }
}

.c-nav__enrty-button-text {
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: 600;
  color: rgb(34, 34, 34);
  transition: 0.3s;
}

.c-header__menu {
  display: flex;
  height: 100%;
}

.c-entry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 55px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-entry {
    width: 400px;
    height: 100%;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .c-entry {
    width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .c-entry {
    width: 580px;
  }
}

.c-entry__button {
  display: grid;
  place-content: center;
  place-items: center;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  background-color: rgb(255, 98, 0);
  transition: 0.3s;
  position: relative;
}
.c-entry__button::after {
  content: "";
  width: 15px;
  height: 14px;
  background-color: rgb(246, 151, 1);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 2.5rem;
}
.c-entry__button:hover {
  opacity: 0.7;
}

.c-entry__button-jp {
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: bold;
}

.c-entry__button-en {
  font-family: "Lato", sans-serif;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  font-weight: bold;
}

.c-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 1/1;
  z-index: 80;
}

.c-hamburger__body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-hamburger__body {
    width: 60px;
    height: 48px;
  }
}

.c-hamburger__body::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: rgb(49, 30, 8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .c-hamburger__body::before {
    width: 60px;
    height: 4px;
  }
}

.js-open .c-hamburger__body::before {
  opacity: 0;
}

.c-hamburger__button {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  appearance: none;
  background: none;
  border: 0;
}

.c-hamburger__button::before,
.c-hamburger__button::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: rgb(49, 30, 8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .c-hamburger__button::before,
  .c-hamburger__button::after {
    width: 60px;
    height: 4px;
  }
}

.c-hamburger__button::before {
  top: 2px;
  transform-origin: left top;
}

.c-hamburger__button::after {
  bottom: 2px;
  transform-origin: left bottom;
}

.js-open .c-hamburger__button::before,
.js-open .c-hamburger__button::after {
  width: 53px;
  left: 7px;
}
@media screen and (min-width: 992px) {
  .js-open .c-hamburger__button::before,
  .js-open .c-hamburger__button::after {
    width: 63px;
  }
}

.js-open .c-hamburger__button::before {
  transform: rotate(40deg);
}

.js-open .c-hamburger__button::after {
  transform: rotate(-40deg);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* footer */
.c-footer {
  padding-top: 2.5rem;
  padding-right: 1.25rem;
  padding-bottom: 5.625rem;
  padding-left: 1.25rem;
  background-color: rgb(0, 134, 66);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .c-footer {
    padding-top: 2.8125rem;
    padding-bottom: 2.1875rem;
  }
}

.c-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .c-footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 0.625rem;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .c-footer__nav {
    place-content: start;
    place-items: start;
    grid-template-columns: repeat(3, auto);
    gap: 3rem;
  }
}

.c-footer__nav-link {
  font-size: 0.75rem;
  font-weight: normal;
  color: rgb(255, 255, 255);
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-footer__nav-link:hover {
    text-decoration: underline;
  }
  .c-footer__nav-link:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    right: -1.5rem;
    transform: translateY(-50%);
  }
}

.c-footer__copy {
  font-size: 0.625rem;
  font-weight: normal;
  color: rgb(255, 255, 255);
  text-align: center;
  position: relative;
  z-index: 20;
}

/* component */
.c-contentsheader {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
}

.c-contentsheader__text-en {
  font-size: clamp(2.375rem, 1.264rem + 2.31vw, 3rem);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.c-contentsheader__text-jp {
  font-size: clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
  font-weight: bold;
}

.c-button {
  display: grid;
  align-items: center;
  min-height: 60px;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  border: 1px solid rgb(34, 34, 34);
  background-color: rgb(255, 255, 255);
  box-shadow: 4px 4px 0px 0px rgb(0, 134, 66);
  line-height: 1.4;
  position: relative;
  transition: 0.3s;
}
.c-button::after {
  content: "";
  width: 11px;
  height: 13px;
  background-color: rgb(246, 151, 1);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.c-button:hover::after {
  right: 0.625rem;
}
.c-button:hover .c-button__text {
  opacity: 0.5;
}
@media screen and (min-width: 576px) {
  .c-button {
    place-content: center;
    place-items: center;
    padding-left: 0;
  }
}

.c-button__text {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(34, 34, 34);
  transition: 0.3s;
}
@media screen and (min-width: 576px) {
  .c-button__text br {
    display: none;
  }
}

.p-hero {
  margin-bottom: 4.375rem;
}
@media screen and (min-width: 576px) {
  .p-hero {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-hero {
    margin-bottom: 6.875rem;
  }
}

.p-hero__inner {
  position: relative;
}

.p-hero__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.p-hero__slider-item {
  overflow: clip;
  height: 500px;
  background-color: rgba(108, 108, 108, 0.5);
  transform: skew(10deg);
}
.p-hero__slider-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: skew(-10deg);
  scale: 1.25;
}
@media screen and (min-width: 768px) {
  .p-hero__slider-item img {
    scale: 1.15;
  }
}

.p-hero__copy {
  overflow: clip;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
@media screen and (min-width: 576px) {
  .p-hero__copy {
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}

.p-hero__copy-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 576px) {
  .p-hero__copy-inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    background-color: rgb(240, 240, 240);
    transform: skew(17deg);
  }
}

.p-hero__copy-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding-right: 0.625rem;
  padding-left: 1.25rem;
  font-size: clamp(1.5rem, 1.03rem + 2vw, 1.75rem);
  font-weight: bold;
  background-color: rgb(240, 240, 240);
  transform: skew(17deg);
}
.p-hero__copy-text img {
  width: auto;
  height: 60px;
  transform: skew(-17deg);
}
.p-hero__copy-text span {
  transform: skew(-17deg);
}
@media screen and (min-width: 576px) {
  .p-hero__copy-text {
    padding-right: 0;
    padding-left: 0;
    transform: none;
    font-size: clamp(1.75rem, 0.083rem + 3.47vw, 2.688rem);
  }
}
@media screen and (min-width: 768px) {
  .p-hero__copy-text {
    height: auto;
  }
  .p-hero__copy-text img {
    height: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__copy-text img {
    height: 80px;
  }
}

.p-aboutjob {
  padding-right: 1.25rem;
  padding-bottom: 5rem;
  padding-left: 1.25rem;
  position: relative;
}
.p-aboutjob::after {
  content: "";
  width: 100%;
  height: 80px;
  background-color: rgb(240, 240, 240);
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.p-aboutjob input {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-aboutjob {
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-aboutjob {
    padding-bottom: 10rem;
  }
}

.p-aboutjob__inner {
  max-width: 980px;
  margin: 0 auto;
}

.p-aboutjob .c-contentsheader__text-en {
  color: rgb(231, 34, 16);
}

.p-aboutjob__intro {
  line-height: 2;
}
.p-aboutjob__intro:nth-of-type(1) {
  margin-bottom: 0.625rem;
}
.p-aboutjob__intro:nth-of-type(2) {
  margin-bottom: 2rem;
}

.p-dept {
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid rgb(34, 34, 34);
}
.p-dept.p-dept__store {
  border-bottom: 0;
}
.p-dept.p-dept__sales {
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-dept {
    max-width: 100%;
  }
}

.p-dept__head {
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid rgb(34, 34, 34);
  background-color: rgb(240, 240, 240);
}
.p-dept__head:nth-of-type(1) {
  border-bottom: 1px solid rgb(34, 34, 34);
}
.p-dept__head:nth-of-type(2) {
  border-top: 1px solid rgb(34, 34, 34);
}

.p-dept__menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  border: 1px solid rgb(34, 34, 34);
}
@media screen and (min-width: 768px) {
  .p-dept__menu {
    max-width: 100%;
  }
}

.p-dept__list-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0.625rem;
  align-items: center;
  width: 100%;
  padding-top: 0.625rem;
  padding-right: 0.75rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  transition: 0.3s;
}
.p-dept__list-item:hover {
  opacity: 0.7;
}
.p-dept__list-item.tire {
  background-color: rgb(231, 34, 16);
  border-right: 1px solid rgb(34, 34, 34);
}
.p-dept__list-item.coating {
  background-color: rgb(0, 98, 180);
  border-right: 1px solid rgb(34, 34, 34);
}
.p-dept__list-item.inspection {
  background-color: rgb(134, 193, 37);
  border-right: 1px solid rgb(34, 34, 34);
}
.p-dept__list-item.gasstation {
  background-color: rgb(246, 151, 1);
}
.p-dept__list-item.fuel {
  background-color: rgb(0, 134, 66);
  border-right: 1px solid rgb(34, 34, 34);
}
.p-dept__list-item.water {
  background-color: rgb(4, 161, 233);
  border-right: 1px solid rgb(34, 34, 34);
}
.p-dept__list-item.insurance {
  background-color: rgb(248, 209, 0);
}
@media screen and (min-width: 768px) {
  .p-dept__list-item {
    grid-template-columns: 45px 1fr;
    gap: 0.9375rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .p-dept__list-item.tire, .p-dept__list-item.coating, .p-dept__list-item.inspection, .p-dept__list-item.gasstation {
    width: 50%;
  }
  .p-dept__list-item.fuel, .p-dept__list-item.water, .p-dept__list-item.insurance {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .p-dept__list-item {
    grid-template-columns: 56px 1fr;
    gap: 1.25rem;
  }
  .p-dept__list-item.tire, .p-dept__list-item.coating, .p-dept__list-item.inspection, .p-dept__list-item.gasstation {
    width: 25%;
  }
  .p-dept__list-item.fuel, .p-dept__list-item.water, .p-dept__list-item.insurance {
    width: 33.3333333333%;
  }
}

.p-dept__list-text {
  font-size: clamp(0.938rem, 0.649rem + 0.8vw, 1.25rem);
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1.3;
}
.p-dept__list-text span {
  font-size: 0.7em;
}
.p-dept__list-text br {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-dept__list-text br {
    display: block;
  }
}

.p-dept__block {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-dept__block {
    max-width: 100%;
  }
}

.p-dept__box {
  display: none;
  border: 1px solid rgb(34, 34, 34);
}

.p-dept__subhead {
  max-width: 450px;
  margin: 0 auto;
  border-bottom: 1px solid rgb(34, 34, 34);
}
@media screen and (min-width: 768px) {
  .p-dept__subhead {
    max-width: 100%;
  }
}

.p-dept__subhead {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  gap: 10px;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  border-bottom: 1px solid rgb(34, 34, 34);
  background-color: rgb(231, 34, 16);
}

#dept02 .p-dept__subhead {
  background-color: rgb(0, 98, 180);
}

#dept03 .p-dept__subhead {
  background-color: rgb(134, 193, 37);
}

#dept04 .p-dept__subhead {
  background-color: rgb(246, 151, 1);
}

#dept05 .p-dept__subhead {
  background-color: rgb(0, 134, 66);
}

#dept06 .p-dept__subhead {
  background-color: rgb(4, 161, 233);
}

#dept07 .p-dept__subhead {
  background-color: rgb(248, 209, 0);
}

.p-dept__subhead-logo {
  width: 200px;
}
@media screen and (min-width: 576px) {
  .p-dept__subhead-logo {
    width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .p-dept__subhead-logo {
    width: 260px;
  }
}

.p-dept__subhead-text {
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  font-weight: 600;
  color: rgb(255, 255, 255);
  line-height: 1;
}

.p-dept__body {
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 992px) {
  .p-dept__body {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}

.p-dept__title {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.625rem;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 2px solid rgb(231, 34, 16);
}
@media screen and (min-width: 768px) {
  .p-dept__title {
    margin-bottom: 1.875rem;
    padding-bottom: 0.9375rem;
  }
}

#dept02 .p-dept__title {
  border-bottom: 2px solid rgb(0, 98, 180);
}

#dept03 .p-dept__title {
  border-bottom: 2px solid rgb(134, 193, 37);
}

#dept04 .p-dept__title {
  border-bottom: 2px solid rgb(246, 151, 1);
}

#dept05 .p-dept__title {
  border-bottom: 2px solid rgb(0, 134, 66);
}

#dept06 .p-dept__title {
  border-bottom: 2px solid rgb(4, 161, 233);
}

#dept07 .p-dept__title {
  border-bottom: 2px solid rgb(248, 209, 0);
}

.p-dept__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-dept__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}

.p-dept__summary {
  margin-bottom: 1.25rem;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-dept__summary {
    margin-bottom: 1.5rem;
  }
}

.p-dept__button .c-button {
  align-items: center;
  justify-content: start;
  padding-left: 1rem;
  background-color: rgb(248, 248, 248);
  box-shadow: 4px 4px 0px 0px rgb(231, 34, 16);
}
.p-dept__button .c-button::after {
  background-color: rgb(231, 34, 16);
}
.p-dept__button .c-button .c-button__text {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
}
.p-dept__button .c-button .pcbr {
  display: block;
}
.p-dept__button .c-button .tabbr {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-dept__button .c-button {
    padding-left: 1.25rem;
  }
  .p-dept__button .c-button .tabbr {
    display: none;
  }
}

#dept02 .c-button {
  box-shadow: 4px 4px 0px 0px rgb(0, 98, 180);
}
#dept02 .c-button::after {
  background-color: rgb(0, 98, 180);
}

#dept03 .c-button {
  box-shadow: 4px 4px 0px 0px rgb(134, 193, 37);
}
#dept03 .c-button::after {
  background-color: rgb(134, 193, 37);
}

#dept04 .c-button {
  box-shadow: 4px 4px 0px 0px rgb(246, 151, 1);
}
#dept04 .c-button::after {
  background-color: rgb(246, 151, 1);
}

#dept05 .c-button {
  box-shadow: 4px 4px 0px 0px rgb(0, 134, 66);
}
#dept05 .c-button::after {
  background-color: rgb(0, 134, 66);
}

#dept06 .c-button {
  box-shadow: 4px 4px 0px 0px rgb(4, 161, 233);
}
#dept06 .c-button::after {
  background-color: rgb(4, 161, 233);
}

#dept07 .c-button {
  box-shadow: 4px 4px 0px 0px rgb(248, 209, 0);
}
#dept07 .c-button::after {
  background-color: rgb(248, 209, 0);
}

#deptMenu01:checked ~ .p-dept__block #dept01,
#deptMenu02:checked ~ .p-dept__block #dept02,
#deptMenu03:checked ~ .p-dept__block #dept03,
#deptMenu04:checked ~ .p-dept__block #dept04,
#deptMenu05:checked ~ .p-dept__block #dept05,
#deptMenu06:checked ~ .p-dept__block #dept06,
#deptMenu07:checked ~ .p-dept__block #dept07 {
  display: block;
}

.p-voice {
  padding-top: 2.5rem;
  padding-right: 1.25rem;
  padding-bottom: 3rem;
  padding-left: 1.25rem;
  background-color: rgb(247, 247, 247);
}

.p-voice__inner {
  max-width: 980px;
  margin: 0 auto;
}
.p-voice__inner .c-contentsheader {
  align-items: center;
  justify-content: center;
}
.p-voice__inner .c-contentsheader__text-en {
  color: rgb(246, 151, 1);
}

.p-voice__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-voice__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-voice__block {
    gap: 4.0625rem;
  }
}

.p-voice__box {
  box-shadow: 8px 8px 0px 0px rgb(246, 151, 1);
}

.p-voice__link {
  display: block;
  border: 1px solid rgb(34, 34, 34);
  background-color: rgb(255, 255, 255);
}
.p-voice__link:hover .p-voice__fig img {
  scale: 1.1;
  opacity: 0.8;
}

.p-voice__top {
  overflow: clip;
  position: relative;
}

.p-voice__fig img {
  scale: 1;
  transition: 0.3s;
}

.p-voice__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  line-height: 1;
  position: absolute;
  bottom: 0.9375rem;
  left: 0.625rem;
}
.p-voice__copy span {
  padding-top: 0.75rem;
  padding-right: 0.3125rem;
  padding-bottom: 0.875rem;
  padding-left: 0.3125rem;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgb(246, 151, 1);
}
@media screen and (min-width: 992px) {
  .p-voice__copy {
    bottom: 1.25rem;
    left: 1.125rem;
  }
  .p-voice__copy span {
    padding-top: 0.75rem;
    padding-right: 0.625rem;
    padding-bottom: 0.875rem;
    padding-left: 0.625rem;
  }
}

.p-voice__bottom {
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  position: relative;
}
.p-voice__bottom::before, .p-voice__bottom::after {
  content: "";
  width: 17px;
  height: 20px;
  background-color: rgb(246, 151, 1);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.p-voice__bottom::before {
  width: 17px;
  height: 20px;
  background-color: rgb(112, 112, 112);
  right: 0.8125rem;
}
.p-voice__bottom::after {
  width: 14px;
  height: 16px;
  background-color: rgb(246, 151, 1);
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-voice__bottom::before {
    right: 1.5rem;
  }
  .p-voice__bottom::after {
    right: 1.625rem;
  }
}

.p-voice__data {
  font-weight: 600;
}

.p-data {
  padding-top: 5rem;
  padding-right: 1.25rem;
  padding-bottom: 7.5rem;
  padding-left: 1.25rem;
  position: relative;
}
.p-data::before {
  content: "";
  width: 100%;
  height: 80px;
  background-color: rgb(240, 240, 240);
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (min-width: 576px) {
  .p-data {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-data {
    padding-top: 5.625rem;
    padding-bottom: 11.25rem;
  }
}
@media screen and (min-width: 992px) {
  .p-data {
    padding-top: 6.25rem;
    padding-bottom: 15rem;
  }
}

.p-data__inner {
  max-width: 980px;
  margin: 0 auto;
}
.p-data__inner .c-contentsheader__text-en {
  color: rgb(0, 134, 66);
}

.p-data__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9375rem;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-data__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-data__block {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

.p-data__box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding-top: 2rem;
  padding-right: 1.25rem;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  background-color: rgb(247, 247, 247);
  border: 1px solid rgb(34, 34, 34);
  position: relative;
}
.p-data__box::before {
  content: "";
  width: 27px;
  height: 27px;
  background-color: rgb(0, 134, 66);
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.p-data__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.p-data__fig {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.625rem;
}
.p-data__fig img {
  max-width: 218px;
}

.p-data__summary {
  display: flex;
  line-height: 1.6;
  align-items: center;
}

.p-environment {
  overflow-x: clip;
  padding-top: 2.5rem;
  padding-right: 1.25rem;
  padding-bottom: 4rem;
  padding-left: 1.25rem;
  background-color: rgb(240, 240, 240);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-environment {
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 992px) {
  .p-environment {
    padding-top: 4rem;
  }
}

.p-environment__deco {
  overflow: clip;
  width: calc(100% - 240px);
  max-width: 1000px;
  height: 140px;
  background-color: rgb(112, 112, 112);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%) skew(15deg);
  transform-origin: right top;
}
.p-environment__deco img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  scale: 1.125;
}
@media screen and (min-width: 576px) {
  .p-environment__deco {
    height: 180px;
  }
}
@media screen and (min-width: 768px) {
  .p-environment__deco {
    width: calc(100% - 230px);
    height: 220px;
  }
}
@media screen and (min-width: 992px) {
  .p-environment__deco {
    width: calc(100% - (100vw - 980px) / 2 - 300px);
    height: 300px;
  }
}

.p-environment__inner {
  max-width: 980px;
  margin: 0 auto;
}
.p-environment__inner .c-contentsheader__text-en {
  color: rgb(0, 98, 180);
}

.p-environment__block {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  grid-template-areas: "stepup" "discount" "comeback" "culture";
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-environment__block {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "stepup  stepup" "discount  comeback" "culture culture";
    max-width: 100%;
  }
}

.p-environment__box {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-environment__box.stepup {
  grid-area: stepup;
}
.p-environment__box.discount {
  grid-area: discount;
}
.p-environment__box.comeback {
  grid-area: comeback;
}
.p-environment__box.culture {
  grid-area: culture;
}
@media screen and (min-width: 768px) {
  .p-environment__box.stepup .p-environment__main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-environment__box.culture .p-environment__main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-environment__num {
  margin-bottom: -0.15em;
  font-size: clamp(3rem, 1.222rem + 3.7vw, 4rem);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: rgb(0, 98, 180);
  line-height: 1;
}

.p-environment__main {
  height: 100%;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(34, 34, 34);
}

.p-environment__detail {
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-environment__detail {
    padding-top: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .p-environment__detail {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}

.p-environment__title {
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 1.056rem + 0.93vw, 1.75rem);
  font-weight: 600;
  color: rgb(0, 98, 180);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-environment__title {
    margin-bottom: 1.875rem;
  }
}

.p-environment__subtitle {
  margin-bottom: 0.75rem;
  padding-left: 0.625rem;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  font-weight: 600;
  line-height: 1.4;
  border-left: 6px solid rgb(0, 98, 180);
}
@media screen and (min-width: 768px) {
  .p-environment__subtitle {
    padding-left: 0.75rem;
    border-left: 8px solid rgb(0, 98, 180);
  }
}

.p-environment__summary:has(+ .p-environment__subtitle) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-environment__summary:has(+ .p-environment__subtitle) {
    margin-bottom: 2rem;
  }
}

.p-environment__fig img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.p-gallery__slider-item {
  overflow: clip;
  transform: skew(15deg);
}
.p-gallery__slider-item img {
  transform: skew(-15deg);
  scale: 1.15;
}

.p-search {
  padding-top: 5rem;
  padding-right: 1.25rem;
  padding-bottom: 6.25rem;
  padding-left: 1.25rem;
  position: relative;
}

.p-search__inner {
  max-width: 980px;
  margin: 0 auto;
}
.p-search__inner .c-contentsheader__text-en {
  color: rgb(4, 161, 233);
}

.p-search__block {
  display: grid;
  gap: 3.75rem;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-search__block {
    gap: 5rem;
    max-width: 100%;
  }
}

.p-search__box.place .p-search__title {
  border-color: rgb(231, 34, 16);
}
.p-search__box.place .p-search__title span {
  color: rgb(231, 34, 16);
}
.p-search__box.place .c-button {
  box-shadow: 4px 4px 0px 0px rgb(231, 34, 16);
}
.p-search__box.place .c-button::after {
  background-color: rgb(231, 34, 16);
}
.p-search__box.job .p-search__title {
  border-color: rgb(246, 151, 1);
}
.p-search__box.job .p-search__title span {
  color: rgb(246, 151, 1);
}
.p-search__box.job .p-search__subtitle {
  color: rgb(246, 151, 1);
}
.p-search__box.job .c-button {
  box-shadow: 4px 4px 0px 0px rgb(246, 151, 1);
}
.p-search__box.job .c-button::after {
  background-color: rgb(246, 151, 1);
}
.p-search__box.type .p-search__title {
  border-color: rgb(0, 134, 66);
}
.p-search__box.type .p-search__title span {
  color: rgb(0, 134, 66);
}
.p-search__box.type .c-button {
  box-shadow: 4px 4px 0px 0px rgb(0, 134, 66);
}
.p-search__box.type .c-button::after {
  background-color: rgb(0, 134, 66);
}
.p-search__box .c-button {
  height: 60px;
}
@media screen and (min-width: 576px) {
  .p-search__box .c-button {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-search__box .c-button {
    height: 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-search__box .c-button {
    height: 96px;
  }
}

.p-search__title {
  margin-bottom: 2rem;
  padding-left: 0.625rem;
  font-size: clamp(1.625rem, 0.958rem + 1.39vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  border-left: 8px solid;
}

.p-search__subtitle {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  font-weight: 600;
  line-height: 1.2;
}
.p-search__subtitle::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(34, 34, 34);
}

.p-search__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.p-search__list:has(+ .p-search__subtitle) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-search__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-search__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-modal.modal_content {
  background-color: rgba(255, 255, 255, 0.8);
}
.l-modal .modal_inner {
  width: 100%;
  max-width: 780px;
  margin: 0;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
}

.p-modal__inner {
  padding-bottom: 2.5rem;
  border: 1px solid rgb(34, 34, 34);
  position: relative;
}

.p-modal__head {
  position: relative;
}
.p-modal__head::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(240, 240, 240);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  position: absolute;
  top: 0;
  left: 0;
}

.p-modal__fig {
  height: 260px;
  background-color: rgb(112, 112, 112);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
}
.p-modal__fig img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 476px) {
  .p-modal__fig {
    height: 320px;
  }
}
@media screen and (min-width: 576px) {
  .p-modal__fig {
    height: 240px;
  }
}

.p-modal__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  line-height: 1;
  position: absolute;
  bottom: -1rem;
  right: 1.25rem;
}
.p-modal__copy span {
  padding-top: 0.5rem;
  padding-right: 0.3125rem;
  padding-bottom: 0.625rem;
  padding-left: 0.3125rem;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgb(246, 151, 1);
}
@media screen and (min-width: 576px) {
  .p-modal__copy {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-modal__copy span {
    padding-top: 0.75rem;
    padding-right: 0.625rem;
    padding-bottom: 0.875rem;
    padding-left: 0.625rem;
  }
}

#voice02 .p-modal__copy,
#voice03 .p-modal__copy,
#voice04 .p-modal__copy {
  right: auto;
  left: 1.25rem;
}

.p-modal__data {
  font-size: clamp(0.875rem, 0.76rem + 0.32vw, 1rem);
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  position: absolute;
  right: 1.25rem;
  bottom: -5.625rem;
}
@media screen and (min-width: 576px) {
  .p-modal__data {
    right: 2.5rem;
    bottom: -3rem;
  }
}

.p-modal__body {
  padding-top: 7.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 576px) {
  .p-modal__body {
    padding-top: 5rem;
  }
}

.p-modal__faq {
  max-width: 635px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

.p-modal__faq-box:not(:last-of-type) {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgb(34, 34, 34);
}

.p-modal__faq-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: rgb(0, 98, 180);
  line-height: 1.4;
}
.p-modal__faq-head::before {
  content: "Q.";
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: italic;
  color: rgb(0, 98, 180);
  position: relative;
  top: -0.1875rem;
}

.p-modal__faq-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  line-height: 1.4;
}
.p-modal__faq-body::before {
  content: "A.";
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: italic;
  color: rgb(231, 34, 16);
  position: relative;
  top: -0.1875rem;
}

.p-modalmenu__closeicon {
  display: flex;
  justify-content: center;
}

.p-modalmenu__closeicon-button {
  display: grid;
  grid-template-columns: auto 15px;
  gap: 0.625rem;
  place-content: center;
  place-items: center;
  width: 148px;
  height: 40px;
  background-color: rgb(34, 34, 34);
  cursor: pointer;
  transition: 0.3s;
}
.p-modalmenu__closeicon-button:hover {
  opacity: 0.7;
}

.p-modalmenu__closeicon-text {
  font-size: 1rem;
  color: rgb(255, 255, 255);
}

.p-modalclose {
  position: absolute;
  top: 0;
  right: 0;
}

.p-modalclose__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: rgb(34, 34, 34);
  cursor: pointer;
  transition: 0.3s;
}
.p-modalclose__button:hover {
  opacity: 0.7;
}
.p-modalclose__button img {
  width: 28px;
}

.p-fixnav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-fixnav {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    width: 145px;
    top: 5rem;
    right: 0;
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-fixnav {
    gap: 1rem;
    top: 6.25rem;
  }
}

.p-fixnav__item {
  background-color: rgb(255, 255, 255);
}
.p-fixnav__item:first-of-type {
  border-right: 1px solid rgb(255, 255, 255);
}

.p-fixnav__button {
  display: grid;
  place-content: center;
  place-items: center;
  gap: 0.125rem;
  width: 100%;
  height: 55px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  background-color: rgb(231, 34, 16);
  transition: 0.3s;
}
.p-fixnav__button:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-fixnav__button {
    gap: 0.375rem;
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-fixnav__button {
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .p-fixnav__button {
    height: 80px;
  }
}

.p-fixnav__jp {
  font-size: 0.875rem;
  font-weight: 600;
}

.p-fixnav__en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1.25rem, 1.028rem + 0.46vw, 1.375rem);
  font-weight: bold;
}