@charset "UTF-8";
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/minamiMaster/fonts/ZenKakuGothicNew-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/minamiMaster/fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/minamiMaster/fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/minamiMaster/fonts/ZenKakuGothicNew-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/minamiMaster/fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
}
html {
  font-size: 16px;
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
}

.color-inheritance {
  color: #e2603c;
  font-size: 1.875rem;
}

.color-voluntary {
  color: #735991;
}

.color-estate {
  color: #a16f35;
}

.color-company {
  color: #53a9c0;
}

.color-law {
  color: #5ba88b;
}

.button-arrow {
  height: 2.5rem;
  width: 2.5rem;
}

.button {
  align-items: center;
  background: #3f6382;
  border: 0.125rem solid #3f6382;
  border-radius: 4.375rem;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 22.75rem;
}

.common-button {
  align-items: center;
  background: #3f6382;
  border: 0.125rem solid #3f6382;
  border-radius: 4.375rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 22.75rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 2.6875rem;
  transition: color, background 0.3s ease;
}
.common-button:hover {
  background: #fff;
}
.common-button:hover .button__link {
  color: #3f6382;
}

.button__link {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.0625rem;
  gap: 0.75rem;
  justify-content: center;
  line-height: 110%; /* 18.7px */
  position: relative;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.button-arrow {
  height: 2.5rem;
  width: 2.5rem;
}

.svg-circle {
  height: 1.5rem;
  transition: fill, stroke 0.6s ease;
  width: 1.5rem;
}

.svg-path {
  transition: stroke 0.6s ease;
}

.p-card__title {
  transition: color 0.3s ease;
}

.p-card:hover .p-card__title {
  color: #3f6382;
}
.p-card:hover .column-card__date {
  opacity: 0.7;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

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

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

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 78.125rem;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.breadcrumb {
  align-items: center;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 0.875rem;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.breadcrumb .home {
  transition: opacity 0.3s ease;
}
.breadcrumb .home:hover {
  opacity: 0.7;
}
.breadcrumb span {
  color: #7e878e;
  font-size: 0.8125rem;
  line-height: 110%; /* 14.3px */
}
.breadcrumb span:not(:last-of-type) {
  align-items: center;
  display: flex;
  justify-content: center;
}
.breadcrumb span:not(:last-of-type)::after {
  background: #7e878e;
  content: "";
  height: 0.0625rem;
  margin-left: 0.875rem;
  width: 0.875rem;
}
.breadcrumb span a {
  transition: opacity 0.3s ease;
}
.breadcrumb span a:hover {
  opacity: 0.7;
}

.breadcrumb span[property=name] {
  display: inline-block;
  max-width: 8.125rem;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #d9d9d9;
  color: #000;
  display: inline-block;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  padding-block: 1.25rem;
  transition: 0.3s all;
}
.c-btn span {
  display: inline-block;
  font-size: 0.75rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.c-cat {
  background: #fff;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.column__title-text {
  margin-top: 4.25rem;
}

.c-headline1__main {
  border-left: 2px solid #003c8c;
  font-size: 1.875rem;
  padding-left: 1.875rem;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.heading-wrap {
  border-bottom: 0.0625rem solid #9aa4b8;
  padding-bottom: 1rem;
}

.home-title {
  color: #3f6382;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 110%; /* rem(49.5) */
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.625rem;
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.home-title::after {
  background-color: #8f1717;
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.home-title__en {
  -webkit-filter: blur(0.28125rem);
  color: #3f6382;
  filter: blur(0.28125rem);
  font-size: clamp(4.5rem, 2.929rem + 3.274vw, 5.875rem);
  font-weight: 900;
  line-height: 4.8125rem; /* 81.915% */
  opacity: 0.05;
  position: absolute;
  right: 0;
  text-align: right;
  top: 6.25rem;
  z-index: -1;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #d9d9d9;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  -webkit-transform: translateX(-50%);
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.l-content {
  margin-top: 5.75rem;
  text-align: center;
}

.l-notfound {
  margin-left: auto;
  margin-right: auto;
  max-width: 49.5rem;
  padding-inline: 2.5rem;
}

.l-notfound-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.3125rem; /* 115.625% */
}

.l-notfound-text {
  margin-top: 2.625rem;
}

.error__button {
  margin-bottom: 12.1875rem;
  margin-top: 3.0625rem;
}

.access {
  margin-top: 5.625rem;
}

.access__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.access__content {
  display: flex;
  gap: 2.8125rem;
}

.access__left-box {
  width: 40%;
}

.access-profile__title {
  border-bottom: 1px solid #8f1717;
  color: #3f6382;
  font-size: 2rem;
  padding-bottom: 1.4375rem;
}

.access__address {
  font-size: 1.5rem;
  line-height: 1.5rem; /* 100% */
  margin-top: 2.1875rem;
}

.access__access {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
  margin-top: 1.125rem;
}
.access__tel-box {
  align-items: center;
  display: flex;
  margin-top: 1.6875rem;
}
.access__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.access__tel-number {
  font-size: 1.8125rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.access__tel-time {
  margin-left: 2.375rem;
  margin-top: 0.3125rem;
}

.access__right-box {
  width: 55.7407407407%;
}

.access__img {
  border-radius: 0.75rem;
  display: block;
}
.access__img img {
  border-radius: 0.75rem;
}

.map {
  margin-bottom: 14.5rem;
  margin-top: 0.75rem;
}

.map__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

iframe {
  width: 100%;
}

.map-item {
  margin: 0 auto;
  width: 100%;
}

.map iframe {
  height: 46.875rem;
}
.p-achive-column {
  margin-bottom: 12.1875rem;
  margin-top: 5.5625rem;
}

.p-achive-column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.375rem;
  padding-inline: 2.5rem;
}

.p-achive-column__title-ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  margin-left: 1.3125rem;
  position: relative;
}
.p-achive-column__title-ja::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.p-achive-column__title-en {
  margin-top: 0.75rem;
}
.p-achive-column__title-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  margin-top: 2rem;
}

.p-achive-column__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.0625rem;
}
.p-achive-column__term li a {
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #3f6382;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.25rem 1.875rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-achive-column__term li a:hover {
  background: #f2f3f4;
}
.p-achive-column__term li:first-child a {
  background: #3f6382;
  color: #fff;
}

.p-achive-column__article-wrap {
  margin-top: 7.4375rem;
}

.p-achive-column__article {
  gap: 8.125rem clamp(2.125rem, 0.839rem + 2.679vw, 3.25rem);
  margin-top: 2.75rem;
}

.p-achive-column-card__date {
  color: #7e878e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4375rem; /* 243.75% */
}

.p-achive-column-card__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem; /* 166.667% */
}
.p-achive-column-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.p-achive-column-card__cat span {
  background: #3f6382;
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.125rem 0.8125rem;
}

.p-achive-column-card__img {
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.p-achive-column-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.pagination {
  align-items: center;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  margin-top: 8.125rem;
}
.pagination span,
.pagination a {
  align-items: center;
  border: 0.0625rem solid #3f6382;
  border-radius: 50%;
  color: #3f6382;
  display: flex;
  font-family: "Rounded Mplus 1c";
  font-size: 1.375rem;
  font-weight: 500;
  height: 2.75rem;
  justify-content: center;
  line-height: 110%; /* 24.2px */
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  width: 2.75rem;
}
.pagination span:hover,
.pagination a:hover {
  background: #f2f3f4;
}

.prev {
  display: block;
  height: 2.1875rem !important;
  margin-right: 1.5625rem;
  position: relative;
  width: 2.1875rem !important;
}
.prev svg {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.next {
  display: block;
  height: 2.1875rem !important;
  margin-left: 1.5625rem;
  position: relative;
  width: 2.1875rem !important;
}
.next svg {
  -webkit-transform: translate(-50%, -50%);
  flex-shrink: 0;
  height: 0.875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
}

.current {
  background: #3f6382;
  color: #fff !important;
}
.pickup {
  color: #000;
  margin-top: 6rem;
}

.pickup__inner {
  padding-bottom: 4rem;
}

.pickup__title-wrap {
  border-bottom: 0.0625rem solid #000;
  margin-left: initial;
}
.pickup__title-ja {
  color: #e62b1e;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 180%; /* 36px */
}

.pickup__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.1875rem;
}
.pickup__term li a {
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.pickup__term li a:hover {
  background: #9aa4b8;
  color: #fff;
}
.pickup__article {
  gap: 2rem 0.75rem;
  margin-top: 1.25rem;
}

.pickup-card__date {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

.pickup-card__title {
  font-size: 1rem;
  font-weight: 400;
}

.pickup-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.pickup-card__cat span {
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
}

.pickup-card__img {
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.pickup-card__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.pickup-card__button {
  background: #000;
  color: #fff;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 11.25rem;
}
.pickup-card__button:hover {
  background: #9aa4b8;
  color: #fff;
}

.pickup-card__button-link {
  flex-direction: row;
  padding: 0.75rem;
}
.pickup-card__button-link::after {
  background: url("../img/common/chevron-right-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.5rem;
  transition: background 0.3s ease;
  width: 1.5rem;
}
.p-business {
  background: #f2f3f4;
  margin-top: 5.5625rem;
}
.p-business__inner {
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-bottom: 4.5625rem;
  padding-inline: 2.5rem;
  padding-top: 5rem;
}

.p-business__title-text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  margin-top: 2.0625rem;
  max-width: 32.5625rem;
}

.p-business-item2 {
  width: 15rem;
}

.p-business-card3__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-business-card3__item-top {
  background: #fff;
  border-radius: 1.25rem;
  display: flex;
  gap: 2.8125rem;
  padding: 2.75rem 2.75rem 2.75rem 2.375rem;
  transition: box-shadow, background, 0.3s ease;
}
.p-business-card3__item-top:hover {
  background: rgba(226, 96, 60, 0.15);
}
.p-business-card3__item-top:hover .svg-circle {
  fill: #fff;
}
.p-business-card3__item-top:hover .svg-path-inheritance {
  stroke: #e2603c;
}

.p-business__img1 {
  height: 20.9375rem;
  width: 31.375rem;
}
.p-business__img1 img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 20.9375rem;
  object-fit: cover;
  object-position: center;
}

.p-business-card-item__box {
  display: grid;
  gap: clamp(1.5rem, 0.357rem + 2.381vw, 2.5rem);
  grid-auto-rows: auto;
  grid-template-columns: repeat(2, 1fr);
}

.p-business-card-item__box1 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.p-business-card3__body {
  background: var(--white, #fff);
  border-radius: 1.25rem;
  padding: 1.9375rem 1.75rem 2.3125rem;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.p-business-card3__body:hover {
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0);
}
.p-business-card3__body:hover.p-business-card3__body2 {
  background: rgba(144, 114, 177, 0.15);
}
.p-business-card3__body:hover.p-business-card3__body3 {
  background: rgba(161, 111, 53, 0.15);
}
.p-business-card3__body:hover.p-business-card3__body4 {
  background: rgba(91, 168, 139, 0.15);
}
.p-business-card3__body:hover.p-business-card3__body5 {
  background: rgba(83, 169, 192, 0.15);
}
.p-business-card3__body:hover .svg-circle {
  fill: #fff;
}
.p-business-card3__body:hover .svg-path-voluntary {
  stroke: #735991;
}
.p-business-card3__body:hover .svg-path-estate {
  stroke: #a16f35;
}
.p-business-card3__body:hover .svg-path-company {
  stroke: #53a9c0;
}
.p-business-card3__body:hover .svg-path-law {
  stroke: #5ba88b;
}
.p-business-card3__body-item {
  align-items: end;
  display: flex;
  gap: 1.3125rem;
  justify-content: center;
}
.p-business__img-under {
  max-width: 12.0625rem;
}
.p-business__img-under img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 8.0625rem;
  object-fit: cover;
  object-position: center;
}

.p-business-card3__body-right {
  max-width: 15.5625rem;
  width: 100%;
}

.p-business-card3__body-title-wrap {
  align-items: center;
  display: flex;
  gap: 0.8125rem;
  justify-content: center;
}

.p-business-card__img {
  height: 2.704375rem;
}

.p-business-card__img1 {
  margin-top: 0.5625rem;
}
.p-business-card__img1 img {
  width: 4.5625rem;
}

.p-business-card__img2 img {
  width: 3.7185rem;
}

.p-business-card__img3 img {
  width: 2.6875rem;
}
.p-business-card__img4 img {
  width: 3.2329375rem;
}
.p-business-card__img5 img {
  width: 3.4376875rem;
}

.p-business-card3__title {
  font-size: clamp(1.25rem, 0.964rem + 0.595vw, 1.5rem);
}
.p-business-card3__title1 {
  font-size: 1.875rem;
  margin-top: 0.8125rem;
}

.p-business-card3__txt {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 1.6875rem;
}

.p-business__button1 {
  background: #e2603c;
  border: 2px solid #e2603c;
  margin-top: 2.8125rem;
  width: clamp(20rem, 16.857rem + 6.548vw, 22.75rem);
}
.p-business__button1:hover {
  background: transparent;
}
.p-business__button1:hover .p-business-button__link1 {
  color: #e2603c;
}
.p-business__button1:hover .svg-circle {
  fill: #e2603c;
}
.p-business__button1:hover .svg-path {
  stroke: #fff;
}

.p-business__button2 {
  background: #735991;
  border: 2px solid #735991;
  margin-top: 2.8125rem;
  width: clamp(17.375rem, 11.232rem + 12.798vw, 22.75rem);
}
.p-business__button2:hover {
  background: transparent;
}
.p-business__button2:hover .p-business-button__link2 {
  color: #735991;
}
.p-business__button2:hover .svg-circle {
  fill: #735991;
}
.p-business__button2:hover .svg-path {
  stroke: #fff;
}

.p-business__button3 {
  background: #a16f35;
  border: 2px solid #a16f35;
  margin-top: 2.8125rem;
  width: clamp(17.375rem, 11.232rem + 12.798vw, 22.75rem);
}
.p-business__button3:hover {
  background: transparent;
}
.p-business__button3:hover .p-business-button__link3 {
  color: #a16f35;
}
.p-business__button3:hover .svg-circle {
  fill: #a16f35;
}
.p-business__button3:hover .svg-path {
  stroke: #fff;
}

.p-business__button4 {
  background: #53a9c0;
  border: 2px solid #53a9c0;
  margin-top: 2.8125rem;
  width: clamp(17.375rem, 11.232rem + 12.798vw, 22.75rem);
}
.p-business__button4:hover {
  background: transparent;
}
.p-business__button4:hover .p-business-button__link4 {
  color: #53a9c0;
}
.p-business__button4:hover .svg-circle {
  fill: #53a9c0;
}
.p-business__button4:hover .svg-path {
  stroke: #fff;
}

.p-business__button5 {
  background: #5ba88b;
  border: 2px solid #5ba88b;
  margin-top: 2.8125rem;
  width: clamp(17.375rem, 11.232rem + 12.798vw, 22.75rem);
}
.p-business__button5:hover {
  background: transparent;
}
.p-business__button5:hover .p-business-button__link5 {
  color: #5ba88b;
}
.p-business__button5:hover .svg-circle {
  fill: #5ba88b;
}
.p-business__button5:hover .svg-path {
  stroke: #fff;
}

.p-business-button__link {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8125rem; /* 161.111% */
}

.p-business-card3__txt1 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1.875rem;
}

.p-business__svg-wrap {
  text-align: right;
}

.p-business__svg-wrap1 {
  margin-top: 3.4375rem;
}

.service-cta-wrap {
  margin-bottom: 12rem;
  margin-top: 3.9375rem;
}

.p-contact-confirm {
  margin-top: 5.5625rem;
}

.p-contact-confirm__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 61.4375rem;
  padding-inline: 2.5rem;
}

.contact-confirm__title {
  font-size: 1.875rem;
  line-height: 2rem; /* 106.667% */
}

.p-contact-confirm__list {
  background: #f2f3f4;
  border-radius: 1.25rem;
  font-size: 1.0625rem;
  margin-top: 2.625rem;
  padding: 3.625rem 3.5rem 4rem;
}

.p-contact-confirm__item {
  align-items: center;
  display: flex;
}
.p-contact-confirm__item:not(:first-child) {
  margin-top: 1.25rem;
}

.p-contact-confirm__title {
  flex-shrink: 0;
  font-weight: 600;
  width: 20rem;
}

.p-contact-confirmInput,
.p-contact-confirmCheckbox,
.p-contact-confirmTextarea {
  font-weight: 400;
  overflow-wrap: anywhere;
}

.p-contact-confirm__submit-wrap {
  margin-top: 3.9375rem;
}

.return {
  align-items: center;
  align-items: center;
  background: #e62b1e;
  border: 0.125rem solid #e62b1e;
  color: #fff;
  display: flex;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
  justify-content: space-between;
  justify-content: center;
  max-width: 22.75rem;
  padding: 1.4375rem 0.8125rem 1.4375rem 0.8125rem;
  position: relative;
  position: relative;
  transition: color, background 0.3s ease;
  width: 100%;
}
.return::after {
  -webkit-transform: scaleX(-1);
  background: url("../img/common/red-arrow.png") no-repeat center center/contain;
  content: "";
  flex-shrink: 0;
  height: 2.5rem;
  left: 0.8125rem;
  position: absolute;
  transform: scaleX(-1);
  width: 2.5rem;
}

.return.common-button:hover {
  background: #fff;
  color: #e62b1e;
}

.p-contact-confirm__btn-submit {
  margin-bottom: 12.1875rem;
  margin-top: 2.5rem;
}

.send {
  align-items: center;
  align-items: center;
  background: #3f6382;
  border: 0.125rem solid #3f6382;
  color: #fff;
  display: flex;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  justify-content: center;
  margin-bottom: 12.1875rem;
  max-width: 22.75rem;
  padding: 1.4375rem 0.8125rem 1.4375rem 0.8125rem;
  position: relative;
  position: relative;
  transition: color, background 0.3s ease;
  width: 100%;
}
.send::after {
  background: url("../img/common/arrow-deep-blue.png") no-repeat center center/contain;
  content: "";
  flex-shrink: 0;
  height: 2.5rem;
  position: absolute;
  right: 0.8125rem;
  width: 2.5rem;
}

.send.common-button:hover {
  background: #fff;
  color: #3f6382;
}

.home-title {
  color: #3f6382;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 110%; /* 49.5px */
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.625rem;
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.home-title::after {
  background-color: #8f1717;
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.contact-thanks__heading {
  margin-bottom: 2.25rem;
  margin-top: 5.5625rem;
}

.contact-thanks__heading__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 61.4375rem;
  padding-inline: 2.5rem;
  text-align: center;
}

.contact-thanks-heading__item {
  background: #f2f3f4;
  border-radius: 1.25rem;
  padding: 3.625rem 3.625rem 4rem 4.3125rem;
}

.contact-thanks-heading__text {
  font-size: 1.0625rem;
  line-height: 2.3125rem; /* 217.647% */
  text-align: center;
}

.contact-thanks-heading__text2 {
  margin-top: 2.5rem;
}

.contact-thanks-heading__text3 {
  margin-top: 2.5rem;
  margin-top: 2.5rem;
}

.contact-thanks__tel-box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.contact-thanks__tel-box img {
  height: 1.9375rem;
  margin-top: 0.25rem;
  width: 1.9375rem;
}

.contact-thanks__tel-box-item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.contact-thanks__tel-number {
  display: block;
  font-size: 1.6875rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.contact-thanks__time {
  display: block;
  margin-top: 0.4375rem;
}

.contact-thanks__button {
  margin-bottom: 12.1875rem;
  margin-top: 3.9375rem;
}

.p-contact-home-title {
  color: #3f6382;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 110%; /* 49.5px */
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.625rem;
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.p-contact-home-title::after {
  background-color: #8f1717;
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.p-contact {
  background: #f2f3f4;
  margin-bottom: 12.1875rem;
  padding: 6.25rem 0;
}

.p-contact__heading {
  margin-bottom: 2.25rem;
  margin-top: 5.5625rem;
}

.p-contact__heading__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 47.5rem;
  padding-inline: 2.5rem;
  text-align: center;
}

.p-contact-heading__text {
  font-size: 1.25rem;
}

.p-contact-heading__text2 {
  margin-top: 3.75rem;
}

.p-contact__tel-box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.p-contact__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-contact__tel-box-item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.p-contact__tel-number {
  display: block;
  font-size: 2.3125rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-contact__time {
  display: block;
  margin-top: 0.4375rem;
}

.contact {
  background: #f2f3f4;
  margin-bottom: 12.1875rem;
  padding: 6.25rem 0;
}

.p-contact__inner {
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  padding-inline: 2.5rem;
}

.p-contact__items {
  background: #fff;
  border-radius: 1.25rem;
}
.p-contact__box {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.6875rem;
  padding-bottom: 4.4375rem;
  padding-inline: 1.5rem;
  padding-top: 4.0625rem;
}

.p-p-contact__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25rem;
  padding: 0 1.5625rem 6.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 100%;
}

.p-form__item {
  padding: 1.71875rem 0;
}

.p-form__title label {
  font-size: 1.0625rem;
}

.p-form__title {
  align-items: start;
  display: flex;
  font-size: 1.125rem;
  gap: 0.5rem;
}
.p-form__title span {
  color: #8f1717;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.5rem; /* 184.615% */
  margin-top: 0.125rem;
}

.p-form__title--type03 {
  flex-direction: column;
}

.p-form__title--aiStart {
  align-items: flex-start;
}

.p-form__input {
  flex: 1;
}

.p-formInput input::-webkit-input-placeholder, .p-formTextarea textarea::-webkit-input-placeholder {
  color: #7e878e;
  font-size: 1.0625rem;
}

.p-formInput input:-ms-input-placeholder, .p-formTextarea textarea:-ms-input-placeholder {
  color: #7e878e;
  font-size: 1.0625rem;
}

.p-formInput input::-ms-input-placeholder, .p-formTextarea textarea::-ms-input-placeholder {
  color: #7e878e;
  font-size: 1.0625rem;
}

.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
  color: #7e878e;
  font-size: 1.0625rem;
}

.p-formInput input {
  background: #f2f3f4;
  border: 0.0625rem solid #9aa4b8;
  border-radius: 0;
  border-radius: 0.3125rem;
  font-size: 1.0625rem;
  height: 4.0625rem;
  margin-top: 0.625rem;
  padding: 0 1.625rem;
  width: 100%;
}

.p-formInput-note {
  color: #3f6382;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem; /* 200% */
  margin-top: 0.4375rem;
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
  outline: 0.125rem solid #b5b5b5;
}

.p-formInput--sm input {
  max-width: 100%;
}

.p-formInput__post {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-formInput__post input {
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
}

.p-formInput__address {
  margin-top: 0.625rem;
}

.p-formInput__address input {
  width: 70%;
}

.p-formInput--tel {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
}

.p-formInput--tel > * {
  min-width: 0;
}

.p-formInput--tel input {
  max-width: 100%;
  width: 9.375rem;
}

.p-formSelect select {
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/common/pulldown.svg) right 0.625rem center/0.625rem no-repeat;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 1rem;
  height: 3.75rem;
  max-width: 100%;
  padding-left: 1.25rem;
  width: 15.625rem;
}

.p-formSelect select:focus {
  outline: 0.125rem solid #b5b5b5;
}

.p-formSelect--selected select {
  color: #333;
}

.p-formDate__flex {
  align-items: center;
  display: flex;
  gap: 2.1875rem;
}

.p-formDate__flex + .p-formDate__flex {
  margin-top: 1.25rem;
}

.p-formDate__label {
  font-size: 1rem;
}

.p-form__dataBlockFlex {
  align-items: center;
  display: flex;
}
.p-form__dataBlockFlex + .p-form__dataBlockFlex {
  margin-top: 1.25rem;
}

.p-form__dataBlockLabel {
  font-size: 1rem;
  width: 5rem;
}

.p-formCalendar {
  position: relative;
}

.p-formCalendar input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 1rem;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 0.3125rem;
  position: relative;
  width: 15.625rem;
}

.p-formCalendar input::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@-moz-document url-prefix() {
  .p-formCalendar input {
    background: none;
  }
  .p-formCalendar::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"></path></svg>') no-repeat center center/contain;
    content: "";
    display: block;
    height: 1rem;
    pointer-events: none;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-55%);
    width: 1rem;
  }
}
.p-formCalendar input::-webkit-date-and-time-value {
  text-align: left;
}

.p-formCalendar input:focus {
  outline: 0.125rem solid #b5b5b5;
}

.p-form__dataBlockDate input:not(.p-formDate__default) {
  color: #333;
}

.p-formNumber__txt {
  font-size: 1rem;
}

.p-formNumber__flex {
  align-items: center;
  display: flex;
  gap: 1.875rem;
  margin-top: 1.25rem;
}

.p-formNumber__block {
  align-items: center;
  display: flex;
}

.p-formNumber__blockLabel01 {
  font-size: 1rem;
  margin-right: 1.875rem;
}

.p-formNumber__blockLabel01 {
  font-size: 1rem;
}

.p-formNumber__blockInput {
  margin-right: 0.625rem;
  width: 9.375rem;
}

.p-formCheckbox input {
  display: none;
}

.p-formCheckbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3125rem 1.9375rem;
  margin-top: 1.8125rem;
}
.p-formCheckbox .wpcf7-list-item {
  margin-left: 0;
}

.p-formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

.p-formCheckbox--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.25rem;
}

.p-formCheckbox input + span {
  color: var(--gray, #4d4d4d);
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  padding: 0 0 0 2.1875rem;
  position: relative;
  width: auto;
}

.p-formCheckbox input + span::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0.1875rem;
  content: "";
  display: block;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
}

.p-formCheckbox input + span::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.1875rem solid #3f6382;
  border-right: 0.1875rem solid #3f6382;
  content: "";
  display: block;
  height: 0.8125rem;
  left: 0.375rem;
  margin-top: -0.5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 0.5rem;
}

.p-formCheckbox input:checked + span::after {
  opacity: 1;
}

.p-formRadio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

Ω .p-formRadio--vertical .wpcf7-radio {
  display: block;
}

.p-formRadio .wpcf7-list-item {
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.25rem;
}

.p-formRadio input + span {
  cursor: pointer;
  display: flex;
  font-size: 1rem;
}

.p-formRadio input[type=radio] {
  display: none;
}

.p-formRadio input + span::before {
  background: #fff;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 100%;
  content: "";
  height: 1.25rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  width: 1.25rem;
}

.p-formRadio input:checked + span::before {
  background-color: blue;
  box-shadow: inset 0 0 0 0.1875rem #fff;
}

.p-formTextarea textarea {
  background: #f2f3f4;
  border: 0.0625rem solid #9aa4b8;
  border-radius: 0.3125rem;
  font-size: 1.0625rem;
  margin-top: 0.6875rem;
  min-height: 19.625rem;
  padding: 1.3125rem 1.625rem;
  width: 100%;
}

.p-form__privacy {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem; /* 171.429% */
  margin-top: 0.3125rem;
  text-align: left;
}

.p-form__privacy a {
  color: #3f6382;
  font-size: 0.875rem;
  line-height: 1;
  line-height: 110%; /* 15.4px */
  position: relative;
  text-decoration: none;
}
.p-form__privacy a::after {
  background-color: var(--gray-line, #9aa4b8);
  bottom: -0.375rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-form__acceptance {
  margin-top: 1.875rem;
  text-align: center;
}

.p-form__submit {
  margin-top: 3.125rem;
  text-align: center;
}
.p-form__submit p {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.p-formBtn input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 110%; /* 18.7px */
  text-align: left;
  width: 100%;
}
.p-formBtn input:disabled {
  background-color: #eee;
  border-color: #eee;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #2c94de;
  font-size: 1.5rem;
  padding: 0.9375rem 0.625rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
  font-size: 1.5rem;
  padding: 0.9375rem 0.625rem;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation__error {
  color: red;
  display: none;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.625rem;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
  display: block;
}

.p-form__submit {
  padding: 0;
}

.button__send {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  max-width: 22.75rem;
  padding: 1.4375rem 0.8125rem 1.4375rem 2.1875rem;
  position: relative;
  position: relative;
  transition: color, background 0.3s ease;
  width: 100%;
}
.button__send::after {
  background: url("../img/common/arrow-deep-blue.png") no-repeat center center/contain;
  content: "";
  flex-shrink: 0;
  height: 2.5rem;
  position: absolute;
  right: 0.8125rem;
  width: 2.5rem;
}

.button__send.common-button:hover {
  background: #fff;
  color: #3f6382;
}

.p-corporate-legal-heading-wrap {
  border-bottom: none;
  margin-top: 7.625rem;
}

.p-corporate-legal-mv {
  border-bottom: 0.0625rem solid #9aa4b8;
  margin-top: 0.5rem;
  padding-bottom: 2.75rem;
}

.p-corporate-legal-mv__inner {
  display: flex;
  flex-direction: column;
  gap: 6.8125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 85.625rem;
  padding-inline: 2.5rem;
}

.p-corporate-legal-mv__content {
  align-items: end;
  display: flex;
  gap: clamp(2.625rem, 1.554rem + 2.232vi, 3.5625rem);
  justify-content: center;
}

.p-corporate-legal-mv__left-box {
  margin-left: clamp(0.625rem, -2.018rem + 5.506vi, 2.9375rem);
  width: 51.3643659711%;
}

.p-corporate-legal-mv-profile__title {
  align-items: center;
  color: #5ba88b;
  display: flex;
  font-size: clamp(3.25rem, 2.964rem + 0.595vw, 3.5rem);
  gap: 2.0625rem;
}
.p-corporate-legal-mv-profile__title span {
  font-size: clamp(3.25rem, 2.964rem + 0.595vw, 3.5rem);
}
.p-corporate-legal-mv-profile__title img {
  flex-shrink: 0;
  height: 2.5775rem;
  width: 3.4376875rem;
}

.p-corporate-legal-item__title {
  font-size: 1.375rem;
  margin-top: 4.375rem;
}

.p-corporate-legal-mv__text {
  font-weight: 400;
  line-height: 1.5625rem; /* 181.25% */
  margin-top: 1.8125rem;
}

.p-corporate-legal-mv__tel-box {
  align-items: center;
  display: flex;
  margin-top: 1.6875rem;
}
.p-corporate-legal-mv__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-corporate-legal-mv__tel-number {
  font-size: 1.8125rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-corporate-legal-mv__tel-time {
  margin-left: 2.375rem;
  margin-top: 0.3125rem;
}

.p-corporate-legal-mv__right-box {
  width: 43.6597110754%;
}

.p-corporate-legal-mv__img {
  border-radius: 1.25rem;
  border-radius: 1.25rem;
  display: block;
}
.p-corporate-legal-mv__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 1.25rem;
  height: 22.6896875rem;
  object-fit: cover;
  object-position: center;
}

.p-corporate-legal-about {
  padding: 5.25rem 0 0;
}

.p-corporate-legal-about__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.5625rem;
  padding-inline: 2.5rem;
}

.p-corporate-legal-about__items {
  align-items: center;
  align-items: stretch;
  border: 0.0625rem solid var(--gray-line, #9aa4b8);
  border-radius: 0.75rem;
  border-radius: 0.75rem;
  display: flex;
}

.p-corporate-legal-about__title-item {
  align-items: center;
  background: #5ba88b;
  border-radius: 0.75rem 0px 0px 0.75rem;
  display: flex;
  justify-content: center;
  width: 36.962963%;
}

.p-corporate-legal-about__title-box {
  align-items: center;
  display: flex;
  gap: 0.59375rem;
  justify-content: center;
}
.p-corporate-legal-about__title-box svg {
  height: 1.6875rem;
  margin-top: 0.25rem;
  width: 1.6875rem;
}

.p-corporate-legal-about__title-ja {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem; /* 120.833% */
  text-align: center;
}

.p-corporate-legal-about__contents {
  padding: 2.1875rem 2.9375rem;
  width: 77.037037%;
}

.p-corporate-legal-about__content {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}

.p-corporate-legal-about__item-box {
  align-items: center;
  display: flex;
}

.p-corporate-legal-about__item-box:hover .svg-circle {
  fill: #fff;
  stroke: #3f6382;
}
.p-corporate-legal-about__item-box:hover .svg-path {
  stroke: #3f6382; /* 青い矢印 */
}

.p-corporate-legal-about__item {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
}

.p-corporate-legal-about__item-date {
  color: var(--11, #777);
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  transition: opacity 0.3s ease;
}

.p-corporate-legal-about__item-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem; /* 188.889% */
}

.p-corporate-legal-about__item-title {
  color: var(--9, #3c4983);
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
}
.p-corporate-legal-about__item-content {
  color: var(--10, #1c1c1c);
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-top: 0.25rem;
}
.p-corporate-legal-grid {
  margin-top: 6.4375rem;
}

.p-corporate-legal-grid__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-corporate-legal-grid__title-box {
  text-align: center;
}

.p-corporate-legal-grid__title-ja {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  position: relative;
}

.p-corporate-legal-grid__items {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(32.5rem, 1fr));
  margin-top: 2.25rem;
}

.p-corporate-legal-grid__item {
  background: #f2f3f4;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 24.5rem;
  max-width: 32.5rem;
  padding: 1.875rem 3.125rem 3.3125rem 3.125rem;
}

.p-corporate-legal-grid__body {
  text-align: center;
}

.p-corporate-legal-grid__comment {
  background: #fff;
  border-radius: 1.25rem;
  color: #5ba88b;
  display: inline-block;
  font-size: 1.375rem;
  line-height: 2.125rem; /* 154.545% */
  padding: 1.375rem 1.875rem;
  position: relative;
  text-align: center;
}

.p-corporate-legal-grid__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem; /* 188.889% */
  margin-top: 2rem;
  text-align: left;
}

.p-corporate-legal-grid__contact {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 2.5rem;
  text-align: center;
}

.p-corporate-legal {
  margin-top: 5rem;
}

.p-corporate-legal__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-corporate-legal__item {
  border: 0.125rem solid #5ba88b;
  border-radius: 1.25rem;
  padding: 2rem 2.5rem 2.625rem 2.5rem;
}

.p-corporate-legal__body {
  text-align: center;
}

.p-corporate-legal__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 18.384625rem;
  padding-inline: 1.25rem;
  text-align: center;
}
.p-corporate-legal__heading {
  color: #5ba88b;
  font-size: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4375rem;
  max-width: 30.25rem;
  text-align: left;
}

.p-corporate-legal__txt {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 2rem;
  text-align: center;
}

.p-corporate-legal-cta {
  margin-top: 4.8125rem;
}

.p-corporate-legal-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-corporate-legal-cta__img {
  -webkit-transform: translateX(-50%);
  border-radius: 2.5rem;
  display: block;
  height: 17.2225625rem;
  left: 50%;
  position: absolute;
  top: -10rem;
  transform: translateX(-50%);
  width: 28.1000625rem;
  z-index: 100;
}
.p-corporate-legal-cta__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 2.5rem;
  object-fit: cover;
  object-position: center;
}

.p-corporate-legal-cta__item-box {
  background: #3f6382;
  border-radius: 3.5rem;
  padding-bottom: 1.75rem;
  padding-inline: 1.8125rem;
  padding-top: 2.375rem;
  position: relative;
  z-index: 99;
}

.p-corporate-legal-cta__item {
  border-radius: 1.25rem;
  color: #fff;
  padding-bottom: 1.625rem;
  position: relative;
  z-index: 100;
}

.p-corporate-legal-cta__link-img {
  background: #fff;
  border-radius: 50%;
  height: 6.0625rem;
  position: relative;
  width: 6.0625rem;
}
.p-corporate-legal-cta__link-img img {
  -webkit-transform: translate(-50%, -50%);
  height: 2.387125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3125rem;
}

.p-corporate-legal-cta__txt {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
  justify-content: center;
  margin-right: 3.0625rem;
}
.p-corporate-legal-cta__txt span {
  color: #fff;
  font-size: 1.6875rem;
}
.p-corporate-legal-cta__txt img {
  height: 1.533375rem;
  width: 1.6875rem;
}

.p-corporate-legal-cta__button {
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.8125rem;
}

.p-corporate-legal__tel-box {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 1.125rem;
}
.p-corporate-legal__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-corporate-legal__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.p-corporate-legal__tel-number {
  font-size: clamp(1.375rem, 0.304rem + 2.232vw, 2.3125rem);
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-corporate-legal__time {
  margin-top: 0.4375rem;
}

.p-corporate-legal__button-wrap {
  align-items: center;
  display: flex;
  gap: 1.6875rem;
  justify-content: center;
  margin-top: 2.125rem;
  text-align: center;
}

.p-corporate-legal__button1 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: clamp(20rem, 16.857rem + 6.548vw, 22.75rem);
}
.p-corporate-legal__button1:hover {
  background: transparent;
}
.p-corporate-legal__button1:hover .p-corporate-legal-button__link1 {
  color: #fff;
}
.p-corporate-legal__button1:hover .svg-circle {
  fill: #fff;
}
.p-corporate-legal__button1:hover .svg-path {
  stroke: #3f6382;
}

.p-corporate-legal-button__link1 {
  color: #3f6382;
}

.p-corporate-legal__button2 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: clamp(20rem, 16.857rem + 6.548vw, 22.75rem);
}
.p-corporate-legal__button2:hover {
  background: #3f6382;
}
.p-corporate-legal__button2:hover .p-corporate-legal-button__link2 {
  color: #fff;
}
.p-corporate-legal__button2:hover .p-corporate-legal-button__link1 {
  color: #fff;
}
.p-corporate-legal__button2:hover .svg-circle {
  fill: #fff;
}
.p-corporate-legal__button2:hover .svg-path {
  stroke: #3f6382;
}

.p-corporate-legal-button__link2 {
  color: #00a651;
}

.p-corporate-legal__copy {
  color: #f7f1ab;
  display: block;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.01125rem;
  line-height: 1.0625rem;
  margin-top: 0.0625rem;
  text-align: center;
}
.business__button5 {
  background: #5ba88b;
  border: 0.125rem solid #5ba88b;
  margin-top: 2.25rem;
  width: clamp(17.375rem, 11.232rem + 12.798vw, 22.75rem);
}
.business__button5:hover {
  background: transparent;
}
.business__button5:hover .business-button__link5 {
  color: #5ba88b;
}
.business__button5:hover .svg-circle {
  fill: #5ba88b;
}
.business__button5:hover .svg-path {
  stroke: #fff;
}

.service-cta-wrap {
  margin-bottom: 12.1875rem;
  margin-top: 2.875rem;
}

.column {
  margin-bottom: 12.1875rem;
  margin-top: 8.75rem;
}

.column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding-inline: 2.5rem;
}

.column__title-ja {
  font-size: 1.375rem;
  line-height: 110%;
  margin-left: 1.3125rem;
  position: relative;
}
.column__title-ja::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.1875rem;
}

.column__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.0625rem;
}
.column__term li a {
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #3f6382;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.25rem 1.875rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.column__term li a:hover {
  background: #f2f3f4;
}
.column__term li:first-child a {
  background: #3f6382;
  color: #fff;
}

.column__article-wrap {
  margin-top: 7.4375rem;
}
.column__article {
  gap: 8.125rem clamp(2.125rem, 0.839rem + 2.679vw, 3.25rem);
  margin-top: 2.75rem;
}

.column-card__date {
  color: #7e878e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4375rem; /* 243.75% */
  transition: opacity 0.3s ease;
}

.column-card__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem; /* 166.667% */
}
.column-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.column-card__cat span {
  background: #3f6382;
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.125rem 0.8125rem;
}

.column-card__img {
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.column-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.column-card__button {
  background: #000;
  color: #fff;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 11.25rem;
}
.column-card__button:hover {
  background: #9aa4b8;
  color: #fff;
}

.column-card__button-link {
  flex-direction: row;
  padding: 0.75rem;
}
.column-card__button-link::after {
  background: url("../img/common/chevron-right-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.5rem;
  transition: background 0.3s ease;
  width: 1.5rem;
}
.column__button {
  margin-top: 6.625rem;
}

.p-estate-heading-wrap {
  border-bottom: none;
  margin-top: 7.625rem;
}

.p-estate-mv {
  border-bottom: 0.0625rem solid #9aa4b8;
  margin-top: 0.5rem;
  padding-bottom: 2.75rem;
}

.p-estate-mv__inner {
  display: flex;
  flex-direction: column;
  gap: 6.8125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 85.625rem;
  padding-inline: 2.5rem;
}

.p-estate-mv__content {
  align-items: end;
  display: flex;
  gap: clamp(2.625rem, 1.554rem + 2.232vi, 3.5625rem);
  justify-content: center;
}

.p-estate-mv__left-box {
  margin-left: clamp(0.625rem, -2.018rem + 5.506vi, 2.9375rem);
  width: 51.3643659711%;
}

.p-estate-mv-profile__title {
  align-items: center;
  color: #a16f35;
  display: flex;
  font-size: clamp(3.25rem, 2.964rem + 0.595vw, 3.5rem);
  gap: 2.0625rem;
}
.p-estate-mv-profile__title span {
  font-size: clamp(3.25rem, 2.964rem + 0.595vw, 3.5rem);
}
.p-estate-mv-profile__title img {
  flex-shrink: 0;
  height: 3.0625rem;
  width: 2.8661875rem;
}

.p-estate-item__title {
  font-size: 1.375rem;
  margin-top: 4.375rem;
}

.p-estate-mv__address {
  font-weight: 400;
  line-height: 1.5625rem; /* 181.25% */
  margin-top: 1.875rem;
}

.p-estate-mv__tel-box {
  align-items: center;
  display: flex;
  margin-top: 1.6875rem;
}
.p-estate-mv__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-estate-mv__tel-number {
  font-size: 1.8125rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-estate-mv__tel-time {
  margin-left: 2.375rem;
  margin-top: 0.3125rem;
}

.p-estate-mv__right-box {
  width: 43.6597110754%;
}

.p-estate-mv__img {
  border-radius: 1.25rem;
  border-radius: 1.25rem;
  display: block;
}
.p-estate-mv__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 1.25rem;
  height: 22.6896875rem;
  object-fit: cover;
  object-position: center;
}

.p-estate-about {
  margin-top: 5.25rem;
}

.p-estate-about__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-estate-about__item {
  background: #f2f3f4;
  border-radius: 1.25rem;
  padding: 2.375rem 2.5rem 3.9375rem;
}

.p-estate-about__body {
  text-align: center;
}
.p-estate-about__title {
  color: #a16f35;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.8125rem; /* 103.571% */
  margin-top: 1.5rem;
}

.p-estate-about__txt1 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem; /* 188.889% */
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5625rem;
  max-width: 44.6875rem;
  text-align: left;
  width: 100%;
}

.p-estate-grid {
  margin-top: 6.875rem;
}

.p-estate-grid__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-estate-grid__title-box {
  text-align: center;
}

.p-estate-grid__title-ja {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}

.p-estate-grid__items {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.9375rem;
}

.p-estate-grid__item {
  background: #f2f3f4;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 24.5rem;
  max-width: 32.5rem;
  padding: 1.875rem 3.5625rem 4.875rem 3.0625rem;
}

.p-estate-grid__body {
  text-align: center;
}

.p-estate-grid__comment {
  background: #fff;
  border-radius: 1.25rem;
  color: #000;
  display: inline-block;
  font-size: 1.625rem;
  padding: 1.375rem 1.875rem;
  position: relative;
  text-align: center;
}
.p-estate-grid__comment::after {
  -webkit-transform: translateX(-50%);
  border-color: #fff transparent transparent transparent; /* Triangle color */
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 1.25rem; /* Adjust size */
  bottom: -1.25rem; /* Adjust based on triangle size */
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.p-estate-grid__title {
  color: #a16f35;
  font-size: 1.25rem;
  line-height: 2.125rem; /* 170% */
  margin-top: 2.5625rem;
  text-align: center;
}

.p-estate-grid__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem; /* 188.889% */
  margin-top: 0.9375rem;
  text-align: left;
}

.p-estate-grid__contact {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 2.625rem;
  text-align: center;
}

.p-estate-caution {
  margin-top: 5rem;
}

.p-estate-caution__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-estate-caution__item {
  border: 0.125rem solid #a16f35;
  border-radius: 1.25rem;
  padding: 2rem 2.5rem 3.75rem 2.5rem;
}

.p-estate-caution__body {
  text-align: center;
}

.p-estate-caution__img {
  text-align: center;
}
.p-estate-caution__img img {
  flex-shrink: 0;
  height: 3.671875rem;
  width: 4.02925rem;
}

.p-estate-caution__heading {
  color: #a16f35;
  font-size: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4375rem;
  max-width: 49rem;
  text-align: center;
}

.p-estate-caution__text-items {
  display: flex;
  flex-direction: column;
  gap: 4.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.1875rem;
  max-width: 47.625rem;
}

.p-estate-caution__text-item {
  text-align: left;
}

.p-estate-caution__title {
  font-size: 1.125rem;
}

.p-estate-caution__txt1 {
  font-size: clamp(1rem, 0.857rem + 0.298vi, 1.125rem);
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 1.125rem;
}

.p-estate-caution__reference {
  font-weight: 400;
  line-height: 2.0625rem; /* 206.25% */
  margin-top: 1.0625rem;
}

.p-estate-caution__comment {
  color: #00e;
  font-weight: 400;
  line-height: 2.0625rem; /* 206.25% */
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.p-estate-caution__txt2 {
  font-size: clamp(1rem, 0.857rem + 0.298vi, 1.125rem);
  font-size: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.3125rem;
  max-width: 49.125rem;
  text-align: left;
}

.p-estate-cta {
  margin-top: 16.5rem;
}

.p-estate-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-estate-cta__img {
  -webkit-transform: translateX(-50%);
  border-radius: 2.5rem;
  display: block;
  height: 22.625rem;
  left: 50%;
  position: absolute;
  top: -10rem;
  transform: translateX(-50%);
  width: 28.2370625rem;
  z-index: 100;
}
.p-estate-cta__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 2.5rem;
  object-fit: cover;
  object-position: center;
}

.p-estate-cta__item-box {
  background: #3f6382;
  border-radius: 3.5rem;
  padding-bottom: 3rem;
  padding-inline: 1.8125rem;
  padding-top: 10rem;
  position: relative;
  z-index: 99;
}

.p-estate-cta__item {
  border-radius: 1.25rem;
  color: #fff;
  padding-bottom: 1.625rem;
  position: relative;
  z-index: 100;
}

.p-estate-cta__text-box {
  border-bottom: 0.0625rem solid #f2f3f4;
  margin-left: auto;
  margin-right: auto;
  max-width: 46.0625rem;
  padding-bottom: 2.1875rem;
}

.p-estate-cta__text-title {
  color: var(--white, #fff);
  font-size: 1.75rem;
  line-height: 2.6875rem; /* 153.571% */
  text-align: center;
}

.p-estate-cta__text {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
  margin-top: 1.8125rem;
}

.p-estate-cta__link-img {
  background: #fff;
  border-radius: 50%;
  height: 6.0625rem;
  position: relative;
  width: 6.0625rem;
}
.p-estate-cta__link-img img {
  -webkit-transform: translate(-50%, -50%);
  height: 2.387125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3125rem;
}

.p-estate-cta__body {
  margin-top: 2.375rem;
  text-align: center;
}

.p-estate-cta__txt {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
  justify-content: center;
}
.p-estate-cta__txt span {
  color: #fff;
  font-size: 1.6875rem;
}
.p-estate-cta__txt img {
  height: 1.533375rem;
  width: 1.6875rem;
}

.p-estate-cta__button {
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.8125rem;
}

.p-estate__tel-box {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 1.125rem;
}
.p-estate__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-estate__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.p-estate__tel-number {
  font-size: clamp(1.375rem, 0.304rem + 2.232vw, 2.3125rem);
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-estate__time {
  margin-top: 0.4375rem;
}

.p-estate__button-wrap {
  align-items: center;
  display: flex;
  gap: 1.6875rem;
  justify-content: center;
  margin-top: 1.875rem;
  text-align: center;
}

.p-estate__button1 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: clamp(20rem, 16.857rem + 6.548vw, 22.75rem);
}
.p-estate__button1:hover {
  background: transparent;
}
.p-estate__button1:hover .p-estate-button__link1 {
  color: #fff;
}
.p-estate__button1:hover .svg-circle {
  fill: #fff;
}
.p-estate__button1:hover .svg-path {
  stroke: #3f6382;
}

.p-estate-button__link1 {
  color: #3f6382;
}

.p-estate__button2 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: clamp(20rem, 16.857rem + 6.548vw, 22.75rem);
}
.p-estate__button2:hover {
  background: #3f6382;
}
.p-estate__button2:hover .p-estate-button__link2 {
  color: #fff;
}
.p-estate__button2:hover .p-estate-button__link1 {
  color: #fff;
}
.p-estate__button2:hover .svg-circle {
  fill: #fff;
}
.p-estate__button2:hover .svg-path {
  stroke: #3f6382;
}

.p-estate-button__link2 {
  color: #00a651;
}

.p-estate__copy {
  color: #f7f1ab;
  display: block;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.01125rem;
  line-height: 1.0625rem;
  margin-top: 0.0625rem;
  text-align: center;
}
.service-cta-wrap {
  margin-top: 2.875rem;
}

.p-estate-column {
  margin-bottom: 12.1875rem;
  margin-top: 8.75rem;
}

.p-estate-column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding-inline: 2.5rem;
}

.p-estate-column__title-ja {
  font-size: 2rem;
  line-height: 110%;
  margin-left: 1.3125rem;
  position: relative;
}
.p-estate-column__title-ja::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.1875rem;
}

.p-estate-column__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.0625rem;
}
.p-estate-column__term li a {
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #3f6382;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.25rem 1.875rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-estate-column__term li a:hover {
  background: #f2f3f4;
}
.p-estate-column__term li:first-child a {
  background: #3f6382;
  color: #fff;
}

.p-estate-column__article-wrap {
  margin-top: 7.4375rem;
}
.p-estate-column__article {
  gap: 8.125rem clamp(2.125rem, 0.839rem + 2.679vw, 3.25rem);
  margin-top: 2.75rem;
}

.p-estate-column-card__date {
  color: #7e878e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4375rem; /* 243.75% */
  transition: opacity 0.3s ease;
}

.p-estate-column-card__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem; /* 166.667% */
}
.p-estate-column-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.p-estate-column-card__cat span {
  background: #3f6382;
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.125rem 0.8125rem;
}

.p-estate-column-card__img {
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.p-estate-column-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.p-estate-column-card__button {
  background: #000;
  color: #fff;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 11.25rem;
}
.p-estate-column-card__button:hover {
  background: #9aa4b8;
  color: #fff;
}

.p-estate-column-card__button-link {
  flex-direction: row;
  padding: 0.75rem;
}
.p-estate-column-card__button-link::after {
  background: url("../img/common/chevron-right-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.5rem;
  transition: background 0.3s ease;
  width: 1.5rem;
}
.p-estate-column__button {
  margin-top: 6.625rem;
}

.heading-wrap {
  border-bottom: 0.0625rem solid #9aa4b8;
  padding-bottom: 1rem;
}

.home-title {
  color: #3f6382;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 110%; /* 49.5px */
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.625rem;
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.home-title::after {
  background-color: #8f1717;
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.p-feature {
  margin-top: 5.625rem;
}

.p-feature__inner {
  display: flex;
  flex-direction: column;
  gap: 6.8125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 77.75rem;
  padding-inline: 2.5rem;
}

.p-feature__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 3.9375rem;
  justify-content: center;
}

.p-feature__left-box {
  width: 50.5154639175%;
}

.p-feature-profile__title {
  align-items: center;
  color: #8f1717;
  display: flex;
  font-size: 1.625rem;
  gap: 2.0625rem;
}
.p-feature-profile__title img {
  height: 4.25rem;
  width: 3.75rem;
}

.p-feature__address {
  font-weight: 400;
  line-height: 1.5625rem; /* 181.25% */
  margin-top: 1.875rem;
}

.p-feature__tel-box {
  align-items: center;
  display: flex;
  margin-top: 1.6875rem;
}
.p-feature__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-feature__tel-number {
  font-size: 1.8125rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-feature__tel-time {
  margin-left: 2.375rem;
  margin-top: 0.3125rem;
}

.p-feature__right-box {
  width: 37.1993127148%;
}

.p-feature__img {
  border-radius: 0.75rem;
  border-radius: 1.25rem;
  display: block;
}
.p-feature__img img {
  border: 1px solid var(--gray-line, #9aa4b8);
  border-radius: 0.75rem;
}

.p-business-cta {
  background: var(--light_blue, #b5c4d2);
  margin-bottom: 14.25rem;
  margin-top: 8.0625rem;
}

.p-business-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-business-cta__item-box {
  border-radius: 1.25rem;
  padding-bottom: 3.3125rem;
  padding-inline: 1.8125rem;
  padding-top: 2.25rem;
}

.p-business-cta__item {
  background: #fff;
  border-radius: 1.25rem;
  padding-bottom: 1.625rem;
  position: relative;
  z-index: 100;
}

.p-business-cta__item:nth-child(n+2) {
  -webkit-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
}

.p-business-cta__item:nth-child(n+3) {
  -webkit-transform: translateY(7.5rem);
  transform: translateY(7.5rem);
}

.p-business-cta__link-img {
  background: #fff;
  border-radius: 50%;
  height: 6.0625rem;
  position: relative;
  width: 6.0625rem;
}
.p-business-cta__link-img img {
  -webkit-transform: translate(-50%, -50%);
  height: 2.387125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3125rem;
}

.p-business-cta__body {
  text-align: center;
}

.p-business-cta__txt {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 110%; /* 18.7px */
  padding-top: 2.125rem;
}

.p-business-cta__button {
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.8125rem;
}

.p-business-cta__img {
  bottom: -5.1875rem;
  height: 13.375rem;
  left: calc(50% + 11.9375rem);
  position: absolute;
  width: 13.375rem;
}

.footer__nav-contents {
  align-items: end;
  display: flex;
  flex-direction: row-reverse;
}

.footer__logo {
  margin-top: 4rem;
}
.footer__logo img {
  display: inline-block;
  width: 12.5rem;
}

.footer__logo-text {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.35rem;
  margin-top: 1rem;
}

.footer__nav-wrap {
  background: #f2f3f4;
  padding-bottom: 2.125rem;
  padding-top: 2.625rem;
  width: 40.9722222222%;
}

.footer-nav__box {
  display: flex;
  gap: clamp(1.5rem, -5.929rem + 15.476vw, 8rem);
  margin-left: auto;
  max-width: 41.875rem;
  padding-inline: clamp(1.25rem, -0.179rem + 2.976vw, 2.5rem);
}

.footer__nav-ul {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}

.footer .menu-item a {
  transition: opacity 0.3s ease;
}
.footer .menu-item a:hover {
  opacity: 0.5;
}

.footer .sub-menu {
  border-left: 0.0625rem solid #9aa4b8;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.1875rem;
}
.footer .sub-menu li {
  margin-left: 1.1875rem;
}
.footer .sub-menu li a {
  color: #505153;
  font-size: 0.875rem;
  transition: opacity 0.3s ease;
}
.footer .sub-menu li a:hover {
  opacity: 0.5;
}
.footer-nav__text {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.5rem;
  text-align: center;
}

.footer__right-box-wrap {
  background: #3f6382;
  border-radius: 8.75rem 0px 0px 0px;
  padding-left: 6.375rem;
  width: 59.0277777778%;
}

.footer__right-box {
  color: #fff;
  margin-right: auto;
  max-width: 41.1875rem;
  padding-bottom: 4.75rem;
  padding-inline: 2.5rem;
  padding-top: 3.9375rem;
}

.footer-title__box {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
}

.footer__title-ja {
  font-size: 1.6875rem;
  position: relative;
}
.footer__title-ja::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/common/footer-comment.png") no-repeat center center/contain;
  content: "";
  height: 1.533375rem;
  left: -3.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6875rem;
}

.footer__text {
  font-weight: 400;
  line-height: 1.8125rem;
  margin-top: 1.5rem;
}

.footer__tel-box {
  align-items: center;
  display: flex;
  margin-top: 1.6875rem;
}
.footer__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.footer__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.footer__tel-number {
  font-size: clamp(1.375rem, 0.304rem + 2.232vw, 2.313rem);
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.footer__time {
  margin-top: 0.4375rem;
}

.footer__button-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  justify-content: center;
  margin-top: 3.125rem;
  text-align: left;
}

.footer__button1 {
  background: #fff;
  cursor: pointer;
  margin-left: initial;
  padding: 0.8125rem 0.8125rem 0.8125rem 2.6875rem;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
  width: 22.75rem;
}
.footer__button1:hover {
  background: transparent;
  border: 0.125rem solid #fff;
}
.footer__button1:hover .footer-button__link1 {
  color: #fff;
}
.footer__button1:hover .svg-circle {
  fill: #fff;
}
.footer__button1:hover .svg-path {
  stroke: #3f6382;
}

.footer-button__link1 {
  color: #3f6382;
}

.footer__button2 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  width: 22.75rem;
}
.footer__button2:hover {
  background: #3f6382;
}
.footer__button2:hover .footer-button__link2 {
  color: #fff;
}
.footer__button2:hover .footer-button__link1 {
  color: #fff;
}
.footer__button2:hover .svg-circle {
  fill: #fff;
}
.footer__button2:hover .svg-path {
  stroke: #3f6382;
}

.footer-button__link2 {
  color: #00a651;
}

.footer__copy {
  color: #f7f1ab;
  display: block;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.01125rem;
  line-height: 1.0625rem;
  margin-top: 0.0625rem;
  text-align: center;
}
.footer__small-item {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1440px + 5rem);
  padding-bottom: 1.625rem;
  padding-inline: 2.5rem;
  padding-top: 1rem;
}

.footer__company-link {
  font-size: 1.5625rem;
}
.footer__copy {
  color: #505153;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.5rem;
  text-align: left;
}
.p-front-mv__inner {
  display: flex;
  gap: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90.875rem;
  padding-bottom: 4.4375rem;
  padding-left: 6.3125rem;
  padding-right: 1.8125rem;
  padding-top: 9.3125rem;
  width: 100%;
}

.p-front-mv__image {
  border-radius: 2.125rem;
  position: relative;
  width: 58.4%;
}
.p-front-mv__image::before {
  background: url("../img/front/signboard.png") no-repeat center center/contain;
  border-radius: 1.25rem;
  bottom: -5.25rem;
  content: "";
  height: 10.8541875rem;
  left: -8%;
  position: absolute;
  width: 16.28125rem;
}
.p-front-mv__image img {
  -o-object-fit: cover;
  border-radius: 2.125rem;
  display: block;
  height: 34rem;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}

.p-front-mv__content {
  position: relative;
  width: 35.527778%;
}

.p-front-mv__lead {
  display: flex;
  gap: 2.75rem;
  justify-content: center;
  margin-top: 2.6875rem;
  text-align: center;
}

.p-front-mv__lead1,
.p-front-mv__lead2,
.p-front-mv__lead3 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  color: #3f6382;
  font-size: 1.8125rem;
  letter-spacing: 0.1em;
  line-height: 2rem;
  text-align: left;
  text-orientation: upright;
  writing-mode: vertical-lr;
}

.p-front-mv-lead__en {
  bottom: -3.875rem;
  color: #3f6382;
  font-size: clamp(2.5rem, -0.214rem + 5.655vw, 4.875rem);
  font-weight: 900;
  line-height: 4.375rem; /* 89.744% */
  opacity: 0.05;
  position: absolute;
  text-align: right;
}

.p-front-mv__button-box {
  align-items: center;
  background: #fff;
  border-radius: 0.5625rem;
  bottom: -5.125rem;
  box-shadow: 0px 0px 0.9375rem 0px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 1rem;
  left: calc(50% - 17.375rem);
  padding: 1rem 1.1875rem;
  position: absolute;
}

.p-front-mv-button__text {
  font-size: clamp(0.75rem, 0.607rem + 0.298vw, 0.875rem);
  line-height: 110%; /* 15.4px */
  margin-bottom: 0.625rem;
  text-align: center;
}

.p-front-mv__button {
  align-items: center;
  border-radius: 4.375rem;
  display: flex;
  gap: clamp(1.25rem, -0.179rem + 2.976vi, 2.5rem);
  height: 4.125rem;
  justify-content: center;
  width: clamp(10.9375rem, 5.366rem + 11.607vw, 15.8125rem);
}
.p-front-mv__button:hover {
  background: #777;
  transition: background-color 0.3s ease;
}
.p-front-mv__button:hover .button__link {
  color: #fff;
}

.p-front-mv-button__link {
  color: #fff;
  font-size: clamp(0.875rem, 0.661rem + 0.446vw, 1.0625rem);
  line-height: 110%; /* 18.7px */
}

.consultation {
  background: #3f6382;
  border: 0.125rem solid #3f6382;
  transition: color, background 0.3s ease;
}
.consultation:hover {
  background: #fff;
}
.consultation:hover .p-front-mv-button__link {
  color: #3f6382;
}

.line {
  background: #00a651;
  border: 0.125rem solid #00a651;
  transition: background, color 0.3s ease;
}
.line:hover {
  background: #fff;
}
.line:hover .p-front-mv-button__link {
  color: #00a651;
}

.p-front-mv-button__arrow {
  height: clamp(1.5rem, 0.071rem + 2.976vw, 2.75rem);
  width: clamp(1.5rem, 0.071rem + 2.976vw, 2.75rem);
}

.p-front-news {
  padding: 6.75rem 0 0;
}

.p-front-news__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 69.5625rem;
  padding-inline: 2.5rem;
}

.p-front-news__items {
  align-items: center;
  align-items: stretch;
  border: 0.0625rem solid var(--gray-line, #9aa4b8);
  border-radius: 0.75rem;
  border-radius: 0.75rem;
  display: flex;
}

.p-front-news__title-item {
  align-items: center;
  background: #b5c4d2;
  background: var(--light_blue, #b5c4d2);
  border-radius: 0.75rem 0px 0px 0.75rem;
  display: flex;
  justify-content: center;
  width: 25%;
}

.p-front-news__title-box {
  align-items: center;
  display: flex;
  gap: 0.59375rem;
  justify-content: center;
}
.p-front-news__title-box svg {
  height: 1.3125rem;
  width: 1.3125rem;
}

.p-front-news__title-ja {
  font-size: 1.375rem;
  line-height: 110%; /* 24.2px */
  text-align: center;
}

.p-front-news__contents {
  padding: 1.5625rem 2.1875rem 1.5625rem 2.5625rem;
  width: 75%;
}

.p-front-news__content {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}

.p-front-news__item-link {
  align-items: center;
  display: flex;
}
.p-front-news__item-link:hover .p-front-news__item-date,
.p-front-news__item-link:hover .p-front-news__item-text {
  opacity: 0.7;
}
.p-front-news__item-link:hover .svg-circle {
  fill: #fff;
  stroke: #3f6382;
}
.p-front-news__item-link:hover .svg-path {
  stroke: #3f6382; /* 青い矢印 */
}

.p-front-news__item {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
}

.p-front-news__item-date {
  color: var(--11, #777);
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  transition: opacity 0.3s ease;
}

.p-front-news__item-text {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.p-front-news__item-title {
  color: var(--9, #3c4983);
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
}
.p-front-news__item-content {
  color: var(--10, #1c1c1c);
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-top: 0.25rem;
}
.p-front-news__svg {
  margin-left: auto;
  width: 1.4375rem;
}
.p-front-news__button {
  background: #000;
  margin-top: 2.5rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 15.25rem;
}
.p-front-news__button:hover {
  background: #9aa4b8;
  color: #fff;
}

.p-front-news__button-link {
  color: #fff;
  flex-direction: row;
  padding: 0.75rem 2rem;
}
.p-front-news__button-link::after {
  background: url("../img/common/chevron-right-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.5rem;
  transition: background 0.3s ease;
  width: 1.5rem;
}

.p-front-news-link__box {
  text-align: right;
}

.p-front-news__link {
  border-bottom: 0.0625rem solid var(--gray-line, #9aa4b8);
  color: #3f6382;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 110%; /* 15.4px */
  margin-right: 1.375rem;
  margin-top: 0.9375rem;
  padding-bottom: 0.375rem;
  transition: opacity 0.3s ease;
}
.p-front-news__link:hover {
  opacity: 0.7;
}

.service {
  margin-top: 4.3125rem;
  padding-inline: 1.5625rem;
}

.service__inner {
  background: #f2f3f4;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 91.8125rem;
  padding-bottom: 6.125rem;
  padding-inline: 3.0625rem;
  padding-top: 0.75rem;
}

.service__title-box {
  align-items: center;
  display: flex;
  height: clamp(11.5rem, 10.357rem + 2.381vw, 12.5rem);
  justify-content: space-between;
}

.service__title-ja {
  color: #3f6382;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 110%; /* 29.7px */
  position: relative;
}
.service__title-ja::before {
  background-color: #e62b1e;
  bottom: -1.6875rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 2.3125rem;
}

.service__title-en {
  color: #3f6382;
  font-size: 12.4375rem;
  font-weight: 900;
  line-height: 1;
  margin-top: -4rem;
  opacity: 0.05;
}

.service__title-text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  margin-top: 2.0625rem;
  max-width: 32.5625rem;
}

.service-item2 {
  width: 15rem;
}

.service-card3__items {
  display: flex;
  gap: 1.3125rem 1.375rem;
}

.service-card3__item-left {
  background: var(--white, #fff);
  border-radius: 0.75rem;
  box-shadow: 0px 0px 1.5625rem 0px rgba(0, 0, 0, 0.15);
  display: block;
  transition: box-shadow, background, 0.3s ease;
  width: 39.8455598456%;
}
.service-card3__item-left:hover {
  background: rgba(226, 96, 60, 0.15);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.service-card3__item-left:hover .svg-circle {
  fill: #fff;
}
.service-card3__item-left:hover .svg-path-inheritance {
  stroke: #e2603c;
}

.service-card3__item-right {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
  justify-content: space-between;
  width: 58.3783783784%;
}

.service-card-item__box {
  display: flex;
  gap: 1.3125rem;
}

.service-card-item__box1 {
  display: flex;
  flex-direction: column;
  padding-inline: 0.9375rem;
  text-align: center;
}

.service-card3__body {
  background: var(--white, #fff);
  border-radius: 0.75rem;
  box-shadow: 0px 0px 1.5625rem 0px rgba(0, 0, 0, 0.15);
  display: block;
  flex: 1;
  padding-bottom: 0.46875rem;
  padding-inline: 0.46875rem;
  padding-top: 1.5625rem;
  text-align: center;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.service-card3__body:hover {
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0);
}
.service-card3__body:hover.service-card3__body2 {
  background: rgba(144, 114, 177, 0.15);
}
.service-card3__body:hover.service-card3__body3 {
  background: rgba(161, 111, 53, 0.15);
}
.service-card3__body:hover.service-card3__body4 {
  background: rgba(91, 168, 139, 0.15);
}
.service-card3__body:hover.service-card3__body5 {
  background: rgba(83, 169, 192, 0.15);
}
.service-card3__body:hover .svg-circle {
  fill: #fff;
}
.service-card3__body:hover .svg-path-voluntary {
  stroke: #735991;
}
.service-card3__body:hover .svg-path-estate {
  stroke: #a16f35;
}
.service-card3__body:hover .svg-path-company {
  stroke: #53a9c0;
}
.service-card3__body:hover .svg-path-law {
  stroke: #5ba88b;
}

.service-card__img {
  height: 2.704375rem;
  margin-top: 1.125rem;
}

.service-card__img1 {
  padding-top: 6.375rem;
  text-align: center;
}
.service-card__img1 img {
  width: 4.5625rem;
}

.service-card__img2 img {
  width: 3.7185rem;
}

.service-card__img3 img {
  width: 2.6875rem;
}

.service-card__img4 img {
  width: 3.2329375rem;
}

.service-card__img5 img {
  width: 3.4376875rem;
}

.service-card3__title {
  font-size: 1.5rem;
  margin-top: 0.6875rem;
}

.service-card3__title1 {
  font-size: 1.875rem;
  margin-top: 1.5625rem;
}

.service-card3__txt {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 0.6875rem;
}

.service-card3__txt1 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1.5625rem;
  text-align: center;
}

.service__svg-wrap {
  margin-top: -1.125rem;
  text-align: right;
}

.service__svg-wrap1 {
  margin-top: 3.4375rem;
}

.p-front-feature {
  padding-bottom: 4.5rem;
  padding-top: 6.875rem;
}

.p-front-feature__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 78.25rem;
  padding-inline: 2.5rem;
}

.p-front-feature-title-wrap {
  text-align: center;
}

.p-front-feature__title-ja {
  color: #3f6382;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 110%; /* 36.3px */
  position: relative;
  text-align: center;
}
.p-front-feature__title-ja::before {
  background-color: #e62b1e;
  bottom: -1.6875rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 2.3125rem;
}
.p-front-feature__title-ja::before {
  -webkit-transform: translateY(-50%);
  left: 48%;
  transform: translateY(-50%);
  width: 3.0625rem;
}

.p-front-feature__title__text {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
  margin-top: 4.25rem;
  text-align: center;
}

.p-front-feature__items {
  display: grid;
  gap: 2rem clamp(1.25rem, 0.25rem + 2.083vw, 2.125rem);
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6.25rem;
}

.p-front-feature__item {
  border: 0.1875rem solid var(--light_blue, #b5c4d2);
  border-radius: 1.25rem;
  padding-bottom: 3.5625rem;
  padding-inline: 1.25rem;
  position: relative;
}

.p-front-feature__item:nth-child(n+2) {
  -webkit-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
}

.p-front-feature__item:nth-child(n+3) {
  -webkit-transform: translateY(7.5rem);
  transform: translateY(7.5rem);
}

.p-front-feature__number {
  -webkit-transform: translate(-50%, -50%);
  height: 4.25rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 3.75rem;
}

.p-front-feature__img {
  text-align: center;
}

.p-front-feature__img1 {
  margin-top: 1.6875rem;
}
.p-front-feature__img1 img {
  width: 13.1875rem;
}

.p-front-feature__img2 {
  margin-top: 3rem;
}
.p-front-feature__img2 img {
  width: 9.591375rem;
}

.p-front-feature__img3 {
  margin-top: 3rem;
}
.p-front-feature__img3 img {
  width: 12.125rem;
}

.p-front-feature__body {
  text-align: center;
}

.p-front-feature__title {
  color: #8f1717;
  font-size: clamp(1.4375rem, 1.223125rem + 0.446vw, 1.625rem);
  margin-top: 0.9375rem;
}

.p-front-feature__txt {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
  margin-top: 1.4375rem;
  padding-inline: 2rem;
  text-align: left;
}

.p-front-feature__button {
  margin-top: 10.8125rem;
}

.p-front-cta {
  background: #f2f3f4;
  padding-bottom: 2.75rem;
  padding-top: 2.75rem;
}

.p-front-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 69rem;
  padding-inline: 2.5rem;
}

.p-front-cta__contents {
  display: flex;
  gap: 3.125rem;
}

.p-front-cta__content {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 1.5625rem 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.375rem 2.75rem 0.875rem 2.75rem;
  transition: box-shadow 0.3s ease;
  width: calc(50% - 3.125rem);
}
.p-front-cta__content:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.p-front-cta__content:hover .p-front-cta-circle {
  fill: #8f1717;
}

.p-front-cta-circle {
  transition: fill 0.3s ease;
}

.p-front-cta__body {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}

.p-front-cta__head {
  align-items: center;
  border-bottom: 0.0625rem solid #777;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 1.0625rem;
  line-height: 180%; /* 36px */
  margin-left: 0.5625rem;
  max-width: 23.625rem;
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
}
.p-front-cta__head span {
  color: #3f6382;
  font-size: 1.5rem;
  font-weight: 500;
}

.p-front-cta__head1 {
  flex-shrink: 0;
  height: 1.8801875rem;
  width: 1.8214375rem;
}

.p-front-cta__head2 {
  height: 1.8176875rem;
  width: 1.6875rem;
}

.p-front-cta__txt {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
}

.svg-wrap {
  margin-top: 2.125rem;
  text-align: right;
}

.front-column {
  margin-bottom: 9.0625rem;
  padding-top: 7rem;
}

.about {
  padding-bottom: 6.3125rem;
  padding-top: 4.5rem;
  position: relative;
}

.about__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.8125rem;
  padding-inline: 2.5rem;
}

.about__content {
  display: flex;
  gap: clamp(1.875rem, -1.839rem + 7.738vw, 5.125rem);
}

.about__left-box {
  width: 39.4431554524%;
}

.about__title-ja {
  color: #3f6382;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  position: relative;
}
.about__title-ja::before {
  background-color: #e62b1e;
  bottom: -1.6875rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 2.3125rem;
}

.about__heading {
  color: #3f6382;
  font-size: clamp(1.125rem, -0.018rem + 2.381vw, 2.125rem);
  line-height: clamp(2.25rem, 0.393rem + 3.869vw, 3.875rem);
  margin-top: 4.1875rem;
}

.about__txt {
  line-height: 2.4375rem; /* 243.75% */
  margin-right: 0.75rem;
  margin-top: 3.1875rem;
}

.about__right-box {
  margin-top: 2.3125rem;
  padding-right: 2.75rem;
  width: 54.193349%;
}

.about__img {
  display: block;
  position: relative;
}
.about__img::before {
  background: #f2f3f4;
  border-radius: 1.25rem;
  content: "";
  height: 100%;
  position: absolute;
  right: -2.75rem;
  top: -2.625rem;
  width: 100%;
  z-index: -1;
}
.about__img img {
  border-radius: 1.25rem;
}

.about__list {
  counter-reset: custom-counter;
  font: size 0.875rem;
  list-style: none;
}

.about-list__item {
  color: black_1c;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 1.7em;
  text-indent: -1.5em;
}
.about-list__item + .about-list__item {
  margin-top: 1.4rem;
}

.about-list__item:before {
  content: counter(custom-counter) "." " ";
  counter-increment: custom-counter;
  padding-right: 0.2em;
}

.about__button {
  margin-left: initial;
  margin-top: 3.625rem;
}

.p-front-column {
  margin-bottom: 12.1875rem;
  margin-top: 8.75rem;
}

.p-front-column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding-inline: 2.5rem;
}

.p-front-column__title-ja {
  color: #3f6382;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 110%;
  position: relative;
}
.p-front-column__title-ja::before {
  background-color: #e62b1e;
  bottom: -1.6875rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 2.3125rem;
}

.p-front-column__title-text {
  color: #000;
  font-size: 1rem;
  margin-top: 4.25rem;
}

.p-front-column__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.0625rem;
}
.p-front-column__term li a {
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #3f6382;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.25rem 1.875rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-front-column__term li a:hover {
  background: #f2f3f4;
}
.p-front-column__term li:first-child a {
  background: #3f6382;
  color: #fff;
}

.p-front-column__article-wrap {
  margin-top: 7.4375rem;
}
.p-front-column__article {
  gap: 8.125rem clamp(2.125rem, 0.839rem + 2.679vw, 3.25rem);
  margin-top: 2.75rem;
}

.column-card__date {
  color: #7e878e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4375rem; /* 243.75% */
  transition: opacity 0.3s ease;
}

.column-card__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem; /* 166.667% */
}
.column-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.column-card__cat span {
  background: #3f6382;
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.125rem 0.8125rem;
}

.column-card__img {
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.column-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.column-card__button {
  background: #000;
  color: #fff;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 11.25rem;
}
.column-card__button:hover {
  background: #9aa4b8;
  color: #fff;
}

.column-card__button-link {
  flex-direction: row;
  padding: 0.75rem;
}
.column-card__button-link::after {
  background: url("../img/common/chevron-right-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.5rem;
  transition: background 0.3s ease;
  width: 1.5rem;
}
.p-front-column__button {
  margin-top: 6.625rem;
}

.p-guardianship-heading-wrap {
  margin-top: 7.625rem;
}

.guardianship-mv {
  border-bottom: 0.0625rem solid #9aa4b8;
  margin-top: 0.5rem;
  padding-bottom: 2.75rem;
}

.guardianship-mv__inner {
  display: flex;
  flex-direction: column;
  gap: 6.8125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 85.625rem;
  padding-inline: 2.5rem;
}

.guardianship-mv__content {
  align-items: end;
  display: flex;
  gap: clamp(2.625rem, 1.554rem + 2.232vi, 3.5625rem);
  justify-content: center;
}

.guardianship-mv__left-box {
  margin-left: clamp(0.625rem, -2.018rem + 5.506vi, 2.9375rem);
  width: 51.3643659711%;
}

.guardianship-mv-profile__title {
  align-items: center;
  color: #735991;
  display: flex;
  font-size: clamp(2.875rem, 2.161rem + 1.488vw, 3.5rem);
  gap: 2.0625rem;
}
.guardianship-mv-profile__title img {
  flex-shrink: 0;
  height: 2.704375rem;
  width: 3.7185rem;
}

.guardianship-mv-profile__title-span {
  font-size: clamp(2.875rem, 2.161rem + 1.488vw, 3.5rem);
}

.guardianship-item__title {
  font-size: 1.375rem;
  margin-top: 4.375rem;
}

.guardianship-mv__address {
  font-weight: 400;
  line-height: 1.5625rem; /* 181.25% */
  margin-top: 1.875rem;
}

.guardianship-mv__tel-box {
  align-items: center;
  display: flex;
  margin-top: 1.6875rem;
}
.guardianship-mv__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.guardianship-mv__tel-number {
  font-size: 1.8125rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.guardianship-mv__tel-time {
  margin-left: 2.375rem;
  margin-top: 0.3125rem;
}

.guardianship-mv__right-box {
  width: 43.6597110754%;
}

.guardianship-mv__img {
  border-radius: 1.25rem;
  border-radius: 1.25rem;
  display: block;
}
.guardianship-mv__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 1.25rem;
  height: 22.6896875rem;
  object-fit: cover;
  object-position: center;
}

.guardianship-about {
  padding: 5.875rem 0 0;
}

.guardianship-about__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.5625rem;
  padding-inline: 2.5rem;
}

.guardianship-about__items {
  align-items: center;
  align-items: stretch;
  border: 0.0625rem solid var(--gray-line, #9aa4b8);
  border-radius: 0.75rem;
  border-radius: 0.75rem;
  display: flex;
}

.guardianship-about__title-item {
  align-items: center;
  background: #735991;
  border-radius: 0.75rem 0 0 0.75rem;
  display: flex;
  justify-content: center;
  width: 36.962963%;
}

.guardianship-about__title-box {
  align-items: center;
  display: flex;
  gap: 0.59375rem;
  justify-content: center;
}
.guardianship-about__title-box svg {
  height: 1.6875rem;
  margin-top: 0.25rem;
  width: 1.6875rem;
}

.guardianship-about__title-ja {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem; /* 120.833% */
  text-align: center;
}

.guardianship-about__contents {
  padding: 2.1875rem 2.9375rem;
  width: 77.037037%;
}

.guardianship-about__content {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}

.guardianship-about__item-box {
  align-items: center;
  display: flex;
}

.guardianship-about__item-box:hover .svg-circle {
  fill: #fff;
  stroke: #3f6382;
}
.guardianship-about__item-box:hover .svg-path {
  stroke: #3f6382; /* 青い矢印 */
}

.guardianship-about__item {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
}

.guardianship-about__item-date {
  color: var(--11, #777);
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  transition: opacity 0.3s ease;
}

.guardianship-about__item-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem; /* 188.889% */
}
.guardianship-about__item-title {
  color: var(--9, #3c4983);
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
}
.guardianship-about__item-content {
  color: var(--10, #1c1c1c);
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-top: 0.25rem;
}
.guardianship-grid {
  margin-top: 4.8125rem;
}

.guardianship-grid__inner {
  display: flex;
  gap: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.guardianship-grid__left {
  width: 29.6296296296%;
}

.left-title-ja {
  font-size: 1.75rem;
  line-height: 3.125rem; /* 178.571% */
}

.left-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem; /* 188.889% */
  margin-top: 1.75rem;
}

.guardianship-grid__content {
  background: #f2f3f4;
  border-radius: 1.25rem;
  padding: 1.25rem 2.8125rem 2.9375rem;
  width: 66.7592592593%;
}

.guardianship-grid__title-ja {
  font-size: 1.125rem;
  line-height: 2.125rem; /* 188.889% */
}

.guardianship-grid__items {
  display: grid;
  gap: 2.25rem;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
}

.guardianship-grid__item {
  background: #fff;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2.1875rem;
  width: 100%;
}

.guardianship-grid__body {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  text-align: center;
}

.guardianship-grid__comment {
  background: #fff;
  border-radius: 1.25rem;
  color: #000;
  display: inline-block;
  font-size: 1.625rem;
  padding: 1.375rem 1.875rem;
  position: relative;
  text-align: center;
}
.guardianship-grid__comment::after {
  -webkit-transform: translateX(-50%);
  border-color: #fff transparent transparent transparent; /* Triangle color */
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 1.25rem; /* Adjust size */
  bottom: -1.25rem; /* Adjust based on triangle size */
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.guardianship-grid__title {
  color: #735991;
  font-size: 1.25rem;
  line-height: 2.125rem; /* 170% */
}

.guardianship-grid__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem; /* 188.889% */
  margin-top: 0.9375rem;
  text-align: left;
}

.guardianship-grid__contact {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 0.8125rem;
  text-align: left;
}

.guardianship-cta {
  margin-top: 4.8125rem;
}

.guardianship-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
  position: relative;
}

.guardianship-cta__img {
  -webkit-transform: translateX(-50%);
  border-radius: 2.5rem;
  display: block;
  height: 17.2225625rem;
  left: 50%;
  position: absolute;
  top: -10rem;
  transform: translateX(-50%);
  width: 28.1000625rem;
  z-index: 100;
}
.guardianship-cta__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 2.5rem;
  object-fit: cover;
  object-position: center;
}

.guardianship-cta__item-box {
  background: #3f6382;
  border-radius: 3.5rem;
  padding-bottom: 1.75rem;
  padding-inline: 1.8125rem;
  padding-top: 2.375rem;
  position: relative;
  z-index: 99;
}

.guardianship-cta__item {
  border-radius: 1.25rem;
  color: #fff;
  padding-bottom: 1.625rem;
  position: relative;
  z-index: 100;
}

.guardianship-cta__link-img {
  background: #fff;
  border-radius: 50%;
  height: 6.0625rem;
  position: relative;
  width: 6.0625rem;
}
.guardianship-cta__link-img img {
  -webkit-transform: translate(-50%, -50%);
  height: 2.387125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3125rem;
}

.guardianship-cta__txt {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
  justify-content: center;
  margin-right: 3.0625rem;
}
.guardianship-cta__txt span {
  color: #fff;
  font-size: 1.6875rem;
}
.guardianship-cta__txt img {
  height: 1.533375rem;
  width: 1.6875rem;
}

.guardianship-cta__button {
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.8125rem;
}

.guardianship__tel-box {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 1.125rem;
}
.guardianship__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.guardianship__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.guardianship__tel-number {
  font-size: clamp(1.375rem, 0.304rem + 2.232vw, 2.3125rem);
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.guardianship__time {
  margin-top: 0.4375rem;
}

.guardianship__button-wrap {
  align-items: center;
  display: flex;
  gap: 1.6875rem;
  justify-content: center;
  margin-top: 2.125rem;
  text-align: center;
}

.guardianship__button1 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: clamp(20rem, 16.857rem + 6.548vw, 22.75rem);
}
.guardianship__button1:hover {
  background: transparent;
}
.guardianship__button1:hover .guardianship-button__link1 {
  color: #fff;
}
.guardianship__button1:hover .svg-circle {
  fill: #fff;
}
.guardianship__button1:hover .svg-path {
  stroke: #3f6382;
}

.guardianship-button__link1 {
  color: #3f6382;
}

.guardianship__button2 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: clamp(20rem, 16.857rem + 6.548vw, 22.75rem);
}
.guardianship__button2:hover {
  background: #3f6382;
}
.guardianship__button2:hover .guardianship-button__link2 {
  color: #fff;
}
.guardianship__button2:hover .guardianship-button__link1 {
  color: #fff;
}
.guardianship__button2:hover .svg-circle {
  fill: #fff;
}
.guardianship__button2:hover .svg-path {
  stroke: #3f6382;
}

.guardianship-button__link2 {
  color: #00a651;
}

.guardianship__copy {
  color: #f7f1ab;
  display: block;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.01125rem;
  line-height: 1.0625rem;
  margin-top: 0.0625rem;
  text-align: center;
}
.service-cta-wrap {
  margin-top: 2.875rem;
}

.column {
  margin-bottom: 12.1875rem;
  margin-top: 10.4375rem;
}

.column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding-inline: 2.5rem;
}

.column__title-ja {
  font-size: 2rem;
  line-height: 110%; /* 35.2px */
  margin-left: 1.3125rem;
  position: relative;
}
.column__title-ja::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.column__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.0625rem;
}
.column__term li a {
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #3f6382;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.25rem 1.875rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.column__term li a:hover {
  background: #f2f3f4;
}
.column__term li:first-child a {
  background: #3f6382;
  color: #fff;
}

.column__article-wrap {
  margin-top: 7.4375rem;
}
.column__article {
  gap: 8.125rem clamp(2.125rem, 0.839rem + 2.679vw, 3.25rem);
  margin-top: 4.5rem;
}

.column-card__date {
  color: #7e878e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4375rem; /* 243.75% */
  transition: opacity 0.3s ease;
}

.column-card__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem; /* 166.667% */
}
.column-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.column-card__cat span {
  background: #3f6382;
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.125rem 0.8125rem;
}

.column-card__img {
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.column-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.column-card__button {
  background: #000;
  color: #fff;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 11.25rem;
}
.column-card__button:hover {
  background: #9aa4b8;
  color: #fff;
}

.column-card__button-link {
  flex-direction: row;
  padding: 0.75rem;
}
.column-card__button-link::after {
  background: url("../img/common/chevron-right-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.5rem;
  transition: background 0.3s ease;
  width: 1.5rem;
}
.column__button {
  margin-top: 6.625rem;
}

.header {
  background: #fff;
  left: 0rem;
  position: fixed;
  right: 0rem;
  top: 0rem;
  z-index: 10000;
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.125rem 1.4vw 0.75rem 2vw;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

.header__left {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 1.25rem;
}

.header__logo {
  width: 7.8125rem;
}

.header__logo-link {
  display: inline-block;
  font-size: 1.5625rem;
  white-space: nowrap;
}

.header-nav-top {
  align-items: center;
  display: flex;
  gap: 2.1875rem;
  justify-content: end;
}

.header-nav-top__nav {
  display: flex;
  gap: 0.875rem;
}

.header-nav-top__nav-link {
  align-items: center;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  justify-content: center;
  transition: color 0.3s ease;
}
.header-nav-top__nav-link:first-child::before {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-right: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.header-nav-top__nav-link::after {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-left: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.header-nav-top__nav-link:hover {
  color: rgba(0, 0, 0, 0.5);
}

.header-nav-top__item {
  align-items: center;
  display: flex;
  gap: 0.25rem;
}

.time {
  font-size: 0.75rem;
}
.time span {
  font-size: 0.875rem;
}

.number {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.75rem;
  font-weight: 700;
  justify-content: center;
}
.number::after {
  background: url("../img/front/tel-number.png") no-repeat center center/contain;
  content: "";
  height: 1.5rem;
  margin-top: 0.375rem;
  width: 1.5rem;
}

.header__nav-box {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
  margin-top: 0.1875rem;
}

.header__nav-ul {
  display: flex;
  gap: 1.8125rem;
  justify-content: center;
}

.header .menu-item a {
  font-weight: 500;
  transition: color 0.3s ease;
}
.header .menu-item a:hover {
  color: #3f6382;
}

#menu-item-18 a {
  font-size: 1.4375rem;
}

.header__button-box {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.header__button {
  align-items: center;
  border-radius: 0.4375rem;
  display: flex;
  height: 2.625rem;
  justify-content: center;
  width: 7.1875rem;
}

.header-button__link {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5625rem 0;
  transition: color 0.3s ease;
}

.consultation {
  background: #3f6382;
  border: 0.125rem solid #3f6382;
  transition: background 0.3s ease;
}
.consultation:hover {
  background: #fff;
}
.consultation:hover .header-button__link {
  color: #3f6382;
}

.line {
  background: #00a651;
  border: 0.125rem solid #00a651;
  transition: background 0.3s ease;
}
.line:hover {
  background: #fff;
}
.line:hover .header-button__link {
  color: #00a651;
}

.header__nav-box .sub-menu {
  -webkit-transform: translateX(-30%);
  -webkit-transform: translateY(0.625rem);
  background: #fff;
  border-radius: 0rem 0rem 1.25rem 1.25rem;
  box-shadow: 0px 0.375rem 0.625rem rgba(0, 0, 0, 0.1);
  display: block;
  left: -404%;
  min-width: 48.4375rem;
  opacity: 0;
  padding: 2.125rem 2rem;
  position: absolute;
  top: 1.5625rem;
  transform: translateX(-30%);
  transform: translateY(0.625rem);
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  visibility: hidden;
  z-index: 10;
}
.header__nav-box .sub-menu .menu-item a {
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.header__nav-box .sub-menu .menu-item a:hover {
  color: #3f6382;
}
.header__nav-box .sub-menu .menu-item:last-child a::after {
  display: none;
}
.header__nav-box .sub-menu .menu-item::after {
  display: none;
}
.header__nav-box .sub-menu .menu-item:first-child {
  border-bottom: 0.0625rem solid #9aa4b8;
  padding-bottom: 0.875rem;
}
.header__nav-box .sub-menu .menu-item-2299 a {
  font-size: 1.3125rem;
}
.header__nav-box .sub-menu .menu-item:nth-child(n+2) {
  display: inline-block;
  margin-right: 2.9375rem;
  margin-top: 1.5rem;
}
.header__nav-box .sub-menu .menu-item:nth-child(n+2):last-child {
  margin-right: 0rem;
}
.header__nav-box .sub-menu .menu-item:nth-child(n+2) a {
  align-items: center;
  display: flex;
  gap: 0.875rem;
  justify-content: center;
}
.header__nav-box .header__nav-ul > .menu-item:nth-child(2) {
  position: relative;
}
.header__nav-box .header__nav-ul > .menu-item:nth-child(2):hover > .sub-menu {
  -webkit-transform: translateY(0rem);
  opacity: 1;
  transform: translateY(0rem);
  visibility: visible;
}
.header__nav-box .submenu-svg-arrow .submenu-svg-circle {
  transition: fill, stroke 0.6s ease;
}
.header__nav-box .submenu-svg-arrow .submenu-svg-path {
  transition: stroke 0.6s ease;
}
.header__nav-box .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
  fill: #fff;
  stroke: #3f6382;
}
.header__nav-box .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
  stroke: #3f6382; /* 青い矢印 */
}

.drawer-icon,
.drawer-content,
.drawer-background {
  display: none;
}
.drawer-icon-wrap {
  width: 3rem;
}

.drawer-icon__text {
  font-size: 0.75rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 6250.0625rem;
}

.drawer-icon__text--menu {
  left: -7%;
  opacity: 1;
  pointer-events: auto;
  top: 1.5rem;
  white-space: nowrap;
}

.drawer-icon.is-open .drawer-icon__text--menu {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon__text--close {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon.is-open .drawer-icon__text--close {
  left: -1%;
  opacity: 1;
  pointer-events: auto;
  top: 1.625rem;
}

body.is-fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

/* メニュー内だけスクロール */
#js-drawer-content {
  max-height: 100vh;
  overflow-y: auto;
}

.drawer-content {
  background: #f2f3f4;
}
.drawer-content .menu-item {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 78%;
}
.drawer-content .menu-item::after {
  -webkit-transform: translateY(-50%);
  background-color: #8f1717;
  content: "";
  height: 0.0625rem;
  left: 0rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
}
.drawer-content .menu-item a {
  color: #3f6382;
  font-size: 1.25rem;
  font-weight: 500;
}
.drawer-content .menu-item-52::after {
  top: 13%;
}
.drawer-content .sub-menu .menu-item {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  margin-top: 1.3125rem;
  padding: initial;
  width: 100%;
}
.drawer-content .sub-menu .menu-item a {
  color: #000;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 500;
  justify-content: space-between;
  transition: color 0.3s ease;
}
.drawer-content .sub-menu .menu-item a:hover {
  color: #3f6382;
}
.drawer-content .sub-menu .menu-item:last-child a::after {
  display: none;
}
.drawer-content .sub-menu .menu-item::after {
  display: none !important;
}
.drawer-content .sub-menu .submenu-svg-arrow .submenu-svg-circle {
  transition: fill, stroke 0.6s ease;
}
.drawer-content .sub-menu .submenu-svg-arrow .submenu-svg-path {
  transition: stroke 0.6s ease;
}
.drawer-content .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
  fill: #fff;
  stroke: #3f6382;
}
.drawer-content .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
  stroke: #3f6382;
}
.drawer-content .header-nav-bottom__nav {
  display: flex;
  gap: 0.875rem;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 1.8125rem;
}
.drawer-content .header-nav-bottom__nav-link {
  align-items: center;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  justify-content: center;
  transition: color 0.3s ease;
}
.drawer-content .header-nav-bottom__nav-link:first-child::before {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-right: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.drawer-content .header-nav-bottom__nav-link::after {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-left: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.drawer-content .header-nav-bottom__nav-link:hover {
  color: rgba(0, 0, 0, 0.5);
}

.header-nav__contact-box-wrap {
  background: #fff;
}

.drawer-icon-wrap {
  width: 3rem;
}

.drawer-icon__text {
  font-size: 0.75rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 6250.0625rem;
}

.drawer-icon__text--menu {
  left: -7%;
  opacity: 1;
  pointer-events: auto;
  top: 1.5rem;
  white-space: nowrap;
}

.drawer-icon.is-open .drawer-icon__text--menu {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon__text--close {
  opacity: 0;
  pointer-events: none;
}

.drawer-icon.is-open .drawer-icon__text--close {
  left: -1%;
  opacity: 1;
  pointer-events: auto;
  top: 1.625rem;
}

body.is-fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

/* メニュー内だけスクロール */
#js-drawer-content {
  max-height: 100vh;
  overflow-y: auto;
}

.drawer-content {
  background: #f2f3f4;
}
.drawer-content .menu-item {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 78%;
}
.drawer-content .menu-item::after {
  -webkit-transform: translateY(-50%);
  background-color: #8f1717;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
}
.drawer-content .menu-item a {
  color: #3f6382;
  font-size: 1.25rem;
  font-weight: 500;
}
.drawer-content .menu-item-2584::after {
  top: 13%;
}
.drawer-content .sub-menu .menu-item {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  margin-top: 1.3125rem;
  padding: initial;
  width: 100%;
}
.drawer-content .sub-menu .menu-item a {
  color: #000;
  display: flex;
  font-size: 1.0625rem;
  justify-content: space-between;
  transition: color 0.3s ease;
}
.drawer-content .sub-menu .menu-item a:hover {
  color: #3f6382;
}
.drawer-content .sub-menu .menu-item:last-child a::after {
  display: none;
}
.drawer-content .sub-menu .menu-item::after {
  display: none !important;
}
.drawer-content .sub-menu .submenu-svg-arrow .submenu-svg-circle {
  transition: fill, stroke 0.6s ease;
}
.drawer-content .sub-menu .submenu-svg-arrow .submenu-svg-path {
  transition: stroke 0.6s ease;
}
.drawer-content .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
  fill: #fff;
  stroke: #3f6382;
}
.drawer-content .sub-menu .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
  stroke: #3f6382;
}
.drawer-content .header-nav-bottom__nav {
  display: flex;
  gap: 0.875rem;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 1.8125rem;
}
.drawer-content .header-nav-bottom__nav-link {
  align-items: center;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  justify-content: center;
  transition: color 0.3s ease;
}
.drawer-content .header-nav-bottom__nav-link:first-child::before {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-right: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.drawer-content .header-nav-bottom__nav-link::after {
  background: #000;
  content: "";
  height: 0.875rem;
  margin-left: 0.6875rem;
  margin-top: 0.125rem;
  width: 0.0625rem;
}
.drawer-content .header-nav-bottom__nav-link:hover {
  color: rgba(0, 0, 0, 0.5);
}

.header-nav__contact-box-wrap {
  background: #fff;
}

.header-nav__contact-box {
  margin-right: auto;
  max-width: 26.125rem;
  padding-bottom: 1.5rem;
  padding-inline: 1.25rem;
  padding-top: 0.9375rem;
}

.header-nav__contact-title__box {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
}

.header-nav__contact__title-ja {
  font-size: 1.6875rem;
  position: relative;
}
.header-nav__contact__title-ja::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/common/header-nav__contact-comment.png") no-repeat center center/contain;
  content: "";
  height: 1.533375rem;
  left: -3.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6875rem;
}

.header-nav__contact__text {
  font-weight: 400;
  line-height: 1.8125rem;
  margin-top: 1.5rem;
}

.header-nav__contact__tel-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 1.6875rem;
}
.header-nav__contact__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.header-nav__contact__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.header-nav__contact__tel-number {
  font-size: clamp(1.375rem, 0.304rem + 2.232vw, 2.313rem);
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.header-nav__contact__time {
  margin-top: 0.4375rem;
}

.header-nav__contact__button-wrap {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  margin-top: 1.1875rem;
  text-align: left;
}
.header-nav__contact__button-wrap .header__button {
  width: 100%;
}

.header-nav__contact-address {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.125rem;
  text-align: center;
}

.p-hoge {
  color: blue;
  font-size: 6.25rem;
}
.p-hoge2 {
  color: pink;
  font-size: 1.875rem;
}

.with-min {
  background: blue;
  color: #fff;
  margin-inline: auto;
  max-width: 55.5555555556%;
  padding-block: 3.125rem;
  padding-inline: 1.25rem;
  text-align: center;
}

.p-card3__items {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(12.5rem, 100%), 1fr));
}

.p-card3__item {
  display: grid;
  gap: 1.25rem;
  grid-row: span 4;
  grid-template-rows: subgrid;
}

.p-card3__img {
  overflow: hidden;
  position: relative;
}
.p-card3__img img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.p-card3__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

.p-card3__txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.front-mv__button {
  display: inline-block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.parent {
  margin-top: 2.5rem;
}

.parent__list {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(4, 1fr);
}

.parent__item {
  background: #000;
  height: 12.5rem;
  width: 100%;
}

.parent__item:has(.grond-child) {
  background: blue;
  position: relative;
}
.parent__item:has(.grond-child)::before {
  background-color: rgba(128, 128, 128, 0.5);
  content: "";
  inset: 0;
  position: absolute;
}

.text5 {
  font-size: 1.5rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  text-align: justify;
  width: min(100%, 25rem);
}

.text6 {
  display: flex;
  justify-content: space-between;
  padding-left: 1em;
  position: relative;
}
.text6::before {
  background-color: red;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: calc(0.5lh - 0.3125rem);
  width: 0.625rem;
}

.text7 {
  background-image: linear-gradient(to right, black 5px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  display: flex;
  inline-size: none;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.gradation {
  background-image: linear-gradient(to bottom, #000 0%, #eee 20%, yellow 50%, green 100%);
  margin-top: 1.25rem;
}

.news {
  margin-top: 8rem;
}

.news__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  padding-inline: 2.5rem;
}

.news__title-item {
  margin-left: 3.75rem;
}

.news__contents {
  margin-top: 2.5rem;
  width: 100%;
}

.news__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.news__item-link {
  align-items: center;
  border-bottom: 0.0625rem solid #9aa4b8;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  position: relative;
  transition: opacity 0.3s ease;
}
.news__item-link::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -1.5rem;
  z-index: 1;
}
.news__item-link:hover .news__item-date,
.news__item-link:hover .news__item-title {
  opacity: 0.7;
}
.news__item-link:hover .svg-circle {
  fill: #fff;
}
.news__item-link:hover .svg-path {
  stroke: #3f6382;
}

.news-svg {
  flex-shrink: 0;
  height: 1.5rem;
  max-width: 1.5rem;
}
.news-svg svg {
  height: 100%;
  width: 100%;
}

.news__item {
  align-items: center;
  display: flex;
}

.news__item-date {
  color: #3f6382;
  flex-shrink: 0;
  font-weight: 400;
  transition: opacity 0.3s ease;
  width: 6rem;
}

.news__item-title {
  font-size: clamp(1rem, 0.857rem + 0.298vi, 1.125rem);
  line-height: 110%; /* 19.8px */
  transition: opacity 0.3s ease;
}

.pagination {
  align-items: center;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  margin-bottom: 12.0625rem;
  margin-top: 6.25rem;
}
.pagination span,
.pagination a {
  color: #3f6382;
  font-family: "Rounded Mplus 1c";
  font-size: 1.375rem;
  line-height: 110%; /* 24.2px */
  padding: 0.625rem;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
.pagination span:hover,
.pagination a:hover {
  background: #3f6382;
}

.page-numbers {
  align-items: center;
  border: 0.0625rem solid #f2f3f4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 2.75rem;
}
.page-numbers:hover {
  background: #3f6382;
  border: 0.0625rem solid #3f6382;
}
.page-numbers:hover .svg-path {
  stroke: #fff;
}

.prev {
  background: #fff;
  border: 0.0625rem solid #f2f3f4;
  border-radius: 50%;
  display: block;
  height: 2.1875rem;
  margin-right: 1.5625rem;
  position: relative;
  width: 2.1875rem;
}
.prev svg {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.prev:hover {
  background: #3f6382;
}
.prev:hover .svg-path {
  stroke: #3f6382;
}

.next {
  display: block;
  height: 2.1875rem;
  margin-left: 1.5625rem;
  position: relative;
  width: 2.1875rem;
}
.next svg {
  -webkit-transform: translate(-50%, -50%);
  flex-shrink: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.next .svg-path {
  flex-shrink: 0;
  height: 0.875rem;
  width: 0.5rem;
}
.next:hover {
  background: #3f6382;
}
.next:hover .svg-path {
  stroke: #3f6382;
}

.current {
  background: #3f6382;
  color: #fff !important;
}
.current:hover {
  background: #3f6382 !important;
  color: #fff !important;
}
.p-incorporation-mv-heading-wrap {
  border-bottom: none;
  margin-top: 7.625rem;
}

.p-incorporation-mv {
  border-bottom: 0.0625rem solid #9aa4b8;
  margin-top: 0.5rem;
  padding-bottom: 2.75rem;
}

.p-incorporation-mv__inner {
  display: flex;
  flex-direction: column;
  gap: 6.8125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 85.625rem;
  padding-inline: 2.5rem;
}

.p-incorporation-mv__content {
  align-items: end;
  display: flex;
  gap: clamp(2.625rem, 1.554rem + 2.232vi, 3.5625rem);
  justify-content: center;
}

.p-incorporation-mv__left-box {
  margin-left: clamp(0.625rem, -2.018rem + 5.506vi, 2.9375rem);
  width: 51.3643659711%;
}

.p-incorporation-mv-profile__title {
  align-items: center;
  color: #53a9c0;
  display: flex;
  font-size: clamp(3.25rem, 2.964rem + 0.595vw, 3.5rem);
  gap: 2.0625rem;
}
.p-incorporation-mv-profile__title span {
  font-size: clamp(3.25rem, 2.964rem + 0.595vw, 3.5rem);
}
.p-incorporation-mv-profile__title img {
  flex-shrink: 0;
  height: 2.6875rem;
  width: 3.40925rem;
}

.p-incorporation-item__title {
  font-size: 1.375rem;
  margin-top: 4.375rem;
}

.p-incorporation-mv__address {
  font-weight: 400;
  line-height: 1.5625rem; /* 181.25% */
  margin-top: 1.875rem;
}

.p-incorporation-mv__tel-box {
  align-items: center;
  display: flex;
  margin-top: 1.6875rem;
}
.p-incorporation-mv__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-incorporation-mv__tel-number {
  font-size: 1.8125rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-incorporation-mv__tel-time {
  margin-left: 2.375rem;
  margin-top: 0.3125rem;
}

.p-incorporation-mv__right-box {
  width: 43.6597110754%;
}

.p-incorporation-mv__img {
  border-radius: 1.25rem;
  border-radius: 1.25rem;
  display: block;
}
.p-incorporation-mv__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 1.25rem;
  height: 22.6896875rem;
  object-fit: cover;
  object-position: center;
}

.p-incorporation-about {
  padding: 5.875rem 0 0;
}

.p-incorporation-about__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.5625rem;
  padding-inline: 2.5rem;
}

.p-incorporation-about__items {
  align-items: center;
  align-items: stretch;
  border: 0.0625rem solid var(--gray-line, #9aa4b8);
  border-radius: 0.75rem;
  border-radius: 0.75rem;
  display: flex;
}

.p-incorporation-about__title-item {
  align-items: center;
  background: #53a9c0;
  border-radius: 0.75rem 0px 0px 0.75rem;
  display: flex;
  justify-content: center;
  width: 36.962963%;
}

.p-incorporation-about__title-box {
  align-items: center;
  display: flex;
  gap: 0.59375rem;
  justify-content: center;
}
.p-incorporation-about__title-box svg {
  height: 1.6875rem;
  margin-top: 0.25rem;
  width: 1.6875rem;
}

.p-incorporation-about__title-ja {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem; /* 120.833% */
  text-align: center;
}

.p-incorporation-about__contents {
  padding: 2.1875rem 2.9375rem;
  width: 77.037037%;
}

.p-incorporation-about__content {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}

.p-incorporation-about__item-box {
  align-items: center;
  display: flex;
}
.p-incorporation-about__item-box:hover .svg-circle {
  fill: #fff;
  stroke: #3f6382;
}
.p-incorporation-about__item-box:hover .svg-path {
  stroke: #3f6382; /* 青い矢印 */
}

.p-incorporation-about__item {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
}

.p-incorporation-about__item-date {
  color: var(--11, #777);
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  transition: opacity 0.3s ease;
}

.p-incorporation-about__item-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem; /* 188.889% */
}

.p-incorporation-about__item-title {
  color: var(--9, #3c4983);
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
}
.p-incorporation-about__item-content {
  color: var(--10, #1c1c1c);
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-top: 0.25rem;
}
.p-incorporation-support {
  margin-top: 5.3125rem;
}

.p-incorporation-support__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-incorporation-support__title-box {
  text-align: center;
}

.p-incorporation-support__title-ja {
  color: #53a9c0;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
  position: relative;
}

.p-incorporation-support__items {
  display: grid;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.9375rem;
}

.p-incorporation-support__item {
  background: #f2f3f4;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem 2.5rem 2.0625rem 2.5rem;
  position: relative;
}

.p-incorporation-support__body {
  text-align: center;
}

.p-incorporation-support__comment-box {
  display: grid;
  gap: 2.5rem;
  grid-auto-rows: minmax(0, auto);
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
  max-width: 51.75rem;
}
.p-incorporation-support__comment-box > :nth-child(3) {
  grid-column: span 2;
  justify-self: center;
}

.p-incorporation-support__comment {
  background: #fff;
  border-radius: 1.25rem;
  color: #000;
  display: inline-block;
  font-size: clamp(0.875rem, 0.446rem + 0.893vw, 1.25rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 22.625rem;
  padding: 1.375rem 1.875rem;
  position: relative;
  text-align: center;
}
.p-incorporation-support__comment::after {
  -webkit-transform: translateX(-50%);
  border-color: #fff transparent transparent transparent; /* Triangle color */
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 1.25rem; /* Adjust size */
  bottom: -1.25rem; /* Adjust based on triangle size */
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.p-incorporation-support__title {
  color: #53a9c0;
  font-size: 1.25rem;
  line-height: 2.125rem; /* 170% */
  margin-top: 2.5625rem;
  text-align: center;
}

.p-incorporation-support__txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 4.625rem;
}

.p-incorporation-support__txt-span {
  background: linear-gradient(to bottom, transparent 70%, #ede921 20%);
  display: inline-block;
  display: inline;
  font-size: clamp(1.375rem, 1.232rem + 0.298vw, 1.5rem);
  line-height: 2.8125rem; /* 187.5% */
  position: relative;
}

.p-incorporation-support__contact {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 2.625rem;
  text-align: center;
}

.p-incorporation--corporate-legal {
  margin-top: 5rem;
}

.p-incorporation--corporate-legal__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-incorporation--corporate-legal__body {
  text-align: center;
}

.p-incorporation--corporate-legal__title {
  color: #53a9c0;
  font-size: 1.75rem;
  margin-top: 1.4375rem;
  text-align: center;
}

.p-incorporation--corporate-legal__txt1 {
  font-size: clamp(1rem, 0.857rem + 0.298vi, 1.125rem);
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 2.3125rem;
}

.p-incorporation--corporate-legal__reference {
  font-weight: 400;
  line-height: 2.0625rem; /* 206.25% */
  margin-top: 0.625rem;
  padding-left: 3.875rem;
}

.p-incorporation--corporate-legal__comment {
  color: #00e;
  font-weight: 400;
  line-height: 2.0625rem; /* 206.25% */
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.p-incorporation--corporate-legal__txt2 {
  font-size: clamp(1rem, 0.857rem + 0.298vi, 1.125rem);
  margin-top: 2.625rem;
}

.p-incorporation--corporate-legal-addition__item {
  margin-top: 2.3125rem;
}

.p-incorporation--corporate-legal-addition__body {
  text-align: center;
}

.p-incorporation--corporate-legal-addition__title {
  color: #53a9c0;
  font-size: 1.5rem;
  margin-bottom: 1.3125rem;
}

.p-incorporation--corporate-legal-addition__txt {
  font-size: 1.25rem;
  line-height: 2.0625rem; /* 165% */
  margin-top: 0.4375rem;
}

.p-incorporation--corporate-legal-addition2__item {
  background: #f2f3f4;
  margin-top: 2.25rem;
}

.p-incorporation--corporate-legal-addition2__body {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-left: auto;
  margin-right: auto;
  max-width: 54rem;
  padding: 2.5rem 0;
}

.p-incorporation-addition2__reference {
  margin-top: -0.5625rem;
}

.p-incorporation-grid {
  margin-top: 6.4375rem;
}

.p-incorporation-grid__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-incorporation-grid__title-box {
  text-align: center;
}

.p-incorporation-grid__title-ja {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  position: relative;
}

.p-incorporation-grid__items {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(32.5rem, 1fr));
  margin-top: 2.25rem;
}

.p-incorporation-grid__item {
  background: #f2f3f4;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 24.5rem;
  max-width: 30.25rem;
  padding: 1.875rem 3.125rem 3.3125rem 3.125rem;
}

.p-incorporation-grid__body {
  text-align: center;
}

.p-incorporation-grid__comment {
  background: #fff;
  border-radius: 1.25rem;
  color: #53a9c0;
  display: inline-block;
  font-size: 1.375rem;
  line-height: 2.125rem; /* 154.545% */
  padding: 1.375rem 1.875rem;
  position: relative;
  text-align: center;
}

.p-incorporation-grid__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem; /* 188.889% */
  margin-top: 2rem;
  text-align: left;
}

.p-incorporation-grid__contact {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 2.5rem;
  text-align: center;
}

.p-incorporation--corporate-legal {
  margin-top: 5rem;
}

.p-incorporation--corporate-legal__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-incorporation--corporate-legal__item {
  border: 0.125rem solid #5ba88b;
  border-radius: 1.25rem;
  padding: 2rem 2.5rem 2.625rem 2.5rem;
}

.p-incorporation--corporate-legal__body {
  text-align: center;
}

.p-incorporation--corporate-legal__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 18.384625rem;
  padding-inline: 1.25rem;
  text-align: center;
}
.p-incorporation--corporate-legal__heading {
  color: #5ba88b;
  font-size: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4375rem;
  max-width: 30.25rem;
  text-align: left;
}

.p-incorporation--corporate-legal__txt {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 2rem;
  text-align: center;
}

.p-incorporation-cta {
  margin-top: 4.8125rem;
}

.p-incorporation-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-incorporation-cta__img {
  -webkit-transform: translateX(-50%);
  border-radius: 2.5rem;
  display: block;
  height: 17.2225625rem;
  left: 50%;
  position: absolute;
  top: -10rem;
  transform: translateX(-50%);
  width: 28.1000625rem;
  z-index: 100;
}
.p-incorporation-cta__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 2.5rem;
  object-fit: cover;
  object-position: center;
}

.p-incorporation-cta__item-box {
  background: #3f6382;
  border-radius: 3.5rem;
  padding-bottom: 1.75rem;
  padding-inline: 1.8125rem;
  padding-top: 2.375rem;
  position: relative;
  z-index: 99;
}

.p-incorporation-cta__item {
  border-radius: 1.25rem;
  color: #fff;
  padding-bottom: 1.625rem;
  position: relative;
  z-index: 100;
}

.p-incorporation-cta__link-img {
  background: #fff;
  border-radius: 50%;
  height: 6.0625rem;
  position: relative;
  width: 6.0625rem;
}
.p-incorporation-cta__link-img img {
  -webkit-transform: translate(-50%, -50%);
  height: 2.387125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3125rem;
}

.p-incorporation-cta__txt {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
  justify-content: center;
  margin-right: 3.0625rem;
}
.p-incorporation-cta__txt span {
  color: #fff;
  font-size: 1.6875rem;
}
.p-incorporation-cta__txt img {
  height: 1.533375rem;
  width: 1.6875rem;
}

.p-incorporation-cta__button {
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.8125rem;
}

.p-incorporation__tel-box {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 1.125rem;
}
.p-incorporation__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-incorporation__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.p-incorporation__tel-number {
  font-size: clamp(1.375rem, 0.304rem + 2.232vw, 2.313rem);
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-incorporation__time {
  margin-top: 0.4375rem;
}

.p-incorporation__button-wrap {
  align-items: center;
  display: flex;
  gap: 1.6875rem;
  justify-content: center;
  margin-top: 2.125rem;
  text-align: center;
}

.p-incorporation__button1 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: clamp(20rem, 16.857rem + 6.548vw, 22.75rem);
}
.p-incorporation__button1:hover {
  background: transparent;
}
.p-incorporation__button1:hover .p-incorporation-button__link1 {
  color: #fff;
}
.p-incorporation__button1:hover .svg-circle {
  fill: #fff;
}
.p-incorporation__button1:hover .svg-path {
  stroke: #3f6382;
}

.p-incorporation-button__link1 {
  color: #3f6382;
}

.p-incorporation__button2 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: clamp(20rem, 16.857rem + 6.548vw, 22.75rem);
}
.p-incorporation__button2:hover {
  background: #3f6382;
}
.p-incorporation__button2:hover .p-incorporation-button__link2 {
  color: #fff;
}
.p-incorporation__button2:hover .p-incorporation-button__link1 {
  color: #fff;
}
.p-incorporation__button2:hover .svg-circle {
  fill: #fff;
}
.p-incorporation__button2:hover .svg-path {
  stroke: #3f6382;
}

.p-incorporation-button__link2 {
  color: #00a651;
}

.p-incorporation__copy {
  color: #f7f1ab;
  display: block;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.01125rem;
  line-height: 1.0625rem;
  margin-top: 0.0625rem;
  text-align: center;
}
.business__button5 {
  background: #5ba88b;
  border: 0.125rem solid #5ba88b;
  margin-top: 2.25rem;
  width: clamp(17.375rem, 11.232rem + 12.798vw, 22.75rem);
}
.business__button5:hover {
  background: transparent;
}
.business__button5:hover .business-button__link5 {
  color: #5ba88b;
}
.business__button5:hover .svg-circle {
  fill: #5ba88b;
}
.business__button5:hover .svg-path {
  stroke: #fff;
}

.service-cta-wrap {
  margin-bottom: 12.1875rem;
  margin-top: 2.875rem;
}

.column {
  margin-bottom: 12.1875rem;
  margin-top: 8.75rem;
}

.column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding-inline: 2.5rem;
}

.column__title-ja {
  font-size: 1.375rem;
  line-height: 110%;
  margin-left: 1.3125rem;
  position: relative;
}
.column__title-ja::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.1875rem;
}

.column__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.0625rem;
}
.column__term li a {
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #3f6382;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.25rem 1.875rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.column__term li a:hover {
  background: #f2f3f4;
}
.column__term li:first-child a {
  background: #3f6382;
  color: #fff;
}

.column__article-wrap {
  margin-top: 7.4375rem;
}
.column__article {
  gap: 8.125rem clamp(2.125rem, 0.839rem + 2.679vw, 3.25rem);
  margin-top: 2.75rem;
}

.column-card__date {
  color: #7e878e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4375rem; /* 243.75% */
  transition: opacity 0.3s ease;
}

.column-card__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem; /* 166.667% */
}
.column-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.column-card__cat span {
  background: #3f6382;
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.125rem 0.8125rem;
}

.column-card__img {
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.column-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.column-card__button {
  background: #000;
  color: #fff;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 11.25rem;
}
.column-card__button:hover {
  background: #9aa4b8;
  color: #fff;
}

.column-card__button-link {
  flex-direction: row;
  padding: 0.75rem;
}
.column-card__button-link::after {
  background: url("../img/common/chevron-right-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.5rem;
  transition: background 0.3s ease;
  width: 1.5rem;
}
.column__button {
  margin-top: 6.625rem;
}

.p-inheritance-heading-wrap {
  border-bottom: none;
  margin-top: 7.625rem;
}

.inheritance-mv {
  border-bottom: 0.0625rem solid #9aa4b8;
  margin-top: 3rem;
  padding-bottom: 2.75rem;
}

.inheritance-mv__inner {
  display: flex;
  flex-direction: column;
  gap: 6.8125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 85.625rem;
  padding-inline: 2.5rem;
}

.inheritance-mv__content {
  align-items: end;
  display: flex;
  gap: clamp(2.625rem, 1.554rem + 2.232vi, 3.5625rem);
  justify-content: center;
}

.inheritance-mv__left-box {
  margin-left: clamp(0.625rem, -2.018rem + 5.506vi, 2.9375rem);
  width: 51.3643659711%;
}

.inheritance-mv-profile__title {
  align-items: center;
  color: #e2603c;
  display: flex;
  font-size: clamp(3.25rem, 2.964rem + 0.595vi, 3.5rem);
  gap: 2.0625rem;
}
.inheritance-mv-profile__title img {
  flex-shrink: 0;
  height: 3.0625rem;
  width: 2.8661875rem;
}

.inheritance-item__title {
  font-size: 1.375rem;
  margin-top: 4.375rem;
}

.inheritance-mv__address {
  font-weight: 400;
  line-height: 1.5625rem; /* 181.25% */
  margin-top: 1.875rem;
}

.inheritance-mv__tel-box {
  align-items: center;
  display: flex;
  margin-top: 1.6875rem;
}
.inheritance-mv__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.inheritance-mv__tel-number {
  font-size: 1.8125rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.inheritance-mv__tel-time {
  margin-left: 2.375rem;
  margin-top: 0.3125rem;
}

.inheritance-mv__right-box {
  width: 43.6597110754%;
}

.inheritance-mv__img {
  border-radius: 1.25rem;
  border-radius: 1.25rem;
  display: block;
}
.inheritance-mv__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 1.25rem;
  height: 22.6896875rem;
  object-fit: cover;
  object-position: center;
}

.inheritance-grid {
  margin-top: 5.3125rem;
}

.inheritance-grid__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.inheritance-grid__title-box {
  text-align: center;
}

.inheritance-grid__title-ja {
  background: linear-gradient(to bottom, transparent 70%, #ede921 20%);
  display: inline;
  font-size: 2rem;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
  position: relative;
}

.inheritance-grid__items {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.9375rem;
}

.inheritance-grid__item {
  background: #f2f3f4;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 24.5rem;
  max-width: 32.5rem;
  padding: 1.875rem 3.5625rem 4.875rem 3.0625rem;
}

.inheritance-grid__body {
  text-align: center;
}

.inheritance-grid__comment {
  background: #fff;
  border-radius: 1.25rem;
  color: #000;
  display: inline-block;
  font-size: 1.625rem;
  padding: 1.375rem 1.875rem;
  position: relative;
  text-align: center;
}
.inheritance-grid__comment::after {
  -webkit-transform: translateX(-50%);
  border-color: #fff transparent transparent transparent; /* Triangle color */
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 1.25rem; /* Adjust size */
  bottom: -1.25rem; /* Adjust based on triangle size */
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.inheritance-grid__title {
  color: #e2603c;
  font-size: 1.25rem;
  line-height: 2.125rem; /* 170% */
  margin-top: 2.5625rem;
  text-align: center;
}

.inheritance-grid__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem; /* 188.889% */
  margin-top: 0.9375rem;
  text-align: left;
}

.inheritance-grid__contact {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 2.625rem;
  text-align: center;
}

.inheritance-caution {
  margin-top: 5rem;
}

.inheritance-caution__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.inheritance-caution__item {
  border: 0.125rem solid #e2603c;
  border-radius: 1.25rem;
  padding: 2rem 1.25rem 2.625rem 1.25rem;
}

.inheritance-caution__body {
  text-align: center;
}

.inheritance-caution__img {
  text-align: center;
}
.inheritance-caution__img img {
  flex-shrink: 0;
  height: 3.671875rem;
  width: 4.02925rem;
}

.inheritance-caution__title {
  color: #e2603c;
  font-size: 1.75rem;
  margin-top: 1.4375rem;
  text-align: center;
}

.inheritance-caution__txt1 {
  font-size: clamp(1rem, 0.857rem + 0.298vi, 1.125rem);
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 2.3125rem;
}

.inheritance-caution__reference {
  font-weight: 400;
  line-height: 2.0625rem; /* 206.25% */
  margin-top: 0.625rem;
  padding-left: 3.875rem;
}

.inheritance-caution__comment {
  color: #00e;
  font-weight: 400;
  line-height: 2.0625rem; /* 206.25% */
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.inheritance-caution__txt2 {
  font-size: clamp(1rem, 0.857rem + 0.298vi, 1.125rem);
  margin-top: 2.625rem;
}

.inheritance-caution-addition__item {
  margin-top: 2.3125rem;
}

.inheritance-caution-addition__body {
  text-align: center;
}

.inheritance-caution-addition__title {
  color: #e2603c;
  font-size: 1.5rem;
  margin-bottom: 1.3125rem;
}

.inheritance-caution-addition__txt {
  font-size: 1.25rem;
  line-height: 2.0625rem; /* 165% */
  margin-top: 0.4375rem;
}

.inheritance-caution-addition2__item {
  background: #f2f3f4;
  margin-top: 2.25rem;
  padding: 1.875rem 2.5rem 2.625rem 2.5rem;
}

.inheritance-caution-addition2__body {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-left: auto;
  margin-right: auto;
  max-width: 54rem;
  padding: 2.5rem 0;
}

.inheritance-addition2__reference {
  margin-top: -0.5625rem;
}

.qa {
  margin-top: 8.25rem;
}

.qa__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.qa__title {
  font-size: 2rem;
  line-height: 110%; /* 35.2px */
  margin-left: 1.1875rem;
  position: relative;
}
.qa__title::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.25rem;
}
.qa__items {
  display: flex;
  flex-direction: column;
  gap: 4.0625rem;
  margin-top: 3.3125rem;
}

.qa__item {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.qa-item__question-title {
  align-items: center;
  display: flex;
  gap: 0.9375rem;
  text-align: left;
}

.qa-item__q {
  align-items: center;
  background: #e2603c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.5rem;
  height: 2.125rem;
  justify-content: center;
  line-height: 110%; /* 26.4px */
  padding: 0.125rem 0.5rem 0.375rem 0.5rem;
  width: 2.125rem;
}

.qa-item__question {
  font-size: 1.5rem;
  line-height: 110%; /* 26.4px */
}

.qa-item-question__title {
  font-weight: bold;
}
.qa-item__answer {
  background: #f2f3f4;
  border-radius: 1.25rem;
  padding: 2.375rem 2.875rem;
}

.qa-item__answer-last {
  border-bottom: 1px solid rgb(221, 221, 221);
}

.qa-item__answer-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
}

.inheritance-cta {
  margin-top: 16.5rem;
}

.inheritance-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
  position: relative;
}

.inheritance-cta__img {
  -webkit-transform: translateX(-50%);
  border-radius: 2.5rem;
  display: block;
  height: 17.2225625rem;
  left: 50%;
  position: absolute;
  top: -10rem;
  transform: translateX(-50%);
  width: 28.1000625rem;
  z-index: 100;
}
.inheritance-cta__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 2.5rem;
  object-fit: cover;
  object-position: center;
}

.inheritance-cta__item-box {
  background: #3f6382;
  border-radius: 3.5rem;
  padding-bottom: 3rem;
  padding-inline: 1.8125rem;
  padding-top: 10rem;
  position: relative;
  z-index: 99;
}

.inheritance-cta__item {
  border-radius: 1.25rem;
  color: #fff;
  padding-bottom: 1.625rem;
  position: relative;
  z-index: 100;
}

.inheritance-cta__text-box {
  border-bottom: 1px solid #f2f3f4;
  margin-left: auto;
  margin-right: auto;
  max-width: 46.0625rem;
  padding-bottom: 2.1875rem;
}

.inheritance-cta__text-title {
  color: var(--white, #fff);
  font-size: 1.75rem;
  line-height: 2.6875rem; /* 153.571% */
  text-align: center;
}

.inheritance-cta__text {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
  margin-top: 1.8125rem;
}

.inheritance-cta__link-img {
  background: #fff;
  border-radius: 50%;
  height: 6.0625rem;
  position: relative;
  width: 6.0625rem;
}
.inheritance-cta__link-img img {
  -webkit-transform: translate(-50%, -50%);
  height: 2.387125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3125rem;
}

.inheritance-cta__body {
  margin-top: 2.375rem;
  text-align: center;
}

.inheritance-cta__txt {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
  justify-content: center;
}
.inheritance-cta__txt span {
  color: #fff;
  font-size: 1.6875rem;
}
.inheritance-cta__txt img {
  height: 1.533375rem;
  width: 1.6875rem;
}

.inheritance-cta__button {
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.8125rem;
}

.inheritance__tel-box {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 1.125rem;
}
.inheritance__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.inheritance__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.inheritance__tel-number {
  font-size: clamp(1.375rem, 0.304rem + 2.232vw, 2.3125rem);
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.inheritance__time {
  margin-top: 0.4375rem;
}

.inheritance__button-wrap {
  align-items: center;
  display: flex;
  gap: 1.6875rem;
  justify-content: center;
  margin-top: 1.875rem;
  text-align: center;
}

.inheritance__button1 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: clamp(20rem, 16.857rem + 6.548vw, 22.75rem);
}
.inheritance__button1:hover {
  background: transparent;
}
.inheritance__button1:hover .inheritance-button__link1 {
  color: #fff;
}
.inheritance__button1:hover .svg-circle {
  fill: #fff;
}
.inheritance__button1:hover .svg-path {
  stroke: #3f6382;
}

.inheritance-button__link1 {
  color: #3f6382;
}

.inheritance__button2 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: clamp(20rem, 16.857rem + 6.548vw, 22.75rem);
}
.inheritance__button2:hover {
  background: #3f6382;
}
.inheritance__button2:hover .inheritance-button__link2 {
  color: #fff;
}
.inheritance__button2:hover .inheritance-button__link1 {
  color: #fff;
}
.inheritance__button2:hover .svg-circle {
  fill: #fff;
}
.inheritance__button2:hover .svg-path {
  stroke: #3f6382;
}

.inheritance-button__link2 {
  color: #00a651;
}

.inheritance__copy {
  color: #f7f1ab;
  display: block;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.01125rem;
  line-height: 1.0625rem;
  margin-top: 0.0625rem;
  text-align: center;
}
.service-cta-wrap {
  margin-top: 2.875rem;
}

.column {
  margin-bottom: 12.1875rem;
  margin-top: 8.75rem;
}

.column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding-inline: 2.5rem;
}

.column__title-ja {
  font-size: 2rem;
  line-height: 110%;
  margin-left: 1.3125rem;
  position: relative;
}
.column__title-ja::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.1875rem;
}

.column__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.0625rem;
}
.column__term li a {
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #3f6382;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.25rem 1.875rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.column__term li a:hover {
  background: #f2f3f4;
}
.column__term li:first-child a {
  background: #3f6382;
  color: #fff;
}

.column__article-wrap {
  margin-top: 7.4375rem;
}
.column__article {
  gap: 8.125rem clamp(2.125rem, 0.839rem + 2.679vw, 3.25rem);
  margin-top: 2.75rem;
}

.column-card__date {
  color: #7e878e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4375rem; /* 243.75% */
  transition: opacity 0.3s ease;
}

.column-card__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem; /* 166.667% */
}
.column-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.column-card__cat span {
  background: #3f6382;
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.125rem 0.8125rem;
}

.column-card__img {
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.column-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.column-card__button {
  background: #000;
  color: #fff;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 11.25rem;
}
.column-card__button:hover {
  background: #9aa4b8;
  color: #fff;
}

.column__button {
  margin-top: 6.625rem;
}

.line-content {
  margin-top: 5rem;
}

.line-content__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 95rem;
  padding-inline: 2.5rem;
}

.line-content__img {
  text-align: center;
}
.line-content__img img {
  width: 33.75rem;
}

.line-link {
  display: block;
  margin-bottom: 12.1875rem;
  margin-top: 1.875rem;
  text-align: center;
}
.line-link img {
  display: inline-block;
  text-align: center;
  width: 7.25rem;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__block {
  -webkit-transform: translate(-50%, -50%);
  background-color: #feaebb;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-about-heading-wrap {
  border-bottom: 1px solid #9aa4b8;
  padding-bottom: 1rem;
}

.p-about-home-title {
  color: #3f6382;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 110%; /* 49.5px */
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.625rem;
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.p-about-home-title::after {
  background-color: #8f1717;
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.p-about-home-title__en {
  -webkit-filter: blur(0.28125rem);
  color: #3f6382;
  filter: blur(0.28125rem);
  font-size: clamp(4.5rem, 2.929rem + 3.274vw, 5.875rem);
  font-weight: 900;
  line-height: 4.8125rem; /* 81.915% */
  opacity: 0.05;
  position: absolute;
  right: 0;
  text-align: right;
  top: 6.25rem;
}

.p-about {
  padding-top: 5.5625rem;
  position: relative;
}

.p-about__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.8125rem;
  padding-inline: 2.5rem;
}

.p-about__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
  margin-top: 3.0625rem;
}

.p-about__left-box {
  width: 50.2304147465%;
}

.p-about__title-ja {
  align-items: end;
  color: #000;
  display: flex;
  flex-direction: row-reverse;
  font-size: 2rem;
  font-weight: 500;
  justify-content: start;
  line-height: 110%;
  position: relative;
}
.p-about__title-ja::after {
  background-color: #000;
  content: "";
  height: 2rem;
  margin-right: 1.3125rem;
  width: 0.25rem;
}

.p-about__txt {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
}

.p-about__name-wrap {
  display: flex;
  flex-direction: column;
  font-size: 1.5625rem;
  gap: 0.25rem;
  line-height: 1.8125rem; /* 116% */
  margin-top: 2.25rem;
}

.p-about-name__heading {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8125rem; /* 207.143% */
}

.p-about__name {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.8125rem; /* 116% */
}

.p-about-profile {
  border-bottom: 1px solid #9aa4b8;
  border-top: 1px solid #9aa4b8;
  margin-top: 3.875rem;
  padding-bottom: 2.0625rem;
  padding-top: 0.75rem;
}

.p-about-profile__title {
  color: #3f6382;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8125rem; /* 170.588% */
  margin-bottom: 1.125rem;
}

.p-about-profile__items {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}

.p-about-profile__item {
  display: flex;
  padding-bottom: 1rem;
}
.p-about-profile__item dt,
.p-about-profile__item dd {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
.p-about-profile__item dt {
  flex-shrink: 0;
  font-weight: 400;
  line-height: 1.5rem; /* 160% */
  width: 6.5625rem;
}
.p-about-profile__item dd {
  font-size: 0.9375rem;
  line-height: 1.5rem; /* 160% */
}
.p-about-profile__text {
  font-size: 0.9375rem;
  line-height: 1.5rem; /* 160% */
}

.p-about__right-box {
  width: 45.3456221198%;
}

.p-about__img img {
  border-radius: 1.25rem;
}

.p-about__list {
  counter-reset: custom-counter;
  font: size 0.875rem;
  list-style: none;
}

.p-about-list__item {
  color: black_1c;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 1.7em;
  text-indent: -1.5em;
}
.p-about-list__item + .p-about-list__item {
  margin-top: 1.4rem;
}

.p-about-list__item:before {
  content: counter(custom-counter) "." " ";
  counter-increment: custom-counter;
  padding-right: 0.2em;
}

.p-about__button {
  margin-left: initial;
  margin-top: 3.625rem;
}

.overview {
  margin-bottom: 12.1875rem;
  padding-top: 8.5625rem;
  position: relative;
}

.overview__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.8125rem;
  padding-inline: 2.5rem;
}

.overview__content {
  display: flex;
  gap: 1.375rem;
  margin-top: 3.75rem;
}

.overview__left-box {
  width: 57.2350230415%;
}

.overview__title-ja {
  align-items: end;
  color: #000;
  display: flex;
  flex-direction: row-reverse;
  font-size: 2rem;
  font-weight: 500;
  justify-content: start;
  line-height: 110%; /* 35.2px */
  position: relative;
}
.overview__title-ja::after {
  background-color: #000;
  content: "";
  height: 2rem;
  margin-right: 1.3125rem;
  width: 0.25rem;
}

.overview-profile__title {
  color: #3f6382;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8125rem; /* 170.588% */
  margin-bottom: 1.125rem;
}

.overview-profile__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.overview-profile__item {
  border-top: 1px solid #9aa4b8;
  display: flex;
  padding-top: 2rem;
}
.overview-profile__item:last-child {
  border-bottom: 1px solid #9aa4b8;
  padding-bottom: 2rem;
}
.overview-profile__item dt {
  color: var(--gray-text, #7e878e);
  flex-shrink: 0;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
  width: 29.1465378422%;
}
.overview-profile__item dd {
  line-height: 1.5rem; /* 160% */
}
.dd-wrap {
  display: flex;
  gap: 2.1875rem;
  text-align: left;
}

.access-link {
  border-bottom: 0.0625rem solid #3f6382;
  color: #3f6382;
  font-size: 0.875rem;
  line-height: 110%; /* 15.4px */
  margin-top: 0.25rem;
  padding-bottom: 0.375rem;
}

.overview__right-box {
  width: 39.8156682028%;
}

.overview__img img {
  border-radius: 1.25rem;
}

.overview__list {
  counter-reset: custom-counter;
  font: size 0.875rem;
  list-style: none;
}

.overview-list__item {
  color: black_1c;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 1.7em;
  text-indent: -1.5em;
}
.overview-list__item + .overview-list__item {
  margin-top: 1.4rem;
}

.overview-list__item:before {
  content: counter(custom-counter) "." " ";
  counter-increment: custom-counter;
  padding-right: 0.2em;
}

.overview__button {
  margin-left: initial;
  margin-top: 3.625rem;
}

.p-service-price__omission {
  display: none;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.home-title {
  color: #3f6382;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 110%; /* rem(49.5) */
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.625rem;
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.home-title::after {
  background-color: #8f1717;
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.privacy-policy {
  margin-bottom: 12.1875rem;
  margin-top: 4.8125rem;
}

.privacy-policy__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 61.375rem;
  padding-inline: 2.5rem;
}

.privacy-policy__top-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem; /* 177.778% */
}

.privacy-policy__heading {
  background: var(--gray-bg, #f2f3f4);
  font-size: 1.875rem;
  line-height: 2rem; /* 106.667% */
  margin-top: 5.625rem;
  padding: 1.125rem 1.25rem;
  padding-left: 3.0625rem;
  position: relative;
}
.privacy-policy__heading::after {
  background: #3f6382;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5625rem;
}

.privacy-policy__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem; /* 177.778% */
  margin-top: 2.375rem;
}

.privacy-policy__list {
  background: var(--gray-bg, #f2f3f4);
  border-radius: 1.25rem;
  margin-top: 2.375rem;
  padding: 2.125rem 3.375rem 2.125rem 3.375rem;
}

.privacy-policy__item {
  font-size: 1.125rem;
  line-height: 1.8125rem; /* 161.111% */
}

.p-dotList__item {
  padding-left: 1em;
  text-indent: -1em;
  vertical-align: middle;
}
.p-dotList__item + .p-dotList__item {
  margin-top: 1.4375rem;
}
.p-dotList__item::before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 0.2em;
  margin-right: 1em;
  vertical-align: middle;
  width: 0.2em;
}

.privacy-policy__address {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 177.778% */
  margin-top: 1.25rem;
}

.p-service-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-service-cta__item-box {
  background: var(--light_blue, #b5c4d2);
  border-radius: 1.25rem;
  padding-bottom: 2rem;
  padding-inline: 1.8125rem;
  padding-top: 4.5625rem;
}

.p-service-cta__item {
  background: #fff;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 100;
}

.p-service-cta__item:nth-child(n+2) {
  -webkit-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
}

.p-service-cta__item:nth-child(n+3) {
  -webkit-transform: translateY(7.5rem);
  transform: translateY(7.5rem);
}

.p-service-cta__number {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}

.p-service-cta__link-img {
  background: #fff;
  border-radius: 50%;
  height: 6.0625rem;
  position: relative;
  width: 6.0625rem;
}
.p-service-cta__link-img img {
  -webkit-transform: translate(-50%, -50%);
  height: 2.387125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3125rem;
}

.p-service-cta__body {
  text-align: center;
}

.p-service-cta__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
  padding-top: 3.1875rem;
}

.p-service-cta__button {
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.8125rem;
}

.p-service-cta__img {
  bottom: -3.875rem;
  height: 12.75rem;
  left: calc(50% - 23.875rem);
  position: absolute;
  width: 12.75rem;
}

.heading-wrap {
  border-bottom: 0.0625rem solid #9aa4b8;
  padding-bottom: 1rem;
}

.home-title {
  color: #3f6382;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 110%; /* 49.5px */
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.625rem;
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.home-title::after {
  background-color: #8f1717;
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.p-consultation-meeting {
  margin-top: 5rem;
}

.p-consultation-meeting__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-consultation-meeting__item {
  background: #f2f3f4;
  border-radius: 1.25rem;
  padding: 3.5rem 3.75rem 4.59375rem;
  position: relative;
}

.p-consultation-meeting__img {
  bottom: -7rem;
  left: -3.9375rem;
  position: absolute;
  width: 16.625rem;
}

.p-consultation-meeting__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.5rem;
}
.p-consultation-meeting__mini-title {
  color: #3f6382;
  font-size: 1.125rem;
  text-align: center;
}

.p-consultation-meeting__title {
  color: #3f6382;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-consultation-meeting__txt-box {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2.96875rem;
}

.p-consultation-meeting__txt {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
}

.p-qa {
  margin-top: 13.125rem;
}

.p-qa__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-qa__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  margin-left: 1.1875rem;
  position: relative;
}
.p-qa__title::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.25rem;
}
.p-qa__items {
  display: flex;
  flex-direction: column;
  gap: 4.0625rem;
  margin-top: 3.3125rem;
}

.p-qa__item {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.p-qa-item__question-title {
  align-items: center;
  display: flex;
  gap: 0.9375rem;
  text-align: left;
}
.p-qa-item__q {
  align-items: center;
  background: #e2603c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.5rem;
  height: 2.125rem;
  justify-content: center;
  line-height: 110%; /* 26.4px */
  padding: 0.125rem 0.5rem 0.375rem 0.5rem;
  width: 2.125rem;
}

.p-qa-item__question {
  font-size: 1.5rem;
  line-height: 110%; /* 26.4px */
}

.p-qa-item-question__title {
  font-weight: bold;
}
.p-qa-item__answer {
  background: #f2f3f4;
  border-radius: 1.25rem;
  padding: 2.375rem 2.875rem;
}

.p-qa-item__answer-last {
  border-bottom: 0.0625rem solid rgb(221, 221, 221);
}

.p-qa-item__answer-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
}

.p-service-flow {
  margin-top: 8.75rem;
}

.p-service-flow__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-service-flow__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  margin-left: 1.6875rem;
  position: relative;
}
.p-service-flow__title::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.p-service-flow__item-boxes {
  display: flex;
  flex-direction: column;
  gap: 3.4375rem;
  margin-top: 4.4375rem;
}

.p-service-flow__border {
  display: flex;
  flex-direction: column;
  gap: 3.4375rem;
  position: relative;
}
.p-service-flow__border::before {
  background-color: #3f6382;
  bottom: 0;
  content: "";
  left: 2.5%;
  position: absolute;
  top: 0;
  width: 0.25rem;
  z-index: -1;
}

.p-service-flow__item-box {
  display: flex;
  gap: 2.5625rem;
  justify-content: center;
  position: relative;
}

.p-service-flow__item {
  border-bottom: 0.0625rem solid #9aa4b8;
  display: flex;
  gap: 2.75rem;
  padding-bottom: 3.75rem;
}

.p-service-flow__left {
  width: 43.0555555556%;
}

.p-service-flow__left-number {
  flex-shrink: 0;
  height: 3.75rem;
  margin-top: -0.6875rem;
  width: 3.75rem;
}

.p-service-flow__left-title {
  color: #3f6382;
  font-size: 1.625rem;
}

.p-service-flow__left-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
  margin-top: 2.5625rem;
}

.p-service-flow__left-text2 {
  margin-top: 2.5625rem;
}

.p-service-flow__right {
  background: #f2f3f4;
  border-radius: 1.25rem;
  color: #000;
  padding: 0.5625rem 3.375rem 2.8125rem 3.375rem;
  width: 57.5%;
}

.p-service-flow__right-content {
  padding: 2.3125rem 1rem 2.25rem 1.5rem;
  position: relative;
}

.p-service-flow__button {
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.8125rem;
}

.p-service-flow__tel-box {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: start;
  margin-top: 1.125rem;
}
.p-service-flow__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-service-flow__tel-number-box {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
.p-service-flow__tel-number-box img {
  height: 1.6875rem;
  width: 1.6875rem;
}
.p-service-flow__tel-number-box a {
  align-items: center;
  display: flex;
}

.p-service-flow__tel-text {
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 110%; /* 19.8px */
  width: 11rem;
}

.p-service-flow__tel-item {
  text-align: center;
}

.p-service-flow__tel-number {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-service-flow__time {
  margin-top: 0.4375rem;
}

.p-service-flow__button-box {
  align-items: center;
  border-bottom: 0.0625rem solid #9aa4b8;
  display: flex;
  gap: 1.6875rem;
  margin-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  text-align: center;
}

.p-service-flow__button-box1 {
  border-top: 0.0625rem solid #9aa4b8;
  padding-top: 1.5rem;
}

.p-service-flow-button__text {
  font-size: 1.125rem;
  line-height: 110%; /* 19.8px */
  text-align: left;
  width: 11rem;
}

.p-service-flow__button1 {
  background: #3f6382;
  border: 0.125rem solid #3f6382;
  margin-left: initial;
  margin-right: initial;
  padding: 0.5rem 0.6875rem 0.5rem 1.8125rem;
  width: 17.0625rem;
}
.p-service-flow__button1:hover {
  background: #fff;
}

.p-service-flow-button__arrow {
  flex-shrink: 0;
}

.p-service-flow-button__link1 {
  color: #fff;
  text-align: left;
}

.p-service-flow__button2 {
  background: #00a651;
  border: 0.125rem solid #00a651;
  margin-left: initial;
  margin-right: initial;
  padding: 0.5rem 0.6875rem 0.5rem 1.8125rem;
  width: 17.0625rem;
}
.p-service-flow__button2:hover {
  background: #fff;
}
.p-service-flow__button2:hover .p-service-flow-button__link2 {
  color: #00a651;
}

.p-service-flow-button__link2 {
  color: #fff;
}

.p-service-flow__copy {
  color: #f7f1ab;
  display: block;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.01125rem;
  line-height: 1.0625rem;
  margin-top: 0.0625rem;
  text-align: center;
}
.p-service-flow__item-box2,
.p-service-flow__item-box3,
.p-service-flow__item-box4 {
  justify-content: start;
}

.p-service-flow__item-box4 {
  background: #fff;
  position: relative;
  z-index: 100;
}

.p-service-flow-item2__button {
  margin: 0;
  margin-top: 2.3125rem;
}

.p-service-flow__list-content {
  background: #f2f3f4;
  border-radius: 1.25rem;
  margin-top: 2.3125rem;
  padding: 1.875rem 3.375rem 1.875rem 1.875rem;
}

.p-service-flow-list__text {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
}

.p-service-flow__left-text2-2 {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
  margin-top: 1.1875rem;
}

.p-service-price {
  margin-bottom: 12.1875rem;
  margin-top: 8.75rem;
}

.p-service-price__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
}

.p-service-price__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  margin-left: 1.1875rem;
  position: relative;
}
.p-service-price__title::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.p-service-price__lead {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
  margin-top: 3.75rem;
}

.p-service-price__group {
  margin-top: 4.625rem;
}

.p-service-price__group-title {
  align-items: center;
  color: #e2603c;
  display: flex;
  font-size: 1.875rem;
  gap: 1.3125rem;
}
.p-service-price__group-title img {
  width: 3.509625rem;
}

.p-service-price__items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3.3125rem;
}

.p-service-price__item-box {
  border-bottom: 0.0625rem solid #9aa4b8;
  display: flex;
  gap: clamp(1.375rem, 0.161rem + 2.53vw, 2.4375rem);
  padding-bottom: 2.5rem;
}

.p-service-price__item-left {
  flex-shrink: 0;
  width: 21.5rem;
}

.p-service-price__item-title {
  color: #3f6382;
  font-size: 1.625rem;
}

.p-service-price__price-box {
  align-items: center;
  background: #f2f3f4;
  display: flex;
  gap: 1.25rem;
  margin-top: 0.75rem;
  padding: 0.75rem 1.3125rem 1rem 1.3125rem;
}

.p-service-price__price-title {
  background: #fff;
  border: 0.0625rem solid #9aa4b8;
  font-size: 0.875rem;
  line-height: 1.6875rem; /* 192.857% */
  padding: 0 0.625rem;
}

.p-service-price__price {
  font-size: 1.875rem;
  line-height: 1.8125rem; /* 96.667% */
}
.p-service-price__price span {
  font-size: 1.25rem;
  line-height: 1.8125rem;
}

.p-service-price__desc {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
}

.p-service-price__detail-box {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.9375rem;
}

.p-service-price__detail-title {
  background: #fff;
  border: 0.0625rem solid #9aa4b8;
  font-size: 0.875rem;
  line-height: 1.6875rem; /* 192.857% */
  padding: 0 0.625rem;
}

.p-service-price__detail {
  font-weight: 400;
  line-height: 1.8125rem; /* 181.25% */
}

.p-service-price__repletion {
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-top: 1.3125rem;
}

.p-service-price__comment {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0625rem; /* 183.333% */
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 43.25rem;
  padding-inline: 2.5rem;
  text-align: center;
}

.p-service-price__omission {
  display: none;
}

.related__heading {
  font-size: 1.375rem;
  line-height: 110%; /* rem(24.2) */
  margin-left: 1.3125rem;
  position: relative;
}
.related__heading::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.1875rem;
}

.related__list {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
  margin-top: 2.1875rem;
}

.related__link {
  display: flex;
  gap: 0.875rem;
}
.related__link:hover .related__thumb img {
  -webkit-transform: scale(1.2);
  opacity: 0.6;
  transform: scale(1.2);
}
.related__link:hover .related__date,
.related__link:hover .related__title {
  opacity: 0.7;
}

.related__thumb {
  flex-shrink: 0;
  overflow: hidden;
  width: 37.124522293%;
}
.related__thumb img {
  -o-object-fit: cover;
  height: 4.8854375rem;
  object-fit: cover;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 7.2856875rem;
}

.related__meta {
  width: 58.5987261146%;
}

.related__date {
  color: #7e878e;
  font-size: clamp(0.6875rem, 0.473125rem + 0.446vi, 0.875rem);
  transition: opacity 0.3s ease;
}

.related__title {
  font-size: clamp(0.6875rem, 0.473125rem + 0.446vi, 0.875rem);
  line-height: 1.4375rem; /* 164.286% */
  transition: opacity 0.3s ease;
}

.pickup-sidebar {
  margin-top: 6rem;
}

.pickup-sidebar__title-ja {
  border-bottom: 0.0625rem solid var(--6, #17214b);
  color: var(--4, #d6000d);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 180%; /* rem(36) */
}

.pickup-sidebar__article {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
  margin-top: 1.5rem;
}

.pickup-sidebar-card__img {
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.pickup-sidebar-card__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.pickup-sidebar-card__date {
  color: var(--11, #777);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}

.pickup-sidebar-card__title {
  color: var(--10, #1c1c1c);
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.pickup-sidebar-card__cat {
  margin-top: 1.25rem;
}

.c-cat {
  border: 0.0625rem solid #1c1c1c;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.25rem 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.sidebar__category {
  margin-top: 3.75rem;
}

.sidebar__category-title {
  font-size: 1.375rem;
  line-height: 110%; /* rem(24.2) */
  margin-left: 1.3125rem;
  position: relative;
}
.sidebar__category-title::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.1875rem;
}

.sidebar__category-item-box {
  margin-top: 0.3125rem;
}

.sidebar__category-list {
  display: flex;
  flex-direction: column;
}

.cat-item {
  align-items: center;
  border-bottom: 0.0625rem solid #9aa4b8;
  display: flex;
  justify-content: space-between;
}
.cat-item a {
  color: #3f6382;
  display: block;
  font-size: 0.9375rem;
  padding: 1.375rem 0;
  transition: opacity 0.3s ease;
}
.cat-item a:hover {
  opacity: 0.7;
}

.p-single-column--home-title {
  color: #3f6382;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 110%; /* 49.5px */
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.625rem;
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.p-single-column--home-title::after {
  background-color: #8f1717;
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.p-single-column--home-title__en {
  -webkit-filter: blur(0.28125rem);
  color: #3f6382;
  filter: blur(0.28125rem);
  font-size: clamp(4.5rem, 2.929rem + 3.274vw, 5.875rem);
  font-weight: 900;
  line-height: 4.8125rem; /* 81.915% */
  opacity: 0.05;
  position: absolute;
  right: 0;
  text-align: right;
  top: -1.375rem;
}

.p-single-column {
  margin-top: 4.0625rem;
}

.p-single-column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.875rem;
  padding-inline: 2.5rem;
}

.p-single-column__box {
  border-bottom: 0.0625rem solid #3f6382;
  display: flex;
  gap: clamp(3rem, 0.571rem + 5.06vi, 5.125rem);
  justify-content: center;
  padding-bottom: 5.5rem;
}

.p-single-column__left {
  width: 69.5517774343%;
}

.post-meta {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.post-date {
  color: #7e878e;
}

.post-genre {
  background: #3f6382;
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.0625rem 0.8125rem 0.125rem 0.8125rem;
}

.post-title {
  font-size: 2.25rem;
  line-height: 3.5625rem; /* 158.333% */
  margin-top: 1.3125rem;
}

.post-thumbnail {
  border-radius: 1.25rem;
  margin-bottom: 2.3125rem;
  margin-top: 3.1875rem;
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.post-thumbnail img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-single-column__left h2 {
  background: #f2f3f4;
  color: #000;
  font-size: 1.875rem;
  line-height: 2rem; /* 106.667% */
  margin-bottom: 2.375rem;
  margin-top: 5.625rem;
  padding: 1.125rem 1.3125rem;
  position: relative;
}
.p-single-column__left h2::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.p-single-column__left p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem; /* 177.778% */
}

.p-single-column__left h3 {
  border-bottom: 0.0625rem solid #3f6382;
  color: #3f6382;
  font-size: 1.625rem;
  line-height: 2rem; /* 123.077% */
  margin-bottom: 1.4375rem;
  margin-top: 5rem;
  padding-bottom: 0.9375rem;
}

.p-single-column__left h4 {
  background: #f2f3f4;
  color: #000;
  font-size: 1.875rem;
  line-height: 2rem; /* 106.667% */
  margin-bottom: 2.375rem;
  margin-top: 5.625rem;
  padding: 1.125rem 1.3125rem;
  position: relative;
}
.p-single-column__left h4::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.p-single-column__left h5 {
  color: #3f6382;
  font-size: 1.625rem;
  line-height: 2rem; /* 123.077% */
  margin-bottom: 1.4375rem;
  margin-top: 5rem;
}

.p-single-column__left h6 {
  background: #f2f3f4;
  color: #000;
  font-size: 1.875rem;
  line-height: 2rem; /* 106.667% */
  margin-top: 5.625rem;
  padding: 1.125rem 1.3125rem;
  position: relative;
}
.p-single-column__left h6::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.p-single-column__left ul {
  background: #f2f3f4;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
  margin-bottom: 2.375rem;
  margin-top: 2.375rem;
  padding: 2.125rem 3.375rem 2.125rem 2.8125rem;
}
.p-single-column__left ul li {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  gap: 0.25rem;
  line-height: 1.8125rem; /* 161.111% */
  vertical-align: middle;
}
.p-single-column__left ul li + .p-single-column__left ul li {
  margin-top: 1em;
}
.p-single-column__left ul li::before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 0.2em;
  margin-right: 1em;
  vertical-align: middle;
  width: 0.2em;
}

.alignnone {
  -o-object-fit: cover;
  display: block;
  height: auto;
  margin-bottom: 2.3125rem;
  object-fit: cover;
  width: 100%;
}

.nav-links {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.nav-previous a {
  align-items: center;
  background: red;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  width: 11.125rem;
}

.nav-next a {
  align-items: center;
  background: red;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  width: 11.125rem;
}

.p-single-column__left ol {
  background: #f2f3f4;
  border-radius: 1.25rem;
  counter-reset: custom-counter;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  gap: 1.8125rem;
  line-height: 1.8125rem; /* 161.111% */
  list-style: none;
  margin-bottom: 2.375rem;
  margin-top: 2.375rem;
  padding: 2.125rem 3.375rem 2.125rem 2.8125rem;
}
.p-single-column__left ol li {
  align-items: start;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.8125rem; /* 161.111% */
  position: relative;
  vertical-align: middle;
}
.p-single-column__left ol li + .p-single-column__left ol li {
  margin-top: 1em;
}
.p-single-column__left ol li::before {
  content: counter(custom-counter) "." " ";
  counter-increment: custom-counter;
  flex-shrink: 0;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.p-numberList {
  counter-reset: custom-counter;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8125rem; /* 161.111% */
  list-style: none;
}

.p-numberList__item {
  padding-left: 1.7em;
  text-indent: -1.5em;
}
.p-numberList__item + .p-numberList__item {
  margin-top: 1em;
}

.p-numberList__item:before {
  content: counter(custom-counter) "." " ";
  counter-increment: custom-counter;
  padding-right: 0.2em;
}

.defaultTemplate {
  line-height: 1.5;
  margin-top: 3.5rem;
}
.defaultTemplate .defaultTemplate__contents h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.defaultTemplate .defaultTemplate__contents h2 {
  font-size: 1.4375rem !important;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.875rem;
  padding-bottom: 0.5rem;
  padding-left: 0.3125rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h2:after {
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h2 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-2-text {
  margin-top: 0.875rem;
}
.defaultTemplate .defaultTemplate__contents .heading-3-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h3 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 0.5em;
  margin-top: 1.4375rem;
  padding-left: 0.9375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h3:before {
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: calc(50% - 0.75rem);
  width: 0.5rem;
}
.defaultTemplate .defaultTemplate__contents h3 span {
  font-size: 1.25rem !important;
}
.defaultTemplate .defaultTemplate__contents .heading-4-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h4 {
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0;
  letter-spacing: 0.05em;
  margin-top: 1.8125rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4:after {
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-5-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h5 {
  color: #e1c300;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 1.375rem;
}
.defaultTemplate .defaultTemplate__contents h5 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-6-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h6 {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 2.375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h6:before {
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0;
}
.defaultTemplate .defaultTemplate__contents h6 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents img {
  display: inline-block;
  height: auto;
  margin: 1.5rem 0;
  max-width: 100%;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote {
  background-color: #f2f3f4;
  padding: 0.8125rem 0.9375rem 0.8125rem 3.125rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents blockquote::before {
  content: "\f10d";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5625rem;
  left: 0.9375rem;
  line-height: 1;
  position: absolute;
  top: 1.25rem;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote p {
  line-height: 1.7;
  margin-top: 0.625rem;
  padding: 0;
}
.defaultTemplate .defaultTemplate__contents .list-style-1-wrapper {
  margin-top: 1.625rem;
}
.defaultTemplate .defaultTemplate__contents ul {
  list-style: none;
}
.defaultTemplate .defaultTemplate__contents ol {
  list-style: none;
}
.defaultTemplate .defaultTemplate__contents ul li,
.defaultTemplate .defaultTemplate__contents ol li {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.7857142857;
  list-style: none;
  margin-left: 1.25rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents ul li::before,
.defaultTemplate .defaultTemplate__contents ol li::before {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/長方形 131@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.6875rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6875rem;
}
.defaultTemplate .defaultTemplate__contents a:hover {
  text-decoration: underline;
}
.defaultTemplate .defaultTemplate__contents .table-cel-wrapper {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table,
.defaultTemplate .defaultTemplate__contents table * {
  border-color: #3f6382;
}
.defaultTemplate .defaultTemplate__contents table tr td {
  padding: 0.5rem;
}

/* デフォルトのmargin-left */
.table-of-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-top: 0.0625rem;
  padding-left: 2rem;
  position: relative;
}
.table-of-list::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/線 21@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.0625rem;
  left: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.the_content-wrapper {
  margin-top: 1.3125rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents {
  border: 0.0625rem solid #76d3e9;
  margin-bottom: 7rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-content {
  background: #76d3e9;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  text-align: center;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  list-style: none;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2 {
  font-weight: bold;
  margin-left: 1.125rem;
  position: relative;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/長方形 131@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.5rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}

.defaultTemplate__button-box-wrapper {
  border-top: 0.1875rem solid #000;
  margin-top: 3.75rem;
}

.defaultTemplate__button-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8125rem;
}

.defaultTemplate__prev-button {
  text-align: right;
}
.defaultTemplate__prev-button a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.875rem;
  opacity: 1;
  padding-right: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__prev-button a::before {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/グループ 70@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.375rem;
  left: 0.6875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__prev-button a:hover {
  opacity: 0.8;
}

.defaultTemplate__next-button {
  text-align: left;
}
.defaultTemplate__next-button a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.875rem;
  line-height: 1.875rem;
  opacity: 1;
  padding-left: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__next-button a::before {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/グループ 69@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.375rem;
  position: absolute;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__next-button a:hover {
  opacity: 0.8;
}

.table-of-list-3::before {
  display: none;
}

.table-of-list-4::before {
  display: none;
}

.table-of-list-5::before {
  display: none;
}

.table-of-list-6::before {
  display: none;
}

.no_bullets {
  border: 0.0625rem solid #76d3e9;
  margin-bottom: 7rem;
}

.toc_title {
  background: #76d3e9;
  color: #fff;
  font-size: 1.125rem !important;
  font-weight: bold !important;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem !important;
  text-align: center;
}

.toc_list {
  padding: 1.125rem 1.5rem 1.375rem 1.5rem;
}
.toc_list li {
  margin-left: 0.9375rem !important;
  margin-top: 0.125rem !important;
}
.toc_list li::before {
  display: none;
}
.toc_list > li > a {
  font-weight: bold;
  margin-left: 0.3125rem;
  position: relative;
}
.toc_list > li > a::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/長方形 131@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.6875rem;
  left: -1.3125rem;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 0.6875rem;
}

.toc_list a {
  margin-left: 0.0625rem;
  position: relative;
}
.toc_list a::before {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/線 21@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.0625rem;
  left: -1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.p-single-column__right {
  position: relative;
  width: 24.2658423493%;
  z-index: 1;
}

.p-single-cta {
  margin-top: 12.5625rem;
}

.p-single-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-single-cta__img {
  -webkit-transform: translateX(-50%);
  display: block;
  height: 13.9375rem;
  left: 50%;
  position: absolute;
  top: -10.4375rem;
  transform: translateX(-50%);
  width: 13.9375rem;
  z-index: 100;
}

.p-single-cta__item-box {
  background: #3f6382;
  border-radius: 1.25rem;
  padding-bottom: 3.3125rem;
  padding-inline: 1.8125rem;
  padding-top: 3.75rem;
  position: relative;
  z-index: 99;
}

.p-single-cta__item {
  border-radius: 1.25rem;
  padding-bottom: 1.625rem;
  position: relative;
  z-index: 100;
}

.p-single-cta__item:nth-child(n+2) {
  -webkit-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
}

.p-single-cta__item:nth-child(n+3) {
  -webkit-transform: translateY(7.5rem);
  transform: translateY(7.5rem);
}

.p-single-cta__link-img {
  background: #fff;
  border-radius: 50%;
  height: 6.0625rem;
  position: relative;
  width: 6.0625rem;
}
.p-single-cta__link-img img {
  -webkit-transform: translate(-50%, -50%);
  height: 2.387125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3125rem;
}

.p-single-cta__body {
  text-align: center;
}

.p-single-cta__txt {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
  justify-content: center;
}
.p-single-cta__txt span {
  color: #fff;
  font-size: 1.6875rem;
}
.p-single-cta__txt img {
  height: 1.533375rem;
  width: 1.6875rem;
}
.p-single__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}
.p-single__tel-number {
	 font-size: 2.3rem;
}
.p-single-cta__button {
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.8125rem;
}

.p-single__tel-box {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 1.6875rem;
}
.p-single__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-single__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.p-single__tel-numb {
  font-size: clamp(1.375rem, 0.304rem + 2.232vw, 2.3125rem);
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-single__time {
  margin-top: 0.4375rem;
}

.p-single__button-wrap {
  align-items: center;
  display: flex;
  gap: 1.6875rem;
  justify-content: center;
  margin-top: 3.125rem;
  text-align: center;
}

.p-single__button1 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: 22.8125rem;
}
.p-single__button1:hover {
  background: transparent;
}
.p-single__button1:hover .p-single-button__link1 {
  color: #fff;
}
.p-single__button1:hover .svg-circle {
  fill: #fff;
}
.p-single__button1:hover .svg-path {
  stroke: #3f6382;
}

.p-single-button__link1 {
  color: #3f6382;
}

.p-single__button2 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: 22.8125rem;
}
.p-single__button2:hover {
  background: #3f6382;
}
.p-single__button2:hover .p-single-button__link2 {
  color: #fff;
}
.p-single__button2:hover .p-single-button__link1 {
  color: #fff;
}
.p-single__button2:hover .svg-circle {
  fill: #fff;
}
.p-single__button2:hover .svg-path {
  stroke: #3f6382;
}

.p-single-button__link2 {
  color: #00a651;
}

.p-single__copy {
  color: #f7f1ab;
  display: block;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: 1.0625rem;
  margin-top: 0.0625rem;
  text-align: center;
}
.p-single-column {
  margin-bottom: 12.1875rem;
  margin-top: 6.0625rem;
}

.p-single-column__title-ja {
  font-size: 1.375rem;
  line-height: 110%;
  margin-left: 1.3125rem;
  position: relative;
}
.p-single-column__title-ja::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.1875rem;
}

.p-single-column__article {
  margin-top: 4.1875rem;
}

.home-title {
  color: #3f6382;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 110%; /* 49.5px */
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.625rem;
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.home-title::after {
  background-color: #8f1717;
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.single__body {
  margin-bottom: 12.1875rem;
  margin-top: 4.625rem;
}
.single__body p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem; /* 177.778% */
}

.single__body-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  padding-inline: 2.5rem;
}

.single__contents {
  margin-top: 2.375rem;
}

.single__contents-date {
  color: #7e878e;
  line-height: 2.4375rem; /* 243.75% */
}

.single__contents-title {
  border-bottom: 0.0625rem solid #7e878e;
  font-size: 2.25rem;
  line-height: 3.5625rem; /* 158.333% */
  margin-top: 1.1875rem;
  padding-bottom: 3.8125rem;
}

span[style*=underline] {
  position: relative;
  text-decoration: none !important; /* デフォルトの下線はオフにする */
}

span[style*=underline] {
  background: linear-gradient(to bottom, transparent 70%, #ede921 20%);
  display: inline;
}

.single__contents-img-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 32.1875rem;
}

.single__contents-img {
  height: 0;
  margin-top: 7.5rem;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.single__contents-img img {
  -o-object-fit: cover;
  -o-object-position: 50% 50%;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.defaultTemplate {
  line-height: 1.5;
  margin-top: 3.5rem;
}
.defaultTemplate .defaultTemplate__contents h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.defaultTemplate .defaultTemplate__contents h2 {
  font-size: 1.4375rem !important;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.875rem;
  padding-bottom: 0.5rem;
  padding-left: 0.3125rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h2:after {
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents .heading-2-text {
  margin-top: 0.875rem;
}
.defaultTemplate .defaultTemplate__contents .heading-3-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h3 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 0.5em;
  margin-top: 1.4375rem;
  padding-left: 0.9375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h3:before {
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: calc(50% - 0.75rem);
  width: 0.5rem;
}
.defaultTemplate .defaultTemplate__contents h3 span {
  font-size: 1.25rem !important;
}
.defaultTemplate .defaultTemplate__contents .heading-4-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h4 {
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0;
  letter-spacing: 0.05em;
  margin-top: 1.8125rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4:after {
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-5-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h5 {
  color: #e1c300;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 1.375rem;
}
.defaultTemplate .defaultTemplate__contents h5 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-6-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h6 {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 2.375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h6:before {
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0;
}
.defaultTemplate .defaultTemplate__contents h6 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents img {
  display: inline-block;
  height: auto;
  margin: 1.5rem 0;
  max-width: 100%;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote {
  background-color: #f2f3f4;
  padding: 0.8125rem 0.9375rem 0.8125rem 3.125rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents blockquote::before {
  content: "\f10d";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5625rem;
  left: 0.9375rem;
  line-height: 1;
  position: absolute;
  top: 1.25rem;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote p {
  line-height: 1.7;
  margin-top: 0.625rem;
  padding: 0;
}
.defaultTemplate .defaultTemplate__contents .list-style-1-wrapper {
  margin-top: 1.625rem;
}
.defaultTemplate .defaultTemplate__contents ol {
  list-style: decimal;
}
.defaultTemplate .defaultTemplate__contents ul li,
.defaultTemplate .defaultTemplate__contents ol li {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.7857142857;
  list-style-position: outsite;
  margin-left: 1.25rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents ul li::before,
.defaultTemplate .defaultTemplate__contents ol li::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.6875rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6875rem;
}
.defaultTemplate .defaultTemplate__contents a:hover {
  text-decoration: underline;
}
.defaultTemplate .defaultTemplate__contents .table-cel-wrapper {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table,
.defaultTemplate .defaultTemplate__contents table * {
  border-color: #3f6382;
}
.defaultTemplate .defaultTemplate__contents table tr td {
  padding: 0.5rem;
}

/* デフォルトのmargin-left */
.table-of-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-top: 0.0625rem;
  padding-left: 2rem;
  position: relative;
}
.table-of-list::after {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.0625rem;
  left: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.the_content-wrapper {
  margin-top: 1.3125rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents {
  border: 0.0625rem solid #76d3e9;
  margin-bottom: 7rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-content {
  background: #76d3e9;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  text-align: center;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  list-style: none;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2 {
  font-weight: bold;
  margin-left: 1.125rem;
  position: relative;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2::after {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.5rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}

.defaultTemplate__button-box-wrapper {
  border-top: 0.1875rem solid #000;
  margin-top: 3.75rem;
}

.defaultTemplate__button-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8125rem;
}

.defaultTemplate__prev-button {
  text-align: right;
}
.defaultTemplate__prev-button a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.875rem;
  opacity: 1;
  padding-right: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__prev-button a::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.375rem;
  left: 0.6875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__prev-button a:hover {
  opacity: 0.8;
}

.defaultTemplate__next-button {
  text-align: left;
}
.defaultTemplate__next-button a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.875rem;
  line-height: 1.875rem;
  opacity: 1;
  padding-left: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__next-button a::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.375rem;
  position: absolute;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__next-button a:hover {
  opacity: 0.8;
}

.table-of-list-3::before {
  display: none;
}

.table-of-list-4::before {
  display: none;
}

.table-of-list-5::before {
  display: none;
}

.table-of-list-6::before {
  display: none;
}

.no_bullets {
  border: 0.0625rem solid #76d3e9;
  margin-bottom: 7rem;
}

.toc_title {
  background: #76d3e9;
  color: #fff;
  font-size: 1.125rem !important;
  font-weight: bold !important;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem !important;
  text-align: center;
}

.toc_list {
  padding: 1.125rem 1.5rem 1.375rem 1.5rem;
}
.toc_list li {
  margin-left: 0.9375rem !important;
  margin-top: 0.125rem !important;
}
.toc_list li::before {
  display: none;
}
.toc_list > li > a {
  font-weight: bold;
  margin-left: 0.3125rem;
  position: relative;
}
.toc_list > li > a::after {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.6875rem;
  left: -1.3125rem;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 0.6875rem;
}

.toc_list a {
  margin-left: 0.0625rem;
  position: relative;
}
.toc_list a::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.0625rem;
  left: -1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.single__button {
  margin-top: 7.0625rem;
}

.p-slider {
  width: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .p-slider__img,
.p-slider .swiper-slide-duplicate-active .p-slider__img,
.p-slider .swiper-slide-prev .p-slider__img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.p-slider .swiper-pagination-bullet {
  background: url(../img/) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 15px;
  opacity: 1;
  width: 15px;
}
.p-slider .swiper-pagination-bullet-active {
  background: url(../img/) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 15px;
  opacity: 1;
  width: 15px;
}

.p-slider__img {
  height: 100%;
}
.p-slider__img img {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-slider__slide {
  overflow: hidden;
}

.p-slider__btn {
  height: 60px;
  width: 60px;
}

.p-slider__pagination {
  bottom: 30px !important;
  left: auto;
  position: absolute;
  right: auto;
  width: auto;
}

.taxonomy-column {
  margin-bottom: 12.1875rem;
  margin-top: 5.5625rem;
}

.taxonomy-column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.375rem;
  padding-inline: 2.5rem;
}

.taxonomy-column__title-ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  margin-left: 1.3125rem;
}
.taxonomy-column__title-ja::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.taxonomy-column__title-en {
  margin-top: 0.75rem;
}
.taxonomy-column__title-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  margin-top: 2rem;
}

.taxonomy-column__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.0625rem;
}
.taxonomy-column__term li a {
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #3f6382;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.25rem 1.875rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.taxonomy-column__term li a:hover {
  background: #f2f3f4;
}
.is-current {
  background: #3f6382 !important;
  color: #fff !important;
}
.taxonomy-column__article-wrap {
  margin-top: 7.4375rem;
}

.taxonomy-column__article {
  gap: 8.125rem clamp(2.125rem, 0.839rem + 2.679vw, 3.25rem);
  margin-top: 2.75rem;
}

.taxonomy-column-card__date {
  color: #7e878e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4375rem; /* 243.75% */
}

.taxonomy-column-card__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem; /* 166.667% */
}
.taxonomy-column-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.taxonomy-column-card__cat span {
  background: #3f6382;
  border: 0.0625rem solid #3f6382;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.125rem 0.8125rem;
}

.taxonomy-column-card__img {
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.taxonomy-column-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.taxonomy-column-card__button {
  background: #000;
  color: #fff;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 11.25rem;
}
.taxonomy-column-card__button:hover {
  background: #9aa4b8;
  color: #fff;
}

.taxonomy-column-card__button-link {
  flex-direction: row;
  padding: 0.75rem;
}
.taxonomy-column-card__button-link::after {
  background: url("../img/common/chevron-right-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.5rem;
  transition: background 0.3s ease;
  width: 1.5rem;
}
.pagination {
  align-items: center;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  margin-top: 8.125rem;
}
.pagination span,
.pagination a {
  align-items: center;
  border: 0.0625rem solid #3f6382;
  border-radius: 50%;
  color: #3f6382;
  display: flex;
  font-family: "Rounded Mplus 1c";
  font-size: 1.375rem;
  font-weight: 500;
  height: 2.75rem;
  justify-content: center;
  line-height: 110%; /* 24.2px */
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  width: 2.75rem;
}
.pagination span:hover,
.pagination a:hover {
  background: #f2f3f4;
}

.prev {
  display: block;
  height: 2.1875rem !important;
  margin-right: 1.5625rem;
  position: relative;
  width: 2.1875rem !important;
}
.prev svg {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.next {
  display: block;
  height: 2.1875rem !important;
  margin-left: 1.5625rem;
  position: relative;
  width: 2.1875rem !important;
}
.next svg {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.current {
  background: #3f6382;
  color: #fff !important;
}
.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
  .p-formBtn input:disabled:hover {
    cursor: not-allowed;
  }
  .p-formBtn input:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .p-achive-column-card__img img:hover {
    -webkit-transform: scale(1.1);
    opacity: 0.6;
    transform: scale(1.1);
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  }
  .column-card__img img:hover {
    -webkit-transform: scale(1.1);
    opacity: 0.6;
    transform: scale(1.1);
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  }
  .p-estate-column-card__img img:hover {
    -webkit-transform: scale(1.1);
    opacity: 0.6;
    transform: scale(1.1);
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  }
  .column-card__img img:hover {
    -webkit-transform: scale(1.1);
    opacity: 0.6;
    transform: scale(1.1);
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  }
  .column-card__img img:hover {
    -webkit-transform: scale(1.1);
    opacity: 0.6;
    transform: scale(1.1);
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  }
  .column-card__img img:hover {
    -webkit-transform: scale(1.1);
    opacity: 0.6;
    transform: scale(1.1);
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  }
  .column-card__img img:hover {
    -webkit-transform: scale(1.1);
    opacity: 0.6;
    transform: scale(1.1);
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  }
  .taxonomy-column-card__img img:hover {
    -webkit-transform: scale(1.1);
    opacity: 0.6;
    transform: scale(1.1);
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 1200px) {
  .header__inner {
    gap: 2rem;
  }
  .header-nav-top {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header .drawer-icon,
  .header .drawer-background {
    display: block;
    right: 1rem;
  }
  .header .drawer-icon {
    position: relative;
    z-index: 10000000;
  }
  .header .drawer-icon.drawer-active .drawer-icon_bar1 {
    -webkit-transform: rotate(-45deg);
    background: #000;
    top: 0.71875rem;
    transform: rotate(-45deg);
  }
  .header .drawer-icon.drawer-active .drawer-icon_bar2 {
    opacity: 0;
  }
  .header .drawer-icon.drawer-active .drawer-icon_bar3 {
    -webkit-transform: rotate(45deg);
    background: #000;
    top: 0.71875rem;
    transform: rotate(45deg);
  }
  .header .drawer-icon .drawer-icon_bars {
    display: block;
    height: 1.375rem;
    position: relative;
    width: 2.25rem;
    z-index: 100001;
  }
  .header .drawer-icon .drawer-icon_bar1,
  .header .drawer-icon .drawer-icon_bar2,
  .header .drawer-icon .drawer-icon_bar3 {
    background: #000;
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s;
    width: 2.25rem;
    z-index: 100001;
  }
  .header .drawer-icon .drawer-icon_bar1 {
    top: 0;
  }
  .header .drawer-icon .drawer-icon_bar2 {
    top: 0.59375rem;
  }
  .header .drawer-icon .drawer-icon_bar3 {
    top: 1.25rem;
  }
  .header .drawer-content {
    background: #f2f3f4;
    display: none;
    height: 93vh;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 4.4375rem;
    width: 23.625rem;
    z-index: 1000000;
  }
  .header .drawer-content-item a {
    color: #000;
    display: block;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1.75rem 0 1rem;
  }
  .header .header__menu-item {
    border-bottom: 0.0625rem solid #9aa4b8;
    padding: 1.5rem 2rem;
  }
  .header .header__menu-item:hover {
    transition: opacity 0.3s ease;
  }
  .header .header__menu-item a {
    color: #3f6382;
    display: inline;
    font-weight: bold;
    font-weight: 500;
  }
  .header .submenu-svg-arrow {
    height: 1.3125rem;
    margin-top: 0.3125rem;
    width: 1.25rem;
  }
  .header .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
    fill: #fff;
    stroke: #3f6382;
  }
  .header .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
    stroke: #3f6382;
  }
  .header .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-circle {
    fill: #fff;
    stroke: #3f6382;
  }
  .header .sub-menu .menu-item a:hover .submenu-svg-arrow .submenu-svg-path {
    stroke: #3f6382;
  }
  .drawer-content .menu-item-52::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 2.75rem;
  }
  .drawer-content .menu-item-2584::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 2.75rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 0rem;
  }
}

@media only screen and (max-width: 768px) {
  .map-item {
    width: 100%;
  }
  .map-item iframe {
    height: 15.625rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .title-ja {
    font-size: 1.375rem;
  }
  .common-button {
    max-width: 21.125rem;
  }
  .l-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .breadcrumb {
    padding-inline: 1.25rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .column__title-text {
    margin-top: 2.625rem;
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .home-title {
    font-size: 1.6875rem;
    margin-bottom: 3.0625rem;
    margin-top: 8.5rem;
    padding-inline: 1.25rem;
  }
  .home-title::after {
    width: 2rem;
  }
  .home-title__en {
    font-size: 3.0625rem;
    line-height: 2.5rem; /* 81.915% */
    top: 7.1875rem;
  }
  .l-content {
    margin-top: 4rem;
  }
  .l-notfound {
    padding-inline: 1.25rem;
  }
  .l-notfound-heading {
    font-size: 1.5rem;
  }
  .l-notfound-text {
    margin-top: 1.5rem;
  }
  .error__button {
    margin-bottom: 4rem;
    margin-top: 1.75rem;
  }
  .access {
    margin-top: 3.75rem;
  }
  .access__inner {
    padding-inline: 1.25rem;
  }
  .access__content {
    flex-direction: column;
    gap: 3.5rem;
  }
  .access__left-box {
    width: 100%;
  }
  .access-profile__title {
    font-size: 1.375rem;
    padding-bottom: 1rem;
  }
  .access__address {
    font-size: 1.25rem;
    line-height: 160%; /* rem(25.6) */
  }
  .access__tel-box {
    margin-top: 1rem;
  }
  .access__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .access__right-box {
    width: 100%;
  }
  .map {
    margin-bottom: 5rem;
  }
  .map__inner {
    padding-inline: 1.25rem;
  }
  .p-achive-column {
    margin-bottom: 5rem;
    margin-top: 3.125rem;
  }
  .p-achive-column__inner {
    padding-inline: 1.25rem;
    padding-top: 1rem;
  }
  .p-achive-column__title-wrap {
    margin-left: 0;
  }
  .p-achive-column__title-ja {
    font-size: 1.375rem;
  }
  .p-achive-column__title-text {
    font-size: 0.875rem;
    margin-left: -1.3125rem;
    margin-top: 2.8125rem;
  }
  .p-achive-column__term {
    margin-top: 2rem;
  }
  .p-achive-column__article-wrap {
    margin-top: 4rem;
  }
  .p-achive-column__article {
    gap: 2rem 0.75rem;
  }
  .p-achive-column-card__cat {
    margin-top: 0.75rem;
  }
  .pagination {
    margin-top: 2rem;
  }
  .pickup__inner {
    padding-top: 4rem;
  }
  .pickup__term {
    margin-top: 2rem;
  }
  .pickup__article {
    gap: 0.625rem 0.75rem;
  }
  .pickup-card__title {
    margin-top: 0.25rem;
  }
  .pickup-card__button {
    margin-top: 2.25rem;
  }
  .p-business__inner {
    padding-bottom: 5rem;
    padding-inline: 1.25rem;
  }
  .p-business__title-text {
    max-width: 100%;
  }
  .p-business-item2 {
    margin-left: auto;
    max-width: 47.9375rem;
    width: 100%;
  }
  .p-business-card3 {
    margin-top: 2rem;
  }
  .p-business-card3__items {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .p-business-card3__item-top {
    flex-direction: column;
    gap: 0.5rem;
    padding-inline: 1.25rem;
  }
  .p-business__img1 {
    height: auto;
    width: 100%;
  }
  .p-business__img1 img {
    height: auto;
  }
  .p-business-card3__item {
    gap: 1rem;
  }
  .p-business-card-item__box {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-business-card3__body-item {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
  .p-business__img-under {
    height: auto;
    max-width: 100%;
  }
  .p-business__img-under img {
    height: auto;
  }
  .p-business-card__img1 img {
    width: 2.875rem;
  }
  .p-business-card__img2 img {
    width: 2.8125rem;
  }
  .p-business-card3-title__box {
    align-items: center;
    border-bottom: 1px solid #000;
    display: flex;
    gap: 5.1%;
    padding-bottom: 1rem;
  }
  .p-business-card3__title1 {
    font-size: 1.5rem;
  }
  .p-business__button1 {
    width: 100%;
  }
  .p-business__button2 {
    width: 100%;
  }
  .p-business__button3 {
    width: 100%;
  }
  .p-business__button4 {
    width: 100%;
  }
  .p-business__button5 {
    width: 100%;
  }
  .p-business-card3__txt1 {
    font-size: 1rem;
    margin-top: 0.8125rem;
  }
  .service-cta-wrap {
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
  .p-contact-confirm {
    margin-top: 3.125rem;
  }
  .p-contact-confirm__inner {
    max-width: 50rem;
    padding-inline: 1.25rem;
    text-align: left;
  }
  .contact-confirm__title {
    font-size: 1.5rem;
    line-height: 1.75rem; /* 116.667% */
  }
  .p-contact-confirm__list {
    font-size: 0.9375rem;
    margin-top: 1.875rem;
    padding: 2.5rem 1.5rem 2.75rem;
  }
  .p-contact-confirm__item {
    align-items: start;
    flex-direction: column;
    gap: 0.25rem;
  }
  .p-contact-confirm__item:not(:first-child) {
    margin-top: 1rem;
  }
  .p-contact-confirm__title {
    flex-shrink: initial;
    width: 100%;
  }
  .return {
    max-width: 21.125rem;
    padding: 1.4375rem 0.8125rem 1.4375rem 0.8125rem;
  }
  .p-contact-confirm__btn-submit {
    margin-bottom: 6.25rem;
    margin-top: 1.5rem;
  }
  .send {
    margin-bottom: 5rem;
    max-width: 21.125rem;
    padding: 1.4375rem 0.8125rem 1.4375rem 0.8125rem;
  }
  .home-title {
    font-size: 1.6875rem;
    padding-inline: 1.25rem;
  }
  .contact-thanks__heading {
    margin-bottom: 1.8125rem;
    margin-top: 3.125rem;
  }
  .contact-thanks__heading__inner {
    max-width: 50rem;
    padding-inline: 1.25rem;
    text-align: left;
  }
  .contact-thanks-heading__item {
    border-radius: 0.625rem;
    margin-bottom: 0;
    margin-top: 0;
    padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  }
  .contact-thanks-heading__text {
    font-size: 1rem;
    line-height: 1.8125rem; /* 181.25% */
    text-align: left;
  }
  .contact-thanks-heading__text2 {
    margin-top: 1.75rem;
  }
  .contact-thanks-heading__text3 {
    margin-top: 1.75rem;
  }
  .contact-thanks__tel-box img {
    height: 1.6875rem;
    margin-top: 1.1875rem;
    width: 1.6875rem;
  }
  .contact-thanks__tel-box {
    align-items: flex-start;
    margin-top: 0.6875rem;
  }
  .contact-thanks__tel-box-item {
    display: block;
    gap: 0.28125rem;
    margin-top: 0.625rem;
  }
  .contact-thanks__tel-number {
    font-size: 1.25rem;
  }
  .contact-thanks__button {
    margin-bottom: 6.25rem;
    margin-top: 2.5rem;
  }
  .p-contact-home-title {
    font-size: 1.6875rem;
    margin-bottom: 3.0625rem;
    margin-top: 8.5rem;
    padding-inline: 1.25rem;
  }
  .p-contact-home-title::after {
    width: 2rem;
  }
  .p-contact {
    margin-bottom: 5rem;
    padding: 2.625rem 0;
  }
  .p-contact__heading {
    margin-bottom: 1.8125rem;
    margin-top: 3.125rem;
  }
  .p-contact__heading__inner {
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
    text-align: left;
  }
  .p-contact-heading__text {
    font-size: 1rem;
    line-height: 1.8125rem; /* 181.25% */
  }
  .p-contact-heading__text2 {
    font-size: 1.125rem;
    margin-top: 3.1875rem;
  }
  .p-contact__tel-box img {
    height: 1.6875rem;
    margin-top: 1.1875rem;
    width: 1.6875rem;
  }
  .p-contact__tel-box {
    align-items: flex-start;
    margin-top: 0.6875rem;
  }
  .p-contact__tel-box-item {
    display: block;
    gap: 0.28125rem;
    margin-top: 0.625rem;
  }
  .p-contact__tel-number {
    font-size: 1.75rem;
  }
  .contact {
    margin-bottom: 5rem;
    padding: 2.625rem 0;
  }
  .p-contact__inner {
    max-width: 50rem;
    padding-inline: 1.25rem;
  }
  .p-contact__box {
    padding-bottom: 4.0625rem;
    padding-top: 1.625rem;
  }
  .p-p-contact__inner {
    max-width: 34.375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-form__item {
    align-items: flex-start;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
  }
  .p-form__title label {
    font-size: 1rem;
  }
  .p-form__title {
    width: 100%;
  }
  .p-form__title--type02 {
    align-items: flex-start;
    flex-direction: column;
  }
  .p-form__input {
    width: 100%;
  }
  .p-formInput input {
    height: 3.5625rem;
    margin-left: 0;
    padding-left: 0.9375rem;
    width: 100%;
  }
  .p-formInput--sm input {
    width: 100%;
  }
  .p-formInput__post input {
    width: 100%;
  }
  .p-formInput__address input {
    width: 100%;
  }
  .p-formSelect select {
    height: 3.125rem;
    width: 100%;
  }
  .p-formDate__flex {
    align-items: flex-start;
    gap: 1.25rem;
  }
  .p-form__dataBlock {
    flex: 1;
  }
  .p-form__dataBlockLabel {
    display: none;
  }
  .p-form__dataBlockDate {
    width: 100%;
  }
  .p-formCalendar input {
    height: 3.125rem;
    width: 100%;
  }
  .Android .p-formCalendar input {
    padding-left: 0.9375rem;
  }
  .p-form__dataBlockSelect {
    width: 100%;
  }
  .p-formNumber__flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.625rem;
  }
  .p-formNumber__blockLabel01 {
    width: 3.4375rem;
  }
  .p-formNumber__blockInput {
    flex: 1;
    margin-right: 1.25rem;
  }
  .p-formTextarea textarea {
    margin-left: 0;
    min-height: 18.75rem;
    padding-left: 0.9375rem;
    width: 100%;
  }
  .p-form__privacy {
    text-align: left;
  }
  .p-form__acceptance {
    text-align: left;
  }
  .p-form__submit {
    margin-top: 1.875rem;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1rem;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 1rem;
  }
  .button__send {
    max-width: 21.125rem;
  }
  .p-corporate-legal-heading-wrap {
    margin-top: 6.25rem;
  }
  .p-corporate-legal-mv {
    margin-top: 3rem;
    padding-bottom: 1.25rem;
  }
  .p-corporate-legal-mv__inner {
    padding-inline: 1.25rem;
  }
  .p-corporate-legal-mv__content {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-corporate-legal-mv__left-box {
    margin-left: 0;
    width: 100%;
  }
  .p-corporate-legal-mv-profile__title {
    font-size: 1.25rem;
    gap: 1.25rem;
  }
  .p-corporate-legal-mv-profile__title span {
    font-size: 2.5rem;
  }
  .p-corporate-legal-mv-profile__title img {
    height: 1.875rem;
    width: 2.5rem;
  }
  .p-corporate-legal-item__title {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
  .p-corporate-legal-mv__text {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 1.25rem;
  }
  .p-corporate-legal-mv__right-box {
    width: 100%;
  }
  .p-corporate-legal-mv__img img {
    height: 12.5rem;
    width: 100%;
  }
  .p-corporate-legal-about {
    padding: 3.3125rem 0 0;
  }
  .p-corporate-legal-about__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-corporate-legal-about__items {
    display: block;
  }
  .p-corporate-legal-about__title-item {
    border-radius: 0.75rem 0.75rem 0px 0px;
    padding: 1.0625rem 0;
    width: 100%;
  }
  .p-corporate-legal-about__title-box svg {
    height: 1rem;
    margin-top: 0.125rem;
    width: 1rem;
  }
  .p-corporate-legal-about__title-ja {
    font-size: 1.25rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-corporate-legal-about__contents {
    padding: 1.3125rem 1.0625rem 1.9375rem;
    width: 100%;
  }
  .p-corporate-legal-about__content {
    gap: 1.3125rem;
  }
  .p-corporate-legal-about__item-box {
    align-items: end;
    gap: 0.8125rem;
    justify-content: space-between;
  }
  .p-corporate-legal-about__item {
    align-items: end;
    display: block;
  }
  .p-corporate-legal-about__item-date {
    font-size: 0.9375rem;
    line-height: 110%; /* 16.5px */
  }
  .p-corporate-legal-about__item-text {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-corporate-legal-grid {
    margin-top: 3.75rem;
  }
  .p-corporate-legal-grid__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-corporate-legal-grid__title-ja {
    font-size: 1.5rem;
  }
  .p-corporate-legal-grid__items {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .p-corporate-legal-grid__item {
    padding: 1.5rem 1.25rem 2.1875rem;
  }
  .p-corporate-legal-grid__comment {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
  .p-corporate-legal-grid__txt {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-corporate-legal-grid__contact {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-corporate-legal {
    margin-top: 3.125rem;
  }
  .p-corporate-legal__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-corporate-legal__item {
    padding: 1.25rem 1rem 1.25rem 1rem;
  }
  .p-corporate-legal__body {
    text-align: left;
  }
  .p-corporate-legal__heading {
    font-size: 1rem;
    margin-top: 1.25rem;
    text-align: center;
  }
  .p-corporate-legal__txt {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 1.25rem;
  }
  .p-corporate-legal-cta {
    margin-top: 3rem;
  }
  .p-corporate-legal-cta__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-corporate-legal-cta__img {
    border-radius: 1.25rem;
    height: 7.5rem;
    top: -2.9375rem;
    width: initial;
  }
  .p-corporate-legal-cta__img img {
    border-radius: 1.25rem;
  }
  .p-corporate-legal-cta__item-box {
    border-radius: 1.25rem;
    padding-bottom: 2.5rem;
    padding-inline: 1.25rem;
    padding-top: 1.875rem;
  }
  .p-corporate-legal-cta__txt {
    flex-direction: column;
    gap: 0.625rem;
    margin-right: 0;
  }
  .p-corporate-legal-cta__txt span {
    font-size: 1.5rem;
  }
  .p-corporate-legal__tel-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .p-corporate-legal__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .p-corporate-legal__tel-item {
    gap: 0;
    margin-top: 0.625rem;
  }
  .p-corporate-legal__tel-number {
    font-size: 1.9375rem;
    margin-right: 0;
  }
  .p-corporate-legal__time {
    margin-top: 0;
  }
  .p-corporate-legal__button-wrap {
    flex-direction: column;
    gap: 1.1875rem;
    margin-top: 1.5rem;
  }
  .p-corporate-legal__button1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-corporate-legal__button2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .business__button5 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .service-cta-wrap {
    margin-bottom: 5rem;
    margin-top: 2rem;
  }
  .column {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .column__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
    padding-top: 1rem;
  }
  .column__article {
    gap: 2.9375rem;
    margin-top: 1.4375rem;
  }
  .column-card__date {
    margin-top: 0.3125rem;
  }
  .column-card__cat {
    margin-top: 1.125rem;
  }
  .column-card__button {
    margin-top: 2.25rem;
  }
  .column__button {
    margin-top: 4.0625rem;
  }
  .p-estate-heading-wrap {
    margin-top: 6.25rem;
  }
  .p-estate-mv {
    margin-top: 3rem;
    padding-bottom: 1.25rem;
  }
  .p-estate-mv__inner {
    padding-inline: 1.25rem;
  }
  .p-estate-mv__content {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-estate-mv__left-box {
    margin-left: 0;
    width: 100%;
  }
  .p-estate-mv-profile__title {
    font-size: 1.25rem;
    gap: 1.25rem;
  }
  .p-estate-mv-profile__title span {
    font-size: 2.5rem;
  }
  .p-estate-mv-profile__title img {
    height: 2rem;
    width: 1.875rem;
  }
  .p-estate-item__title {
    margin-top: 3.125rem;
  }
  .p-estate-mv__right-box {
    width: 100%;
  }
  .p-estate-mv__img img {
    height: 12.5rem;
    width: 100%;
  }
  .p-estate-about {
    margin-top: 3.75rem;
  }
  .p-estate-about__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-estate-about__item {
    border-radius: 0.75rem;
    padding: 1.25rem 1.25rem 2.5rem;
  }
  .p-estate-about__title {
    font-size: 1.25rem;
    line-height: 2.125rem; /* 170% */
    margin-top: 1.25rem;
  }
  .p-estate-about__txt1 {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 1.25rem;
  }
  .p-estate-grid {
    margin-top: 3.75rem;
  }
  .p-estate-grid__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-estate-grid__title-ja {
    font-size: 1.5rem;
  }
  .p-estate-grid__items {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
  .p-estate-grid__item {
    padding: 1.5rem 1.25rem 2.1875rem 1.25rem;
  }
  .p-estate-grid__comment {
    font-size: 1.25rem;
    padding: 1rem 1.25rem;
  }
  .p-estate-grid__title {
    margin-top: 1.9375rem;
  }
  .p-estate-grid__txt {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-estate-grid__contact {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-estate-caution {
    margin-top: 3.125rem;
  }
  .p-estate-caution__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-estate-caution__item {
    padding: 1.5rem 1.25rem 2.1875rem;
  }
  .p-estate-caution__body {
    text-align: left;
  }
  .p-estate-caution__img img {
    height: 2.25rem;
    width: 2.5rem;
  }
  .p-estate-caution__heading {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    text-align: left;
  }
  .p-estate-caution__text-items {
    gap: 2.5rem;
    margin-top: 1.25rem;
  }
  .p-estate-caution__txt1 {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 1.25rem;
  }
  .p-estate-caution__reference {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 0.25rem;
  }
  .p-estate-caution__comment {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-estate-caution__txt2 {
    font-size: 1rem;
    font-size: 1rem;
    margin-top: 2.5rem;
  }
  .p-estate-cta {
    margin-top: 6.25rem;
  }
  .p-estate-cta__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-estate-cta__img {
    border-radius: 1.25rem;
    height: 7.5rem;
    max-width: 17rem;
    top: -2.9375rem;
    width: 100%;
  }
  .p-estate-cta__img img {
    border-radius: 1.25rem;
  }
  .p-estate-cta__item-box {
    border-radius: 1.25rem;
    padding-bottom: 2.5rem;
    padding-inline: 1.25rem;
    padding-top: 6.25rem;
  }
  .p-estate-cta__text-box {
    max-width: 100%;
    padding-bottom: 1.25rem;
  }
  .p-estate-cta__text-title {
    font-size: 1.25rem;
    line-height: 2.125rem; /* 170% */
  }
  .p-estate-cta__text {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 1.25rem;
  }
  .p-estate-cta__body {
    margin-top: 1.25rem;
  }
  .p-estate-cta__txt {
    flex-direction: column;
    gap: 0.625rem;
  }
  .p-estate-cta__txt span {
    font-size: 1.5rem;
  }
  .p-estate__tel-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .p-estate__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .p-estate__tel-item {
    gap: 0;
    margin-top: 0.625rem;
  }
  .p-estate__tel-number {
    font-size: 1.9375rem;
    margin-right: 0;
  }
  .p-estate__time {
    margin-top: 0;
  }
  .p-estate__button-wrap {
    flex-direction: column;
    gap: 1.1875rem;
    margin-top: 1.5rem;
  }
  .p-estate__button1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-estate__button2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .service-cta-wrap {
    margin-top: 2rem;
  }
  .p-estate-column {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .p-estate-column__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
    padding-top: 1rem;
  }
  .p-estate-column__title-ja {
    font-size: 1.375rem;
    margin-left: 1.0625rem;
  }
  .p-estate-column__article {
    gap: 2.9375rem;
    margin-top: 1.4375rem;
  }
  .p-estate-column-card__date {
    margin-top: 0.3125rem;
  }
  .p-estate-column-card__cat {
    margin-top: 1.125rem;
  }
  .p-estate-column-card__button {
    margin-top: 2.25rem;
  }
  .p-estate-column__button {
    margin-top: 4.0625rem;
  }
  .home-title {
    font-size: 1.6875rem;
    margin-bottom: 3.0625rem;
    margin-top: 8.5rem;
    padding-inline: 1.25rem;
  }
  .home-title::after {
    width: 2rem;
  }
  .home-title {
    padding-inline: 1.25rem;
  }
  .p-feature {
    margin-top: 3.75rem;
  }
  .p-feature__inner {
    gap: 3.5rem;
    padding-inline: 1.25rem;
  }
  .p-feature__content {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .p-feature__left-box {
    width: 100%;
  }
  .p-feature-profile__title {
    flex-direction: column;
    font-size: 1.25rem;
    gap: 1.25rem;
  }
  .p-feature-profile__title img {
    height: 3.125rem;
    width: 3.125rem;
  }
  .p-feature__right-box {
    width: 100%;
  }
  .p-business-cta {
    margin-bottom: 5rem;
  }
  .p-business-cta__inner {
    max-width: 50.4375rem;
    padding-inline: 1.25rem;
  }
  .p-business-cta__item-box {
    padding-inline: 0;
  }
  .p-business-cta__item {
    padding-inline: 1.25rem;
  }
  .p-business-cta__txt {
    font-size: 0.875rem;
    padding-top: 2rem;
  }
  .p-business-cta__img {
    bottom: -3.125rem;
    bottom: -5.1875rem;
    height: 7.5rem;
    left: initial;
    right: 5%;
    width: 7.5rem;
  }
  .footer__nav-contents {
    flex-direction: column;
  }
  .footer__nav-wrap {
    width: 100%;
  }
  .footer-nav__box {
    gap: 2rem;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__nav-ul {
    flex-direction: column;
    gap: 2rem;
  }
  .footer__nav-ul li a {
    font-weight: 400;
  }
  .footer-nav__text {
    display: none;
  }
  .footer__right-box-wrap {
    padding-left: 0rem;
    width: 94.5%;
  }
  .footer__right-box {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.75rem;
    padding-inline: 2.0625rem;
    padding-top: 4.6875rem;
  }
  .footer-title__box {
    justify-content: center;
  }
  .footer__title-ja {
    font-size: 1.5rem;
  }
  .footer__title-ja::after {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: -1.25rem;
    transform: translate(-50%, -50%);
  }
  .footer__text {
    margin-top: 1.4375rem;
  }
  .footer__tel-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .footer__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .footer__tel-item {
    gap: 0rem;
    margin-top: 0.625rem;
  }
  .footer__tel-number {
    font-size: 1.9375rem;
    margin-right: 0rem;
  }
  .footer__time {
    margin-top: 0rem;
  }
  .footer__button-wrap {
    gap: 1.1875rem;
    margin-top: 1.5rem;
  }
  .footer__button1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .footer__button2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .footer__small-item {
    align-items: start;
    flex-direction: column-reverse;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    padding-inline: 1.25rem;
    padding-top: 1.1875rem;
  }
  .p-front-mv__inner {
    display: block;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6.4375rem;
  }
  .p-front-mv__image::before {
    display: none;
  }
  .p-front-mv__image {
    display: block;
    margin-top: -2.875rem;
    width: 100%;
    z-index: 1000;
  }
  .p-front-mv__image img {
    border-radius: 0;
    height: auto;
  }
  .p-front-mv__content {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 47.9375rem;
    width: 100%;
  }
  .p-front-mv-lead__img {
    border-radius: 0.75rem;
    margin-top: 11.625rem;
  }
  .p-front-mv-lead__img img {
    -o-object-fit: cover;
    border-radius: 0.75rem;
    height: 8.4031875rem;
    object-fit: cover;
    width: 12.6096875rem;
  }
  .p-front-mv__lead {
    gap: 1.1875rem;
    margin-right: 2.25rem;
    margin-top: 1.375rem;
    position: relative;
    z-index: 1001;
  }
  .p-front-mv__lead1,
  .p-front-mv__lead2,
  .p-front-mv__lead3 {
    background: #fff;
    font-size: 1.625rem;
    font-weight: 500;
    height: -webkit-max-content;
    height: max-content;
    line-height: 110%; /* 28.6px */
  }
  .p-front-mv-lead__en {
    bottom: initial;
    font-size: 3.6875rem;
    line-height: 3.29375rem; /* 89.321% */
    right: 0;
    top: 0;
  }
  .p-front-mv__button-box {
    box-shadow: initial;
    display: block;
    padding: 0 1.1875rem;
    position: static;
    text-align: center;
  }
  .p-front-mv-button__text {
    margin-top: 2.25rem;
  }
  .p-front-mv__button {
    justify-content: space-between;
    max-width: 21.125rem;
    padding: 1.5rem 0.8125rem 1.5rem 2.0625rem;
    width: 100%;
  }
  .p-front-news {
    padding: 3.3125rem 0 0;
  }
  .p-front-news__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-front-news__items {
    display: block;
  }
  .p-front-news__title-item {
    border-radius: 0.75rem 0.75rem 0px 0px;
    padding: 1.0625rem 0;
    width: 100%;
  }
  .p-front-news__contents {
    padding: 1.3125rem 1.0625rem 1.9375rem;
    width: 100%;
  }
  .p-front-news__content {
    gap: 1.3125rem;
  }
  .p-front-news__item-link {
    align-items: end;
    gap: 0.8125rem;
    justify-content: space-between;
  }
  .p-front-news__item {
    align-items: end;
    display: block;
  }
  .p-front-news__item-date {
    font-size: 0.9375rem;
    line-height: 110%; /* 16.5px */
  }
  .p-front-news__item-text {
    margin-top: 0.5625rem;
  }
  .p-front-news__link {
    margin-right: 0;
  }
  .service {
    margin-top: 0;
    padding-inline: initial;
    padding-top: 3.3125rem;
  }
  .service__inner {
    max-width: 47.9375rem;
    padding-bottom: 3.875rem;
    padding-inline: 1.4375rem;
    padding-top: 2rem;
  }
  .service__title-box {
    display: block;
    height: initial;
    justify-content: initial;
    margin-top: 0;
  }
  .service__title-ja {
    font-size: 1.375rem;
    text-align: left;
  }
  .service__title-ja::before {
    bottom: -1.3125rem;
  }
  .service__title-en {
    font-size: 6.3125rem;
    line-height: 0.8;
    margin-top: initial;
  }
  .service__title-text {
    max-width: 100%;
  }
  .service-item2 {
    margin-left: auto;
    max-width: 47.9375rem;
    width: 100%;
  }
  .service-card3 {
    margin-top: 4.375rem;
  }
  .service-card3__items {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .service-card3__item-left {
    width: 100%;
  }
  .service-card3__item-right {
    gap: 1rem;
    width: 100%;
  }
  .service-card-item__box {
    gap: 0.625rem;
  }
  .service-card-item__box1 {
    padding-inline: 0.625rem;
  }
  .service-card3__body {
    padding-bottom: 0.5625rem;
    padding-inline: 0.5rem;
  }
  .service-card__img {
    height: 3.125rem;
  }
  .service-card__img1 {
    padding-top: 1.625rem;
  }
  .service-card__img1 img {
    width: 2.875rem;
  }
  .service-card__img2 img {
    width: 2.84375rem;
  }
  .service-card__img3 img {
    width: 1.875rem;
  }
  .service-card__img4 img {
    width: 2.4578125rem;
  }
  .service-card__img5 img {
    width: 2.625rem;
  }
  .service-card3-title__box {
    align-items: center;
    border-bottom: 0.0625rem solid #000;
    display: flex;
    gap: 5.1%;
    padding-bottom: 1rem;
  }
  .service-card3__text-box1 {
    padding-left: 1.75rem;
    padding-right: 1.125rem;
  }
  .service-card3__text-box {
    padding-inline: 0.875rem;
  }
  .service-card3__title {
    font-size: 1.375rem;
    margin-top: 0.5625rem;
  }
  .service-card3__title1 {
    font-size: 1.5rem;
    margin-top: 1.1875rem;
  }
  .service-card3__txt {
    text-align: left;
  }
  .service-card3__txt1 {
    font-size: 1rem;
    margin-top: 0.8125rem;
  }
  .service__svg-wrap {
    margin-top: 0;
  }
  .service__svg-wrap svg {
    height: 1.375rem;
    width: 1.375rem;
  }
  .service__svg-wrap1 {
    margin-top: 0;
  }
  .service__svg-wrap1 svg {
    height: 1.625rem;
    width: 1.625rem;
  }
  .p-front-feature {
    padding-bottom: 0;
    padding-top: 4rem;
  }
  .p-front-feature__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-front-feature__title-ja {
    font-size: 1.5625rem;
  }
  .p-front-feature__title-ja::before {
    bottom: -1.875rem;
    left: 44%;
  }
  .p-front-feature__title__text {
    margin-top: 4.125rem;
    text-align: left;
  }
  .p-front-feature__items {
    display: flex;
    flex-direction: column;
    gap: 3.5rem 0;
    margin-top: 4.5625rem;
  }
  .p-front-feature__item {
    padding-bottom: 2.5rem;
  }
  .p-front-feature__item:nth-child(n+2) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .p-front-feature__item:nth-child(n+3) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .p-front-feature__number {
    height: 3.754125rem;
    width: 3.3125rem;
  }
  .p-front-feature__img1 {
    margin-top: 1.5625rem;
  }
  .p-front-feature__title {
    font-size: 1.375rem;
    margin-top: 0.8125rem;
  }
  .p-front-feature__txt {
    margin-top: 1.125rem;
  }
  .p-front-feature__button {
    margin-top: 2.75rem;
    padding: 0.8125rem 0.8125rem 0.8125rem 1.25rem;
  }
  .p-front-cta {
    padding-bottom: 1.6875rem;
    padding-top: 1.625rem;
  }
  .p-front-cta__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-front-cta__contents {
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-front-cta__content {
    gap: 1rem;
    padding: 1.8125rem 0.625rem 0.5rem 0.625rem;
    width: 100%;
  }
  .p-front-cta__body {
    gap: 1.3125rem;
    padding-inline: 1.125rem;
    width: 100%;
  }
  .p-front-cta__head {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: normal;
    margin-left: 0;
    max-width: 100%;
    padding-bottom: 1.1875rem;
  }
  .p-front-cta__head span {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: normal;
  }
  .p-front-cta__head1 {
    height: 1.5574375rem;
    width: 1.50875rem;
  }
  .p-front-cta__txt {
    line-height: 1.6875rem; /* 168.75% */
  }
  .svg-wrap {
    margin-top: 0;
  }
  .front-column {
    margin-bottom: 8.25rem;
    padding-top: 4rem;
  }
  .about {
    padding: 4rem 0 2.5rem;
  }
  .about__inner {
    max-width: 50.4375rem;
    padding-inline: 1.25rem;
  }
  .about__content {
    flex-direction: column-reverse;
    gap: 3.5rem;
  }
  .about__left-box {
    width: 100%;
  }
  .about__title-ja::before {
    bottom: -1.1875rem;
    width: 1.25rem;
  }
  .about__title-ja {
    font-size: 1rem;
  }
  .about__heading {
    font-size: 1.375rem;
    line-height: 2.625rem; /* 190.909% */
    margin-top: 1.6875rem;
  }
  .about__txt {
    font-size: 1rem;
    line-height: 2.125rem; /* 212.5% */
    margin-right: 0;
    margin-top: 1.25rem;
  }
  .about__right-box {
    padding-right: 1.375rem;
    width: 100%;
  }
  .about__img::before {
    right: -1.3125rem;
    top: -1.25rem;
  }
  .about__button {
    margin-top: 2.5625rem;
  }
  .p-front-column {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .p-front-column__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
    padding-top: 1rem;
  }
  .p-front-column__title-text {
    margin-top: 2.9375rem;
  }
  .p-front-column__article {
    gap: 2.9375rem;
    margin-top: 1.4375rem;
  }
  .column-card__date {
    margin-top: 0.3125rem;
  }
  .column-card__cat {
    margin-top: 1.125rem;
  }
  .column-card__button {
    margin-top: 2.25rem;
  }
  .p-front-column__button {
    margin-top: 4.0625rem;
  }
  .p-guardianship-heading-wrap {
    margin-top: 6.25rem;
  }
  .guardianship-mv {
    margin-top: 3rem;
    padding-bottom: 1.25rem;
  }
  .guardianship-mv__inner {
    padding-inline: 1.25rem;
  }
  .guardianship-mv__content {
    flex-direction: column;
    gap: 1.875rem;
  }
  .guardianship-mv__left-box {
    margin-left: 0;
    width: 100%;
  }
  .guardianship-mv-profile__title {
    font-size: 1.25rem;
    gap: 1.25rem;
  }
  .guardianship-mv-profile__title img {
    height: 2rem;
    width: 1.875rem;
  }
  .guardianship-mv-profile__title-span {
    font-size: 2.5rem;
  }
  .guardianship-item__title {
    margin-top: 2.5rem;
  }
  .guardianship-mv__right-box {
    width: 100%;
  }
  .guardianship-mv__img img {
    height: 12.5rem;
    width: 100%;
  }
  .guardianship-about {
    padding: 3.3125rem 0 0;
  }
  .guardianship-about__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .guardianship-about__items {
    display: block;
  }
  .guardianship-about__title-item {
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 1.0625rem 0;
    width: 100%;
  }
  .guardianship-about__title-box svg {
    height: 1rem;
    margin-top: 0.125rem;
    width: 1rem;
  }
  .guardianship-about__title-ja {
    font-size: 1.25rem;
    line-height: 1.5rem; /* 150% */
  }
  .guardianship-about__contents {
    padding: 1.3125rem 1.0625rem 1.9375rem;
    width: 100%;
  }
  .guardianship-about__content {
    gap: 1.3125rem;
  }
  .guardianship-about__item-box {
    align-items: end;
    gap: 0.8125rem;
    justify-content: space-between;
  }
  .guardianship-about__item {
    align-items: end;
    display: block;
  }
  .guardianship-about__item-date {
    font-size: 0.9375rem;
    line-height: 110%; /* 16.5px */
  }
  .guardianship-grid {
    margin-top: 3.125rem;
  }
  .guardianship-grid__inner {
    flex-direction: column;
    gap: 1.25rem;
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .guardianship-grid__left {
    width: 100%;
  }
  .left-title-ja {
    font-size: 1.25rem;
    line-height: 2.125rem; /* 170% */
  }
  .left-text {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .guardianship-grid__content {
    padding: 1.25rem 1rem 2.1875rem;
    width: 100%;
  }
  .guardianship-grid__title-ja {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .guardianship-grid__items {
    gap: 1rem;
    margin-top: 0.75rem;
  }
  .guardianship-grid__item {
    padding: 1rem 0.5rem;
  }
  .guardianship-grid__comment {
    font-size: 1.25rem;
    padding: 1rem 1.25rem;
  }
  .guardianship-grid__title {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
  }
  .guardianship-grid__txt {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
  }
  .guardianship-grid__contact {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 1.25rem;
  }
  .guardianship-cta {
    margin-top: 3rem;
  }
  .guardianship-cta__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .guardianship-cta__img {
    border-radius: 1.25rem;
    height: 7.5rem;
    top: -2.9375rem;
    width: initial;
  }
  .guardianship-cta__img img {
    border-radius: 1.25rem;
  }
  .guardianship-cta__item-box {
    border-radius: 1.25rem;
    padding-bottom: 2.5rem;
    padding-inline: 1.25rem;
    padding-top: 1.5rem;
  }
  .guardianship-cta__txt {
    flex-direction: column;
    gap: 0.625rem;
    margin-right: 0;
  }
  .guardianship-cta__txt span {
    font-size: 1.5rem;
  }
  .guardianship__tel-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .guardianship__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .guardianship__tel-item {
    gap: 0;
    margin-top: 0.625rem;
  }
  .guardianship__tel-number {
    font-size: 1.9375rem;
    margin-right: 0;
  }
  .guardianship__time {
    margin-top: 0;
  }
  .guardianship__button-wrap {
    flex-direction: column;
    gap: 1.1875rem;
    margin-top: 1.5rem;
  }
  .guardianship__button1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .guardianship__button2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .service-cta-wrap {
    margin-top: 2rem;
  }
  .column {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .column__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
    padding-top: 1rem;
  }
  .column__title-ja {
    font-size: 1.375rem;
    margin-left: 1.0625rem;
  }
  .column__article {
    gap: 2.9375rem;
    margin-top: 1.4375rem;
  }
  .column-card__date {
    margin-top: 0.3125rem;
  }
  .column-card__cat {
    margin-top: 1.125rem;
  }
  .column-card__button {
    margin-top: 2.25rem;
  }
  .column__button {
    margin-top: 4.0625rem;
  }
  .header {
    transition: all 0.4s;
  }
  .header.drawer-active {
    box-shadow: none;
  }
  .header__inner {
    gap: 1.3125rem;
    padding: 0.75rem 1.25rem 1.1875rem 1.25rem;
  }
  .header__left {
    display: block;
    text-align: center;
  }
  .header__logo {
    width: 5rem;
  }
  .header__logo-link {
    font-size: 1rem;
  }
  .header-nav-top {
    display: block;
    text-align: center;
  }
  .header-nav-top__nav {
    display: none;
  }
  .header-nav-top__item {
    display: none;
  }
  .header__button-box {
    gap: 0.4375rem;
  }
  .header__button {
    border-radius: 0.25rem;
    height: 2rem;
    width: 5.375rem;
  }
  .header-button__link {
    font-size: 0.875rem;
    padding: 0;
  }
  .header .drawer-icon,
  .header .drawer-content,
  .header .drawer-background {
    display: block;
    right: 0.25rem;
    top: 0rem;
  }
  .header .drawer-icon {
    position: relative;
    z-index: 10000000;
  }
  .header .drawer-icon.drawer-active .drawer-icon_bar1 {
    -webkit-transform: rotate(-45deg);
    background: #000;
    top: 0.71875rem;
    transform: rotate(-45deg);
  }
  .header .drawer-icon.drawer-active .drawer-icon_bar2 {
    opacity: 0;
  }
  .header .drawer-icon.drawer-active .drawer-icon_bar3 {
    -webkit-transform: rotate(45deg);
    background: #000;
    top: 0.71875rem;
    transform: rotate(45deg);
  }
  .header .drawer-icon_bars {
    display: block;
    height: 1.375rem;
    position: relative;
    width: 2.25rem;
    z-index: 100001;
  }
  .header .drawer-icon_bar1,
  .header .drawer-icon_bar2,
  .header .drawer-icon_bar3 {
    background: #000;
    height: 0.125rem;
    left: 0;
    top: 0;
    transition: all 0.4s;
    width: 2.25rem;
    z-index: 100001;
  }
  .header .drawer-icon_bar2 {
    top: 0.59375rem;
  }
  .header .drawer-icon_bar3 {
    top: 1.25rem;
  }
  .header .drawer-content {
    display: none;
    height: 93vh;
    overflow-y: auto;
    padding-top: 2rem;
    position: fixed;
    right: 0;
    top: 4.375rem;
    width: 100%;
    z-index: 1000000;
  }
  .drawer-content .menu-item-52::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 0rem;
  }
  .header .drawer-icon,
  .header .drawer-content,
  .header .drawer-background {
    display: block;
    right: 0.25rem;
    top: -0.375rem;
  }
  .header .drawer-icon {
    position: relative;
    z-index: 625000rem;
  }
  .header .drawer-icon.drawer-active .drawer-icon_bar1 {
    -webkit-transform: rotate(-45deg);
    background: #000;
    top: 0.71875rem;
    transform: rotate(-45deg);
  }
  .header .drawer-icon.drawer-active .drawer-icon_bar2 {
    opacity: 0;
  }
  .header .drawer-icon.drawer-active .drawer-icon_bar3 {
    -webkit-transform: rotate(45deg);
    background: #000;
    top: 0.71875rem;
    transform: rotate(45deg);
  }
  .header .drawer-icon_bars {
    display: block;
    height: 1.375rem;
    position: relative;
    width: 2.25rem;
    z-index: 6250.0625rem;
  }
  .header .drawer-icon_bar1,
  .header .drawer-icon_bar2,
  .header .drawer-icon_bar3 {
    background: #000;
    height: 0.125rem;
    left: 0rem;
    top: 0rem;
    transition: all 0.4s;
    width: 2.25rem;
    z-index: 6250.0625rem;
  }
  .header .drawer-icon_bar2 {
    top: 0.59375rem;
  }
  .header .drawer-icon_bar3 {
    top: 1.25rem;
  }
  .header .drawer-content {
    display: none;
    height: 93vh;
    overflow-y: auto;
    padding-top: 2rem;
    position: fixed;
    right: 0rem;
    top: 4.375rem;
    width: 100%;
    z-index: 1000000;
  }
  .drawer-content .menu-item-2584::after {
    top: 2.5rem;
  }
  .header-nav__contact-box-wrap {
    padding-left: 0rem;
  }
  .header-nav__contact-box {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem;
    padding-inline: 2.0625rem;
    padding-top: 0.9375rem;
  }
  .header-nav__contact-title__box {
    justify-content: center;
  }
  .header-nav__contact__title-ja {
    font-size: 1.5rem;
  }
  .header-nav__contact__title-ja::after {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: -1.25rem;
    transform: translate(-50%, -50%);
  }
  .header-nav__contact__text {
    margin-top: 1.4375rem;
  }
  .header-nav__contact__tel-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .header-nav__contact__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .header-nav__contact__tel-item {
    gap: 0rem;
    margin-top: 0.625rem;
  }
  .header-nav__contact__tel-number {
    font-size: 1.9375rem;
    margin-right: 0rem;
  }
  .header-nav__contact__time {
    margin-top: 0rem;
  }
  .news {
    margin-top: 4rem;
  }
  .news__inner {
    max-width: 36.25rem !important;
    padding-inline: 1.25rem;
  }
  .news__title-item {
    margin-left: 1.25rem;
  }
  .news__content {
    gap: 2rem;
  }
  .news__item-link {
    gap: 0.75rem;
    padding-bottom: 2rem;
  }
  .news__item-link::before {
    top: -1.25rem;
  }
  .news-svg {
    height: 1.4375rem;
    max-width: 1.4375rem;
  }
  .news__item {
    flex-direction: column;
  }
  .news__item-date {
    width: 100%;
  }
  .news__item-title {
    margin-top: 0.5rem;
  }
  .pagination {
    gap: 1rem;
    margin-bottom: 6rem;
    margin-top: 2rem;
  }
  .prev {
    margin-right: 0;
  }
  .next {
    margin-left: 0;
  }
  .p-incorporation-mv-heading-wrap {
    margin-top: 6.25rem;
  }
  .p-incorporation-mv {
    margin-top: 3rem;
    padding-bottom: 1.25rem;
  }
  .p-incorporation-mv__inner {
    padding-inline: 1.25rem;
  }
  .p-incorporation-mv__content {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-incorporation-mv__left-box {
    margin-left: 0;
    width: 100%;
  }
  .p-incorporation-mv-profile__title {
    font-size: 1.25rem;
    gap: 1.25rem;
  }
  .p-incorporation-mv-profile__title span {
    font-size: 2.5rem;
  }
  .p-incorporation-mv-profile__title img {
    height: 2rem;
    width: 2.5rem;
  }
  .p-incorporation-item__title {
    margin-top: 3.125rem;
  }
  .p-incorporation-mv__right-box {
    width: 100%;
  }
  .p-incorporation-mv__img img {
    height: 12.5rem;
    width: 100%;
  }
  .p-incorporation-about {
    padding: 3.3125rem 0 0;
  }
  .p-incorporation-about__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-incorporation-about__items {
    display: block;
  }
  .p-incorporation-about__title-item {
    border-radius: 0.75rem 0.75rem 0px 0px;
    padding: 1.0625rem 0;
    width: 100%;
  }
  .p-incorporation-about__title-box svg {
    height: 1rem;
    margin-top: 0.125rem;
    width: 1rem;
  }
  .p-incorporation-about__title-ja {
    font-size: 1.25rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-incorporation-about__contents {
    padding: 1.3125rem 1.0625rem 1.9375rem;
    width: 100%;
  }
  .p-incorporation-about__content {
    gap: 1.3125rem;
  }
  .p-incorporation-about__item-box {
    align-items: end;
    gap: 0.8125rem;
    justify-content: space-between;
  }
  .p-incorporation-about__item {
    align-items: end;
    display: block;
  }
  .p-incorporation-about__item-date {
    font-size: 0.9375rem;
    line-height: 110%; /* 16.5px */
  }
  .p-incorporation-about__item-text {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-incorporation-support {
    margin-top: 3.125rem;
  }
  .p-incorporation-support__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-incorporation-support__title-ja {
    font-size: 1.5rem;
  }
  .p-incorporation-support__items {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .p-incorporation-support__item {
    padding: 1.5rem 1.25rem 2.1875rem;
  }
  .p-incorporation-support__comment-box {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 1.9375rem;
  }
  .p-incorporation-support__comment {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
  .p-incorporation-support__txt-wrap {
    margin-top: 2.5rem;
  }
  .p-incorporation-support__txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 23.25rem;
    text-align: left;
  }
  .p-incorporation-support__txt-span {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
    text-align: left;
  }
  .p-incorporation-support__contact {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-incorporation--corporate-legal {
    margin-top: 3.125rem;
  }
  .p-incorporation--corporate-legal__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-incorporation--corporate-legal__body {
    text-align: left;
  }
  .p-incorporation--corporate-legal__title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
  .p-incorporation--corporate-legal__txt1 {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 1.25rem;
  }
  .p-incorporation--corporate-legal__reference {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 0.25rem;
    padding-left: 1.25rem;
  }
  .p-incorporation--corporate-legal__comment {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-incorporation--corporate-legal__txt2 {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
  .p-incorporation--corporate-legal-addition__item {
    margin-top: 1.25rem;
  }
  .p-incorporation--corporate-legal-addition__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .p-incorporation--corporate-legal-addition__txt {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 0.25rem;
  }
  .p-incorporation--corporate-legal-addition2__body {
    padding: 1.25rem 0;
  }
  .p-incorporation-addition2__reference {
    margin-top: -0.25rem;
  }
  .p-incorporation-grid {
    margin-top: 3.75rem;
  }
  .p-incorporation-grid__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-incorporation-grid__title-ja {
    font-size: 1.5rem;
  }
  .p-incorporation-grid__items {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .p-incorporation-grid__item {
    padding: 1.5rem 1.25rem 2.1875rem;
  }
  .p-incorporation-grid__comment {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
  .p-incorporation-grid__txt {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-incorporation-grid__contact {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .p-incorporation--corporate-legal {
    margin-top: 3.125rem;
  }
  .p-incorporation--corporate-legal__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-incorporation--corporate-legal__item {
    padding: 1.5rem 1.25rem 2.1875rem;
  }
  .p-incorporation--corporate-legal__body {
    text-align: left;
  }
  .p-incorporation--corporate-legal__heading {
    font-size: 1rem;
    margin-top: 1.25rem;
    text-align: center;
  }
  .p-incorporation--corporate-legal__txt {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 1.25rem;
  }
  .p-incorporation-cta {
    margin-top: 3rem;
  }
  .p-incorporation-cta__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-incorporation-cta__img {
    border-radius: 1.25rem;
    height: 7.5rem;
    top: -2.9375rem;
    width: initial;
  }
  .p-incorporation-cta__img img {
    border-radius: 1.25rem;
  }
  .p-incorporation-cta__item-box {
    border-radius: 1.25rem;
    padding-bottom: 2.5rem;
    padding-inline: 1.25rem;
    padding-top: 1.875rem;
  }
  .p-incorporation-cta__txt {
    flex-direction: column;
    gap: 0.625rem;
    margin-right: 0;
  }
  .p-incorporation-cta__txt span {
    font-size: 1.5rem;
  }
  .p-incorporation__tel-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .p-incorporation__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .p-incorporation__tel-item {
    gap: 0;
    margin-top: 0.625rem;
  }
  .p-incorporation__tel-number {
    font-size: 1.9375rem;
    margin-right: 0;
  }
  .p-incorporation__time {
    margin-top: 0;
  }
  .p-incorporation__button-wrap {
    flex-direction: column;
    gap: 1.1875rem;
    margin-top: 1.5rem;
  }
  .p-incorporation__button1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-incorporation__button2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .business__button5 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .service-cta-wrap {
    margin-bottom: 5rem;
    margin-top: 2rem;
  }
  .column {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .column__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
    padding-top: 1rem;
  }
  .column__article {
    gap: 2.9375rem;
    margin-top: 1.4375rem;
  }
  .column-card__date {
    margin-top: 0.3125rem;
  }
  .column-card__cat {
    margin-top: 1.125rem;
  }
  .column-card__button {
    margin-top: 2.25rem;
  }
  .column__button {
    margin-top: 4.0625rem;
  }
  .p-inheritance-heading-wrap {
    margin-top: 6.25rem;
  }
  .inheritance-mv {
    padding-bottom: 1.25rem;
  }
  .inheritance-mv__inner {
    padding-inline: 1.25rem;
  }
  .inheritance-mv__content {
    flex-direction: column;
    gap: 1.875rem;
  }
  .inheritance-mv__left-box {
    margin-left: 0;
    width: 100%;
  }
  .inheritance-mv-profile__title {
    font-size: 2.5rem;
    gap: 1.25rem;
  }
  .inheritance-mv-profile__title img {
    height: 2rem;
    width: 1.875rem;
  }
  .inheritance-item__title {
    margin-top: 2.5rem;
  }
  .inheritance-mv__right-box {
    width: 100%;
  }
  .inheritance-mv__img img {
    height: 12.5rem;
    width: 100%;
  }
  .inheritance-grid {
    margin-top: 3.125rem;
  }
  .inheritance-grid__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .inheritance-grid__title-ja {
    font-size: 1.5rem;
  }
  .inheritance-grid__items {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .inheritance-grid__item {
    padding: 1.5rem 1.25rem 2.1875rem 1.25rem;
  }
  .inheritance-grid__comment {
    font-size: 1.25rem;
    padding: 1rem 1.25rem;
  }
  .inheritance-grid__title {
    margin-top: 1.9375rem;
  }
  .inheritance-grid__txt {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
  }
  .inheritance-grid__contact {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .inheritance-caution {
    margin-top: 3.125rem;
  }
  .inheritance-caution__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .inheritance-caution__item {
    padding: 1.5rem 1rem 2.1875rem 1rem;
  }
  .inheritance-caution__body {
    text-align: left;
  }
  .inheritance-caution__img img {
    height: 2.25rem;
    width: 2.5rem;
  }
  .inheritance-caution__title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
  .inheritance-caution__txt1 {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 1.25rem;
  }
  .inheritance-caution__reference {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 0.25rem;
    padding-left: 1.25rem;
  }
  .inheritance-caution__comment {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
  }
  .inheritance-caution__txt2 {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
  .inheritance-caution-addition__item {
    margin-top: 1.25rem;
  }
  .inheritance-caution-addition__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .inheritance-caution-addition__txt {
    font-size: 1rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 0.25rem;
  }
  .inheritance-caution-addition2__item {
    margin-top: 1.25rem;
    padding: 1.5rem 1.25rem 2.1875rem 1.25rem;
  }
  .inheritance-caution-addition2__body {
    padding: 0;
  }
  .inheritance-addition2__reference {
    margin-top: -0.25rem;
  }
  .qa {
    margin-top: 4rem;
  }
  .qa__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .qa__title {
    font-size: 1.5rem;
    margin-left: 0;
    margin-left: 1.25rem;
  }
  .qa__items {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .qa__item {
    gap: 1.25rem;
  }
  .qa-item__question-title {
    align-items: start;
    flex-direction: column;
    gap: 0.625rem;
    justify-content: start;
  }
  .qa-item__q {
    font-size: 1.25rem;
    height: 1.875rem;
    line-height: 110%; /* 22px */
    padding: 0.125rem 0.25rem 0.25rem 0.25rem;
    width: 1.875rem;
  }
  .qa-item__question {
    font-size: 1.25rem;
    line-height: 110%; /* 22px */
  }
  .qa__item-question {
    font-size: 1rem;
    padding: 1.25rem 1.625rem;
  }
  .qa-item__answer {
    border-radius: 0.75rem;
    padding: 1.5rem 1.25rem;
  }
  .qa-item__answer-text {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2.0833333333;
  }
  .inheritance-cta {
    margin-top: 6.25rem;
  }
  .inheritance-cta__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .inheritance-cta__img {
    border-radius: 1.25rem;
    height: 7.5rem;
    top: -2.9375rem;
    width: 16.75rem;
  }
  .inheritance-cta__img img {
    border-radius: 1.25rem;
  }
  .inheritance-cta__item-box {
    border-radius: 1.25rem;
    padding-bottom: 2.5rem;
    padding-inline: 1.25rem;
    padding-top: 6.25rem;
  }
  .inheritance-cta__text-box {
    max-width: 100%;
    padding-bottom: 1.25rem;
  }
  .inheritance-cta__text-title {
    font-size: 1.1875rem;
    line-height: 2.125rem; /* 170% */
  }
  .inheritance-cta__text {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 150% */
    margin-top: 1.25rem;
  }
  .inheritance-cta__body {
    margin-top: 1.25rem;
  }
  .inheritance-cta__txt {
    flex-direction: column;
    gap: 0.625rem;
  }
  .inheritance-cta__txt span {
    font-size: 1.5rem;
  }
  .inheritance__tel-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .inheritance__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .inheritance__tel-item {
    gap: 0;
    margin-top: 0.625rem;
  }
  .inheritance__tel-number {
    font-size: 1.9375rem;
    margin-right: 0;
  }
  .inheritance__time {
    margin-top: 0;
  }
  .inheritance__button-wrap {
    flex-direction: column;
    gap: 1.1875rem;
    margin-top: 1.5rem;
  }
  .inheritance__button1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .inheritance__button2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .service-cta-wrap {
    margin-top: 2rem;
  }
  .column {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .column__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
    padding-top: 1rem;
  }
  .column__title-ja {
    font-size: 1.375rem;
    margin-left: 1.0625rem;
  }
  .column__article {
    gap: 2.9375rem;
    margin-top: 1.4375rem;
  }
  .column-card__date {
    margin-top: 0.3125rem;
  }
  .column-card__cat {
    margin-top: 1.125rem;
  }
  .column-card__button {
    margin-top: 2.25rem;
  }
  .column__button {
    margin-top: 4.0625rem;
  }
  .line-content {
    margin-top: 2.5rem;
  }
  .line-content__inner {
    padding-inline: 1.25rem;
  }
  .line-content__img img {
    margin-left: auto;
    margin-right: auto;
    width: 22.5rem;
  }
  .line-link {
    margin-bottom: 5rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-about-home-title {
    font-size: 1.6875rem;
    margin-bottom: 3.0625rem;
    margin-top: 8.5rem;
    padding-inline: 1.25rem;
  }
  .p-about-home-title::after {
    width: 2rem;
  }
  .p-about-home-title__en {
    font-size: 3.0625rem;
    line-height: 2.5rem; /* 81.915% */
    top: 12%;
  }
  .p-about {
    padding: 4rem 0;
  }
  .p-about__inner {
    max-width: 50.4375rem;
    padding-inline: 1.25rem;
  }
  .p-about__content {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 2.5rem;
  }
  .p-about__left-box {
    width: 100%;
  }
  .p-about__title-ja {
    font-size: 1.375rem;
  }
  .p-about__title-ja::after {
    height: 1.4375rem;
    margin-right: 1.0625rem;
  }
  .p-about__txt {
    width: 100%;
  }
  .p-about__name-wrap {
    width: 100%;
  }
  .p-about-profile {
    margin-top: 2.5rem;
    padding-bottom: 1.25rem;
    padding-top: 3rem;
  }
  .p-about-profile__items {
    gap: 1.5rem;
  }
  .p-about-profile__text {
    font-size: 0.875rem;
  }
  .p-about__right-box {
    width: 100%;
  }
  .overview {
    margin-bottom: 5rem;
    padding: 4rem 0 0;
  }
  .overview__inner {
    max-width: 50.4375rem;
    padding-inline: 1.25rem;
  }
  .overview__content {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 3rem;
  }
  .overview__left-box {
    width: 100%;
  }
  .overview__title-ja {
    font-size: 1.375rem;
  }
  .overview__title-ja::after {
    height: 1.4375rem;
    margin-right: 1.0625rem;
  }
  .overview-profile__items {
    gap: 1.5rem;
  }
  .overview-profile__item:last-child {
    padding-bottom: 1.5rem;
  }
  .overview-profile__item {
    display: block;
    padding-top: 1.5rem;
  }
  .overview-profile__item dt {
    width: 100%;
  }
  .dd-wrap {
    gap: 0.625rem;
  }
  .access-link {
    font-size: 0.8125rem;
    margin-top: 0;
    padding-bottom: 0.25rem;
  }
  .overview__right-box {
    width: 100%;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .home-title {
    font-size: 1.6875rem;
    padding-inline: 1.25rem;
  }
  .privacy-policy {
    margin-bottom: 4rem;
    margin-top: 3rem;
  }
  .privacy-policy__inner {
    padding-inline: 1.25rem;
  }
  .privacy-policy__top-text {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .privacy-policy__heading {
    font-size: 1.25rem;
    margin-top: 4rem;
    padding: 0.75rem 1rem;
    padding-left: 1.25rem;
  }
  .privacy-policy__heading::after {
    width: 0.375rem;
  }
  .privacy-policy__text {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .privacy-policy__list {
    border-radius: 0.75rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
  }
  .p-dotList__item + .p-dotList__item {
    margin-top: 0.5em;
  }
  .privacy-policy__address {
    font-size: 1rem;
  }
  .p-service-cta__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-service-cta__item-box {
    padding-bottom: 1.25rem;
    padding-inline: 1rem;
    padding-top: 2.5rem;
  }
  .p-service-cta__item {
    padding-bottom: 1.25rem;
  }
  .p-service-cta__link-img {
    height: 4.375rem;
    width: 4.375rem;
  }
  .p-service-cta__link-img img {
    height: 1.5625rem;
    width: 1.5625rem;
  }
  .p-service-cta__txt {
    font-size: 0.875rem;
    padding-top: 2.5rem;
  }
  .p-service-cta__button-wrap {
    padding: 0 0.625rem;
  }
  .p-service-cta__button {
    gap: 0.625rem;
  }
  .p-service-cta__img {
    bottom: -9rem;
    height: 12.75rem;
    left: -5%;
    width: 5.125rem;
  }
  .home-title {
    font-size: 1.6875rem;
    margin-top: 9.25rem;
  }
  .home-title {
    padding-inline: 1.25rem;
  }
  .p-consultation-meeting {
    margin-top: 3.125rem;
  }
  .p-consultation-meeting__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-consultation-meeting__item {
    padding: 2.8125rem 1.375rem 5.3125rem;
  }
  .p-consultation-meeting__img {
    -webkit-transform: translateX(-50%);
    bottom: -6.1875rem;
    left: 50%;
    transform: translateX(-50%);
    width: 11.0625rem;
  }
  .p-consultation-meeting__mini-title {
    font-size: 0.875rem;
  }
  .p-consultation-meeting__title {
    font-size: 1.25rem;
    margin-top: 0.625rem;
    margin-top: 1.25rem;
  }
  .p-consultation-meeting__txt-box {
    margin-top: 1.5625rem;
  }
  .p-consultation-meeting__txt {
    font-weight: 400;
    line-height: 1.8125rem; /* 181.25% */
  }
  .p-qa {
    margin-top: 11rem;
  }
  .p-qa__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-qa__title {
    font-size: 1.5rem;
    margin-left: 1.25rem;
  }
  .p-qa__items {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .p-qa__item {
    gap: 1.25rem;
  }
  .p-qa-item__q {
    font-size: 1.5rem;
    padding: 0.125rem 0.25rem 0.25rem 0.25rem;
  }
  .p-qa-item__question {
    font-size: 1.25rem;
    line-height: 110%; /* 22px */
  }
  .p-qa__item-question {
    font-size: 1rem;
    padding: 1.25rem 1.625rem;
  }
  .p-qa-item__answer {
    border-radius: 0.75rem;
    padding: 1.625rem 1.375rem 1.625rem 1.6875rem;
  }
  .p-qa-item__answer-text {
    font-size: 1rem;
    line-height: 1.8125rem; /* 181.25% */
  }
  .p-service-flow {
    margin-top: 5.3125rem;
  }
  .p-service-flow__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-service-flow__title {
    font-size: 1.375rem;
    margin-left: 1.3125rem;
  }
  .p-service-flow__item-boxes {
    margin-top: 2.3125rem;
  }
  .p-service-flow__border::before {
    left: 1.125rem;
  }
  .p-service-flow__item-box {
    gap: 0.6875rem;
  }
  .p-service-flow__item {
    display: block;
    padding-bottom: 3.125rem;
  }
  .p-service-flow__left {
    width: 100%;
  }
  .p-service-flow__left-number {
    height: 2.5625rem;
    margin-top: -0.4375rem;
    width: 2.5625rem;
  }
  .p-service-flow__left-title {
    font-size: 1.25rem;
  }
  .p-service-flow__left-text {
    margin-top: 1.375rem;
  }
  .p-service-flow__left-text2 {
    margin-top: 2.3125rem;
  }
  .p-service-flow__right {
    border-radius: 0.75rem;
    margin-top: 2.3125rem;
    padding: 1.75rem 1.25rem 2.375rem;
    width: 100%;
  }
  .p-service-flow__tel-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .p-service-flow__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .p-service-flow__tel-number-box {
    gap: 0;
    justify-content: start;
    margin-top: 0.625rem;
  }
  .p-service-flow__tel-text {
    font-size: 1rem;
    width: 100%;
  }
  .p-service-flow__tel-item {
    gap: 0;
    margin-top: 0.625rem;
    text-align: left;
  }
  .p-service-flow__tel-number {
    margin-right: 0;
  }
  .p-service-flow__time {
    margin-top: 0;
  }
  .p-service-flow__button-box {
    flex-direction: column;
    gap: 1.1875rem;
  }
  .p-service-flow-button__text {
    font-size: 1rem;
    width: 100%;
  }
  .p-service-flow__button1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-service-flow-button__link1 {
    font-size: clamp(0.875rem, 0.696rem + 0.763vw, 1.063rem);
  }
  .p-service-flow__button2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-service-flow-item2__button {
    margin-top: 1.5625rem;
  }
  .p-service-flow__list-content {
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem 1.25rem 1.5rem;
  }
  .p-service-flow__left-text2-2 {
    margin-top: 2.1875rem;
  }
  .p-service-price {
    margin-bottom: 5rem;
    margin-top: 5.3125rem;
  }
  .p-service-price__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-service-price__title {
    font-size: 1.6875rem;
    margin-left: 1.3125rem;
  }
  .p-service-price__lead {
    margin-top: 1.5625rem;
  }
  .p-service-price__group {
    margin-top: 2.5625rem;
  }
  .p-service-price__group-title {
    font-size: 1.25rem;
  }
  .p-service-price__items {
    margin-top: 2.25rem;
  }
  .p-service-price__item-box {
    flex-direction: column;
    gap: 1.375rem;
  }
  .p-service-price__item-left {
    width: 100%;
  }
  .p-service-price__price-box {
    padding: 0.75rem 1.3125rem 0.625rem 1.3125rem;
  }
  .p-service-price__price span {
    font-size: 0.875rem;
  }
  .p-service-price__price {
    font-size: 1.5rem;
  }
  .p-service-price__detail-box {
    align-items: start;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
  .p-service-price__comment {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
    text-align: left;
  }
  .related__heading {
    font-size: 1rem;
  }
  .related__list {
    gap: 2.5rem;
  }
  .related__link {
    flex-direction: column;
    gap: 0.25rem;
  }
  .related__thumb {
    width: 100%;
  }
  .related__thumb img {
    height: auto;
    width: 100%;
  }
  .related__meta {
    width: 100%;
  }
  .related__date {
    font-size: 0.875rem;
  }
  .related__title {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
  .sidebar__category {
    margin-top: 2.5rem;
  }
  .sidebar__category-title {
    font-size: 1rem;
  }
  .p-single-column--home-title {
    font-size: 1.6875rem;
    margin-bottom: 3.0625rem;
    margin-top: 2.25rem;
    padding-inline: 1.25rem;
  }
  .p-single-column--home-title::after {
    width: 2rem;
  }
  .p-single-column--home-title__en {
    font-size: 3.0625rem;
    line-height: 2.5rem; /* 81.915% */
    top: 12%;
  }
  .p-single-column {
    margin-top: 2rem;
  }
  .p-single-column__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-single-column__box {
    flex-direction: column;
    padding-bottom: 2.5rem;
  }
  .p-single-column__left {
    flex-direction: column;
    padding-inline: 0;
    width: 100%;
  }
  .post-date {
    font-size: 0.75rem;
    line-height: 1.25rem; /* 166.67% */
  }
  .post-genre {
    font-size: 0.75rem;
    line-height: 1.25rem; /* 166.67% */
  }
  .post-title {
    font-size: 1.5rem;
    line-height: 2.75rem; /* 157.143% */
  }
  .p-single-column__left h2 {
    font-size: 1.5rem;
    line-height: 2rem; /* 133.333% */
    margin-bottom: 1rem;
    margin-top: 3rem;
    padding: 0.5625rem 1.25rem;
  }
  .p-single-column__left p {
    font-size: 1rem;
    line-height: 1.75rem; /* 175% */
  }
  .p-single-column__left h3 {
    font-size: 1.5rem;
    line-height: 2rem; /* 133.333% */
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  .p-single-column__left h4 {
    font-size: 1.5rem;
    line-height: 2rem; /* 133.333% */
    margin-bottom: 1rem;
    margin-top: 3rem;
    padding: 0.5625rem 1.25rem;
  }
  .p-single-column__left h5 {
    font-size: 1.5rem;
    line-height: 2rem; /* 133.333% */
    margin-top: 3rem;
  }
  .p-single-column__left h6 {
    font-size: 1.5rem;
    line-height: 2rem; /* 133.333% */
    margin-bottom: 1rem;
    margin-top: 3rem;
    padding: 0.5625rem 1.25rem;
  }
  .p-single-column__left ul {
    border-radius: 0.75rem;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
  }
  .p-single-column__left ol {
    border-radius: 0.75rem;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
  }
  .defaultTemplate {
    margin: 0 auto;
    max-width: 44.0625rem;
    width: 100%;
  }
  .defaultTemplate .defaultTemplate__contents table {
    margin: 0 auto;
    margin-top: 1.5rem;
    max-width: 44.0625rem;
  }
  .defaultTemplate__button-box-wrapper {
    margin-top: 3rem;
  }
  .p-single-column__right {
    width: 100%;
  }
  .p-single-cta__item-box {
    padding-bottom: 2.5rem;
    padding-inline: 1.25rem;
    padding-top: 2.5rem;
  }
  .p-single__tel-item {
    gap: 0;
    margin-top: 0.625rem;
  }
  .p-single__tel-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .p-single__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .p-single__tel-item {
    gap: 0;
    margin-top: 0.625rem;
  }
  .p-single__tel-numb {
    font-size: 1.9375rem;
    margin-right: 0;
  }
  .p-single__time {
    margin-top: 0;
  }
  .p-single__button-wrap {
    flex-direction: column;
    gap: 1.1875rem;
    margin-top: 1.5rem;
  }
  .p-single__button1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-single__button2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-single-column {
    margin-bottom: 6.125rem;
    margin-top: 3rem;
  }
  .home-title {
    font-size: 1.6875rem;
    margin-bottom: 3.0625rem;
    padding-inline: 1.25rem;
  }
  .home-title::after {
    width: 2rem;
  }
  .single__body {
    margin-bottom: 7rem;
    margin-top: 3rem;
  }
  .single__body p {
    font-size: 1rem;
    line-height: 1.75rem; /* 175% */
  }
  .single__body-inner {
    padding-inline: 1.25rem;
  }
  .single__contents-title {
    font-size: 1.375rem;
    padding-bottom: 2rem;
  }
  .defaultTemplate {
    margin: 0 auto;
    max-width: 44.0625rem;
    width: 100%;
  }
  .defaultTemplate .defaultTemplate__contents table {
    margin: 0 auto;
    margin-top: 1.5rem;
    max-width: 44.0625rem;
  }
  .defaultTemplate__button-box-wrapper {
    margin-top: 3rem;
  }
  .single__button {
    margin-top: 3rem;
  }
  .p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
  }
  .taxonomy-column {
    margin-bottom: 5rem;
    margin-top: 3.125rem;
  }
  .taxonomy-column__inner {
    padding-inline: 1.25rem;
    padding-top: 1rem;
  }
  .taxonomy-column__title-wrap {
    margin-left: 1.25rem;
  }
  .taxonomy-column__title-ja {
    font-size: 1.375rem;
  }
  .taxonomy-column__title-text {
    font-size: 0.875rem;
    margin-left: -1.3125rem;
    margin-top: 2.8125rem;
  }
  .taxonomy-column__term {
    margin-top: 2rem;
  }
  .taxonomy-column__article-wrap {
    margin-top: 4rem;
  }
  .taxonomy-column__article {
    gap: 2rem 0.75rem;
  }
  .taxonomy-column-card__cat {
    margin-top: 0.75rem;
  }
  .taxonomy-column-card__button {
    margin-top: 2.25rem;
  }
  .pagination {
    margin-top: 2rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .header .drawer-icon_bar1,
  .header .drawer-icon_bar2,
  .header .drawer-icon_bar3 {
    width: 9.6vw;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
  .header__inner {
    gap: 5.6vw;
    padding: 3.2vw 5.333vw 5.067vw 5.333vw;
  }
  .header__logo {
    width: 21.333vw;
  }
  .header__logo-link {
    font-size: 4.267vw;
  }
  .header__button {
    height: 8.533vw;
    width: 22.933vw;
  }
  .header-button__link {
    font-size: 3.733vw;
  }
  .drawer-content .menu-item a {
    font-size: 1.0625rem;
  }
  .drawer-content .menu-item-52::after {
    top: 2.34375rem;
  }
  .drawer-icon__text {
    font-size: 3.2vw;
  }
  .drawer-content .menu-item a {
    font-size: 1.0625rem;
  }
  .drawer-content .menu-item-2584::after {
    top: 2.34375rem;
  }
}

@media (any-hover: hover) {
  .p-hoge:hover {
    color: red;
  }
  .p-card3__img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media tab {
  .post-thumbnail {
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
    padding-top: 56.25%;
  }
  .post-thumbnail {
    border-radius: 0.75rem;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */