@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  padding-top: 0px;
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.pagehead-bg::before{
  content: "";
  background: linear-gradient(
  90deg,
  rgba(0,153,255,0.5) 0%,
  rgba(0,153,255,0.2) 20%,
  rgba(0,153,255,0.0) 50%,
  rgba(0,153,255,0.2) 80%,
  rgba(0,153,255,0.5) 100%
);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 200px;
  }
}

/******************************
  ページhead
******************************/
.pagehead-ttl .ttl{
color: #fff;
position: absolute;
top: 50%;
left: 10%;
transform: translateY(-50%) translateX(0%);
}
.pagehead-ttl h2 {
  font-size: 26px;
}


.pagehead-ttl .ttlen{
color: #fff;
position: absolute;
bottom: 5px;
right: 20px;
transform: translateY(-50%) translateX(0%);
}
.pagehead-ttl p {
  font-size: 18px;
}

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

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

@media screen and (max-width: 767px) {
  .pagehead-ttl h2 {
    font-size: 20px;
  }
  .pagehead-ttl p {
    font-size: 14px;
  }
}

/*****************************
  top 汎用SECTION
*****************************/
.top_sec{
  margin: 0;
  padding: 60px 0 60px;
}
.top_sec_shot{
  margin: 0;
  padding: 30px 0 30px;
}
.top_sec_long{
  margin: 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .top_sec,.top_sec_shot,.top_sec_long {
    margin: 0px 0;
    padding: 30px 0 40px;
  }
}

/*****************************
  下層 汎用SECTION
*****************************/
.pagesec{
  margin: 0;
  padding: 60px 0 60px;
}
.pagesec_shot{
  margin: 0;
  padding: 30px 0 30px;
}
.pagesec_long{
  margin: 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .pagesec,.pagesec_shot,.pagesec_long {
    margin: 0;
    padding: 60px 0 60px;
  }
}


/*****************************
  bg
*****************************/
.cream_bg{
  background: #FFFFF2;
}
.svg_area_cream {
    font-size: 0;
    margin-top: -30px;
    width: 100%;
    max-width: 100%;
    position: relative;
    background: #FFFFF2;
}
.svg_area_white {
    font-size: 0;
    margin-top: -30px;
    width: 100%;
    max-width: 100%;
    position: relative;
    background: #ffffff;
}

@media screen and (max-width: 767px) {
.svg_area_cream {
    display: none;
}
.svg_area_white {
    display: none;
}
}



.fotter_bg{
background-image: url(../images/common/footer_bg.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: top;
height: 100%;
}
@media screen and (max-width: 820px) {
.fotter_bg{
background-image: url(../images/common/footer_bg820.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: top;
height: 100%;
}
}


/*****************************
  bg
*****************************/
.title-type01{
    margin-top: 30px;
    margin-bottom: 50px;
}

.top_center{
  text-align: center;
}
@media screen and (max-width: 1024px) {
.top_center{
  text-align: left;
}
}



.title-type01 .ttl-main{
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #0079C9;
}
.title-type01 .ttl-main span{
  color: #B6003D;
  letter-spacing: 2px;
}
.title-type01 .ttl-sub{
font-size: 30px;
line-height: 1;
letter-spacing: 2px;
font-weight: 500;
}
@media screen and (max-width: 1024px) {
.title-type01 .ttl-main{
  font-size: 35px;
}
.title-type01 .ttl-sub{
font-size: 22px;
}
}
@media screen and (max-width: 767px) {
.title-type01 .ttl-main{
font-size: 25px;
line-height: 1.4;
margin-bottom: 0px;
}
.title-type01 .ttl-sub{
font-size: 16px;
line-height: 1.2;
}
}



.title-type02{
    margin-bottom: 30px;
}

.title-type02 .ttl-main {
    border-bottom: 2px solid #555;
    position: relative;
    font-size: 36px;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.title-type02 .ttl-main {
    font-size: 25px;
}
}

.title-type02 .ttl-main::after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 10%;
    border-bottom: 2px solid #0099FF;
}


/*****************************
  スクロールトップ（画像版）＋バナー縦並び
*****************************/
:root{
  --scrolltop-size: 250px;
  --scrolltop-bg: transparent;
}
@media screen and (max-width: 1400px) {
:root{
  --scrolltop-size: 180px;
  --scrolltop-bg: transparent;
}
}
@media screen and (max-width: 767px) {
:root{
  --scrolltop-size: 100px;
  --scrolltop-bg: transparent;
}
}




html { scroll-behavior: smooth; }

/* =============================
   フローティング（全体を固定）
============================= */
.floating-banners{
  position: fixed;
  right: 5px;
  bottom: 200px;
  display: flex;
  flex-direction: column; /* 縦並び */
  gap: 12px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
.floating-banners{
  right: 5px;
  bottom: 20px;
}
}

/* =============================
   スクロールTOP（子要素は固定しない）
============================= */
.scroll-top {
    position: fixed; /* ← これに変更 */
    right: 20px;     /* 位置指定追加 */
    bottom: 400px;
    width: var(--scrolltop-size);
    height: var(--scrolltop-size);
    display: grid;
    place-items: center;
    cursor: pointer;
    border: none;
    background: var(--scrolltop-bg);
    opacity: 0;
    transform: scale(.8);
    transition: opacity .2s ease, transform .2s ease, filter .2s ease;
    pointer-events: none;
}

/* 表示 */
.scroll-top.is-show {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.scroll-top:hover{ filter: brightness(1.08); }

.scroll-top:focus-visible{
  outline: 3px solid #72c6ff;
  outline-offset: 3px;
}

/* 画像（scrollTop） */
.scroll-top img{
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
}

/* =============================
   バナー
============================= */
.floating-banner{
  display: block;
  width: var(--scrolltop-size);
  height: auto;
}

.floating-banner img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform .2s ease, filter .2s ease;
  border: 1px solid #ebebeb;
}

.floating-banner:hover img{
  transform: scale(1.04);
  filter: brightness(1.05);
}

/* SP：バナーは消す（scrollTopは残す） */
@media (max-width: 1400px){
  .floating-banner{ display: none; }
}

/* 省エネ */
@media (prefers-reduced-motion: reduce){
  .scroll-top{ transition: none; }
  .floating-banner img{ transition: none; }
  html{ scroll-behavior: auto; }
}



/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 0px;
  margin-bottom: 60px;
}
.pagebox{
  width: 100%;
  margin: 10px auto 10px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
border-left: 5px solid #333;
color: #333;
font-size: 18px;
font-weight: bold;
margin: 30px 0 10px;
padding: 5px 15px;
}
.page-privacy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy p,
.page-privacy .pplist .content{
  line-height: 1.8;
}
.page-privacy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy .pplist .content li{
  list-style: "・";
}
@media only screen and (max-width: 767px) {
  .page-privacy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
margin-bottom: 60px;
}
.sitemaplist {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 50px;
}
.sitemaplist li {
width: 47%;
list-style: none;
margin: 10px;
}
@media screen and (max-width: 767px) {
.sitemaplist li {
width: 100%;
list-style: none;
}
}
.sitemaplist li a{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #0095f8;
color: #0095f8;
opacity: 1;
}
.sitemaplist li a:hover{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
background: #0095f8;
color: #fff;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #0095f8;
}
.sitemaplist li a:hover::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff;
}
.sitemap-current a{
color: #fff !important;
border: 1px solid;
background: #0095f8;
}
.sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
}


/*****************************
  フォーム コンタクトフォーム
*****************************/
.firsttxt{
  max-width: 800px;
  margin: 10px auto 30px;
}
.ppbox{
  max-width: 800px;
  margin: 10px auto 10px;
}
.formbox{
  max-width: 800px;
  margin: 0 auto;
}
.formbox .fomin{
  background: #F5F5F5;
  border-top: 1px solid #003da5;
  border-bottom: 1px solid #003da5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl span{
  background: #B22D35;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomttl span.any{
  background: #004AAB;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomcontent{
  background: #fff;
  padding: 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  display: block;
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

/* .formbox input,
.formbox textarea,
.formbox select,
.input-submit input{
} */
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-bottom: -1rem;
  text-align: right;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .ttlbox1{
  margin-bottom: 2rem;
}
.pagesec-contact .firsttxt{
  margin: 0 auto ;
  max-width: 800px;
  padding: 1rem;
}
.pagesec-contact .firsttxt p{
  color: #282828;
  font-size: 1.8rem;
  font-weight: bold;
}
.pagesec-contact .txtbox{
  margin: 2rem auto ;
  max-width: 800px;
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .attention{
  color: #A42020;
  font-weight: bold;
  margin-top: -1rem;
}
.pagesec-contact .txtbox .telbox{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbox a{
  color: #003da5;
  font-size: 2.4rem;
  font-weight: bold;
}
.pagesec-contact .txtbox .telbox a i{
  margin-right: .3rem;
}
.pagesec-contact .txtbox .telbox p{
  font-weight: bold;
  margin: 0;
}

.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 800px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
  background: #003da5;
  border: 1px solid #003da5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 0%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 2rem ;
  position: relative;
  transition: .3s;
}
.fomb:hover input{
  background-color: #fff;
  color: #333;
}
.fomb input:disabled{
  background: #b5b5b5 !important;
  color: #ebebeb;
  border: 1px solid #b5b5b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-contact .formlinks li{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-contact .formlinks li a{
    border: 1px solid #0F2453;
    border-bottom: 0;
  }
  .pagesec-contact .formlinks li:last-of-type{
    border-bottom: 1px solid #0F2453;
  }
}



/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-01s {animation-delay: calc(var(--animate-delay) * 0.1);}
.animate__delay-02s {animation-delay: calc(var(--animate-delay) * 0.2);}
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-04s {animation-delay: calc(var(--animate-delay) * 0.4);}
.animate__delay-05s {animation-delay: calc(var(--animate-delay) * 0.5);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-07s {animation-delay: calc(var(--animate-delay) * 0.7);}
.animate__delay-08s {animation-delay: calc(var(--animate-delay) * 0.8);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-10s {animation-delay: calc(var(--animate-delay) * 1.0);}
.animate__delay-11s {animation-delay: calc(var(--animate-delay) * 1.1);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-13s {animation-delay: calc(var(--animate-delay) * 1.3);}
.animate__delay-14s {animation-delay: calc(var(--animate-delay) * 1.4);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-16s {animation-delay: calc(var(--animate-delay) * 1.6);}
.animate__delay-17s {animation-delay: calc(var(--animate-delay) * 1.7);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-19s {animation-delay: calc(var(--animate-delay) * 1.9);}
.animate__delay-20s {animation-delay: calc(var(--animate-delay) * 2);}

.top_flex_3col{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.top_flex_3col li{
  width: calc(80% / 2);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
.top_flex_3col li{
  width: calc(100% / 2);
  padding: 10px;
}
}
@media screen and (max-width: 600px) {
.top_flex_3col li{
  width: calc(100% / 1);
  padding: 15px 0;
}
}
/*****************************
2col
*****************************/
.top_flex_2col{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.top_flex_2col li{
  width: calc(100% / 2);
  padding: 20px;
}
@media screen and (max-width: 820px) {
.top_flex_2col li{
  width: calc(100% / 2);
  padding: 10px;
}
}
@media screen and (max-width: 767px) {
  .top_flex_2col{
   width: min(500px, 100%);
    margin: 0 auto;
}
.top_flex_2col li{
  width: calc(100% / 1);
  padding: 15px 0;
}
}

.top_flex_2col li .img_area a{
  position: relative;
  z-index: 0;
  display: block;
}
.top_flex_2col li .img_area a::before {
    content: "";
    background: rgb(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}


.top_flex_2col li .img_area img{
  border-radius: 15px;
}

.top_flex_2col li .img_area .text_area{
  position: absolute;
  display: flex;
  width: 100%;
  text-align: left;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  z-index: 1;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 0;
}

.top_flex_2col li .img_area .text_area h3{
  font-size: 36px;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}
.top_flex_2col li .img_area .text_area p{
  font-size: 16px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
.top_flex_2col li .img_area .text_area h3{
  font-size: 30px;
}
.top_flex_2col li .img_area .text_area p{
  font-size: 13px;
}
}

.top_imgbtn a{
font-size: 16px;
color: #181818;
background: #fff;
border-radius: 6px;
padding: 10px 40px;
line-height: 1;
box-shadow: 2px 2px 1px #0099FF;
display: inline-block;
position: relative;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}



/*****************************
よくある質問
*****************************/
.qa_box{
  margin: 50px 0;
}

.qa dl {
  cursor: pointer;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #F7F7F7;
  margin-bottom: 10px;
}
.qa dl.open {
  border-radius: 5px;
  background: #EDBFD9;
}
.qa dt {
  margin: 0;
  position: relative;
}
.qa dl dt::before,
.qa dl dt::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  width: 23px;
  height: 2px;
  background: #edbfd9;
}
.qa dl.open dt::before,
.qa dl.open dt::after{
  background: #fff;
}
.qa dl dt::after{
  transform:rotate(90deg);
  -moz-transition: -moz-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
}
.qa .open dt::after{
  transform:rotate(360deg);
}
.qa dt p {
  font-size: 18px;
width: calc(100% - 60px);
display: inline-block;
padding-left: 10px;
  line-height: 1.6;
  color: #504538;
  letter-spacing: 1px;
}

.qa .open dt p {
  font-size: 18px;
width: calc(100% - 60px);
  display: inline-block;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.qa .open dt p {
  font-size: 14px;
}
}


.qa dt span,
.qa dd span{
  color: #DEA5C5;
  font-size: 30px;
  line-height: 0.8;
}
.qa .open dt span,
.qa .open dd span{
  color: #ffffff;
  font-size: 30px;
  line-height: 0.8;
  left: 0;
}
@media screen and (max-width: 767px) {
  .qa dt span,
  .qa dd span{
    vertical-align: top;
  }
}

.qa dd span{
  position: absolute;
}
.qa dd {
  height: auto;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}
.qa dd .answer_area {
  width: calc(100% - 35px);
  margin-left: 35px;
  margin-right: 0px;
  padding: 10px 15px;
  background: #fbfbfb;
  min-height: 100px;
  border-radius: 5px;
}
.qa dd p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.qa dd p:first-child{
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .qa dd{
    padding: 0 0 2rem ;
  }
  .qa dt p,
  .qa dd p{
font-size: 14px;
  }
  .qa dl dt::before,
  .qa dl dt::after{
    top: 1.5rem;
    right: 0;
}
}


.top_flex_main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
}
.top_flex_main .img_area{
  width: 40%;
  padding: 20px;
}
.top_flex_main .text_area{
  width: 60%;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
.top_flex_main .img_area{
  width: min(500px, 100%);
  margin: 0 auto;
  padding: 10px;
}
.top_flex_main .text_area{
  width: 100%;
  padding: 10px;
}
.top_flex_main .text_area .text_area_item{
  margin-bottom: 50px;
}
}




.top_flex_main .img_area img{
  width: 100%;
}
@media screen and (max-width: 1024px) {
.top_flex_main .img_area img{
  width: min(300px, 100%);
   margin: 0 auto 50px;
}
}



.top_flex_main .text_area h3{
font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.top_flex_main .text_area p{
  font-size: 16px;
  margin-bottom: 10px;
}

.btn_flex_3col{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.btn_flex_3col .about_btn{
  width: calc(100% / 3);
  padding: 15px 10px;
}
@media screen and (max-width: 820px) {
.btn_flex_3col .about_btn{
  width: calc(100% / 2);
  padding: 15px 10px;
}
}
@media screen and (max-width: 600px) {
.btn_flex_3col .about_btn{
  width: calc(100% / 1);
  padding: 10px 0px;
}
}

.btn_flex_3col .about_btn a{
    font-size: 16px;
    color: #ffffff;
    background: #0099FF;
    border-radius: 6px;
    padding: 5px 40px;
    display: block;
    text-align: center;
    line-height: 1.4;
}

.page_main_area{
  margin-bottom: 50px;
}

.main_text{
  position: relative;
  margin-bottom: 50px;
}
.main_text p{
  margin-bottom: 10px;
}
.main_ttl{
    color: #181818;
    background: #FFF0E2;
    border-radius: 6px;
    padding: 7px 30px;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}
.main_ttl h3{
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
.main_ttl h3{
  font-size: 16px;
}
}


.about_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.about_flex .left_area{
  width: 300px;
  padding: 10px;
}

.about_flex .right_area{
  width: calc(100% - 300px);
    padding: 10px;
}
@media screen and (max-width: 1024px) {
.about_flex .left_area{
  width: 200px;
  padding: 10px;
}

.about_flex .right_area{
  width: calc(100% - 200px);
    padding: 10px;
}
}
@media screen and (max-width: 820px) {
.about_flex .left_area{
  width: 150px;
}

.about_flex .right_area{
  width: 100%;
  padding: 10px 0;
}
}

.movie_style{
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 100px;
}
.movie_style iframe{
    width: 100%;
  height: 100%;
}


.company_flex01{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.company_flex01 .left_area {
    width: 50%;
    padding: 10px;
}
.company_flex01 .right_area {
    width: 50%;
    padding: 10px;
}
@media screen and (max-width: 1024px) {
.company_flex01 .left_area {
    width: 40%;
    padding: 10px;
}
.company_flex01 .right_area {
    width: 60%;
    padding: 10px;
}
}
@media screen and (max-width: 820px) {
.company_flex01 .left_area {
   width: min(400px, 100%);
   margin: 0 auto;
}
.company_flex01 .right_area {
    width: 100%;
    padding: 10px;
}
}



.access_box {
    padding: 5px 0;
}
.tbl1 {
    margin: 0 auto;
    max-width: 100%;
}
.tbl_flexbox {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.tbl1 dl {
    border-bottom: 2px dotted #999;
    padding: 20px 0 5px;
    margin-bottom: 20px;
}
.tbl1 dt {
    font-weight: bold;
    padding: 0 1rem;
    width: 25%;
    text-align: center;
}
.tbl1 dd {
    width: 75%;
}
@media screen and (max-width: 767px) {
.tbl1 dl {
    margin-bottom: 0px;
}
.tbl1 dt {
  padding: 0;
    width: 100%;
    display: block;
    text-align: left;
}
.tbl1 dd {
    width: 100%;
}
}


.page_gmap {
height: 0;
overflow: hidden;
padding-bottom: 30%;
position: relative;
margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
.page_gmap {
padding-bottom: 40%;
  }
}
@media screen and (max-width: 820px) {
.page_gmap {
padding-bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
.page_gmap {
padding-bottom: 90%;
  }
}
.page_gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


.page_gmap02 {
height: 0;
overflow: hidden;
padding-bottom: 40%;
position: relative;
margin-bottom: 0px;
}
@media screen and (max-width: 820px) {
.page_gmap02 {
padding-bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
.page_gmap02 {
padding-bottom: 90%;
  }
}
.page_gmap02 iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



.zu_img_area{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
}

.zu_img_area .left_area{
  width: 200px;
  margin-right: 50px;
  padding: 10px;
}
.zu_img_area .right_area{
 width: calc(100% - 250px);
 padding: 10px;
}
@media screen and (max-width: 767px) {
.zu_img_area .left_area{
  display: none;
}
.zu_img_area .right_area{
 width: 100%;
 padding: 10px;
}
}

.title-type03{
  color: #181818;
    background: #FFF0E2;
    border-radius: 6px;
    padding: 7px 30px;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    width: min(400px, 95%);
}

.document-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.document-flex li {
    width: calc(100% / 2);
}
@media screen and (max-width: 820px) {
.document-flex li {
    width: calc(100% / 1);
}
}


.notification-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.notification-flex li {
    width: calc(100% / 3);
}
@media screen and (max-width: 820px) {
.notification-flex li {
    width: calc(100% / 2);
    margin-bottom: 10px;
}
}
@media screen and (max-width: 600px) {
.notification-flex li {
    width: calc(100% / 1);
    margin-bottom: 10px;
}
}

.document-content {
    display: inline-block;
    position: relative;
    line-height: 2.5;
    font-size: 18px;
}
@media screen and (max-width: 820px) {
.document-content {
    font-size: 16px;
}
}

.document-content a {
    color: #0000ee;
    text-decoration: underline;
    transition: opacity .2s ease;
}
.document-content::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 10px;
    right: -35px;
    width: 30px;
    height: 30px;
    background-image: url(../images/common/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: center;
}

.kaihoushi_bnner_area{
  width: min(800px, 100%);
  margin: 0 auto;
}

.management_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.management_flex .management_area{
width: calc(100% / 2);
padding: 10px;
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.management_flex .management_area{
width: min(500px, 100%);
padding: 10px;
margin: 0 auto 30px;
}
}


.management_flex .management_area img{
    margin-bottom: 20px;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.management_flex .management_area h3{
font-size: 16px;
    color: #ffffff;
    background: #0099FF;
    border-radius: 6px;
    padding: 5px 40px;
    display: block;
    text-align: center;
    line-height: 1.4;
}


.management_list_btn a{
  font-size: 16px;
  color: #ffffff;
  background: #0099FF;
  border-radius: 6px;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* usage_fee_flex */
.usage_fee_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
 
}
.usage_fee_flex .table_area{
  width: calc(100% / 4);
  padding: 5px;
   margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .usage_fee_flex{
    width: min(550px, 100%);
    margin: 0 auto;
  }
.usage_fee_flex .table_area{
  width: calc(100% / 2);
  padding: 5px;
   margin-bottom: 30px;
}
}
@media screen and (max-width: 600px) {
.usage_fee_flex .table_area{
  width: calc(100% / 1);
}
}

/* usage_fee_flex02 */
.usage_fee_flex02{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
 
}
.usage_fee_flex02 .table_area{
  width: calc(100% / 5);
  padding: 5px;
   margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .usage_fee_flex02{
    width: min(550px, 100%);
    margin: 0 auto;
  }
.usage_fee_flex02 .table_area{
  width: calc(100% / 2);
  padding: 5px;
   margin-bottom: 30px;
}
}
@media screen and (max-width: 600px) {
.usage_fee_flex02 .table_area{
  width: calc(100% / 1);
}
}



.fee-card{
  width: min(260px, 100%);
  border: 2px solid #1e88e5;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
}

/* 見出し */
.fee-card__head{
background: #1e88e5;
color: #fff;
text-align: center;
padding: 10px 12px;
font-size: 18px;
letter-spacing: 1px;
}

/* 共通行 */
.fee-card__row{
  text-align: center;
  padding: 15px 10px;
  border-top: 1px solid #1e88e5;
}

.fee-card__row.cream{
  background: #FFFFF2;
}


/* 定員人数だけ横並び */
.fee-card__row--flex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* ラベル */
.fee-card__label{
font-size: 14px;
line-height: 1.6;
}

/* 金額・人数 */
.fee-card__value{
  font-size: 18px;
  font-weight: 700;
line-height: 1.8;
letter-spacing: 2px;
}

/* 人数だけ少し大きく */
.fee-card__value--big{
  font-size: 18px;
}


/* ===== 入会説明会カード（ACF） ===== */
.briefing_card{
  width: 100%;
 width: 500px;
  border: 2px solid #0b76c5;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 1180px) {
.briefing_card{
 width: 400px;
}
}
@media screen and (max-width: 1024px) {
.briefing_card{
 width: 300px;
}
}
@media screen and (max-width: 767px) {
.briefing_card{
 width: min(400px, 100%);
 margin:  0 auto;
}
}

.briefing_head{
  background: #0b76c5;
  color: #fff;
  padding: 10px 12px;
  text-align: center;
}

.briefing_txt1{
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
}

.briefing_txt2{
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.briefing_body{
  padding: 10px 12px 6px;
}

.briefing_list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.briefing_row{
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  padding: 8px 30px;
  border-bottom: 1px dashed #b9b9b9;
  font-size: 20px;
}


.briefing_left{
  white-space: nowrap;
  width: 100px;
  text-align: right;
}

.briefing_right{
  white-space: nowrap;
}

.briefing_foot{
  padding: 8px 12px 12px;
}

.briefing_note{
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}

.session_list_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
}

.session_list_flex .session_area:first-child{
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
.session_list_flex .session_area{
  width: 100%;
  margin-bottom: 50px;
}
.session_list_flex .session_area:first-child{
  margin-right: 0px;
}
}


.member_list li {
  font-size: 16px;
  padding-left: 26px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.6;
}

.member_list li::before {
  position: absolute;
  content: "";
  background-color: #0098fd;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  left: 0px;
  top: 6px;
  z-index: 0;
  transform: translate(50%);
}

/* ページ内電話番号 */
.tel_title {
  font-size: 45px;
  letter-spacing: 1px;
  line-height: 1.4;
  position: relative;
  padding-left: 45px;
}

.tel_title::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/tel_icon.webp);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 38px;
  aspect-ratio: 1 / 1;
  left: 0px;
  top: 15px;
}
@media screen and (max-width: 820px) {
.tel_title {
  font-size: 35px;
  padding-left: 37px;
}

.tel_title::before {
  width: 30px;
  top: 12px;
}
}

/* バナー内電話番号 */
.tel_title_small a{
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 1.4;
  position: relative;
  padding-left: 40px;
}

.tel_title_small a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/tel_icon.webp);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 33px;
  aspect-ratio: 1 / 1;
  left: 0px;
  top: 15px;
}
@media screen and (max-width: 820px) {
.tel_title_small a{
  font-size: 30px;
  padding-left: 30px;
}

.tel_title_small a::before {
width: 24px;
top: 12px;
}
}

.content_button_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.content_button_flex .left_area{
  width: calc(100% - 180px);
}
.content_button_flex .right_area{
 width: 180px;
}

@media screen and (max-width: 820px) {
.content_button_flex .left_area{
  width: calc(100% - 140px);
}
.content_button_flex .right_area{
 width: 140px;
}
}
@media screen and (max-width: 600px) {
.content_button_flex .left_area{
  width: 100%;
}
.content_button_flex .right_area{
 display: none;
}
}


.contact_button_box{
  border: 6px solid #337AB7;
  border-radius: 12px;
  padding: 30px 70px 20px;
}
@media screen and (max-width: 820px) {
.contact_button_box{
  border: 5px solid #337AB7;
  padding: 30px 30px 10px;
}
}
@media screen and (max-width: 600px) {
.contact_button_box{
  border: 4px solid #337AB7;
  padding: 15px 15px 15px;
}
}

.contact_button_box h3{
  font-size: 35px;
  line-height: 1;
  margin-bottom: 5px;
}
.contact_button_box .sub_title{
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.contact_button_box .sub_title02{
  font-size: 22px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 5px;
}
.contact_button_box p{
  font-size: 16px;
  margin-bottom: 5px;
}
.contact_button_box span{
  font-size: 14px;
}
@media screen and (max-width: 820px) {
.contact_button_box h3{
  font-size: 30px;
}
}
@media screen and (max-width: 600px) {
.contact_button_box h3{
  font-size: 26px;
}
.contact_button_box .sub_title{
  font-size: 17px;
}
.contact_button_box span{
  font-size: 12px;
}
}


.class_text{
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.class_text{
  margin-bottom: 0px;
}
}

/*****************************
Flail
*****************************/
:root{
  --flail-blue: #2395c0;
  --flail-outer: #fff; 
  --flail-dash: rgba(0,0,0,.35);
}

.classcards__grid{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.classcards__grid .classcard{
  width: calc(100% / 2);
  padding: 20px;
}
@media (max-width: 820px){
.classcards__grid{
  width: min(600px, 100%);
  margin: 0 auto;
}
.classcards__grid .classcard{
  width: calc(100% / 1);
  padding: 10px 0 20px;
}
}


/* タイトル：中央、青枠の細長い枠 */
.classcard__head{
  display: flex;
  justify-content: center;
}

.classcard__title{
color: #333;
background: #FFF0E2;
border-radius: 6px;
padding: 10px 30px;
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 10px;
font-weight: bold;
font-size: 16px;
line-height: 1.4;
}

/* 中の表：白背景、青枠、角丸 */
.classcard__body{
  background: #fff;
  border: 3px solid var(--flail-blue);
  border-radius: 8px;
  padding: 20px 40px;
  min-height: 200px;
}
@media (max-width: 1024px){
.classcard__body{
  padding: 20px 20px;
  min-height: 200px;
}
}
.ps-class-page .classcard__body{
  min-height: 185px;
}



/* DLを表っぽく */
.classdl{
  margin: 0;
  padding: 0;
}

.classdl__row{
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 15px 0;
  align-items: start;
}
@media (max-width: 1024px){
.classdl__row{
  gap: 10px;
}
}


/* 点線区切り（画像っぽく） */
.classdl__row + .classdl__row{
  border-top: 1px dashed var(--flail-dash);
}
.ps-class-page .classdl__row + .classdl__row:last-child{
  border-top: 1px dashed var(--flail-dash);
  border-bottom: 1px dashed var(--flail-dash);
}

/* dt / dd */
.classdl__dt{
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.classdl__dd{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
}

/* 右側の文章が長いときの崩れ防止 */
.classdl__dd *{ max-width: 100%; }

.bigtext{
  margin-bottom: 30px;
}
.bigtext p{
font-size: 24px;
line-height: 2;
text-decoration: underline;
text-decoration-color: #0099ff;
text-decoration-thickness: 2px;
text-underline-offset: 8px;
}
@media (max-width: 767px){
.bigtext{
  margin-bottom: 30px;
}
.bigtext p{
font-size: 18px;
text-underline-offset: 5px;
}
}

.item_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.item_flex{
margin-bottom: 0px;
}
}

.item_flex .item img{
width: 150px;
aspect-ratio: 1 / 1;
object-fit: cover;
margin-right: 20px;
margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
.item_flex .item img{
width: 120px;
}
}
@media screen and (max-width: 820px) {
.item_flex .item img{
width: 90px;
}
}
.gallery_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;

}
.gallery_flex .img_area{
  padding: 10px;
}
.gallery_flex .img_area img{
  width: 300px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
.gallery_flex .img_area img{
  width: 250px;
}
}

.date_and_time{
  font-size: 14px;
}
.pc_contact_area{
  text-align: center;
  margin-bottom: 20px;
}



/* =========================
  request archive (一覧)
========================= */
.request-archive .inner1{
  max-width: 980px;
  margin: 0 auto;
}

.reqtabs{
display: flex;
justify-content: center;
gap: 15px;
margin: 20px 0 60px;
flex-wrap: wrap;
}

.reqtabs__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 18px;
  border-radius: 4px;
  background: #7fb8ff;
  color:#fff;
  font-weight:700;
  font-size: 14px;
  text-decoration:none;
  line-height:1;
  transition: .15s;
}
.reqtabs__btn:hover{ filter: brightness(0.95); }
.reqtabs__btn.is-active{ background:#2e86ff; }

.reqgrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 860px){
  .reqgrid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .reqgrid{ grid-template-columns: 1fr; }
}

.reqcard{
  border: 2px solid #2e86ff;
  border-radius: 8px;
  background:#fff;
  position:relative;
  overflow:hidden;
}

.reqcard__link{
  display:block;
  padding: 15px 30px 5px;
  color: inherit;
  text-decoration:none;
  min-height: 150px;
}

.reqlabel{
position: absolute;
top: 10px;
left: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
height: 24px;
padding: 0 12px;
border-radius: 6px;
font-size: 13px;
color: #fff;
letter-spacing: 1px;
}





.reqcard__title{
    margin: 24px 0 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 2px;
}

.reqcard__thumb{
  display:flex;
  align-items:center;
  justify-content:center;
}
.reqcard__thumb img{
  width: auto;
  height: 140px;
  aspect-ratio: 212 / 150;
  object-fit: cover;
  display: block;
}
.reqcard__noimg{
  font-size:16px;
  color:#777;
}

/* ページネーション */
.reqpager{
  margin: 18px 0 0;
  text-align:center;
}
.reqpager .page-numbers{
  display:inline-block;
  margin: 0 4px;
  padding: 6px 10px;
  border:1px solid #cfe3ff;
  border-radius: 6px;
  text-decoration:none;
}
.reqpager .current{
  background:#2e86ff;
  color:#fff;
  border-color:#2e86ff;
}


/* =========================
  request single / archive 共通
  ラベル複数対応・完全版
========================= */

/* -------------------------
  single（詳細）
------------------------- */
.request-single .inner1{
  max-width: 880px;
  margin: 0 auto;
}

.reqsingle__head{
  margin: 10px 0 14px;
}
.reqsingle__title{
  font-size: 22px;
  font-weight: 900;
  margin: 0;
}

.reqsingle__hero{
  display:grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
  align-items:start;
  margin: 0 0 18px;
}
@media (max-width: 680px){
  .reqsingle__hero{ grid-template-columns: 1fr; }
}

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

.reqsingle__text{
  font-size: 16px;
  line-height: 1.9;
  color:#333;
}

/* セクション見出し */
.reqsingle__section{
  margin: 18px 0 0;
}
.reqsingle__h2{
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 10px;
  padding: 0 0 8px;
  border-bottom: 1px solid #cfd8e3;
}

/* -------------------------
  ギャラリー
------------------------- */
.reqgallery{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}
@media (max-width: 820px){
  .reqgallery{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px){
  .reqgallery{ grid-template-columns: repeat(2, 1fr); }
}

.reqgallery__item{
  margin:0;
  overflow:hidden;
}
.reqgallery__item img{
  width: 100%;
  object-fit: cover;
  display:block;
}

/* -------------------------
  request card（一覧）
------------------------- */
.reqcard{
  position: relative;     /* ラベルの基準 */
  overflow: visible;      /* 複数ラベルでも切れない */
}

.reqcard__link{
  position: relative;
  display:block;
}

/* 🔥 複数ラベル対応：ここが重要 */
.reqlabels{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}

/* 既存 reqlabel の absolute を無効化 */
.reqlabel{
position: static !important;
display: inline-flex;
align-items: center;
padding: 4px 15px;
font-size: 14px;
letter-spacing: 2px;
font-weight: 700;
line-height: 1.2;
border-radius: 4px;
background: #111;
color: #fff;
white-space: nowrap;
}

/* 画像より上に出す */
.reqcard__thumb{
  position: relative;
  z-index: 1;
}

/* -------------------------
  ラベル色分け（例）
------------------------- */
.reqlabel--kojin{
  background:#2e86ff;
}
.reqlabel--houjin{
  background:#ff8a00;
}
.reqlabel--stop{
  background:#6b7280;
}

/* =========================
  request タブ色分け
========================= */

/* 共通（未選択時） */
.reqtabs__btn{
  border: 2px solid #ddd;
  background: #fff;
  color: #333;
  transition: all .2s ease;
}

/* --- 個人 --- */
.reqtabs__btn.is-active[href*="rc=kojin"]{
  background:#2e86ff;
  border-color:#2e86ff;
  color:#fff;
}
.reqtabs__btn[href*="rc=kojin"]:hover{
  border-color:#2e86ff;
}

/* --- 法人 --- */
.reqtabs__btn.is-active[href*="rc=houjin"]{
  background:#ff8a00;
  border-color:#ff8a00;
  color:#fff;
}
.reqtabs__btn[href*="rc=houjin"]:hover{
  border-color:#ff8a00;
}

/* --- 募集停止 --- */
.reqtabs__btn.is-active[href*="rc=stop"]{
  background:#6b7280;
  border-color:#6b7280;
  color:#fff;
}
.reqtabs__btn[href*="rc=stop"]:hover{
  border-color:#6b7280;
}

/* --- 全て（デフォルト強調） --- */
.reqtabs__btn.is-active:not([href*="rc="]){
  background:#7FCCFF;
  border-color:#7FCCFF;
  color:#fff;
}

.flow_box{
  position: relative;
  border: 3px solid #0079C9;
  border-radius: 7px;
  padding: 25px 220px 10px 20px;
  margin-top: 60px;
  width: min(900px, 100%);
}
@media screen and (max-width: 767px) {
.flow_box{
  padding: 25px 20px 120px 20px;
  margin-top: 60px;
  width: min(900px, 100%);
}
}


.flow_box .step_text{
  position: absolute;
  font-size: 40px;
  color: #D8EAF6;
  background: #fff;
  line-height: 1;
  top: -30px;
  padding: 0 15px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.flow_box .step_text .numbers{
  font-size: 60px;
  letter-spacing: 3px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  margin-left: 5px;
  vertical-align: middle;
}
.flow_box h3{
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.flow_box p{
  font-size: 16px;
   margin-bottom: 30px;
}
.flow_box p.schedule_text{
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.flow_box p.schedule_text::before {
    position: absolute;
    content: "";
    background-color: #FF8000;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
}
.flow_box p.schedule_text span{
  font-size: 18px;
  font-weight: bold;
}

.flow_box.flow01::after{
  position: absolute;
    content: "";
    background-image: url(../images/common/flow01.webp);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 220px;
    aspect-ratio: 6 / 5;
    right: 0px;
    bottom: 0px;
}
.flow_box.flow02::after{
  position: absolute;
    content: "";
    background-image: url(../images/common/flow02.webp);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 220px;
    aspect-ratio: 6 / 5;
    right: 0px;
    bottom: 0px;
}
.flow_box.flow03::after{
  position: absolute;
    content: "";
    background-image: url(../images/common/flow03.webp);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 220px;
    aspect-ratio: 6 / 5;
    right: 0px;
    bottom: 0px;
}
.flow_box.flow04::after{
  position: absolute;
    content: "";
    background-image: url(../images/common/flow04.webp);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 220px;
    aspect-ratio: 6 / 5;
    right: 0px;
    bottom: 0px;
}
.flow_box.flow05::after{
  position: absolute;
    content: "";
    background-image: url(../images/common/flow05.webp);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 220px;
    aspect-ratio: 6 / 5;
    right: 0px;
    bottom: 0px;
}
.flow_box.flow06::after{
  position: absolute;
    content: "";
    background-image: url(../images/common/flow06.webp);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 220px;
    aspect-ratio: 6 / 5;
    right: 0px;
    bottom: 0px;
}
.flow_box.flow07::after{
  position: absolute;
    content: "";
    background-image: url(../images/common/flow07.webp);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 220px;
    aspect-ratio: 6 / 5;
    right: 0px;
    bottom: 0px;
}

@media screen and (max-width: 820px) {
.flow_box.flow01::after,.flow_box.flow02::after,.flow_box.flow03::after,.flow_box.flow04::after,.flow_box.flow05::after,.flow_box.flow06::after,.flow_box.flow07::after{
   width: 180px;
  z-index: -1;
}
}

.page-circle .company_flex01 img{
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
