@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body * {
  color: #272727;
}

html body {
  background-color: #fff;
}

main a,
header a,
footer a {
  color: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main a:hover,
header a:hover,
footer a:hover {
  text-decoration: none;
}

body {
  font-size: 16px;
  font-size: 1rem;
}

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

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

@media (min-width: 1030px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1099px) {
  html {
    font-size: 1.4558689718vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  a:hover {
    opacity: 1;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

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

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

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  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;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-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;
}

footer.l-footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer.l-footer a:hover {
  text-decoration: none;
}

.l-footer {
  letter-spacing: 0.02em;
  color: #484848;
}

.l-footer--bg-gray {
  background-color: #FBFBFB;
}

.l-footer__inner {
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 2.5rem 0.625rem 1.25rem;
  }
}

.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__company-info {
    position: relative;
    left: 0.3125rem;
  }
}

.l-footer__logo {
  width: 192px;
  width: 12rem;
}
.l-footer__logo a {
  display: block;
  padding: 10px 10px 10px 0;
  padding: 0.625rem 0.625rem 0.625rem 0;
}
.l-footer__logo a img {
  aspect-ratio: 182.18/31.33;
  width: 100%;
  height: 100%;
}

.l-footer__address {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.l-footer__tel {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    gap: 0 1.875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer__link {
  display: inline-block;
  font-weight: 700;
  padding: 10px;
  padding: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    padding: 0.3125rem;
  }
}
.l-footer__link::after {
  content: "";
  width: calc(100% - 0.625rem);
  height: 2px;
  height: 0.125rem;
  background-color: #ff8400;
  position: absolute;
  left: 5px;
  left: 0.3125rem;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-footer__link:hover {
  opacity: 1;
}
.l-footer__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.l-footer__contact {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.l-footer__copyright {
  background-color: #ff8400;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 5px;
  padding: 0.3125rem;
}

.l-footer__copyright p {
  color: #fff;
}

header.l-header a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.l-header a:hover {
  text-decoration: none;
}

.l-header {
  position: fixed;
  top: 30px;
  top: 1.875rem;
  left: 0;
  right: 0;
  z-index: 100;
}

.l-header__global {
  width: calc(100% - 3.75rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 30px 0 40px;
  padding: 0 1.875rem 0 2.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
  border-radius: 0.625rem;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .l-header__global {
    width: calc(100% - 1.875rem);
    padding: 0 1.25rem 0 0.625rem;
  }
}

.l-header__logo {
  width: 220px;
  width: 13.75rem;
}
.l-header__logo a {
  display: block;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
}
.l-header__logo a img {
  aspect-ratio: 200/34;
  width: 100%;
  height: 100%;
}

.l-header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.l-header__menu-item {
  position: relative;
}

.l-header__menu-item::after {
  cursor: default;
  position: absolute;
  top: 15px;
  right: 3px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 8px;
  margin-left: 0.5rem;
}

.l-header__menu-link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  letter-spacing: 0.02em;
  position: relative;
}
.l-header__menu-link.current {
  color: #ff8400;
}
.l-header__menu-link::after {
  content: "";
  width: calc(100% - 0.625rem);
  height: 2px;
  height: 0.125rem;
  background-color: #ff8400;
  position: absolute;
  left: 5px;
  left: 0.3125rem;
  bottom: -2px;
  bottom: -0.125rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__menu-link:hover {
  opacity: 1;
}
.l-header__menu-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.l-header__menu-item .l-header__menu-link {
  padding: 10px 20px 10px 10px;
  padding: 0.625rem 20px 0.625rem 0.625rem;
  cursor: default;
}

.l-header__menu-link--contact {
  color: #fff;
  background-color: #6fbd0c;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
  border-radius: 7.0625rem;
  -webkit-box-shadow: 0 0.1875rem 0 #4f8d00;
          box-shadow: 0 0.1875rem 0 #4f8d00;
}
.l-header__menu-link--contact::after {
  display: none;
}
.l-header__menu-link--contact:hover {
  opacity: 0.8;
}

.l-header__menu-item .l-header__menu-link::after {
  display: none;
}

.l-header__pulldown {
  width: 140px;
  width: 8.75rem;
  padding: 10px;
  padding: 0.625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.l-header__menu-item .l-header__menu-link:hover + .l-header__pulldown {
  opacity: 1;
  visibility: visible;
}

.l-header__pulldown:hover {
  opacity: 1;
  visibility: visible;
}

.l-header__pulldown-link {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  letter-spacing: 0.02em;
  position: relative;
}
.l-header__pulldown-link.current {
  color: #ff8400;
}
.l-header__pulldown-link::after {
  content: "";
  width: calc(100% - 0.625rem);
  height: 2px;
  height: 0.125rem;
  background-color: #ff8400;
  position: absolute;
  left: 5px;
  left: 0.3125rem;
  bottom: -2px;
  bottom: -0.125rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__pulldown-link:hover {
  opacity: 1;
}
.l-header__pulldown-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.l-header__drawer-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__drawer-icon {
    display: block;
    width: 1.5625rem;
    height: 1.25rem;
    position: relative;
    cursor: pointer;
  }
}
.l-header__drawer-icon span {
  width: 25px;
  width: 1.5625rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #272727;
  position: absolute;
  left: 0;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__drawer-icon span:nth-child(1) {
  top: 0;
}
.l-header__drawer-icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__drawer-icon span:nth-child(3) {
  bottom: 0;
}
.l-header__drawer-icon.open span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__drawer-icon.open span:nth-child(2) {
  opacity: 0;
}
.l-header__drawer-icon.open span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header .l-header__drawer {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  padding-bottom: 0;
}
.l-header .l-header__drawer.open {
  opacity: 1;
  height: calc(100vh - 8.375rem);
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

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

.c-case {
  background-color: #fff;
  outline: 5px solid #ff8400;
  outline: 0.3125rem solid #ff8400;
  border-radius: 1.25rem;
  padding: 40px 30px 20px;
  padding: 2.5rem 1.875rem 1.25rem;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-case {
    padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  }
}

.c-case--strength {
  padding: 30px;
  padding: 1.875rem;
}

.c-case__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff8400;
  border-radius: 1.875rem;
  text-align: center;
  white-space: nowrap;
  padding: 5px 30px;
  padding: 0.3125rem 1.875rem;
  position: absolute;
  top: -25px;
  top: -1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-case__title {
    font-size: 1.25rem;
    padding: 0.25rem 0.9375rem;
    top: -1.25rem;
  }
}

.c-case__img {
  width: 88.89%;
  aspect-ratio: 360/261;
  margin-inline: auto;
}
.c-case__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-case__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-case__text {
    font-size: 0.875rem;
  }
}

.c-other-btn {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  color: #fff;
  background-color: #519000;
  padding: 15.5px 30px 15.5px 24px;
  padding: 0.96875rem 1.875rem 0.96875rem 1.5rem;
  border-radius: 5.1875rem;
  -webkit-box-shadow: 0 0.3125rem 0 #3A6700;
          box-shadow: 0 0.3125rem 0 #3A6700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-other-btn {
    padding: 0.5rem 1.875rem 0.5rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-other-btn::before {
  content: "";
  width: 17px;
  width: 1.0625rem;
  aspect-ratio: 1;
  background-image: url("../images/common/new-tab-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% + 1px);
  right: 30px;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-other-btn__icon {
  width: 102.18px;
  width: 6.38625rem;
  position: relative;
  top: 1px;
}

.c-page-title {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    font-size: 1.875rem;
  }
}

.c-page-title span {
  color: #ff8400;
}

.c-primary-btn {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  color: #fff;
  background-color: #6fbd0c;
  padding: 15.5px 30px;
  padding: 0.96875rem 1.875rem;
  border-radius: 5.1875rem;
  -webkit-box-shadow: 0 0.3125rem 0 #4F8D00;
          box-shadow: 0 0.3125rem 0 #4F8D00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  position: relative;
}
.c-primary-btn::before {
  content: "";
  width: 9px;
  width: 0.5625rem;
  aspect-ratio: 9/12;
  background-image: url("../images/common/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% + 1px);
  right: 30px;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-primary-btn--orange {
  background-color: #ff8400;
  -webkit-box-shadow: 0 0.3125rem 0 #9B5204;
          box-shadow: 0 0.3125rem 0 #9B5204;
}

.c-primary-btn--small {
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
}
.c-primary-btn--small::before {
  right: 20px;
  right: 1.25rem;
}

.c-secondary-btn {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  background-color: #ff8400;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  border-radius: 5.1875rem;
  -webkit-box-shadow: 0 0.3125rem 0 #9B5204;
          box-shadow: 0 0.3125rem 0 #9B5204;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
  letter-spacing: 0.05em;
}

.c-secondary-btn__icon {
  width: 26px;
  width: 1.625rem;
  position: relative;
  top: 1px;
}

.c-secondary-btn--green {
  background-color: #6fbd0c;
  -webkit-box-shadow: 0 0.3125rem 0 #4F8D00;
          box-shadow: 0 0.3125rem 0 #4F8D00;
}

.c-section-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.875rem;
  }
}

.c-section-title span {
  color: #ff8400;
}

.c-top-news {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1607843137);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1607843137);
}

.c-top-news a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-top-news a:hover {
  text-decoration: none;
}

.c-top-news {
  width: calc(100% - 3.125rem);
  max-width: 1120px;
  max-width: 70rem;
  background-color: #fff;
  border-radius: 6.875rem;
  border: 3px solid #ff8400;
  border: 0.1875rem solid #ff8400;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: -36.5px;
  bottom: -2.28125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-top-news {
    width: calc(100% - 1.5rem);
    border-radius: 1.25rem;
    bottom: 2.5rem;
  }
}

.c-top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 50px 17px;
  padding: 1rem 3.125rem 1.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-top-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.25rem 1.25rem 0.9375rem;
  }
}
.c-top-news__link:hover {
  opacity: 1;
}

.c-top-news__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-top-news__title {
    font-size: 1rem;
  }
}

.c-top-news__item {
  width: 76.78%;
  padding: 5px 0 5px 28.5px;
  padding: 0.3125rem 0 0.3125rem 1.78125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-top-news__item {
    margin-top: 0.3125rem;
    width: 100%;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.3125rem 0.9375rem;
  }
}
.c-top-news__item::after {
  content: "";
  width: calc(100% - 1.875rem);
  height: 2px;
  height: 0.125rem;
  background-color: #ff8400;
  position: absolute;
  right: 0;
  bottom: -2px;
  bottom: -0.125rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-top-news__item::after {
    display: none;
  }
}

.c-top-news__link:hover .c-top-news__item::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-top-news__date {
  display: inline-block;
  width: 10%;
  max-width: 90px;
  max-width: 5.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  color: #b1b1b1;
}
@media screen and (max-width: 767px) {
  .c-top-news__date {
    width: 25%;
  }
}

.c-top-news__cat {
  width: 10%;
  max-width: 80px;
  max-width: 5rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  background-color: #ff8400;
  border-radius: 2.5rem;
  padding: 3px;
  padding: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-top-news__cat {
    width: 24%;
  }
}

.c-top-news__text {
  width: 80%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-top-news__text {
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.c-top-news__btn {
  display: inline-block;
  margin-left: auto;
  font-weight: 700;
  padding: 5px 30px 5px 0;
  padding: 0.3125rem 1.875rem 0.3125rem 0;
  position: relative;
  color: #ff8400;
}
@media screen and (max-width: 767px) {
  .c-top-news__btn {
    margin-top: 0.3125rem;
  }
}
.c-top-news__btn::after {
  content: "";
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  border-top: 2px solid #ff8400;
  border-right: 2px solid #ff8400;
  position: absolute;
  top: calc(50% + 1px);
  right: 2px;
  right: 0.125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-top-news__btn:hover {
  opacity: 0.9;
}

.c-top-news__link:hover .c-top-news__btn::after {
  right: -1px;
}

.p-about a:hover {
  text-decoration: underline;
}

.p-about {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background-color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 1.875rem;
    padding-bottom: 5rem;
  }
}

.p-about__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 0.875rem;
  }
}

.p-about__content {
  margin-top: 50px;
  margin-top: 3.125rem;
  background-color: #fff;
  outline: 5px solid #ff8400;
  outline: 0.3125rem solid #ff8400;
  border-radius: 1.25rem;
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    margin-top: 2.5rem;
    border-radius: 0.625rem;
    padding: 0.9375rem;
  }
}

.p-about .table-wrap,
.p-about .table-grid {
  white-space: normal;
  position: static;
  overflow: auto;
  margin: 0;
}

.p-about__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-about__table {
    font-size: 0.875rem;
  }
}

table.p-about__table,
.p-about__table tbody,
.p-about__table th,
.p-about__table td {
  border: 0;
}

.p-about__table th {
  width: 28.37%;
  font-weight: 700;
  text-align: left;
  padding: 20px 0 20px 30px;
  padding: 1.25rem 0 1.25rem 1.875rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-about__table th {
    padding: 0.9375rem 0 0.9375rem 0;
  }
}

.p-about__table tr:not(:last-child) th {
  border-bottom: 1px solid #E1E1E1;
}

.p-about__table tr:not(:last-child) td {
  border-bottom: 1px solid #E1E1E1;
}

.p-about__table td {
  width: 71.63%;
  padding: 20px 30px 20px 50px;
  padding: 1.25rem 1.875rem 1.25rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__table td {
    padding: 0.9375rem 0 0.9375rem 0.9375rem;
  }
}

.p-about__table .p-about__map {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-about__table a {
  text-decoration: underline;
  color: #2F6EE2;
}

.p-access {
  background-color: #fff;
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 1.875rem;
  }
}

.p-access__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-access__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    max-width: 28.125rem;
    margin-inline: auto;
  }
}

.p-access__img {
  width: 51.5%;
  aspect-ratio: 479/319;
  border: 5px solid #ff8400;
  border: 0.3125rem solid #ff8400;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-access__img {
    width: 100%;
  }
}
.p-access__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-access__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-access__title {
    font-size: 1rem;
  }
}

.p-access__sub-title {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-access__sub-title {
    font-size: 0.875rem;
  }
}

.p-access__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    font-size: 0.875rem;
  }
}

.p-access__bottom {
  width: 100vw;
  margin: 3.125rem calc(-50vw + 50%) 0;
  aspect-ratio: 1280/449;
}
@media screen and (max-width: 767px) {
  .p-access__bottom {
    margin-top: 2.5rem;
    aspect-ratio: 345/300;
    max-height: 18.75rem;
  }
}
.p-access__bottom iframe {
  width: 100%;
  height: 100%;
}

.p-case {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background-color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-top: 1.875rem;
    padding-bottom: 5rem;
  }
}

.p-case__lead {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case__lead {
    font-size: 1.125rem;
  }
}

.p-case__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-case__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-case__contents {
  margin-top: 78px;
  margin-top: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px 50px;
  gap: 4.875rem 3.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-case__contents {
    margin-top: 3.75rem;
    gap: 3.75rem;
  }
}

.p-case__content {
  width: calc(50% - 1.5625rem);
}
@media screen and (max-width: 767px) {
  .p-case__content {
    width: 100%;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-check {
  padding: 100px 0;
  padding: 6.25rem 0;
  background-image: url("../images/inheritance/check-bg.png");
  background-repeat: repeat;
  background-size: contain;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-check {
    padding: 5rem 0;
    background-size: 200%;
  }
}

.p-check__contents {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-check__contents {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-check__content {
  width: calc(33.33333% - 1.66667rem);
  background-color: #fff;
  aspect-ratio: 1;
  border: 6.63px solid #ffce9a;
  border: 0.414375rem solid #ffce9a;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-check__content {
    width: 100%;
    max-width: 21.25rem;
    margin-inline: auto;
  }
}

.p-check__num {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff8400;
  line-height: 1.2;
  width: 90px;
  width: 5.625rem;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-check__num {
    font-size: 1.0625rem;
  }
}

.p-check__num span {
  display: block;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-check__num span {
    font-size: 1.25rem;
  }
}

.p-check__img {
  width: 50.263%;
  aspect-ratio: 150/129;
  position: absolute;
  top: 63px;
  top: 3.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-check__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-check__content:nth-child(2) .p-check__img {
  top: 75px;
  top: 4.6875rem;
}

.p-check__content:nth-child(3) .p-check__img {
  top: 50px;
  top: 3.125rem;
}

.p-check__sub-title {
  font-size: 26.53px;
  font-size: 1.658125rem;
  font-weight: 700;
  color: #ff8400;
  position: absolute;
  left: 50%;
  bottom: 53px;
  bottom: 3.3125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-check__sub-title {
    bottom: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-check__sub-title {
    font-size: 1.4375rem;
  }
}

.p-check__content:nth-child(3) .p-check__sub-title {
  bottom: 33px;
  bottom: 2.0625rem;
}

.p-check__bottom {
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  border-radius: 0.625rem;
  outline: 3px solid #ff8400;
  outline: 0.1875rem solid #ff8400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-check__bottom {
    margin-top: 1.875rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-check__bottom-title {
  width: 18%;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff8400;
  padding: 0 20px;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-check__bottom-title {
    width: 100%;
    font-size: 1.125rem;
    padding: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

.p-check__bottom-text {
  width: 82%;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6875;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-check__bottom-text {
    width: 100%;
    padding: 0.625rem 0.9375rem;
    font-size: 1rem;
  }
}

.p-cta {
  padding: 50px 0;
  padding: 3.125rem 0;
  background-color: #ff8400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 1.875rem 0;
  }
}

.p-cta__inner {
  max-width: 880px;
  max-width: 55rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding: 0 15px;
  }
}

.p-cta__content {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 50px 40px;
  padding: 3.125rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    border-radius: 0.625rem;
    padding: 1.875rem 0.625rem;
  }
}

.p-cta__img-left {
  width: 11.544%;
  aspect-ratio: 86.58/190;
}
.p-cta__img-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-cta__img-right {
  width: 11.0147%;
  aspect-ratio: 82.61/210;
}
.p-cta__img-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cta__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}

.p-cta__lead {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: 400;
  text-align: center;
}

.p-cta__tel {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-cta__tel {
    margin-top: 1.25rem;
  }
}

.p-cta__tel-icon {
  width: 20.39px;
  width: 1.274375rem;
  aspect-ratio: 20.39/26.59;
}

.p-cta__tel-num {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  color: #ff8400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-num {
    line-height: 1.5;
  }
}

.p-cta__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #797979;
  text-align: center;
}

.p-cta__text span {
  padding-left: 10px;
  padding-left: 0.625rem;
  color: #797979;
}
@media screen and (max-width: 767px) {
  .p-cta__text span {
    padding: 0;
    display: block;
  }
}

.p-cta__img {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 63.492%;
  max-width: 350px;
  max-width: 21.875rem;
  aspect-ratio: 200/137.8;
  margin-inline: auto;
}
.p-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cta__btn-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cta__btn-wrap .c-secondary-btn {
  width: calc(50% - 0.625rem);
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap .c-secondary-btn {
    width: 100%;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-drawer {
  width: 100%;
  height: calc(100vh - 8.375rem);
  background-color: #fff;
  overflow-y: scroll;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-drawer__menu {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-drawer__list li {
  width: 100%;
}

.p-drawer__link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 16px 8px;
  padding: 1rem 0.5rem;
  font-weight: 700;
}
.p-drawer__link.current {
  color: #ff8400;
}

.p-drawer__list li:not(:first-child) .p-drawer__link {
  border-top: 1px solid #d4d4d6;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  position: relative;
}

.p-drawer__list li:not(:first-child) .p-drawer__link::after {
  content: "";
  width: 5.97px;
  width: 0.373125rem;
  height: 11.2px;
  height: 0.7rem;
  background-image: url("../images/common/drawer-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 8px;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer__sublist-link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 16px 40px;
  padding: 1rem 2.5rem;
  position: relative;
}
.p-drawer__sublist-link.current {
  color: #ff8400;
}

.p-drawer__sublist-link::after {
  content: "";
  width: 5.97px;
  width: 0.373125rem;
  height: 11.2px;
  height: 0.7rem;
  background-image: url("../images/common/drawer-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 24px;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer__link--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #6fbd0c;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  border-radius: 7.0625rem;
  -webkit-box-shadow: 0 0.1875rem 0 #4f8d00;
          box-shadow: 0 0.1875rem 0 #4f8d00;
  position: relative;
  top: 5px;
  top: 0.3125rem;
}

.p-drawer__link--contact::after {
  display: none;
}

.p-flow {
  padding: 100px 0;
  padding: 6.25rem 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 5rem 0;
  }
}

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

.p-flow__bottom {
  width: calc(100% - 5rem);
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  border-radius: 0.625rem;
  outline: 3px solid #ff8400;
  outline: 0.1875rem solid #ff8400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__bottom {
    margin-top: 1.875rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flow__bottom::after {
  content: "";
  width: 211px;
  width: 13.1875rem;
  aspect-ratio: 211.12/139;
  background-image: url("../images/inheritance/flow-bottom-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 2px;
  bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow__bottom::after {
    display: none;
  }
}

.p-flow__bottom-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff8400;
  padding: 0 50px;
  padding: 0 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__bottom-title {
    font-size: 1.125rem;
    padding: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

.p-flow__bottom-text {
  padding: 19px;
  padding: 1.1875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow__bottom-text {
    padding: 0.625rem 0.9375rem;
    font-size: 1rem;
  }
}

.p-fv {
  padding: 114px 0 175px;
  padding: 7.125rem 0 10.9375rem;
  background-color: #fffdf1;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 6.875rem 0 5rem;
  }
}

.p-fv::after {
  content: "";
  width: 100%;
  aspect-ratio: 1280/75;
  background-image: url("../images/common/fv-arch.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-fv__title {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-fv__lead {
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    font-size: 0.875rem;
  }
}

.p-fv .breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  color: #585858;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px 15px;
  gap: 0.125rem 0.9375rem;
  padding-left: 80px;
  padding-left: 5rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 0.9375rem);
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
@media screen and (max-width: 767px) {
  .p-fv .breadcrumb {
    padding-left: 1.25rem;
  }
}

.p-fv .breadcrumb__between {
  display: inline-block;
  width: 7.4px;
  width: 0.4625rem;
  height: 12px;
  height: 0.75rem;
  background-image: url("../images/common/breadcrumb-between.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-fv .breadcrumb a {
  display: inline-block;
  color: #ff8400;
}

.p-fv .breadcrumb a span {
  color: #ff8400;
}

.p-line-banner {
  padding: 30px 0 50px;
  padding: 1.875rem 0 3.125rem;
}

.p-line-banner--sale {
  padding: 50px 0 100px;
  padding: 3.125rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-line-banner--sale {
    padding: 1.875rem 0 3.125rem;
  }
}

.p-line-banner__link {
  display: block;
  width: 96.786%;
  margin-inline: auto;
  aspect-ratio: 948.5/208;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-line-banner__link {
    width: 100%;
    max-width: 25rem;
    aspect-ratio: 345/218.04;
  }
}
.p-line-banner__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-main-visual {
  padding: 154px 0 70px;
  padding: 9.625rem 0 4.375rem;
  letter-spacing: 0.02em;
  background-image: url("../images/top/mv-bg-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-main-visual {
    padding: 9rem 0.9375rem 16.4375rem;
    background-image: url("../images/top/mv-bg-img-sp.png");
  }
}

.p-main-visual__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20.8px;
  gap: 1.3rem;
}

.p-main-visual__catchcopy {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  background-color: #ff8400;
  border-radius: 0.625rem;
  line-height: 1;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-main-visual__catchcopy {
    font-size: 1.5625rem;
    border-radius: 0.410625rem;
    padding: 0.825rem 1.875rem 1.025rem;
  }
}

.p-main-visual__catchcopy span {
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-main-visual__catchcopy span {
    font-size: 1.875rem;
  }
}

.p-main-visual__caption {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-main-visual__caption {
    font-size: 1.5625rem;
    text-align: center;
  }
}

.p-main-visual__caption span {
  color: #ff8400;
}

.p-main-visual__bottom {
  max-width: 984px;
  max-width: 61.5rem;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-main-visual__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.p-main-visual__text-group {
  width: 51.82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-main-visual__text-group {
    display: contents;
  }
}

.p-main-visual__text {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-main-visual__text {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-main-visual__btn {
  width: 300px;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-main-visual__btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 25rem;
  }
}

.p-main-visual__image {
  width: 48.18%;
  aspect-ratio: 450/300;
}
@media screen and (max-width: 767px) {
  .p-main-visual__image {
    width: 100%;
    max-width: 25rem;
  }
}
.p-main-visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-practical-support {
  padding: 100px 0;
  padding: 6.25rem 0;
  background-image: url("../images/sale_by_private/support-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-practical-support {
    padding: 5rem 0;
  }
}

.p-practical-support__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-practical-support__text {
    font-size: 0.875rem;
  }
}

.p-practical-support__content {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-practical-support__content {
    margin: 3.125rem auto 0;
    max-width: 28.125rem;
  }
}

.p-practical-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px 30px;
  gap: 2.125rem 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-practical-support__list {
    gap: 1.875rem 0.9375rem;
  }
}

.p-practical-support__item {
  width: calc(33.33333% - 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-practical-support__item {
    width: calc(50% - 0.625rem);
  }
}

.p-practical-support__img {
  width: 78.26%;
  aspect-ratio: 1;
  margin-inline: auto;
}
.p-practical-support__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-practical-support__sub-title {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-practical-support__sub-title {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-reason {
  padding: 140px 0;
  padding: 8.75rem 0;
  background-color: #F4F4F4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 3.125rem 0;
  }
}

.p-reason__contents {
  margin-top: 100px;
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reason__contents {
    margin-top: 9.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9.5rem;
  }
}

.p-reason__content {
  min-height: 221px;
  min-height: 13.8125rem;
  border-radius: 1.25rem;
  outline: 5px solid #ff8400;
  outline: 0.3125rem solid #ff8400;
  background-color: #fff;
  padding: 30px 50px;
  padding: 1.875rem 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__content {
    min-height: 16.3125rem;
    width: 100%;
    max-width: 21.875rem;
    padding: 1.875rem 0.9375rem;
  }
}

.p-reason__detail {
  width: 56.8182%;
}
@media screen and (max-width: 767px) {
  .p-reason__detail {
    width: calc(100% - 1.875rem);
    position: absolute;
    left: 0.9375rem;
    bottom: 1.875rem;
  }
}

.p-reason__content--reverse .p-reason__detail {
  margin-left: auto;
  position: relative;
  right: -30px;
  right: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reason__content--reverse .p-reason__detail {
    margin: 0;
    position: absolute;
    right: auto;
  }
}

.p-reason__number {
  width: 96px;
  width: 6rem;
  padding: 5.5px 0 4.5px;
  padding: 0.34375rem 0 0.28125rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #ff8400;
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reason__number {
    width: 5.3125rem;
    font-size: 1rem;
  }
}

.p-reason__number span {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  position: relative;
  bottom: 1px;
  bottom: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-reason__number span {
    font-size: 1.25rem;
  }
}

.p-reason__content-title {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-reason__content-title {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__content--reverse .p-reason__content-title {
    letter-spacing: -0.04em;
  }
}

.p-reason__content-title span {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reason__content-title span {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
  }
}

.p-reason__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-reason__text {
    font-size: 1rem;
  }
}

.p-reason__content:last-child .p-reason__text {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-reason__content:last-child .p-reason__text {
    white-space: normal;
  }
}

.p-reason__img {
  width: 42.249%;
  aspect-ratio: 414.04/300.28;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-reason__img {
    width: calc(100% - 1.5625rem);
    right: 0.78125rem;
    bottom: auto;
    top: -8.255rem;
  }
}
.p-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reason__content--reverse .p-reason__img {
  left: 15px;
  left: 0.9375rem;
  right: unset;
}

.p-request {
  padding: 100px 0;
  padding: 6.25rem 0;
  background-image: url("../images/sale_by_private/request-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-request {
    padding: 5rem 0;
  }
}

.p-request__content {
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  max-width: 780px;
  max-width: 48.75rem;
}
@media screen and (max-width: 767px) {
  .p-request__content {
    margin-top: 1.875rem;
  }
}

.p-request__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-request__list {
    gap: 0.9375rem;
  }
}

.p-request__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 16px 23px;
  padding: 1rem 1.4375rem;
  border: 2px solid #6fbd0c;
  border: 0.125rem solid #6fbd0c;
}
@media screen and (max-width: 767px) {
  .p-request__item {
    gap: 0.75rem;
    padding: 0.625rem 0.9375rem;
  }
}

.p-request__item img {
  width: 30px;
  width: 1.875rem;
  aspect-ratio: 1;
}

.p-request__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-request__text {
    font-size: 1rem;
  }
}

.p-request__text span {
  color: #6fbd0c;
}

.p-service {
  padding: 50px 0;
  padding: 3.125rem 0;
  background-image: url("../images/top/service-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-service__contents {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service__contents {
    margin-top: 5rem;
  }
}

.p-service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  gap: 3.125rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 60px 40px 30px;
  padding: 3.75rem 2.5rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.875rem;
    padding: 2.5rem 1.25rem 1.875rem;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-service__content--orange {
  outline: 5px solid #ff8400;
  outline: 0.3125rem solid #ff8400;
}

.p-service__content--blue {
  outline: 5px solid #6fbd0c;
  outline: 0.3125rem solid #6fbd0c;
}

.p-service__content-title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 900;
  padding: 5px 50px;
  padding: 0.3125rem 3.125rem;
  border-radius: 4.375rem;
  background-color: #fff;
  position: absolute;
  top: -31.25px;
  top: -1.953125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-service__content-title {
    font-size: 1.4375rem;
    font-weight: 700;
    padding: 0.3125rem 1.25rem;
    white-space: nowrap;
  }
}

.p-service__content--orange .p-service__content-title {
  color: #ff8400;
  border: 4px solid #ff8400;
  border: 0.25rem solid #ff8400;
}
@media screen and (max-width: 767px) {
  .p-service__content--orange .p-service__content-title {
    border-width: 0.3125rem;
  }
}

.p-service__content--blue .p-service__content-title {
  color: #6fbd0c;
  border: 4px solid #6fbd0c;
  border: 0.25rem solid #6fbd0c;
}
@media screen and (max-width: 767px) {
  .p-service__content--blue .p-service__content-title {
    border-width: 0.3125rem;
  }
}

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

.p-service__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 1rem;
  }
}

.p-service__btn-wrap {
  width: 88.89%;
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__btn-wrap {
    width: 100%;
  }
}

.p-service__img {
  width: 47.06%;
  aspect-ratio: 400/250;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    width: calc(100% - 0.9375rem);
  }
}
.p-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-strength {
  padding: 100px 0;
  padding: 6.25rem 0;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .p-strength {
    padding: 5rem 0;
  }
}

.p-strength__lead {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-strength__lead {
    font-size: 1.125rem;
  }
}

.p-strength__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-strength__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-strength__contents {
  margin-top: 78px;
  margin-top: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px 50px;
  gap: 4.875rem 3.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-strength__contents {
    margin-top: 3.75rem;
    gap: 3.75rem;
  }
}

.p-strength__content {
  width: calc(50% - 1.5625rem);
}
@media screen and (max-width: 767px) {
  .p-strength__content {
    width: 100%;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-support {
  padding: 100px 0;
  padding: 6.25rem 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding: 2.5rem 0;
  }
}

.p-support__contents {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-support__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
  }
}

.p-support__content {
  width: calc(33.33333% - 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-support__content {
    width: 100%;
    max-width: 21.875rem;
    margin-inline: auto;
  }
}

.p-support__img {
  aspect-ratio: 306.67/180;
}
@media screen and (max-width: 767px) {
  .p-support__img {
    width: 90%;
    margin-inline: auto;
  }
}
.p-support__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-support__sub-title {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-support__sub-title {
    font-size: 1.25rem;
  }
}

.p-support__sub-title span {
  color: #ff8400;
}

.p-support__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-support__text {
    font-size: 0.875rem;
  }
}

.p-system {
  padding: 100px 0;
  padding: 6.25rem 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-system {
    padding: 5rem 0 11.25rem;
  }
}

.p-system__lead {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-system__lead {
    font-size: 0.875rem;
  }
}

.p-system__sub-title {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-system__sub-title {
    font-size: 1.25rem;
  }
}

.p-system__sub-title span {
  color: #ff8400;
}

.p-system__content {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  max-width: 735px;
  max-width: 45.9375rem;
}
@media screen and (max-width: 767px) {
  .p-system__content {
    max-width: 25rem;
  }
}

.p-system__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-system__list {
    gap: 0.625rem;
  }
}

.p-system__item {
  width: calc(25% - 1.40625rem);
}
@media screen and (max-width: 767px) {
  .p-system__item {
    width: calc(50% - 0.3125rem);
  }
}

.p-system__img {
  width: 75.362%;
  aspect-ratio: 130/160;
  margin-inline: auto;
}
.p-system__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-system__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.p-system__bottom {
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
  max-width: 900px;
  max-width: 56.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-system__bottom {
    margin-top: 3.125rem;
  }
}

.p-system__bottom-img {
  width: 24.667%;
  aspect-ratio: 222/281.56;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-system__bottom-img {
    width: 40%;
    max-width: 9.375rem;
    top: auto;
    bottom: -8.125rem;
  }
}
.p-system__bottom-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-system__comment {
  width: 80.778%;
  margin-left: auto;
  padding: 25px 65px 25px 75px;
  padding: 1.5625rem 4.0625rem 1.5625rem 4.6875rem;
  border: 5px solid #ff8400;
  border: 0.3125rem solid #ff8400;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-system__comment {
    width: 100%;
    padding: 1.875rem 1.25rem 3.75rem;
  }
}

.p-system__comment p {
  font-weight: 700;
  line-height: 2;
}

.p-system__comment p span {
  color: #ff8400;
}

.p-top-access {
  padding: 50px 0;
  padding: 3.125rem 0;
}

.p-top-access__inner {
  max-width: 1130px;
  max-width: 70.625rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-access__inner {
    padding: 0 15px;
  }
}

.p-top-access__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .p-top-access__title {
    font-size: 1.875rem;
  }
}

.p-top-access__lead {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-access__lead {
    margin-top: 1.25rem;
    text-align: left;
  }
}

.p-top-access__map {
  margin-top: 50px;
  margin-top: 3.125rem;
  aspect-ratio: 1080/300;
}
@media screen and (max-width: 767px) {
  .p-top-access__map {
    aspect-ratio: 345/300;
    width: 100%;
    max-height: 18.75rem;
  }
}
.p-top-access__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-access__map iframe {
    border-radius: 0.625rem;
  }
}

.p-worry {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-worry {
    padding-top: 1.875rem;
  }
}

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

.p-worry__img {
  width: 100%;
  aspect-ratio: 980/500;
}
@media screen and (max-width: 767px) {
  .p-worry__img {
    aspect-ratio: 355/442;
    max-width: 25rem;
    margin-inline: auto;
  }
}
.p-worry__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-worry__arrow {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 95px;
  width: 5.9375rem;
  aspect-ratio: 94.97/43.62;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-worry__arrow {
    margin-top: 1.25rem;
    width: 3.125rem;
  }
}
.p-worry__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-worry__text-wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 40px;
  padding: 2.5rem;
  background-image: url("../images/inheritance/worry-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worry__text-wrap {
    margin-top: 1.25rem;
    padding: 1.25rem 0.9375rem;
  }
}

.p-worry__bg-img {
  width: 100%;
  max-width: 1220px;
  max-width: 76.25rem;
  height: calc(100% + 0.625rem);
  margin-inline: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-worry__bg-img::before {
  content: "";
  width: 16.04%;
  aspect-ratio: 189.29/251;
  background-image: url("../images/inheritance/worry-bg-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  left: 1.25rem;
  bottom: 2px;
  bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-worry__bg-img::before {
    left: 0.3125rem;
  }
}
.p-worry__bg-img::after {
  content: "";
  width: 18.814%;
  aspect-ratio: 222/232;
  background-image: url("../images/inheritance/worry-bg-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  bottom: 2px;
  bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-worry__bg-img::after {
    right: 0.3125rem;
  }
}

.p-worry__text {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-worry__text {
    font-size: 1.125rem;
  }
}

.p-worry__text span {
  font-size: 40px;
  font-size: 2.5rem;
  color: #ff8400;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-worry__text span {
    font-size: 1.5rem;
  }
}
.p-worry__text span::after {
  content: "";
  width: 100%;
  height: 11px;
  height: 0.6875rem;
  background-color: #fff600;
  position: absolute;
  left: 50%;
  bottom: 3px;
  bottom: 0.1875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
/*# sourceMappingURL=styles.css.map */
