@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
@media screen and (max-width: 374px) {
  html {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}

.sp-none {
  display: none !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header {
  background: var(--color-white);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
}
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - clamp(32px, 10vw, 48px));
  height: 4rem;
}
#header .header__logo {
  width: 7.5rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 120/42;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 3.5rem 0;
}
#footer .footer__inner, #footer .footer__left, #footer .footer__right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  row-gap: 1.875rem;
}
#footer .footer__logo {
  text-align: center;
}
#footer .footer__logo img {
  width: 9.375rem;
  aspect-ratio: 3/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__info {
  row-gap: 1.875rem;
  align-items: center;
  padding-inline: clamp(16px, 5vw, 24px);
}
#footer .footer__add {
  text-align: center;
  line-height: 1.5;
}
#footer .footer__links {
  gap: 1.875rem;
  padding-inline: clamp(16px, 5vw, 24px);
}
#footer .footer__btn {
  width: 15rem;
  height: 4rem;
  padding-right: 1.25rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100%;
  padding-top: 1.625rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #ccc;
  padding-block-start: 1px;
}
.footer-nav__item {
  background: var(--color-white);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  display: none;
}
.footer-nav__link {
  font-size: calc(var(--font-size-base) - 1px);
  line-height: 2;
  padding: 1em 0.75em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: calc((2.5rem - 1em) / 2);
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 3.125rem;
  right: 0.625rem;
  bottom: 0.625rem;
  box-shadow: 0.125rem 0.25rem var(--color-text);
}

/*サイドボタン
-----------------------------*/
#side {
  left: 0.625rem;
  bottom: 0.625rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  overflow: hidden;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 35rem;
  background: url(../img/visual/mv_bg-front.svg) no-repeat center/min(38.75rem, 150%), url(../img/visual/mv_bg-back.jpg) no-repeat center/cover;
}
.visual__catch--main {
  width: 96%;
  max-width: 28.75rem;
}
.visual__catch--main img {
  width: 100%;
  aspect-ratio: 948/334;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 3;
}
.visual__catch--main::before {
  width: 125vw;
  max-width: 42.5rem;
  height: 13.75rem;
  height: clamp(140px, 44vw, 220px);
  left: calc(50% + 0.3125rem);
  bottom: clamp(-150px, -30vw, -96px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 12.5rem;
  padding-top: 0.9375rem;
}
.visual__sub--disability .visual__catch--sub::before, .visual__sub--senior .visual__catch--sub::before, .visual__sub--message .visual__catch--sub::before, .visual__sub--company .visual__catch--sub::before {
  width: calc(100% + 7.5rem);
  height: 6.875rem;
  top: -3.5rem;
}
.visual__catch--sub {
  width: calc(100% - clamp(32px, 10vw, 48px));
  max-width: 31.25rem;
  font-size: min(var(--font-size-h2), 6.8vw);
  padding: 0.5em 0.25em;
}
.visual__catch--sub > span {
  line-height: 1.25;
  -webkit-text-stroke: 0.375rem var(--color-white);
  paint-order: stroke;
}
.visual__catch--sub::before, .visual__catch--sub::after {
  width: calc(100% + 6rem);
  max-width: calc(100vw + 2.5rem);
  height: 5rem;
}
.visual__catch--sub::before {
  top: -2.25rem;
}
.visual__catch--sub::after {
  bottom: -2.5rem;
}

/*===============================================
  main#container
===============================================*/
#container {
  overflow: hidden;
}
#container:not(.top) {
  padding-top: 2.5rem;
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(1.25rem - 0.5em);
}
.breadcrumb__list {
  width: calc(100% - clamp(32px, 10vw, 48px));
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 4rem 4.5rem;
}
.section--bg-red::before, .section--bg-blue::before, .section--bg-green::before, .section--bg-yellow::before, .section--bg-orange::before, .section--bg-pink::before, .section--bg-purple::before {
  width: 100%;
}
.section[class*="--bg-"] {
  margin-bottom: 2.5rem;
}

.inbox {
  width: calc(100% - clamp(32px, 10vw, 48px));
}

/*電話番号
-----------------------------*/
.com-tel {
  align-items: center;
  row-gap: 0.5rem;
}
.com-tel__num {
  font-size: 1.75rem;
  margin-block: -0.25rem 0.3125rem;
  letter-spacing: 0;
  margin-right: 0;
}
.com-tel__num::before {
  font-size: 1rem;
}
.com-tel .com-replace {
  font-size: calc(var(--font-size-xs) + 1px);
}
.com-tel .txt {
  font-size: var(--font-size-xs);
  line-height: 1.66667;
}
.com-tel .txt br {
  display: none;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 18.75rem;
  height: 4rem;
  box-shadow: 0.125rem 0.25rem var(--color-text);
  border-radius: 0.75rem;
}
.com-btn::after {
  width: 0.625rem;
  right: 1rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 1.875rem;
}
.com-sns li {
  width: 3.125rem;
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
  border-radius: 0.75rem;
  padding: 1.5rem 1.25rem;
}
.com-table tr th,
.com-table tr td {
  padding-block: 1em;
}
.com-table--noblock tr th {
  width: 7em;
  padding-left: 0.25em;
}
.com-table--noblock tr td {
  padding-right: 0.25em;
}
.com-table--noblock tr:first-of-type th,
.com-table--noblock tr:first-of-type td {
  padding-top: 0;
}
.com-table--noblock tr:last-of-type th,
.com-table--noblock tr:last-of-type td {
  padding-bottom: 0;
}
.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  padding-top: 0;
}
.com-table:not(.com-table--noblock) tr:last-of-type td {
  padding-bottom: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__item {
  margin-bottom: 1.25rem;
}
.com-post__link {
  gap: 0.875rem 0.9375rem;
  padding: 1.25rem;
  border-radius: 0.625rem;
}
.com-post__date {
  font-size: var(--font-size-sm);
  line-height: 1.42858;
}
.com-post__tag {
  font-size: var(--font-size-xs);
  line-height: 1.66667;
  padding-inline: 0.625rem;
  border-radius: 100vh;
}

/*SB未記入テキスト
-----------------------------*/
.com-empty {
  border-radius: 1.9375rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 1.5rem;
  margin-bottom: 3.125rem;
}
.com-title01 .en {
  height: min(3.125rem, 10.417vw);
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*便利屋代行サービスのご案内
-----------------------------*/
.com-service {
  padding-block-start: 5rem;
}
.com-service::before {
  max-height: 80%;
  background-size: 48.75rem 25rem;
}
.com-service__title {
  font-size: clamp(19px, 5.9090909091vw, 26px);
  margin-bottom: 2.5rem;
}
.com-service__title::before {
  font-size: 5rem;
  top: -1.5rem;
  margin-block-start: -1rem;
}
.com-service__text {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.com-service__price {
  font-size: var(--font-size-lg);
  line-height: 1.66667;
  padding-top: 2rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.com-service__price dt {
  width: 5.5em;
  font-size: var(--font-size-h5);
  line-height: 1.5;
  border-radius: 100vh;
}
.com-service__box {
  padding: 1.25rem;
  margin-top: 3.5rem;
  border-radius: 0.75rem;
}
.com-service__heading {
  font-size: min(var(--font-size-h5), 5vw);
  padding: calc((2.5rem - 1em) / 2) 0.25em;
  border-radius: 100vh;
  margin-bottom: 1.5625rem;
}
.com-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  text-align: center;
}
.com-service__list li {
  font-size: min(var(--font-size-sm), 3.5vw);
  line-height: 2;
  padding: 0.3125rem 0;
  border-radius: 0.3125rem;
}
.com-service__list li:last-of-type:nth-of-type(2n + 1) {
  grid-column: span 2;
}

/*===============================================
  トップページ
===============================================*/
/*私たちの想い
-----------------------------*/
.top-thoughts {
  padding-block-start: 5rem;
  padding-bottom: 42vw;
  margin-bottom: 1.875rem;
}
.top-thoughts::before {
  background-size: 100% 50vw;
}
.top-thoughts__title {
  margin-bottom: 2.5rem;
}
.top-thoughts__title .en {
  height: min(6.625rem, 21.2vw);
}
.top-thoughts__title::before {
  font-size: 5rem;
  top: -1.5rem;
  margin-block-start: -1rem;
}

/*障がい者向けサービス
-----------------------------*/
.top-disability::after {
  width: 88%;
  height: 3.5rem;
  top: -1.5rem;
}
.top-disability__title {
  font-size: 1.625rem;
  margin-bottom: 2rem;
}
.top-disability__title .en {
  height: min(7.8125rem, 24.039vw);
}
.top-disability__inner {
  padding: 2rem 1.5rem;
  border-radius: 0.75rem;
}
.top-disability__inner::after {
  width: calc(100% + 0.625rem);
  height: 7.5rem;
  bottom: -7rem;
}
.top-disability__text {
  text-align: center;
  word-break: keep-all;
}
.top-disability__box {
  padding-top: 1.5625rem;
}
.top-disability__heading {
  font-size: min(var(--font-size-h4), 5.334vw);
  padding: calc((3.75rem - 1em) / 2) 0.25em;
  border-radius: 0.625rem;
  margin-bottom: 1.5625rem;
}
.top-disability__heading > span {
  line-height: 1.5;
}

/*高齢者向けサービス
-----------------------------*/
.top-senior::after {
  width: 88%;
  height: 4.5rem;
  background-position: right bottom;
  bottom: -2rem;
}
.top-senior__title {
  font-size: 1.625rem;
  margin-bottom: 2rem;
}
.top-senior__title .en {
  height: min(7.8125rem, 24.039vw);
}
.top-senior__inner {
  padding: 2rem 1.5rem;
  border-radius: 0.75rem;
}
.top-senior__inner::after {
  width: calc(100% + 0.625rem);
  height: 7.8125rem;
  bottom: -7rem;
}
.top-senior__text {
  text-align: center;
  word-break: keep-all;
}
.top-senior__box {
  padding-top: 1.5625rem;
}
.top-senior__heading {
  font-size: min(var(--font-size-h4), 5.334vw);
  padding: calc((3.75rem - 1em) / 2) 0.25em;
  border-radius: 0.625rem;
  margin-bottom: 1.5625rem;
}
.top-senior__heading > span {
  line-height: 1.5;
}

/*訪問介護事業所　Raianについて
-----------------------------*/
.top-about {
  margin-top: 2.5rem;
}
.top-about::before {
  height: 100%;
  background: var(--bg-pink);
}
.top-about__title {
  font-size: clamp(17px, 5.2vw, 26px);
  margin-bottom: 2.5rem;
}
.top-about__item {
  row-gap: 1.25rem;
  padding: 2.25rem 1.5rem 2.8125rem;
  border-radius: 1rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.top-about__item::after {
  width: 2.25rem;
  background-size: 0.5rem;
  box-shadow: 0.125rem 0.25rem var(--color-text);
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
}
.top-about__item:hover {
  transform: translateY(-0.3125rem);
}
.top-about__item:last-of-type {
  margin-bottom: 0;
}
.top-about__heading {
  margin-bottom: 0;
}
.top-about__heading .ja {
  width: 7.5em;
}

/*お知らせ
-----------------------------*/
.top-news__btn {
  margin: 2.5rem auto 0;
}

/*===============================================
  障がい者向けサービス
===============================================*/
/*居宅介護 / 重度訪問介護
-----------------------------*/
.disability-service__text + .disability-service__box {
  margin-top: 3.5rem;
}
.disability-service__box {
  padding: 1.25rem 1.25rem 2rem;
  border-radius: 0.75rem;
  margin-top: 2.5rem;
}
.disability-service__heading {
  padding: calc((2.5rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 1.25rem;
}
.disability-service__body {
  text-align: center;
  word-break: keep-all;
}
.disability-service__list:has(+ .disability-service__body) {
  margin-bottom: 1.25rem;
}
.disability-service__item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding: 1.25rem;
  margin-bottom: 0.9375rem;
  border-radius: 0.625rem;
}
.disability-service__item:last-of-type {
  margin-bottom: 0;
}
.disability-service__icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.disability-service__icon {
  grid-row: span 2;
}
.disability-service__label {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.disability-service__value {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  word-break: keep-all;
  margin-inline: -0.5em;
}
.disability-service--home::after {
  width: 88%;
  height: 5.5rem;
  top: 7.5rem;
}
.disability-service--intensive::after {
  width: 88%;
  height: 5.5rem;
  top: calc(min(6.3125rem, 19.4231vw) + 5.5625rem);
}
.disability-service--intensive .disability-service__title .en {
  height: min(6.875rem, 21.154vw);
}

/*===============================================
  高齢者向けサービス
===============================================*/
/*居宅介護
-----------------------------*/
.senior-home::after {
  width: 88%;
  height: 5.5rem;
  top: 7.5rem;
}
.senior-home__text + .senior-home__box {
  margin-top: 3.5rem;
}
.senior-home__box {
  padding: 1.25rem 1.25rem 2rem;
  border-radius: 0.75rem;
  margin-top: 2.5rem;
}
.senior-home__heading {
  padding: calc((2.5rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 1.25rem;
}
.senior-home__body {
  text-align: center;
  word-break: keep-all;
}
.senior-home__list:has(+ .senior-home__body) {
  margin-bottom: 1.25rem;
}
.senior-home__item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding: 1.25rem;
  margin-bottom: 0.9375rem;
  border-radius: 0.625rem;
}
.senior-home__item:last-of-type {
  margin-bottom: 0;
}
.senior-home__icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.senior-home__icon {
  grid-row: span 2;
}
.senior-home__label {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.senior-home__value {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  word-break: keep-all;
  margin-inline: -0.5em;
}

/*===============================================
  代表紹介
===============================================*/
/*代表紹介
-----------------------------*/
.message-about__item {
  margin-bottom: 2.5rem;
}
.message-about__image img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-about__image {
  margin-bottom: 1.25rem;
}
.message-about__image img {
  border-radius: 1rem;
}
.message-about__items {
  display: grid;
  grid-template-columns: 8em 1fr;
  align-items: flex-start;
  gap: 1.25rem 0.9375rem;
}
.message-about__items dt {
  font-size: calc(var(--font-size-base) + 1px);
  justify-content: center;
  padding: calc((2.25rem - 1em) / 2) 0.5em;
}
.message-about__items dt > span {
  line-height: 1.47059;
}
.message-about__items dd {
  align-self: center;
  line-height: 1.5;
}

/*代表インタビュー
-----------------------------*/
.message-interview__item {
  padding: 0.9375rem 0.9375rem 2.25rem;
  margin-bottom: 1.875rem;
  border-radius: 0.75rem;
}
.message-interview__heading {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding: 0.75rem 0.9375rem;
  border-radius: 0.625rem;
  margin-bottom: 1.5625rem;
}
.message-interview__heading::before {
  width: 2rem;
  font-size: var(--font-size-lg);
}
.message-interview__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5625rem;
}
.message-interview__logo {
  text-align: center;
}
.message-interview__logo img {
  width: 10rem;
  aspect-ratio: 160/54;
  -o-object-fit: contain;
     object-fit: contain;
}
.message-interview__logo + .message-interview__body {
  padding-left: 0;
}
.message-interview__body {
  width: 100%;
  padding-inline: 0.625rem;
}

/*===============================================
  会社情報
===============================================*/
/*訪問介護事業所 Raianが
大切にしている4つのこと
-----------------------------*/
.company-important__title {
  font-size: clamp(21px, 6.5vw, 26px);
}
.company-important__item {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1.5625rem 1rem;
  padding: 2.25rem 1.5rem 2rem;
  margin-bottom: 3.125rem;
  border-radius: 0.75rem;
}
.company-important__item::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  aspect-ratio: 1;
  font-size: var(--font-size-h5);
  color: var(--color-white);
  line-height: 1;
  padding-left: var(--letter-spacing-base);
  padding-bottom: 0.12em;
  background-color: var(--color-red);
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.25rem;
}
.company-important__image {
  height: 4.25rem;
}
.company-important__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-important__heading {
  align-self: center;
}
.company-important__body {
  grid-column: span 2;
}

/*会社概要
-----------------------------*/
.company-info__images {
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  margin-top: 2rem;
}
.company-info__image img {
  border-radius: 0.5rem;
}
.company-info__map {
  height: 20rem;
  margin-top: 2rem;
}
.company-info__map iframe {
  border-radius: 0.75rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive {
  padding-block-start: 2.5rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__text, .contact-form__body {
  word-break: keep-all;
}
.contact-form__text {
  text-align: center;
}
.contact-form__text + .contact-form__box {
  margin-top: 4rem;
}
.contact-form__box {
  padding-block: 3rem;
  margin-top: 2.5rem;
}
.contact-form__box::before {
  width: calc(100vw + 4px);
}
.contact-form__heading {
  padding-block: calc((3.125rem - 1em) / 2);
  margin-bottom: 1.5625rem;
}
.contact-form__body {
  padding-bottom: calc(1.25rem + (1em - 1lh) / 2);
  margin-bottom: 1.5625rem;
}
.contact-form__tel {
  width: 100%;
}
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 1.25rem;
  box-shadow: 0.125rem 0.25rem var(--color-text);
  border-radius: 0.75rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__title {
  font-size: 1.625rem;
}
.privacy-policy__title .en {
  height: 6.875rem;
}
.privacy-policy__box {
  padding: 1.25rem 1.25rem 2rem;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
}
.privacy-policy__heading {
  padding: calc((3rem - 1em) / 2) 0.75em;
  border-radius: 0.5rem;
  margin-bottom: 1.5625rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  padding: 1.25rem;
  border-radius: 0.75rem;
}
.sitemap-list__item {
  margin-bottom: 0.75rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/