@charset "UTF-8";
*,
*::before,
*::after {
  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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* 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: 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;
}

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

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

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

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

@media screen and (max-width: 999px) {
  .lg-none {
    display: none;
  }
}

.lg-show {
  display: none;
}
@media screen and (max-width: 999px) {
  .lg-show {
    display: block;
  }
}

.l-common-contact__inner {
  width: 100%;
  max-width: 1308px;
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-common-contact__inner {
    max-width: 640px;
    padding-inline: 20px;
  }
}

.l-contact {
  margin-top: 1.1875rem;
}

.l-document {
  margin-top: 1.1875rem;
}

.l-footer__inner {
  width: 100%;
  max-width: 1236px;
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-inline: 10px;
  }
}

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

.l-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.l-inner {
  width: 100%;
  max-width: 1093px;
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 640px;
    padding-inline: 20px;
  }
}

.l-lower__inner {
  width: 100%;
  max-width: 1170px;
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-lower__inner {
    max-width: 640px;
    padding-inline: 20px;
  }
}

.l-news-detail {
  margin-top: 3.125rem;
}

.l-top-service__inner {
  width: 100%;
  max-width: 1194px;
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-top-service__inner {
    max-width: 640px;
    padding-inline: 20px;
  }
}

.c-btn {
  background-color: #EA5413;
  border: none;
  border-radius: 36px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.3125rem;
  font-weight: 900;
  padding: 0.8125rem 5.25rem 0.875rem 2.625rem;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s;
  position: relative;
}
.c-btn::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.8125rem;
  background-image: url(../images/Vector.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.125rem;
    padding: 0.8125rem 3.75rem 0.875rem 1.875rem;
  }
}

.c-common-button {
  width: 3.75rem;
  padding: 1.75rem 1.125rem 1.625rem;
  background-color: #DB7111;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.32;
  letter-spacing: 0.35em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-common-button {
    writing-mode: horizontal-tb;
    width: 50%;
    height: 50px;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 0.5rem;
    letter-spacing: 0.2em;
  }
}

.p-header__mail-icon{
  width: 30px;
}


.c-common-button + .c-common-button {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-common-button + .c-common-button {
     margin-top: 0;
  }
}

.c-common-button.c-common-button--green {
  background-color: #06C755;
  padding: 1.125rem 0.875rem 0.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-common-button.c-common-button--green {
    padding: 1.25rem 0.3125rem;
  }
}

.c-form-button {
  font-size: 1.3125rem;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  background-color: #EA5413;
  border-radius: 36.13px;
  padding: 1.375rem 5.75rem 1.375rem 5.75rem;
  letter-spacing: 0.3em;
}

.c-lower-title {
  margin-top: -0.5rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-lower-title {
    font-size: 2.1875rem;
    line-height: 1.5;
  }
}

.c-title-en {
  padding-left: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #EA5413;
  line-height: 1.7777777778;
  letter-spacing: -0.022em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.c-title-en::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.875rem;
  background-image: url(../images/Vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-title-en {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.c-title-en.c-title--white {
  color: #FFFFFF;
}

.c-title {
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1.485;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
}

.c-title span {
  color: #EA5413;
}

.c-title.c-title.c-title--white {
  color: #FFFFFF;
}

.p-404__title {
  padding-top: 6.25rem;
  text-align: center;
}

.p-404__btn {
  margin-top: 6.25rem;
  padding-bottom: 5rem;
  text-align: center;
}

.p-common-contact {
  background-color: #FEFAF7;
  padding-bottom: 2.3125rem;
  overflow: hidden;
}

.common-contact__bg-wrap {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
.common-contact__bg-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .common-contact__bg-wrap {
    height: 375px;
  }
}

.common-contact__bg-wrap__img {
  width: 33.3333%;
  height: 455px;
}
@media screen and (max-width: 767px) {
  .common-contact__bg-wrap__img {
    height: inherit;
    width: 100%;
  }
}

.common-contact__bg-wrap__img img {
  width: 100%;
  height: 455px;
  aspect-ratio: 457/455;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .common-contact__bg-wrap__img img {
    height: inherit;
  }
}

.p-common-contact__title-wrap {
  position: absolute;
  top: 3.4375rem;
  left: 11.125rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-common-contact__title-wrap {
    top: 4.4375rem;
    left: 1.25rem;
  }
}

.p-common-contact__message {
  margin-top: 1.3125rem;
  font-size: 1.35rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-common-contact__message {
    font-size: 1.0625rem;
    line-height: 1.1764705882;
  }
}

.p-common-contact__link-wrap {
  margin-top: -13%;
  z-index: 10;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-common-contact__link-wrap {
    flex-direction: column;
    margin-top: -6.25rem;
  }
}

.p-common-contact__title {
  margin-top: 1.125rem;
}

.p-common-contact__link {
  width: 50%;
  height: 13.4375rem;
  border-radius: 5px 0 0 5px;
  background-color: #EA5413;
  font-size: 1.35rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.5;
  display: flex;
  gap: 0.875rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: background-color 0.3s;
}
.p-common-contact__link:hover {
  opacity: 1;
  background-color: #DB7111;
}
@media screen and (max-width: 767px) {
  .p-common-contact__link {
    width: 100%;
    margin-inline: auto;
    height: 7.5rem;
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-common-contact__link {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

.p-common-contact__mail-icon {
  max-width: 33px;
}

.p-common-contact__tel {
  width: 50%;
  height: 13.4375rem;
  border-radius: 0 5px 5px 0;
  background-color: #F37944;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: background-color 0.3s;
}
.p-common-contact__tel:hover {
  opacity: 1;
  background-color: #DB7111;
}
@media screen and (max-width: 767px) {
  .p-common-contact__tel {
    width: 100%;
    margin-inline: auto;
    height: 7.5rem;
    border-radius: 0 0 5px 5px;
  }
}

.p-common-contact__tel-text {
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 1.5333333333;
  background-color: #EA5413;
  padding: 0.1875rem 1.75rem 0.25rem;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .p-common-contact__tel-text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.p-common-contact__tel-icon-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.p-common-contact__tel-icon {
  max-width: 24px;
}

.p-common-contact__tel-number {
  margin-top: 0.125rem;
  font-size: 2.14375rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  line-height: 1.5014577259;
  letter-spacing: -0.022em;
}
@media screen and (max-width: 767px) {
  .p-common-contact__tel-number {
    font-size: 1.5625rem;
    line-height: 1.4;
  }
}

.p-common-contact__tel-time {
  margin-top: 0.125rem;
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 1.5333333333;
}

.p-common-contact__tel-time span {
  font-family: "Roboto", sans-serif;
}

.p-common-contact__line {
  display: block;
  margin-top: 1.9375rem;
}

.p-common-contact__img {
  max-width: 1034px;
  width: 100%;
  margin-inline: auto;
}

.p-common-contact__img img {
  width: 100%;
  aspect-ratio: 1034/349;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-common-contact__img-wrap {
  position: relative;
}

.p-compliance-message {
  text-align: center;
  margin-top: 1.25rem;
}

.p-compliance-list {
  margin-top: 0.625rem;
  counter-reset: compliance-list-counter;
}

.p-compliance-list__details:not(:first-child) {
  margin-top: 2.5rem;
}

.p-compliance-list__details {
  margin-top: 2.5rem;
}

.p-compliance-list__heading {
  counter-increment: compliance-list-counter;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.022em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-compliance-list__heading::before {
  padding-left: 0.375rem;
  padding-right: 0.5rem;
  content: counter(compliance-list-counter) ".";
}

.p-compliance-list__items {
  margin-top: 0.875rem;
}

.p-compliance-list__item {
  margin-top: 1rem;
  padding-left: 1.6875rem;
  font-size: 1rem;
  line-height: 1.71875;
  letter-spacing: -0.022em;
  position: relative;
}
.p-compliance-list__item::before {
  position: absolute;
  top: 0.875rem;
  left: 0.3125rem;
  content: "";
  width: 0.9375rem;
  height: 0.25rem;
  background-color: #EA5413;
  border-radius: 5px;
}

.p-document__item {
  margin-top: 0.6875rem;
  padding-left: 1.6875rem;
  font-size: 1rem;
  line-height: 1.71875;
  letter-spacing: -0.022em;
  position: relative;
}
.p-document__item::before {
  position: absolute;
  top: 0.875rem;
  left: 0.3125rem;
  content: "";
  width: 0.9375rem;
  height: 0.25rem;
  background-color: #EA5413;
  border-radius: 5px;
}

.p-document__contact {
  margin-top: 2.5rem;
  padding-left: 1.6875rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.p-document__contact::before {
  position: absolute;
  top: 0.875rem;
  left: 0.3125rem;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: #EA5413;
  border-radius: 9999px;
}

.p-document__contact-message {
  margin-top: 0.5625rem;
  font-size: 1rem;
  line-height: 1.6875;
}

.p-contact {
  padding-bottom: 6.4375rem;
}

.p-contact__body {
  position: relative;
  z-index: 10;
  padding: 4.75rem 1.25rem 7.3125rem;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 767px) {
  .p-contact__body {
    padding: 3.125rem 1.25rem 3.125rem;
  }
}

.p-contact__contents {
  max-width: 720px;
  margin-inline: auto;
}

.p-contact__contents-wrap {
  display: flex;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  padding: 1.6875rem 0.375rem 2.3125rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__contents-wrap {
    flex-direction: column;
    padding: 1.6875rem 0.9375rem;
  }
}

.p-contact__tel {
  width: 100%;
  max-width: 332px;
  margin-right: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    padding-bottom: 1.25rem;
    margin-right: 0;
    margin-inline: auto;
  }
}

.p-contact-heading {
  font-size: 0.75rem;
  color: #434343;
  line-height: 1.7;
  text-align: center;
}

.p-contact__tel-link {
  font-size: 1.6875rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #434343;
  line-height: 1.5;
  letter-spacing: -0.022em;
}

.p-contact__tel-time {
  margin-top: -0.3125rem;
  font-size: 0.6875rem;
  color: #434343;
  line-height: 1.7;
}

.p-contact__tel-text {
  margin-top: 0.6875rem;
  font-size: 0.625rem;
  color: #434343;
  line-height: 1.7;
}

.p-contact__line {
  border-left: 1px solid #CCCCCC;
  padding-left: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__line {
    border-left: none;
    border-top: 1px solid #CCCCCC;
    padding-left: 0;
    padding-top: 1.25rem;
  }
}

.p-contact__line-link {
  background-color: #06C755;
  border-radius: 5px;
  text-align: center;
  margin-top: 2.0625rem;
  width: 100%;
  position: relative;
}
.p-contact__line-link::before {
  position: absolute;
  content: "";
  bottom: 1.25rem;
  right: -0.8125rem;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #9A9A9A;
  border-radius: 9999px;
  background-color: #FFFFFF;
}
.p-contact__line-link::after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.5625rem;
  background-image: url(../images/contact-vector.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 1.875rem;
  right: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__line-link {
    max-width: 250px;
    margin-inline: auto;
  }
}

.p-contact__line-link a {
  display: block;
  padding: 0.625rem 1.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.6923076923;
}

.p-contact__text {
  margin-top: 1.9375rem;
  font-size: 1rem;
  line-height: 1.66375;
  letter-spacing: -0.022em;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-customer-rules__text {
  padding-right: 1.5rem;
  text-align: right;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}

.p-customer-rules__list {
  margin-top: 1.75rem;
}

.p-customer-rules__item + .p-customer-rules__item {
  margin-top: 2.5rem;
}

.p-customer-rules__details-items {
  margin-top: 1.5rem;
}

.p-customer-rules__details-title {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.022em;
}

.p-customer-rules__details-text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: -0.022em;
}

.p-customer-rules__details-items-list {
  margin-top: 0.125rem;
  counter-reset: insurance-rules__details-items-list;
}

.p-customer-rules__details-items-item {
  margin-top: 0.875rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1rem;
  line-height: 1.75;
  counter-increment: insurance-rules__details-items-list;
}
.p-customer-rules__details-items-item::before {
  content: counter(insurance-rules__details-items-list) ".";
  padding-right: 0.5rem;
}

.p-customer-rules__details-text-list {
  counter-reset: insurance-rules__details-text-list;
}

.p-customer-rules__details-text-item {
  margin-top: 0.875rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1rem;
  line-height: 1.75;
  counter-increment: insurance-rules__details-items-list;
}
.p-customer-rules__details-text-item::before {
  content: "(" counter(insurance-rules__details-items-list) ")";
  padding-right: 0.5rem;
}

.number-reset {
  counter-reset: insurance-rules__details-items-list 0;
}

.p-document {
  padding-bottom: 6.4375rem;
}

.p-document__body {
  position: relative;
  z-index: 10;
  padding: 5.1875rem 1.5625rem 7.3125rem;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}

.p-document__contents-wrap {
  max-width: 720px;
  margin-inline: auto;
}

.p-document__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #EA5413;
  line-height: 1.5;
  border-bottom: 2px solid #EA5413;
  padding-bottom: 0.375rem;
}

.p-document__message {
  margin-top: 2.625rem;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: -0.022em;
}

.p-document__heading {
  margin-top: 1.6875rem;
}

.p-document__heading h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.022em;
}

.p-document__details {
  margin-top: 0.6875rem;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: -0.02em;
}

.p-document__list {
  margin-top: 0.6875rem;
}

.p-document__item {
  margin-top: 0.6875rem;
  padding-left: 1.6875rem;
  font-size: 1rem;
  line-height: 1.71875;
  letter-spacing: -0.022em;
  position: relative;
}
.p-document__item::before {
  position: absolute;
  top: 0.875rem;
  left: 0.3125rem;
  content: "";
  width: 0.9375rem;
  height: 0.25rem;
  background-color: #EA5413;
  border-radius: 5px;
}

.p-document__ordered-list {
  counter-reset: list-counter;
}

.p-document__ordered-item {
  margin-top: 0.6875rem;
  counter-increment: list-counter;
  font-size: 1rem;
  line-height: 1.71875;
  letter-spacing: -0.022em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-document__ordered-item::before {
  content: counter(list-counter) ".";
  padding-right: 0.5rem;
}

.p-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    display: block;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

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

.p-footer__logo {
  max-width: 286px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .p-footer__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-inline: auto;
  }
}

.p-footer__logo a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__left-message-wrap {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__left-message-wrap {
    text-align: center;
  }
}

.p-footer__left-message {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2B2B2B;
  line-height: 1.4035714286;
  letter-spacing: -0.022em;
}

.p-footer__right {
  margin-top: 4.625rem;
  padding-right: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    display: flex;
    gap: 0.9375rem;
    justify-content: center;
    align-items: end;
  }
}

.p-footer__nav-list {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list {
    flex-direction: column;
  }
}

.p-footer__nav-item a {
  padding: 0 1.4375rem;
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4615384615;
  letter-spacing: -0.022em;
  position: relative;
}
.p-footer__nav-item a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.375rem;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #DB7111;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item a {
    padding: 0.625rem 0rem 0.625rem 3.125rem;
  }
  .p-footer__nav-item a::before {
    left: 1.875rem;
  }
}

.p-footer__right-link {
  margin-top: 6.5625rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-footer__right-link {
    margin-top: 1.875rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.p-footer__right-link a {
  padding: 0 1.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #2B2B2B;
  line-height: 1.4446153846;
  letter-spacing: -0.022em;
  position: relative;
}
.p-footer__right-link a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-color: #424242;
  border-radius: 9999px;
}
.p-footer__right-link a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.625rem;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 1.2px solid #FFFFFF;
  border-right: 1.2px solid #FFFFFF;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-footer__right-link a {
    display: block;
    padding: 0.625rem 0rem 0.625rem 3.125rem;
  }
  .p-footer__right-link a::before {
    left: 1.875rem;
  }
  .p-footer__right-link a::after {
    left: 2rem;
  }
}

.p-footer__copyright {
  margin-top: 3.75rem;
  height: 38px;
  background-color: #EA5413;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-bottom: 50px;
  }
}

.p-footer__copyright small {
  font-size: 0.75rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.4;
  letter-spacing: -0.022em;
}

.p-form__content + .p-form__content {
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-form__content + .p-form__content {
    margin-top: 1.875rem;
  }
}

.p-form__label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #434343;
  line-height: 1.7;
}

.p-form__label span {
  margin-left: 0.5rem;
  display: inline-block;
  padding: 0.125rem 0.4375rem;
  font-size: 0.59375rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4736842105;
  text-align: center;
  background-color: #EA5413;
  border-radius: 2.15px;
}

.p-form__input {
  width: 100%;
}

.p-form__input input {
  width: 100%;
  margin-top: 0.625rem;
  padding: 1.0625rem;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #434343;
  line-height: 1.4478571429;
}
@media screen and (max-width: 767px) {
  .p-form__input input {
    padding: 0.625rem;
  }
}

.p-form__textarea {
  margin-top: 0.625rem;
  width: 100%;
  height: 16.75rem;
}
@media screen and (max-width: 767px) {
  .p-form__textarea {
    height: 9.375rem;
  }
}

.p-form__textarea p {
  height: inherit;
}

.wpcf7-form-control-wrap {
  height: inherit;
  display: block;
}

.p-form__textarea textarea {
  padding: 0.9375rem;
  width: 100%;
  height: inherit;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #434343;
  line-height: 1.4478571429;
  resize: none;
}

.p-form__checkbox {
  
  text-align: center;
}

.wpcf7-list-item-label {
  display: inline-block;
}

.p-form__checkbox label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #434343;
  line-height: 1.7;
}

.p-form__checkbox input {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.p-form__checkbox input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.25rem;
  transform: translateY(-65%);
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}

.wpcf7-list-item-label{
  display: inline;
}


.wpcf7-list-item-label::before{
  display: none;
}

.wpcf7-list-item-label::after{
  display: none;
}

.p-form__checkbox input span {
  border-bottom: 1px solid #575757;
}

.p-form__checkbox input::after {
  content: "";
  display: block;
  top: 0;
  left: -1.25rem;
  transform: translateY(-100%) rotate(-45deg);
  opacity: 0;
  position: absolute;
  width: 1rem;
  height: 0.625rem;
  display: block;
  border-left: 0.125rem solid #434343;
  border-bottom: 0.125rem solid #434343;
}

.p-form__checkbox input:checked::after {
  opacity: 1;
}

.p-form__checkbox a span{
  border-bottom: 1px solid #000000;
}

.p-form__message {
  margin-top: 2.5rem;
  font-size: 0.6875rem;
  line-height: 1.7;
  text-align: center;
}

.p-form__button {
  margin-top: 1.25rem;
  text-align: center;
}

.p-form__button p {
  text-align: center;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}

.p-header {
  height: 70px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 60px;
  }
}

.p-header__inner {
  height: inherit;
  width: 100%;
  padding-inline: 1.6875rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 0.625rem;
  }
}

.p-header__left {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-header__logo {
  height: inherit;
}

.p-header__logo a {
  display: block;
  max-width: 215px;
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    max-width: 8.125rem;
  }
}

.p-header__logo img {
  padding-right: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    padding-right: 0.625rem;
  }
}

.p-header__message {
  padding-left: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.022em;
  border-left: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .p-header__message {
    padding-left: 0.625rem;
  }
}

.p-header__right {
  height: inherit;
}

.p-header__right-contents {
  height: inherit;
  display: flex;
  gap: 1.25rem;
}

.p-header__nav {
  height: inherit;
}

.p-header__nav-list {
  display: flex;
  height: inherit;
}

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

.p-header__nav-item a {
  padding: 0 1.4375rem;
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: -0.022em;
  position: relative;
}
.p-header__nav-item a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #DB7111;
  border-radius: 9999px;
}

.p-header__button {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-header__tel {
  margin-left: 0.3125rem;
  font-size: 1.6875rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.4814814815;
  letter-spacing: -0.022em;
  display: flex;
  align-items: center;
}

.p-header__tel-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3125rem;
}

.p-header__time {
  margin-top: -0.3125rem;
  padding-inline: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.5384615385;
  letter-spacing: -0.022em;
  background: linear-gradient(to right, #DB7212, #E2982F);
  border-radius: 2.3px;
}

.p-header__time span {
  font-family: "Roboto", sans-serif;
}

.p-header__hamburger {
  position: relative;
  z-index: 999;
  padding: 0 0.9375rem;
  width: 3.75rem;
  height: inherit;
  cursor: pointer;
}

.p-header__hamburger span {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #DB7111;
  transition: 0.5s;
}

.p-header__hamburger.is-open span {
  background-color: #DB7111;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -0.3rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0.3rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0px;
  transform: rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  top: -2px;
  transform: rotate(-45deg);
}

.p-header__drawer {
  position: absolute;
  z-index: 900;
  top: 60px;
  right: -120%;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #FFFFFF;
  overflow-y: scroll;
  scrollbar-width: none;
  transition: right 0.3s ease;
  padding-bottom: 3.125rem;
}

.p-header__drawer.is-open {
  right: 0;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-nav {
  margin-top: 1.875rem;
}

.p-header__drawer-list {
  border-top: 1px solid #D8D8D8;
}

.p-header__drawer-item a {
  display: block;
  padding: 1.25rem 2.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: -0.022em;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.p-header__drawer-item a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.25rem;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #DB7111;
  border-radius: 9999px;
}

.p-header__drawer-link-wrap {
  margin-top: 3.125rem;
  width: 100%;
  text-align: center;
}

.p-header__drawer-link {
  width: 80%;
  height: 7.5rem;
  margin-inline: auto;
  border-radius: 5px 5px 0 0;
  background-color: #EA5413;
  font-size: 1.35rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.5;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-header__drawer-link-mail-icon {
  max-width: 33px;
}

.p-header__drawer-link-tel {
  width: 80%;
  height: 7.5rem;
  margin-inline: auto;
  border-radius: 0 0 5px 5px;
  background-color: #F37944;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-header__drawer-link-tel-text {
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 1.5333333333;
  background-color: #EA5413;
  padding: 0.1875rem 1.75rem 0.25rem;
  border-radius: 15px;
}

.p-header__drawer-link-tel-icon-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.p-header__drawer-link-tel-icon {
  max-width: 24px;
}

.p-header__drawer-link-tel-number {
  margin-top: 0.125rem;
  font-size: 1.35rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.5;
}

.p-header__drawer-link-tel-time {
  margin-top: 0.125rem;
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 1.5333333333;
}

.p-header__drawer-link-tel-time span {
  font-family: "Roboto", sans-serif;
}

.p-insurance-rules__item + .p-insurance-rules__item {
  margin-top: 2.5rem;
}

.p-insurance-rules__details-items {
  margin-top: 1.5rem;
}

.p-insurance-rules__details-title {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.022em;
}

.p-insurance-rules__details-text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: -0.022em;
}

.p-insurance-rules__details-items-list {
  margin-top: 0.125rem;
  counter-reset: insurance-rules__details-items-list;
}

.p-insurance-rules__details-items-item {
  margin-top: 0.875rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1rem;
  line-height: 1.75;
  counter-increment: insurance-rules__details-items-list;
}
.p-insurance-rules__details-items-item::before {
  content: counter(insurance-rules__details-items-list) ".";
  padding-right: 0.5rem;
}

.p-insurance-rules__details-text-list {
  counter-reset: insurance-rules__details-text-list;
}

.p-insurance-rules__details-text-item {
  margin-top: 0.875rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1rem;
  line-height: 1.75;
  counter-increment: insurance-rules__details-items-list;
}
.p-insurance-rules__details-text-item::before {
  content: "(" counter(insurance-rules__details-items-list) ")";
  padding-right: 0.5rem;
}

.number-reset {
  counter-reset: insurance-rules__details-items-list 0;
}

.p-lower-breadcrumb {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-lower-breadcrumb {
    margin-top: 1.875rem;
  }
}

.p-lower-breadcrumb__contents a span {
  padding-inline: 0.4375rem;
  position: relative;
  font-size: 0.775rem;
  font-family: "Roboto", sans-serif;
  color: #333333;
  line-height: 1.7951612903;
  letter-spacing: -0.022em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-lower-breadcrumb__contents a span {
    font-size: 0.625rem;
    line-height: 1.172;
  }
}

.breadcrumb__between {
  display: inline-block;
  padding-bottom: 0.3125rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 0.7px solid #EA5413;
  border-right: 0.7px solid #EA5413;
  transform: rotate(45deg);
}

.current-item {
  padding-left: 0.4375rem;
  position: relative;
  font-size: 0.775rem;
  font-family: "Roboto", sans-serif;
  color: #333333;
  line-height: 1.7951612903;
  letter-spacing: -0.022em;
  text-transform: uppercase;
}

.p-lower {
  margin-top: 4.375rem;
  padding-top: 6.0625rem;
  background-color: #FEFAF7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lower {
    padding-top: 3.125rem;
  }
}

.p-lower-title__img {
  position: absolute;
  top: 2.8125rem;
  left: 0;
  width: 31.375rem;
  height: 34.5625rem;
}
@media screen and (max-width: 767px) {
  .p-lower-title__img {
    width: 18.75rem;
    top: 1.875rem;
  }
}

.p-lower-title__img img {
  width: 100%;
  aspect-ratio: 502/553;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-category {
  margin-top: 2.8125rem;
}

.p-news-category__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-news-category__inner {
    flex-direction: column;
    margin-top: 0.625rem;
  }
}

.p-news-category__text {
  flex-shrink: 0;
  padding-right: 0.3125rem;
  font-size: 0.775rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.7951612903;
  letter-spacing: -0.022em;
}

.p-news-category__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-news-category__list {
    margin-top: 0.625rem;
    row-gap: 0.5rem;
  }
}

.p-news-category__item {
  padding-inline: 0.6875rem;
  font-size: 0.775rem;
  color: #333333;
  line-height: 1.7951612903;
  letter-spacing: -0.022em;
}

.p-news-category__item:not(:last-child) {
  border-right: 1px solid #CACACA;
}

.p-news-contents {
  margin-top: 1.1875rem;
  position: relative;
  z-index: 10;
}

.p-news-content__items {
  border-top: 1px solid #C9C9C9;
}

.p-news-content__link {
  border-bottom: 1px solid #C9C9C9;
  padding: 1.875rem 1.375rem;
  display: flex;
  gap: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-news-content__link {
    flex-direction: column;
  }
}

.p-news-content__img {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news-content__img {
    max-width: initial;
  }
}

.p-news-content__img img {
  width: 100%;
  aspect-ratio: 240/175;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-news-content__title {
  padding-left: 1.3125rem;
  font-size: 1.48125rem;
  font-weight: 700;
  line-height: 1.4978902954;
  position: relative;
}
.p-news-content__title::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.875rem;
  background-image: url(../images/Vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: 0.625rem;
  left: 0;
}

.p-news-content__text {
  margin-top: 0.375rem;
  font-size: 0.98125rem;
  line-height: 1.4968152866;
}
@media screen and (max-width: 767px) {
  .p-news-content__text {
    margin-top: 0.9375rem;
  }
}

.p-news-content__tag-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.125rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-news-content__tag-wrap {
    margin-top: 0.9375rem;
  }
}

.p-news-content__time {
  display: block;
  font-size: 0.98125rem;
  color: #989898;
  line-height: 1.4968152866;
}

.p-news-content__tag {
  font-size: 0.79375rem;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
  background-color: #EA5413;
  border-radius: 9.5px;
  padding-inline: 0.8125rem;
  height: 19px;
}

.p-news-container__pagenavi {
  margin-top: 3.5rem;
  padding-bottom: 5.1875rem;
  text-align: center;
}

.page-numbers {
  margin: 0 0.1875rem;
  padding: 0.9375rem 1.25rem;
  background-color: #EA5413;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  line-height: 1.8;
  border-radius: 9px;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    padding: 0.3125rem 0.625rem;
    border-radius: 5px;
  }
}

.page-numbers.current {
  background-color: #FAD5C5;
  color: #333333;
}
.page-numbers.current:hover {
  opacity: 1;
}

.page-numbers.prev span {
  margin: 0 0.25rem;
  position: relative;
}
.page-numbers.prev span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.3125rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(-135deg);
}

.page-numbers.next span {
  margin: 0 0.25rem;
  position: relative;
}
.page-numbers.next span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.3125rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}

.p-news-detail__contents {
  position: relative;
  z-index: 10;
  max-width: 793px;
  margin-inline: auto;
}

.p-news-detail__contents-title {
  font-size: 2.10625rem;
  font-weight: 700;
  line-height: 1.4985163205;
}

.p-news-detail__contents-tag-wrap {
  display: flex;
  justify-content: flex-end;
}

.p-news-detail__contents-time {
  font-size: 0.98125rem;
  color: #989898;
  line-height: 1.4968152866;
}

.p-news-detail__contents-tag {
  display: block;
  margin-left: 1.125rem;
  padding-inline: 0.8125rem;
  font-size: 0.8125rem;
  color: #FFFFFF;
  line-height: 1.4615384615;
  background-color: #EA5413;
  border-radius: 0.59375rem;
}

.p-news-detail__contents-img {
  max-width: 786px;
  width: 100%;
  height: auto;
}

.p-news-detail__contents-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 786/423;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-detail__contents-sub {
  margin-top: 2.625rem;
  font-size: 0.98125rem;
  line-height: 1.4968152866;
}

.p-news-detail__contents-sub h1 {
  margin-top: 2.625rem;
  font-size: 1.48125rem;
  font-weight: 700;
  line-height: 1.4978902954;
}

.p-news-detail__contents-sub h2 {
  margin-top: 2.5rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4978902954;
}

.p-news-detail__contents-sub h3 {
  margin-top: 2.375rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4978902954;
}

.p-news-detail__contents-sub h4 {
  margin-top: 2.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4978902954;
}

.p-news-detail__contents-sub h5 {
  margin-top: 2.125rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4978902954;
}

.p-news-detail__contents-sub h6 {
  margin-top: 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4978902954;
}

.p-news-detail__contents-sub p {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.5666666667;
}

.p-news-detail__contents-sub ul {
  margin-top: 1.25rem;
}

.p-news-detail__contents-sub li {
  margin-top: 0.3125rem;
  padding-left: 1em;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  position: relative;
}
.p-news-detail__contents-sub li::before {
  position: absolute;
  top: 0.5625rem;
  left: 0;
  content: "";
  margin-right: 6.25rem;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background-color: #EA5413;
}

.p-news-detail__contents-sub img {
  max-width: 786px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-detail__contents-sub pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
}

.p-news-detail__contents-sub .wp-caption {
  width: 100%;
  max-width: 100%;
}




.p-news-detail__pager {
  padding-bottom: 5.125rem;
  margin-top: 1.9375rem;
  padding-top: 2rem;
  border-top: 1px solid #C9C9C9;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-news-detail__pager {
    padding-bottom: 2.5rem;
  }
}

.p-news-detail__pager-item__prev {
  margin-left: 0.9375rem;
  padding-left: 3.4375rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4882352941;
  position: relative;
}
.p-news-detail__pager-item__prev::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0.9375rem;
  transform: translate(0, -50%) rotate(135deg);
}
.p-news-detail__pager-item__prev::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #EA5413;
  border-radius: 50%;
}

.p-news-detail__pager-item__back {
  margin-left: 0.9375rem;
  padding-left: 3.4375rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4882352941;
  position: relative;
}
.p-news-detail__pager-item__back::before {
  content: "";
  position: absolute;
  z-index: 10;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 0.625rem;
  width: 1.1875rem;
  height: 1.1875rem;
  background-image: url(../images/p-news-detail__pager-item__back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-news-detail__pager-item__back::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #EA5413;
  border-radius: 50%;
}

.p-news-detail__pager-item__next {
  margin-right: 0.9375rem;
  padding-right: 3.4375rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4882352941;
  position: relative;
}
.p-news-detail__pager-item__next::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 1.125rem;
  transform: translate(0, -50%) rotate(-45deg);
}
.p-news-detail__pager-item__next::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #EA5413;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-news-detail__pager-item-sp {
    padding-bottom: 2.5rem;
    display: block;
    text-align: center;
  }
}

.p-insurance-rules__item + .p-insurance-rules__item {
  margin-top: 2.5rem;
}

.p-insurance-rules__details-items {
  margin-top: 1.5rem;
}

.p-insurance-rules__details-title {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.022em;
}

.p-insurance-rules__details-text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: -0.022em;
}

.p-insurance-rules__details-items-list {
  margin-top: 0.125rem;
  counter-reset: insurance-rules__details-items-list;
}

.p-insurance-rules__details-items-item {
  margin-top: 0.875rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1rem;
  line-height: 1.75;
  counter-increment: insurance-rules__details-items-list;
}
.p-insurance-rules__details-items-item::before {
  content: counter(insurance-rules__details-items-list) ".";
  padding-right: 0.5rem;
}

.p-insurance-rules__details-text-list {
  counter-reset: insurance-rules__details-text-list;
}

.p-insurance-rules__details-text-item {
  margin-top: 0.875rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1rem;
  line-height: 1.75;
  counter-increment: insurance-rules__details-items-list;
}
.p-insurance-rules__details-text-item::before {
  content: "(" counter(insurance-rules__details-items-list) ")";
  padding-right: 0.5rem;
}

.number-reset {
  counter-reset: insurance-rules__details-items-list 0;
}

.p-side-button {
  position: fixed;
  top: 31vh;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-side-button {
    top: initial;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
  }
}

.p-top-company {
  padding-top: 3.125rem;
  background-color: #FEFAF7;
}

.p-top-company__title-wrap {
  text-align: center;
}

.p-top-company__contents {
  margin-top: 2rem;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 3.1875rem 8.4375rem 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__contents {
    padding: 1.25rem 0.9375rem;
  }
}

.p-top-company__list:first-child {
  border-top: 1px solid #D8D8D8;
}

.p-top-company__list {
  padding-top: 1.4375rem;
  padding-bottom: 1.5rem;
  display: flex;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-top-company__list {
    flex-direction: column;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.p-top-company__heading {
  flex-shrink: 0;
  max-width: 200px;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1.5333333333;
}
@media screen and (max-width: 767px) {
  .p-top-company__heading {
    max-width: initial;
  }
}

.p-top-company__text {
  padding-right: 1.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.03em;
}

.p-top-company__list-map {
  background-color: rgba(234, 84, 19, 0.8);
  padding: 0.3125rem 1.625rem 0.3125rem 0.5625rem;
  margin-left: 2.625rem;
  display: inline-block;
  font-size: 0.664375rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5051740357;
  border-radius: 2px;
  position: relative;
}
.p-top-company__list-map::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 0.8125rem;
  height: 1px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-top-company__list-map {
    margin-left: 0;
    margin-top: 0.3125rem;
  }
}

.p-top-company__text span {
  font-weight: 700;
}

.p-top-company__text-span {
  display: block;
  margin-top: 0.625rem;
}

.p-top-company__title-sub-en {
  margin-top: 1.6875rem;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #EA5413;
  line-height: 1.7777777778;
  letter-spacing: -0.022em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-company__title-sub-en {
    text-align: center;
  }
}

.p-top-company__title-sub-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .p-top-company__title-sub-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.p-top-company__title-sub {
  margin-top: -0.3125rem;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.493;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-top-company__title-sub {
    text-align: center;
  }
}

.p-top-company__title-sub-text {
  font-size: 0.96875rem;
  font-weight: 500;
  line-height: 1.4980645161;
  margin-bottom: 0.5rem;
}

.p-top-company__list-link {
  border-bottom: 1px solid #000000;
  display: flex;
  display: inline-block;
}

.p-top-company__list-link img {
  width: 1.25rem;
  margin-left: 1.25rem;
}

.p-top-company__map {
  width: 100%;
  margin-top: 0.25rem;
}

.p-top-company__map iframe {
  width: 100%;
  height: 28rem;
}

.p-top-insurance-company {
  padding-top: 4.8125rem;
  padding-bottom: 5.875rem;
  background-color: #FEFAF7;
}
@media screen and (max-width: 767px) {
  .p-top-insurance-company {
    padding-top: 4.375rem;
    padding-bottom: 3.125rem;
  }
}

.p-top-insurance-company__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.375rem;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-insurance-company__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-top-insurance-company__item {
  background-color: #FFFFFF;
  border-radius: 10.45px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 335px;
  width: 100%;
  height: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-insurance-company__item {
    margin-inline: auto;
    padding-inline: 0.625rem;
  }
}

.p-top-insurance-company__img1 {
  max-width: 186px;
  width: 100%;
}

.p-top-insurance-company__img1 img {
  width: 100%;
  aspect-ratio: 186/59;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-insurance-company__img2 {
  max-width: 290px;
  width: 100%;
}

.p-top-insurance-company__img2 img {
  width: 100%;
  aspect-ratio: 290/92;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-insurance-company__img3 {
  max-width: 210px;
  width: 100%;
}

.p-top-insurance-company__img3 img {
  width: 100%;
  aspect-ratio: 210/55;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-insurance-company__img4 {
  max-width: 239px;
  width: 100%;
}

.p-top-insurance-company__img4 img {
  width: 100%;
  aspect-ratio: 239/106;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-insurance-company__img5 {
  max-width: 177px;
  width: 100%;
}

.p-top-insurance-company__img5 img {
  width: 100%;
  aspect-ratio: 177/74;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv {
  margin-top: 4.375rem;
  height: calc(100vh - 70px);
  min-height: 600px;
  background-color: #FEFAF7;
  overflow: hidden;
  position: relative;
  z-index: -10;
}
@media screen and (max-width: 999px) {
  .p-top-mv {
    height: calc(100vh - 60px);
    min-height: 400px;
    margin-top: 3.75rem;
  }
}

.p-top-mv__inner {
  height: inherit;
  min-height: inherit;
}

.p-top-mv__img {
  width: 100%;
  height: calc((100vh - 70px) * 0.85);
  min-height: inherit;
}

.p-top-mv__img img {
  aspect-ratio: 1110/674;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  width: 81vw;
  height: inherit;
  min-height: inherit;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 999px) {
  .p-top-mv__img img {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

.p-top-mv__heading-wrap {
  position: absolute;
  z-index: 2;
  bottom: 41%;
  left: 1.875rem;
}
@media screen and (max-width: 999px) {
  .p-top-mv__heading-wrap {
    top: initial;
    bottom: 1.875rem;
    left: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading-wrap {
    top: initial;
    bottom: 1.875rem;
  }
}

.p-top-mv__heading {
  margin-top: 1.25rem;
  padding-inline: 1.25rem;
  font-size: 3.3125rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 77px;
  letter-spacing: -0.022em;
  background: linear-gradient(to right, #DB7212, #E2982F);
  border-radius: 4.72px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 50px;
  }
}

.p-top-mv__background-img {
  position: absolute;
  z-index: -1;
  top: 10.75rem;
  left: 0;
  width: 31.375rem;
  height: 34.5625rem;
}

.p-top-mv__background-img img {
  width: 100%;
  aspect-ratio: 502/553;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-news {
  padding-top: 8.9375rem;
  background-color: #FEFAF7;
}

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


.p-top-news__title-wrap {
  text-align: center;
}

.p-top-news__items {
  margin-top: 1.75rem;
}

.p-top-news__item:not(:first-child) {
  margin-top: 0.9375rem;
}

.p-top-news__item {
  margin-inline: auto;
  width: 100%;
  max-width: 856px;
  background-color: #FFFFFF;
  border-radius: 35px;
  position: relative;
}
.p-top-news__item::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9375rem;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #EA5413;
  border-radius: 9999px;
}
.p-top-news__item::after {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 1.2px solid #EA5413;
  border-right: 1.2px solid #EA5413;
  transform: rotate(45deg) translateY(-45%);
}

.p-top-news__item-link {
  padding: 1.125rem 3.125rem 1.125rem 1.5rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-news__item-link {
    flex-direction: column;
  }
}

.p-top-news__item-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}

.p-top-news__item-time {
  font-size: 0.91625rem;
  color: #EA5413;
  line-height: 1.5006821282;
}

.p-top-news__item-tag {
  display: block;
  margin-left: 1.4375rem;
  padding-inline: 0.8125rem;
  font-size: 0.8125rem;
  color: #FFFFFF;
  line-height: 1.499605367;
  background-color: #EA5413;
  border-radius: 0.59375rem;
}

.p-top-news__item-text {
  margin-left: 1.4375rem;
  font-size: 0.91625rem;
  color: #333333;
  line-height: 1.5006821282;
}
@media screen and (max-width: 767px) {
  .p-top-news__item-text {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

.p-top-news__btn-wrap {
  text-align: center;
  margin-top: 2.875rem;
}

.p-top-product {
  padding-top: 11.75rem;
  background-color: #FEFAF7;
}
@media screen and (max-width: 767px) {
  .p-top-product {
    padding-top: 4.375rem;
  }
}

.p-top-product__title-wrap {
  text-align: center;
}

.p-top-product__items {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.0625rem;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-product__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.p-top-product__item {
  max-width: 480px;
  padding: 4.3125rem 2.3125rem 2.125rem 1.75rem;
  background-color: #FFFFFF;
  border-radius: 15px;
  position: relative;
}
.p-top-product__item::before {
  position: absolute;
  top: -2.1875rem;
  left: -1.5625rem;
  content: "";
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 9999px;
  background-color: #FEFAF7;
}
@media screen and (max-width: 767px) {
  .p-top-product__item {
    margin-inline: auto;
    padding-inline: 0.9375rem;
  }
}

.p-top-product__number {
  position: absolute;
  top: -1.875rem;
  left: -1.25rem;
  font-size: 3.0625rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  line-height: 1.8163265306;
  letter-spacing: 0.022em;
  background: linear-gradient(to right, #DB7212, #E2982F);
  border-radius: 50%;
  width: 5.4375rem;
  height: 5.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-product__number {
    font-size: 2.25rem;
    line-height: 1.9444444444;
    width: 4.375rem;
    height: 4.375rem;
    left: 0;
    top: -0.625rem;
  }
}

.p-top-product__heading {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.4904761905;
  letter-spacing: -0.022em;
}
@media screen and (max-width: 767px) {
  .p-top-product__heading {
    font-size: 2.0625rem;
    line-height: 1.5151515152;
  }
}

.p-top-product__heading span {
  color: #EA5413;
}

.p-top-product__heading.p-top-product__heading--green span {
  color: #158974;
}

.p-top-product__message {
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.022em;
}

.p-top-product__text-wrap {
  margin-top: 0.9375rem;
  padding-left: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-product__text-wrap {
    padding-left: 2rem;
  }
}

.p-top-product__text {
  margin-top: 0.5625rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.022em;
  position: relative;
}
.p-top-product__text::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/top-product__text-vector.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.875rem;
}

.p-top-product__text2 {
  margin-top: 0.5625rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.022em;
  position: relative;
}
.p-top-product__text2::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/top-product__text-vector2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.875rem;
}

.p-top-product__img {
  position: absolute;
  z-index: 10;
  top: -2.1875rem;
  right: 2.1875rem;
  width: 100%;
  max-width: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-product__img {
    max-width: 5.625rem;
  }
}

.p-top-product__img img {
  width: 100%;
  aspect-ratio: 122/126;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-product__img2 {
  position: absolute;
  z-index: 10;
  top: -1.5625rem;
  right: 0.9375rem;
  width: 100%;
  max-width: 8.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-product__img2 {
    max-width: 6.875rem;
  }
}

.p-top-product__img2 img {
  width: 100%;
  aspect-ratio: 142/103;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-service {
  padding-top: 5.8125rem;
  padding-bottom: 4.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-top: 4.375rem;
    padding-bottom: 3.125rem;
  }
}

.p-top-service__message {
  width: 42.767764%;
  padding-left: 0.5rem;
  margin-top: 1.5625rem;
  font-size: 1.15625rem;
  font-weight: 700;
  line-height: 1.5005405405;
  letter-spacing: -0.022em;
}
@media screen and (max-width: 767px) {
  .p-top-service__message {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}

.p-top-service__message span {
  color: #EA5413;
}

.p-top-service__img {
  position: absolute;
  z-index: 10;
  top: 77px;
  right: 0;
  width: 52.781845%;
  height: 34.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__img {
    position: static;
    width: 100%;
    max-width: 100%;
    height: 75%;
    margin-top: 0.625rem;
  }
}

.p-top-service__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 924/549;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.p-top-staff {
  padding-top: 4.4375rem;
  background-color: #FEFAF7;
}

.p-top-staff__title-wrap {
  text-align: center;
}

.p-top-staff__items {
  margin-top: 2.375rem;
}

.p-top-staff__item {
  padding: 0.8125rem 2.8125rem 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-staff__item {
    flex-direction: column;
    padding: 0.8125rem 1.25rem 0.75rem;
  }
}

.p-top-staff__item:not(:first-child) {
  margin-top: 1.3125rem;
}

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

.p-top-staff__img img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 281/226;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-staff__contents{
  width: 100%;
}

.p-top-staff__position {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
}

.p-top-staff__name {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #EA5413;
  padding-bottom: 0.4375rem;
  display: flex;
  align-items: center;
  width: 100%;
}

.p-top-staff__name span {
  margin-left: 1.0625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  display: inline-block;
}

.p-top-staff__text {
  margin-top: 0.75rem;
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: -0.01em;
}

.p-top-product__number--green {
  background: linear-gradient(to right, #3CBCA5, #158974);
}
/*# sourceMappingURL=style.css.map */

.p-top-company__space {
  padding-top: 2.6875rem;
}

.p-top-company__space-text {
  margin-top: 0.875rem;
  padding-left: 0.125rem;
  padding-right: 1.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.p-top-company__space-text-item {
  position: relative;
  padding-left: 1.5rem;
}

.p-top-company__space-text-item::before {
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  background-color: #333333;
}

.p-top-company__space-img-wrap {
  margin-top: 1.25rem;
  display: flex;
  gap: 1.125rem;
}

.p-top-company__space-img1 {
  width: 57.12383%;
}

.p-top-company__space-img1 img{
  aspect-ratio: 429/314;
  object-fit: cover;
  width: 100%;
}

.p-top-company__space-img2 {
  width: 40.21305%;
}

.p-top-company__space-img2 img{
  aspect-ratio: 302/315;
  object-fit: cover;
  width: 100%;
}


