@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 !important;
}

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/example/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/example/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/example/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/example/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/example/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/example/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/example/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/example/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/example/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-ttl {
    padding: 10px 0;
    width: 148px;
  }
  .top-contact .sec-p05-banner {
    padding: 22px 0 28px;
    width: 100%;
  }
  .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/example/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/example/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/example/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/example/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/example/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/example/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/example/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/example/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-kaso .kv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 833px) {
  .p-kaso .kv {
    height: 210px;
  }
  .p-kaso .kv-bg_img {
    width: 100%;
    height: 125px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
  }
  .p-kaso .kv-bg_img.p-introduction {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/mv_bg_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
  .p-kaso .kv-bg_img.p-example {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/mv_bg_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
  .p-kaso .kv-bg_tex {
    width: 100%;
    height: 231px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_mv_01.png) no-repeat left -223px bottom -312px;
    background-size: auto 461px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
  }
  .p-kaso .kv-inner {
    width: 90vw;
    height: 110px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 5vw;
    bottom: 0;
  }
  .p-kaso .kv-ttl {
    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;
    text-align: center;
  }
  .p-kaso .kv-ttl h1 {
    font-size: 24px;
  }
}
@media (min-width: 834px) {
  .p-kaso .kv {
    height: 440px;
  }
  .p-kaso .kv-bg_img {
    width: calc(100% - 124px);
    height: 400px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
  }
  .p-kaso .kv-bg_img.p-introduction {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/mv_bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .p-kaso .kv-bg_img.p-example {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/mv_bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .p-kaso .kv-bg_tex {
    width: 100%;
    height: 461px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_mv_01.png) no-repeat left -646px bottom -453px;
    background-size: auto 923px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
  }
  .p-kaso .kv-inner {
    width: 980px;
    height: 250px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
  .p-kaso .kv-ttl {
    height: 100%;
    padding: 0 0 0 124px;
    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;
  }
  .p-kaso .kv-ttl h1 {
    font-size: 60px;
  }
}
.p-kaso .lead {
  width: 100%;
  position: relative;
  z-index: -1;
}
@media (max-width: 833px) {
  .p-kaso .lead-bg_tex {
    width: 100%;
    height: 235px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_mv_02.png) no-repeat right -306px bottom -323px;
    background-size: auto 469px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
  }
  .p-kaso .lead-inner {
    width: 90vw;
    margin: 0 auto;
    padding: 20px 0 50px;
  }
  .p-kaso .lead-txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
  }
}
@media (min-width: 834px) {
  .p-kaso .lead-bg_tex {
    width: 100%;
    height: 469px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_mv_02.png) no-repeat right -612px bottom -646px;
    background-size: auto 938px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
  }
  .p-kaso .lead-inner {
    width: 1118px;
    margin: 0 auto;
    padding: 40px 0 60px;
  }
  .p-kaso .lead-txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
  }
}
@media (max-width: 833px) {
  .p-kaso .member {
    padding-top: 40px;
  }
  .p-kaso .member-person {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-kaso .member-person figure {
    width: 42vw;
  }
  .p-kaso .member-person + .member-person {
    margin-top: 20px;
  }
  .p-kaso .member-info {
    width: 42vw;
  }
  .p-kaso .member-ttl {
    padding: 0 0 5px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .p-kaso .member-name {
    font-size: 18px;
    font-weight: 700;
  }
}
@media (min-width: 834px) {
  .p-kaso .member {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-kaso .member-person {
    width: 250px;
  }
  .p-kaso .member-ttl {
    padding: 10px 0 5px;
    font-size: 14px;
    letter-spacing: -0.06em;
  }
  .p-kaso .member-name {
    font-size: 24px;
    font-weight: 700;
  }
}
.p-kaso .history {
  background: #1d293f;
}
@media (max-width: 833px) {
  .p-kaso .history-inner {
    width: 92vw;
    margin: 0 5vw 0 auto;
    padding: 45px 0 45px;
    position: relative;
    z-index: 1;
  }
  .p-kaso .history-inner::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #16b7e5;
    position: absolute;
    left: 8px;
    top: 0;
    z-index: 1;
  }
  .p-kaso .history dl + dl {
    margin-top: 30px;
  }
  .p-kaso .history dt span {
    display: block;
  }
  .p-kaso .history dt .date {
    font-size: 12px;
    font-weight: 900;
    color: #16b7e5;
  }
  .p-kaso .history dt .date::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #16b7e5;
    border-radius: 50%;
    margin-right: 7px;
    margin-bottom: -0.3em;
  }
  .p-kaso .history dt .ttl {
    padding-left: 28px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  .p-kaso .history dd {
    margin-top: 15px;
    padding-left: 28px;
  }
  .p-kaso .history .voice {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-kaso .history .voice + .voice {
    margin-top: 20px;
  }
  .p-kaso .history .voice-img {
    width: 16vw;
  }
  .p-kaso .history .voice-txt {
    width: 64.8vw;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .p-kaso .history .voice-txt::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 6.4vw;
    z-index: 1;
  }
  .p-kaso .history .voice-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: 14px;
    font-weight: 400;
  }
  .p-kaso .history .voice-txt p span {
    padding: 15px 15px;
  }
  .p-kaso .history .voice-imgL .voice-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-kaso .history .voice-imgL .voice-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-kaso .history .voice-imgL .voice-txt::before {
    border-width: 1.6vw 3.3vw 1.6vw 0;
    border-color: transparent #fff transparent transparent;
    left: -3.2vw;
    right: unset;
  }
  .p-kaso .history .voice-imgR .voice-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-kaso .history .voice-imgR .voice-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-kaso .history .voice-imgR .voice-txt::before {
    border-width: 1.6vw 0 1.6vw 3.3vw;
    border-color: transparent transparent transparent #fff;
    left: unset;
    right: -3.2vw;
  }
}
@media (min-width: 834px) {
  .p-kaso .history-inner {
    width: 1118px;
    margin: 0 auto;
    padding: 90px 0 90px;
    position: relative;
    z-index: 1;
  }
  .p-kaso .history-inner::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #16b7e5;
    position: absolute;
    left: 8px;
    top: 0;
    z-index: 1;
  }
  .p-kaso .history dl + dl {
    margin-top: 60px;
  }
  .p-kaso .history dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-kaso .history dt .date {
    width: 120px;
    font-size: 16px;
    font-weight: 900;
    color: #16b7e5;
  }
  .p-kaso .history dt .date::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #16b7e5;
    border-radius: 50%;
    margin-right: 7px;
    margin-bottom: -0.1em;
  }
  .p-kaso .history dt .ttl {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  .p-kaso .history dd {
    margin-top: 30px;
    padding-left: 120px;
  }
  .p-kaso .history .voice {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-kaso .history .voice + .voice {
    margin-top: 20px;
  }
  .p-kaso .history .voice-img {
    width: 120px;
  }
  .p-kaso .history .voice-txt {
    width: 850px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .p-kaso .history .voice-txt::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: calc(50% - 10px);
    z-index: 1;
  }
  .p-kaso .history .voice-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: 18px;
    font-weight: 400;
  }
  .p-kaso .history .voice-txt p span {
    padding: 0 30px;
  }
  .p-kaso .history .voice-imgL .voice-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-kaso .history .voice-imgL .voice-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-kaso .history .voice-imgL .voice-txt::before {
    border-width: 10px 20px 10px 0;
    border-color: transparent #fff transparent transparent;
    left: -19px;
    right: unset;
  }
  .p-kaso .history .voice-imgR .voice-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-kaso .history .voice-imgR .voice-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-kaso .history .voice-imgR .voice-txt::before {
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
    left: unset;
    right: -19px;
  }
}
.p-kaso .taiseizu {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 833px) {
  .p-kaso .taiseizu-bg_tex {
    width: 100%;
    height: 231px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_taiseizu_01.png) no-repeat left -232px bottom -294px;
    background-size: auto 461px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
  }
  .p-kaso .taiseizu-inner {
    width: 90vw;
    margin: 0 auto;
    padding: 45px 0;
  }
  .p-kaso .taiseizu dt {
    width: 100%;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
  }
  .p-kaso .taiseizu dd {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 834px) {
  .p-kaso .taiseizu-bg_tex {
    width: 100%;
    height: 461px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_taiseizu_01.png) no-repeat left -465px bottom -589px;
    background-size: auto 923px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
  }
  .p-kaso .taiseizu-inner {
    width: 1118px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .p-kaso .taiseizu dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-kaso .taiseizu dt {
    width: 559px;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.3;
  }
  .p-kaso .taiseizu dd {
    width: 559px;
  }
}
.p-kaso .movie {
  position: relative;
  z-index: 1;
}
@media (max-width: 833px) {
  .p-kaso .movie::before {
    content: "";
    width: 100%;
    height: 225px;
    background: #dcf4fb;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .p-kaso .movie-inner {
    width: 90vw;
    margin: 0 auto;
    padding: 40px 0 30px;
  }
  .p-kaso .movie-ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  .p-kaso .movie .mvcnt-item {
    width: 100%;
  }
  .p-kaso .movie .mvcnt-item + .mvcnt-item {
    margin-top: 20px;
  }
  .p-kaso .movie .mvcnt-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-kaso .movie .mvcnt-item .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    margin-top: 5px;
  }
  .p-kaso .movie .mvcnt-item .ttl-no {
    font-size: 48px;
    font-weight: 700;
    color: #16b7e5;
    margin-top: -0.85em;
    margin-right: 0.1em;
  }
  .p-kaso .movie .mvcnt-item .ttl-txt {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 834px) {
  .p-kaso .movie::before {
    content: "";
    width: 100%;
    height: 300px;
    background: #dcf4fb;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .p-kaso .movie-inner {
    width: 1118px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .p-kaso .movie-ttl {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 50px;
  }
  .p-kaso .movie .mvcnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-kaso .movie .mvcnt-item {
    width: 526px;
  }
  .p-kaso .movie .mvcnt-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-kaso .movie .mvcnt-item a:hover {
    text-decoration: none;
  }
  .p-kaso .movie .mvcnt-item a:hover > * {
    text-decoration: none;
  }
  .p-kaso .movie .mvcnt-item a:hover .ttl-txt {
    text-decoration: underline;
  }
  .p-kaso .movie .mvcnt-item .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    margin-top: 5px;
  }
  .p-kaso .movie .mvcnt-item .ttl-no {
    font-size: 72px;
    font-weight: 700;
    color: #16b7e5;
    margin-top: -0.85em;
    margin-right: 0.1em;
  }
  .p-kaso .movie .mvcnt-item .ttl-txt {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
}
.p-kaso .kimete {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 833px) {
  .p-kaso .kimete-bg_tex {
    width: 100%;
    height: 231px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_interview_01.png) no-repeat right -240px bottom -282px;
    background-size: auto 461px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
  }
  .p-kaso .kimete-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px;
  }
}
@media (min-width: 834px) {
  .p-kaso .kimete-bg_tex {
    width: 100%;
    height: 461px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_interview_01.png) no-repeat right -480px bottom -564px;
    background-size: auto 923px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
  }
  .p-kaso .kimete-inner {
    min-width: 1279px;
    max-width: 1366px;
    /**/
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 140px;
  }
}
@media (max-width: 833px) {
  .p-kaso .omoi-ttl {
    width: 100%;
    height: 250px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/interview_ttl_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-kaso .omoi-ttl h2 {
    padding-bottom: 30px;
    font-size: 30px;
    color: #fff;
  }
  .p-kaso .omoi-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .p-kaso .omoi-sec-bg_tex {
    width: 100%;
    height: 404px;
    position: absolute;
    z-index: -1;
  }
  .p-kaso .omoi-sec-bg_tex.-t01 {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_interview_02.png) no-repeat left -175px top -198px;
    background-size: auto 100%;
    left: 0;
    top: 0;
  }
  .p-kaso .omoi-sec-bg_tex.-t02 {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_interview_03.png) no-repeat right -247px bottom -100px;
    background-size: auto 100%;
    right: 0;
    bottom: 0;
  }
  .p-kaso .omoi-inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 40px;
  }
  .p-kaso .omoi .btnblock {
    width: 90vw;
    margin: 0 auto;
  }
}
@media (min-width: 834px) {
  .p-kaso .omoi-ttl {
    width: 100%;
    height: 450px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/interview_ttl_bg_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-kaso .omoi-ttl h2 {
    font-size: 60px;
    color: #fff;
  }
  .p-kaso .omoi-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 110px;
  }
  .p-kaso .omoi-sec-bg_tex {
    width: 100%;
    height: 808px;
    position: absolute;
    z-index: -1;
  }
  .p-kaso .omoi-sec-bg_tex.-t01 {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_interview_02.png) no-repeat left -410px top -496px;
    background-size: auto 100%;
    left: 0;
    top: 0;
  }
  .p-kaso .omoi-sec-bg_tex.-t02 {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_interview_03.png) no-repeat right -295px bottom 0;
    background-size: auto 100%;
    right: 0;
    bottom: 80px;
  }
  .p-kaso .omoi-inner {
    min-width: 1279px;
    max-width: 1366px;
    /**/
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 110px;
  }
}
@media (max-width: 833px) {
  .p-kaso .interview + .interview {
    margin-top: 40px;
  }
  .p-kaso .interview-img {
    width: 95vw;
  }
  .p-kaso .interview-txt {
    width: 90vw;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-kaso .interview-txt h2,
.p-kaso .interview-txt h3 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .p-kaso .interview-txt h2 span,
.p-kaso .interview-txt h3 span {
    display: block;
  }
  .p-kaso .interview-txt h2 .subttl,
.p-kaso .interview-txt h3 .subttl {
    font-size: 15px;
    font-weight: 400;
    color: #16b7e5;
    margin-bottom: 10px;
  }
  .p-kaso .interview-txt p {
    font-size: 15px;
    font-weight: 400;
  }
  .p-kaso .interview-txt p + p {
    margin-top: 0.75em;
  }
  .p-kaso .interview-txt .shomei {
    text-align: right;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 1.3em;
  }
  .p-kaso .interview-txt .shomei span {
    display: block;
  }
  .p-kaso .interview-txt .shomei span:nth-child(1) {
    font-size: 12px;
  }
  .p-kaso .interview-txt .shomei span:nth-child(2) {
    font-size: 18px;
  }
  .p-kaso .interview-imgL .interview-img {
    margin-right: 5vw;
  }
  .p-kaso .interview-imgR .interview-img {
    margin-left: 5vw;
  }
}
@media (min-width: 834px) {
  .p-kaso .interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-kaso .interview + .interview {
    margin-top: 80px;
  }
  .p-kaso .interview-img {
    width: 650px;
  }
  .p-kaso .interview-txt {
    width: 526px;
  }
  .p-kaso .interview-txt h2,
.p-kaso .interview-txt h3 {
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  .p-kaso .interview-txt h2 span,
.p-kaso .interview-txt h3 span {
    display: block;
  }
  .p-kaso .interview-txt h2 .subttl,
.p-kaso .interview-txt h3 .subttl {
    font-size: 24px;
    font-weight: 400;
    color: #16b7e5;
    margin-bottom: 10px;
  }
  .p-kaso .interview-txt p {
    font-size: 18px;
    font-weight: 400;
  }
  .p-kaso .interview-txt p + p {
    margin-top: 0.75em;
  }
  .p-kaso .interview-txt .shomei {
    text-align: right;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 1.3em;
  }
  .p-kaso .interview-txt .shomei span {
    display: block;
  }
  .p-kaso .interview-txt .shomei span:nth-child(1) {
    font-size: 16px;
  }
  .p-kaso .interview-txt .shomei span:nth-child(2) {
    font-size: 24px;
  }
  .p-kaso .interview-txtM {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-kaso .interview-imgL .interview-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-kaso .interview-imgL .interview-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 6vw;
  }
  .p-kaso .interview-imgR .interview-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-kaso .interview-imgR .interview-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 6vw;
  }
}
@media (min-width: 1279px) {
  .p-kaso .interview-imgL .interview-txt {
    margin-right: 6vw;
  }
  .p-kaso .interview-imgR .interview-txt {
    margin-left: 6vw;
  }
}
@media (min-width: 1366px) {
  .p-kaso .interview-imgL .interview-txt {
    margin-right: 124px;
  }
  .p-kaso .interview-imgR .interview-txt {
    margin-left: 124px;
  }
}
@media (max-width: 833px) {
  .p-kaso .ancnavi {
    padding-top: 50px;
  }
  .p-kaso .ancnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-kaso .ancnavi li {
    width: 25%;
    height: 75px;
    font-size: 14px;
    font-weight: 700;
  }
  .p-kaso .ancnavi li + li a {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .p-kaso .ancnavi a {
    display: block;
    width: 100%;
    height: 100%;
    background: #16b7e5;
    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;
    text-align: center;
  }
  .p-kaso .ancnavi a span {
    display: block;
  }
  .p-kaso .ancnavi a span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1em;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/arrow_nb_02.svg) no-repeat center center;
    background-size: auto 100%;
    margin-bottom: -0.2em;
  }
}
@media (min-width: 834px) {
  .p-kaso .ancnavi {
    padding-top: 60px;
  }
  .p-kaso .ancnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-kaso .ancnavi li {
    width: 25%;
    height: 100px;
    font-size: 18px;
    font-weight: 700;
  }
  .p-kaso .ancnavi li + li a {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .p-kaso .ancnavi a {
    display: block;
    width: 100%;
    height: 100%;
    background: #16b7e5;
    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;
    text-align: center;
  }
  .p-kaso .ancnavi a span::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/arrow_nb_02.svg) no-repeat center center;
    background-size: auto 100%;
    margin-bottom: -0.2em;
  }
  .p-kaso .ancnavi a:hover {
    text-decoration: none;
  }
  .p-kaso .ancnavi a:hover > * {
    text-decoration: none;
  }
}
.p-kaso .jirei {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 833px) {
  .p-kaso .jirei-sec {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    z-index: -1;
    overflow: hidden;
  }
  .p-kaso .jirei-sec::before {
    content: "";
    width: 100%;
    height: 250px;
    background: #23537f;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .p-kaso .jirei-sec-bg_tex {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .p-kaso .jirei-sec-bg_tex.-t01 {
    height: 250px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_ttl_01.png) no-repeat right -215px top -334px;
    background-size: auto 461px;
    right: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-t02 {
    height: 250px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_ttl_01.png) no-repeat left -238px top -309px;
    background-size: auto 461px;
    left: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-t03 {
    height: 250px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_ttl_01.png) no-repeat right -230px bottom -304px;
    background-size: auto 461px;
    right: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-t04 {
    height: 250px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_ttl_04.png) no-repeat left -211px top -280px;
    background-size: auto 461px;
    left: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-t05 {
    height: 250px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_ttl_01.png) no-repeat right -270px top -306px;
    background-size: auto 461px;
    right: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-t06 {
    height: 250px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_mv_01.png) no-repeat left -196px bottom -255px;
    background-size: auto 461px;
    left: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-v_lb {
    height: 250px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_interview_01.png) no-repeat left -230px bottom -267px;
    background-size: auto 461px;
    left: 0;
    bottom: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-v_rt {
    height: 250px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_interview_01.png) no-repeat right -215px top -279px;
    background-size: auto 461px;
    right: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-v_rb {
    height: 250px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_interview_01.png) no-repeat right -215px bottom -267px;
    background-size: auto 461px;
    right: 0;
    bottom: 0;
  }
  .p-kaso .jirei-ttl_02 {
    padding: 60px 0 40px;
  }
  .p-kaso .jirei-ttl_02 h2,
.p-kaso .jirei-ttl_02 h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
  }
  .p-kaso .jirei-ttl_02 h2 span,
.p-kaso .jirei-ttl_02 h3 span {
    display: block;
  }
  .p-kaso .jirei-ttl_02 h2 span.subttl,
.p-kaso .jirei-ttl_02 h3 span.subttl {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .p-kaso .jirei-lead {
    width: 90vw;
    margin: 0 auto;
    padding: 20px 20px 30px;
    background: #fff;
  }
  .p-kaso .jirei-lead p {
    font-size: 16px;
    font-weight: 500;
  }
  .p-kaso .jirei .topics-item {
    width: 100%;
  }
  .p-kaso .jirei .topics-item + .topics-item {
    margin-top: 20px;
  }
  .p-kaso .jirei .topics .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    margin-top: 5px;
  }
  .p-kaso .jirei .topics .ttl + .ttl {
    margin-top: 15px;
  }
  .p-kaso .jirei .topics .ttl-no {
    font-size: 48px;
    font-weight: 700;
    color: #16b7e5;
    margin-top: -0.85em;
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
  .p-kaso .jirei .topics .ttl-txt {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .p-kaso .jirei .matome {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #16b7e5;
  }
  .p-kaso .jirei .matome dt {
    width: 100%;
    background: #16b7e5;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
  }
  .p-kaso .jirei .matome dt span {
    display: block;
    padding: 10px 0;
  }
  .p-kaso .jirei .matome dd {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }
  .p-kaso .jirei .matome dd span {
    display: block;
    padding: 10px 20px;
  }
  .p-kaso .jirei .voice {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .p-kaso .jirei .voice + .voice {
    margin-top: 30px;
  }
  .p-kaso .jirei .voice::before {
    content: "";
    width: 95vw;
    height: 100%;
    background: #dcf4fb;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .p-kaso .jirei .voice-bginner {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
    z-index: 1;
  }
  .p-kaso .jirei .voice-inner {
    width: 100%;
    margin: 0 auto;
  }
  .p-kaso .jirei .voice-img {
    width: 95vw;
    margin-top: 15px;
  }
  .p-kaso .jirei .voice-txt {
    width: 90vw;
  }
  .p-kaso .jirei .voice-txt::before {
    content: "";
    width: 100%;
    height: 18px;
    display: block;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/icon_quote_01.png) no-repeat left 1px top 1px;
    background-size: auto 16px;
  }
  .p-kaso .jirei .voice-txt::after {
    content: "";
    width: 100%;
    height: 18px;
    display: block;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/icon_quote_02.png) no-repeat right 1px bottom 1px;
    background-size: auto 16px;
  }
  .p-kaso .jirei .voice-txt p {
    padding: 0 1em;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
  }
  .p-kaso .jirei .voice-txt p + p {
    margin-top: 1em;
  }
  .p-kaso .jirei .voice .name01 {
    margin-top: 10px;
    font-size: 12px;
  }
  .p-kaso .jirei .voice .name02 {
    font-size: 15px;
    font-weight: 500;
  }
  .p-kaso .jirei .voice-v01::before {
    left: 0;
  }
  .p-kaso .jirei .voice-v01 .voice-img {
    margin-left: 5vw;
  }
  .p-kaso .jirei .voice-v01 .voice-txt {
    margin-left: 2vw;
  }
  .p-kaso .jirei .voice-v02::before {
    right: 0;
  }
  .p-kaso .jirei .voice-v02 .voice-img {
    margin-right: 5vw;
  }
  .p-kaso .jirei .voice-v02 .voice-txt {
    margin-left: 7vw;
  }
  .p-kaso .jirei .voice-v02 .name01 {
    margin-left: 10vw;
  }
  .p-kaso .jirei .voice-v02 .name02 {
    margin-left: 10vw;
  }
  .p-kaso .jirei .topics02-img {
    width: 100%;
  }
  .p-kaso .jirei .topics02-txt {
    width: 100%;
    margin-top: 10px;
  }
  .p-kaso .jirei .topics02-txt p {
    font-size: 13px;
    font-weight: 400;
  }
}
@media (min-width: 834px) {
  .p-kaso .jirei-sec {
    width: 100%;
    position: relative;
    padding-bottom: 80px;
    z-index: -1;
    overflow: hidden;
  }
  .p-kaso .jirei-sec::before {
    content: "";
    width: 100%;
    height: 400px;
    background: #23537f;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .p-kaso .jirei-sec-bg_tex {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .p-kaso .jirei-sec-bg_tex.-t01 {
    height: 400px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_ttl_01.png) no-repeat right -431px top -669px;
    background-size: auto 923px;
    right: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-t02 {
    height: 400px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_ttl_01.png) no-repeat left -477px top -618px;
    background-size: auto 923px;
    left: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-t03 {
    height: 400px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_ttl_01.png) no-repeat right -461px bottom -609px;
    background-size: auto 923px;
    right: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-t04 {
    height: 400px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_ttl_04.png) no-repeat left -422px top -561px;
    background-size: auto 923px;
    left: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-t05 {
    height: 400px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_ttl_01.png) no-repeat right -540px top -613px;
    background-size: auto 923px;
    right: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-t06 {
    height: 400px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_mv_01.png) no-repeat left -393px bottom -510px;
    background-size: auto 923px;
    left: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-v_lb {
    height: 400px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_interview_01.png) no-repeat left -460px bottom -535px;
    background-size: auto 923px;
    left: 0;
    bottom: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-v_rt {
    height: 400px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_interview_01.png) no-repeat right -430px top -559px;
    background-size: auto 923px;
    right: 0;
    top: 0;
  }
  .p-kaso .jirei-sec-bg_tex.-v_rb {
    height: 400px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/texture_jirei_interview_01.png) no-repeat right -430px bottom -535px;
    background-size: auto 923px;
    right: 0;
    bottom: 0;
  }
  .p-kaso .jirei-ttl_02 {
    padding: 90px 0 90px;
  }
  .p-kaso .jirei-ttl_02 h2, .p-kaso .jirei-ttl_02 h3 {
    font-size: 48px;
    color: #fff;
    text-align: center;
  }
  .p-kaso .jirei-ttl_02 h2 span, .p-kaso .jirei-ttl_02 h3 span {
    display: block;
  }
  .p-kaso .jirei-ttl_02 h2 span.subttl, .p-kaso .jirei-ttl_02 h3 span.subttl {
    font-size: 24px;
    font-weight: 300;
  }
  .p-kaso .jirei-lead {
    width: 1118px;
    margin: 0 auto;
    padding: 40px 0 70px;
    background: #fff;
  }
  .p-kaso .jirei-lead p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
  .p-kaso .jirei .topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-kaso .jirei .topics-item {
    width: 340px;
  }
  .p-kaso .jirei .topics .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    margin-top: 5px;
  }
  .p-kaso .jirei .topics .ttl + .ttl {
    margin-top: 15px;
  }
  .p-kaso .jirei .topics .ttl-no {
    font-size: 72px;
    font-weight: 700;
    color: #16b7e5;
    margin-top: -0.85em;
    margin-right: 0.1em;
  }
  .p-kaso .jirei .topics .ttl-txt {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.3;
  }
  .p-kaso .jirei .matome {
    margin-top: 70px;
    margin-bottom: 70px;
    border: 2px solid #16b7e5;
  }
  .p-kaso .jirei .matome dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-kaso .jirei .matome dt {
    width: 340px;
    background: #16b7e5;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    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;
  }
  .p-kaso .jirei .matome dt span {
    padding: 30px 0;
  }
  .p-kaso .jirei .matome dd {
    width: calc(100% - 340px);
    font-size: 18px;
    font-weight: 400;
    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;
  }
  .p-kaso .jirei .matome dd span {
    padding: 30px 40px;
  }
  .p-kaso .jirei .voice {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .p-kaso .jirei .voice + .voice {
    margin-top: 60px;
  }
  .p-kaso .jirei .voice::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #dcf4fb;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .p-kaso .jirei .voice-bginner {
    min-width: 1279px;
    max-width: 1366px;
    /**/
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    z-index: 1;
  }
  .p-kaso .jirei .voice-bginner::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #dcf4fb;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .p-kaso .jirei .voice-inner {
    min-width: 1279px;
    max-width: 1366px;
    /**/
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-kaso .jirei .voice-img {
    width: 464px;
  }
  .p-kaso .jirei .voice-txt {
    width: 758px;
  }
  .p-kaso .jirei .voice-txt::before {
    content: "";
    width: 100%;
    height: 33px;
    display: block;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/icon_quote_01.png) no-repeat left top;
    background-size: auto 33px;
  }
  .p-kaso .jirei .voice-txt::after {
    content: "";
    width: 100%;
    height: 33px;
    display: block;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/icon_quote_02.png) no-repeat right bottom;
    background-size: auto 33px;
  }
  .p-kaso .jirei .voice-txt p {
    padding: 0 1em;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
  }
  .p-kaso .jirei .voice-txt p + p {
    margin-top: 1em;
  }
  .p-kaso .jirei .voice .name01 {
    margin-top: 10px;
    font-size: 16px;
  }
  .p-kaso .jirei .voice .name02 {
    font-size: 24px;
    font-weight: 500;
  }
  .p-kaso .jirei .voice-v01::before {
    left: 0;
  }
  .p-kaso .jirei .voice-v01 .voice-bginner::before {
    right: 124px;
  }
  .p-kaso .jirei .voice-v01 .voice-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-kaso .jirei .voice-v01 .voice-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 30px;
  }
  .p-kaso .jirei .voice-v01 .voice-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-kaso .jirei .voice-v02::before {
    right: 0;
  }
  .p-kaso .jirei .voice-v02 .voice-bginner::before {
    left: 124px;
  }
  .p-kaso .jirei .voice-v02 .voice-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 30px;
  }
  .p-kaso .jirei .voice-v02 .voice-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-kaso .jirei .voice-v02 .name01 {
    margin-left: 144px;
  }
  .p-kaso .jirei .voice-v02 .name02 {
    margin-left: 144px;
  }
  .p-kaso .jirei .topics02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-kaso .jirei .topics02-img {
    width: 526px;
  }
  .p-kaso .jirei .topics02-txt {
    width: 526px;
  }
  .p-kaso .jirei .topics02-txt p {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (max-width: 833px) {
  .p-kaso .-inner {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 834px) {
  .p-kaso .-inner {
    width: 1118px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 833px) {
  .p-kaso .more_kenshu {
    text-align: center;
    padding-bottom: 50px;
  }
  .p-kaso .more_kenshu .lead {
    font-size: 20px;
    font-weight: 700;
    color: #16b7e5;
    letter-spacing: 0;
  }
  .p-kaso .more_kenshu .lead + .btnblock {
    margin-top: 20px;
  }
}
@media (min-width: 834px) {
  .p-kaso .more_kenshu {
    text-align: center;
    padding-bottom: 100px;
  }
  .p-kaso .more_kenshu .lead {
    font-size: 36px;
    font-weight: 700;
    color: #16b7e5;
  }
  .p-kaso .more_kenshu .lead + .btnblock {
    margin-top: 40px;
  }
}
@media (max-width: 833px) {
  .p-kaso .more_needs {
    padding-bottom: 40px;
    text-align: center;
  }
  .p-kaso .more_needs .lead {
    font-size: 18px;
    font-weight: 700;
    color: #16b7e5;
  }
  .p-kaso .more_needs .lead + .lead2 {
    margin-top: 5px;
  }
  .p-kaso .more_needs .lead2 {
    font-size: 14px;
    text-align: left;
  }
  .p-kaso .more_needs .lead2 + .need_list {
    margin-top: 5px;
  }
  .p-kaso .more_needs .need_list {
    text-align: left;
  }
  .p-kaso .more_needs .need_list li {
    font-size: 14px;
    font-weight: 700;
    text-indent: -1.1em;
    padding-left: 1.1em;
  }
  .p-kaso .more_needs .need_list li span {
    color: #16b7e5;
  }
  .p-kaso .more_needs .need_list + .lead2 {
    margin-top: 5px;
  }
  .p-kaso .more_needs .need_cnt {
    margin-top: 30px;
    text-align: center;
  }
  .p-kaso .more_needs .need_cnt-item {
    width: 100%;
    background: #dcf4fb;
  }
  .p-kaso .more_needs .need_cnt-item + .need_cnt-item {
    margin-top: 10px;
  }
  .p-kaso .more_needs .need_cnt-item dl {
    padding: 20px 20px 20px;
  }
  .p-kaso .more_needs .need_cnt-item dt {
    font-size: 16px;
    font-weight: 700;
  }
  .p-kaso .more_needs .need_cnt-item dd {
    padding-top: 10px;
  }
  .p-kaso .more_needs .need_cnt-item li {
    font-size: 12px;
  }
  .p-kaso .more_needs .need_cnt-item li span {
    color: #16b7e5;
  }
}
@media (min-width: 834px) {
  .p-kaso .more_needs {
    padding-bottom: 90px;
    text-align: center;
  }
  .p-kaso .more_needs .lead {
    font-size: 28px;
    font-weight: 700;
    color: #16b7e5;
  }
  .p-kaso .more_needs .lead + .lead2 {
    margin-top: 5px;
  }
  .p-kaso .more_needs .lead2 {
    font-size: 18px;
  }
  .p-kaso .more_needs .lead2 + .need_list {
    margin-top: 5px;
  }
  .p-kaso .more_needs .need_list li {
    font-size: 18px;
    font-weight: 700;
  }
  .p-kaso .more_needs .need_list li span {
    color: #16b7e5;
  }
  .p-kaso .more_needs .need_list + .lead2 {
    margin-top: 5px;
  }
  .p-kaso .more_needs .need_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    margin-top: 50px;
  }
  .p-kaso .more_needs .need_cnt-item {
    width: 340px;
    background: #dcf4fb;
  }
  .p-kaso .more_needs .need_cnt-item dl {
    padding: 30px 40px 30px;
  }
  .p-kaso .more_needs .need_cnt-item dt {
    font-size: 20px;
    font-weight: 700;
  }
  .p-kaso .more_needs .need_cnt-item dd {
    padding-top: 10px;
  }
  .p-kaso .more_needs .need_cnt-item li {
    font-size: 16px;
  }
  .p-kaso .more_needs .need_cnt-item li span {
    color: #16b7e5;
  }
}
@media (max-width: 833px) {
  .p-kaso .ba {
    width: 100%;
    height: 795px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/flow_bg_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
  .p-kaso .ba-inner {
    width: 90vw;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    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;
  }
  .p-kaso .ba-cnt-item {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .p-kaso .ba-cnt-item::before {
    content: "";
    width: 100%;
    height: 38px;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #fff), color-stop(50%, transparent)) top left/50% 100% no-repeat, -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fff), color-stop(50%, transparent)) top right/50% 100% no-repeat;
    background: linear-gradient(to bottom left, #fff 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #fff 50%, transparent 50%) top right/50% 100% no-repeat;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
  }
  .p-kaso .ba-cnt-item::after {
    content: "";
    width: 100%;
    height: calc(100% - 38px);
    background: #fff;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .p-kaso .ba-cnt-item dl {
    padding: 20px 30px 60px;
  }
  .p-kaso .ba-cnt-item dt {
    font-size: 24px;
    font-weight: 700;
    color: #16b7e5;
  }
  .p-kaso .ba-cnt-item dd {
    padding-top: 10px;
  }
  .p-kaso .ba-cnt-item dd p {
    font-size: 14px;
  }
  .p-kaso .ba-cnt-item dd ul {
    padding-top: 10px;
  }
  .p-kaso .ba-cnt-item dd ul li {
    font-size: 13px;
    font-weight: 700;
    text-indent: -1.1em;
    padding-left: 1.1em;
  }
}
@media (min-width: 834px) {
  .p-kaso .ba {
    width: 100%;
    height: 500px;
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/example/img/flow_bg_pc.jpg) no-repeat center center;
    background-size: 100% auto;
  }
  .p-kaso .ba-inner {
    width: 1118px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    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;
  }
  .p-kaso .ba-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-kaso .ba-cnt-item {
    width: 33.33%;
    position: relative;
    z-index: 1;
  }
  .p-kaso .ba-cnt-item::before {
    content: "";
    width: 44px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff)) top left/100% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #fff)) bottom left/100% 50% no-repeat;
    background: linear-gradient(to bottom left, transparent 50%, #fff 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #fff 50%) bottom left/100% 50% no-repeat;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
  }
  .p-kaso .ba-cnt-item::after {
    content: "";
    width: calc(100% - 44px);
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .p-kaso .ba-cnt-item dl {
    padding: 30px 40px 40px;
  }
  .p-kaso .ba-cnt-item dt {
    font-size: 36px;
    font-weight: 700;
    color: #16b7e5;
  }
  .p-kaso .ba-cnt-item dd {
    padding-top: 10px;
  }
  .p-kaso .ba-cnt-item dd p {
    font-size: 16px;
  }
  .p-kaso .ba-cnt-item dd ul {
    padding-top: 20px;
  }
  .p-kaso .ba-cnt-item dd ul li {
    font-size: 14px;
    font-weight: 700;
    text-indent: -1.1em;
    padding-left: 1.1em;
  }
}
@media (max-width: 833px) {
  .p-kaso .btnblock2 {
    width: 90vw;
    margin: 40px auto;
  }
}
@media (min-width: 834px) {
  .p-kaso .btnblock2 {
    width: 1118px;
    margin: 90px auto;
  }
}