@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  font-size: 1rem;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header, article, main, aside, section, footer,
nav, menu, details, hgroup, summary, figcaption, figure {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * initiallize
 * タグ自体のstyleを記述
 */
html {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 400;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  opacity: 0;
}
body.is-act {
  opacity: 1;
}

p, dl, dt, dd, ul, ol, li {
  letter-spacing: 0.075em;
  font-size: inherit;
  font-weight: 300;
  font-family: inherit;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.075em;
  font-size: inherit;
  font-weight: 900 !important;
  font-family: inherit;
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
}
a > * {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
}
@media (min-width: 834px) {
  a:hover {
    opacity: 0.8;
  }
  a:hover > * {
    opacity: 0.8;
  }
}

.is-disabled {
  pointer-events: none;
}
@media (min-width: 834px) {
  .is-disabled:hover {
    opacity: 1;
    pointer-events: none;
  }
  .is-disabled:hover > * {
    opacity: 1;
    pointer-events: none;
  }
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
img[width], img[height] {
  width: 100%;
  height: auto;
}
@media (max-width: 833px) {
  img {
    width: 100%;
    height: auto;
  }
}

strong {
  font-weight: 700;
  font-size: inherit;
}

span {
  font-size: inherit;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 834px) {
  button {
    cursor: pointer;
  }
  button:hover {
    opacity: 0.8;
  }
  button:hover > * {
    opacity: 0.8;
  }
}

input {
  padding: 0;
  border: none;
  background: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: font-size 0.1s linear;
  transition: font-size 0.1s linear;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
select,
textarea {
  padding: 6px;
  font-family: "Noto Sans JP", sans-serif !important;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  vertical-align: bottom;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #e2e2e2;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e2e2e2;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #e2e2e2;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  background-color: #eef4fb;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  vertical-align: -1px;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif !important;
  vertical-align: bottom;
}

textarea {
  resize: vertical;
  vertical-align: bottom;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

@media (max-width: 833px) {
  .pci {
    display: none !important;
  }
}
@media (min-width: 834px) {
  .pci {
    display: inline;
  }
}

@media (max-width: 833px) {
  .spi {
    display: inline;
  }
}
@media (min-width: 834px) {
  .spi {
    display: none !important;
  }
}

@media (max-width: 833px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 834px) {
  .pc {
    display: block;
  }
}

@media (max-width: 833px) {
  .sp {
    display: block;
  }
}
@media (min-width: 834px) {
  .sp {
    display: none !important;
  }
}

/*
* margin padding
*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

/**
 * #header, #footer
 * ヘッダーフッター
 */
#graybg {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 8;
}

#header,
#footer {
  position: fixed;
  height: 60px;
  display: block;
  width: 100%;
  background: #fff;
  z-index: 8;
  color: #f2f2f2;
  padding: 15px 56px 0;
}
#header p, #header dl, #header dt, #header dd, #header ul, #header ol, #header li,
#footer p,
#footer dl,
#footer dt,
#footer dd,
#footer ul,
#footer ol,
#footer li {
  line-height: 1;
  letter-spacing: 0;
}

#header {
  top: 0px;
  z-index: 10;
}

@media (max-width: 833px) {
  #header {
    height: 56px;
    padding: 15px 20px 0;
  }
}
#header-menuBtn-op {
  position: absolute;
  right: 0px;
  top: 2px;
  width: 27px;
  /*width: 8%;*/
}

#header-menuBtn-cs {
  display: none;
  position: absolute;
  right: 0px;
  top: 2px;
  width: 27px;
  /*width: 8%;*/
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 833px) {
  .header-wrap {
    display: block;
    position: relative;
  }
}
.header-logo {
  margin: 0 auto 0 0;
  width: 280px;
}
.header-logo img{
  width: 120px;
  margin-top: -2px;
}

@media (max-width: 833px) {
  .header-logo {
    display: block;
    width: 26%;
  }
  .header-logo img{
    width: 100%;
    margin-top: -5.5%;
  }
}

.header-menu {
  display: none;
}

@media (max-width: 833px) {
  .header-menu {
    background: #fff;
    border-top: solid 1px #999;
    display: none;
    height: 812px;
    position: absolute;
    right: -20px;
    top: 44px;
    width: 80%;
  }
}
.header-menu li {
  margin: 0 0 0 50px;
}

.header-menu p {
  color: #231815;
  font-size: 16px;
  margin: 5px 0 0 20px;
  position: relative;
}

@media (max-width: 833px) {
  .header-menu li {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/header_img03.png) no-repeat 92% center;
    background-size: 6%;
    border-bottom: solid 1px #999;
    margin: 0;
    padding: 16px 10px;
  }

  .header-menu .secondPageBtn:before {
    background: #c03 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/new.svg) no-repeat left top;
    background-size: 100%;
    border-radius: 13px;
    content: " ";
    display: inline-block;
    height: 26px;
    position: absolute;
    top: -8px;
    left: 34%;
    width: 26px;
  }

  .header-menu .thirdPageBtn:before {
    background: #c03 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/new.svg) no-repeat left top;
    background-size: 100%;
    border-radius: 13px;
    content: " ";
    display: inline-block;
    height: 26px;
    position: absolute;
    top: -8px;
    left: 24%;
    width: 26px;
  }

  .header-menu.itv2 {
    background: none;
    border-top: none;
    display: block;
    height: auto;
    right: -10px;
    top: 5px;
    width: 36%;
  }

  .header-menu.itv2 li {
    background: none;
    margin: 0;
    border-bottom: none;
    padding: 0;
  }
}
.header-menu.itv2 {
  display: block;
}

#footer {
  background: rgba(216, 216, 216, 0.5);
  bottom: 0px;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer.secondPageFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer p {
  display: table;
}

#footer p span {
  display: table-cell;
  font-size: 14px;
  height: 40px;
  padding: 0 20px 0 0;
  vertical-align: middle;
}

@media (max-width: 833px) {
  #footer p span {
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    padding: 0 10px 0 0;
    text-align: left;
    vertical-align: middle;
  }
}
@media (max-width: 833px) {
  #footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    padding: 0 0 0 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer .sp {
    padding: 2% 0 0;
    width: 66%;
  }
}
#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 833px) {
  #footer ul li {
    height: 100%;
  }
}
@media (max-width: 833px) {
  #footer ul li form {
    height: 100%;
  }
}
#footer .footerBtn {
  border: none;
  background: #16b7e5 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/footer_ico01.png) no-repeat 10px center;
  background-size: 8%;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  margin: 0 10px 0 0;
}

#footer .footerBtn.footerBtn3 {
  border: none;
  background: #707070 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/footer_ico03.png) no-repeat 10px center;
  background-size: 8%;
  color: #fff;
  cursor: pointer;
  margin: 0 10px 0 0;
}

#footer .footerBtn.footerBtn3 span {
  background: none;
  padding: 12px 0;
}

@media (max-width: 833px) {
  #footer .footerBtn {
    background: #16b7e5 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/footer_ico01.png) no-repeat center center;
    background-size: 43%;
    height: 100%;
    margin: 0;
    width: 17%;
  }
}
#footer .footerBtn span {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/footer_ico02.png) no-repeat 195px center;
  padding: 9px 0;
}

#footer .mailBtnBox .footerBtn span {
  font-size: 13px;
  padding: 8px 0 8px;
}

#footer .only-pc,
#footer .only-smt {
  display: none;
}

@media (min-width: 834px) {
  #footer .footerBtn span {
    display: inline-block;
    font-size: 14px;
    width: 217px;
  }

  #footer .only-pc {
    display: inline-block;
  }
}
@media (max-width: 833px) {
  #footer .footerBtn span {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/footer_ico02.png) no-repeat 95% center;
    display: none;
    font-size: 3vw;
    padding: 4% 5% 9px 29%;
    text-align: left;
    width: 100%;
    height: 34px;
    line-height: 1.2;
  }

  #footer .only-smt {
    display: inline-block;
  }

  #footer ul {
    height: 52px;
    width: 34%;
  }

  #footer .mailBtnBox {
    width: 100%;
  }

  #footer .telBtnBox {
    width: 100%;
  }

  #footer .mailBtnBox .footerBtn {
    width: 100%;
  }
}
#footer .footerBtn2 {
  background: #707070 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/footer_ico03.png) no-repeat center center;
  background-size: 43%;
  color: #fff;
  display: block;
  height: 37px;
  margin: 0 0 0 5px;
  width: 50%;
}

@media (max-width: 833px) {
  #footer .footerBtn2 {
    height: 100%;
    margin: 0;
    width: 100%;
  }
}
#footer .footerBtn2 span {
  display: inline-block;
  font-size: 3vw;
  padding: 4% 0 9px 29%;
  text-align: left;
  width: 100%;
  line-height: 1.2;
}

@media (max-width: 833px) {
  /*フッター*/
  #footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 834px) {
  /*フッター*/
  #footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /*ヘッダーナビ*/
  #header {
    padding-top: 0 !important;
  }

  .header-wrap {
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  ul.header-menu-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  ul.header-menu-new li {
    margin: 0;
  }
  ul.header-menu-new li.banner a {
    padding-right:0;
    height: 60px;
  }
  ul.header-menu-new li.banner a:before {
    display:none;
  }

  ul.header-menu-new li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 44px;
    padding: 10px 15px;
    font-size: 15px;
  }

  ul.header-menu-new li a span {
    font-size: 12px;
    padding-bottom: 2px;
  }

  ul.header-menu-new li a::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 0%;
    background-color: #c90a37;
  }

  ul.header-menu-new li a:hover::before {
    left: 10%;
    width: 80%;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 833px) {
  #itvwSec-footer-box {
    width: 92vw;
    margin: 0 auto;
    padding-top: 40px;
  }
  #itvwSec-footer-box .itvwSec-p07-fot {
    font-size: 11px;
  }
}
@media (min-width: 834px) {
  #itvwSec-footer-box {
    width: 1218px;
    margin: 0 auto;
    padding-top: 70px;
  }
  #itvwSec-footer-box .itvwSec-p07-fot {
    font-size: 12px;
    text-align: right;
  }
}
@media (max-width: 833px) {
  #itvwSec-footer-box.fb2 {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media (min-width: 834px) {
  #itvwSec-footer-box.fb2 {
    padding-top: 0;
    padding-bottom: 70px;
  }
}

#itvwSec-footer {
  background: #F7F6F4;
  text-align: center;
  width: 100%;
}
@media (max-width: 833px) {
  #itvwSec-footer {
    margin: 10px 0 0;
    padding: 10px 0 10px;
  }
  #itvwSec-footer p {
    font-size: 10px;
  }
}
@media (min-width: 834px) {
  #itvwSec-footer {
    margin: 10px 0 0;
    padding: 10px 0 10px;
  }
  #itvwSec-footer p {
    font-size: 11px;
  }
}

/**
 * .top-contact
 * コンタクト
 */
.top-contact {
  border-top: 1px solid #cccccc;
}
.top-contact p {
  line-height: 1;
}
@media (max-width: 833px) {
  .top-contact-inner {
    width: 92vw;
    margin: 0 auto;
    padding-top: 40px;
  }
  .top-contact .sec-p05-banner {
    padding: 22px 0 28px;
    width: 100%;
  }
  .top-contact .sec-p05-ttl {
    padding: 10px 0;
    width: 148px;
  }
  .top-contact .contentsBox-left {
    width: 100%;
    margin: 0 0 16px;
  }
  .top-contact .contentsBox-left-subTtl {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/sec05_ico01.png) no-repeat 0px center;
    background-size: 20px;
    border-bottom: solid 1px #CC0033;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 1px 0 4px 28px;
  }
  .top-contact .contentsBox-left-mail {
    border: none;
    background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/sec05_ico03.png) no-repeat 95% center;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    padding: 15px 25px;
    text-align: center;
    width: 100%;
  }
  .top-contact .contentsBox-right {
    width: 100%;
  }
  .top-contact .contentsBox-right-subTtl {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/sec05_ico02.png) no-repeat 0px center;
    background-size: 20px;
    border-bottom: solid 1px #CC0033;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 1px 0 4px 28px;
  }
  .top-contact .contentsBox-right .textBox-cpName {
    color: #CC0033;
    font-size: 12px;
    margin: 0 0 8px;
  }
  .top-contact .contentsBox-right .textBox-numBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 9px;
  }
  .top-contact .contentsBox-right .textBox-numBox p {
    border: solid 1px #CC0033;
    color: #CC0033;
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 8px 15px;
    font-size: 11px;
  }
  .top-contact .contentsBox-right .textBox-numBox img {
    width: 184px;
    height: 27px;
  }
  .top-contact .contentsBox-right .textBox-altText {
    font-size: 12px;
  }
  .top-contact .contentsBox-right .textBox-altText span {
    display: block;
    font-size: 12px;
    padding: 8px 0 0;
  }
}
@media (min-width: 834px) {
  .top-contact-inner {
    width: 1218px;
    margin: 0 auto;
    padding-top: 70px;
  }
  .top-contact .sec-p05-ttl {
    width: 188px;
    padding: 0 0 20px;
  }
  .top-contact .sec-p05-banner {
    margin: 30px auto 80px;
    text-align: center;
  }
  .top-contact .sec-p05-contentsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-contact .contentsBox-left {
    width: 530px;
  }
  .top-contact .contentsBox-left-subTtl {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/sec05_ico01.png) no-repeat 0px center;
    border-bottom: solid 1px #CC0033;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 11px 0 8px 57px;
  }
  .top-contact .contentsBox-left-mail {
    border: none;
    background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/sec05_ico03.png) no-repeat 95% center;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 18px 25px;
    width: 100%;
  }
  .top-contact .contentsBox-right {
    width: 530px;
  }
  .top-contact .contentsBox-right-subTtl {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/sec05_ico02.png) no-repeat 0px center;
    border-bottom: solid 1px #CC0033;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 11px 0 8px 57px;
  }
  .top-contact .contentsBox-right .textBox-cpName {
    color: #CC0033;
    font-size: 16px;
    margin: 0 0 8px;
  }
  .top-contact .contentsBox-right .textBox-numBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 26px;
  }
  .top-contact .contentsBox-right .textBox-numBox p {
    border: solid 1px #CC0033;
    color: #CC0033;
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 8px 15px;
  }
  .top-contact .contentsBox-right .textBox-numBox img {
    width: 236px;
    height: 35px;
  }
  .top-contact .contentsBox-right .textBox-altText span {
    display: block;
    font-size: 12px;
    padding: 8px 0 0;
  }
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -40px, 0);
          transform: translate3d(0, -40px, 0);
}

.main {
  position: relative;
  z-index: 1;
  min-height: 1000px;
  width: 100%;
}
@media (max-width: 833px) {
  .main {
    padding-top: 56px;
  }
}
@media (min-width: 834px) {
  .main {
    /*min-width: 1279px;
    max-width: 1366px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }
}
@media (min-width: 1366px) {
  .main {
    width: 100%;
  }
}
@media (min-width: 834px) {
  .main a:hover {
    text-decoration: underline;
  }
  .main a:hover > * {
    text-decoration: underline;
  }
}
.main .fs-160 {
  font-size: 160%;
}
.main .fc-lb {
  color: #16b7e5;
}
.main .lh-15 {
  line-height: 1.5;
}
.main .is-bold {
  font-weight: 700;
}
.main .c-btn {
  font-weight: 500;
  line-height: 1.4;
}
.main .c-btn a, .main .c-btn button {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 833px) {
  .main .c-btn {
    height: 80px;
    font-size: 15px;
  }
  .main .c-btn a, .main .c-btn button {
    background: #16b7e5 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/arrow_nb_01.svg) no-repeat right 20px center;
    background-size: 16px auto;
  }
  .main .c-btn-w400 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .c-btn-w600 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 834px) {
  .main .c-btn {
    height: 80px;
    font-size: 18px;
  }
  .main .c-btn a, .main .c-btn button {
    background: #16b7e5 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/arrow_nb_01.svg) no-repeat right 20px center;
    background-size: 16px auto;
  }
  .main .c-btn a:hover, .main .c-btn button:hover {
    text-decoration: none;
  }
  .main .c-btn a:hover > *, .main .c-btn button:hover > * {
    text-decoration: none;
  }
  .main .c-btn-w400 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .c-btn-w600 {
    width: 600px;
    height: 100px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .topicpath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 833px) {
  .main .topicpath {
    display: none;
  }
}
@media (min-width: 834px) {
  .main .topicpath {
    width: calc(100% - 112px);
    margin-bottom: 10px;
  }
  .main .topicpath li {
    font-size: 12px;
  }
  .main .topicpath li + li::before {
    content: ">";
    padding: 0 10px;
  }
}
.main .videoWrap {
  display: none;
}
.main .videoWrap .modal-movieBtn {
  background: #fff;
  display: inline-block;
  width: 30px;
  padding: 6px 0;
  position: absolute;
  text-align: center;
}
.main .videoWrap .ytwrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.main .videoWrap .ytwrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 833px) {
  .main .videoWrap .modal-movieBtn {
    left: unset;
  }
  .main .videoWrap .ytouter {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -50vw;
  }
  .main .videoWrap.play {
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .main .videoWrap.play .modal-movieBtn {
    top: 50%;
    right: 5vw;
    margin-top: -66vw;
  }
}
@media (min-width: 834px) {
  .main .videoWrap .ytouter {
    width: 1110px;
  }
  .main .videoWrap .modal-movieBtn {
    cursor: pointer;
    left: 1100px;
    top: 0;
  }
  .main .videoWrap.play {
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 7%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .main .videoWrap.play .modal-movieBtn {
    position: relative;
    margin-right: -49px;
    background-color: rgba(255, 255, 255, 0);
  }
}

.p-toppage .kv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 833px) {
  .p-toppage .kv {
    height: 550px;
  }
  .p-toppage .kv-bg_img {
    width: 100%;
    height: 375px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/mv_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .p-toppage .kv-bg_tex {
    width: 100%;
    height: 61.5vw;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_mv_01.png) no-repeat -55vw 14.2vw;
    background-size: auto 123vw;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
  }
  .p-toppage .kv-inner {
    width: 90vw;
    height: 250px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 5vw;
    bottom: 0;
  }
  .p-toppage .kv-ttl {
    padding: 20px 0 0 30px;
  }
  .p-toppage .kv-ttl p {
    font-size: 24px;
    font-weight: 400;
    color: #16b7e5;
  }
  .p-toppage .kv-ttl h1 {
    font-size: 42px;
  }
}
@media (max-width: 375px) {
  .p-toppage .kv {
    height: 146.6vw;
  }
  .p-toppage .kv-bg_img {
    height: 100vw;
  }
  .p-toppage .kv-inner {
    height: 66.6vw;
  }
  .p-toppage .kv-ttl {
    padding: 5.3vw 0 0 8vw;
  }
  .p-toppage .kv-ttl p {
    font-size: 6.4vw;
  }
  .p-toppage .kv-ttl h1 {
    font-size: 11.2vw;
  }
}
@media (min-width: 834px) {
  .p-toppage .kv {
    height: 700px;
  }
  .p-toppage .kv-bg_img {
    width: calc(100% - 124px);
    height: 100%;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/mv_bg_pc.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
  }
  .p-toppage .kv-bg_tex {
    width: 100%;
    height: 461px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_mv_01.png) no-repeat -596px 90px;
    background-size: auto 923px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
  }
  .p-toppage .kv-inner {
    width: 683px;
    height: 512px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
  .p-toppage .kv-ttl {
    padding: 70px 0 0 124px;
  }
  .p-toppage .kv-ttl p {
    font-size: 48px;
    color: #16b7e5;
    font-weight: 400;
  }
  .p-toppage .kv-ttl h1 {
    font-size: 72px;
  }
}
.p-toppage .lead {
  width: 100%;
  position: relative;
  z-index: -1;
}
@media (max-width: 833px) {
  .p-toppage .lead-bg_tex {
    width: 100%;
    height: 513px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_mv_02.png) no-repeat top -143px right -350px;
    background-size: auto 513px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: -175px;
  }
  .p-toppage .lead-inner {
    width: 90vw;
    margin: 0 auto;
    padding: 40px 0 45px;
    text-align: center;
  }
  .p-toppage .lead-txt p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
  }
  .p-toppage .lead-txt p + p {
    margin-top: 2em;
  }
  .p-toppage .lead-txt .fs-L {
    font-size: 24px;
  }
  .p-toppage .lead-btn {
    width: 100%;
    margin-top: 30px;
  }
  .p-toppage .lead-btn a {
    width: 100%;
    height: 100%;
    padding: 20px 0 115px;
    display: block;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/ict_bnr_bg_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
    border: 2px solid #16b7e5;
  }
  .p-toppage .lead-btn p {
    font-size: 18px;
    line-height: 1.6;
  }
  .p-toppage .lead-btn p + p {
    margin-top: 1em;
  }
  .p-toppage .lead-btn p.fs-S {
    font-size: 11px;
  }
}
@media (min-width: 834px) {
  .p-toppage .lead-bg_tex {
    width: 100%;
    height: 513px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_mv_02.png) no-repeat top -610px right -518px;
    background-size: auto 1026px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
  }
  .p-toppage .lead-inner {
    width: 1118px;
    margin: 0 auto;
    padding: 80px 0 90px;
    text-align: center;
  }
  .p-toppage .lead-txt p {
    font-size: 22px;
    font-weight: 400;
    line-height: 2;
  }
  .p-toppage .lead-txt p + p {
    margin-top: 2em;
  }
  .p-toppage .lead-txt .fs-L {
    font-size: 36px;
  }
  .p-toppage .lead-btn {
    width: 1118px;
    height: 180px;
    margin-top: 60px;
  }
  .p-toppage .lead-btn a {
    width: 100%;
    height: 100%;
    padding-top: 24px;
    display: block;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/ict_bnr_bg_pc.jpg) no-repeat 0 0;
    background-size: 100% auto;
    border: 2px solid #16b7e5;
  }
  .p-toppage .lead-btn p {
    font-size: 22px;
    line-height: 1.6;
  }
  .p-toppage .lead-btn p + p {
    margin-top: 1em;
  }
  .p-toppage .lead-btn p.fs-S {
    font-size: 14px;
  }
}
.p-toppage .point {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #ecf7fa;
}
@media (max-width: 833px) {
  .p-toppage .point-ttl {
    width: 100%;
    height: 300px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/point_ttl_img_sp.jpg) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-toppage .point-ttl h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
  }
  .p-toppage .point-sec {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    z-index: -1;
    overflow: hidden;
  }
  .p-toppage .point-sec::before {
    content: "";
    width: 100%;
    height: 250px;
    background: #1d293f;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .p-toppage .point-sec-bg_tex {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .p-toppage .point-sec-bg_tex.-t01 {
    height: 231px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_point_ttl_01.png) no-repeat left -224px top -265px;
    background-size: auto 461px;
    left: 0;
    top: 0;
  }
  .p-toppage .point-sec-bg_tex.-t02 {
    height: 231px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_point_ttl_02.png) no-repeat right -245px top -270px;
    background-size: auto 461px;
    right: 0;
    top: 0;
  }
  .p-toppage .point-sec-bg_tex.-c01 {
    height: 257px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_point_cnt01.png) no-repeat left -368px bottom -305px;
    background-size: auto 513px;
    left: 0;
    bottom: 0;
  }
  .p-toppage .point-sec-bg_tex.-v01 {
    height: 231px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_point_voice_01.png) no-repeat left -230px bottom -270px;
    background-size: auto 461px;
    left: 0;
    bottom: 0;
  }
  .p-toppage .point-sec-bg_tex.-v02 {
    height: 231px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_point_voice_02.png) no-repeat right -250px top -270px;
    background-size: auto 461px;
    right: 0;
    top: 0;
  }
  .p-toppage .point-ttl_02 {
    padding: 25px 0 50px;
  }
  .p-toppage .point-ttl_02 h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  .p-toppage .point-ttl_02 h3 span {
    display: block;
  }
  .p-toppage .point-ttl_02 h3 span.num {
    font-size: 48px;
    color: #16b7e5;
    font-weight: 500;
  }
  .p-toppage .point-lead {
    width: 90vw;
    margin: 0 auto;
    padding: 20px 20px 30px;
    background: #ecf7fa;
  }
  .p-toppage .point-lead p {
    font-size: 16px;
    font-weight: 500;
  }
  .p-toppage .point-ttl_03 {
    text-align: center;
  }
  .p-toppage .point-ttl_03 h4 {
    font-size: 20px;
    color: #16b7e5;
  }
  .p-toppage .point-ttl_03 h4 span {
    display: block;
  }
  .p-toppage .point-ttl_03 h4 span.sub {
    font-size: 15px;
    color: #16b7e5;
    font-weight: 400;
  }
  .p-toppage .point-ttl_03 h4 span + span {
    margin-top: 0.1em;
  }
  .p-toppage .point-ttl_04 {
    width: 100%;
    position: relative;
    margin: 35px 0 20px;
    z-index: 1;
    font-size: 24px;
  }
  .p-toppage .point-ttl_04::before {
    content: "";
    width: 4vw;
    height: 3px;
    background: #16b7e5;
    position: absolute;
    left: 0;
    top: 0.7em;
  }
  .p-toppage .point-ttl_04 h5 {
    width: 90vw;
    margin: 0 auto;
  }
  .p-toppage .point-inner {
    width: 90vw;
    margin: 0 auto;
  }
  .p-toppage .point-inner-lead {
    font-size: 15px;
    font-weight: 400;
  }
  .p-toppage .point .jirei-cnt {
    margin-top: 20px;
  }
  .p-toppage .point .jirei-item {
    width: 100%;
  }
  .p-toppage .point .jirei-item + .jirei-item {
    margin-top: 20px;
  }
  .p-toppage .point .jirei-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-toppage .point .jirei-img {
    width: 47%;
  }
  .p-toppage .point .jirei-ttl {
    width: 47%;
    position: relative;
    z-index: 1;
    padding: 10px 0;
  }
  .p-toppage .point .jirei-ttl::after {
    content: "";
    width: 16px;
    height: 100%;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/arrow_lb_01.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .p-toppage .point .jirei-ttl p {
    font-size: 18px;
    font-weight: 500;
  }
  .p-toppage .point .jirei-txt {
    width: 100%;
    margin-top: 10px;
  }
  .p-toppage .point .jirei-txt p {
    font-size: 13px;
  }
  .p-toppage .point .jirei-voice {
    background: #fff;
    margin-top: 20px;
    padding: 15px 20px 15px;
  }
  .p-toppage .point .jirei-voice-ttl {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #16b7e5;
  }
  .p-toppage .point .jirei-voice-cnt {
    margin-bottom: 15px;
  }
  .p-toppage .point .jirei-voice-cnt-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-toppage .point .jirei-voice-cnt-item + .jirei-voice-cnt-item {
    margin-top: 20px;
  }
  .p-toppage .point .jirei-voice-cnt-item-img {
    width: 20%;
  }
  .p-toppage .point .jirei-voice-cnt-item-txt {
    width: 75%;
    background: #dcf4fb;
    position: relative;
    z-index: 1;
  }
  .p-toppage .point .jirei-voice-cnt-item-txt::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 6.4vw;
    z-index: 1;
  }
  .p-toppage .point .jirei-voice-cnt-item-txt p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 13px;
  }
  .p-toppage .point .jirei-voice-cnt-item-txt p span {
    padding: 10px 10px;
  }
  .p-toppage .point .jirei-voice-cnt-item:nth-child(2n+1) .jirei-voice-cnt-item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-toppage .point .jirei-voice-cnt-item:nth-child(2n+1) .jirei-voice-cnt-item-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-toppage .point .jirei-voice-cnt-item:nth-child(2n+1) .jirei-voice-cnt-item-txt::before {
    border-width: 1.6vw 3.3vw 1.6vw 0;
    border-color: transparent #dcf4fb transparent transparent;
    left: -3.2vw;
    right: unset;
  }
  .p-toppage .point .jirei-voice-cnt-item:nth-child(2n) .jirei-voice-cnt-item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-toppage .point .jirei-voice-cnt-item:nth-child(2n) .jirei-voice-cnt-item-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-toppage .point .jirei-voice-cnt-item:nth-child(2n) .jirei-voice-cnt-item-txt::before {
    border-width: 1.6vw 0 1.6vw 3.3vw;
    border-color: transparent transparent transparent #dcf4fb;
    left: unset;
    right: -3.2vw;
  }
  .p-toppage .point .keii {
    margin-top: 20px;
  }
  .p-toppage .point .keii-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-toppage .point .keii-item + .keii-item {
    margin-top: 40px;
  }
  .p-toppage .point .keii-ttl .subttl {
    margin: 1em 0 0.7em;
    font-size: 14px;
    line-height: 1.3;
  }
  .p-toppage .point .keii-ttl .mainttl {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
  .p-toppage .point .keii-ttl .mainttl::after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 1em;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/arrow_lb_02.svg) no-repeat center center;
    background-size: 52px auto;
    margin-left: 0.5em;
  }
  .p-toppage .point .kenshu {
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .p-toppage .point .kenshu::before {
    content: "";
    width: 83.8vw;
    height: calc(100% - 192px);
    background: #1d293f;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .p-toppage .point .kenshu-img {
    width: 83.8vw;
  }
  .p-toppage .point .kenshu-txt {
    color: #fff;
  }
  .p-toppage .point .kenshu-txt dl {
    margin-left: 12.8vw;
    margin-top: 25px;
  }
  .p-toppage .point .kenshu-txt dt {
    font-size: 24px;
    font-weight: 900;
  }
  .p-toppage .point .kenshu-txt dd {
    margin-top: 20px;
    font-size: 15px;
  }
  .p-toppage .point .kenshu-txt li {
    text-indent: -1.05em;
    padding-left: 1.05em;
    line-height: 2;
    letter-spacing: 0;
  }
  .p-toppage .point .voice {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .p-toppage .point .voice::before {
    content: "";
    width: 95vw;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .p-toppage .point .voice-bginner {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .p-toppage .point .voice-inner {
    width: 100%;
    margin: 0 auto;
  }
  .p-toppage .point .voice-img {
    width: 95vw;
    margin-top: 15px;
  }
  .p-toppage .point .voice-txt {
    width: 90vw;
  }
  .p-toppage .point .voice-txt::before {
    content: "";
    width: 100%;
    height: 16px;
    display: block;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/icon_quote_01.png) no-repeat left top;
    background-size: auto 16px;
  }
  .p-toppage .point .voice-txt::after {
    content: "";
    width: 100%;
    height: 16px;
    display: block;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/icon_quote_02.png) no-repeat right 1px bottom 0;
    background-size: auto 16px;
  }
  .p-toppage .point .voice-txt p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
  }
  .p-toppage .point .voice .name01 {
    margin-top: 10px;
    font-size: 12px;
  }
  .p-toppage .point .voice .name02 {
    font-size: 15px;
    font-weight: 500;
  }
  .p-toppage .point .voice-v01::before {
    left: 0;
  }
  .p-toppage .point .voice-v01 .voice-img {
    margin-left: 5vw;
  }
  .p-toppage .point .voice-v01 .voice-txt {
    margin-left: 2vw;
  }
  .p-toppage .point .voice-v01 .voice-txt p {
    margin: 0 3vw;
  }
  .p-toppage .point .voice-v02::before {
    right: 0;
  }
  .p-toppage .point .voice-v02 .voice-img {
    margin-right: 5vw;
  }
  .p-toppage .point .voice-v02 .voice-txt {
    margin-left: 7vw;
  }
  .p-toppage .point .voice-v02 .voice-txt p {
    margin: 0 3vw;
  }
  .p-toppage .point .voice-v02 .name01 {
    margin-left: 10vw;
  }
  .p-toppage .point .voice-v02 .name02 {
    margin-left: 10vw;
  }
  .p-toppage .point .cntbox {
    border: 2px solid #16b7e5;
    padding: 16px 16px 30px;
    margin: 30px auto;
  }
  .p-toppage .point .cntbox p {
    font-size: 20px;
    font-weight: 700;
    color: #16b7e5;
    letter-spacing: -0.05em;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
@media (min-width: 834px) {
  .p-toppage .point-ttl {
    width: 100%;
    height: 300px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/point_ttl_img_pc.jpg) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-toppage .point-ttl h2 {
    font-size: 60px;
    color: #fff;
  }
  .p-toppage .point-sec {
    width: 100%;
    position: relative;
    padding-bottom: 80px;
    z-index: -1;
    overflow: hidden;
  }
  .p-toppage .point-sec::before {
    content: "";
    width: 100%;
    height: 450px;
    background: #1d293f;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .p-toppage .point-sec-bg_tex {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .p-toppage .point-sec-bg_tex.-t01 {
    height: 461px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_point_ttl_01.png) no-repeat left -429px top -590px;
    background-size: auto 923px;
    left: 0;
    top: 0;
  }
  .p-toppage .point-sec-bg_tex.-t02 {
    height: 461px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_point_ttl_02.png) no-repeat right -450px top -540px;
    background-size: auto 923px;
    right: 0;
    top: 0;
  }
  .p-toppage .point-sec-bg_tex.-c01 {
    height: 513px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_point_cnt01.png) no-repeat left -736px bottom -610px;
    background-size: auto 1026px;
    left: 0;
    bottom: 0;
  }
  .p-toppage .point-sec-bg_tex.-v01 {
    height: 461px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_point_voice_01.png) no-repeat left -460px bottom -540px;
    background-size: auto 923px;
    left: 0;
    bottom: 0;
  }
  .p-toppage .point-sec-bg_tex.-v02 {
    height: 461px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_point_voice_02.png) no-repeat right -500px top -540px;
    background-size: auto 923px;
    right: 0;
    top: 0;
  }
  .p-toppage .point-ttl_02 {
    padding: 60px 0 60px;
  }
  .p-toppage .point-ttl_02 h3 {
    font-size: 48px;
    color: #fff;
    text-align: center;
  }
  .p-toppage .point-ttl_02 h3 span {
    display: block;
  }
  .p-toppage .point-ttl_02 h3 span.num {
    font-size: 60px;
    color: #16b7e5;
    font-weight: 500;
  }
  .p-toppage .point-lead {
    width: 1118px;
    margin: 0 auto;
    padding: 40px 0 70px;
    background: #ecf7fa;
  }
  .p-toppage .point-lead p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
  .p-toppage .point-ttl_03 {
    text-align: center;
  }
  .p-toppage .point-ttl_03 h4 {
    font-size: 36px;
    color: #16b7e5;
  }
  .p-toppage .point-ttl_03 h4 span {
    display: block;
  }
  .p-toppage .point-ttl_03 h4 span.sub {
    font-size: 24px;
    color: #16b7e5;
    font-weight: 400;
  }
  .p-toppage .point-ttl_03 h4 span + span {
    margin-top: 0.1em;
  }
  .p-toppage .point-ttl_04 {
    width: 100%;
    position: relative;
    margin: 70px 0 30px;
    z-index: 1;
    font-size: 36px;
  }
  .p-toppage .point-ttl_04::before {
    content: "";
    width: calc(50% - 584px);
    height: 4px;
    background: #16b7e5;
    position: absolute;
    left: 0;
    top: 0.7em;
  }
  .p-toppage .point-ttl_04 h5 {
    width: 1118px;
    margin: 0 auto;
  }
  .p-toppage .point-inner {
    width: 1118px;
    margin: 0 auto;
  }
  .p-toppage .point-inner-lead {
    font-size: 18px;
    font-weight: 400;
  }
  .p-toppage .point .jirei-cnt {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-toppage .point .jirei-item {
    width: 250px;
  }
  .p-toppage .point .jirei-ttl {
    position: relative;
    z-index: 1;
    padding: 10px 0;
  }
  .p-toppage .point .jirei-ttl::after {
    content: "";
    width: 16px;
    height: 100%;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/arrow_lb_01.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .p-toppage .point .jirei-ttl p {
    font-size: 24px;
    font-weight: 500;
  }
  .p-toppage .point .jirei-txt p {
    font-size: 16px;
  }
  .p-toppage .point .jirei-voice {
    background: #fff;
    margin-top: 40px;
    padding: 30px 40px 30px;
  }
  .p-toppage .point .jirei-voice-ttl {
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #16b7e5;
  }
  .p-toppage .point .jirei-voice-cnt {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-toppage .point .jirei-voice-cnt-item {
    width: 506px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-toppage .point .jirei-voice-cnt-item-img {
    width: 120px;
  }
  .p-toppage .point .jirei-voice-cnt-item-txt {
    width: 364px;
    background: #dcf4fb;
    position: relative;
    z-index: 1;
  }
  .p-toppage .point .jirei-voice-cnt-item-txt::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #dcf4fb transparent transparent;
    position: absolute;
    left: -19px;
    top: calc(50% - 10px);
    z-index: 1;
  }
  .p-toppage .point .jirei-voice-cnt-item-txt p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .p-toppage .point .jirei-voice-cnt-item-txt p span {
    padding: 0 20px;
  }
  .p-toppage .point .keii {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-toppage .point .keii-item {
    width: 526px;
  }
  .p-toppage .point .keii-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-toppage .point .keii-ttl .subttl {
    margin: 1em 0 0.7em;
    font-size: 16px;
    line-height: 1.3;
  }
  .p-toppage .point .keii-ttl .mainttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
  }
  .p-toppage .point .keii-ttl .mainttl::after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 1em;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/arrow_lb_02.svg) no-repeat center center;
    background-size: 52px auto;
    margin-left: 0.5em;
  }
  .p-toppage .point .kenshu {
    margin-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
  }
  .p-toppage .point .kenshu::before {
    content: "";
    width: 592px;
    height: calc(100% - 40px);
    background: #1d293f;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .p-toppage .point .kenshu-img {
    width: 592px;
  }
  .p-toppage .point .kenshu-txt {
    width: calc(100% - 592px);
    color: #fff;
  }
  .p-toppage .point .kenshu-txt dl {
    margin-left: 60px;
    margin-top: 60px;
  }
  .p-toppage .point .kenshu-txt dt {
    font-size: 36px;
    font-weight: 900;
  }
  .p-toppage .point .kenshu-txt dd {
    margin-top: 30px;
    font-size: 18px;
  }
  .p-toppage .point .kenshu-txt li {
    text-indent: -1.05em;
    padding-left: 1.05em;
    line-height: 2;
  }
  .p-toppage .point .voice {
    margin-top: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .p-toppage .point .voice::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .p-toppage .point .voice-bginner {
    width: 1366px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    z-index: 1;
  }
  .p-toppage .point .voice-bginner::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .p-toppage .point .voice-inner {
    width: 1366px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-toppage .point .voice-img {
    width: 464px;
  }
  .p-toppage .point .voice-txt {
    width: 758px;
  }
  .p-toppage .point .voice-txt::before {
    content: "";
    width: 100%;
    height: 33px;
    display: block;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/icon_quote_01.png) no-repeat left top;
    background-size: auto 33px;
  }
  .p-toppage .point .voice-txt::after {
    content: "";
    width: 100%;
    height: 33px;
    display: block;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/icon_quote_02.png) no-repeat right bottom;
    background-size: auto 33px;
  }
  .p-toppage .point .voice-txt p {
    padding: 0 1em;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
  }
  .p-toppage .point .voice .name01 {
    margin-top: 10px;
    font-size: 16px;
  }
  .p-toppage .point .voice .name02 {
    font-size: 24px;
    font-weight: 500;
  }
  .p-toppage .point .voice-v01::before {
    left: 0;
  }
  .p-toppage .point .voice-v01 .voice-bginner::before {
    right: 124px;
  }
  .p-toppage .point .voice-v01 .voice-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-toppage .point .voice-v01 .voice-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 30px;
  }
  .p-toppage .point .voice-v01 .voice-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-toppage .point .voice-v02::before {
    right: 0;
  }
  .p-toppage .point .voice-v02 .voice-bginner::before {
    left: 124px;
  }
  .p-toppage .point .voice-v02 .voice-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 30px;
  }
  .p-toppage .point .voice-v02 .voice-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-toppage .point .voice-v02 .name01 {
    margin-left: 144px;
  }
  .p-toppage .point .voice-v02 .name02 {
    margin-left: 144px;
  }
  .p-toppage .point .cntbox {
    border: 2px solid #16b7e5;
    padding: 30px 0;
    margin: 70px auto 0;
  }
  .p-toppage .point .cntbox p {
    font-size: 36px;
    font-weight: 700;
    color: #16b7e5;
    letter-spacing: -0.05em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-toppage .more {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 833px) {
  .p-toppage .more {
    padding: 40px 0;
  }
  .p-toppage .more-bg_tex {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .p-toppage .more-bg_tex.-m01 {
    height: 231px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_more_01.png) no-repeat left -304px top -230px;
    background-size: auto 461px;
    left: 0;
    top: 0;
  }
  .p-toppage .more-bg_tex.-m02 {
    height: 202px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_more_02.png) no-repeat right -247px bottom -209px;
    background-size: auto 404px;
    right: 0;
    bottom: 0;
  }
  .p-toppage .more-inner {
    width: 90vw;
    margin: 0 auto;
  }
  .p-toppage .more-ttl01 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #16b7e5;
  }
  .p-toppage .more-ttl02 {
    padding: 50px 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  .p-toppage .more-lead {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
  .p-toppage .more-cs {
    padding: 50px 0 70px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #d2d2d2;
  }
  .p-toppage .more .kento {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-toppage .more .kento-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
  }
  .p-toppage .more .kento-txt-ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .p-toppage .more .kento-txt-lead {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .p-toppage .more .kento-txt-btn {
    width: 100%;
    margin: 20px 0;
  }
  .p-toppage .more .kento-img {
    width: 42vw;
  }
  .p-toppage .more .kento-img:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-toppage .more .kento-img:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 834px) {
  .p-toppage .more {
    padding: 80px 0;
  }
  .p-toppage .more-bg_tex {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .p-toppage .more-bg_tex.-m01 {
    height: 461px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_more_01.png) no-repeat left -608px top -460px;
    background-size: auto 923px;
    left: 0;
    top: 0;
  }
  .p-toppage .more-bg_tex.-m02 {
    height: 404px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/texture_more_02.png) no-repeat right -495px bottom -418px;
    background-size: auto 808px;
    right: 0;
    bottom: 0;
  }
  .p-toppage .more-inner {
    width: 1018px;
    margin: 0 auto;
  }
  .p-toppage .more-ttl01 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #16b7e5;
  }
  .p-toppage .more-ttl02 {
    padding: 100px 0 20px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  .p-toppage .more-lead {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  .p-toppage .more-cs {
    padding: 100px 0 100px;
    font-size: 47px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #d2d2d2;
  }
  .p-toppage .more .kento {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-toppage .more .kento-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 500px);
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .p-toppage .more .kento-txt-ttl {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .p-toppage .more .kento-txt-lead {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .p-toppage .more .kento-txt-btn {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .p-toppage .more .kento-img {
    width: 250px;
  }
  .p-toppage .more .kento-img:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-toppage .more .kento-img:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}