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

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
}

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

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

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

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

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "YuGothic M", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2a2a2a;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 202px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 73px;
  }
}
body.is-fixed {
  overflow-y: hidden;
}

a {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.l-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1000;
  width: 100%;
  height: 202px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 73px;
  }
}
.l-header__inner {
  width: 100%;
  max-width: calc(1000px + 200px * 2);
  margin-inline: auto;
  padding-inline: 200px;
}
@media screen and (max-width: 1240px) {
  .l-header__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding-inline: 20px;
  }
}
.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    align-items: center;
  }
}
.l-header__logo {
  width: 23.6rem;
  margin-top: 2.4rem;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 19.6rem;
    margin-top: 0;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__nav {
  position: relative;
  margin-top: 4.6rem;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    position: fixed;
    inset: 0;
    z-index: 900;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.l-header__menu {
  display: flex;
  gap: 6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    margin-top: 0;
    padding: 9.6rem 0 0 6.4rem;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
}
.l-header__item {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #2a2a2a;
}
.l-header__item a[aria-current=page] {
  position: relative;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .l-header__item a[aria-current=page] {
    color: #2a2a2a;
  }
}
.l-header__item a[aria-current=page]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2rem);
  left: 0.6rem;
  width: 1px;
  height: 6rem;
  background-color: #e60012;
}
@media screen and (max-width: 768px) {
  .l-header__item a[aria-current=page]::before {
    display: none;
  }
}
.l-header__item a {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.l-header__item--external a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.8rem;
  background-color: currentColor;
  mask: url("../images/common/icon-external.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/icon-external.svg") no-repeat center/contain;
}
.l-header__item--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__item {
    font-size: 1.4rem;
  }
  .l-header__item a {
    display: flex;
    align-items: center;
    writing-mode: horizontal-tb;
    padding: 0;
    color: #2a2a2a;
    line-height: 1;
  }
  .l-header__item--external a::after {
    display: inline-block;
    margin-top: 0;
    margin-left: 0.6rem;
    vertical-align: middle;
  }
  .l-header__item--sp {
    display: block;
  }
}
.l-header__contact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.l-header__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 12rem;
  writing-mode: vertical-rl;
  background-color: #e60012;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border-bottom-left-radius: 0.8rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__contact a:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__burger {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 1010;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    width: 43px;
    height: 43px;
    background-color: #e60012;
    border-radius: 50%;
  }
  .l-header__burger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-open .l-header__nav {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-open .l-header__menu {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-open .l-header__burger span {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .l-header.is-open .l-header__burger span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header.is-open .l-header__burger span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.l-footer {
  border-top: 1px solid #e60012;
  background-color: #ffffff;
}
.l-footer__inner {
  width: 100%;
  max-width: calc(1000px + 200px * 2);
  margin-inline: auto;
  padding-inline: 200px;
}
@media screen and (max-width: 1240px) {
  .l-footer__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-inline: 20px;
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding-top: 8rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    gap: 5.6rem;
    padding-top: 5.6rem;
  }
}
.l-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    order: 2;
  }
}
.l-footer__logo {
  width: 23.6rem;
  line-height: 0;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__company {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 2;
  color: #2a2a2a;
}
.l-footer__menu {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__menu {
    order: 1;
    flex-direction: column;
    gap: 3rem;
  }
}
.l-footer__item {
  font-size: 1.4rem;
  line-height: 1;
  color: #2a2a2a;
}
.l-footer__item:nth-of-type(5) {
  margin-left: 6.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__item:nth-of-type(5) {
    margin-left: 0;
    margin-top: 3rem;
  }
}
.l-footer__item a {
  display: inline-block;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .l-footer__item a {
    writing-mode: horizontal-tb;
  }
}
.l-footer__copyright {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #2a2a2a;
  text-align: center;
}

.c-sectionTitle {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #2a2a2a;
}
.c-sectionTitle::before {
  content: "";
  flex-shrink: 0;
  width: 0.8rem;
  height: 3.1rem;
  background-color: #e60012;
}
@media screen and (max-width: 768px) {
  .c-sectionTitle {
    gap: 1.2rem;
    font-size: 2rem;
  }
  .c-sectionTitle::before {
    height: 2.6rem;
  }
}

.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22.8rem;
  max-width: 100%;
  height: 6.4rem;
  background-color: #e60012;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    opacity: 0.85;
  }
}
.c-btn--line {
  justify-content: flex-start;
  padding-left: 3.9rem;
}
.c-btn--line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14rem;
  width: 8rem;
  height: 1px;
  background-color: #ffffff;
}
.c-btn--external {
  gap: 0.8rem;
}
.c-btn--external::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffffff;
  mask: url("../images/common/icon-external.svg") no-repeat center/contain;
  -webkit-mask: url("../images/common/icon-external.svg") no-repeat center/contain;
}

.p-lowerMv {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-lowerMv {
    margin-top: 3rem;
  }
}

.p-lowerMv__img {
  width: 100%;
}
.p-lowerMv__img img {
  width: 100%;
  height: 32rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-lowerMv__img img {
    height: 24rem;
  }
}

.p-lowerMv__head {
  width: 100%;
  max-width: calc(1000px + 200px * 2);
  margin-inline: auto;
  padding-inline: 200px;
}
@media screen and (max-width: 1240px) {
  .p-lowerMv__head {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-lowerMv__head {
    padding-inline: 20px;
  }
}
.p-lowerMv__head {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-lowerMv__head {
    margin-top: 2rem;
  }
}

.p-lowerMv__titleBox {
  position: relative;
}

.p-lowerMv__titleText {
  transform: translateY(3.5rem);
}
@media screen and (max-width: 768px) {
  .p-lowerMv__titleText {
    transform: translateY(2rem);
  }
}

.p-lowerMv__line {
  position: absolute;
  top: -6.2rem;
  left: var(--mv-line-left, 5.9rem);
  width: 1px;
  height: 8rem;
  background-color: #e60012;
}
@media screen and (max-width: 768px) {
  .p-lowerMv__line {
    top: -5.2rem;
    height: 6.4rem;
  }
}

.p-lowerMv__en {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-lowerMv__en {
    font-size: 1.4rem;
  }
}

.p-lowerMv__title {
  margin-top: 1.4rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-lowerMv__title {
    margin-top: 1.2rem;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-lowerMv--company {
    --mv-line-left: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-lowerMv--service {
    --mv-line-left: 3.1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-lowerMv--contact {
    --mv-line-left: 3.6rem;
  }
}

.p-lowerMv--news {
  --mv-line-left: 3.3rem;
}
@media screen and (max-width: 768px) {
  .p-lowerMv--news {
    --mv-line-left: 2.1rem;
  }
}

.p-lowerMv--privacy {
  --mv-line-left: 9.9rem;
}
@media screen and (max-width: 768px) {
  .p-lowerMv--privacy {
    --mv-line-left: 6.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-lowerMv--notFound {
    --mv-line-left: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-lowerMv--notFound .p-lowerMv__title {
    font-size: 2.6rem;
  }
}

.p-secTitle__line {
  display: block;
  width: 1px;
  height: 12rem;
  margin-bottom: 1.6rem;
  background-color: #e60012;
}
.p-secTitle__en {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-secTitle__en {
    font-size: 1.4rem;
  }
}
.p-secTitle__ja {
  margin-top: 1.6rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-secTitle__ja {
    font-size: 2.8rem;
  }
}

.p-secTitle--vertical {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.p-secTitle--vertical .p-secTitle__line {
  position: absolute;
  top: 0;
  left: 1.2rem;
  width: 1px;
  height: 12rem;
  margin-bottom: 0;
}
.p-secTitle--vertical .p-secTitle__ja {
  writing-mode: vertical-rl;
  margin-top: 14rem;
}
.p-secTitle--vertical .p-secTitle__en {
  writing-mode: vertical-rl;
  margin-top: 14rem;
}

.p-topNews .p-secTitle__line {
  position: absolute;
  top: -4.9rem;
  left: 7.3rem;
  height: 8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-topNews .p-secTitle__line {
    top: -4.8rem;
    left: 4.6rem;
    height: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-topNews .p-secTitle__ja {
    margin-top: 0.8rem;
  }
}

.p-mv {
  position: relative;
  margin-top: 1.4rem;
  padding-top: 8.4rem;
}
@media screen and (max-width: 768px) {
  .p-mv {
    margin-top: 0;
    padding-top: 0;
  }
}

.p-mv__img img {
  display: block;
  width: 100%;
  height: 50rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-mv__img img {
    height: auto;
    aspect-ratio: 375/433;
  }
}

.p-mv__copy {
  position: absolute;
  top: 0;
  left: 24.2rem;
  writing-mode: vertical-rl;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.1em;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-mv__copy {
    top: 4rem;
    left: 3.4rem;
    font-size: 3.2rem;
    line-height: 1.1;
  }
}

.p-topNews {
  position: relative;
  z-index: 2;
  max-width: 140rem;
  margin-inline: auto;
  margin-top: -16.9rem;
  padding-top: 4.9rem;
}
@media screen and (max-width: 768px) {
  .p-topNews {
    margin-top: 0;
    padding-top: 0;
    padding-inline: 0;
  }
}

.p-topNews__inner {
  position: relative;
  width: 64rem;
  max-width: 100%;
  margin-left: auto;
  padding: 4.2rem 4rem 4rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-topNews__inner {
    width: 100%;
    padding-block: 4.8rem 8rem;
    padding-inline: 2.4rem;
  }
}

.p-topNews__list {
  margin-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-topNews__list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
}

.p-topNews__item {
  display: grid;
  grid-template-columns: 8.1rem 7.9rem minmax(0, 1fr);
  align-items: center;
  padding-block: 0.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-topNews__item {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.2rem;
    padding-block: 0;
    line-height: 1.5;
  }
}

.p-topNews__date {
  color: #2a2a2a;
}

.p-topNews__cat {
  justify-self: start;
  flex-shrink: 0;
  padding: 0.2rem 0.6rem;
  background-color: #2a2a2a;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.2727272727;
}

.p-topNews__ttl {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .p-topNews__ttl {
    flex: 1;
    flex-basis: 100%;
    white-space: normal;
  }
}

.p-topNews__btn {
  display: flex;
  margin-top: 5.5rem;
  margin-left: auto;
  margin-right: -4rem;
}
@media screen and (max-width: 768px) {
  .p-topNews__btn {
    width: 18rem;
    height: 6rem;
    margin-top: 3.4rem;
    margin-left: auto;
    margin-right: 0;
    padding-left: 1.5rem;
  }
  .p-topNews__btn::after {
    left: 10rem;
    right: 0;
    width: auto;
  }
}

.p-topCompany {
  position: relative;
  max-width: 140rem;
  margin-inline: auto;
  margin-top: 8rem;
  padding-inline: 20rem;
  min-height: 53.2rem;
}
@media screen and (max-width: 1240px) {
  .p-topCompany {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topCompany {
    margin-top: 0;
    padding-inline: 2.4rem;
    min-height: 0;
  }
}

.p-topCompany__title {
  position: absolute;
  top: 10.1rem;
  left: 20rem;
}
@media screen and (max-width: 1240px) {
  .p-topCompany__title {
    left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topCompany__title {
    top: 8rem;
    left: 2rem;
    z-index: 1;
  }
  .p-topCompany__title .p-secTitle__line {
    height: 8rem;
  }
  .p-topCompany__title .p-secTitle__ja,
  .p-topCompany__title .p-secTitle__en {
    margin-top: 10rem;
  }
}

.p-topCompany__img {
  position: relative;
  width: 80rem;
  max-width: 100%;
  margin-left: auto;
}
.p-topCompany__img img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-topCompany__img img {
    height: auto;
    aspect-ratio: 253/292;
  }
}
@media screen and (max-width: 768px) {
  .p-topCompany__img {
    width: 25.3rem;
    max-width: calc(100% - 7.4rem);
  }
}

.p-topCompany__btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-topCompany__btn {
    width: 18rem;
    height: 6rem;
  }
  .p-topCompany__btn::after {
    left: 11.6rem;
    width: 4rem;
  }
}

.p-topCompany__text {
  max-width: 63rem;
  margin-top: 5.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-topCompany__text {
    margin-top: 4rem;
  }
}

.p-topService {
  position: relative;
  margin-top: -1.2rem;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .p-topService {
    margin-top: 5.4rem;
  }
}

.p-topService__inner {
  max-width: 140rem;
  margin-inline: auto;
  padding-inline: 20rem;
}
@media screen and (max-width: 1240px) {
  .p-topService__inner {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topService__inner {
    padding-inline: 2.4rem;
  }
}

.p-topService__flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-topService__flex {
    flex-direction: column;
  }
}

.p-topService__header {
  max-width: 28rem;
}
@media screen and (max-width: 768px) {
  .p-topService__header {
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
}

.p-topService__title .p-secTitle__line {
  margin-left: 3.3rem;
}
@media screen and (max-width: 768px) {
  .p-topService__title {
    position: relative;
    padding-top: 11rem;
    margin-bottom: 2.4rem;
  }
  .p-topService__title .p-secTitle__line {
    position: absolute;
    top: 0;
    left: 1.1rem;
    height: 8rem;
    margin-left: 0;
    margin-bottom: 0;
  }
  .p-topService__title .p-secTitle__en {
    margin-top: 0;
  }
  .p-topService__title .p-secTitle__ja {
    margin-top: 0.5rem;
  }
}

.p-topService__headerImg {
  margin-top: 2.3rem;
}
.p-topService__headerImg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-topService__headerImg {
    margin-top: 2.4rem;
  }
  .p-topService__headerImg img {
    aspect-ratio: 327/210;
    object-fit: cover;
  }
}

.p-topService__detail {
  max-width: 64.4rem;
  padding-top: 18.1rem;
}
@media screen and (max-width: 768px) {
  .p-topService__detail {
    max-width: 100%;
    padding-top: 0;
  }
}

.p-topService__detailTop {
  display: flex;
  gap: 3.8rem;
}
@media screen and (max-width: 768px) {
  .p-topService__detailTop {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.p-topService__lead {
  max-width: 26.6rem;
}
@media screen and (max-width: 768px) {
  .p-topService__lead {
    max-width: 100%;
  }
}

.p-topService__leadTtl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2a2a2a;
}

.p-topService__leadText,
.p-topService__caseText {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2a2a2a;
}

.p-topService__detailImgR {
  max-width: 34rem;
}
.p-topService__detailImgR img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-topService__detailImgR {
    max-width: 100%;
  }
  .p-topService__detailImgR img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

.p-topService__detailImgB {
  max-width: 38rem;
  margin-top: -9.1rem;
}
.p-topService__detailImgB img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topService__detailImgB {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topService__detailImgB {
    max-width: 100%;
    margin-top: 0;
  }
  .p-topService__detailImgB img {
    aspect-ratio: 327/241;
    object-fit: cover;
  }
}

.p-topService__case {
  max-width: 56rem;
  margin-top: -2.8rem;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-topService__case {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topService__case {
    max-width: 100%;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.p-topService__caseTtl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2a2a2a;
}

.p-topService__slider {
  margin-top: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-topService__slider {
    margin-bottom: 2.4rem;
  }
}

.p-topService__foot {
  max-width: 140rem;
  margin-top: 2.4rem;
  margin-inline: auto;
  padding-inline: 20rem;
}
@media screen and (max-width: 1240px) {
  .p-topService__foot {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topService__foot {
    padding-inline: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-topService__btn {
    margin-inline: auto;
  }
}

.p-slider {
  position: relative;
}

.p-slider__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-slider__viewport::-webkit-scrollbar {
  display: none;
}

.p-slider__track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding-inline: calc(50% - clamp(0px, 14.2857vw, 20rem));
}
@media screen and (max-width: 768px) {
  .p-slider__track {
    padding-inline: 2rem;
  }
}

.p-slider__slide {
  flex: 0 0 clamp(0px, 28.5714vw, 40rem);
  scroll-snap-align: center;
}
@media screen and (max-width: 768px) {
  .p-slider__slide {
    flex-basis: 28rem;
  }
}
.p-slider__slide img {
  width: 100%;
  aspect-ratio: 400/262;
  object-fit: cover;
}

.p-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 4.5rem;
  height: 4.5rem;
  background-color: rgba(5, 38, 62, 0.75);
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-slider__arrow:hover {
    background-color: rgba(5, 38, 62, 0.9);
  }
}
.p-slider__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.p-slider__arrow--prev {
  left: 2.4rem;
}
.p-slider__arrow--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.p-slider__arrow--next {
  right: 2.4rem;
}
.p-slider__arrow--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.p-topRecruit {
  max-width: 140rem;
  margin-inline: auto;
  margin-top: 4rem;
  margin-bottom: 12rem;
  padding-inline: 20rem;
}
@media screen and (max-width: 1240px) {
  .p-topRecruit {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-topRecruit {
    margin-top: 12rem;
    margin-bottom: 8rem;
    padding-inline: 2rem;
  }
}

.p-topRecruit__flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__flex {
    flex-direction: column;
  }
}

.p-topRecruit__header {
  position: relative;
  max-width: 62rem;
}
.p-topRecruit__header img {
  width: 100%;
  margin-top: 11.6rem;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__header {
    max-width: 100%;
    margin-bottom: 4rem;
  }
  .p-topRecruit__header img {
    margin-top: 4rem;
  }
}

.p-topRecruit__title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0 0 2rem 2.4rem;
  background-color: #ffffff;
}
.p-topRecruit__title .p-secTitle__line {
  left: 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__title {
    padding: 0.4rem 0 1.2rem 1.2rem;
  }
  .p-topRecruit__title .p-secTitle__line {
    left: 1.2rem;
    height: 8rem;
  }
  .p-topRecruit__title .p-secTitle__ja,
  .p-topRecruit__title .p-secTitle__en {
    margin-top: 10rem;
  }
}

.p-topRecruit__img {
  max-width: 30rem;
  margin-top: 35.6rem;
}
.p-topRecruit__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__img {
    max-width: 60%;
    margin: 0 0 4rem 0;
  }
}

.p-topRecruit__detail {
  display: flex;
  max-width: 62rem;
  margin-top: -20rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__detail {
    max-width: 100%;
    flex-direction: column;
    margin-top: 0;
  }
}

.p-topRecruit__detailImg {
  width: 50%;
  margin-right: 5%;
}
.p-topRecruit__detailImg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__detailImg {
    width: auto;
    max-width: 60%;
    margin: -20rem 0 1.6rem auto;
  }
}

.p-topRecruit__detailBody {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-topRecruit__detailBody {
    width: 100%;
  }
}

.p-topRecruit__leadTtl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2a2a2a;
}

.p-topRecruit__leadText {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2a2a2a;
}

@media screen and (max-width: 768px) {
  .p-topRecruit__btn {
    margin-top: 2rem;
  }
}

.p-topContact {
  position: relative;
  margin-top: 12rem;
  margin-bottom: 12rem;
  padding-block: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-topContact {
    margin-top: 8rem;
    margin-bottom: 0;
    padding-block: 4.8rem;
  }
}
.p-topContact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-topContact::before {
    clip-path: none;
    opacity: 0.5;
  }
}

.p-topContact__card {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 100rem;
  margin-inline: auto;
  background-color: #ffffff;
  padding-block: 8rem;
}
@media screen and (max-width: 768px) {
  .p-topContact__card {
    flex-direction: column;
    gap: 3.2rem;
    padding: 3.2rem 2rem;
    margin-inline: 2rem;
  }
}

.p-topContact__tel,
.p-topContact__form {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-align: center;
}

.p-topContact__tel {
  position: relative;
}
.p-topContact__tel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 19.1rem;
  background-color: #e60012;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-topContact__tel {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #707070;
  }
  .p-topContact__tel::after {
    display: none;
  }
}

.p-topContact__telLabel,
.p-topContact__formLabel {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2a2a2a;
}

.p-topContact__telNum {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-topContact__telNum {
    font-size: 3.4rem;
  }
}

.p-topContact__telHours {
  font-size: 1.4rem;
  color: #2a2a2a;
}

.p-topContact__formBtn {
  margin-top: 1.2rem;
}

.p-company {
  margin-top: 15.5rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-company {
    margin-top: 4.8rem;
    margin-bottom: 5.6rem;
  }
}

.p-company__inner {
  position: relative;
  display: flex;
  max-width: 140rem;
  margin-inline: auto;
  padding-left: 8.7rem;
  padding-right: 35rem;
}
@media screen and (max-width: 1024px) {
  .p-company__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    display: block;
    padding-inline: 2rem;
  }
}
.p-company__inner::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  bottom: 0.6rem;
  left: 29rem;
  width: 1px;
  background-color: #2a2a2a;
}
@media screen and (max-width: 1024px) {
  .p-company__inner::before {
    left: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company__inner::before {
    display: none;
  }
}

.p-company__side {
  position: sticky;
  top: 23rem;
  z-index: 1;
  flex: 0 0 12rem;
  width: 12rem;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .p-company__side {
    display: none;
  }
}

.p-company__sideItem {
  position: relative;
  text-align: right;
}
.p-company__sideItem + .p-company__sideItem {
  margin-top: 3.4rem;
}
.p-company__sideItem a {
  font-size: 1.6rem;
  line-height: 1;
  color: #2a2a2a;
  opacity: 0.4;
  transition: opacity 0.3s ease, font-weight 0.3s ease;
}
.p-company__sideItem.is-active a {
  font-weight: 700;
  opacity: 1;
}
.p-company__sideItem.is-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #e60012;
  transform: translateY(-50%);
}

.p-company__main {
  flex: 1;
  min-width: 0;
  margin-left: 16.3rem;
}
@media screen and (max-width: 1024px) {
  .p-company__main {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company__main {
    margin-left: 0;
  }
}

.p-company__section {
  scroll-margin-top: 22rem;
}
.p-company__section + .p-company__section {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .p-company__section + .p-company__section {
    margin-top: 8rem;
  }
}

.p-company__body {
  margin-top: 4rem;
}

.p-company__catch {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-company__catch {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}

.p-company__text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-company__text {
    font-size: 1.4rem;
  }
}

.p-company__photo {
  margin-top: 2.8rem;
}
.p-company__photo img {
  width: 100%;
  height: 32rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-company__photo img {
    height: auto;
    aspect-ratio: 680/320;
  }
}

.p-company__table {
  width: 100%;
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.625;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-company__table th,
.p-company__table td {
  padding: 1.55rem 1.7rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #efefef;
}
.p-company__table tr:first-child th,
.p-company__table tr:first-child td {
  border-top: 1px solid #efefef;
}
.p-company__table th {
  width: 14.2rem;
  font-weight: 700;
  color: #2a2a2a;
}
.p-company__table td {
  padding-left: 0.6rem;
  font-weight: 400;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-company__table {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .p-company__table th,
  .p-company__table td {
    padding: 0.8rem;
  }
  .p-company__table th {
    width: 30%;
  }
  .p-company__table td {
    width: 70%;
    padding-left: 0.8rem;
  }
}

.p-company__history {
  width: 100%;
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.625;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-company__history th,
.p-company__history td {
  padding: 2.35rem 1.2rem;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  color: #2a2a2a;
}
.p-company__history .is-year td {
  border-top: 1px solid #efefef;
}
.p-company__historyYear {
  position: relative;
  width: 16rem;
}
.is-year .p-company__historyYear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11.9rem;
  height: 1px;
  background-color: #2a2a2a;
}
.p-company__historyMonth {
  width: 7.7rem;
  border-right: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
  .p-company__history {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .p-company__history th,
  .p-company__history td {
    padding-block: 1.5rem;
  }
  .p-company__historyYear {
    width: 20%;
    padding-inline: 0;
    white-space: nowrap;
  }
  .is-year .p-company__historyYear::before {
    width: 100%;
  }
  .p-company__historyMonth {
    width: 18%;
    padding-inline: 1.2rem;
  }
  .p-company__history td:last-child {
    padding-inline: 0.8rem 0;
  }
}

.p-company__orgchart {
  margin-top: 4rem;
}
.p-company__orgchart img {
  width: 100%;
  max-width: 68rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-company__orgchart {
    margin-top: 2.4rem;
  }
}

.p-company__map {
  margin-top: 4rem;
}
.p-company__map iframe {
  display: block;
  width: 100%;
  height: 40rem;
  border: 0;
}
@media screen and (max-width: 768px) {
  .p-company__map {
    margin-top: 2.4rem;
  }
  .p-company__map iframe {
    height: 30rem;
  }
}

.p-company__address {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-company__address {
    font-size: 1.4rem;
  }
}

.p-company__tel {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-company__tel {
    font-size: 1.4rem;
  }
}

.p-service {
  margin-top: 15.6rem;
}
@media screen and (max-width: 768px) {
  .p-service {
    margin-top: 5.6rem;
  }
}
.p-service + .p-service {
  margin-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  .p-service + .p-service {
    margin-top: 4rem;
  }
}

.p-service__inner {
  width: 100%;
  max-width: calc(1000px + 200px * 2);
  margin-inline: auto;
  padding-inline: 200px;
}
@media screen and (max-width: 1240px) {
  .p-service__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__inner {
    padding-inline: 2.4rem;
  }
}

.p-service__mainImg {
  position: relative;
}
.p-service__mainImg img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-service__mainImg img {
    height: auto;
    aspect-ratio: 780/560;
  }
}

.p-service__label {
  position: absolute;
  top: 0;
  display: flex;
  gap: 0;
  padding: 2.4rem 2.4rem 2.4rem 1.2rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-service__label {
    padding: 1.2rem 1.2rem 1.2rem 0.8rem;
  }
}
.p-service__labelText {
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-service__labelText {
    font-size: 1.8rem;
  }
}
.p-service__labelBar {
  flex-shrink: 0;
  width: 0.8rem;
  background-color: #e60012;
}

.p-service--public .p-service__label {
  right: 0;
}

.p-service--house .p-service__label {
  left: 0;
}

.p-service__desc {
  margin-top: 4.8rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-service__desc {
    margin-top: 3.2rem;
    font-size: 1.4rem;
    text-align: justify;
  }
}

.p-service__cards {
  max-width: 140rem;
  margin-top: 9.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 1240px) {
  .p-service__cards {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__cards {
    margin-top: 4rem;
    padding-inline: 2.4rem;
  }
}

.p-service__row {
  display: flex;
  gap: 6.4rem;
}
.p-service__row + .p-service__row {
  margin-top: 9.6rem;
}
.p-service__row--start {
  justify-content: flex-start;
}
.p-service__row--end {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-service__row {
    flex-direction: column;
    gap: 4rem;
    justify-content: flex-start;
  }
  .p-service__row + .p-service__row {
    margin-top: 4rem;
  }
}

.p-service__card {
  width: 36rem;
  max-width: 100%;
  padding-inline: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-service__card {
    width: 100%;
    padding-inline: 0;
  }
}

.p-service__cardImg {
  margin-inline: -2.4rem;
}

.p-service__cardImg img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-service__cardImg img {
    height: auto;
    aspect-ratio: 3/2;
  }
}

@media screen and (max-width: 768px) {
  .p-service__cardImg {
    margin-inline: 0;
  }
}

.p-service__cardDate {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-service__cardDate {
    margin-top: 1.6rem;
    line-height: 1;
  }
}

.p-service__cardTitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-service__cardTitle {
    margin-top: 0.8rem;
    line-height: 1.5;
  }
}

.p-service__cardText {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-service__cardText {
    margin-top: 0.8rem;
    line-height: 1.5;
  }
}

.p-service__cta {
  display: flex;
  margin-top: 9.6rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-service__cta {
    flex-direction: column;
    margin-top: 8rem;
    margin-bottom: 5.6rem;
  }
}

.p-service__ctaLeft {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 63rem;
  padding: 8rem 14.2rem 8rem 14.8rem;
  background-color: #e60012;
  color: #ffffff;
}
@media screen and (max-width: 1240px) {
  .p-service__ctaLeft {
    padding-inline: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service__ctaLeft {
    width: 100%;
    padding: 4rem 10%;
  }
}

.p-service__ctaTtl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.p-service__ctaDesc {
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-service__ctaRight {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 12.4rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p-service__ctaRight {
    gap: 0;
    padding: 4rem 1rem;
    font-size: 1.4rem;
  }
}

.p-service__ctaTel {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service__ctaTel {
    width: 50%;
    padding-right: 1rem;
  }
}

.p-service__ctaTelLabel,
.p-service__ctaFormLabel {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-service__ctaTelLabel,
  .p-service__ctaFormLabel {
    font-size: 1.2rem;
  }
}

.p-service__ctaTelNum {
  margin-top: 0.4rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-service__ctaTelNum {
    font-size: 1.8rem;
  }
}

.p-service__ctaForm {
  position: relative;
  padding-left: 6.4rem;
  text-align: center;
}
.p-service__ctaForm::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 8.8rem;
  background-color: #000000;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-service__ctaForm::before {
    top: 0;
    height: 100%;
    background-color: #e60012;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .p-service__ctaForm {
    width: 50%;
    padding-left: 1rem;
  }
}

.p-service__ctaBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem;
  min-width: 15.6rem;
  padding: 1rem 3rem;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-service__ctaBtn:hover {
    background-color: #000000;
    color: #ffffff;
  }
}

.p-news {
  margin-top: 15.6rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-news {
    margin-top: 4.8rem;
    margin-bottom: 6rem;
  }
}

.p-news__inner {
  display: flex;
  gap: 6rem;
  max-width: 140rem;
  margin-inline: auto;
  padding-inline: 20rem;
}
@media screen and (max-width: 1024px) {
  .p-news__inner {
    padding-inline: 4rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    flex-direction: column;
    padding-inline: 2.4rem;
    gap: 4rem;
  }
}

.p-news__main {
  flex: 0 1 64rem;
  min-width: 0;
  max-width: 64rem;
}
@media screen and (max-width: 1024px) {
  .p-news__main {
    flex: 1;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-news__main {
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .p-news:not(.p-news--detail) .p-news__main {
    margin-bottom: 4rem;
  }
}

.p-news__cat {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  color: #2a2a2a;
}

.p-news__date {
  font-size: 1.4rem;
  color: #2a2a2a;
}

.p-news__feature a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__feature a:hover {
    opacity: 0.85;
  }
}

.p-news__featureImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 640/400;
  object-fit: cover;
}

.p-news__featureTitle {
  margin-top: 1.6rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-news__featureTitle {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5714285714;
  }
}

.p-news__feature .p-news__cat {
  margin-top: 1.6rem;
}

.p-news__feature .p-news__date {
  margin-top: 1.6rem;
}

.p-news__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1240px) {
  .p-news__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.p-news__card a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__card a:hover {
    opacity: 0.85;
  }
}

.p-news__cardImg {
  width: 100%;
  aspect-ratio: 300/188;
  background-color: #f5f5f5;
}
.p-news__cardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-news__cardTitle {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-news__cardTitle {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.p-news__card .p-news__cat {
  margin-top: 1.6rem;
}

.p-news__card .p-news__date {
  margin-top: 1.6rem;
}

.p-news__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 4rem;
}

.p-news__pagerNum {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
  color: #2a2a2a;
}
.p-news__pagerNum.is-current {
  background-color: #2a2a2a;
  color: #ffffff;
}

.p-news__pagerArrow {
  position: relative;
  width: 1.3rem;
  height: 2.4rem;
}
.p-news__pagerArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 2px solid #2a2a2a;
  border-right: 2px solid #2a2a2a;
}
.p-news__pagerArrow--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.p-news__pagerArrow--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.p-news__side {
  flex: 0 0 30rem;
  max-width: 30rem;
}
@media screen and (max-width: 768px) {
  .p-news__side {
    flex: none;
    max-width: none;
  }
}

.p-news__sideBlock + .p-news__sideBlock {
  margin-top: 5.7rem;
}
@media screen and (max-width: 768px) {
  .p-news__sideBlock + .p-news__sideBlock {
    margin-top: 4.9rem;
  }
}

.p-news__sideTitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #2a2a2a;
}

.p-news__popularList {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .p-news__popularList {
    margin-top: 5.6rem;
  }
}

.p-news__popularItem {
  padding-block: 2.3rem;
  border-bottom: 1px solid #efefef;
}
.p-news__popularItem:first-child {
  padding-top: 0;
}
.p-news__popularItem a {
  display: flex;
  gap: 1.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__popularItem a:hover {
    opacity: 0.85;
  }
}

.p-news__popularThumb {
  flex: 0 0 10rem;
  width: 10rem;
  height: 7rem;
  background-color: #f5f5f5;
}
.p-news__popularThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-news__popularTitle {
  flex: 1;
  min-width: 0;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #2a2a2a;
  overflow-wrap: break-word;
}

.p-news__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2.7rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-news__tags {
    margin-top: 1.9rem;
  }
}
.p-news__tags li a {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  color: #2a2a2a;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__tags li a:hover {
    opacity: 0.7;
  }
}

.p-news__searchForm {
  position: relative;
  margin-top: -4rem;
  border-bottom: 1px solid #e5e5e5;
}

.p-news__searchInput {
  width: 100%;
  padding: 0.6rem 3.2rem 0.6rem 0.8rem;
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  color: #2a2a2a;
}
.p-news__searchInput::placeholder {
  color: #757575;
}

.p-news__searchBtn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
}
.p-news__searchBtn::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 2px solid #2a2a2a;
  border-radius: 100%;
}
.p-news__searchBtn::after {
  content: "";
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 0.8rem;
  height: 2px;
  background-color: #2a2a2a;
  transform: rotate(45deg);
  transform-origin: right;
}

.p-news--detail {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-news--detail {
    margin-top: 0;
  }
}

.p-detail__eyecatch img {
  width: 100%;
  height: auto;
  aspect-ratio: 640/400;
  object-fit: cover;
}

.p-detail__title {
  margin-top: 1.6rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-detail__title {
    font-size: 2.2rem;
  }
}

.p-detail .p-news__cat {
  margin-top: 1.6rem;
}

.p-detail .p-news__date {
  margin-top: 1.6rem;
}

.p-detail__toc {
  margin-top: 4rem;
  margin-inline: 4rem;
  padding: 3.8rem 4rem;
  border: 1px solid #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-detail__toc {
    margin-inline: 0;
    padding: 2rem 2.4rem;
  }
}

.p-detail__tocTitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #2a2a2a;
}

.p-detail__tocList {
  margin-top: 2.8rem;
  list-style: none;
}
.p-detail__tocList > li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #2a2a2a;
}
.p-detail__tocList > li + li {
  margin-top: 1.8rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-detail__tocList a:hover {
    opacity: 0.7;
  }
}

.p-detail__tocSub {
  margin-top: 1.4rem;
  list-style: none;
}
.p-detail__tocSub li {
  padding-left: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.p-detail__tocSub li::before {
  content: "・";
  margin-left: -1.6rem;
}
.p-detail__tocSub li + li {
  margin-top: 1.2rem;
}

.p-detail__body {
  margin-top: 8rem;
}
.p-detail__body h2 {
  display: flex;
  align-items: center;
  margin-top: 8rem;
  padding-block: 1.6rem;
  border-top: 1px solid #e60012;
  border-bottom: 1px solid #e60012;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #2a2a2a;
  scroll-margin-top: 22rem;
}
.p-detail__body h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-detail__body h2 {
    font-size: 1.8rem;
  }
}
.p-detail__body h3 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 4.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #2a2a2a;
  scroll-margin-top: 22rem;
}
.p-detail__body h3::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 2.3rem;
  background-color: #e60012;
}
@media screen and (max-width: 768px) {
  .p-detail__body h3 {
    font-size: 1.6rem;
    margin-top: 6.4rem;
  }
}
.p-detail__body p {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2a2a2a;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-detail__body p {
    font-size: 1.4rem;
  }
}
.p-detail__body h2 + p,
.p-detail__body h3 + p {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-detail__body h2 + p {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__body h3 + p {
    margin-top: 2.4rem;
  }
}
.p-detail__body ul,
.p-detail__body ol {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-detail__body ul,
  .p-detail__body ol {
    font-size: 1.4rem;
  }
}
.p-detail__body li + li {
  margin-top: 0.4rem;
}
.p-detail__body ul {
  list-style: none;
}
.p-detail__body ul li {
  padding-left: 2rem;
}
.p-detail__body ul li::before {
  content: "・";
  margin-left: -2rem;
}
.p-detail__body ol {
  padding-left: 2.4rem;
  list-style: decimal;
}
.p-detail__body ol li {
  padding-left: 0.4rem;
}

.p-contact {
  margin-top: 15.6rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-contact {
    margin-top: 4.8rem;
    margin-bottom: 6rem;
  }
}

.p-contact__lead {
  width: 100%;
  max-width: 76rem;
  margin-inline: auto;
  padding-inline: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-contact__lead {
    padding-inline: 2.4rem;
    line-height: 1.5;
  }
}

.p-contact__form {
  width: 100%;
  max-width: 76rem;
  margin-top: 4.8rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    padding-inline: 2.4rem;
  }
}

.p-contact__item + .p-contact__item {
  margin-top: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__item + .p-contact__item {
    margin-top: 4rem;
  }
}

.p-contact__label {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-contact__label {
    line-height: 1.5;
  }
}

.p-contact__radios {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__radios {
    margin-top: 0.8rem;
  }
}

.p-contact__radio {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.p-contact__radio + .p-contact__radio {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__radio + .p-contact__radio {
    margin-top: 0.8rem;
  }
}
.p-contact__radio input[type=radio] {
  position: relative;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  border-radius: 100%;
  cursor: pointer;
}
.p-contact__radio input[type=radio]:checked {
  border-color: #e60012;
}
.p-contact__radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #e60012;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.p-contact__radio span {
  font-size: 1.6rem;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-contact__radio span {
    line-height: 1.5;
  }
}

.p-contact__input {
  width: 100%;
  padding: 0.8rem 0.8rem 0.4rem;
  border: 0;
  border-bottom: 1px solid #cccccc;
  background: transparent;
  font-size: 1.6rem;
  color: #2a2a2a;
}
.p-contact__input::placeholder {
  color: #757575;
}
@media screen and (max-width: 768px) {
  .p-contact__input {
    margin-top: 0.4rem;
    padding: 0.4rem 0.8rem;
    line-height: 1.5;
  }
}

.p-contact__textarea {
  width: 100%;
  height: 22.6rem;
  margin-top: 0.8rem;
  padding: 0.8rem;
  border: 1px solid #cccccc;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2a2a2a;
  resize: vertical;
}
.p-contact__textarea::placeholder {
  color: #757575;
}
@media screen and (max-width: 768px) {
  .p-contact__textarea {
    margin-top: 0.4rem;
    height: 21rem;
    line-height: 1.5;
  }
}

.p-contact__privacy {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-contact__privacy {
    margin-top: 4.6rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-contact__privacy a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-contact__privacy a:hover {
    opacity: 0.7;
  }
}

.p-contact__value {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-contact__value {
    margin-top: 0.8rem;
    line-height: 1.5;
  }
}

.p-contact__value--multiline {
  white-space: pre-wrap;
}

.p-contact__actions {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__actions {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.6rem;
    margin-top: 4.8rem;
  }
}

.p-contact__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  max-width: 100%;
  height: 8rem;
  font-size: 1.6rem;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-contact__action {
    width: 40rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-contact__action:hover {
    opacity: 0.85;
  }
}

.p-contact__action--back {
  background-color: #f5f5f5;
  color: #2a2a2a;
}

.p-contact__action--send {
  background-color: #e60012;
  color: #ffffff;
}

.p-contact__thanks {
  width: 100%;
  max-width: 76rem;
  margin-inline: auto;
  padding-inline: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks {
    padding-inline: 2.4rem;
  }
}

.p-contact__thanksText {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-contact__thanksText {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
}

.p-contact__thanksText + .p-contact__thanksText {
  margin-top: 0.8rem;
}

.p-contact__thanksBtn {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__thanksBtn {
    margin-top: 4rem;
    text-align: center;
  }
}

.p-contact__submit {
  display: block;
  width: 40rem;
  max-width: 100%;
  height: 8rem;
  margin: 5.2rem auto 0;
  background-color: #e60012;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-contact__submit {
    margin-top: 4.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-contact__submit:hover {
    opacity: 0.85;
  }
}

.p-lowerMv + .p-privacy {
  margin-top: 15.6rem;
}
@media screen and (max-width: 768px) {
  .p-lowerMv + .p-privacy {
    margin-top: 7.2rem;
  }
}

.p-privacy + .p-privacy {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-privacy + .p-privacy {
    margin-top: 5.6rem;
  }
}
.p-privacy:last-of-type {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-privacy:last-of-type {
    margin-bottom: 8rem;
  }
}
.p-privacy__inner {
  width: 100%;
  max-width: 76rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .p-privacy__inner {
    padding-inline: 2.4rem;
  }
}
.p-privacy__body {
  margin-top: 2.4rem;
}
.p-privacy__body > * + * {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-privacy__body > * + * {
    margin-top: 2.4rem;
  }
}
.p-privacy__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-privacy__text {
    font-size: 1.4rem;
  }
}
.p-privacy__list {
  padding-left: 2.4rem;
  list-style-type: decimal;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-privacy__list li {
  padding-left: 0.4rem;
}
.p-privacy__list li + li {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-privacy__list {
    padding-left: 2rem;
    font-size: 1.4rem;
  }
  .p-privacy__list li + li {
    margin-top: 0;
  }
}
.p-privacy__table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  table-layout: fixed;
  border-collapse: collapse;
}
.p-privacy__table th,
.p-privacy__table td {
  padding: 1.6rem 2.4rem;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
.p-privacy__table thead th {
  color: #ffffff;
  line-height: 1.4;
}
.p-privacy__table thead th:first-child {
  width: 28.8rem;
  background-color: #3e3232;
}
.p-privacy__table thead th:last-child {
  background-color: #707070;
}
.p-privacy__table tbody th {
  width: 28.8rem;
  background-color: #f5f5f5;
  color: #2a2a2a;
}
.p-privacy__table tbody th,
.p-privacy__table tbody td {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-privacy__table {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-privacy__table th,
  .p-privacy__table td {
    padding: 0.8rem;
  }
  .p-privacy__table thead th:first-child,
  .p-privacy__table tbody th {
    width: 40%;
  }
}

.p-notFound {
  margin-top: 15.6rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-notFound {
    margin-top: 4.8rem;
    margin-bottom: 6rem;
  }
}

.p-notFound__inner {
  width: 100%;
  max-width: calc(1000px + 200px * 2);
  margin-inline: auto;
  padding-inline: 200px;
}
@media screen and (max-width: 1240px) {
  .p-notFound__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-notFound__inner {
    padding-inline: 20px;
  }
}
.p-notFound__inner {
  text-align: center;
}

.p-notFound__text {
  font-size: 1.6rem;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-notFound__text {
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-notFound__text + .p-notFound__text {
  margin-top: 0.8rem;
}

.p-notFound__btn {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-notFound__btn {
    margin-top: 4rem;
    text-align: center;
  }
}


/* ===== Contact Form 7 対応（追記） ===== */
.p-contact__radios input[type=radio] {
  position: relative;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  border-radius: 100%;
  cursor: pointer;
}
.p-contact__radios input[type=radio]:checked {
  border-color: #e60012;
}
.p-contact__radios input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #e60012;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.p-contact__form .wpcf7-form-control-wrap {
  display: block;
}
.p-contact__radios .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.p-contact__radios .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__radios .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0.8rem;
  }
}
.p-contact__radios .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.p-contact__radios .wpcf7-list-item-label {
  font-size: 1.6rem;
  color: #2a2a2a;
}
@media screen and (max-width: 768px) {
  .p-contact__radios .wpcf7-list-item-label {
    line-height: 1.5;
  }
}
.p-contact__form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: #e60012;
}
.p-contact__form .wpcf7-response-output {
  margin: 2.4rem 0 0;
  padding: 1.2rem 1.6rem;
  border: 1px solid #e60012;
  font-size: 1.4rem;
  color: #2a2a2a;
}
.p-contact__form .wpcf7-spinner {
  display: block;
  margin-inline: auto;
}

.p-contact__form .wpcf7-submit {
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.p-contact__actions p {
  display: contents;
}
.p-contact__actions br {
  display: none;
}
.p-contact__form .wpcf7-back {
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
