@charset "utf-8";

.gjs-dashed .accordion-content {
  display: block;
}

html { scroll-behavior: smooth;}

body{
  font-size:1rem;
  font-family: "Noto Sans", sans-serif;
  color:#212B27;
  font-weight:400;
  word-break: auto-phrase;
  position:relative;
  background-color: #FFFFFF;
}

.english{
  font-family: "Barlow", sans-serif;
}

.accent{
  font-family: "BIZ UDGothic", sans-serif;
}

#root{
  overflow:hidden;
}

strong{
  font-weight: 400;
}

h1,h2,h3,h4,h5{
  margin:0;
  font-weight:700;
  line-height:1.5;
  font-family: "BIZ UDGothic", sans-serif;
}

h1 strong, h2 strong, h3 strong, h4 strong , h5 strong{
  font-weight:700;
}

p{
  margin:0;
  line-height:2;
}

.sp{
  display:none;
}

a{
  color:#212B27;
  cursor: pointer;
  display:inline-block;
  transition:0.3s;
}

a:hover{
  color: #212B27;
  text-decoration:none;
}

a p{
  line-height:1;
}

.container{
  padding:0 !important;
  width: 80%;
  margin: 0 auto;
  max-width: 1180px;
}

img{
  width:100%;
  object-fit: contain;
  display:block;
}

.row{
  margin:0;
}

strong{
  display: inline-block;
}

em{
  display: inline-block !important;
  font-style: normal;
}

.out-tab{
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:11px;
  font-family: "BIZ UDGothic", sans-serif;
  width: fit-content;
}

.out-tab.blue{
  color:#003455;
  font-size:14px;
  width:240px;
  border-bottom:0.5px solid #003455;
  padding-bottom:8px;
  justify-content: space-between;
  margin-top:1rem;
}

.out-tab:hover{
  color:#fff;
  opacity:0.7;
}

.out-tab.blue:hover{
  color:#003455;
}

.out-tab img{
  width:11px;
}

.animation-2{
  animation-delay:0.3s;
}

.animation-3{
  animation-delay:0.6s;
}

.lower-fv{
  margin:96px 0 2rem;
}

.lower-fv .container{
  max-width:none;
  width:90%;
}

.lower-fv h1{
  line-height: 1;
  font-size:clamp(1.5rem, 1rem + 1.67vw, 3rem);
}

.lower-fv .english{
  margin:1rem 0 0 auto;
  text-transform:uppercase;
  width: fit-content;
  color: #2D96D9;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lower-fv .english::after{
  content:"";
  display:block;
  width:1.5rem;
  height:1.5rem;
  background:url(https://kaiou-service.com/system_panel/uploads/images/20260625162032342638.png) no-repeat center/contain;
}

.lower-fv-img{
  aspect-ratio:1728/446;
  object-fit:cover;
  margin:2rem 0 3.5rem;
}

.pankuzu{
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  font-size: 14px;
  padding:1.5rem 0;
  color:#212B27;
  margin-bottom:1.5rem;
}

.pankuzu a{
  position: relative;
  color:#2D96D9;
}

.pankuzu a:first-child{
  font-weight:500;
}

.pankuzu a:hover{
  opacity:0.7;
}

.pankuzu a::before{
  content:">";
  position: absolute;
  width: 6px;
  height: 20px;
  color:#2D96D9;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pankuzu p{
  line-height:1;
}

.bg-beige{
  padding:5rem 0 100px;
  background:#EFEFEF;
}

.arrow-btn{
  display:flex;
  align-items:center;
  gap:1rem;
  color:#003455;
  font-weight:bold;
  margin-top:100px;
  width:fit-content;
}

.arrow-btn:hover{
  color:#003455;
}

.arrow-btn.white,
.arrow-btn.white:hover{
  color:#fff;
}

.arrow-btn-img{
  position:relative;
  width:3rem;
}

.arrow-btn-img1{
  transition:0.3s;
}

.arrow-btn-img2{
  opacity:0;
  position:absolute;
  width:100%;
  top:0;
  left:0;
  z-index:10;
  transition:0.3s;
}

.arrow-btn:hover .arrow-btn-img1{
  opacity:0;
}

.arrow-btn:hover .arrow-btn-img2{
  opacity:1;
}

.cta{
  padding:100px 0 5rem;
  text-align:center;
  color:#FFFFFF;
  background:url(https://kaiou-service.com/system_panel/uploads/images/20260625194932888971.png) no-repeat center/cover;
}

.cta-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:2rem;
  text-transform:uppercase;
  justify-content: center;
}

.cta-title img{
  width:1rem;
}

.cta h2{
  margin-bottom:3rem;
  font-size:clamp(1.25rem, 0.667rem + 1.94vw, 3rem);
  line-height: 1;
}

.cta-wrap{
  display:flex;
  margin-top:4.5rem;
  justify-content: space-between;
}

.cta-item{
  width:30%;
  position:relative;
}

.cta-item:not(:last-child)::after{
  content:"";
  width:1px;
  height:100%;
  position:absolute;
  right:-8%;
  top:0;
  background:#fff;
}

.cta-box{
  font-size:clamp(1rem, 0.958rem + 0.14vw, 1.125rem);
  margin-bottom:3rem;
}

.cta-img{
  width:5.5rem;
  aspect-ratio:1/1;
  background:#8ac7c940;
  border-radius: 999vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  backdrop-filter: blur(3px);
}

.cta-img img{
  width:2.5rem;
}

.cta-btn{
  color:#003455;
  background:#fff;
  padding:1rem ;
  text-align:center;
  width:260px;
  font-weight:bold;
}

.cta-btn:hover{
  background:#2D96D9;
  color:#fff;
}

.cta-tel{
  text-align:center;
}

.cta-tel .english{
  font-weight:bold;
}

.cta-tel a{
  font-size:clamp(1.5rem, 1rem + 1.67vw, 3rem);
  color:#fff;
  line-height: 1;
}

.cta-tel p:last-child{
  font-size:14px;
}

.cta-btn-arrow{
  border:1px solid #FFFFFF;
  padding:1rem ;
  text-align:center;
  width:260px;
  position:relative;
  font-weight:bold;
  color:#fff;
}

.cta-btn-arrow::before{
  content:"";
  position:absolute;
  width:6px;
  height:12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background:url(https://kaiou-service.com/system_panel/uploads/images/20260626105848922702.png) no-repeat center/contain;
  right:1rem;
}

.cta-tel a:hover,
.cta-btn-arrow:hover{
  opacity:0.7;
}

.cta-btn-arrow:hover{
  color:#fff;
}

.faq{
  padding:100px 0 5rem;
  background:#EFEFEF;
}

.faq .container{
  max-width:1120px;
}

.faq-title{
  margin-bottom:2.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.faq-title .english{
  display:flex;
  align-items:center;
  gap:12px;
  color:#003455;
  font-size:1rem;
  font-weight:500;
}

.faq-title .english::before{
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(https://kaiou-service.com/system_panel/uploads/images/20260629112812133292.png) no-repeat center / contain;
}

.faq-title h2{
  font-size:clamp(1.125rem, 0.833rem + 0.97vw, 2rem);
  color:#003455;
}

.accordion{
  margin-bottom:8px;
}

.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #FFF;
  padding: 16px 45px;
  cursor: pointer;
  position: relative;
}

.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:15px;
  height:7.5px;
  margin:auto;
  background:url(https://kaiou-service.com/system_panel/uploads/images/20260629114121915514.png) no-repeat center/contain;
}

.accordion-header.active::after{transform:rotate(180deg);}

.accordion-content {
  padding: 16px 45px;
}

.accordion-header p,
.accordion-content  p{
  padding-left: 50px;
  position: relative;
  line-height: 1.3;
}

.accordion-content  p{
  line-height: 1.5;
}

.accordion-header p::before{
  position: absolute;
  content:"Q.";
  font-family: "Barlow", sans-serif;
  top: 0;
  left: 0;
}

.accordion-header p::after{
  content:"";
  position: absolute;
  width:0.8px;
  height:18px;
  background:#9F9D9D;
  left:2rem;
  top:0;
}


.accordion-content p::before{
  position: absolute;
  content:"A.";
  font-family: "Barlow", sans-serif;
  top: 4px;
  left: 0;
  line-height:1;
}

.accordion-content  p::after{
  content:"";
  position: absolute;
  width:0.8px;
  height:18px;
  background:#9F9D9D;
  left:2rem;
  top:4px;
  line-height:1;
}

.lower-title{
  position:relative;
  padding-left:2.5rem;
  border-left: 4px solid #DBEAF4;
  margin-bottom:3.5rem;
}

.lower-title::before{
  content:"";
  position:absolute;
  width:4px;
  height:2.5rem;
  background:#2D96D9;
  left:-4px;
  top:0;
  z-index:1;
}

.lower-title .english{
  color:#2D96D9;
  text-transform: uppercase;
  font-weight:500;
  line-height:1;
  margin-bottom:1rem;
}

.lower-title h2{
  font-size:clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem);
}

.lower-title-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom:3.5rem;
}

.lower-title-wrap .lower-title{
  margin-bottom:0;
}

.lower-title-wrap > p{
  font-size: clamp(0.875rem, 0.792rem + 0.28vw, 1.125rem);
}

.lower-title-wrap > p strong{
  font-weight:bold;
  color:#2D96D9;
  font-size: clamp(1rem, 0.917rem + 0.28vw, 1.25rem);
}

.blue-btn{
  margin-top:4rem;
  padding:1.5rem 3.5rem;
  background:#003455;
  color:#fff;
  font-weight:bold;
  border-radius:2rem;
  position:relative;
}

.blue-btn:hover{
  color:#fff;
}

.blue-btn p{
  position:relative;
  padding-left:1rem;
}

.blue-btn p::before{
  content: '';
  position:absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: .3s cubic-bezier(.25, .25, .75, .75);
}

.blue-btn p::after{
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 6px;
  background: url(https://kaiou-service.com/system_panel/uploads/images/20260630125143860724.png) no-repeat center/contain;
  position: absolute;
  top: 30%;
  left: -1.4rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1;
  transform: scale(0);
  transition: transform .3s cubic-bezier(.25, .25, .75, .75);
}

.blue-btn:hover p::after{
  transform: scale(1);
}

.blue-btn:hover p::before{
  width:34px;
  height:34px;
  left:-2rem;
}


@media (max-width: 1600px) {
}


@media (max-width: 1400px) {
}

@media screen and (max-width: 1279px) {
  .cta-item {
    width: 47.5%;
  }
  .cta-wrap{
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem 5%;
  }
  .cta-item:not(:last-child)::after{
    display:none;
  }
  .cta-box{
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .lower-title-wrap{
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .cta-title{
    margin-bottom:20px;
  }
  .cta h2 {
    margin-bottom: 2rem;
    font-size:1.5rem;
  }
  .cta {
    padding: 4rem 0 3rem;
    background-position: 57% center;
  }
  .cta-wrap{
    gap:5rem;
    margin-top: 2.5rem;
  }
  .cta-item {
    width: 100%;
    max-width: 225px;
  }
  .cta-item:not(:last-child)::after{
    display:block;
    right: 0;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -2.5rem;
  }
  .cta-btn,
  .cta-btn-arrow{
    width:180px;
  }
  .cta-tel p:last-child ,
  .cta-tel .english{
    font-size: 12px;
  }
  .cta-tel a{
    font-size:2rem;
  }
  .cta-img {
    width: 4rem;
  }
  .cta-img img {
    width: 1.5rem;
  }
  .cta-box {
    margin-bottom: 20px;
    font-size:14px;
  }
  body{
    font-size:14px;
  }
  .pankuzu{
    gap: 1.5rem;
    font-size: 12px;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .pankuzu a::before{
    right: -1rem;
  }
  .container{
    width: 90%;
  }
  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding:0;
  }
  .animation-2,
  .animation-3{
    animation-delay:0s;
  }
  .out-tab.blue{
    font-size: 12px;
    width: 210px;
    padding-bottom: 0px;
  }
  .lower-fv .english{
    gap: 0.5rem;
  }
  .bg-beige {
    padding: 3rem 0;
  }
  .arrow-btn{
    margin-top: 3rem;
    font-size: 12px;
  }
  .arrow-btn-img{
    width: 2rem;
  }
  .lower-fv {
    margin: 64px 0 2rem;
  }
  .lower-fv-img {
    aspect-ratio: 1728 / 800;
    margin: 2rem 0 1.5rem;
  }
  .accordion-header,
  .accordion-content{
    padding: 16px 20px;
  }
  .accordion-header::after{
    top: 0px;
    right: 6px;
    bottom: 0;
    width: 15px;
    height: 5.5px;
  }
  .faq{
    padding: 3rem 0;
  }
  .accordion-header p::after,
  .accordion-content p::after{
    left: 1.5rem;
  }
  .accordion-header p, .accordion-content p {
    padding-left: 40px;
  }
  .lower-title-wrap{
    margin-bottom: 1.5rem;
  }
  .lower-title .english{
    margin-bottom: 0.5rem;
  }
  .lower-title{
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .lower-title::before{
    height:1.5rem;
  }
  .blue-btn{
    padding: 1.25rem 2.5rem;
  }
  .faq-title .english::before{
    width: 1rem;
    height: 1rem;
  }
  .faq-title .english{
    font-size:12px;
    gap:8px;
  }
}




/*インスタ*/

.instaCont section {
  display: flex;
  gap: 1rem 5%;
  flex-wrap:wrap;
  margin: 2rem 0;
  align-items:center;
}

.instaCont article {
  width: 47.5%;
}

.instaCont .imgBx01 {
  position: relative;
  display: block;
  padding: 0 0 100% 0;
}

.instaCont .imgBx01:hover {
  opacity: 0.7;
}

.instaCont .imgBx01 img,
.instaCont .imgBx01 video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;

}

.instaCont .imgBx01>span {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.instaCont .imgBx01>img+span,
.instaCont .imgBx01>video+span {
  display: none;
}

.instaCont .webgene-item-main-video {
  display: block;
  width: auto;
  max-width: 100%;
}

.instaCont .webgene-item .dayTxt {
  font-size: .85em;
  color: #FF8238;
}

.instaCont .webgene-item .snsTit {
  font-size: 1em;
  font-weight: normal;
}

@media screen and (min-width:768px) {
  .instaCont section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 1rem;
    margin: 2rem 0;
    justify-content: center;
  }
  .instaCont article {
    width: calc((100% - 4rem ) / 5);
  }
}

