@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #252525;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: 100;
}

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

html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

a {
  color: #000;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.l-logo__top {
  display: none;
}

@media screen and (min-width: 1024px) {
  .l-logo__top {
    display: block;
    width: 36.0677083333vw;
    max-width: 277px;
    aspect-ratio: 277/220.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: 0.5s ease;
  }
}

@media screen and (min-width: 768px) {
  .l-logo__top {
    width: 19.2361111111vw;
  }
}

.l-logo__top a img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100vw;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s ease;
  z-index: 9999;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .l-header {
    align-items: flex-end;
    height: 120px;
  }
}

@media screen and (min-width: 1280px) {
  .l-header {
    height: 160px;
  }
}

.l-header__logo {
  display: block;
  height: 40px;
  aspect-ratio: 243/57;
  transition: 0.5s ease;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    height: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .l-header__logo {
    height: unset;
    max-width: 243px;
    width: 19.1304347826%;
    opacity: 0;
  }
}

.l-header__logo a {
  display: block;
}

.l-header__logo a img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}



.l-footer {
  font-size: clamp(1rem, 0.858rem + 0.3vw, 1.125rem);
  background-color: #323654;
  color: #fff;
  padding: 80px 0;
}

.l-footer__inner {
  max-width: 1280px;
  width: 100%;
  /* margin-left: auto;
  margin-right: auto; */
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .l-footer__inner {
    display: flex;
    /* align-items: center; */
  }
}

.l-footer__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 40px;
}

@media screen and (max-width: 1023px) {
  .l-footer__profile {
    border-bottom: 1px solid #595959;
  }
}

@media screen and (min-width: 1024px) {
  .l-footer__profile {
    width: 35.7316087308%;
    padding: 0 6.4672594988% 0 0;
    /* border-right: 1px solid #595959; */
  }
}

.l-footer__profile img {
  margin: 0 0 30px;
  max-width: 320px;
}

@media screen and (min-width: 1024px) {
  .l-footer__profile img {
    margin: 0 0 10px;
    max-width: unset;
  }
}

.l-footer__profile-detail {
  margin: 0 0 30px;
  color: #fff;
}
}

.l-footer__profile-detail a {
  color: #fff;
}
}

.l-footer__profile-button a {
  display: block;
  color: #323654;
  text-align: center;
  line-height: 40px;
  width: 220px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  margin: 0 auto;
  transition: 0.3s ease;
}

.l-footer__profile-button a:hover {
  background-color: #323654;
  color: #fff;
}

.l-footer__link {
  padding: 40px 0 0;
}

@media screen and (min-width: 1024px) {
  .l-footer__link {
    width: 64.2683912692%;
    padding: 0 0 0 6.4672594988%;
    border-left: 1px solid #595959;
  }
}

.l-footer__nav {
  margin: 0 0 30px;
}

.l-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 2em;
}

@media screen and (min-width: 1024px) {
  .l-footer__nav-list {
    justify-content: unset;
  }
}

.l-footer__nav-item a {
  color: #fff;
  font-weight: bold;
  opacity: 1;
  transition: 0.3s ease;
}

.l-footer__nav-item a:hover {
  opacity: 0.5;
}

.l-footer__sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .l-footer__sns-list {
    justify-content: unset;
  }
}

.l-footer__sns-item {
  width: 120px;
}

@media screen and (min-width: 1024px) {
  .l-footer__sns-item {
    width: calc((100% - 40px) / 3);
  }
}

.l-footer__sns-item a {
  opacity: 1;
  transition: 0.3s ease;
}

.l-footer__sns-item a:hover {
  opacity: 0.5;
}

.l-main {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .l-main {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1280px) {
  .l-main {
    padding-top: 160px;
  }
}

.c-flow01 {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
}

.c-flow01__item {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .c-flow01__item {
    gap: 0 42px;
  }
}

@media screen and (min-width: 1024px) {
  .c-flow01__item {
    justify-content: space-between;
  }
}

.c-flow01__item:not(:last-of-type) {
  padding-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .c-flow01__item:not(:last-of-type) {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .c-flow01__item:not(:last-of-type) {
    padding-bottom: 80px;
  }
}

.c-flow01__item:not(:last-of-type):before {
  content: "";
  display: block;
  height: calc(100% - 50px);
  border-left: 2.5px solid #323654;
  position: absolute;
  left: 23.75px;
  bottom: 0;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .c-flow01__item:not(:last-of-type):before {
    height: calc(100% - 89px);
    left: 43.25px;
  }
}

@media screen and (min-width: 768px) {
  .c-flow01__item--inner {
    flex: 1;
    display: grid;
    grid-template-columns: auto 152px;
    grid-template-rows: auto auto;
    gap: 0 84px;
  }
}

.c-flow01__num {
  flex: none;
  font-size: 1.5rem;
  font-weight: 900;
  color: #323654;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 0.15em;
  transform: skewX(-10deg);
  letter-spacing: 0.15em;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .c-flow01__num {
    font-size: 2.875rem;
    width: 89px;
  }
}

.c-flow01__num:before,
.c-flow01__num:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: skewX(10deg);
  position: absolute;
}

.c-flow01__num:before {
  border: 2.5px solid #323654;
  top: 0;
  left: 0;
}

.c-flow01__num:after {
  background-color: #fffeca;
  top: 5px;
  left: 5px;
  z-index: -1;
}

.c-flow01__heading {
  color: #323654;
  font-size: clamp(1.125rem, 0.27rem + 1.78vw, 1.875rem);
  font-weight: 900;
  letter-spacing: 0.15em;
  grid-column: 1/2;
  grid-row: 1/2;
}

@media screen and (max-width: 767px) {
  .c-flow01__heading {
    margin: 0 0 1em;
  }
}

.c-flow01__text {
  font-size: clamp(1rem, 0.573rem + 0.89vw, 1.375rem);
  grid-column: 1/2;
  grid-row: 2/3;
}

.c-flow01__image {
  grid-column: 2/3;
  grid-row: 1/3;
}

@media screen and (max-width: 767px) {
  .c-flow01__image {
    width: 150px;
    height: auto;
    margin: 0 auto 1.5em;
  }
}

.c-page-header {
  padding: 100px 0 80px;
}

@media screen and (min-width: 768px) {
  .c-page-header {
    padding: 160px 0 120px;
  }
}

.c-page-header__heading {
  text-align: center;
}

.c-page-header__heading>span {
  display: block;
  line-height: 1.5;
}

.c-page-header__heading-ja {
  font-size: clamp(1.125rem, 0.698rem + 0.89vw, 1.5rem);
  letter-spacing: 0.15em;
}

.c-page-header__heading-en {
  font-size: clamp(1.5rem, -0.922rem + 5.05vw, 3.625rem);
  font-weight: bold;
  color: #526fb2;
  letter-spacing: 0.05em;
}

.c-page-keyvisual {
  overflow: hidden;
}

.c-page-keyvisual__image {
  width: 88.4722222222vw;
  aspect-ratio: 1274/751;
  position: relative;
  margin: 3.4722222222vw 0 0;
}

.c-page-keyvisual__image * {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.c-page-keyvisual__image:before {
  content: "";
  width: 50.3924646782%;
  aspect-ratio: 642/529;
  background-color: #323654;
  position: absolute;
  top: -3.4722222222vw;
  right: -3.4722222222vw;
  z-index: -1;
}

.c-page-keyvisual__text {
  text-align: right;
  font-weight: 900;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
  line-height: 1.15;
  transform: skewX(-10deg);
  position: relative;
  bottom: 1.25em;
  display: flex;
  font-size: 9.3055555556vw;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .c-page-keyvisual__text {
    margin: 0 0.5em;
  }
}

.c-page-keyvisual__text span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.25em 0;
}

.c-page-keyvisual__text--small {
  margin: 0 2em 0 0;
  font-size: 0.6194029851em;
}

.c-section01 {
  margin-bottom: 80px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-section01 {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .c-section01 {
    margin-bottom: 160px;
  }
}

.c-section01 .c-section01__heading {
  text-align: center;
  width: 80vw;
  margin: 0 auto 5vw;
}

@media screen and (min-width: 768px) {
  .c-section01 .c-section01__heading {
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 1024px) {
  .c-section01 .c-section01__heading {
    margin: 0 auto 60px;
  }
}

.c-section01 .c-section01__heading--no-lead {
  text-align: center;
  width: 80vw;
  margin: 0 auto 7.5vw;
}

@media screen and (min-width: 768px) {
  .c-section01 .c-section01__heading--no-lead {
    margin: 0 auto 90px;
  }
}

@media screen and (min-width: 1024px) {
  .c-section01 .c-section01__heading--no-lead {
    margin: 0 auto 120px;
  }
}

.c-section01 .c-section01__heading-icon {
  height: 82px;
  width: auto;
  margin: 0 auto 10px;
}

.c-section01 .c-section01__heading-icon {
  height: 82px;
  width: auto;
  margin: 0 auto 10px;
}

.c-section01 .c-section01__heading-text {
  color: #323654;
  display: block;
  font-weight: 900;
  font-size: clamp(1.25rem, -1.029rem + 4.75vw, 3.25rem);
  letter-spacing: 0.15em;
  transform: skewX(-10deg);
}

.c-section01 .c-section01__lead {
  font-size: clamp(1.125rem, -0.157rem + 2.67vw, 2.25rem);
  text-align: center;
  transform: skewX(-10deg);
  width: 80vw;
  margin: 0 auto 7.5vw;
}

@media screen and (min-width: 768px) {
  .c-section01 .c-section01__lead {
    margin: 0 auto 90px;
  }
}

@media screen and (min-width: 1024px) {
  .c-section01 .c-section01__lead {
    margin: 0 auto 120px;
  }
}

.c-page-contact__text {
  font-size: clamp(1.125rem, 0.341rem + 1.63vw, 1.813rem);
  font-weight: 900;
  margin: 0 0 5vw;
  letter-spacing: 0.15em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-page-contact__text {
    margin: 0 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .c-page-contact__text {
    margin: 0 0 60px;
  }
}

.c-page-contact__buttons {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-page-contact__buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-page-contact__buttons {
    gap: 5vw;
  }
}

.c-page-contact__button {
  color: #323654;
  max-width: 400px;
  width: 100%;
  height: 100px;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-page-contact__button {
    width: 47.225501771%;
  }
}

@media screen and (min-width: 768px) {
  .c-page-contact__button:hover {
    background-color: #fffeca;
  }
}

.c-page-contact__button-heading {
  font-weight: 900;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
}

.c-page-contact__button-icon {
  width: 34px;
  height: auto;
}

.c-page-contact__button-text {
  color: #252525;
  font-size: 0.8125rem;
  font-weight: 900;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-page-contact__button-text span {
  font-size: 0.5625rem;
}

@keyframes scroll-image {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.p-top-keyvisual {
  overflow: hidden;
}

.p-top-keyvisual .p-top-keyvisual__inner {
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.p-top-keyvisual .p-top-keyvisual__inner ul {
  display: flex;
  animation: scroll-image 20s infinite linear 1s both;
}

.p-top-keyvisual .p-top-keyvisual__inner ul li {
  width: 90vw;
  aspect-ratio: 900/600;
}

@media screen and (min-width: 768px) {
  .p-top-keyvisual .p-top-keyvisual__inner ul li {
    aspect-ratio: 1067/600;
  }
}

.p-top-keyvisual .p-top-keyvisual__inner ul li picture {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-top-keyvisual .p-top-keyvisual__inner ul li picture * {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-top-keyvisual h1 {
  font-weight: 900;
  color: #fff;
  text-shadow: 7px 7px 7px rgba(54, 54, 54, 0.75);
  line-height: 1;
  transform: rotate(-4deg);
  position: relative;
  bottom: 2em;
  left: 0.75em;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 12vw;
}

@media screen and (min-width: 768px) {
  .p-top-keyvisual h1 {
    justify-content: center;
    font-size: 10vw;
    bottom: 1em;
    left: 0.5em;
  }
}

.p-top-pickup {
  max-width: 1240px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
}

.p-top-pickup .p-top-pickup__list {
  display: flex;
  flex-direction: column;
  gap: 8.3333333333vw;
}

@media screen and (min-width: 768px) {
  .p-top-pickup .p-top-pickup__list {
    flex-direction: row;
  }
}

.p-top-pickup .p-top-pickup__list .p-top-pickup__item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-pickup .p-top-pickup__list .p-top-pickup__item {
    width: calc((100% - 8.3333333333vw) / 2);
  }
}

.p-top-pickup .p-top-pickup__list .p-top-pickup__item .p-top-pickup__item-heading {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #526fb2;
  font-weight: bold;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-pickup .p-top-pickup__list .p-top-pickup__item .p-top-pickup__item-heading {
    font-size: 1.875rem;
  }
}

.p-top-pickup .p-top-pickup__list .p-top-pickup__item .p-top-pickup__item-heading:after {
  content: "";
  flex: 1;
  padding: 0 0 0 0.5em;
  border-top: 1px solid;
}

.p-top-pickup .p-top-pickup__list .p-top-pickup__item a {
  display: block;
  width: 100%;
  aspect-ratio: 512/275.3;
  position: relative;
}

.p-top-pickup .p-top-pickup__list .p-top-pickup__item a picture {
  overflow: hidden;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  box-shadow: 10px 10px 0 #526fb2;
}

.p-top-pickup .p-top-pickup__list .p-top-pickup__item a picture * {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.3s ease;
}

.p-top-pickup .p-top-pickup__list .p-top-pickup__item a:hover picture * {
  transform: scale(1.05);
}

.p-top-pickup .p-top-pickup__list .p-top-pickup__item a p {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(54, 54, 54, 0.75);
  font-size: clamp(1.5rem, 0.218rem + 2.67vw, 2.625rem);
}

.p-top-office {
  max-width: 1240px;
  width: 87.5vw;
  margin: 50px auto 30px;
}

.office-title {
  font-size: 24px;
  font-weight: bold;
  color: #475c92;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.office-title::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #475c92;
  margin-left: 10px;
}

.office-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.office-card {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  flex: 1 1 calc(40% - 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.office-card .name {
  background-color: #475c92;
  font-size: 1.6em;
  font-weight: 900;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

.office-card .content {
  margin-top: 5px;
  font-size: 1.4em;
}

.office-card .phone {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
  font-size: 2.0em;
  font-weight: 900;
  border-radius: 8px;
  padding: 5px;
  position: relative;
}

a.text_tel {
  font-size: .9rem;
  text-align: center;
}

/* .office-card .phone::before {
  content: '';
  background: url(../img/common/icon_tel.svg) no-repeat left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
} */
.office-card .phone::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 1.4em;
  background: url(../img/common/icon_tel.svg) no-repeat;
  vertical-align: middle;
}

.phone a {
  padding-left: 5px;
}

.last-card-container {
  display: flex;
  width: calc(50.333% - 10px);
  justify-content: flex-start;
}

.last-card-container .office-card {
  flex: 1 1 calc(40% - 20px);
}

@media (max-width: 768px) {

  .office-card,
  .last-card-container .office-card {
    flex: 1 1 100%;
  }

  .last-card-container {
    width: 100%;
  }
}

/* @media (max-width: 480px) {

  .office-card,
  .last-card-container .office-card {
    flex: 1 1 100%;
  }

  .last-card-container {
    width: 100%;
  }
} */



.p-top-news .p-top-news__inner {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__inner {
    display: grid;
    gap: 0 8%;
    grid-template-columns: 120px auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-news .p-top-news__inner {
    grid-template-columns: 160px auto;
  }
}

.p-top-news .p-top-news__inner .p-top-news__heading {
  color: #323654;
  width: fit-content;
  margin: 0 0 1em;
}

@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__inner .p-top-news__heading {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0 0 60px;
  }
}

.p-top-news .p-top-news__inner .p-top-news__heading .p-top-news__heading-ja {
  font-size: clamp(0.875rem, 0.448rem + 0.89vw, 1.25rem);
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.p-top-news .p-top-news__inner .p-top-news__heading .p-top-news__heading-ja:after {
  content: "";
  flex: 1;
  padding: 0 0 0 0.5em;
  border-top: 1px solid;
}

.p-top-news .p-top-news__inner .p-top-news__heading .p-top-news__heading-en {
  font-size: clamp(2rem, 0.006rem + 4.16vw, 3.75rem);
  font-weight: bold;
  line-height: 1.25;
}

.p-top-news .p-top-news__inner .p-top-news__list {
  margin: 0 0 clamp(2rem, 0.006rem + 4.16vw, 3.75rem);
}

@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__inner .p-top-news__list {
    grid-column: 2/3;
    grid-row: 1/3;
    margin: 0;
  }
}

.p-top-news .p-top-news__inner .p-top-news__list .p-top-news__item {
  font-size: clamp(1rem, 0.43rem + 1.19vw, 1.5rem);
}

.p-top-news .p-top-news__inner .p-top-news__list .p-top-news__item:not(:last-of-type) {
  margin-bottom: 1em;
}

.p-top-news .p-top-news__inner .p-top-news__list .p-top-news__item a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.25em 1em;
  transition: 0.3s ease;
}

@media screen and (min-width: 640px) {
  .p-top-news .p-top-news__inner .p-top-news__list .p-top-news__item a {
    flex-direction: row;
  }
}

.p-top-news .p-top-news__inner .p-top-news__list .p-top-news__item a .p-top-news__date {
  font-size: clamp(0.875rem, 0.448rem + 0.89vw, 1.25rem);
  border: 1px solid;
  border-radius: 2px;
  margin: 0.15em 0 0;
  padding: 0 1em;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .p-top-news .p-top-news__inner .p-top-news__list .p-top-news__item a .p-top-news__date {
    width: 140px;
    padding: unset;
  }
}

@media screen and (min-width: 640px) {
  .p-top-news .p-top-news__inner .p-top-news__list .p-top-news__item a .p-top-news__title {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__inner .p-top-news__list .p-top-news__item a:hover {
    opacity: 0.5;
  }
}

.p-top-news .p-top-news__inner .p-top-news__link {
  color: #323654;
  font-size: clamp(1.125rem, 0.484rem + 1.34vw, 1.688rem);
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  width: fit-content;
  min-width: 102px;
  gap: 0.5em;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__inner .p-top-news__link {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: end;
    margin: 0;
  }
}

.p-top-news .p-top-news__inner .p-top-news__link span {
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.p-top-news .p-top-news__inner .p-top-news__link img {
  height: 1.3em;
  width: auto;
  transition: 0.3s ease;
  position: relative;
  right: 0;
}

.p-top-news .p-top-news__inner .p-top-news__link:hover img {
  right: -0.5em;
}

.p-top-parts-seles {
  position: relative;
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .p-top-parts-seles {
    width: 100vw;
    aspect-ratio: 1440/460;
    padding: 0;
  }
}

@media screen and (min-width: 1530px) {
  .p-top-parts-seles {
    aspect-ratio: unset;
    height: 460px;
  }
}

.p-top-parts-seles__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-top-parts-seles__background:after {
  content: "";
  background-color: #252525;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-top-parts-seles__background>* {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-top-parts-seles .p-top-parts-seles__inner {
  max-width: 1240px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px 8%;
}

@media screen and (min-width: 768px) {
  .p-top-parts-seles .p-top-parts-seles__inner {
    flex-direction: row;
  }
}

.p-top-parts-seles .p-top-parts-seles__inner .p-top-parts-seles__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  color: #fff;
  font-size: clamp(1.75rem, 0.468rem + 2.67vw, 2.875rem);
  font-weight: 900;
}

.p-top-parts-seles .p-top-parts-seles__inner .p-top-parts-seles__heading .p-top-parts-seles__heading-lg {
  display: block;
  font-size: 241.3043478261%;
  transform: skewX(-20deg);
}

.p-top-parts-seles .p-top-parts-seles__inner .p-top-parts-seles__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-parts-seles .p-top-parts-seles__inner .p-top-parts-seles__list {
    width: unset;
    gap: 30px;
  }
}

.p-top-parts-seles .p-top-parts-seles__inner .p-top-parts-seles__list .p-top-parts-seles__item {
  background-color: #eee85a;
  opacity: 0.9;
  width: calc((100% - 30px) / 2);
  transition: 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .p-top-parts-seles .p-top-parts-seles__inner .p-top-parts-seles__list .p-top-parts-seles__item:hover {
    opacity: 0.7;
  }
}

.p-top-business {
  background: no-repeat bottom/cover;
  overflow: hidden;
  position: relative;
  margin: 0 0 200px;
}

.p-top-business .p-top-business__decoration {
  font-size: 19.0972222222vw;
  font-weight: 900;
  color: #fff;
  opacity: 0.04;
  line-height: 1;
  position: absolute;
  top: -0.2em;
  right: -0.15em;
}

.p-top-business .p-top-business__inner {
  max-width: 1240px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 12.5vw 0 0;
}

.p-top-business .p-top-business__inner .p-top-business__heading {
  font-size: clamp(1.5rem, -0.352rem + 3.86vw, 3.125rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.75em;
  color: #fff;
  margin: 0 0 80px;
}

.p-top-business .p-top-business__inner .p-top-business__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  counter-reset: business_item;
}

@media screen and (min-width: 768px) {
  .p-top-business .p-top-business__inner .p-top-business__list {
    justify-content: unset;
    gap: 6vw 7%;
  }
}

.p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item {
  counter-increment: business_item;
}

@media screen and (min-width: 768px) {
  .p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item {
    width: 46.5%;
  }
}

.p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item .p-top-business__item-link {
  position: relative;
}

.p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item .p-top-business__item-link .p-top-business__item-num {
  font-size: clamp(2.5rem, -0.135rem + 5.5vw, 4.813rem);
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(54, 54, 54, 0.75);
  position: absolute;
  top: -0.4em;
  left: -0.15em;
  transform: skewX(-10deg);
  z-index: 1;
}

.p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item .p-top-business__item-link .p-top-business__item-num:after {
  content: counter(business_item);
  color: #fbb03b;
}

.p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item .p-top-business__item-link picture {
  width: 100%;
  aspect-ratio: 470/253;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
  z-index: -1;
}

.p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item .p-top-business__item-link picture * {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  transform: scale(1);
}

.p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item .p-top-business__item-link .p-top-business__item-text {
  font-size: clamp(1.125rem, 0.27rem + 1.78vw, 1.875rem);
  background-color: #fbb03b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 4px 0;
}

.p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item .p-top-business__item-link .p-top-business__item-text span {
  font-weight: bold;
  color: #fff;
}

.p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item .p-top-business__item-link .p-top-business__item-text img {
  height: 1em;
  width: auto;
  position: relative;
  right: 0;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item .p-top-business__item-link:hover picture * {
    transform: scale(1.05);
  }
}

@media screen and (min-width: 768px) {
  .p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item .p-top-business__item-link:hover .p-top-business__item-text img {
    right: -0.5em;
  }
}

.p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item:nth-of-type(even) .p-top-business__item-link .p-top-business__item-num:after {
  color: #6ea5ce;
}

.p-top-business .p-top-business__inner .p-top-business__list .p-top-business__item:nth-of-type(even) .p-top-business__item-link .p-top-business__item-text {
  background-color: #6ea5ce;
}

.p-top-recruit {
  background: no-repeat 0 120px/cover;
  padding-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  .p-top-recruit {
    background: no-repeat top/cover;
  }
}

.p-top-recruit .p-top-recruit__inner {
  max-width: 1280px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .p-top-recruit .p-top-recruit__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 200px;
  }
}

.p-top-recruit .p-top-recruit__inner picture {
  aspect-ratio: 628/488;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 40px;
}

@media screen and (min-width: 1024px) {
  .p-top-recruit .p-top-recruit__inner picture {
    grid-column: 2/3;
    grid-row: 1/3;
    margin: 0;
  }
}

.p-top-recruit .p-top-recruit__inner picture * {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-top-recruit .p-top-recruit__inner .p-top-recruit__heading {
  color: #323654;
  width: fit-content;
  margin: 0 0 60px;
}

@media screen and (min-width: 1024px) {
  .p-top-recruit .p-top-recruit__inner .p-top-recruit__heading {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: end;
    margin: 0 0 20px;
    color: #fff;
  }
}

.p-top-recruit .p-top-recruit__inner .p-top-recruit__heading .p-top-recruit__heading-ja {
  font-size: clamp(0.875rem, 0.448rem + 0.89vw, 1.25rem);
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.p-top-recruit .p-top-recruit__inner .p-top-recruit__heading .p-top-recruit__heading-ja:after {
  content: "";
  flex: 1;
  padding: 0 0 0 0.5em;
  border-top: 1px solid;
}

.p-top-recruit .p-top-recruit__inner .p-top-recruit__heading .p-top-recruit__heading-en {
  font-size: clamp(2rem, 0.006rem + 4.16vw, 3.75rem);
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (min-width: 1024px) {
  .p-top-recruit .p-top-recruit__inner .p-top-recruit__detail {
    grid-column: 1/2;
    grid-row: 2/3;
    /*align-self: end;*/
  }
}

.p-top-recruit .p-top-recruit__inner .p-top-recruit__detail p {
  font-size: clamp(1rem, -0.068rem + 2.23vw, 1.938rem);
  font-weight: bold;
  color: #fff;
  margin: 0 0 40px;
}

@media screen and (min-width: 1024px) {
  .p-top-recruit .p-top-recruit__inner .p-top-recruit__detail p {
    margin: 0 0 60px;
  }
}

.p-top-recruit .p-top-recruit__inner .p-top-recruit__detail .p-top-recruit__link {
  color: #fff;
  font-size: clamp(1.125rem, 0.484rem + 1.34vw, 1.688rem);
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  width: fit-content;
  gap: 0.5em;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 1024px) {
  .p-top-recruit .p-top-recruit__inner .p-top-recruit__detail .p-top-recruit__link {
    margin: unset;
  }
}

.p-top-recruit .p-top-recruit__inner .p-top-recruit__detail .p-top-recruit__link span {
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.p-top-recruit .p-top-recruit__inner .p-top-recruit__detail .p-top-recruit__link img {
  height: 1.3em;
  width: auto;
  transition: 0.3s ease;
  position: relative;
  right: 0;
}

.p-top-recruit .p-top-recruit__inner .p-top-recruit__detail .p-top-recruit__link:hover img {
  right: -0.5em;
}

.p-top-footer {
  overflow: hidden;
}

.p-top-footer__inner {
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.p-top-footer__inner ul {
  display: flex;
  animation: scroll-image 20s infinite linear 1s both;
}

.p-top-footer__inner ul li {
  width: 50vw;
  aspect-ratio: 294/320;
}

@media screen and (min-width: 768px) {
  .p-top-footer__inner ul li {
    width: 32vw;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-footer__inner ul li {
    width: 22vw;
  }
}

.p-top-footer__inner ul li picture {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-top-footer__inner ul li picture * {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.footer-tel {
  background-color: #000;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
}

.footer-tel .text_tel {
  color: #fff;
}

.footer-tel .footer_contact-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-tel .footer_contact-number {
  font-size: 36px;
  font-weight: bold;
  margin: 10px 0;
}

.footer-tel .note {
  font-size: 12px;
  margin-top: 5px;
}

.footer_contact-number a {
  color: #fff;
}

@media (max-width: 768px) {
  .footer-tel .footer_contact-title {
    font-size: 16px;
  }

  .footer-tel .footer_contact-number {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .footer-tel .footer_contact-title {
    font-size: 14px;
  }

  .footer-tel .footer_contact-number {
    font-size: 24px;
  }

  .footer-tel .note {
    font-size: 10px;
  }
}

.p-top-map {
  position: relative;
  width: 100vw;
  aspect-ratio: 1.618/1;
}

@media screen and (min-width: 1024px) {
  .p-top-map {
    aspect-ratio: 1440/460;
  }
}

@media screen and (min-width: 1530px) {
  .p-top-map {
    aspect-ratio: unset;
    height: 460px;
  }
}

.p-top-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-company-information {
  max-width: 1240px;
  width: 100%;
}

.p-company-information .p-company-information__heading {
  font-size: clamp(1.25rem, 0.11rem + 2.38vw, 2.25rem);
  font-weight: bold;
  text-align: center;
  /* margin: 0 0 5vw; */
  letter-spacing: 0.15em;
}

.p-company-information .p-company-information__detail {
  border-collapse: collapse;
}

.p-company-information .p-company-information__detail tr {
  font-size: clamp(1rem, 0.715rem + 0.59vw, 1.25rem);
  border-bottom: 0.3px solid #323654;
}

.p-company-information .p-company-information__detail tr th {
  color: #526fb2;
  font-weight: normal;
  text-align: unset;
  vertical-align: top;
  padding: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-company-information .p-company-information__detail tr th {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-company-information .p-company-information__detail tr th {
    width: 30%;
    padding: 1.5em 1.5em 1.5em 2em;
    font-size: 1.2rem;
  }
}

.p-company-information .p-company-information__detail tr td {
  padding: 0 1.5em 1.5em;
}

@media screen and (max-width: 767px) {
  .p-company-information .p-company-information__detail tr td {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-company-information .p-company-information__detail tr td {
    width: 80%;
    padding: 1.5em 0;
  }
}

.p-company-location {
  max-width: 1240px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  .p-company-location {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .p-company-location {
    margin-bottom: 160px;
  }
}

.p-company-location__heading {
  font-size: clamp(1.25rem, 0.182rem + 2.23vw, 2.188rem);
  font-weight: bold;
  text-align: center;
  color: #526fb2;
  margin: 0 0 1em;
}

.p-company-location__heading img {
  width: 58px;
  height: auto;
  margin: 0 auto 0.25em;
}

.p-company-location__address {
  font-size: clamp(1.125rem, 0.555rem + 1.19vw, 1.625rem);
  margin: 0 0 2.5em;
}

@media screen and (min-width: 768px) {
  .p-company-location__address {
    text-align: center;
  }
}

.p-company-location__map {
  display: flex;
  gap: 30px 3.4482758621%;
}

@media screen and (max-width: 767px) {
  .p-company-location__map {
    flex-direction: column;
  }
}

.p-company-location__map iframe {
  width: 100%;
  aspect-ratio: 1.618/1;
}

@media screen and (min-width: 768px) {
  .p-company-location__map iframe {
    width: 69.9137931034%;
    aspect-ratio: unset;
  }
}

.p-company-location__image {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 499px) {
  .p-company-location__image {
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-company-location__image {
    width: 26.6379310345%;
    flex-direction: column;
  }
}

@keyframes scroll-image {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.p-recruit-keyvisual {
  overflow: hidden;
  position: relative;
  padding: 5vw 0 0;
  margin: 0 0 80px;
}

@media screen and (min-width: 768px) {
  .p-recruit-keyvisual {
    margin: 0 0 120px;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit-keyvisual {
    margin: 0 0 160px;
  }
}

.p-recruit-keyvisual .p-recruit-keyvisual__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 10vw;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
  font-weight: bold;
  position: absolute;
  top: 0;
  z-index: 1;
  transform: rotate(-3.5deg);
}

@media screen and (max-width: 767px) {
  .p-recruit-keyvisual .p-recruit-keyvisual__text {
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-keyvisual .p-recruit-keyvisual__text {
    max-width: 1240px;
    width: 87.5vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 6.25vw;
  }
}

.p-recruit-keyvisual .p-recruit-keyvisual__inner {
  width: 100vw;
  display: flex;
  overflow: hidden;
  z-index: -1;
}

.p-recruit-keyvisual .p-recruit-keyvisual__inner ul {
  display: flex;
  animation: scroll-image 20s infinite linear 1s both;
}

.p-recruit-keyvisual .p-recruit-keyvisual__inner ul li {
  width: 50vw;
  aspect-ratio: 410/447;
}

@media screen and (min-width: 768px) {
  .p-recruit-keyvisual .p-recruit-keyvisual__inner ul li {
    width: 28.4722222222vw;
  }
}

.p-recruit-keyvisual .p-recruit-keyvisual__inner ul li picture {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-recruit-keyvisual .p-recruit-keyvisual__inner ul li picture * {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-recruit-recruitment-guidelines__heading {
  font-size: clamp(1.25rem, 0.11rem + 2.38vw, 2.25rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.25em;
  background-color: #ae9871;
  width: 90%;
  max-width: 360px;
  line-height: 3.25;
  margin: 0 auto 60px;
}

@media screen and (min-width: 768px) {
  .p-recruit-recruitment-guidelines__heading {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit-recruitment-guidelines__heading {
    margin-bottom: 120px;
  }
}

.p-recruit-recruitment-guidelines-detail {
  margin: 0 0 80px;
}

@media screen and (min-width: 768px) {
  .p-recruit-recruitment-guidelines-detail {
    margin: 0 0 120px;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit-recruitment-guidelines-detail {
    margin: 0 0 160px;
  }
}

.p-recruit-recruitment-guidelines-detail__heading {
  font-size: clamp(1.25rem, -0.531rem + 3.71vw, 2.813rem);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #ae9871;
  border-bottom: 0.45em solid;
  padding-bottom: 0.75em;
  margin: 0 0 7.5vw;
}

@media screen and (min-width: 768px) {
  .p-recruit-recruitment-guidelines-detail__heading {
    margin: 0 0 90px;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit-recruitment-guidelines-detail__heading {
    margin: 0 0 120px;
  }
}

.p-recruit-recruitment-guidelines-detail table {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

.p-recruit-recruitment-guidelines-detail table tbody tr {
  font-size: clamp(1.125rem, 0.484rem + 1.34vw, 1.688rem);
}

.p-recruit-recruitment-guidelines-detail table tbody tr th {
  color: #ae9871;
  font-weight: normal;
  text-align: unset;
  vertical-align: top;
  width: 100%;
  padding: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-recruit-recruitment-guidelines-detail table tbody tr th {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-recruitment-guidelines-detail table tbody tr th {
    width: 25.1308900524%;
    padding: 1.5em 1.5em 1.5em 2em;
  }
}

.p-recruit-recruitment-guidelines-detail table tbody tr td {
  width: 100%;
  padding: 0 1.5em 1.5em;
}

@media screen and (max-width: 767px) {
  .p-recruit-recruitment-guidelines-detail table tbody tr td {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-recruitment-guidelines-detail table tbody tr td {
    width: 74.8691099476%;
    padding: 1.5em 0;
  }
}

.p-recruit-form {
  background-color: #f2f2f2;
  position: relative;
  padding: 10vw 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-form {
    padding: 120px 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit-form {
    padding: 160px 0;
  }
}

.p-recruit-form__heading {
  font-size: clamp(1.25rem, -0.673rem + 4.01vw, 2.938rem);
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -0.75em;
  left: 0;
}

.p-recruit-form__body {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
}

.p-recruit-form__list {
  font-size: clamp(1.125rem, 0.484rem + 1.34vw, 1.688rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p-recruit-form__list dt {
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0 0 0.5em;
  padding: unset;
}

@media screen and (min-width: 1024px) {
  .p-recruit-form__list dt {
    width: 40.6711409396%;
    margin: 0 0 1.5em;
    padding: 0.25em 0;
  }
}

.p-recruit-form__list dt.required:after {
  content: "必須";
  color: #8d2f34;
  font-size: 0.75rem;
  border: 1px solid;
  padding: 0 1em;
  border-radius: 10px;
}

.p-recruit-form__list dd {
  width: 100%;
  margin: 0 0 1.5em;
}

@media screen and (min-width: 1024px) {
  .p-recruit-form__list dd {
    width: 59.3288590604%;
  }
}

.p-recruit-form__list dd span.p-recruit-form__zip-code-wrapper,
.p-recruit-form__list dd span.p-recruit-form__age-wrapper {
  display: flex;
  align-items: center;
  gap: 0.25em;
  background-color: #fff;
  border-radius: 8px;
  width: 50%;
}

.p-recruit-form__list dd span.p-recruit-form__zip-code-wrapper {
  padding: 0 0 0 0.5em;
  margin: 0 0 0.5em;
}

.p-recruit-form__list dd span.p-recruit-form__age-wrapper {
  padding: 0 0.5em 0 0;
}

.p-recruit-form__list dd span.wpcf7-not-valid-tip {
  font-size: 1rem;
}

.p-recruit-form__list dd select,
.p-recruit-form__list dd input,
.p-recruit-form__list dd textarea {
  width: 100%;
  border: none;
  padding: 0.25em 0.5em;
  border-radius: 8px;
}

@media screen and (min-width: 1024px) {

  .p-recruit-form__notice,
  .p-recruit-form__privacy {
    text-align: center;
  }
}

.p-recruit-form__notice {
  margin: 0 0 1.5em;
}

.p-recruit-form__privacy {
  margin: 0 0 3em;
}

.p-recruit-form__submit {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-recruit-form__submit:hover:after {
    right: -0.5em;
  }
}

.p-recruit-form__submit:after {
  content: "";
  display: block;
  width: calc(4.5em + 18px);
  height: 4.8px;
  background: url(/wp-content/themes/threer_2023/img/page/recruit/formArrow.svg) no-repeat right center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
}

.p-recruit-form__submit input[type=submit] {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 calc(0.5em + 18px) 0 0;
  line-height: 54px;
  border-radius: 27px;
  border: none;
  background-color: #526fb2;
  background-image: linear-gradient(90deg, #526fb2 0%, #323654 100%);
}

.p-parts-center-intro {
  max-width: 1240px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .p-parts-center-intro {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .p-parts-center-intro {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .p-parts-center-intro__image {
    width: calc(50% - 30px);
  }
}

.p-parts-center-intro__text {
  font-size: clamp(1.125rem, 0.555rem + 1.19vw, 1.625rem);
}

@media screen and (min-width: 768px) {
  .p-parts-center-intro__text {
    width: calc(50% - 30px);
  }
}

.p-parts-center-item {
  max-width: 1240px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
}

.p-parts-center-item:not(:last-of-type) {
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  .p-parts-center-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .p-parts-center-item:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

.p-parts-center-item__heading {
  font-size: clamp(1.25rem, -0.46rem + 3.57vw, 2.75rem);
  font-weight: 900;
  text-align: center;
  margin: 0 0 0.75em;
}

.p-parts-center-item__list {
  background-color: #f2f2f2;
  padding: 7.5vw 6vw;
}

@media screen and (min-width: 768px) {
  .p-parts-center-item__list {
    padding: 40px;
  }
}

.p-parts-center-item__list dt {
  font-size: clamp(1.125rem, 0.413rem + 1.49vw, 1.75rem);
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0 0 0.5em;
}

@media screen and (min-width: 768px) {
  .p-parts-center-item__list dt {
    text-align: center;
  }
}

.p-parts-center-item__list dd {
  font-size: clamp(1rem, 0.43rem + 1.19vw, 1.5rem);
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .p-parts-center-item__list dd {
    text-align: center;
  }
}

.p-parts-center-item__list dd:not(:last-of-type) {
  margin: 0 0 7.5vw;
}

@media screen and (min-width: 768px) {
  .p-parts-center-item__list dd:not(:last-of-type) {
    margin: 0 0 40px;
  }
}

.p-parts-center-contact {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10vw;
}

@media screen and (min-width: 768px) {
  .p-parts-center-contact {
    padding: 0 0 120px;
  }
}

@media screen and (min-width: 1024px) {
  .p-parts-center-contact {
    padding: 0 0 160px;
  }
}

.p-parts-center-contact__buttons {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  margin: 0 0 7.5vw;
}

@media screen and (min-width: 768px) {
  .p-parts-center-contact__buttons {
    margin: 0 0 100px;
  }
}

@media screen and (min-width: 1024px) {
  .p-parts-center-contact__buttons {
    margin: 0 0 120px;
  }
}

.p-parts-center-contact__line {
  opacity: 1;
  transition: 0.3s ease;
}

.p-parts-center-contact__line:hover {
  opacity: 0.5;
}

.p-pickup-and-purchase-request {
  background-color: #f2f2f2;
}

.p-pickup-and-purchase-request h2 {
  max-width: 1240px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.5rem, -2.418rem + 8.17vw, 4.938rem);
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #323654;
  transform: skewX(-10deg);
  text-align: center;
  position: relative;
  top: -0.75em;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-pickup-and-purchase-request h2 {
    margin-bottom: 60px;
  }
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list {
  max-width: 1240px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 50px;
  margin-bottom: 7.5vw;
}

@media screen and (max-width: 767px) {
  .p-pickup-and-purchase-request .p-pickup-and-purchase-request__list {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-pickup-and-purchase-request .p-pickup-and-purchase-request__list {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .p-pickup-and-purchase-request .p-pickup-and-purchase-request__list {
    gap: 100px;
    margin-bottom: 120px;
  }
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item {
  background-color: #fff;
  padding: 0 5vw 5vw;
}

@media screen and (min-width: 768px) {
  .p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item {
    width: calc(50% - 25px);
    padding: 0 40px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item {
    width: calc(50% - 50px);
  }
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-heading {
  font-size: clamp(1.25rem, -0.602rem + 3.86vw, 2.875rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15em;
  transform: skewX(-10deg);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  position: relative;
  top: -0.8858695652em;
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-heading span {
  font-size: 1.7717391304em;
  letter-spacing: unset;
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-body {
  font-weight: bold;
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-body dl {
  font-size: clamp(1.125rem, 0.626rem + 1.04vw, 1.563rem);
  margin: 0 0 1em;
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-body dl dt {
  font-weight: bold;
  background-color: #252525;
  color: #fff;
  line-height: 2.25;
  text-align: center;
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-body dl dd {
  font-weight: bold;
  border: 2px solid;
  padding: 0.75em 1em;
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-body dl dd ul {
  list-style: disc;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 0.5em;
  margin: 0 0 0 1em;
}

@media screen and (max-width: 499px) {
  .p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-body dl dd ul {
    flex-direction: column;
  }
}

@media screen and (min-width: 500px) {
  .p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-body dl dd ul li {
    min-width: calc(50% - 0.25em);
    width: fit-content;
  }
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-body>ul {
  list-style: disc;
  font-size: clamp(1rem, 0.573rem + 0.89vw, 1.375rem);
  padding: 0 0 0 1em;
  margin: 0 0 1em;
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-body>ul li:not(:last-of-type) {
  margin: 0 0 0.5em;
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-body .p-pickup-and-purchase-request__item-text--small {
  font-size: clamp(0.938rem, 0.724rem + 0.45vw, 1.125rem);
  font-weight: bold;
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item .p-pickup-and-purchase-request__item-body .p-pickup-and-purchase-request__item-text--xs {
  font-size: 0.9375rem;
  font-weight: bold;
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item:first-of-type .p-pickup-and-purchase-request__item-heading {
  color: #2e3192;
}

.p-pickup-and-purchase-request .p-pickup-and-purchase-request__list .p-pickup-and-purchase-request__item:nth-of-type(2) .p-pickup-and-purchase-request__item-heading {
  color: #f7931e;
}

.p-pickup-and-purchase-request__contact {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10vw;
}

@media screen and (min-width: 768px) {
  .p-pickup-and-purchase-request__contact {
    padding: 0 0 120px;
  }
}

@media screen and (min-width: 1024px) {
  .p-pickup-and-purchase-request__contact {
    padding: 0 0 160px;
  }
}

.p-pickup-and-purchase-image {
  width: 100vw;
  /*   background-color: #2b2827; */
  background: url(/wp-content/themes/threer_2023/img/page/pickup-and-purchase/back-p-a-p.jpg) no-repeat right center/contain;
  background-size: contain;
  aspect-ratio: 2/1;
  margin: -30px 0 20px;
}

@media screen and (min-width: 768px) {
  .p-pickup-and-purchase-image {
    aspect-ratio: 3/2;
    margin: 30px 0 60px;
  }
}

@media screen and (min-width: 1024px) {
  .p-pickup-and-purchase-image {
    margin: -320px 0 -160px;
  }
}

/* フロー非表示 */
.p-pickup-and-purchase-flow__image {
  display: none;
  background-color: #323654;
  aspect-ratio: 2/1;
}

.p-scrap-iron-key {
  position: relative;
  margin: 0 0 60px;
}

.p-scrap-iron-key__image {
  padding: 0 0 9.3055555556vw;
}

.p-scrap-iron-key__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-scrap-iron-key__text--small {
  margin: 0 3em 0 0;
  align-self: center;
}

.p-scrap-iron-intro {
  font-size: clamp(1.125rem, 0.769rem + 0.74vw, 1.438rem);
  letter-spacing: 0.09em;
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.p-scrap-iron-about {
  max-width: 650px;
  width: 87.5vw;
  background-color: #e6e6e6;
  margin: 0 auto 100px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-scrap-iron-about__heading {
  font-size: clamp(1.75rem, 1.18rem + 1.19vw, 2.25rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  display: inline-block;
  width: fit-content;
  margin: 0 auto 0.5em;
  padding: 6px 12px 8px;
  border: 2px solid;
  letter-spacing: 0.1em;
}

.p-scrap-iron-about__body {
  text-align: center;
}

.p-scrap-iron-about__body:not(:last-of-type) {
  margin: 0 0 40px;
}

.p-scrap-iron-about__note {
  font-size: 1.25rem;
}

.p-scrap-iron-about__price {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-scrap-iron-about__price--heading {
  font-size: 4.75vw;
}

@media screen and (min-width: 640px) {
  .p-scrap-iron-about__price--heading {
    font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  }
}

.p-scrap-iron-about__price--body {
  font-size: 10vw;
  color: #c1272d;
}

@media screen and (min-width: 640px) {
  .p-scrap-iron-about__price--body {
    font-size: clamp(3rem, 2.145rem + 1.78vw, 3.75rem);
  }
}

.p-scrap-iron-about__open {
  font-size: 4.75vw;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .p-scrap-iron-about__open {
    font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  }
}

.p-scrap-iron-flow {
  max-width: 1240px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
}

.p-scrap-iron-flow__heading {
  font-size: clamp(2.5rem, 1.645rem + 1.78vw, 3.25rem);
  text-align: center;
  margin: 0 0 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-scrap-iron-flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.p-scrap-iron-flow__item {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-scrap-iron-flow__item {
    width: calc(50% - 20px);
  }
}

.p-scrap-iron-flow__item--heading {
  font-size: clamp(1.75rem, 1.18rem + 1.19vw, 2.25rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 20px;
  right: 20px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.p-scrap-iron-flow__item--box {
  background-color: #999999;
  aspect-ratio: 1.618/1;
}

.p-scrap-iron-flow__item--box__image * {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-scrap-iron-flow__item--body {
  font-size: clamp(1.25rem, 0.751rem + 1.04vw, 1.688rem);
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 0 0 3px;
}

.p-scrap-iron-location {
  max-width: 830px;
  margin-bottom: 100px;
}

.p-scrap-iron-location__map {
  flex-direction: column;
}

.p-scrap-iron-location__map iframe {
  width: 100%;
  aspect-ratio: 1.618/1;
}

.p-scrap-iron-location__image {
  width: 100%;
  flex-direction: unset;
}

.p-scrap-iron-location__image>* {
  width: calc(50% - 15px);
}

.p-scrap-iron-location__image img {
  width: 100%;
}

.p-scrap-iron-items {
  max-width: 1240px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
}

.p-scrap-iron-items__heading {
  font-size: clamp(2.5rem, 1.645rem + 1.78vw, 3.25rem);
  font-weight: 900;
  transform: skewX(-10deg);
  color: #323654;
  border-bottom: 3px solid;
  padding: 0 0 0.75em;
  margin: 0 0 1em;
}

.p-scrap-iron-items__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.p-scrap-iron-items__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .p-scrap-iron-items__item {
    width: calc(50% - 20px);
  }
}

/* 取扱品目画像一覧 */


.p-scrap-iron-items__item--heading-1 {
  font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  width: 45.9662288931%;
  aspect-ratio: 245/172;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/threer_2023/img/page/scrap-iron/sample-a.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-scrap-iron-items__item--heading-2 {
  font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  width: 45.9662288931%;
  aspect-ratio: 245/172;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/threer_2023/img/page/scrap-iron/sample-b.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-scrap-iron-items__item--heading-3 {
  font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  width: 45.9662288931%;
  aspect-ratio: 245/172;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/threer_2023/img/page/scrap-iron/sample-c.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-scrap-iron-items__item--heading-4 {
  font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  width: 45.9662288931%;
  aspect-ratio: 245/172;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/threer_2023/img/page/scrap-iron/sample-d.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-scrap-iron-items__item--heading-5 {
  font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  width: 45.9662288931%;
  aspect-ratio: 245/172;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/threer_2023/img/page/scrap-iron/sample-e.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-scrap-iron-items__item--heading-6 {
  font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  width: 45.9662288931%;
  aspect-ratio: 245/172;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/threer_2023/img/page/scrap-iron/sample-f.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-scrap-iron-items__item--heading-7 {
  font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  width: 45.9662288931%;
  aspect-ratio: 245/172;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/threer_2023/img/page/scrap-iron/sample-g.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-scrap-iron-items__item--heading-8 {
  font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  width: 45.9662288931%;
  aspect-ratio: 245/172;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/threer_2023/img/page/scrap-iron/sample-h.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-scrap-iron-items__item--heading-9 {
  font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  width: 45.9662288931%;
  aspect-ratio: 245/172;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/threer_2023/img/page/scrap-iron/sample-i.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-scrap-iron-items__item--heading-10 {
  font-size: clamp(1.5rem, 0.859rem + 1.34vw, 2.063rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  width: 45.9662288931%;
  aspect-ratio: 245/172;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/threer_2023/img/page/scrap-iron/sample-j.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

/* 取扱品目画像一覧 end */

.p-scrap-iron-items__item--detail {
  flex: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 499px) {
  .p-scrap-iron-items__item--detail {
    font-size: 0.875rem;
  }
}

.p-scrap-iron-items__item--detail li {
  display: inline-block;
}

.p-scrap-iron-items__item--detail li:not(:last-of-type):after {
  content: " / ";
}

.p-scrap-iron-contact {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10vw;
}

@media screen and (min-width: 768px) {
  .p-scrap-iron-contact {
    padding: 0 0 120px;
  }
}

@media screen and (min-width: 1024px) {
  .p-scrap-iron-contact {
    padding: 0 0 160px;
  }
}

.p-contact-form {
  background-color: #f2f2f2;
  position: relative;
  padding: 10vw 0;
}

@media screen and (min-width: 768px) {
  .p-contact-form {
    padding: 120px 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-contact-form {
    padding: 160px 0;
  }
}

.p-contact-form__body {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
}

.p-contact-form__list {
  font-size: clamp(1.125rem, 0.484rem + 1.34vw, 1.688rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p-contact-form__list dt {
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0 0 0.5em;
  padding: unset;
}

@media screen and (min-width: 1024px) {
  .p-contact-form__list dt {
    width: 40.6711409396%;
    margin: 0 0 1.5em;
    padding: 0.25em 0;
  }
}

.p-contact-form__list dt.required:after {
  content: "必須";
  color: #8d2f34;
  font-size: 0.75rem;
  border: 1px solid;
  padding: 0 1em;
  border-radius: 10px;
}

.p-contact-form__list dd {
  width: 100%;
  margin: 0 0 1.5em;
}

@media screen and (min-width: 1024px) {
  .p-contact-form__list dd {
    width: 59.3288590604%;
  }
}

.p-contact-form__list dd span.p-recruit-form__zip-code-wrapper,
.p-contact-form__list dd span.p-recruit-form__age-wrapper {
  display: flex;
  align-items: center;
  gap: 0.25em;
  background-color: #fff;
  border-radius: 8px;
  width: 50%;
}

.p-contact-form__list dd span.p-recruit-form__zip-code-wrapper {
  padding: 0 0 0 0.5em;
  margin: 0 0 0.5em;
}

.p-contact-form__list dd span.p-recruit-form__age-wrapper {
  padding: 0 0.5em 0 0;
}

.p-contact-form__list dd span.wpcf7-not-valid-tip {
  font-size: 1rem;
}

.p-contact-form__list dd select,
.p-contact-form__list dd input,
.p-contact-form__list dd textarea {
  width: 100%;
  border: none;
  padding: 0.25em 0.5em;
  border-radius: 8px;
}

@media screen and (min-width: 1024px) {

  .p-contact-form__notice,
  .p-contact-form__privacy {
    text-align: center;
  }
}

.p-contact-form__notice {
  margin: 0 0 1.5em;
}

.p-contact-form__privacy {
  margin: 0 0 3em;
}

.p-contact-form__submit {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-contact-form__submit:hover:after {
    right: -0.5em;
  }
}

.p-contact-form__submit:after {
  content: "";
  display: block;
  width: calc(4.5em + 18px);
  height: 4.8px;
  background: url(/wp-content/themes/threer_2023/img/page/recruit/formArrow.svg) no-repeat right center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
}

.p-contact-form__submit input[type=submit] {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 calc(0.5em + 18px) 0 0;
  line-height: 54px;
  border-radius: 27px;
  border: none;
  background-color: #526fb2;
  background-image: linear-gradient(90deg, #526fb2 0%, #323654 100%);
}

.p-privacy-body {
  max-width: 1240px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.125rem, 0.84rem + 0.59vw, 1.375rem);
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  .p-privacy-body {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .p-privacy-body {
    margin-bottom: 160px;
  }
}

.p-privacy-body:not(:last-of-type) {
  margin: 0 auto clamp(3.75rem, 2.325rem + 2.97vw, 5rem);
}

.p-privacy-body__heading {
  font-size: clamp(1.125rem, 0.84rem + 0.59vw, 1.375rem);
  color: #526fb2;
  margin: 0 0 1em;
}

.p-privacy-body__paragraph {
  margin: 0 0 1.5em;
}

.p-privacy-body ol {
  list-style: decimal;
  padding: 0 0 0 1.15em;
}

.p-archive .p-archive-body {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vw;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p-archive .p-archive-body {
    margin-top: 120px;
    display: grid;
    gap: 0 8%;
    grid-template-columns: 100px auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (min-width: 1024px) {
  .p-archive .p-archive-body {
    margin-top: 160px;
    grid-template-columns: 160px auto;
  }
}

.p-archive .p-archive-body__heading {
  color: #323654;
  width: fit-content;
  margin: 0 0 2em;
}

@media screen and (min-width: 768px) {
  .p-archive .p-archive-body__heading {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0 0 60px;
  }
}

.p-archive .p-archive-body__heading-ja {
  font-size: clamp(0.875rem, 0.448rem + 0.89vw, 1.25rem);
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.p-archive .p-archive-body__heading-ja:after {
  content: "";
  flex: 1;
  padding: 0 0 0 0.5em;
  border-top: 1px solid;
}

.p-archive .p-archive-body__heading-en {
  font-size: clamp(2rem, 0.006rem + 4.16vw, 3.75rem);
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .p-archive .p-archive-body__list {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

.p-archive .p-archive-body__item {
  font-size: clamp(1rem, 0.43rem + 1.19vw, 1.5rem);
}

.p-archive .p-archive-body__item:not(:last-of-type) {
  margin-bottom: 1em;
}

.p-archive .p-archive-body__item a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.25em 1em;
  transition: 0.3s ease;
}

@media screen and (min-width: 640px) {
  .p-archive .p-archive-body__item a {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-archive .p-archive-body__item a:hover {
    opacity: 0.5;
  }
}

.p-archive .p-archive-body__date {
  font-size: clamp(0.875rem, 0.448rem + 0.89vw, 1.25rem);
  border: 1px solid;
  border-radius: 2px;
  margin: 0.15em 0 0;
  padding: 0 1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-archive .p-archive-body__date {
    width: 140px;
    padding: unset;
  }
}

@media screen and (min-width: 640px) {
  .p-archive .p-archive-body__title {
    flex: 1;
  }
}

.p-pagination {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10vw;
  font-size: clamp(1.25rem, 0.965rem + 0.59vw, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}

@media screen and (min-width: 768px) {
  .p-pagination {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .p-pagination {
    margin-bottom: 160px;
  }
}

.p-pagination__number {
  transition: 0.3s ease;
}

.p-pagination__number:hover {
  opacity: 0.5;
}

.p-pagination__number--current {
  color: #526fb2;
}

.p-pagination__number--current:hover {
  opacity: 1;
}

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

.p-pagination__arrow {
  text-decoration: underline;
  transition: 0.3s ease;
}

.p-pagination__arrow:hover {
  opacity: 0.5;
}

.p-pagination__arrow--prev {
  margin: 0 2em 0 0;
}

.p-pagination__arrow--next {
  margin: 0 0 0 2em;
}

.p-single {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
}

.p-single-heading {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1em;
  margin: 0 0 60px;
}

@media screen and (min-width: 640px) {
  .p-single-heading {
    flex-direction: row;
    align-items: center;
  }
}

.p-single-date {
  font-size: clamp(0.875rem, 0.448rem + 0.89vw, 1.25rem);
  border: 1px solid;
  border-radius: 2px;
  margin: 0.15em 0 0;
  padding: 0 1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-single-date {
    width: 140px;
    padding: unset;
  }
}

@media screen and (min-width: 640px) {
  .p-single-title {
    flex: 1;
  }
}

.p-single-back {
  font-size: clamp(1.25rem, 0.965rem + 0.59vw, 1.5rem);
  text-decoration: underline;
  display: block;
  width: fit-content;
  margin: 0 auto 10vw;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-single-back {
    margin: 0 auto 120px;
  }
}

@media screen and (min-width: 1024px) {
  .p-single-back {
    margin: 0 auto 160px;
  }
}

.p-single-back:hover {
  opacity: 0.5;
}

.p-post-body {
  font-size: clamp(1rem, 0.573rem + 0.89vw, 1.375rem);
  margin: 0 0 80px;
}

@media screen and (min-width: 768px) {
  .p-post-body {
    margin: 0 0 120px;
  }
}

.p-post-body>* {
  margin: 0 0 2.25rem;
}

.p-post-body h2,
.p-post-body h3,
.p-post-body h4,
.p-post-body h5,
.p-post-body h6 {
  font-weight: bold;
  margin-top: 2em;
}

.p-post-body h2 {
  font-size: 1.35em;
  background-color: #eee;
  border-left: 3px solid #323654;
  padding: 8px 20px;
}

@media screen and (min-width: 768px) {
  .p-post-body h2 {
    font-size: 1.753em;
  }
}

.p-post-body h3 {
  font-size: 1.2em;
  color: #323654;
  padding: 0 0 10px;
  border-bottom: 2px solid #323654;
}

@media screen and (min-width: 768px) {
  .p-post-body h3 {
    font-size: 1.563em;
  }
}

.p-post-body h4 {
  font-size: 1.15em;
  color: #323654;
  position: relative;
  padding: 0 0 0 1em;
}

@media screen and (min-width: 768px) {
  .p-post-body h4 {
    font-size: 1.25em;
  }
}

.p-post-body h4:before {
  content: "";
  display: block;
  width: 0.5em;
  aspect-ratio: 1/1;
  background-color: #323654;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.p-post-body h5 {
  font-weight: bold;
}

.p-post-body ol,
.p-post-body ul {
  padding: 0 0 0 1.5em;
}

.p-post-body ol {
  list-style: decimal;
}

.p-post-body ul {
  list-style: disc;
}

.p-car-accessory-keyvisual__text {
  font-size: 9.9305555556vw;
  text-align: right;
  font-weight: 900;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
  line-height: 1.15;
  transform: skewX(-10deg);
  position: relative;
  bottom: 1.75em;
  display: flex;
  flex-direction: column;
}

.p-car-accessory-keyvisual__text-inner:first-of-type {
  margin: 0 1em 0 0;
}

.p-car-accessory-lineup__heading {
  font-size: clamp(1.25rem, -0.531rem + 3.71vw, 2.813rem);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #323654;
  border-bottom: 0.45em solid;
  padding-bottom: 0.75em;
  margin: 0 0 7.5vw;
}

@media screen and (min-width: 768px) {
  .p-car-accessory-lineup__heading {
    margin: 0 0 90px;
  }
}

@media screen and (min-width: 1024px) {
  .p-car-accessory-lineup__heading {
    margin: 0 0 120px;
  }
}

.p-car-accessory-lineup .p-car-accessory-information__list {
  max-width: 1280px;
  width: 80vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 10vw;
}

@media screen and (max-width: 767px) {
  .p-car-accessory-lineup .p-car-accessory-information__list {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-car-accessory-lineup .p-car-accessory-information__list {
    margin: 0 auto 120px;
    gap: 120px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .p-car-accessory-lineup .p-car-accessory-information__list {
    margin: 0 auto 160px;
    gap: 160px 60px;
  }
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item {
    max-width: 480px;
  }
}

@media screen and (min-width: 768px) {
  .p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1024px) {
  .p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item {
    width: calc(50% - 30px);
  }
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-image {
  width: 62.3616236162%;
  aspect-ratio: 340/587;
  margin: 0 auto;
  position: relative;
  bottom: -5%;
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-image * {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-detail {
  background-color: #f2f2f2;
  border-radius: 10vw;
  padding: 15vw 6vw 10vw;
}

@media screen and (min-width: 768px) {
  .p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-detail {
    border-radius: 60px;
    padding: 60px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-detail {
    border-radius: 80px;
    padding: 80px 40px;
  }
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-name {
  font-size: clamp(1.25rem, -1.243rem + 5.2vw, 3.438rem);
  font-weight: 900;
  text-align: center;
  transform: skewX(-10deg);
  margin: 0 0 0.75em;
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-text {
  font-size: clamp(1.125rem, 0.555rem + 1.19vw, 1.625rem);
  margin: 0 0 2em;
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item a {
  font-size: clamp(1rem, 0.715rem + 0.59vw, 1.25rem);
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  height: 82px;
  border-radius: 8px;
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-link {
  text-align: center;
  background-color: #fbb03b;
  margin: 0 auto 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-link img {
  width: 73.8333333333%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-link-amazon {
  background-color: #252525;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-link-amazon-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-car-accessory-lineup .p-car-accessory-information__list .p-car-accessory-information__item-link-amazon img {
  width: 41.3333333333%;
  height: auto;
}

.p-single-products {
  max-width: 1000px;
  width: 87.5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5vw 0 10vw;
}

@media screen and (min-width: 768px) {
  .p-single-products {
    padding: 200px 0 120px;
  }
}

.p-single-products__image {
  margin: 0 0 40px;
}

@media screen and (min-width: 768px) {
  .p-single-products__image {
    height: 720px;
    margin: 0 0 100px;
  }
}

.p-single-products__image img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-single-products__heading {
  font-size: clamp(2.5rem, 0.221rem + 4.75vw, 4.5rem);
  font-weight: 900;
  text-align: center;
  transform: skewX(-10deg);
  margin: 0 0 0.25em;
}

.p-single-products__about {
  font-size: clamp(1rem, 0.573rem + 0.89vw, 1.375rem);
  margin: 0 0 60px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-single-products__about {
    text-align: center;
    margin: 0 0 100px;
  }
}

.p-single-products__video {
  width: 100%;
  aspect-ratio: 560/315;
  margin: 0 0 60px;
}

@media screen and (min-width: 768px) {
  .p-single-products__video {
    margin: 0 0 100px;
  }
}

.p-single-products__video iframe {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-single-products__about-box {
  font-size: clamp(1rem, 0.858rem + 0.3vw, 1.125rem);
  line-height: 2;
  display: flex;
  gap: 32px;
  margin: 0 0 40px;
}

@media screen and (min-width: 768px) {
  .p-single-products__about-box {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-single-products__about-box {
    flex-direction: column;
  }
}

.p-single-products__about-box:last-of-type {
  margin: 0 0 100px;
}

@media screen and (min-width: 768px) {
  .p-single-products__about-box--image {
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .p-single-products__about-box--text {
    width: calc(60% - 32px);
  }
}

.p-single-products__free {
  background-color: #f2f2f2;
  padding: 5vw;
  margin: 60px 0;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-single-products__free {
    padding: 60px;
    margin: 100px 0;
  }
}

.p-single-products__link {
  font-size: clamp(1rem, 0.715rem + 0.59vw, 1.25rem);
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  height: 82px;
  border-radius: 8px;
  background-color: #252525;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.p-single-products__link--text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-single-products__link img {
  width: 41.3333333333%;
  height: auto;
}

/*----------------------------
 2023.04.29修正箇所追加
----------------------------*/

/*----- TOPパーツ販売中セクション下にお問い合わせ先追加 -----*/
.p-top-parts-seles .p-top-parts-seles__inner {
  height: auto;
}

.p-top-parts-seles__inner-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-top-parts-seles__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(1.5rem, -0.352rem + 3.86vw, 3.125rem);
  font-weight: bold;
  line-height: 1.3;
  margin-top: 2rem;
  text-align: center;
  padding-bottom: 0;
}

.p-top-parts-seles__info span:first-of-type {
  font-size: min(24px, 4.5vw);
}

.p-top-parts-seles__info span:last-of-type {
  font-size: min(50px, 7vw);
}

.p-top-parts-seles__info span a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-parts-seles__info {
    flex-direction: row;
    font-size: clamp(1rem, -0.068rem + 2.23vw, 1.938rem);
    margin-top: 1.5rem;
  }

  .p-top-parts-seles__info span:first-of-type {
    font-size: min(20px, 4vw);
  }

  .p-top-parts-seles__info span:last-of-type {
    font-size: min(50px, 4.5vw);
    padding-left: 0.5em;
  }
}

/*----- パーツセンターバナー追加 -----*/
.p-parts-center-contact.c-page-contact a:last-of-type {
  display: block;
  padding-top: 2rem;
}

.title {
  font-size: 24px;
  font-weight: bold;
  color: #475c92;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.title::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #475c92;
  margin-left: 10px;
}

.business-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.business-card {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
}

.business-card .name {
  background-color: #475c92;
  color: white;
  padding: 5px;
  border-radius: 3px;
}

.business-card .content {
  margin-top: 5px;
}

.business-card .phone {
  margin-top: 5px;
  color: blue;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .business-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .business-card {
    flex: 1 1 100%;
  }
}

/* 2025.06.27追加 */
.p-top-recruit__inner .phone {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 2.0em;
  font-weight: 900;
  border-radius: 8px;
  padding: 5px;
  position: relative;
}

.p-top-recruit__inner .phone a {
  color: #fff;
}

.p-top-recruit__inner .phone::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 1.4em;
  background: url(../img/common/icon_tel.svg) no-repeat;
  vertical-align: middle;
}

.p-top-recruit__inner a.text_tel {
  color: #fff;
}

.p-top-recruit__detail a {
  color: #fff;
}

section.p-company-information {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

h2.p-company-information__heading,
.p-company-information .p-company-information__detail tr td {
  color: #323654;
}

img.p-top-parts-seles__background {
  width: 100%;
}

@media screen and (max-width: 1360px) {
  .l-footer__inner {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .l-footer__inner {
    width: 90%;
    flex-direction: column;
  }

  .l-footer__profile {
    width: 60%;
    margin: 0 auto;
  }

  .l-footer__link {
    width: 90%;
    border-left: none;
    margin: 0 auto;
  }
}