@charset "UTF-8";
.mt16{
  margin-top: 1.6rem;
}
.mb5 {
  margin-bottom: 5px;
  ;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}


#top .fv {
  padding-top: 0;
  padding-bottom: 0;
}
.fv{
  background: var(--light);
  background-size:  100vw auto, 20vw auto, 24vw auto, 16vw auto;
  background-position: bottom center, top left, bottom right, right 12% top 10%;
  background-repeat: no-repeat;
  position:relative;
  height: auto;
  padding-top: 12rem;
  padding-bottom:5.6rem;

}
.fv::before{
content: '';
/*position: absolute;*/
top: 0;
right: 0;
bottom: 0;
left: 0;
	z-index:5;
}
#top .fv_box {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  max-width: 1500px;
  transition: .5s;
  margin: 0 auto;
  background-image: url(../img/bg_main.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 590px;
}
#top .fv_word_cont {
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
}
#top .fv_word {
  box-shadow: 0 0 10px 0px rgba(133, 152, 157, .1);
  background-color: rgba(255, 255, 255, 0.5);
  color: #01317a;
  border-radius: 50px;
  padding: 10px 15px;
  line-height: 2.4rem;
  width: 100%;
}
.archive_cont {
  background: var(--sub);
  padding: 5px 20px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
#campaign .archive_cont,
.archive_cont.sub,
.archive_cont.livelist {
  width: 600px;
  margin: 15px auto 0;
}
.archive_cont span {
  font-size: 24px;
  font-weight: bold;
}
.archive_cont small {
  font-size: 20px;
  font-weight: bold;
}
#top .fv_box .cta {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -3%;
  display: flex;
  width: 800px;
}
#top .fv_box .arrow_Btn.form_cta,
.session_cta .arrow_Btn.form_cta {
  max-width: 460px;
}
#top .fv_box .arrow_Btn.livelist,
.session_cta .arrow_Btn.livelist {
  max-width: 310px;
}
.session_cta {
  display: flex;
  width: 800px;
  margin: 0 auto 60px;
}
#top .fv_box .arrow_Btn.form_cta{
  background: linear-gradient(to right, #f6c866, #f09451);
}
@media screen and (max-width:1400px) {
  #top .fv_box {
    height: 560px;
  }
}
@media screen and (max-width:1300px) {
  #top .fv_box {
    height: 520px;
  }
  #top .fv_word {
    bottom: 7%;
  }
  #top .fv_box .hdr-btn {
    bottom: -4%;
  }
}

@media screen and (max-width:1100px) {
  #top .fv_box {
    height: 425px;
  }
  #top .fv_word {
    bottom: 8%;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  #top .fv_box .hdr-btn {
    bottom: -3%;
  }
  #top .fv_box .arrow_Btn {
    padding: 15px 30px;
  }
  #top .fv_box .arrow_Btn span,
  .session_cta .arrow_Btn span {
    font-size: 14px;
  }
  #top .fv_box .arrow_Btn.bgleft.form_cta span.free {
    font-size: 1.3rem;
  }
  #top .fv_box .arrow_Btn.form_cta{
    max-width: 330px;
  }
}

@media screen and (max-width:950px) {
  #top .fv_box {
    height: 408px;
    background-image: url(../img/bg_main02.png);
  }
  #top .fv_box .arrow_Btn {
    padding: 11px 30px;
  }
  #top .fv_word {
    padding: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  #top .fv_box .arrow_Btn.form_cta{
    max-width: 300px;
    bottom: 1rem;
  }
}
@media screen and (max-width:950px){
  #top .fv_box {
    height: 435px;
  }
}
@media screen and (max-width: 820px) {
  #top .fv_box {
      height: 380px;
  }
  #top .fv_box .arrow_Btn.form_cta {
    bottom: 0;
    max-width: 280px;
}
}
@media screen and (max-width:769px){
  #top .fv_box {
    /*height: 435px;*/
    height: 615px;
  }
  #top .fv_word_cont {
    bottom: 14%;
    width: 85%;
  }
  #top .fv_word {
    padding: 10px 15px;
    line-height: 2rem;
    width: 100%;
  }
  .archive_cont {
    padding: 5px 5px;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
  }
  .archive_cont.sub,
  .archive_cont.livelist,
  #campaign .archive_cont {
    width: 90%;
    margin: 15px auto 0;
  }
  .archive_cont span {
    font-size: 16px;
  }
  .archive_cont small,
  .archive_cont.sub small {
    font-size: 16px;
  }
  /*#top .fv_word {
    padding: 17px;
    font-size: 1.7rem;
    line-height: 2.5rem;
    width: 90%;
    bottom: 19%;
  }*/
  #top .fv_box .arrow_Btn {
    padding: 20px;
    width: 85%;
  }
  #top .fv_box .hdr-btn {
    left: 0;
    right: 0;
    transform: unset;
  }
  #top .fv_box .arrow_Btn span,
  .session_cta .arrow_Btn span {
    font-size: 1.8rem;
  }
  #top .fv_box .arrow_Btn.bgleft.form_cta span.free {
    font-size: 1.5rem;
  }
  #top .fv_box .hdr-btn {
    bottom: 12%;
  }
  #top .fv_box .cta {
    left: 0;
    right: 0;
    transform: unset;
    width: 100%;
    margin: 0 auto 0;
    flex-wrap: wrap;
    bottom: 16%;
  }
  .session_cta {
    display: flex;
    width: 100%;
    margin: 0 auto 60px;
    flex-wrap: wrap;
  }
  .session_cta .arrow_Btn {
    margin: 5px auto;
  }
  #top .fv_box .arrow_Btn.livelist {
    max-width: 430px;
  }
  #top .fv_box .arrow_Btn.form_cta{
    max-width: 320px;
  }
  #top .fv_box .arrow_Btn.form_cta{
    bottom: -8rem;
  }
  .gift_Wrap img{
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width:600px){
  /*#top .fv_word{
    padding: 9px;
    font-size: 1.4rem;
    line-height: 2.3rem;
    bottom: 36%;
  }*/
  #top .fv_box .arrow_Btn span,
  .session_cta .arrow_Btn span {
    font-size: 1.4rem;
  }
  #top .fv_box .arrow_Btn.bgleft.form_cta span.free {
    font-size: 1.1rem;
  }
  #top .fv_box .arrow_Btn{
    padding: 13px;
    margin-top: 10px;
  }
  #top .fv_box .hdr-btn {
    bottom: 7%;
}
}
@media screen and (max-width:540px){
  #top .fv_box {
    height: 430px;
  }
  #top .fv_box .arrow_Btn.form_cta {
    bottom: -7rem;
}
}
@media screen and (max-width:430px){
  #top .fv_box {
    height: 350px;
}
#top .fv_box .arrow_Btn span{
  font-size: 1.7rem;
}
#top .fv_box .arrow_Btn.bgleft.form_cta span.free {
  font-size: 1.3rem;
  padding: 3px 10px;
}
#top .fv_box .arrow_Btn.form_cta {
  max-width: 280px;
}
#top .fv_box .arrow_Btn {
  padding: 10px;
  margin-top: 0;
}
#top .fv_box .arrow_Btn.form_cta {
  bottom: -5.5rem;
}
}
@media screen and (max-width:420px){
  /*#top .fv_word{
    bottom: 35%;
    padding: 13px;
    font-size: 1.4rem;
    line-height: 2rem;
  }*/
  #top .fv_box {
    height: 340px;
}
  #top .fv_box .arrow_Btn.form_cta {
    bottom: -5.3rem;
}
}
@media screen and (max-width:395px){
  #top .fv_box {
    height: 315px;
}
}
@media screen and (max-width: 375px) {
  #top .fv_box {
      height: 310px;
  }
  #top .fv_box .arrow_Btn.form_cta {
    bottom: -5.3rem;
}
}
@media screen and (max-width: 360px) {
  #top .fv_box {
      height: 295px;
  }
  #top .fv_box .arrow_Btn.form_cta {
    max-width: 280px;
    width: 100%;
}
}

.banner02-img{
  position:absolute;
  top:6.4rem;
  right:1rem;
  max-width: 320px;
  width: 100%;
  z-index:10;
  box-shadow: 0 0 8px 0 rgb(0,0,0,.1);
  transition:.3s;

}
.banner02-img:hover{
  opacity:0.8;
  box-shadow:none;
}
.fv-illust_l,.fv-illust_r{
  max-width: 30vw;
  width: 100%;
  position:absolute;
  z-index:4;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.fv-illust_l{
  left:0;
}
.fv-illust_r{
  right:0;
}
.fv-center{
  text-align: center;
  width: 100%;
  margin: auto;
  z-index:6;

  position: relative;
  max-height: 760px;
}
.fv-logo{
  max-width: 640px;
  width: 100%;
  margin-bottom: 1rem;

}
.fv-center .date{
  color: var(--bl);
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 3.2rem;
  margin-bottom: 2rem;
}
.fv-center .date span.line{
  color: var(--dark);
  font-weight: normal;
  padding-left: 1rem;
  padding-right: 1rem;

}
.fv-center .date span.small{
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 0.2rem;
  margin-right: 0.2rem;

}
.fv-btn{
}
.fv-center_sublogo{
  margin-bottom: 2rem;
  justify-content: center;
}
.fv-center_sublogo p{
  background: #fff;
  color: #01317a;
  border: solid 2px #01317a;
  box-shadow: 0 0 8px 0px rgba(68,186,243,.1);
  padding: 0.4rem 1.4rem;
  font-weight: bold; 
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
  border-radius: 999px;
  margin-right: 2.4rem;
}
.fv-center_sublogo img{
  width: 110px;
}
.fv-banner{
  max-width: 1030px;
  margin: 2.4rem auto 0;
  transition:.3s;
}
.fv-banner {


  width: 100%;

}
.fv-banner:hover{
  transform: translateY(-0.6rem);
}

/*====CONCEPT====*/
.concept{
  background: linear-gradient(140deg, rgb(3, 220, 234), rgb(68, 186, 243));
  position: relative;
  z-index:5;
  border-radius: 8px;
  padding: 4rem 4.8rem;
  box-shadow: 0 0 24px 0px rgba(68,186,243,.1);
  margin-top: 30rem;
  margin-bottom: 3.2rem;
}
.concept .deco01,.concept .deco02,.concept .deco03{
  position:absolute;
  z-index: 6;
}
.concept .deco01{
  width: 48px;
  bottom:10%;
  left:-2rem;
}
.concept .deco02{
  width: 60px;
  right:24%;
  top:-4.8rem;

}
.concept .deco03{
  width: 56px;
  bottom:-2rem;
  right:8%;
}
.concept .til{
  color: rgba(255,255,255,.2);
  margin-bottom: 0;
  position:absolute;
  bottom:1.6rem;
  right:2.4rem;
  z-index:3;
  text-align: right;
}
.concept .til span.til-en{
  background:transparent;
  background: -webkit-transparent;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.subtil{
  display: inline-block;
  letter-spacing: -0.01em;
  font-size: 2.6rem;
  line-height: 5rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
  /*
  background: var(--grad);
  background: -webkit-var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
  color: var(--bl);
}
.subtil span{
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.4rem 1rem;
  background: #fff;

}
.concept-txt{
  z-index:7;
  position: relative;
}
.concept .txt{
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.7rem;
}
.concept .txt br.high{
  content:'';
  display: block;
  height: 1rem;
}
#top .concept_box {
  margin: auto;
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #ff9553, #ffeec1, #50b0ff);
}
#top .concept_read {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 80px auto;
  background: url(../img/concept_01.png) no-repeat right top, url(../img/concept_02.png) no-repeat left bottom;
  background-size: 16% 23%, 7% 29%;
  background-color: #fff;
  border-radius: 50px 0 50px 0;
  padding: 50px 50px 20px;
  color: #374155;
  z-index: 2;
}
#top .concept_ttl {
  margin-top: -85px;
  margin-bottom: 20px;
}
#top .concept_deco01 {
  width: 9%;
  top: -15%;
  right: 10%;
  position: absolute;
}
#top .concept_deco02 {
  width: 7%;
  bottom: -8%;
  left: -4%;
  position: absolute;
}
#top .bg-linear {
  font-size: 3rem;
}

#top .til {
  margin-bottom: 0;
  color: #cde2f5;
  line-height: 2rem;
}

#top .til span.til_en {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-weight: 800;
  color: #cde2f5;
}

/*.concept_deco03 {
  position: absolute;
  top: 3%;
  left: 0;
  z-index: 1;
  background-image: url(/event/soumu_p/2026/img/concept_05.png);
  background-position: left -3%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 10%;
  height: 30%;
}
.concept_deco04 {
  position: absolute;
  top: 3%;
  right: 0;
  z-index: 1;
  background-image: url(/event/soumu_p/2026/img/concept_07.png);
  background-position: left -3%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 10%;
  height: 30%;
}*/
#readMoreBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 35px;
}
.readMoreContainer {
  position: relative;
  height: auto;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.6s;
}
.readMoreContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 40%, #ffffff 100%);
  pointer-events: none;
}
.readMoreContainer.show:after {
  z-index: -1;
  opacity: 0;
}
.readMoreBtn {
  display: block;
  margin: 0 auto;
  padding: 8px 40px;
  border: 0;
  color: #374155;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.3rem;
}
.readMoreContainer p:last-child {
  margin-bottom: 10px;
}
#top .gift_Wrap h2 p{
  color: #374155;
}
@media screen and (max-width:900px) {
  #top .concept_deco01{
    top: -8%;
    right: 13%;
  }
  #top .concept_read{
    background-size: 18% 14%, 10% 15%;
  }
  #top .bg-linear{
    font-size: 2.4rem;
    padding: 9px 13px;
    line-height: 2.5rem;
  }
}
@media screen and (max-width:769px) {
  #top .concept_deco01 {
    width: 11%;
    top: -3%;
    right: 13%;
    z-index: 4;
  }
  #top .concept_ttl .bg-linear {
    font-size: 2.3rem;
    line-height: 2.3rem;
    padding: 9px 12px;
  }
  #top .concept_read {
    background: url(../img/concept_01_sp.png) no-repeat right top, url(../img/concept_02_sp.png) no-repeat left bottom;
    padding: 40px 20px 20px;
    background-size: auto;
    background-color: #fff;
    margin: 80px auto 60px;
  }
}
@media screen and (max-width:600px) {
  #top .concept_deco01{
    width: 16%;
    top: 2%;
    right: 9%;
  }
}
@media screen and (max-width:400px){
  #top .concept_deco01{
    width: 18%;
    top: 2%;
    right: 4%;
  }
  #top .concept_read{
    /*margin: -30px auto 0;*/
  }
}
/*====END CONCEPT====*/

/*====EVENT====*/
.event{
  padding-top: 4rem;
  padding-bottom: 9rem;
}
.event-btnarea{
  padding-bottom: 5.6rem;
  background: var(--light);
}
.event .til-box{
  margin-bottom: 2.8rem;
}
.event .til-box .txt{
  padding-bottom: 1.4rem;
  color: #374155;
  font-size: 1.4rem;
  font-weight: bold;
    margin-left: 20px;
}
.event-con{
  padding-bottom: 5.6rem;
  background-attachment: fixed;

}
.event-main .time,
.event-detail .time{
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
  color: #ffb900;
  background: #fcf7ea;
  padding: 0.6rem 1.6rem 0.4rem;
  display: inline-block;
  border-radius:999px;
}
.event-main .bg-linear{
  font-size: 2.6rem;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.event-main .time span.small,
.event-detail .time span.small{
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}
.event-main .time{
	color: var(--or);
	background: #fff1eb;
}
.event-con .deco01,.event-con .deco02,.event-con .deco03{
  z-index:4;
  position: absolute;
}
.event-con .deco01{
  width: 64px;
  left:3%;
  top:-3.2rem;
}
.event-con .deco02{
  width: 40px;
  right:8%;
  top:-4rem;
}
.event-con .deco03{
  width: 44px;
  right:16%;
  bottom:-4.8rem;
}
.deco-top,.deco-bottom{
  z-index:1;
  width: 100vw;
  position:absolute;
  left:0;
}
.deco-top{
  top:-2px;
}
.deco-bottom{
  bottom:-2px;
}
.event-con .wrapper{
  z-index:5;
  position:relative;
}
.event-con .date span{
  /*
  background: #e6f3fa;
  box-shadow: 0 0 8px 0px rgba(68,186,243,.1);
  color: var(--bl);
  */
/*  background: #fcf7ea;*/
/*  box-shadow: 0 0 10px 0px rgba(255,185,0,.1);*/
/*  color: var(--sub);*/
	background: var(--bl);
	box-shadow: 0 0 16px 0px rgba(0, 0, 0, .1);
	color: white;
  display: inline-block;
  padding: 1rem 2.4rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  border-radius: 999px;
  margin-bottom: 2.4rem;
}

.event-main{
  border-radius:8px;
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, .1);
  background: #fff;
  margin-bottom: 3.2rem;
  padding: 2rem 4rem 2rem 4rem;
  justify-content: space-between;
  position:relative;
}
.event-main_detail{
  width: calc(100% - 340px);
  max-width: 100%;
  padding-top: 10px;
  z-index:4;
  position:relative;
  color: #374155;
}
.event-main .img{
  width: 320px;
  height: 280px;
  position:relative;
  margin-right: -4rem;
}
.event-main img{
  object-fit: cover;
  width: 320px;
  height: 280px;
  border-radius:999px 0 0 999px;
  background: var(--light);
  display: block;

  z-index:1;

}
.event-main .img::after{
  content:'';
  border-radius:999px;
  width: 32px;
  height: 32px;
  z-index:2;
  /*background:#ffc8c8;*/
  display: block;
  position:absolute;
  top:1.8rem;
  left:2.6rem;
}
/*
.event-main .type{
background: var(--sub);
color: white;
font-weight: bold;
font-size: 1.8rem;
line-height: 2rem;
border-radius:999px;
padding: 0.8rem 2rem;
display: inline-block;
position:absolute;
box-shadow: 0 0 8px 0px rgba(255,185,0,.1);
left: 4rem;
top: -1.8rem;
}
*/
.event-main .type {
  color: #ebebeb;
  font-weight: 800;
  font-size: 5rem;
  line-height: 6.4rem;
  border-radius: 999px;
  letter-spacing: -0.01em;
  display: inline-block;
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index:3;
}
.event-main .event-til{
  font-size: 2.8rem;
  line-height: 4.8rem;
  color: #fff;
  margin-bottom: 3.2rem;
  z-index:4;
  position: relative;
  width: 100%;
}
.event-main .event-til span{
  font-weight: bold;
  padding: 0.4rem 1rem;
  letter-spacing: 0.1em;
  background: linear-gradient(-90deg, rgb(3, 220, 234), rgb(68, 186, 243));
}
.name-box .read{
  margin-bottom: 20px;
}
.name-box .name{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.name-box .name span{
  font-size: 1.8rem;
  font-weight: bold;
}
.name-box .position{
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: var(--dark);
}
.event-main .txt{
  font-size: 1.5rem;
  line-height: 2.5rem;
  border-top: 1px solid var(--dark);
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  color: var(--dark);
}
.event-comingsoon{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2.4rem;
}
#top .event {
  background: url(../img/bg.jpg);
  background-size: contain;
  position: relative;
}
#top .event .til,
#top .company .til {
  color: #374155;
}
#top .event .til-box .deco {
  background: #374155;
}
@media screen and (max-width:769px) {
    .event .til-box .txt{
        margin-left: 0;
    }
    .event-detail_li li .name-con{
      flex-wrap: nowrap;
      margin-bottom: 20px;
    }
    #top .event-detail_li li .name-box{
      width: 60%;
    }
    .event-con{
      padding-bottom: 11.6rem;
    }
}
@media screen and (max-width:400px) {
  .event-main .time{
    font-size: 1.8rem;
  }
}
/*====END EVENT====*/

/*====b-dash====*/
ul#bdash_banner {
    width: 1030px;
    margin: 40px auto 35px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:769px) {
    ul#bdash_banner {
        width: 95%;
        flex-wrap: wrap;
    }
    ul#bdash_banner li {
        width: 47%;
        margin: 5px;
    }
}
/*====END b-dash====*/

/*====SERVICE====*/
.service{
  background: var(--light);
  background-image: url(../img/deco/02bottom_wh.png);
  -webkit-background-size: 100vw auto;
  background-size:100vw auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom:  5.6rem;
  position:relative;
}
.service .deco01,.service .deco02{
  position:absolute;
  z-index:2;
}
.service .deco01{
  bottom:-1rem;
  width: 32px;
  left:4%;
}
.service .deco02{
  width: 60px;
  right:7%;
  bottom:-5rem;
}
.comingsoon{
  font-size: 3.2rem;
  text-align: center;
  color: var(--dark);
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-bottom: 3.2rem;
}
.service .service-til {
  font-size: 2.8rem;
  line-height: 4.8rem;
  color: #fff;
  z-index:4;
  position: relative;
  width: 100%;
}
.service .service-til span {
  font-weight: bold;
  padding: 0.4rem 1rem;
  letter-spacing: 0.1em;
  background: linear-gradient(-90deg, rgb(3, 220, 234), rgb(68, 186, 243));
}
.service h4 {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing:-0.01em;
  font-size: 2.8rem;
  font-weight: 800;
    margin-top: 30px;
}
.service ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px auto 20px;
}
.service ul li {
    width: 32%;
    border: 1px solid #d9e4ea;
    background: #fff;
    border-radius:4px;
    box-shadow: 0 16px 16px 0px rgba(68,186,243,.05);
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width:769px) {
    .service .service-til {
        font-size: 2rem;
        line-height: 3.6rem;
    }
    .service .til-box {
        margin-bottom: 10px;
    }
    .service ul {
        display: block;
    }
    .service ul li {
        width: 100%;
        line-height: 40px;
        margin-bottom: 5px;
    }
}
/*====END SERVICE====*/

/*====CATALOG====*/
.catalog {
  padding-top: 4rem;
  padding-bottom:  5.6rem;
  position:relative;
}
.catalog .lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -1em;
}
.catalog .lead p {
    line-height: 1.8em;
    margin-right: 20px;
}
.catalog .lead p span {
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 15px;
}
.catalog-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.catalog-box {
    background: linear-gradient(140deg, rgb(3, 220, 234), rgb(68, 186, 243));
    position: relative;
    z-index:5;
    border-radius: 8px;
    padding: 3rem 3.8rem;
    box-shadow: 0 0 24px 0px rgba(68,186,243,.1);
    margin-bottom: 3.2rem;
    color: #fff;
}
.catalog-box.cont01 {
    width: 59.5%;
}
.catalog-box.cont02 {
    width: 39%;
}
.catalog-box .point {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
  color: var(--sub);
  background: #fcf7ea;
  padding: 0.6rem 1.6rem 0.4rem;
  display: inline-block;
  border-radius:999px;
}
.catalog-box .img-title {
    display: flex;
    align-items: center;
    margin: 10px auto 15px;
}
.catalog-box h3 {
    font-weight: bold;
    font-size: 22px;
}
.catalog-box h3 span {
    color: var(--bl);
    background: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 24px;
    font-weight: bold;
}
.catalog-box.cont02 h3 span {
    font-size: 16px;
    line-height: 1.0em;
}
.catalog-box.cont02 p {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6em;
}
.catalog-box img {
    object-fit: cover;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: var(--light);
    display: block;
    margin-right: 20px;
}

@media screen and (max-width:769px) {
    .catalog .lead {
        display: block;
        margin-top: -1em;
    }
    .catalog .lead p {
        margin-right: 0;
    }
    .catalog-cont {
        display: block;
    }
    .catalog-box {
        padding: 2rem 1.6rem;
        margin-bottom: 15px;
    }
    .catalog-box.cont01 {
        width: 100%;
    }
    .catalog-box.cont02 {
        margin-right: 0;
        width: 100%;
    }
    .catalog-box .point {
        font-size: 1.6rem;
    }
    .catalog-box h3 {
        font-size: 16px;
    }
    .catalog-box h3 span {
         margin-bottom: 5px;
        padding: 2px 5px;
        font-size: 16px;
    }
    .catalog-box img {
        width: 100px;
        height: 100px;
    }
}
/*====END CATALOG====*/

/*====COMPANY====*/
#top .company{
  padding-top: 10rem;
  padding-bottom: 4rem;
  position:relative;
  /*background-color: #f7fafb;*/
  background: url(../img/deco/bg_grad.png);
  background-size: cover;
  margin-top: -70px;
}
.company a{
  transition:.3s;
  display: block;
  mix-blend-mode: darken;
}
.company a:hover{
  /* transform: translateY(-0.6rem); */
  top:40%;
}
.company .deco01,
.event .deco01{
  z-index:3;
  position:absolute;
  width: 64px;
  top: -3rem;
  right:8%;
}
.event .deco01{
  width: 35px;
  right: 3%;
}
.company .deco02,
.event .deco02{
    z-index: 3;
    position: absolute;
    top: -1rem;
    left: 7rem;
    width: 50px;
    height: 90px;
}
.event .deco02{
  width: 57px;
  height: 89px;
  right: 13rem;
  left: unset;
  top: -2rem;
}
.logo-li{
  /* margin-bottom: 3.2rem; */
  
}
.logo-li li{
  display: block;
  width: 18%;
*heightL^¥P: 96px;

  margin: 0 1% 2.4rem;
  text-align: center;
  /*  background: var(--light);*/
  position:relative;
}
.logo-li li a{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 90%;
}
.logo-li li.square a{
	height: 80px;
	width: auto;
}
.golid_li li.square a{
	height: 80px;
	width: auto;
}
.support-con{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.support-con p{
  border: solid 2px #374155;
  font-weight: bold;
    color: #374155;
    background-color: #fff;
  box-shadow: 0 0 8px 0px rgba(68,186,243,.1);
  padding: 0.4rem 1.4rem;
  /*	font-weight: bold;*/
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
  border-radius:999px;
  margin-right: 2.4rem;
}
.support-con .support-img{
  text-align: center;
}
.support-con .support-img img{
  width: 150px;
}
/*====END COMPANY====*/
.btn-li{
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}
.btn-li .btn{
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 320px;
}
.fv-btn_li{
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-around;
  align-items: end;
}
.fv-btn_li div{
  width: 100%;
}
.fv-btn_li .btn{
  font-size: 1.6rem;
  line-height: 2rem;
  width: 280px;
  padding: 1.6rem 0.8rem;
}
.fv-btn_li .btn::after{
  display: none;
}
.fv-btn_li>div{
  width: 280px;
  max-width: 100%;
  
}
.sp-session_til span {
    background: #f08383;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0.8rem 1.6rem 1rem;
    border-radius: 4px 4px 0 0;
    margin-bottom: 1.6rem;
}
.archive-txt {
  /* line-height: 60px; */
  position: relative;
  /* height: 60px; */
  /* margin: 2em  1em; */
  padding: 1.6rem 0rem;
  text-align: center;
  color: #fff;
  display:inline-block;
  background:var(--sub);
}

.archive-txt:before,
.archive-txt:after {
  position: absolute;
  top: 0;
  display: block;
  height:0px;
  content: '';
  border: 29px solid var(--sub);

}

.archive-txt:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.archive-txt:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.archive-txt span {
  position: relative;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.archive-subtxt{
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  text-align: center;
  /* color: var(--sub); */
}
.archive-subtxt span{
  background:linear-gradient(transparent 60%, #fcf7ea 60%);
}
.archive-subtxt_wh{
  color:#fff;
}
.archive-subtxt_wh span{
  background:transparent;
}
@media screen and (max-width: 1024px) {
  .fv-center{
    max-width: 72vw;
  }
  .banner02-img{
    max-width:240px;
    right:0.4rem;
  }
  /*====1024 EVENT====*/
  /*
  .event-main{
  padding-left: 2.4rem;
}
*/
.event-main .img,.event-main img{
  width: 270px;
  height: 230px;
}
.event-main .event-til{
  font-size: 2.4rem;
  line-height: 4.4rem;
  margin-bottom: 2.8rem;
}
.event-main .event-til span{
  letter-spacing: 0.05em;
}
.event-main_detail {
  width: calc(100% - 230px);
}
.name-box .position{
  font-size: 1.4rem;
  line-height: 2.2rem;
}
/*====END 1024 EVENT====*/

}
@media screen and (max-width:769px){
        #top .fv_box{
          /*background-image: url(/event/soumu_p/2026/img/bg_main_sp.png);*/
          background-image: none;
        }
        .fv_word{
          padding: 16px;
          font-size: 1.8rem;
          line-height: 3rem;
          width: 80%;
          bottom: 16%;
          }
        #top .company .deco02{
          top: -4rem;
          left: 9%;
          width: 28px;
          height: 90px;
        }
      }

@media screen and (max-width:769px) {
  .fv{
       padding-top: 6.4rem;
  }
	.fv-center .date{
		margin-bottom: 2rem;
	}

  .fv-center{
    max-width: 100%;
  }
  .fv-center .date{
    font-size: 2rem;
    letter-spacing: -0.01em;
  }
  .fv-center .date span.small{
    font-size: 1.6rem;
  }
  .fv-center .date span.line {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .fv-logo{
    max-width: 580px;
  }
  .fv-illust_tpbt{
    display: block;
  }
  .fv-illust_tpbt_sp{

    display: none;
  }
  .fv-illust_top,.fv-illust_bottom{
    max-width: 100vw;
    width: 100%;
    position:absolute;
    z-index:4;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .fv-illust_top{
    top:0;
  }
  .fv-illust_bottom{
    bottom:0;
  }

  .fv-center_sublogo{
    /*
    background: #fff;
    padding: 1rem 2rem;
    border-radius:999px;
    box-shadow: 0 0 24px 0px rgba(68,186,243,.1);
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    */
  }
  .fv-center_sublogo p{
    font-size: 1.3rem;
  }

  .fv-center_sublogo img{
    width: 140px;
    box-shadow: 0 0 24px 0px rgba(68,186,243,.1);
    padding: 0.8rem 2rem;
    background: #fff;
    border-radius:999px;
  }
  .concept{
    padding: 3.2rem 4rem;
  }
  .concept .txt{
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  /*====769 EVENT====*/
  .event-main .type{
    font-size: 5.6rem;
  }
  .event-detail .time{
    font-size: 1.6rem;
  }
  .event-main{
    padding: 2.4rem 2rem;
  }
  .event-main .event-til{
    font-size: 2.2rem;
    line-height: 4.4rem;
    margin-bottom: 2.4rem;
  }
  .event-main .img{
    margin-right: 0;
  }

  .event-main .img-sp{
    margin-right: 2rem;
    position:relative;
  }
  #top .event-main .img-sp{
    margin-right: 1rem;
  }
  .event-main .img-sp::after{
    content: '';
    border-radius: 999px;
    width: 24px;
    height: 24px;
    z-index: 2;
    background: var(--acco);
    display: block;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
  }
  .name-box .name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
  }
  .name-box .name span{
    font-size: 1.6rem;
  }
  .name-box .position{
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  .event-main .img-sp img{
    border:2px solid var(--light);

  }

  .event-main_detail {
    width: 100%;
  }
  .name-box_sp{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  /*====END 769 EVENT====*/
  .logo-li li{
    width: 32%;
    margin: 0 0.5% 2.4rem;
  }
  .btn-li div:first-child{
    margin-bottom: 1.6rem;
  }
.sp-session_til span {
    font-size: 1.3rem;
}
	.event-main .event-til span{
		line-height: 3.8rem;
	}
}
@media screen and (max-width:769x){
  .event-main .time{
    font-size: 1.5rem;
  }
}

@media screen and (max-width:640px){
  .fv-center_sublogo img{
    width: 110px;
  }
  .fv-btn_li>div:first-child{
    margin-bottom: 1.4rem;
  }
  .concept{
    padding: 2.8rem 2rem;
  }
  .subtil{
    font-size: 2.4rem;
    line-height: 4.2rem;
	  margin-bottom: 1rem;
  }
  .event-main .event-til {
    font-size: 2rem;
    line-height: 3.6rem;
    margin-bottom: 2.2rem;
  }
  .event-main {
    padding: 2.2rem 1.8rem;
  }
  .event-con .deco01{
    width: 48px;
  }
  .event-con .deco02{
    width: 32px;
  }
  .event-con .deco03{
    width: 34px;
  }
  .service .deco02{
    width: 48px;
  }
  #top .company .deco01{
    width: 47px;
    top: -3rem;
  }
  #top .event .deco01{
    width: 32px;
    top: -5rem;
    right: 8%;
  }
  #top .event .deco02{
    top: -3rem;
    left: 58%;
  }
  .golid_li li{
    width:48%;
  }
}

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

  .logo-li li{
    height:64px;
  }
  .fv-logo {
    max-width: 100%;
  }
  .fv-illust_tpbt{
    display: none;
  }
  .fv-illust_tpbt_sp{
    display: block;
  }
  .concept{
        padding: 2rem 1.6rem;
  }
  .event-main {
    padding: 2rem 1.6rem;
  }
	.event-main .txt {
    font-size: 1.5rem;
    line-height: 2.2rem;
	}
	  .subtil{
    font-size: 2rem;
    line-height: 3.8rem;
	  margin-bottom: 1rem;
  }
  .logo-li li{
    height:64px;
  }
}

/* --------------------------------
追従バナー
----------------------------------- */
.dl_float{
  position: fixed;
  bottom: 3%;
  right: 1%;
  width: 90%;
  max-width: 300px;
  filter: drop-shadow(2px 4px 5px #999);
  transition: 0.3s;
  z-index: 99;
}
.dl_float:hover{
  transform: translateY(-5px);
}
.dl_float .sp {
  display: none;
}
@media screen and (max-width:640px){
  .dl_float .pc {
    display: none;
  }
  .dl_float .sp {
    display: block;
  }
  .dl_float{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    filter: none;
    transition: 0.3s;
    z-index: 99;
  }
}




