@charset "utf-8";

#top main#pageBody{
  background: #DEEAF9;
}
#top .contentsInner {
  max-width: 1300px !important;
  padding: 0 5%;
}
#top .link-primary-btn a span {
  min-width: 14em;
  text-align: left;
}


/*=====================================================

=====================================================*/
#top #pageBody #pageMain {
  position: relative;
	width: 100%;
	/*height: 100vh;*/
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #2496C8 0%, #559DC7 17.79%, #1A8CD6 40.87%, #1A74E3 55.77%, #195BED 70.67%, #1342F6 87.02%);
}
#top #pageBody #pageMain .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0); /* 切り抜き */
}
#top #pageBody #pageMain .video {
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
#top #pageMain #pageTtlMain {
  /*height: 800px;*/
  position: relative;
  padding: 220px 0 120px 0;
  margin-top: 0;
  text-align: center;
}
#top .ttlBox .contentsInner{
  text-align: center;
}
#top #pageMain #pageTtlMain .titleCatch{
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 8px 8px 40px rgba(27, 23, 110, 0.6);
}
#top #pageMain #pageTtlMain .titlelead{
  font-weight: 700;
  line-height: 250%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 32px;
  text-shadow: 8px 8px 40px rgba(27, 23, 110, 0.6);
}
#top #pageMain #pageTtlMain .titlelead + .titleCatch{
  margin-top: 88px;
}
#top #pageMain #pageTtlMain .col-3{
  box-sizing: border-box;
  align-items: flex-start;
  margin-top: 112px;
}
#top #pageMain #pageTtlMain .col-3 div{
  width: calc((100% - 6.34%) / 3);
  background: linear-gradient(252.56deg, #39E7FF 41.26%, #00FF98 73.21%);/*罫線の色*/
  border-radius: 8px;
  padding: 1px;
}
#top #pageMain #pageTtlMain .col-3 div a{
  position: relative;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(0deg, rgba(2, 12, 93, 0.4), rgba(2, 12, 93, 0.4)), linear-gradient(112.86deg, #354169 -1.4%, #3C55CC 49.3%, #4A63E6 100%);
  transition: all .3s;
}
#top #pageMain #pageTtlMain .col-3 div a:before{
  background: linear-gradient(112.86deg, #354169 -1.4%, #3C55CC 49.3%, #4A63E6 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
}
#top #pageMain #pageTtlMain .col-3 div a:hover::before {
  opacity: 0;
}
#top #pageMain #pageTtlMain .col-3 dl{
  position: relative;
  border-radius: 8px;
  padding: 8px 40px;
}
#top #pageMain #pageTtlMain .col-3 dl dt{
  text-align: left;
}
#top #pageMain #pageTtlMain .col-3 dl dt span{
  font-family: 'Zen Kaku Gothic New';
  font-weight: 400;
  font-size: 4.0rem;
  line-height: 100px;
  position: relative;
  padding-right: 26px;
  
}
#top #pageMain #pageTtlMain .col-3 dl dt span:after{
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  background: url("../img/index_pageMain_arw.svg") no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#top #pageMain #pageTtlMain .col-3 dl dd{
  text-align: left;
}
#top #pageMain #pageTtlMain .col-3 dl dd span{
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
}
#top #pageMain .link-primary-btn {
  margin: 32px auto 0 auto;
}

@media only screen and (max-width:767px){
  #top #pageMain #pageTtlMain {
    padding: 130px 0 120px 0;
  }
  #top #pageMain #pageTtlMain .titleCatch{
    font-size: 2.2rem;
    line-height: 160%;
  }
  #top #pageMain #pageTtlMain .titlelead{
    font-size: 1.5rem;
    line-height: 170%;
    margin-top: 20px;
  }
  #top #pageMain #pageTtlMain .titlelead + .titleCatch{
    margin-top: 40px;
  }


  
  #top #pageMain #pageTtlMain .col-3 div{
    width: 100%;
  }
  #top #pageMain #pageTtlMain .col-3 dl{
    padding: 8px 10px 8px 20px;
  }
  #top #pageMain #pageTtlMain .col-3 dl dt{
      line-height: 70px;
  }
  #top #pageMain #pageTtlMain .col-3 dl dt span{
    font-size: 2.6rem;
  }
  #top #pageMain #pageTtlMain .col-3 dl dd{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1%;
  }
  #top #pageMain #pageTtlMain .col-3 dl dd span{
    width: 49%;
  }
  #top #pageMain #pageTtlMain .col-3 dl dd img{

    width: 50%;
  }
}

/*------------------------------------------------------------*/
#top #contents {
  padding-bottom: 0;
}
#issueArea .col-2{
  margin-top: 44px;
}
#issueArea .col-2 .articleWrap{
  border-radius: 8px;
  overflow: hidden;
}
#issueArea .col-2:first-of-type .articleWrap{
  display: flex;
  flex-direction: column;
  flex: 1;
}
#issueArea .col-2 .articleWrap a{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: linear-gradient(112.86deg, #354169 -1.4%, #3C55CC 49.3%, #4A63E6 100%);
}
#issueArea .col-2 .articleWrap a div{
  /*background: linear-gradient(0deg, rgba(2, 12, 93, 0.4), rgba(2, 12, 93, 0.4)), linear-gradient(112.86deg, #354169 -1.4%, #3C55CC 49.3%, #4A63E6 100%);*/
  background: linear-gradient(112.86deg, #354169 -1.4%, #3C55CC 49.3%, #4A63E6 100%);
  color: #fff;
  position: relative;
  transition: all .3s ease-out;
  z-index: 0;
  flex-grow: 1;
}
#issueArea .col-2 .articleWrap a dl{
  padding: 16px 24px 0 24px;
}
#issueArea .col-2 .articleWrap a dt{
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 180%;
  letter-spacing: 0%;
}
#issueArea .col-2 .articleWrap a dd{
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0%;
  flex-grow: 1;
}
#issueArea .col-2 .articleWrap a p.date{
  padding: 1em 0 24px 24px ;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0%;
}
#issueArea .col-2 .articleWrap figure{
  overflow: hidden;
}
#issueArea .col-2 .articleWrap a figure img{
  transition: all .3s ease;
  width: 100%;
  transform: scale(1.2);
}
#issueArea .col-2 .articleWrap a:hover figure img{
  height: auto;
  transform: scale(1.3);
}
#issueArea .col-2 + .link-primary-btn {
  text-align: right;
  margin-top: 43px;
  margin-bottom: 144px;
}
#issueArea .col-2 + .link-primary-btn a {
  background: linear-gradient(to right, #1B5595 0%, #70BAF4 100%);
}
#issueArea .col-2 + .link-primary-btn a span {
  background: linear-gradient(to right, #1B5595 0%, #70BAF4 100%);
  color: #fff;
}
#issueArea .col-2 + .link-primary-btn a span::after {
  background: url("/wx-mobility-lab/shared/img/arw-icon-w.svg") no-repeat center !important;
}
#issueArea .col-2 + .link-primary-btn a:hover span {
  background: #fff;
  color: #333;
}
#issueArea .col-2 + .link-primary-btn a:hover span::after {
  background: url("/wx-mobility-lab/shared/img/arw-icon-blu.svg") no-repeat center !important;  
}
#issueArea .col-2 + .link-primary-btn a span {
  min-width: 14em;
  text-align: left;
}
@media only screen and (max-width:767px){
  .section#issueArea {
    padding: 48px 0;    
  }
  #issueArea .col-2 + .link-primary-btn {
    margin-top: 24px;
    margin-bottom: 72px;
  }
}

/*  News & Topics
------------------------------------------------------------*/
#NewsTopicsArea{
  padding: 70px 0 56px;
  background: #fff;
}
@media only screen and (max-width:767px){
  #NewsTopicsArea .contentsInner{
    padding: 0 0 0 5%;
  }
}
#NewsTopicsArea h2{
  font-family: Oswald;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 17px;
}
#NewsTopicsArea .slider .articleWrap a{
  color: #333;
}
#NewsTopicsArea .slider .articleWrap a figure{
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #86A4CD;
  margin-bottom: 8px;
}
#NewsTopicsArea .slider .articleWrap a figure img{
  transition: all .3s ease;
  width: 100%;
}
#NewsTopicsArea .slider .articleWrap a:hover figure img{
  height: auto;
  transform: scale(1.1);
}
#NewsTopicsArea .slider .articleWrap div{
/*
  margin-top: 8px;
*/
}
#NewsTopicsArea .slider dt span{
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 180%;
  letter-spacing: 0%;
}
#NewsTopicsArea .slider dt.tag span{ 
  display: inline-block;
  background: #3071B9;
  
padding: 0px 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
#NewsTopicsArea .slider dd{
font-family: Noto Sans JP;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 200%;
letter-spacing: 0%;
}
#NewsTopicsArea .slider dd span.arrowR{
  display: inline-block;
  background: url("/wx-mobility-lab/shared/img/arw-icon.svg") no-repeat;
  background-size: auto;
  background-size: cover;
  width: 18px;
  height: 18px;
  transition: all .3s;
  margin-left: 0.5em;
  vertical-align: -2px;
}
#NewsTopicsArea .slider dd span.arrowPDF{
  display: inline-block;
  background: url("/wx-mobility-lab/shared/img/icon-pdf.svg") no-repeat;
  background-size: auto;
  background-size: cover;
  width: 26px;
  height: 26px;
  transition: all .3s;
  margin-left: 0.5em;
  vertical-align: -7px;
}
#NewsTopicsArea .slider p.date{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0%;
}
@media only screen and (max-width:767px){
  #NewsTopicsArea .slider .articleWrap a{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3%;*/
  }
  #NewsTopicsArea .slider .articleWrap a figure{
    /*width: 35%;*/
  }
  #NewsTopicsArea .slider .articleWrap a div{
    /*width: 61%;*/
  }
}

/*  Related links
------------------------------------------------------------*/
#relatedLinks{
  padding: 80px 0;
}
#relatedLinks h3{
  font-family: Oswald;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: 0%;
}
#top #relatedLinks ul.col-4{
  margin-top: 32px;
}
#top #relatedLinks ul.col-4 li a{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0%;
}
#top #relatedLinks ul.col-4 li a:link,
#top #relatedLinks ul.col-4 li a:visited{
  color: #333;
}

#top #relatedLinks ul.col-4 li a figure{
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 12px;
}
#top #relatedLinks ul.col-4 li a figure img{
  transition: all .3s ease;
  width: 100%;
}
#top #relatedLinks ul.col-4 li a:hover figure img{
  height: auto;
  transform: scale(1.1);
}
#top #relatedLinks ul.col-4 li:last-of-type{
/*  background: #fc0;*/
}
#top #relatedLinks ul.col-4 li:last-of-type ul{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width:767px){
  #relatedLinks{
    padding: 40px 0;
  }
  #top #relatedLinks ul.col-4 li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3%;
    font-size: 1.2rem;
  }
  #top #relatedLinks ul.col-4 li a figure{
    width: 35%;
  }
  #top #relatedLinks ul.col-4 li a p{
    width: 62%;
  }
  
  #top #relatedLinks ul.col-4 li:last-of-type ul{
    flex-direction: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  #top #relatedLinks ul.col-4 li:last-of-type ul > li{
    width: 49%;
  }





}
