@charset "UTF-8";
/*全体幅*/
.cont-inner{
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cont-inner{
    width: 100%;
  }
  .page-link {
    top: 97px;
  }
  .page-link-list {
    padding: 11px 5px;
  }
  .page-link-list a {
    font-size: 11px;
  }
  .page-link-list_item:nth-child(n + 2) {
    margin-left: 4px;
    padding-left: 4px;
  }
}
/*動画埋め込み*/
.video_block{
  margin: 0 auto;
  text-align: center;
}
.video_wrap{
  width: 460px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.video_wrap iframe{
  width: 100%;
  height: 100%;
}
.video_block p{
  text-align: left;
  margin-top: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .video_wrap{
    width: 100%;
  }
}
/*ファーストビューとキービジュアル*/
.fv-area{
  background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/mv_bg.png) no-repeat left bottom;
  background-size: cover;
  height: 760px;
}
.kv{
  padding: 0 27px;
}
.kv-inner{
  width: 1200px;
  height:auto;
}
.kv-detail{
  width: 740px;
}
.kv-ttl{
  font-size: 58px;
  margin-bottom: 20px;
}
.fixed-contact{
  background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/mv_contact_img.png) center / cover;
  width: 538px;
  height: 733px;
  right: 40px;
  top: 110px;
}
.contact-list_ttl{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  color: #6C6C6C;
}
.contact-list_txt{
  text-align: center;
  font-size: 13px;
  margin: 13px 14px 0;
}
@media screen and (max-width: 768px) {
  .fv-area{
    background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/mv_bg_sp.png) no-repeat left bottom;
    background-size: cover;
    height: auto;
  }
  .kv{
    padding: 0 20px 110px;
  }
  .kv-inner{
    width: 100%;
  }
  .kv-detail{
    width: 100%;
  }
  .fixed-contact{
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      height: auto;
      margin-top: 35px;
      padding: 0;
      background: none;
  }
  .fixed-contact_inner:hover {
    opacity: 1;
  }
  .kv-ttl{
    font-size: 28px;
    line-height: 1.3;
    margin-top: 100px;
  }
  .kv-txt{
    font-size: 14px;
  }
  .contact-list_link{
    margin-top: 10px;
  }
  .contact-list_txt{
    margin: 10px 10px 0;
    padding: 9px 0 0;
  }
}

.contents-wrap{
  background: #DEE9F3;
}
.first_conts{
  background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/bg01.png) top left no-repeat;
  background-size: contain;
  min-height: 809px;
  padding-top: 42px;
}
.first_conts .note_area{
  width: 800px;
  padding: 15px 30px 15px 60px;
  border: 1px solid #DCDCDC;
  border-radius: 15px;
  background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/icon_pen.png) left 20px center no-repeat var(--main-clr-wt);
  background-size: 19px;
}
.first_conts .note_area p{
  font-size: 14px;
}
.first_conts .note_area p a{
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .first_conts{
    padding: 42px 15px 0;
    background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/bg01_sp.png) top left no-repeat;
    background-size: 100%;
  }
  .first_conts .note_area{
    width: 100%;
    background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/icon_pen.png) top 20px center no-repeat var(--main-clr-wt);
    background-size: 26px;
    padding: 60px 10px 15px 10px;
  }
}
.second_conts{
  background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/bg02.png) top 120px left no-repeat;
  background-size: 100%;
  min-height: 809px;
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  .second_conts{
    padding: 10px 15px 0;
    background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/bg02_sp.png) top 330px left no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 480px) {
  .second_conts{
    background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/bg02_sp.png) top 550px left no-repeat;
    background-size: 100%;
  }
}
/*タイトル01*/
.design01_heading{
  border-left: 7px solid #004386;
  padding-left: 20px;
}
.design01_heading h2{
  font-size: 39px;
  font-weight: bold;
  color: #004386;
  line-height: 1.3;
  margin-bottom: 20px;
}
.design01_heading p{
  color: #004386;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .design01_heading h2{
    font-size: 30px;
  }
  .design01_heading p{
    font-size: 16px;
  }
}
/*タイトル02*/
.design02_heading{
  margin-bottom: 58px;
}
.design02_heading h2{
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 5px;
}
.design02_heading p{
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .design02_heading h2{
    font-size: 24px;
  }
}
/*ドコモビジネスの共創アプローチ*/
.approach_block{
  margin-top: 76px;
}
.approach_block .illust_area{
  margin: 60px auto;
  text-align: center;
}
/*課題解決を下支えする取り組み*/
.attempt_block{
  margin-bottom: 90px;
}
.attempt_block h3{
  margin-top: 0;
  font-size: 21px;
  letter-spacing: 2px;
  color: #004386;
  font-weight: bold;
  border-bottom: 2px solid #004386;
  padding-bottom: 10px;
}
.attempt_block dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.attempt_block dt{
  font-weight: bold;
  padding: 0.5em 1em;
  color: #004386;
  position: relative;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.attempt_block dt span{
  position: relative;
}
.attempt_block dt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: skew(-20deg);
}
.attempt_block dt::after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  right: 50px;
  transform: skew(-20deg);
}
.attempt_block dd{
  width: calc(100% - 250px);
  margin: 15px 0 15px 30px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .attempt_block dl{
    display: block;
  }
  .attempt_block dt{
    width: 60%;
    margin: 15px auto;
  }
  .attempt_block dd{
    width: 100%;
    margin: 0 0 30px;
  }
}

/*メディア紹介記事*/
.media_block{
  padding-top: 90px;
}
.second_conts .design01_heading{
  border-left: 7px solid var(--main-clr-wt);
}
.second_conts .design01_heading h2{
  color: var(--main-clr-wt);
  margin-top: 0;
}
.second_conts .design01_heading p{
  color: var(--main-clr-wt);
}
/*基本的な記事リンクデザイン*/
.articles_link_block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.articles_link_block li{
  background: var(--main-clr-wt);
  margin-bottom: 40px;
}
.articles_link_block li.bnr_block{
  background: none;
}
.articles_link_block li.bnr_block:hover{
  opacity: 1;
}
.articles_link_block li.bnr_block a{
  display: block;
}
.articles_link_block li.bnr_block a img{
  width: 100%;
}
.articles_link_block li.bnr_block a:first-child{
  margin-bottom: 24px;
}
.articles_link_block li a:hover{
  opacity: .8;
  color: #000;
}
.articles_link_block li.col-2{
  width: 580px;
}
.articles_link_block li.col-3{
  width: 372px;
}
.articles_link_block li.col-4{
  width: 290px;
}
.articles_link_block li:hover{
  opacity: .8;
}
.articles_img{
  aspect-ratio: 290 / 147;
  overflow: hidden;
}
.articles_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.articles_detail{
  padding: 20px 40px 20px 20px;
  background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/more_img.png) right bottom no-repeat;
  background-size: 58px;
  border-top: 1px solid #DCDCDC;
}
.articles_ttl{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
.articles_ttl:hover{
  color: #000
}
.articles_txt{
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .media_block{
    padding-top: 110px;
  }
  .articles_link_block{
    display: block;
  }
  .articles_link_block li.col-2{
    width: 100%;
  }
  .articles_link_block li.col-3{
    width: 100%;
  }
  .articles_link_block li.col-4{
    width: 100%;
  }
  .articles_link_block li a:hover{
    opacity: 1;
  }
  .articles_link_block li:hover{
    opacity: 1;
  }
  .articles_link_block li.bnr_block img{
    width: 100%;
  }
}
/*Local Government Platform（LGPF）の取り組み*/
.lgpf_block{
  margin: 90px auto;
}
.lgpf_block .ruby_txt{
  font-size: 12px;
  color: #004386;
  letter-spacing: 2px;
  font-weight: bold;
}
.lgpf_block h3{
  font-size: 25px;
  color: #004386;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #004386;
}
.lgpf_block .txt{
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 2px;
}
.lgpf_block .articles_img{
  aspect-ratio: 58 / 43;
}
@media screen and (max-width: 768px) {
  .lgpf_block{
    margin: 50px auto;
  }
  .lgpf_block h3{
    font-size: 22px;
  }
}
/*イベント・セミナー情報以下の背景*/
.triangle_conts{
  background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/bg03.png) no-repeat left top var(--main-clr-wt);
  background-size: 100%;
  padding: 70px 0 110px;
}
@media screen and (max-width: 768px) {
  .triangle_conts{
    background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/bg03_sp.png) no-repeat left top var(--main-clr-wt);
    background-size: 100%;
    padding: 58px 15px 50px;
  }
}
/*イベント・セミナー*/
.event_block{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.event_block a{
  display: block;
}
.event_block a:hover{
  opacity: .7;
  color: #000;
}
.event_item{
  display: flex;
  width: 580px;
  justify-content: space-between;
}
.event_img{
  width: 268px;
  aspect-ratio: 268 / 187;
  overflow: hidden;
}
.event_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.event_detail{
  width: calc(100% - 280px);
  background: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/lp/regional-effort/local-goverments/img/more_arrow.png) no-repeat center bottom;
  background-size: contain;
  margin-bottom: 0;
}
.event_detail p:not(:last-child) {
  margin-bottom: 0;
}
.event_detail .event_ttl{
  font-size: 16px;
  font-weight: bold;
}
.event_detail .event_txt{
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .event_block{
    display: block;
  }
  .event_item{
    display: block;
    width: 100%;
  }
  .event_img{
    width: 100%;
  }
  .event_detail{
    width: 100%;
    padding: 20px 0;
  }
  .event_block a{
    margin-bottom: 50px;
  }
  .event_block a:hover{
    opacity: 1;
  }
}
/*背景が白いと枠がつく*/
.triangle_conts .articles_detail{
  border: 1px solid #DCDCDC;
}
/*関連記事余白調整*/
.articles_conts.triangle_conts{
  padding: 70px 0 50px;
}
.articles_conts .design02_heading{
  margin-bottom: 0;
}
.articles_conts .articles_link_block{
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .articles_conts.triangle_conts{
    padding: 58px 15px 50px;
  }
  .articles_conts .design02_heading{
    margin-bottom: 20px;
  }
}
/*ふきだしタイトル*/
.balloon_ttl_wrap{
  text-align: center;
}
.balloon_ttl {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 50px;
  min-width: 120px;
  max-width: 100%;
  background: #DEE9F3;
  text-align: center;
  border-radius: 20px;
}
.balloon_ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 56%;
  margin-left: -15px;
  border: 5px solid transparent;
  border-top: 10px solid #DEE9F3;
}
.balloon_ttl h3 {
  margin: 0 auto;
  padding: 0;
  color: #004386;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .balloon_ttl h3 {
    font-size: 20px;
  }
}
/*事例とコラムの画像の縦横指定*/
.triangle_conts .articles_img{
  aspect-ratio: 290 / 147;
  overflow: hidden;
}
.triangle_conts .articles_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*下層調整*/
.view-more{
  margin-bottom: 80px;
}
.btm-links{
  background: var(--main-clr-wt);
  margin: 0;
}
.contact-block {
  margin: 0;
}
.contact-block a{
  height: 143px;
}
.contact-block_txt{
  font-size: 17px;
  width: 60%;
}
.contact-block_txt span{
  font-size: 30px;
  display: block;
}
.contact-block_link{
  display: block;
  width: 40%;
}
.contact-block a::before{
  left: 60%;
}
@media screen and (max-width: 768px) {
  .contact-block a {
    height: auto;
    padding: 30px 10px 24px;
  }
  .contact-block_link,.contact-block_txt{
    width: 100%;
  }
  .contact-block_txt{
    padding: 15px 0;
  }
  .contact-block_txt span{
    font-size: 24px;
  }
}