@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/

html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo", "メイリオ", sans-serif;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* 改行 */
.br_sp { display:block; }
.br_pc { display:none; }

@media screen and (min-width: 960px){ 
  .br_sp { display:none; }
  .br_pc { display:block; }
}


/* ヘッダー */
.headerText { margin-top:10px; }
.headerText span { font-size:18px; font-weight:bold; }
.headerText .logo { font-size:14px; font-weight:normal; }
#header h1 { font-size:14px; color:#000; margin:0 ; font-weight:normal; }
.logo { font-size: 14px; font-weight:normal;}
.biz1 span { background-color: #FF0000; padding:5px; border-radius:3px; color:#fff; }
.button { margin: auto; height: 45px; width: 180px; color: #fff; background: #000; border-radius: 10px; line-height: 45px; text-align: center; }
.biz button { border-radius: 5px; font-size: 18px; }
.back-to-top {
  position: fixed;
  bottom: 20px; /* 下からの距離 */
  right: 20px;  /* 右からの距離 */
  text-decoration: none; /* テキスト装飾を削除 */
  opacity: 0.7; /* 透明度 */
  transition: opacity 0.3s; /* ホバー時のトランジション */
}

.back-to-top:hover {
  opacity: 1; /* ホバー時の透明度 */
}

@media screen and (max-width: 960px){ 
  #header h1 { margin-top:15px; font-weight: bold; }
}

/* 横線強調 */
.diagonal-lines { position: relative; text-align: center; font-size:4.0vw;  margin-top: 0; }
.diagonal-lines::before,
.diagonal-lines::after { content: ''; position: absolute; top: 50%; width: 11%; height: 2px; background: #fff216; /* Adjust the color as needed */ }
.diagonal-lines::before {
  left: 0;
  transform: translateY(-50%) rotate(60deg);
}
.diagonal-lines::after {
  right: 0;
  transform: translateY(-50%) rotate(-60deg);
}

@media screen and (min-width: 960px){ 
  .diagonal-lines::before { width:8%;  margin-left: 14%;}
  .diagonal-lines::after { width:8%;  margin-right: 14%;}
}

@media screen and (min-width: 1300px){ 
  .diagonal-lines::before { width:8%;  margin-left: 21%;}
  .diagonal-lines::after { width:8%;  margin-right: 21%;}
}

@media screen and (min-width: 1400px){ 
  .diagonal-lines::before { width:8%;  margin-left: 23%;}
  .diagonal-lines::after { width:8%;  margin-right: 23%;}
}

/* トップ */
.topImageSp { max-width:100%; }
.topImagePc { display:none; }
.poyopoyo {animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
 
  
@media screen and (min-width: 740px) {
  .topImageSp { display:none; }
  .topImagePc { width:100%; display:block; }
  .topTextEng { font-size:32px; }
  .topTextCopy { font-size:20px; }
  .topTextLead { font-size:16px; }
}


.uketuke {
  margin: 0 auto;
}

.header {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 20px;
  padding-top: 40px;
}

.header p { font-weight:bold; color:#fff216; }

.main-content {
  display: flex;
  flex-direction: column;
  align-items: center; margin-bottom: 80px;
}

.highlight {
  background-color: #FF6633; color: #F5FF02; padding: 20px; text-align: center; border-radius: 10px 10px 0 0; position: relative; height:auto; width:100%; }

.highlight p { margin: 0; font-size: 4vw; font-weight: bold; }

.highlight-content { display: flex; align-items: center; justify-content: center; }

.highlight h2 { margin: 10px 10px 0 0; font-size: 1.8em; }

.highlight-image { width: 19vw; max-width: 100%; position: absolute; right: 1%; bottom: -4vw;}

.highlight::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FF6633;
}
.highlight-content { align-items: normal; position: relative; }

.contact-info {
  background-color: #FFE4C4;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  width: 100%;
  text-align: center;
}

.phone { margin-bottom: 20px; }

.phone p { margin:5px; }

.phone-number { font-size: 36px; font-weight: bold; color: #000; }

.buttons { justify-content: center; gap: 10px; align-items: center; margin-left:7%; margin: auto; text-align: center; display: flex; flex-direction: column; }

button {
  padding: 10px 20px;
  font-size: 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight:bold; 
  color:#000;
}

button.request a { color:#000; } /* リンクを白く */
button.request { background: linear-gradient(to bottom, #1b3ba7 50%, #062382 50%); color: #000; height:85px; align-items:center; gap:10px; transition-duration:.4s; }
button.line { background: linear-gradient(to bottom, #26bd26 50%, #2b972b 50%); color: #000;  width:280px; height:60px; display:flex; align-items:center; gap:10px; transition-duration:.4s; }
button.line img { margin-left:7%; }
button.line a { color:#fff; }
button.request:hover {transform: scale(1.04); }
button.line:hover {transform: scale(1.04); }


button .line {
  background-color: #4CAF50; /* ボタンの背景色 */
  color: #000; /* テキストの色 */
  border: none; /* ボーダーをなしにする */
  text-align: center; /* テキストを中央揃えにする */
  text-decoration: none; /* テキスト装飾をなしにする */
  display: inline-block; /* インラインブロック要素として表示 */
  cursor: pointer; /* カーソルをポインターにする */
  position: relative; /* 相対位置指定 */

}

/* 追加 */
button.request a { color:#000; align-items: center; display:flex; width:100%; gap:10px; position:relative; justify-content: center; transition-duration:.4s;  } /* リンクを白く */
button.request { background:#FFF216 ; color: #000; height:75px;  align-items:center; gap:10px; transition-duration:.4s; }
button.line { background: linear-gradient(to bottom, #26bd26 50%, #2b972b 50%); color: white;  width:280px; height:60px;  align-items:center; gap:10px; transition-duration:.4s; }
button.line img { margin-left:7%; }
button.line a { color:#000; align-items: center; display:flex; width:100%; gap:10px; }
button.request:hover {transform: scale(1.04); }
button.line:hover {transform: scale(1.04); }
button.request:hover { background: #000; color:#FFF216; }
button.request:hover .thirty { color:#FFF216 }
.thirty::before,
.thirty::after {
  content: ""; /* これがないと表示されない */
  display: block; /* ブロック要素として扱う */
  background-color: transparent;
  transition-duration:.4s; 
}
button.request:hover .thirty::before,
button.request:hover .thirty::after {
  background-color: #FFF216; /* ホバー時に黄色 */
}
button.request:hover a  { color:#FFF216; }
button.request a img { transition-duration:.4s; }
button.request:hover a img {
  filter: brightness(1) saturate(100%) invert(83%) sepia(88%) saturate(600%) hue-rotate(-12deg)
}
button.line:hover { background:linear-gradient(to bottom, #b1ff49 50%, #8fe120 50%); }

/* トップのボタン */
.top .buttons {  margin: 0 auto; top: 65%; right: 50%; left: 50%;}
.top button.request { width: 100%; border-radius: 18px;  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.51);
}

.top .buttons span.thirty { position: relative; text-align: center;   /* To center the text */ }
.top .buttons span.thirty::before,
.top .buttons span.thirty::after { content: ''; position: absolute; top: 50%; width: 11%; height: 2px; background: black; /* Adjust the color as needed */ }
.top .buttons span.thirty::before {
  left: -20px;
  transform: translateY(-50%) rotate(60deg);
}
.top .buttons span.thirty::after {
  right: -20px;
  transform: translateY(-50%) rotate(-60deg);
}
.top .buttons button.request:hover span.thirty::before,
.top .buttons button.request:hover span.thirty::after {
  background-color: #FFF216; /* ホバー時に黄色へ */
}

@media screen and (min-width: 960px){ 
  .top .buttons span.thirty::before { width:10%;  margin-left: 0; }
  .top .buttons span.thirty::after { width:10%;  margin-right: 0; }
  .top .buttons button.request:hover span.thirty::before,
  .top .buttons button.request:hover span.thirty::after {
    background-color: #FFF216; /* ホバー時に黄色へ */
  }
}


/* クリック時のスタイル */
button.line a:active {
  background-color: #fafad2; /* クリック時にさらに色が薄くなる */
}


/* トップ追加 20250325 */
.main_top { background-image: url('img/top_back_sp.jpg'); background-size: 100% auto;  }
.main_top .topImageSp { margin:20px auto; }

@media screen and (min-width: 960px){
  .main_top { background-image: url('img/top_back_pc.jpg'); background-size: cover;  padding:100px 5% 40px 5%; }
  .main_top ul { display:flex; }
  /* .main_top .buttons{ position: absolute;  top: 60%; right: 50%; left: 40%;} */
  button.request a { justify-content: center ; left:0; font-size:30px; font-size:32px; }
  button.request img { width:32px; }
  .thirty-enter { font-size: 24px; text-align: center; margin-left: 12px; }
  button.request { height:120px; width:600px; }

}

@media screen and (max-width: 960px){
  .main_top ul  { padding: 0; width: 90%; margin: 0 auto;}
  .top button.request a { font-size:24px; }
  .top button.request { max-width: 385px; }
  .top .buttons span.thirty { font-size:16px; }
  
}

/* 受付中	（スマホ）*/
@media screen and (max-width: 960px){
  .uketuke { background-image: url('img/satei_back_sp.jpg'); background-size: 100% auto; /* 横幅に合わせ、高さは自動調整 */ background-position: center; /* 画像を中央に配置 */ background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */ margin-top:-10px;  }
  .main-content { width:90%; margin: 0 auto; }
  .highlight h2 { font-size:4.5vw; text-align:left; }
  .highlight p { font-weight: bold; text-align: left; }
  .highlight-content { justify-content:left; position: relative; }
  .phone p { font-weight:bold; }
  button.request { margin-bottom:40px; max-width: 350px; width: 350px; height:85px; border-radius: 23px; }
  button.request a { font-size:28px; }
  .phone-number i { font-size:26px; }
  
}

/* PC用 */

@media screen and (min-width: 960px){ 
  .uketuke { background-image: url('img/satei_back_pc.jpg'); background-size: 100% auto; /* 横幅に合わせ、高さは自動調整 */ background-position: center; padding:40px; padding-bottom:80px; }
  .highlight { height:auto; position: relative; }
  .highlight p { font-size:  3vw; }
  .highlight h2 { font-size:3vw; }
  .highlight-image { max-width: 100%; height: auto; position: absolute; right: 1%; bottom: -2.7vw; width: 15vw;}
  .main-content { margin-bottom:0; }
}

@media screen and (min-width: 960px){ 
  .header p { font-size: 30px; }
  .contact-info { display:flex; justify-content:space-between; align-items:center; }
  .phone { margin-left:5%; width: 40%;}
  .phone-number { font-size:44px; pointer-events: none; }
  .phone-number i { font-size:34px; margin-right:5px; }
  .phone p { margin:0; font-weight:bold ; font-family: "Bebas Neue", sans-serif; font-weight: 400;font-style: normal; }
  
  .buttons { display: flex; flex-direction: row; justify-content: initial; }
  button.line img { margin-left:5%; }
  .top button.request { color: #000; width:100%; height: 110px;  align-items: center; gap: 10px; margin-top:40px; border-radius:25px; }
  .biz button { border-radius: 5px; font-size: 18px; }
  .phone p:first-child { font-size:1.5vw; }
  .phone p:nth-child(2) { font-size:4vw; }
  .phone p:nth-child(3) { font-size:1.6vw; font:inherit; }


}
  

/* お問い合わせの上 */
#kantan { margin-top: -40px; padding-top: 40px; background: #050762;}
@media screen and (max-width: 960px) {
#kantan .highlight { width: auto;  }
#kantan .highlight h2 { font-size: 4.2vw; }
#kantan .highlight-image { margin-top: 0px; }
}

@media screen and (min-width: 960px) {
  .kantan .highlight h2 { font-size: 40px; margin-top: 50px; }
  #kantan .highlight { height:auto; width: auto; max-width:100%;  }
  #kantan .highlight p { margin-bottom: 40px; }
}

/* お問い合わせ */
.box yoyaku back_yellow { margin-top: -100px;
  padding-top: 100px; }
.bukken_input-text { margin-top: 10px; height: 40px;}
@media screen and (min-width: 960px) {
  .bukken_input-text { height:40px; margin-left:10px; }
}



/* フッター */
.fotter_wrap { background-color:#fff; text-align:center; }
.foter_comapny { font-size:16px; font-weight:bold; }
.fcopyright {
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.foter_comapny img { width:250px; }

@media screen and (min-width: 960px){ 
  .fotter_wrap { text-align:center; }
  #footer { width:80%; margin:0 auto; }
  .footer_left span:first-child {font-size:18px; }
  .fcopyright { text-align: left; display: block; padding-left: 10%; margin-bottom:0; }
  .foter_comapny img { width:250px; }
}

/* 固定フッタースマホ */
.fixedSP {display: none;position: fixed;z-index: 1000000; background: #050762; bottom: 0;width: 100%; gap:20px; padding-bottom: 20px;}
    .fixedSP ul{display: flex;justify-content: center;margin: 0; margin-top:20px; padding: 0;width: 100%; gap:20px; }
        .fixedSP ul li{ font-size: 23px; color: #fff; font-weight: bold; background-color:#fff; padding:10px 10px; border-radius: 5px; padding: 10px 15px; }
.fixedSP p{color: #fff;font-size: 16px; text-align:center; margin-top:10px; }
.fixeSP ul li a { color:#fff; }
@media screen and (max-width: 960px) {
  .fixedSP {display: block; }
  .fixeSP ul li { font-size: 16px; pointer-events: auto; width: 100%;
    margin: 0;
    padding: 10px 2.5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: -webkit-fixed;
    justify-content: space-between;}
    .biz a { color:#050762; }
    .biz:first-child { background: #FFF216; color:#050762; width: 125px; text-align: center;}
    .biz:nth-child(2) { background: #FFF216; color:#050762; }
    .biz:nth-child(3) { background: #26bd26;}
    .biz i { margin-right:10px; }
  
}

/* 固定フッターPC */
.fixedPC {display: block;position: fixed;z-index: 1000000;height: 110px;background: #000; bottom: 0;width: 100%; gap:20px; }
    .fixedPC ul{display: flex;justify-content: center;margin: 0;padding: 0;width: 100%; gap:10px; }
        .fixedPC ul li{ font-size: 2vw; height: 30px; color: #fff; font-weight: bold; line-height: 20px;}
        .fixedPC ul li:first-child { pointer-events: none; }
.fixedPC a{color: #fff;}
.fixedPC p{color: #fff;font-size: 16px; text-align:center; margin-top:10px; }


@media screen and (max-width: 960px) {
  .fixedPC { display:none; }
  .fixedPC ul li { font-size: 16px; pointer-events: auto; }
}

/* 電話追加 */
@media screen and (min-width: 960px){ 
.phone-number a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
}

/* お客様からの声 */
.voice_tag { margin-bottom:8px; }
.voice_tag span { background: #FF1B1A; color: #fff; padding: 5px; font-size:14px; }
.slide-wrap { padding:5%; }
.slide-content { border: #FF1B1A 3px solid; border-radius: 25px; }
.slide-content ul { padding:20px; }
.slide-content ul li { text-align: justify; }
.voice_title { color: #FF1B1A; font-weight: 600; font-size: 20px; }
.voice_img { width:100%; }
#yoyaku .voice_top { padding:0 5%; }
#yoyaku .voice_top p { color:#fff; margin-top:20px; }

.swiper-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.voice_tag {
  font-weight: bold;
}

.voice_title {
  font-size: 18px;
  margin-bottom: 10px;
}

.voice_img {
  height: auto;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 35px; /* ボタン画像のサイズ調整 */
  height: auto;
  cursor: pointer;
}

.swiper-button-prev {
  left: 10px; /* 位置調整 */
}

.swiper-button-next {
  right: 10px; /* 位置調整 */
}



@media screen and (min-width: 960px){ 
  .voice_top { padding: 5%; }
  .voice_top img { max-width: 1080px; margin: 0 auto;   }
.slide-content ul:nth-of-type(2) { display:flex; }
#yoyaku .voice_top { padding-bottom:0; }
.voice_img { width:250px; 
}
#yoyaku .voice_top p { margin-top:-5px; }
}



.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tab-label { background: #FEEDE0; white-space: nowrap; text-align: center; padding: 5px 0px 3px 0px; order: -1; position: relative; cursor: pointer; flex: 1; font-size:14px; font-weight:400; transition:0.3s;font-size: 3.5vw;line-height: 1.3;  }
.tab-label:hover { opacity:0.7; transition:0.3s; }
.tab-label:not(:last-of-type) {margin-right: 5px; }
/* .tab-label span.LINK { background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4.924'%20height='8.941'%20viewBox='0%200%204.924%208.941'%3e%3cpath%20id='Path_5835'%20data-name='Path%205835'%20d='M21770,6902.752a.5.5,0,0,1-.355-.852l3.576-3.62-3.576-3.619a.5.5,0,1,1,.711-.7l3.924,3.97a.5.5,0,0,1,0,.7l-3.924,3.971A.5.5,0,0,1,21770,6902.752Z'%20transform='translate(-21769.498%20-6893.811)'%20fill='%23222'/%3e%3c/svg%3e"),linear-gradient(#222,#222); background-repeat: no-repeat,no-repeat; background-position: right center,bottom right; background-size: auto,0 1px; transition: background-size .3s; padding-bottom: 2px; padding-right: 1rem; } */
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.tab-wrap .tab-label:first-of-type .tab-content { background: #fff;  }

#TAB-01:checked ~ .tab-content:nth-of-type(1) { display: block; background-color: #fff; padding:5%; margin-bottom: 40px; border: #9F978F 1px solid; }
#TAB-02:checked ~ .tab-content:nth-of-type(2) { display: block; background-color: #fff; padding:5%; margin-bottom: 40px; border: #9F978F 1px solid; }
#TAB-03:checked ~ .tab-content:nth-of-type(3) { display: block; background-color: #fff; padding:5%; margin-bottom: 40px; border: #9F978F 1px solid; }
#TAB-04:checked ~ .tab-content:nth-of-type(4) { display: block; background-color: #fff; padding:5%; margin-bottom: 40px; border: #9F978F 1px solid; }

.tabImage { background: #fff;}
.tabImage .sellImagePc { display:none; }
.tabImage .sellImageSp { margin: auto auto 24px auto; width:100%;  }

@media screen and (min-width: 768px){
.tab-label { font-size:18px; padding-top: 15px; padding-bottom: 15px; border-radius: 6px 6px 0px 0px;}
.tab-wrap { max-width:1080px; margin:80px auto; }
.tab-wrap .tab-label:first-of-type { margin-left:0; }
.tab-wrap .tab-label:last-of-type { margin-right:0; }
/* .tabImage  { padding:32px; padding-bottom: 60px; } */
.tabImage .sellImagePc { width:950px; margin-bottom:40px; display:block;  }
.tabImage .sellImageSp { display:none;  }
/* #TAB-01:checked ~ .tab-content:nth-of-type(1) { padding:32px; }
#TAB-02:checked ~ .tab-content:nth-of-type(2) { padding:32px; } */
.flowLink { margin-left:0; }

}

/* 基本のタブスタイル */
.tab-label {
  display: inline-block;
  cursor: pointer;
  background: gray; /* デフォルトのグレー背景 */
  color: white;
  border-radius: 8px 8px 0px 0px;
}


/* タブ1が選択されたとき（赤） */
#TAB-01:checked + .tab-label {
  background-color: red;
  color: white;
}

/* タブ2が選択されたとき（青） */
#TAB-02:checked + .tab-label {
  background-color: #FF691A;
  color: white;
}

/* タブ3が選択されたとき（緑） */
#TAB-03:checked + .tab-label {
  background-color: #FF9E1A;
  color: white;
}

/* タブ4が選択されたとき（オレンジ） */
#TAB-04:checked + .tab-label {
  background-color: #FFCA1A;
  color: white;
}

/* タブコンテンツの表示切り替え */
.tab-content {
  display: none; /* 初期状態は非表示 */
}

/* 選択されたタブに対応するコンテンツを表示 */
.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/* タブ入力を非表示に */
.tab-switch {
  display: none;
}

.tab-label img {
  transition: transform 0.3s ease;
}

@media screen and (min-width: 768px){
  .tab-label img { width:15px; }
}

/* 選択されていないタブの矢印を下向きにする */
/* input:not(:checked) + .tab-label img {
  transform: rotate(180deg);
} */


/* ご相談の流れ */
.flow_content {  background-image: url('img/flow_back_sp.jpg');  padding: 0 5%; padding-bottom: 100px;background-size: cover; }
.flow_content .topImageSp { margin-top:40px; }

@media screen and (min-width: 768px){
  .flow_content {  background-image: url('img/flow_back_pc.jpg');  background-size: cover;}
  .flow_title img { width:490px; margin:0 auto; }
  .flow_content { padding-top:80px; }
}




/* スライド追加250327 */
.swiper-horizontal {
  position:relative;
}
.swiper-button-lock {
  display: block;

}
.swiper-container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: visible; /* スライドが外に出ることを許可 */
}
.swiper-container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: visible; /* スライドが外に出ることを許可 */
}

/* 赤い外枠 */
.swiper-container { overflow: hidden; margin-bottom: 0; }
.swiper-slide { margin-left:20px; }
.swiper-slide { border: 4px solid rgb(255, 27, 26); padding: 5px; margin-right: 20px; padding-right: 20px; border-radius: 20px; }

/* 年齢 */
.swiper-slide ul { padding-left: 16px;gap:10px; }
.swiper-slide ul:nth-child(2) { margin-top:0; }
@media screen and (min-width: 768px){
  .swiper-container { margin-bottom:65px; }
  .swiper-slide ul:nth-child(2) { padding-left:0; margin-bottom:0;  }
  .swiper-container { overflow: initial;}
}


@media screen and (min-width: 768px){
  .swiper-slide ul:first-child { display:flex; margin-top: 0px; }
.swiper-slide:nth-child(1) {
  width: 870px !important; padding:40px; 
}

.swiper-slide:nth-child(2) {
  width: 870px !important; padding:40px; margin-left: 4%;
}

.swiper-slide:nth-child(3) {
  width: 870px !important;  padding:40px; margin-left: 6%;
}

.swiper-slide:nth-child(4) {
  width: 870px !important;  padding:40px; margin-left: 8%;
}

}

/* お客様の声　文字 */
.swiper-slide  ul:nth-child(2) li { font-size: 14px; line-height: 28px; text-align: justify;}
@media screen and (min-width: 768px){
  .swiper-slide  ul:nth-child(2)  { display:flex; gap:24px;   margin-top: -4px;
  }
  .swiper-slide ul:nth-child(2) li:nth-child(2) { margin-top:-7px; }
}

@media screen and (max-width: 768px){
.swiper-backface-hidden .swiper-slide{
  width: 80%; }
  .swiper-backface-hidden .swiper-slide:nth-child(2) { margin-left:12%; }
  .swiper-backface-hidden .swiper-slide:nth-child(3) { margin-left:16%; }
  .swiper-backface-hidden .swiper-slide:nth-child(4) { margin-left:21%; }

}

/* ボタンを消す */
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after { display:none; }
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after { display:none; }


.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { display:none; }


/* 固定ボタン */
/* トップバナー */
.FREEBANNER { z-index: 1; position: fixed; bottom:10%; width: 160px; right: 1%;  border-radius:72px; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; /* 拡大と影の変化を滑らかに */}
.FREEBANNER:hover {  transform: scale(1.2); /* 120% に拡大 */}

@media screen and (max-width: 768px){
  .FREEBANNER { bottom:3%; width:120px; }
}
