@charset "utf-8";

/*cssのリセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
  background-color: #fff;
  /* background-image: url(../img/backimg/01.webp); */
  background-size: auto;
  background-position-x: right;
  backdrop-filter: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: math, sans-serif, "Shippori Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #000;
  overflow-x: hidden;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  /* color: #000; */
}

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

rt {
  text-align: center;
  margin-bottom: 0.4rem;
}

/*---------------------------------------------------------
共通ロジック
---------------------------------------------------------*/
/* テキスト色変更 */
.font-red {
  color: red;
}

/*マーカーアニメーション*/
.marker-animation.active {
  background-position: -100% 1.1em;
}

.marker-animation {
  background-repeat: repeat-x;
  background-size: 200% 1.1em;
  background-position: 0 1.1em;
  transition: all 4s ease;
  font-weight: bold;
}

/* マーカー */
.marker-yellow {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: linear-gradient(left, transparent 50%, #fff799 50%);
}

.marker-red {
  background-image: -webkit-linear-gradient(left, transparent 50%, #ff9393 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #ff9393 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ff9393 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ff9393 50%);
  background-image: linear-gradient(left, transparent 50%, #ff9393 50%);
}

.marker-blue {
  background-image: -webkit-linear-gradient(left, transparent 50%, #c1e0ff 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #c1e0ff 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #c1e0ff 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #c1e0ff 50%);
  background-image: linear-gradient(left, transparent 50%, #c1e0ff 50%);
}

.marker-green {
  background-image: -webkit-linear-gradient(left, transparent 50%, #b2ffb2 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #b2ffb2 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #b2ffb2 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #b2ffb2 50%);
  background-image: linear-gradient(left, transparent 50%, #b2ffb2 50%);
}

/* 間隔 */
.mar-hei {
  margin: 1rem 0;
}

.mar-wid {
  margin: 0 1rem;
}

/* 表示・非表示 */
.sp_only {
  display: none;
}

/*---------------------------------------------------------
共通定義
---------------------------------------------------------*/
/* 空白 */
.spase-half {
  margin-right: 0.5rem;
}

.spase-one {
  margin-right: 1rem;
}

/* スマホのみ改行 */
.sp_br {
  display: none;
}

/* フェードライン */
.separate_fade {
  margin: 1.5rem 0;
  border: 0;
  height: 1.5px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/* ボタンエフェクト01 */
.btneffect-01 {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  border: 1px solid #555;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  outline: none;
  transition: all .2s linear;
  display: block;
  width: fit-content;
  /* margin: 0 auto; */
  font-weight: 900;
  background-color: #fff;
}

.btneffect-01:hover {
  background: #242527;
  color: #fff;
}

/*矢印と下線の形状*/
.btneffect-01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 40px;
  height: 1px;
  background: #333;
  transition: all .2s linear;
}

.btneffect-01::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -19px;
  width: 1px;
  height: 16px;
  background: #333;
  transform: skewX(45deg);
  transition: all .2s linear;
}

/*hoverした際の移動*/
.btneffect-01:hover::before {
  right: -30px;
}

.btneffect-01:hover::after {
  right: -23px;
}

/* ボタンエフェクト02 */
.btneffect-02 {
  position: relative;
  border: 1px solid #555;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  color: #333;
  outline: none;
  transition: all .2s linear;
  display: block;
  width: fit-content;
  margin: 1.5rem auto;
  font-weight: 900;
  background-color: #ffffffb8;
}

.btneffect-02:hover {
  background: #333;
  color: #fff;
  border: 1px solid #fff;
}

/*きらっと光る*/
.btnshine {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*---------------------------------------------------------
共通フェードロジック
---------------------------------------------------------*/
/* そのままゆっくり表示 */
.fade {
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {

  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0
  }

  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1
  }

  /*アニメーション終了時は不透明度100%*/
}

/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    /* transform: translateY(-50%);
    transform: translateX(-50%); */
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    /* transform: translateY(-50% , -50%); */
    transform: translateY(0);
  }
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-800px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(800px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*---------------------------------------------------------
アコーディオン
---------------------------------------------------------*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.acd_title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 1.1rem 1rem 1rem 3rem;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.acd_title::before,
.acd_title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}

.acd_title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.acd_title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.acd_title.close::before {
  transform: rotate(45deg);
}

.acd_title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  background: #f3f3f3;
  padding: 3%;
}

/*---------------------------------------------------------
モーダル
---------------------------------------------------------*/
/*infoエリアをはじめは非表示*/
#info {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 1200px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
header .header_inner {
  width: 100%;
  padding: 1.5rem 0;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
  align-items: center;
  justify-content: center;
}

header .site_title {
  margin: 0 auto;
}

header .site_title img {
  width: 300px;
}

header .header_menu {
  display: flex;
  height: 100%;
  font-size: 1.2rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 4rem;
  background-color: #00000005;
}

header .header_menu p {
  border-bottom: 1px solid #555;
  width: 80%;
  text-align: center;
  margin: 2rem 0;
  font-size: 1.5rem;
  color: #555;
  font-weight: 800;
  font-family: serif;
}

header .header_menu a {
  color: #555;
  text-decoration: none;
}

header .header_menu a:hover {
  animation-name: header_link;
  animation-duration: 0.6s;
}

@keyframes header_link {
  50% {
    /* margin-left: 15px; */
    color: #c2ab17;
  }
}

header .header_inner .sns_block {
  position: fixed;
  right: 3rem;
}

header .header_inner .sns_block img {
  width: 40px;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -120%;
  width: 50%;
  height: 100vh;
  background: #fff;
  transition: all 0.6s;
}

#g-nav.panelactive {
  left: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.openbtn {
  position: fixed;
  z-index: 1000;
  top: 23px;
  left: 2rem;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  border: 1px solid #333;
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*---------------------------------------------------------
共通設定
---------------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
}

.pagetop a {
  /* display: flex; */
  /* text-decoration: none; */
  /* width: 5rem; */
  /* height: 5rem; */
  /* background: #fff; */
  /* border: 1px solid #999; */
  /* border-radius: 50%; */
  /* justify-content: center; */
  /* align-items: center; */
}

.pagetop img:hover {
  transition: .3s;
  transform: scale(1.05);
}

/* .pagetop a i {
  font-size: 2rem;
  color: #555;
} */
.pagetop a img {
  transition: .3s;
  width: 50px;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  text-align: center;
  color: #fff;
  top: 0;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo svg {
  width: auto;
}

/*アニメーション前の指定*/
#mask {
  display: none;
}

#mask path {
  fill-opacity: 0;
  transition: fill-opacity .5s;
  /* fill: none; */
  /* stroke: #333; */
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path {
  /* fill: #333; */
  fill-opacity: 1;
  /* stroke: none; */
}

#mask.done line {
  fill: #333;
  fill-opacity: 1;
  stroke: none;
}

/*---------------------------------------------------------
メインビジュアル
---------------------------------------------------------*/
/* スライダー */
#SLIDESHOW {
  position: relative;
  width: 100%;
  height: 140vh;
  margin-top: 10rem;
}

#SLIDESHOW .slide {
  position: absolute;
  width: 95%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  height: 90%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  filter: drop-shadow(10px 10px 10px #999);
}

#SLIDESHOW .slide.active {
  opacity: 1;
  z-index: 1;
}

#SLIDESHOW .main_text {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  z-index: 1;
}

#SLIDESHOW .top-logo {
  display: none;
}

/*---------------------------------------------------------
新着情報
---------------------------------------------------------*/
#NEWS {
  /* background-image: url(../img/backimg/06_bkimg.webp); */
  background-size: cover;
  padding: 10rem 0;
  position: relative;
}

#NEWS .news-wrap {
  width: 60%;
  margin: 0 auto;
}

#NEWS .news-wrap .title {
  text-align: center;
}

#NEWS .news-wrap .title h3 {
  font-size: 2.5rem;
}

#NEWS .swiper--wrapper {
  width: 100%;
  height: 300px;
}

#NEWS .swiper-slide {
  color: #ffffff;
  width: 300px;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-align: center;
  margin: 5rem auto;
}

#NEWS .swiper-slide iframe {
  border: 5px solid rgb(219, 219, 219) !important;
}

#NEWS .swiper-slide:nth-child(3n + 1) {
  /* background-color: #de4439; */
}

#NEWS .swiper-slide:nth-child(3n + 2) {
  /* background-color: #fcd500; */
}

#NEWS .swiper-slide:nth-child(3n + 3) {
  /* background-color: #53c638; */
}

.swiper-button-prev,
.swiper-button-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999 !important;
  pointer-events: auto;
  width: 40px;
  height: 40px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* 見やすくする */
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev {
  left: 10rem !important;
}

.swiper-button-next {
  right: 10rem !important;
}

/*---------------------------------------------------------
会社概要
---------------------------------------------------------*/
#COMPANY {
  background-size: cover;
  padding: 10rem 0 0;
}

#COMPANY .title {
  text-align: center;
}

#COMPANY .title h3 {
  font-size: 2.5rem;
}

#COMPANY .wrap {
  width: 100%;
  margin: 5rem auto;
  position: relative;
}

#COMPANY .about-wrap {
  width: 100%;
  margin: 5rem 0 5rem auto;
  position: relative;
}

#COMPANY .company_block-01,
#COMPANY .company_block-02 {
  margin: 3rem auto;
  position: relative;
}

#COMPANY .company_block-img img {
  width: 75%;
}

#COMPANY .company_block-01 .company_block-str {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  padding: 5rem;
  width: 35%;
  height: fit-content;
}

#COMPANY .company_block-str .company_block-title {
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 4rem;
  /* letter-spacing: 0.5rem; */
}

#COMPANY .company_block-str .company_block-note {
  margin-top: 2rem;
  line-height: 2.5rem;
}

#COMPANY .company_block-02 .company_block-img {
  display: flex;
  justify-content: flex-end;
}

#COMPANY .company_block-02 .company_block-str {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  padding: 5rem;
  width: 35%;
  height: fit-content;
}

#COMPANY .company_block-title .company_block-title_01,
#COMPANY .company_block-title .company_block-title_02,
#COMPANY .company_block-title .company_block-title_03,
#COMPANY .company_block-title .company_block-title_04 {
  font-size: 2rem;
}

#COMPANY .company_block-title .company_block-title_01 {
  color: #63b314;
}

#COMPANY .company_block-title .company_block-title_02 {
  color: #144bb3;
}

#COMPANY .company_block-title .company_block-title_03 {
  color: #b37c14;
}

#COMPANY .company_block-title .company_block-title_04 {
  color: #b31414;
}

#COMPANY .company_block-sepa {
  padding: 2rem 0;
}

/*---------------------------------------------------------
アクセス
---------------------------------------------------------*/
#ACCESS {
  /* background-image: url(../img/backimg/06_bkimg.webp); */
  background-size: cover;
  padding: 10rem 0;
}

#ACCESS .wrap {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 5rem 5rem 0 auto;
}

#ACCESS .title {
  text-align: center;
}

#ACCESS .title h3 {
  font-size: 2.5rem;
}

#ACCESS .wrap .map {
  width: 60%;
  height: 600px;
  /* filter: grayscale(1); */
}

#ACCESS .wrap .map iframe {
  width: 100%;
  height: 100%;
  filter: drop-shadow(10px 10px 10px #999);
}

#ACCESS .wrap .info {
  width: 40%;
  margin: 2rem;
}

#ACCESS .wrap .info h4 {
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 1px #777 solid;
  padding-bottom: 1rem;
}

#ACCESS .wrap .info .detail {
  margin-left: 3rem;
  line-height: 3rem;
}

#ACCESS .wrap .info .detail table {
  margin: 2rem 0;
}

#ACCESS .wrap .info .detail table a {
  color: #0000ff;
}

#ACCESS .wrap .info .detail table th {
  text-align: left;
  white-space: nowrap;
}

#ACCESS .wrap .info .detail table td {
  padding-left: 1.5rem;
}

#ACCESS .wrap .info .detail ul {
  padding: 3rem 2rem 3rem 1rem;
}

#ACCESS .wrap .info .detail ul li {
  margin-left: 35px;
}

#ACCESS .wrap .info .detail .note {
  line-height: 2.5rem;
  margin: 4rem 0;
}

#ACCESS .wrap .info .detail .note .note_box {
  border: 1px solid #999;
  position: relative;
  width: fit-content;
}

#ACCESS .wrap .info .detail .note .note_box .note_title {
  position: absolute;
  top: -18px;
  left: 15px;
  background-color: #fff;
  padding: 0 1rem;
  border: 1px solid #999;
  font-weight: 900;
}

/*---------------------------------------------------------
個別ページ（共通）
---------------------------------------------------------*/
.page-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 10rem 0 0;
}

.page-subtitle {
  font-size: 1.5rem;
  border-bottom: 2px solid #aaa;
  margin: 5rem 0 2rem;
  padding-bottom: 1rem;
  color: #555;
}

/* .page-title {
  font-size: 2rem;
  color: #333;
  border-bottom: 2px solid #333;
  padding: 0 0 1rem 1rem;
} */
/*---------------------------------------------------------
お役立ち情報
---------------------------------------------------------*/
#INFO .page-title_wrap {
  position: relative;
  margin: 0 auto 8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#INFO .page-title_wrap h2 {
  font-size: 2rem;
  position: absolute;
  z-index: 2;
  left: 3rem;
  bottom: -38px;
}

#INFO .page-title_wrap p {
  position: absolute;
  font-size: 6rem;
  z-index: 1;
  color: #b2a6cd47;
}

.categories {
  display: flex;
  justify-content: center;
}

.categories button {
  margin-right: 1rem;
  padding: 1rem 2rem;
  border: none;
  background-color: #444;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.categories button:hover {
  background-color: #666;
}

.external-button {
  margin-right: 1rem;
  padding: 1rem 2rem;
  border: none;
  background-color: #444;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.external-button:hover {
  background-color: #666;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin: 5rem auto;
}

/* .card {
  background: white;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card h3 {
  font-weight: 600;
}

.card p {
  color: #777;
}

.links {
  margin-top: 0.5rem;
} */
.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  /* 調整してね */
  padding: 1rem;
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-header, .card-body {
  margin-bottom: 0.5rem;
}

.card-body {
  color: #777;
}

.card-footer {
  margin-top: auto;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.links a {
  /* display: inline-block;
  margin-right: 0.5rem;
  color: #0066cc;
  text-decoration: none; */
}

.pagination {
  margin: 3rem 0;
  text-align: center;
}

.pagination button {
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  background-color: #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sns-icon {
  width: 34px;
  height: 30px;
  margin-right: 1rem;
}

.page-info, .range-info {
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
  color: #333;
}

/*---------------------------------------------------------
商工会とは
---------------------------------------------------------*/
#ABOUT .page-title_wrap {
  position: relative;
  margin: 0 auto 8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#ABOUT .page-title_wrap h2 {
  font-size: 2rem;
  position: absolute;
  z-index: 2;
  left: 3rem;
  bottom: -38px;
}

#ABOUT .page-title_wrap p {
  position: absolute;
  font-size: 6rem;
  z-index: 1;
  color: #b2a6cd47;
}

#ABOUT .sub_title {
  font-size: 1.5rem;
  background-color: #0000000d;
  padding: 1rem 0 1rem 1rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

#ABOUT .page-container {
  margin: 3rem 0;
}

#ABOUT .page-container-note {
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

#ABOUT .page-container-note:last-child {
  margin-bottom: 0;
}

#ABOUT .page-container-note ul {
  margin: 1rem 0 1rem 1rem;
  color: #e16a00;
  font-weight: 700;
}

#ABOUT .page-container-note ul li {
  list-style: inside;
  margin: 0;
}

/* 役員案内 */
#ABOUT .about_tbl table {
  width: fit-content;
}

#ABOUT .about_tbl table {
  border-collapse: collapse;
  width: fit-content;
}

#ABOUT .about_tbl table th,
#ABOUT .about_tbl table td {
  border: 1px solid #ccc;
  padding: 1rem 3rem;
  text-align: left;
}

#ABOUT .about_tbl table th {
  text-align: center;
  background-color: #f2f2f2;
}

/* スタンプ会加盟店一覧 */
#ABOUT .stamp_word {
  margin: 2rem 0;
}

/*---------------------------------------------------------
様式ダウンロード
---------------------------------------------------------*/
#DOWNLOAD .page-title_wrap {
  position: relative;
  margin: 0 auto 8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#DOWNLOAD .page-title_wrap h2 {
  font-size: 2rem;
  position: absolute;
  z-index: 2;
  left: 3rem;
  bottom: -38px;
}

#DOWNLOAD .page-title_wrap p {
  position: absolute;
  font-size: 6rem;
  z-index: 1;
  color: #b2a6cd47;
}

#DOWNLOAD .sub_title {
  font-size: 1.5rem;
  background-color: #0000000d;
  padding: 1rem 0 1rem 1rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

#DOWNLOAD .dl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 5rem auto;
}

#DOWNLOAD .dl-grid .dl-card {
  background: #f1f1f1;
  padding: 2.5rem;
}

#DOWNLOAD .dl-grid .dl-card .title {
  font-size: 1.5rem;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
}

#DOWNLOAD .dl-grid .dl-card .dl-detail {
  margin: 1rem 0;
  text-align: center;
}



/*---------------------------------------------------------
お問い合わせ
---------------------------------------------------------*/
#CONTACT .page-title_wrap {
  position: relative;
  margin: 0 auto 8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#CONTACT .page-title_wrap h2 {
  font-size: 2rem;
  position: absolute;
  z-index: 2;
  left: 3rem;
  bottom: -38px;
}

#CONTACT .page-title_wrap p {
  position: absolute;
  font-size: 6rem;
  z-index: 1;
  color: #b2a6cd47;
}

#CONTACT .contact_info {
  line-height: 2rem;
  margin-left: 2rem;
}

#CONTACT .wrap {
  margin: 5rem auto;
}

#CONTACT .wrap form {
  width: 40%;
  margin: 0 auto;
}

#CONTACT .wrap form .form_con {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
}

#CONTACT .wrap form .form_con .ind {
  color: #bb0101;
  vertical-align: middle;
  margin-left: 0.5rem;
}

#CONTACT .wrap form .form_con input {
  height: 25px;
  margin-top: 1rem;
}

#CONTACT .wrap form .form_con textarea {
  height: 250px;
  margin-top: 1rem;
  resize: none;
}

#CONTACT .wrap form .form_con #agreePolicy {
  width: 20px;
  margin-top: 0;
  margin-right: 0.5rem;
}

#CONTACT .wrap form .form_con #agreePolicy:hover,
#CONTACT .wrap form .form_btn #submitBtn {
  cursor: pointer;
}

#CONTACT .wrap form .form_con .privacy {
  display: flex;
  align-items: center;
  justify-content: center;
}

#CONTACT .wrap form .form_con .privacy_note {
  text-align: center;
}

#CONTACT .wrap form .form_con .privacy_note a {
  color: #240ab5;
}

#CONTACT .wrap form .form_btn {
  margin: 0 auto;
  width: fit-content;
}

#CONTACT .wrap form .form_btn #submitBtn {
  padding: 0.5rem 1.5rem;
  background-color: #fff;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* プライバシーポリシー */
.privacy {
  color: #555;
  line-height: 2rem;
}

.privacy h2 {
  font-size: 2rem;
  text-align: center;
  margin: 2rem 0;
}

.privacy .privacy-block {
  margin: 1rem 0;
}

.privacy .privacy-block ol {
  margin-left: 1rem;
}

/*---------------------------------------------------------
リンク
---------------------------------------------------------*/
#LINK .page-title_wrap {
  position: relative;
  margin: 0 auto 8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#LINK .page-title_wrap h2 {
  font-size: 2rem;
  position: absolute;
  z-index: 2;
  left: 3rem;
  bottom: -38px;
}

#LINK .page-title_wrap p {
  position: absolute;
  font-size: 6rem;
  z-index: 1;
  color: #b2a6cd47;
}

#LINK .link-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 5rem 0;
}

#LINK .link-block {
  width: 45%;
  line-height: 2.5rem;
}

#LINK .link-block .title {
  font-size: 1.5rem;
  border-bottom: 3px solid #a1b5a1;
  padding-bottom: 0.5rem;
}

#LINK .link-block .link-contents {
  margin: 1.5rem 0;
}

#LINK .link-block ul {
  margin-left: 1.5rem;
}

#LINK .link-block ul li a {
  color: #555;
  text-decoration: none;
}

#LINK .link-block ul li a:hover {
  animation-name: link_hover;
  animation-duration: 0.6s;
}

@keyframes link_hover {
  50% {
    color: #2a40e7;
  }
}

/*---------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------*/
/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
#FOOTER {
  background-color: #fff;
  padding: 5rem 0 3rem;
  color: #555;
  text-align: center;
  line-height: 2rem;
}

#FOOTER .footer_hr {
  width: 80%;
  margin: 2rem auto;
  border-top: 2px solid #aaa;
}

#FOOTER .footer_contactarea {
  display: flex;
  justify-content: center;
}

#FOOTER .footer_contactarea p {
  margin: 0 0.5rem;
}

#FOOTER a {
  color: #555;
}
