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

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

a[href^="tel:"] {
  pointer-events: none;
}

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

/*===============================================
  header
===============================================*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#header .header__logo {
  height: 8.125rem;
  aspect-ratio: 28/13;
  border-bottom-right-radius: 3.75rem;
}
#header .header__logo img {
  width: 11.625rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1.25rem;
  padding-right: 1.875rem;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
}
#header .header__other > * {
  height: 7.5rem;
  outline: solid 2px var(--color-text);
  outline-offset: -2px;
  border-radius: 1.5625rem;
}
#header .header__mail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.9375rem;
  aspect-ratio: 4/3;
  font-size: 1.125rem;
  color: var(--color-white);
  background-image: var(--pattern-border);
  background-color: var(--color-red);
  box-shadow: 0.1875rem 0.4375rem var(--color-text);
  transition: all 0.16s ease-out;
}
#header .header__mail::before {
  content: "";
  display: block;
  width: 2.375rem;
  aspect-ratio: 38/25;
  background: url(../img/common/icon_mail.png) no-repeat center/contain;
}
#header .header__mail:hover {
  background-color: var(--bg-red);
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 6.25rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  width: 67.5rem;
}
#footer .footer__left, #footer .footer__right {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#footer .footer__left {
  align-items: flex-start;
  row-gap: 3.4375rem;
}
#footer .footer__right {
  align-items: flex-end;
  row-gap: 4.6875rem;
}
#footer .footer__logo {
  width: 11.625rem;
}
#footer .footer__info {
  row-gap: 2.625rem;
}
#footer .footer__links {
  -moz-column-gap: 2.8125rem;
       column-gap: 2.8125rem;
}
#footer .footer__btn {
  width: 25rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: var(--font-size-xs);
  line-height: 2;
  letter-spacing: var(--letter-spacing-lg);
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 1.5rem 3.125rem;
}
.footer-nav__item {
  letter-spacing: calc(var(--letter-spacing-lg) * -1);
  margin-block: calc((1em - 1lh) / 2);
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: calc((1.875rem - 1em) / 2);
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 3.125rem;
  bottom: 1.5625rem;
  right: 2.1875rem;
  box-shadow: 0.1875rem 0.4375rem var(--color-text);
}

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

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: calc(7.5rem + clamp(640px, 42.1875vw, 810px));
  padding-top: 3.375rem;
}
.visual__catch--main {
  height: 38.128%;
}
.visual__catch--main img {
  height: 100%;
  aspect-ratio: 948/334;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__catch--main::before {
  height: 139.222%;
  aspect-ratio: 1426/465;
  left: calc(50% - clamp(14px, 1.09375vw, 21px));
  bottom: -76.348%;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: calc(8.75rem + clamp(240px, 18.75vw, 360px));
  padding-top: 6.25rem;
}
.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% + clamp(388px, 30.3125vw, 582px));
  height: clamp(228px, 17.7604166667vw, 341px);
  top: clamp(-145px, -7.5520833333vw, -97px);
}
.visual__catch--sub {
  min-width: clamp(600px, 46.875vw, 900px);
  font-size: calc(clamp(42px, 3.28125vw, 63px) - 1px);
  padding: clamp(8px, 0.5729166667vw, 11px) 0.25em;
}
.visual__catch--sub > span {
  line-height: 1.25;
}
.visual__catch--sub::before, .visual__catch--sub::after {
  width: calc(100% + clamp(192px, 15vw, 288px));
  height: clamp(148px, 11.5104166667vw, 221px);
}
.visual__catch--sub::before {
  top: clamp(-103px, -5.3645833333vw, -69px);
}
.visual__catch--sub::after {
  bottom: clamp(-86px, -4.4791666667vw, -58px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  padding-inline: 1.875rem;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item::after {
  content: "";
  width: 2px;
  height: 4.625rem;
  background: linear-gradient(to bottom, var(--color-orange) 2px, transparent 2px) repeat-y center top/2px 0.5rem;
  margin-inline: 1.25rem;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.3125rem;
}
.gnav__link img {
  width: 3.75rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-out;
}
.gnav__link span {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: var(--letter-spacing-lg);
  margin-inline-end: calc(var(--letter-spacing-lg) * -1);
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__link:hover img {
  transform: translateY(-0.25rem);
}
.gnav__link.current {
  color: var(--color-orange);
}

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

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  font-size: 0.875rem;
  line-height: 1.71429;
  padding-block: calc(1.25rem - 0.5em);
}
.breadcrumb__list {
  width: 67.5rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 5.875rem 6.25rem;
}
.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: calc(100% - clamp(68px, 5.2083333333vw, 100px));
  min-width: 82.5rem;
  border-radius: 2.0625rem;
}
.section[class*="--bg-"] {
  margin-bottom: 6.25rem;
}

.inbox {
  width: 67.5rem;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 0.75rem;
}
.com-tel__num {
  font-size: 2rem;
  margin-block: -0.375rem 0.3125rem;
}
.com-tel__num::before {
  font-size: 1.375rem;
}
.com-tel .com-replace {
  font-size: calc(var(--font-size-sm) - 1px);
}
.com-tel .txt {
  font-size: var(--font-size-sm);
  line-height: 1.44445;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 30.625rem;
  height: 4.375rem;
  box-shadow: 0.1875rem 0.4375rem var(--color-text);
  border-radius: 0.75rem;
}
.com-btn::after {
  width: 0.875rem;
  right: 1.875rem;
}

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

/*テーブル
-----------------------------*/
.com-table {
  font-size: var(--font-size-sm);
  line-height: 1.66667;
  padding: 2.5rem 2.8125rem;
  border-radius: 1.5rem;
}
.com-table table {
  margin-block: calc((1em - 1lh) / 2);
}
.com-table tr th,
.com-table tr td {
  padding-block: calc((3.625rem - 1lh) / 2);
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  padding-block-start: 0;
}
.com-table tr:last-of-type th,
.com-table tr:last-of-type td {
  padding-block-end: 0;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

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

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

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2.125rem;
  margin-bottom: 4.375rem;
}
.com-title01 .en {
  height: 5rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*便利屋代行サービスのご案内
-----------------------------*/
.com-service {
  min-height: 57.5rem;
  padding-block: 8.5rem 9.375rem;
}
.com-service::before {
  max-height: 51rem;
  background-size: max(120rem, 100%) 51rem;
}
.com-service__title {
  margin-bottom: 4.625rem;
}
.com-service__title::before {
  font-size: 9.6875rem;
  top: -3.75rem;
  margin-block-start: -1.875rem;
}
.com-service__title::after {
  content: "";
  width: 71.25rem;
  height: 9.25rem;
  background: url(../img/common/deco_bg-l.png) no-repeat left bottom/contain, url(../img/common/deco_bg-r.png) no-repeat right top/10.8125rem;
  position: absolute;
  left: calc(50% - 3.125rem);
  bottom: -6.0625rem;
  transform: translateX(-50%);
  z-index: -2;
  pointer-events: none;
}
.com-service__text {
  text-align: center;
}
.com-service__price {
  font-size: 1.75rem;
  line-height: 1.57143;
  padding-top: 3.75rem;
  -moz-column-gap: 1.6875rem;
       column-gap: 1.6875rem;
}
.com-service__price dt {
  width: 14.0625rem;
  font-size: 1.5rem;
  line-height: 1.83334;
  border-radius: 100vh;
}
.com-service__box {
  padding: 1.875rem 3.4375rem 2.5rem;
  margin-top: 4.375rem;
  border-radius: 1.5rem;
}
.com-service__heading {
  padding: calc((2.75rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 1.875rem;
}
.com-service__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem 1.875rem;
  text-align: center;
  font-size: var(--font-size-lg);
  line-height: 1.36364;
  padding-inline: 3.125rem;
}
.com-service__list li {
  grid-column: span 2;
  padding: 0.625rem;
  border-radius: 1rem;
}
.com-service__list li:last-of-type:nth-of-type(3n + 1) {
  grid-column: span 6;
}
.com-service__list:has(li:last-of-type:nth-of-type(3n + 2)) li:nth-last-of-type(1),
.com-service__list:has(li:last-of-type:nth-of-type(3n + 2)) li:nth-last-of-type(2) {
  grid-column: span 3;
}

/*===============================================
  トップページ
===============================================*/
.top .section[class*="--bg-"] {
  margin-bottom: 3.75rem;
}

/*私たちの想い
-----------------------------*/
.top-thoughts {
  padding-block: 8.5rem 16.25rem;
  margin-bottom: 5.625rem;
}
.top-thoughts::before {
  max-height: 51rem;
  background-size: max(120rem, 100%) 51rem;
}
.top-thoughts__title {
  margin-bottom: 4.625rem;
}
.top-thoughts__title::before {
  font-size: 9.6875rem;
  top: -3.75rem;
  margin-block-start: -1.875rem;
}
.top-thoughts__title::after {
  content: "";
  width: 71.25rem;
  height: 9.25rem;
  background: url(../img/common/deco_bg-l.png) no-repeat left bottom/contain, url(../img/common/deco_bg-r.png) no-repeat right top/10.8125rem;
  position: absolute;
  left: calc(50% - 3.125rem);
  bottom: -6.0625rem;
  transform: translateX(-50%);
  z-index: -2;
  pointer-events: none;
}
.top-thoughts__text {
  text-align: center;
}

/*障がい者向けサービス
-----------------------------*/
.top-disability::after {
  width: 79.25rem;
  height: 7.9375rem;
  top: -4.125rem;
}
.top-disability__title {
  row-gap: 2.75rem;
  margin-bottom: 2.5rem;
}
.top-disability__title .en {
  height: 10.5rem;
}
.top-disability__inner {
  padding: 3.125rem;
  border-radius: 1.5rem;
}
.top-disability__inner::after {
  width: calc(100% + 10rem);
  height: 16.6875rem;
  top: -11.5rem;
}
.top-disability__text {
  text-align: center;
}
.top-disability__box {
  padding-top: 1.875rem;
}
.top-disability__heading {
  font-size: 2.125rem;
  padding: calc((4.375rem - 1em) / 2) 1em;
  margin-bottom: 1.875rem;
}
.top-disability__heading > span {
  line-height: 1.47059;
}

/*高齢者向けサービス
-----------------------------*/
.top-senior::after {
  width: calc(100% - 7.5rem);
  max-width: 103.5rem;
  height: 8.25rem;
  bottom: -2.375rem;
}
.top-senior__title {
  row-gap: 2.75rem;
  margin-bottom: 2.5rem;
}
.top-senior__title .en {
  height: 10.5rem;
}
.top-senior__inner {
  padding: 3.125rem;
  border-radius: 1.5rem;
}
.top-senior__inner::after {
  width: calc(100% + 0.125rem);
  height: 17.25rem;
  top: -16.375rem;
}
.top-senior__text {
  text-align: center;
}
.top-senior__box {
  padding-top: 1.875rem;
}
.top-senior__heading {
  font-size: 2.125rem;
  padding: calc((4.375rem - 1em) / 2) 1em;
  margin-bottom: 1.875rem;
}
.top-senior__heading > span {
  line-height: 1.47059;
}

/*訪問介護事業所　Raianについて
-----------------------------*/
.top-about {
  padding-block: 9.375rem 8.125rem;
}
.top-about::before {
  height: calc(100% + 15.75rem);
}
.top-about__title {
  margin-bottom: 3.75rem;
}
.top-about__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.top-about__item {
  width: 100%;
  row-gap: 1.5625rem;
  padding: 2.5rem 3.125rem;
  border-radius: 1.9375rem;
}
.top-about__item::after {
  width: 3.75rem;
  background-size: 0.875rem;
  box-shadow: 0.1875rem 0.4375rem var(--color-text);
}
.top-about__item:hover {
  transform: translateY(-0.3125rem);
}
.top-about__heading .ja {
  min-width: 20rem;
}
.top-about__heading {
  margin-bottom: 0;
}
.top-about__body {
  text-align: center;
  line-height: 1.7;
  word-break: keep-all;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding-block: 7.75rem 8.125rem;
}
.top-news__box {
  display: grid;
  grid-template-columns: 1fr 21.625rem;
  align-items: flex-end;
  gap: 3.375rem 3.125rem;
}
.top-news__title {
  justify-content: flex-start;
  flex-direction: row;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  margin-bottom: 0;
  order: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
  order: 2;
}
.top-news__btn {
  order: 1;
}

/*===============================================
  障がい者向けサービス
===============================================*/
/*居宅介護 / 重度訪問介護
-----------------------------*/
.disability-service__text + .disability-service__box {
  margin-top: 4.6875rem;
}
.disability-service__box {
  padding: 1.875rem 3.4375rem 2.5rem;
  border-radius: 1.5rem;
  margin-top: 3.4375rem;
}
.disability-service__heading {
  padding: calc((2.75rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 1.875rem;
}
.disability-service__body {
  text-align: center;
}
.disability-service__list {
  display: grid;
  grid-template-columns: repeat(2, 15rem);
  justify-content: center;
  gap: 1.25rem 2.5rem;
}
.disability-service__list:has(.disability-service__item:last-of-type:nth-of-type(3n)) {
  grid-template-columns: repeat(3, 15rem);
}
.disability-service__list:has(+ .disability-service__body) {
  margin-bottom: 1.875rem;
}
.disability-service__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  padding-top: 0.75rem;
}
.disability-service__icon {
  width: 6.5rem;
}
.disability-service__icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.disability-service__label {
  line-height: 1.3;
  word-break: keep-all;
}
.disability-service__value {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.71429;
  word-break: keep-all;
  padding-inline: 2.5em;
}
.disability-service--home::after {
  width: 62.125rem;
  height: 15.125rem;
  top: 11.75rem;
}
.disability-service--intensive::after {
  width: 66.875rem;
  height: 15.3125rem;
  top: 8.625rem;
}
.disability-service--intensive .disability-service__title .en {
  height: 11rem;
}

/*===============================================
  高齢者向けサービス
===============================================*/
/*居宅介護
-----------------------------*/
.senior-home::after {
  width: 60.5rem;
  height: 14.25rem;
  top: 11.875rem;
}
.senior-home__text + .senior-home__box {
  margin-top: 4.6875rem;
}
.senior-home__box {
  padding: 1.875rem 3.4375rem 2.5rem;
  border-radius: 1.5rem;
  margin-top: 3.4375rem;
}
.senior-home__heading {
  padding: calc((2.75rem - 1em) / 2) 1em;
  border-radius: 100vh;
  margin-bottom: 1.875rem;
}
.senior-home__body {
  text-align: center;
}
.senior-home__list {
  display: grid;
  grid-template-columns: repeat(2, 15rem);
  justify-content: center;
  gap: 1.25rem 2.5rem;
}
.senior-home__list:has(.senior-home__item:last-of-type:nth-of-type(3n)) {
  grid-template-columns: repeat(3, 15rem);
}
.senior-home__list:has(+ .senior-home__body) {
  margin-bottom: 1.875rem;
}
.senior-home__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  padding-top: 0.75rem;
}
.senior-home__icon {
  width: 6.5rem;
}
.senior-home__icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.senior-home__label {
  line-height: 1.3;
  word-break: keep-all;
}
.senior-home__value {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.71429;
  word-break: keep-all;
  padding-inline: 2.5em;
}

/*===============================================
  代表紹介
===============================================*/
/*代表紹介
-----------------------------*/
.message-about__item {
  display: grid;
  grid-template-columns: 22.875rem 1fr;
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
  margin-bottom: 4.6875rem;
}
.message-about__image img {
  width: 100%;
  aspect-ratio: 1.3357664234;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-about__image img {
  border-radius: 1rem;
}
.message-about__items dt {
  padding: calc((2.75rem - 1em) / 2) 1em;
  margin-block: 2.5rem 1.875rem;
}
.message-about__items dd {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*代表インタビュー
-----------------------------*/
.message-interview__title .en {
  height: 4.875rem;
}
.message-interview__item {
  padding: 1.875rem 1.875rem 3.125rem;
  margin-bottom: 1.875rem;
  border-radius: 1.5rem;
}
.message-interview__heading {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding: 0.5rem 1.5625rem;
  border-radius: 100vh;
  margin-bottom: 1.875rem;
}
.message-interview__heading::before {
  width: 2.375rem;
}
.message-interview__inner {
  display: grid;
  grid-template-columns: 16.875rem 1fr;
}
.message-interview__logo {
  text-align: center;
}
.message-interview__logo img {
  width: calc(100% - 4.375rem);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.message-interview__logo + .message-interview__body {
  padding-left: 0;
}
.message-interview__body {
  font-size: var(--font-size-sm);
  line-height: 2.22223;
  padding-inline: 0.625rem;
}

/*===============================================
  会社情報
===============================================*/
/*訪問介護事業所 Raianが
大切にしている4つのこと
-----------------------------*/
.company-important__item {
  min-height: 16.875rem;
  padding: 2.5rem 2.5rem 3.125rem 16.25rem;
  margin-bottom: 1.5rem;
  border-radius: 1.5rem;
}
.company-important__image {
  width: 12.25rem;
  position: absolute;
  top: 2.125rem;
  left: 2.375rem;
}
.company-important__image img {
  width: 100%;
  min-height: 11.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-important__heading {
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 1.875rem;
}
.company-important__heading::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  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;
}
.company-important__body {
  font-size: var(--font-size-sm);
  line-height: 2.22223;
}

/*会社概要
-----------------------------*/
.company-info__table tr th {
  width: 11.25rem;
  padding-left: 2.8125rem;
}
.company-info__images {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  margin-top: 2.625rem;
}
.company-info__image img {
  border-radius: 1.125rem;
}
.company-info__map {
  height: 25rem;
  margin-top: 2.625rem;
}
.company-info__map iframe {
  border-radius: 1.5rem;
}

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

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__text {
  text-align: center;
}
.contact-form__text + .contact-form__box {
  margin-top: 5rem;
}
.contact-form__box {
  padding-block: 2.5rem;
  margin-top: 3.75rem;
}
.contact-form__box::before {
  width: 80rem;
  border-radius: 1.5rem;
}
.contact-form__heading {
  font-size: 1.625rem;
  padding-block: calc((3.125rem - 1em) / 2);
  margin-bottom: 1.875rem;
}
.contact-form__heading > span {
  line-height: 1.53847;
}
.contact-form__body {
  padding-bottom: calc(1.375rem + (1em - 1lh) / 2);
  margin-bottom: 1.5625rem;
}
.contact-form__tel {
  width: 100%;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.contact-form__tel .com-tel__num {
  margin-bottom: -0.125rem;
}
.contact-form__table tr th,
.contact-form__table tr td {
  line-height: calc(2.5rem / var(--font-size-sm));
  padding-inline: 0.9375rem;
}
.contact-form__table tr th {
  width: 22.5rem;
  text-align: left;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  font-size: 0.875rem;
  margin-top: calc(1.25rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
}
.contact-form__table tr td select,
.contact-form__table tr td textarea,
.contact-form__table tr td input[type=tel],
.contact-form__table tr td input[type=num],
.contact-form__table tr td input[type=text],
.contact-form__table tr td input[type=email],
.contact-form__table tr td input[type=url] {
  font-size: var(--font-size-sm);
}
.contact-form .contact-submits-wrap > * {
  margin: 0.9375rem 0.9375rem 0;
  box-shadow: 0.1875rem 0.4375rem var(--color-text);
  border-radius: 0.75rem;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__title {
  font-size: 1.625rem;
  padding-block: calc((3.125rem - 1em) / 2);
  margin-bottom: 1.875rem;
}
.contact-complete__title > span {
  line-height: 1.53847;
}
.contact-complete__text {
  padding: 2.5rem 1.25rem;
  border-radius: 1.5rem;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__title .en {
  height: 11rem;
}
.privacy-policy__box {
  border-radius: 1.5rem;
  padding: 2.5rem 3.4375rem;
  margin-bottom: 2.5rem;
}
.privacy-policy__heading {
  padding: calc((2.75rem - 1em) / 2) 1em;
  border-radius: 0.75rem;
  margin-bottom: 1.875rem;
}
.privacy-policy__body {
  font-size: var(--font-size-sm);
  line-height: 2.22223;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 1.25rem 3.75rem;
  padding: 1.875rem 2.5rem;
  border-radius: 1.5rem;
}
.sitemap-list__item:nth-of-type(5n) {
  border-bottom: none;
}
.sitemap-list__link {
  line-height: 1.5;
  padding: 1em 1.5em;
}

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