@charset "UTF-8";
:root {
  --color-text: #111111;
  --color-navy: #5c6a86;
  --color-navy-soft: #6c7992;
  --color-gold: #baa071;
  --color-beige: #efece5;
  --color-line: #d8d8d8;
  --color-pink: #ce9696;
  --color-orange: #dd8c5d;
  --color-gray: #AEAEAE;
  --color-bg: #FFF;
  --container: 1310px;
  --transition: 0.3s ease;
  --base-font: "Zen Kaku Gothic New", sans-serif;
  --mincho-font: "Zen Old Mincho", serif;
}

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

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--base-font);
  line-height: 1.8;
}

#root {
  min-height: 100vh;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

body > .site-footer,
#root > .site-footer {
  margin-top: auto;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity var(--transition), transform var(--transition), background-color var(--transition), color var(--transition), border-color var(--transition);
}

a:hover {
  opacity: 0.6;
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  width: 100%;
  max-width: calc(var(--container) + 48px);
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.narrow-center {
  max-width: 880px;
  text-align: center;
}

.content-area {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .pc-br br {
    display: block;
  }
  .sp-br br {
    display: none;
  }
}
@media (min-width: 767px) {
  .pc-br br {
    display: none;
  }
  .sp-br br {
    display: block;
  }
}
.header-shell__top-bg,
.header-shell__middle-bg {
  position: absolute;
  left: 0;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.header-shell__top-bg {
  top: 0;
  height: 679px;
  background-position: bottom;
  background-image: url("/system_panel/uploads/images/header_bg.svg");
}

.breadcrumb-area {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 40px;
  padding-top: 150px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.header-hero {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 32px;
  padding-top: 64px;
  padding-bottom: 132px;
  text-align: center;
}

.header-hero__title-block {
  display: grid;
  gap: 24px;
  width: 100%;
}

.header-hero__title {
  font-size: clamp(60px, 8vw, 120px);
  font-weight: 500;
  line-height: 0.95;
  color: #4a556b;
}

.header-hero__subtitle {
  font-size: 24px;
  line-height: 0.95;
}

.header-hero__line {
  width: 1px;
  height: 100px;
  background: rgba(17, 17, 17, 0.6);
}

.header-hero__lead {
  max-width: 1087px;
  font-family: var(--mincho-font);
  font-size: 32px;
  line-height: 1.7;
}

.header-hero__text {
  max-width: 1087px;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .header-shell__top-bg {
    height: 177px;
    background-image: url("/system_panel/uploads/images/header_sp_bg.svg");
  }
  .breadcrumb-area {
    gap: 16px;
    padding-top: 75px;
  }
  .breadcrumb-list {
    gap: 0 7px;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .header-hero {
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-hero__title {
    font-size: clamp(55px, 8vw, 60px);
  }
  .header-hero__subtitle {
    font-size: 20px;
  }
  .header-hero__line {
    height: 50px;
  }
  .header-hero__lead {
    font-size: 24px;
  }
  .header-hero__text {
    text-align: left;
  }
}
.content-title-block {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.title-heading__jp {
  font-family: var(--mincho-font);
  font-size: 48px;
  font-weight: 500;
}

.title-heading__en {
  color: #5c6a86;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .title-heading__jp {
    font-size: 24px;
  }
  .title-heading__en {
    font-size: 14px;
  }
}
.content-title-block__vertical {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.title-vertical-heading__jp {
  font-family: var(--mincho-font);
  font-size: 40px;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: right;
  font-weight: 500;
}

.title-vertical-heading__en {
  border-top: 1px solid #111111;
  font-size: 16px;
  line-height: 1;
  color: #4a556b;
}

.content__rule {
  width: 100%;
  position: relative;
  height: 5px;
  border-top: 1px solid var(--color-gray);
}

.content__rule::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  width: 100px;
  height: 5px;
  background: var(--color-gold);
}

@media (max-width: 1199px) {
  .content-title-block__vertical {
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .content-title-block__vertical {
    gap: 12px;
  }
  .title-vertical-heading__jp {
    font-size: 24px;
  }
  .title-vertical-heading__en {
    font-size: 12px;
  }
}
.item__arrow {
  width: 56px;
  aspect-ratio: 1/1;
  margin-left: auto;
  background: url("/system_panel/uploads/images/arrow.svg");
}

@media (max-width: 767px) {
  .item__arrow {
    width: 32px;
    height: 32px;
  }
}
.icon_arrow {
  display: block;
  background-image: url(/system_panel/uploads/images/arrow_link.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 30px;
  margin-top: 30px;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

.outline-button.btn,
.circle-link.btn {
  white-space: nowrap;
  box-shadow: none;
}

.outline-button:hover {
  transform: translateY(-2px);
}

.outline-button.smallbtn {
  padding: 0 28px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .outline-button {
    font-size: 16px;
  }
  .outline-button.smallbtn {
    font-size: 14px;
  }
}
.check_icon {
  background-image: url(/system_panel/uploads/images/check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .check_icon {
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }
}
.process-step__list {
  width: 80%;
  margin-inline: auto;
}

.process-step-card {
  display: grid;
  grid-template-columns: 70% minmax(0, 310px);
  gap: 24px;
  align-items: start;
  padding: 32px;
  border: 1px solid var(--color-gray);
  background: #ffffff;
}

.process-step-card--no-image {
  grid-template-columns: 1fr;
}

.process-step-card--no-image .process-step-card__main.image_r {
  grid-template-columns: 70% minmax(0, 310px);
  display: grid;
  align-items: start;
  gap: 24px;
}

.process-step-card__border {
  border-top: 1px solid #d5d5d5;
  padding-top: 24px;
}

.process-step-card__head {
  display: grid;
  grid-template-columns: 77px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
}

.process-step-card__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background: var(--color-navy-soft);
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.process-step-card__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.process-step-card__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.process-step-card__text {
  display: grid;
  gap: 12px;
  font-size: 16px;
  line-height: 1.7;
}

.process-graph {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.process-graph div {
  padding: 5px 15px;
}

.process-graph__title {
  background-color: var(--color-beige);
  border-bottom: 1px solid var(--color-gray);
}

.process-graph__detail {
  border-bottom: 1px solid var(--color-gray);
}

.process-step-card__image {
  min-width: 0;
}

.process-step-card__imagelist p {
  font-size: 14px;
  margin-top: 10px;
}

.process-step-card__image img {
  width: 100%;
  aspect-ratio: 310/300;
  -o-object-fit: cover;
  object-fit: cover;
}

.process-step-card__image img.other {
  aspect-ratio: 310/420;
}

.process-step-separator {
  width: 1px;
  height: 50px;
  margin: 24px auto;
  background: var(--color-gray);
}

@media (max-width: 767px) {
  .process-step__list {
    width: 100%;
  }
  .process-step-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 12px;
  }
  .process-step-card--no-image,
  .process-step-card--no-image .process-step-card__main.image_r {
    grid-template-columns: 1fr;
  }
  .process-step-card__main {
    gap: 12px;
  }
  .process-step-card__head {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 8px;
  }
  .process-step-card__badge {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    font-size: 24px;
  }
  .process-step-card__title {
    font-size: 16px;
  }
  .process-step-card__subtitle {
    font-size: 18px;
  }
  .process-step-card__text {
    gap: 8px;
    font-size: 14px;
  }
  .process-graph {
    grid-template-columns: 1fr;
  }
  .process-graph__detail {
    margin-bottom: 10px;
  }
  .process-step-card__image img {
    aspect-ratio: 105/100;
  }
  .process-step-card__imagelist p {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .process-step-separator {
    height: 24px;
    margin: 12px auto;
  }
}
.contact-methods {
  width: 100%;
}

.contact-methods--three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px;
}

.contact-methods--two {
  width: 898px;
  margin-right: -16px;
  margin-left: -16px;
}

.contact-methods--underlined {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 64px;
  padding-bottom: 64px;
}

.contact-methods--underlined > * {
  flex: 1 1 calc(33.333% - 24px);
  margin-right: 12px;
  margin-left: 12px;
}

.contact-methods__col {
  padding: 0 16px;
}

.contact-methods__col--divider,
.contact-methods__item {
  position: relative;
}

.contact-methods__col--divider::before,
.contact-methods--divided .contact-methods__item + .contact-methods__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(17, 17, 17, 0.24);
}

.contact-methods__col--divider::before {
  left: 0;
}

.contact-methods--divided .contact-methods__item + .contact-methods__item::before {
  left: -32px;
}

.contact-methods__item,
.contact-methods__card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.contact-methods__item {
  gap: 10px;
}

.contact-methods__card {
  align-content: space-between;
  min-height: 230px;
}

.contact-methods__title {
  font-family: var(--mincho-font);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}

.contact-methods__tel {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}

.contact-methods__detail {
  display: grid;
  gap: 12px;
  justify-items: center;
  font-size: 16px;
  line-height: 1.7;
}

.contact-methods__detail--narrow {
  width: 204px;
}

.contact-methods__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--color-beige);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.contact-methods__text {
  font-size: 16px;
  line-height: 1.8;
}

.contact-methods__button-wrap {
  margin-top: auto;
}

.contact-methods-section__title {
  display: flex;
  gap: 16px;
}

.contact-methods-section__title-item {
  font-family: var(--mincho-font);
  font-size: 40px;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.follow-block a.outline-button,
.contact-methods a.outline-button {
  width: 200px;
  padding: 0 !important;
  font-size: 16px;
  line-height: 2;
  margin-top: auto;
}

@media (max-width: 991px) {
  .contact-methods--underlined > *,
  .contact-methods--three:not(.contact-methods--divided) > * {
    flex-basis: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .contact-methods--three {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-methods--three .contact-methods__item:nth-child(1) {
    border-bottom: 1px solid rgba(17, 17, 17, 0.14);
  }
  .contact-methods--three .contact-methods__item:nth-child(2) {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.14);
  }
  .contact-methods--three .contact-methods__item:nth-child(3) {
    border-bottom: none;
  }
  .contact-methods--two {
    width: calc(100% + 8px);
    margin-right: -4px;
    margin-left: -4px;
  }
  .contact-methods--underlined {
    margin-top: 48px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .contact-methods__col {
    padding: 0 4px;
  }
  .contact-methods__col + .contact-methods__col {
    margin-top: 24px;
  }
  .contact-methods__item {
    min-height: auto;
    padding: 20px;
  }
  .contact-methods--underlined .contact-methods__item {
    padding: 0 0 32px;
    border: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.18);
  }
  .contact-methods__card {
    gap: 10px;
    min-height: 0;
    padding: 20px;
  }
  .contact-methods__col--divider::before,
  .contact-methods--divided .contact-methods__item + .contact-methods__item::before {
    display: none;
  }
  .contact-methods__title {
    font-size: 20px;
  }
  .contact-methods__tel {
    font-size: 24px;
  }
  .contact-methods__detail {
    width: 100%;
    font-size: 14px;
  }
  .contact-methods__text {
    font-size: 14px;
  }
  .contact-methods__badge {
    font-size: 14px;
  }
  .contact-methods__button {
    min-width: 144px;
    font-size: 16px;
  }
  .contact-methods__button--wide {
    min-width: 96px;
  }
  .contact-methods-section__title {
    gap: 8px;
  }
  .contact-methods-section__title-item {
    font-size: 24px;
  }
}
.faq-list {
  width: calc(100% + 32px);
  margin-right: -16px;
  margin-left: -16px;
}

.faq-list__col {
  padding: 16px;
}

.faq-list__item {
  display: grid;
  align-content: start;
  gap: 10px;
  height: 100%;
  min-height: 178px;
  padding: 32px;
  border: 1px solid var(--color-gray);
  background: #ffffff;
}

.faq-list__question {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.faq-list__line {
  height: 1px;
  background: var(--color-gray);
}

.faq-list__answer {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .faq-list {
    width: calc(100% + 8px);
    margin-right: -4px;
    margin-left: -4px;
  }
  .faq-list__col {
    padding: 4px;
  }
  .faq-list__item {
    min-height: auto;
    padding: 20px 16px;
  }
  .faq-list__question {
    font-size: 16px;
  }
  .faq-list__answer {
    font-size: 14px;
  }
}
.recommend {
  display: flex;
  gap: 32px;
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
}

.recommend__lead {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.recommend__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.recommend__col {
  display: flex;
}

.recommend__card {
  display: grid;
  flex: 1 1 auto;
  justify-items: center;
  align-content: start;
  gap: 24px;
  padding: 48px 10px;
  border: 1px solid var(--color-gray);
  text-align: center;
}

.recommend__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.recommend__icon img {
  width: 100%;
  aspect-ratio: 180/150;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 180px;
}

.recommend__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .recommend__lead {
    font-size: 16px;
  }
  .recommend__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .recommend__icon {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .recommend__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
  }
  .recommend__card {
    padding: 20px 10px;
    gap: 10px;
  }
  .recommend__icon {
    width: 30%;
  }
  .recommend__text {
    font-size: 16px;
  }
}
.staff-message {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  gap: 26px;
  width: 80%;
  margin: 100px auto;
}

.staff-message__body {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1 1 auto;
  width: 80%;
  padding: 32px 50px;
  margin: 0 auto;
  position: relative;
}

.staff-message__body::after,
.staff-message__body::before {
  background-image: url(/system_panel/uploads/images/message_bg.svg);
  width: 70px;
  height: 100px;
  content: "";
  display: flex;
  position: absolute;
}

.staff-message__body::after {
  rotate: 180deg;
  bottom: 0;
  right: 0;
}

.staff-message__body::before {
  top: 0;
  left: 0;
}

.staff-message__photo {
  flex: 0 0 200px;
  width: 200px;
  height: 200px;
}

.staff-message__photo img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.staff-message__text {
  display: grid;
  gap: 24px;
  font-size: 16px;
  line-height: 1.7;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .staff-message {
    gap: 0;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    width: 100%;
  }
  .staff-message__body {
    flex-direction: column;
    gap: 16px;
    padding: 0 0;
    text-align: center;
  }
  .staff-message__photo {
    flex: 0 0 80px;
  }
  .staff-message__text {
    gap: 12px;
    font-size: 16px;
    margin: auto;
  }
  .staff-message__body::before {
    left: -2em;
    top: -2em;
  }
  .staff-message__body::after {
    right: -2em;
    bottom: -2em;
  }
}
.care-voice .col-12.col-md-8 {
  padding: 0 0 !important;
}

.care-voice__row {
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.splide {
  visibility: visible !important;
}

.care-voice__row--right {
  margin-right: -15px;
}

.splide__arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.splide__arrow {
  position: inherit !important;
  width: 56px;
  height: 56px;
  background-color: #F5F5F5;
  background-image: url(/system_panel/uploads/images/slide_arrow_g.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  color: #000;
  transform: none;
  opacity: 1;
}

.splide__arrow--prev {
  transform: rotate(180deg);
}

.splide__arrow:hover {
  background-color: var(--color-navy);
  background-image: url(/system_panel/uploads/images/slide_arrow_w.png);
}

@media (max-width: 767px) {
  .care-voice__row {
    flex-wrap: wrap;
    justify-content: end;
  }
  .voices-intro .splide__arrows,
  .care-voice__lead .splide__arrows {
    display: none !important;
  }
  .voice-cards .splide__list,
  .care-voice__cards .splide__list {
    display: flex !important;
    gap: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .care-voice__cards .splide__slide {
    flex: 0 0 250px;
  }
  .voice-cards .voice-card:last-child,
  .care-voice__cards .splide__slide:last-child {
    margin-right: 14px;
  }
}
.care-voice__cards[data-gjs-type=box] {
  max-width: 900px;
}

.splide__list[data-gjs-type=box] {
  width: 100%;
  display: block;
}

/* スライダー */
.slider-area {
  position: relative;
  width: 100%;
  height: auto;
}

.slider-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
}

.slider-item {
  animation: slideShow 13s linear infinite 0s;
}

.slider-item:nth-child(2) {
  animation-delay: 3s;
}

.slider-item:nth-child(3) {
  animation-delay: 8s;
}

.slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes slideShow {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
  }
}
@keyframes slideShow2 {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  15% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  27% {
    opacity: 1;
  }
  47%, 100% {
    opacity: 0;
  }
}
/* 管理画面用 */
.slider-area.slide_2img .slider-item {
  animation: slide_2img 10s linear infinite 0s;
}

.slider-area.slide_2img .slider-item:nth-child(2) {
  animation-delay: 5s;
}

@keyframes slide_2img {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  45% {
    opacity: 1;
  }
  55%, 100% {
    opacity: 0;
  }
}
.slider-item[data-gjs-type=box] {
  position: inherit;
  opacity: 1;
  animation: none;
}/*# sourceMappingURL=common.css.map */
