@charset "UTF-8";
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@800&family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: 500;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0px;
  padding: 0px;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

object, embed {
  vertical-align: top;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  color: #282828;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Yu Gothic", sans-serif;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}

a:focus {
  outline: none;
}

a:link {
  color: #282828;
  text-decoration: none;
}

a:visited {
  color: #282828;
  text-decoration: none;
}

a:active, a:hover {
  color: #282828;
  text-decoration: underline;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/* font imports
----------------------------------------*/
/* Layout
----------------------------------------*/
body .wrap {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 2;
  word-break: break-all;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

*:before, *:after {
  font-family: 'Noto Sans JP', sans-serif;
}

.nxt_header {
  font-size: 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nxt_header {
    display: none;
  }
}

/* foundation
----------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/* layout
----------------------------------------*/
.l-header--sp {
  max-width: 200px;
  margin: 0 auto;
  padding: 14px 10px;
  font-size: 0;
  display: none;
}

.l-social {
  max-width: 980px;
  margin: 10px auto 0;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

@media screen and (max-width: 991px) {
  .l-social {
    display: none;
  }
}

.l-social li:not(:first-child) {
  margin-left: 10px;
}

.l-main {
  display: block;
  background-image: url(body_bg.png);
  background-size: cover;
  background-attachment: fixed;
}

.l-footer {
  padding: 60px 0 90px;
  text-align: center;
  background: white;
}

@media screen and (max-width: 991px) {
  .l-footer {
    padding: 30px 0 50px;
  }
}

.l-footer__link {
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.4;
}

.l-footer__link a {
  color: rgba(40, 40, 40, 0.55);
}

@media screen and (max-width: 991px) {
  .l-footer__link {
    margin-top: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .l-footer__logo img {
    width: 120px;
    height: auto;
  }
}

.l-lower-footer {
  padding: 60px 0;
  text-align: center;
  background: url(/atclh/NXT/22/fujitsudg/footer_bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .l-lower-footer {
    padding: 30px 0;
  }
}

.l-lower-footer__title {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .l-lower-footer__title {
    font-size: 16px;
  }
}

.l-lower-footer__back {
  display: inline-block;
  width: 360px;
  margin: 30px 0 0;
  padding: 10px 0;
  color: #fff !important;
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#006da5), to(#19b5e6));
  background: linear-gradient(to right, #006da5, #19b5e6);
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.l-lower-footer__back:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .l-lower-footer__back {
    margin: 10px 0 0;
    width: 244px;
    font-size: 16px;
  }
}

.l-lower-footer__back::before, .l-lower-footer__back::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}

.l-lower-footer__back::before {
  width: 30px;
  height: 1px;
  right: 20px;
  top: 50%;
}

.l-lower-footer__back::after {
  width: 8px;
  height: 1px;
  right: 20px;
  top: 48%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* object
----------------------------------------*/
.p-mv {
  padding: 15px 0 140px;
  background-image: url(mv_bg.jpg);
  background-position: left 50% bottom 30%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 991px) {
  .p-mv {
    background-image: url(mv_heading_bg_sp.png);
    /* background-size: contain; */
    background-size: cover;
    background-position: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    background-image: url(mv_heading_bg_sp.png);
    background-size: contain;
  }
}

@media screen and (max-width: 991px) {
  .p-mv {
    padding: 18px 0 0;
  }
}

.p-mv__logo {
  text-align: center;
}

.p-mv__logo img {
  margin-left: 85px;
}

@media screen and (max-width: 991px) {
  .p-mv__logo img {
    margin: 0;
    height: 55px;
    width: auto;
  }
}

.p-mv__heading {
  margin: 25px 0 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .p-mv__heading {
    margin: 0 10px 0;
    position: relative;
    top: -8px;
  }
}

.p-mv__lead {
  max-width: 980px;
  margin: 120px auto 0;
  color: #fff;
  padding: 16px 40px;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}

.p-mv__lead::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 59, 118, 0)), color-stop(15%, #003b76), color-stop(85%, #003b76), to(rgba(0, 59, 118, 0)));
  background: linear-gradient(to right, rgba(0, 59, 118, 0) 0%, #003b76 15%, #003b76 85%, rgba(0, 59, 118, 0) 100%);
  opacity: .62;
}

@media screen and (max-width: 991px) {
  .p-mv__lead::before {
    background: rgba(0, 59, 118, 0.62);
  }
}

@media screen and (max-width: 991px) {
  .p-mv__lead {
    margin: 10px 0 0;
    padding: 20px;
    line-height: 1.8125;
    background: url(mv_lead_bg.png) rgba(255, 255, 255, 0.9);
    background-size: cover;
  }
}

.p-mv__lead span {
  position: relative;
}

.-sponsor{
  text-shadow: 0px 0px 10px #003b76;
  color: #fff;
  font-size: 14px;
}
.p-mv__sponsor{
  position: absolute;
  top: 5px;
  right: 10px;
}

@media screen and (max-width: 991px) {
  .-sponsor{
    font-size: 10px;
  }
  .p-mv__sponsor {
    position: absolute;
    top: 1px;
    right: 3px;
  }
}

.p-index__section {
  margin: 0 0 80px;
}

@media screen and (max-width: 991px) {
  .p-index__section {
    margin: 0 0 40px;
  }
}

.index .p-index__section {
  margin: -60px 0 0;
}

@media screen and (max-width: 991px) {
  .index .p-index__section {
    margin-top: 0;
  }
}

.p-index__list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .p-index__list {
    margin: 30px auto 0;
    padding: 0 20px;
    max-width: 660px;
  }
}

.p-index__list a {
  display: block;
}

.p-index__item {
  background: white;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.p-index__item.-new::after {
  content: 'NEW';
  display: block;
  padding: 0 5px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  background: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-index__item.-comingsoon::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  .p-index__item {
    -ms-flex-preferred-size: 312px;
        flex-basis: 312px;
    max-width: 312px;
  }
  .p-index__item:not(:nth-child(3n + 1)) {
    margin-left: 32px;
  }
  .p-index__item:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .p-index__item:not(:first-child) {
    margin-top: 20px;
  }
  .p-index__item,
  .p-index__image{
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-index__item:hover {
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

.p-index__item a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-index__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.p-index__image {
  font-size: 0;
}

.p-index__text {
  padding: 20px 20px 40px;
}
@media screen and (max-width: 991px) {
  .p-index__text {
    padding: 15px 20px;
  }
}

.p-index__vol {
  color: #19b5e6;
  font-size: 16px;
  font-weight: bold;
}

.p-index__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: .75em;
}

@media screen and (max-width: 991px) {
  .p-index__title {
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 0;
  }
}

.p-index__signature {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 991px) {
  .p-index__signature {
    margin-top: 15px;
    font-size: 16px;
  }
}

.p-index__signature::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
}

@media screen and (max-width: 991px) {
  .p-index__signature::before {
    width: 15px;
  }
}

.p-index__date {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.p-dg {
  max-width: 1000px;
  margin: 80px auto;
  padding: 50px 38px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(4, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(4, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
  .p-dg {
    margin: 40px auto 0;
    padding: 30px 20px;
  }
}

.p-dg__heading {
  padding-bottom: 35px;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 991px) {
  .p-dg__heading {
    padding-bottom: 20px;
    font-size: 21px;
    line-height: 1.5;
  }
}

.p-dg__heading::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#008224), to(#61d600));
  background: linear-gradient(to right, #008224, #61d600);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .p-dg__heading::after {
    width: 60px;
    height: 3px;
  }
}

.p-dg__lead {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .p-dg__lead {
    margin-top: 20px;
    font-size: 16px;
  }
}

.p-dg__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .p-dg__list {
    margin: 40px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .p-dg__list {
    margin: 20px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-dg__item {
  position: relative;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

@media screen and (min-width: 992px) {
  .p-dg__item {
    -ms-flex-preferred-size: 284px;
        flex-basis: 284px;
    max-width: 284px;
  }
}

@media screen and (max-width: 991px) {
  .p-dg__item {
    max-width: 660px;
  }
  .p-dg__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-dg__item:hover {
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

.p-dg__item a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-dg__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.p-dg__item.-comingsoon::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}

.p-dg__image {
  font-size: 0;
}

.p-dg__text {
  padding: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#008224), to(#61d600));
  background: linear-gradient(to right, #008224, #61d600);
}

.p-dg__date {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.p-lower-mv {
  padding: 44px 0 30px;
  font-size: 0;
  text-align: center;
  background-image: url(/atclh/NXT/22/fujitsudg/lower_mv_bg.png);
  background-position: left 50% bottom 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 991px) {
  .p-lower-mv {
    padding: 24px 0 12px;
  }
}

.p-lower-mv__sponsor{
  position: absolute;
  top: 1px;
  right: 15px;
}

@media screen and (max-width: 991px) {
  .p-lower-mv__sponsor{
    position: absolute;
    top: 1px;
    right: 5px;
  }
}

.p-local-nav {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .p-local-nav {
    margin-top: 12px;
  }
}

.p-local-nav__cb-link {
  display: inline-block;
  padding-right: 24px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 991px) {
  .p-local-nav__cb-link {
    font-size: 13px;
    padding-right: 15px;
  }
}

.p-local-nav__cb-link::before, .p-local-nav__cb-link::after {
  content: '';
  display: block;
  position: absolute;
  border-color: #282828;
}

.p-local-nav__cb-link::before {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .p-local-nav__cb-link::before {
    width: 10px;
    height: 10px;
  }
}

.p-local-nav__cb-link::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 991px) {
  .p-local-nav__cb-link::after {
    width: 3px;
    height: 3px;
    right: 5px;
  }
}

.p-local-nav__list {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 27px;
  line-height: 1.1;
  max-width: 890px;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .p-local-nav__list {
    margin: 14px 0 0;
    font-size: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 0;
  }
}

.p-local-nav__item {
  border-left: 1px solid #19b5e6;
  width: calc(100% / 5.001 - 1px);
  margin-bottom: 15px;
}

.p-local-nav__item:last-child,
.p-local-nav__item:nth-of-type(5n+5) {
  border-right: 1px solid #19b5e6;
}

@media screen and (max-width: 991px) {
  /* .p-local-nav__item:nth-child(3) {
    border-right: 1px solid #19b5e6;
  } */
  .p-local-nav__list{
    max-width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .p-local-nav__item {
    width: calc(100% / 4.001 - 1px);
  }
  .p-local-nav__item{
    margin-bottom: 10px;
  }
 .p-local-nav__item:nth-of-type(5) {
    border-right: 0;
  }
  .p-local-nav__item:nth-of-type(4n+4) {
    border-right: 1px solid #19b5e6;
  }
}
@media screen and (max-width: 480px) {
  .p-local-nav__item {
    width: calc(100% / 3.001 - 1px);
  }
  .p-local-nav__item:nth-of-type(4) {
    border-right: 0;
  }
  .p-local-nav__item:nth-of-type(3n+3) {
    border-right: 1px solid #19b5e6;
  }
}

.p-local-nav__item a {
  margin: 0 1.5em;
  color: #19b5e6;
  font-weight: 700;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a.disabled{
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

@media screen and (max-width: 991px) {
  .p-local-nav__item a {
    margin: 0 2em;
  }
}

.p-local-nav__item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p-local-nav__item a.disabled:hover{
  opacity: 1;
}

.p-local-nav__item.-current a::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: rgba(178, 178, 178, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .p-local-nav__item.-current a::after {
    height: 1px;
  }
}

.p-article__section {
  margin: 70px 0 0;
}

@media screen and (max-width: 991px) {
  .p-article__section {
    margin: 20px 0 0;
  }
}

.p-article__title {
  text-align: center;
}

.p-article__title__vol {
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  font-size: 27px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-radius: 1em;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, right top, from(#006da5), to(#19b5e6));
  background: linear-gradient(to right, #006da5, #19b5e6);
}

@media screen and (max-width: 991px) {
  .p-article__title__vol {
    padding: 0 22px;
    font-size: 21px;
  }
}

.p-article__title__text {
  display: block;
  font-size: 39px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  .p-article__title__text {
    margin-top: 5px;
    font-size: 21px;
    line-height: 1.5;
  }
  .p-article__title__text.twolines{
    padding: 0;
  }
}

.p-article__lead {
  max-width: 925px;
  margin: 20px auto 0;
  font-size: 17px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .p-article__lead {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}

.p-article__character {
  margin: 60px 0 0;
  height: 398px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .p-article__character {
    margin: 30px 0 0;
    height: 42.66666666666667vw;
    background-size: cover;
  }
}

.p-article__character__text {
  width: 50%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.p-article__character__name {
  font-size: 3.307692307692308vw;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .p-article__character__name {
    font-size: 5.6vw;
  }
}

.p-article__character__name span {
  font-size: 1.923076923076923vw;
}

@media screen and (max-width: 991px) {
  .p-article__character__name span {
    font-size: 3.6vw;
  }
}

.p-article__character__en {
  font-size: 1.307692307692308vw;
}

@media screen and (max-width: 991px) {
  .p-article__character__en {
    font-size: 2vw;
  }
}

.p-article__character__position {
  font-size: 1.538461538461538vw;
}

@media screen and (max-width: 991px) {
  .p-article__character__position {
    font-size: 2.8vw;
  }
}

.p-article__character--image {
  margin: 60px 0 0;
  padding: 0 0 20px;
  display: block;
  text-align: center;
  background-image: url(/atclh/NXT/22/fujitsudg/character_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
}

@media screen and (max-width: 991px) {
  .p-article__character--image {
    margin: 30px 0 0;
    background-image: none;
  }
}

.p-article__character--image.-high{
  background-image: url(/atclh/NXT/22/fujitsudg/character_bg_high.jpg);
}

@media screen and (max-width: 991px) {
  .p-article__character--image.-high{
    background-image: none;
  }
}

.p-article__character--image .p-article__character__image {
  display: block;
  text-align: center;
}

.p-article__inner-section {
  padding: 60px 20px;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .p-article__inner-section {
    padding: 30px 20px;
  }
}
.-w45 .p-article__character__text{
  width: 44%;
  padding-left: 1%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .-w45 .p-article__character__text{
    line-height: 1.8;
  }
  .-w45 .p-article__character__name br.sp_only,
  .-w45 .p-article__character__position br.sp_only{
    display: block;
  }
  .-w45 .p-article__character__name {
    font-size: 4.8vw;
  }
  .-w45 .p-article__character__name span {
    font-size: 2.8vw;
  }
  .-w45 .p-article__character__position {
    font-size: 2.2vw;
  }
  .-w45 .p-article__character__position .pc_only{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .-w45 .p-article__character__text {
    width: 44.5%;
    padding-left: 0.5%;
  }
  .-w45 .p-article__character__name {
    font-size: 5.1vw;
  }
  .-w45 .p-article__character__name span {
    font-size: 3.1vw;
  }
  .-w45 .p-article__character__position {
      font-size: 2.6vw;
  }
}

.p-article__inner-section.-bg01 {
  background-image: url(/atclh/NXT/22/fujitsudg/article_bg01.png);
}

.p-article__inner-section.-bg02 {
  background-image: url(/atclh/NXT/22/fujitsudg/article_bg02.png);
}

.p-article__inner-section__inner {
  max-width: 925px;
  margin: 0 auto;
}

.p-article__inner-section__inner h2 {
  padding: 0 0 30px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .p-article__inner-section__inner h2 {
    padding-bottom: 20px;
    font-size: 21px;
    line-height: 1.476190476190476;
  }
}

.p-article__inner-section__inner h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#006da5), to(#19b5e6));
  background: linear-gradient(to right, #006da5, #19b5e6);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-article__inner-section__inner h2 + * {
  margin-top: 30px;
}

.p-article__inner-section__inner > p {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.823529411764706;
}

.p-article__inner-section__inner > p.-note {
  font-size: 0.875em;
  padding-left: 3em;
  text-indent: -3em;
}
.p-article__inner-section__inner > p.-note a{
  color:#046db8;
}

@media screen and (max-width: 991px) {
  .p-article__inner-section__inner > p {
    margin: 25px 0 0;
    font-size: 16px;
  }
}

.p-article__inner-section__inner > p.-note__right {
  text-align: right!important;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .p-article__inner-section__inner > p.-note__right {
    font-size: 12px;
  }
}

.p-article__inner-section__inner > p .-name {
  color: #006da5;
}

.p-article__inner-section *:last-child {
  margin-bottom: 0 !important;
}
.p-article__image {
  margin: 60px auto;
  max-width: 600px;
  text-align: center;
}

.w400{
  max-width: 400px;
}

@media screen and (max-width: 991px) {
  .p-article__image {
    margin: 30px auto;
  }
}

.p-article__image figcaption {
  display: block;
  margin: 10px 0;
  color: #006da5;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .p-article__image figcaption {
    font-size: 16px;
  }
}

.p-article__image .bpimage_click{
  font-size: 13px;
}

.p-article__image img {
  max-width: 100%;
  height: auto;
}

.p-article__image a + figcaption {
  margin: 10px 0 0;
  color: #222;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}

.p-article__image.--wide {
  max-width: 824px;
}

.p-article__serif {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .p-article__serif {
    padding: 96px 0;
  }
}

@media screen and (max-width: 991px) {
  .p-article__serif {
    margin: 30px 0;
  }
}

.p-article__serif__image {
  /*
      margin-left: -190px;
      */
}

@media screen and (min-width: 992px) {
  .p-article__serif__image {
    position: absolute;
    left: 0;
    width: 40vw;
    height: 324px;
    overflow: hidden;
  }
  .-serif2 .p-article__serif__image{
    position: absolute;
    left: auto;
    right: 0;
  }
  .p-article__serif__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  .p-article__serif__image {
    margin-left: -20px;
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
  }
  .p-article__serif__image img {
    width: 160px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .-serif2 .p-article__serif__image{
    margin-right: -20px;
    order: 2;
  }
  .-serif2 .p-article__serif__text{
    order: 1;
  }
}

.p-article__serif__text {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin-left: 40%;
}
.-serif2 .p-article__serif__text {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .p-article__serif__text {
    -ms-flex-preferred-size: calc(100% - 185px);
        flex-basis: calc(100% - 185px);
    font-size: 16px;
    margin-left: 25px;
  }
}

.p-link__section {
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .p-link__section {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 992px) {
  .p-link__list {
    max-width: 925px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-link__list + .p-link__list {
  margin-top: 30px;
}

.p-link__title {
  color: #035591;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #035591;
}

@media screen and (min-width: 992px) {
  .p-link__title {
    padding: 4px 0;
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
    max-width: 210px;
    font-size: 20px;
  }
}

.p-link__text {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .p-link__text {
    margin: 0 0 0 30px;
    -ms-flex-preferred-size: calc(100% - 240px);
        flex-basis: calc(100% - 240px);
    max-width: calc(100% - 240px);
    font-size: 17px;
  }
}

.p-link__text a {
  color: #035591;
  font-weight: bold;
  text-decoration: underline;
}

.p-link__text a:hover {
  opacity: 0.7;
}

.p-link__text ul li a {
  padding-left: 20px;
  position: relative;
}

.p-link__text ul li a::before {
  content: '●';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-cb-heading {
  margin: 50px 0 0;
  font-size: 30px;
  line-height: 1.476;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .p-cb-heading {
    margin: 25px;
    font-size: 21px;
  }
}

.p-cb-heading + .p-cb-article-nav {
  padding: 0 0 60px;
}

@media screen and (max-width: 991px) {
  .p-cb-heading + .p-cb-article-nav {
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 992px) {
  .p-cb-title {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .p-cb-title {
    background-image: none !important;
  }
}

.p-cb-title__image {
  font-size: 0;
}

.p-cb-title__text {
  color: #fff;
  font-weight: bold;
  line-height: 1.65;
}

@media screen and (min-width: 992px) {
  .p-cb-title__text {
    -ms-flex-preferred-size: 925px;
        flex-basis: 925px;
    max-width: 925px;
    margin: 0 auto;
    font-size: 34px;
  }
}

@media screen and (max-width: 991px) {
  .p-cb-title__text {
    padding: 20px;
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.05em;
    background-image: url(/atclh/NXT/22/fujitsudg_cb_01/cb_title_bg_sp.jpg);
  }
}

.p-cb-lead {
  max-width: 925px;
  margin: 60px auto;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .p-cb-lead {
    margin: 30px 20px;
  }
}

@media screen and (min-width: 992px) {
  .p-cb-local-nav__list {
    max-width: 925px;
    margin: 0 auto;
    padding: 38px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .p-cb-local-nav__list {
    padding: 0 20px;
  }
}

@media screen and (min-width: 992px) {
  .p-cb-local-nav__item {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .p-cb-local-nav__item:not(:first-child) {
    border-top: 1px solid rgba(0, 130, 36, 0.2);
  }
}

.p-cb-local-nav__item a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #008224;
  line-height: 1.5625;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 992px) {
  .p-cb-local-nav__item a {
    padding-bottom: 22px;
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .p-cb-local-nav__item a {
    padding: 25px 0;
  }
}

.p-cb-local-nav__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.p-cb-local-nav__item a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #008224;
  border-bottom: 2px solid #008224;
  position: absolute;
}

@media screen and (min-width: 992px) {
  .p-cb-local-nav__item a::after {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 991px) {
  .p-cb-local-nav__item a::after {
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

.p-cb-article__section {
  padding: 80px 0 60px;
  background-size: cover;
  background-position: center center;
}

.p-cb-article__section + .p-cb-article__section{
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .p-cb-article__section {
    padding: 30px 0;
  }
}

.p-cb-article__section.-green {
  background: url(/atclh/NXT/22/fujitsudg/cb_bg_green.png);
}

.p-cb-article__section.-white {
  background: url(/atclh/NXT/22/fujitsudg/cb_bg_white.png);
}

.p-cb-article__section__inner {
  max-width: 965px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-cb-article__section h2 {
  padding: 0 0 30px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .p-cb-article__section h2 {
    font-size: 21px;
    padding: 0 0 20px;
  }
}

.p-cb-article__section h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#008224), to(#61d600));
  background: linear-gradient(to right, #008224, #61d600);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-cb-article__section h2 + * {
  margin-top: 30px;
}

.p-cb-article__section p {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.823529411764706;
}

.p-cb-article__section p a:link {
  text-decoration: underline!important;
}

@media screen and (max-width: 991px) {
  .p-cb-article__section p {
    font-size: 16px;
  }
}

.p-cb-article__block {
  margin: 30px 0;
}

@media screen and (max-width: 991px) {
  .p-cb-article__block > *:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .p-cb-article__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-cb-article__block.-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-cb-article__block > * {
    -ms-flex-preferred-size: 425px;
        flex-basis: 425px;
    max-width: 425px;
  }
  .p-cb-article__block figure {
    margin-top: 40px;
  }
  .p-cb-article__block p {
    margin: 0;
  }
}

.p-cb-article-nav {
  padding: 40px 0 80px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .p-cb-article-nav {
    padding: 30px 0;
  }
}

.p-cb-article-nav p {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .p-cb-article-nav p {
    font-size: 16px;
  }
}

.p-cb-article-nav__list {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  .p-cb-article-nav__list {
    margin: 14px 20px 0;
    font-size: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 0;
  }
}

.p-cb-article-nav__item {
  border-left: 1px solid #282828;
}

.p-cb-article-nav__item:last-child {
  border-right: 1px solid #282828;
}

@media screen and (max-width: 991px) {
  .p-cb-article-nav__item:nth-child(3) {
    border-right: 1px solid #282828;
  }
}

.p-cb-article-nav__item a {
  margin: 0 1.5em;
  color: #282828;
  font-weight: 700;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 991px) {
  .p-cb-article-nav__item a {
    margin: 0 1.2em;
  }
}

.p-cb-article-nav__item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p-cb-article-nav__item.-current a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #61d600;
  position: absolute;
  bottom: -5px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .p-cb-article-nav__item.-current a::after {
    height: 1px;
  }
}

.p-back-index a {
  padding: 0 10px  0 32px;
  position: fixed;
  top: 125px;
  left: 0;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#035490), to(#003c77));
  background: linear-gradient(to right, #035490, #003c77);
  z-index: 9999;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.p-back-index a::before {
  content: '';
  display: block;
  width: 1px;
  height: 1px;
  border-top: 8px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-back-index a {
    padding: 0 10px  0 24px;
    position: fixed;
    top: 115px;
    left: 0;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .p-back-index a::before {
    border-top: 6px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}

.p-pagetop {
  display: none;
  font-size: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .u-sp {
    display: inherit;
  }
}
.l-header--sp.u-sp{
  display: none;
}
.u-bold {
  font-weight: bold;
}

.p-article__profile {
  border: 1px solid #035591;
  padding: 30px 30px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.p-article__profile__image {
  width: 40vw;
  max-width: 360px;
  margin-left: 45px;
}

.p-article__profile__text {
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-article__profile__text .-name {
  font-size: 16px;
  display: block;
}

.p-article__profile__text .-name b {
  font-size: 23px;
}

@media screen and (max-width: 768px) {
  .p-article__profile {
    display: block;
  }
  .p-article__profile__image {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
  }
}

.p-aside_note{
  margin: 0 10px 30px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}
section > .p-aside_note{
  margin: 30px 10px 30px;
}
.p-aside_list{  
  margin: 0 auto 25px;
  text-align: center;
}
.p-aside_list div {
  display: inline-block;
}
p.p-aside_list__title{
  text-align: left!important;
  margin-bottom: 10px;
}
.p-aside_list .p-aside_list__text{
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.p-aside_list .p-aside_list__text li{
  text-align: left;
  text-indent:-2.25em;
  padding-left: 1.25em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-aside_list .p-aside_list__text li a{
  position: relative;
  padding-left: 1.25em;
  color: #035490;
  margin-left:1em;
}
.p-aside_list .p-aside_list__text li a::before {
  content: '';
  margin: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ac2330;
  border-right: 2px solid #ac2330;
  transform: rotate(45deg);
}
@media screen and (max-width: 991px) {
  .p-aside_note{
    margin: 30px 10px 25px;
  }
}
@media screen and (max-width: 768px) {
  section > .p-aside_note{
    margin: 30px 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .p-aside_note{
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
  }
}