@charset "utf-8";


.gjs-dashed .swiper-wrapper{
  flex-direction: column;
}

.gjs-dashed .swiper-fade .swiper-slide,
.gjs-dashed .txt-swiper .swiper-slide{
  opacity: 1 !important;
}

.gjs-dashed .swiper-slide{
  height:auto;
}


.gjs-dashed .title-anim{
  color: #000;  
}

.gjs-dashed .cta-title p,
.gjs-dashed .cta-title h2,
.gjs-dashed .top-title p,
.gjs-dashed .top-title h2,
.gjs-dashed .lower-title h2,
.gjs-dashed .stance .lower-title div{
  transform: translate(0, 0%);
}

.cta-small{
  display:none;
}

html { scroll-behavior: smooth;}

body{
  font-size:16px;
  font-family:"Noto Sans JP", sans-serif;
  color:#121E3B;
  font-weight: 400;
  word-break: auto-phrase;
  background:#fff;
}

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

#root{
  overflow:hidden;
}

strong{
  font-weight: 400;
}

h1,h2,h3,h4,h5{
  margin:0;
  font-weight:500;
  line-height:1.5;  
}

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

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

.sp{
  display:none;
}

a{
  color: #121E3B;
  cursor: pointer;
  display:inline-block;
  transition:0.3s;
  font-weight:600;
}

a:hover{
  color: #121E3B;
  text-decoration:none;
  opacity:0.7;
}

a p{
  line-height:1;
  font-weight:600;
}

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

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

.row{
  margin:0;
}


.pankuzu{
  display: flex;
  gap: 1.5rem 2.5rem;
  flex-wrap: wrap;
  font-size:12px;
  padding:5.5rem 15% 5rem;
}

.pankuzu a{
  position: relative;
  color:#2E4C99;
  text-decoration:underline;
}

.pankuzu a:hover{
  opacity:0.7;
}

.pankuzu a::before{
  content:">";
  position: absolute;
  right: -1.5rem;
  top: -3px;
}

.pankuzu p{
  line-height:1;
}

strong{
  display: inline-block;
}

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

.lower-fv{
  margin-bottom: 5rem;
}

.lower-fv .container{
  padding-bottom:7.5rem !important;
  border-bottom:1px solid #2E4C99;
}

.lower-fv p{
  font-size:clamp(2rem, 1rem + 3.33vw, 5rem);
  color:#2E4C99;
  line-height: 1;
  margin-bottom: 0.5rem;
  transform: translateX(20px);
  opacity:0;
  transition:1s;
}

.lower-fv h1{
  transform: translateX(20px);
  font-size:1rem;
  opacity:0;
  transition:1s;
}

.lower-fv img{
  opacity:0;
  transition:1s;
  transform: translateX(20px);
}

.gjs-dashed .lower-fv h1,
.gjs-dashed .lower-fv p,
.gjs-dashed .lower-fv img{
  opacity:1;
  transform: translateX(0px);
}

.lower-fv p.fadeUp,
.lower-fv h1.fadeUp,
.lower-fv img.fadeUp{
  opacity:1;
  transform: translateX(0px);
}

.btn{
  width:300px;
  padding:24px;
  text-align:center;
  display:block;
  background:#2E4C99;
  color:#fff;
  margin:5rem 0 0;
  font-size:18px;
  transition:0.3s;
  position:relative;
  overflow:hidden;
  border-radius:0px;
}

.btn:hover{
  color:#fff;
  opacity: 1;
  background: #5277D6;
}

@media (min-width: 768px) {
  .cta-item .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #004098;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  }
  .cta-item .btn:hover::before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
}

.cta{
  padding:3.5rem 0 4.5rem;
  background:#DCE9F2;
}

body:has(.cta-none) .cta{
  display:none;
}

.cta-title{
  display:flex;
  align-items:flex-end;
  margin-bottom:5rem;
  gap:1rem;
  border-left:1rem solid #2E4C99;
  padding-left:2rem;
  overflow:hidden;
}

.cta-title.fadeUp .accent{
  transform: translate(0, 0%);
  transition: 0.8s cubic-bezier(0.87, 0, 0.13, 1) transform;
}

.cta-title.fadeUp h2{
  transform: translate(0, 0%);
  transition: 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0.2s transform;
}

.cta-title p{
  color:#2E4C99;
  font-size:clamp(1.5rem, 0.333rem + 3.89vw, 5rem);
  line-height:1;
  transform: translate(0, 101%);
}

.cta-title h2{
  font-size:clamp(0.875rem, 0.792rem + 0.28vw, 1.125rem);
  line-height:1;
  padding-bottom:8px;
  transform: translate(0, 101%);
}

.cta-wrap{
  display:flex;
  align-items:stretch;
  position:relative;
}

.cta-wrap::before{
  content:"";
  position:absolute;
  width:1px;
  height:180px;
  background:#FFFFFF;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}

.cta-item{
  width:50%;
  background:#2E4C99;
  color:#fff;
  text-align:center;
  position:relative;
  padding:0 2.5% 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cta-item img{
  width:120px;
  margin:-3rem auto  0;
}

.cta-item h3{
  font-size:clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem);
  margin:1.5rem 0;
}

.cta-item .btn{
  background:#fff;
  margin:2.5rem auto 0;
  color:#2E4C99;
  border:none;
}

.cta-item .btn:hover{
  color:#fff;
  opacity:1;
}

.cta-item .btn p{
  position:relative;
  z-index:10;
}


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

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

.lower-title{
  margin-bottom:2.5rem;
  border-left:8px solid #2E4C99;
  padding-left:1.5rem;
  overflow:hidden;
}

.lower-title h2{
  font-size:clamp(1.25rem, 1rem + 0.83vw, 2rem);
  transform: translate(0, 101%);
}

.lower-title.fadeUp h2{
  transform: translate(0, 0%);
  transition: 0.8s cubic-bezier(0.87, 0, 0.13, 1) transform;
}

.btn-arrow{
  display:flex;
  padding:1rem 1.5rem;
  border:1px solid #2E4C99;
  align-items:center;
  justify-content: space-between;
  color: #2E4C99;
  background: transparent;
  font-size:1rem;
  font-weight:400;
}

.btn-arrow::before{
  display:none;
}

.btn-arrow:hover{
  padding-right:20px;
  opacity:1;
  background:#2E4C99;
  color:#fff;
}

.btn-arrow:hover img{
  filter: brightness(100);
}

.btn-arrow img{
  width:1.5rem;
  transition:0.3s;
}

.btn-arrow.blue{
  border:1px solid #2E4C99;
  background: #2E4C99;
  color:#fff;
  margin:2.5rem auto 0;
  padding: 1.5rem;
  font-size:18px;
  font-weight:600;
}

.btn-arrow.blue:hover{
  padding-right:20px;
  border:1px solid #5277D6;
  background:#5277D6;
}

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


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

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

@media screen and (max-width: 1024px) {
  .cta-title{
    border-left: 0.5rem solid #2E4C99;
    padding-left: 1rem;
    gap:1rem;
    margin-bottom:2rem;
  }
  .cta-title p{
    font-size: 2.5rem;
  }
  .cta-title h2{
    font-size:12px;
  }
  .cta-title div{
    min-height: auto !important;
  }
  .cta-wrap{
    flex-direction: column;
    background: #2E4C99;
    max-width: 600px;
    margin: 0 auto;
  }
  .cta-item {
    width: 100%;
  }
  .cta-item img{
    margin: 2rem auto 0;
  }
  .cta-wrap::before{
    width: 70%;
    height: 1px;
    top: 50%;
  }
  .pankuzu{
    padding: 5.5rem 10% 5rem;
  }
  .container{
    width:80%;
  }
  .lower-fv .container {
    padding-bottom: 3rem !important;
  }
}

@media screen and (max-width: 767px) {
  .cta-title{
    padding-left: 0.5rem;
    gap:0.5rem;
  }
  .cta {
    padding: 2.5rem 0 5rem;
  }
  .cta-wrap{
    width:90%;
  }
  .cta-item img{
    width:90px;
  }
  .cta-item{
    font-size: 12px;
    padding: 0 5% 2.5rem;
  }
  .cta-item h3{
    margin:1rem 0;
  }
  .cta-item .btn{
    width:100%;
    max-width:300px;
  }
  body{
    font-size:14px;
  }
  .pankuzu{
    padding: 5rem 5% 2rem;
    font-size:12px;
    gap: 1rem;
  }
  .pankuzu a::before{
    right: -0.75rem;
  }
  .container{
    width: 90%;
  }
  .lower-fv {
    margin-bottom: 4rem;
  }
  .lower-title{
    padding: 5px 0 5px 8px;
    margin-bottom: 2rem;
  }
  .btn{
    width: fit-content;
    min-width: 255px;
    padding: 20px 4rem;
    font-size: 14px;
  }
  .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;
  }
}




/*インスタ*/

.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 0;
    margin: 2rem 0;
    justify-content: center;
  }
  .instaCont article {
    width: 47.5%;
  }


}

@media screen and (min-width:1200px) {

  .instaCont article {
    width: calc(100% / 4);
  }

}

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

  .instaCont article .container{
    width:100%;
  }
}

