
*{
   box-sizing: border-box;
}

header{
   padding:0.5% 4%;
   position: fixed;
   top: 0;
   width: 100%;
   background-color: #fff;
   display: flex;
   justify-content: space-between;
   align-items: center;
   z-index:999;
}

.scrapr_head{
   padding:0;
   position: fixed;
   top: 0;
   width: 100%;
height:80px;
   background-color: #fff;
   display: flex;
   justify-content: space-between;
   align-items: center;
   z-index:999;
}

.telop1{
  background: linear-gradient(to right, #f5a500, #eccd52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.white-space{
  display: block;
  height: 20px; /* 余白の高さ。お好みで調整可 */
}
.container_n{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top:4%;
        }

.container_n img{
    display: block;
}

.container_n2{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
        }

.container_n2 img{
    display: block;
}
.btntab,
a.btntab,
button.btntab {
  margin: 0 auto;
  font-size: 1.4rem;
  width:55%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding:3%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin-top:8%;
}

a.btn_22011 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 150%;
    margin: auto;
    width: 30%;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #F08419;
    background: linear-gradient(to right, #F08419, #EC6917);
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    margin-top: 3%;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}


/* ホバー時 */
a.btn_22011:hover {
    background: #fff;       /* 背景を白に */
    border-radius: 50px;    /* 元の角丸を維持 */
    color: #F08419;         /* 文字色はオレンジ */
}
a.btn_22012 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size:150%;
	margin: auto;
    width:30%;
	padding: 1rem 4rem;
	font-weight: bold;
	background: linear-gradient(to right, #2C9BD7, #104691);
	color: #fff;
        border: 2px solid #2C9BD7;
	border-radius:50px;
	transition: 0.3s;
	animation: move_a 2s infinite;
    margin-top:3%;
   font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* ホバー時 */
a.btn_22012:hover {
    color: #2C9BD7;       /* 背景を白に */
background: #fff;
     color: #2C9BD7;
}


a.btntab-border {
  margin-bottom: 12px;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  background: -webkit-radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%),
    -webkit-radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%), #fc0;
  background: radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%),
    radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%), #fc0;
  background-position: 0 0, 6px 6px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 12px 12px;
}

a.btntab-border span{
  position: relative;
  display: block;
  padding: 1.25rem 3rem;
  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

.marquee{
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #f8f8f8;
  margin-top:30%;
}

.marquee-inner {
  display: flex;
  white-space: nowrap;
}
.ti_pm{
  position:absolute; /* 画像の上に重ねる */
  top:95%;
  border-radius:20px;
  background-color:#f8f8f8;
  width:100%;
  padding-bottom:5%;
  height: 1000px;
}
.marquee-text{
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: 'Bitcount Prop Double', sans-serif !important;
  font-size:500%;
  background: linear-gradient(90deg, #FFD54F, #FFEB3B);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-bottom: 3%;
}

.tab-ttl{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-align:center;
    margin: 0 auto;
    padding:5% 5%;
    width:80%;
    padding-bottom:3%;
 opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.8s ease-out, transform 1.8s ease-out;
    background-color: #f8f8f8;
}

.shake-circle {
  width: 15px;
  height: 15px;
  background-color: #FFD700; /* レモンイエロー */
  border-radius: 50%;
  animation: circles 2s ease-in-out infinite;
}

.tab-fl2{
    display: flex;
}
/* 揺れるアニメーション */
@keyframes circles {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-2px); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(2px); }
  100% { transform: translateY(0); }
}

.tab-ttl.active{
  opacity: 1;
  transform: translateY(0);
}

.tab-ti{
    background-color: #f8f8f8;
}


.tab-ttl3{
   font-size:130%; 
}

.tab-ttl4{
    font-size:300%;
    font-weight: 900;
    margin-top: 3%;
}


.white-bg{
    background-color: white;
  padding: 0.3em 0.8em;
  display: inline-block;
  border-radius: 6px;
    border-bottom: 6px solid #f5a500; 
}
.tab-ttl1{
    padding-top:5%;
    padding-bottom: 5%;
}

.tab-ttl2{
    font-size:110%;
    padding-top:4%;
}

a.btntab-border:hover{
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
}


a.btntab-border2 {
  margin-bottom: 12px;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  background: -webkit-radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%),
    -webkit-radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%), #fc0;
  background: radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%),
    radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%), #2c9cd8;
  background-position: 0 0, 6px 6px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 12px 12px;
}

a.btntab-border2 span{
  position: relative;
  display: block;
  padding: 1.25rem 3rem;
  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btntab-border2:hover{
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
}


.ziboxtab{
    width:100%;
    margin: 0 auto;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}



.profile-flower {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 200px;
  height: 200px;
}

.person-image {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  display: block;
}

.flower-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

/* 花びらの初期状態（閉じていて、透明＆縮小） */
.petal {
  transform-origin: 0 0;
  opacity: 0;
  transform: scale(0) translateY(0);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

/* 花の中心も透明 */
.center {
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* hover時に花びらを広げて少し上に浮かせる */
.profile-flower:hover .petal {
  opacity: 1;
  transform: scale(1) translateY(-10px);
}

/* 中心はほんのり表示 */
.profile-flower:hover .center {
  opacity: 0.8;
}
 .image-tab {
            width:70%; /* コンテナの幅を設定 */
            height:280px; /* コンテナの高さを設定 */
            overflow: hidden; /* コンテナからはみ出る部分を隠す */
            border-radius: 2%; /* 角丸にする */
            margin: 0 auto;
            margin-top: 5%;
        }
  .image-tab img {
            width: 100%;
            height: auto;
            transition: transform 0.5s ease; /* 拡大アニメーションの設定 */
        }

.image-tab:hover img {
            transform: scale(1.1); /* 拡大率を設定 */
        }

.arched-date {
    display: block;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
  }

  .arched-date svg {
    display: block;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    height: 50px; /* ここで高さをかなり小さく */
  }

.zii_tda svg{
  display: block;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
.zii_tda{
    font-weight:bold;
    font-size:130%;
    text-align: center;
    display: block; /* 中央揃えが効くようになる */
    margin-top:10%;
}

.tab_ti{
    font-weight: bold;
    font-size:120%;
    width:70%;
    margin: 0 auto;
}

.tab-fl01{
   width:38%;
    padding-right:14px;  
}

.tab-fl02{
   width:40%;
}


.tab-item{
  flex: 1;
}

.tab-item:first-child {
  border-right: 1px solid #eeeeee;
  margin-right: 14px; /* ボーダーと2つ目の要素の間のスペース */
}


.tab-fl{
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.tab-ik{
    background-color:#fff;
    border-radius:10px;
    width:90%;
    position: relative;
    padding:5%;
    padding-top:2%;
    margin: 0 auto;
}
.tab-iwa{
    background-color:#fccd33;
    padding:8%;
    position: relative;
    z-index: 1;
    padding-bottom: 5%;
}

.tab-ko1{
    text-align: center;
    margin: 0 auto;
    font-weight:bold;
    color:#fccd33;
    margin-top:5%;
}

.tab-ko2{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size:150%;
    font-weight:bold;
    text-align: center;
    margin: 0 auto;
    padding-top:3%;
    padding-bottom:5%;
}

.tab-ko3{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size:200%;
    font-weight:bold;
    text-align: center;
    margin: 0 auto;
    padding-top:11%;
}
 
.tab-ik::before {
 content: "";
  position: absolute;
  top: -40px; /* 高さの半分（上に出す） */
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 500px;
  background-color: #fff; /* 半円の色。必要に応じて変更 */
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom: none;
  z-index: -1;/*これで背面に*/
}
.tab-buttons{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 1em;
    flex-wrap: wrap;
    margin-top:5em;
  }

  .tab-button{
  font-family: 'Zen Kaku Gothic New', sans-serif;
   width: calc(100% / 4 - 2%);
  height: 46px;
  background-color: #FFF;
  line-height: 40px;
  font-size: 1.5rem;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  border-top: 5px solid #d9d9d9;
	border-radius: 100px;
	cursor: pointer;
  margin: 0 1% 4% 1%;
  position: relative;
overflow: hidden;
  }

.tab-button::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 100%
  );
  transform: rotate(25deg);
  animation: shine 2s infinite;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
  .tab-button.active{
     color: #FFF;
  background: #ff66b2;
  border-top: 0;
  border-bottom: 5px solid #cc4d91;
  background-position: 100% 0;
  box-shadow: 0 0 8px #fff;
  }

  .tab-content{
    display: none;
    font-family: 'Zen Kaku Gothic New', sans-serif;
  }

  .tab-content.active{
    display: block;
  }
.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tab_label {
  color: #13c3ac;
  font-weight: bold;
  border: solid 2px #13c3ac;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 5px 0;
  margin: 0 5px; 
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

.fade-spa{
    margin-top:2%;
    margin-bottom:2%;
    text-align: center;
}
.fade-text {
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 3rem;
  color: #aaa; /* 最初は薄いグレー */
  font-weight: bold;
  display: inline-block; /* 中央配置用に必要 */
  text-align: center;
}

/* 擬似要素で黒を左→右にかぶせる */
.fade-text::after {
  content: attr(data-text); /* テキストを複製 */
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  color: #000; /* 最終的な色を黒に */
  white-space: nowrap;
  overflow: hidden;
  transition: width 2s ease-out;
  pointer-events: none;
}

/* JavaScriptでactiveが付いたときに発動 */
.fade-text.active::after {
  width: 100%;
}
    .spacer {
      height:10vh;
    }
input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #13c3ac;
}
.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #13c3ac transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

.tab_content{
  position: relative;
  animation: fadeIn 1s ease;
}
  .interview-item{
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 8px;
    background: #fff;
  }
.top_log{
    display: block;
    display: flex;
    align-items: center;
}

.top_log{
   padding-right:3%;
    padding-top:0.5%;
    padding-bottom:0.5%;
}
.top_log img{
    width:100%;
   margin: 1% 0; 
}

.top_na{
 display: flex;
 justify-content: space-between;
 align-items: center;
 width:30%;
}

/* ---  メールアイコン　start--- */
.css-mail{
    display:inline-block;
    position:relative;
    width:27px;
    height:16px;
    padding:0;
    background:#fff;
    border-radius:2px;
    text-align: center;
}
.css-mail:before, .css-mail:after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.css-mail:before{
    border: 14px solid transparent;
    border-top-color: #fcc800;
}
.css-mail:after{
    left: 2px;
    border:12px solid transparent;
    border-top-color: #fff;
}

.custom-post.post-1 { background-color: #f9d5d3; }
.custom-post.post-2 { background-color: #fce5cd; }
.custom-post.post-3 { background-color: #d9ead3; }
.custom-post.post-4 { background-color: #cfe2f3; }
.custom-post.post-5 { background-color: #ead1dc; }
.custom-post.post-6 { background-color: #fff2cc; }
.custom-post.post-7 { background-color: #d0e0e3; }
.custom-post.post-8 { background-color: #f4cccc; }
custom-post.post-9 { background-color: #e0f7fa; }  /* 淡いアクア（水色系） */
.custom-post.post-10 { background-color: #fde9d9; } /* やわらかいサーモンオレンジ */

/* ---  メールアイコン　end--- */
#hamburger{
    display: none;
}
/* ---  ヘッダーメニュー　ナビ　end--- */
a.top_btn_01{
	display:block;
	text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-size:75%;
	width: 30%;
	margin: auto;
	font-weight: bold;
	background: #fcc800;
	color: #fff;
	transition: 0.5s;
    height: 46px;
    padding: 1%;
    margin-right:-20px;
}
a.top_btn_01:hover {
	background: #e6b200;
	color: #fff;
}

.top_ul li{
  flex-grow: 1;
  text-align: center;
  list-style: none;
}

.top_ul {
    display: flex;
}

.top_li a {
    text-decoration: none;
    color: #000; /* リンクの色を設定 */
}

.top_ul li + li{
 position: relative;
}

.top_ul li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pc-nav {
    display: flex;
}

body{
   margin: 0;
   padding: 0;
   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.dgi_om{
    padding:5%;
    padding-top:3%;
    display:flex;
    justify-content: space-between; /* ボックス間のスペースを均等に */
}


.omi{
    margin-top:8%;
    margin-bottom:8%;
    width:100%;
}



.omi2{
    width:100%;
    background-color:#fae8a8;
    padding-top:4%;
    padding-bottom:8%;
}

.dgi_p{
    font-weight:bold;
    font-size:180%;
    text-align:left;
    width: 20%;
    font-size: 32px; /* フォントサイズを大きく */
    font-weight: bold;
    color: #333; /* 落ち着いた色を選ぶ */
    padding-top:7%;
    border-bottom: 3px solid #ef7c00;/* 下線を太くして色を変更 */
    border-radius: 10px 0 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 影を強調 */
    letter-spacing: 1px; /* 文字間隔を広げる */
    position: relative;
    padding-left:3%;
    padding-right:3%;
    padding-bottom:5%;
    background-color: #fff;
}

.dgi_di{
    width:100%;
}
 
.zi_box{
background-color:#ffffff;
width: 30%;
padding:3%;
border:2px solid black; /* 枠線を黒に設定 */
text-align: center;
border-radius: 15px; /* 角を丸く設定 */
transition: transform 0.3s; /* アニメーションの設定 */
z-index: 1;
}


.zi_km2{
    font-weight:bold;
    border-radius: 30px;
    border:solid 3px #333;
    padding: 2%;
    background-color: #fcc800;
}
.zi_km{
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 2px solid #333;
    color: #333333;
    font-weight:bold;
    display: block;
    font-size:110%;
}

.zi_km::before,
.zi_km::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.zi_km::before {
    background-color: #333;
}

.zi_km::after {
    bottom: -11px;
    background-color: #fff;
}


.news a, .spe a,  .tit a{
display:block;
text-decoration:none;
color:#403f3f;
}
.spe_l{
display:flex;
flex-wrap: wrap;
justify-content: space-between;
width:100%;
margin-bottom:10%;
}

.spe_l .zibox{
    width: 20%;
    border: none; /* 初期状態では枠線を表示しない */
    transition: border 0.3s ease; /* 枠線の変化をスムーズに */
    text-align: center;
    padding:3%;
    margin: 0 auto;
    border: 1px solid #333;
}

.spe_l2{
    display:flex;
    justify-content: flex-end;
    background-color:#fae8a8;
}

.spe_ari{
    
}

 .rounded-image {
        border-radius:3%; /* 角丸にする */
    }

 .image-container {
            width:100%; /* コンテナの幅を設定 */
            height:160px; /* コンテナの高さを設定 */
            overflow: hidden; /* コンテナからはみ出る部分を隠す */
            border-radius: 3%; /* 角丸にする */
            margin-bottom: 10%;
        }
  .image-container img {
            width: 100%;
            height: auto;
            transition: transform 0.5s ease; /* 拡大アニメーションの設定 */
        }

.image-container:hover img {
            transform: scale(1.1); /* 拡大率を設定 */
        }

 .image-cari {
            width:70%; /* コンテナの幅を設定 */
            height:300px; /* コンテナの高さを設定 */
            overflow: hidden; /* コンテナからはみ出る部分を隠す */
            border-radius: 3%; /* 角丸にする */
        }
  .image-cari img {
            width: 100%;
            height: auto;
            transition: transform 0.5s ease; /* 拡大アニメーションの設定 */
        }

.image-cari:hover img {
            transform: scale(1.1); /* 拡大率を設定 */
        }
.zibox2{
    width:19%;
    padding: 3%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 影を強調 */
    background-color: #fff;
}

.ziboxari{
    width:50%;
    display: flex;
    margin: 0 auto;
    justify-content: center; /* 水平方向の中央揃え */
  align-items: center; 
}
/* ホバー時のスタイル */
.spe_l .zibox:hover {
    background-color: #eeeeee;
    border-radius: 15px;
}


.d_kz{
position: relative;
  display: inline-block;
  margin-top:10%;
    font-size:200%;
    font-weight: 900;
}
.d_kz:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#dc2d20;
  border-radius: 2px;
}


.btn,
a.btn,
button.btn {
  font-size:1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 5%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color:#fff;
 
 margin-top:3%;
}
.dgi_ps{
margin-top:7%;
color:#ef7c00;
font-size:40%;
font-weight: normal;
line-height:-5px;
letter-spacing: -0.5px;
display: block;
background-color: #fff;
}
.zi_ha{
    margin-top:5%;
display: block;
font-weight:bold;
font-size:120%;
text-align: left;
padding-left:5%;
}
 .container {
            position: relative;
            width: 100%;
            height: 100%;
            margin-top:4%;
        }

 .image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

 .image2 {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
.box_top{
    position: absolute;
    bottom: -290px;
    width:55%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin:0 auto;
    margin-bottom:8%;
    background-color:#fcc800;
    border-radius:200px;
    padding:3.5%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 4s ease;
}
.box_top.show{
            opacity: 1;
        }

.box_top2{
    position: absolute;
    bottom: 50px;
    width:60%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin:0 auto;
    background-color:#fcc800;
    border-radius:200px;
    padding:1.5% 3.5%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 4s ease;
}
.box_top2.show{
            opacity: 1;
        }

.box_ce{
z-index: 2;
flex:none; /* フレックスボックスの効果を無効にする */
position: absolute;
top:80px; /* 必要に応じて調整 */
}

.box_ce1{
    font-size:100%;
    font-weight:bold;
    color:#fff;
    text-align: center;
    background-color: #fff;
    padding:2%;
    color:#4e72b0;
    margin-bottom:6%;
}

.box_ce2{
    font-size:300%;
    font-weight:bold;
    color:#fff;
    text-align: center;
    margin-top:3%;
}
    
.non-flex-item{
    flex:none; /* フレックスボックスの効果を無効にする */
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height:50%;
            z-index: 0; /* SVGを背面に表示 */
            border-bottom: -1000px;
}
 .non-flex-item svg {
            width: 100%;
            height: auto;
        }
.zi_mi{
    position: relative;
  display: inline-block;
  margin-bottom:1.5em;
  font-weight:bold;
   margin-top:0.5em;
    letter-spacing:3px;
}
.zi_mi:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 45px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius:40px;
}

.zi_mi2{
    position: relative;
  display: inline-block;
  font-weight:bold;
    letter-spacing:1px;
}

.zi_mfo{
  font-size:160%;  
}

.zi_mfo2{
    font-size:120%;  
}

.zi_cs{
    position: relative;
    width: 100%;
    height: auto; /* 高さを自動調整 */
    overflow: hidden; /* 画像内に収めるためにオーバーフローを隠す */
    margin-top:3%;
    } 


.zi_cs img{
    width: 100%;
    height: auto;
    display: block; /* 画像の下に余白ができないようにする */
     transition: border-radius 1s ease; /* 1秒かけて変化 */
}



.custom-title, .zi_spedate {
    position: absolute;
    bottom: 0; /* 画像の下部に配置 */
    left: 0;
    right: 0; /* 左右の余白を設定 */
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 5px;
    font-size:80%;
    margin: 0;
    text-overflow: ellipsis; /* テキストが長い場合に省略記号を表示 */
    white-space: nowrap; /* テキストを1行に収める */
    overflow: hidden; /* テキストがはみ出さないようにする */
    box-sizing: border-box; /* パディングを含めてサイズを計算 */
}

.custom-title {
    bottom: 0; /* 画像の下部に配置 */
}

.zi_spedate {
    bottom: 30px; /* タイトルの上に配置 */
    letter-spacing:1.5px;
}


.zi_cs img:hover{
            border-top-left-radius:10%;
        }

.zi_slider {
    width: 100%; /* スライダー全体の幅を100％に設定 */
    overflow: hidden; /* コンテナの外に出た部分を隠す */
    position: relative; /* 相対位置を設定 */
        }
.zi_slides {
    display: flex; /* 横方向にスライドを並べる */
    transition: transform 0.5s ease-in-out; /* スライドの移動をスムーズに */
   width: 100%;
        }
.zi_slide {
    min-width: 100%; /* 各スライドの幅を100％に設定 */
}
        .zi_slide img {
    width: 100%; /* 画像の幅を100％に設定 */
    height: auto; /* 画像の高さを自動調整 */
    display: block; /* 画像の余白をなくす */
}


.prev, .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius:70px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.zibutton-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: 1em 2em;
    overflow: hidden;
    border: none;
    border-radius:40px;
    background-color: #fcc800;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 5%;
    margin-top: 5%;
}

.zibutton-10::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-10 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.zibutton-10::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    content: '';
}

.zibutton-10:hover {
    background-color: #fdd22b;
}


.zibutton-30{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    overflow: hidden;
    border: 1px solid #333;
    border-radius:40px;
    background-color: #fff;
    color: #333;
    font-size: 1em;
    font-weight: bold;
}

.zibutton-30:hover {
    background-color: transparent;
    color: #fff;
}

.zibutton-30::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #333;
    content: '';
    transition: width .3s ease;
}

.zibutton-30:hover::before {
    width: 100%;
}

.zibutton-30::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    content: '';
}

.carousel-wrapper {
  overflow-x: auto; /* 横にスライド可能に */
  width:100%;
  margin-top:3%;
    margin-bottom:15%;
}


.carousel-wrapper2 {
  overflow-x: auto; /* 横にスライド可能に */
  width:100%;
  margin-top:3%;
    margin-bottom:5%;
}

.carousel-track{
  display:flex;
 transition: transform 0.5s ease;
  will-change: transform;
}
.zi_dsn a {
  color: #333;
  text-decoration: none;
}

.item {
  margin-right: 10px;
  text-align: center;
  flex: 0 0 20%;
  box-sizing: border-box;
  padding: 10px;
}


.button-29:hover::after {
    border-color: #fff;
}

a {
    text-decoration: none;
}

.popup {
    display: none; /* 初期状態では非表示 */
    position: fixed; /* 固定表示 */
    z-index:1; /* 前面に表示 */
    left: 0;
    top: 0;
    width: 100%; /* 全画面幅 */
    height: 100%; /* 全画面高さ */
    overflow: auto; /* スクロール可能 */
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.4);
}

.popup-content {
    background-color: #fff;
    margin: 15% auto; /* 上下のマージン */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* 幅 */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.zii_spedate{
    background-color:#333;
    color:#fff;
    padding:1.5% 0;
    width:55%;
    border-radius: 20px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-size:80%;
}

.spe_tito{
    font-weight: bold;
}


.spe_tito:hover {
            color: #999; /* ホバー時の文字色 */
            opacity: 0.7; /* ホバー時の透明度 */
        }

.spe_titoari{
    font-weight: bold;
    font-size:120%;
    border:1px solid #333;
    width:90%;
    padding-right: 3%;
}


.spe_titoari:hover {
            color: #999; /* ホバー時の文字色 */
            opacity: 0.7; /* ホバー時の透明度 */
        }



a.btn-flat {
  overflow: hidden;
　padding: 1.5rem 6rem;
　color: #fff;
  border-radius: 0;
  background: #000;
　font-size:90%;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #ef7c00;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

     .zi_box3{
            border-radius: 30px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
}
        .zi_box3 img {
            width: 100%;
            display: block;
             height: auto; /* 高さを自動調整 */
             border-radius: 20px;
        }
        .zi_box3 .zi_dsn {
            padding:5%;
            text-align: center;
        }

.auto-scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox 非表示 */
  -ms-overflow-style: none; /* IE 非表示 */
  width:100%;
}

.auto-scroll-container::-webkit-scrollbar {
  display: none; /* Chrome 非表示 */
}

.auto-scroll-container > div {
  flex: 0 0 auto;
  width: 15%; /* 各ボックスの幅（調整可） */
  margin-right: 10px;
}
.omi_w{
    width:100%;
}
.dgi_w{
    width:100%;
    margin: 0 auto;
}


.ziwk_date{
    padding-left:5%;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    font-size:90%;
    margin-top: 5%;
}
.ziwk_ka{
    background-color:#f5ae18;
    color:#fff;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 20px;
    display: block;
    text-align: center;
    font-size:80%;
    font-weight: bold;
    margin-top:12%;
}

.mi_work{
    padding-top:5%;
    margin: 0 auto;
}

.mi_work2{
    display:flex;
  align-items: center;
    justify-content: center; /* 水平方向の中央 */
}



.ziwk_ka:hover {
            color: #fff; /* ホバー時の文字色 */
            opacity: 0.7; /* ホバー時の透明度 */
        }


.spe_tw{
    font-weight: bold;
    text-align: left;
    font-size:110%;
    padding-bottom: 5%;
}


.spe_tw:hover {
            color: #999; /* ホバー時の文字色 */
            opacity: 0.7; /* ホバー時の透明度 */
        }

.ziwk_fl{
    display: flex;
    align-items: center; /* 縦方向に中央揃え */
    gap: 20px;
    padding-top:3%;
}

.spe_wk{
            width:100%;
            height:auto;
    
}

/* ---  ハンバーガーメニュー　end--- */ 

a.mi_view {
  color: #000; /* 通常の文字色 */
  transition: color 0.3s; /* 色変化のトランジション */
}

a.mi_view:hover {
  color: rgba(0, 0, 0, 0.5); /* ホバー時の色を薄くする（透明度50%） */
}
.btn102,
a.btn102,
button.btn102{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--circle {
  width: 60px;
  height: 60px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

a.btn--circle i {
  font-size: 150%;
  line-height: 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0;
}
a.btn--circle:hover i {
  line-height: 55px;
}

    
a.btn_18 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size:200%;
    margin: auto;
    width:40%;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #003ca0;
    background-color: #003ca0;
    color: #fff;
    border-radius:50px;
    transition: 0.5s;
    margin-top:3%;
    font-size:160%;
}

a.btn_18:hover {
    color:#003ca0;
    background: #fff;
}

.ad-bai{
    padding-bottom:5%;
    background-color:#fccd33;
    padding-top:3%;
}

.ad-banner {
  text-align:center;
  padding-top:5%;
  padding-bottom:4%;
}

.fade-in-on-scroll{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.fade-in-on-scroll.visible{
  opacity: 1;
  transform: translateY(0);
}


/* 大きいテキストのスタイル */
.large-text {
  font-size: 36px; /* フォントサイズを大きく設定 */
  font-weight: bold; /* 太字にする */
  margin-top:2%;
  color: white; /* 文字色を白に */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 文字に影を付ける */
}

/* 小さいテキストのスタイル */
.small-text {
  font-size: 18px; /* フォントサイズを小さめに設定 */
  color: #b3d9ff;/* 色を少し抑えめに */
  font-weight: 900;
  text-align: center;
}

.ad-sh{
    margin: 0 auto;
    width:60%;
    border-radius:30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* ドロップシャドウ */
    background-image: linear-gradient(90deg, #003a94, #00aaff); /* 青のグラデーション */
    padding-bottom: 4%;
    background-color: rgba(255, 255, 255, 0.6); /* 白の半透明 */
  border:5px solid #ffffff; /* はっきりした白のふち */
  border-radius: 12px;
  backdrop-filter: blur(8px); /* ガラス風にぼかすなら追加 */
  -webkit-backdrop-filter: blur(8px); /* Safari対応 */
}

a.btn_19 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size:200%;
	margin: auto;
    width:40%;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #ca151d;
	background-color: #ca151d;
	color: #fff;
	border-radius:50px;
	transition: 0.5s;
    margin-top:3%;
    font-size:160%;
}

a.btn_19:hover {
	color: #ca151d;
	background: #fff;
}
.ad-flb{
   display: flex;
  justify-content: center; /* 横方向に真ん中に配置 */
  align-items: center; /* 縦方向に真ん中に配置 */
   width:80%;
   margin: 0 auto;
}

.ad-babo{
    font-size: 30px; /* フォントサイズを大きく設定 */
  font-weight: bold; /* 太字にする */
  margin: 0 auto;
  text-align:center;
  margin-top:2%;
  background:#fccd33;
  padding-top:5%;
}

.section {
    text-align: center;
    padding: 60px 20px;
    width:100%;
    margin: 0 auto;
  }

  .section h2 {
    font-size: 28px;
    color: #1a73e8;
    margin-bottom: 10px;
  }

  .section p {
    font-size: 16px;
    color: #333;
    margin-bottom: 40px;
  }

  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    width: 13%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    z-index: 1; 
  }

  .card img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
    background-color: #dbe9ff;
    border-radius: 5px;
  }

  .card h3 {
    font-size: 13px;
    color: #1a73e8;
    margin-bottom: 10px;
  }

  .card p {
    font-size: 13px;
    color: #333;
    margin-bottom: 20px;
  }

  .card button {
    background-color: #1a73e8;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
  }

  .card button:hover {
    background-color: #155dbb;
  }

.human-story {
  padding: 60px 20px; /* 内側に余白を追加 */
}

.human-story .section {
  width: 100%;
  margin: 0 auto;
}

.gradient-bg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
}



.tab_ca{
    font-size:90%;
    width:95%;
    margin: 0 auto;
}

.icatchTopca{
    margin-bottom: 5px;
}
.list-btn {
    display: inline-block;
    margin: 40px auto 0;
    padding: 8px 16px;
    background-color: #eee;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
}

.list-btn:hover{
    background-color:#000000;
    color: #fff;
}

.sns{margin-bottom:20px;display:flex;justify-content: flex-end;
width:20%;margin:0 auto;margin-top:15px;}

.sns div{
padding-right:3px;
padding-bottom:20px;
}

.pprint{
padding-top:5px;
padding-right:30px;
}
.tab-ikind{
    background-color:#fff;
    border-radius:10px;
    width:90%;
    position: relative;
    padding:5%;
    padding-top:2%;
    margin: 0 auto;
    margin-top:5%;
}
.tab-ikind::before {
 content: "";
  position: absolute;
  top: -40px; /* 高さの半分（上に出す） */
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 500px;
  background-color: #fff; /* 半円の色。必要に応じて変更 */
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom: none;
  z-index: -1;/*これで背面に*/
}


.image-tab2 {
            width:70%; /* コンテナの幅を設定 */
            height:500px; /* コンテナの高さを設定 */
            overflow: hidden; /* コンテナからはみ出る部分を隠す */
            border-radius: 2%; /* 角丸にする */
            margin: 0 auto;
            margin-top: 5%;
        }
  .image-tab2 img {
            width: 100%;
            height: auto;
            transition: transform 0.5s ease; /* 拡大アニメーションの設定 */
        }

.image-tab2:hover img {
            transform: scale(1.1); /* 拡大率を設定 */
        }

.tab-ko12{
    text-align: center;
    margin: 0 auto;
    font-weight:bold;
    color:#fccd33;
    margin-top:3%;
}

.arched-date2 {
    display: block;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
  }

  .arched-date2 svg {
    display: block;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    height: 50px; /* ここで高さをかなり小さく */
  }

.zii_tda2 svg{
  display: block;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
.zii_tda2{
    font-weight:bold;
    font-size:130%;
    text-align: center;
    display: block; /* 中央揃えが効くようになる */
    margin-top:5%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
.tab-ik::before {
    width: 700px;   /* ← 例：小さめに */
    height: 350px;
  }

.fade-spa {
    width: 90%;           /* ← PCで固定幅なら少し柔軟に */
    margin: 0 auto;       /* 中央揃え */
    text-align: center;   /* 中央寄せの場合 */
  }

  .fade-text {
    font-size: 1.6rem;    /* ← 少し小さく */
    line-height: 1.4;
  }

  .tab-ko2 {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 1rem;     /* ← 上との距離を再調整 */
  }
 .arched-date {
    left: 90%;
    transform: translateX(-50%); /* 微調整用 */
  }


.btntab, a.btntab, button.btntab 
{ width:80%;
}

a.btn_22012 {
width:80%;
}


a.btn_22011 {
width:80%;
}
.ad-sh{
width:80%;

}

 .box_top2 {
        font-size: 12px;   /* 文字をさらに小さく */
        width:80%;      /* 横幅を広めに */
    }
}

