@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #6a3505;
  --color-white: #ffffff;
  --color-orange:#f7a300;
  --color-lightorange:#ffdc00;
  --color-yellow:#ffff00;
  --color-lightyellow:#fcfcca;
  --color-beige:#f7f1eb;
  /*カレントカラー*/
  --color-current: #f7a300;
  /*テキストリンクカラー*/
  --color-textlink:#f7a300;
  /*必須ボタンカラー*/
  --color-required: #f7a300;
  /*任意ボタンカラー*/
  --color-optional: #f7a300;
  /*ラジオボタンカラー*/
  --color-radio: #f7a300;
  /*チェックボタンカラー*/
  --color-check: #f7a300;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Kaku Gothic New", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.7647;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #6a3505;
  --color-white: #ffffff;
  --color-orange:#f7a300;
  --color-lightorange:#ffdc00;
  --color-yellow:#ffff00;
  --color-lightyellow:#fcfcca;
  --color-beige:#f7f1eb;
  /*カレントカラー*/
  --color-current: #f7a300;
  /*テキストリンクカラー*/
  --color-textlink:#f7a300;
  /*必須ボタンカラー*/
  --color-required: #f7a300;
  /*任意ボタンカラー*/
  --color-optional: #f7a300;
  /*ラジオボタンカラー*/
  --color-radio: #f7a300;
  /*チェックボタンカラー*/
  --color-check: #f7a300;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Kaku Gothic New", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.7647;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.logo {
  height: 2.5rem;
}

.sns__list {
  gap: 20px;
}
.sns__item .ig {
  width: 40px;
  aspect-ratio: 1;
}
.sns__item .x {
  width: 38px;
  aspect-ratio: 1;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv__container {
  border-radius: 3rem;
  aspect-ratio: 1920/900;
}
.mv__title {
  width: unset;
  height: 42%;
  left: 3%;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-bottom: 3rem;
}
.sv__container {
  width: 95%;
  border-radius: 3rem;
}
.sv__title {
  width: 80%;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  font-size: 2.8rem;
  text-align: center;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 100%;
  height: 50px;
  max-width: 300px;
}
.com-btn::after {
  right: 2rem;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr th {
  width: 45%;
  padding-inline: 2rem;
}
.com-table tr td {
  padding-inline: 0 2rem;
}

/*==============================
    TOP
==============================*/
.top-company::before {
  top: 5rem;
}
.top-company .com-title01 {
  font-size: 2.6rem;
}

.top-role p:has(strong) {
  font-size: 1.7rem;
  font-weight: 700;
  display: inline-block;
  background-color: var(--color-yellow);
  padding-inline: 1rem;
  margin-bottom: 2rem;
}
.top-role__list {
  flex-wrap: wrap;
  gap: 4rem 2rem;
}
.top-role__item {
  width: calc((100% - 2rem) / 2);
  padding: 4rem 1rem;
}
.top-role__item::before {
  font-size: 2.5rem;
  width: 4rem;
  top: -2rem;
}
.top-role__image {
  max-width: 180px;
  margin-inline: auto;
}
.top-role__title {
  font-size: 1.7rem;
}

.top-business__list {
  flex-direction: column;
}
.top-business__title {
  margin-bottom: 3rem;
  gap: 1rem;
}
.top-business__title .main {
  font-size: 2.5rem;
}

.top-news {
  padding-block: 0 10rem !important;
}
.top-news .map {
  height: 35rem;
}
.top-news .com-inbox {
  flex-direction: column;
  align-items: center;
}
.top-news__list {
  width: 100%;
}
.top-news__item a {
  padding-inline: 2rem !important;
}
.top-news__container {
  width: 100%;
}
.top-news .com-btn {
  margin-top: 5rem;
}

/*==============================
    共通デザイン（ヘルパー・介護福祉）
==============================*/
.com-service {
  padding-block: 5rem 10rem !important;
}
.com-service__item {
  flex-direction: column;
  align-items: center;
}
.com-service__title {
  font-size: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 5rem;
  margin-inline: auto;
}
.com-service__subtitle {
  font-size: 1.8rem;
}
.com-service__image {
  aspect-ratio: 16/9;
}

.com-price__item dl {
  margin-inline: 2rem;
  flex-direction: column;
}
.com-price__item dl dd {
  padding-top: 0;
  text-align: right;
}
.com-price__title {
  font-size: 2.5rem;
}

/*==============================
    よくあるご質問
==============================*/
.faq-section {
  padding-block: 5rem 10rem !important;
}
.faq-section .com-inbox {
  padding-block: 6rem;
}
.faq-section .com-inbox::before {
  width: 95vw;
}
.faq-section__item dl dt {
  padding-inline: 2rem;
}
.faq-section__item dl dd {
  padding-inline: 2rem;
}
.faq-section__item dl dd::before {
  padding-bottom: 0.3rem;
}

/*==============================
    会社案内
==============================*/
.company-staff {
  padding-block: 5rem 10rem !important;
}
.company-staff__title {
  font-size: 2.3rem;
}
.company-staff__wrap {
  padding-inline: 3rem;
  flex-direction: column-reverse;
  padding-bottom: 4rem;
}
.company-staff__image {
  aspect-ratio: 7/5;
}

.company-section .map {
  height: 35rem;
}

/*==============================
    共通お問い合わせセクション
==============================*/
.com-contact {
  background: url(../img/common/deco-contact-l.png) bottom 0 left/36.51% auto no-repeat, url(../img/common/deco-contact-r.png) bottom 0 right/36.51% auto no-repeat, url(../img/common/bg-contact.jpg) bottom center/cover no-repeat;
}
.com-contact .com-inbox {
  padding-block: 8rem;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}
.news .tag-link__list {
  justify-content: center;
}
.news .tag-link__item {
  width: calc((100% - 2.4rem) / 2);
  max-width: 250px;
}
.news .tag-link__item a {
  height: 50px;
}

.com-news__item {
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
}
.com-news__item .tag__list {
  width: 100%;
  justify-content: flex-end;
  max-width: unset;
}
.com-news__item a {
  width: 100%;
}
.com-news__text {
  width: 100% !important;
}
.com-news__wrap {
  flex-direction: column;
  width: 100% !important;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table tr {
  margin-bottom: 1rem;
}
.contact .com-table th {
  text-align: left;
  letter-spacing: 0;
  padding-inline: 1.5rem;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}
.contact .com-table td {
  padding-inline: 1.5rem;
  border-radius: 0 0 1rem 1rem;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 10rem;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    追従ボタン
==============================*/
.follow_btn .line {
  width: 100vw;
  border-radius: 2rem 2rem 0 0;
  justify-content: center;
  padding: 20px;
  gap: 20px;
  font-size: 2rem;
}
.follow_btn .line::before {
  width: 40px;
}

/*==============================
    フッター
==============================*/
.footer {
  padding-bottom: calc(80px + 5.5rem);
}
.footer__inner {
  width: 90%;
  margin-inline: auto;
}
.footer__inner::before {
  width: 100%;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-bottom: 1px solid var(--color-lightyellow);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-lightyellow);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-lightyellow);
}
.footer-nav__item {
  border-top: 1px solid var(--color-lightyellow);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer small {
  line-height: 1.3;
}