@charset "utf-8";

/*Mobile First
/*=================*/
/* basic 
/* header
/* footer 
/* contents 
/* 
/* 
/* 
/* tablet
/* PC
/*=================*/

@media screen and (min-width: 768px) {} /*tablet*/
@media screen and (min-width: 1025px) {} /*PC*/

/*=================*/
/* basic
/*=================*/
html{
  scroll-behavior: smooth;
}

body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Avenir', Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body.stop{
  overflow: hidden;
}

body::-webkit-scrollbar{
  display:none;
}

main{
  flex-grow: 1;
}

.wrapper{
	width: calc( 100% - 8% );
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .wrapper{
    max-width: 1120px;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper{
    max-width: 1320px;
  }
}

p{
  line-height: 1.7;
}

a{
  text-decoration: none;
}

img{
  width: 100%;
  height: auto;
  line-height: 1;
}

ul , ol , li{
  list-style: none;
  padding: 0;
  margin: 0;
}

.base{
  position: relative;
}

.bold{
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .del{
    display: none !important;
  }
}

@media screen and (max-width: 1025px) {
  .add{
    display: none !important;
  }
}

/*=================*/
/* header
/*=================*/
.header a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.header nav{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1rem;
  min-height: 70px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
}

.header h1{
  line-height: 1;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header img{
  max-width: 280px;
}

.global.mobile{
  text-align: center;
  width: 100vw;
  height: 100vh;
  padding-top: 40%;
  box-sizing: border-box;
  background-color: #577791;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  transition: 0.3s ease;
  opacity: 0;
}

.global.mobile.action{
  display: block;
  opacity: 1;
}

.global.mobile a{
  color: #fff;
  width: 100%;
  padding: 1.4rem 0;
}

.global.mobile a:hover{
  color: #000;
  background-color: #D3E2E4;
}

.global a{
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: inherit;
}

/* トグルボタン */
.toggle{
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-60%);
  z-index: 9999;
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}

.toggle span,
.toggle span::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 37%;
  transition: 0.3s ease;
}

.toggle span::after{
  width: 50%;
  top: 8px;
  right: 0;
}

.toggle.action span,
.toggle.action span::after{
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .global{
    display: flex;
    justify-content: center;
    margin-left: auto;
  }

  .global a{
    color: #000;
    min-height: 70px;
    padding: 1.4rem .8rem;
  }
  
  .global a:hover{
    color: #fff;
    background-color: #577791;
  }
}

/*=================*/
/* footer
/*=================*/
.footer{
  color: #fff;
  text-align: center;
  padding: 4rem 0;
  background-color: #08202C;
}

.footer img{
  max-width: 280px;
}

.footer ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.6rem 0;
}

.footer ul a{
  color: #fff;
  font-size: 0.875rem;
  font-weight: bolder;
  margin: 1rem;
}

/*=================*/
/* contents
/*=================*/
.blue{
  color: #123859;
}

.green{
  color: #1A934D;
}

.orange{
  color: #D98736;
}

.red{
  color: #DD391C;
  font-weight: bold;
}

.link{
  color: #1a7adc;
  font-weight: bold;
}

.blue.s-title::before{
  background-color: #123859;
}

.green.s-title::before{
  background-color: #1A934D;
}

.orange.s-title::before{
  background-color: #D98736;
}

.s-title{
  font: 12px;
  font-weight: inherit;
  display: block;
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}

.s-title::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000;;
  position: absolute;
  left: 2px;
  top: 33%;
  transform: rotate(45deg);
}

.s-title::after{
  display: none;
}

.btn{
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 0.875rem;
  margin-top: 2rem;
  padding: 0.8rem 2.4rem;
  border-radius: 50px;
  background-color: #08202C;
  transition: 0.3s ease;
}

.btn:hover{
  opacity: 0.8;
}

.btn.green{
  background-color: #1A934D;
}

.btn.orange{
  background-color: #D98736;
}

.bg-gradation{
  color: #fff;
  background: rgb(87,119,145);
  background: linear-gradient(60deg, rgba(87,119,145,1) 0%, rgba(18,56,89,1) 100%);
}

.bg-gradation h2::after{
  background-color: #fff;
}

/*=================*/
/* top page
/*=================*/
/* first view */
.f-view{
  background-image: url(/static/img/img-main.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.f-view div{
  color: #fff;
  padding: 80% 0 min( 5% , 4rem ) 2rem;
  border-left: #fff solid 1px;
}

.f-view div h1{
  line-height: 1.2;
  margin-bottom: min( 3% , 1.6rem );
  font-size: clamp(3rem, 0.176rem + 7.53vw, 5rem);
}

.f-view div h2{

}

.f-view p{
  font-size: 0.875rem;
  line-height: 1.4;
}

/* top-page */
.wwa,
.our-service,
.optional-service{
  padding: min( 8% , 6rem ) 0;
}

.mb-1{
  margin-bottom: 1rem;
}

.grid,
.grid-2-3,
.grid-2-4{
  display: grid;
  gap: 2rem;
  align-items: center;
}

.grid-2-3{
  gap: 1rem;
}

.grid-2-4{
  margin-bottom: 2rem;
}

h2{
  position: relative;
  font-size: clamp(1.4rem, 0.553rem + 2.26vw, 2rem);
  margin: 1rem 0 2rem;
}

h2::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  height: 1px;
  width: 2rem;
  background-color: #123859;
}

.wwa .flex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5%;
}

.wwa .flex img{
  width: 44%;
  height: auto;
  border-radius: 1rem;
  margin: 0 0.5rem;
  object-fit: cover;
}

.wwa .flex img:nth-child(1){
  transform: translateY(2rem);
}

.wwa .flex img:nth-child(2){
  transform: translateY(-2rem);
}

.our-service img,
.optional-service img{
  width: 100%;
  max-height: 220px;
  border-radius: 1rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 10%);
  object-fit: cover;
}

/*=================*/
/* lower page
/*=================*/
.lower-title{
  text-align: center;
  padding-top: min( 8% , 5rem );
  padding-bottom: min( 5% , 2rem );
}

.lower-title h2{
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: transparent;
  font-size: 2.4rem;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(102,158,197,1) 0%, rgba(1,37,77,1) 100%);
  -webkit-background-clip: text;
}

.lower-title h2::before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #88BAE5;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate( -50%, -10% );
  z-index: -1;
}

.lower-title h2::after{
  left: 50%;
  transform: translateX(-50%);
}

.lower-title p{
  text-align: left;
  max-width: 880px;
  margin: 0 auto;
}

.sticky{
  display: grid;
  gap: 1.4rem;
  margin-bottom: 4rem;
}

.sticky-body section:not(:last-child){
  margin-bottom: min( 8% , 4rem );
}

.sticky-body h2{
  font-size: 1.4rem;
}

.sticky-item div{
  position: sticky;
  top: 1rem;
}

.shadow{
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 10%);
}

/* sidebar */
.nav-company > a{
  display: block;
  margin-top: 1rem;
}

.nav-company > a img{
  transition: 0.3s ease;
}

.nav-company > a:hover img{
  transform: translateY(4px);
  box-shadow: none;
}

.nav-company ul{
  padding: 8px;
}

.nav-company ul a{
  color: #000;
  display: block;
  width: 100%;
  padding: 14px;
  margin-bottom: 2px;
}

.nav-company ul a:hover{
  background-color: #D3E2E4;
  border-radius: 8px;
}

.selected{
  color: #fff !important;
  font-weight: bold !important;
  background-color: #123859 !important;
  border-radius: 8px !important;
}

.m-0{
  margin: 0 !important;
}

/* experience */
.experience li{
  height: fit-content;
  padding: clamp(1.4rem, -0.393rem + 3.74vw, 2rem);
  padding-top: 1rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 10%);
  border-radius: 8px;
  margin-bottom: auto;
}

.experience img{
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.experience p{
  font-size: 14px;
}

.text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7em;
  max-height: 5.1em;
}

.text.open{
  display: inline-block;
  overflow: visible;
}

.show{
  color: #DD391C;
  margin-top: 0.5rem;
  font-weight: bold;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-header {
  background-color: #eee;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding: 10px;
  background-color: #f9f9f9;
}

.slide-1,
.slide-2{
  height: 60px;
  width: 100vw;
  margin-left: calc( 50% - 50vw );
  margin-bottom: 2rem;
  background-image: url(/static/img/slider-1@2x.webp);
  background-repeat: repeat-x;
  background-size: auto 60px;
  animation: loop1 200s linear infinite;
}

.slide-2{
  background-image: url(/static/img/slider-2@2x.webp);
  animation: loop2 200s linear infinite;
}

@keyframes loop1 {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -5000px 0;
  }
}

@keyframes loop2 {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -5000px 0;
  }
}

/* company */
.indent{
  padding-left: 1.4rem;
  margin-top: 1.4rem;
  border-left: #000 solid 1px;
}

.company span{
  font-size: 0.875rem;
  display: block;
}

.company .flex img{
  float: left;
  max-width: 140px;
  margin-right: 1.4rem;
  border-radius: 1rem;
  height: intrinsic !important;
  height: fit-content;
}

@media screen and (min-width: 768px){
  .company .flex{
    display: flex;
    flex-wrap: wrap;
  }

  .company .flex img{
    float: none;
    max-width: 210px;
  }
  
  .company .flex p{
    flex: 1;
  }
}

/* testimonials */
.testimonials .grid{
  max-width: 960px;
  margin: 0 auto;
  grid-template-columns: 1fr !important;
}

.testimonials li div{
  height: fit-content;
}

.testimonials li{
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: clamp(1rem, -0.793rem + 3.74vw, 1.6rem);
  box-shadow: 0 0 6px rgba(0, 0, 0, 10%);
  margin-bottom: auto;
}

.testimonials li img{
  width: 4rem;
  border-radius: 50px;
}

.testimonials li a{
  line-height: 0;
  display: block;
  position: absolute;
  right: -12px;
  bottom: 0;
  background-color: #1a7adc;
  border-radius: 50px;
  padding: 10px;
}

.testimonials li a > img{
  width: 1rem;
  height: 1rem;
  border-radius: 0;
}

.testimonials div:last-child{
  flex: 1;
  margin-left: 2rem;
}

.testimonials div:last-child h3,
.testimonials div:last-child small{
  font-style: italic;  
}

.testimonials div:last-child small{
  display: block;
  color: #577791;
  font-weight: bold;
  margin-bottom: 1rem;
}

.testimonials .btn{
  font-size: 1rem;
  color: #08202C;
  width: 100%;
  max-width: 360px;
  margin: 2rem auto;
  border: #08202C solid 1px;
  border-radius: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials .btn img{
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.testimonials .btn:hover{
  color: #000;
  background-color: #D3E2E4;
}

/* service all-page */
.service-box{
  height: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 10%);
}

.service-box img{
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.service-box div{
  padding: clamp(1rem, -0.793rem + 3.74vw, 1.6rem);
}

.service-box h2{
  font-size: clamp(1.2rem, -0.933rem + 2.67vw, 1.4rem);
  font-weight: inherit;
  margin: 0;
}

.service-box h2::after{
  display: none;
}

.service-box hr{
  margin: 1rem 0;
}

.service-box p{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* service detail-page */
.detail{
  max-width: 100%;
  padding-top: min( 7% , 4rem );
  padding-bottom: min( 4% , 2rem );
  margin-right: auto;
}

.detail p{
  text-align: justify;
}

.bg-blue::before,
.bg-green::before,
.bg-orange::before{
  content: url(/static/img/bg-blue.webp);
  scale: 0.2;
  opacity: 0.4;
  transform-origin: right top;
  object-fit: cover;
  position: absolute;
  top: 62.8px;
  right: 0;
  z-index: -1;
}

.bg-green::before{
  content: url(/static/img/bg-green.webp);
}

.bg-orange::before{
  content: url(/static/img/bg-orange.webp);
}

/* sitemap */
.sitemap ul{
  padding-left: 2rem;
}

.sitemap li{
  border-left: #000 solid 1px;
  margin-bottom: 4px;
}

.sitemap a{
  color: #000;
  width: 100%;
  padding: 0.8rem 1rem;
  display: block;
}

.sitemap a:hover{
  background-color: #D3E2E4;
}

/* contact */
.p-body{
  padding: clamp(1.4rem, -0.393rem + 3.74vw, 2rem);
}

label{
  display: block;
}

select,
input,
textarea{
  color: #123859;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 0.6rem;
  margin-bottom: 1.4rem;
  padding: 8px;
  border-radius: 4px;
  background-color: #F8F8F8;
}

.check p{
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  margin-top: 0.6rem;
  margin-bottom: 1.4rem;
  padding: 5px 5px 5px 15px;
  border-left: #1a7adc solid 4px;
}

.contact-btn input{
  margin: 0;
}

.contact-btn input[type='reset'],
.contact-btn input[type='submit'],
.btn-outline{
  border: #08202C solid 1px;
}

.contact-btn input[type='submit']{
  color: #fff;
  background-color: #08202C;
}

.contact-btn input[type='reset'],
.btn-outline{
  color: #08202C !important;
  background-color: #fff !important;
}

.contact-btn a{
  margin: 0 auto;
}

.contact-link h2{
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background-color: #123859;
  padding: 1rem 1.4rem;
  margin: 0;
  border-radius: 8px 8px 0 0;
}

.contact-link h2::after{
  display: none;
}

.contact-link h3{
  font-size: 0.875rem;
}

.contact-link li a{
  color: #123859;
  display: block;
}

.contact-link li:not(:last-child) a{
  margin-bottom: 1.2rem;
}

.thanks{
  text-align: center !important;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* pagetop */
.pagetop a{
  display: block;
  color: #000;
  text-align: center;
  padding: 1.4rem 0;
  margin-top: 1rem;
  border-top: #D3E2E4 solid 1px;
  background-color: #fff;
}

.pagetop a i{
  padding: 4px 0 0 1rem;
}

/* fadein */
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition:all 0.5s;
}
 
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/* fadein */
.fadein-up {
  opacity : 0;
  transform:scale(0);
  transition:all 0.5s;
}
 
.fadein-up.scrollin-up {
  opacity : 1;
  transform:scale(1);
}

/*=================*/
/* tablet
/*=================*/
@media screen and (min-width: 768px) {
  .f-view div{
    padding-top: 40%;
  }

  .grid,
  .grid-2-3,
  .grid-2-4{
    grid-template-columns: repeat(2,1fr);
  }

  .testimonials .grid{ 
    grid-template-columns: 1fr;
  }

  .grid.reverse div:nth-child(1){
    grid-column: 2/3;
  }
  
  .grid.reverse div:nth-child(2){
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .our-service img,
  .optional-service img{
    display: block;
    width: 85%;
    margin: 0 auto;
    max-height: 340px;
  }

  .lower-title p{
    text-align: center;
  }

  .sticky{
    grid-template-columns: 3fr 1fr;
  }

  .detail{
    max-width: 70%;
  }

  .bg-blue::before,
  .bg-green::before,
  .bg-orange::before{
    scale: 0.3;
    opacity: 1;
  }
}

/*=================*/
/* PC
/*=================*/
@media screen and (min-width: 1025px) {
  .f-view div{
    padding-top: 20%;
  }

  .grid,
  .grid-2-3,
  .grid-2-4{
    gap: 1rem;
  }

  .grid-2-3{
    grid-template-columns: repeat(3,1fr);
  }

  .grid-2-4{
    grid-template-columns: repeat(4,1fr);
  }

  .testimonials .grid{ 
    grid-template-columns: repeat(2,1fr);
  }

  .bg-blue::before,
  .bg-green::before,
  .bg-orange::before{
    scale: 0.5;
  }
}

@media screen and (min-width: 1400px) {
  .bg-blue::before,
  .bg-green::before,
  .bg-orange::before{
    scale: 0.6;
  }

  .swiper{
    padding: 4px 8%;
  }

  .swiper-button-prev{
    left: 7% !important;
  }

  .swiper-button-next{
    right: 7% !important;
  }
}

/* 2025.05.09 追加 */
/*=================*/
/* Talk
/*=================*/
/*.talk-view{
  position: relative;
  background-image: url(/static/img/talk/talk-main-mobile@2x.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
  margin-bottom: 3rem;
}*/

.talk-view{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(1412 / 2560 * 100%);
  /*calc(画像の高さ / 画像の幅 * widthの値)*/
  background-image: url(/static/img/talk/talk-main2@2x.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.talk-view h1{
  margin: .5rem 0;
}

.fs-40{
  font-size: 22px;
}

.talk-view p{
  font-size: 10px;
}

.text-box{
    position: absolute;
    top: 50%;
    left: calc(100vw - 88vw);
    transform: translate(0, -50%);
}

.talk-view div{
  color: #fff;
}

.talk-view .number{
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
}
.talk-view .number h3{
  font-size: 1.2rem;
}

.talk-view .number small{
  font-size: .75rem;
}

.talk-view .number div:first-child{
  margin-right: 2rem;
}

@media screen and (min-width: 768px) {
  .talk-view{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(1412 / 2560 * 100%);
    background-image: url(/static/img/talk/talk-main3@2x.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .talk-view h1{
    margin: 1rem 0;
  }
  .fs-40{
    font-size: 40px;
  }
  
}




.btn-group{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-group .btn{
  width: 100%;
  max-width: 360px;
  margin: 0 0.5rem;
  padding: 12px 20px;
}

.btn-group .btn:hover{
  opacity: 1;
  filter: brightness(110%);
}

.btn-group .btn.dark-blue{
  background-color: #577791;
}

.btn-group .btn.blue{
  background-color: #1CB0DD;
}

.btn-group .btn span{
  font-size: 20px;
  font-weight: bold;
}

.btn-group2{
  width: 100%;
  display: flex;
  justify-content:start;
  align-items: center;
}

.btn-group2 .btn{
  width: 100%;
  max-width: 360px;
  padding: 12px 20px;
}

.btn-group2 .btn.blue{
  background-color: #1CB0DD;
}

.btn-group2 .btn span{
  font-size: 20px;
  font-weight: bold;
}

.talk-view .btn-group{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50% , -50%);
}

.talk .lower-title{
  padding-top: min(8%, 4rem);
  padding-bottom: min(8%, 4rem);
}

.talk .lower-title .grid{
  align-items: start;
}

.talk ul{
  padding: 1rem 0 2rem;
}

.talk .service-box{
  background-color: #fff;
}

.talk .service-box span{
  color: #88BAE5;
  font-size: 32px;
  font-weight: bold;
}

.talk .service-box h3{
  font-weight: bold;
}

.talk .testimonials ul,
.talk .testimonials ul p{
  text-align: left;
}

.bg-gray{
  position: relative;
}

.bg-gray::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.market h2::before{
  left: 70px;
}
.unique h2::before{
  left: 72px;
}

@media screen and (min-width: 768px){
  .market h2::before{
    left: 140px;
  }
  .unique h2::before{
    left: 175px;
  }
}

.market div,
.unique div{
  padding-top: 1rem;
}

.market img, 
.unique img{ 
  width: 100%;
  max-height: 220px;
  border-radius: 1rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 10%);
  object-fit: cover;
}

.market li,
.unique li{
  text-align: left;
  padding-left: 1.2rem;
  padding-bottom: 1rem;
  position: relative;
}

.market li::before,
.unique li::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #88BAE5;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .market img, 
  .unique img{ 
    display: block;
    width: 85%;
    margin: 0 auto;
    max-height: 340px;
  }
}

.talk .wwa h2{
  color: #577791;
  font-size: 28px;
}

.talk .wwa h3{
  font-size: 48px;
}

@media screen and (min-width: 768px) {
  .talk .wwa h3{
    font-size: 58px;
  }
}

.talk .wwa .btn-group{
  margin-top: 2rem;
}

/* スライドパネル */
#panel-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80vw;
  height: 100vh;
  background: white;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.3);
  transition: right 0.5s ease;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: fixed;
}
#panel-wrapper.show {
  right: 0;
  margin-top: 0 !important;
}

/* 背景オーバーレイ */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  z-index: 9998;
}
#overlay.show {
  opacity: 1;
  visibility: visible;
  margin-top: 0 !important;
}

/* 顔写真エリア */
.image-area {
  flex: 1 1 50%;
  min-width: 0;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* カレンディエリア */
.calendly-area {
  flex: 1 1 50%;
  min-width: 0;
  height: 100%;
  position: relative;
  padding: 2rem;
}

.calendly-text-area{
  color: #000;
  margin-bottom: 1rem;
}

.calendly-text-area h3{
  font-size: 2rem;
  color: #1a7adc;
}


.calendly-inline-widget {
  min-width: 320px;
  height: 100%;
}

/* Closeボタン */
.close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #666;
  z-index: 10001;
}

.close-btn:hover {
  color: #000;
}

/* モバイル対応 */
@media (max-width: 768px) {
  #panel-wrapper {
    width: 100vw;
    flex-direction: column;
  }
  .image-area {
    display: none;
  }
  .calendly-area {
    flex: 1 1 100%;
  }
}