@charset "utf-8";
/*
theme Name: WordPressレスポンシブテーマ作成byPlusers
Author: Plusers
Description: original theme
version： 2.0.0
*/
.no{
  display: none;
}
html {
  scroll-behavior: smooth;
}
.f-insta-nav:hover img,
.f-insta:hover img {

  content: url('https://taikobo.securesite.jp/aratanokai/wp-content/themes/orijinal/img/insta.png');
}
.f-insta:hover,.f-insta-nav:hover {
  background-color: var(--brand-black);
  color: white;
cursor: pointer;
}
.f-insta-nav{
  display: none;
}
.insta{
  width: 18px;
  margin-left: 30px;
}
.insta:hover{
opacity: 0.7;
}
.header__menu .insta::after{
      background-color: transparent;
}
.f-insta{
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding: 0 30px;
    width: 182px;
    height: 64px;
    border-radius: 20px;
    background-color: #f8f3ea;
    position: absolute;
    right:  359px;
        font-size: 1.3rem;
    top: 270px;
      font-family: 'Noto Sans JP', sans-serif;
    transition: background-color 0.5s ease, color 0.5s ease;
}
.f-insta img{
  width: 32px;
}
.sev-w2-b2 {
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
justify-content: center;
    width: 260px;
    height: 60px;
    font-size: 15px;
    background-color: var(--brand-black);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}
.sev-w2-b2:hover {
    background-color: white;
    color: var(--brand-black);
    border: 1px solid var(--brand-black);
}

.news-cat a{
  margin-right: 0.5em;

  font-weight: 400;
      font-family: 'Noto Sans JP', sans-serif;
  background-color: var(--brand-blue);
  padding: 0px 5px;
  color: white;
  font-size: 11px;

}
.date2{
  margin-bottom: 4px;
  display: inline-block;
}
.news-title{

  display: flex;
  align-items: center;
  gap: 8px; /* カテゴリとタイトルの間隔 */
}
.top .news-title{
  line-height: 1.4em;
  display: block;
    width:536px;
  margin-top: 0.5em;
}
.news-date{
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  color: var(--brand-blue);
}
/* --- カテゴリ --- */
.news-cat a {
  transition: opacity 0.3s ease;
}

.news-cat a:hover {
  opacity: 0.8;
}

/* --- タイトル --- */
.news-title2 {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/* 初期状態では線の幅0 */
.news-title2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor; /* 文字色と同じ */
  transition: width 0.3s ease;
}

/* hoverで左から右へラインを伸ばす */
.news-title2:hover::after {
  width: 100%;
}
.carehome .mail_gazo {
    width: 241px;
}
.mail_gazo{
  width: 270px;
}
.bana-area{
  display: block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 50px 0 0;
width: 100%;
}
footer .bana-area{
  margin: 84px auto 60px;
width: 750px;
}
footer .header-ask {
  display: none;
}
.cbox1 li:nth-child(1){
  font-size: 2rem;
    font-weight: 500;
}
.cbox1 li:nth-child(2){
    font-size: 3rem;

}
.cbox1 li:nth-child(3){
  font-weight: 400;
    font-size: 1.3rem;
}
.footer-t2 li {
      font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  color: var(--brand-black);
  width: 143px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}

.footer-t2 li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--brand-black);
  transition: height 0.3s ease, background 0.3s ease;
}

.footer-t2 li:hover::after {
  height: 2px; /* 下線を太く */
  background:var(--brand-blue); /* 色はそのまま */
}





.footer-t2 li:nth-child(1) a::after {
  content: "chevron_right";
  font-family: 'Material Symbols Rounded';
  font-variation-settings: 'wght' 200; /* 太さを700に */
  position: absolute;
  right: -9px;
  top: 44%;
  transform: translateY(-50%);
  font-size:2rem;
  color: var(--brand-black);
}
.allow-n li:nth-child(1)::after {
  display: none!important;
}
.foot-add{
  font-weight: 400;
  font-size: 1.3rem;
  margin-top: 20px;
  margin-left: 50px;
  font-family: 'Noto Sans JP', sans-serif;
}
.foot-add li:first-child{
  margin-bottom: 0.5em;
    font-size: 1.6rem;
}
.footer-box-main {
  max-width: 1200px;
  margin: 72px auto 30px;           /* 上下マージンはそのまま中央寄せ */
  padding: 0 50px;             /* 左右に50pxの余白 */
  display: flex;               /* 横並び */
  justify-content: space-between;
  flex-wrap: wrap;             /* 折り返し対応 */
  box-sizing: border-box;      /* padding を含めて幅を計算 */
}

.footer-box-wrap{   /* footer-box の親要素 */
  background-color: white;
  box-sizing: border-box;
  overflow: hidden;
}
.footer-box-main {
     letter-spacing: 1px;
 }

.footer-box-w{
   z-index: 1000;
 position: relative;
 width: 100%;
 height: 50px;
     background-color: white;
}
.footer-box{
  border-top: 1px solid #f0ece7;
  margin-top: 62px;
   overflow: hidden;
   box-sizing: border-box;

     position: relative;
     z-index: 1000;
     background-color: white;
}

.footer-box1{
    padding: 77px 0 ;
 background: linear-gradient(to right, #0063B2, #60C1C3); /* グラデーション背景 */
width: 100%;

}
.rec-01 .footer-box1 a{
        border: 7px solid;
        border-image: linear-gradient(to right, #0063B2, #60C1C3) 2;
}


.rec-01 .footer-box1,
.rec-02 .footer-box1,
.rec-03 .footer-box1{
    background: none;
}


.footer-c .footer-cbox1 .cbox2 {
  line-height: 1.7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: var(--brand-black);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.3rem;
  text-align: center;
  height: 145px;
  background-color: white;
  width: 420px;
  margin: 0 auto;
  border: 4px solid #14a5c0;
  list-style: none;
  padding: 0;
}
.footer-c .footer-cbox1 .cbox2:hover,.footer-c .footer-cbox1 .cbox1:hover  {
    background: linear-gradient(to right, #0063B2, #60C1C3); /* 背景をグラデに */
    color: white; /* 文字色を白に反転 */
}
.footer-c .footer-cbox1 ul{
  line-height: 1.7em;
    display: flex; /* flexboxを適用 */
  flex-direction: column; /* 縦方向に配置 */
  justify-content: center; /* 縦方向中央揃え */
  align-items: center; /* 横方向中央揃え */
  font-weight: 900;

  font-size: 2.3rem;
  text-align: center;
  color: var(--brand-black);
  font-family: 'Noto Sans JP', sans-serif;
  height: 145px;
  background-color: white;
  width: 420px;
  margin: 0 auto;
  border: 4px solid #14a5c0;

}
.footer-c .footer-cbox1{
  max-width: 890px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  list-style: none;
  gap:55px;
}

 .cbox-t{
   align-items: baseline;
   gap:30px;
   display: flex;
      position: absolute;
      left:93px;
      top:91px;
}
 .cbox-t li:nth-child(1){
font-size: 15px;
}
 .cbox-t li:nth-child(2){
font-size: 32px;
}


.footer-cbox-box{
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  overflow: hidden;
    background: #e6d3b2;
      padding: 225px 0 132px ;
  width: 100%;
}
.footer-box1 a span,.middle-box-deco span{
    font-size: 2rem;
}
.footer-box1 a,.middle-box-deco{
  display: block;
  text-decoration: none;
  font-weight: bold;
color: #17305B;
  font-size: 1.7rem;
  text-align: center;
  padding: 15px 0;
  background-color: white;
  width: 360px;
  margin: 0 auto;
  border: 3px solid;
    border-image:linear-gradient(to right, #0063B2, #60C1C3) 2;
     transition: all 0.3s ease;
}
.middle-box-deco:hover{
  background: linear-gradient(to right, #0063B2, #60C1C3); /* 背景をグラデに */
  color: white; /* 文字色を白に反転 */
}
.footer-box1 a:hover{
  border: 3px solid white;
  background: linear-gradient(to right, #0063B2, #60C1C3); /* 背景をグラデに */
  color: white; /* 文字色を白に反転 */
}
.footer-box1 a .material-symbols-outlined,.middle-box-deco span {
  vertical-align: sub; /* または middle, bottom, baseline, text-bottom など */
}

.footer-space-g-r a{
  text-decoration: none;
  color: black;
}

        .footer-t {
          margin: 70px 0 60px;
        }
      .footer-t2-2 {
        margin: 20px 0 60px;
          display: flex;         /* 横並びにする */
            flex-wrap: wrap; /* 折り返し可能にしたい場合 */

  align-items: center;   /* 縦の位置を中央揃え */
  gap: 50px;             /* アイテム間のスペース */
  list-style: none;      /* リストの点を削除 */
  padding: 0;
  margin-left: 40px;
    margin-right: 158px;
      }
.footer-t2-2 .links1 {
  margin-left: auto;
}

      .footer-t2-2 li:nth-child(3) a {
        color: #727171;
        display: block;
        text-align: center;
        border-radius: 20px;
  padding: 0.5rem;
    width: 154px;
    border: 1px solid #727171;
  transition: all 0.3s ease;
}
.footer-t2-2 li:nth-child(3) a:hover,
.footer-t2-2 li:nth-child(4) a:hover  {
  background-color: #727171;
  color: white;
}
    .footer-t2-2 li:nth-child(4) a  {
        color: #727171;
        display: block;
        border-radius: 20px;
          text-align: center;
  padding: 0.5rem;
  width: 154px;
  border: 1px solid #727171;
    transition: all 0.3s ease;
}

.footer-t2 li{

  color: #727171;
text-decoration: none;
}

    .footer-t2-2 li:nth-child(1){
      width: 280px;
    }
    .footer-t2-2 li:nth-child(2){
      font-size: 1.45rem;
    }
 .f-logo{
  margin-left: 50px;
      width: 177px;
    }
  .footer-c .footer-t2-2 li:nth-child(2) {
    font-size: 1.2rem;
    font-weight: bold;

}
.f-logo2{
    transition: top 0.2s ease; /* 200msでアニメーション */
  position: absolute;
  top:150px;
  gap:20px;
  right: 50px;
  display: flex;
}
.f-pri{
      font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  padding: 5px;
  text-align: center;
  border: 1px solid #727171;
  width: 154px;
  border-radius: 25px;
  position: absolute;
right:160px;
    top: 291px;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.f-pri:hover{
  cursor: pointer;
  background-color: #727171;
  color: white;
  border: none;
}
.footer-box2{
  margin-top: 70px;
      border-top: 1px solid #f0ece7;
    padding: 23px 45px;
      display: flex;
  justify-content: space-between; /* 左右に配置 */
  align-items: center; /* 高さを揃える */
  background-color: white;
  letter-spacing: 1px;

}
.footer-box2 div:first-child{
    font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
    letter-spacing: 0px;
font-weight: 400;

}
.footer-box2 div:nth-child(2){
    font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  letter-spacing: 0px;
font-weight: 400;
}
.footer-t li:first-child{
  width: 350px;
  margin: 0 auto;
}
.footer-t li:nth-child(2){
font-size: 1.2rem;
  margin: 3em auto 2em;
text-align: center;
}
.footer-t li:nth-child(3){
font-size: 1.2rem;
text-align: center;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.footer-t2 .submenu,
.header__menu .submenu {
  z-index: 1000;
  max-height: none;          /* JSが高さを制御するのでCSSアニメは不要 */
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  border-radius: 10px;
  list-style: none;
  padding: 10px 10px 5px 10px;             /* 固定にする */
  display: none;

}
.footer-box-main .footer-t2 .submenu li{
    width: auto;
    }
.footer-box-main .footer-t2 .submenu li a {
        margin: 5px 15px 5px 0;}

.footer-t2 .has-submenu,
.header__menu .has-submenu {
  position: relative;

}
.footer-t2 .submenu li a,
.header__menu .submenu li a {
  margin: 5px 15px;
  display: inline-block;
  line-height: 1.2em;
  font-size: 12px;
  text-align: left;
}



.header__menu ul {
  display: flex;               /* 横並び */
  justify-content: flex-end;   /* 右寄せ */
  align-items: center;         /* 高さ中央揃え */
  gap: 30px;                   /* メニュー間の間隔 */
  list-style: none;
  margin-top:24px;
  padding: 0 50px 0 0;         /* 右に50pxの余白 */
}

.header__menu li {
  margin: 0;
  padding: 0;
}

.header__menu a {
  text-decoration: none;
  display: flex;
  flex-direction: column; /* 日本語 + span */
  align-items: center;
  font-size: 13px;
  position: relative; /* ::after 用 */
  transition: transform 0.5s;
}

.header__menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px; /* 下線の太さ */
  background-color: var(--brand-blue); /* 文字色に合わせる */
  transition: width 0.3s ease;
}

.header__menu a:hover::after {
  width: 100%; /* 左から右へ伸びる */
}
.header__menu .noline:hover::after {
  width: 0%; /* 左から右へ伸びる */
}
.header__menu a span {
  font-size: 10px;
  display: block;
  margin-top: 2px;
}
.footer-t2 .noline2:hover::after {
    height: 1px;
    background: currentColor;
}

.container {
    flex: 1; /* コンテンツ部分が残りのスペースを使う */
}


.logo-set2:hover{
  opacity: 0.8;
}
.gotop li:first-child {
    font-size: 21px;
    left: 50%;
    transform: translateX(-50%);
    top: 14px;
    position: absolute;
}
.gotop li:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.2rem;
    top: 28px;
    position: absolute;
}
.gotop li:first-child span{
      font-weight: 200;
}
.gotop:hover {
  cursor: pointer;
  opacity: 0.8;
}
.gotop {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-sizing: border-box;

    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    text-decoration: none;
    color: white;
    position: fixed;
    right: 47px;
    z-index: 30000;
    bottom: -80px;

    background: var(--brand-black);
  transition: all 0.3s ease;
}

.gotop:hover {
  opacity: 1;
  color: var(--brand-black);
  border: 1px solid var(--brand-black);
  background: white;

}

:root {
  --brand-black: #787575;
  --brand-blue:#00afcc;
}
.header__menu2 span{
  margin-left: 2em;
  letter-spacing: 0px;
  font-size: 1.2rem;
}
.container {
      min-height: 80vh;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.kaso-ser-00-2 {
  top:4745px;
    padding: 0 50px;
    width: 100%;
      max-width: 1200px;
    position: absolute;
transform: translateX(-50%);
left: 50%;
}
.kaso-ser-00 {

  width: 100%;
    max-width: 650px;
    position: relative;
    margin: 80px auto 0;
}




.privacy-area{
font-size: 1.1rem;
position: absolute;
bottom: 28px;
}


.logo-set{
  position: absolute;
  width: 113px;
    margin-left: 45px;
    margin-top: 11px;
  display: block;
}
.logo-set2{
  position: absolute;
  z-index: 500;
      filter: brightness(0) invert(1);
  width: 211px;
left: 15px;
  top: 15px;
  display: block;
}
.logo-set-f{
      filter: brightness(0) invert(1);
  width: 250px;

  margin-bottom: 30px;
}
.kaso-back{
  z-index: -1;
transform: rotate(-54deg);
    position: absolute;
    top: -449px;
    right: -83px;
    width: 1767px;
    height: 888px;
    background-color: #F8F8F8;
}



.breadcrumb li {
  text-transform: uppercase;
}
.cont-button,
.cont-button2 {
    transition: background-color 0.5s ease, color 0.5s ease;
  border: 1px solid white;
        padding: 0 1em 0 2em;
    border-radius: 25px;
    line-height: 1;
  width: 230px;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    position: relative;
}
.cont-button:hover,
.cont-button2:hover {
    background-color: white;
    cursor: pointer;
    color: black;
}
/* 左向き（ar2）だけ上書き */
.ar2.arrow::before,
.ar2.arrow::after {
  right: auto;
  left: 0;
  transform-origin: 1px 50%;
}
.ar2.arrow {
  left: 1.5em;
  right: auto;
}
.ar2.arrow::before {
  transform: rotate(-45deg);
}
.ar2.arrow::after {
  transform: rotate(45deg);
}
.arrow {
  right: 1.5em;
  position: absolute;
  display: inline-block;
  width: 8.9px;
  height: 13.9px;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 7px;
  height: 1px;

  border-radius: 9999px;
  background-color:white;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}

.cont-button2:hover .arrow::before,
.cont-button2:hover .arrow::after,
.cont-button:hover .arrow::before,
.cont-button:hover .arrow::after {
    background-color:black; /* 矢印色も反転 */
}

.head-area{
    top: 25px;
    border-radius: 30px;
    position: absolute;

    z-index: 10000;
    background-color: white;
    height: 68px;
    width: calc(100% - 110px); /* 左右55pxずつ */
  left: 50%;
  transform: translateX(-50%);
}


.license{
  margin-bottom: 0.5em;
font-size: 13px;
}
.registration{
  font-size: 13px;
}

.company-name{
  letter-spacing: 0.2em;
      margin-bottom:17px;
  font-size: 23px;
  font-weight: bold;
}
.dl2{
  margin-top: 20px;
  display: block;
overflow: hidden;
  padding: 6px 15px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid white;
    font-size: 11px;
}






* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%; /* 1rem = 10px */
}

body {
  background-color: #f9f4eb;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem; /* 必要なら rem への変換も可 */
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--brand-black);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-break: strict;
  font-feature-settings: "palt";
  word-break: normal;
  word-wrap: break-word;
  /*text-align: justify;*/ /* 日本語には不要なことが多い */
}



/* --------------------------------
  1. Base elements
-------------------------------- */

h1, h2, h3, h4, h5, h6 {

}

p {
  margin-bottom: 1.5rem;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

/* --------------------------------
  2. Layout
-------------------------------- */

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* --------------------------------
  3. Header / Navigation
-------------------------------- */

.header {
  /* ヘッダーのスタイル */
}

.nav {
  /* ナビゲーションのスタイル */
}

/* --------------------------------
  4. Main Content
-------------------------------- */

.main {
  /* メインコンテンツのスタイル */
}

/* --------------------------------
  5. Footer
-------------------------------- */

.footer {
  /* フッターのスタイル */
}

/* --------------------------------
  6. Utility / Helper Classes
-------------------------------- */
    .f-logo2 a{
        width: 234px;
    }
.text-center {
  text-align: center;
}

.header__menu2 {

    color: white;
    font-family: 'NORMT', sans-serif;
    letter-spacing: 5px;
    line-height: 1.3em;
    font-size: 24px;

    display: flex;
    justify-content: center; /* 横方向中央 */
    align-items: center;     /* 縦方向中央 */
    height: 100vh;           /* ビューポート全体を使用 */
}

.header__menu2 ul {
    display: grid;
    grid-template-rows: repeat(4, auto); /* 1列あたり縦に4つ */
    grid-auto-flow: column;              /* 縦方向に流して、次の列へ */
    row-gap: 20px;
    column-gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-content: center;
}

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

.header__menu2 li {
  width: 300px;
    text-align: left;
    display: block;
}



.header__menu2 li {
  white-space: nowrap;
      width: 313px;
  margin: 10px 0;
}
.header__menu2 li:nth-child(n+5) {
    width: 260px;
    margin: 10px 0;
}
.header__menu2 a {
align-items: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.3rem;
display:flex;
}
.header__menu2 a span{
  line-height: 1.3em;}
.header-inner {
  background-color: #f9f4eb;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 30000;
  transition: left 0.3s ease;
}

.header-inner.migi {
  left: 0;
}

/* ハンバーガーアイコン */
.panel-btn .panel-btn-icon {
  transition: background-color 0.5s ease-in-out, filter 0.5s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  border-radius: 2px;
  background: var(--brand-black);
}

.panel-btn .panel-btn-icon:before,
.panel-btn .panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  border-radius: 2px;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: var(--brand-black);
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.panel-btn .panel-btn-icon:before { margin-top: -6px; }
.panel-btn .panel-btn-icon:after { margin-top: 5px; }

/* open状態 */
.panel-btn .panel-btn-icon.close {
  background: rgba(0,0,255,0);
}

.panel-btn .panel-btn-icon.close:before {
  transform: rotate(-30deg);
  margin-top: 0;
}

.panel-btn .panel-btn-icon.close:after {
  transform: rotate(30deg);
  margin-top: 0;
}


.menu222{
  display: none;
    position: fixed;
    letter-spacing: 1px;
    height: 20px;
    color: #858585;
    font-size: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    z-index: 45000;
        right: 25px;
    width: 30px;
    top: 25px;
        height: 20px;
}
.slug-top .menu222 {
  visibility: hidden;
}
.menu222:hover{
  cursor: pointer;
}

.head-dl2 .arrow2,.dl2 .arrow2 {
      margin-bottom: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
  vertical-align: middle;
  margin-left: 5px;
}
.head-dl2{
  white-space: nowrap;
    width: 186px;
    color: white;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    margin-top: 20px;
    display: block;
    overflow: hidden;
    padding: 6px 15px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid white;
    font-size: 14px;
    transition: all 0.3s
ease;
}
.head-dl2:hover {
  background-color: white; /* 背景白 */
  color: var(--brand-blue);          /* 文字色黒 */
  border-color: white;    /* ボーダーそのまま */
}

/* --------------------------------
  7. Media Queries
-------------------------------- */

@media screen and (max-width: 768px) {
  .carehome .mail_gazo,.mail_gazo {
    width: 220px;
}
  .head-area .footer-box-main{
  margin: 72px auto 0;
  }
  .head-area .f-pri{
            top: 399px;
  }

.cont-button, .cont-button2 {
  width: 220px;
}
  .sev-w2-b2 {
          width: 200px;
        height: 40px;
        font-size: 15px;
      }
      .footer-box-main {
        padding: 0;
        width: 258px;
        flex-direction: column;
      margin: 32px auto 373px;
  }
.foot-add {
margin-left: 25px;
  }
.f-logo {
margin-left: 25px;
  }
  .foot-add li:first-child {
    margin-bottom: 0.5em;
    font-size: 1.3rem;
}
.foot-add {
    font-weight: 400;
    font-size: 1.2rem;
  }
.f-logo2 {
  width: 258px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
        top: 437px;
flex-direction: column;
}
.f-pri {
      top: 361px;
  right: auto;
    left: 50%;
      transition: top 0.2s ease; /* 200msでアニメーション */
    transform: translateX(-50%);
}
.hakka .f-pri {
  top:560px;
}
.hakka .f-logo2{
    top:640px;
}
.hakka .f-insta{
    top:810px;
}
.footer-box {
  margin-top: 30px;
    display: block;
    padding: 0;
}
  .footer-space-g img {
    margin: 0 auto;

    width: 176px;
}
.footer-space-g {
      margin: 45px auto;
    width: 176px;
}
.footer-space-g2 {
      margin-bottom: 32px;
  text-align: center;
  line-height: 2em;
}

.footer-space-g2 li:last-child {
    margin-top: 3em;
}
.footer-box2 {
    flex-direction: column;
    padding: 5px 0px 20px;
    text-align: left;
    font-size: 1rem;
      letter-spacing: 0px;
      align-items: flex-start;
}
.footer-box2 div:first-child{
  margin: 1em auto 1em 25px;
}
.footer-box2 div:nth-child(2){
        margin-left: 25px;
}

.footer-t2-2 {
      margin: 20px 25px 60px;
  width: auto;
    display: grid;
    grid-template-areas:
  "desc desc"
    "links1 links2"
    "logo logo";
    gap: 10px 10px;
}

.footer-t2-2 li.logo {
    grid-area: logo;
}

.footer-t2-2 li:nth-child(2) {
    grid-area: desc;
}

.footer-t2-2 .links1{
    grid-area: links1;
}
.footer-t2-2 li:nth-child(3) a {
  width:113px;
    letter-spacing: 0px;
      display: inline-block;
          padding: 0.1em 0.5rem;
}
.footer-t2-2 .links2{
    grid-area: links2;
}
.footer-t2-2 li:nth-child(4) a {
  width:113px;
    letter-spacing: 0px;
      display: inline-block;
          padding: 0.1em 0.5rem;
}
.footer-t2-2 li.links + li.links {
  width: 40%;
    letter-spacing: 0px;
}

/* 左側：1〜3個目を左カラムの縦に */
.footer-box-main > ul:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.footer-box-main > ul:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.footer-box-main > ul:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.footer-c .footer-cbox1 {
    max-width: 1050px;

    display: flex;
    align-items: center;
    list-style: none;
  gap:15px;
  margin: 20px 25px 0;
        flex-direction: column;
}
.footer-c .footer-cbox1 ul li{
display: inline-block;
  font-size: 1.5rem;
  line-height: 1.6em;
}
.footer-c .cbox1 li:nth-child(2) {
    font-size: 2.4rem;
}
.footer-c .cbox1 li:nth-child(3) {
    font-size: 1.2rem;
}
  .footer-c .cbox2 li {
        font-size: 1.8rem!important;
        line-height: 1.8em!important;
    }
.footer-c .footer-cbox1 ul ,
.footer-c .footer-cbox1 a  {
width: 100%;
        height: 110px;
        line-height: 1em;
}
.footer-c .footer-cbox1 .cbox2 {
width: 100%;
        height: 110px;
        line-height: 1em;
}
.footer-cbox-box {
  box-sizing: border-box;
  overflow: hidden;
    padding: 0px 0 51px;
    width: auto;
}
.footer-cbox-box .cbox-t {
      gap: 7px;
  position: static;
  flex-direction: column;
    margin: 50px auto 62px 25px;
}
.cbox-t li:nth-child(1) {
    font-size: 13px;
}
.cbox-t li:nth-child(2) {
    font-size: 25px;
}
    .footer-box1 a, .middle-box-deco {
        margin: 0 25px;
        font-size: 1.3rem;
        padding: 12px 0;
        width: auto;
            border: 4px solid;
        border-image: linear-gradient(to right, #0063B2, #60C1C3) 2;
    }
  .rec-01 .footer-box1 a {
    border: 4px solid;
    border-image: linear-gradient(to right, #0063B2, #60C1C3) 2;
      padding: 12px 0;
}
    .footer-box1 a span{
          font-size: 20px;
    }
.footer-t2-2 li:first-child {
  margin-top: 50px;
    order: 10; /* 他のliより後にする */
}
footer .header-ask {
  display: flex;
          margin: 20px auto;
    font-size: 1.2rem;
    border-radius: 15px;
    width: 140px;
    height: 25px;
}
.footer-t2 li {
      margin-bottom: 28px;
      width: 100%;
letter-spacing: 0px;
}

footer .bana-area{
  margin: 30px 20px 30px;
max-width: 750px;
width: auto;
}
  .logo-set-f {
    width: 217px;
}
.head-area {
    top: 25px;
    border-radius: 30px;
    position: absolute;
    z-index: 10000;
    background-color: white;
    height: 40px;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
}

.header__menu{
  display: none;
}
      .logo-set {
              margin-left: 17px;
        margin-top: 6px;
        width: 75px;
    }
    .contact-title{
        font-size: 1rem;
    }
  .contact-row{
      transition: opacity 0.3s;
            padding: 0 10px;
  gap:0;
    position: fixed;
    bottom:0;
    top:auto;
    width: 100%;
    right: auto;
    height: 70px;
    background-color: white;
  }
  .contact-row.hidden {
  opacity: 0;
  pointer-events: none; /* 非表示中はクリック不可 */
}
.contact-right .contact-phone {
    font-size: 2.6rem;
}
.contact-left {
    letter-spacing: 0;
}
.cont-button {
  width: 177px;
  margin-left: auto;
  margin-right: auto;
      min-width: auto;
        border-radius: 26px;
      height: 37px;
font-size: 12px;
}
.arrow::before, .arrow::after {
      top: calc(50% + 2px);
    width: 9px;
}
.header__menu2 a {
  font-size: 1.9rem;
}
.header__menu2 li {
    width: auto!important;
  }

.logo-set2 {
    width: 175px;}
.header__menu2 li {
    width: 313px;
    margin: 10px 0;
}
.header__menu2 ul {
  letter-spacing: 1px;
      row-gap: 0px;
   grid-auto-flow: row; /* 縦方向に変更 */

margin: 68px auto 0;
 width: calc(100% - 40px); /* 左右20pxずつの余白を確保 */
}
.header__menu2 a span {
    line-height: 1em;
}
.kaso-ser-00 {
  padding: 0;
      top: 86px;
}
    .header-inner .header__menu2 a.head-dl2 {
      line-height: 3rem;
      padding: 0 15px;
      height: auto;
  position: static;
  transform: none;
  font-size: 11px;
}
.gotop {
  right: 17px;
      width: 56px;
    height: 56px;

}
.gotop li:nth-child(2){
  top: 21px;
}
.gotop li:first-child {
    top: 9px;
  }
  .top .news-title {
      width: auto;
    }
    #panel-btn-icon {
background: var(--brand-black);
}
    .menu222 {
  display: block;
      top: 9px;
    }
    .news-date .news-cat:first-child{
      margin-left: 1em;
    }
    .news-title {
    font-size: 15px;}

    .news-date {
    display: flex;
    flex-wrap: wrap;      /* 横幅を超えたら折り返す */
    gap: 0em 0em;       /* 行・列の間隔 */
    margin-right: auto;
    margin-bottom: 0;
width: 100%;
}
.footer-t2 .submenu, .header__menu .submenu {
    position: relative;
    background-color: transparent;
    box-shadow: none;
  }
   .has-submenu:hover > a:after{
    display: none;
  }
 .head-area .f-pri {
      margin: 20px auto 0;
        top:auto;
        left:auto;
        transform: none;
        position: relative;
      }
      .foot-sla{
      display: none;
      }
.f-insta-nav{
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding: 0 30px;
    width: 182px;
    height: 45px;
    border-radius: 23px;
    background-color: #fbf8f2;
    position: relative;
    margin: 0 auto;
    font-size: 1.3rem;
      font-family: 'Noto Sans JP', sans-serif;
    transition: background-color 0.5s ease, color 0.5s ease;
}
.f-insta-nav img{
  width: 30px;
}

.f-insta {
      transition: top 0.2s ease; /* 200msでアニメーション */
  top: 610px;
  left:50%;
  transform: translateX(-50%);
}
}
.pc { display: block !important; }
.sp { display: none !important; }
.pc2 { display: flex !important; }
.sp2 { display: none !important; }
            /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 751px) {
.pc { display: none !important; }
.sp { display: block !important; }
.pc2 { display: none !important; }
.sp2 { display: flex !important; }
}
