@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
}
body {line-height: 1;}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }



/*------------------------------------
	Value
------------------------------------*/
.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop35 { margin-top: 35px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }
.mtop100 { margin-top: 100px; }


.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm35 { margin-bottom: 35px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }
.mbtm100 { margin-bottom: 100px; }

.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }

.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }

.mauto {margin: auto;}

.p10 { padding: 10px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }

.ptop10 { padding-top: 10px; }
.ptop15 { padding-top: 15px; }
.ptop30 { padding-top: 30px; }

.ptop50 { padding-top: 50px; }

.ptop100 { padding-top: 100px; }

.pbtm10 { padding-bottom: 10px; }
.pbtm30 { padding-bottom: 30px; }


.pleft5 { padding-left: 5px; }
.pleft10 { padding-left: 10px; }
.pleft15 { padding-left: 15px; }
.pleft20 { padding-left: 20px; }



.pright5 { padding-right: 5px; }
.pright10 { padding-right: 10px; }
.pright15 { padding-right: 15px; }
.pright20 { padding-right: 20px; }



@media screen and (max-width: 1000px) {
  .mtop20 { margin-top: 2%; }
  .mtop25 { margin-top: 2.5%; }
  .mtop30 { margin-top: 3%; }
  .mtop40 { margin-top: 4%; }
  .mtop50 { margin-top: 5%; }
  .mtop60 { margin-top: 6%; }
  .mtop70 { margin-top: 7%; }  
  .mtop100 { margin-top: 10%; }

  .mbtm20 { margin-bottom: 2%; }
  .mbtm25 { margin-bottom: 2.5%; }
  .mbtm30 { margin-bottom: 3%; }
  .mbtm40 { margin-bottom: 4%; }
  .mbtm50 { margin-bottom: 5%; }
  .mbtm60 { margin-bottom: 6%; }
  .mbtm70 { margin-bottom: 7%; }
  .mbtm100 { margin-bottom: 10%; }
  
  .ptop50 { padding-top: 5%; }
  .ptop100 { padding-top: 10%; }
  
  .p40 { padding: 4%; }  
}

@media screen and (max-width: 750px) {
  .mtop20 { margin-top: 2.6%; }
  .mtop25 { margin-top: 3.3%; }
  .mtop30 { margin-top: 4%; }
  .mtop40 { margin-top: 5.3%; }
  .mtop50 { margin-top: 6.6%; }  

  .mbtm20 { margin-bottom: 2.6%; }
  .mbtm25 { margin-bottom: 3.3%; }
  .mbtm30 { margin-bottom: 4%; }
  .mbtm40 { margin-bottom: 5.3%; }
  .mbtm50 { margin-bottom: 6.6%; }
  
  .ptop50 { padding-top: 6.6%; }
  
  .p40 { padding: 5.3%; }    
}


@media screen and (max-width: 480px) {
  .mtop20 { margin-top: 2.6%; }
  .mtop25 { margin-top: 3.3%; }
  .mtop30 { margin-top: 4%; }
  .mtop40 { margin-top: 5.3%; }
  .mtop50 { margin-top: 30px; }  

  .mbtm20 { margin-bottom: 2.6%; }
  .mbtm25 { margin-bottom: 3.3%; }
  .mbtm30 { margin-bottom: 4%; }
  .mbtm40 { margin-bottom: 5.3%; }
  .mbtm50 { margin-bottom: 30px; }
  
  .ptop50 { padding-top: 30px; }
  
  .p40 { padding: 5.3%; }  
}

/*----------------------------------------
	basis
----------------------------------------*/
html {
  font-size: 62.5%; 
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1080px) {
  html {
    font-size: 56.25%;/*9/16*/
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 50%;/*8/16*/
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 43.75%;/*7/16*/
  }
}


p {
  line-height: 170%;
}

a {
  transition : all 0.5s ease;
}


/* p a , table a , li a , 
.txt-link {
  text-decoration: underline;
} */

p a:hover , table a:hover , li a:hover ,
.txt-link:hover {
  text-decoration: none;
  opacity: 1;
}

.ofh { overflow: hidden; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.relative { position: relative; }

.w100per { max-width: 100%; }

.blue {color: #0085cc;}
.yellow{color: #fac218;}
.pink{ color: #e4006e;}
.green{ color:#44af35;}
.purple{color: #a96fab;}
.gray{color: #5c5c5c;}


.bg-white {background-color: #fff}
.bg-gray {background: #f7f7f7; }


.opacity:hover { opacity: 0.7; }


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


.bold{
  font-weight: 800;
}

/*----------------------------------------
SP/PCの表示・非表示切り替え
----------------------------------------*/

.SPbr{
  display: none;
}

.PCbr{
  display: inline;
}

.TABbr{
  display: none;
}

.SP375br{
  display: none;
}

@media screen and (max-width: 768px) {
  .PCbr{
    display: none;
  }

  .TABbr{
    display: inline;
  }  
}

@media screen and (max-width: 480px) {

  .PCbr{
    display: none;
  }

  .SPbr{
    display: inline;
  }

  .TABbr{
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .SP375br{
    display: inline;
  }
  .PCbr{
    display: none;
  }

  .SPbr{
    display: none;
  }

  .TABbr{
    display: none;
  }

}

/*----------------------------------------
	ふんわり表示アニメーション
----------------------------------------*/

.fadein-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fadein-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------------------
	インデント
----------------------------------------*/
.indent {
  padding-left :1em;
  text-indent: -1em;
}


.list-indent li {
  padding-left: 1em;
  text-indent: -1em;
}
/*----------------------------------------
	basis_2
----------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif, "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 1.6rem;
  font-size: clamp(1.2rem, 1vw + 1rem, 1.6rem); 
  line-height: 180%;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 750px) {
  body {
    line-height: 160%;
  }
}

@media screen and (max-width: 480px) {
  body {
    line-height: 150%;
  }
}

/*----------------------------------------
	btn ボタン
----------------------------------------*/

/* ========= 共通スタイル ========= */
.btn1{
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 15px 20px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  box-sizing: border-box;
}

.arrow3 {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: clamp(6px, 1vw, 9px) solid transparent;
  border-bottom: clamp(6px, 1vw, 9px) solid transparent;
  border-left: clamp(8px, 1.2vw, 12px) solid #fff;
}

.arrow4 {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: clamp(6px, 1vw, 9px) solid transparent;
  border-bottom: clamp(6px, 1vw, 9px) solid transparent;
  border-left: clamp(8px, 1.2vw, 12px) solid #000;
}

.btn2,
.btn3 {
  display: inline-block;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 25px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  box-sizing: border-box;
}

.btn4 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 15px 20px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  box-sizing: border-box;
}

/* ========= btn1 ========= */
.btn1:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* ========= btn2 ========= */
.btn2 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 1);
}
.btn2:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
}

/* ========= arrow2 ========= */

.arrow2 {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: clamp(6px, 1vw, 9px) solid transparent;
  border-bottom: clamp(6px, 1vw, 9px) solid transparent;
  border-left: clamp(8px, 1.2vw, 12px) solid #fff;
}

/* ========= btn3 ========= */

.btn3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 500px;
  position: relative;
  background-color: #000;
  color: #fff;
}

.btn3:hover {
  transform: translateY(-3px);
  background-color: #e4006e;
}

.btn3 .arrow {
  position: absolute;
  right:40px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: clamp(6px, 1vw, 9px) solid transparent;
  border-right: clamp(6px, 1vw, 9px) solid transparent;
  border-top: clamp(8px, 1.2vw, 12px) solid #fff;
}

/* ========= btn4 ========= */
.btn4:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* ========= 色バリエーション ========= */
.btn-login,
.btn-recruit {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.btn-entry,
.btn-now-entry {
  background: #e4006e;
  color: #fff;
  border: 2px solid #000;
}

/* ========= レイアウトラッパー ========= */

.entry-btn_erea {
  max-width: 1300px;
  width: clamp(240px, 40vw, 430px);
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}




/* ========= レスポンシブ対応 ========= */
@media screen and (max-width: 768px) {

  .btn1,
  .btn4 {
    font-size: clamp(1.4rem, 1.5vw + 0.5rem, 2rem);
    padding:10px;
  }

  

  .btn2,
  .btn3 {
    font-size: 2.2rem;
    padding:20px;
  }


  .btn3 .arrow {
    right: clamp(8px, 4vw, 20px);
    border-top-width: clamp(6px, 1.2vw, 10px);
    border-left-width: clamp(5px, 1vw, 7px);
    border-right-width: clamp(5px, 1vw, 7px);
  }
}

@media screen and (max-width: 480px) {

  .btn1{
    font-size: 2.4rem;
    padding: 18px 24px;
  }
  
  .btn2
  .btn3,
  .btn4 {
    font-size: 2.4rem;
    padding: 20px 24px;
  }

  .btn2 {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 1);
  }


  .btn3 .arrow {
    right: 20px;
    border-top-width: 8px;
    border-left-width: 6px;
    border-right-width: 6px;
  }

  .entry-btn_erea {
    flex-direction: column;
    gap: 16px;
    width: 90%;
  }
}

@media screen and (max-width: 350px){
  .arrow,
  .arrow2,
  .arrow3,
  .arrow4{
    display: none;
  }

}

/* ========= TOP追従バナー ========= */

.follow-banner {
  position: fixed;
  bottom: 80px;
  right: 40px; 
  z-index: 1000;
  display: block;
}

.follow-banner img {
  width: 150px; 
  height: auto;
}

@media (max-width: 768px) {
  .follow-banner {
    display: none;
  }
}

/*----------------------------------------
 header ヘッダー
----------------------------------------*/

.site-header {
  position: relative;
  z-index: 10; 
  width: 100%;
  height: 110px;
  background: rgba(255, 255, 255, 0.8); 
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93%;
  margin: 0 auto;
  gap: 20px;
}

.logo {
  max-width: 180px;
  width: clamp(80px, 15vw, 200px); 
}

.logo img {
  width: 100%; 
  height: auto;
  display: block;
}

.nav_and_btn{
  display: flex;
  align-items: center;
  gap: 2vw;
}

.global-nav {
  display: flex;
  gap: 1.5vw;
  flex: 1; 
  justify-content: flex-end;
  flex-wrap: wrap;
}

.nav-link {
  text-decoration: none;
  color: #000;
  font-size: clamp(1.4rem, 0.8rem + 0.5vw, 1.6rem);
  line-height: 2rem;
  font-weight: bold;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.nav-link:hover{
  opacity: 0.5;
}

.header-buttons{
  display: flex;
  gap: 0.5vw;
}

@media screen and (max-width: 768px) {
  .header-buttons{
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
  }
  
}


@media screen and (max-width: 480px) {}

/*----------------------------------------
	SP メニュー　
----------------------------------------*/

.SP_header{
  display: none;
}

.SP_menu{
  display: none;
}

@media screen and (max-width: 900px) {

  .site-header{
    display: none;
  }

  .SP_header {
    display: inline;
    width: 100%;
    background: #fff;
    box-sizing: border-box;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  
  .SP_header-inner {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
  }
  
  .SP_logo img {
    height: clamp(50px, 12vw, 70px); 
    width: auto; 
  }

  .SP_hamburger {
    width: clamp(50px, 12vw, 70px);
    height: clamp(50px, 12vw, 70px);
    border-radius: 50%;
    border: 2px solid #000;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(4px, 1vw, 6px); 
    cursor: pointer;
    padding: 0;
  }

  .SP_hamburger span {
    display: block;
    width: clamp(20px, 5vw, 24px);
    height: 2px;
    background-color: #000;
    border-radius: 1px;
  }

  .SP_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: right 0.4s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
  }

  .SP_menu.active {
    right: 0;
  }

  .SP_menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
  }

  .SP_menu-close {
    width: clamp(50px, 12vw, 70px);
    height: clamp(50px, 12vw, 70px);
    border-radius: 50%;
    border: 2px solid #000;
    background: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #000;
  }


  .SP_menu-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    margin: 30px 0;
  }

  .SP_menu-btnbox{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    margin: 0 auto;
  }


  .SP_nav-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    border-top: 2px solid #000;
    list-style: none;
    padding: 0;
    margin-top: 10px;
  }

  .SP_nav-grid li {
    border: none;
    border-bottom: 2px solid #000; 
  }

  .SP_nav-grid li:nth-child(2n) {
    border-left: 2px solid #000;
  }

  .SP_nav-grid a {
    display: block;
    text-align: center;
    padding: 20px;
    color: #000;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    white-space: nowrap;
  }


  .SP_btn-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: clamp(10px, 5vw, 25px);
    border-radius: 40px;
    font-size: clamp(1rem, 5vw, 2.6rem);
    font-weight: bold;
    margin: 0 clamp(30px, 21vw, 100px);
  }

  .SP_sns-links {
    display: flex;
    justify-content: center;
    gap: 40px;
  }

  .SP_sns-links img {
    width: 30px;
    height: 30px;
  }

}



/*----------------------------------------
 main visual　メインビジュアル
----------------------------------------*/


.top-textimg {
  width: min(90vw, 600px);  
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* ワクワクの文字の動き */

.waku-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(4px, 2vw, 12px);
  position: relative;
}

.waku-char {
  opacity: 0;
  animation: pop 0.6s ease-out forwards;
  position: relative;
  transform: scale(0.8);
}

/* アニメーションディレイ */
.waku-char:nth-child(1) { animation-delay: 0s; }
.waku-char:nth-child(2) { animation-delay: 0.15s; }
.waku-char:nth-child(3) { animation-delay: 0.3s; }
.waku-char:nth-child(4) { animation-delay: 0.45s; }
.waku-char:nth-child(5) { animation-delay: 0.6s; }

.waku-char {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
}

/* サイズだけ個別に */
.waku-char[data-size="1.0"] { 
  width: clamp(20px, 8vw, 40px);
  height: auto;
 }
.waku-char[data-size="1.2"] {
  width: clamp(50px, 10vw, 110px);
  height: auto;
}
.waku-char[data-size="1.4"] { 
  width: clamp(60px, 12vw, 130px);
  height: auto;
}

.waku-ku {
  margin:50px 5px 0 0;
}

.waku-wo {
  margin-top:50px;
}

/* アニメーション */
@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(10px);
  }
  60% {
    opacity: 1;
    transform: scale(1.2) translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/* ワクワクの文字の動きfin */

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


.main-visual {
  position: relative;
  width: 100%;
  /* aspect-ratio: 1920 / 680; */
  background: url('img/fv_pc.jpg') center center / cover no-repeat;
  z-index: 1;
  transform-origin: top left;
  padding: 340px 0;
}

.top-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;

  /* left: calc(300 / 1920 * 100%); */
  left: clamp(47px, -366.333px + 34.444vw, 295px);
  top: calc((60 / 680) * 100%); 
  /* width: calc(600 / 1920 * 100%);  */

  transform-origin: top left;
}

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

.top-clause {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap; 
  list-style: none;
  margin-top: clamp(16px, 4vw, 30px);
  padding: 0;
  max-width: 600px; 
}

.clause-group{
  display: flex;
  flex-direction: row;
  gap: 1vw;
}

.clause-text {
  background: #fff;
  color: #000;
  padding: clamp(0.4rem, 0.5vw, 1.5rem)
           clamp(0.8rem, 1vw, 2rem);
  border-radius: 8px;
  font-size: clamp(1rem, calc((32 / 1920) * 100vw), 2.4rem);
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;

  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .main-visual {
    padding: 300px 0 275px;
  }
  .top-content {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 1000px) {
  .main-visual {
    padding: 300px 0 160px;
  }
  .top-content {
    transform: scale(0.8);
  }
}


@media screen and (max-width: 900px) {
  .main-visual {
    aspect-ratio: 760 / 1096;
    background: url('img/fv_sp.jpg') center bottom / cover no-repeat;
    position: relative;
  }

  .top-content {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90vw;
  }
  
  /* テキスト */
  .clause-text {
    background: #fff;
    color: #000;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 100%;
  }

  .waku-char[data-size="1.0"] { 
    width: clamp(20px, 8vw, 50px);
    height: auto;
  }
  .waku-char[data-size="1.2"] {
    width: clamp(80px, 14vw, 140px);
    height: auto;
  }
  .waku-char[data-size="1.4"] { 
    width: clamp(80px, 14vw, 160px);
    height: auto;
  }

  .waku-ku {
    margin:40px 5px 0 0;
  }

  .waku-wo {
    margin-top:50px;
  }
}

@media screen and (max-width: 480px) {
  .main-visual {
    margin-top: 50px;
  }

  .top-content {
    top: 30px;
  }

  .top-textimg{
    gap: 0;
  }

  .waku-wrap{
    gap: 5px;
  }

  .waku-char[data-size="1.0"] { 
    width: clamp(20px, 8vw, 50px);
  }
  .waku-char[data-size="1.2"] {
    width: clamp(60px, 14vw, 140px);
  }
  .waku-char[data-size="1.4"] { 
    width: clamp(60px, 14vw, 160px);
  }

}

@media screen and (max-width: 370px) {

  .top-textimg {
    top: 30px;
  }

}

@media screen and (max-width: 320px) {

  .top-textimg {
    top: 30px;
  }
  .waku-char[data-size="1.0"] { 
    width: 25px;
  }
  .waku-char[data-size="1.2"] {
    width: 60px;
  }
  .waku-char[data-size="1.4"] { 
    width: 60px;
  }

}



/*----------------------------------------
　entry button　エントリーボタン
----------------------------------------*/

.main_under{
  background-color: #f5f5f5; 
  padding: clamp(2rem, 5vw, 4rem) 0; 
}

.under_btn {
  display: flex;
  justify-content: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px; 
}

@media screen and (max-width: 768px) {

  .main_under{
    padding:20px;
  }
}

@media screen and (max-width: 480px) {}

/*----------------------------------------
 about　ボブタツって？
----------------------------------------*/

.about {
  background-image: url('img/bg_dot.png'); 
  background-repeat: repeat; 
  background-size: auto;
  background-position: top left; 
  padding: clamp(40px, 5vw, 80px) 0;
  border-bottom: 3px solid #000;
}

.about_box {
  display: flex;
  align-items: flex-start;         
  justify-content: center;
  width: 90%;                 
  max-width: 1300px;
  margin: clamp(20px, 5vw, 60px) auto; 
  gap: clamp(20px, 4vw, 80px);
}


.about_imgbox {
  position: relative;
  flex: 1;                
  max-width: 540px;   
  width: 100%;     
}

.about_img {
  display: block;
  max-width: 540px;
  width: 100%;
  height: auto;
  border: 2px solid #000;
}
.about_ttl_txt {
  position: absolute;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-size: clamp(21px, 2vw, 37px);
  top: clamp(22px, 2.435px + 1.957vw, 40px);
  left: clamp(32px, -9.304px + 4.13vw, 70px);
  }

.about_ttl {
  position: absolute;
  top: calc(-60 / 400 * 100%);
  left: calc(-50 / 540 * 100%);
  z-index: 2;
  margin: 0;
}

.about_ttl_img {
  display: block;
  max-width: 380px;
  max-height: 125px; 
  width: clamp(200px, 20vw, 380px); 
  height: auto; 
}


.about_textbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  line-height: 1.8;
}

.about_intro {
  font-weight: bold;
  color: #000;
  margin-bottom: 2rem;
  font-size: clamp(1.6rem, 1.5vw + 1rem, 2.6rem);
  line-height: clamp(1em, 1.5em, 2em);
}


.about_text {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.6rem);
  color: #333;
  line-height: clamp(1.6em, 2vw, 2.4em);
}

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

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {

  .about_box {
    flex-direction: column;
    width: 85%;
    gap:15px;
  }

  .about_intro {
    font-size: clamp(2rem, calc(1.2rem + 2vw), 2.4rem);
    gap: 10px;
  }

  .about_text {
    font-size:1.8rem;
  }

  .about_ttl {
    left: 40%; 
    transform: translateX(-50%) translateX(30px); 
  }

  .about_ttl_img {
    width: 300px; 
  }

  .about_ttl_txt{
    font-size: 27px;
    top: 35px;
    left:60px;
  }

  .btn3_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }

}


/*----------------------------------------
 features　ボブタツの魅力
----------------------------------------*/

.features{
  background-image: url('img/bg_w.jpg'); 
  background-repeat: no-repeat; 
  padding: clamp(40px, 5vw, 80px) 0;
  border-bottom: 3px solid #000;
}

.ttl_box {
  position: relative;
  width: 420px;
  margin: 0 auto clamp(20px, 2vw, 40px);
}

.ttl_img {
  width: 100%;
}
.ttl_txt {
  position: absolute;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-size: 37px;
  top: 52px;
  width: 100%;
  text-align: center;
  padding-left: 20px;
}

.feature-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(16px, 2vw, 40px);  
  width: 90%;
  max-width: 1300px;
  margin: 0 auto 50px auto;
  padding: 0;
  list-style: none;
}

.feature-item {
  flex: 1 1 calc(33.333% - clamp(16px, 2vw, 40px)); 
  max-width: 400px; 
  background: #fff;
  border: 3px solid #000;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.features_img {
  width: 100%;
  height: auto;
  display: block;
}

.feature_intro {
  font-weight: bold;
  font-size: clamp(1.6rem, 1vw + 1rem, 2.4rem);
  line-height: clamp(1.4em, 2vw, 1.8em);
  color: #000;
  margin: 16px 24px 8px;
}

.feature_text {
  font-weight: bold;
  font-size: clamp(1rem, 0.8vw + 0.5rem, 1.6rem);
  line-height: 1.8em;
  color: #333;
  margin: 0 24px 24px;
  max-width: 95%;
}



@media screen and (max-width: 768px) {

  .ttl_box {
    width: 300px;
  }
  
  .ttl_img {
    width: 100%;
  }
  .ttl_txt {
    font-size: 27px;
    top: 35px;
  }

  .ttl_txt_small {
    font-size: 25px;
  }

}

@media screen and (max-width: 480px) {

  .features {
    background-image: url('img/bg_w.jpg');
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: auto 100%;      
    background-attachment: scroll;  
    min-height: auto; 
  }

  .feature-list {
    flex-direction: column;
    align-items: center;
  }

  .feature_intro{
    font-size: 3.5rem;
  }

  .feature_text{
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.6em;
  }

}

/*----------------------------------------
 jobs　どんな仕事？
----------------------------------------*/

.jobs{
  background-image: url('img/bg_dot.png'); 
  background-repeat: repeat; 
  background-size: auto;
  background-position: top left; 
  padding: clamp(40px, 5vw, 80px) 0;
  border-bottom: 3px solid #000;
}

.job_lead_txt {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto 40px;
    text-align: center;
}

.job-list {
  list-style: none;
  margin: 100px auto 20px;
  max-width: 1300px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(40px, 6vw, 100px) clamp(40px, 5vw, 50px);
}

.job-item {
  position: relative;
  width: 100%;
}

.job-photo {
  width: 93%;
  height: auto;
  display: block;
  border: 3px solid #000;
  border-radius: 4px;
}

.job-label {
  position: absolute;
  top: -70px;
  left: -40px;
  width: 45%;        
  height: auto;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {

  .job-list{
    max-width:700px;
    padding: 10px;
    grid-template-columns: repeat(2, 1fr); /* 2列固定 */
    grid-template-rows: repeat(3, auto);   /* 3行（高さは自動） */
    gap: clamp(100px, 6vw, 100px) clamp(40px, 5vw, 50px);
    margin: 80px 30px;
  }


  .job-photo{
    width: 100%;
  }

  .job-label {
    top: -7.8vw;   
    left: 10.4vw; 
    width: 50%; 
  }

}

@media screen and (max-width: 480px) {

  .job_lead_txt{
    font-size: 1.8rem;
    line-height: 150%;
    text-align: left;
    padding:0 10px;
  }

  .job-label {
    top: -12.8vw;  
    left: 3.4vw;  
    width: 80%; 
  }

  .job-list{
    max-width:700px;
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto); 
    gap: clamp(20px, 20vw, 80px) clamp(10px, 5vw, 50px);
    margin: 60px 20px;
  }

}



/*----------------------------------------
 voice　参加スタッフの声
----------------------------------------*/


.voice {
  background-image: url(img/bg_y.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  padding: clamp(40px, 5vw, 80px) 0;
  border-bottom: 3px solid #000;
}

.voice-list {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
    gap: 20px 2%;
}

.voice-list li {
  width: 49%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #000;
  transform: skewX(-10deg);
  gap: 5%;
}

.voice_img {
  width: 150px;
  height: 150px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #000;
  flex-shrink: 0;
  transform: skewX(10deg);
}

.voice_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.voice_txt {
  width: calc(95% - 100px);
  transform: skewX(10deg);
  font-size: 1.6rem;
  line-height: 130%;
}
.voice_txt_ttl{
  font-weight: bold;
  font-size: 2rem;
}

.voice_txt_name{
  font-weight: bold;
  font-size: 1.6rem;
}


@media screen and (max-width: 768px) {
  .voice-list {
    flex-direction: column;
    align-items: center;
  }

  .voice-list li{
    width: 90%;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {

  .voice-list li {
    padding: 10px 20px;
    width: 100%;     
    background-color: #fff;
    border: 2px solid #000;
    transform: skewX(-10deg);
    gap: 10px;
  }

  .voice-list li:nth-child(odd) {
    margin-left: auto;
    margin-right: -40px; 
    padding-right: 40px;
  }

  .voice-list li:nth-child(even) {
    margin-right: auto;
    margin-left: -40px;  
    padding-left: 40px;
  }
  .voice_txt_name{
    font-weight: bold;
    font-size: 1.8rem;
  }

  .voice_img {
    width: 100px;
    height: 100px;
  }

}

/*----------------------------------------
 works　イベント実績
----------------------------------------*/

.works {
    background-image: url(img/bg_dot.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
    padding: clamp(40px, 5vw, 80px) 0;
  border-bottom: 3px solid #000;
}


.event-list {
  margin: 0 auto;
  padding: 0;
  gap: 4%;
  width: 90%;
  max-width: 1300px;
  display: flex;
  justify-content: center;
}

.event-card {
  width: 30%;
  background: #fff;
  border: 3px solid #000;
  border-radius: 10px;
}

.event-img{
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.event-img img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: crossfade 6s infinite;
}

.event-img img:nth-child(2){
  animation-delay: -3s; 
}

@keyframes crossfade{
  0%, 45%   { opacity: 1; }  
  55%, 100% { opacity: 0; }  
}


.event-info {
  height: 220px;
  padding: clamp(10px, 2vw, 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}


.event-label {
  margin-top: 10px;
  display: inline-block; 
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 15px 0 12px 10px;
  border-radius: 50px;
}

.event-label:hover{
  background: rgb(228, 0, 110)
}

.plus-icon {
  margin-left: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: #e6007e; 
  font-size: 16px;
  line-height: 1;
}

.event-title {
  font-weight: bold;
  font-size: 2rem;
}

.slider-arrow {
  display: none;
  position: absolute;
  font-size: 1.3em;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}
.slider-arrow.prev { left: 20px; }
.slider-arrow.next { right: 20px; }

.slider-dots {
  display: none;
  text-align: center;
}


.slider-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.slider-dots .dot.active {
  background: #e3006b;
}

@keyframes dot {
  0%, 20% { opacity: 1; }
  33%, 100% { opacity: 0.5; }
}


@media screen and (max-width: 768px) {
    
  .event-label {
    color: #fff;
    padding: 8px 20px 7px;
    border-radius: 50px;
    line-height: 1;
  }
  .event-title {
    font-weight: bold;
    font-size: 2.2rem;
    margin: 8px 0;
  }

  .event-detail{
    margin-top: 5px;
    font-size: 1.8rem;
    line-height: 150%;
  }
    
  .event-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  }
    
    .event-card{
    margin-top: 10px;
    width: 85%;
    }
    
    .event-info{
        height: auto;
    }
}

@media screen and (max-width: 600px) {

  .event-info{
    margin: 0;
  }


  .event-list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .event-card {
    width: 85%;
  }
  
  .event-img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
  }

  .event-info {
    height: auto;
    padding: 10px;
  }

  .event-detail {
    margin-top: 0;
    font-size: 1.6rem;
  }
  
  .event-label {
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
}

/* @media screen and (max-width: 480px) {

  .slider-arrow {
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }

  .slider-arrow.prev { left: 10px; }
  .slider-arrow.next { right: 10px; }

} */

/*----------------------------------------
 イベント実績　ポップアップ中身css
----------------------------------------*/

/* ========== ポップアップ全体 ========== */
.popup {
  display: none; /* 初期は非表示 */
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding:0 2rem 2rem 2rem;
  border-radius: 8px;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  position: relative;
}

.popup-close {
  position: sticky;
  top: 15px;           /* 貼り付く基準 */
  margin-left: auto;
  margin-top: -20px;
  display: block;
  background: #fff;
  font-size: 2.4rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  border: 2px solid #000;
  line-height: 1;
}


/* ========== 見出し・説明文 ========== */

.popupbox_ttl{
 font-size: 2.2rem;
 font-weight: bold;
 padding-bottom: 10px;
 border-bottom: 2px solid #e4006e;
}

.popup-desc {
  background: #f5f5f5;
  font-size: 1.6rem;
  padding: 2rem;
  border-radius: 6px;
  margin: 15px 0;
  line-height: 1.6;
  color: #000;
}

/* ========== 画像エリア ========== */
.popup-imgbox {
  display: flex;
  gap: 2%;
  margin-bottom: 2rem;
}
.popup-imgbox img {
  width: 49%;
  object-fit: cover;
  border-radius: 8px;
  background: #eee;
  border: 1px solid #ddd;
}

/* ========== イベント情報 ========== */

.popup-info {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 2rem;
}

.info-item {
  display: flex;
  width: 49%;
  flex-direction: row;
  gap: 2%;
  margin-bottom: 10px;
}

.info-label {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 3px;
}

.info-text {
  font-size: 1.4rem;
  color: #000;
}

/* ========== 開催会場リスト ========== */

.popup-subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid #e4006e;
}

.popup-venue {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-venue li {
  padding: 10px 0;
  border-bottom: 1px dotted #aaa;
  font-size: 1.6rem;
  color: #333;
}

/* ========== レスポンシブ対応 ========== */

@media (max-width: 800px) {
  .popup-close {
    top: 7px; 
    font-size: 3rem; 
  }
}

@media (max-width: 600px) {

  .popup-info {
    flex-direction: column;
  }
  .info-item{
    width: 100%;
  }

  .popup-imgbox {
    flex-direction: column;
  }

  .popup-imgbox {
    gap: 10px;
  }

  .popup-imgbox img{
    width: 100%;
  }

  .popup-info{
    margin-bottom: 0;
  }

  .info-item{
    width: 100%;
  }

  .info-label{
    font-size: 1.8rem;
    padding: 5px 10px 3px;
  }

  .info-text{
    font-size: 1.8rem;
    line-height: 200%;
  }

  .popup-subtitle{
    font-size: 2.2rem;
  }

  .popup-venue{
    margin-top: 5px;
  }

}

/*----------------------------------------
 Recruit　募集要項
----------------------------------------*/

.Recruit {
  background-color: #79828f;
  background-image: url(img/requirwments_bg.png),url(img/bg_grid.png);
  background-repeat: no-repeat,repeat;
  background-position: center 40px, center;
  background-size: 100vw, 52px;
  padding: 180px 0 80px;
}


.Recruit .ttl_txt {
    color: #fff;
    top: 24px;
    padding-left: 0;
}
.recruit-content {
  margin: -90px auto 0;
  padding: 0;
  width: 90%;
  max-width: 1100px;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #000;
  padding: 50px;
}
.recruit_item:last-of-type {
    border-bottom: none;
}

.recruit_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-bottom: 2px solid #000;
}
.recruit_item_ttl{
  font-size: 20px;
  font-weight: bold;
  width: 30%;
}
.recruit_item_cont {
  width: 67%;
}

@media screen and (max-width: 768px) {

  .Recruit {
    background-position: center 15px, center;
    padding: 80px 0 40px;
  }

  .recruit_item_ttl{
    font-size: 18px;
  }

  .entry-btn_erea{
    margin-top: 30px;
    width: 80%;
  }
  
}

@media screen and (max-width: 480px) {

  .Recruit {
    padding: 60px 0 40px;
  }

  .recruit-content{
    margin: -60px auto 0;
    padding: 40px 20px 20px;
  }

  .recruit_item{
    flex-direction: column;
    margin-top: 10px;
    padding: 10px;
  }

  .recruit_item_ttl{
    width: 100%;
  }

  .recruit_item_cont{
    margin: 10px 0;
    width: 100%;
    font-size: 1.8rem;
    line-height: 160%;
  }
}

/*----------------------------------------
 flow　応募の流れ
----------------------------------------*/

.flow {
    background-image: url(img/bg_w.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: clamp(40px, 5vw, 80px) 0;
    border-bottom: 3px solid #000;
}




.tabs {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.tab_label {
  font-size: 27px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: solid 3px #000;
  border-bottom: none;
  cursor: pointer;
  flex: 1;
  padding: 28px 0;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  position: relative;
  flex: 100%;
  display: none;
  background-color: #fff;
  padding: 80px 100px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: -1px;
  min-height: 700px;
    border: 3px solid #000;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #a96faa;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

.flow-list li {
  background-color: #f4f4f4;
    padding: 25px 35px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.flow-list li::after {
  content: "";
  position: absolute;
  display: block;
  height: 17px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #a86faa;
    bottom: -44px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow-list li:last-of-type:after {
  content: none;
}

.step-label-inner {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding: 4px 22px 6px;
  border-radius: 50px;
  text-align: center;
}

.step-label-inner span {
  font-size: 25px;
  display: inline-block;
  padding-left: 3px;
}

.step-txt {
  width: calc(95% - 105px);
  font-size: 25px;
  line-height: 150%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {

  .tab_label{
    font-size: 20px;
  }

  .tab_content{
    padding: 50px 20px;
  }

  .step-txt{
    font-size: 20px;
  }

  .step-label-inner{
    font-size: 16px;
  }

  .step-label-inner span{
    font-size: 20px;
  }
  

}

@media screen and (max-width: 480px) {

  .tab_label{
    font-size: 1.8rem;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
  }


  .step-label-inner {
    padding:4px 10px 6px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }

  .step-label-inner span {
    font-size: 1.6rem;
  }

  .flow-list li {
    padding: 10px;
    margin-bottom: 20px;
  }
  
  .tab_content{
    padding: 20px;
    min-height: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .step-txt {
    font-size: 1.8rem;
    width: 100%;
  }

  .flow-list li{
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
  }

  .tab_content{
    border: 2px solid #000;
  }

}

/*----------------------------------------
 faq　よくあるご質問
----------------------------------------*/

.faq {
  background-image: url(img/bg_dot.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  padding: clamp(40px, 5vw, 80px) 0;
  border-bottom: 3px solid #000;
}

.fag_box{
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq_item {
  width: 70vw;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 2rem;
  overflow: hidden;
  font-size: 2rem;
}


.faq_toggle {
  display: none;
}

.faq_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem;
  font-weight: bold;
}

.q-icon {
  background: #000;
  color: #fff;
  font-size: 2.5rem;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.6rem 2rem;
  flex-shrink: 0;
}


.icon {
  font-size: 4rem;
  font-weight: lighter;
  transition: transform 0.5s ease;
  margin: 1rem 2rem;
}


.faq_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  border-top: 1px solid #000;
}

.faq_toggle:checked ~ .faq_content {
  max-height: 500px; 
}

.faq_toggle:checked + .faq_header .icon {
  transform: rotate(45deg);
}

.answer {
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding: 1rem;
  line-height: 1.8;
}

.answer_text{
  font-size: 1.8rem;
}

.a-icon {
  border: 2px solid #000;
  background: #fff;
  color: #000;
  font-size: 2.5rem;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.6rem 2rem;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {

  .faq_item {
    width: 90vw;
  }

  .fag_box{
    margin-top: 30px;
  }

}

@media screen and (max-width: 480px) {
  .q-icon{
    width: 40px;
    height: 40px;
  }

  .a-icon{
    width: 40px;
    height: 40px;
  }

}

/*----------------------------------------
 site-footer サイトフッター
----------------------------------------*/

.footer-inner{
  width: 70vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 50px auto;
}

.footer-left{
  display: flex;
  flex-direction: column;
  max-width: 250px;
}

.footer-logo{
  width: 100%;
  height: auto;
}

.footer-contact{
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
}

.contact-icon img {
  width: 20px;
  margin-top: 9px;
}

.footer-buttons{
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.footer-menu {
  margin: 20px 0;
  display: flex;
  gap: 1.5vw;
  flex: 1;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer-social{
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
}

.social_icon{
  width: 30px;
}

.footer-bottom{
  border-top: 3px solid #000; 
}

.footer-bottom_box{
  width: 70vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin:10px auto;
}

.footer-links{
  display: flex;
  gap: 50px;
}

.footer-links a{
  font-size: 1.5rem;
  color: #000;
}

.footer-copy{
  font-size: 1.5rem;
}

.SP_footer{
  display: none;
}
@media screen and (max-width: 768px) {

  .footer-inner{
    width: 90vw;
  }

  .footer-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }


  .footer-contact{
    margin-top: 15px;
    font-size: 1.8rem;
    padding: 10px 30px;
  }

  .footer-buttons{
    flex-direction: column;
    gap: 10px;
  }

  .footer-left {
    align-items: center;
  }

  .footer-logo{
    width: 90%;
    height: auto;
  }

  .footer-menu {
    display: flex;
    gap: 1.5vw;
    flex: 1;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .footer-bottom_box{
    width: 90vw;
  }
  
}

@media screen and (max-width: 480px) {

  .site-footer{
    display: none;
  }

  .SP_footer{
    display: block;
  }
  .SP_footer-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    margin: 30px 0 15px;
  }

  .SP_footer-btnbox{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    margin: 0 auto;
  }

  .SP_footer_logo{
   display: flex;
   justify-content: center; 
   align-items: center;
  }
  .SP_footer_logo img{
    width: 50%;
  }
  .footer-bottom_box {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom {
    border-top: 1px solid #000;
  }

  .footer-links a{
    font-size: 1.8rem;
  }

  .footer-copy{
    margin-top: 5px;
    font-size: 1.8rem;
  }

  .contact-icon img {
    margin-top: 0px;
  }

}