@charset "utf-8";
.area-header__inner {
    text-align: center;
    padding: 1.5em 0;
}
  .areaBtitle {
    font-size: 17px;
    line-height: 1.3;
    color: #875A31;
  }

@media screen and (min-width: 768px) {
    .area-header__inner {
        text-align: center;
        padding: 3.5em 0;
    }
  .areaBtitle {
    font-size: 29px;
    line-height: 1.3;
    color: #875A31;
  }
}





/* sunast追加CSS※他のcssは触らず */
.areaFootMenu {
  display: flex;
  justify-content: flex-start;
  width: 60%;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}
.areaFootMenu li {
  width: 25%;
  margin: 0 3em 0 0;
}
.areaFootMenu li:nth-child(n+3) {
  width: 25%;
  margin: 0;
}
.areaFootMenu li a {
  font-size: 14px;
}
.areaSub {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #9f9e9e;
}
.areaSub li {
  width: 100% !important;
  padding: 0 0 0;
  line-height: 1.5;
}
.companyProf {
  width: 100%;
  margin: 15px 0;
  text-align: center;
  bisplay: block;
  font-size: 14px;
}
.sp {
  display: none;
}
/* アニメーション対象のエリア */
.closingArea {
  display: block;
  padding: 0 7px;
  margin: 15px auto 50px;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
/* スクロールで表示されたとき */
.closingArea.is-active {
  opacity: 1;
}
/* テキストアニメーション */
.scroll-animation-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.scroll-animation-text.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* 矢印アニメーション */
.scroll-animation-arrow {
  opacity: 0;
  transform: translateX(-20px); /* 左に隠しておく */
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.scroll-animation-arrow.is-active {
  opacity: 1;
  transform: translateX(0); /* 左から右に移動 */
}
/* 揺れアニメーション */
.shaking {
  animation: shaking-animation 0.1s ease-in-out infinite alternate;
}
@keyframes shaking-animation {
  from {
    transform: translateY(-1px);
  }
  to {
    transform: translateY(1px);
  }
}
@media screen and (max-width: 1200px) {
  .footer_info {
    width: 350px;
  }
}
@media screen and (max-width: 960px) {
  .areaFootMenu li {
    width: 40%;
    margin: 0 2em 0 0;
  }
  .areaFootMenu li:nth-child(n+3) {
    width: 40%;
  }
}
@media screen and (max-width: 860px) {
  .areaFootMenu li {
    width: 80%;
    margin: 0;
  }
  .areaFootMenu li:nth-child(n+3) {
    width: 80%;
  }
  .areaSub {
    margin: 10px 0 10px;
    padding: 10px 0 0;
  }
  .areaSub li {
    padding: 0 5px 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 764px) {
  .areaFootMenu {
    width: 100%;
  }
  .areaFootMenu li {
    width: 100%;
  }
  .areaFootMenu li:nth-child(n+3) {
    width: 100%;
  }
  .companyProf {
    bisplay: none;
  }
  .sp {
    display: block;
  }
}
/* エリアメニュー */
#directLink {
  list-style: none;
  box-sizing: border-box;
  position: relative;
  width: 800px;
  text-align: center;
  margin: 15px auto 0;
}
#directLink .inner {
  position: relative;
  overflow: hidden;
}
#directLink .txt {
  font-size: 14px;
  line-height: 1.0;
}
/* アコーディオンメニュー全体のサイズ・位置 */
#directLink .ac {
  width: 100%;
  margin: 0 auto;
}
/* クリックしたら表示される領域 */
#directLink .ac-child {
  display: none;
  padding: 1.0rem 1.0rem;
}
/* クリック領域 */
#directLink .ac-parent {
  position: relative; /* 追加 */
  border-bottom: 1px solid #a19d9c;
  text-align: left;
  line-height: 1.0;
  cursor: pointer;
  padding: 15px 5px; /*上、右、下、左*/
}
/* ①プラスの横線 */
#directLink .ac-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 2px;
  background: #a19d9c;
  transform: translateY(-50%);
  margin: 0px 15px 0px 21px; /*上、右、下、左*/
}
/* ②プラスの縦線 */
#directLink .ac-parent:after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 19px;
  width: 2px;
  height: 20px;
  background: #a19d9c;
  transform: translateY(-50%);
  transition: .3s;
  margin: 0px 13px 0px 21px; /*上、右、下、左*/
}
/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
#directLink .ac-parent.open:after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #directLink .txt {
    font-size: 14px;
    line-height: 1.0;
  }
}
.areaList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  line-style: none;
  padding-left: 0;
}
.nameList {
  width: 15%;
  list-style: none;
}
.nameList a {
  font-size: 14px;
  line-height: 1.3;
}
.nameList2 {
  width: 25%;
  list-style: none;
  text-align: left;
}
.nameList2 a {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #directLink {
    width: 80%;
  }
  .nameList {
    width: 25%;
    list-style: none;
  }
  .nameList2 {
    width: 30%;
    list-style: none;
  }
}
@media screen and (max-width: 764px) {
  #directLink {
    width: 100%;
  }
  .nameList {
    width: 25%;
    list-style: none;
  }
  .nameList2 {
    width: 45%;
    list-style: none;
  }
  #directLink .ac-child {
    padding: 1.0rem 0.5rem;
  }
}