/* default settings */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

@media (max-width: 750px) {
  html {
    font-size: 2.13333vw;
  }
}

@media (min-width: 751px) and (max-width: 1600px) {
  html {
    font-size: 1vw;
  }
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.*/
\::-moz-selection,
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * EXAMPLE Media Queries for Responsive Design.
 * These examples override the primary ('mobile first') styles.
 * Modify as content requires.
 * ==========================================================================*/
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition*/
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices*/
}

/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.page-denwa {
  background: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/bg.png") #f3f3f3 no-repeat center top/100% auto;
  min-width: auto;
}

@media (max-width: 750px) {
  .page-denwa {
    background-image: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/bg_sp.png");
    overflow-x: hidden;
  }
}

.bg01 {
  background-color: #fff;
  border: 1px dashed #cc0033;
  border-radius: 1.875rem;
}

@-webkit-keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 4rem 0;
  background: none;
}

@media (min-width: 751px) {
  .header {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 0;
    visibility: hidden;
  }
  .header.fixed {
    position: fixed;
    background-color: #fff;
    padding: 1.4375rem 0;
  }
  .header.fixed .header__logo {
    width: 12.6875rem;
  }
}

@media (max-width: 750px) {
  .header {
    padding: 2.625rem 0;
    position: fixed;
  }
}

@media (max-width: 750px) {
  .header .inner {
    padding: 0;
  }
}

.header__logo {
  width: 18.9375rem;
}

@media (max-width: 750px) {
  .header__logo {
    width: 27.125rem;
  }
  .header__logo.is-hidden {
    opacity: 0;
    -webkit-transition: opacity ease 0.3s 0.1s;
    transition: opacity ease 0.3s 0.1s;
    pointer-events: none;
  }
}

.header__logo img {
  width: 100%;
}

.menu {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  padding: 1.6875rem 0;
  position: relative;
  z-index: 999;
  -webkit-transition: margin-left ease 0.2s;
  transition: margin-left ease 0.2s;
}

.menu.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 6.4375rem;
  padding: 1.8125rem 0;
}

.menu__item {
  padding: 0 6.875rem 0 0;
  position: relative;
  white-space: nowrap;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.menu__item:after {
  content: "";
  width: 1px;
  height: 2.125rem;
  background: #ead1d1;
  position: absolute;
  top: -0.25rem;
  right: 2.8125rem;
}

.menu__item:last-child {
  padding-right: 0;
}

.menu__item:last-child:after {
  display: none;
}

.menu.fixed .menu__item:not(:last-child) {
  padding-right: 3.875rem;
}

.menu.fixed .menu__item:not(:last-child):after {
  right: 2rem;
}

.menu__link {
  text-decoration: none;
  color: #160001;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.menu.fixed .menu__link {
  font-size: 0.9375rem;
}

.menu__link:hover, .menu__link.is-active {
  color: #cc0033 !important;
}

.menu__link:visited {
  color: inherit;
}

.menu-sticky {
  background-color: #fff;
  z-index: 150;
}

@media (min-width: 751px) {
  .menu-sticky {
    width: 80rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 5rem;
  }
}

.hamburger-menu {
  width: 30px;
  height: 23px;
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 50;
}

.hamburger-menu.is-open {
  -webkit-animation: smallbig 0.6s forwards;
          animation: smallbig 0.6s forwards;
}

.hamburger-menu.is-open span:nth-child(1), .hamburger-menu.is-open span:nth-child(2), .hamburger-menu.is-open span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  height: 2px;
}

.hamburger-menu.is-open span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}

.hamburger-menu.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.is-open span:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
          transform: translateY(-12px) rotate(-45deg);
}

.hamburger-menu span {
  width: 100%;
  height: 3px;
  background-color: #cc0033;
  margin: 7px 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.menu-sp__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
  background-color: rgba(117, 117, 117, 0.4);
}

.menu-sp__inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  list-style: none;
  padding: 10.3125rem 2.5rem 10.3125rem 2.8125rem;
  background: #fff;
  width: 31.875rem;
  min-height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  -webkit-box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.06);
  overflow: auto;
}

.menu-sp__inner.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu-sp__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu-sp__list .item:not(:last-child) {
  margin-bottom: 5.125rem;
}

.menu-sp__list .item a {
  color: #333333;
  text-decoration: none;
  display: block;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.menu-sp__list .item a.is-active {
  font-weight: 500;
  color: #cc0033;
}

.menu-sp__btn {
  margin: 5.5625rem 0 0;
  padding: 0;
  list-style-type: none;
}

.menu-sp__btn a {
  display: block;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  background-color: #cc0033;
  color: #fff;
  border: 1px solid #cc0033;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
  padding: 1.875rem 0.625rem;
}

.menu-sp__btn a:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0.3125rem;
  position: absolute;
  right: 2.1875rem;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.menu-sp__btn .item:not(:last-child) {
  margin-bottom: 2.625rem;
}

.menu-sp__btn .item--02 a {
  background-color: #fff;
  color: #cc0033;
}

.menu-sp__btn .item--02 a:after {
  border-color: #cc0033;
}

.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  background-color: #fff;
}

.header-fix.is-show {
  top: 0;
}

.header-fix .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 751px) {
  .header-fix .inner {
    max-width: 100rem;
    padding-right: 10rem;
  }
}

.header-fix__logo {
  -webkit-box-flex: 20.25rem;
      -ms-flex: 20.25rem 0 0px;
          flex: 20.25rem 0 0;
}

.header-fix__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 7.6875rem;
}

.header-fix__menu .menu {
  padding: 0;
  margin: 0;
}

.header-fix__menu .menu__item {
  padding: 0;
}

.header-fix__menu .menu__item:after {
  display: none;
}

.header-fix__menu .menu__item:not(:last-child) {
  padding-right: 2.875rem;
}

.header-fix__menu .menu__link {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}

.header-fix__menu .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.625rem;
}

.header-fix__menu .buttons__item {
  text-decoration: none;
  display: block;
  border: 0.125rem solid #cc0033;
  text-align: center;
  padding: 0.625rem 0.3125rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  width: 9.125rem;
}

.header-fix__menu .buttons__item:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.1875rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 1rem;
}

.header-fix__menu .buttons__item--01 {
  background-color: #cc0033;
  color: #fff;
  margin-right: 1rem;
}

.header-fix__menu .buttons__item--02 {
  color: #cc0033;
  position: relative;
}

.header-fix__menu .buttons__item--02:after {
  border-color: #cc0033;
}

.menu-sticky-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.menu-sticky-sp.is-show {
  opacity: 1;
  visibility: visible;
}

.menu-sticky-sp__icon {
  position: absolute;
  top: -3.75rem;
  right: 2.5rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #f4f4f4;
  border-radius: 100%;
  cursor: pointer;
}

.menu-sticky-sp__icon:before, .menu-sticky-sp__icon:after {
  content: "";
  position: absolute;
  background-color: #cc0033;
  width: 0.1875rem;
  height: 0.75rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.menu-sticky-sp__icon:before {
  -webkit-transform: translate(1.75rem, 1.125rem) rotate(135deg);
          transform: translate(1.75rem, 1.125rem) rotate(135deg);
}

.menu-sticky-sp__icon:after {
  -webkit-transform: translate(1.3125rem, 1.125rem) rotate(-135deg);
          transform: translate(1.3125rem, 1.125rem) rotate(-135deg);
}

.menu-sticky-sp__icon.is-active {
  top: -1.5rem;
}

.menu-sticky-sp__icon.is-active:before {
  -webkit-transform: translate(1.25rem, 1.1875rem) rotate(135deg);
          transform: translate(1.25rem, 1.1875rem) rotate(135deg);
}

.menu-sticky-sp__icon.is-active:after {
  -webkit-transform: translate(1.6875rem, 1.1875rem) rotate(-135deg);
          transform: translate(1.6875rem, 1.1875rem) rotate(-135deg);
}

.menu-sticky-sp .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.3125rem 2.5rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.menu-sticky-sp .item {
  font-size: 1.625rem;
  display: block;
  color: #fff;
  background-color: #cc0033;
  border: 1px solid #cc0033;
  position: relative;
  padding: 1.875rem 0.625rem;
  border-radius: 0.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  width: calc(50% - 1.25rem);
}

.menu-sticky-sp .item:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.1875rem 0.1875rem 0;
  padding: 0.3125rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 1rem;
}

.menu-sticky-sp .item:visited {
  color: #fff;
}

.menu-sticky-sp .item--02 {
  background-color: #fff;
  color: #cc0033;
}

.menu-sticky-sp .item--02:visited {
  color: #cc0033;
}

.menu-sticky-sp .item--02:after {
  border-color: #cc0033;
}

.ttl-label {
  text-align: center;
}

.ttl-label span {
  display: inline-block;
  background-color: #cc0033;
  color: #fff;
  font-size: 1.4375rem;
  padding: 0.5625rem 2.125rem;
  border-radius: 0.3125rem;
  font-weight: 500;
}

@media (max-width: 750px) {
  .ttl-label span {
    font-size: 1.5rem;
  }
}

.button {
  display: inline-block;
  padding: 1.1875rem 1.25rem;
  color: #cc0033;
  border: 0.125rem solid #cc0033;
  font-size: 1.0625rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media (max-width: 750px) {
  .button {
    font-size: 1.4375rem;
    padding: 1.625rem 5.375rem 1.625rem 3.25rem;
  }
}

.button:hover {
  color: #cc0033;
}

.button:visited {
  color: #cc0033;
}

.button:after {
  content: "";
  position: absolute;
  width: 0.5625rem;
  height: 0.875rem;
  background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/icon_arr.svg) no-repeat center/contain;
  top: 50%;
  right: 1.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 750px) {
  .button:after {
    right: 1.875rem;
    width: 0.75rem;
    height: 1.1875rem;
  }
}

.button--red {
  background-color: #cc0033;
  color: #fff;
}

.button--red:hover {
  color: #fff;
}

.button--red:visited {
  color: #fff;
}

.button--red:after {
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/icon_arr-white.svg);
}

.tlr-modal {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1111;
}

.tlr-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tlr-modal__bg {
  position: absolute;
  background: #cbcbcb;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tlr-modal__video {
  display: none;
  position: relative;
  width: 68.125rem;
  height: 38.5625rem;
}

@media (max-width: 750px) {
  .tlr-modal__video {
    width: 95vw;
    height: 56.25vw;
  }
}

.tlr-modal__video.current {
  display: block;
}

.tlr-modal__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tlr-modal__video--btn {
  position: absolute;
  right: -11rem;
  top: -0.3125rem;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  cursor: pointer;
  width: 6.625rem;
  height: 6.625rem;
}

@media (max-width: 750px) {
  .tlr-modal__video--btn {
    width: 9.6vw;
    height: 9.6vw;
    cursor: pointer;
    pointer-events: none;
    top: -1.33333333vw;
    right: 0;
  }
}

.tlr-modal__video--btn:before, .tlr-modal__video--btn:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tlr-modal__video--btn:before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.tlr-modal__video--btn:after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.section-kv {
  padding: 7.875rem 0 1.25rem;
  position: relative;
}

@media (max-width: 750px) {
  .section-kv {
    padding: 13.0625rem 0 1.25rem;
  }
}

.section-kv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .section-kv .inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 751px) {
  .section-kv__content {
    width: 44.375rem;
    padding-right: 6.5rem;
    padding-top: 4.8125rem;
  }
}

@media (max-width: 750px) {
  .section-kv__content {
    margin-top: 4.8125rem;
  }
}

.section-kv__img {
  margin: 0;
}

.section-kv__img img {
  width: 30.9375rem;
}

@media (max-width: 750px) {
  .section-kv__img img {
    width: 36.9375rem;
  }
}

.section-kv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.625rem;
}

@media (min-width: 751px) {
  .section-kv__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .section-kv__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.5rem;
  }
}

.section-kv__btn .button {
  text-align: center;
}

@media (min-width: 751px) {
  .section-kv__btn .button {
    width: calc(50% - 0.938rem);
    padding-right: 1.5rem;
  }
}

@media (max-width: 750px) {
  .section-kv__btn .button {
    font-size: 2rem;
    padding: 2.25rem 1.25rem;
  }
  .section-kv__btn .button:after {
    width: 1.0625rem;
    height: 1.6875rem;
    right: 2.25rem;
  }
  .section-kv__btn .button:not(:last-child) {
    margin-bottom: 5.375rem;
  }
}

.section-kv__btn .button:first-child {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (max-width: 750px) {
  .section-kv__btn .button:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.section-kv__btn .button:last-child:before {
  content: "";
  position: absolute;
  width: 12rem;
  height: 1.25rem;
  background: url(/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/kv_txt-btn.png) no-repeat center/contain;
  top: -2rem;
  left: 2.75rem;
}

@media (max-width: 750px) {
  .section-kv__btn .button:last-child:before {
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/kv_txt-btn_sp.png);
    width: 21.375rem;
    height: 2.25rem;
    top: -3.125rem;
    left: 10.125rem;
  }
}

.section-kv__btn .button small {
  display: block;
  font-size: 0.75rem;
  margin-top: 1px;
}

@media (max-width: 750px) {
  .section-kv__btn .button small {
    font-size: 0.9375rem;
    margin-top: 2px;
  }
}

.section-kv__slide {
  width: 35.625rem;
  position: relative;
}

@media (max-width: 750px) {
  .section-kv__slide {
    width: 39.8125rem;
    margin: 0 auto;
  }
}

.section-kv__slide .item:focus {
  outline: none;
}

.section-kv__slide .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #cc0033;
  border-radius: 1.25rem;
  pointer-events: none;
}

@media (max-width: 750px) {
  .section-kv__slide .slick-list:after {
    border-width: 1px;
    border-radius: 0.625rem;
  }
}

.section-kv__slide .btn-slide__arrow {
  position: absolute;
  top: 47.5%;
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  width: 4.3125rem;
  height: 4.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.125rem solid #cc0033;
  border-radius: 100%;
}

@media (max-width: 750px) {
  .section-kv__slide .btn-slide__arrow {
    width: 5.4375rem;
    height: 5.4375rem;
    border-width: 1px;
    top: 46%;
  }
}

.section-kv__slide .btn-slide__arrow:after {
  content: "";
  border: solid #cc0033;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.375rem;
}

@media (max-width: 750px) {
  .section-kv__slide .btn-slide__arrow:after {
    padding: 0.5rem;
  }
}

.section-kv__slide .btn-slide__arrow--prev {
  left: -2rem;
}

@media (max-width: 750px) {
  .section-kv__slide .btn-slide__arrow--prev {
    left: -2.25rem;
  }
}

.section-kv__slide .btn-slide__arrow--prev:after {
  -webkit-transform: rotate(135deg) translate(-0.125rem, 0px);
          transform: rotate(135deg) translate(-0.125rem, 0px);
}

.section-kv__slide .btn-slide__arrow--next {
  right: -2rem;
}

@media (max-width: 750px) {
  .section-kv__slide .btn-slide__arrow--next {
    right: -2.25rem;
  }
}

.section-kv__slide .btn-slide__arrow--next:after {
  -webkit-transform: rotate(-45deg) translate(-1px, -0.1875rem);
          transform: rotate(-45deg) translate(-1px, -0.1875rem);
}

.section-kv__slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 1.1875rem 0 0;
}

@media (max-width: 750px) {
  .section-kv__slide .slick-dots {
    margin-top: 2.3125rem;
    padding-right: 6.25rem;
  }
}

.section-kv__slide .slick-dots li {
  margin: 0 0.5rem;
  font-size: 0;
}

@media (max-width: 750px) {
  .section-kv__slide .slick-dots li {
    margin: 0 0.9375rem;
  }
}

.section-kv__slide .slick-dots li.slick-active button {
  background-color: #cc0033;
}

.section-kv__slide .slick-dots button {
  cursor: pointer;
  background-color: transparent;
  width: 0.8125rem;
  height: 0.8125rem;
  border: 2px solid #cc0033;
  border-radius: 100%;
  padding: 0;
}

@media (max-width: 750px) {
  .section-kv__slide .slick-dots button {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.section-kv__slide .btn-play {
  position: absolute;
  right: 11.1875rem;
  bottom: -0.3125rem;
  z-index: 1;
}

@media (max-width: 750px) {
  .section-kv__slide .btn-play {
    right: 11.375rem;
    bottom: -0.75rem;
  }
}

.section-plan {
  position: relative;
  padding: 2.6875rem 0 4.5rem;
}

@media (max-width: 750px) {
  .section-plan {
    padding: 5.125rem 0 3.125rem;
  }
}

.section-plan .section-anchor {
  top: -9.375rem;
}

.section-plan .inner {
  padding-bottom: 3.9375rem;
  position: relative;
}

@media (max-width: 750px) {
  .section-plan .inner {
    padding-bottom: 2.375rem;
    padding-left: 2rem;
    padding-right: 3.125rem;
  }
}

.section-plan__ttl {
  text-align: center;
  margin: 0 0 5.1875rem;
}

@media (max-width: 750px) {
  .section-plan__ttl {
    margin-bottom: 8.25rem;
  }
}

.section-plan__ttl img {
  width: 42.5625rem;
}

@media (max-width: 750px) {
  .section-plan__ttl img {
    width: 41.9375rem;
  }
}

.section-plan__anchor {
  margin-bottom: 8.625rem;
}

.section-plan__anchor .inner {
  padding: 0;
}

@media (min-width: 751px) {
  .section-plan__anchor .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 751px) {
  .section-plan__anchor .item {
    width: calc(33.333% - 1.688rem);
  }
}

.section-plan__anchor .item__link {
  background-color: #fff;
  border-radius: 0.5rem;
  position: relative;
  display: block;
  padding: 3.3125rem 0.625rem 3.4375rem;
}

.section-plan__anchor .item__link:before, .section-plan__anchor .item__link:after {
  content: "";
  position: absolute;
}

.section-plan__anchor .item__link:before {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #cc0033;
  height: 1.8125rem;
  border-radius: 0 0 0.5rem 0.5rem;
}

.section-plan__anchor .item__link:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0.375rem;
  bottom: 0.375rem;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.section-plan__anchor .item__circle {
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.5rem;
}

.section-plan__anchor .item__txt {
  text-align: center;
}

.section-plan__anchor .item__txt--01 {
  font-weight: 700;
  color: #cc0033;
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
}

@media (min-width: 751px) {
  .section-plan__anchor .item__txt--01 {
    min-height: 2.375rem;
  }
}

.section-plan__anchor .item__txt--01 .txt-en {
  font-size: 1.6875rem;
}

.section-plan__anchor .item__txt--01 .txt-resize {
  font-size: 1rem;
}

.section-plan__anchor .item__txt--01 sup {
  font-size: 50%;
}

.section-plan__anchor .item__txt--02 {
  color: #333333;
  margin-top: 2px;
  letter-spacing: 0.025em;
  white-space: nowrap;
  font-size: 1rem;
}

.section-plan__heading {
  margin: 7.25rem 0 6.4375rem;
  text-align: center;
}

@media (max-width: 750px) {
  .section-plan__heading {
    margin: 7.875rem 0 2.5rem;
  }
}

.section-plan__heading .circle {
  position: absolute;
  width: 7.3125rem;
  left: 50%;
  top: -3.8125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 750px) {
  .section-plan__heading .circle {
    width: 8.125rem;
    top: -4rem;
  }
}

.section-plan__heading .ttl {
  margin: 0;
}

.section-plan__heading .ttl img {
  width: 61.0625rem;
}

@media (max-width: 750px) {
  .section-plan__heading .ttl img {
    width: 34.6875rem;
  }
}

.section-plan__txt {
  font-size: 1.125rem;
  line-height: 1.88888889;
}

@media (min-width: 751px) {
  .section-plan__txt {
    width: 48.125rem;
    position: absolute;
    top: 14.125rem;
    right: 10rem;
  }
}

@media (max-width: 750px) {
  .section-plan__txt {
    font-size: 1.25rem;
    line-height: 1.7;
    padding: 0 3.125rem;
  }
}

@media (min-width: 751px) {
  .section-plan__txt sup {
    font-size: 50%;
    top: -1em;
  }
}

.section-plan__banner {
  text-align: center;
  position: relative;
  margin-top: 2.0625rem;
}

@media (min-width: 751px) {
  .section-plan__banner img {
    width: 62.875rem;
    -webkit-transform: translateX(-1.75rem);
            transform: translateX(-1.75rem);
  }
}

@media (max-width: 750px) {
  .section-plan__banner img {
    width: 34.75rem;
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
}

.section-about {
  position: relative;
  padding: 4.25rem 0;
}

@media (max-width: 750px) {
  .section-about {
    padding: 4.5rem 0 2.5rem;
  }
}

@media (min-width: 751px) {
  .section-about .section-anchor {
    top: -5rem;
  }
}

.section-about .inner {
  position: relative;
}

@media (max-width: 750px) {
  .section-about .inner {
    padding: 0;
  }
}

.section-about__heading {
  text-align: center;
  margin: 7.25rem 0 0;
}

@media (max-width: 750px) {
  .section-about__heading {
    margin-bottom: 1.25rem;
    margin-top: 7.875rem;
  }
}

.section-about__heading .circle {
  position: absolute;
  width: 7.3125rem;
  left: 50%;
  top: -3.8125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 750px) {
  .section-about__heading .circle {
    width: 8.125rem;
    top: -4rem;
  }
}

.section-about__heading .ttl {
  margin: 0;
}

.section-about__heading .ttl img {
  width: 46.0625rem;
}

@media (max-width: 750px) {
  .section-about__heading .ttl img {
    width: 23.9375rem;
  }
}

.section-about__heading .txt {
  font-size: 1.125rem;
  line-height: 1.77777778;
  margin-top: 2.3125rem;
}

@media (max-width: 750px) {
  .section-about__heading .txt {
    font-size: 1.5rem;
    line-height: 2.08333333;
    margin-top: 2.75rem;
  }
}

.section-about__frame {
  padding: 5.625rem 5.625rem 5.25rem;
}

@media (min-width: 751px) {
  .section-about__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 750px) {
  .section-about__frame {
    padding: 2rem 2.125rem 3.125rem;
  }
}

.section-about__frame .slide-left {
  position: relative;
}

@media (min-width: 751px) {
  .section-about__frame .slide-left {
    width: 29.875rem;
  }
}

.section-about__frame .slide-left__item:focus {
  outline: none;
}

.section-about__frame .slide-left .btn-play {
  position: absolute;
  z-index: 1;
  right: 9.6875rem;
  bottom: -0.4375rem;
}

@media (max-width: 750px) {
  .section-about__frame .slide-left .btn-play {
    right: 10.25rem;
    bottom: -0.8125rem;
  }
}

.section-about__frame .btn-slide__arrow {
  position: absolute;
  top: 47.5%;
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  width: 3.9375rem;
  height: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.125rem solid #cc0033;
  border-radius: 100%;
}

@media (max-width: 750px) {
  .section-about__frame .btn-slide__arrow {
    width: 5.5625rem;
    height: 5.5625rem;
    top: 44.5%;
    border-width: 1px;
  }
}

.section-about__frame .btn-slide__arrow:after {
  content: "";
  border: solid #cc0033;
  border-width: 0 0.1875rem 0.1875rem 0;
  display: inline-block;
  padding: 0.375rem;
}

@media (max-width: 750px) {
  .section-about__frame .btn-slide__arrow:after {
    padding: 0.5rem;
  }
}

.section-about__frame .btn-slide__arrow--prev {
  left: -2rem;
}

@media (max-width: 750px) {
  .section-about__frame .btn-slide__arrow--prev {
    left: -1.25rem;
  }
}

.section-about__frame .btn-slide__arrow--prev:after {
  -webkit-transform: rotate(135deg) translate(-0.125rem, 0px);
          transform: rotate(135deg) translate(-0.125rem, 0px);
}

.section-about__frame .btn-slide__arrow--next {
  right: -1.875rem;
}

@media (max-width: 750px) {
  .section-about__frame .btn-slide__arrow--next {
    right: -1.25rem;
  }
}

.section-about__frame .btn-slide__arrow--next:after {
  -webkit-transform: rotate(-45deg) translate(-1px, -0.1875rem);
          transform: rotate(-45deg) translate(-1px, -0.1875rem);
}

.section-about__frame .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0 0.625rem 0 0;
  margin: 2.125rem 0 0;
}

@media (max-width: 750px) {
  .section-about__frame .slick-dots {
    margin-top: 3.125rem;
    padding-right: 3.125rem;
  }
}

.section-about__frame .slick-dots li {
  margin: 0 0.4375rem;
  font-size: 0;
}

@media (max-width: 750px) {
  .section-about__frame .slick-dots li {
    margin: 0 0.9375rem;
  }
}

.section-about__frame .slick-dots li.slick-active button {
  background-color: #cc0033;
}

.section-about__frame .slick-dots button {
  cursor: pointer;
  background-color: transparent;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #cc0033;
  border-radius: 100%;
  padding: 0;
}

@media (max-width: 750px) {
  .section-about__frame .slick-dots button {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (min-width: 751px) {
  .section-about__frame .intro-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 5.5625rem;
    padding-top: 0.3125rem;
  }
}

@media (max-width: 750px) {
  .section-about__frame .intro-right {
    margin-top: 4.0625rem;
  }
}

.section-about__frame .intro-right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section-about__frame .intro-right__list {
  margin-bottom: 3.25rem !important;
}

@media (max-width: 750px) {
  .section-about__frame .intro-right__list {
    margin-bottom: 3.75rem !important;
  }
}

.section-about__frame .intro-right__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-about__frame .intro-right__list .item:not(:last-child) {
  padding-bottom: 2.5625rem;
  border-bottom: 2px dotted #cc0033;
  margin-bottom: 2.8125rem;
}

@media (max-width: 750px) {
  .section-about__frame .intro-right__list .item:not(:last-child) {
    padding-bottom: 3.25rem;
    margin-bottom: 4.25rem;
    border-bottom-width: 1px;
  }
}

.section-about__frame .intro-right__list .item__circle {
  -webkit-box-flex: 6.375rem;
      -ms-flex: 6.375rem 0 0px;
          flex: 6.375rem 0 0;
}

@media (max-width: 750px) {
  .section-about__frame .intro-right__list .item__circle {
    -webkit-box-flex: 7.1875rem;
        -ms-flex: 7.1875rem 0 0px;
            flex: 7.1875rem 0 0;
  }
}

.section-about__frame .intro-right__list .item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.25rem;
  margin-top: -0.375rem;
}

@media (max-width: 750px) {
  .section-about__frame .intro-right__list .item__content {
    padding-left: 1.625rem;
    margin-top: -0.25rem;
  }
}

.section-about__frame .intro-right__list .item .ttl {
  margin: 0;
  font-size: 1.625rem;
  color: #cc0033;
  letter-spacing: 0.05em;
}

@media (min-width: 751px) {
  .section-about__frame .intro-right__list .item .ttl {
    white-space: nowrap;
  }
}

.section-about__frame .intro-right__list .item .ttl sup {
  font-size: 50%;
}

.section-about__frame .intro-right__list .item .txt {
  line-height: 1.86666667;
  margin-top: 0.5625rem;
  font-size: 0.9375rem;
}

@media (min-width: 751px) {
  .section-about__frame .intro-right__list .item .txt {
    white-space: nowrap;
  }
}

@media (max-width: 750px) {
  .section-about__frame .intro-right__list .item .txt {
    font-size: 1.375rem;
    line-height: 1.90909091;
    margin-top: 0.75rem;
  }
}

.section-about__frame .intro-right__list .item--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-about__frame .intro-right__note li {
  font-size: 0.75rem;
  line-height: 2.16666667;
}

@media (max-width: 750px) {
  .section-about__frame .intro-right__note li {
    font-size: 1.25rem;
    line-height: 1.9;
    letter-spacing: -0.025em;
  }
}

.section-about__frame .intro-right__note .color {
  color: #cc0033;
}

.section-campaign {
  position: relative;
  padding: 4.5rem 0 2.5rem;
}

@media (max-width: 750px) {
  .section-campaign {
    padding: 5.25rem 0 3.125rem;
  }
}

@media (min-width: 751px) {
  .section-campaign .section-anchor {
    top: -5rem;
  }
}

.section-campaign .inner {
  padding-bottom: 6.1875rem;
  position: relative;
}

@media (max-width: 750px) {
  .section-campaign .inner {
    padding: 0 2.8125rem 2.9375rem;
  }
}

.section-campaign__heading {
  margin: 6.625rem 0 4.4375rem;
  text-align: center;
}

@media (max-width: 750px) {
  .section-campaign__heading {
    margin: 6.375rem 0 21.375rem;
  }
}

.section-campaign__heading .circle {
  position: absolute;
  width: 7.3125rem;
  left: 50%;
  top: -3.8125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 750px) {
  .section-campaign__heading .circle {
    width: 8.125rem;
    top: -4rem;
  }
}

.section-campaign__heading .txt {
  font-size: 1.8125rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
}

@media (max-width: 750px) {
  .section-campaign__heading .txt {
    font-size: 1.625rem;
    line-height: 1.9;
    margin-bottom: 1.375rem;
  }
}

.section-campaign__heading .txt__color {
  color: #cc0033;
}

.section-campaign__heading .ttl {
  margin: 0;
}

.section-campaign__heading .ttl img {
  width: 39.125rem;
}

@media (max-width: 750px) {
  .section-campaign__heading .ttl img {
    width: 24.625rem;
  }
}

.section-campaign__box {
  border: 0.125rem solid #cc0033;
  border-radius: 1.25rem;
  position: relative;
}

@media (min-width: 751px) {
  .section-campaign__box {
    max-width: 65.625rem;
    margin: 0 auto;
    padding: 3.625rem 7.75rem 5.5625rem;
  }
}

@media (max-width: 750px) {
  .section-campaign__box {
    padding: 0 0 3.0625rem;
    border-width: 1px;
  }
}

.section-campaign__box .ttl {
  margin: 0 0 2.125rem;
  text-align: center;
}

@media (max-width: 750px) {
  .section-campaign__box .ttl {
    margin-top: -15.375rem;
    margin-bottom: 8.0625rem;
  }
}

.section-campaign__box .ttl img {
  width: 34.5625rem;
}

@media (min-width: 751px) {
  .section-campaign__box .ttl img {
    -webkit-transform: translateX(-0.4375rem);
            transform: translateX(-0.4375rem);
  }
}

@media (max-width: 750px) {
  .section-campaign__box .ttl img {
    width: 32.9375rem;
  }
}

.section-campaign__box .desc {
  font-size: 1.125rem;
  line-height: 2.22222222;
  text-align: center;
  margin-bottom: 1.6875rem;
}

@media (min-width: 751px) {
  .section-campaign__box .desc {
    white-space: nowrap;
  }
}

@media (max-width: 750px) {
  .section-campaign__box .desc {
    font-size: 1.5rem;
    line-height: 2.08333333;
    margin-bottom: 1.625rem;
  }
}

@media (max-width: 750px) {
  .section-campaign__box .info {
    padding: 0 2.25rem;
  }
}

.section-campaign__box .info__item:not(:last-child) {
  margin-bottom: 3.25rem;
}

@media (max-width: 750px) {
  .section-campaign__box .info__item:not(:last-child) {
    margin-bottom: 4.5rem;
  }
}

.section-campaign__box .info__item--last .info__head {
  margin-bottom: 1.625rem;
  font-size: 1rem;
}

@media (max-width: 750px) {
  .section-campaign__box .info__item--last .info__head {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1.3125rem;
  }
}

.section-campaign__box .info__head {
  color: #cc0033;
  border-bottom: 2px solid #cc0033;
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 750px) {
  .section-campaign__box .info__head {
    font-size: 1.875rem;
    border-width: 1px;
    padding-bottom: 1.75rem;
    margin-bottom: 2.0625rem;
  }
}

.section-campaign__box .info__content .price {
  font-size: 1.3125rem;
}

@media (min-width: 751px) {
  .section-campaign__box .info__content .price {
    padding-top: 0.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 750px) {
  .section-campaign__box .info__content .price {
    font-size: 1.5rem;
  }
}

@media (max-width: 750px) {
  .section-campaign__box .info__content .price-img {
    margin-top: 1.625rem;
    display: inline-block;
  }
}

.section-campaign__box .info__content .price-img img {
  width: 12.8125rem;
}

@media (max-width: 750px) {
  .section-campaign__box .info__content .price-img img {
    width: 15.0625rem;
  }
}

.section-campaign__box .info__content .txt {
  line-height: 1.85714286;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

@media (max-width: 750px) {
  .section-campaign__box .info__content .txt {
    font-size: 1.25rem;
    line-height: 2.5;
    white-space: nowrap;
    margin-bottom: 2.5rem;
  }
}

.section-campaign__box .info__content .link {
  font-size: 0.6875rem;
  line-height: 2.16666667;
}

@media (max-width: 750px) {
  .section-campaign__box .info__content .link {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.section-campaign__box .info__content .link u {
  text-decoration: none;
  border-bottom: 1px solid #333;
}

@media (max-width: 750px) {
  .section-campaign__box .info__content .link u {
    padding-bottom: 0.3125rem;
  }
}

.section-campaign__box .info__content .link a {
  color: #333;
  word-break: break-all;
}

.section-example {
  position: relative;
  padding: 4.0625rem 0 2.5rem;
}

@media (max-width: 750px) {
  .section-example {
    padding: 2.875rem 0 3.125rem;
  }
}

@media (min-width: 751px) {
  .section-example .section-anchor {
    top: -4.0625rem;
  }
}

.section-example .ttl-label {
  margin: -1.625rem 0 0;
}

@media (max-width: 750px) {
  .section-example .ttl-label {
    margin-top: -1.6875rem;
  }
}

.section-example .inner {
  padding: 0 7.375rem 6.8125rem;
}

@media (max-width: 750px) {
  .section-example .inner {
    padding: 0 3rem 2.9375rem;
  }
}

.section-example__ttl {
  text-align: center;
  margin: 4.1875rem 0 0;
}

@media (max-width: 750px) {
  .section-example__ttl {
    margin-top: 3.5625rem;
    margin-left: -2px;
    margin-right: -2px;
  }
}

.section-example__ttl img {
  width: 43.25rem;
}

@media (max-width: 750px) {
  .section-example__ttl img {
    width: 34.625rem;
  }
}

.section-example__slider {
  position: relative;
  border: 0.125rem dotted #cc0033;
  border-radius: 1.25rem;
  margin-top: 3.9375rem;
}

@media (min-width: 751px) {
  .section-example__slider {
    margin: 2.9375rem auto 0;
    padding: 3.375rem 0 5.0625rem;
    overflow: hidden;
  }
}

@media (max-width: 750px) {
  .section-example__slider {
    padding: 3.4375rem 3.125rem 4.4375rem;
  }
}

.section-example__slider .item {
  padding: 0 3.125rem;
}

@media (min-width: 751px) {
  .section-example__slider .item {
    width: 40rem;
  }
}

@media (max-width: 750px) {
  .section-example__slider .item {
    padding: 0 1.25rem;
  }
}

.section-example__slider .item:focus {
  outline: none;
}

.section-example__slider .item a {
  display: block;
}

.section-example__slider .item__txt {
  text-align: center;
  color: #cc0033;
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 2.6875rem;
}

@media (max-width: 750px) {
  .section-example__slider .item__txt {
    font-size: 1.5rem;
    margin-bottom: 2.625rem;
  }
}

@media (min-width: 751px) {
  .section-example__slider .slick-list {
    overflow: visible;
  }
}

.section-example__slider .btn-slide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  border: none;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6875rem;
  height: 3.375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}

@media (max-width: 750px) {
  .section-example__slider .btn-slide__arrow {
    width: 1.6875rem;
    height: 3.375rem;
  }
}

.section-example__slider .btn-slide__arrow:after {
  content: "";
  display: inline-block;
}

.section-example__slider .btn-slide__arrow--prev {
  background-image: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/example_icon-left.png");
  left: 11.25rem;
}

@media (max-width: 750px) {
  .section-example__slider .btn-slide__arrow--prev {
    left: 1.25rem;
  }
}

.section-example__slider .btn-slide__arrow--next {
  background-image: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/example_icon-right.png");
  right: 11.25rem;
}

@media (max-width: 750px) {
  .section-example__slider .btn-slide__arrow--next {
    right: 1.25rem;
  }
}

.section-example__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0 1.25rem 0 0;
  margin: 2.6875rem 0 0;
}

@media (max-width: 750px) {
  .section-example__slider .slick-dots {
    margin-top: 3.1875rem;
    padding-right: 3.1875rem;
  }
}

.section-example__slider .slick-dots li {
  margin: 0 0.4375rem;
  font-size: 0;
}

@media (max-width: 750px) {
  .section-example__slider .slick-dots li {
    margin: 0 0.9375rem;
  }
}

.section-example__slider .slick-dots li.slick-active button {
  background-color: #cc0033;
}

.section-example__slider .slick-dots button {
  cursor: pointer;
  background-color: transparent;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #cc0033;
  border-radius: 100%;
  padding: 0;
}

@media (max-width: 750px) {
  .section-example__slider .slick-dots button {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.section-example__slider .btn-play {
  position: absolute;
  z-index: 1;
  right: 27.5rem;
  bottom: 4.6875rem;
}

@media (max-width: 750px) {
  .section-example__slider .btn-play {
    right: 9.3125rem;
    bottom: 3.75rem;
  }
}

.section-price {
  position: relative;
  padding: 4.0625rem 0;
}

@media (max-width: 750px) {
  .section-price {
    padding: 2.75rem 0 4.6875rem;
  }
}

@media (min-width: 751px) {
  .section-price .section-anchor {
    top: -5rem;
  }
}

@media (min-width: 751px) {
  .section-price .inner {
    padding: 0 6.125rem 6.5rem;
  }
}

@media (max-width: 750px) {
  .section-price .inner {
    padding: 0 2.125rem 4.8125rem;
  }
}

.section-price .ttl-label {
  margin: -1.625rem 0 3.125rem;
}

@media (min-width: 751px) {
  .section-price .ttl-label span {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.section-price__txt {
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 3.125rem;
}

@media (max-width: 750px) {
  .section-price__txt {
    font-size: 1.5rem;
    line-height: 2.08333333;
    margin-bottom: 3.875rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.section-price__img {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (max-width: 750px) {
  .section-price__img {
    margin-bottom: 1.75rem;
    margin-right: -3.875rem;
  }
}

.section-price__img img {
  width: 67.5rem;
}

@media (max-width: 750px) {
  .section-price__img img {
    width: 41.375rem;
  }
}

.section-price__note {
  font-size: 0.8125rem;
  line-height: 2.15384615;
  margin-bottom: 5.3125rem;
}

@media (max-width: 750px) {
  .section-price__note {
    font-size: 1.25rem;
    padding-left: 0.6875rem;
    line-height: 2;
    margin-bottom: 3.375rem;
  }
}

.section-price__rate {
  padding: 0 0.9375rem;
}

@media (max-width: 750px) {
  .section-price__rate {
    padding: 0 0.3125rem;
  }
}

.section-price__rate .ttl {
  text-align: center;
  margin-bottom: 4rem;
}

@media (max-width: 750px) {
  .section-price__rate .ttl {
    margin-bottom: 3.5625rem;
  }
}

.section-price__rate .ttl span {
  display: inline-block;
  border: 2px solid #cc0033;
  border-radius: 0.3125rem;
  padding: 0.5625rem 1.3125rem;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  color: #cc0033;
}

@media (max-width: 750px) {
  .section-price__rate .ttl span {
    padding: 0.4375rem 2.625rem;
    font-size: 1.4375rem;
    border-width: 1px;
  }
}

.section-price__rate .image {
  margin-bottom: 2.4375rem;
}

@media (min-width: 751px) {
  .section-price__rate .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 751px) {
  .section-price__rate .image__item {
    width: calc(50% - 1.563rem);
  }
}

@media (max-width: 750px) {
  .section-price__rate .image__item:not(:last-child) {
    margin-bottom: 4.25rem;
  }
}

.section-price__rate .note {
  font-size: 0.8125rem;
}

@media (max-width: 750px) {
  .section-price__rate .note {
    font-size: 1.25rem;
    letter-spacing: -0.1em;
  }
}

.section-price__rate .url {
  margin-top: 1.5625rem;
}

@media (max-width: 750px) {
  .section-price__rate .url {
    margin-top: 2.75rem;
  }
}

.section-price__rate .url a {
  font-size: 0.8125rem;
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
  color: #333;
}

@media (max-width: 750px) {
  .section-price__rate .url a {
    font-size: 1.25rem;
    padding-bottom: 0.375rem;
  }
}

.section-price__rate .function {
  margin-top: 6.0625rem;
}

@media (max-width: 750px) {
  .section-price__rate .function {
    margin-top: 4.9375rem;
  }
}

.section-price__rate .function__ttl {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 2.25rem;
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .section-price__rate .function__ttl {
    font-size: 1.5rem;
  }
}

.section-price__rate .function__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

@media (min-width: 751px) {
  .section-price__rate .function__table {
    font-size: 1.1875rem;
    line-height: 1.78947368;
  }
}

.section-price__rate .function__table th {
  background-color: #e8e8e8;
  font-weight: 600;
  border: 1px solid #e8e8e8;
  letter-spacing: 0.05em;
  padding: 0.75rem 0.625rem;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .section-price__rate .function__table th {
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 1rem 0.625rem;
  }
}

.section-price__rate .function__table th:nth-child(1) {
  width: 20.625rem;
}

@media (max-width: 750px) {
  .section-price__rate .function__table th:nth-child(1) {
    width: 11.375rem;
  }
}

.section-price__rate .function__table th:nth-child(2) {
  width: 23.5625rem;
}

@media (max-width: 750px) {
  .section-price__rate .function__table th:nth-child(2) {
    width: 13.4375rem;
  }
}

.section-price__rate .function__table th:not(:last-child) {
  border-right-color: #dfdfdf;
}

.section-price__rate .function__table td {
  padding: 0.75rem 2.1875rem;
  border-color: #dfdfdf;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .section-price__rate .function__table td {
    font-size: 1.1875rem;
    line-height: 1.47368421;
    padding: 0.9375rem 1.125rem;
  }
  .section-price__rate .function__table td:nth-child(2) {
    text-align: center;
  }
}

.section-price__rate .function__table .color {
  color: #cc0033;
  font-weight: 600;
  text-align: center;
  display: block;
}

@media (min-width: 751px) {
  .section-price__rate .function__table .text-indent {
    text-indent: 2.375rem;
  }
}

.section-equipment {
  position: relative;
  padding: 2.5rem 0 4.0625rem;
}

@media (max-width: 750px) {
  .section-equipment {
    padding: 1.25rem 0 3.125rem;
  }
}

@media (min-width: 751px) {
  .section-equipment .section-anchor {
    top: -5rem;
  }
}

@media (min-width: 751px) {
  .section-equipment .inner {
    padding-bottom: 7.125rem;
  }
}

@media (max-width: 750px) {
  .section-equipment .inner {
    padding: 0 3rem 2.9375rem;
  }
}

.section-equipment .ttl-label {
  margin: -1.625rem 0 4.6875rem;
}

@media (max-width: 750px) {
  .section-equipment .ttl-label {
    margin-bottom: 3.125rem;
  }
}

.section-equipment__box {
  border: 0.125rem dotted #cc0033;
  border-radius: 1.375rem;
  padding: 5.25rem 7.5rem 3.875rem;
}

@media (min-width: 751px) {
  .section-equipment__box {
    max-width: 65.625rem;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .section-equipment__box {
    padding: 3.75rem 2.5rem 2.75rem;
    border-width: 1px;
  }
}

.section-equipment__box .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .section-equipment__box .img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}

@media (min-width: 751px) {
  .section-equipment__box .img__banner {
    -webkit-box-flex: 18.75rem;
        -ms-flex: 18.75rem 0 0px;
            flex: 18.75rem 0 0;
  }
}

@media (max-width: 750px) {
  .section-equipment__box .img__banner img {
    width: 20.125rem;
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
  }
}

@media (min-width: 751px) {
  .section-equipment__box .img__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3.4375rem;
    padding-top: 1.9375rem;
  }
}

@media (max-width: 750px) {
  .section-equipment__box .img__info {
    margin-bottom: 2.8125rem;
  }
}

.section-equipment__box .img__info .ttl {
  margin: 0 0 1.0625rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #cc0033;
}

@media (max-width: 750px) {
  .section-equipment__box .img__info .ttl {
    font-size: 1.75rem;
  }
}

.section-equipment__box .img__info .txt {
  line-height: 2.12500;
  font-size: 1rem;
}

@media (min-width: 751px) {
  .section-equipment__box .img__info .txt {
    white-space: nowrap;
  }
}

@media (max-width: 750px) {
  .section-equipment__box .img__info .txt {
    font-size: 1.4375rem;
    line-height: 2;
  }
}

.section-equipment__box .price {
  margin-top: 1.4375rem;
  padding-left: 0.3125rem;
}

@media (max-width: 750px) {
  .section-equipment__box .price {
    margin-top: 2.4375rem;
  }
}

@media (min-width: 751px) {
  .section-equipment__box .price img {
    width: 45.9375rem;
    -webkit-transform: translateX(-0.375rem);
            transform: translateX(-0.375rem);
  }
}

@media (max-width: 750px) {
  .section-equipment__box .price img {
    max-width: 34.1875rem;
    -webkit-transform: translateX(0.125rem);
            transform: translateX(0.125rem);
  }
}

.section-equipment__box .note {
  font-size: 0.8125rem;
  line-height: 2.15384615;
  letter-spacing: 0.05em;
  margin-top: 2.4375rem;
}

@media (max-width: 750px) {
  .section-equipment__box .note {
    font-size: 1.25rem;
    line-height: 2.1;
    margin-top: 3rem;
  }
}

.section-equipment__box .link {
  margin-top: 3.125rem;
}

@media (max-width: 750px) {
  .section-equipment__box .link {
    margin-top: 2rem;
  }
}

.section-equipment__box .link a {
  border-bottom: 1px solid #cc0033;
  display: inline-block;
  padding-bottom: 0.3125rem;
  color: #cc0033;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1rem;
}

@media (max-width: 750px) {
  .section-equipment__box .link a {
    font-size: 1.375rem;
    padding-bottom: 0.375rem;
  }
}

.section-target {
  position: relative;
  padding: 2.5rem 0 6.5625rem;
}

@media (max-width: 750px) {
  .section-target {
    padding: 2.8125rem 0 5.625rem;
  }
}

@media (min-width: 751px) {
  .section-target .section-anchor {
    top: -5rem;
  }
}

@media (min-width: 751px) {
  .section-target .inner {
    padding-bottom: 6.8125rem;
  }
}

@media (max-width: 750px) {
  .section-target .inner {
    padding: 0 3rem 2.9375rem;
  }
}

.section-target .ttl-label {
  margin: -1.625rem 0 4.6875rem;
}

@media (max-width: 750px) {
  .section-target .ttl-label {
    margin-bottom: 3.125rem;
  }
}

.section-target__box {
  margin: 0 auto;
  border: 0.125rem dotted #cc0033;
  border-radius: 1.375rem;
  padding: 2.3125rem 1.4375rem 2.75rem 4.5rem;
}

@media (min-width: 751px) {
  .section-target__box {
    max-width: 65.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 750px) {
  .section-target__box {
    padding: 6.5625rem 2.5rem 3.4375rem;
  }
}

@media (min-width: 751px) {
  .section-target__box .img {
    -webkit-box-flex: 21.4375rem;
        -ms-flex: 21.4375rem 0 0px;
            flex: 21.4375rem 0 0;
  }
}

@media (max-width: 750px) {
  .section-target__box .img {
    text-align: center;
    margin-bottom: 1.5625rem;
  }
  .section-target__box .img img {
    width: 21.875rem;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}

.section-target__box .info {
  font-size: 1rem;
}

@media (min-width: 751px) {
  .section-target__box .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2.0625rem 0 0 4.5rem;
  }
}

.section-target__box .info__txt {
  line-height: 2.12500;
}

@media (max-width: 750px) {
  .section-target__box .info__txt {
    font-size: 1.25rem;
    line-height: 1.9;
  }
}

@media (max-width: 750px) {
  .section-target__box .info__txt--first {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.81818182;
  }
}

.section-target__box .info__pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.0625rem 0 2.4375rem;
}

@media (max-width: 750px) {
  .section-target__box .info__pdf {
    margin: 2.5rem 0 2.6875rem;
    padding-left: 1rem;
  }
}

.section-target__box .info__pdf:before {
  content: "";
  width: 1.25rem;
  height: 1.625rem;
  background: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/target_icon.png") no-repeat center/contain;
  display: inline-block;
  margin-right: 1.0625rem;
}

@media (max-width: 750px) {
  .section-target__box .info__pdf:before {
    width: 1.625rem;
    height: 2.125rem;
  }
}

.section-target__box .info__pdf a {
  color: #cc0033;
  font-weight: 600;
  border-bottom: 1px solid #cc0033;
  padding-bottom: 0.3125rem;
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .section-target__box .info__pdf a {
    font-size: 1.25rem;
  }
}

.section-contact {
  position: relative;
  padding: 6.25rem 0;
  background-color: #cc0033;
}

@media (max-width: 750px) {
  .section-contact {
    padding: 2.5rem 0;
  }
}

.section-contact .inner {
  background-color: #fff5f8;
  border-radius: 1.875rem;
  padding: 6.3125rem 7.1875rem 5rem;
}

@media (max-width: 750px) {
  .section-contact .inner {
    padding: 5.5rem 2.5rem 2.75rem;
  }
}

.section-contact__heading {
  margin-bottom: 3.0625rem;
  text-align: center;
}

@media (max-width: 750px) {
  .section-contact__heading {
    margin-bottom: 3.75rem;
  }
}

.section-contact__heading .txt {
  font-size: 1.875rem;
  margin-top: 2.0625rem;
  letter-spacing: 0.05em;
  line-height: 1.925;
  font-weight: 500;
}

@media (max-width: 750px) {
  .section-contact__heading .txt {
    font-size: 2.125rem;
    margin-top: 2.75rem;
    line-height: 1.73529412;
  }
}

.section-contact__heading .txt__color {
  color: #cc0033;
}

@media (max-width: 750px) {
  .section-contact__heading .txt__color {
    font-size: 2.625rem;
    line-height: 1.53;
    display: block;
    margin-top: 0.875rem;
  }
}

.section-contact__heading .ttl {
  margin: 0;
}

.section-contact__heading .ttl img {
  width: 51.875rem;
}

@media (max-width: 750px) {
  .section-contact__heading .ttl img {
    width: 37.25rem;
  }
}

@media (min-width: 751px) {
  .section-contact__square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.section-contact__square .item {
  background-color: #fff;
  border-radius: 1.25rem;
  border: 0.125rem dotted #cc0033;
  overflow: hidden;
  text-align: center;
  padding: 2.1875rem 1.25rem 2.6875rem;
}

@media (min-width: 751px) {
  .section-contact__square .item {
    width: calc(50% - 1.875rem);
  }
  .section-contact__square .item:first-child .item__btn .button {
    padding-left: 2.0625rem;
    padding-right: 3.4375rem;
  }
  .section-contact__square .item:last-child {
    padding-top: 3.75rem;
  }
  .section-contact__square .item:last-child .item__btn .button {
    padding: 0.6875rem 4rem;
  }
}

@media (max-width: 750px) {
  .section-contact__square .item {
    padding: 1.875rem 1.25rem 3rem;
  }
  .section-contact__square .item:not(:last-child) {
    margin-bottom: 2.75rem;
  }
  .section-contact__square .item:last-child {
    padding-top: 3.75rem;
    padding-bottom: 2.125rem;
  }
  .section-contact__square .item:last-child .item__btn .button {
    padding: 0.75rem 4.75rem;
  }
}

.section-contact__square .item__logo {
  margin-bottom: 1rem;
}

.section-contact__square .item__logo img {
  width: 10.875rem;
}

@media (max-width: 750px) {
  .section-contact__square .item__logo img {
    width: 12.125rem;
  }
}

.section-contact__square .item__ttl {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 500;
  color: #cc0033;
  margin-bottom: 1.625rem;
}

@media (max-width: 750px) {
  .section-contact__square .item__ttl {
    font-size: 2.125rem;
    margin-bottom: 3px;
  }
}

.section-contact__square .item__txt {
  font-size: 1.125rem;
  line-height: 1.44444444;
  margin-bottom: 1.4375rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}

@media (max-width: 750px) {
  .section-contact__square .item__txt {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 2.125rem;
  }
}

.section-contact__square .item__txt .note {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 2px;
}

@media (max-width: 750px) {
  .section-contact__square .item__txt .note {
    font-size: 1.25rem;
  }
}

.section-contact__square .item__btn {
  text-align: center;
}

@media (max-width: 750px) {
  .section-contact__square .item__btn .button {
    padding: 1.5rem 3.75rem 1.5rem 2.5rem;
    font-size: 1.3125rem;
  }
}

.section-contact__square .item__btn .button small {
  display: block;
  font-size: 0.75rem;
}

@media (max-width: 750px) {
  .section-contact__square .item__btn .button small {
    font-size: 0.9375rem;
  }
}

.section-contact__square .item__note {
  font-size: 0.9rem;
  padding: 0 4rem;
  text-align: left;
  margin-top: 1.875rem;
  text-indent: -1rem;
}

@media (max-width: 750px) {
  .section-contact__square .item__note {
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
}

.section-bottom {
  padding: 5rem 0 5.5rem;
}

@media (max-width: 750px) {
  .section-bottom {
    padding: 4.25rem 0 8.125rem;
  }
}

@media (min-width: 751px) {
  .section-bottom .inner {
    max-width: 65.625rem;
  }
}

@media (max-width: 750px) {
  .section-bottom .inner {
    padding: 0 1.125rem 0 3rem;
  }
}

.section-bottom__txt p {
  margin: 0;
  font-size: 1rem;
}

@media (max-width: 750px) {
  .section-bottom__txt p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.section-bottom__txt p:not(:last-child) {
  margin-bottom: 0.8125rem;
}

@media (max-width: 750px) {
  .section-bottom__txt p:not(:last-child) {
    margin-bottom: 2.125rem;
  }
}

@media (min-width: 751px) {
  .section-bottom__txt p.note {
    font-size: 0.875rem;
  }
}

.section-bottom__txt u {
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 0.3125rem;
}

@media (max-width: 750px) {
  .section-bottom__txt u {
    padding-bottom: 2px;
  }
}

.section-bottom__txt a {
  color: #333;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif !important;
}

body {
  -webkit-tap-highlight-color: transparent;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1vw;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  padding-top: 0;
}

@media (min-width: 751px) {
  .trans {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .trans:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}

.txt-en {
  font-family: 'Montserrat', sans-serif;
}

.inner {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 751px) {
  .inner {
    max-width: 80rem;
  }
}

@media (max-width: 750px) {
  .inner {
    max-width: 41.875rem;
    padding: 0 2.1875rem;
  }
}

@media (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .only-sp {
    display: none !important;
  }
}

.animated.slide-left {
  -webkit-animation: slideLeft ease 1s;
          animation: slideLeft ease 1s;
}

.animated.slide-up {
  -webkit-animation: slideUp ease 1s;
          animation: slideUp ease 1s;
}

.animated.slide-right {
  -webkit-animation: slideRight ease 1s;
          animation: slideRight ease 1s;
}

@media (max-width: 750px) {
  .page-teamsdset__main {
    overflow-x: hidden;
  }
}

.page-section-dots {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 0 0 48.125rem;
  padding: 0;
  list-style: none;
  z-index: 9;
  pointer-events: none;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 750px) {
  .page-section-dots {
    margin-left: 21.5625rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.page-section-dots .item {
  display: block;
  border-radius: 50%;
  border: 1px solid #cc0033;
  margin-bottom: 1.5625rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
}

.page-section-dots .item.is-active {
  border-width: 2px;
  width: 0.625rem;
  height: 0.625rem;
}

@media (max-width: 750px) {
  .page-section-dots .item.is-active {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}

@media (max-width: 750px) {
  .page-section-dots .item {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

.section-anchor {
  position: absolute;
  top: -3.125rem;
}

@media (min-width: 751px) {
  footer {
    min-width: 1260px;
  }
}

@media (min-width: 751px) {
  .footerInner {
    width: 1260px;
  }
}

.btn-play {
  cursor: pointer;
  width: 2.4375rem;
  height: 1.5rem;
  border: 2px solid #cc0033;
  border-radius: 62.4375rem;
  background: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/icon_play.png") #fff no-repeat center/0.5625rem;
  z-index: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  display: inline-block;
}

@media (max-width: 750px) {
  .btn-play {
    width: 4.25rem;
    height: 2.625rem;
    border-radius: 0.625rem;
    background-size: 1rem;
  }
}

.btn-play.is-play {
  background-image: url("/content/dam/nttcom/hq/jp/business/lp/oslp/home-denwa/images/icon_stop.png");
}

.section-group {
  position: relative;
}
/*# sourceMappingURL=style.css.map */