@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/*================================================================
リセットCSS
================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

body {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

a {
  color: #000000;
}

img {
  vertical-align: top;
  object-fit: cover;
}

main {
  flex: 1;
}

hr {
  border-top: 1px solid #FFF;
  display: block;
  width: 100%;
}

.l-inner {
  width: 87.5vw;
  max-width: 100%;
  margin-left: auto;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .l-inner {
    width: 100%;
  }
}
.l-inner-m {
  width: 83.1vw;
  max-width: 100%;
  margin: auto;
}

.l-inner-s {
  width: 77.5vw;
  max-width: 100%;
  margin: auto;
  position: relative;
}

@media (max-width: 1023px) {
  .l-inner-s {
    width: 89.7vw;
  }
}
.c-title {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  position: relative;
}
.c-title::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 100px;
  background: #EB1C22;
}

.c-title__en {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Oswald", sans-serif;
}

.c-title__jp {
  font-size: 38px;
  line-height: 0.9473684211;
  letter-spacing: 0.12em;
  margin-top: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-title__jp {
    font-size: 30px;
  }
}

.c-btn-b {
  display: inline-block;
  width: 230px;
  max-width: 100%;
  padding: 11px 21px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.02em;
  border-radius: 70px;
  position: relative;
  text-align: left;
}
.c-btn-b::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #EB1C22;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn-b::after {
  position: absolute;
  content: url("../../assets/img/btn_arrow.svg");
  right: 20px;
  top: 20%;
  transition: all 0.3s;
}
.c-btn-b:hover::after {
  right: 15px;
}

.c-btn-w {
  display: inline-block;
  width: 230px;
  max-width: 100%;
  padding: 11px 21px;
  font-size: 16px;
  line-height: 0.8888888889;
  letter-spacing: 0.02em;
  border-radius: 70px;
  position: relative;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: left;
}
.c-btn-w::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #EB1C22;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn-w::after {
  position: absolute;
  content: url("../../assets/img/btn_arrow.svg");
  right: 20px;
  top: 20%;
  transition: all 0.3s;
}
.c-btn-w:hover::after {
  right: 15px;
}

.c-tag {
  font-size: 16px;
  line-height: 1.375;
  padding: 3px 12px;
  border: 1px solid #000000;
}

.c-strength-ttl {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.c-strength-ttl__en {
  position: relative;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin-bottom: 21px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.c-strength-ttl__en::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #ffffff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-strength-ttl__jp {
  font-size: 42px;
  line-height: 0.8571428571;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-strength-ttl__jp {
    font-size: 32px;
  }
}

.c-top-service-ttl {
  display: flex;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  color: #ffffff;
}

.c-top-service-ttl__main {
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: 0.08em;
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .c-top-service-ttl__main {
    font-size: 28px;
  }
}
.c-top-service-ttl__main::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}

.c-top-service-ttl__sub {
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .c-top-service-ttl__sub {
    font-size: 14px;
  }
}

.c-req {
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #FF3300;
  padding: 3px 10px;
  border: 1px solid #FF3300;
  font-weight: bold;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 16.2vw;
  z-index: 900;
  height: 100vh;
}

.p-header__logo {
  padding: 15px 22px;
  background: #FFF;
  border-bottom-right-radius: 8px;
}
.p-header__logo img {
  width: 13.5vw;
  max-width: 100%;
}

.p-header__nav {
  width: 12.5vw;
  background: #282828;
  height: 100%;
}

.p-header__href {
  display: block;
  padding: 18px 0;
  padding-left: 27px;
  color: #FFF;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: all 0.3s;
}
.p-header__href::after {
  position: absolute;
  content: ">";
  top: 50%;
  right: 1.8vw;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.p-header__href:hover {
  color: #EB1C22;
}
.p-header__href:hover::after {
  right: 1.6vw;
}

.p-header__contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.5vw;
  text-align: center;
  background: #EB1C22;
  color: #FFF;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
  padding: 30px 0;
  transition: all 0.3s;
}
.p-header__contact:hover {
  background: #FFF;
  color: #EB1C22;
}

@media (max-width: 1023px) {
  .p-header {
    display: none;
  }
}
.p-header__sp {
  display: none;
}

@media (max-width: 1023px) {
  .p-header__sp {
    display: block;
  }
  .p-header__sp-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 60px;
    background: #EB1C22;
    color: #FFF;
    font-size: 17px;
    line-height: 1.1764705882;
    font-weight: bold;
    text-align: center;
    height: 100%;
    width: 140px;
    max-width: 100%;
    transform: all 0.3s;
  }
  .p-header__sp-cta:hover {
    opacity: 0.7;
  }
  .p-header__sp-cta.is-active {
    display: none;
  }
  .p-header__sp-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10.2vw;
    color: #000000;
    width: 6px;
    height: auto;
  }
  .p-header__sp-drawer-content-cta {
    width: 79.4vw;
    background: #EB1C22;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1.1764705882;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    bottom: 92px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-header__sp-logo {
    position: absolute;
    width: 160px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  .p-header__sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 60px;
    background: #FFF;
  }
  .p-drawer-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300;
    display: none;
    transition: transform 0.5s ease 0s;
    display: block;
    background: #282828;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .p-drawer-icon {
    display: block;
  }
}
@media (max-width: 1023px) {
  .p-drawer-icon.is-active .p-drawer-icon-bar1 {
    top: 8px;
    transform: rotate(-45deg);
  }
  .p-drawer-icon.is-active .p-drawer-icon-bar2 {
    top: 8px;
    display: none;
  }
  .p-drawer-icon.is-active .p-drawer-icon-bar3 {
    top: 8px;
    transform: rotate(45deg);
  }
  .p-drawer-icon-bars {
    width: 32px;
    height: 14px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .p-drawer-icon-bar1,
  .p-drawer-icon-bar2,
  .p-drawer-icon-bar3 {
    position: absolute;
    width: 32px;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
  }
  .p-drawer-icon-bar1 {
    top: 0;
  }
  .p-drawer-icon-bar2 {
    top: 8px;
    display: none;
  }
  .p-drawer-icon-bar3 {
    top: 10px;
  }
  .p-drawer-content {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 290;
    transform: translateX(105%);
    transition: transform 0.5s ease 0s;
    border-top: 1px solid #ECECEC;
  }
  .p-drawer-content.is-active {
    transform: translateX(0);
  }
  .p-drawer-content-item {
    border-bottom: 1px solid #ECECEC;
  }
  .p-drawer-content-item a {
    display: block;
    color: #000000;
    padding: 13px 10.2vw;
    position: relative;
  }
  .p-drawer-content-item a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 11px;
  }
}
.p-footer {
  padding-top: 35px;
  padding-bottom: 24px;
  position: relative;
}
.p-footer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(235, 28, 34) 70%);
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p-footer::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-footer {
    padding-top: 0;
  }
}

.p-footer__img {
  position: absolute;
  top: -10.9vw;
  right: 0;
  width: 29.8vw;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-footer__img {
    width: 100%;
    top: -36.9vw;
  }
}

.p-footer__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-footer__content {
    flex-direction: column;
    width: 89.7vw;
    margin: auto;
    align-items: center;
  }
}

.p-footer__content-l {
  width: 100%;
  text-align: center;
}

.p-footer__content-r {
  width: 420px;
  max-width: 100%;
}

.p-footer__logo {
  width: 290px;
  max-width: 100%;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .p-footer__logo {
    margin: auto;
    margin-bottom: 15px;
  }
}

.p-footer__address {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.02em;
  padding-bottom: 11px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  width: fit-content;
  text-align: left;
}
@media (max-width: 767px) {
  .p-footer__address {
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0;
  }
}

.p-footer__tel-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: start;
}
@media (max-width: 767px) {
  .p-footer__tel-wrap {
    align-items: center;
  }
}

.p-footer__tel-text {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.02em;
}

.p-footer__tel {
  font-size: 30px;
  line-height: 0.9333333333;
  letter-spacing: 0.06em;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .p-footer__content-r {
    text-align: center;
    margin-top: 33px;
  }
}

.p-footer__content-r-text {
  font-size: 14px;
  line-height: 1.7142857143;
}

.p-footer__content-r-img-wrap {
  display: flex;
  gap: 11px;
  margin-top: 16px;
  justify-content: right;
}
@media (max-width: 767px) {
  .p-footer__content-r-img-wrap {
    justify-content: center;
  }
}

.p-footer__content-r-img {
  width: 70px;
  max-width: 100%;
}

.p-footer__content-bottom {
  margin-top: 72px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-footer__content-bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}

.p-footer__content-bottom-text {
  font-size: 13px;
  line-height: 1.5384615385;
}
@media (max-width: 767px) {
  .p-footer__content-bottom-text {
    text-align: center;
    letter-spacing: -0.02em;
    font-size: 11px;
  }
}

.p-footer__copy {
  font-size: 13px;
  line-height: 1.0769230769;
  margin-right: 38px;
}
@media (max-width: 767px) {
  .p-footer__copy {
    margin-top: 50px;
    margin-right: auto;
  }
}

.p-footer__links {
  margin-bottom: 40px;
  display: none;
}
@media (max-width: 767px) {
  .p-footer__links {
    display: block;
  }
}

.p-footer__link {
  position: relative;
}

.p-footer__href {
  background: #282828;
  padding: 16px 10.2vw;
  color: #FFF;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #FFF;
  font-size: 16px;
  position: relative;
  transition: color 0.3s;
}
.p-footer__href:hover {
  color: #EB1C22;
}

.p-footer__arrow {
  position: absolute;
  top: 50%;
  right: 10.2vw;
  transform: translateY(-50%);
  width: 6px;
  height: auto;
  transition: color 0.3s;
  color: #FFF;
}

.p-footer__href:hover + .p-footer__arrow {
  color: #EB1C22;
}

.p-strength-item {
  position: relative;
}
.p-strength-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002835;
  opacity: 0.5;
}
.p-strength-item .c-strength-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .p-strength-item {
    margin: 0 calc(50% - 50vw);
  }
}

.p-service-item {
  position: relative;
}
@media (max-width: 767px) {
  .p-service-item {
    margin: 0 calc(50% - 50vw);
  }
}

.p-service-item__tag {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  background: #000;
}
@media (max-width: 767px) {
  .p-service-item__tag {
    padding: 6px;
  }
}

.p-service-item__img {
  aspect-ratio: 465/680;
}
.p-service-item__img img {
  height: 100%;
}

.p-service-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2.5vw 2vw;
  background: rgba(0, 40, 53, 0.7);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .p-service-item__content {
    padding: 30px 25px;
  }
}
.p-service-item__content .c-top-service-ttl {
  margin: auto;
  margin-bottom: 22px;
}

.p-works-item__link:hover .p-works-item__img img {
  transform: scale(1.1);
}

.p-works-item__img {
  aspect-ratio: 382/320;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-works-item__img {
    aspect-ratio: 320/320;
  }
}
.p-works-item__img img {
  transition: all 0.3s;
}

.p-works-item__info {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 27px;
}
@media (max-width: 767px) {
  .p-works-item__info {
    margin-top: 19px;
  }
}

.p-works-item__text {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 14px;
}

.p-service-detail-item__img {
  aspect-ratio: 382/220;
}

.p-service-detail-item__content {
  padding: 23px 21px;
  background: #ffffff;
  text-align: center;
}

#service02 .p-service-detail-item__content {
  background: #EFEFEF;
}

.p-service-detail-item__ttl {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.p-service-detail-item__text {
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
}

.p-prof-item {
  display: flex;
  border-bottom: 1px solid #B3B3B3;
}
@media (max-width: 767px) {
  .p-prof-item {
    flex-direction: column;
  }
}

.p-prof-item__l {
  min-width: 175px;
  font-size: 16px;
  line-height: 1.75;
  background: #F0F0F0;
  padding-left: 12px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .p-prof-item__l {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
  }
}

.p-prof-item__r {
  padding: 20px 25px;
  flex: 1;
}
@media (max-width: 767px) {
  .p-prof-item__r {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
  }
}

.p-mv {
  width: 100%;
  aspect-ratio: 1400/550;
  background: url(../../assets/img/mv_works.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.p-mv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #003A69;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-mv {
    margin-top: 60px;
    background: url(../../assets/img/mv_works_sp.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
  }
}

.p-mv__service-mv {
  background: url(../../assets/img/mv_service.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-mv__service-mv {
    background: url(../../assets/img/mv_service_sp.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
  }
}

.p-mv__works-mv {
  background: url(../../assets/img/mv_works.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-mv__works-mv {
    background: url(../../assets/img/mv_works_sp.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
  }
}

.p-mv__company-mv {
  background: url(../../assets/img/mv_company.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-mv__company-mv {
    background: url(../../assets/img/mv_company_sp.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
  }
}

.p-mv__contact-mv {
  background: url(../../assets/img/mv_contact.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-mv__contact-mv {
    background: url(../../assets/img/mv_contact_sp.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
  }
}

.p-mv__recruit-mv {
  background: url(../../assets/img/mv_recruit.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-mv__recruit-mv {
    background: url(../../assets/img/mv_recruit_sp.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
  }
}

.p-mv__ttl {
  position: absolute;
  top: 46.9090909091%;
  left: 5.7142857143%;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-mv__ttl {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}

.p-mv__ttl-en {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Oswald", sans-serif;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-mv__ttl-en {
    font-size: 4.6vw;
  }
}

.p-mv__ttl-jp {
  font-size: 44px;
  line-height: 0.8181818182;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-mv__ttl-jp {
    font-size: 9.2vw;
  }
}

.p-history-item {
  display: flex;
  position: relative;
}
.p-history-item + .p-history-item {
  padding-top: 32px;
  position: relative;
}
.p-history-item::before {
  position: absolute;
  content: "";
  width: 1px;
  background: #EB1C22;
  height: calc(100% + 32px);
  top: 20px;
  left: 10px;
}

.p-history-item:last-of-type::before {
  display: none;
}

.p-history-item__circle {
  color: #EB1C22;
  font-size: 21px;
}

.p-history-item__date {
  font-size: 16px;
  line-height: 1.625;
  margin-left: 7px;
  margin-right: 17px;
}

.p-history-item__text {
  font-size: 16px;
  line-height: 1.625;
  flex: 1;
}

.p-main {
  background: url(../../assets/img/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-main::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-main__l {
  width: 200px;
  max-width: 100%;
  height: 900px;
  background: #282828;
}

.p-main__r {
  flex: 1;
}

.p-main__top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 800;
}

.p-top__mv {
  background: url("../../assets/img/fv_pc.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  aspect-ratio: 1400/900;
}
@media (max-width: 767px) {
  .p-top__mv {
    background: url("../../assets/img/fv_sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 390/700;
  }
}

@media (max-width: 767px) {
  .p-top__mv {
    margin-top: 60px;
  }
}

.p-top__mv-ttl {
  position: absolute;
  top: 10.5vw;
  left: 3.7vw;
  display: flex;
  flex-direction: column;
  color: #FFF;
}
@media (max-width: 767px) {
  .p-top__mv-ttl {
    bottom: 13.8vw;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}

.p-top__mv-ttl-en1 {
  font-family: "Oswald", sans-serif;
  font-size: 6.8vw;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-top__mv-ttl-en1 {
    font-size: 15.8vw;
    text-align: left;
    width: fit-content;
    margin: auto;
    line-height: 1.2903225806;
    letter-spacing: 0.02em;
  }
}

.p-top__mv-ttl-jp {
  font-weight: bold;
  font-size: 1.2vw;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin-top: 2.1vw;
  margin-bottom: 1.7vw;
}
@media (max-width: 767px) {
  .p-top__mv-ttl-jp {
    font-size: 5.1vw;
    line-height: 1.8;
    margin: auto;
    text-align: left;
    margin-top: 7.6vw;
    margin-bottom: 4.3vw;
  }
}

.p-top__mv-ttl-en2 {
  font-family: "Oswald", sans-serif;
  font-size: 0.8vw;
  line-height: 1.4285714286;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .p-top__mv-ttl-en2 {
    font-size: 4.1vw;
    line-height: 1.25;
    letter-spacing: 0.06em;
    margin: auto;
    text-align: left;
  }
}

.p-top__ttl-wrap .l-inner-s {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top__ttl-wrap .l-inner-s {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .p-top__ttl-wrap .l-inner-s .c-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-top__ttl-wrap .c-btn-b {
    display: none;
  }
}

.p-top__ttl-r {
  width: 46.2vw;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 20px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .p-top__ttl-r {
    width: 79.4vw;
    margin: auto;
    margin-top: 26px;
    justify-content: left;
  }
}

@media (max-width: 1023px) {
  .p-top__ttl-r {
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-top__about {
  padding-bottom: 180px;
  overflow: hidden;
}

.p-top__about-top {
  display: flex;
  align-items: center;
  width: 82.5vw;
  margin: unset;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-top__about-top {
    flex-direction: column;
  }
}
.p-top__about-top .c-title {
  margin-bottom: 36px;
}

.p-top__about-top-wrap {
  max-width: 100%;
  padding-right: 3.625%;
  width: 49%;
}
@media (max-width: 767px) {
  .p-top__about-top-wrap {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 26px;
  }
}

.p-top__about-top-img {
  aspect-ratio: 670/680;
  flex: 1;
}
@media (max-width: 767px) {
  .p-top__about-top-img {
    margin: 0 calc(50% - 50vw);
  }
}

.p-top__about-bottom {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .p-top__about-bottom {
    margin-top: 36px;
  }
}

.p-top__about-bottom-l {
  width: 52%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-top__about-bottom-l {
    width: 89.7vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 350/158;
  }
}

.p-top__about-bottom-r {
  flex: 1;
  padding-left: 4.875%;
}
@media (max-width: 767px) {
  .p-top__about-bottom-r {
    margin-top: 35px;
    aspect-ratio: 270/180;
    width: 69.2vw;
    padding-left: unset;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
}
.p-top__about-bottom-r img {
  width: 26.2vw;
  aspect-ratio: 420/280;
}
@media (max-width: 767px) {
  .p-top__about-bottom-r img {
    width: 100%;
    aspect-ratio: unset;
  }
}

.p-top__about-top-text {
  padding-left: 1.5vw;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.02em;
}

@media (max-width: 1023px) {
  .p-top__about-top {
    flex-direction: column;
    width: 89.7vw;
    margin-left: unset;
    margin: auto;
  }
  .p-top__about-top-wrap {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 26px;
  }
  .p-top__about-top-text {
    width: 79.4vw;
    margin: auto;
    margin-top: 45px;
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .p-top__about-top-text {
    font-size: 15px;
    line-height: 2;
  }
}
@media (max-width: 1023px) {
  .p-top__about-top-img {
    margin: 0 calc(50% - 50vw);
  }
  .p-top__about-bottom {
    margin-top: 38px;
    flex-direction: column;
  }
  .p-top__about-bottom-l {
    width: 89.7vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 350/141;
    margin-right: auto;
  }
  .p-top__about-bottom-l img {
    height: 100%;
  }
  .p-top__about {
    padding-bottom: 100px;
  }
  .p-top__about-bottom-r {
    margin-top: 35px;
    aspect-ratio: 270/180;
    width: 69.2vw;
    padding-left: unset;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
  .p-top__about-bottom-r img {
    width: 100%;
    aspect-ratio: unset;
  }
}
.p-top__strength {
  padding-top: 132px;
  background: #FFF;
}

.p-top__strength-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 70px;
}
@media (max-width: 767px) {
  .p-top__strength-items {
    grid-template-columns: 1fr;
  }
}

.p-top__service {
  padding-top: 178px;
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .p-top__service {
    padding-bottom: 100px;
  }
}

.p-top__service-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 105px;
}
@media (max-width: 767px) {
  .p-top__service-items {
    grid-template-columns: 1fr;
    margin-top: 95px;
  }
}

.p-top__works {
  margin-bottom: 12.5vw;
  padding-top: 135px;
  padding-bottom: 150PX;
  position: relative;
}
@media (max-width: 767px) {
  .p-top__works {
    padding-top: 100px;
    padding-bottom: 180px;
    margin-bottom: 67.9vw;
  }
}
.p-top__works .l-inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-top__works .l-inner {
    overflow: visible;
  }
}
.p-top__works::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/top_works_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.15;
}
@media (max-width: 767px) {
  .p-top__works::after {
    width: 100%;
  }
}

.p-top__works-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 105px 47px;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .p-top__works-items {
    display: none;
  }
}

.p-top__works-slider {
  margin: 0 calc(50% - 50vw);
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .p-top__works-slider {
    display: block;
    margin-top: 95px;
  }
}
.p-top__works-slider .swiper {
  width: 100%;
  height: 100%;
}
.p-top__works-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top__works-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__works-slider .swiper-button-next, .p-top__works-slider .swiper-button-prev {
  display: block;
}

.p-works__btn-wrap {
  text-align: center;
  margin-top: 56px;
}
.p-works__btn-wrap .c-btn-b {
  text-align: left;
}
@media (max-width: 767px) {
  .p-works__btn-wrap {
    margin-top: 81px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -80px;
}

.swiper-button-next, .swiper-button-prev {
  top: unset;
  bottom: -95px;
}

.swiper-button-prev {
  left: 10.2vw;
}

.swiper-button-next {
  right: 10.2vw;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 48px;
  width: 22px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 48px;
  margin: auto;
  width: 22px;
  display: block;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../../assets/img/slider_prev.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../../assets/img/slider_next.svg);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #EB1C22;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

@media (max-width: 1023px) {
  .p-top__strength {
    padding-top: 120px;
  }
}
.p-top__works-empty {
  margin-top: 80px;
}

.p-top__works-empty__title {
  font-size: 40px;
}
@media (max-width: 767px) {
  .p-top__works-empty__title {
    text-align: center;
  }
}

.p-top__works-empty__text {
  font-size: 26px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .p-top__works-empty__text {
    text-align: center;
  }
}

.p-service__content {
  margin-top: 56px;
  padding-top: 138px;
  padding-bottom: 90px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-service__content {
    overflow: visible;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-service__content:nth-of-type(2) {
  background: url("../../assets/img/bg.webp") rgb(255, 255, 255);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-service__content:nth-of-type(3) {
  margin-bottom: 20.1vw;
}
@media (max-width: 767px) {
  .p-service__content:nth-of-type(3) {
    margin-bottom: 73.5vw;
  }
}
@media (max-width: 767px) {
  .p-service__content .l-inner {
    overflow: visible;
  }
}

.p-service__content-detail {
  display: flex;
  gap: 50px;
  margin-top: 54px;
}
@media (max-width: 767px) {
  .p-service__content-detail {
    flex-direction: column;
  }
}

.p-service__content-detail-ttl {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-service__content-detail-text {
  width: 31.8vw;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-service__content-detail-text {
    width: 79.4vw;
    margin: auto;
    font-size: 15px;
    line-height: 2;
  }
}

.p-service__content-detail-img-wrap {
  flex: 1;
}
.p-service__content-detail-img-wrap .p-service__content-detail-img {
  aspect-ratio: 760/500;
}

.p-service__content-detail-img {
  aspect-ratio: 760/355;
  margin-right: calc(50% - 50vw);
  flex: 1;
}
.p-service__content-detail-img img {
  height: 100%;
}
@media (max-width: 767px) {
  .p-service__content-detail-img {
    margin: 0 calc(50% - 50vw);
  }
}

.p-service__items {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.p-service__items + .p-service__items {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) and (max-width: 1399px) {
  .p-service__items + .p-service__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-service__items + .p-service__items {
    grid-template-columns: 1fr;
  }
}
.p-service__items + .p-service__items .p-service-detail-item__ttl {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .p-service__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-service__items {
    grid-template-columns: 1fr;
    width: 79.4vw;
    margin: auto;
    margin-top: 56px;
  }
}

.p-service__slider {
  aspect-ratio: 760/500;
  max-width: 100%;
  margin-right: calc(50% - 50vw);
  flex: 1;
  width: 760px;
}

.p-service__slider-lists {
  position: relative;
}

.p-service__slider-arrow-l,
.p-service__slider-arrow-r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 767px) {
  .p-service__slider-arrow-l,
  .p-service__slider-arrow-r {
    display: block;
  }
}

.p-service__slider-arrow-l {
  left: -15px;
}

.p-service__slider-arrow-r {
  right: -15px;
}

.p-service__slider-list {
  aspect-ratio: 760/440;
}
.p-service__slider-list img {
  height: 100%;
}

.p-service__thumblists {
  width: 42.5vw;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.2vw;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .p-service__thumblists {
    width: 100%;
  }
}

.p-service__thumblist {
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: all 0.3s;
}
.p-service__thumblist:hover {
  opacity: 0.7;
}
.p-service__thumblist img {
  height: 100%;
}

.p-works {
  margin-bottom: 366px;
}
@media (max-width: 767px) {
  .p-works {
    gap: 10.2vw;
  }
}
.p-works .p-works-item__img {
  aspect-ratio: 382/320;
}

.p-works__search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 196px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-works__search {
    gap: 10px;
  }
}

.p-works__search.js-hidden {
  display: none;
}

.p-works__select-wrap {
  position: relative;
}
.p-works__select-wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url("../../assets/img/select_arrow.svg");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}

.p-works__search-select {
  width: 220px;
  max-width: 100%;
  height: 56px;
  padding: 0 8px;
  border: 1px solid #000;
  background: #FFF;
  font-size: 18px;
  line-height: 2;
  appearance: none;
  position: relative;
  cursor: pointer;
}
.p-works__search-select::-ms-expand {
  display: none;
}

.p-works__search-line {
  width: 1px;
  height: 56px;
  border-left: 1px solid #000;
}

.p-works__search-btn {
  width: 220px;
  max-width: 100%;
  height: 56px;
  background: #EB1C22;
  color: #FFF;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #EB1C22;
}
.p-works__search-btn:hover {
  background: #FFF;
  color: #EB1C22;
}
.p-works__search-btn:hover .p-works__search-img path {
  fill: #EB1C22;
}

.p-works__search-img {
  width: 18px;
  max-width: 100%;
  transition: all 0.3s;
}

.p-works__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 108px 48px;
  margin-top: 98px;
  margin-bottom: 103px;
}
@media (max-width: 767px) {
  .p-works__items {
    gap: 67px;
  }
}

.p-works__pagination,
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.page-numbers .page-numbers {
  margin-bottom: 0;
}

.p-works__num,
.page-numbers {
  font-size: 24px;
  line-height: 1.1666666667;
  font-family: "Oswald", sans-serif;
  color: #9A9A9A;
  transition: all 0.3s;
}
.p-works__num:hover,
.page-numbers:hover {
  color: #EB1C22;
}

.p-works__num.current,
.page-numbers.current {
  color: #EB1C22;
}

.p-works__prev,
.prev {
  position: relative;
  padding-left: 19px;
  color: #000;
  transition: all 0.3s;
}
.p-works__prev::before,
.prev::before {
  position: absolute;
  content: "";
  background: url("../../assets/img/prev.svg");
  width: 7px;
  height: 15px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s;
}
.p-works__prev:hover,
.prev:hover {
  color: #EB1C22;
}
.p-works__prev:hover::before,
.prev:hover::before {
  background: url("../../assets/img/prev_red.svg");
}

.p-works__next,
.next {
  position: relative;
  padding-right: 19px;
  color: #000;
  transition: all 0.3s;
}
.p-works__next::before,
.next::before {
  position: absolute;
  content: "";
  background: url("../../assets/img/prev.svg");
  width: 7px;
  height: 15px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  transition: all 0.3s;
}
.p-works__next:hover,
.next:hover {
  color: #EB1C22;
}
.p-works__next:hover::before,
.next:hover::before {
  background: url("../../assets/img/prev_red.svg");
}

@media (max-width: 1023px) {
  .p-works__search {
    flex-direction: column;
    width: 79.4vw;
    margin: auto;
    margin-top: 20.5vw;
  }
  .p-works__select-wrap {
    width: 100%;
  }
  .p-works__search-select {
    width: 100%;
  }
  .p-works__search-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000;
    padding: 8px 0;
    border-left: unset;
  }
  .p-works__search-btn {
    width: 100%;
    margin-top: 16px;
  }
  .p-works__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-works__items.l-inner-s {
    width: 100%;
    width: 79.4vw;
    margin: auto;
    margin-top: 20.5vw;
    margin-bottom: 20.5vw;
  }
}
@media (max-width: 767px) {
  .p-works__items {
    grid-template-columns: 1fr;
  }
}

.p-work__works-empty {
  margin-top: 160px;
  margin-left: 158px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .p-work__works-empty {
    margin-left: 0;
    text-align: center;
    margin: 160px auto 0;
  }
}
@media (max-width: 767px) {
  .p-work__works-empty {
    margin-left: 0;
    text-align: center;
    margin: 80px auto 0;
  }
}

.p-single__content-wrap {
  margin-bottom: 380px;
}

.p-single__content {
  display: flex;
  gap: 34px;
  width: 1024px;
  margin: 0 auto;
  margin-top: 202px;
}

.p-single__content-l,
.p-single__content-r {
  width: 50%;
}

.p-single__detail {
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-single__text {
  margin-top: 14px;
}

.p-single__items {
  margin-top: 37px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.p-single__item {
  padding: 14px 0;
  background: #BEBEBE;
  color: #FFF;
  font-size: 16px;
  line-height: 1.125;
  text-align: center;
}

.p-single__item.is-active {
  background: #000;
}

.p-single__btn {
  width: fit-content;
  margin: auto;
  margin-top: 130px;
}

.p-single__content-sp {
  display: none;
}

@media (max-width: 1200px) {
  .p-single__content {
    flex-direction: column-reverse;
    width: 79.4vw;
  }
  .p-single__content-l,
  .p-single__content-r {
    width: 100%;
  }
  .p-single__content {
    display: none;
  }
  .p-single__content-sp {
    display: block;
    margin: auto;
    margin-top: 80px;
  }
  .p-single__content-r-sp {
    margin-top: 30px;
  }
  .p-single__detail {
    width: 79.4vw;
    margin: auto;
  }
  .p-single__text {
    width: 79.4vw;
    margin: auto;
    margin-top: 14px;
  }
  .p-single__items {
    width: 79.4vw;
    margin: auto;
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .p-single__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-company__content {
  padding-top: 197px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .p-company__content {
    padding-top: 100px;
    padding-bottom: 20.5vw;
  }
}

.p-company__prof {
  background: url("../../assets/img/bg.webp") rgb(255, 255, 255);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-company__ttle {
  margin-top: 50px;
  margin-bottom: 13px;
  font-size: 26px;
  line-height: 1.5384615385;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-company__ttle {
    width: 79.4vw;
    margin: auto;
    margin-top: 50px;
    font-size: 20px;
  }
}

.p-company__text {
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-company__text {
    width: 79.4vw;
    margin: auto;
    margin-top: 18px;
  }
}

.p-company__img {
  aspect-ratio: 1320/430;
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-company__img {
    margin-top: unset;
    aspect-ratio: 370/200;
  }
}
.p-company__img img {
  height: 100%;
}

.p-company__items {
  width: 1000px;
  max-width: 100%;
  margin-left: 22px;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .p-company__items {
    margin-left: unset;
    width: 79.4vw;
    margin: auto;
    margin-top: 44px;
  }
}

.p-company__history-items {
  flex: 1;
}

.p-company__history {
  display: flex;
  gap: 36px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-company__history {
    flex-direction: column;
    width: 79.4vw;
    margin: auto;
    margin-top: 60px;
  }
}

.p-company__history-img {
  aspect-ratio: 500/600;
  width: 500px;
  max-width: 100%;
}

.p-company__content-history {
  margin-bottom: 260px;
}

.p-contact__wrap {
  width: 924px;
  max-width: 100%;
  margin: auto;
  margin-top: 180px;
}

.p-contact__text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 62px;
}

.p-contact__form {
  margin-bottom: 294px;
}
@media (max-width: 767px) {
  .p-contact__form {
    margin-bottom: 61.5vw;
  }
}

.p-contact__form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-contact__form-item + .p-contact__form-item {
  margin-top: 24px;
}

.p-contact__form-item-l {
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-contact__form-label {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: bold;
}
.p-contact__form-label.p-contact__form-label-zip {
  font-weight: normal;
}

.p-contact__form-item-r {
  width: 700px;
  max-width: 100%;
}

.p-contact__form-text {
  background: #FFF;
  border: 1px solid #8B8B8B;
  padding: 10px;
  height: 56px;
  width: 100%;
}

.p-contact__form-zip {
  padding: 10px;
  height: 56px;
  width: 100px;
  max-width: 100%;
  border: 1px solid #8B8B8B;
}

.p-contact__form-item-r-zip {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-contact__form-item-r-address .wpcf7-form-control-wrap,
.p-contact__form-item-r-textarea .wpcf7-form-control-wrap {
  width: 100%;
}

.p-contact__form-pref {
  width: 264px;
  max-width: 100%;
  padding: 10px;
  height: 56px;
  border: 1px solid #8B8B8B;
}

.p-contact__form-textarea {
  width: 100%;
  height: 112px;
  border: 1px solid #8B8B8B;
  padding: 10px;
  resize: none;
}

.p-contact__privacy {
  margin-top: 50px;
}

.p-contact__privacy-text {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 2;
}

.p-contact__privacy-text-main {
  width: 100%;
  height: 324px;
  overflow-y: auto;
  padding: 20px;
  background: #FFF;
  border: 1px solid #8B8B8B;
}

.p-contact__check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.p-contact__btn-wrap {
  margin: auto;
  margin-top: 85px;
  width: fit-content;
}
.p-contact__btn-wrap .c-btn-b {
  width: 455px;
  text-align: left;
  background: #EB1C22;
  border: 1px solid #EB1C22;
  cursor: pointer;
  padding-top: 21px;
  padding-bottom: 21px;
  font-weight: bold;
  font-size: 20px;
}
.p-contact__btn-wrap .c-btn-b::before {
  background: #000;
}
.p-contact__btn-wrap .c-btn-b::after {
  top: 25%;
}

.p-contact__form-select-wrap {
  margin-bottom: 30px;
}

.p-contact__form-select {
  display: flex;
  align-items: center;
  gap: 37px;
}

.p-contact__form-select-label {
  font-size: 20px;
  line-height: 2.2;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
  display: flex; /*円とテキストを横並びにする*/
  align-items: center; /*円とテキストを上下中央揃えにする*/
  cursor: pointer;
}
.p-contact__form-select-label::before {
  display: block;
  content: "";
  border-radius: 50%; /*円の形にする*/
  border: 1px solid #000; /*外側の円の太さと色*/
  width: 26px; /*外側の円の幅*/
  height: 26px; /*外側の円の高さ*/
  margin-right: 10px; /*円とテキストの間隔はここで調節*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-contact__form-select-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px; /*内側の円の幅*/
  height: 10px; /*内側の円の高さ*/
  background-color: #000; /*内側の円の色*/
  left: 9px; /*横位置調整*/
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.p-contact__form-select-radio {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.p-contact__form-select-radio:checked + .p-contact__form-select-label::after {
  display: block;
}

#contact-recruit {
  display: none;
}

@media (max-width: 1023px) {
  .p-contact__form-item {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .p-contact__wrap {
    width: 89.7vw;
    margin-top: 20.5vw;
  }
  .p-contact__form-item-r {
    width: 100%;
  }
  .p-contact__form-item-r-zip {
    flex-wrap: wrap;
  }
  .p-contact__form-zip-text {
    font-size: 14px;
  }
  .p-contact__form-pref {
    width: 100%;
  }
  .p-contact__btn-wrap {
    width: 100%;
  }
}
input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before { /*チェックボックスの枠*/
  content: "";
  border: 1px solid #000000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  margin-right: 2px;
  vertical-align: middle;
  text-align: center;
}

.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  border-left: 3px solid #EB1C22;
  border-bottom: 3px solid #EB1C22;
  transform: rotate(-45deg);
  left: 18px;
  top: 2px;
  opacity: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after { /*チェックアイコン*/
  opacity: 1;
}

.wpcf7-list-item-label {
  cursor: pointer;
}

.p-contact__thanks {
  margin-bottom: 20.6vw;
}
.p-contact__thanks .p-contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-contact__thanks {
    margin-bottom: 51.2vw;
  }
}

.p-contact__btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-contact__btn-flex {
    flex-direction: column;
  }
}
.p-contact__btn-flex .c-btn-w {
  background: #000;
  cursor: pointer;
  padding-top: 21px;
  padding-bottom: 21px;
  border: 1px solid #000;
  width: 300px;
  max-width: 100%;
}
.p-contact__btn-flex .c-btn-w::after {
  top: 30%;
}
.p-contact__btn-flex .c-btn-b {
  width: 300px;
}

.p-recruit__wrap {
  margin-top: 64px;
  margin-bottom: 264px;
}
@media (max-width: 767px) {
  .p-recruit__wrap {
    margin-top: 0;
    margin-bottom: 74.3vw;
  }
}

.p-recruit__content {
  padding: 100px 0;
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p-recruit__content {
    padding-top: 20.5vw;
  }
}
.p-recruit__content .l-inner {
  padding: 0 20px;
}
.p-recruit__content:nth-of-type(2n) {
  background: url("../../assets/img/bg.webp") rgb(255, 255, 255);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-recruit__content:nth-of-type(2n) .p-recruit__item-l {
  background: #EFEFEF;
}

.p-recruit__items {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 80px;
}

.p-recruit__item {
  display: flex;
}
.p-recruit__item:nth-of-type(1) .p-recruit__item-l,
.p-recruit__item:nth-of-type(1) .p-recruit__item-r {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-recruit__item:nth-of-type(2) {
  border-top: 4px solid #EB1C22;
}
.p-recruit__item:not(:nth-of-type(1)) {
  border-bottom: 1px solid #B3B3B3;
}
.p-recruit__item:last-of-type {
  border-bottom: unset;
}

.p-recruit__item-l {
  width: 170px;
  max-width: 100%;
  background: #FFF;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.p-recruit__item-r {
  padding: 16px 0;
  padding-left: 26px;
  font-size: 16px;
}

.p-recruit__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  width: 1100px;
  max-width: 100%;
  margin: auto;
}
.p-recruit__btn-wrap .c-btn-b {
  width: 380px;
  max-width: 100%;
  background: #EB1C22;
  padding-top: 21px;
  padding-bottom: 21px;
}
.p-recruit__btn-wrap .c-btn-b::before {
  background: #000;
}
.p-recruit__btn-wrap .c-btn-b::after {
  top: 30%;
}
@media (max-width: 767px) {
  .p-recruit__btn-wrap {
    flex-direction: column;
    width: 89.7vw;
  }
  .p-recruit__btn-wrap .c-btn-b {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .p-recruit__item {
    flex-direction: column;
  }
  .p-recruit__items {
    width: 89.7vw;
  }
  .p-recruit__item-l {
    width: 100%;
    padding: 18px;
  }
  .p-recruit__item + .p-recruit__item {
    margin-bottom: 24px;
  }
  .p-recruit__item:nth-of-type(1) {
    margin-bottom: 34px;
  }
  .p-recruit__item:nth-of-type(1) .p-recruit__item-l {
    border-bottom: 4px solid #EB1C22;
  }
  .p-recruit__item:nth-of-type(2) {
    border-top: unset;
  }
  .p-recruit__item:not(:nth-of-type(1)) {
    border-bottom: unset;
  }
  .p-recruit__item:not(:nth-of-type(1)) .p-recruit__item-l {
    border-bottom: 1px solid #B3B3B3;
  }
  .p-recruit__item:last-of-type {
    border-bottom: unset;
  }
}
.p-recruit__text {
  width: fit-content;
  margin: auto;
  margin-top: 120px;
  font-size: 18px;
  line-height: 2.2222222222;
}
.p-recruit__text strong {
  font-size: 26px;
  line-height: 1.5384615385;
}
@media (max-width: 767px) {
  .p-recruit__text {
    padding-top: 20.5vw;
    width: 89.7vw;
    font-size: 15px;
    line-height: 2;
  }
  .p-recruit__text strong {
    font-size: 22px;
    line-height: 1.8181818182;
  }
}

.p-recruit__link {
  color: #EB1C22;
  transition: all 0.3s;
}
.p-recruit__link:hover {
  opacity: 0.7;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-bold {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */