@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1050px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  color: #222;
}

main {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 3.75rem;
  }
}

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

input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-about {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-about {
    margin-top: 3.75rem;
  }
}

.l-gallery {
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .l-gallery {
    margin-top: 3.75rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}

.l-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 33.75rem;
    padding: 0 15px;
  }
}

.l-lawyer {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-lawyer {
    margin-top: 3.75rem;
  }
}

.l-page-top {
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-page-top {
    right: 0.625rem;
    bottom: 0.625rem;
  }
}

.l-summary {
  position: relative;
}
.l-summary::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F4F4;
  z-index: -1;
}

.l-vision {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-vision {
    margin-top: 3.75rem;
  }
}

.c-contact-btn {
  position: relative;
  display: inline-block;
  padding: 1.8125rem 5rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  background: linear-gradient(45deg, #BC2121, #810505);
}
@media screen and (max-width: 767px) {
  .c-contact-btn {
    padding: 1.59375rem 3.75rem;
    font-size: 1.125rem;
    line-height: 1.6111111111;
    color: #fff;
  }
}
.c-contact-btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 2.125rem;
  right: 1.5rem;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../images/common/nav-item-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-contact-btn::before {
    top: 1.8125rem;
    right: 1rem;
  }
}

.c-hamburger {
  z-index: 9999;
  padding: 1.0625rem 0.8125rem;
  align-items: center;
}

.c-hamburger__ber {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.c-hamburger__ber span {
  position: absolute;
  right: 0rem;
  display: block;
  width: 1.5625rem;
  height: 0.125rem;
  background-color: #810505;
  transition: 0.3s ease-in-out;
}

.js-hamburger.is-open span {
  background-color: #810505;
}

.c-hamburger span:nth-child(1) {
  top: 34%;
}

.c-hamburger__ber span:nth-child(2) {
  top: 48%;
  width: 1.3125rem;
}

.c-hamburger__ber span:nth-child(3) {
  top: 61%;
  width: 1.0625rem;
}

.js-hamburger.is-open span:nth-child(1) {
  top: 48%;
  transform: rotate(-35deg);
}

.js-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.js-hamburger.is-open span:nth-child(3) {
  top: 48%;
  width: 1.5625rem;
  transform: rotate(35deg);
}

.c-occupation-btn {
  position: relative;
  display: inline-block;
  padding: 1.375rem 6.875rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  background-color: #333;
  transition: 0.3s opacity;
}
.c-occupation-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-occupation-btn {
    padding: 0.75rem 5.875rem;
    font-size: 1rem;
    line-height: 1.625;
  }
}
.c-occupation-btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 1.5rem;
  right: 1.5rem;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../images/common/occupation-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-occupation-btn::before {
    top: 0.875rem;
    right: 1rem;
  }
}

.c-page-top {
  padding: 1.875rem;
  cursor: pointer;
  transition: 0.3s opacity;
}
.c-page-top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    padding: 0.9375rem;
  }
}
.c-page-top::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url(../images/common/page-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-page-top::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-section-title {
  font-weight: 400;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #222;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 3.125rem;
  }
}

.c-section-title.c-section-title--white {
  color: #fff;
}

.c-section-title.c-section-title--small {
  font-size: 3.75rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-section-title.c-section-title--small {
    font-size: 2.5rem;
  }
}

.c-section-title .red {
  color: #810505;
}

.c-section-title .sub {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  color: #810505;
}
@media screen and (max-width: 767px) {
  .c-section-title .sub {
    margin-top: 0.625rem;
  }
}
.c-section-title .sub::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #810505;
  border-radius: 50%;
  top: 0.25rem;
  left: 0;
}

.c-section-title.c-section-title--white .sub {
  color: #fff;
}
.c-section-title.c-section-title--white .sub::before {
  background-color: #fff;
}

.p-business-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-business-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.p-business-list__item {
  position: relative;
  padding: 2.125rem 1.25rem 3.875rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-business-list__item {
    height: 16.875rem;
    padding: 2rem 0.9375rem 4.375rem;
  }
}

.p-business-list__item-img img {
  margin: 0 auto;
  width: auto;
  height: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-business-list__item-title {
  margin-top: 1.125rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #810505;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business-list__item-title {
    margin-top: 0.625rem;
  }
}

.p-business-list__item-text {
  margin-top: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 0;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-business-list__item-text {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

.p-business-list__item-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-business-list__item-btn {
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
}

.p-business-list__item-btn a {
  display: inline-block;
  padding: 0.9375rem;
  transition: 0.3s opacity;
}
.p-business-list__item-btn a:hover {
  opacity: 0.7;
}
.p-business-list__item-btn a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../images/top/business-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-business {
  padding: 6.25rem 0 8.75rem;
  background-color: #F3F4F4;
}
@media screen and (max-width: 767px) {
  .p-business {
    padding: 3.75rem 0;
  }
}

.p-business__wrapper {
  padding: 4.0625rem 4rem 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-business__wrapper {
    padding: 2.5rem 0.9375rem;
  }
}

.p-business__wrap {
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-business__wrap {
    flex-direction: column;
    align-items: unset;
    padding-bottom: 3rem;
  }
}

.p-business__wrap-title {
  width: 28%;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #810505;
}
@media screen and (max-width: 767px) {
  .p-business__wrap-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-business__wrap-text {
  width: 72%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-business__wrap-text {
    margin-top: 2rem;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

.p-business__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-business__item {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-business__item:last-of-type {
    margin-top: 3.75rem;
  }
}

.p-business__item-title {
  position: relative;
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business__item-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.p-business__item-title::before {
  content: "";
  position: absolute;
  width: 1.625rem;
  height: 1px;
  background: #810505;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-business__item-text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__item-text {
    margin-top: 2rem;
  }
}

.p-business__item-text02 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__item-text02 {
    margin-top: 2rem;
  }
}

.p-business__item-text p,
.p-business__item-text02 p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8125;
}

.p-business__item-cta img {
    margin: 7% auto 0;
    width: 40%;
}

@media screen and (max-width: 767px) {
  .p-business__item-cta img {
    margin: 10% auto 0;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .p-business__item-text p,
  .p-business__item-text02 p {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

.p-business__item-text p {
  position: relative;
  padding-left: 1rem;
}
.p-business__item-text p::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #810505;
  border-radius: 50%;
  top: 0.6875rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-business__item-text p::before {
    top: 0.625rem;
  }
}

.p-business__item-text p:not(:first-of-type) {
  margin-top: 0.625rem;
}

.p-contact-area {
  padding: 5rem 0;
  background-image: url(../images/common/contact-area-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-contact-area {
    padding: 2.5rem 0 4rem;
    background-image: url(../images/common/contact-area-bg-sp.png);
  }
}

.p-contact-area__inner {
  max-width: 49.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-contact-area__inner {
    max-width: 33.75rem;
    padding: 0 15px;
  }
}

.p-contact-area__text {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-area__text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.p-contact-area__btnWrap {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-contact-area__btnWrap {
    flex-direction: column;
    gap: 1rem;
  }
}

.p-contact-area__btn {
  max-width: 22.5rem;
  display: inline-block;
  padding: 1.25rem 5rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0;
  color: #222;
  text-align: center;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s opacity;
}
.p-contact-area__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-contact-area__btn {
    width: 18.75rem;
    padding: 0.90625rem 3.125rem;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
  }
}

.p-contact-area__btn span {
  position: relative;
  display: block;
  margin-bottom: 0.3125rem;
  padding-left: 1.875rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0;
  color: #8C0A0A;
}
.p-contact-area__btn span::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 1.5625rem;
  height: 1.75rem;
  background-image: url(../images/common/contact-area-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-contact-area__btn span {
    font-size: 1.5rem;
    margin-bottom: 0.375rem;
    padding-left: 1.5625rem;
  }
  .p-contact-area__btn span::before {
    height: 1.5rem;
  }
}

.p-contact-area__btn02 {
  display: inline-block;
  max-width: 22.5rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s opacity;
}
.p-contact-area__btn02:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-contact-area__btn02 {
    width: 18.75rem;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
  }
}

.p-contact {
  padding: 6.25rem 0 8.75rem;
  background-color: #F3F4F4;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 3.75rem 0 5rem;
  }
}

.p-contact__p-form {
  padding: 6.25rem 6.875rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__p-form {
    padding: 2.5rem 0.9375rem 3.125rem;
  }
}

.p-drawer-menu {
  height: 100vh;
  padding: 5.75rem 0 5.9375rem;
  overflow-y: scroll;
}

.p-drawer-menu__logo {
  position: absolute;
  top: 1.25rem;
  left: 0.9375rem;
  max-width: 9rem;
}

.p-drawer-menu__inner {
  max-width: 37.5rem;
  padding: 0 1.875rem;
  margin-inline: auto;
}

.p-drawer-menu__item {
  border-top: 1px solid #D9D9D9;
}

.p-drawer-menu__item:nth-last-of-type(2) {
  border-bottom: 1px solid #D9D9D9;
}

.p-drawer-menu__item:nth-of-type(2) {
  padding-bottom: 1rem;
}

.p-drawer-menu__item a,
.p-drawer-menu__item p {
  display: block;
  padding: 1rem 0;
  font-weight: 600;
  line-height: 1;
}

.p-drawer-menu__subItem {
  position: relative;
}
.p-drawer-menu__subItem::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 1px;
  background: #810505;
  top: 1rem;
  left: 0;
}

.p-drawer-menu__subItem a {
  margin-left: 0.875rem;
  padding: 0.5rem 0;
}

.p-drawer-menu__item.p-drawer-menu__item--contact {
  margin-top: 2.5rem;
  text-align: center;
  border-top: none;
}

.p-drawer-menu__item.p-drawer-menu__item--contact a {
  position: relative;
  display: inline-block;
  padding: 1.59375rem 3.75rem;
  font-size: 1.125rem;
  line-height: 1.6111111111;
  color: #fff;
  background: linear-gradient(45deg, #BC2121, #810505);
}
.p-drawer-menu__item.p-drawer-menu__item--contact a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 1.8125rem;
  right: 1rem;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../images/common/nav-item-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-footer {
  padding: 4.5rem 0 2.5rem;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 2.5rem 0 1.25rem;
  }
}

.p-footer__wrap {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    flex-direction: column;
  }
}

.p-footer__info-name {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
}

.p-footer__info-text {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-footer__info-text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 3.125rem;
  }
}

.p-footer__nav-items {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-items {
    flex-wrap: wrap;
    margin-left: -0.75rem;
  }
}

.p-footer__nav-item a {
  padding: 0 1.25rem;
  font-weight: 600;
  line-height: 1.625;
  transition: 0.3s opacity;
}
.p-footer__nav-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item a {
    padding: 0 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.p-footer__nav-item:last-of-type a {
  padding-right: 0;
}

.p-footer__copyright {
  display: block;
  margin-top: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 3rem;
  }
}

.p-form__title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__title {
    font-size: 1.125rem;
  }
}

.p-form__list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-form__list {
    margin-top: 2.5rem;
  }
}

.p-form__item:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__item:not(:first-of-type) {
    margin-top: 2rem;
  }
}

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

.p-form__label {
  width: 30.13%;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    width: 100%;
  }
}

.p-form__label-text {
  padding: 0.8125rem 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-form__label-text {
    padding: 0;
  }
}

.p-form__label-text span {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.25rem 0.4375rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: #C82626;
  border-radius: 0.25rem;
}

.p-form__input {
  width: 69.87%;
}
@media screen and (max-width: 767px) {
  .p-form__input {
    margin-top: 1rem;
    width: 100%;
  }
}

.p-form__input-text {
  padding: 0.625rem;
  width: 100%;
  height: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__input-text {
    height: 3.125rem;
  }
}

.p-form__input-select {
  width: 39.266055%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__input-select {
    width: 63.4920635%;
    height: 3.125rem;
  }
}
.p-form__input-select select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #DEDEDE;
  border-radius: 0.25rem;
  padding: 0.625rem;
  outline: none;
  color: #000;
  background-color: #fff;
}
.p-form__input-select select:hover {
  cursor: pointer;
}
.p-form__input-select::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 1.4375rem;
  right: 1rem;
  width: 0.5rem;
  height: 0.25rem;
  background-image: url(../images/common/nav-item-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-form__textarea {
  padding: 0.625rem;
  width: 100%;
  height: 11.25rem;
  border: 1px solid #DEDEDE;
  border-radius: 0.25rem;
}

.p-form__privacy {
  height: 9.375rem;
  padding: 1.5rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.25rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-form__privacy {
    margin-top: 1.25rem;
    height: 10.875rem;
    padding: 1.25rem;
  }
}

.p-form__privacy__box:not(:first-of-type) {
  margin-top: 2rem;
}

.p-form__privacy__box-title,
.p-form__privacy__box-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.p-form__privacy__box-title {
  font-size: 16px;
  line-height: 1.5625;
}

.p-form__privacy__box-text {
  margin-top: 0.625rem;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-form__privacy__box-text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

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

.p-form__check-text {
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__check-text {
    display: flex;
  }
}

.p-form__check-text input {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  top: 0.21875rem;
}
.p-form__check-text input::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  border: 1px solid #DEDEDE;
  width: 1.125rem;
  height: 1.125rem;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 0.25rem;
}
.p-form__check-text input::after {
  position: absolute;
  display: block;
  content: "";
  border-bottom: 0.125rem solid #C82626;
  border-left: 0.125rem solid #C82626;
  opacity: 0;
  height: 0.375rem;
  width: 0.6875rem;
  transform: rotate(-45deg);
  top: 0.25rem;
  left: 0.25rem;
}

input[type=checkbox]:checked::after {
  opacity: 1;
}

.p-form__check-text a {
  color: #C82626;
  text-decoration: underline;
}

.p-form__check-text span {
  display: inline-block;
  margin-left: 0.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4375;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-form__check-text span {
    text-align: left;
    padding-left: 0.625rem;
  }
}

.p-form__button {
  margin-top: 3rem;
  text-align: center;
  transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
  .p-form__button {
    margin-top: 1.5rem;
  }
}
.p-form__button:hover {
  opacity: 0.7;
}

.p-form__button-before {
  position: relative;
  display: inline-block;
}
.p-form__button-before::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 1.5rem;
  right: 1.5rem;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../images/common/nav-item-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-form__button-before::before {
    top: 0.875rem;
    right: 1rem;
  }
}

.p-form__button input {
  display: inline-block;
  padding: 1.1875rem 8.75rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  background: linear-gradient(45deg, #BC2121, #810505);
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__button input {
    padding: 0.75rem 7.375rem;
    font-size: 1rem;
    line-height: 1.625;
  }
}

.p-fv {
  padding: 5.9375rem 0;
  background-image: url(../images/common/fv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 6.6875rem 0;
    background-image: url(../images/common/fv-bg-sp.png);
  }
}

.p-fv__inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding: 0 1.8125rem;
  }
}

.p-fv__title {
  font-weight: 400;
  font-size: 3.875rem;
  line-height: 1;
  letter-spacing: 0;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 2.5rem;
  }
}

.p-fv__title span {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
  color: #810505;
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}
.p-fv__title span::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #810505;
  border-radius: 50%;
  top: 0.375rem;
  left: 0;
}

.p-gallery-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-gallery-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-gallery-list__item {
  position: relative;
}

.p-gallery-list__item-img img {
  aspect-ratio: 490/337;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-gallery-list__item-img img {
    aspect-ratio: 345/230;
  }
}

.p-gallery-list__item-title {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-gallery-list__item-title {
    top: 1.5rem;
    left: 1.5rem;
  }
}

.p-gallery-list__item-btn {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-gallery-list__item-btn {
    bottom: 0.9375rem;
    right: 1.375rem;
    height: 2.125rem;
  }
}

.p-gallery-list__item-btn a {
  display: inline-block;
  padding: 1.5rem;
  transition: 0.3s opacity;
}
.p-gallery-list__item-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-gallery-list__item-btn a {
    padding: 1.0625rem;
  }
}
.p-gallery-list__item-btn a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/top/gallery-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-gallery-list__item-btn a::before {
    width: 2.125rem;
    height: 2.125rem;
  }
}

.p-gallery {
  padding-bottom: 5rem;
  background: linear-gradient(transparent 28.8%, #F4F4F4 0);
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding-bottom: 3.75rem;
    background: linear-gradient(transparent 20.417%, #F4F4F4 0);
  }
}

.p-header {
  height: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.75rem;
  }
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  max-width: 90rem;
  padding: 0 1.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 0.9375rem;
  }
}

.p-header__logo {
  height: inherit;
}

.p-header__logo a {
  display: flex;
  align-items: center;
  max-width: 11.875rem;
  height: inherit;
  transition: 0.3s opacity;
}
.p-header__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    max-width: 9.375rem;
  }
}

.p-header__nav {
  height: inherit;
}

.p-header__nav-items {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  margin: 0 auto;
}

.p-header__nav-item {
  height: inherit;
  position: relative;
}

.p-header__nav-item.p-header__nav-item--contact {
  height: initial;
  display: flex;
  align-items: center;
  margin-left: 0.25rem;
}

.p-header__nav-item .a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  padding: 0 1.25rem;
}
.p-header__nav-item .a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #810505;
  transition: all 0.3s ease 0s;
}

.p-header__nav-item .a:hover::after {
  width: 100%;
}

.p-header__nav-item.p-header__nav-item--before .a {
  position: relative;
  padding-right: 2.25rem;
  cursor: pointer;
}
.p-header__nav-item.p-header__nav-item--before .a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 47%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.25rem;
  background-image: url(../images/common/nav-item-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-header__nav-item.p-header__nav-item--contact .a {
  position: relative;
  padding: 0.8125rem 2.9375rem;
  color: #fff;
  background: linear-gradient(45deg, #BC2121, #810505);
  transition: 0.3s opacity;
}
.p-header__nav-item.p-header__nav-item--contact .a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 1.0625rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/common/nav-item-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.p-header__nav-item.p-header__nav-item--contact .a:hover {
  opacity: 0.7;
  border-bottom: none;
}

.p-header__nav-subItems {
  position: fixed;
  left: 0;
  top: 5.625rem;
  z-index: 4;
  width: 100%;
  background: #F4F4F4;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  transition: all 0.3s;
}

.p-header__nav-item.p-header__nav-item--before:hover > ul {
  visibility: visible;
  opacity: 1;
}

.p-header__nav-subItem a {
  display: inline-block;
  padding: 1.375rem;
  width: 14.5rem;
  font-weight: 600;
  line-height: 1.625;
  color: #810505;
  background-color: #fff;
  text-align: center;
  transition: 0.3s opacity;
}
.p-header__nav-subItem a:hover {
  opacity: 0.7;
}

.p-header__hamburger {
  position: fixed;
  top: 0;
  right: 0.9375rem;
  height: 3.75rem;
  width: 1.5625rem;
  background-color: #fff;
}

.p-header__drawer {
  position: absolute;
  z-index: 999;
  background-color: #fff;
}

/* ドロワーメニューの初期位置（画面外） */
.js-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  transition: right 0.3s ease;
}

.p-lawyer {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lawyer {
    padding-bottom: 3.75rem;
  }
}
.p-lawyer::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 7rem;
  right: 0;
  width: 59.16666%;
  height: 51.625rem;
  background-color: #F3F4F4;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-lawyer::before {
    top: 4.5rem;
    width: 100%;
    height: 51.6875rem;
  }
}

.p-lawyer__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lawyer__title {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.p-lawyer__wrapper {
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-lawyer__wrapper {
    margin-top: 4.375rem;
  }
}

.p-lawyer__representative {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-lawyer__representative {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-lawyer__representative-img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-lawyer__representative-img {
    width: 100%;
  }
}

.p-lawyer__representative-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lawyer__representative-body {
  width: 44.7%;
  padding-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-lawyer__representative-body {
    width: 100%;
    padding-top: 0;
  }
}

.p-lawyer__representative-body-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  color: #810505;
}

.p-lawyer__representative-body-name {
  margin-top: 1.375rem;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-lawyer__representative-body-name {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}

.p-lawyer__representative-body-name span {
  display: inline-block;
  margin-left: 0.875rem;
  padding-top: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.6875rem;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .p-lawyer__representative-body-name span {
    margin-left: 0.8125rem;
    padding-top: 0.5rem;
    letter-spacing: 0.05em;
  }
}

.p-lawyer__representative-body-text {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-lawyer__representative-body-text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

.p-lawyer__profile {
  position: relative;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-lawyer__profile {
    margin-top: 2.5rem;
  }
}

.p-lawyer__profile-img {
  position: absolute;
  top: 3.125rem;
  right: 0;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-lawyer__profile-img {
    position: relative;
    top: 0;
    width: 81.16%;
  }
}

.p-lawyer__profile-img img {
  aspect-ratio: 400/267;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-lawyer__profile-img img {
    aspect-ratio: 280/188;
  }
}

.p-lawyer__profile-body {
  width: 79.8%;
  background-color: #fff;
  padding: 3rem 16.4375rem 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-lawyer__profile-body {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
}

.p-lawyer__profile-body-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #810505;
}

.p-lawyer__profile-body-text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-lawyer__profile-body-text {
    margin-top: 1.5rem;
  }
}

.p-lawyer__profile-body-text p {
  padding-bottom: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  border-bottom: 1px solid #D2D2D2;
}
@media screen and (max-width: 767px) {
  .p-lawyer__profile-body-text p {
    padding-bottom: 1.0625rem;
    font-size: 0.875rem;
  }
}

.p-lawyer__profile-body-text p:not(:first-of-type) {
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-lawyer__profile-body-text p:not(:first-of-type) {
    padding-top: 1.0625rem;
  }
}

.p-lawyer__profile-body-text p:last-child {
  padding-top: 1.5rem;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-lawyer__profile-body-text p:last-child {
    line-height: 1.7857142857;
  }
}

.p-lawyer__profile-body-text p span {
  display: inline-block;
  margin-right: 1rem;
  font-weight: 500;
  color: #810505;
}
@media screen and (max-width: 767px) {
  .p-lawyer__profile-body-text p span {
    display: block;
    margin-bottom: 0.125rem;
  }
}

.p-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 27.7777778%;
}
@media screen and (max-width: 767px) {
  .p-map {
    padding-top: 61.3333333%;
  }
}

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

.p-mv {
  position: relative;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-bottom: 0;
  }
}
.p-mv::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  width: 72.6388889%;
  height: 33.125rem;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    display: none;
  }
}

.p-mv__inner {
  position: relative;
}

.p-mv__img {
  width: 84.7222222%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    width: 100%;
    margin-left: 0;
  }
}

.p-mv__img img {
  width: 100%;
  aspect-ratio: 1200/590;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv__img img {
    aspect-ratio: 375/480;
  }
}

.p-mv__titleBox {
  position: absolute;
  bottom: -3.75rem;
  left: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__titleBox {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0 0.9375rem;
    max-width: 33.125rem;
    margin-top: -6.625rem;
    margin-inline: auto;
  }
}

.p-mv__title {
  padding: 3.5625rem 3.625rem;
  background: linear-gradient(45deg, #810505, #BC2121);
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    padding: 1.75rem 1.5rem;
    font-size: 1.75rem;
    line-height: 1.5357142857;
  }
}

.p-mv__inner span {
  margin-top: 2.375rem;
  display: inline-block;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner span {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}

.p-recruit {
  padding: 6.25rem 0 8.75rem;
  background-color: #F3F4F4;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 3.75rem 0;
  }
}

.p-recruit__title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 1.5rem;
  }
}

.p-recruit__text {
  margin-top: 2.75rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    margin-top: 2rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-recruit__occupation {
  margin-top: 4rem;
  padding: 4.5rem 4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit__occupation {
    margin-top: 3rem;
    padding: 2.5rem 0.875rem;
  }
}

.p-recruit__occupation-title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0;
  color: #810505;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #810505;
}
@media screen and (max-width: 767px) {
  .p-recruit__occupation-title {
    font-size: 1.25rem;
    padding-bottom: 0.625rem;
  }
}

.p-recruit__occupation-items {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__occupation-items {
    margin-top: 2rem;
  }
}

.p-recruit__occupation-item {
  display: flex;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D2D2D2;
}
@media screen and (max-width: 767px) {
  .p-recruit__occupation-item {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}

.p-recruit__occupation-item:not(:first-of-type) {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__occupation-item:not(:first-of-type) {
    padding-top: 1rem;
  }
}

.p-recruit__occupation-item dt,
.p-recruit__occupation-item dl {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-recruit__occupation-item dt,
  .p-recruit__occupation-item dl {
    font-size: 0.875rem;
    line-height: 1;
  }
}

.p-recruit__occupation-item dt {
  width: 21.1%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-recruit__occupation-item dt {
    width: 100%;
  }
}

.p-recruit__occupation-item dl {
  width: 78.9%;
}
@media screen and (max-width: 767px) {
  .p-recruit__occupation-item dl {
    margin-top: 1rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__occupation-item dl.height {
    line-height: 1.7857142857;
  }
}

.p-recruit__occupation-item dl span {
  display: block;
  margin-top: 1.8125rem;
}

.p-recruit__occupation-btn {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__occupation-btn {
    margin-top: 2.5rem;
  }
}

.p-summary {
  padding: 9.375rem 0 8.75rem;
  background-image: url(../images/about/summary-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .p-summary {
    padding: 3.75rem 0;
    background-image: url(../images/about/summary-bg-sp.png);
  }
}

.p-summary__box {
  padding: 4.5rem 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-summary__box {
    padding: 2.5rem 0.9375rem;
  }
}

.p-summary__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-summary__title {
    font-size: 1.5rem;
  }
}

.p-summary__items {
  margin-top: 2.5rem;
}

.p-summary__item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-summary__item {
    padding-bottom: 1rem;
  }
}

.p-summary__item:not(:first-of-type) {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-summary__item:not(:first-of-type) {
    padding-top: 1rem;
  }
}

.p-summary__item dt,
.p-summary__item dd {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8125;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-summary__item dt,
  .p-summary__item dd {
    font-size: 0.875rem;
    line-height: 1;
  }
}

.p-summary__item dt {
  width: 17.9%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-summary__item dt {
    width: 39.68%;
  }
}

.p-summary__item dd {
  width: 82.1%;
}
@media screen and (max-width: 767px) {
  .p-summary__item dd {
    width: 60.32%;
  }
}

@media screen and (max-width: 767px) {
  .p-summary__item:nth-of-type(3) dd {
    line-height: 1.7857142857;
  }
}

.p-thanks {
  padding: 6.25rem 0 8.75rem;
  background-color: #F3F4F4;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3.75rem 0 5rem;
  }
}

.p-thanks__wrap {
  padding: 6.25rem 6.875rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-thanks__wrap {
    padding: 2.5rem 0.9375rem 3.125rem;
  }
}

.p-thanks__title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.125rem;
  }
}

.p-thanks__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 0.875rem;
    left: 1.7857142857;
  }
}

.p-thanks__text:first-of-type {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text:first-of-type {
    margin-top: 2.5rem;
  }
}

.p-thanks__text:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}

.p-thanks__text span {
  color: #C82626;
}

.p-top-about {
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-bottom: 0;
  }
}

.p-top-about__inner {
  position: relative;
}

.p-top-about__img {
  width: 55.6%;
}
@media screen and (max-width: 767px) {
  .p-top-about__img {
    width: 100%;
  }
}

.p-top-about__img img {
  width: 100%;
  aspect-ratio: 556/350;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-about__img img {
    aspect-ratio: 345/216;
  }
}

.p-top-about__box {
  position: absolute;
  width: 48.7619048%;
  bottom: -2.125rem;
  right: 1.5625rem;
  padding: 3.5rem 3.5rem 5.3125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-about__box {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: -1.0625rem;
    width: 91.3%;
    margin-inline: auto;
    padding: 2rem 1.5rem 2.125rem;
  }
}

.p-top-about__title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #810505;
}
@media screen and (max-width: 767px) {
  .p-top-about__title {
    font-size: 1.375rem;
  }
}

.p-top-about__text {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 0;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

.p-top-business {
  padding: 5rem 0 6.25rem;
  background-image: url(../images/top/business-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-business {
    padding: 3.75rem 0;
    background-image: url(../images/top/business-bg-sp.png);
  }
}

.p-top-business__list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__list {
    margin-top: 3rem;
  }
}

.p-top-company {
  padding: 5rem 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding: 3.75rem 0;
  }
}

.p-top-company__name {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #222;
  text-align: center;
}

.p-top-company__info {
  margin-top: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 0;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-company__info {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

.p-top-vision {
  padding-bottom: 6.25rem;
  background-image: url(../images/top/vision-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-vision {
    padding-bottom: 3.75rem;
    background-image: url(../images/top/vision-bg-sp.png);
    background-position: 0 1.5rem;
  }
}

.p-top-vision__list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-vision__list {
    margin-top: 3rem;
  }
}

.p-vision-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-vision-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.p-vision-list__item {
  padding: 2rem 1.5rem;
  background-color: #97999D;
}
@media screen and (max-width: 767px) {
  .p-vision-list__item {
    padding: 2rem 0.9375rem;
  }
}

.p-vision-list__item-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.p-vision-list__item-title span {
  display: block;
  margin-bottom: 0.5625rem;
  font-weight: 400;
  font-size: 1rem;
}

.p-vision-list__item-text {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-vision-list__item-text {
    margin-top: 0.6875rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
