@charset "UTF-8";

/* カスタム変数 */
:root {
  --main-color: #af0029;
}

/* 基本 */
html {
  scroll-behavior: smooth;
}
.technology-roadmap-main {
  padding-top: 0;
  letter-spacing: 0.01em;
}
.technology-roadmap_contents {
  max-width: 1140px;
  margin: 0 auto ;
}
.technology-roadmap_contents img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.technology-roadmap_contents figure {
  margin: 0;
}
.technology-roadmap_contents a {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .technology-roadmap_contents {
    max-width: 100%;
    margin: 20px;
  }
}
.technology-roadmap_contents ul {
  list-style-type:none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}

@media screen and (max-width: 767px) {
  .technology-roadmap-main {
    width: 100%;
  }

  .technology-roadmap_contents {
    /* width: 100%; */
  }
}
@media screen and (min-width:768px) {
	/* pc view */
	.technology-roadmap_contents .sp { display: none; }
}
@media screen and (max-width:767px) {
	/* sp view */
	.technology-roadmap_contents .pc { display: none; }
}

/* ボタン */
.technology-roadmap_contents .btn {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  border: solid 1px currentColor;
  border-radius: 25px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
}
.technology-roadmap_contents .btn:hover {
  opacity: 0.75;
}

/* キービジュアル */
.technology-roadmap_kv {
  max-width: 100%;
  margin: 0 auto 80px;
  background-image: url(/content/dam/nttcom/hq/jp/about-us/technologyroadmap/img/kv.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.technology-roadmap_kv .technology-roadmap_contents {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 95px 50px 0;
}
.technology-roadmap_kv .technology-roadmap_contents .title {
  background-color: var(--main-color);
  color: #FFF;
  margin: 0 auto 60px;
  padding: 60px 75px;
  text-align: center;
  opacity: 0.85;
}
.technology-roadmap_kv .technology-roadmap_contents .title h1 {
  margin: 0 auto 30px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.technology-roadmap_kv .technology-roadmap_contents .title p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 auto 30px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.technology-roadmap_kv .technology-roadmap_contents .title .btn {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  padding: 15px;
  border-radius: 27.5px;
  background-color: #fdd000;
  border: none;
  position: relative;
  padding-right: 40px;
  background-image: url("/content/dam/nttcom/hq/jp/about-us/technologyroadmap/img/ico_download.svg");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.technology-roadmap_kv .technology-roadmap_contents .text {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0.01em;
  white-space: nowrap;
  margin: 0 auto 30px;
  text-align: center;
}
.technology-roadmap_kv .technology-roadmap_contents .field_area {
  display: flex;
  align-items: center;
}
.technology-roadmap_kv .technology-roadmap_contents .field_area > .field_item {
  width: calc((100% - 20px) / 7);
  padding: 0;
  margin-right: 4px;
}
.technology-roadmap_kv .technology-roadmap_contents .field_area > .field_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .technology-roadmap_kv {
    margin-bottom: 60px;
  }
  .technology-roadmap_kv .technology-roadmap_contents {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    background-size: 100%;
    padding: 25px 20px 0;
  }
  .technology-roadmap_kv .technology-roadmap_contents .title {
    margin: 20px 0 20px;
    padding: 20px 20px;
    /* box-sizing: content-box; */
  }
  .technology-roadmap_kv .technology-roadmap_contents .title h1 {
    white-space: wrap;
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto 20px;
  }
  .technology-roadmap_kv .technology-roadmap_contents .title p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto 40px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  .technology-roadmap_kv .technology-roadmap_contents .text {
    font-size: 16px;
    line-height: 32px;
    white-space: wrap;
    margin: 0 20px 20px;
  }
  .technology-roadmap_kv .technology-roadmap_contents .field_area {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .technology-roadmap_kv .technology-roadmap_contents .field_area > .field_item {
    width: calc((100% - 12px) / 3);
    padding: 0;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .technology-roadmap_kv .technology-roadmap_contents .field_area > .field_item:nth-child(3n) {
    margin-right: 0;
  }
  .technology-roadmap_kv .technology-roadmap_contents .field_area > .field_item:last-child {
    margin-right: 4px;
  }
}

/* 俯瞰図イメージ */
.technology-roadmap_sec {
  text-align: center;
  margin-bottom: 90px;
}
.technology-roadmap_sec_main {
  padding: 0 50px;
}
.technology-roadmap_sec h2 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin: 0 auto 40px;
}
.technology-roadmap_sec h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  background: url("/content/dam/nttcom/hq/jp/about-us/technologyroadmap/img/sec_underline.png") no-repeat center;
  background-size: contain;
  margin: 30px auto 0;
}
.technology-roadmap_sec_main .text {
  font-size: 18px;
  line-height: 36px;
  margin: 0 auto 40px;
  text-align: center;
}


@media screen and (max-width: 767px) {
  .technology-roadmap_sec_main {
    padding: 0;
  }
  .technology-roadmap_sec h2 {
    font-size: 32px;
    line-height: 28px;
    margin: 0 auto 30px;
  }
  .technology-roadmap_sec {
    margin-bottom: 60px;
  }
  .technology-roadmap_sec h2::after {
    margin: 20px auto 0;
  }
}
.technology-roadmap_sec_bird-eye .technology-roadmap_sec_contents {
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
 border-radius: 20px;
 padding: 45px 30px 25px;
 text-align: center;
}
.technology-roadmap_sec_bird-eye .technology-roadmap_sec_contents figure {
  margin-bottom: 5px;
}
.technology-roadmap_sec_bird-eye .technology-roadmap_sec_contents p.trademark {
  font-size: 10px;
  text-align: left;
  margin-bottom: 35px;
}
.technology-roadmap_sec_bird-eye .technology-roadmap_sec_contents p {
  font-size: 14px;
}
.technology-roadmap_sec_technical-area figure {
  width: 100%;
}
.technology-roadmap_cat {
  padding: 50px;
}
.technology-roadmap_cat:nth-child(odd of .technology-roadmap_cat) {
  background-color: #f0f0f0;
}
.technology-roadmap_cat .title {
  display: grid;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 80px;
  grid-template-columns: 150px auto;
  grid-template-rows: auto auto;
  row-gap: 0;
  column-gap: 40px;
}
.technology-roadmap_cat .title > figure {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  
}
.technology-roadmap_cat .title > h2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  font-size: 36px;
  font-weight: bold;
  margin: 25px 0;
}
.technology-roadmap_cat .title > .text {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  font-size: 18px;
  line-height: 36px;
}
.technology-roadmap_cat .title > figure > img {
  max-width: 150px;
  width: 150px;
  height: 150px;
}
.technology-roadmap_cat .content {
  margin: 0 60px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20);
  background-color: #FFFFFF;
}
.technology-roadmap_cat .content .caution {
  font-size: 14px;
  text-align: right;
}
.technology-roadmap_cat:nth-last-child(1 of .technology-roadmap_cat) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .technology-roadmap_cat {
    padding: 10px;
  }
  .technology-roadmap_cat .title {
    align-items:flex-start;
    margin-bottom: 20px;
    margin-right: 0;
    grid-template-columns: 50px auto;
    grid-template-rows: auto auto;
    row-gap: 0;
    column-gap: 20px;
    row-gap: 20px;
  }
  .technology-roadmap_cat .title > figure > img{
    max-width: 50px;
    width: 50px;
    height: 50px;
  }
  .technology-roadmap_cat .title > figure {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .technology-roadmap_cat .title > h2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0;
  }
  .technology-roadmap_cat .title > .text {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    font-size: 16px;
    line-height: 30px;
  }
  .technology-roadmap_cat .content {
    margin: 0 auto;
    padding: 10px;
  }
  .technology-roadmap_cat:nth-last-child(1 of .technology-roadmap_cat) {
    margin-bottom: 60px;
  }
}

/* 関連リンク・更新情報 */
.technology-roadmap_sec .technology-roadmap_contents {
  padding: 0 60px;
}
.technology-roadmap_sec ul.technology-roadmap_link-feed {
  list-style: none;
  padding-left: 0;
}
.technology-roadmap_sec ul.technology-roadmap_link-feed > li {
  /* display: inline-block; */
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  padding-left: 26px;
}
.technology-roadmap_sec ul.technology-roadmap_link-feed > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  background-color: var(--main-color);
}
.technology-roadmap_sec ul.technology-roadmap_link-feed > li a {
  color: #053079;
  text-decoration: underline;
  font-size: 18px;
}
.technology-roadmap_sec ul.technology-roadmap_news-feed > li {
    position: relative;  
    display: flex;
    align-items: center;
    border-bottom: 0.0625rem dotted #1A1A1A;
    padding: 25px 25px 25px 80px;
    font-size: 18px;
}
.technology-roadmap_sec ul.technology-roadmap_news-feed > li .date {
  margin-right: 45px;
}
.technology-roadmap_sec ul.technology-roadmap_news-feed > li.new::before {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  line-height: 1;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .technology-roadmap_sec .technology-roadmap_contents {
    padding: 0 10px;
  }
  .technology-roadmap_sec ul.technology-roadmap_link-feed > li a {
    font-size: 16px;
  }
  .technology-roadmap_sec ul.technology-roadmap_news-feed > li {
      flex-wrap: wrap;
      padding: 20px 0 10px 0;
      font-size: 16px;
      align-items: flex-start;
  }
  .technology-roadmap_sec ul.technology-roadmap_news-feed > li .date {
    margin-right: 0;
    margin-left: 60px;
    margin-bottom: 5px;
  }
  .technology-roadmap_sec ul.technology-roadmap_news-feed > li.new::before {
    top: 25px;
    transform: none;
  }
  .technology-roadmap_sec ul.technology-roadmap_news-feed > li .title {
    width: 100%;
    text-align: left;
  }
}

/* お問い合わせ */
.technology-roadmap_contact {
  padding: 70px;
}
.technology-roadmap_contact .btn {
  font-size: 18px;
  line-height: 30px;
  padding: 15px;
  border-radius: 27.5px;
  background-color: var(--main-color);
  color: #FFFFFF;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background-image: url("/content/dam/nttcom/hq/jp/about-us/technologyroadmap/img/ico_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 14px;
  text-decoration: none;
  max-width: 416px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20);
}
@media screen and (max-width: 767px) {
  .technology-roadmap_contact {
    padding: 0;
  }
}
