@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1290px) {
  html {
    font-size: 1.2403100775vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #121212;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-display: swap;
}

a:hover,
button:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a,
  button {
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  height: auto;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-2column__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-2column__head {
  margin-bottom: 3.5rem;
}

.l-2column__body {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-2column__body {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.l-2column__body.--aic {
  align-items: center;
}

.l-2column__image {
  width: 34.5rem;
  height: auto;
  max-width: 100%;
}
.l-2column__image img {
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-2column__image {
    width: 100%;
  }
}

.l-2column__content {
  flex: 1;
}

.l-2column__header {
  margin-bottom: 0.625rem;
}

.l-2column__text + .l-2column__text {
  margin-top: 1rem;
}
.l-2column__text {
  margin-bottom: 1.5rem;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1290px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-inner.--narrow {
  width: 72.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner.--narrow {
    width: 100%;
  }
}

.l-section {
  padding-block: 6.25rem;
}

.c-1k__sub {
  color: #FF5500;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.19em;
}

.c-1k__main {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.05em;
  color: #FF5500;
}
@media screen and (max-width: 767px) {
  .c-1k__main {
    font-size: 2.5rem;
  }
}

.c-1k {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.c-1k::after {
  content: "";
  display: inline-block;
  width: 1.4375rem;
  height: 3.25rem;
  background-image: url(../images/fv-price-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -1.875rem;
  bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-1k::after {
    right: 0;
    height: 2.5rem;
    bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-1k {
    width: 5rem;
  }
}

.c-1k.--big::after {
  width: 2.25rem;
  height: 4.875rem;
  right: -2.5rem;
  bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-1k.--big::after {
    width: 1.4375rem;
    height: 3rem;
    right: 0;
    bottom: 0.25rem;
  }
}

.c-1k.--big .c-1k__main {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .c-1k.--big .c-1k__main {
    font-size: 2.5rem;
  }
}

.c-1k.--big .c-1k__sub {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-1k.--big .c-1k__sub {
    font-size: 0.75rem;
  }
}

.c-area {
  padding-block: 6.25rem;
  background-image: url(../images/area-bg.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-area {
    padding-block: 2.5rem;
  }
}

.c-area__inner {
  width: 72.625rem;
}
@media screen and (max-width: 767px) {
  .c-area__inner {
    width: auto;
  }
}

.c-area__header {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-area__header {
    flex-direction: column;
    gap: 2rem;
    margin-top: 0;
  }
}

.c-area__header-content {
  flex: 1;
  position: relative;
}
.c-area__header-content::before {
  content: "";
  display: block;
  width: 7.5rem;
  height: 5rem;
  background-image: url(../images/reason-broom.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -2.25rem;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .c-area__header-content::before {
    width: 4.25rem;
    height: 3.25rem;
    top: -1rem;
    right: 0;
  }
}

.c-area__map {
  flex-shrink: 0;
  width: 36.3125rem;
}
.c-area__map img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-area__map {
    width: 100%;
  }
}

.c-area__title {
  margin-bottom: 1.5rem;
}

.c-area__catch {
  text-align: center;
  color: #fff;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.5rem;
  z-index: 10;
  position: relative;
  margin-bottom: 2rem;
}
.c-area__catch::before {
  content: "東京全域でサービス対応します";
  display: block;
  width: 100%;
  color: #006694;
  text-align: center;
  -webkit-text-stroke: 0.25rem #006694;
  text-stroke: 0.25rem #006694;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-area__catch {
    font-size: 2rem;
    margin-top: 0;
  }
  .c-area__catch::before {
    content: "東京全域で\aサービス対応します";
    white-space: pre;
  }
}

.c-area__text {
  font-size: 1rem;
  line-height: 1.8;
}
.c-area__text + .c-area__text {
  margin-top: 1.5rem;
}

.c-area__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
  margin-inline: auto;
  padding: 1rem 3rem;
  background-color: #006694;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border: none;
  border-radius: 3.75rem;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.c-area__toggle:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .c-area__toggle {
    font-size: 1rem;
    padding: 0.875rem 2rem;
    width: 100%;
    max-width: 25rem;
  }
}

.c-area__toggle-icon {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.c-area__toggle[aria-expanded=true] .c-area__toggle-icon {
  transform: rotate(-135deg);
}

.c-area__list-wrap {
  margin-top: 1.5rem;
  background-color: #fafafa;
  padding-block: 2.25rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-area__list-wrap {
    margin-top: 1.25rem;
    padding-block: 1.5rem;
    padding-inline: 0.75rem;
  }
}

.c-area__region + .c-area__region {
  margin-top: 1.5rem;
}

.c-area__region-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.625rem 0.75rem;
  border-bottom: 0.125rem solid #006694;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-area__region-title {
    font-size: 1.5rem;
    padding: 0.75rem 0.625rem;
  }
}

.c-area__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.c-area__city a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.c-area__city a:hover {
  background-color: #E6F7FF;
  color: #006694;
}
@media screen and (max-width: 767px) {
  .c-area__city a {
    font-size: 1rem;
    padding: 0.5rem 0.125rem;
    text-align: center;
  }
}

.c-article-authority {
  border: 0.125rem solid #006694;
  border-radius: 0.375rem;
  padding: 1.75rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-authority {
    padding: 1rem 0.875rem;
  }
}

.c-article-authority + .c-article-authority {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-authority + .c-article-authority {
    margin-top: 1.5rem;
  }
}

.c-article-authority__inner {
  display: flex;
  flex-direction: column;
}

.c-article-authority__content {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-article-authority__content {
    flex-direction: column;
    row-gap: 0.875rem;
  }
}

.c-article-authority__image {
  width: 23.75rem;
  max-width: 42%;
  aspect-ratio: 16/9;
  border-radius: 0.1875rem;
  overflow: hidden;
  background-color: #d9d9d9;
}
.c-article-authority__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-article-authority__image {
    width: 100%;
    max-width: 100%;
  }
}

.c-article-authority__content-right {
  flex: 1;
}

.c-article-authority__role,
.c-article-authority__text {
  font-size: 1rem;
  line-height: 1.5;
}

.c-article-authority__role {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.c-article-authority__name {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #006694;
  color: #fff;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-article-authority__name {
    margin-bottom: 0.625rem;
  }
}

.c-ba-arrow {
  position: relative;
}
.c-ba-arrow::before {
  content: "";
  display: block;
  width: 13.75rem;
  height: 10rem;
  background-image: url(../images/fv-arrow.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-ba-arrow::before {
    width: 6rem;
    height: 4rem;
  }
}

.c-banner__link {
  display: block;
  width: 100%;
  height: auto;
}

.c-billing {
  padding-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .c-billing {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.c-billing__bg {
  padding-block: 6.25rem;
  border-radius: 0.625rem;
  background-image: url(../images/grid-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
  border: 0.1875rem solid #0095D8;
}
@media screen and (max-width: 767px) {
  .c-billing__bg {
    padding-block: 2.5rem;
    border: 0.125rem solid #0095D8;
    padding-inline: 1rem;
    background-image: url(../images/grid-bg-sp.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.c-billing__container {
  width: 71.375rem;
  max-width: 100%;
  padding-inline: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-billing__container {
    padding-block: 0;
  }
}

.c-billing__section-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .c-billing__section-title.c-leaf-deco::before {
    content: none;
  }
  .c-billing__section-title.c-leaf-deco::after {
    content: none;
  }
}

.c-billing__lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-billing__lead {
    font-size: 1rem;
    margin-top: 2rem;
    letter-spacing: -0.03em;
  }
}

.c-billing__wrapper {
  display: flex;
  margin-top: 4.625rem;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-billing__wrapper {
    display: block;
    margin-top: 2rem;
  }
}

.c-billing__image {
  width: 34.125rem;
}
@media screen and (max-width: 767px) {
  .c-billing__image {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.c-billing__content {
  flex: 1;
}

.c-billing__attention {
  background-color: #006694;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  width: 100%;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-billing__attention {
    font-size: 1rem;
    padding-block: 0.6875rem;
  }
}

.c-billing__attention-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-billing__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .c-billing__text {
    margin-top: 1.5rem;
  }
}

.c-billing__button-area {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-billing__button-area {
    margin-top: 1.5rem;
  }
}

.c-billing__button {
  margin-inline: auto;
}

.c-billing__items {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-billing__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
    margin-top: 1.5rem;
    justify-content: space-between;
  }
}

.c-billing__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0.375rem;
  background-color: #E6F7FF;
  width: 15.875rem;
  height: 15.875rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-billing__item {
    width: 100%;
    height: 8.625rem;
    margin-inline: auto;
    background-color: transparent;
    height: auto;
  }
}

.c-billing__item-image {
  width: 7.25rem;
}
@media screen and (max-width: 767px) {
  .c-billing__item-image {
    width: 8.625rem;
    background-color: #E6F7FF;
    border-radius: 50%;
    padding: 2rem;
  }
}

.c-billing__item-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-billing__item-text {
    font-size: 1rem;
  }
}

.c-billing__header {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-billing__header {
    margin-top: 3rem;
    white-space: nowrap;
  }
}

.c-billing__table,
.c-billing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.125rem;
  margin-top: 2.5rem;
  background-color: #fff;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .c-billing__table,
  .c-billing-table {
    margin-top: 1.5rem;
  }
}

.c-billing__table-header,
.c-billing-table__header {
  background-color: #006694;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 1.25rem 1rem;
  border: 0.0625rem solid #006694;
}
.c-billing__table-header:first-child,
.c-billing-table__header:first-child {
  width: 14.25rem;
}
@media screen and (max-width: 767px) {
  .c-billing__table-header:first-child,
  .c-billing-table__header:first-child {
    width: 4.5rem;
  }
}
.c-billing__table-header:nth-child(2), .c-billing__table-header:nth-child(3),
.c-billing-table__header:nth-child(2),
.c-billing-table__header:nth-child(3) {
  width: calc((100% - 14.25rem) / 2);
}
@media screen and (max-width: 767px) {
  .c-billing__table-header:nth-child(2), .c-billing__table-header:nth-child(3),
  .c-billing-table__header:nth-child(2),
  .c-billing-table__header:nth-child(3) {
    width: calc((100% - 4.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-billing__table-header,
  .c-billing-table__header {
    font-size: 1rem;
    padding: 0.3125rem 0;
  }
}

.c-billing__table-cell,
.c-billing-table__cell {
  background-color: #F4FCFF;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  padding: 1.25rem 1rem;
  border: 0.0625rem solid #006694;
}
.c-billing__table-cell:nth-child(2), .c-billing__table-cell:nth-child(3),
.c-billing-table__cell:nth-child(2),
.c-billing-table__cell:nth-child(3) {
  width: calc((100% - 14.25rem) / 2);
}
@media screen and (max-width: 767px) {
  .c-billing__table-cell:nth-child(2), .c-billing__table-cell:nth-child(3),
  .c-billing-table__cell:nth-child(2),
  .c-billing-table__cell:nth-child(3) {
    width: calc((100% - 4.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-billing__table-cell,
  .c-billing-table__cell {
    font-size: 1rem;
    padding: 0.3125rem 0.5rem;
  }
}

.c-billing__table-body .c-billing__table-row:nth-child(2) .c-billing__table-cell:nth-child(2), .c-billing__table-body .c-billing__table-row:nth-child(2) .c-billing__table-cell:nth-child(3),
.c-billing__table-body .c-billing__table-row:nth-child(2) .c-billing-table__cell:nth-child(2),
.c-billing__table-body .c-billing__table-row:nth-child(2) .c-billing-table__cell:nth-child(3), .c-billing__table-body .c-billing__table-row:nth-child(4) .c-billing__table-cell:nth-child(2), .c-billing__table-body .c-billing__table-row:nth-child(4) .c-billing__table-cell:nth-child(3),
.c-billing__table-body .c-billing__table-row:nth-child(4) .c-billing-table__cell:nth-child(2),
.c-billing__table-body .c-billing__table-row:nth-child(4) .c-billing-table__cell:nth-child(3),
.c-billing__table-body .c-billing-table__row:nth-child(2) .c-billing__table-cell:nth-child(2),
.c-billing__table-body .c-billing-table__row:nth-child(2) .c-billing__table-cell:nth-child(3),
.c-billing__table-body .c-billing-table__row:nth-child(2) .c-billing-table__cell:nth-child(2),
.c-billing__table-body .c-billing-table__row:nth-child(2) .c-billing-table__cell:nth-child(3),
.c-billing__table-body .c-billing-table__row:nth-child(4) .c-billing__table-cell:nth-child(2),
.c-billing__table-body .c-billing-table__row:nth-child(4) .c-billing__table-cell:nth-child(3),
.c-billing__table-body .c-billing-table__row:nth-child(4) .c-billing-table__cell:nth-child(2),
.c-billing__table-body .c-billing-table__row:nth-child(4) .c-billing-table__cell:nth-child(3),
.c-billing-table__body .c-billing__table-row:nth-child(2) .c-billing__table-cell:nth-child(2),
.c-billing-table__body .c-billing__table-row:nth-child(2) .c-billing__table-cell:nth-child(3),
.c-billing-table__body .c-billing__table-row:nth-child(2) .c-billing-table__cell:nth-child(2),
.c-billing-table__body .c-billing__table-row:nth-child(2) .c-billing-table__cell:nth-child(3),
.c-billing-table__body .c-billing__table-row:nth-child(4) .c-billing__table-cell:nth-child(2),
.c-billing-table__body .c-billing__table-row:nth-child(4) .c-billing__table-cell:nth-child(3),
.c-billing-table__body .c-billing__table-row:nth-child(4) .c-billing-table__cell:nth-child(2),
.c-billing-table__body .c-billing__table-row:nth-child(4) .c-billing-table__cell:nth-child(3),
.c-billing-table__body .c-billing-table__row:nth-child(2) .c-billing__table-cell:nth-child(2),
.c-billing-table__body .c-billing-table__row:nth-child(2) .c-billing__table-cell:nth-child(3),
.c-billing-table__body .c-billing-table__row:nth-child(2) .c-billing-table__cell:nth-child(2),
.c-billing-table__body .c-billing-table__row:nth-child(2) .c-billing-table__cell:nth-child(3),
.c-billing-table__body .c-billing-table__row:nth-child(4) .c-billing__table-cell:nth-child(2),
.c-billing-table__body .c-billing-table__row:nth-child(4) .c-billing__table-cell:nth-child(3),
.c-billing-table__body .c-billing-table__row:nth-child(4) .c-billing-table__cell:nth-child(2),
.c-billing-table__body .c-billing-table__row:nth-child(4) .c-billing-table__cell:nth-child(3) {
  background-color: #fff;
}

.c-billing__table-cell--highlight,
.c-billing-table__cell--highlight {
  border: 0.1875rem solid #006694;
  background-color: #E6F7FF;
}

.c-breadcrumb {
  padding-block: 0.75rem;
  margin-bottom: 4.75rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 2rem;
  }
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1;
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "＞";
  color: #9b9b9b;
  font-size: 0.75rem;
  margin-left: 0.25rem;
}

.c-breadcrumb__link {
  color: #9b9b9b;
  text-decoration: none;
}
.c-breadcrumb__link:hover {
  text-decoration: underline;
}

.c-breadcrumb__current {
  color: #006694;
}

.c-button {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  padding-block: 1.4375rem;
  background-color: #FF7700;
  border-radius: 3.75rem;
  border: 0.125rem solid #fff;
  width: 32.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-button:hover {
  transform: translate(0.25rem, 0.25rem);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.75rem;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../images/button-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-button::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1rem;
    min-width: 18.375rem;
    padding-block: 0.875rem;
    width: auto;
    height: 3rem;
  }
}

.c-button.--small {
  width: 25rem;
}
.c-button.--small::after {
  right: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-button.--small::after {
    right: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button.--small {
    width: 18.375rem;
  }
}

.c-button.--blue {
  background-color: #006694;
}

.c-card__title {
  text-align: center;
}

.c-card {
  padding-inline: 1.5rem;
  border-radius: 0.375rem;
  flex: 0 0 calc((100% - 2.5rem) / 3);
}
@media screen and (max-width: 767px) {
  .c-card {
    padding-top: 0.5rem;
    padding-inline: 0.5rem;
    padding-bottom: 1rem;
    flex: 0 0 100%;
  }
}

.c-card.--border {
  border: 0.125rem solid #FAAA8C;
  padding: 1.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card.--border {
    padding-top: 0.5rem;
    padding-inline: 0.5rem;
    padding-bottom: 1rem;
  }
}

.c-card__image {
  border-radius: 0.1875rem;
  overflow: hidden;
}

.c-card__header {
  margin-top: 1.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__header {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.c-card__text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: center;
}

.c-card__text.--big {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card__text.--big {
    font-size: 1.125rem;
  }
}

.c-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 2.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-cards {
    row-gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.c-cards > li {
  flex: 0 0 calc((100% - 2.5rem) / 3);
}
@media screen and (max-width: 767px) {
  .c-cards > li {
    flex: 0 0 100%;
  }
}

.c-cards.--staff {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.c-cards.--staff > li {
  flex: 0 0 calc((100% - 2.5rem) / 2);
}
@media screen and (max-width: 767px) {
  .c-cards.--staff > li {
    flex: 0 0 100%;
  }
}

.c-compare-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .c-compare-table-wrapper {
    -webkit-overflow-scrolling: touch;
  }
}

.c-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.625rem;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .c-compare-table {
    min-width: 40rem;
    border-spacing: 0.375rem;
  }
}

.c-compare-table__col-head {
  background-color: #006694;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  height: 6.25rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-compare-table__col-head {
    font-size: 0.9375rem;
    height: auto;
    padding: 0.75rem 0.5rem;
  }
}

.c-compare-table__col-head.--empty {
  background-color: transparent;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .c-compare-table__col-head.--empty {
    width: 7.5rem;
  }
}

.c-compare-table__col-head.--light {
  background-color: #318db6;
}

.c-compare-table__row-head {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  height: 5.5rem;
  width: 25%;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-compare-table__row-head {
    font-size: 0.8125rem;
    height: auto;
    padding: 0.625rem 0.5rem;
  }
}

.c-compare-table__cell {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  height: 5.5rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-compare-table__cell {
    font-size: 0.75rem;
    height: auto;
    padding: 0.625rem 0.5rem;
  }
}

.c-compare-table tbody tr:nth-child(odd) .c-compare-table__row-head,
.c-compare-table tbody tr:nth-child(odd) .c-compare-table__cell {
  background-color: #E6F7FF;
}

.c-compare-table tbody tr:nth-child(even) .c-compare-table__row-head,
.c-compare-table tbody tr:nth-child(even) .c-compare-table__cell {
  background-color: #f5f5f5;
}

.c-component {
  padding-top: 12.5rem;
}

.c-cta-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.6875rem 0.625rem;
  border-radius: 0.3125rem;
  min-width: 13rem;
  width: 100%;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-cta-button:hover {
  opacity: 0.6;
}

.c-cta-button.--tel {
  background-color: #0088D6;
}

.c-cta-button.--mail {
  background-color: #FF7700;
}

.c-cta-button__title {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.4375rem;
  color: #fff;
}

.c-cta-button__main {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.c-cta-button__text {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.c-cta-button__main::before {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
}

.c-cta-button.--tel .c-cta-button__main {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
}

.c-cta-button.--tel .c-cta-button__main::before {
  background-image: url(../images/tel-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.c-cta-button.--mail .c-cta-button__main::before {
  background-image: url(../images/mail-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.c-cta {
  overflow: hidden;
  background: url(../images/cta-bg.webp) center/cover no-repeat;
  height: 33.375rem;
}
@media screen and (max-width: 767px) {
  .c-cta {
    height: auto;
    padding-bottom: 2.5rem;
  }
}

.p-cta__inner {
  position: relative;
}

.c-cta__person {
  position: absolute;
  left: -3rem;
  bottom: -15.625rem;
  z-index: 2;
  margin: 0;
  pointer-events: none;
}
.c-cta__person img {
  display: block;
  width: 22.125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-cta__person img {
    width: 9.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__person {
    left: 0;
    right: auto;
    bottom: auto;
    top: -2.25rem;
  }
}

.c-cta__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.c-cta__content {
  padding-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .c-cta__content {
    padding-top: 2.5rem;
  }
}

.c-cta__badges {
  display: flex;
  justify-content: center;
  margin-bottom: 1.8125rem;
  -moz-column-gap: 2.625rem;
       column-gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .c-cta__badges {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    margin-bottom: 3.125rem;
  }
}

.c-cta__badge {
  display: flex;
  align-items: space-between;
  gap: 0.625rem;
  width: 23.75rem;
  position: relative;
}
.c-cta__badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.75rem;
  height: 5.75rem;
  background-image: url(../images/leaf-deco.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-cta__badge::before {
    width: 2.1875rem;
    height: 4.625rem;
  }
}
.c-cta__badge::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.75rem;
  height: 5.75rem;
  background-image: url(../images/leaf-deco.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .c-cta__badge::after {
    width: 2.1875rem;
    height: 4.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__badge {
    width: 10.375rem;
  }
}

.c-cta__badge-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
  padding-top: 0.5625rem;
  width: 100%;
}

.c-cta__badge-label {
  display: block;
  background-color: #006694;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0 1rem;
  width: 8.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta__badge-label {
    font-size: 1rem;
    width: auto;
    padding: 0 0.5rem;
  }
}

.c-cta__badge-text {
  color: #006694;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-cta__badge-text {
    font-size: 1.5rem;
  }
}

.c-cta__title {
  font-size: 4rem;
  font-weight: 900;
  color: #006694;
  line-height: 5.5625rem;
  text-align: center;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-cta__title {
    font-size: 2rem;
    line-height: 1.375;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

.c-cta__title-accent {
  color: #FF5500;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__title-accent {
    font-size: 2.5rem;
  }
}

.c-cta__box {
  background-color: #006694;
  display: flex;
  align-items: flex-end;
  gap: 5.125rem;
  margin-left: 8.0625rem;
  margin-right: 6.4375rem;
  padding: 1.9375rem 1.625rem 2.125rem 10.5rem;
  position: relative;
}
.c-cta__box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 37%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  width: 0.125rem;
  height: 4.5rem;
  background-color: #fff;
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-cta__box::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__box {
    flex-direction: column;
    gap: 0.875rem;
    margin: 0;
    padding: 0;
    background-color: transparent;
    align-items: stretch;
  }
}

.c-cta__tel {
  flex: none;
  width: 26.75rem;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.c-cta__tel:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .c-cta__tel {
    width: auto;
    background-color: #006694;
    padding: 1.5rem 1rem;
  }
}

.c-cta__tel-label {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta__tel-label {
    font-size: 1.25rem;
  }
}

.c-cta__tel-number-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.c-cta__tel-icon {
  width: 2.5rem;
  flex-shrink: 0;
}

.c-cta__tel-number {
  color: #fff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-decoration: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .c-cta__tel-number {
    font-size: 2rem;
  }
}

.c-cta__mail {
  flex: 1;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.c-cta__mail:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .c-cta__mail {
    background-color: #006694;
    padding: 1.5rem 1rem;
  }
}

.c-cta__mail-label {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta__mail-label {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}

.c-cta__mail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-cta__mail-link {
    margin-bottom: 0.625rem;
  }
}

.c-cta__mail-icon {
  width: 1.875rem;
  flex-shrink: 0;
}

.c-cta__mail-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../images/button-arrow.svg);
  flex-shrink: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.c-cta__info-bar {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-inline: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #006694;
  font-size: 1rem;
}

.c-cta__info-badge {
  position: relative;
  font-weight: 700;
  color: #121212;
  padding-left: 0.875rem;
}
.c-cta__info-badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  height: 0.5rem;
  width: 0.5rem;
  background-color: #FAAA8C;
}

.p-cta-sidebar {
  height: 32.5rem;
  padding-bottom: 1.5rem;
  padding-inline: 0.75rem;
}

.p-cta-sidebar .c-cta__inner {
  max-width: none;
  padding: 0;
}

.p-cta-sidebar .c-cta__person {
  left: 1rem;
  right: auto;
  bottom: auto;
  top: -1.5rem;
}
.p-cta-sidebar .c-cta__person img {
  width: 6.9375rem;
}

.p-cta-sidebar .c-cta__content {
  padding-top: 2.5rem;
}

.p-cta-sidebar .c-cta__badges {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: 2rem;
}

.p-cta-sidebar .c-cta__badge {
  width: 8.75rem;
}
.p-cta-sidebar .c-cta__badge::before {
  width: 2.1875rem;
  height: 4.625rem;
}
.p-cta-sidebar .c-cta__badge::after {
  width: 2.1875rem;
  height: 4.625rem;
}

.p-cta-sidebar .c-cta__badge-label {
  font-size: 1rem;
  width: auto;
  padding: 0 1rem;
}

.p-cta-sidebar .c-cta__badge-text {
  font-size: 1.125rem;
}

.p-cta-sidebar .c-cta__title {
  font-size: 1.5rem;
  line-height: 1.375;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 1rem;
}

.p-cta-sidebar .c-cta__title-accent {
  font-size: 2rem;
}

.p-cta-sidebar .c-cta__box {
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.p-cta-sidebar .c-cta__box::before {
  display: none;
}

.p-cta-sidebar .c-cta__tel {
  display: block;
  width: auto;
  background-color: #006694;
  padding: 1rem 1rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.p-cta-sidebar .c-cta__tel:hover {
  opacity: 0.6;
}

.c-cta__tel-icon {
  width: 1.5rem;
}

.p-cta-sidebar .c-cta__tel-label {
  font-size: 1rem;
}

.p-cta-sidebar .c-cta__tel-number {
  font-size: 1.75rem;
}

.p-cta-sidebar .c-cta__mail {
  display: block;
  width: 100%;
  background-color: #006694;
  padding: 1rem 1rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.p-cta-sidebar .c-cta__mail:hover {
  opacity: 0.6;
}

.p-cta-sidebar .c-cta__mail-label {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.p-cta-sidebar .c-cta__mail-link {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}

.p-cta-sidebar .c-cta__info-bar {
  padding-inline: 0.5rem;
}

.c-cta__title-area {
  position: relative;
  z-index: 2;
}

.c-flow {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-flow {
    padding-block: 2.5rem;
  }
}

.c-flow__inner.l-inner.--narrow {
  width: 59.375rem;
  margin-inline: auto;
  padding-inline: 25px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flow__inner.l-inner.--narrow {
    width: auto;
  }
}

.c-flow__item-inner {
  display: grid;
  grid-template-columns: 10.625rem 1fr;
  gap: 2.5rem;
  align-items: center;
  width: 61.5rem;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flow__item-inner {
    grid-template-columns: 5.5rem 1fr;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 0.75rem;
    align-items: start;
  }
}

.c-flow__image {
  width: 10.625rem;
}
@media screen and (max-width: 767px) {
  .c-flow__image {
    grid-column: 1;
    grid-row: 1;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .c-flow__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-flow__content {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .c-flow__content {
    display: contents;
  }
}

.c-flow__cta-area {
  display: flex;
  gap: 1.5rem;
  width: 30.25rem;
  margin-top: 1.5rem;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-flow__cta-area {
    grid-column: 1/-1;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
    width: 14.375rem;
    margin-inline: auto;
  }
}

.c-flow__header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-flow__header {
    grid-column: 2;
    grid-row: 1;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    min-width: 0;
  }
}

.c-flow__label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #006694;
  padding-inline: 0.625rem;
  margin-right: 0.625rem;
  width: 9.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .c-flow__label {
    font-size: 0.875rem;
    width: 4.5rem;
    padding: 0 0.375rem;
    margin-right: 0;
    justify-content: center;
    height: 1.5rem;
    align-items: center;
  }
}

.c-flow__header-block {
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.c-flow__header-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #006694;
  letter-spacing: -0.011em;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-flow__header-text {
    font-size: 1.125rem;
  }
}

.c-flow__badge {
  color: #151264;
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background-image: url(../images/fv-price-badge.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-flow__badge {
    width: 2.375rem;
    height: 2.375rem;
    font-size: 0.8125rem;
    margin-right: 0.5rem;
  }
}

.c-flow__items {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-flow__items {
    margin-top: 1.5rem;
  }
}

.c-flow__item {
  position: relative;
  padding-block: 3rem;
  padding-inline: 3.25rem;
}
@media screen and (max-width: 767px) {
  .c-flow__item {
    padding-bottom: 1rem;
    padding-top: 3rem;
    padding-inline: 1rem;
  }
}

.c-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  width: 100%;
  height: 1.5rem;
  z-index: 10;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.c-flow__item:nth-child(1) {
  background-color: #E6F7FF;
}

.c-flow__item:nth-child(2) {
  background-color: #CBEFFF;
}

.c-flow__item:nth-child(3) {
  background-color: #C0EBFF;
}

.c-flow__item:nth-child(4) {
  background-color: #A4E3FF;
}

.c-flow__item:nth-child(5) {
  background-color: #8BDBFF;
}

.c-flow__text,
.c-flow__bottom-text {
  margin-top: 1rem;
  font-size: 1rem;
  letter-spacing: -0.011em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-flow__text,
  .c-flow__bottom-text {
    grid-column: 1/-1;
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__text.--tac,
  .c-flow__bottom-text.--tac {
    text-align: center;
  }
}

.c-flow__button-area {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-flow__button-area {
    margin-top: 1.5rem;
  }
}

.c-flow__button {
  margin-inline: auto;
  justify-content: flex-start;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .c-flow__button {
    padding-left: 1rem;
    font-size: 0.9375rem;
  }
}

.c-flow.--flow-page {
  padding-top: 0;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-flow.--flow-page {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}

.c-flow.--flow-page .c-flow__cta-area {
  width: 37.25rem;
}
@media screen and (max-width: 767px) {
  .c-flow.--flow-page .c-flow__cta-area {
    width: 100%;
  }
}
.c-flow.--flow-page .c-flow__item-inner {
  align-items: flex-start;
}
.c-flow.--flow-page .c-flow__bottom {
  display: flex;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-flow.--flow-page .c-flow__bottom {
    grid-column: 1/-1;
    flex-direction: column;
    gap: 1rem;
  }
}
.c-flow.--flow-page .c-flow__bottom-left {
  width: 30.25rem;
}
@media screen and (max-width: 767px) {
  .c-flow.--flow-page .c-flow__bottom-left {
    width: 100%;
  }
}
.c-flow.--flow-page .c-flow__bottom-image {
  width: 16.0625rem;
}
@media screen and (max-width: 767px) {
  .c-flow.--flow-page .c-flow__bottom-image {
    width: 100%;
  }
}
.c-flow.--flow-page .c-flow__bottom-image img {
  border-radius: 0.1875rem;
}
.c-flow.--flow-page .c-flow__bottom-header {
  color: #006694;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.011em;
}
@media screen and (max-width: 767px) {
  .c-flow.--flow-page .c-flow__bottom-header {
    font-size: 1.125rem;
  }
}
.c-flow.--flow-page .c-flow__bottom-text {
  width: 26.25rem;
  max-width: 100%;
}
.c-flow.--flow-page .c-flow__lists {
  display: flex;
  justify-content: space-between;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-flow.--flow-page .c-flow__lists {
    grid-column: 1/-1;
    flex-direction: column;
    gap: 1rem;
  }
}
.c-flow.--flow-page .c-flow__list {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .c-flow.--flow-page .c-flow__list {
    width: 100%;
  }
}
.c-flow.--flow-page .c-flow__list-image {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .c-flow.--flow-page .c-flow__list-image {
    width: 100%;
  }
}
.c-flow.--flow-page .c-flow__list-image img {
  border-radius: 0.1875rem;
}
.c-flow.--flow-page .c-flow__list-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.625rem;
}
.c-flow.--flow-page .c-flow__images {
  display: flex;
  gap: 4.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-flow.--flow-page .c-flow__images {
    grid-column: 1/-1;
    margin-top: 1rem;
    flex-direction: column;
    gap: 1rem;
  }
  .c-flow.--flow-page .c-flow__images::before {
    transform: rotate(64deg);
    top: 43%;
    left: 33%;
  }
}
.c-flow.--flow-page .c-flow__image-left,
.c-flow.--flow-page .c-flow__image-right {
  flex: 1;
}
.c-flow.--flow-page .c-link {
  color: #006694;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.c-flow.--flow-page .c-flow__payment-items {
  display: flex;
  align-items: stretch;
  gap: 0.625rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-flow.--flow-page .c-flow__payment-items {
    grid-column: 1/-1;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}
.c-flow.--flow-page .c-flow__payment-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 0.125rem solid #FAAA8C;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.c-flow.--flow-page .c-flow__payment-header {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding-block: 0.875rem;
  background-color: #FAAA8C;
  color: #006694;
  padding-inline: 0.625rem;
}
.c-flow.--flow-page .c-flow__payment-bottom {
  flex: 1;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
.c-flow.--flow-page .c-flow__payment-text {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.011em;
  margin-top: 1rem;
}
.c-flow.--flow-page .c-flow__payment-image {
  width: 4.8125rem;
}
.c-flow.--flow-page .c-flow__case-button-area {
  margin-top: 2rem;
}
.c-flow.--flow-page .c-flow__case-area-button {
  margin-inline: auto;
}

.c-footer-area {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-footer-area {
    padding-block: 2.5rem;
  }
}

.c-footer-area__inner {
  width: 72.625rem;
}
@media screen and (max-width: 767px) {
  .c-footer-area__inner {
    width: auto;
  }
}

.c-footer-area__header {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-footer-area__header {
    flex-direction: column;
    gap: 2rem;
    margin-top: 0;
  }
}

.c-footer-area__header-content {
  flex: 1;
  position: relative;
}
.c-footer-area__header-content::before {
  content: "";
  display: block;
  width: 7.5rem;
  height: 5rem;
  background-image: url(../images/reason-broom.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -3rem;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .c-footer-area__header-content::before {
    width: 4.25rem;
    height: 3.25rem;
    top: -1rem;
    right: 0;
  }
}

.c-footer-area__button-area {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-footer-area__button {
  margin-inline: auto;
}

.c-footer-area__map {
  flex-shrink: 0;
  width: 36.3125rem;
}
.c-footer-area__map img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-footer-area__map {
    width: 100%;
  }
}

.c-footer-area__title {
  margin-bottom: 1.5rem;
}

.c-footer-area__catch {
  text-align: center;
  color: #006694;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.5rem;
  z-index: 10;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-footer-area__catch {
    font-size: 2rem;
    margin-top: 0;
  }
}

.c-footer-area__text {
  font-size: 1rem;
  line-height: 1.8;
}
.c-footer-area__text + .c-footer-area__text {
  margin-top: 1.5rem;
}

.c-footer-area__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
  margin-inline: auto;
  padding: 1rem 3rem;
  background-color: #006694;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border: none;
  border-radius: 3.75rem;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.c-footer-area__toggle:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .c-footer-area__toggle {
    font-size: 1rem;
    padding: 0.875rem 2rem;
    width: 100%;
    max-width: 25rem;
  }
}

.c-footer-area__toggle-icon {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.c-footer-area__toggle[aria-expanded=true] .c-footer-area__toggle-icon {
  transform: rotate(-135deg);
}

.c-footer-area__list-wrap {
  margin-top: 1.5rem;
  background-color: #fafafa;
  padding-block: 2.25rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-footer-area__list-wrap {
    margin-top: 1.25rem;
    padding-block: 1.5rem;
    padding-inline: 0.75rem;
  }
}

.c-footer-area__region + .c-footer-area__region {
  margin-top: 1.5rem;
}

.c-footer-area__region-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.625rem 0.75rem;
  border-bottom: 0.125rem solid #006694;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-footer-area__region-title {
    font-size: 1.5rem;
    padding: 0.75rem 0.625rem;
  }
}

.c-footer-area__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.c-footer-area__city a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.c-footer-area__city a:hover {
  background-color: #E6F7FF;
  color: #006694;
}
@media screen and (max-width: 767px) {
  .c-footer-area__city a {
    font-size: 1rem;
    padding: 0.5rem 0.125rem;
    text-align: center;
  }
}

.c-footer-area .c-area__list-wrap {
  margin-top: 3rem;
}

.c-gomi-price__lead {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.01em;
}
.c-gomi-price__lead span {
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-gomi-price__lead span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-gomi-price__lead {
    font-size: 1.5rem;
  }
}

.c-gomi-price__wrapper {
  margin-top: 2rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-gomi-price__wrapper {
    display: block;
    margin-top: 2.25rem;
  }
}

.c-gomi-price__image {
  width: 34.5625rem;
  position: relative;
}
.c-gomi-price__image::before {
  content: "";
  display: block;
  width: 9.5625rem;
  height: 7.375rem;
  background-image: url(../images/reason-hand.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.875rem;
  left: -4.625rem;
}
@media screen and (max-width: 767px) {
  .c-gomi-price__image::before {
    width: 4.875rem;
    height: 3.625rem;
    left: 0;
  }
}
.c-gomi-price__image::after {
  content: "";
  display: block;
  width: 9rem;
  height: 6.875rem;
  background-image: url(../images/reason-broom.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -2.375rem;
  right: -3.3125rem;
}
@media screen and (max-width: 767px) {
  .c-gomi-price__image::after {
    width: 4.375rem;
    height: 3.875rem;
    bottom: -1.375rem;
    right: -0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-gomi-price__image {
    width: 100%;
  }
}

.c-gomi-price__content {
  flex: 1;
}

.c-gomi-price__header {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
}
.c-gomi-price__header::before {
  content: "東京都のゴミ屋敷片付け";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #006694;
  -webkit-text-stroke: 0.375rem #006694;
  text-stroke: 0.375rem #006694;
  z-index: -1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (max-width: 767px) {
  .c-gomi-price__header {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}

.c-gomi-price__price {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  justify-content: center;
}

.c-gomi-price__button-area {
  margin-top: 1.5rem;
}

.c-gomi-price__button {
  margin-inline: auto;
}

.c-gomi-price .c-price__main {
  font-size: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-gomi-price .c-price__main {
    font-size: 3.25rem;
  }
}

.c-gomi-price .c-price::after {
  font-size: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-gomi-price .c-price::after {
    font-size: 3.25rem;
  }
}

.c-gomi-price .c-price__main span {
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .c-gomi-price .c-price__main span {
    font-size: 1.75rem;
  }
}

.c-gomi-price .c-price-promise {
  margin-inline: auto;
  margin-top: 1rem;
}

.c-gomi-price .c-price-promise__text {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .c-gomi-price .c-price-promise__text {
    font-size: 0.9375rem;
  }
}

.c-gomi-price .c-price-promise__badge {
  width: 4.125rem;
  height: 4.125rem;
  font-size: 1.3125rem;
  left: -3.125rem;
  top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .c-gomi-price .c-price-promise__badge {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 0.875rem;
    left: -1.875rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-gomi-service {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-gomi-service {
    padding-top: 2.5rem;
  }
}

.c-gomi-service__bottom {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  box-sizing: border-box;
  background-image: url(../images/gomi-bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 8.5rem;
  padding-bottom: 4.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-gomi-service__bottom {
    padding-top: 3.625rem;
    padding-bottom: 3rem;
    margin-top: 1.5rem;
    background-image: url(../images/gomi-bg-sp.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.c-header {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  width: 100%;
  background-color: #006694;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 1rem;
  font-size: 2.25rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 3.875rem;
}
@media screen and (max-width: 767px) {
  .c-header {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
    padding-block: 0.75rem;
    padding-inline: 1rem;
  }
}

.c-info {
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-info {
    padding-block: 1.5rem;
  }
}

.c-info__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-info__items {
    grid-template-columns: 1fr;
  }
}

.c-info__items.--count-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: calc((100% - 2rem) / 3 * 2 + 1rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-info__items.--count-2 {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

.c-info__items.--count-1 {
  grid-template-columns: 1fr;
  max-width: calc((100% - 2rem) / 3);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-info__items.--count-1 {
    max-width: 100%;
  }
}

.c-info__item {
  background-color: #E6F7FF;
  border-radius: 0.625rem;
  padding: 2.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-info__item {
    padding-inline: 0;
    height: 10rem;
  }
}

.c-insurance__label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #121212;
  line-height: 1.5;
}

.c-insurance__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.c-insurance__content-icon {
  writing-mode: vertical-rl;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3125rem;
  min-height: 2.4375rem;
  padding-block: 0.25rem;
  background-color: #006694;
  border-radius: 0.125rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.c-insurance__text {
  font-size: 2.5rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.4;
}
.c-insurance__text span {
  font-size: 2rem;
}

.c-internal-banner {
  margin-top: 8.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-internal-banner {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.c-internal-banner__items {
  display: flex;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-internal-banner__items {
    flex-direction: column;
    gap: 1rem;
  }
}

.c-internal-banner__item {
  width: 24.375rem;
  height: 12rem;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
  padding-inline: 0.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-internal-banner__item {
    width: 22.5rem;
    height: 11.075rem;
  }
}
.c-internal-banner__item.--about {
  background-image: url(../images/about-banner.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-internal-banner__item.--price {
  background-image: url(../images/price-banner.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-internal-banner__item.--beginner {
  background-image: url(../images/beginner-banner.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.c-internal-banner__article,
.c-internal-banner__link {
  width: 100%;
  height: 100%;
}

.c-internal-banner__item.--about .c-internal-banner__article {
  display: flex;
  align-items: center;
}

.c-internal-banner__item.--price {
  padding-top: 0.5rem;
}
.c-internal-banner__item.--price .c-internal-banner__price {
  font-size: 2.625rem;
  line-height: 1.5;
  font-weight: 900;
  color: #fff;
  font-weight: 900;
  background-color: #006694;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
.c-internal-banner__item.--price span {
  font-size: 1.375rem;
  display: block;
  text-align: center;
  background-color: transparent;
  line-height: 1.5;
  color: #006694;
  font-weight: 700;
}

.c-internal-banner__about {
  font-size: 2.625rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.011em;
  color: #FF7700;
  font-weight: 900;
}
.c-internal-banner__about span.--line {
  background: linear-gradient(transparent 65%, #FFBB00 65%, #FFBB00 90%, transparent 90%);
}
.c-internal-banner__about span.--small {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: -0.011em;
  color: #006694;
  text-align: right;
  display: block;
}

.c-internal-banner__item.--beginner .c-internal-banner__article {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.c-internal-banner__item.--beginner .c-internal-banner__beginner {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: -0.011em;
  color: #006694;
  text-align: center;
}
.c-internal-banner__item.--beginner span {
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.5;
}
.c-internal-banner__item.--beginner .c-internal-banner__beginner {
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.011em;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
}
.c-internal-banner__item.--beginner .c-internal-banner__beginner::before {
  content: "ご依頼が\a初めての方へ";
  white-space: pre;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0.375rem #FAAA8C;
  text-stroke: 0.375rem #FAAA8C;
  z-index: -1;
}

.c-invoice__label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #121212;
  line-height: 1.5;
}

.c-invoice__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.5rem;
}

.c-invoice__content-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-invoice__content-text {
    font-size: 2rem;
  }
}
.c-invoice__content-text strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.3125rem;
  height: 3.3125rem;
  background-color: #006694;
  border-radius: 50%;
  color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-invoice__content-text strong {
    width: 2.875rem;
    height: 2.875rem;
    font-size: 2rem;
  }
}

.c-invoice__caption {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  margin-top: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-invoice__caption.--ls {
    letter-spacing: -0.018em;
    margin-top: 0.5rem;
  }
}

.c-invoice__text {
  font-size: 2.5rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.4;
}

.c-label {
  position: relative;
}
.c-label::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.25rem;
  font-size: 1.3125rem;
  background-color: #fff;
  left: -0.25rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  top: 0.75rem;
  line-height: 1;
  width: 4.625rem;
  height: 1.65625rem;
  padding-block: 0.25rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-label::before {
    top: 0.5rem;
  }
}
.c-label::after {
  content: "";
  display: block;
  left: -0.25rem;
  top: 2.375rem;
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  .c-label::after {
    top: 2.125rem;
  }
}

.c-label.--before::before {
  content: "Before";
  background-color: #006694;
}
.c-label.--before::after {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #006694;
}

.c-label.--after::before {
  content: "After";
  background-color: #FAAA8C;
}
.c-label.--after::after {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #FAAA8C;
}

.c-leaf-deco {
  position: relative;
}
.c-leaf-deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.875rem;
  width: 3.875rem;
  height: 8rem;
  background-image: url(../images/leaf-deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-leaf-deco::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3.875rem;
  width: 3.875rem;
  height: 8rem;
  background-image: url(../images/leaf-deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(-1, 1);
}

.c-light {
  position: relative;
}
.c-light::before {
  content: "";
  display: block;
  width: 1.9375rem;
  height: 1.9375rem;
  background-image: url(../images/light.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-light::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.c-logo-area {
  width: 24.25rem;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .c-logo-area {
    width: 13.5rem;
  }
}

.c-logo-area.--center {
  text-align: center;
}

.c-logo-area__text {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  display: block;
  margin-bottom: 0.25rem;
}

/* =========================================================
   Base Styles
   ========================================================= */
.c-logo-subject {
  color: #006694;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  font-size: 2.625rem;
  align-items: center;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.5rem;
  border-radius: 0.25rem;
  border: 0.125rem solid #006694;
  padding-block: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-logo-subject {
    font-size: 1.375rem;
    padding-inline: 1rem;
    line-height: 1.4;
    justify-content: center;
    gap: 0;
    width: 20.875rem;
    border: 0.09375rem solid #006694;
    padding-block: 0.125rem;
  }
}

.c-logo-subject span.--small {
  font-size: 2.25rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-logo-subject span.--small {
    font-size: 1rem;
  }
}

.c-logo-subject::before {
  content: "";
  display: inline-block;
  width: 3.375rem;
  height: 2.75rem;
  background-image: url(../images/logo-icon.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-logo-subject::before {
    width: 2.375rem;
    height: 2rem;
  }
}

/* =========================================================
   Modifiers (.c-logo-subject.--small)
   ========================================================= */
.c-logo-subject.--small {
  font-size: 1.375rem;
  padding-inline: 1rem;
  line-height: 1.4;
  justify-content: center;
  gap: 0;
  width: 20.875rem;
  border: 0.09375rem solid #006694;
  padding-block: 0.125rem;
  gap: 0.25rem;
}

.c-logo-subject.--small span.--small {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.c-logo-subject.--small::before {
  width: 2rem;
  height: 2rem;
}

/* =========================================================
   Modifiers (.c-logo-subject.--pink)
   ========================================================= */
.c-logo-subject.--pink {
  background-color: #FFE6E6;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-logo-subject.--pink {
    font-size: 1.5rem;
    border: none;
    padding-inline: 0.5rem;
    width: 19.75rem;
    gap: 0.25rem;
    padding-block: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-logo-subject.--pink span.--small {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-logo-subject.--pink::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.c-main-service {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-main-service {
    padding-bottom: 2.5rem;
  }
}

.c-main-service__inner {
  text-align: center;
}

.c-message-box {
  position: relative;
}

.c-message-box__subject {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-message-box__subject {
    top: -1.5rem;
  }
}

.c-message-box__content {
  background-color: #fff;
  border-radius: 0.625rem;
  width: 100%;
  padding: 4.25rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-message-box__content {
    padding: 2.875rem 0.625rem 1rem;
    min-height: auto;
    border-radius: 0.125rem;
  }
}

.c-message-box__text {
  font-size: 1.875rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.5;
  display: block;
  width: 44.25rem;
}
@media screen and (max-width: 767px) {
  .c-message-box__text {
    font-size: 0.9375rem;
    width: 13.875rem;
  }
}

.c-message-box__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23.125rem;
}
.c-message-box__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .c-message-box__image {
    width: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-message-box__image {
    display: block;
    width: 7rem;
  }
}

.c-message-box__name {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-message-box__name {
    font-size: 0.75rem;
  }
}

.c-other {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-other {
    padding-block: 0;
    background-color: #E6F7FF;
  }
}

.c-other__bg {
  background-color: #E6F7FF;
}
@media screen and (max-width: 767px) {
  .c-other__bg {
    background-color: transparent;
  }
}

.c-other__container {
  padding-inline: 2.5rem;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-other__container {
    padding-inline: 0;
    padding-block: 2.5rem;
  }
}

.c-other__title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-other__title {
    margin-bottom: 0.75rem;
  }
}

.c-other__text-subject {
  margin-inline: auto;
}

.c-other__lead {
  display: block;
  width: 57rem;
  margin-right: auto;
  font-size: 1.5rem;
  color: #006694;
  font-weight: 700;
  margin-top: 1.5rem;
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .c-other__lead {
    width: 13.9375rem;
    font-size: 1rem;
    padding-left: 0;
  }
}

.c-other__wrapper {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  align-items: center;
  position: relative;
}
.c-other__wrapper::before {
  content: "";
  position: absolute;
  top: -16.6875rem;
  right: 0;
  display: block;
  width: 15.6875rem;
  height: 16.6875rem;
  background-image: url(../images/other-okadayumi.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-other__wrapper::before {
    display: block;
    top: -11.75rem;
    width: 8.3125rem;
    height: 11.75rem;
    background-image: url(../images/other-okadayumi-sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .c-other__wrapper {
    flex-direction: column-reverse;
    gap: 1rem;
    margin-top: 2.0625rem;
  }
}

.c-other__header {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #006694;
}
@media screen and (max-width: 767px) {
  .c-other__header {
    font-size: 1.5rem;
    text-align: center;
  }
}

.c-other__header span {
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .c-other__header span {
    font-size: 1.5rem;
  }
}

.c-other__header.--center {
  text-align: center;
}

.c-other__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-other__text {
    margin-top: 1rem;
  }
}

.c-other__image {
  width: 34.5625rem;
}
@media screen and (max-width: 767px) {
  .c-other__image {
    width: 100%;
  }
}

.c-other__image img {
  border-radius: 0.3125rem;
}

.c-other__content {
  flex: 1;
}

.c-other__button-area {
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .c-other__button-area {
    margin-top: 1.5rem;
  }
}

.c-other__button {
  margin-inline: auto;
}

.c-other__other {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-other__other {
    margin-top: 2.5rem;
  }
}

.c-pay-block__header {
  font-size: 1.25rem;
  font-weight: 700;
  color: #121212;
  line-height: 1.5;
  text-align: center;
}

.c-pay-block__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 0.25rem;
  list-style: none;
  margin-top: 0.5rem;
}

.c-pay-block__item img {
  display: block;
  height: 2rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-pay-block__item img {
    height: 1.75rem;
  }
}

.c-payment-method {
  background-color: #FFE6E6;
  padding-block: 2rem;
}

.c-payment-method__wrapper {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-block: 0.5rem;
  align-items: center;
  padding-inline: 1rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-payment-method__wrapper {
    flex-direction: column;
    gap: 0.75rem;
    padding-inline: 1rem;
    padding-block: 1rem;
  }
}

.c-payment-method__text {
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .c-payment-method__text {
    font-size: 0.875rem;
    text-align: center;
  }
}

.c-payment-method__items {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-payment-method__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.c-payment-method__item {
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .c-payment-method__item {
    height: 1.75rem;
  }
}
.c-payment-method__item img {
  height: 100%;
  width: auto;
}

.c-payment {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-payment {
    gap: 0.375rem;
  }
}

.c-payment__text {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .c-payment__text {
    font-size: 0.75rem;
  }
}

.c-payment__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.375rem;
}

.c-payment__icon img {
  width: auto;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-payment__icon img {
    height: 1rem;
  }
}

.c-permission {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .c-permission {
    padding-block: 3rem;
  }
}

.c-permission__inner {
  text-align: center;
}

.c-permission__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-permission__title {
    margin-bottom: 1.25rem;
  }
}

.c-permission__lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #121212;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-permission__lead {
    font-size: 1rem;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}

.c-permission__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  list-style: none;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-permission__items {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}

.c-permission__item {
  background-color: #fff;
  border: 0.125rem solid #FFE6E6;
  border-radius: 0.3125rem;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.c-permission__header {
  background-color: #FFE6E6;
  min-height: 6.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #006694;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.03em;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .c-permission__header {
    font-size: 1.125rem;
    min-height: 4.5rem;
  }
}

.c-permission__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.25rem 1rem 1.5rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-permission__body {
    padding: 1rem 0.75rem 1.25rem;
    gap: 0.75rem;
  }
}

.c-permission__image {
  flex-shrink: 0;
  width: 5.625rem;
}
.c-permission__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-permission__image {
    width: 5rem;
  }
}

.c-permission__text {
  font-size: 1rem;
  color: #121212;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .c-permission__text {
    font-size: 0.875rem;
  }
}

.c-permission__warning-area {
  background-color: #006694;
  padding-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-permission__warning-area {
    padding-inline: 0.5rem;
  }
}

.c-permission__warning-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .c-permission__warning-text::before {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-permission__warning-text {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
  }
}

.c-permission__warning-link {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 0.5rem;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-permission__warning-link {
    font-size: 0.75rem;
    text-align: left;
    display: block;
  }
}
.c-permission__warning-link::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/external-link.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0.125rem;
  margin-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-permission__warning-link::after {
    margin-top: 0;
    margin-left: 0.125rem;
    vertical-align: middle;
  }
}

.c-permission__attention {
  border-radius: 0.3125rem;
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 54.375rem;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-permission__attention {
    margin-bottom: 1.5rem;
    gap: 0.5rem;
    padding: 0;
  }
}

.c-permission__attention-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #121212;
  letter-spacing: -0.07em;
  text-align: left;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-permission__attention-text {
    font-size: 1rem;
    text-align: center;
  }
}

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

.c-permission__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-permission__list {
    gap: 0.75rem;
  }
}

.c-permission__list-image {
  width: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.c-permission__list-image img {
  width: 100%;
  height: 15.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-permission__list-image img {
    height: 12.5rem;
  }
}

.c-permission__list-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #121212;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-permission__list-text {
    font-size: 1rem;
  }
}

.c-permission__bottom {
  width: 63.875rem;
  margin-inline: auto;
  max-width: 100%;
  margin-top: 3.5rem;
}

.c-permission__subject-logo {
  margin-inline: auto;
}

.c-permission__subject-text {
  background-color: #FFE6E6;
  color: #006694;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  padding-block: 1.125rem;
  margin-top: 0.75rem;
  padding-inline: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-permission__subject-text {
    font-size: 1.5rem;
    padding-block: 0.75rem;
    padding-inline: 0.5rem;
  }
}

.c-permission__conclusion {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-permission__conclusion {
    font-size: 1rem;
  }
}

.c-permission__conclusion-comment {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-permission__conclusion-comment {
    font-size: 0.8125rem;
    letter-spacing: -0.02em;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.c-pink-box {
  position: relative;
}

.c-pink-box__head {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  background-color: #FFE6E6;
  color: #006694;
  padding-block: 0.25rem;
  padding-inline: 1rem;
  border-radius: 0.3125rem;
  left: 50%;
  transform: translateX(-50%);
  top: -2rem;
  display: block;
  width: 66.75rem;
}
@media screen and (max-width: 767px) {
  .c-pink-box__head {
    font-size: 1.125rem;
    width: 20rem;
  }
}

.c-pink-box__body {
  background-color: #fff;
  padding: 2.5rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-inline: 1.5rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-pink-box__body {
    padding: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    border-radius: 0.3125rem;
  }
}

.c-pink-box__text {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #006694;
  width: 66.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-pink-box__text {
    font-size: 1.125rem;
    width: 100%;
  }
}

.c-price-case {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-price-case {
    padding-block: 2.5rem;
  }
}

.c-price-case__lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.5rem;
}

.c-price-case__table {
  width: 68.25rem;
  margin-inline: auto;
  max-width: 100%;
}

.c-price-case__attention {
  margin-top: 1.5rem;
  background-color: #FFE6E6;
  padding-block: 2.5rem;
  border-radius: 0.3125rem;
  width: 68.25rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-price-case__attention {
    font-size: 1rem;
    padding-inline: 1rem;
    padding-block: 1rem;
  }
}

.c-price-case__attention-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-price-case__attention-title {
    font-size: 1.125rem;
  }
}

.c-price-case__attention-text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
  width: 52.125rem;
  max-width: 100%;
  margin-inline: auto;
}
.c-price-case__attention-text li {
  position: relative;
}
.c-price-case__attention-text li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: -1rem;
  top: 0;
}

.c-price-case__message {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-price-case__message {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.c-price-case__button-area {
  margin-top: 3.5rem;
}

.c-price-case__button {
  margin-inline: auto;
}

.c-price-case__sub {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-price-case__sub {
    margin-top: 3rem;
  }
}

.c-price-case__sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-price-case__sub-lead {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
}

.c-price-case__table.--two-col .c-billing-table__header:nth-child(2),
.c-price-case__table.--two-col .c-billing-table__cell:nth-child(2) {
  width: calc(100% - 14.25rem);
}
@media screen and (max-width: 767px) {
  .c-price-case__table.--two-col .c-billing-table__header:nth-child(2),
  .c-price-case__table.--two-col .c-billing-table__cell:nth-child(2) {
    width: calc(100% - 4.5rem);
  }
}

.c-price-promise {
  background-color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.07em;
  padding: 0.5rem 1rem;
  padding-block: 0.5rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
  border-radius: 0.3125rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1.5rem;
  border: 0.0625rem solid #006694;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-price-promise {
    padding-block: 0.25rem;
  }
}

.c-price-promise__badge {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  background-image: url(../images/fv-price-badge.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 2.75rem;
  height: 2.75rem;
  top: -0.625rem;
  left: -1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #151264;
}
@media screen and (max-width: 767px) {
  .c-price-promise__badge {
    width: 2.125rem;
    height: 2.125rem;
    top: -0.5rem;
    left: -1.125rem;
  }
}

.c-price__main {
  font-size: 4rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-left: 3rem;
  position: relative;
  z-index: 10;
  background: linear-gradient(175deg, #FF8C00 0%, #FF8C00 50%, #FF5500 50%, #FF5500 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .c-price__main {
    font-size: 3.25rem;
    margin-left: 1.125rem;
  }
}
.c-price__main span {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
  color: #FF5500;
  position: relative;
  line-height: 1.5;
}
.c-price__main span::after {
  content: "円〜";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-text-stroke: 0.625rem #fff;
  text-stroke: 0.625rem #fff;
  text-shadow: 0.25rem 0.25rem 0.5rem #121212;
  color: #FF5500;
  left: 0;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.c-price {
  position: relative;
}
.c-price::after {
  content: "15,000";
  display: block;
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 0;
  -webkit-text-stroke: 0.75rem #fff;
  text-stroke: 0.75rem #fff;
  text-shadow: 0.25rem 0.25rem 0.5rem #121212;
  color: #FF5500;
  font-size: 4rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-price::after {
    font-size: 3.25rem;
    left: 1.125rem;
  }
}

.c-problem__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-problem__body {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.c-problem__items {
  position: relative;
  height: 33rem;
}
@media screen and (max-width: 767px) {
  .c-problem__items {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
}

.c-problem__item {
  background-color: #f7f7f7;
  border-radius: 0.3125rem;
  width: 26.25rem;
  padding: 2.75rem 1rem;
  font-size: 1rem;
  box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0, 0, 0, 0.1);
  font-weight: 500;
  color: #121212;
  letter-spacing: -0.011em;
  line-height: 1.5;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-problem__item {
    width: 100%;
    padding: 1rem 1.1875rem;
    position: static;
  }
}

.c-problem__item.--narrow {
  width: 22.9375rem;
  padding-block: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-problem__item.--narrow {
    width: 100%;
    padding-block: 1rem;
  }
}

.c-problem__item.--left-top {
  top: 5.5rem;
  left: 0;
}

.c-problem__item.--middle {
  top: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-problem__item.--middle {
    transform: none;
  }
}

.c-problem__item.--right-top {
  top: 5.5rem;
  right: 0;
}

.c-problem__item.--left-bottom {
  bottom: 5rem;
  left: 0;
}

.c-problem__item.--right-bottom {
  bottom: 5rem;
  right: 0;
}

.c-problem__item strong {
  color: #006694;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.011em;
}

.c-problem__item p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.011em;
  color: #121212;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-problem__item p {
    margin-left: 0;
    margin-right: auto;
  }
}

.c-problem__image {
  width: 30.4375rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-problem__image {
    position: static;
    transform: none;
    width: 13.375rem;
  }
}

.c-qualification {
  background-color: #E6F7FF;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-qualification {
    padding-block: 2.5rem;
  }
}

.c-qualification__items {
  display: flex;
  margin-top: 3rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .c-qualification__items {
    flex-direction: column;
    row-gap: 1rem;
  }
}

.c-qualification__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.c-qualification__head {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  background-color: #006694;
  color: #fff;
  height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem 0.3125rem 0 0;
  border: 0.125rem solid #006694;
}

.c-qualification__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.011em;
  padding-block: 1.25rem;
  padding-inline: 1rem;
  background-color: #fff;
  border: 0.125rem solid #006694;
  border-top: none;
  border-radius: 0 0 0.3125rem 0.3125rem;
  flex: 1;
}

.c-reason {
  background-image: url(../images/fv-bg.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-reason {
    padding-top: 2.75rem;
    padding-bottom: 2.5rem;
    background-position: center top;
    background-size: cover;
  }
}

.c-reason__point-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .c-reason__point-items {
    grid-template-columns: 1fr;
    row-gap: 1.75rem;
  }
}

.c-reason__point-items.--2column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .c-reason__point-items.--2column {
    grid-template-columns: 1fr;
    row-gap: 1.75rem;
  }
}

.c-reason__point-items.--2column .c-reason__point-item {
  width: 37.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-reason__point-items.--2column .c-reason__point-item {
    width: 100%;
  }
}

.c-reason__point-item {
  width: 25rem;
  position: relative;
  border: 0.125rem solid #FAAA8C;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-reason__point-item {
    width: 100%;
  }
}
.c-reason__point-item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 2.25rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  position: absolute;
  top: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #006694;
  border-radius: 0.125rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  padding-block: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .c-reason__point-item::before {
    font-size: 1.25rem;
    top: -0.75rem;
    padding-inline: 1.25rem;
  }
}
.c-reason__point-item:nth-child(1)::before {
  content: "Point 1";
  display: block;
}
.c-reason__point-item:nth-child(2)::before {
  content: "Point 2";
  display: block;
}
.c-reason__point-item:nth-child(3)::before {
  content: "Point 3";
  display: block;
}
.c-reason__point-item:nth-child(4)::before {
  content: "Point 4";
  display: block;
}
.c-reason__point-item:nth-child(5)::before {
  content: "Point 5";
  display: block;
}
.c-reason__point-item:nth-child(6)::before {
  content: "Point 6";
  display: block;
}

.c-reason__point-head {
  background-color: #FAAA8C;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #006694;
  padding-block: 1rem;
  padding-inline: 0.5rem;
  min-height: 6.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 5.5rem;
  border-radius: 0.125rem 0.125rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-reason__point-head {
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    padding-block: 1.25rem;
    min-height: auto;
  }
}

.c-reason__point-content {
  display: flex;
  align-items: center;
  padding-inline: 1.375rem;
  border-radius: 0 0 0.125rem 0.125rem;
  min-height: 10.625rem;
  padding-block: 1.5rem;
  background-color: #fff;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-reason__point-content {
    padding-inline: 0.875rem;
    padding-block: 1rem;
    min-height: 0;
  }
}

.c-reason__point-image {
  width: 7.25rem;
}
@media screen and (max-width: 767px) {
  .c-reason__point-image {
    width: 3.6875rem;
  }
}

.c-reason__point-text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
  flex: 1;
}

.c-sdgs-poster img {
  width: 100%;
  height: auto;
}

.c-section-title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.c-section-title.--mb {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--mb {
    margin-bottom: 0;
  }
}

.c-section-title__sub {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-section-title.--sp-small {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.c-section-title__deco {
  position: relative;
  z-index: 10;
}

.c-section-title__deco.--big {
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco.--big {
    font-size: 2rem;
  }
}

.c-section-title__deco.--thin {
  font-weight: 700;
}

.c-section-title__deco.--big-ms {
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco.--big-ms {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.c-section-title__deco.--big-mxs {
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco.--big-mxs {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.c-section-title__deco.--blue {
  color: #006694;
}

.c-section-title__deco.--line {
  background: linear-gradient(transparent 80%, #FFBB00 80%, #FFBB00 94%, transparent 94%);
}

.c-section-title__deco.--brackets {
  padding-inline: 2rem;
  display: inline-block;
  white-space: nowrap;
}
.c-section-title__deco.--brackets::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 5.3125rem;
  background: url(../images/yellow-bracket-left.webp) no-repeat center center/contain;
  position: absolute;
  top: -0.125rem;
  left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco.--brackets::before {
    width: 0.9375rem;
    height: 3.25rem;
    left: 0.375rem;
  }
}
.c-section-title__deco.--brackets::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 5.3125rem;
  background: url(../images/yellow-bracket-right.webp) no-repeat center center/contain;
  position: absolute;
  top: 0;
  top: -0.125rem;
  right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco.--brackets::after {
    width: 0.9375rem;
    height: 3.25rem;
    right: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title__deco.--brackets {
    padding-inline: 1rem;
  }
}

.c-section-title__deco.--brackets-desktop {
  padding-inline: 2rem;
  display: inline-block;
  white-space: nowrap;
}
.c-section-title__deco.--brackets-desktop::before {
  display: none;
}
.c-section-title__deco.--brackets-desktop::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco.--brackets-desktop {
    padding-inline: 1rem;
  }
}

.c-section-title__deco.--dot::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #FFBB00;
  border-radius: 50%;
  position: absolute;
  top: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-section-title__deco.--dot::before {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section-title__deco.--dot.--mt::before {
    margin-top: 0.25rem;
  }
}

.c-section-title__deco.--bg {
  background-color: #FFBB00;
  padding: 0 0.125rem;
}

.c-section-title__deco.--small {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco.--small {
    font-size: 1.5rem;
  }
}

.c-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 1.125rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-service-list {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    row-gap: 0.625rem;
    margin-top: 1rem;
  }
}

.c-service-list > li {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .c-service-list > li {
    width: calc((100% - 0.625rem) / 2);
  }
}

.c-service-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #006694;
  color: #fff;
  padding-inline: 1rem;
  padding-block: 2.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  transition: opacity 0.2s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-service-list__item {
    padding-block: 1rem;
    font-size: 1rem;
    padding-inline: 0.5rem;
    text-align: left;
    height: 4rem;
  }
}
.c-service-list__item::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-service-list__item::after {
    width: 1rem;
    height: 1rem;
  }
}
.c-service-list__item:hover {
  opacity: 0.9;
}

.c-text-header {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.c-voice {
  padding-block: 5rem;
  background-color: #FFE6E6;
}
@media screen and (max-width: 767px) {
  .c-voice {
    padding-top: 3.5rem;
  }
}

.c-voice__cases {
  width: 55.625rem;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-voice__cases {
    gap: 1.5rem;
  }
}

.c-voice__header {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-voice__header {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.c-voice__header-figure {
  flex-shrink: 0;
  width: 15.8125rem;
}
.c-voice__header-figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-voice__header-figure {
    display: none;
  }
}

.c-voice__header-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #006694;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-voice__header-title {
    font-size: 1.75rem;
    text-align: center;
  }
}

.c-voice__header-title-deco {
  position: relative;
  display: inline-block;
}
.c-voice__header-title-deco::before {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
  height: 0.625rem;
  background-color: #FFBB00;
  z-index: -1;
}

.c-voice__case {
  background-color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-voice__case {
    border-radius: 0.625rem;
  }
}

.c-voice__case-head {
  background-color: #006694;
  padding: 1rem 2.5rem;
  min-height: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-voice__case-head {
    min-height: 5rem;
    padding: 1rem 1.25rem;
  }
}

.c-voice__case-number {
  display: inline-block;
  background-color: #fff;
  color: #006694;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.25rem 1.5rem;
  border-radius: 1.25rem;
  width: 10.625rem;
  text-align: center;
}

.c-voice__case-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-voice__case-title {
    font-size: 1.125rem;
  }
}

.c-voice__case-inner {
  max-width: 40.75rem;
  margin-inline: auto;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-voice__case-inner {
    padding: 1.5rem 1.25rem;
  }
}

.c-voice__case-data {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-voice__case-data {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

.c-voice__tables {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-voice__tables {
    width: 100%;
  }
}

.c-voice__table-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #006694;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.125rem 1.5rem;
  border-radius: 1.25rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-voice__table-label {
    width: 10.625rem;
    text-align: center;
  }
}

.c-voice__table-rows {
  display: flex;
  flex-direction: column;
}

.c-voice__table-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1rem;
  line-height: 1.5;
  padding-block: 0.5rem;
}
.c-voice__table-row dt {
  font-weight: 400;
  color: #121212;
}
.c-voice__table-row dd {
  font-weight: 400;
  color: #121212;
  text-align: right;
}

.c-voice__table-row.--total dt,
.c-voice__table-row.--total dd {
  font-weight: 700;
}

.c-voice__table-row.--total {
  border-top: 0.0625rem solid #91C8D2;
}

.c-voice__images {
  flex: 0 0 18.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-voice__images {
    flex: none;
    width: 100%;
    align-items: stretch;
  }
}

.c-voice__image-before img,
.c-voice__image-after img {
  display: block;
  width: 18.75rem;
  max-width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-voice__image-before,
  .c-voice__image-after {
    flex: 1;
  }
  .c-voice__image-before img,
  .c-voice__image-after img {
    width: 100%;
  }
}

.c-voice__images-arrow {
  display: block;
  width: 8.125rem;
  height: 1.6875rem;
  background-color: #FF5500;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-block: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-voice__images-arrow {
    margin-inline: auto;
    margin-block: 0.625rem;
  }
}

.c-voice__consultation {
  position: relative;
  border: 0.125rem solid #006694;
  border-radius: 0.3125rem;
  padding: 2rem 2rem 1.5rem;
  margin-bottom: 1rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .c-voice__consultation {
    padding: 2rem 1rem 1.25rem;
    margin-bottom: 1.25rem;
    margin-top: 3.625rem;
  }
}

.c-voice__consultation-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background-color: #006694;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.125rem 1.5rem;
  border-radius: 1.25rem;
}

.c-voice__consultation-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #121212;
}

.c-voice__quote {
  background-color: #f4f4f4;
  border-radius: 0.3125rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-voice__quote {
    padding: 1rem;
    margin-bottom: 1.25rem;
  }
}

.c-voice__quote-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #006694;
  text-align: center;
  margin-bottom: 1rem;
}

.c-voice__quote-inner {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-voice__quote-inner {
    flex-direction: column;
    align-items: center;
  }
}

.c-voice__quote-avatar {
  flex-shrink: 0;
  width: 7.375rem;
  height: 7.375rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
.c-voice__quote-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-voice__quote-avatar {
    width: 5rem;
    height: 5rem;
  }
}

.c-voice__quote-content {
  flex: 1;
}

.c-voice__quote-text {
  margin-bottom: 0.625rem;
}

.c-voice__quote-info {
  font-size: 1rem;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .c-voice__quote-info {
    font-size: 0.8125rem;
  }
}

.c-voice__staff {
  background-color: #E6F7FF;
  border-radius: 0.3125rem;
  padding: 1.25rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-voice__staff {
    padding: 1rem;
  }
}

.c-voice__staff-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #FF7700;
  text-align: center;
  margin-bottom: 1rem;
}

.c-voice__staff-inner {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-voice__staff-inner {
    flex-direction: column;
    align-items: center;
  }
}

.c-voice__staff-avatar {
  flex-shrink: 0;
  width: 7.375rem;
  height: 7.375rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
.c-voice__staff-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-voice__staff-avatar {
    width: 5rem;
    height: 5rem;
  }
}

.c-voice__cta {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-voice__cta {
    margin-top: 2rem;
  }
}

.c-voice__cta-button {
  padding-left: 3rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-voice__cta-button {
    padding-left: 1rem;
    font-size: 0.9375rem;
    width: 100%;
  }
}

.p-404 {
  width: 61.5rem;
  max-width: 100%;
  margin-inline: auto;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-bottom: 5rem;
  }
}

.p-404__inner {
  text-align: center;
}

.p-404__main {
  font-weight: 900;
  font-size: 7.5rem;
  line-height: 1;
  padding-inline: 4rem;
  display: inline-block;
  white-space: nowrap;
  color: #006694;
  position: relative;
}
.p-404__main::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 5.625rem;
  background: url(../images/yellow-bracket-left-big-thick.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-404__main::before {
    width: 0.9375rem;
    height: 3.25rem;
    left: 0.375rem;
  }
}
.p-404__main::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 5.625rem;
  background: url(../images/yellow-bracket-right-big-thick.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-404__main::after {
    width: 0.9375rem;
    height: 3.25rem;
    right: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404__main {
    padding-inline: 1rem;
    font-size: 2.5rem;
  }
}

.p-404__text {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1rem;
    text-align: left;
    margin-top: 2.5rem;
  }
}

.p-404__button-area {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 4.625rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-404__button-area {
    margin-top: 2.5rem;
    flex-direction: column;
  }
}

.p-about-policy {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-policy {
    padding-bottom: 2.5rem;
  }
}

.p-about-policy__inner {
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-policy__inner {
    padding-inline: 1.25rem;
  }
}

.p-about-reason {
  padding-top: 5rem;
  background-color: #E6F7FF;
}

.p-about-reason__items {
  margin-top: 2.5rem;
}

.p-about-reason__item:not(:first-child) {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__item:not(:first-child) {
    padding-top: 2.5rem;
  }
}

.p-about-reason__item:nth-child(even) {
  background-color: #fff;
}

.p-about-reason__item:nth-child(odd) {
  background-color: #E6F7FF;
}

.p-about-reason__item:nth-child(4) {
  background-color: #FFE6E6;
}

.p-about-reason__item {
  padding-bottom: 9.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__item {
    padding-bottom: 2.5rem;
  }
}

.p-about-reason__item .c-text.--big {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.p-about-reason__label {
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFBB00;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.p-about-reason__lead {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__lead {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}

.p-about-reason__billing .c-billing__bg {
  background-color: #fff;
}

.p-about-reason__billing .c-billing__container {
  padding-block: 0;
}

.p-about-reason__billing .c-billing__wrapper {
  margin-top: 0;
}

.p-about-reason__billing .c-billing__inner {
  padding-inline: 0;
}

.p-about-reason__billing .c-billing__bg {
  padding-inline: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__billing .c-billing__bg {
    padding-inline: 1rem;
  }
}

.p-about-reason__sub-header {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__sub-header {
    margin-top: 2.5rem;
  }
}

.p-about-reason__services {
  margin-top: 2.5rem;
}

.p-about-reason__speed {
  margin-top: 1.625rem;
  display: flex;
  width: 69.5rem;
  margin-inline: auto;
  max-width: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-reason__speed {
    flex-direction: column-reverse;
  }
}

.p-about-reason__speed-image {
  width: 23.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__speed-image {
    width: 7.5rem;
    margin-right: auto;
  }
}

.p-about-reason__speed-head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  background-color: #006694;
  padding-block: 1.125rem;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-reason__speed-head {
    font-size: 1rem;
    padding-block: 0.75rem;
    align-items: flex-start;
  }
}

.p-about-reason__speed-body {
  background-color: #fff;
  padding: 2.5rem;
  padding-block: 3.375rem;
  border-radius: 0 0 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__speed-body {
    padding-block: 1.5rem;
  }
}

.p-about-reason__speed-wrapper {
  flex: 1;
}

.p-about-reason__text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-about-reason__text + .p-about-reason__text {
  margin-top: 1rem;
}

.p-about-reason__area {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  box-sizing: border-box;
  background-color: #fff;
  padding-top: 3.125rem;
  padding-inline: 6.875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__area {
    padding-inline: 0;
  }
}

.p-about-reason__area-title {
  margin-bottom: 3rem;
}

.p-about-reason__area-button-area {
  margin-top: 3rem;
  padding-inline: 1rem;
}

.p-about-reason__area-button {
  margin-inline: auto;
}

.p-about-reason__environment {
  margin-top: 3.5rem;
}

.p-about-reason__environment-lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #121212;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__environment-lead {
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}

.p-about-reason__environment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__environment-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 3.75rem;
  }
}

.p-about-reason__environment-grid-item {
  background-color: #006694;
  border: 0.1875rem solid #006694;
  border-radius: 0.3125rem;
  height: 5.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-reason__environment-grid-item {
    font-size: 1.125rem;
    height: 4.5rem;
  }
}

.p-about-reason__environment-box {
  margin-top: 2.5rem;
}

.p-about-reason__environment-box-heading {
  background-color: #FFE6E6;
  border-radius: 0.3125rem;
  padding: 0.8125rem 5.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  margin-bottom: -2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__environment-box-heading {
    font-size: 1.125rem;
    padding: 0.625rem 1rem;
    margin-bottom: -1.25rem;
  }
}

.p-about-reason__environment-box-card {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 3.5625rem 5.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-reason__environment-box-card {
    padding: 2.25rem 1.25rem 2rem;
  }
}

.p-about-reason__environment-box-text {
  font-size: 1.5rem;
  color: #006694;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-about-reason__environment-box-text {
    font-size: 0.9375rem;
  }
}

.p-about-reason__environment-box-text + .p-about-reason__environment-box-text {
  margin-top: 0.5rem;
}

.p-about-reason .c-gomi-service {
  background-color: #fff;
}

.p-about-sdgs {
  background-color: #E6F7FF;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-sdgs {
    padding-top: 3rem;
  }
}

.p-about-sdgs__inner {
  text-align: center;
}

.p-about-sdgs__title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-sdgs__title {
    margin-bottom: 1.5rem;
  }
}

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

.p-about-sdgs__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-sdgs__items {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-about-sdgs__item {
  background-color: #fff;
  border-radius: 0.3125rem;
  height: 5.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-inline: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.4;
}
.p-about-sdgs__item img {
  flex-shrink: 0;
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-sdgs__item {
    height: 4rem;
    font-size: 1rem;
    padding-inline: 1rem;
    gap: 0.625rem;
  }
}

.p-about-sdgs__message {
  margin-top: 9.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-sdgs__message {
    margin-top: 3.75rem;
  }
}
.p-about-sdgs__message .c-message-box__text {
  text-align: left;
}

.p-area-bar {
  background-color: #006694;
}

.p-area-bar__inner.l-inner {
  width: 70.4375rem;
  max-width: 100%;
}

.p-area-bar__row {
  display: flex;
  align-items: center;
  height: 4.5625rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-area-bar__row {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    gap: 0.75rem;
    padding-block: 1rem;
  }
}

.p-area-bar__label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.1875rem;
  padding-inline: 1.75rem;
  background-color: #fff;
  color: #121212;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 2.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-area-bar__label {
    font-size: 1rem;
    height: 2rem;
    padding-inline: 1.375rem;
    align-self: center;
  }
}

.p-area-bar__cities {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  list-style: none;
  flex: 1;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-area-bar__cities {
    flex-wrap: wrap;
    gap: 0.375rem 1.125rem;
    flex: unset;
  }
}

.p-area-bar__city {
  white-space: nowrap;
}
.p-area-bar__city a {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-area-bar__city a:hover {
  opacity: 0.8;
}

.p-area-bar__cities .p-area-bar__city a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.p-area-bar__toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.p-area-bar__toggle:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .p-area-bar__toggle {
    margin-left: 0;
    text-decoration: underline;
    margin-inline: auto;
    margin-top: 0.5rem;
  }
}

.p-area-bar__toggle-icon {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  transform: rotate(45deg);
  margin-top: -0.1875rem;
  transition: transform 0.3s ease, margin-top 0.3s ease;
}
.p-area-bar__toggle[aria-expanded=true] .p-area-bar__toggle-icon {
  transform: rotate(-135deg);
  margin-top: 0.1875rem;
}

.p-area-bar__accordion {
  background-color: #006694;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.p-area-bar__accordion-inner {
  padding-block: 1.5rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-area-bar__accordion-inner {
    padding-block: 1rem 1.25rem;
  }
}

.p-area-bar__all-cities {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.375rem 0rem;
}

.p-area-bar__all-city a {
  display: inline-block;
  padding: 0.25rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: opacity 0.2s ease;
}
.p-area-bar__all-city a:hover {
  opacity: 0.8;
}
.p-area-bar__all-city a.--small {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-area-bar__all-city a {
    font-size: 0.8125rem;
    padding: 0.1875rem 0.625rem;
  }
}
.p-area-bar__all-city:last-child a {
  border-right: none;
}

.p-area-example {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-area-example {
    padding-bottom: 5rem;
  }
}

.p-area-example__message {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.011em;
  text-align: center;
  display: flex;
  align-items: center;
  border: 0.125rem solid #006694;
  border-radius: 0.1875rem;
  padding-block: 0.5rem;
  width: 58.125rem;
  max-width: 100%;
  justify-content: center;
  margin-inline: auto;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-area-example__message {
    margin-top: 2.5rem;
    display: block;
    font-size: 1.125rem;
    padding-inline: 1rem;
    text-align: center;
  }
}
.p-area-example__message::before {
  display: inline-block;
}

.p-area-example__items {
  background-color: #FAFAFA;
  padding: 2.5rem;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-area-example__items {
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-area-example__item {
    font-size: 0.875rem;
  }
}

.p-area-page-reason {
  background-color: #E6F7FF;
  padding-block: 5rem;
}

.p-area-page-reason {
  background-color: #E6F7FF;
  padding-block: 5rem;
}

.p-area-page__header {
  font-size: 1.75rem;
  color: #fff;
  background-color: #006694;
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: -0.011em;
  line-height: 1.5;
  justify-content: center;
  padding-block: 1.5rem;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-area-page__header::before {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .p-area-page__header {
    font-size: 1.125rem;
    padding-inline: 1rem;
    display: block;
    text-align: center;
    padding-block: 0.75rem;
  }
}

.p-area-page__body {
  display: flex;
  border-radius: 0 0 1.25rem 1.25rem;
  padding-block: 1.625rem;
  padding-inline: 2.25rem;
  gap: 1rem;
  align-items: center;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-area-page__body {
    flex-direction: column;
    padding-inline: 1rem;
  }
}

.p-area-page-reason__items {
  margin-top: 3.5rem;
}

.p-area-page__image {
  width: 18.5rem;
}
.p-area-page__image img {
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-area-page__image {
    width: 100%;
  }
}

.p-area-page__text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-area-page__text {
    font-size: 1rem;
    font-weight: 500;
  }
}
.p-area-page__text + .p-area-page__text {
  margin-top: 1rem;
}

.p-area-page__button-area {
  margin-top: 3.5rem;
}

.p-area-page__button {
  margin-inline: auto;
}

.wp-block-takuseru-article-card {
  margin-block: 2.5rem;
}

.wp-block-takuseru-article-card__link {
  display: block;
  position: relative;
  border: 1px solid #006694;
  border-radius: 0.3125rem;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.wp-block-takuseru-article-card__link:hover {
  opacity: 0.8;
}

.wp-block-takuseru-article-card__triangle {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  pointer-events: none;
}

.wp-block-takuseru-article-card__inner {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wp-block-takuseru-article-card__inner {
    flex-direction: column;
    gap: 1rem;
  }
}

.wp-block-takuseru-article-card__img-wrap {
  flex: 0 0 22rem;
  width: 22rem;
  aspect-ratio: 352/235;
  border-radius: 0.1875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wp-block-takuseru-article-card__img-wrap {
    flex: none;
    width: 100%;
    aspect-ratio: 3/2;
  }
}

.wp-block-takuseru-article-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.wp-block-takuseru-article-card__no-img {
  width: 100%;
  height: 100%;
  background-image: url(../images/no-image.webp);
  background-size: cover;
  background-position: center;
}

.wp-block-takuseru-article-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wp-block-takuseru-article-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .wp-block-takuseru-article-card__title {
    font-size: 1.125rem;
  }
}

.wp-block-takuseru-article-card__excerpt {
  font-size: 1rem;
  font-weight: 400;
  color: #121212;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wp-block-takuseru-article-card__excerpt {
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
  }
}

.wp-block-takuseru-article-card__url-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 16px;
}
.wp-block-takuseru-article-card__url-row .components-base-control {
  flex: 1;
  margin-bottom: 0;
}

.wp-block-takuseru-article-card__preview {
  border: 1px solid #006694;
  border-radius: 0.3125rem;
  padding: 1.5rem;
}

.wp-block-takuseru-article-card__empty {
  padding: 24px;
  background-color: #f9f9f9;
  border: 2px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.p-article-nav {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-article-nav__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-article-nav__inner {
    gap: 0.5rem;
  }
}

.p-article-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.25rem 1rem;
  border: 0.0625rem solid #006694;
  background-color: #fff;
  color: #121212 !important;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.p-article-nav__btn:hover {
  background-color: #E6F7FF;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .p-article-nav__btn {
    font-size: 0.75rem;
    padding: 0.875rem 0.5rem;
  }
}

.p-article-nav__btn--prev {
  justify-content: center;
}

.p-article-nav__btn--next {
  justify-content: center;
}

.p-article-nav__btn--disabled {
  border-color: #ccc;
  cursor: default;
  opacity: 0.4;
}
.p-article-nav__btn--disabled:hover {
  background-color: #fff;
}

.p-article-nav__arrow {
  display: block;
  flex-shrink: 0;
  width: 0.6875rem;
  height: auto;
}

.p-article-nav__arrow--flip {
  transform: rotate(180deg);
}

.p-article-single {
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-article-single {
    padding-bottom: 5rem;
  }
}

.p-article-single__inner {
  width: 53.125rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-article-single__layout {
  display: flex;
}

.p-article-single__main {
  flex: 1;
}

.p-article-single__content .is-marker {
  background-color: #FFBB00;
  padding-inline: 0.25rem;
  font-weight: 700;
}

.p-article-single__meta {
  margin-bottom: 1.25rem;
}

.p-article-single__meta-category {
  display: inline-block;
  padding: 0.1875rem 0.875rem;
  border: 0.0625rem solid #121212;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

.p-article-single__meta-dates {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.p-article-single__meta-separator {
  margin-left: 1rem;
}

.p-article-single__thumbnail {
  margin-bottom: 1.5rem;
}

.p-article-single__thumbnail-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.1875rem;
}

.p-article-single__author-text {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-article-single__content .wp-block-embed.is-provider-youtube,
.p-article-single__content .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper,
.p-article-single__content .wp-block-embed.is-provider-youtube iframe,
.p-article-single__content .wp-block-embed.is-provider-youtube img,
.p-article-single__content .wp-block-embed.is-provider-youtube lite-youtube {
  width: 100%;
  max-width: 100%;
}

.p-article-single__content .wp-block-embed.is-provider-youtube {
  border-radius: 1.25rem;
  overflow: hidden;
}

.p-article-single__content .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.p-article-single__content .wp-block-embed.is-provider-youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p-article-single__content .wp-block-embed.is-provider-youtube img,
.p-article-single__content .wp-block-embed.is-provider-youtube lite-youtube {
  height: auto;
  display: block;
}

.p-article-single__field h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #E6F7FF;
  border-left: 0.25rem solid #006694;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-block: 0.25rem;
  margin-block: 1.5rem;
}
.p-article-single__field h3 {
  border-top: 0.25rem solid #E6F7FF;
  border-bottom: 0.25rem solid #E6F7FF;
  padding-block: 0.5rem;
  margin-bottom: 1.5rem;
}
.p-article-single__field h4 {
  margin-bottom: 1.5rem;
}
.p-article-single__field ol {
  list-style: none;
  padding-left: 1.125rem;
  counter-reset: ol-counter;
  margin-block: 1.5rem;
}
.p-article-single__field ol li {
  position: relative;
  padding-left: 1.125rem;
  counter-increment: ol-counter;
}
.p-article-single__field ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.p-article-single__field ul:not(.wp-block-takuseru-toc__list):not(.p-sns-share__list) {
  list-style: none;
  padding-left: 1.25rem;
  margin-block: 1.5rem;
}
.p-article-single__field ul:not(.wp-block-takuseru-toc__list):not(.p-sns-share__list) li {
  position: relative;
  padding-left: 1rem;
}
.p-article-single__field ul:not(.wp-block-takuseru-toc__list):not(.p-sns-share__list) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #006694;
}
.p-article-single__field a:not(.wp-block-takuseru-article-card__link) {
  color: #006694;
  text-decoration: underline;
}

.p-article__inner {
  padding-top: 12.5rem;
}

.p-article__layout {
  display: flex;
}

.p-article__main {
  flex: 1;
}

.p-article__sidebar {
  width: 18.75rem;
}

.p-article__item-link {
  display: block;
  display: flex;
}

.p-article__items {
  background-color: #f7f7f7;
}

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

.wp-block-takuseru-before-after {
  margin-block: 2.5rem;
}

.wp-block-takuseru-before-after__inner {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-takuseru-before-after__inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.wp-block-takuseru-before-after__panel {
  flex: 1;
  min-width: 0;
}

.wp-block-takuseru-before-after__label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-align: center;
}

.wp-block-takuseru-before-after__label.--before {
  color: #006694;
}

.wp-block-takuseru-before-after__label.--after {
  color: #FF5500;
}

.wp-block-takuseru-before-after__img-wrap {
  border-radius: 0.3125rem;
  overflow: hidden;
  aspect-ratio: 388/240;
}

.wp-block-takuseru-before-after__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.wp-block-takuseru-before-after__img-wrap.--empty {
  background-color: #f0f0f0;
}

.wp-block-takuseru-before-after__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  aspect-ratio: 388/240;
  border: 2px dashed #ccc;
  border-radius: 5px;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: background-color 0.2s;
}
.wp-block-takuseru-before-after__placeholder:hover {
  background-color: #f0f0f0;
}
.wp-block-takuseru-before-after__placeholder .dashicons {
  font-size: 48px;
  width: 48px;
  height: 48px;
  color: #999;
}
.wp-block-takuseru-before-after__placeholder p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.wp-block-takuseru-before-after__img-selected {
  position: relative;
}
.wp-block-takuseru-before-after__img-selected .wp-block-takuseru-before-after__change-btn,
.wp-block-takuseru-before-after__img-selected .wp-block-takuseru-before-after__remove-btn {
  margin-top: 8px;
}
.wp-block-takuseru-before-after__img-selected .wp-block-takuseru-before-after__remove-btn {
  margin-left: 8px;
}

.p-beginner-gomi {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-beginner-gomi {
    padding-top: 2.5rem;
  }
}

.p-beginner-gomi .c-card__header {
  font-size: 1.375rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-beginner-gomi .c-card__header {
    font-size: 1.125rem;
  }
}

.p-beginner-gomi .c-button {
  width: 100%;
  margin-top: 1rem;
}

.p-beginner {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-beginner {
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-beginner .c-section-title__deco.--brackets-desktop {
    line-height: 1.5;
  }
}

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

.p-beginner__message {
  text-align: center;
  background-color: #006694;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  width: 45.625rem;
  border-radius: 0.3125rem;
  color: #fff;
  padding-block: 0.5rem;
  margin-inline: auto;
  margin-top: 3.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-beginner__message {
    font-size: 1.125rem;
    margin-top: 1.5rem;
    width: 100%;
  }
}

.p-beginner__top.c-problem__body {
  margin-top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__top.c-problem__body {
    margin-top: 1.5rem;
  }
}

.p-beginner__bottom.l-2column__body {
  margin-top: 4rem;
}

.p-beginner__image.l-2column__image {
  width: 38.375rem;
}

.p-beginner__header.l-2column__header {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #006694;
}
@media screen and (max-width: 767px) {
  .p-beginner__header.l-2column__header {
    font-size: 1.5rem;
    text-align: center;
  }
}

.p-beginner__button.c-button {
  margin-inline: auto;
  font-size: 1.25rem;
  justify-content: flex-start;
  padding-left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__button.c-button {
    font-size: 0.9375rem;
    padding-left: 0.625rem;
  }
}

.p-check-list {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-check-list {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}

.p-check-list__message {
  background-color: #E6F7FF;
  padding-inline: 7.5rem;
  padding-block: 2.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-check-list__message {
    padding-block: 1.5rem;
    padding-inline: 1rem;
    margin-top: 1.5rem;
  }
}

.p-check-list__items {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-check-list__items {
    margin-top: 2.5rem;
  }
}

.p-check-list__item {
  width: 37.5rem;
  background-color: #f7f7f7;
  box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-check-list__item {
    width: 100%;
    padding-inline: 0.625rem;
    padding-block: 1rem;
  }
}

.p-check-list__item-header {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  gap: 0.5rem;
}
.p-check-list__item-header::before {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../images/check-icon.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-check-list__item-header::before {
    width: 1.5rem;
    height: 1.5rem;
    gap: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-check-list__item-header {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-check-list__item-text {
    margin-top: 0.75rem;
  }
}

.p-column-archive__body {
  display: flex;
  gap: 2.625rem;
  padding-bottom: 5rem;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .p-column-archive__body {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column-archive__body {
    flex-direction: column;
    gap: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}

.p-column-archive__main {
  flex: 1;
  min-width: 0;
}

.p-column-archive__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-column-archive__cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-column-archive__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.p-column-archive__card-link:hover {
  opacity: 0.8;
}

.p-column-archive__card-img {
  border-radius: 0.1875rem;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.p-column-archive__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-column-archive__card-body {
  padding-top: 0.875rem;
}

.p-column-archive__card-date {
  display: block;
  font-size: 0.875rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

.p-column-archive__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.p-column-archive__card-cat {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.1875rem 0.875rem;
  border: 1px solid #121212;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
}

.p-column-archive__empty {
  font-size: 1rem;
  color: #9b9b9b;
  text-align: center;
  padding-block: 3.75rem;
}

.p-column-archive__main .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-column-archive__main .nav-links {
    margin-top: 2rem;
  }
}

.p-column-archive__main .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.125rem;
  font-size: 1rem;
  font-weight: 500;
  border: 0.0625rem solid #006694;
  font-size: 1rem;
  font-weight: 500;
  color: #006694;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
  line-height: 1;
}
.p-column-archive__main .page-numbers:hover, .p-column-archive__main .page-numbers.current {
  background-color: #006694;
  color: #fff;
}
.p-column-archive__main .page-numbers.dots {
  border: none;
  width: auto;
  height: auto;
  font-size: 2.25rem;
  padding-inline: 0.625rem;
}
.p-column-archive__main .page-numbers.prev, .p-column-archive__main .page-numbers.next {
  border: none;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 2.5rem;
  background-color: transparent;
  color: #006694;
  padding: 0;
  margin-bottom: 0.75rem;
}
.p-column-archive__main .page-numbers.prev:hover, .p-column-archive__main .page-numbers.next:hover {
  background-color: transparent;
  opacity: 0.8;
  color: #006694;
}
@media screen and (max-width: 767px) {
  .p-column-archive__main .page-numbers {
    width: 2.875rem;
    height: 2.875rem;
    font-size: 1.75rem;
  }
  .p-column-archive__main .page-numbers.prev, .p-column-archive__main .page-numbers.next {
    width: 1.875rem;
    height: 2.875rem;
    font-size: 2.25rem;
  }
}

.p-column-archive__sidebar {
  flex: 0 0 20.375rem;
  width: 20.375rem;
}
@media screen and (max-width: 1023px) {
  .p-column-archive__sidebar {
    flex: 0 0 17.5rem;
    width: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column-archive__sidebar {
    width: 100%;
    flex: none;
  }
}

.p-column-archive__sidebar-cta-wrap {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-column-archive__sidebar-cta-wrap {
    margin-bottom: 1.5rem;
  }
}

.p-column-archive__sidebar-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #006694;
  margin-bottom: 1rem;
}

.p-column-archive__sidebar-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-column-archive__sidebar-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.p-column-archive__sidebar-card-link:hover {
  opacity: 0.8;
}

.p-column-archive__sidebar-card-img {
  border-radius: 0.1875rem;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.p-column-archive__sidebar-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-column-archive__sidebar-card-body {
  padding-top: 0.75rem;
}

.p-column-archive__sidebar-card-date {
  display: block;
  font-size: 0.875rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

.p-column-archive__sidebar-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.p-column-archive__sidebar-card-cat {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.1875rem 0.875rem;
  border: 1px solid #121212;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
}

.p-column-archive__sidebar-btn-wrap {
  margin-top: 2.5rem;
}

.p-column-archive__sidebar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.125rem;
  background-color: #FF7700;
  border: 0.125rem solid #fff;
  border-radius: 3.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  position: relative;
  box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-column-archive__sidebar-btn:hover {
  transform: translate(0.25rem, 0.25rem);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.p-column-archive__sidebar-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../images/button-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.p-column-news {
  background-color: #FFE6E6;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-column-news {
    padding-block: 2.5rem;
  }
}

.p-column-news__inner {
  max-width: 65.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-column-news__inner {
    padding-inline: 0.9375rem;
  }
}

.p-column-news__title {
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-column-news__title {
    margin-bottom: 2rem;
  }
}

.p-column-news__box {
  position: relative;
}

.p-column-news__tabs {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-column-news__tabs {
    gap: 0.5rem;
  }
}

.p-column-news__tab {
  flex: 0 0 22.5rem;
  height: 3.4375rem;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #121212;
  background-color: #E6F7FF;
  border: none;
  border-radius: 0.625rem 0.625rem 0 0;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
  .p-column-news__tab {
    flex: 1;
    font-size: 1rem;
    height: 2.75rem;
  }
}

.p-column-news__tab.is-active {
  background-color: #fff;
}

.p-column-news__card-box {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-column-news__card-box {
    border-radius: 0 0 0.625rem 0.625rem;
    padding: 1.5rem 1rem;
  }
}

.p-column-news__panel {
  display: none;
}

.p-column-news__panel.is-active {
  display: block;
}

.p-column-news__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-column-news__cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-column-news__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.p-column-news__card-link:hover {
  opacity: 0.8;
}

.p-column-news__card-img {
  border-radius: 0.1875rem;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.p-column-news__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-column-news__card-no-img {
  width: 100%;
  height: 100%;
  background-image: url(../images/no-image.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-column-news__card-body {
  padding-top: 0.875rem;
}

.p-column-news__card-date {
  display: block;
  font-size: 0.875rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

.p-column-news__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #121212;
  line-height: 1.4;
  margin-top: 0.25rem;
}

.p-column-news__card-cat {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.1875rem 0.875rem;
  border: 1px solid #121212;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #000;
  line-height: 1;
}

.p-column-news__button-area {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-column-news__cta-btn {
    width: 100%;
  }
}

.p-community {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-community {
    padding-block: 2.5rem;
  }
}

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

.p-community__attention {
  margin-top: 7.5rem;
  width: 53rem;
  margin-inline: auto;
  border: 0.125rem solid #006694;
  border-radius: 0.3125rem;
  padding-block: 1rem;
  padding-inline: 1rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-community__attention {
    padding-block: 0.5rem;
    margin-top: 2.5rem;
  }
}

.p-community__attention-text {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.07em;
  display: flex;
  justify-content: center;
}
.p-community__attention-text::before {
  width: 3.125rem;
  height: 3.125rem;
  margin-top: 0.25rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-community__attention-text::before {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-top: 0;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-community__attention-text {
    font-size: 1rem;
    display: block;
  }
}

.p-community__points {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .p-community .c-reason__point-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-community .c-reason__point-content .c-reason__point-image {
    width: 5rem;
  }
}

.p-company-page__info {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__info {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-company-page__section-heading {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__section-heading {
    margin-bottom: 2rem;
  }
}

.p-company-page__table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  border-top: 0.0625rem solid #006694;
  border-left: 0.0625rem solid #006694;
}

.p-company-page__row {
  display: flex;
  align-items: stretch;
  min-height: 5.25rem;
}

.p-company-page__label {
  flex-shrink: 0;
  width: 14.25rem;
  background-color: #006694;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__label {
    width: 6.25rem;
    font-size: 0.875rem;
    padding: 0.75rem 0.375rem;
  }
}

.p-company-page__value {
  flex: 1;
  background-color: #fff;
  border-right: 0.0625rem solid #006694;
  border-bottom: 0.0625rem solid #006694;
  font-size: 1.25rem;
  font-weight: 400;
  color: #121212;
  line-height: 1.5;
  padding: 1.6875rem 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__value {
    font-size: 0.9375rem;
    padding: 1rem 1rem;
  }
}

.p-company-page__value-note {
  font-size: 0.875rem;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-company-page__value-note {
    font-size: 0.75rem;
  }
}

.p-company-page__value--link a {
  color: #0095d8;
  text-decoration: underline;
  word-break: break-all;
}

.p-company-page__sites {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8125rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-company-page__site-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  width: 12.5rem;
  height: 3.875rem;
  border: 0.0625rem solid #006694;
  border-radius: 0.125rem;
  padding-inline: 0.625rem;
  text-decoration: none;
  transition: background-color 0.2s;
}
.p-company-page__site-item:hover {
  background-color: #E6F7FF;
}
@media screen and (max-width: 767px) {
  .p-company-page__site-item {
    width: 9.375rem;
    height: 3.25rem;
  }
}

.p-company-page__site-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-company-page__site-name {
    font-size: 0.9375rem;
  }
}

.p-company-page__site-sub {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-company-page__site-sub {
    font-size: 0.75rem;
  }
}

.p-company-page__map-section {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__map-section {
    padding-block: 3rem;
  }
}

.p-company-page__map {
  width: 100%;
  aspect-ratio: 1166/374;
}
@media screen and (max-width: 767px) {
  .p-company-page__map {
    aspect-ratio: 4/3;
  }
}
.p-company-page__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p-company-page__philosophy {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__philosophy {
    padding-block: 3rem;
  }
}

.p-company-page__philosophy-content {
  background-color: #E6F7FF;
  padding: 3rem 3.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__philosophy-content {
    padding: 2rem 1.25rem;
    margin-top: 2rem;
  }
}

.p-company-page__philosophy-catch {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__philosophy-catch {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}

.p-company-page__philosophy-text {
  line-height: 1.8;
  color: #121212;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-page__philosophy-text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-company-page__greeting {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__greeting {
    padding-block: 3rem;
  }
}

.p-company-page__greeting-body {
  display: flex;
  gap: 3.1875rem;
  align-items: flex-start;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__greeting-body {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}

.p-company-page__greeting-photo {
  flex-shrink: 0;
  width: 32.125rem;
}
.p-company-page__greeting-photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-company-page__greeting-photo {
    width: 100%;
  }
}

.p-company-page__greeting-text {
  flex: 1;
}

.p-company-page__greeting-role {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__greeting-role {
    font-size: 1rem;
  }
}

.p-company-page__greeting-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-company-page__greeting-name {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-company-page__greeting-message {
  font-size: 1rem;
  line-height: 1.8;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-company-page__greeting-message {
    font-size: 1rem;
  }
}

.p-company {
  padding-top: 6.25rem;
  padding-bottom: 7.25rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 2.5rem;
  }
}

.p-company__inner {
  max-width: 46.875rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-inline: 0.9375rem;
  }
}

.p-company__title {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    margin-bottom: 1rem;
  }
}

.p-company__table {
  width: 100%;
}

.p-company__row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #006694 8.75rem, #c1c1c1 8.75rem) 1;
     border-image: linear-gradient(to right, #006694 8.75rem, #c1c1c1 8.75rem) 1;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    flex-direction: column;
    gap: 0.5rem;
    -o-border-image: linear-gradient(to right, #006694 3.75rem, #c1c1c1 3.75rem) 1;
       border-image: linear-gradient(to right, #006694 3.75rem, #c1c1c1 3.75rem) 1;
  }
}

.p-company__label {
  flex: 0 0 7.75rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #006694;
  line-height: 1.45;
  padding-top: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-company__label {
    flex: none;
  }
}

.p-company__value {
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #121212;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-company__value {
    flex: none;
    width: 100%;
    line-height: 2;
  }
}

.p-company__address {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.p-company__map {
  width: 31.25rem;
  max-width: 100%;
  aspect-ratio: 350/206;
}
@media screen and (max-width: 767px) {
  .p-company__map {
    width: 100%;
  }
}
.p-company__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p-company__button-area {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-company__button-area {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__button-area .c-button {
    width: 100%;
  }
}

.p-contact {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 3.75rem;
  }
}

.p-contact__inner {
  padding-top: 3.5rem;
  max-width: 63.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-top: 2rem;
  }
}

.p-contact__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #121212;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__heading {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
}

.p-contact__tel-box {
  background-color: #E6F7FF;
  padding: 5rem 1.25rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-box {
    padding: 1.25rem 1rem;
    margin-bottom: 2rem;
  }
}

.p-contact__tel-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #006694;
  margin-bottom: 0.5rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-label {
    font-size: 1rem;
  }
}

.p-contact__tel-number-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.p-contact__tel-icon {
  width: 3.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-icon {
    width: 1.5rem;
  }
}

.p-contact__tel-number {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  line-height: 1;
  margin-top: 1rem;
}
.p-contact__tel-number:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-number {
    font-size: 2.25rem;
    margin-top: 0.5rem;
  }
}

.p-contact__tel-hours {
  display: inline-block;
  font-size: 1.375rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #006694;
  padding: 0.1875rem 1.25rem;
  margin-top: 0.5rem;
  max-width: 43.875rem;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-hours {
    font-size: 0.75rem;
    padding: 0.1875rem 0.75rem;
  }
}

.p-contact__intro {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__intro {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 2rem;
  }
}

.p-contact__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-contact__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-contact__form .p-contact-field {
  display: grid;
  grid-template-columns: 11.75rem 1fr;
  align-items: flex-start;
  gap: 1rem;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact-field {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding-block: 0.875rem;
  }
}
.p-contact__form .p-contact-field__label {
  font-size: 1rem;
  font-weight: 700;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-top: 0.6875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact-field__label {
    padding-top: 0;
    font-size: 0.875rem;
  }
}
.p-contact__form .p-contact-field__required {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background-color: #e80000;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  flex-shrink: 0;
}
.p-contact__form .p-contact-field__optional {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background-color: #999999;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  flex-shrink: 0;
}
.p-contact__form input[type=text],
.p-contact__form input[type=tel],
.p-contact__form input[type=email],
.p-contact__form input[type=url],
.p-contact__form input[type=number] {
  width: 100%;
  height: 2.875rem;
  background-color: #f8f8f8;
  border: none;
  border-radius: 0.3125rem;
  padding-inline: 0.875rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #121212;
  outline: none;
  transition: box-shadow 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact__form input[type=text]::-moz-placeholder, .p-contact__form input[type=tel]::-moz-placeholder, .p-contact__form input[type=email]::-moz-placeholder, .p-contact__form input[type=url]::-moz-placeholder, .p-contact__form input[type=number]::-moz-placeholder {
  color: #bababa;
}
.p-contact__form input[type=text]::placeholder,
.p-contact__form input[type=tel]::placeholder,
.p-contact__form input[type=email]::placeholder,
.p-contact__form input[type=url]::placeholder,
.p-contact__form input[type=number]::placeholder {
  color: #bababa;
}
.p-contact__form input[type=text]:focus,
.p-contact__form input[type=tel]:focus,
.p-contact__form input[type=email]:focus,
.p-contact__form input[type=url]:focus,
.p-contact__form input[type=number]:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 102, 148, 0.4);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__form input[type=text],
  .p-contact__form input[type=tel],
  .p-contact__form input[type=email],
  .p-contact__form input[type=url],
  .p-contact__form input[type=number] {
    height: 2.625rem;
    font-size: 0.875rem;
  }
}
.p-contact__form input[type=date] {
  width: 100%;
  height: 2.875rem;
  background-color: #f8f8f8;
  border: none;
  border-radius: 0.3125rem;
  padding-inline: 0.875rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #121212;
  outline: none;
  transition: box-shadow 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact__form input[type=date]:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 102, 148, 0.4);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__form input[type=date] {
    height: 2.625rem;
    font-size: 0.875rem;
  }
}
.p-contact__form textarea {
  width: 100%;
  min-height: 12.5rem;
  background-color: #f8f8f8;
  border: none;
  border-radius: 0.3125rem;
  padding: 0.75rem 0.875rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #121212;
  outline: none;
  resize: vertical;
  transition: box-shadow 0.2s ease;
  line-height: 1.7;
}
.p-contact__form textarea::-moz-placeholder {
  color: #bababa;
}
.p-contact__form textarea::placeholder {
  color: #bababa;
}
.p-contact__form textarea:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 102, 148, 0.4);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__form textarea {
    font-size: 0.875rem;
    min-height: 10rem;
  }
}
.p-contact__form .wpcf7-radio {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .wpcf7-radio {
    gap: 1.25rem;
    padding-top: 0;
  }
}
.p-contact__form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.p-contact__form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
}
.p-contact__form .wpcf7-radio .wpcf7-list-item-label {
  font-size: 1rem;
  color: #121212;
}
.p-contact__form .wpcf7-radio input[type=radio] {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #006694;
  cursor: pointer;
  flex-shrink: 0;
}
.p-contact__form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-contact__form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-contact__form .wpcf7-checkbox input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #006694;
  cursor: pointer;
  flex-shrink: 0;
}
.p-contact__form .p-contact-estimate {
  margin-top: 2.5rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact-estimate {
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
}
.p-contact__form .p-contact-estimate__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact-estimate__heading {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}
.p-contact__form .p-contact-estimate__dates {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.p-contact__form .p-contact-estimate__date-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.p-contact__form .p-contact-estimate__date-row .wpcf7-form-control-wrap {
  width: auto;
}
.p-contact__form .p-contact-estimate__date-row input[type=date] {
  width: 11.25rem;
}
.p-contact__form .p-contact-estimate__date-row input[type=number] {
  width: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact-estimate__date-row {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .p-contact__form .p-contact-estimate__date-row input[type=date] {
    width: 10rem;
  }
  .p-contact__form .p-contact-estimate__date-row input[type=number] {
    width: 4rem;
  }
}
.p-contact__form .p-contact-estimate__pref-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #121212;
  width: 4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact-estimate__pref-label {
    font-size: 0.8125rem;
  }
}
.p-contact__form .p-contact-estimate__time-suffix {
  font-size: 1rem;
  color: #121212;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact-estimate__time-suffix {
    font-size: 0.875rem;
  }
}
.p-contact__form .p-contact-files {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
}
.p-contact__form .wpcf7-file {
  font-size: 0.875rem;
  color: #121212;
}
.p-contact__form .p-contact-files__note {
  font-size: 0.75rem;
  color: #888888;
  margin-top: 0.25rem;
  line-height: 1.6;
}
.p-contact__form .p-contact__privacy {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 500;
  color: #121212;
  text-align: center;
  margin-bottom: 1rem;
}
.p-contact__form .p-contact__privacy a {
  color: #0088d6;
  text-decoration: underline;
}
.p-contact__form .p-contact__privacy a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact__privacy {
    font-size: 0.875rem;
  }
}
.p-contact__form .p-contact__submit-wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact__submit-wrap {
    margin-top: 2rem;
  }
}
.p-contact__form input[type=submit],
.p-contact__form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  padding-block: 1.4375rem;
  padding-inline: 1.5rem 4.375rem;
  background-color: #FF7700;
  background-image: url(../images/button-arrow.svg);
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  background-position: right 2.75rem center;
  border-radius: 3.75rem;
  border: 0.125rem solid #fff;
  width: 24rem;
  line-height: 1;
  box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin-inline: auto;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.p-contact__form input[type=submit]:hover,
.p-contact__form .wpcf7-submit:hover {
  transform: translate(0.25rem, 0.25rem);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .p-contact__form input[type=submit],
  .p-contact__form .wpcf7-submit {
    font-size: 1rem;
    width: 18.375rem;
    padding-block: 0.875rem;
    padding-inline: 1rem 2.75rem;
    height: 3rem;
    background-size: 1.6875rem 1.6875rem;
    background-position: right 0.625rem center;
  }
}
.p-contact__form .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.75rem;
  color: #e80000;
  margin-top: 0.25rem;
}
.p-contact__form .wpcf7-form-control.wpcf7-not-valid {
  box-shadow: 0 0 0 0.125rem #e80000;
}
.p-contact__form .wpcf7-response-output {
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  margin-top: 1rem;
  text-align: center;
}
.p-contact__form .wpcf7-mail-sent-ok {
  background-color: #f0fff4;
  border-color: #48bb78;
  color: #276749;
}
.p-contact__form .wpcf7-validation-errors,
.p-contact__form .wpcf7-acceptance-missing {
  background-color: #fff5f5;
  border-color: #fc8181;
  color: #c53030;
}

.wp-block-takuseru-custom-table {
  width: 100%;
  margin-block: 2.5rem;
}

.wp-block-takuseru-custom-table .simplebar-track.simplebar-horizontal {
  background: #e6f7ff;
  border-radius: 0.1875rem;
  height: 0.375rem;
}

.wp-block-takuseru-custom-table .simplebar-scrollbar::before {
  background: #006694;
  border-radius: 0.1875rem;
  top: 0;
  bottom: 0;
  opacity: 1;
}

.wp-block-takuseru-custom-table__table {
  width: 100%;
  min-width: 37.5rem;
  border-collapse: separate;
  border-spacing: 0.125rem;
  table-layout: fixed;
}

.wp-block-takuseru-custom-table__th,
.wp-block-takuseru-custom-table__td {
  width: 19.625rem;
}
.wp-block-takuseru-custom-table__th:first-child,
.wp-block-takuseru-custom-table__td:first-child {
  width: 10.25rem;
}

.wp-block-takuseru-custom-table__th {
  background-color: #006694;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  height: 5.25rem;
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #006694;
  white-space: nowrap;
}

.wp-block-takuseru-custom-table__td {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  height: 5.25rem;
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #006694;
}
@media screen and (max-width: 767px) {
  .wp-block-takuseru-custom-table__td {
    font-size: 0.875rem;
    height: 3.75rem;
    padding: 0.625rem 0.75rem;
  }
}

.wp-block-takuseru-custom-table__th-row {
  background-color: #006694;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  height: 5.25rem;
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #006694;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .wp-block-takuseru-custom-table__th-row {
    font-size: 0.875rem;
    height: 3.75rem;
    padding: 0.625rem 0.75rem;
  }
}

.wp-block-takuseru-custom-table__tr--even {
  background-color: #f4fcff;
}

.wp-block-takuseru-custom-table__tr--odd {
  background-color: #fff;
}

.wp-block-takuseru-custom-table__editor {
  width: 100%;
}

.wp-block-takuseru-custom-table__remove-col {
  display: block;
  margin-top: 0.25rem;
  font-size: 11px;
}

.wp-block-takuseru-custom-table__td-action {
  width: 80px;
  vertical-align: middle;
}

.wp-block-takuseru-custom-table__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.wp-block-takuseru-custom-table--ranking .wp-block-takuseru-custom-table__th:first-child,
.wp-block-takuseru-custom-table--ranking .wp-block-takuseru-custom-table__th-row {
  position: sticky;
  left: 0;
  z-index: 2;
}

.p-difference {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-difference {
    padding-block: 2.5rem;
  }
}

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

.p-difference__attention {
  margin-top: 1.5rem;
  width: 100%;
  padding-block: 0.875rem;
  padding-inline: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
  color: #006694;
  line-height: 1.5;
  font-weight: 700;
  background-color: #FDDF8C;
}
@media screen and (max-width: 767px) {
  .p-difference__attention {
    font-size: 1rem;
    padding-block: 0.5rem;
    padding-inline: 0.5rem;
  }
}

.p-discount__bg {
  background-color: #E6F7FF;
  padding-inline: 4rem;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-discount__bg {
    padding-inline: 0.75rem;
    padding-block: 2.5rem;
  }
}

.p-discount__lead {
  display: block;
  width: 52.25rem;
  margin-right: auto;
  font-size: 1.5rem;
  color: #006694;
  font-weight: 700;
  margin-top: 6.625rem;
}
@media screen and (max-width: 767px) {
  .p-discount__lead {
    width: 13.9375rem;
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.p-discount__wrapper {
  display: flex;
  gap: 2.625rem;
  margin-top: 3rem;
  align-items: center;
  position: relative;
}
.p-discount__wrapper::before {
  content: "";
  position: absolute;
  top: -16.6875rem;
  right: 0;
  display: block;
  width: 15.6875rem;
  height: 16.6875rem;
  background-image: url(../images/other-okadayumi.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-discount__wrapper::before {
    display: block;
    top: -11.75rem;
    width: 8.3125rem;
    height: 11.75rem;
    background-image: url(../images/other-okadayumi-sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .p-discount__wrapper {
    flex-direction: column-reverse;
    gap: 1rem;
    margin-top: 2.0625rem;
  }
}

.p-discount__header {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-discount__header {
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: -0.011em;
  }
}

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

.p-discount__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-discount__text {
    margin-top: 1rem;
  }
}

.p-discount__image {
  width: 34.125rem;
}
@media screen and (max-width: 767px) {
  .p-discount__image {
    width: 100%;
  }
}

.p-discount__image img {
  border-radius: 0.3125rem;
}

.p-discount__content {
  flex: 1;
}

.p-discount__point-items {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-discount__point-items {
    flex-direction: column;
    gap: 1rem;
  }
}

.p-discount__point-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.3125rem;
}

.p-discount__point-image {
  width: 30.3125rem;
}
@media screen and (max-width: 767px) {
  .p-discount__point-image {
    width: 100%;
  }
}

.p-discount__point-image img {
  border-radius: 0.1875rem;
}

.p-discount__point-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-discount__point-title {
    font-size: 1.125rem;
  }
}

.p-discount__point-text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.011em;
  font-weight: 400;
  margin-top: 1rem;
}

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

.p-discount__button {
  margin-inline: auto;
}

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

.p-environment__bg {
  background-color: #E6F7FF;
  border-radius: 0.625rem;
  padding-block: 6.25rem;
  padding-inline: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-environment__bg {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    padding-inline: 0.5rem;
    margin-inline: 0.3125rem;
    border-radius: 0.125rem;
  }
}

.p-environment__title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-environment__title {
    margin-bottom: 0;
  }
}

.p-environment__lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #006694;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-environment__lead {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.p-environment__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3.5rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-environment__cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-environment__card {
  background-color: #fff;
  border-radius: 0.3125rem;
  overflow: hidden;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-environment__card {
    padding-bottom: 1rem;
    width: 19.875rem;
    margin-inline: auto;
  }
}

.p-environment__card-image {
  padding: 1.5rem 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-environment__card-image {
    padding: 0.75rem 0.75rem 0;
  }
}
.p-environment__card-image img {
  width: 100%;
  height: 12.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-environment__card-image img {
    height: 12.25rem;
  }
}

.p-environment__card-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-inline: 1rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-environment__card-text {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

.p-environment__card-keyword {
  position: relative;
  display: inline;
}
.p-environment__card-keyword::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.125rem;
  z-index: -1;
  width: 100%;
  height: 0.6875rem;
  background-color: #FFBB00;
}

.p-environment__message {
  position: relative;
  margin-top: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-environment__message {
    margin-top: 3.375rem;
  }
}

.p-faq {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 5rem;
  }
}

.p-page-faq {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-faq {
    padding-bottom: 5rem;
  }
}

.p-faq.--lower {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq.--lower {
    padding-bottom: 5rem;
  }
}

.p-faq__lead {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq__lead {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 2rem;
  }
}

.p-faq__wrapper {
  width: 62.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-faq__wrapper {
    width: 100%;
  }
}

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

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

.p-faq__tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1875rem solid #006694;
  border-radius: 0.625rem;
  color: #006694;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 0.625rem 0.5rem;
  min-height: 3.875rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.p-faq__tab-btn:hover {
  background-color: #006694;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq__tab-btn {
    font-size: 0.875rem;
    min-height: 3.25rem;
    padding: 0.5rem 0.375rem;
  }
}

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

.p-faq__category-title {
  background-color: #006694;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  min-height: 4rem;
  padding: 0.75rem 3.0625rem;
  display: flex;
  align-items: center;
  border-radius: 0.1875rem 0.1875rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq__category-title {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    min-height: 3.25rem;
  }
}

.p-faq__list {
  max-width: 62.5rem;
  margin-inline: auto;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 1.5rem;
  }
}

.p-page-faq .p-faq__list {
  margin-top: 1.75rem;
}

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

.p-faq__question {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #006694;
  border-radius: 0.1875rem;
  min-height: 4rem;
  padding: 0.75rem 1.5rem 0.75rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    min-height: 3.5rem;
    padding: 0.75rem 1rem 0.75rem 1.5rem;
    gap: 0.75rem;
    align-items: flex-start;
  }
}

.p-faq__q-label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__q-label {
    font-size: 1.5rem;
  }
}

.p-faq__q-text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  flex: 1;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__q-text {
    font-size: 1rem;
  }
}

.p-faq__icon {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-faq__icon {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-top: 0.125rem;
  }
}
.p-faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 0.0625rem;
  transform: translateY(-50%);
}
.p-faq__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.125rem;
  height: 100%;
  background-color: #fff;
  border-radius: 0.0625rem;
  transform: translateX(-50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.is-open .p-faq__icon::after {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}

.p-faq__answer {
  display: none;
  padding: 1.5rem 1.5rem 1.5rem 5.625rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding: 1.25rem 1rem;
  }
}

.p-faq__answer-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    font-size: 0.9375rem;
  }
}

.p-faq__empty {
  text-align: center;
  font-size: 1rem;
  color: #121212;
  margin-top: 3rem;
}

.p-faq__question.--faq-page {
  background-color: #fff;
  border: none;
  border-bottom: 0.125rem solid #006694;
  border-radius: 0;
}

.p-faq__question.--faq-page .p-faq__q-label {
  color: #006694;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question.--faq-page .p-faq__q-label {
    font-size: 1.5rem;
  }
}

.p-faq__question.--faq-page .p-faq__q-text {
  color: #006694;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question.--faq-page .p-faq__q-text {
    font-size: 1rem;
  }
}

.p-faq__question.--faq-page .p-faq__icon::before,
.p-faq__question.--faq-page .p-faq__icon::after {
  background-color: #006694;
}

.p-faq__button {
  margin-inline: auto;
}

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

.p-footer__main {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__main {
    padding-top: 2.5rem;
  }
}

.p-footer__logo-area {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo-area.c-logo-area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo-area .c-logo-area__text {
    font-size: 1.125rem;
    font-weight: 400;
  }
}

.p-footer__nav-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 62.5rem;
  max-width: 100%;
  margin-inline: auto;
  row-gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-items {
    width: 100%;
    margin-top: 1.5rem;
    row-gap: 1rem;
    justify-content: flex-start;
  }
}

.p-footer__nav-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.p-footer__nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.125rem;
  height: 1em;
  background-color: #ABC2CB;
}

.p-footer__nav-link {
  display: inline-block;
  padding-inline: 1.5rem;
  color: #006694;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link {
    padding-inline: 1rem;
    line-height: 1;
  }
}

.p-footer__external-links {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 2.5rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__external-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

.p-footer__bottom {
  background-color: #006694;
  padding-block: 1.125rem;
}

.p-footer__bottom-inner.l-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-inner.l-inner {
    row-gap: 0.75rem;
  }
}

.p-footer__bottom-left {
  display: flex;
}

.p-footer__bottom-item + .p-footer__bottom-item {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-item + .p-footer__bottom-item {
    margin-left: 1rem;
  }
}

.p-footer__bottom-link {
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.p-footer__bottom-link:before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../images/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.375rem;
}

.p-footer__copy-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.p-footer__nav-block {
  display: flex;
  justify-content: space-between;
  gap: 4.5rem;
  font-size: 0.875rem;
}

.p-footer__related {
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__related {
    margin-top: 2rem;
  }
}

.p-footer__related-title {
  font-size: 1rem;
  font-weight: 500;
  color: #121212;
  margin-bottom: 1.25rem;
}

.p-footer__related-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.125rem 1.625rem;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .p-footer__related-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__related-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.p-footer__related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  height: 4.25rem;
  padding: 0.875rem 1rem;
  background-color: #fff;
  border: 1px solid #006694;
  border-radius: 0.1875rem;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.p-footer__related-link:hover {
  background-color: #E6F7FF;
}
@media screen and (max-width: 767px) {
  .p-footer__related-link {
    height: 4rem;
    padding: 0.625rem 0.75rem;
  }
}

.p-footer__related-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-footer__related-text {
    font-size: 1rem;
  }
}

.p-footer__related-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #006694;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-footer__related-arrow::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg) translate(-1px, 1px);
}
@media screen and (max-width: 767px) {
  .p-footer__related-arrow {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}

.p-footer__disclaimer {
  background-color: #E6F7FF;
  margin-top: 3rem;
  padding: 2rem 3rem;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__disclaimer {
    margin-top: 2.5rem;
    padding-block: 1.5rem;
    padding-inline: 1.125rem;
  }
}

.p-footer__disclaimer-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #121212;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__disclaimer-text {
    text-align: left;
  }
}

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

.p-free__wrapper {
  background-color: #E6F7FF;
  width: 69.5rem;
  margin-inline: auto;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-free__wrapper {
    width: 100%;
    padding: 1.5rem;
  }
}

.p-fv {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 1.1875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 44.875rem;
    padding-top: 6.5rem;
  }
}

.p-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media screen and (max-width: 767px) {
  .p-fv__bg {
    -o-object-position: center top;
       object-position: center top;
  }
}

.p-fv__inner {
  height: 100%;
  width: 100%;
  position: relative;
}

.p-fv__model {
  width: 41.25rem;
  height: 38.75rem;
  position: absolute;
  bottom: 2.5rem;
  right: -5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-fv__model {
    width: 19.0625rem;
    height: 19.5625rem;
    bottom: -1.25rem;
    right: -4.625rem;
  }
}

.p-fv__model-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-fv__content {
  max-width: 48.125rem;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    max-width: 100%;
  }
}

.p-fv__title {
  text-align: center;
  font-size: 4.25rem;
  line-height: 1.3;
  font-weight: 900;
  color: #006694;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 2.4375rem;
    letter-spacing: -0.01em;
  }
}

.p-fv__title-lead {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #006694;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.1875rem;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__title-lead {
    font-size: 1.25rem;
    padding-inline: 0;
    width: 100%;
  }
}
.p-fv__title-lead span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title-lead span {
    font-size: 1rem;
  }
}

.p-fv__points {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fv__points {
    gap: 0.625rem;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
  }
}

.p-fv__point {
  width: 13.1875rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #006694;
  padding-top: 3rem;
  padding-bottom: 1.75rem;
  background-image: url(../images/fv-point.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv__point {
    width: 6.875rem;
    font-size: 0.8125rem;
    padding-top: 1.5625rem;
    padding-bottom: 0.5625rem;
  }
}

.p-fv__point-big {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv__point-big {
    font-size: 1.0625rem;
  }
}

.p-fv__copy {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #006694;
  letter-spacing: 0.02em;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-inline: auto;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__copy {
    font-size: 0.875rem;
  }
}

.p-fv__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-fv__price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
}

.p-fv__price-area {
  display: flex;
  align-items: center;
  line-height: 1;
}

.p-fv__payment {
  margin-top: 0.5rem;
}

.p-fv__image-area {
  width: 44.375rem;
  margin-inline: auto;
  max-width: 44.375rem;
  height: 11.875rem;
  position: relative;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__image-area {
    width: 12.125rem;
    margin-right: auto;
    margin-left: 0;
    height: 14.5rem;
    margin-top: 1.25rem;
  }
}

.p-fv__image-before,
.p-fv__image-after {
  position: absolute;
}

.p-fv__image-before {
  width: 19.0625rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__image-before {
    width: 9.5rem;
  }
}

.p-fv__image-after {
  width: 21.8125rem;
  right: 0;
  top: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__image-after {
    width: 11.8125rem;
    bottom: 0;
    top: auto;
  }
}

.p-header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.64);
  padding-top: 1.125rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.p-header__inner {
  width: 86.25rem;
  max-width: 100%;
  margin-inline: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.75rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-header__top {
    padding-bottom: 0;
    gap: 0;
  }
}

.p-header__logo-link {
  display: inline-block;
  line-height: 0;
  opacity: 1;
  transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-header__logo-link:hover {
  opacity: 0.6;
}

.p-header__contact-area {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-header__contact-area {
    display: none;
  }
}

.p-header__items {
  display: flex;
  justify-content: center;
  row-gap: 1rem;
}

.p-header__item--has-dropdown {
  position: relative;
}

.p-header__dropdown {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  min-width: 12.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
  border-top: 0.125rem solid #006694;
  border-radius: 0 0 0.25rem 0.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 200;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-header__item--has-dropdown:hover .p-header__dropdown {
  opacity: 1;
  visibility: visible;
}

.p-header__dropdown-item {
  border-bottom: 0.0625rem solid #e0e0e0;
}
.p-header__dropdown-item:last-child {
  border-bottom: none;
}

.p-header__dropdown-link {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #121212;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-header__dropdown-link:hover {
  background-color: #E6F7FF;
  color: #006694;
}

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

.p-header__item:not(:first-child) .p-header__item-link,
.p-header__item:not(:last-child) .p-header__item-link {
  padding-inline: 1.75rem;
}

.p-header__item:not(:first-child) .p-header__item-link {
  display: block;
  width: 100%;
  line-height: 1.5;
  border-left: 0.0625rem solid #121212;
}

.p-header__item-link {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-header__item-link:hover, .p-header__item--has-dropdown:hover .p-header__item-link {
  background-color: #006694;
  color: #fff;
}
.p-header__item-link:focus-visible {
  background-color: #006694;
  color: #fff;
  outline: 0.125rem solid #FFBB00;
  outline-offset: 0.125rem;
}

/* ==============================
   SP: ハンバーガーボタン
============================== */
.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4375rem;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    position: fixed;
    z-index: 210;
    top: 0.875rem;
    right: 20px;
  }
}

.p-header__hamburger-line {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger-line {
    display: block;
    width: 1.75rem;
    height: 0.125rem;
    background-color: #006694;
    border-radius: 0.125rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburger.is-active .p-header__hamburger-line:nth-child(1) {
    transform: translateY(0.5625rem) rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburger.is-active .p-header__hamburger-line:nth-child(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburger.is-active .p-header__hamburger-line:nth-child(3) {
    transform: translateY(-0.5625rem) rotate(-45deg);
  }
}

/* ==============================
   SP: ドロワーメニュー
============================== */
.p-header__drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__drawer {
    display: block;
    position: fixed;
    inset: 0;
    background-color: transparent;
    z-index: 200;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer.is-active {
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-inner {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 100%;
    padding-top: env(safe-area-inset-top, 0px);
    padding-left: env(safe-area-inset-left, 0px);
    padding-right: env(safe-area-inset-right, 0px);
    padding-bottom: max(4.5rem, env(safe-area-inset-bottom, 0px));
    background-color: #fff;
    background-clip: content-box;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-head {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    padding-right: calc(2.75rem + 20px);
    border-bottom: 0.0625rem solid #e5e5e5;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-logo {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-logo img {
    width: 13.5rem;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-logo-text {
    font-size: 0.6875rem;
    color: #121212;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-nav {
    border-top: 0.0625rem solid #e5e5e5;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-list {
    list-style: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-item {
    border-bottom: 0.0625rem solid #e5e5e5;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    color: #121212;
    text-decoration: none;
    line-height: 1.5;
  }
  .p-header__drawer-link::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #121212;
    border-right: 0.125rem solid #121212;
    transform: rotate(45deg);
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-cta {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 1.25rem;
    flex-shrink: 0;
  }
  .p-header__drawer-cta .c-cta-button {
    border-radius: 0.3125rem;
    min-width: unset;
    padding: 0.875rem 0.625rem;
  }
  .p-header__drawer-cta .c-cta-button:first-child {
    margin-bottom: 0.5rem;
  }
}

/* ==============================
   SP: ドロワーサブメニュー（サービス一覧下層）— 非表示
============================== */
@media screen and (max-width: 767px) {
  .p-header__drawer-sub {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-sub-item {
    border-bottom: 0.0625rem solid #d0e8f5;
  }
  .p-header__drawer-sub-item:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-sub-link {
    display: block;
    padding: 0.75rem 1rem 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #006694;
    text-decoration: none;
  }
  .p-header__drawer-sub-link::before {
    content: "└ ";
  }
}

.p-news-archive {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive {
    padding-bottom: 3rem;
  }
}

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

.p-news-archive__main {
  max-width: 50rem;
  margin-inline: auto;
}

.p-news-archive__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-news-archive__link {
  display: flex;
  align-items: center;
  gap: 1.375rem;
  padding-block: 2rem 2.4375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.p-news-archive__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-news-archive__link {
    gap: 1rem;
    padding-block: 1.5rem 2rem;
  }
}

.p-news-archive__item:first-child .p-news-archive__link {
  padding-top: 0;
}

.p-news-archive__body {
  flex: 1;
  min-width: 0;
}

.p-news-archive__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive__meta {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.p-news-archive__date {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #000000;
  line-height: 1;
  white-space: nowrap;
}

.p-news-archive__cat {
  font-size: 0.875rem;
  font-weight: 400;
  color: #121212;
  border: 1px solid #121212;
  border-radius: 2.5rem;
  padding: 0.1875rem 0.75rem;
  line-height: 1;
  white-space: nowrap;
}

.p-news-archive__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #121212;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-news-archive__title {
    font-size: 1.125rem;
  }
}

.p-news-archive__arrow {
  flex-shrink: 0;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../images/blue-circle-arrow.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-news-archive__arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-news-archive__empty {
  font-size: 1rem;
  color: #9b9b9b;
  text-align: center;
  padding-block: 3.75rem;
}

.p-news-archive__main .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive__main .nav-links {
    margin-top: 2rem;
  }
}

.p-news-archive__main .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.125rem;
  font-size: 1rem;
  font-weight: 500;
  border: 0.0625rem solid #006694;
  color: #006694;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
  line-height: 1;
}
.p-news-archive__main .page-numbers:hover, .p-news-archive__main .page-numbers.current {
  background-color: #006694;
  color: #fff;
}
.p-news-archive__main .page-numbers.dots {
  border: none;
  width: auto;
  height: auto;
  font-size: 2.25rem;
  padding-inline: 0.625rem;
}
.p-news-archive__main .page-numbers.prev, .p-news-archive__main .page-numbers.next {
  border: none;
  font-size: 2.5rem;
  background-color: transparent;
  color: #006694;
  padding: 0;
  margin-bottom: 0.75rem;
}
.p-news-archive__main .page-numbers.prev:hover, .p-news-archive__main .page-numbers.next:hover {
  background-color: transparent;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-news-archive__main .page-numbers {
    width: 2.875rem;
    height: 2.875rem;
    font-size: 1.75rem;
  }
  .p-news-archive__main .page-numbers.prev, .p-news-archive__main .page-numbers.next {
    width: 1.875rem;
    height: 2.875rem;
    font-size: 2.25rem;
  }
}

.p-omakase {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  background-image: url(../images/omakase-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-omakase {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-omakase__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-omakase__lead {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 1.5rem;
  background-color: #fff;
  border: 0.125rem solid #006694;
  border-radius: 0.3125rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-omakase__lead {
    font-size: 0.875rem;
    padding: 0.375rem 1rem;
    gap: 0.5rem;
  }
}

.p-omakase__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-omakase__title::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.125rem;
  background-image: url(../images/logo-icon.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-omakase__title {
    flex-wrap: wrap;
    gap: 0.125rem;
  }
  .p-omakase__title::before {
    width: 2.5rem;
    height: 2.125rem;
    margin-right: 0.25rem;
  }
}

.p-omakase__title-subject {
  font-size: 3rem;
  font-weight: 900;
  color: #006694;
}
@media screen and (max-width: 767px) {
  .p-omakase__title-subject {
    font-size: 1.5rem;
  }
}

.p-omakase__title-deco {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-omakase__title-deco {
    font-size: 1.5rem;
  }
}

.p-omakase__title-deco.--small {
  margin-top: 0.5rem;
}

.p-omakase__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-omakase__body {
    margin-top: 1.375rem;
  }
}

.p-omakase__image {
  display: block;
  width: 58.75rem;
  max-width: 100%;
  height: auto;
}

.p-omakase__image img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-omakase__image img {
    border-radius: 0.25rem;
  }
}

.p-omakase__button-area {
  margin-top: -2.0625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-omakase__button-area {
    margin-top: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-omakase .c-section-title__deco.--big {
    font-size: 1.75rem;
  }
}

.p-option {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-option {
    padding-block: 2.5rem;
  }
}

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

@media screen and (max-width: 767px) {
  .p-option .c-section-title__deco.--brackets {
    font-size: 1.625rem;
  }
}

.p-option__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-top: 3rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-option__items {
    margin-top: 1.5rem;
    row-gap: 1rem;
  }
}

.p-option__item {
  width: 25rem;
  padding: 1.5rem;
  border-radius: 0.3125rem;
  border: 0.125rem solid #FAAA8C;
}
@media screen and (max-width: 767px) {
  .p-option__item {
    width: 100%;
    padding: 1rem;
  }
}

.p-option__header {
  margin-top: 1rem;
}

.p-option__text {
  text-align: left;
  letter-spacing: -0.011em;
  margin-top: 1rem;
}

.p-option__button-area {
  margin-top: 1rem;
}

.p-option__button.c-button {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .p-option__button.c-button {
    width: 100%;
  }
}

.p-page-hero {
  height: 25rem;
  background-image: url(../images/lawer-page-top-bg.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-page-hero {
    height: 15rem;
    padding-top: 5rem;
  }
}

.p-page-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-hero__title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-page-hero__title.--small {
    font-size: 1.375rem;
  }
}

.c-payment-section {
  background-color: #E6F7FF;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-payment-section {
    padding-block: 2.5rem;
  }
}

.c-payment-section__items {
  display: flex;
  margin-top: 3rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .c-payment-section__items {
    flex-direction: column;
    row-gap: 1rem;
  }
}

.c-payment-section__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.c-payment-section__head {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  background-color: #006694;
  color: #fff;
  height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem 0.3125rem 0 0;
  border: 0.125rem solid #006694;
}

.c-payment-section__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.011em;
  padding-block: 1.25rem;
  padding-inline: 1rem;
  background-color: #fff;
  border: 0.125rem solid #006694;
  border-top: none;
  border-radius: 0 0 0.3125rem 0.3125rem;
  flex: 1;
}

.p-policy__inner {
  position: relative;
}
.p-policy__inner::before {
  content: "";
  display: block;
  width: 30.1875rem;
  height: 47.4375rem;
  position: absolute;
  right: 1.75rem;
  bottom: 0;
  background-image: url(../images/policy-okadayumi.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-policy__inner::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    padding-inline: 1.25rem;
  }
}

.p-policy__wrapper {
  background-color: #E6F7FF;
  border-radius: 0.625rem;
  margin-right: auto;
  padding-inline: 3.5rem;
  padding-block: 3.5rem;
  padding-right: 21.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy__wrapper {
    width: 100%;
    padding-inline: 0.625rem;
    padding-block: 2.5rem;
  }
}

.p-policy__title-subject {
  margin-inline: auto;
  margin-bottom: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__title-subject {
    margin-bottom: 1rem;
    width: 100%;
  }
}

.p-policy__section-title {
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  color: #006694;
}
@media screen and (max-width: 767px) {
  .p-policy__section-title {
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: left;
  }
}

.p-policy__title-strong {
  font-size: 4.5rem;
  color: #FAAA8C;
}
@media screen and (max-width: 767px) {
  .p-policy__title-strong {
    font-size: 2rem;
  }
}

.p-policy__content {
  margin-top: 2.3125rem;
  background-color: #fff;
  border-radius: 0.625rem;
  padding-block: 2.5rem;
  padding-left: 2.8125rem;
  padding-right: 7.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-policy__content {
    margin-top: 1.5rem;
    padding-block: 1rem;
    padding-inline: 1.25rem;
  }
  .p-policy__content::before {
    content: "";
    position: absolute;
    width: 6.375rem;
    height: 5.875rem;
    background-image: url(../images/policy-okadayumi-sp.webp);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    top: -5.875rem;
    right: 0;
    z-index: 10;
  }
}

.p-policy__text {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.p-policy__text + .p-policy__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: 1rem;
  }
}

.p-price-intro__wrapper {
  background-color: #E6F7FF;
  padding-block: 6.25rem;
  padding-inline: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-price-intro__wrapper {
    padding-block: 2.5rem;
    padding-inline: 1rem;
  }
}

.p-price-intro .c-billing__item {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price-intro .c-billing__item {
    background-color: #E6F7FF;
  }
}
@media screen and (max-width: 767px) {
  .p-price-intro .c-billing__item-image {
    background-color: #fff;
  }
}

.p-privacy-policy {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy {
    padding-bottom: 5rem;
  }
}

.p-privacy-policy__lead {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #121212;
  letter-spacing: -0.01em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__lead {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.p-privacy-policy__principles {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__principles {
    margin-bottom: 2rem;
  }
}

.p-privacy-policy__principle-item {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #121212;
  letter-spacing: -0.01em;
}
.p-privacy-policy__principle-item + .p-privacy-policy__principle-item {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__principle-item {
    font-size: 1rem;
  }
}

.p-privacy-policy__meta {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #121212;
  letter-spacing: -0.01em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__meta {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}

.p-privacy-policy__body-title {
  background-color: #E6F7FF;
  color: #006694;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  min-height: 4rem;
  padding: 0.9375rem 3rem;
  display: flex;
  align-items: center;
  border-radius: 0.1875rem 0.1875rem 0 0;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__body-title {
    font-size: 1.125rem;
    padding: 0.75rem 1.25rem;
    min-height: 3.25rem;
    margin-bottom: 1.5rem;
  }
}

.p-privacy-policy__sections {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__sections {
    gap: 1.75rem;
  }
}

.p-privacy-policy__section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.8;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__section-title {
    font-size: 1rem;
  }
}

.p-privacy-policy__section-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #121212;
  letter-spacing: -0.01em;
}
.p-privacy-policy__section-text + .p-privacy-policy__section-text {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__section-text {
    font-size: 1rem;
  }
}

.p-privacy-policy__list {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

.p-privacy-policy__list li {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #121212;
  letter-spacing: -0.01em;
}
.p-privacy-policy__list li + li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__list li {
    font-size: 1rem;
  }
}

.p-privacy-policy__list-heading {
  font-weight: 700;
  color: #006694;
}

.p-privacy-policy__revision {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #121212;
  letter-spacing: -0.01em;
  margin-top: 2.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__revision {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
}

.p-problem {
  padding-block-start: 5rem;
  padding-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem {
    padding-block-start: 2.5rem;
  }
}

.p-promise {
  padding-top: 2.5625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-promise {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}

.p-promise__section-title {
  white-space: nowrap;
}

.p-promise__wrapper {
  margin-top: 3rem;
  display: flex;
  gap: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-promise__wrapper {
    display: block;
    margin-top: 1.5rem;
  }
}

.p-promise__image {
  width: 38.375rem;
}
@media screen and (max-width: 767px) {
  .p-promise__image {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.p-promise__content {
  flex: 1;
}

.p-promise__header {
  color: #006694;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  background-color: #FDDF8C;
  padding-block: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-promise__header {
    font-size: 1rem;
    padding-block: 1rem;
    padding-inline: 1.4375rem;
    margin-bottom: 1.5rem;
  }
}

.p-promise__header-big {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-promise__header-big {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-promise__header-big.--sp {
    font-size: 1.5rem;
    font-weight: 900;
  }
}

.p-promise__text {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-promise__text {
    display: block;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}

.p-promise__attention-text {
  margin-top: 2.0625rem;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.625rem;
  padding-inline: 0.5rem;
  border-radius: 0.3125rem;
  font-weight: 700;
  line-height: 1.5;
  border: 0.0625rem solid #006694;
}
@media screen and (max-width: 767px) {
  .p-promise__attention-text {
    font-size: 1rem;
    gap: 0.6875rem;
    padding-block: 0.6875rem;
    padding-inline: 0.25rem;
    border-radius: 0.3125rem;
    letter-spacing: -0.07em;
    margin-top: 0;
    margin-bottom: 1rem;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-promise__attention-icon {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
  }
}

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

.p-promise__button-comment {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  position: relative;
  padding-inline: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-promise__button-comment::before {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  width: 0.1875rem;
  height: 1.25rem;
  background-color: #FFBB00;
  border-radius: 0.25rem;
  transform: rotate(-20deg);
}
.p-promise__button-comment::after {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  right: 0;
  width: 0.1875rem;
  height: 1.25rem;
  background-color: #FFBB00;
  border-radius: 0.25rem;
  transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .p-promise__button-comment {
    font-size: 0.875rem;
    padding-inline: 1rem;
  }
  .p-promise__button-comment::before {
    width: 0.1875rem;
    height: 1rem;
    border-radius: 0.25rem;
  }
  .p-promise__button-comment::after {
    width: 0.1875rem;
    height: 1rem;
    border-radius: 0.25rem;
  }
}

.p-promise__button {
  margin-inline: auto;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-promise__button {
    width: 18.375rem;
    max-width: 100%;
  }
}

/* ---------- SP専用：セクション見出し ---------- */
@media screen and (max-width: 767px) {
  .p-promise__sp-sub {
    display: block;
    font-size: 1.125rem;
    font-weight: 900;
    color: #121212;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-promise__sp-main {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 900;
    color: #006694;
    letter-spacing: -0.01em;
    line-height: 1.4;
  }
  .p-promise__sp-main::before {
    content: "";
    position: absolute;
    top: 2.25rem;
    left: 0;
    width: 3.9375rem;
    height: 0.5rem;
    background-color: #FFBB00;
    z-index: -1;
  }
  .p-promise__sp-main::after {
    content: "";
    position: absolute;
    top: 2.25rem;
    left: 9.8125rem;
    width: 11.8125rem;
    height: 0.5rem;
    background-color: #FFBB00;
    z-index: -1;
  }
}

.p-reason {
  background-color: #E6F7FF;
  padding-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 2.5rem;
  }
}

.p-reason__inner {
  position: relative;
}
.p-reason__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5rem;
  display: block;
  width: 28.3125rem;
  height: 44.875rem;
  background-image: url(../images/reason-okadayumi.webp);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-reason__inner::before {
    background-image: url(../images/reason-okadayumi-sp.webp);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 8.5rem;
    height: 13.875rem;
    left: 0;
  }
}

.p-reason__copy {
  text-align: center;
  margin-top: 2.5rem;
  padding-block: 1.5rem;
  background-color: #006694;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-reason__copy {
    margin-top: 1.5rem;
    padding-block: 1rem;
  }
}

.p-reason__copy-text {
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
}
.p-reason__copy-text strong {
  color: #FAAA8C;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-reason__copy-text strong {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__copy-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-reason__content {
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
  margin-top: 2.875rem;
  width: 60rem;
  margin-left: auto;
  padding-bottom: 3.875rem;
  position: relative;
}
.p-reason__content::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -9rem;
  display: block;
  width: 11.125rem;
  height: 8.5rem;
  background-image: url(../images/reason-hand.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-reason__content::before {
    width: 4.5rem;
    top: -4rem;
    left: 0;
  }
}
.p-reason__content::after {
  content: "";
  position: absolute;
  top: 5.1875rem;
  right: -1.75rem;
  display: block;
  width: 11.75rem;
  height: 9rem;
  background-image: url(../images/reason-broom.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-reason__content::after {
    width: 3.625rem;
    top: -4.5rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__content {
    width: 100%;
    margin-left: 0;
    gap: 1.25rem;
    margin-top: 2rem;
    padding-bottom: 0.75rem;
  }
}

.p-reason__text-area {
  background-color: #fff;
  padding-block: 3rem;
  border-radius: 0.625rem;
  border: 0.1875rem solid #006694;
}
@media screen and (max-width: 767px) {
  .p-reason__text-area {
    padding-block: 1.5rem;
    border: 0.125rem solid #006694;
  }
}

.p-reason__text-wrap {
  width: 50.9375rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-reason__text-wrap {
    width: 100%;
    padding-inline: 0.75rem;
  }
}

.p-reason__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #121212;
  letter-spacing: -0.01em;
  display: inline-block;
  width: 50.9375rem;
  max-width: 100%;
}
.p-reason__text + .p-reason__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reason__text + .p-reason__text {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__text {
    width: 100%;
  }
}

.p-reason__image-area {
  display: flex;
  justify-content: center;
  gap: 4.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__image-area {
    gap: 0.375rem;
    flex-direction: column;
  }
}

.p-reason__image-before,
.p-reason__image-after {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-reason__image-before,
  .p-reason__image-after {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__image-before {
    width: 13.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__image-after {
    width: 15.5rem;
    margin-left: auto;
  }
}

.p-reason__image-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.75rem;
  height: 11.25rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-reason__image-arrow {
    width: 10rem;
    height: 7.5rem;
    transform: translate(0, 0) rotate(45deg);
    top: 1rem;
  }
}

.wp-block-takuseru-related-links {
  margin-block: 2.5rem;
  background-color: #E6F7FF;
  border-radius: 0.3125rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .wp-block-takuseru-related-links {
    padding: 1rem;
    gap: 0.75rem;
  }
}

.wp-block-takuseru-related-links__item {
  display: flex;
  align-items: baseline;
  font-size: 0.875rem;
  font-weight: 400;
  color: #121212;
  line-height: 1.5;
}

.wp-block-takuseru-related-links__prefix {
  flex-shrink: 0;
  white-space: nowrap;
}

.wp-block-takuseru-related-links__link {
  color: #121212;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  transition: opacity 0.2s;
}
.wp-block-takuseru-related-links__link:hover {
  opacity: 0.6;
}

.wp-block-takuseru-related-links__editor-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.wp-block-takuseru-related-links__editor-row .components-base-control {
  margin-bottom: 0;
  flex: 1;
}

.wp-block-takuseru-related-links__editor-prefix {
  flex-shrink: 0;
  font-size: 14px;
  white-space: nowrap;
  color: #121212;
}

.wp-block-takuseru-related-links__add-btn {
  margin-top: 8px;
}

.p-sdgs {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
    overflow-x: hidden;
  }
}

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

.p-sdgs__label {
  color: #121212;
}

.p-sdgs__title {
  margin-top: 0rem;
}

.p-sdgs__lead-wrap {
  margin-top: 2.6875rem;
  padding-block: 0.9375rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-sdgs__lead-wrap {
    margin-top: 1rem;
    padding: 0;
  }
}

.p-sdgs__lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-sdgs__lead {
    font-size: 1rem;
  }
}

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

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

.p-sdgs__partner-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-sdgs__partner-title {
    font-size: 1rem;
  }
}

.p-sdgs__partner-content {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-sdgs__partner-content {
    flex-direction: column;
    margin-top: 1.5rem;
  }
}

.p-sdgs__cert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex: 0 0 30.25rem;
  min-height: 16.25rem;
  background-color: #E6F7FF;
  border-radius: 0.3125rem;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs__cert {
    flex: none;
    min-height: auto;
    padding: 1rem 1.25rem;
    gap: 0.5rem;
  }
}

.p-sdgs__cert-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-sdgs__cert-title {
    font-size: 1.25rem;
  }
}

.p-sdgs__cert img {
  max-width: 26.125rem;
  width: 100%;
  height: auto;
}

.p-sdgs__cert-area {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-sdgs__cert-area {
    font-size: 1rem;
  }
}

.p-sdgs__links {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1;
}

.p-sdgs__link {
  display: flex;
  align-items: stretch;
  min-height: 7.5rem;
  border: 0.125rem solid #006694;
  border-radius: 0.3125rem;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.2s ease;
  position: relative;
}
.p-sdgs__link:hover {
  opacity: 0.8;
}
.p-sdgs__link::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2.125rem;
  background-color: #006694;
}
@media screen and (max-width: 767px) {
  .p-sdgs__link {
    min-height: 4.375rem;
  }
}
.p-sdgs__link::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.5625rem;
  height: 1.3125rem;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  background-image: url(../images/white-triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-sdgs__link-text {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 1.5rem 2.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-sdgs__link-text {
    font-size: 1rem;
    padding: 0 0.75rem;
  }
}

.p-service-archive {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-archive {
    padding-bottom: 2.5rem;
  }
}

.p-service-archive .c-section-title__deco.--line {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-service-archive .c-section-title__deco.--big {
    font-size: 1.75rem;
  }
}

.p-service-archive__lead {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.5rem;
  letter-spacing: -0.011em;
}
@media screen and (max-width: 767px) {
  .p-service-archive__lead {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-service-archive__items {
  margin-top: 4.75rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-service-archive__items {
    margin-top: 2.5rem;
    flex-direction: column;
  }
}

.p-service-hero {
  width: 69.5rem;
  margin-inline: auto;
  max-width: 100%;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero {
    width: 100%;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service-hero .c-section-title__deco.--big {
    font-size: 1.75rem;
  }
}

.p-service-hero__wrapper {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero__wrapper {
    margin-top: 1.5rem;
  }
}

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

.p-service-hero__header {
  text-align: center;
  color: #fff;
  background-color: #006694;
  border-radius: 0.3125rem;
  padding-block: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-service-hero__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.011em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero__text {
    margin-top: 1rem;
  }
}

.p-service-info__article {
  background-color: #E6F7FF;
  display: flex;
  align-items: center;
  padding-block: 5rem;
  padding-inline-start: 4rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-info__article {
    flex-direction: column-reverse;
    padding: 1rem;
  }
}

.p-service-info__item + .p-service-info__item {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-service-info__item + .p-service-info__item {
    margin-top: 1.5rem;
  }
}

.p-service-info__item:nth-child(odd) .p-service-info__article {
  flex-direction: row-reverse;
}

.p-service-info__image {
  width: 34.5625rem;
}
@media screen and (max-width: 767px) {
  .p-service-info__image {
    width: 100%;
  }
}

.p-service-info__content {
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service-info__content {
    margin-top: 1rem;
  }
}

.p-service-info__title {
  margin-bottom: 1rem;
}

.p-service-info__text {
  margin-bottom: 1.5rem;
  text-align: left;
}

.p-service-info__button-area {
  margin-top: 1.75rem;
}

.p-service-info__button {
  margin-inline: auto;
}

.p-service-option {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-option {
    padding-block: 3.75rem;
  }
}
.p-service-option .c-section-title__deco {
  margin-inline: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.p-service-hero .c-section-title__deco.--line {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-service-price .c-price-case__table {
  width: 100%;
}
.p-service-price .c-price-case__attention {
  width: 100%;
}
.p-service-price .c-other__header {
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-service-price .c-price-case__lead {
    text-align: left;
  }
}

.p-service-problem {
  margin-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-problem {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-service-problem__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.625rem;
  margin-inline: auto;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service-problem__items {
    margin-top: 2.5rem;
  }
}

.p-service-problem__item {
  background-color: #f7f7f7;
  border-radius: 0.3125rem;
  box-shadow: 0 0 10px 0 rgba(5, 5, 30, 0.1);
  width: 33.5rem;
  padding-block: 1.25rem;
  padding-inline: 2.5rem;
  max-width: 100%;
}

.p-service-problem__item-text {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-problem__item-text {
    font-size: 1rem;
  }
}

.p-service-reason {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-reason {
    padding-top: 2.5rem;
  }
}

.p-service-reason .c-reason__point-items {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service-reason .c-reason__point-items {
    margin-top: 2.5rem;
  }
}

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

.p-service-service__items {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-service__items {
    margin-top: 1.25rem;
  }
}

.p-service-service__section {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border: 0.125rem solid #FAAA8C;
  border-radius: 0.1875rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-service__section {
    flex-direction: column;
    padding: 1rem;
  }
}

.p-service-service__item-image {
  width: 22rem;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-service-service__item-image {
    width: 100%;
  }
}

.p-service-service__item-content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service-service__item-content {
    margin-top: 1rem;
  }
}

.p-service-service__item-header {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-service-service__item-header {
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-service-service__item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.p-site-map {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-site-map {
    padding-bottom: 5rem;
  }
}

.p-site-map__wrapper {
  border: 0.1875rem solid #006694;
  border-radius: 0.625rem;
  padding-block: 5.4375rem;
  padding-inline: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-site-map__wrapper {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
    gap: 2.5rem;
  }
}

.p-site-map__sections {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-site-map__sections {
    gap: 1.5rem;
  }
}

.p-site-map__section-title {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  text-decoration: none;
}
.p-site-map__section-title::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 1rem;
  background-image: url(../images/main-blue-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-site-map__section-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}

.p-site-map__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-site-map__links {
    gap: 0rem 1.5rem;
  }
}

.p-site-map__link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  height: 2.5rem;
  padding-inline: 0.25rem;
  border-bottom: 0.0625rem solid #91c8d2;
  text-decoration: none;
  font-size: 1.25rem;
  color: #323232;
  line-height: 1.4;
  white-space: nowrap;
  transition: color 0.2s;
  vertical-align: middle;
}
.p-site-map__link::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.875rem;
  background-image: url(../images/pale-blue-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  vertical-align: middle;
}
.p-site-map__link:hover {
  color: #006694;
}
@media screen and (max-width: 767px) {
  .p-site-map__link {
    font-size: 0.9375rem;
    height: 2.25rem;
  }
}

.p-site-map__area-title {
  background-color: #006694;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  min-height: 4rem;
  padding: 0.9375rem 3rem;
  display: flex;
  align-items: center;
  border-radius: 0.1875rem 0.1875rem 0 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-site-map__area-title {
    font-size: 1.125rem;
    padding: 0.75rem 1rem;
    min-height: 3.25rem;
    margin-bottom: 1rem;
  }
}

.p-site-map__area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-site-map__area-list {
    gap: 0.5rem 1rem;
  }
}

.p-site-map__area-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1.25rem;
  color: #323232;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 0.0625rem solid #91c8d2;
  padding-bottom: 0.375rem;
  transition: color 0.2s;
}
.p-site-map__area-item::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/sitemap-link-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.p-site-map__area-item:hover {
  color: #006694;
}
@media screen and (max-width: 767px) {
  .p-site-map__area-item {
    font-size: 0.875rem;
  }
}

.p-sns-share {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-sns-share__label {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  color: #121212;
}

.p-sns-share__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sns-share__list {
    gap: 2rem;
  }
}

.p-sns-share__item {
  flex-shrink: 0;
}

.p-sns-share__link {
  display: block;
  transition: opacity 0.2s ease;
}
.p-sns-share__link:hover {
  opacity: 0.8;
}

.p-sns-share__icon {
  width: 2.125rem;
  height: auto;
  display: block;
}

.p-staff-intro__wrapper {
  display: flex;
  gap: 2.5rem;
  background-color: #E6F7FF;
  align-items: center;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-staff-intro__wrapper {
    flex-direction: column-reverse;
    gap: 1.25rem;
    padding-inline: 1rem;
    padding-top: 1rem;
  }
}

.p-staff-intro__image {
  width: 19.375rem;
}
@media screen and (max-width: 767px) {
  .p-staff-intro__image {
    width: 11.25rem;
  }
}

.p-staff-intro__content {
  width: 45.25rem;
  max-width: 100%;
}

.p-staff-intro__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.011em;
}
.p-staff-intro__text + .p-staff-intro__text {
  margin-top: 1.5rem;
}

.p-staff-member__items {
  width: 53.25rem;
  margin-inline: auto;
  max-width: 100%;
}

.p-thanks {
  padding-bottom: 2.5rem;
}

.p-thanks__inner {
  max-width: 61.5rem;
  margin-inline: auto;
}
.p-thanks__message {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #121212;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__message {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 2.5rem;
  }
}

.p-thanks__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__tel {
    margin-bottom: 2.5rem;
  }
}

.p-thanks__tel-number-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-thanks__tel-icon {
  width: 2.5rem;
  flex-shrink: 0;
}

.p-thanks__tel-number {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: italic;
  color: #006694;
  text-decoration: none;
  line-height: 1;
}
.p-thanks__tel-number:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-thanks__tel-number {
    font-size: 2rem;
  }
}

.p-thanks__tel-hours {
  font-size: 0.875rem;
  color: #006694;
}
@media screen and (max-width: 767px) {
  .p-thanks__tel-hours {
    font-size: 0.75rem;
  }
}

.p-thanks__button-wrap {
  display: flex;
  justify-content: center;
}

.p-tokyo-area.c-area {
  background-image: none;
}
.p-tokyo-area.c-area .c-area__map {
  width: 100%;
}

.p-tokyo-area__message {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.011em;
  text-align: center;
  display: flex;
  align-items: center;
  border: 0.125rem solid #006694;
  border-radius: 0.1875rem;
  padding-block: 0.5rem;
  width: 58.125rem;
  max-width: 100%;
  justify-content: center;
  margin-inline: auto;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-tokyo-area__message {
    margin-top: 2.5rem;
    display: block;
    font-size: 1.125rem;
    padding-inline: 1rem;
    text-align: center;
  }
}
.p-tokyo-area__message::before {
  display: inline-block;
}

.p-tokyo-area__button-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.5rem;
  width: 100%;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-tokyo-area__button-items {
    row-gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

.p-tokyo-area__button-item {
  width: 22.125rem;
  background-color: #006694;
}
@media screen and (max-width: 767px) {
  .p-tokyo-area__button-item {
    width: 10.625rem;
  }
}

.p-tokyo-area__button-link {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1.5rem;
  padding-block: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-tokyo-area__button-link {
    font-size: 1rem;
    padding-inline: 0.875rem;
    padding-block: 0.75rem;
  }
}
.p-tokyo-area__button-link::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.25rem;
  background-image: url(../images/white-triangle.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  rotate: 90deg;
}

.p-top-banner-area {
  padding-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-banner-area {
    padding-top: 1.5rem;
  }
}

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

.p-voice-archive {
  padding-bottom: 5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-inline: auto;
  justify-content: space-between;
  padding-inline: 1.5625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice-archive {
    flex-direction: column;
    padding-bottom: 3.5rem;
    padding-inline: 1.25rem;
  }
}

.p-voice-archive__grid {
  flex: 1;
}

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

.p-voice-archive__empty {
  font-size: 1rem;
  color: #121212;
}

.p-voice-archive__card {
  border-radius: 0.3125rem;
  overflow: hidden;
  background-color: #f7f7f7;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}

.p-voice-archive__card-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.p-voice-archive__card-link:hover .p-voice-archive__card-img img {
  transform: scale(1.04);
}

.p-voice-archive__card-head {
  background-color: #006694;
  min-height: 6rem;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__card-head {
    padding: 0.75rem 1.5rem;
    min-height: 4rem;
  }
}

.p-voice-archive__card-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__card-title {
    font-size: 1.125rem;
  }
}

.p-voice-archive__card-meta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem 0.75rem;
}

.p-voice-archive__card-date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #121212;
}

.p-voice-archive__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.p-voice-archive__card-area {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #121212;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.25rem 0.625rem;
  border-radius: 0.125rem;
}

.p-voice-archive__card-service {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__card-service {
    font-size: 1rem;
  }
}

.p-voice-archive__card-img {
  padding: 0 1.5rem;
  overflow: hidden;
}
.p-voice-archive__card-img img {
  display: block;
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3125rem;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__card-img img {
    height: 12.5rem;
  }
}

.p-voice-archive__card-data {
  padding: 1rem 1.5rem 1.5rem;
}

.p-voice-archive__card-tag {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #006694;
  width: 10.625rem;
  text-align: center;
  border-radius: 2.5rem;
  margin-bottom: 1.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__card-tag {
    margin-bottom: 1rem;
  }
}

.p-voice-archive__card-details {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  margin-bottom: 0.75rem;
  width: 19.875rem;
  margin-inline: auto;
  max-width: 100%;
}

.p-voice-archive__card-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding-block: 0.375rem;
  border-bottom: 0.0625rem solid #e8f5f8;
}
.p-voice-archive__card-row:last-child {
  border-bottom: none;
}
.p-voice-archive__card-row dt {
  color: #121212;
  font-weight: 400;
}
.p-voice-archive__card-row dd {
  color: #121212;
  font-weight: 400;
  text-align: right;
}

.p-voice-archive__card-fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #006694;
  border-radius: 0.125rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.p-voice-archive__card-fee-label {
  color: #fff;
  font-weight: 500;
}

.p-voice-archive__card-fee-amount {
  color: #fff;
  font-weight: 500;
}

.p-voice-archive__main .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__main .nav-links {
    margin-top: 2rem;
  }
}

.p-voice-archive__main .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #006694;
  font-size: 1rem;
  font-weight: 500;
  color: #006694;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
  line-height: 1;
}
.p-voice-archive__main .page-numbers:hover, .p-voice-archive__main .page-numbers.current {
  background-color: #006694;
  color: #fff;
}
.p-voice-archive__main .page-numbers.dots {
  border: none;
  width: auto;
  height: auto;
  font-size: 2.25rem;
  padding-inline: 0.625rem;
}
.p-voice-archive__main .page-numbers.prev, .p-voice-archive__main .page-numbers.next {
  border: none;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 2.5rem;
  background-color: transparent;
  color: #006694;
  padding: 0;
  margin-bottom: 0.75rem;
}
.p-voice-archive__main .page-numbers.prev:hover, .p-voice-archive__main .page-numbers.next:hover {
  background-color: transparent;
  opacity: 0.8;
  color: #006694;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__main .page-numbers {
    width: 2.875rem;
    height: 2.875rem;
    font-size: 1.75rem;
  }
  .p-voice-archive__main .page-numbers.prev, .p-voice-archive__main .page-numbers.next {
    width: 1.875rem;
    height: 2.875rem;
    font-size: 2.25rem;
  }
}

.p-voice-archive__sidebar {
  flex-shrink: 0;
  width: 20.375rem;
  position: sticky;
  top: 11.25rem;
  align-self: flex-start;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__sidebar {
    width: 100%;
    position: static;
    margin-top: 3rem;
    padding-bottom: 2.5rem;
  }
}

.p-voice-archive__sidebar-header {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__sidebar-header {
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-voice-archive__sidebar-region {
  margin-bottom: 1.5rem;
}
.p-voice-archive__sidebar-region:last-child {
  margin-bottom: 0;
}

.p-voice-archive__sidebar-region-head {
  font-size: 1.25rem;
  font-weight: 700;
  color: #121212;
  line-height: 1;
  padding: 0.75rem 0.625rem;
  border-bottom: 0.125rem solid #006694;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__sidebar-region-head {
    font-size: 1.125rem;
  }
}

.p-voice-archive__sidebar-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.p-voice-archive__sidebar-area-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding-inline: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.125rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__sidebar-area-btn {
    padding-inline: 0.375rem;
  }
}
.p-voice-archive__sidebar-area-btn:hover {
  background-color: #006694;
  color: #fff;
}

.p-voice-single {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single {
    padding-bottom: 3.5rem;
  }
}
.p-voice-single .c-breadcrumb.l-inner {
  width: 64.625rem;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 1rem;
}

.p-voice-single__inner {
  width: 64.625rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-voice-single__page-title {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__page-title {
    margin-top: 3.75rem;
  }
}

.p-voice-single__page-title-text.--small {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #006694;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__page-title-text.--small {
    font-size: 1.375rem;
  }
}

.p-voice-single__head {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__head {
    margin-bottom: 1rem;
  }
}

.p-voice-single__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #121212;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__title {
    font-size: 1.375rem;
    margin-bottom: 0.75rem;
  }
}

.p-voice-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-voice-single__tag {
  display: inline-block;
  border: 0.0625rem solid #006694;
  color: #fff;
  background-color: #006694;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.3125rem 0.875rem;
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__tag {
    font-size: 0.8125rem;
    padding: 0.25rem 0.625rem;
  }
}

.p-voice-single__ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__ba {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
}

.p-voice-single__ba-label {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem 0.25rem 0 0;
  margin-bottom: 0.5rem;
}
.p-voice-single__ba-label.--before {
  color: #006694;
}
.p-voice-single__ba-label.--after {
  color: #FF5500;
}
@media screen and (max-width: 767px) {
  .p-voice-single__ba-label {
    font-size: 1.125rem;
  }
}

.p-voice-single__ba-main {
  margin-bottom: 0.5rem;
}
.p-voice-single__ba-main img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

.p-voice-single__ba-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.p-voice-single__ba-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 235/146;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

.p-voice-single__data {
  max-width: 46.875rem;
  margin-inline: auto;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__data {
    margin-bottom: 2.5rem;
  }
}

.p-voice-single__data-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #006694;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__data-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.p-voice-single__data-tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__data-tables {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-voice-single__data-table-head {
  background-color: #006694;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 0.25rem 1rem;
  width: 18.75rem;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}

.p-voice-single__data-list {
  padding-inline: 1rem;
}

.p-voice-single__data-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-block: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.p-voice-single__data-row:last-child {
  border-bottom: none;
}

.p-voice-single__data-row.--total {
  border-top: 0.125rem solid #91C8D2;
  margin-top: 1.5rem;
  font-weight: 700;
  padding-inline: 1rem;
}

.p-voice-single__data-th {
  color: #121212;
  font-weight: 400;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.p-voice-single__data-td {
  color: #121212;
  text-align: right;
}

.p-voice-single__problem {
  max-width: 46.875rem;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  padding: 2rem;
  border: 0.125rem solid #006694;
  border-radius: 0.3125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice-single__problem {
    padding-inline: 1.125rem;
    padding-bottom: 1.125rem;
    padding-top: 2.25rem;
  }
}

.p-voice-single__problem-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #006694;
  text-align: center;
  padding-inline: 1.5rem;
  padding-block: 0.25rem;
  border-radius: 0.75rem;
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-voice-single__problem-title {
    font-size: 0.875rem;
    white-space: nowrap;
  }
}

.p-voice-single__reviews {
  max-width: 46.875rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__reviews {
    margin-bottom: 2.5rem;
  }
}

.p-voice-single__quote {
  background-color: #f4f4f4;
  border-radius: 0.3125rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__quote {
    padding: 1rem;
  }
}

.p-voice-single__quote-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #006694;
  text-align: center;
  margin-bottom: 1rem;
}

.p-voice-single__quote-inner {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-voice-single__quote-inner {
    flex-direction: column;
    align-items: center;
  }
}

.p-voice-single__quote-avatar {
  flex-shrink: 0;
  width: 7.375rem;
  height: 7.375rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-voice-single__quote-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-voice-single__quote-avatar {
    width: 5rem;
    height: 5rem;
  }
}

.p-voice-single__quote-content {
  flex: 1;
}

.p-voice-single__quote-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  color: #121212;
  margin-bottom: 0.75rem;
}

.p-voice-single__quote-text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #121212;
  margin-bottom: 1rem;
}

.p-voice-single__staff {
  background-color: #E6F7FF;
  border-radius: 0.3125rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__staff {
    padding: 1rem;
  }
}

.p-voice-single__staff-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #FF7700;
  text-align: center;
  margin-bottom: 1rem;
}

.p-voice-single__staff-inner {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-voice-single__staff-inner {
    flex-direction: column;
    align-items: center;
  }
}

.p-voice-single__staff-avatar {
  flex-shrink: 0;
  width: 7.375rem;
  height: 7.375rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-voice-single__staff-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-voice-single__staff-avatar {
    width: 5rem;
    height: 5rem;
  }
}

.p-voice-single__staff-content {
  flex: 1;
}

.p-voice-single__staff-text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #121212;
}

.p-voice-single__back {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-single__back {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-voice-single__back-btn.c-button {
    width: 100%;
  }
}

.p-voice {
  padding-block: 5rem;
  background-color: #FFE6E6;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-top: 3.5rem;
  }
}

.p-voice__cases {
  width: 55.625rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-voice__header {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-voice__header {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.p-voice__header-figure {
  flex-shrink: 0;
  width: 15.8125rem;
}
.p-voice__header-figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__header-figure {
    display: none;
  }
}

.p-voice__header-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #006694;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-voice__header-title {
    font-size: 1.75rem;
    text-align: center;
  }
}

.p-voice__header-title-deco {
  position: relative;
  display: inline-block;
}
.p-voice__header-title-deco::before {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
  height: 0.625rem;
  background-color: #FFBB00;
  z-index: -1;
}

.p-voice__cases {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__cases {
    gap: 1.5rem;
  }
}

.p-voice__case {
  background-color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice__case {
    border-radius: 0.625rem;
  }
}

.p-voice__case-head {
  background-color: #006694;
  padding: 1rem 2.5rem;
  min-height: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__case-head {
    min-height: 5rem;
    padding: 1rem 1.25rem;
  }
}

.p-voice__case-number {
  display: inline-block;
  background-color: #fff;
  color: #006694;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.25rem 1.5rem;
  border-radius: 1.25rem;
  width: 10.625rem;
  text-align: center;
}

.p-voice__case-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-voice__case-title {
    font-size: 1.125rem;
  }
}

.p-voice__case-inner {
  max-width: 40.75rem;
  margin-inline: auto;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-voice__case-inner {
    padding: 1.5rem 1.25rem;
  }
}

.p-voice__case-data {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-voice__case-data {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

.p-voice__tables {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice__tables {
    width: 100%;
  }
}

.p-voice__table-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #006694;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.125rem 1.5rem;
  border-radius: 1.25rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice__table-label {
    width: 10.625rem;
    text-align: center;
  }
}

.p-voice__table-rows {
  display: flex;
  flex-direction: column;
}

.p-voice__table-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1rem;
  line-height: 1.5;
  padding-block: 0.5rem;
}
.p-voice__table-row dt {
  font-weight: 400;
  color: #121212;
}
.p-voice__table-row dd {
  font-weight: 400;
  color: #121212;
  text-align: right;
}

.p-voice__table-row.--total dt,
.p-voice__table-row.--total dd {
  font-weight: 700;
}

.p-voice__table-row.--total {
  border-top: 0.0625rem solid #91C8D2;
}

.p-voice__images {
  flex: 0 0 18.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-voice__images {
    flex: none;
    width: 100%;
    align-items: stretch;
  }
}

.p-voice__image-before img,
.p-voice__image-after img {
  display: block;
  width: 18.75rem;
  max-width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-voice__image-before,
  .p-voice__image-after {
    flex: 1;
  }
  .p-voice__image-before img,
  .p-voice__image-after img {
    width: 100%;
  }
}

.p-voice__images-arrow {
  display: block;
  width: 8.125rem;
  height: 1.6875rem;
  background-color: #FF5500;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-block: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__images-arrow {
    margin-inline: auto;
    margin-block: 0.625rem;
  }
}

.p-voice__consultation {
  position: relative;
  border: 0.125rem solid #006694;
  border-radius: 0.3125rem;
  padding: 2rem 2rem 1.5rem;
  margin-bottom: 1rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__consultation {
    padding: 2rem 1rem 1.25rem;
    margin-bottom: 1.25rem;
    margin-top: 3.625rem;
  }
}

.p-voice__consultation-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background-color: #006694;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.125rem 1.5rem;
  border-radius: 1.25rem;
}

.p-voice__consultation-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #121212;
}

.p-voice__quote {
  background-color: #f4f4f4;
  border-radius: 0.3125rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__quote {
    padding: 1rem;
    margin-bottom: 1.25rem;
  }
}

.p-voice__quote-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #006694;
  text-align: center;
  margin-bottom: 1rem;
}

.p-voice__quote-inner {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-voice__quote-inner {
    flex-direction: column;
    align-items: center;
  }
}

.p-voice__quote-avatar {
  flex-shrink: 0;
  width: 7.375rem;
  height: 7.375rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-voice__quote-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-voice__quote-avatar {
    width: 5rem;
    height: 5rem;
  }
}

.p-voice__quote-content {
  flex: 1;
}

.p-voice__quote-text {
  margin-bottom: 0.625rem;
}

.p-voice__quote-info {
  font-size: 1rem;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-voice__quote-info {
    font-size: 0.8125rem;
  }
}

.p-voice__staff {
  background-color: #E6F7FF;
  border-radius: 0.3125rem;
  padding: 1.25rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__staff {
    padding: 1rem;
  }
}

.p-voice__staff-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #FF7700;
  text-align: center;
  margin-bottom: 1rem;
}

.p-voice__staff-inner {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-voice__staff-inner {
    flex-direction: column;
    align-items: center;
  }
}

.p-voice__staff-avatar {
  flex-shrink: 0;
  width: 7.375rem;
  height: 7.375rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-voice__staff-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-voice__staff-avatar {
    width: 5rem;
    height: 5rem;
  }
}

.p-voice__cta {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice__cta {
    margin-top: 2rem;
  }
}

.p-voice__cta-button {
  padding-left: 3rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-voice__cta-button {
    padding-left: 1rem;
    font-size: 0.9375rem;
    width: 100%;
  }
}

.p-warning {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-warning {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }
}

.p-warning__title {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-warning__title {
    margin-bottom: 2.5rem;
  }
}

.p-warning__top {
  display: flex;
  gap: 2.0625rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-warning__top {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.p-warning__top-image {
  width: 34.5625rem;
  flex-shrink: 0;
}
.p-warning__top-image img {
  border-radius: 0.625rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-warning__top-image img {
    border-radius: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-warning__top-image {
    width: 100%;
  }
}

.p-warning__top-content {
  flex: 1;
}

.p-warning__top-text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #121212;
}
.p-warning__top-text + .p-warning__top-text {
  margin-top: 1.5rem;
}
.p-warning__top-text strong {
  font-weight: 700;
}

.p-warning__top-subject {
  margin-top: 1.5rem;
  margin-inline: auto;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-warning__top-subject {
    margin-top: 2rem;
    margin-bottom: 0.625rem;
  }
}

.p-warning__top-subject-text {
  margin-left: 0.375rem;
}

.p-warning__top-catch {
  margin-top: 0.5rem;
  background-color: #FFE6E6;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  padding: 1.375rem 1.125rem;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-warning__top-catch {
    background-color: #fee3e5;
    padding: 1rem 0.625rem;
    margin-top: 0rem;
    border-radius: 0.125rem;
    font-size: 1.375rem;
  }
}

.p-warning__top-catch-emphasis {
  font-size: 2.125rem;
  color: #FAAA8C;
  position: relative;
  z-index: 10;
}
.p-warning__top-catch-emphasis::before {
  content: "法令順守の専門業者";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #006694;
  -webkit-text-stroke: 0.25rem #006694;
  text-stroke: 0.25rem #006694;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-warning__top-catch-emphasis {
    font-size: 1.375rem;
    color: #FAAA8C;
    display: inline-block;
  }
}

.p-warning__deco1 {
  position: relative;
  z-index: 10;
}
.p-warning__deco1::before {
  content: "許可を取得した、";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #006694;
  -webkit-text-stroke: 0.25rem #006694;
  text-stroke: 0.25rem #006694;
  z-index: -1;
}

.p-warning__deco2 {
  position: relative;
  z-index: 10;
}
.p-warning__deco2::before {
  content: "です";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #006694;
  -webkit-text-stroke: 0.25rem #006694;
  text-stroke: 0.25rem #006694;
  z-index: -1;
}

.p-warning__license {
  position: relative;
  margin-top: 4.5rem;
  padding: 3rem 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-warning__license {
    padding: 0;
    margin-top: 1.5rem;
  }
}
.p-warning__license::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 100%;
  background: url(../images/yellow-bracket-left-big.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-warning__license::before {
    display: none;
  }
}
.p-warning__license::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  background: url(../images/yellow-bracket-right-big.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-warning__license::after {
    display: none;
  }
}

.p-warning__license-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #006694;
}
.p-warning__license-text + .p-warning__license-text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-warning__license-text {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
  }
}

.p-warning__license-strong {
  color: #006694;
  font-weight: 700;
  font-size: 1.875rem;
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-warning__license-strong {
    font-size: 1.5rem;
    padding-bottom: 0.125rem;
    display: inline;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

.p-warning__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 4.5rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-warning__items {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

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

.p-warning__item-image img {
  width: 100%;
  height: 15.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-warning__item-image img {
    height: 12.5rem;
  }
}

.p-warning__item-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-warning__item-text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-warning__message {
  max-width: 62.5rem;
  margin-top: 5.5rem;
  margin-inline: auto;
  background-color: #E6F7FF;
  border-radius: 0.625rem;
  padding: 2rem 2.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-warning__message {
    padding-top: 2.25rem;
    padding-bottom: 1.5rem;
    margin-top: 3.625rem;
    border-radius: 0.125rem;
    padding-inline: 0.75rem;
  }
}

.p-warning__message-subject {
  margin-inline: auto;
  position: absolute;
  top: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-warning__message-text {
  font-size: 1.75rem;
  font-weight: 700;
  color: #006694;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-warning__message-text {
    font-size: 1.125rem;
  }
}

.p-attention-box {
  border: 0.0625rem solid #cc0000;
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-block: 2.5rem;
}

.p-attention-box__title {
  background-color: #cc0000;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-attention-box__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: block;
}

.p-attention-box__body {
  background-color: #fff;
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #121212;
}
.p-attention-box__body .block-editor-inner-blocks,
.p-attention-box__body .block-editor-block-list__layout {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.p-pink-box {
  background-color: #FFE6E6;
  border-radius: 0.3125rem;
  padding: 1.5rem;
  margin-block: 2.5rem;
}
.p-pink-box .block-editor-inner-blocks,
.p-pink-box .block-editor-block-list__layout {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.p-quote-block {
  background-color: #E6F7FF;
  border-radius: 0.3125rem;
  padding: 1.5rem;
  margin-block: 2.5rem;
}

.p-quote-block__icon {
  display: block;
  width: 0.9375rem;
  height: 0.8125rem;
  margin-bottom: 1rem;
}

.p-quote-block__content {
  font-size: 1rem;
  line-height: 1.8;
  color: #121212;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.p-quote-block__source {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #121212;
  padding-left: 1rem;
}

.p-quote-block__source-link {
  color: #006694;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.p-quote-block__source-link:hover {
  opacity: 0.7;
}

.p-quote-block__source-editor {
  padding-left: 1rem;
}

.p-summary-box {
  border: 0.0625rem solid #006694;
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-block: 2.5rem;
}

.p-summary-box__title {
  background-color: #006694;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  margin: 0;
}

.p-summary-box__body {
  background-color: #fff;
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #121212;
}
.p-summary-box__body .block-editor-inner-blocks,
.p-summary-box__body .block-editor-block-list__layout {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.wp-block-takuseru-toc {
  background-color: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-block: 2.5rem;
}

.wp-block-takuseru-toc__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
  border-bottom: 0.0625rem solid #006694;
  padding-bottom: 0.5rem;
}

.wp-block-takuseru-toc__nav {
  margin-top: 1rem;
}

.wp-block-takuseru-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-block-takuseru-toc__item {
  margin: 0.5rem 0;
}

.wp-block-takuseru-toc__item--level-2 {
  margin-left: 0;
}

.wp-block-takuseru-toc__item--level-3 {
  margin-left: 1.25rem;
}

.wp-block-takuseru-toc__item--level-4 {
  margin-left: 2.5rem;
}

.wp-block-takuseru-toc__link {
  color: #121212 !important;
  text-decoration: none !important;
  display: block;
  padding: 0.25rem 0;
  transition: color 0.3s ease;
}

.wp-block-takuseru-toc__link:hover {
  color: #004499;
  text-decoration: underline;
}

.wp-block-takuseru-toc__link:focus {
  outline: none;
}

.wp-block-takuseru-toc__link:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

.wp-block-takuseru-toc__preview {
  padding: 1rem;
  background-color: #f9f9f9;
  border: 1px dashed #ccc;
  border-radius: 0.25rem;
}

.wp-block-takuseru-toc__preview .wp-block-takuseru-toc__title {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.wp-block-takuseru-toc__preview .wp-block-takuseru-toc__content {
  color: #666;
  font-size: 0.875rem;
}

.p-toc-toggle {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1000;
  background-color: #006694;
  color: #fff;
  border: none;
  border-radius: 3.125rem;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.p-toc-toggle:hover {
  background-color: rgb(0, 66.8513513514, 97);
  transform: scale(1.05);
}

.p-toc-toggle__icon {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-toc-toggle__icon--close {
  display: none;
}

.p-toc-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-toc-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.p-toc-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.p-toc-modal__wrap {
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
  max-width: 37.5rem;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 2001;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}

.p-toc-modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.5rem;
  border-bottom: 0.0625rem solid #e0e0e0;
  margin: 0;
  color: #006694;
}

.p-toc-modal__content {
  padding: 1.5rem;
}

.p-toc-modal__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-toc-modal__list ul {
  list-style: none;
  padding-left: 1.25rem;
  margin-top: 0.5rem;
}

.p-toc-modal__list li {
  margin: 0.5rem 0;
}

.p-toc-modal__list li a {
  color: #006694;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
}

.p-toc-modal__list li a:hover {
  background-color: #E6F7FF;
  text-decoration: underline;
}

body.is-toc-open .p-toc-toggle__icon--open {
  display: none;
}

body.is-toc-open .p-toc-toggle__icon--close {
  display: block;
}

.u-big {
  font-size: 1.25rem;
}

.u-blue {
  color: #006694;
}

.u-bold {
  font-weight: 700;
}

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

.u-mb.--100 {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .u-mb.--100 {
    margin-bottom: 2.5rem;
  }
}

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

.u-under-line {
  background: linear-gradient(transparent 65%, #FFBB00 65%, #FFBB00 90%, transparent 90%);
}
/*# sourceMappingURL=styles.css.map */
