@charset "UTF-8";

.m-sp{  display: none !important; }
@media screen and (max-width: 767px) {
  .m-pc{  display: none !important; }
  .m-sp{  display: block !important;  }
}

.align-l{text-align: left;}
.align-r{text-align: right;}
.align-c{text-align: center;}

.back-smoke{
  background-color: #F5F7F8;
}

hr.line01{
  border-color: #DDE4E6;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  hr.line01{
    margin: 40px 0;
  }
}

/*
  GRID
=========================================================================== */
.m-row{
  overflow: hidden;
}
.m-row > div{
  float: left;
}
.m-row.col2 > div{
  width: 48.5%;
  margin: 0 0 0 3%;
}
.m-row.col2 > div:nth-child(odd){
  margin: 0;
}
.m-row.col3 > div{
  width: 31.333%;
  margin: 0 0 0 3%;
}
.m-row.col3 > div:nth-child(3n+1){
  margin: 0;
}
.m-row.col4 > div{
  width: 22.75%;
  margin: 0 0 0 3%;
}
.m-row.col4 > div:nth-child(4n+1){
  margin: 0;
}
@media screen and (max-width: 767px) {
  .m-row.col2 > div,
  .m-row.col3 > div,
  .m-row.col4 > div{
    margin: 0;
    width: 100%;
  }
}


/*
  TITLE
=========================================================================== */
.m-title01{
  color: #053250;
  font-size: 2.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .m-title01{
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.m-title02{
  margin: 40px 0 0;
  line-height: 1.3;
}
.m-title02 h2{
  border-bottom: 1px solid #DDE4E6;
  background-color: #F5F7F8;
  color: #053250;
  position: relative;
  padding: 20px 40px;
  margin: 0 0 40px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.m-title02 h2:after{
  content: "";
  background: url(/ntt-fjd/common/img/bg_dot.png) repeat 2px 3px;
  background-size: 12px auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .m-title02{
    margin: 20px 0 0;
    line-height: 1.6;
  }
  .m-title02 h2{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .m-title02 h2:after{
    width: 10px;
  }
}

.m-title03{
  margin: 40px 0 0;
  line-height: 1.3;
}
.m-title03 h3{
  border-top: 1px solid rgba(5, 50, 80, .5);
  border-bottom: 1px solid rgba(5, 50, 80, .5);
  color: #053250;
  padding: 15px 0;
  margin: 0 0 40px;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .m-title03{
    margin: 20px 0 0;
    line-height: 1.7;
  }
  .m-title03 h3{
    padding: 8px 0;
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
}

.m-title04{
  margin: 40px 0 0;
  line-height: 1.4;
}
.m-title04 h4{
  background-color: #F5F7F8;
  color: #053250;
  padding: 10px 20px;
  margin: 0 0 40px;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  position: relative;
}
.m-title04 h4:after{
  content: "";
  background-color: #053250;
  top: 0;
  left: 0;
  position: absolute;
  width: 2px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .m-title04{
    margin: 20px 0 0;
    line-height: 1.4;
  }
  .m-title04 h4{
    margin: 0 0 20px;
    padding: 9px 15px;
    font-size: 1.6rem;
  }
}

.m-title05{
  margin: 40px 0 0;
  line-height: 1.6;
}
.m-title05 h5{
  color: #053250;
  font-size: 1.8rem;
  padding: 0 20px;
  margin: 0 0 40px;
  position: relative;
}
.m-title05 h5:after{
  content: "";
  background-color: #053250;
  top: 2px;
  left: 0;
  position: absolute;
  width: 2px;
  height: -webkit-calc(100% - 5px);
  height: -ms-calc(100% - 5px);
  height: calc(100% - 5px);
}
@media screen and (max-width: 767px) {
  .m-title05{
    margin: 20px 0 0;
    line-height: 1.7;
  }
  .m-title05 h5{
    margin: 0 0 15px;
    font-size: 1.4rem;
    padding: 0 20px;
  }
}

.m-title06{
  line-height: 1.7;
  text-align: center;
  margin: 40px 0 0;
}
.m-title06 > *{
  border-bottom: 1px solid #DDE4E6;
  letter-spacing: 0.1em;
  padding: 0 0 15px;
  margin: 0 0 40px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-title06{
    margin: 20px 0 0;
  }
  .m-title06 > *{
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
}
/* タイトル下にリンク */
.m-title_sub {
  font-size: 13px;
  margin: 10px 0 0 20px;
  display: block;
  line-height: 1.5;
}


/*
  TEXT / LINK TEXT
=========================================================================== */
.m-txt-q {
  color: #053250;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .m-txt-q {
    font-size: 1.6rem;
  }
}

.m-txt01{
  margin: 0 0 30px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.m-txt01.small-1{
  font-size: 1.4rem;
}
.m-txt01.bold{
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-txt01{
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
  .m-txt01.small-1{
    font-size: 1.2rem;
  }
}

.m-txt02{
  color: #053250;
  line-height: 1.7;
  margin: 0 0 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .m-txt02{
    margin: 0 0 7px;
    font-size: 1.2rem;
  }
}

.m-txt03{
  color: #053250;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 50px 0 40px;
}
@media screen and (max-width: 767px) {
  .m-txt03{
    font-size: 1.4rem;
    margin: 25px 0;
  }
}


.m-txt01 a{
  position: relative;
  margin: 0 7px 0 0;
  text-decoration: underline;
}
.m-txt01 a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
}
.m-txt01 a.icn-arrow{padding: 0 20px 0 0;}
.m-txt01 a.icn-arrow:after{
  border-top: 1px solid #053250;
  border-right: 1px solid #053250;
  width: 7px;
  height: 7px;
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-txt01 a.icn-pdf{padding: 0 35px 0 0;}
.m-txt01 a.icn-pdf:after{
  background: url(/ntt-fjd/common/img/icn_pdf.png) no-repeat center;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
}
.m-txt01 a[target="_blank"]{padding: 0 25px 0 0;}
.m-txt01 a[target="_blank"]:after{
  background: url(/ntt-fjd/common/img/icn_blank.png) no-repeat center;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  margin: -7px 0 0;
}


@media screen and (min-width: 768px) {
  .m-txt01 a:hover{
    color: #187AB0;
  }
}


/*
  TAG / LABEL
=========================================================================== */
.m-tag01{
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  vertical-align: middle;
  padding: 12px 15px 0;
  letter-spacing: 0.1em;
  height: 35px;
  min-width: 90px;
  max-width: 320px;
}
.m-tag01.navy{ background-color: #1D2786; }
.m-tag01.blue{ background-color: #007AE8; }
.m-tag01.light-blue{ background-color: #218DBE; }
.m-tag01.green{ background-color: #007978; }
.m-tag01.green-dark{ background-color: #004F5E; }
.m-tag01.yellow{ background-color: #ccc90e; }
@media screen and (max-width: 767px) {
  /* add style */
}

.m-tag02{
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  padding: 12px 15px 0;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  height: 35px;
}
/* .m-tag02.navy{ background-color: #4A529E ; } */
.m-tag02.blue{ background-color: #0094EF ; }
.m-tag02.light-blue{ background-color: #218DBE; }
.m-tag02.green{ background-color: #548C85 ; }
.m-tag02.green-dark{ background-color: #33727E ; }
@media screen and (max-width: 767px) {
  /* add style */
}


/*
  MAIN VISUAL -h1-
=========================================================================== */
/* .m-mainvis01{
  background-color: #ECEFF1;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.m-mainvis01:after{
  content: "";
  background: url(/ntt-fjd/common/img/bg_dot.png) repeat 0 0 #fff;
  background-size: 12px auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 71.5%;
  z-index: -1;
}
.m-mainvis01 .inner:after{
  content: "";
  display: table;
  clear: both;
}
.m-mainvis01 .inner{
  position: relative;
}
.m-mainvis01 .label.navy img{ width: 110px;}
.m-mainvis01 .label.green img{ width: 155px;}
.m-mainvis01 .label.blue img{ width: 100px;}
.m-mainvis01 .label.navy{ background-color: #1D2786 ; }
.m-mainvis01 .label.blue{ background-color: #007AE8 ; }
.m-mainvis01 .label.light-blue{ background-color: #218DBE ; }
.m-mainvis01 .label.green{ background-color: #007978 ; }
.m-mainvis01 .label.green-dark{ background-color: #004F5E ; }

.m-mainvis01 .label{
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1.3;
  height: 100px;
  margin: 8.89% 0;
  padding: 23px 20px;
}
.m-mainvis01 .label > span{
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 5px;
}
.m-mainvis01 .img{
  float: right;
  width: 61.538%;
}
.m-mainvis01 .img img{
  max-width: 720px;
}
.m-mainvis01 .box{
  width: 38.462%;
    float: left;
}
.m-mainvis01 .overlay{  
  position: relative;
  top: 0;
  max-width: 570px;
  width: 127%;
}
.m-mainvis01 .overlay > div{
  position: relative;
  padding: 13.157% 8.771% 6.1403%;
  background-color: #F8F9FB;
}
.m-mainvis01 .overlay [class^="m-tag"]{
  position: absolute;
  top: 0;
  left: 0;
}
.m-mainvis01 .box-sp{
  display: none !important;
}
@media screen and (max-width: 767px) {
  .m-mainvis01 .box-sp{ display: block !important;}

  .m-mainvis01{
    padding: 0 0 30px;
  }
  .m-mainvis01:after{
    height: 88%;
  }
  .m-mainvis01--sub:after{
    height: 95%!important;
  }
  .m-mainvis01 .label.navy img{ width: 76px;}
  .m-mainvis01 .label.green img{ width: 104px;}
  .m-mainvis01 .label.blue img{ width: 68px;}

  .m-mainvis01 .label{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    height: 60px;
    margin: 0;
    padding: 10px 15px 0;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .m-mainvis01 .label > span{
    font-size: 1.6rem;
    margin: 0 0 2px;
  }
  .m-mainvis01 .img{
    float: none;
    padding: 80px 0 0;
    width: 100%;
  }
  .m-mainvis01 .box .overlay{
    display: none;
  }
  .m-mainvis01 .box-sp .overlay{
    width: auto;
    max-width: 100%;
    margin: -20px 10px 0;
  }
  .m-mainvis01 .box-sp .overlay > div{
    padding: 45px 15px 15px;
  }
} */


/*
  THUMBNAIL / IMAGE
=========================================================================== */
/*  m-thumbnails01  ---------- */
.m-thumbnails01{
  overflow: hidden;
}
.m-thumbnails01 img{
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  vertical-align: top;
}
.m-thumbnails01 .item{
  float: left;
  position: relative;
  padding: 25px 0 0;
  margin: 0 4.545% 40px 0;
}
.m-thumbnails01.col2 .item:nth-child(2n+2),
.m-thumbnails01.col3 .item:nth-child(3n+3),
.m-thumbnails01.col4 .item:nth-child(4n+4){
  margin: 0 0 40px 0;
}
.m-thumbnails01.col2 .item{
  width: 47.727%;
}
.m-thumbnails01.col3 .item{
  width: 30.30333333333333%;
}
.m-thumbnails01.col4 .item{
  width: 23.077%;
  margin: 0 2.564% 40px 0;
}
.m-thumbnails01 .item a{
  display: block;
}
.m-thumbnails01 .item .date{
  color: #546E7A;
  display: inline-block;
  line-height: 1.1;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 0;
}
.m-thumbnails01 .item .img{
  position: relative;
  overflow: hidden;
}
.m-thumbnails01 .item .img .m-tag01{
  position: absolute;
  top: 0;
  left: 0;
}
.m-thumbnails01 .item .txt1{
  font-size: 1.6rem;
  margin: 15px 0 0;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .m-thumbnails01 .item{
    float: none;
  }
  .m-thumbnails01.col2 .item:nth-child(2n+2),
  .m-thumbnails01.col3 .item:nth-child(3n+3),
  .m-thumbnails01.col4 .item:nth-child(4n+4){
    margin: 0 0 35px;
  }
  .m-thumbnails01.col2 .item,
  .m-thumbnails01.col3 .item,
  .m-thumbnails01.col4 .item{
    margin: 0 0 35px;
    width: 100%;
  }
  .m-thumbnails01 .item .img .m-tag01{
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-thumbnails01 .item .txt1{
    margin: 10px 0 0;
  }

  .m-thumbnails01 .item.sp_col2 a{
    overflow: hidden;
  }
  .m-thumbnails01 .item.sp_col2 a .img{
    float: left;
    width: 120px;
  }
  .m-thumbnails01 .item.sp_col2 a .img .m-tag01{
    font-size: 1.0rem;
    padding: 7px 15px 0;
    height: 23px;
  }
  .m-thumbnails01 .item.sp_col2 a .img{
    overflow: visible;
  }
  .m-thumbnails01 .item.sp_col2 a .img .m-tag01{
    left: auto;
    right: -115px;
  }
  .m-thumbnails01 .item.sp_col2 a .txt1{
    font-size: 1.4rem;
    margin: 30px 0 0 130px;
  }
}

/*  m-thumbnails02  [for backnumber]  ---------- */
.m-thumbnails02{
  overflow: hidden;
}
.m-thumbnails02 .item{
  float: left;
}
.m-thumbnails02.col2 .item,
.m-thumbnails02.col3 .item{
  margin: 0 2.564% 20px 0;
}
.m-thumbnails02.col2 .item:nth-child(2n+2),
.m-thumbnails02.col3 .item:nth-child(3n+3){
  margin: 0 0 20px;
}
.m-thumbnails02.col2 .item{
  width: 48.718%;
}
.m-thumbnails02.col3 .item{
  width: 31.623%;
}
.m-thumbnails02 .item a{
  display: block;
}
.m-thumbnails02 .item .head{
  position: relative;
  display: table;
  width: 100%;
  z-index: 2;
}
.m-thumbnails02 .item .head img{
  max-width: 100%;
  width: auto;
}
.m-thumbnails02 .item .head > span{
  display: table-cell;
  vertical-align: middle;
  height: 55px;
  width: 50%;
}
.m-thumbnails02 .item .head .num{
  font-size: 9.0rem;
  margin: -17px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: auto;
}
.m-thumbnails02 .item .head .left,
.m-thumbnails02 .item .head .right{
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.m-thumbnails02 .item .head .left{
  padding: 0 50px 0 0;
}
.m-thumbnails02 .item .head .right{
  text-align: right;
  padding: 0 0 0 50px;
}
.m-thumbnails02 .item .body .img{
  overflow: hidden;
  margin: 0 0 30px;
}
.m-thumbnails02 .item .body .ttl{
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 0 0 15px;
}
.m-thumbnails02 .item .body .lead{
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.2rem;
  color: #212121;
  height: 40px;
  overflow: hidden;
}
.m-thumbnails02 .item .body .img img{
  vertical-align: top;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .m-thumbnails02 .item{
    float: none;
  }
  .m-thumbnails02.col2 .item,
  .m-thumbnails02.col3 .item{
    width: auto;
    margin: 0 0 40px;
  }
  .m-thumbnails02.col2 .item:nth-child(2n+2),
  .m-thumbnails02.col3 .item:nth-child(3n+3){
    margin: 0 0 40px;
  }
  .m-thumbnails02 .item .head > span{
    height: 45px;
  }
  .m-thumbnails02 .item .head .num{
    margin: -12px 0 0;
    font-size: 7.4rem;
  }
  .m-thumbnails02 .item .head .left{
    padding: 0 45px 0 0;
  }
  .m-thumbnails02 .item .head .right{
    padding: 0 0 0 45px;
  }
  .m-thumbnails02 .item .body .img{
    margin: 0 0 15px;
  }
  .m-thumbnails02 .item .body .ttl{
    margin: 0 0 10px;
  }
}

/*  m-thumbnails03  ---------- */
.m-thumbnails03:after{
  content: "";
  display: table;
  clear: both;
}
.m-thumbnails03 .item{
  position: relative;
  float: left;
  margin: 0 2.564% 8.547% 0;
}
.m-thumbnails03.col2 .item{
  width: 48.717%;
}
.m-thumbnails03.col3 .item{
  width: 31.623%;
}
.m-thumbnails03.col2 .item:nth-child(2n+2),
.m-thumbnails03.col3 .item:nth-child(3n+3){
  margin: 0 0 8.547% 0;
}
.m-thumbnails03 .item a{
  display: block;
}
.m-thumbnails03 .item .img{
  overflow: hidden;
}
.m-thumbnails03 .item .img img{
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  vertical-align: top;
}
.m-thumbnails03 .over{
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 92.5%;
  width: -webkit-calc(100% - 40px);
  width: -ms-calc(100% - 40px);
  width: calc(100% - 40px);
}
.m-thumbnails03 .over{
  margin: 0 20px;
  /* pointer-events: none; */
}
.m-thumbnails03 .over > div{
  margin: 0 0 10px;
}
.m-thumbnails03 .over .date{
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  padding: 12px 15px 0;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  height: 35px;
}
.m-thumbnails03 .over .txt{
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  padding: 15px 20px;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.m-thumbnails03 .over .txt .txt_sub{
  font-size: 1.4rem;
  margin-top:5px
}
@media screen and (max-width: 767px) {
  .m-thumbnails03{
    position: relative;
  }
  .m-thumbnails03 .item{
    float: none;
    margin: 0 0 10.667%;
  }
  .m-thumbnails03.col2 .item,
  .m-thumbnails03.col3 .item{
    width: auto;
  }
  .m-thumbnails03.col2 .item:nth-child(2n+2),
  .m-thumbnails03.col3 .item:nth-child(3n+3){
    margin: 0 0 10.667%;
  }
  .m-thumbnails03 .over{
    position: relative;
    bottom: auto;
    pointer-events: auto;
    margin: -70px 20px 0;
  }
  .m-thumbnails03 .over > div{
    margin: 0 0 2.985%;
  }
  .m-thumbnails03 .over .txt{
    font-size: 1.6rem;
  }
}

/*  m-thumbnails04  [for topics]  ---------- */
.m-thumbnails04:after{
  content: "";
  display: table;
  clear: both;
}
.m-thumbnails04 .item{
  position: relative;
  float: left;
  margin: 0 2.564% 8.547% 0;
}
.m-thumbnails04.col2 .item{
  width: 48.717%;
}
.m-thumbnails04.col3 .item{
  width: 31.623%;
}
.m-thumbnails04.col2 .item:nth-child(2n+2),
.m-thumbnails04.col3 .item:nth-child(3n+3){
  margin: 0 0 8.547% 0;
}
.m-thumbnails04.col3 .item a{
  display: block;
}
.m-thumbnails04 .item .img{
  overflow: hidden;
  margin: 0 0 15px;
}
.m-thumbnails04 .item .img img{
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  vertical-align: top;
}
.m-thumbnails04 .item .txt1{
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: bold;
  color: #053250;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}
.m-thumbnails04 .item .txt2{
  line-height: 1.7;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .m-thumbnails04{
    position: relative;
  }
  .m-thumbnails04 .item{
    float: none;
    margin: 0 0 10.667%;
  }
  .m-thumbnails04.col2 .item,
  .m-thumbnails04.col3 .item{
    width: auto;
  }
  .m-thumbnails04.col2 .item:nth-child(2n+2),
  .m-thumbnails04.col3 .item:nth-child(3n+3){
    margin: 0 0 10.667%;
  }
  .m-thumbnails04 .item .img{
    margin: 0 0 12px;
  }
  .m-thumbnails04 .item .txt1{
    margin: 0 0 10px;
  }

}

@media screen and (min-width: 768px) {
  .m-thumbnails01 .item a:hover img,
  .m-thumbnails02 .item a:hover .body img,
  .m-thumbnails03 .item a:hover img,
  .m-thumbnails04 .item a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}


/*
  IMAGE
=========================================================================== */
.m-image01{
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .m-image01 .m-row.col2 > div + div,
  .m-image01 .m-row.col3 > div + div{
    margin: 10px 0 0;
  }
  .m-image01 .m-row.col4 > div{
    width: 48.5%;
    margin: 0 0 3% 3%;
  }
  .m-image01 .m-row.col4 > div:nth-child(odd){
    margin: 0;
  }
}

.m-image02{
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
}
.m-image02 .item-row{
  overflow: hidden;
}
.m-image02 .item-row > div{
  float: left;
}
.m-image02 .item-row > div:nth-child(odd){
  margin: 0;
}
.m-image02 .item-row .img{
  width: 49%;
}
.m-image02 .item-row .txt{
  margin: 0 0 0 3%;
  width: 48%;
}
/*  image + text Reverse  ---------- */
.m-image02 .item-row.item-swap .img{
  float: right;
  text-align: right;
  margin: 0 0 0 3%;
}
.m-image02 .item-row.item-swap .img img{
  width: auto;
  max-width: 100%;
}
.m-image02 .item-row.item-swap .txt{
  margin: 0;
}
@media screen and (max-width: 767px) {
  .m-image02{
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
  .m-image02 .item-row > div{
    float: none;
  }
  .m-image02 .item-row .img{
    width: 100%;
    text-align: center;
  }
  .m-image02 img{
    width: auto;
    max-width: 100%;
  }
  .m-image02 .item-row .txt{
    margin: 15px 0 0;
    width: 100%;
  }
  /*  image + text Reverse  ---------- */
  .m-image02 .item-row.item-swap .img{
    float: none;
    margin: 0;
  }
  .m-image02 .item-row.item-swap .txt{
    margin: 15px 0 0;
  }
}

.m-image02-2{
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
}
.m-image02-2 .item-row{
  overflow: hidden;
}
.m-image02-2 .item-row > div{
  float: left;
}
.m-image02-2 .item-row > div:nth-child(odd){
  margin: 0;
}
.m-image02-2 .item-row .img{
  width: 32%;
}
.m-image02-2 .item-row .txt{
  margin: 0 0 0 3%;
  width: 65%;
}
/*  image + text Reverse  ---------- */
.m-image02-2 .item-row.item-swap .img{
  float: right;
  text-align: right;
  margin: 0 0 0 3%;
}
.m-image02-2 .item-row.item-swap .img img{
  width: auto;
  max-width: 100%;
}
.m-image02-2 .item-row.item-swap .txt{
  margin: 0;
}
@media screen and (max-width: 767px) {
  .m-image02-2{
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
  .m-image02-2 .item-row > div{
    float: none;
  }
  .m-image02-2 .item-row .img{
    width: 100%;
    text-align: center;
  }
  .m-image02-2 img{
    width: auto;
    max-width: 100%;
  }
  .m-image02-2 .item-row .txt{
    margin: 15px 0 0;
    width: 100%;
  }
  /*  image + text Reverse  ---------- */
  .m-image02-2 .item-row.item-swap .img{
    float: none;
    margin: 0;
  }
  .m-image02-2 .item-row.item-swap .txt{
    margin: 15px 0 0;
  }
}

.m-image02-3{
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
}
.m-image02-3 .item-row{
  overflow: hidden;
}
.m-image02-3 .item-row > div{
  float: left;
}
.m-image02-3 .item-row > div:nth-child(odd){
  margin: 0;
}
.m-image02-3 .item-row .img{
  width: 23.5%;
}
.m-image02-3 .item-row .txt{
  margin: 0 0 0 3%;
  width: 73.5%;
}
/*  image + text Reverse  ---------- */
.m-image02-3 .item-row.item-swap .img{
  float: right;
  margin: 0 0 0 3%;
  text-align: right;
}
.m-image02-3 .item-row.item-swap .img img{
  width: auto;
  max-width: 100%;
}
.m-image02-3 .item-row.item-swap .txt{
  margin: 0;
}
@media screen and (max-width: 767px) {
  .m-image02-3{
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
  .m-image02-3 .item-row > div{
    float: none;
  }
  .m-image02-3 .item-row .img{
    width: 100%;
    text-align: center;
  }
  .m-image02-3 img{
    width: auto;
    max-width: 100%;
  }
  .m-image02-3 .item-row .txt{
    margin: 15px 0 0;
    width: 100%;
  }
  /*  image + text Reverse  ---------- */
  .m-image02-3 .item-row.item-swap .img{
    float: none;
    text-align: center;
    margin: 0;
  }
  .m-image02-3 .item-row.item-swap .txt{
    margin: 15px 0 0;
  }
}


.m-image03 .item-row{
  overflow: hidden;
}
.m-image03 .item-row > div{
  float: left;
}
.m-image03 .item-row.col2 > div{
  width: 48.5%;
  margin: 0 0 0 3%;
}
.m-image03 .item-row.col2 .img{
  width: 23.5%;
}
.m-image03 .item-row.col2 .img img{
  width: auto;
  max-width: 100%;
}
.m-image03 .item-row.col2 .txt{
  width: 73%;
}
.m-image03 .item-row.col2.item-swap .txt{margin: 0;}
.m-image03 .item-row.col2.item-swap .img{
  float: right;
  margin: 0 0 0 3%;
}
.m-image03 .item-row.col2.item-swap .img{
  text-align: right;
}
.m-image03 .col2 > div:nth-child(odd){
  margin: 0;
}


/*
  TABLE
=========================================================================== */
/* scroll bar styles */
.table-scroll-on::-webkit-scrollbar {
  height: 5px;
}
.table-scroll-on::-webkit-scrollbar-thumb{
  background: #053250;
  border-radius: 5px;
}
.table-scroll-on::-webkit-scrollbar-track-piece {
  background:url(/ntt-fjd/common/img/table_scroll_bg.png) 0 50% no-repeat;
  background-size: 100% 1px;
}
/* scroll bar styles  end */

.m-table01{
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 30px;
}
.m-table01.table-scroll-on{
  overflow: auto;
  width: 100%;
}
.m-table01 table{
  border-top: 1px solid #DDE4E6;
  width: 100%;
  margin: 0 0 10px;
}
.m-table01 table thead th,
.m-table01 table tbody th,
.m-table01 table tbody td{
  border-bottom: 1px solid #DDE4E6;
  vertical-align: middle;
  padding: 17px 20px;
  white-space: nowrap;
  text-align: left;
}
.m-table01 table thead th{
  background-color: #ECEFF1;
  border-left: 1px solid #DDE4E6;
  text-align: center;
}
.m-table01 table thead th:first-child{
  border-left-style: none;
  text-align: left;
}
.m-table01 table tbody th{
  background-color: #F5F7F8;
}
.m-table01 table tbody td{
  text-align: center;
  border-left: 1px solid #DDE4E6;
}
@media screen and (max-width: 767px) {
  .m-table01{
    margin: 0 0 20px;
  }
  .m-table01 table thead th,
  .m-table01 table tbody th,
  .m-table01 table tbody td{
    padding: 9px 20px;
  }
}


/*
  LIST
=========================================================================== */
.m-list01{
  margin: 0 0 40px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.m-list01 ul li:first-child{
  border-top: 1px solid #DDE4E6;
}
.m-list01 ul li{
  border-bottom: 1px solid #DDE4E6;
  font-size: 1.6rem;
  padding: 14px 0 14px 1.7em;
  text-indent: -1.7em;
}
.m-list01 ul li:before{
  content: "・";
  display: inline;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {}


.m-list02{
  margin: 0 0 40px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.m-list02 ol{
  counter-reset: circle_num_count;
}
.m-list02 ol li:first-child{
  border-top: 1px solid #DDE4E6;
}
.m-list02 ol li{
  position: relative;
  border-bottom: 1px solid #DDE4E6;
  font-size: 1.6rem;
  padding: 14px 0 14px 1.7em;
}
.m-list02 ol li:before{
  counter-increment: circle_num_count;
  content: counter(circle_num_count);
  display: inline-block;
  line-height: 16px;
  text-align: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  font-size: .8em;
  border: 1px solid #212121;
  position: absolute;
    left: 0;
    top: 17px;
}
@media screen and (max-width: 767px) {}


.m-list03{
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
}
.m-list03 dl:first-child{
  border-top: 1px solid #DDE4E6;
}
.m-list03 dl{
  border-bottom: 1px solid #DDE4E6;
  overflow:hidden;
}
.m-list03 dl dt,
.m-list03 dl dd{
  font-size: 1.6rem;
  padding: 14px 0;
}
.m-list03 dl dt{
  float: left;
  width: 220px;
  font-weight: bold;
}
.m-list03 dl dd{
  padding: 14px 10px;
  margin: 0 0 0 200px;
}
@media screen and (max-width: 767px) {
  .m-list03{
    margin: 20px 0;
  }
  .m-list03 dl dt,
  .m-list03 dl dd{
    font-size: 1.4rem;
    padding: 10px 0 0;
  }
  .m-list03 dl dt{
    float: none;
    width: 100%;
  }
  .m-list03 dl dd{
    padding: 2px 0 10px;
    margin: 0;
  }
}

.m-list04{
  margin: 20px 0 40px;
  line-height: 2;
  font-size: 1.2rem;
}
.m-list04 li{
    text-indent: -1em;
  padding-left: 1em;
}
.m-list04 li + li{
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .m-list04{
    margin: 10px 0 30px;
    font-size: 1.0rem;
  }
}


/*
  BUTTON
=========================================================================== */
.m-btn01 a:before,
.m-btn01 a:after,
.m-btn01 a:hover:before,
.m-btn01 a:hover:after{
  -webkit-transition: transform .17s ease-in-out, opacity .17s ease-in-out;
  transition: transform .17s ease-in-out, opacity .17s ease-in-out;
}
.m-btn01 a:before{
  content: "";
  background-color: #053250;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.m-btn01{
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
  text-align: center;
}
.m-btn01 .m-row > div{
  float: none;
  display: inline-block;
}
.m-btn01 .m-row > div{
  width: 44%;
}
.m-btn01 .m-row.col2 > div{
  width: 41%;
}
.m-btn01 .m-row.col2 > div.left{ float: left;}
.m-btn01 .m-row.col2 > div.right{ float: right;}

.m-btn01 a{
  border: 1px solid #053250;
  background-color: #fff;
  color: #053250;
  display: table;
  padding: 0 30px;
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: auto;
  z-index: 2;
}
.m-btn01 a:after{
  content: "";
  position: absolute;
  border-left: 1px solid #053250;
  border-top: 1px solid #053250;
  margin: -6px 0 0;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
}
.m-btn01.back a:after{
  right: auto;
  left: 20px;
  transform: rotate(-45deg);
}
.m-btn01 a.icn-blank:after{
  background: url(/ntt-fjd/common/img/icn_blank02.png) no-repeat center;
  background-size: 16px auto;
  width: 16px;
  height: 20px;
  right: 15px;
  margin: -10px 0 0;
  border: none;
  transform: none;
}
.m-btn01 a > span{
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
.m-txt01 a.icn-arrow:after{
  border-top: 1px solid #053250;
  border-right: 1px solid #053250;
  width: 7px;
  height: 7px;
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .m-btn01 a:hover{
    color: #fff;
  }
  .m-btn01 a:hover:before{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .m-btn01 a:hover:after{
    border-left-color: #fff;
    border-top-color: #fff;
  }
  .m-btn01 a:hover.icn-blank:after{
    background-image: url(/ntt-fjd/common/img/icn_blank02_white.png);
  }
}
@media screen and (max-width: 767px) {
  .m-btn01{
    font-size: 1.3rem;
    margin: 10px 0 20px;
  }
  .m-btn01 a{
    z-index: auto;
  }
  .m-btn01 .m-row > div,
  .m-btn01 .m-row.col2 > div{
    width: 100%;
  }
}


/*
  OTHER
=========================================================================== */
.m-layer01{
  background-color: #F5F7F8;
  margin: 0 0 40px;
}
.m-layer01 > div{
  padding: 40px;
}
.m-layer01 .m-txt02{
  margin: 0;
}
.m-layer01 p + p{
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .m-layer01{
    margin: 10px 0 30px;
  }
  .m-layer01 > div{
    padding: 20px;
  }
  .m-layer01 p + p{
    margin: 10px 0 0;
  }
}

.m-frame01{
  border: 1px solid #DDE4E6;
  background-color: #fff;
  margin: 20px 0 40px;
}
.m-frame01 > div{
  padding: 40px;
}
.m-frame01 .m-txt02{
  margin: 0;
}
.m-frame01 p + p{
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .m-frame01{
    margin: 10px 0 30px;
  }
  .m-frame01 > div{
    padding: 20px;
  }
  .m-frame01 p + p{
    margin: 10px 0 0;
  }
}

.m-frame02{
  border: 1px solid #DDE4E6;
  box-shadow: 0 5px 0 #ECEFF1;
  background-color: #fff;
  margin: 20px 0 40px;
  padding: 20px;
}
.m-frame02 .m-image01,
.m-frame02 .m-image02,
.m-frame02 .m-image02-2,
.m-frame02 .m-image02-3{
  margin: 0;
}
.m-frame02 .txt-box{
  padding: 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .m-frame02{
    margin: 10px 0 20px;
  }
  .m-frame02 .m-row > div + div{
    margin: 10px 0 0;
  }
  .m-frame02 .txt-box{
    padding: 20px 0 0;
  }
}

/* 追加 1/10
===================================== */
.note-number {
	vertical-align:super;
	font-size: 8px;
}
@media screen and (max-width: 767px) {
  .note-number {
		font-size: 0.8rem;
	}
}
/* 追加 1/11
===================================== */
.sub-number {
	vertical-align:sub;
	font-size: 8px;
}
.sub-number.t-sub {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
  .note-number {
		font-size: 0.8rem;
	}
	.sub-number.t-sub {
		font-size: 1.2rem;
	}
}
/* 追加 10/31
===================================== */
.thumb_tag {
  position: absolute;
  top: 0;
  left: 0;
}

/* feature メインビジュアルタイトル下にリンク追加 */
#main_visual .title + .sub {
  position: absolute;
  left: 0;
  right:0;
  top: 176px;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  z-index: 1;
}
#main_visual .title + .sub span {
  background-color:#fff;
  display:inline-block;
  line-height:20px;
  margin:auto;
}

@media screen and (max-width: 767px) {
  #main_visual .title + .sub {
    top: 130px;
  font-size: 1.3rem;
  max-width:90%;
  margin:auto;
  }
}

/* 追加 2024/10/11
===================================== */
.mv-credit {
  position: absolute;
  right: 15px;
  bottom: -20px;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .mv-credit {
    position: initial;
    margin-top: 16px;
  }
}

.index-nav {
  margin-bottom: 40px;
  padding: 20px 40px;
  border: 3px solid #d9d9d9;
}
.index-nav__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-nav__title {
  font-size: 2.0rem;
}
.index-nav__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.index-nav__item {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.6;
  font-size: 1.6rem;
}
.index-nav__link {
  color: #0a0a0a;
}
@media screen and (max-width: 767px) {
  .index-nav {
    padding: 20px;
  }
  .index-nav__title {
    text-align: center;
    font-size: 1.8rem;
  }
  .index-nav__item {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .m-image02 .item-row.item-row--ratio-2-1 .txt {
    width: 65%;
  }
  .m-image02 .item-row.item-row--ratio-2-1 .img {
    width: 32%;
  }
}

.movie-area__item iframe {
  aspect-ratio: 16 / 9;
}