:root {
  --site-primary: var(--color_main, #1D2570);
  --site-primary-70: color-mix(in srgb, var(--site-primary) 70%, transparent);
  --site-secondary: var(--color_sub, #3E6E84);
  --site-accent: var(--color_accent, #3E6E84);
  --site-text: var(--color_text, #222222);
  --site-bg: var(--color_bg, #ffffff);
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

:where(.home, .page) #content.l-content {
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-inline: 0;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
[class$=__title],
[class$=__heading],
[class$=__catch] {
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

.l-inner--news {
  max-width: 1040px;
}

.l-inner--wide {
  max-width: 1280px;
}

.l-inner--w1140 {
  max-width: 1220px;
}

.l-inner--hero {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-inner--hero {
    max-width: none;
    padding-inline: 15px;
  }
}

.p-spMenu .c-widget__title.-spmenu {
  display: none;
}

.p-spMenu__nav {
  margin-top: 0;
}

html[data-spmenu=opened] {
  overflow: hidden;
}
html[data-spmenu=opened] body {
  overflow: hidden;
}

.p-spMenu .c-listMenu a {
  font-size: 0.875rem;
}

.l-header__bar {
  background: transparent;
}

.l-header.-series .l-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.25rem 0;
  flex-shrink: 0;
  margin-right: 0;
}

.l-header.-series .l-header__logo .c-headLogo {
  margin-right: 0;
  height: auto;
}

.l-header.-series .l-header__logo .c-catchphrase {
  color: #666;
  font-size: 0.625rem;
  line-height: 1.4;
  text-align: center;
}

.l-header__bar,
.-parallel-bottom .l-header__inner {
  max-width: 90rem;
  padding-inline: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.l-header__barInner {
  max-width: initial;
  padding-left: 0;
}

.l-header.-series .l-header__inner {
  max-width: 90rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

@media (min-width: 1101px) {
  .l-header.-series .l-header__inner {
    justify-content: flex-start;
    gap: clamp(0.375rem, -2.455625rem + 4.1176vw, 1.25rem);
  }
}
@media (max-width: 1100px) {
  .l-header.-series .l-header__inner {
    justify-content: space-between;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .l-header .l-header__gnav {
    display: none;
  }
  .l-header .w-header.pc_ {
    display: none !important;
  }
  .l-header .l-header__menuBtn.sp_ {
    display: block !important;
  }
  .l-header .l-header__customBtn.sp_ {
    display: block !important;
  }
  .p-spMenu {
    display: block !important;
  }
  .p-spMenu__inner {
    width: calc(100vw - 115px);
  }
}
.l-header.-series .l-header__gnav {
  margin-left: auto;
}

.l-header.-series .w-header {
  margin-left: 0;
}

.l-header.-series .c-headLogo img {
  width: clamp(12.5rem, 3.400625rem + 13.2353vw, 15.3125rem);
  height: auto;
}

.l-header.-series .c-gnav > .menu-item {
  position: relative;
}

.l-header.-series .c-gnav > .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2.5rem;
  border-left: 1px dashed var(--site-primary);
}

.l-header.-series .c-gnav > .menu-item:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2.5rem;
  border-right: 1px dashed var(--site-primary);
}

.l-header.-series .c-gnav > .menu-item > a {
  padding: 0 clamp(0.75rem, -0.8675rem + 2.3529vw, 1.25rem);
  font-size: clamp(0.9375rem, 0.735rem + 0.2941vw, 1rem);
  transition: opacity 0.3s;
}

.l-header .c-gnav > .menu-item > a::after {
  content: none;
}

.l-header .c-gnav > .menu-item > a:hover {
  opacity: 0.7;
}

.-parallel-bottom .l-header__inner {
  justify-content: space-between;
  padding-top: 0;
}

.-parallel-bottom .l-header__logo {
  width: max-content;
  padding: 0;
}

.l-header.-parallel .w-header {
  width: max-content;
  margin-top: 0;
  margin-bottom: 0;
}

.-parallel .l-header__gnav .c-gnav {
  max-width: 80rem;
  margin: 0 auto;
  justify-content: space-between;
}

.c-gnav > .menu-item {
  flex-grow: 1;
}

.c-gnav > .menu-item > .sub-menu {
  top: 100%;
}

.l-fixHeader .c-gnav > .menu-item > .sub-menu {
  top: 220%;
}

@media (min-width: 960px) {
  .is-header-transparent .l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
  }
}
@media (max-width: 959px) {
  .is-header-transparent .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
  }
  [data-scrolled=true] .is-header-transparent .l-header {
    background: var(--color_header_bg, #fdfdfd);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 782px) {
  body:has(#wpadminbar) .is-header-transparent .l-header {
    top: 46px;
  }
}
@media (min-width: 783px) and (max-width: 959px) {
  body:has(#wpadminbar) .is-header-transparent .l-header {
    top: 32px;
  }
}
.l-fixHeader__inner {
  width: 100%;
  max-width: 90rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
  align-items: center;
}

@media (min-width: 1101px) {
  .l-fixHeader__inner {
    justify-content: flex-start;
    gap: clamp(0.75rem, -0.8675rem + 2.3529vw, 1.25rem);
  }
}
@media (max-width: 1100px) {
  .l-fixHeader__inner {
    justify-content: space-between;
  }
}
.l-fixHeader__gnav {
  margin-left: auto;
}

.l-fixHeader .w-header {
  margin-left: 0;
}

.l-fixHeader .c-gnav > .menu-item > a {
  padding: 0 clamp(0.75rem, -0.8675rem + 2.3529vw, 1.25rem);
  font-size: clamp(0.9375rem, 0.735rem + 0.2941vw, 1rem);
  transition: opacity 0.3s;
}

.l-fixHeader .c-gnav > .menu-item > a::after {
  content: none;
}

.l-fixHeader .c-gnav > .menu-item > a:hover {
  opacity: 0.7;
}

.l-fixHeader .c-gnav > .menu-item {
  position: relative;
}

.l-fixHeader .c-gnav > .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2.5rem;
  border-left: 1px dashed var(--site-primary);
}

.l-fixHeader .c-gnav > .menu-item:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2.5rem;
  border-right: 1px dashed var(--site-primary);
}

.l-fixHeader__menuBtn {
  display: none !important;
}

@media (min-width: 961px) and (max-width: 1100px) {
  .l-fixHeader__gnav {
    display: none;
  }
  .l-fixHeader .w-header.pc_ {
    display: none !important;
  }
  .l-fixHeader__menuBtn {
    display: block !important;
  }
}
html[data-spmenu=opened] #fix_header {
  display: none;
}

.l-footer {
  background: #1d2570;
  padding-top: 3.375rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 1.5rem;
  }
}

.l-footer .l-container {
  width: 100%;
  max-width: 90rem;
  padding-inline: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-container {
    padding-inline: 1.25rem;
  }
}

.l-footer .w-footer .wp-block-image {
  text-align: left;
  margin: 0;
}

.l-footer .w-footer img {
  width: 16.5rem;
  height: auto;
}

.l-footer__foot {
  margin-top: 1.875rem;
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}
@media (max-width: 1100px) {
  .l-footer__nav {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.l-footer__nav li {
  margin: 0;
  border-right: 1px dashed #efefef;
}
@media (max-width: 1100px) {
  .l-footer__nav li {
    border-right: none;
  }
}

.l-footer__nav li:first-child {
  border-left: 1px dashed #efefef;
}
@media (max-width: 1100px) {
  .l-footer__nav li:first-child {
    border-left: none;
  }
}

.l-footer__nav a {
  display: inline-flex;
  align-items: center;
  color: #efefef;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.8125rem 1.25rem;
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .l-footer__nav a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1440px) {
  .l-footer__nav a {
    height: 44px;
    padding-block: 0;
  }
}

.l-footer__nav li:first-child a {
  border-left: none;
}

.l-footer .copyright {
  color: #efefef;
  font-size: 0.75rem;
  text-align: left;
}

.l-footer__foot .l-container {
  position: relative;
}
@media screen and (max-width: 1440px) {
  .l-footer__foot .l-container {
    display: flex;
    flex-direction: column;
  }
  .l-footer__foot .l-container .l-footer__nav {
    order: 1;
  }
  .l-footer__foot .l-container .l-footer__bottom {
    order: 3;
  }
  .l-footer__foot .l-container .copyright {
    order: 3;
  }
}

.l-footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 1100px) {
  .l-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer__bottom {
  margin-top: 1.875rem;
}

.l-footer__bottom .l-footer__privacy-link {
  color: #efefef;
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom .l-footer__privacy-link {
    font-size: 0.875rem;
  }
}

.c-sec-head__title {
  margin-top: 0.5rem;
}

.c-card-post__link {
  display: block;
}

.c-card-post__thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-card-post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card-post__thumb-placeholder {
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, var(--site-text) 10%, transparent);
}

.c-card-post__meta {
  margin-top: 0.75rem;
}

.c-card-post__title {
  margin-top: 0.5rem;
}

.c-logo-marquee {
  --logo-height: 2.75rem;
  --marquee-duration: 30s;
  --marquee-gap: 4rem;
  margin-inline: calc(50% - 50vw);
  overflow-x: clip;
}

.c-logo-marquee__track {
  display: flex;
  width: max-content;
  animation: c-logo-marquee-scroll var(--marquee-duration) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .c-logo-marquee__track {
    animation: none;
  }
}

.c-logo-marquee__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (prefers-reduced-motion: reduce) {
  .c-logo-marquee__list[aria-hidden=true] {
    display: none;
  }
}

.c-logo-marquee__item {
  flex-shrink: 0;
  margin-inline-end: var(--marquee-gap);
}

.c-logo-marquee__image {
  display: block;
  width: auto;
  height: var(--logo-height);
}

@keyframes c-logo-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.c-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1.125rem 1.875rem;
  background: #fff;
  border: 1px solid var(--site-primary-70);
  border-radius: 0.3125rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.c-more-btn:hover {
  opacity: 0.8;
}

.c-more-btn__label {
  color: var(--site-primary-70);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-more-btn__icon {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
}

.c-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15.625rem;
  height: 4.0625rem;
  padding: 0 0.9375rem;
  background: #1d2570;
  border-radius: 0.625rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-primary-btn {
    font-size: 1rem;
  }
}
.c-primary-btn:hover {
  opacity: 0.8;
}

.c-hero-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-hero-cta {
    gap: 0.375rem;
  }
}

.p-top-hero .c-hero-cta,
.p-hakajimai-hero .c-hero-cta,
.p-kaiyousankotsu-hero .c-hero-cta {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-hero .c-hero-cta,
  .p-hakajimai-hero .c-hero-cta,
  .p-kaiyousankotsu-hero .c-hero-cta {
    justify-content: center;
  }
}

.c-hero-cta__item {
  position: relative;
  padding-top: 1.5rem;
}

.c-hero-cta__bubble {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  border-radius: 1rem;
  padding: clamp(8.3px, 2.2vw, 10px) clamp(12.5px, 3.3vw, 15px);
  color: #1d2570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(10.9px, 2.9vw, 13px);
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s ease;
}
.c-hero-cta__bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.375rem;
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #fff;
}

.c-hero-cta__item:hover .c-hero-cta__bubble {
  opacity: 0.8;
}

.c-hero-cta__btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12.5px, 3.3vw, 15px);
  width: clamp(250px, 66.7vw, 300px);
  padding: clamp(12.5px, 3.3vw, 15px) clamp(25px, 6.7vw, 30px) clamp(12.5px, 3.3vw, 15px) clamp(12.5px, 3.3vw, 15px);
  background: linear-gradient(180deg, #fff 0%, #e6dccb 100%);
  border: 1px solid var(--site-primary-70);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.c-hero-cta__btn:hover {
  opacity: 0.8;
}

.c-hero-cta__btn-icon {
  height: clamp(32px, 8.5vw, 38px);
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0.125rem 0.1875rem rgba(0, 0, 0, 0.2));
}

.c-hero-cta__btn-text {
  color: #1d2570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16.7px, 4.5vw, 20px);
  line-height: 1;
  white-space: nowrap;
}

.c-cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #1d2570 0%, #5c45a3 100%);
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .c-cta-band {
    padding: 4rem 0;
  }
}

.c-cta-band__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  pointer-events: none;
}

.c-cta-band__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .c-cta-band__inner {
    gap: 1.25rem;
  }
}

.c-cta-band__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  max-width: 43.75rem;
}

.c-cta-band__title {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}

.c-cta-band__text {
  color: #fff;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-cta-band__text {
    font-size: 1rem;
  }
}

.c-cta-band__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-cta-band__actions {
    flex-direction: column;
  }
}

.c-cta-band .c-hero-cta {
  align-items: center;
  width: 100%;
}

.c-cta-band__deco {
  display: none;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .c-cta-band__deco {
    display: block;
  }
}

.c-cta-band__deco img {
  width: 100%;
  height: auto;
  display: block;
}

.c-cta-band__deco--left {
  bottom: -5rem;
  left: 0.625rem;
  width: 13.5625rem;
}

.c-cta-band__deco--right {
  top: -5rem;
  right: -0.3125rem;
  width: 9.625rem;
  height: 14.9375rem;
  overflow: hidden;
}

.c-band3 {
  --band3-duration: 56s;
  width: 100%;
  overflow-x: clip;
}

.c-band3__track {
  display: flex;
  width: max-content;
  animation: c-band3-scroll var(--band3-duration) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .c-band3__track {
    animation: none;
  }
}

.c-band3__list {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (prefers-reduced-motion: reduce) {
  .c-band3__list:last-child {
    display: none;
  }
}

.c-band3__item {
  flex: 0 0 auto;
  width: 30rem;
  height: 16.875rem;
  overflow: hidden;
}
.c-band3__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes c-band3-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.c-data-stats {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-color: #fff;
  background-image: repeating-linear-gradient(0deg, rgba(29, 37, 112, 0.06) 0, rgba(29, 37, 112, 0.06) 1px, transparent 1px, transparent 21px), repeating-linear-gradient(90deg, rgba(29, 37, 112, 0.06) 0, rgba(29, 37, 112, 0.06) 1px, transparent 1px, transparent 21px);
}
@media screen and (max-width: 767px) {
  .c-data-stats {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.c-data-stats__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.c-data-stats__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-data-stats__lead {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-data-stats__lead {
    font-size: 1rem;
  }
}

.c-data-stats__card {
  background: #fff;
  border: 1px solid #1d2570;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  padding: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-data-stats__card {
    padding: 1.875rem;
  }
}

.c-data-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.75rem 1.875rem;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .c-data-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .c-data-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem 0.625rem;
  }
}

.c-data-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.c-data-stats__icon {
  width: 12.5rem;
  height: 7.5rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-data-stats__icon {
    width: 100%;
    height: min(19.2vw, 72px);
  }
}

.c-data-stats__label {
  color: #222;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-data-stats__label {
    font-size: 0.875rem;
  }
}

.c-data-stats__value {
  display: flex;
  align-items: flex-end;
  gap: 0.3125rem;
  margin: 0;
}

.c-data-stats__number {
  color: #222;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-data-stats__number {
    font-size: min(5.8666666667vw, 22px);
  }
}

.c-data-stats__unit {
  color: #222;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-data-stats__unit {
    font-size: 0.875rem;
  }
}

.c-data-stats__note {
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-data-stats__note {
    font-size: 0.875rem;
  }
}

.c-message {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .c-message {
    padding-block: 5rem;
  }
}

.c-message__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.c-message__heading {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.c-message__body {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-message__body {
    flex-direction: column;
    align-items: center;
  }
}

.c-message__photo {
  width: 22.5rem;
  height: 27.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .c-message__photo {
    width: 100%;
    max-width: 22.5rem;
  }
}

.c-message__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-message__card {
  width: 42.5rem;
  flex-shrink: 0;
  background: #fff;
  border-radius: 0.625rem;
  padding: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .c-message__card {
    width: 100%;
    padding: 1.875rem;
  }
}

.c-message__head {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-weight: 500;
}

.c-message__namebox {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.c-message__role {
  font-size: 0.8125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-message__role {
    font-size: 0.875rem;
  }
}

.c-message__name {
  font-size: 1.5rem;
  line-height: 1;
}

.c-message__org {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-message__org {
    font-size: 0.875rem;
  }
}

.c-message__divider {
  border: none;
  height: 1px;
  background: #aaa;
  margin: 0;
}

.c-message__lead {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-message__lead {
    font-size: 1rem;
  }
}

.c-message__lead--kaiyousankotsu {
  font-size: 0.96875rem;
  line-height: 1.92;
  color: #223038;
}
@media screen and (max-width: 767px) {
  .c-message__lead--kaiyousankotsu {
    font-size: 1rem;
  }
}

.c-message__quotes {
  color: #3e6e84;
  font-weight: 700;
  font-size: 0.96875rem;
  line-height: 1.92;
}
@media screen and (max-width: 767px) {
  .c-message__quotes {
    font-size: 1rem;
  }
}

.c-message__paragraphs {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.c-message__paragraphs p {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-message__paragraphs p {
    font-size: 1rem;
  }
}

.p-column {
  background-color: #fafafa;
  background-image: radial-gradient(circle, #e4e4e4 1.5px, transparent 1.5px), radial-gradient(circle, #e4e4e4 1.5px, transparent 1.5px);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  padding-block: 9.375rem;
}

.p-column__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-column__heading {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-column__grid {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-column__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-column__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.p-column__card {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding: 1.875rem;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 1.125rem rgba(33, 48, 56, 0.07);
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.p-column__card:hover {
  opacity: 0.7;
}

.p-column__thumb {
  height: 11.25rem;
}
.p-column__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-column__thumb-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.25rem;
  background: #ccc;
}
.p-column__thumb-ph span {
  color: #5F7079;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-column__thumb-ph span {
    font-size: 0.875rem;
  }
}

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

.p-column__cat {
  padding: 0.25rem 0.6875rem;
  background: #efefef;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #666;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-column__cat {
    font-size: 0.875rem;
  }
}

.p-column__date {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-column__date {
    font-size: 0.875rem;
  }
}

.p-column__title {
  font-size: 1rem;
  font-weight: 700;
  color: #223038;
  line-height: 1.5;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-column__title {
    font-size: 1rem;
  }
}

.p-news {
  padding: 9.375rem 0 0;
  background-color: #fafafa;
  background-image: radial-gradient(circle, #e4e4e4 1.5px, transparent 1.5px), radial-gradient(circle, #e4e4e4 1.5px, transparent 1.5px);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}

.p-news__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-news__heading {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-news__card {
  align-self: stretch;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(33, 48, 56, 0.06);
}

.p-news__row {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.25rem;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-news__row:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.p-news__row:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-news__row {
    position: relative;
    flex-wrap: wrap;
    gap: 0.5rem 0.9375rem;
    padding-right: 3rem;
  }
}

.p-news__date {
  min-width: 4.6875rem;
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: 0.875rem;
  }
}

.p-news__cat {
  min-width: 4.6875rem;
  flex-shrink: 0;
  padding: 0.3125rem 0.625rem;
  background: #E9F1F4;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #3E6E84;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-news__cat {
    font-size: 0.875rem;
  }
}

.p-news__title {
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    flex-basis: 100%;
    font-size: 1rem;
  }
}

.p-news__arrow {
  margin-left: auto;
  color: #5F7079;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__arrow {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    margin-left: 0;
  }
}

.p-news-archive {
  background-color: #fff;
}

.p-news-archive .p-news__inner {
  max-width: none;
}

.p-news__list {
  align-self: stretch;
}

.p-download-list {
  background: #fff;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-download-list {
    padding-block: 3rem;
  }
}

.p-download-list__lead {
  max-width: 51.25rem;
  margin-inline: auto;
  line-height: 1.9;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-download-list__lead {
    max-width: 37.5rem;
    font-size: 1rem;
  }
}

.p-download-list__lead + .p-download-list__grid,
.p-download-list__lead + .p-download-list__empty {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-download-list__lead + .p-download-list__grid,
  .p-download-list__lead + .p-download-list__empty {
    margin-top: 2.5rem;
  }
}

.p-download-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-download-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-download-list__grid {
    grid-template-columns: 1fr;
  }
}

.p-download-list__card {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-download-list__card:hover {
  opacity: 0.7;
}

.p-download-list__thumb {
  width: 100%;
  aspect-ratio: 3/2;
  background: #f0f0f0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-download-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-download-list__title {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-download-list__title {
    font-size: 1rem;
  }
}

.p-download-list__empty {
  text-align: center;
  color: #666;
  padding-block: 3.75rem;
}

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

.p-download-detail__inner {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .p-download-detail__inner {
    flex-direction: column;
    gap: 5rem;
  }
}

.p-download-detail__main {
  flex: 1 1 0;
  min-width: 0;
}

.p-download-detail__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-download-detail__title {
    font-size: 1.375rem;
  }
}

.p-download-detail__body {
  line-height: 1.8;
}

.p-download-detail__form {
  width: 25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-download-detail__form {
    width: 100%;
  }
}

.p-page-title {
  display: flex;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  min-height: 18.75rem;
  background: var(--site-primary);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-page-title {
    min-height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-height: 10rem;
  }
}

.p-page-title__heading {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-page-title__heading {
    font-size: 1.375rem;
  }
}

.p-page-breadcrumb {
  display: flex;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-page-breadcrumb--beige {
  background: #f7f4ef;
}

.p-page-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-page-breadcrumb__list {
    gap: 0.875rem;
  }
}

.p-page-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-page-breadcrumb__item {
    gap: 0.875rem;
  }
}

.p-page-breadcrumb__item[aria-current=page] {
  flex: 1 1 auto;
  min-width: 0;
}

.p-page-breadcrumb__item:not(:last-child)::after {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.p-page-breadcrumb__link,
.p-page-breadcrumb__current {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-page-breadcrumb__link,
  .p-page-breadcrumb__current {
    font-size: 0.875rem;
  }
}

.p-page-breadcrumb__link {
  text-decoration: none;
}

.p-page-breadcrumb__current {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page #breadcrumb,
.single #breadcrumb,
.archive #breadcrumb {
  display: none;
}

#breadcrumb .p-breadcrumb__item::after {
  clip-path: none;
  background: none;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

#breadcrumb .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: inline;
}

.p-fixed-cta {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.25rem;
  transform: translateY(-50%);
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.9375rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta {
    display: flex;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
    flex-direction: row;
    gap: 0;
    align-items: stretch;
  }
}

.p-fixed-cta__btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.9375rem;
  border: 1px solid #fff;
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__btn {
    flex: 1 1 0;
    align-items: center;
    border: none;
    border-radius: 0;
    padding: 1.25rem 0.75rem;
  }
}

.p-fixed-cta__btn--consult {
  background: #3e6e84;
}

.p-fixed-cta__btn--doc {
  background: #c467af;
}

.p-fixed-cta__caption {
  writing-mode: vertical-rl;
  color: #fff;
  opacity: 0.95;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__caption {
    display: none;
  }
}

.p-fixed-cta__label {
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__label {
    writing-mode: horizontal-tb;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.p-fixed-cta__btn--doc-long .p-fixed-cta__label {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fixed-cta__btn--doc-long .p-fixed-cta__label {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: var(--fixed-cta-h, 100px);
  }
}
@media screen and (max-width: 767px) {
  .p-fixBtnWrap {
    bottom: 96px;
  }
}
.p-faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-faq__inner {
  line-height: 1.8;
}

.p-faq .p-faq__inner .swell-block-faq,
.post_content .swell-block-faq {
  list-style: none;
  border: none;
  padding: 0;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq__inner .swell-block-faq,
  .post_content .swell-block-faq {
    margin-top: 1.75rem;
  }
}

.p-faq .p-faq__inner .swell-block-faq__item,
.post_content .swell-block-faq__item {
  border-bottom: 1px dashed #222;
  margin: 0;
  padding: 0;
}

.p-faq .p-faq__inner .p-faq__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2.5rem;
  list-style: none;
}
.p-faq .p-faq__inner .p-faq__tabs:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq__inner .p-faq__tabs {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

.p-faq .p-faq__inner .p-faq__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  flex: 1 1 0;
  padding: 0.875rem 1.5rem;
  border: 1px solid var(--site-primary);
  border-radius: 0.5rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-faq .p-faq__inner .p-faq__tab:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq__inner .p-faq__tab {
    padding: 0.75rem 1rem;
  }
}

.p-faq .p-faq__inner .p-faq__tab-label {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--site-primary);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq__inner .p-faq__tab-label {
    font-size: 0.9375rem;
    white-space: normal;
    text-align: center;
  }
}

.p-faq .p-faq__inner .p-faq__tab-arrow {
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid var(--site-primary);
  border-bottom: 2px solid var(--site-primary);
  transform: rotate(45deg);
}

.p-faq .p-faq__inner .post_content {
  margin-top: 5.6em;
}

.p-faq .p-faq__inner .faq_q,
.post_content .faq_q {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin: 0;
  padding: 1.875rem;
  padding-right: 3.9375rem;
  border: none;
  color: #222;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq__inner .faq_q,
  .post_content .faq_q {
    padding: 1.25rem 3rem 1.25rem 0.625rem;
    font-size: 1rem;
  }
}
.p-faq .p-faq__inner .faq_q::before,
.post_content .faq_q::before {
  content: "Q.";
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  display: inline;
  width: auto;
  flex-shrink: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  font-family: inherit;
  text-align: left;
  color: #aaa;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

.p-faq .p-faq__inner .swell-block-faq__item.is-open .faq_q,
.post_content .swell-block-faq__item.is-open .faq_q {
  border-bottom: 1px dashed #222;
}

.p-faq .p-faq__inner .swell-block-faq__item.is-open .p-hakajimai-faq-icon::after,
.post_content .swell-block-faq__item.is-open .p-hakajimai-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq .p-faq__inner .faq_a,
.post_content .faq_a {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0 1.875rem;
  border: none;
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  transition: max-height 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq__inner .faq_a,
  .post_content .faq_a {
    padding: 0 3rem 0 0.625rem;
    font-size: 1rem;
  }
}
.p-faq .p-faq__inner .faq_a > *:first-child,
.post_content .faq_a > *:first-child {
  margin-top: 1.875rem;
}
.p-faq .p-faq__inner .faq_a > *:last-child,
.post_content .faq_a > *:last-child {
  margin-bottom: 1.875rem;
}
.p-faq .p-faq__inner .faq_a::before,
.post_content .faq_a::before {
  content: "A.";
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  display: inline;
  width: auto;
  flex-shrink: 0;
  margin-top: 1.875rem;
  border-radius: 0;
  box-shadow: none;
  background: none;
  font-family: inherit;
  text-align: left;
  color: #aaa;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
.p-faq .p-faq__inner .faq_a > p,
.post_content .faq_a > p {
  margin: 0;
}

.post_content .faq_a > :last-child {
  margin-bottom: 1.875rem !important;
}

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

.p-page-body .p-page-body__inner .post_content {
  max-width: 51.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-page-body .p-page-body__inner .post_content {
    max-width: 37.5rem;
  }
}

.p-page-body .p-page-body__inner .p-page-lead {
  max-width: 51.25rem;
  margin-inline: auto;
  line-height: 1.9;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-page-body .p-page-body__inner .p-page-lead {
    max-width: 37.5rem;
    font-size: 1rem;
  }
}

.p-page-body .p-page-body__inner .p-page-lead-note {
  max-width: 51.25rem;
  margin-top: 0.75rem;
  margin-inline: auto;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-body .p-page-body__inner .p-page-lead-note {
    max-width: 37.5rem;
  }
}
.p-page-body .p-page-body__inner .p-page-lead-note a {
  text-decoration: underline;
}

.p-page-body .p-page-body__inner .p-page-lead + .post_content {
  margin-top: 5rem;
}

.p-page-body .p-page-body__inner .p-page-lead-note + .post_content {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .l-mainContent__inner > .post_content {
    max-width: 37.5rem;
    margin-inline: auto;
  }
}

.post_content .marker-under {
  background: linear-gradient(transparent 60%, rgb(255, 255, 153) 60%);
}
.post_content .marker-under-red {
  background: linear-gradient(transparent 60%, rgb(255, 208, 209) 60%);
}
.post_content .marker-under-blue {
  background: linear-gradient(transparent 60%, rgb(168, 218, 251) 60%);
}
.post_content .marker {
  background-color: rgb(255, 255, 153);
}
.post_content .marker-red {
  background-color: rgb(255, 208, 209);
}
.post_content .bold-red {
  font-weight: bold;
  color: #e60033;
}
.post_content .bold-green {
  font-weight: bold;
  color: #3eb370;
}
.post_content .bold-blue {
  font-weight: bold;
  color: #0095d9;
}
.post_content .fz-16px {
  font-size: 16px;
}
.post_content .fz-18px {
  font-size: 18px;
}
.post_content .fz-20px {
  font-size: 20px;
}
.post_content .fz-22px {
  font-size: 22px;
}
.post_content .fz-24px {
  font-size: 24px;
}
.post_content .fz-28px {
  font-size: 28px;
}

.starter-form {
  background: #f7f7f7;
  padding: 3.75rem 5rem;
}
@media screen and (max-width: 767px) {
  .starter-form {
    padding: 2rem 1.25rem;
  }
}

.starter-form--unset {
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.starter-form__row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .starter-form__row {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.starter-form__row + .starter-form__row {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .starter-form__row + .starter-form__row {
    margin-top: 1.75rem;
  }
}

.starter-form__row--top {
  align-items: flex-start;
}

.starter-form__label {
  flex: 0 0 25%;
  width: 25%;
  padding-top: 0.5625rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .starter-form__label {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0;
    font-size: 1rem;
  }
}

.starter-form__label p {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
}

.starter-form__badge {
  display: inline-block;
  padding: 0.375rem 0.625rem;
  background: var(--site-primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .starter-form__badge {
    font-size: 0.875rem;
  }
}

.starter-form__badge--optional {
  background: #999;
}

.starter-form__field {
  flex: 1 1 0;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .starter-form__field {
    width: 100%;
  }
}

.starter-form__input,
.starter-form__textarea,
.starter-form__select {
  width: 100%;
  padding: 0.625rem 0.875rem;
  background: #fff;
  border: 1px solid #d0d0d0;
  font-size: 1rem;
  color: var(--site-text);
}
@media screen and (max-width: 767px) {
  .starter-form__input,
  .starter-form__textarea,
  .starter-form__select {
    font-size: 1rem;
  }
}
.starter-form__input:focus,
.starter-form__textarea:focus,
.starter-form__select:focus {
  outline: none;
  border-color: var(--site-primary);
  box-shadow: 0 0 0.0625rem 0 var(--site-primary);
}

.starter-form__select {
  appearance: none;
  cursor: pointer;
  padding-right: 2.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231d2570' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.starter-form__input--zip {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .starter-form__input--zip {
    width: 60%;
  }
}

.starter-form__note {
  display: block;
  margin-top: 0.375rem;
  color: #666;
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .starter-form__note {
    font-size: 0.875rem;
  }
}

.starter-form__textarea {
  height: 12.5rem;
  resize: none;
}
@media screen and (max-width: 767px) {
  .starter-form__textarea {
    height: 10rem;
  }
}

.starter-form__agree {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .starter-form__agree {
    margin-top: 1.75rem;
  }
}

.starter-form__agree-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .starter-form__agree-label {
    font-size: 1rem;
  }
}

.starter-form__checkbox {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.3em;
  accent-color: var(--site-primary);
}

.starter-form__agree-link {
  text-decoration: underline;
}

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

.p-side-cta--form .cf-turnstile {
  zoom: 0.8;
}

.starter-form__submit {
  margin-top: 2.8125rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .starter-form__submit {
    margin-top: 2rem;
  }
}

.starter-form__turnstile + .starter-form__submit {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .starter-form__turnstile + .starter-form__submit {
    margin-top: 1.25rem;
  }
}

.starter-form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
}

.starter-form__submit-btn {
  width: 16.25rem;
  max-width: 100%;
  padding: 1.0625rem 0;
  background: var(--site-primary);
  border: none;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .starter-form__submit-btn {
    font-size: 1rem;
  }
}
.starter-form__submit-btn:hover {
  opacity: 0.7;
}

.starter-form input[type=text],
.starter-form input[type=email],
.starter-form input[type=tel],
.starter-form input[type=url],
.starter-form textarea {
  width: 100%;
  padding: 0.625rem 0.875rem;
  background: #fff;
  border: 1px solid #d0d0d0;
  font-size: 1rem;
  color: var(--site-text);
}
@media screen and (max-width: 767px) {
  .starter-form input[type=text],
  .starter-form input[type=email],
  .starter-form input[type=tel],
  .starter-form input[type=url],
  .starter-form textarea {
    font-size: 1rem;
  }
}
.starter-form input[type=text]:focus,
.starter-form input[type=email]:focus,
.starter-form input[type=tel]:focus,
.starter-form input[type=url]:focus,
.starter-form textarea:focus {
  outline: none;
  border-color: var(--site-primary);
  box-shadow: 0 0 0.0625rem 0 var(--site-primary);
}

.starter-form input[type=submit] {
  display: block;
  width: 16.25rem;
  max-width: 100%;
  margin-inline: auto;
  padding: 1.0625rem 0;
  background: var(--site-primary);
  border: none;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .starter-form input[type=submit] {
    font-size: 1rem;
  }
}
.starter-form input[type=submit]:hover {
  opacity: 0.7;
}

.starter-form .wpcf7-response-output {
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
}

.starter-form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  color: #c00;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .starter-form .wpcf7-not-valid-tip {
    font-size: 0.875rem;
  }
}

.starter-form .wpcf7-spinner {
  display: none;
}

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

.p-thanks__title {
  color: var(--site-primary);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.375rem;
  }
}

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

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

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

.p-company__inner {
  position: relative;
  line-height: 1.8;
}

.p-company__deco {
  position: absolute;
  width: 6.25rem;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-company__deco {
    display: none;
  }
}

.p-company__deco--left {
  top: 22.75rem;
  left: 3.75rem;
}

.p-company__deco--right {
  top: 79.75rem;
  right: 3.75rem;
  transform: rotate(300deg);
}

.p-company .p-company__inner > .wp-block-table,
.p-company .p-company__inner > .wp-block-columns,
.p-company .p-company__inner > p {
  max-width: 51.25rem;
  margin-inline: auto;
}

.p-company .p-company__inner > h2 {
  margin-top: 5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--site-primary-70);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company .p-company__inner > h2 {
    margin-top: 3rem;
    font-size: 1.75rem;
  }
}
.p-company .p-company__inner > h2:first-child {
  margin-top: 0;
}

.p-company .p-company__inner > .wp-block-columns {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company .p-company__inner > .wp-block-columns {
    margin-top: 1.75rem;
  }
}
.p-company .p-company__inner > .wp-block-columns .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.p-company .p-company__inner > .wp-block-columns p {
  line-height: 1.9;
}
.p-company .p-company__inner > .wp-block-columns p + p {
  margin-top: 1rem;
}

.p-company .p-company__inner > h2 + .wp-block-table {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company .p-company__inner > h2 + .wp-block-table {
    margin-top: 1.75rem;
  }
}

.p-company .p-company__inner .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.p-company .p-company__inner .wp-block-table tbody tr {
  border: none;
}
.p-company .p-company__inner .wp-block-table td {
  padding: 1.5625rem 1.5rem;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  font-size: 0.9375rem;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-company .p-company__inner .wp-block-table td {
    padding: 1rem;
    font-size: 1rem;
  }
}
.p-company .p-company__inner .wp-block-table td:first-child {
  width: 18.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-company .p-company__inner .wp-block-table td:first-child {
    width: auto;
    white-space: normal;
  }
}
.p-company .p-company__inner .wp-block-table ul {
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.6;
}
.p-company .p-company__inner .wp-block-table ul li + li {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-company .p-company__inner .wp-block-table tr {
    display: block;
  }
  .p-company .p-company__inner .wp-block-table td {
    display: block;
    width: 100%;
  }
  .p-company .p-company__inner .wp-block-table td:first-child {
    padding-bottom: 0.25rem;
    border-bottom: none;
  }
  .p-company .p-company__inner .wp-block-table td:last-child {
    padding-top: 0;
  }
}

.p-header-cta {
  display: flex;
  align-items: stretch;
  gap: clamp(0.625rem, -1.396875rem + 2.9412vw, 1.25rem);
  flex-shrink: 0;
}

.p-header-cta__item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-header-cta__bubble {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #fff;
  color: var(--site-primary);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  padding: clamp(0.25rem, 0.0475rem + 0.2941vw, 0.3125rem) clamp(0.625rem, -0.38625rem + 1.4706vw, 0.9375rem);
  border-radius: 1.03125rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.p-header-cta__bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #fff;
}

.p-header-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  margin-top: 0.9375rem;
  background-color: var(--site-primary-70);
  border: 2px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  padding: clamp(0.625rem, -0.38625rem + 1.4706vw, 0.9375rem) clamp(1.125rem, -1.30125rem + 3.5294vw, 1.875rem);
  border-radius: 0.5rem;
  text-decoration: none;
  transition: opacity 0.3s;
}

.p-header-cta__btn:hover {
  opacity: 0.7;
}

.p-header-cta__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  margin-top: 0.9375rem;
  gap: 0.125rem;
  background: #fff;
  border: 1px solid var(--site-primary-70);
  border-radius: 0.5rem;
  padding: clamp(0.625rem, -0.38625rem + 1.4706vw, 0.9375rem) clamp(1.125rem, -1.30125rem + 3.5294vw, 1.875rem) clamp(0.25rem, -0.154375rem + 0.5882vw, 0.375rem);
  color: var(--site-primary);
  text-decoration: none;
}

.p-header-cta__tel-number {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.p-header-cta__tel-hours {
  color: var(--site-primary);
  font-size: 0.625rem;
  line-height: 1.2;
  white-space: nowrap;
}

.l-header__customBtn {
  width: auto;
  margin-left: auto;
}

.p-header-spIcons {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0.5rem;
}

.p-header-spIcons--fix {
  display: none;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .p-header-spIcons--fix {
    display: flex;
  }
}

.p-header-spIcons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-header-spIcons__link:hover {
  opacity: 0.7;
}

.p-header-spIcons__img {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}

#fix_sidebar.w-fixSide {
  max-height: calc(100vh - 96px);
  overflow-y: auto;
}

.p-side-popular {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
}

.p-side-popular__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  color: inherit;
  transition: opacity 0.3s;
}

.p-side-popular__link:hover {
  opacity: 0.7;
}

.p-side-popular__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.375rem;
  overflow: hidden;
}

.p-side-popular__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-side-popular__num {
  position: absolute;
  top: -0.25rem;
  left: 0.9375rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 2.1875rem;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background: var(--site-primary);
}

.p-side-popular__num[data-rank="1"] {
  background: linear-gradient(to left top, #f7bf05, #fcea7f, #fcd700, #f7d305, #eaca12, #ac9303, #f7d305, #fcea7f, #f7e705, #eaca12, #f7bf05);
}

.p-side-popular__num[data-rank="2"] {
  background: linear-gradient(to left top, #a5a5a5, #e5e5e5, #ae9c9c, #a5a5a5, #a5a5a5, #7f7f7f, #a5a5a5, #e5e5e5, #a5a5a5, #a5a5a5, #a5a5a5);
}

.p-side-popular__num[data-rank="3"] {
  background: linear-gradient(to left top, #c46522, #e8b27d, #d07217, #c47222, #b9722e, #834c17, #c47222, #e8b27d, #c48022, #b9722e, #c46522);
}

.p-side-popular__title {
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--site-text);
}

.p-side-cta {
  padding: 1.5rem 1.25rem;
  background: var(--site-primary);
  border-radius: 0.625rem;
  text-align: center;
}

.p-side-cta__heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.p-side-cta__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-align: left;
}

.p-side-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  height: 3rem;
  background: #fff;
  border-radius: 3.125rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--site-primary);
  transition: opacity 0.3s;
}

.p-side-cta__btn:hover {
  opacity: 0.85;
  color: var(--site-primary);
}

.p-side-cta--form {
  text-align: left;
  background: #efefef;
  color: var(--site-text);
}

.p-side-cta--form .p-side-cta__heading,
.p-side-cta--form .p-side-cta__text {
  color: var(--site-text);
}

.p-side-cta--form .p-side-cta__form {
  margin-top: 1rem;
}

.p-side-cta--form .starter-form__row {
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
}

.p-side-cta--form .starter-form__row + .starter-form__row {
  margin-top: 0.75rem;
}

.p-side-cta--form .starter-form__label {
  width: 100%;
  padding-top: 0;
  font-size: 0.875rem;
  color: var(--site-text);
}

.p-side-cta--form .starter-form__field {
  width: 100%;
}

.p-side-cta--form .starter-form__input,
.p-side-cta--form .starter-form__textarea {
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
}

.p-side-cta--form .starter-form__agree {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: var(--site-text);
}

.p-side-cta--form .starter-form__submit {
  margin-top: 1rem;
}

.p-side-cta--form .starter-form__submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.p-hakajimai-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: clip visible;
  min-height: min(56.25vw, 50.625rem);
  background-color: #b8d9ba;
  padding-top: 7.125rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .p-hakajimai-hero {
    padding-top: 5.75rem;
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-hakajimai-hero {
    min-height: 0;
    padding-top: 6.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-hakajimai-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/hakajimai/hero-bg.webp");
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
.p-hakajimai-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 45%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-hero__bg {
    background-position: 90% top;
  }
}

.p-hakajimai-hero__inner {
  position: relative;
  z-index: 4;
}

.p-hakajimai-hero__body {
  max-width: 48.75rem;
}

.p-hakajimai-hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
}

.p-hakajimai-hero__title-line {
  display: inline-block;
  width: fit-content;
  background: #fff;
  padding: 0.9375rem 0.625rem;
}

@media (max-width: 374px) {
  .p-hakajimai-hero__title-line--split {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: transparent;
    padding: 0;
  }
  .p-hakajimai-hero__title-seg {
    display: inline-block;
    width: fit-content;
    background: #fff;
    padding: 15px 10px;
  }
}
.p-hakajimai-hero__title-line .u-lg {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-hero__title-line .u-lg {
    font-size: min(6.4vw, 24px);
  }
}

.p-hakajimai-hero__title-line .u-sm {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-hero__title-line .u-sm {
    font-size: min(5.3333333333vw, 20px);
  }
}

@media screen and (max-width: 767px) {
  .p-hakajimai-hero__title-seg .u-lg {
    font-size: min(7vw, 30px);
  }
}

.p-hakajimai-hero__lead {
  margin-top: 3.125rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-hero__lead {
    font-size: 1rem;
  }
}

.p-hakajimai-hero__badges {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-hero__badges {
    flex-wrap: wrap;
    gap: 0.6rem;
  }
}

.p-hakajimai-hero .c-hero-cta {
  margin-top: 3.125rem;
}

.p-hakajimai-hero__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  background: rgba(29, 37, 112, 0.75);
  border: 1px dashed #fff;
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-hero__badge {
    width: clamp(107px, 28.5vw, 128px);
    height: clamp(107px, 28.5vw, 128px);
    font-size: clamp(16px, 4.8vw, 22px);
  }
}

.p-hakajimai-hero__sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 29.875rem;
  height: auto;
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .p-hakajimai-hero__sub {
    width: 250px;
  }
}

.p-hakajimai-hero__deco-flower {
  position: absolute;
  left: 3.75rem;
  bottom: -6.75rem;
  width: 15.25rem;
  height: auto;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .p-hakajimai-hero__deco-flower {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-hakajimai-hero__deco-flower {
    display: block;
    top: max(-37.6vw, -141px);
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: min(27.4666666667vw, 103px);
  }
}

.p-hakajimai-hero__wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-hero__wave {
    aspect-ratio: 375/40;
    height: auto;
    object-fit: fill;
    z-index: 0;
  }
}

.p-hakajimai-worry {
  position: relative;
  background: #e9f5ff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-worry {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-hakajimai-worry__inner {
  position: relative;
}

.p-hakajimai-worry__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-worry__title {
    font-size: 26px;
  }
}

.p-hakajimai-worry__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 3.75rem;
  row-gap: 2.8125rem;
  list-style: none;
  padding: 0;
  margin: 3.75rem 0 0;
}
@media screen and (max-width: 1024px) {
  .p-hakajimai-worry__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-hakajimai-worry__list {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

.p-hakajimai-worry__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-hakajimai-worry__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-worry__thumb {
    max-width: 13.75rem;
    margin-inline: auto;
  }
}

.p-hakajimai-worry__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-hakajimai-worry__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
}

.p-hakajimai-worry__item-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}

.p-hakajimai-worry__item-desc {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-worry__item-desc {
    font-size: 1rem;
    max-width: 13.75rem;
  }
}

.p-hakajimai-worry__deco {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-worry__deco {
    display: none;
  }
}

.p-hakajimai-worry__deco img {
  width: 15.0625rem;
  height: auto;
}

.p-hakajimai-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  background: #d6ecff;
  padding-bottom: 4.375rem;
}

.p-hakajimai-bridge__notch {
  width: 5rem;
  height: 2.5rem;
  background: #e9f5ff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-hakajimai-bridge__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.p-hakajimai-bridge__catch {
  color: var(--site-primary-70);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-hakajimai-bridge__catch-sm {
  font-weight: 500;
  font-size: 1.5rem;
}

.p-hakajimai-bridge__catch-lg {
  font-weight: 800;
  font-size: 2rem;
}

.p-hakajimai-bridge__box {
  background: #fff;
  border-radius: 0.625rem;
  padding: 0.9375rem 1.875rem;
}

.p-hakajimai-bridge__text {
  color: var(--site-primary-70);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-bridge__text {
    font-size: 1rem;
  }
}

.p-hakajimai-mayoi {
  position: relative;
  overflow: hidden;
  background: #f7f4ef;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-mayoi {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-hakajimai-mayoi__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49.125rem;
  z-index: 0;
  pointer-events: none;
}
.p-hakajimai-mayoi__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(247, 244, 239, 0) 0%, #f7f4ef 100%);
}

.p-hakajimai-mayoi__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  display: block;
}

.p-hakajimai-mayoi__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-hakajimai-mayoi__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  width: 100%;
}

.p-hakajimai-mayoi__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
}

.p-hakajimai-mayoi__voice {
  text-align: left;
  color: #3e6e84;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-mayoi__voice {
    font-size: 1rem;
  }
}

.p-hakajimai-mayoi__voice p {
  margin: 0;
}

.p-hakajimai-mayoi__lead {
  text-align: left;
  color: #223038;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-mayoi__lead {
    font-size: 1rem;
  }
}

.p-hakajimai-mayoi__cards {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
}

.p-hakajimai-mayoi__card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.25rem;
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 0.625rem;
  padding: 1.5625rem;
  box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .p-hakajimai-mayoi__card {
    flex-direction: column;
    gap: 0.9375rem;
    align-items: center;
  }
}

.p-hakajimai-mayoi__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  min-width: 0;
  flex: 1 1 0;
}

.p-hakajimai-mayoi__card-thumb {
  flex-shrink: 0;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-mayoi__card-thumb {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

.p-hakajimai-mayoi__card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-hakajimai-mayoi__card-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-hakajimai-mayoi__card-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-mayoi__card-text {
    font-size: 1rem;
  }
}

.p-hakajimai-mayoi__card-text p + p {
  margin-top: 0.625rem;
}

.p-hakajimai-whatis {
  background: #f7f4ef;
  padding-top: 0;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-whatis {
    padding-bottom: 5rem;
  }
}

.p-hakajimai-whatis__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-hakajimai-whatis__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 0.25rem #fff;
}

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

.p-hakajimai-whatis__cards {
  display: flex;
  align-items: stretch;
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-hakajimai-whatis__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-hakajimai-whatis__cards {
    grid-template-columns: 1fr;
  }
}

.p-hakajimai-whatis__card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.15);
  background: #fff;
}

.p-hakajimai-whatis__card-thumb {
  height: 9.375rem;
  flex-shrink: 0;
}

.p-hakajimai-whatis__card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-hakajimai-whatis__card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.875rem 1.25rem;
}

.p-hakajimai-whatis__card-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-whatis__card-title {
    font-size: 1rem;
  }
}

.p-hakajimai-whatis__card-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-whatis__card-text {
    font-size: 1rem;
  }
}

.p-hakajimai-whatis__card-note {
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-whatis__card-note {
    font-size: 0.875rem;
  }
}

.p-hakajimai-consider {
  background: #fff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-consider {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-hakajimai-consider__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-hakajimai-consider__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-hakajimai-consider__title-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-hakajimai-consider__title-br {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .p-hakajimai-consider__title-br {
    display: none;
  }
}

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

.p-hakajimai-consider__cards {
  display: flex;
  align-items: stretch;
  gap: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-hakajimai-consider__cards {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-hakajimai-consider__cards {
    flex-direction: column;
  }
}

.p-hakajimai-consider__card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.15);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .p-hakajimai-consider__card {
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-hakajimai-consider__card {
    padding: 1.875rem;
  }
}

.p-hakajimai-consider__card-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-hakajimai-consider__checks {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-hakajimai-consider__check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.p-hakajimai-consider__check-icon {
  flex-shrink: 0;
  background: #3e6e84;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
}

.p-hakajimai-consider__check-text {
  color: #222;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-consider__check-text {
    font-size: 1rem;
  }
}

.p-hakajimai-consider__callout {
  background: #f7f4ef;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
}

.p-hakajimai-consider__callout-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-hakajimai-consider__callout-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-consider__callout-text {
    font-size: 1rem;
  }
}

.p-hakajimai-consider__deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-consider__deco {
    display: none;
  }
}

.p-hakajimai-consider__deco img {
  width: 100%;
  height: auto;
  display: block;
}

.p-hakajimai-consider__deco--left {
  top: -3.4375rem;
  left: -1.25rem;
  width: 9.9375rem;
}

.p-hakajimai-consider__deco--right {
  top: -2.5rem;
  right: -0.625rem;
  width: 8.6875rem;
}

.p-hakajimai-compare {
  background: #fff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-compare {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-hakajimai-compare__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-hakajimai-compare__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

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

.p-hakajimai-compare__scroll-hint {
  display: none;
  color: #666;
  font-size: 0.8125rem;
  text-align: center;
  margin-top: -3.125rem;
}
.p-hakajimai-compare__scroll-hint.is-scrollable {
  display: block;
}

.p-hakajimai-compare__table-wrap {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-compare__table-wrap {
    overflow-x: auto;
  }
}

.p-hakajimai-compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-compare__table {
    min-width: 47.5rem;
  }
}

.p-hakajimai-compare__th:first-child,
.p-hakajimai-compare__method {
  width: 6.25rem;
}

.p-hakajimai-compare__th,
.p-hakajimai-compare__method,
.p-hakajimai-compare__cell {
  border: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.75rem 0.75rem 0.75rem 0.875rem;
  vertical-align: top;
  text-align: left;
}

.p-hakajimai-compare__table tr > *:last-child {
  border-right: none;
}

.p-hakajimai-compare__table tbody tr:last-child > * {
  border-bottom: none;
}

.p-hakajimai-compare__th {
  background: #3e6e84;
  color: #fff;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-compare__th {
    font-size: 0.875rem;
  }
}

.p-hakajimai-compare__method {
  background: #fafcfd;
  color: #3e6e84;
  font-weight: 700;
  font-size: 0.78125rem;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-compare__method {
    font-size: 0.875rem;
  }
}

.p-hakajimai-compare__cell {
  background: #fff;
  color: #223038;
  font-weight: 400;
  font-size: 0.78125rem;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-compare__cell {
    font-size: 1rem;
  }
}

.p-hakajimai-compare__row--accent .p-hakajimai-compare__method,
.p-hakajimai-compare__row--accent .p-hakajimai-compare__cell {
  background: #f0f2f7;
}

.p-hakajimai-compare__callout {
  background: #f7f4ef;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
}

.p-hakajimai-compare__callout-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-hakajimai-compare__callout-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-compare__callout-text {
    font-size: 1rem;
  }
}

.p-hakajimai-compare__callout-note {
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-compare__callout-note {
    font-size: 0.875rem;
  }
}

.p-hakajimai-reason {
  position: relative;
  background-image: url("../images/hakajimai/reason-bg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-reason {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-hakajimai-reason__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-hakajimai-reason__title {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

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

.p-hakajimai-reason__rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-hakajimai-reason__row {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-reason__row {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.p-hakajimai-reason__row--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-reason__row--reverse {
    flex-direction: column-reverse;
  }
}

.p-hakajimai-reason__card {
  width: 37.5rem;
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 1.5rem rgba(102, 102, 102, 0.15);
  display: flex;
  align-items: flex-start;
  gap: 1.625rem;
  padding: 2rem 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-reason__card {
    width: 100%;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.p-hakajimai-reason__num {
  flex-shrink: 0;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #e6dccb;
  font-size: 2.5rem;
  line-height: 1;
}

.p-hakajimai-reason__body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-hakajimai-reason__card-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}

.p-hakajimai-reason__card-text {
  color: #222;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-reason__card-text {
    font-size: 1rem;
  }
}

.p-hakajimai-reason__photo {
  flex-shrink: 0;
  width: 19.25rem;
  height: 12.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-reason__photo {
    width: 100%;
    height: 12.5rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.p-hakajimai-reason__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-hakajimai-cost {
  background: #fff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-hakajimai-cost__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-hakajimai-cost__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

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

.p-hakajimai-cost__plans {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-hakajimai-cost__plans {
    flex-direction: column;
  }
}

.p-hakajimai-cost__plan {
  position: relative;
  flex: 1 1 0;
  background: #fff;
  border: 0.375rem solid #d6ecff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.15);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2.5rem 1.875rem;
}

.p-hakajimai-cost__badge {
  position: absolute;
  top: -1.625rem;
  left: 50%;
  transform: translateX(-50%);
  background: #e60000;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  white-space: nowrap;
  padding: 0.625rem 0.9375rem;
  border-radius: 1.03125rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__badge {
    font-size: 0.875rem;
  }
}

.p-hakajimai-cost__badge::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.46875rem solid transparent;
  border-right: 0.46875rem solid transparent;
  border-top: 0.625rem solid #e60000;
}

.p-hakajimai-cost__plan-head {
  background: #3e6e84;
  border-radius: 1.6875rem;
  padding: 0.9375rem 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.p-hakajimai-cost__plan-head-main {
  font-size: 1.5rem;
}

.p-hakajimai-cost__plan-head-sub {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__plan-head-sub {
    display: block;
    font-size: 0.875rem;
  }
}

.p-hakajimai-cost__price {
  color: var(--site-primary-70);
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.p-hakajimai-cost__price-main {
  font-size: 3.75rem;
}

.p-hakajimai-cost__price-yen {
  font-size: 2rem;
}

.p-hakajimai-cost__price-unit {
  font-size: 1.125rem;
}
@media screen and (max-width: 1439px) {
  .p-hakajimai-cost__price-unit {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__price-unit {
    font-size: 1rem;
  }
}

.p-hakajimai-cost__plan-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.p-hakajimai-cost__plan-catch {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__plan-catch {
    font-size: 1rem;
  }
}

.p-hakajimai-cost__plan-desc {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__plan-desc {
    font-size: 1rem;
  }
}

.p-hakajimai-cost__plan-detail {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.p-hakajimai-cost__plan-detail-label {
  border-top: 1px dashed #666;
  padding-top: 1.25rem;
  color: #222;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__plan-detail-label {
    font-size: 0.875rem;
  }
}

.p-hakajimai-cost__plan-detail-text {
  color: #222;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__plan-detail-text {
    font-size: 1rem;
  }
}

.p-hakajimai-cost__plan-notes {
  display: flex;
  flex-direction: column;
  color: #222;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__plan-notes {
    font-size: 0.875rem;
  }
}

.p-hakajimai-cost__plan-notes p {
  margin: 0;
}

.p-hakajimai-cost__points {
  background: #f7f4ef;
  border-radius: 0.625rem;
  padding: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__points {
    padding: 1.25rem;
  }
}

.p-hakajimai-cost__points-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-hakajimai-cost__points-lead {
  color: #222;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__points-lead {
    font-size: 1rem;
  }
}

.p-hakajimai-cost__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__grid {
    gap: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-hakajimai-cost__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.p-hakajimai-cost__point {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 0.75rem rgba(33, 48, 56, 0.06);
  display: flex;
  align-items: flex-start;
  gap: 1.625rem;
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-hakajimai-cost__point {
    flex-direction: column;
    align-items: center;
  }
}

.p-hakajimai-cost__point-badge {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  background: #a2a6cd;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  color: #fff;
}

.p-hakajimai-cost__point-badge-label {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__point-badge-label {
    font-size: 0.875rem;
  }
}

.p-hakajimai-cost__point-badge-num {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
}

.p-hakajimai-cost__point-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

.p-hakajimai-cost__point-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}

.p-hakajimai-cost__point-text {
  color: #222;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cost__point-text {
    font-size: 1rem;
  }
}

.p-hakajimai-estimate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  background: #d6ecff;
  padding-bottom: 4.375rem;
}

.p-hakajimai-estimate__notch {
  width: 5rem;
  height: 2.5rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-hakajimai-estimate__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--site-primary-70);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-estimate__text {
    text-align: left;
  }
}

.p-hakajimai-estimate__line {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-estimate__line {
    font-size: 18px;
  }
}

.p-hakajimai-estimate__line--strong {
  font-weight: 700;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-estimate__line--strong {
    font-size: 1.25rem;
  }
}

.p-hakajimai-flow {
  background: #fff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-flow {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-hakajimai-flow__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-hakajimai-flow__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

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

.p-hakajimai-flow__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.p-hakajimai-flow__step {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-flow__step {
    flex-direction: column;
    height: auto;
  }
}

.p-hakajimai-flow__photo {
  flex-shrink: 0;
  width: 12.5rem;
  border: 1px solid #001d4e;
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-flow__photo {
    width: 100%;
    height: 10rem;
    border-right: 1px solid #001d4e;
    border-bottom: none;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.p-hakajimai-flow__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-hakajimai-flow__body {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border: 1px solid #001d4e;
  border-left: none;
  border-radius: 0 0.625rem 0.625rem 0;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-flow__body {
    border-left: 1px solid #001d4e;
    border-top: none;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.p-hakajimai-flow__num {
  flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
  background: var(--site-primary-70);
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1;
}

.p-hakajimai-flow__text {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-flow__text {
    gap: 0.75rem;
  }
}

.p-hakajimai-flow__step-title {
  color: #222;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.p-hakajimai-flow__step-desc {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-flow__step-desc {
    font-size: 1rem;
  }
}

.p-hakajimai-flow__arrow {
  width: 1.875rem;
  height: 1.875rem;
  background: #d6ecff;
  clip-path: polygon(30.87% 0, 69.13% 0, 69.13% 50.5%, 100% 50.5%, 50% 100%, 0 50.5%, 30.87% 50.5%);
}

.p-hakajimai-flow__note {
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-flow__note {
    font-size: 0.875rem;
  }
}

.p-hakajimai-kuyo {
  background: #e9f5ff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-kuyo {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-hakajimai-kuyo__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-hakajimai-kuyo__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-hakajimai-kuyo__lead {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: left;
}

.p-hakajimai-kuyo__quotes {
  color: #3e6e84;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-kuyo__quotes {
    font-size: 1rem;
    text-align: center;
  }
}

.p-hakajimai-kuyo__lead-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-kuyo__lead-text {
    font-size: 1rem;
  }
}

.p-hakajimai-kuyo__cards {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-kuyo__cards {
    flex-direction: column;
  }
}

.p-hakajimai-kuyo__card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  padding: 1.875rem;
}

.p-hakajimai-kuyo__icon {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
  display: block;
}

.p-hakajimai-kuyo__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  width: 100%;
}

.p-hakajimai-kuyo__card-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}

.p-hakajimai-kuyo__card-text {
  color: #222;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-kuyo__card-text {
    font-size: 1rem;
  }
}

.p-hakajimai-kuyo__callout {
  background: #fff;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
  text-align: center;
}

.p-hakajimai-kuyo__callout-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-hakajimai-kuyo__callout-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-kuyo__callout-text {
    font-size: 1rem;
  }
}

.p-hakajimai-cases {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(circle, #dcdce8 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cases {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-hakajimai-cases__deco {
  position: absolute;
  top: -2.5rem;
  left: max(1.5625rem, 50% - 26.25rem);
  width: 7rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cases__deco {
    display: none;
  }
}

.p-hakajimai-cases__deco img {
  width: 100%;
  height: auto;
  display: block;
}

.p-hakajimai-cases__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cases__inner {
    gap: 5rem;
  }
}

.p-hakajimai-cases__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-hakajimai-cases__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-hakajimai-cases__lead {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cases__lead {
    font-size: 1rem;
  }
}

.p-hakajimai-cases__grid {
  display: flex;
  align-items: stretch;
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-cases__grid {
    flex-direction: column;
  }
}

.p-hakajimai-case {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 0.5625rem rgba(33, 48, 56, 0.07);
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding: 1.875rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.p-hakajimai-case:hover {
  opacity: 0.7;
}

.p-hakajimai-case__photo {
  background: #ccc;
  height: 11.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-hakajimai-case__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-hakajimai-case__photo-note {
  color: #5f7079;
  font-size: 0.75rem;
  line-height: 1;
}

.p-hakajimai-case__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.p-hakajimai-case__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.25rem 0.6875rem;
  border-radius: 0.3125rem;
  white-space: nowrap;
  background: #efefef;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-case__cat {
    font-size: 0.875rem;
  }
}

.p-hakajimai-case__date {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-case__date {
    font-size: 0.875rem;
  }
}

.p-hakajimai-case__name {
  color: #222;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-case__name {
    font-size: 1rem;
  }
}

.p-hakajimai-talk {
  background: #f7f4ef;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-talk {
    padding-bottom: 5rem;
  }
}

.p-hakajimai-talk__photo {
  width: 100%;
  height: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-talk__photo {
    height: 15rem;
  }
}

.p-hakajimai-talk__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

.p-hakajimai-talk__inner {
  margin-top: -9.75rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-talk__inner {
    margin-top: -5rem;
  }
}

.p-hakajimai-talk__card {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  padding: 7.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-talk__card {
    padding: 3.75rem 1.25rem;
  }
}

.p-hakajimai-talk__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 0 0.25rem #fff;
}

.p-hakajimai-talk__lead {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-talk__lead {
    font-size: 1rem;
    text-align: left;
  }
}

.p-hakajimai-talk__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-talk__grid {
    grid-template-columns: 1fr;
  }
}

.p-hakajimai-talk__item {
  background: #e1faff;
  border-radius: 0.9375rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-talk__item {
    padding: 1.5rem;
  }
}

.p-hakajimai-talk__check {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.3125rem;
}

.p-hakajimai-talk__item-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-hakajimai-talk__item-title {
  color: #001d4e;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-hakajimai-talk__item-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-talk__item-text {
    font-size: 1rem;
  }
}

.p-hakajimai-tetsuduki {
  background: #f7f4ef;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-tetsuduki {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-hakajimai-tetsuduki__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-hakajimai-tetsuduki__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

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

.p-hakajimai-tetsuduki__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-hakajimai-tetsuduki__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-hakajimai-tetsuduki__grid {
    grid-template-columns: 1fr;
  }
}

.p-hakajimai-tetsuduki__item {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(33, 48, 56, 0.06);
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  padding: 1.875rem;
}

.p-hakajimai-tetsuduki__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.p-hakajimai-tetsuduki__item-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-hakajimai-tetsuduki__item-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.4;
}

.p-hakajimai-tetsuduki__item-text {
  color: #222;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-tetsuduki__item-text {
    font-size: 1rem;
  }
}

.p-hakajimai-tetsuduki__callout {
  background: #fff;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
  text-align: center;
}

.p-hakajimai-tetsuduki__callout-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-hakajimai-tetsuduki__callout-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-tetsuduki__callout-text {
    font-size: 1rem;
  }
}

.p-hakajimai-faq {
  background: #fff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-hakajimai-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-hakajimai-faq__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

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

.p-hakajimai-faq__body {
  width: 100%;
}

.p-hakajimai-faq .swell-block-faq {
  border: none;
  margin: 0;
  padding: 0;
}

.p-hakajimai-faq .swell-block-faq__item {
  border-bottom: 1px dashed #222;
  margin: 0;
  padding: 0;
}

.p-hakajimai-faq .swell-block-faq:first-of-type .swell-block-faq__item:first-child {
  border-top: 1px dashed #222;
}

.p-hakajimai-faq .faq_q {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin: 0;
  padding: 1.875rem;
  padding-right: 3.9375rem;
  border: none;
  color: #222;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-faq .faq_q {
    padding: 1.25rem 3rem 1.25rem 0.625rem;
    font-size: 1rem;
  }
}
.p-hakajimai-faq .faq_q::before {
  content: "Q.";
  width: auto;
  height: auto;
  background: none;
  position: static;
  flex-shrink: 0;
  color: #aaa;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

.p-hakajimai-faq-icon {
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-faq-icon {
    right: 0.625rem;
  }
}
.p-hakajimai-faq-icon::before, .p-hakajimai-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--site-primary-70);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.p-hakajimai-faq-icon::before {
  width: 100%;
  height: 0.09375rem;
  transform: translate(-50%, -50%);
}
.p-hakajimai-faq-icon::after {
  width: 0.09375rem;
  height: 100%;
  transform: translate(-50%, -50%);
}

.p-hakajimai-faq .swell-block-faq__item.is-open .p-hakajimai-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-hakajimai-faq .swell-block-faq__item.is-open .faq_q {
  border-bottom: 1px dashed #222;
}

.p-hakajimai-faq .faq_a {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0 1.875rem;
  border: none;
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  transition: max-height 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-hakajimai-faq .faq_a {
    padding: 0 3rem 0 0.625rem;
    font-size: 1rem;
  }
}
.p-hakajimai-faq .faq_a > *:first-child {
  margin-top: 1.875rem;
}
.p-hakajimai-faq .faq_a > *:last-child {
  margin-bottom: 1.875rem;
}
.p-hakajimai-faq .faq_a::before {
  content: "A.";
  width: auto;
  height: auto;
  background: none;
  position: static;
  flex-shrink: 0;
  margin-top: 1.875rem;
  color: #aaa;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

.p-hakajimai-area {
  background: #e9f5ff;
}

.p-hakajimai-area__tags-band {
  position: relative;
  overflow: hidden;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-area__tags-band {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

.p-hakajimai-area__map {
  position: absolute;
  top: 2.8125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 32.875rem;
  mix-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-area__map {
    width: 18.75rem;
  }
}

.p-hakajimai-area__map img {
  width: 100%;
  height: auto;
  display: block;
}

.p-hakajimai-area__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-area__inner {
    gap: 2rem;
  }
}

.p-hakajimai-area__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-hakajimai-area__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-area__tags {
    gap: 0.75rem;
  }
}

.p-hakajimai-area__tag {
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.625rem 0.9375rem;
  color: var(--site-primary-70);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-area__tag {
    font-size: 0.875rem;
  }
}

.p-hakajimai-area__text-band {
  position: relative;
  overflow: hidden;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-image: url("../images/hakajimai/area-photo.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-area__text-band {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.p-hakajimai-area__text-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #e9f5ff 0%, rgba(233, 245, 255, 0.5) 100%);
  pointer-events: none;
}

.p-hakajimai-area__text {
  position: relative;
  color: #222;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-area__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-hakajimai-form {
  background: #e9f5ff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-form {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-hakajimai-form__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.p-hakajimai-form__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-hakajimai-form__quotes {
  color: #3e6e84;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-form__quotes {
    font-size: 1rem;
    text-align: left;
  }
}

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

.p-hakajimai-form__card {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.1);
  width: 100%;
  max-width: 50rem;
  margin-top: 1.25rem;
  padding: 3.75rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-form__card {
    padding: 2.5rem 1.25rem;
  }
}

.p-hakajimai-form__note {
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-form__note {
    font-size: 0.875rem;
  }
}

.p-hakajimai-form .starter-form {
  background: transparent;
  padding: 0;
}

.p-hakajimai-form .starter-form__row {
  flex-direction: column;
  align-items: stretch;
  gap: 0.9375rem;
}

.p-hakajimai-form .starter-form__row + .starter-form__row {
  margin-top: 2.5rem;
}

.p-hakajimai-form .starter-form__label {
  flex: 0 0 auto;
  width: auto;
  padding-top: 0;
}

.p-hakajimai-form .starter-form__label p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-form .starter-form__label p {
    font-size: 1rem;
  }
}

.p-hakajimai-form .starter-form__badge {
  background: var(--site-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.1875rem 0.3125rem;
  border-radius: 0.1875rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-form .starter-form__badge {
    font-size: 0.875rem;
  }
}

.p-hakajimai-form .starter-form__badge--optional {
  background: #999;
}

.p-hakajimai-form .starter-form__field {
  width: 100%;
}

.p-hakajimai-form .starter-form__input {
  width: 100%;
  height: 3.125rem;
  background: #fff;
  border: 1px solid #999;
  border-radius: 0.3125rem;
  padding-inline: 1.25rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-form .starter-form__input {
    font-size: 1rem;
  }
}

.p-hakajimai-form .starter-form__textarea {
  width: 100%;
  height: 9.375rem;
  background: #fff;
  border: 1px solid #999;
  border-radius: 0.3125rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-form .starter-form__textarea {
    font-size: 1rem;
  }
}

.p-hakajimai-form .starter-form__input::placeholder,
.p-hakajimai-form .starter-form__textarea::placeholder {
  color: #aaa;
}

.p-hakajimai-form .starter-form__agree {
  margin-top: 2.5rem;
}

.p-hakajimai-form .starter-form__agree-label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-hakajimai-form .starter-form__agree-label .wpcf7-form-control-wrap {
  order: -1;
}

.p-hakajimai-form .starter-form__agree-text {
  order: 1;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-form .starter-form__agree-text {
    font-size: 1rem;
  }
}

.p-hakajimai-form .starter-form__checkbox {
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #222;
}

.p-hakajimai-form .starter-form__submit {
  margin-top: 2.5rem;
  text-align: center;
}

.p-hakajimai-form .starter-form input[type=submit] {
  display: inline-block;
  width: auto;
  background: var(--site-primary-70);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 0.625rem;
  padding: 1.25rem 5rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-hakajimai-form .starter-form input[type=submit] {
    font-size: 1rem;
  }
}

.p-hakajimai-form .starter-form input[type=submit]:hover {
  opacity: 0.8;
}

.p-kaiyousankotsu-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: clip visible;
  min-height: min(56.25vw, 50.625rem);
  background-image: url("../images/kaiyousankotsu/hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 7.125rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .p-kaiyousankotsu-hero {
    padding-top: 5.75rem;
    padding-bottom: 3.5rem;
    background-size: 130% auto;
    background-position: center top;
  }
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero {
    min-height: 0;
    padding-top: 124px;
    padding-bottom: 4.5rem;
    background-size: cover;
    background-position: 81% center;
  }
}

.p-kaiyousankotsu-hero__inner {
  position: relative;
  z-index: 4;
}

.p-kaiyousankotsu-hero__body {
  max-width: 48.75rem;
}

.p-kaiyousankotsu-hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
}

.p-kaiyousankotsu-hero__title-line {
  display: inline-block;
  width: fit-content;
  background: #fff;
  padding: 0.9375rem 0.625rem;
}

@media (max-width: 374px) {
  .p-kaiyousankotsu-hero__title-line--split {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: transparent;
    padding: 0;
  }
  .p-kaiyousankotsu-hero__title-seg {
    display: inline-block;
    width: fit-content;
    background: #fff;
    padding: 15px 10px;
  }
}
.p-kaiyousankotsu-hero__title-line .u-lg {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero__title-line .u-lg {
    font-size: min(6.4vw, 24px);
  }
}

@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero__title-seg .u-lg {
    font-size: min(7vw, 30px);
  }
}

.p-kaiyousankotsu-hero__title-line .u-sm {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero__title-line .u-sm {
    font-size: 20px;
  }
}

.p-kaiyousankotsu-hero__lead {
  margin-top: 3.125rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero__lead {
    margin-top: 20px;
    color: #222;
    text-shadow: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-kaiyousankotsu-hero__lead + .p-kaiyousankotsu-hero__lead {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero__lead + .p-kaiyousankotsu-hero__lead {
    margin-top: 0;
  }
}

.p-kaiyousankotsu-hero__badges {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero__badges {
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 5.125rem;
  }
}

.p-kaiyousankotsu-hero .c-hero-cta {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero .c-hero-cta {
    margin-top: 1.125rem;
  }
}

.p-kaiyousankotsu-hero__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  background: rgba(29, 37, 112, 0.75);
  border: 1px dashed #fff;
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero__badge {
    width: clamp(107px, 28.5vw, 128px);
    height: clamp(107px, 28.5vw, 128px);
    font-size: clamp(16px, 4.8vw, 22px);
  }
}

.p-kaiyousankotsu-hero__badge--sm {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero__badge--sm {
    font-size: clamp(14px, 4.3vw, 19px);
  }
}

.p-kaiyousankotsu-hero__sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 29.875rem;
  height: auto;
  filter: grayscale(1) brightness(0.8);
  mix-blend-mode: multiply;
  opacity: 0.65;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .p-kaiyousankotsu-hero__sub {
    width: 250px;
  }
}

.p-kaiyousankotsu-hero__deco-flower {
  position: absolute;
  left: 3.75rem;
  bottom: -6.75rem;
  width: 15.25rem;
  height: auto;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .p-kaiyousankotsu-hero__deco-flower {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero__deco-flower {
    display: block;
    top: max(-37.6vw, -141px);
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: min(27.4666666667vw, 103px);
  }
}

.p-kaiyousankotsu-hero__wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-hero__wave {
    aspect-ratio: 375/40;
    height: auto;
    object-fit: fill;
    z-index: 0;
  }
}

.p-kaiyousankotsu-worry {
  position: relative;
  background: #e9f5ff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-worry {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-kaiyousankotsu-worry__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-worry__title {
    font-size: 26px;
    text-align: center;
  }
}

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

.p-kaiyousankotsu-worry__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 3.75rem;
  row-gap: 2.8125rem;
  list-style: none;
  padding: 0;
  margin: 3.75rem 0 0;
}
@media screen and (max-width: 1024px) {
  .p-kaiyousankotsu-worry__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-worry__list {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

.p-kaiyousankotsu-worry__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-kaiyousankotsu-worry__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-worry__thumb {
    max-width: 13.75rem;
    margin-inline: auto;
  }
}

.p-kaiyousankotsu-worry__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-kaiyousankotsu-worry__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
}

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

.p-kaiyousankotsu-worry__item-desc {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-worry__item-desc {
    font-size: 16px;
    max-width: 13.75rem;
  }
}

.p-kaiyousankotsu-worry__deco {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-worry__deco {
    display: none;
  }
}

.p-kaiyousankotsu-worry__deco img {
  width: 15.0625rem;
  height: auto;
}

.p-kaiyousankotsu-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  background: #d6ecff;
  padding-bottom: 4.375rem;
}

.p-kaiyousankotsu-bridge__notch {
  width: 5rem;
  height: 2.5rem;
  background: #e9f5ff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-kaiyousankotsu-bridge__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.p-kaiyousankotsu-bridge__catch {
  color: var(--site-primary-70);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-kaiyousankotsu-bridge__catch-sm {
  font-weight: 500;
  font-size: 1.5rem;
}

.p-kaiyousankotsu-bridge__catch-lg {
  font-weight: 800;
  font-size: 2rem;
}

.p-kaiyousankotsu-bridge__box {
  background: #fff;
  border-radius: 0.625rem;
  padding: 0.9375rem;
}

.p-kaiyousankotsu-bridge__text {
  color: var(--site-primary-70);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-bridge__text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-mayoi {
  position: relative;
  overflow: hidden;
  background: #f7f4ef;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-mayoi {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-mayoi__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49.125rem;
  z-index: 0;
  pointer-events: none;
}

.p-kaiyousankotsu-mayoi__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-kaiyousankotsu-mayoi__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-mayoi__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  width: 100%;
}

.p-kaiyousankotsu-mayoi__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
}

.p-kaiyousankotsu-mayoi__voice {
  text-align: left;
  color: #3e6e84;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-mayoi__voice {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-mayoi__voice p {
  margin: 0;
}

.p-kaiyousankotsu-mayoi__lead {
  text-align: left;
  color: #223038;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-mayoi__lead {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-mayoi__cards {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
}

.p-kaiyousankotsu-mayoi__card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.25rem;
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 0.625rem;
  padding: 1.5625rem;
  box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-mayoi__card {
    flex-direction: column;
    gap: 0.9375rem;
    align-items: center;
  }
}

.p-kaiyousankotsu-mayoi__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  min-width: 0;
  flex: 1 1 0;
}

.p-kaiyousankotsu-mayoi__card-thumb {
  flex-shrink: 0;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-mayoi__card-thumb {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

.p-kaiyousankotsu-mayoi__card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-kaiyousankotsu-mayoi__card-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-kaiyousankotsu-mayoi__card-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-mayoi__card-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-mayoi__card-text p + p {
  margin-top: 0.625rem;
}

.p-kaiyousankotsu-mayoi__card:nth-child(3) .p-kaiyousankotsu-mayoi__card-text {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-mayoi__card:nth-child(3) .p-kaiyousankotsu-mayoi__card-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-whatis {
  background: #f7f4ef;
  padding-top: 0;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-whatis {
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-whatis__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-whatis__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 0.25rem #fff;
}

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

.p-kaiyousankotsu-whatis__cards {
  display: flex;
  align-items: stretch;
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-kaiyousankotsu-whatis__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-whatis__cards {
    grid-template-columns: 1fr;
  }
}

.p-kaiyousankotsu-whatis__card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.15);
  background: #fff;
}

.p-kaiyousankotsu-whatis__card-thumb {
  height: 9.375rem;
  flex-shrink: 0;
}

.p-kaiyousankotsu-whatis__card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-kaiyousankotsu-whatis__card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.875rem 1.25rem;
}

.p-kaiyousankotsu-whatis__card-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-whatis__card-title {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-whatis__card-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-whatis__card-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-whatis__card-note {
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-whatis__card-note {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-consider {
  background: #fff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-consider {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-kaiyousankotsu-consider__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-consider__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-kaiyousankotsu-consider__title-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-kaiyousankotsu-consider__title-br {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-consider__title-br {
    display: none;
  }
}

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

.p-kaiyousankotsu-consider__cards {
  display: flex;
  align-items: stretch;
  gap: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-kaiyousankotsu-consider__cards {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-consider__cards {
    flex-direction: column;
  }
}

.p-kaiyousankotsu-consider__card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.15);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .p-kaiyousankotsu-consider__card {
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-consider__card {
    padding: 1.875rem;
  }
}

.p-kaiyousankotsu-consider__card-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-kaiyousankotsu-consider__checks {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-kaiyousankotsu-consider__check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.p-kaiyousankotsu-consider__check-icon {
  flex-shrink: 0;
  background: #3e6e84;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
}

.p-kaiyousankotsu-consider__check-text {
  color: #222;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-consider__check-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-consider__callout {
  background: #f7f4ef;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
}

.p-kaiyousankotsu-consider__callout-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-kaiyousankotsu-consider__callout-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-consider__callout-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-consider__deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-consider__deco {
    display: none;
  }
}

.p-kaiyousankotsu-consider__deco img {
  width: 100%;
  height: auto;
  display: block;
}

.p-kaiyousankotsu-consider__deco--left {
  top: -3.4375rem;
  left: -1.25rem;
  width: 9.9375rem;
}

.p-kaiyousankotsu-consider__deco--right {
  top: -2.5rem;
  right: -0.625rem;
  width: 8.6875rem;
}

.p-kaiyousankotsu-compare {
  background: #fff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-compare {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-kaiyousankotsu-compare__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-compare__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

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

.p-kaiyousankotsu-compare__scroll-hint {
  display: none;
  color: #666;
  font-size: 0.8125rem;
  text-align: center;
  margin-top: -3.125rem;
}
.p-kaiyousankotsu-compare__scroll-hint.is-scrollable {
  display: block;
}

.p-kaiyousankotsu-compare__table-wrap {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-compare__table-wrap {
    overflow-x: auto;
  }
}

.p-kaiyousankotsu-compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-compare__table {
    min-width: 47.5rem;
  }
}

.p-kaiyousankotsu-compare__th:first-child,
.p-kaiyousankotsu-compare__method {
  width: 6.25rem;
}

.p-kaiyousankotsu-compare__th,
.p-kaiyousankotsu-compare__method,
.p-kaiyousankotsu-compare__cell {
  border: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.75rem 0.75rem 0.75rem 0.875rem;
  vertical-align: top;
  text-align: left;
}

.p-kaiyousankotsu-compare__table tr > *:last-child {
  border-right: none;
}

.p-kaiyousankotsu-compare__table tbody tr:last-child > * {
  border-bottom: none;
}

.p-kaiyousankotsu-compare__th {
  background: #3e6e84;
  color: #fff;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-compare__th {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-compare__method {
  background: #fafcfd;
  color: #3e6e84;
  font-weight: 700;
  font-size: 0.78125rem;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-compare__method {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-compare__cell {
  background: #fff;
  color: #223038;
  font-weight: 400;
  font-size: 0.78125rem;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-compare__cell {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-compare__row--accent .p-kaiyousankotsu-compare__method,
.p-kaiyousankotsu-compare__row--accent .p-kaiyousankotsu-compare__cell {
  background: #f0f2f7;
}

.p-kaiyousankotsu-compare__callout {
  background: #f7f4ef;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
}

.p-kaiyousankotsu-compare__callout-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-kaiyousankotsu-compare__callout-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-compare__callout-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-compare__callout-note {
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-compare__callout-note {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-reason {
  position: relative;
  min-height: min(113.75vw, 102.375rem);
  background-image: url("../images/kaiyousankotsu/reason-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-reason {
    min-height: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-reason__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-reason__title {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

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

.p-kaiyousankotsu-reason__rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-kaiyousankotsu-reason__row {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-reason__row {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.p-kaiyousankotsu-reason__row--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-reason__row--reverse {
    flex-direction: column-reverse;
  }
}

.p-kaiyousankotsu-reason__card {
  width: 37.5rem;
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 1.5rem rgba(102, 102, 102, 0.15);
  display: flex;
  align-items: flex-start;
  gap: 1.625rem;
  padding: 2rem 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-reason__card {
    width: 100%;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.p-kaiyousankotsu-reason__num {
  flex-shrink: 0;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #e6dccb;
  font-size: 2.5rem;
  line-height: 1;
}

.p-kaiyousankotsu-reason__body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-kaiyousankotsu-reason__card-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}

.p-kaiyousankotsu-reason__card-text {
  color: #222;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-reason__card-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-reason__card-note {
  color: #222;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-reason__card-note {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-reason__photo {
  flex-shrink: 0;
  width: 19.25rem;
  height: 12.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-reason__photo {
    width: 100%;
    height: 12.5rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.p-kaiyousankotsu-reason__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-kaiyousankotsu-safety {
  background: #fff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-safety {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-safety__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-safety__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-kaiyousankotsu-safety__lead {
  color: #5f7079;
  font-size: 0.9375rem;
  line-height: 1.85;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-safety__lead {
    font-size: 1rem;
    text-align: left;
  }
}

.p-kaiyousankotsu-safety__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-safety__grid {
    grid-template-columns: 1fr;
  }
}

.p-kaiyousankotsu-safety__point {
  background: #fff;
  border: 1px solid #001d4e;
  border-radius: 0.625rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  padding: 1.875rem 1.25rem;
}

.p-kaiyousankotsu-safety__point-badge {
  flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
  background: var(--site-primary-70);
  border: 0.1875rem solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.p-kaiyousankotsu-safety__point-badge-num {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.5;
}

.p-kaiyousankotsu-safety__point-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}

.p-kaiyousankotsu-safety__point-title {
  color: #222;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-kaiyousankotsu-safety__point-text {
  color: #222;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-safety__point-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-safety__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-safety__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.p-kaiyousankotsu-safety__gallery-item {
  aspect-ratio: 450/253;
  background: #c4c4c4;
  border-radius: 0.625rem;
}

.p-kaiyousankotsu-cost {
  background: #fff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-cost__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-cost__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

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

.p-kaiyousankotsu-cost__plans {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-kaiyousankotsu-cost__plans {
    flex-direction: column;
  }
}

.p-kaiyousankotsu-cost__plan {
  position: relative;
  flex: 1 1 0;
  background: #fff;
  border: 0.375rem solid #d6ecff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.15);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2.5rem 1.875rem;
}

.p-kaiyousankotsu-cost__badge {
  position: absolute;
  top: -1.625rem;
  left: 50%;
  transform: translateX(-50%);
  background: #ff0000;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  white-space: nowrap;
  padding: 0.625rem 0.9375rem;
  border-radius: 1.03125rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__badge {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-cost__badge::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.46875rem solid transparent;
  border-right: 0.46875rem solid transparent;
  border-top: 0.625rem solid #ff0000;
}

.p-kaiyousankotsu-cost__plan-head {
  background: #3e6e84;
  border-radius: 1.6875rem;
  padding: 0.9375rem 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}

.p-kaiyousankotsu-cost__price {
  color: var(--site-primary-70);
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.p-kaiyousankotsu-cost__price-main {
  font-size: 3.75rem;
}

.p-kaiyousankotsu-cost__price-yen {
  font-size: 2rem;
}

.p-kaiyousankotsu-cost__price-unit {
  font-size: 1.125rem;
}
@media screen and (max-width: 1439px) {
  .p-kaiyousankotsu-cost__price-unit {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__price-unit {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-cost__plan-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.p-kaiyousankotsu-cost__plan-catch {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__plan-catch {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-cost__plan-desc {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__plan-desc {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-cost__plan-detail {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.p-kaiyousankotsu-cost__plan-detail-label {
  border-top: 1px dashed #666;
  padding-top: 1.25rem;
  color: #222;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__plan-detail-label {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-cost__plan-detail-text {
  color: #222;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__plan-detail-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-cost__plan-notes {
  display: flex;
  flex-direction: column;
  color: #222;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__plan-notes {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-cost__plan-notes p {
  margin: 0;
}

.p-kaiyousankotsu-cost__points {
  background: #f7f4ef;
  border-radius: 0.625rem;
  padding: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__points {
    padding: 1.25rem;
  }
}

.p-kaiyousankotsu-cost__points-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-kaiyousankotsu-cost__points-lead {
  color: #222;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__points-lead {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-cost__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__grid {
    gap: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-kaiyousankotsu-cost__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.p-kaiyousankotsu-cost__point {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 0.75rem rgba(33, 48, 56, 0.06);
  display: flex;
  align-items: flex-start;
  gap: 1.625rem;
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-kaiyousankotsu-cost__point {
    flex-direction: column;
    align-items: center;
  }
}

.p-kaiyousankotsu-cost__point-badge {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  background: #a2a6cd;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  color: #fff;
}

.p-kaiyousankotsu-cost__point-badge-label {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__point-badge-label {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-cost__point-badge-num {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
}

.p-kaiyousankotsu-cost__point-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

.p-kaiyousankotsu-cost__point-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}

.p-kaiyousankotsu-cost__point-text {
  color: #222;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cost__point-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-estimate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  background: #d6ecff;
  padding-bottom: 4.375rem;
}

.p-kaiyousankotsu-estimate__notch {
  width: 5rem;
  height: 2.5rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-kaiyousankotsu-estimate__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.p-kaiyousankotsu-estimate__title {
  color: var(--site-primary-70);
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-estimate__title {
    font-size: 1.25rem;
  }
}

.p-kaiyousankotsu-estimate__lead {
  color: var(--site-primary-70);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-estimate__lead {
    font-size: 18px;
    text-align: left;
  }
}

.p-kaiyousankotsu-flow {
  background: #fff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-flow {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-flow__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-flow__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

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

.p-kaiyousankotsu-flow__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.p-kaiyousankotsu-flow__step {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-flow__step {
    flex-direction: column;
    height: auto;
  }
}

.p-kaiyousankotsu-flow__photo {
  flex-shrink: 0;
  width: 12.5rem;
  border: 1px solid #001d4e;
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-flow__photo {
    width: 100%;
    height: 10rem;
    border-right: 1px solid #001d4e;
    border-bottom: none;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.p-kaiyousankotsu-flow__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-kaiyousankotsu-flow__body {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border: 1px solid #001d4e;
  border-left: none;
  border-radius: 0 0.625rem 0.625rem 0;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-flow__body {
    border-left: 1px solid #001d4e;
    border-top: none;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.p-kaiyousankotsu-flow__num {
  flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
  background: var(--site-primary-70);
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1;
}

.p-kaiyousankotsu-flow__text {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-flow__text {
    gap: 0.75rem;
  }
}

.p-kaiyousankotsu-flow__step-title {
  color: #222;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.p-kaiyousankotsu-flow__step-desc {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-flow__step-desc {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-flow__arrow {
  width: 1.875rem;
  height: 1.875rem;
  background: #d6ecff;
  clip-path: polygon(30.87% 0, 69.13% 0, 69.13% 50.5%, 100% 50.5%, 50% 100%, 0 50.5%, 30.87% 50.5%);
}

.p-kaiyousankotsu-flow__note {
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-flow__note {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-kuyo {
  background: #e9f5ff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-kuyo {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-kuyo__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-kuyo__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-kaiyousankotsu-kuyo__lead {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: left;
}

.p-kaiyousankotsu-kuyo__quotes {
  color: #3e6e84;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-kuyo__quotes {
    font-size: 1rem;
    text-align: center;
  }
}

.p-kaiyousankotsu-kuyo__lead-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-kuyo__lead-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-kuyo__cards {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-kuyo__cards {
    flex-direction: column;
  }
}

.p-kaiyousankotsu-kuyo__card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  padding: 1.875rem;
}

.p-kaiyousankotsu-kuyo__icon {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
  display: block;
}

.p-kaiyousankotsu-kuyo__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  width: 100%;
}

.p-kaiyousankotsu-kuyo__card-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}

.p-kaiyousankotsu-kuyo__card-text {
  color: #222;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-kuyo__card-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-kuyo__callout {
  background: #fff;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
  text-align: center;
}

.p-kaiyousankotsu-kuyo__callout-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-kaiyousankotsu-kuyo__callout-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-kuyo__callout-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-cases {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(circle, #dcdce8 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cases {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-cases__deco {
  position: absolute;
  top: -12.5rem;
  left: max(1.5625rem, 50% - 26.25rem);
  width: 7rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cases__deco {
    display: none;
  }
}

.p-kaiyousankotsu-cases__deco img {
  width: 100%;
  height: auto;
  display: block;
}

.p-kaiyousankotsu-cases__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cases__inner {
    gap: 5rem;
  }
}

.p-kaiyousankotsu-cases__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-cases__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-kaiyousankotsu-cases__lead {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cases__lead {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-cases__grid {
  display: flex;
  align-items: stretch;
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-cases__grid {
    flex-direction: column;
  }
}

.p-kaiyousankotsu-case {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 0.5625rem rgba(33, 48, 56, 0.07);
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding: 1.875rem;
}

.p-kaiyousankotsu-case__photo {
  background: #ccc;
  height: 11.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-kaiyousankotsu-case__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-kaiyousankotsu-case__photo-note {
  color: #5f7079;
  font-size: 0.75rem;
  line-height: 1;
}

.p-kaiyousankotsu-case__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.p-kaiyousankotsu-case__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.25rem 0.6875rem;
  border-radius: 0.3125rem;
  white-space: nowrap;
  background: #efefef;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-case__cat {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-case__date {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-case__date {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-case__name {
  color: #222;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-case__name {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-talk {
  background: #f7f4ef;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-talk {
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-talk__photo {
  width: 100%;
  height: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-talk__photo {
    height: 15rem;
  }
}

.p-kaiyousankotsu-talk__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

.p-kaiyousankotsu-talk__inner {
  margin-top: -9.75rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-talk__inner {
    margin-top: -5rem;
  }
}

.p-kaiyousankotsu-talk__card {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  padding: 7.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-talk__card {
    padding: 3.75rem 1.25rem;
  }
}

.p-kaiyousankotsu-talk__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 0 0.25rem #fff;
}

.p-kaiyousankotsu-talk__lead {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-talk__lead {
    font-size: 1rem;
    text-align: left;
  }
}

.p-kaiyousankotsu-talk__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-talk__grid {
    grid-template-columns: 1fr;
  }
}

.p-kaiyousankotsu-talk__item {
  background: #e1faff;
  border-radius: 0.9375rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-talk__item {
    padding: 1.5rem;
  }
}

.p-kaiyousankotsu-talk__check {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.3125rem;
}

.p-kaiyousankotsu-talk__item-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-kaiyousankotsu-talk__item-title {
  color: #001d4e;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-kaiyousankotsu-talk__item-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-talk__item-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-manner {
  background: #f7f4ef;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-manner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-manner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-manner__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

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

.p-kaiyousankotsu-manner__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-kaiyousankotsu-manner__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-manner__grid {
    grid-template-columns: 1fr;
  }
}

.p-kaiyousankotsu-manner__item {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(33, 48, 56, 0.06);
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  padding: 1.875rem;
}

.p-kaiyousankotsu-manner__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}
@media screen and (max-width: 1439px) {
  .p-kaiyousankotsu-manner__icon {
    width: 1.5rem;
    height: auto;
  }
}

.p-kaiyousankotsu-manner__item-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-kaiyousankotsu-manner__item-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.4;
}

.p-kaiyousankotsu-manner__item-text {
  color: #222;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-manner__item-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-manner__callout {
  background: #fff;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  padding: 1.875rem;
  width: 100%;
  text-align: center;
}

.p-kaiyousankotsu-manner__callout-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-kaiyousankotsu-manner__callout-text {
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-manner__callout-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-faq {
  background: #fff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-kaiyousankotsu-faq__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

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

.p-kaiyousankotsu-faq__body {
  width: 100%;
}

.p-kaiyousankotsu-faq .swell-block-faq {
  border: none;
  margin: 0;
  padding: 0;
}

.p-kaiyousankotsu-faq .swell-block-faq__item {
  border-bottom: 1px dashed #222;
  margin: 0;
  padding: 0;
}

.p-kaiyousankotsu-faq .swell-block-faq:first-of-type .swell-block-faq__item:first-child {
  border-top: 1px dashed #222;
}

.p-kaiyousankotsu-faq .faq_q {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin: 0;
  padding: 1.875rem;
  padding-right: 3.9375rem;
  border: none;
  color: #222;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-faq .faq_q {
    padding: 1.25rem 3rem 1.25rem 0.625rem;
    font-size: 1rem;
  }
}
.p-kaiyousankotsu-faq .faq_q::before {
  content: "Q.";
  width: auto;
  height: auto;
  background: none;
  position: static;
  flex-shrink: 0;
  color: #aaa;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

.p-kaiyousankotsu-faq .faq_q__btn {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
}

.p-kaiyousankotsu-faq .swell-block-faq__item.is-open .p-hakajimai-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-kaiyousankotsu-faq .swell-block-faq__item.is-open .faq_q {
  border-bottom: 1px dashed #222;
}

.p-kaiyousankotsu-faq .faq_a {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0 1.875rem;
  border: none;
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  transition: max-height 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-faq .faq_a {
    padding: 0 3rem 0 0.625rem;
    font-size: 1rem;
  }
}
.p-kaiyousankotsu-faq .faq_a > *:first-child {
  margin-top: 1.875rem;
}
.p-kaiyousankotsu-faq .faq_a > *:last-child {
  margin-bottom: 1.875rem;
}
.p-kaiyousankotsu-faq .faq_a::before {
  content: "A.";
  width: auto;
  height: auto;
  background: none;
  position: static;
  flex-shrink: 0;
  margin-top: 1.875rem;
  color: #aaa;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

.p-kaiyousankotsu-area__tags-band {
  position: relative;
  overflow: hidden;
  background: #e9f5ff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-area__tags-band {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

.p-kaiyousankotsu-area__map {
  position: absolute;
  top: 2.8125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 32.875rem;
  mix-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-area__map {
    width: 18.75rem;
  }
}

.p-kaiyousankotsu-area__map img {
  width: 100%;
  height: auto;
  display: block;
}

.p-kaiyousankotsu-area__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-area__inner {
    gap: 2rem;
  }
}

.p-kaiyousankotsu-area__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-kaiyousankotsu-area__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-area__tags {
    gap: 0.75rem;
  }
}

.p-kaiyousankotsu-area__tag {
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.625rem 0.9375rem;
  color: var(--site-primary-70);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-area__tag {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-area__text-band {
  position: relative;
  overflow: hidden;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-image: url("../images/kaiyousankotsu/area-photo.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-area__text-band {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-area__text-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #e9f5ff 0%, rgba(233, 245, 255, 0.5) 100%);
  pointer-events: none;
}

.p-kaiyousankotsu-area__text {
  position: relative;
  color: #222;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-area__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-kaiyousankotsu-form {
  background: #e9f5ff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-form {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-kaiyousankotsu-form__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.p-kaiyousankotsu-form__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-kaiyousankotsu-form__quotes {
  color: #3e6e84;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-form__quotes {
    font-size: 1rem;
    text-align: left;
  }
}

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

.p-kaiyousankotsu-form__card {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 0.75rem rgba(102, 102, 102, 0.1);
  width: 100%;
  max-width: 50rem;
  margin-top: 1.25rem;
  padding: 3.75rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-form__card {
    padding: 2.5rem 1.25rem;
  }
}

.p-kaiyousankotsu-form__note {
  color: #222;
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-form__note {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-form .starter-form {
  background: transparent;
  padding: 0;
}

.p-kaiyousankotsu-form .starter-form__row {
  flex-direction: column;
  align-items: stretch;
  gap: 0.9375rem;
}

.p-kaiyousankotsu-form .starter-form__row + .starter-form__row {
  margin-top: 2.5rem;
}

.p-kaiyousankotsu-form .starter-form__label {
  flex: 0 0 auto;
  width: auto;
  padding-top: 0;
}

.p-kaiyousankotsu-form .starter-form__label p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-form .starter-form__label p {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-form .starter-form__badge {
  background: var(--site-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.1875rem 0.3125rem;
  border-radius: 0.1875rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-form .starter-form__badge {
    font-size: 0.875rem;
  }
}

.p-kaiyousankotsu-form .starter-form__badge--optional {
  background: #999;
}

.p-kaiyousankotsu-form .starter-form__field {
  width: 100%;
}

.p-kaiyousankotsu-form .starter-form__input {
  width: 100%;
  height: 3.125rem;
  background: #fff;
  border: 1px solid #999;
  border-radius: 0.3125rem;
  padding-inline: 1.25rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-form .starter-form__input {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-form .starter-form__textarea {
  width: 100%;
  height: 9.375rem;
  background: #fff;
  border: 1px solid #999;
  border-radius: 0.3125rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-form .starter-form__textarea {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-form .starter-form__input::placeholder,
.p-kaiyousankotsu-form .starter-form__textarea::placeholder {
  color: #aaa;
}

.p-kaiyousankotsu-form .starter-form__agree {
  margin-top: 2.5rem;
}

.p-kaiyousankotsu-form .starter-form__agree-label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-kaiyousankotsu-form .starter-form__agree-label .wpcf7-form-control-wrap {
  order: -1;
}

.p-kaiyousankotsu-form .starter-form__agree-text {
  order: 1;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-form .starter-form__agree-text {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-form .starter-form__checkbox {
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #222;
}

.p-kaiyousankotsu-form .starter-form__submit {
  margin-top: 2.5rem;
  text-align: center;
}

.p-kaiyousankotsu-form .starter-form input[type=submit] {
  display: inline-block;
  width: auto;
  background: var(--site-primary-70);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 0.625rem;
  padding: 1.25rem 5rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-kaiyousankotsu-form .starter-form input[type=submit] {
    font-size: 1rem;
  }
}

.p-kaiyousankotsu-form .starter-form input[type=submit]:hover {
  opacity: 0.8;
}

.p-top-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, #ffffff 0%, #efefef 100%);
  padding-top: 7.125rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .p-top-hero {
    padding-top: 3.75rem;
    padding-top: 5.75rem;
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-hero {
    padding-top: 6.5rem;
    padding-bottom: 4.5rem;
    background: none;
  }
}

.p-top-hero__inner {
  position: relative;
  z-index: 4;
}

.p-top-hero__body {
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  .p-top-hero__body {
    max-width: 418px;
  }
}

.p-top-hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  color: #1e1f3b;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-hero__title {
    gap: min(5.3333333333vw, 20px);
  }
}

.p-top-hero__title-line {
  display: inline-block;
  width: fit-content;
}

.p-top-hero__title-line .u-lg {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-hero__title-line .u-lg {
    font-size: min(6.4vw, 24px);
  }
}

.p-top-hero__title-line .u-sm {
  font-size: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-hero__title-line .u-sm {
    font-size: min(5.3333333333vw, 20px);
  }
}

.p-top-hero__title-line--lg {
  font-size: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-hero__title-line--lg {
    font-size: min(11.2vw, 42px);
    line-height: 1.2;
  }
}

.p-top-hero__lead {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-hero__lead {
    font-size: min(4vw, 15px);
    margin-top: min(5.3333333333vw, 20px);
  }
  .p-top-hero__lead br {
    display: none;
  }
}

.p-top-hero__badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.625rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-hero__badges {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.375rem;
    width: 100%;
    align-items: flex-start;
    margin-top: calc(7.5rem + min(22.6666666667vw, 85px));
  }
}

.p-top-hero__badge {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.625rem 0.9375rem;
  background: rgba(29, 37, 112, 0.75);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-hero__badge {
    max-width: 100%;
    box-sizing: border-box;
    gap: min(2.6666666667vw, 10px);
    padding: min(2.6666666667vw, 10px) min(4vw, 15px);
    border-radius: min(2.1333333333vw, 8px);
  }
}

.p-top-hero__badge-text {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-hero__badge-text {
    font-size: min(3.7333333333vw, 14px);
  }
  .p-top-hero__badge-text br {
    display: none;
  }
}

.p-top-hero .c-hero-cta {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-hero .c-hero-cta {
    margin-top: 1.875rem;
    transform: translateX(calc((100vw - 100%) / 2 - 15px));
  }
}

.p-top-hero__visual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-hero__visual {
    z-index: 0;
  }
}

.p-top-hero__flower-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  z-index: 3;
  pointer-events: none;
}

.p-top-hero__photo {
  position: absolute;
  right: -16rem;
  bottom: 1rem;
  height: min(42rem, 100% - 1rem - var(--swl-headerH, 0px));
  width: auto;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-top-hero__photo {
    display: block;
    left: 18.9375rem;
    right: auto;
    bottom: 0.5rem;
    height: min(34.25rem, 68.4531vw, 100% - 0.5rem - var(--swl-headerH, 0px));
    width: auto;
    object-fit: contain;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-hero__photo {
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: max(100%, min(85vw, 30rem));
    object-fit: cover;
    object-position: center left;
    z-index: 0;
  }
}

.p-top-hero__deco {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  opacity: 0.2;
  mix-blend-mode: multiply;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-hero__deco {
    display: none;
  }
}

.p-top-hero__deco--peony {
  position: absolute;
  left: -0.5rem;
  bottom: -0.25rem;
  width: 45.75rem;
  aspect-ratio: 1400/948;
  background-image: url("../images/top/hero-deco-peony.webp");
}
@media screen and (max-width: 767px) {
  .p-top-hero__deco--peony {
    display: block;
    width: 70%;
    left: -5%;
    bottom: 0;
  }
}

.p-top-hero__deco--leaf {
  position: absolute;
  top: 0;
  right: 0;
  width: 29.875rem;
  aspect-ratio: 1000/788;
  background-image: url("../images/top/hero-deco-leaf.webp");
}
@media screen and (max-width: 767px) {
  .p-top-hero__deco--leaf {
    display: none;
  }
}

.p-top-hero__deco--sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/306;
  background-image: url("../images/top/hero-deco-sp.webp");
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-hero__deco--sp {
    display: block;
  }
}

.p-top-hero__flower {
  position: absolute;
  bottom: 0;
  right: 22.5rem;
  width: 7.375rem;
  height: auto;
  transform: rotate(300deg);
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-top-hero__flower {
    display: none;
  }
}

.p-top-hero__curve {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-hero__curve {
    aspect-ratio: 375/21;
    z-index: 0;
  }
}

.p-top-intro {
  position: relative;
  background-color: #fff;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro {
    background-image: url("../images/top/intro-bg.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
}

.p-top-intro__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.p-top-intro__heading {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-intro__heading {
    font-size: 2rem;
    text-align: left;
  }
}

.p-top-intro__lead {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-intro__lead {
    font-size: 1rem;
    text-align: left;
  }
}

.p-top-intro__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-top-intro__row {
    flex-direction: column;
  }
}

.p-top-intro__row--1 {
  gap: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .p-top-intro__row--1 {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__row--1 .p-top-intro__photo {
    order: -1;
  }
}

.p-top-intro__row--2 {
  gap: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .p-top-intro__row--2 {
    gap: 1.875rem;
  }
}

.p-top-intro__box {
  background: #f7f4ef;
  border-radius: 0.625rem;
  padding: 3.75rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-top-intro__box {
    padding: 3.75rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__box {
    padding: 2.5rem 1.25rem;
  }
}

.p-top-intro__box--text {
  padding: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-top-intro__box--text {
    padding: 2.5rem 1.25rem;
  }
}

.p-top-intro__box-title {
  color: var(--site-primary-70);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}

.p-top-intro__box-lead {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-intro__box-lead {
    font-size: 1rem;
    text-align: left;
  }
}

.p-top-intro__checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.p-top-intro__check {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

.p-top-intro__check-mark {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background: #3e6e84;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-intro__check-mark {
    font-size: 0.875rem;
  }
}

.p-top-intro__check-text {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-intro__check-text {
    font-size: 1rem;
  }
}

.p-top-intro__photo {
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-top-intro__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-top-intro__photo--meeting {
  flex: 1 1 0;
  min-width: 0;
  height: 21.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__photo--meeting {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 478/350;
  }
}

.p-top-intro__photo--hands {
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 426/308;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-intro__photo--hands {
    flex: none;
    width: 100%;
    aspect-ratio: 506/366;
  }
}

.p-top-intro__heading-wrap {
  position: relative;
  width: 100%;
}

.p-top-intro__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-intro__deco {
    display: none;
  }
}

.p-top-intro__deco--left {
  top: 50%;
  left: -55px;
  width: clamp(110px, 11vw, 159px);
  transform: translateY(-50%);
}

.p-top-intro__deco--right {
  top: 50%;
  right: -29px;
  width: clamp(96px, 9.6vw, 139px);
  transform: translateY(-50%);
}

.p-top-intro__deco--sp {
  display: none;
  top: max(-37.6vw, -141px);
  left: 50%;
  transform: translateX(-50%);
  width: min(27.4666666667vw, 103px);
}
@media screen and (max-width: 767px) {
  .p-top-intro__deco--sp {
    display: block;
  }
}

.p-top-intro__bottom-deco {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 49.125rem;
  object-fit: cover;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 45%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 45%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-intro__bottom-deco {
    display: none;
  }
}

.p-top-transition {
  position: relative;
  padding: 5rem 1.25rem 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #d6ecff;
}
@media screen and (max-width: 767px) {
  .p-top-transition {
    padding: 3.75rem 1.25rem 3.125rem;
  }
}
.p-top-transition::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  border-top: 2.5rem solid #fff;
}

.p-top-transition__text {
  color: var(--site-primary-70);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-transition__text {
    font-size: min(5.3333333333vw, 20px);
    text-align: left;
  }
}

.p-top-transition__org {
  font-weight: 800;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-transition__org {
    font-size: min(6.4vw, 24px);
  }
}

.p-top-service {
  position: relative;
  background: #f7f4ef;
  padding-block: 9.375rem;
}

.p-top-service__flower {
  position: absolute;
  top: -3.75rem;
  right: 1.1875rem;
  width: 7rem;
  height: 7.5rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-top-service__flower {
    display: none;
  }
}

.p-top-service__flower--service {
  top: calc(100% + 20px);
  right: auto;
  left: calc(100% - 100px);
}

.p-top-service__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-top-service__heading {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__heading {
    font-size: min(2.5rem, 8.5333333333vw);
  }
}

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

.p-top-service__body {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

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

.p-top-service__feature {
  min-width: 0;
}

.p-top-service__feature-link {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  padding: 1.5625rem;
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.07);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-top-service__feature-link:hover {
  opacity: 0.8;
}

.p-top-service__feature-thumb {
  flex: 0 0 auto;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.p-top-service__feature-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-top-service__feature-body {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.p-top-service__feature-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-top-service__feature-text {
  color: #222222;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-service__feature-text {
    font-size: 1rem;
  }
}

.p-top-service__more {
  margin-top: auto;
  color: var(--site-primary-70);
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__more {
    font-size: 1rem;
  }
}

.p-top-service__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-top-service__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

.p-top-service__card {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  padding: 1.5625rem;
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .p-top-service__card {
    padding: 20px;
  }
}

.p-top-service__card-icon {
  flex: 0 0 auto;
  width: 3.75rem;
  height: 3.75rem;
}
.p-top-service__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-top-service__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.p-top-service__card-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-top-service__card-text {
  color: #222222;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-text {
    font-size: 1rem;
  }
}

.p-top-service__others {
  position: relative;
  align-self: stretch;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.07);
  padding: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__others {
    padding: 40px 20px;
  }
}

.p-top-service__others-head {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-top-service__others-title {
  color: #222222;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
}

.p-top-service__others-lead {
  color: #222222;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .p-top-service__others-lead {
    font-size: 1rem;
    text-align: left;
  }
}

.p-top-service__sub-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  .p-top-service__sub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__sub-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.p-top-service__sub {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.9375rem;
  padding: 1.5rem 1.25rem 1.375rem 1.375rem;
  border-right: 1px dashed #666;
  border-bottom: 1px dashed #666;
}
.p-top-service__sub:nth-child(3n) {
  border-right: none;
}
.p-top-service__sub:nth-last-child(-n+1) {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .p-top-service__sub {
    border: none;
    gap: 1.25rem;
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__sub {
    padding-block: 1rem;
  }
}

.p-top-service__sub-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #e9f5ff;
}
.p-top-service__sub-icon img {
  width: 1.875rem;
  height: 1.875rem;
  object-fit: contain;
}

.p-top-service__sub-body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
}

.p-top-service__sub-title {
  color: var(--site-primary-70);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
}

.p-top-service__sub-text {
  color: #222222;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-service__sub-text {
    font-size: 1rem;
  }
}

.p-top-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #1d2570 0%, #5c45a3 100%);
  padding: 6.25rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta {
    padding: 4rem 1.25rem;
  }
}

.p-top-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/top/cta-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-cta::before {
    background-position: right center;
  }
}

.p-top-cta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 82.5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-top-cta__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}

.p-top-cta__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}

.p-top-cta__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-cta__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-top-cta__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__actions {
    flex-direction: column;
  }
}

.p-top-cta__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: block;
}
.p-top-cta__deco img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-top-cta__deco {
    display: none;
  }
}

.p-top-cta__deco--right {
  top: -5rem;
  right: -2.8125rem;
  width: 9.625rem;
  height: 14.9375rem;
  overflow: hidden;
}

.p-top-cta__deco--left {
  bottom: -5rem;
  left: -1.875rem;
  width: 13.5625rem;
}

.p-top-faq {
  background: #fff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}

.p-top-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-top-faq__title {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

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

.p-top-faq .swell-block-faq {
  border: none;
  margin: 0;
  padding: 0;
}

.p-top-faq .swell-block-faq__item {
  border-bottom: 1px dashed #222;
  margin: 0;
  padding: 0;
}
.p-top-faq .swell-block-faq__item:first-child {
  border-top: 1px dashed #222;
}

.p-top-faq .faq_q {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin: 0;
  padding: 1.875rem;
  padding-right: 3.9375rem;
  border: none;
  color: #222;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-faq .faq_q {
    padding: 1.25rem 3rem 1.25rem 0.625rem;
    font-size: 1rem;
  }
}
.p-top-faq .faq_q::before {
  content: "Q.";
  width: auto;
  height: auto;
  background: none;
  position: static;
  flex-shrink: 0;
  color: #aaa;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

.faq_q__btn {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
}

.p-top-faq .swell-block-faq__item.is-open .p-hakajimai-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-top-faq .swell-block-faq__item.is-open .faq_q {
  border-bottom: 1px dashed #222;
}

.p-top-faq .faq_a {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0 1.875rem;
  border: none;
  color: #222;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  transition: max-height 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .p-top-faq .faq_a {
    padding: 0 3rem 0 0.625rem;
    font-size: 1rem;
  }
}
.p-top-faq .faq_a > *:first-child {
  margin-top: 1.875rem;
}
.p-top-faq .faq_a > *:last-child {
  margin-bottom: 1.875rem;
}
.p-top-faq .faq_a::before {
  content: "A.";
  width: auto;
  height: auto;
  background: none;
  position: static;
  flex-shrink: 0;
  margin-top: 1.875rem;
  color: #aaa;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

.p-top-reason {
  position: relative;
  background: #e9f5ff;
  padding-block: 9.375rem;
  overflow: clip visible;
}

.p-top-reason__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 229/125;
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/top/reason-bg.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.p-top-reason__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-top-reason__heading {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 0 0.25rem rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .p-top-reason__heading {
    font-size: min(2.5rem, 8.5333333333vw);
  }
}

.p-top-reason__lead {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-reason__lead {
    font-size: 1rem;
    text-align: left;
  }
}

.p-top-reason__list {
  list-style: none;
  margin: 0;
  padding: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-top-reason__card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.625rem;
  padding: 2rem 2.125rem;
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(33, 48, 56, 0.06);
}
@media screen and (max-width: 767px) {
  .p-top-reason__card {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.p-top-reason__num {
  flex-shrink: 0;
  color: #e6dccb;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
}

.p-top-reason__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-top-reason__card-title {
  color: var(--site-primary-70);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}

.p-top-reason__card-text {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}
.p-top-reason__card-text p {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-reason__card-text p {
    font-size: 1rem;
  }
}

.p-top-reason__flower {
  position: absolute;
  left: 84px;
  bottom: -200px;
  width: 112px;
  height: 120px;
  z-index: 1;
  pointer-events: none;
}

.p-top-bridge {
  position: relative;
  padding: 5rem 1.25rem 4.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  text-align: center;
  background: #d6ecff;
}
.p-top-bridge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  border-top: 2.5rem solid #e9f5ff;
}

.p-top-bridge__text {
  color: var(--site-primary-70);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .p-top-bridge__text {
    text-align: left;
  }
}

.p-top-bridge__text-lg {
  font-weight: 700;
  font-size: 2rem;
}

.p-top-bridge__note {
  color: var(--site-primary-70);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-bridge__note {
    line-height: 2.8;
  }
}
.p-top-bridge__note {
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}
.p-top-bridge__note span {
  padding: 0.5rem 1.25rem;
  background: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.p-top-video {
  background: #fff;
  padding-block: 9.375rem;
}

.p-top-video__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-top-video__heading {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
}

.p-top-video__grid {
  align-self: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-video__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.p-top-video__ph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  height: 15.8125rem;
  background: #efefef;
  border-radius: 0.625rem;
}

.p-top-video__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #aaaaaa;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}

.p-top-video__caption {
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-video__caption {
    font-size: 0.875rem;
  }
}

.p-top-video__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-top-video__link:hover {
  opacity: 0.85;
}

.p-top-video__ph--thumb {
  position: relative;
  overflow: hidden;
}

.p-top-video__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-video__ph--thumb .p-top-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-top-voice {
  position: relative;
  background: #fff;
  padding-block: 9.375rem;
}

.p-top-voice__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-top-voice__heading {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
}

.p-top-voice__grid {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .p-top-voice__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-top-voice__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.p-top-voice__card {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding: 1.875rem;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 1.125rem rgba(33, 48, 56, 0.07);
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.p-top-voice__card:hover {
  opacity: 0.7;
}

.p-top-voice__thumb {
  height: 11.25rem;
}
.p-top-voice__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-top-voice__thumb-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.25rem;
  background: #ccc;
}
.p-top-voice__thumb-ph span {
  color: #5f7079;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice__thumb-ph span {
    font-size: 0.875rem;
  }
}

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

.p-top-voice__cat {
  padding: 0.25rem 0.6875rem;
  background: #efefef;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #666;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-voice__cat {
    font-size: 0.875rem;
  }
}

.p-top-voice__date {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-top-voice__date {
    font-size: 0.875rem;
  }
}

.p-top-voice__title {
  font-size: 1rem;
  font-weight: 700;
  color: #223038;
  line-height: 1.5;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-voice__title {
    font-size: 1rem;
  }
}

.p-top-voice__deco {
  position: absolute;
  top: 40.1875rem;
  right: 11.875rem;
  z-index: 1;
  pointer-events: none;
  display: block;
  width: 8.6875rem;
  height: 9.5625rem;
  overflow: hidden;
}
.p-top-voice__deco img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-top-voice__deco {
    display: none;
  }
}

.p-top-flow {
  position: relative;
  padding-block: 0 9.375rem;
  background: #fff;
  overflow: hidden;
}

.p-top-flow__heading {
  color: var(--site-primary-70);
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.75rem;
}

.p-top-flow__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .p-top-flow__inner {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 2.5rem;
  }
}

.p-top-flow__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 0;
  min-width: 0;
  max-width: 36.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
}
@media screen and (max-width: 1024px) {
  .p-top-flow__steps {
    max-width: none;
  }
}

.p-top-flow__step {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.875rem;
  padding: 1.875rem 1.25rem;
  background: #fff;
  border: 1px solid #001d4e;
  border-radius: 0.625rem;
}
.p-top-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2.125rem;
  transform: translateX(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/top/flow-arrow.svg") center/contain no-repeat;
}

.p-top-flow__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: var(--site-primary-70);
  border: 0.1875rem solid #fff;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  padding-bottom: 2px;
}

.p-top-flow__step-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

.p-top-flow__step-title {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-top-flow__step-text {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-flow__step-text {
    font-size: 1rem;
  }
}

.p-top-flow__image {
  flex: 0 0 26.25rem;
  aspect-ratio: 1000/800;
  border-radius: 0.625rem;
  overflow: hidden;
  margin: 0;
}
.p-top-flow__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-top-flow__image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.p-top-flow__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}

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

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

.u-keep-wrap {
  word-break: normal;
  line-break: auto;
  text-wrap: wrap;
}

.u-nowrap {
  white-space: nowrap;
}

.is-header-minimal .l-fixHeader {
  display: none;
}
.is-header-minimal .l-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.is-header-minimal .l-header__gnav,
.is-header-minimal .w-header,
.is-header-minimal .l-header__customBtn,
.is-header-minimal .l-header__menuBtn {
  display: none;
}

.is-footer-hidden .l-footer {
  display: none;
}

.is-chrome-hidden .l-footer,
.is-chrome-hidden .p-breadcrumb,
.is-chrome-hidden .p-page-breadcrumb {
  display: none;
}
