@charset "UTF-8";

@font-face {
  font-family: 'SST Japanese Pro';
  src: url("/asset/fonts/SSTJpPro-Regular.woff2") format("woff2"),
  url("/asset/fonts/SSTJpPro-Regular.woff") format("woff");
}
@font-face {
  font-family: 'SST Japanese Pro Bold';
  src: url("/asset/fonts/SSTJpPro-Bold.woff2") format("woff2"),
  url("/asset/fonts/SSTJpPro-Bold.woff") format("woff");
}
/*----------------------------------------------------
  base (styling element directly contain reset style)
----------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-x: auto;
}

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  min-width: auto;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

body main, .headerNav {
  font-family: "SST Japanese Pro", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

main a {
  color: #0A68C2;
  text-decoration: none;
  word-break: break-all;
  text-decoration: none;
  word-break: break-all;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

a img {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

main a:hover {
  text-decoration: underline;
}

main a:visited {
  color: #4555C7;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, table, dl, dd {
  /*margin: 0;*/
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

h1 {
  font-size: 2em;
}

svg, img {
  max-width: 100%;
  vertical-align: top;
}

.header {
  position: relative;
  line-height: 1.2;
  margin-bottom: -12px;
  padding-bottom: 12px;
  z-index: 100;
}

.js-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 15;
}

.js-nav-item {
  list-style: none;
}

.js-nav-item > a {
  position: relative;
  display: block;
}

.js-nav-item > a:focus, .js-nav-item > a.js-open {
  z-index: 1;
}

.js-nav-item > a:focus::before, .js-nav-item > a.js-open::before {
  width: 100%;
  left: 0;
}

.headerSitename {
  display: none;
}

.headerNav {
  margin: auto;
  position: relative;
  height: 83px;
  max-width: none;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.headerNav.fixed {
  position: fixed;
  width: 100%;
}

.headerNav.active {
  display: block !important;
}

.headerNav nav {
  width: 100%;
  padding: 0;
}

.headerNav nav.active {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  z-index: 99;
  height: 450px;
}

.headerNav__inner {
  position: relative;
  max-width: 1190px;
  margin: 0 auto;
}

.headerNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.4rem;
}

.headerNav__list > li {
  margin-right: 2vw;
}

.headerNav__list > li > a {
  position: relative;
  display: block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  padding: 29px 0;
}

.headerNav__list > li > a::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #DB4980;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.headerNav__cc {
  height: 18px;
  padding: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: auto;
  margin-right: 40px;
}

.headerNav__cc a img {
  height: 100%;
}

.headerNav .headerNav__contact {
  margin-left: auto;
  margin-right: 0;
}

.headerNav .headerNav__contact a {
  overflow: hidden;
  background: #55C4E7;
  border-radius: 50px;
  font-family: "SST Japanese Pro Bold";
  font-weight: normal;
  width: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: inherit;
  padding: 8px 24px;
  margin-right: 0;
  -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
  overflow: hidden;
}

.headerNav .headerNav__contact a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #F5F060;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 50px;
  overflow: hidden;
}

.headerNav .headerNav__contact a span {
  color: #23395D;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
}

.headerNav .headerNav__contact a:hover {
  background: #F5F060;
  -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
  overflow: hidden;
}

.headerNav .headerNav__contact a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.headerNav .headerNav__contact a:hover span {
  color: #23395D;
}

.headerNav .headerNav__contact a:hover::after {
  right: 16px;
  background: url(/service/cc/asset/img/icon_arrow_blue.svg) no-repeat;
}

.headerNav .headerNav__dl {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.headerNav .headerNav__dl a {
  overflow: hidden;
  background: #DB4980;
  border: none;
  border-radius: 50px;
  font-family: "SST Japanese Pro Bold";
  font-weight: normal;
  width: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 24px;
  margin: 21px 0;
  margin-right: 0 !important;
  -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
  overflow: hidden;
}

.headerNav .headerNav__dl a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #F5F060;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 50px;
  overflow: hidden;
}

.headerNav .headerNav__dl a span {
  color: #FFF;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
}

.headerNav .headerNav__dl a:hover {
  background: #F5F060;
  -webkit-transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 400ms cubic-bezier(0.385, 0.01, 0, 1);
  overflow: hidden;
}

.headerNav .headerNav__dl a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.headerNav .headerNav__dl a:hover span {
  color: #23395D;
}

.headerNav .headerNav__dl a:hover::after {
  right: 16px;
  background: url(/service/cc/asset/img/icon_arrow_blue.svg) no-repeat;
}

.sp-globalNav {
  display: none;
}

.headerNav.fixed + .contents {
  margin-top: 70px;
}

.contents {
  margin: auto;
  overflow: hidden;
}

main section {
  display: block;
}

.sp {
  display: none;
}

em.line {
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #DB4980));
  background: linear-gradient(transparent 50%, #DB4980 0%);
  background: -webkit-linear-gradient(transparent 50%, #DB4980 0%);
}

img {
  margin: 0 auto;
  display: block;
}

.iconBlank {
  display: inline-block;
  width: 12px;
  height: 10px;
  vertical-align: middle;
  margin-top: -0.15em;
  padding-left: 8px;
}

main .iconBlank {
  margin-right: 8px;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}

.card.-col2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card.-col2 .card__item {
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
}

.card__item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
  background: #FFF;
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1.4;
}

.card__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding: 15px 13px 1px;
}

.card__image {
  overflow: hidden;
}

.card__title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.card__title b {
  font-size: 2.6rem;
}

.card__p {
  margin-bottom: 15px;
  font-size: 1.6rem;
}

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

.box.-col2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box.-col2 .box__item {
  width: calc(50% - 14px);
}

.box.-col3 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box.-col3 .box__item {
  width: calc(33.33333% - 18px);
}

.box.-col3::after {
  content: "";
  display: block;
  width: calc(33.33333% - 18px);
  height: 0;
}

.box__item {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 28px;
  color: #333;
}

.box__item img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.textLink {
  position: relative;
}

.textLink a {
  color: #FFF;
  display: inline-block;
  padding-right: 15px;
  margin-top: .5em;
}

.textLink a::before {
  content: "";
  position: absolute;
  left: inherit;
  right: 0;
  top: calc(50% - 2px);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #DB4980;
  border-right: 3px solid #DB4980;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.t-right {
  text-align: right;
}

p.small, small {
  font-size: 80%;
  width: 100%;
}

/*左から右へ伸びる*/
@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.sa {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/*下から上にフェードイン*/
.sa--up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

/*縮小した状態から拡大しながらフェードイン*/
.sa--scaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.section {
  padding: 100px 0 120px;
  margin: 0;
}

.section__inner {
  max-width: 1190px;
  margin: auto;
  padding: 0 25px;
}

.section__title {
  position: relative;
  margin-bottom: 65px;
  line-height: 1.2;
}

.section__titleJa {
  display: block;
  color: #FFF;
  font-size: 3.4rem;
  font-family: "SST Japanese Pro Bold";
  position: relative;
}

.section h2 {
  color: #23395D;
  font-size: 2.4rem;
  font-family: "SST Japanese Pro Bold";
  text-align: center;
}

.section h2.title {
  margin-bottom: .5em;
}

.section h2.-large {
  text-align: center;
  line-height: 1.6;
  margin: 60px 0 40px !important;
}

.section h2.-large em {
  color: #23395D;
  font-size: 4.4rem;
}

.section h2.-large em.line {
  opacity: 1 !important;
  position: relative;
  border-bottom: none;
  z-index: 1;
}

.section h2.-large em.line.show::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-animation: border_anim 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: border_anim 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  border-bottom: 24px solid #F5F060;
  z-index: -1;
}

.section h2.section__title {
  font-size: 3rem;
  font-family: "SST Japanese Pro Bold";
  margin-bottom: 1.5em;
}

.section h2.section__title span {
  background: #F5F060;
  border-radius: 50px;
  display: block;
  font-size: 1.2rem;
  font-family: "SST Japanese Pro Bold";
  width: 100px;
  letter-spacing: 2px;
  padding: .5em .5em;
  margin: .5em auto 0;
}

.section h2 b {
  font-size: 2.8rem;
}

.section h3 {
  font-size: 2rem;
  font-family: "SST Japanese Pro Bold";
  text-align: center;
}

.section h3.title {
  color: #23395D;
  font-size: 2rem;
  border-bottom: 2px solid #DB4980;
  padding-bottom: 4px;
  line-height: 1.4;
  display: table;
  margin: 0 auto;
}

.section h4 {
  font-size: 1.8rem;
  font-family: "SST Japanese Pro Bold";
  color: #DB4980;
  margin-bottom: .5em;
  line-height: 1.4;
}

.section p {
  margin-bottom: 0;
  line-height: 1.8;
}

.section em.line {
  background: none;
  color: #CA4376;
  border-bottom: 2px solid #DB4980;
  padding-bottom: 6px;
}

.section ul {
  margin-left: 1em;
  line-height: 1.6;
}

.section ul li {
  text-indent: -18px;
  margin-left: 15px;
  margin-bottom: .5em;
}

.section ul li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: #2DA1C5;
  border-radius: 50%;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.contactBtn {
  /*background: #2DA1C5;*/
  background: #55C4E7;
  color: #23395D !important;
}

.contactBtn:hover {
  background: #F5F060;
}

.dlBtn {
  background: #DB4980;
}

.dlBtn:hover {
  background: #F5F060;
}

.cta__btn.newBtn span {
  margin-right: 20px ;
}

.cta__btn.newBtn .new {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 0.25em 0.8em;
  margin-right: 8px;
  margin-top: -3px;
  color: #DB4980;
  background: #F5F060;
  vertical-align: middle;
  word-break: break-word;
  overflow-wrap: break-word;
}

.cta__btn.newBtn:hover .new {
  color: #FFF;
  background: #23395D;
}

.cta__btn {
  border-radius: 50px;
  color: #FFF;
  font-family: "SST Japanese Pro Bold";
  text-align: center;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: relative;
  -webkit-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.cta__btn:visited {
  color: #FFF;
}

.cta__btn span {
  position: relative;
  -webkit-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
}

.cta__btn::after {
  content: "";
  background: url(/service/cc/asset/img/icon_arrow.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.cta__btn.contactBtn::after {
  background: url(/service/cc/asset/img/icon_arrow_blue.svg) no-repeat;
}

.cta__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #F5F060;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 50px;
  overflow: hidden;
}

.cta__btn:hover {
  -webkit-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
  transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
  text-decoration: none;
  overflow: hidden;
}

.cta__btn:hover span {
  color: #23395D;
}

.cta__btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.cta__btn:hover::after {
  right: 24px;
  background: url(/service/cc/asset/img/icon_arrow_blue.svg) no-repeat;
}

.cta {
  background: url(/service/cc/asset/img/img_cta_bg_sp.jpg) center/cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 0;
}

.cta__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  column-gap: 20px;
     row-gap: 18px;
}

.cta__title {
  color: #FFF;
  font-size: 3rem !important;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.25em;
}

.cta > .section__inner {
  padding: 0 20px;
}

.hero {
  background: #DB4980;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.hero .section__inner {
  width: auto;
  position: relative;
  margin: auto;
}

.hero.-a {
  background: #DB4980 url(/service/cc/asset/img/img_kv_A_bg.png) center top -230px no-repeat;
}

.hero__body {
  position: relative;
}

.hero__title {
  color: #FFF !important;
  font-size: 5rem !important;
  font-family: "SST Japanese Pro Bold";
  line-height: 1.3;
  text-align: left !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  max-width: 520px;
  background: url(/service/cc/asset/img/logo_cc_2line_white.png) left top/contain no-repeat;
  background-size: 480px auto;
  height: 100px;
}

.hero__catch {
  color: #FFF;
  font-size: 3rem;
  font-family: "SST Japanese Pro Bold";
  line-height: 1.6 !important;
  margin: 30px 0;
}

.hero__catch span {
  color: #F5F060;
}

.hero__catch span.small {
  color: #FFF;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.hero__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  padding: 0 20px;
  margin-top: 30px;
}

.hero__btn .dlBtn {
  background: #FFF;
  color: #DB4980;
}

.hero__btn .dlBtn::after {
  background: url(/service/cc/asset/img/icon_arrow_pink.svg) no-repeat;
}

.hero__btn .dlBtn:hover {
  background: #F5F060;
}

.hero__btn .dlBtn:hover::after {
  background: url(/service/cc/asset/img/icon_arrow_blue.svg) no-repeat;
}

.news {
  background: #FFF;
  position: relative;
  padding: 100px 0 110px;
}

.news h2.title {
  white-space: nowrap;
}

.news .section {
  padding: 40px 0 120px;
}

.news .section__title {
  margin: 0;
  text-align: left;
}

.news .section__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  max-width: 904px;
}

.news__list {
  width: 100%;
  display: block;
}

.news__date {
  vertical-align: middle;
}

.news__category {
  border: 1px solid #333;
  font-size: 1.3rem;
  vertical-align: middle;
  padding: 0.4em 0.8em;
  margin-left: 16px;
}

.news__itemBody {
  margin: 8px 0 0;
  position: relative;
}

.news__itemBody a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #DB4980;
  border-right: 3px solid #DB4980;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
}

.iconBlank {
  width: 12px;
  height: 10px;
  vertical-align: middle;
  margin-top: -0.15em;
  padding-left: 8px;
  margin-right: 8px;
}

.about {
  background: #DCDCDC;
  position: relative;
  font-family: "SST Japanese Pro Bold";
}

.about h2.title {
  width: 90%;
  margin: 60px auto 80px;
}

.about .section {
  padding: 40px 0 120px;
}

.about .section__title {
  margin: 0;
  text-align: left;
}

.about .section__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1024px;
}

.about__body {
  position: relative;
  margin: 0 10px 40px;
}

.about__image {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  height: auto;
}

.about__title {
  text-align: left !important;
  margin-bottom: 1em;
}

.about__p em.line {
  color: #B82059;
  border-bottom: 2px solid #B82059;
}

.about__p + p {
  margin-top: 1em;
}

.about .card__image {
  padding: 6px 0 6px;
}

.about .card__image img {
  width: 190px;
}

.about .card__text {
  position: relative;
  padding: 10px 30px 20px;
}

.about .card__title {
  color: #23395D;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  letter-spacing: -.03em;
}

.about .card__title b {
  font-size: 2.6rem;
  font-weight: 400;
}

.customize {
  background: #23395D;
  position: relative;
  overflow: hidden;
}

.customize::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 122px 0 122px;
  border-color: #DCDCDC transparent transparent transparent;
  z-index: 1;
}

.customize h2.-large {
  color: #F5F060;
}

.customize h2.-large em {
  color: #F5F060;
}

.customize h2.-large em.line.show::before {
  border-bottom: 24px solid #DB4980;
}

.customize h2 + p {
  color: #FFF;
  margin-bottom: 2em;
}

.customize__wrapper::before {
  content: "";
  background: url(/service/cc/asset/img/img_customize_bg.png) center top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 1 !important;
  background-attachment: fixed;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.customize__wrapper picture {
  display: block;
  width: 100%;
  position: relative;
  margin: -80px auto;
  z-index: 0;
}

.customize__wrapper picture::before {
  content: "";
  background: url(/service/cc/asset/img/img_customize_01_bg.png) left top no-repeat;
  position: absolute;
  top: 107px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 840px;
  height: 840px;
  -webkit-animation: rotate-anime 60s linear infinite;
          animation: rotate-anime 60s linear infinite;
  z-index: -1;
}

.customize__wrapper picture img {
  z-index: 1;
}

.customize__body {
  max-width: 910px;
  margin: 0 auto 100px;
}

.customize__item {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-left: 6px solid #DB4980;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.customize__item:nth-child(1) .customize__title::before {
  background: url(/service/cc/asset/img/img_customizeNum_01.svg) no-repeat;
}

.customize__item:nth-child(2) .customize__title::before {
  background: url(/service/cc/asset/img/img_customizeNum_02.svg) no-repeat;
}

.customize__item:nth-child(3) .customize__title::before {
  background: url(/service/cc/asset/img/img_customizeNum_03.svg) no-repeat;
}

.customize__item:nth-child(4) .customize__title::before {
  background: url(/service/cc/asset/img/img_customizeNum_04.svg) no-repeat;
}

.customize__item:nth-child(5) .customize__title::before {
  background: url(/service/cc/asset/img/img_customizeNum_05.svg) no-repeat;
}

.customize__title {
  font-size: 2.1rem !important;
  font-family: "SST Japanese Pro Bold";
  color: #FFF;
  text-align: left !important;
  line-height: 1.4;
  margin: .25em 0 .25em;
}

.customize__title::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 20px;
}

.customize__title span {
  background: #FFF;
  color: #DB4980;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  display: inline;
  vertical-align: middle;
  padding: .5em 1em;
}

.customize__text {
  color: #FFF;
  width: 100%;
}

.function {
  position: relative;
  padding: 20px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: inherit;
}

.function::before {
  content: "";
  background: url(/service/cc/asset/img/img_illust_01.png) center bottom/cover no-repeat;
  position: absolute;
  bottom: -50px;
  left: -54px;
  width: 85px;
  height: 213px;
}

.function::after {
  content: "";
  background: url(/service/cc/asset/img/img_illust_02.png) center bottom/cover no-repeat;
  position: absolute;
  right: -70px;
  bottom: -50px;
  width: 200px;
  height: 213px;
}

.function__body {
  padding: 20px 10px;
}

.function h3.title {
  margin-bottom: 2.5em;
}

.function__item {
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.function__item:nth-of-type(n+2) {
  border-left: 1px dotted #CCC;
}

.function__item:nth-of-type(3) {
  border-left: none;
}

.function__item .box.-col2 .box__item {
  width: calc(50% - 4px);
  margin-bottom: 0 !important;
}

.speedy__body {
  background: #FFF;
}

.speedy p.sp img {
  max-width: 400px;
  width: 100%;
}

.cases {
  background: #DCDCDC;
}

.cases.section {
  padding: 60px 0 120px;
  margin-top: -60px;
}

.cases.section .section__title {
  margin: 60px auto 80px;
}

.cases__wrapper {
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
}

.cases h3.title {
  border: none;
  color: #DB4980;
  text-align: left;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

.cases h3.title::before {
  content: "";
  background: url(/service/cc/asset/img/img_casesTitle_bg.png) left/cover no-repeat;
  position: absolute;
  top: -30px;
  left: 0;
  width: 75px;
  height: 51px;
  z-index: -1;
}

.cases h4.title {
  color: #333;
  font-size: 1.8rem;
  text-align: left;
  text-indent: -59px;
  padding-left: 59px;
  margin-bottom: 12px;
}

.cases h4.title span {
  background: #333;
  color: #FFF;
  font-size: 1.3rem;
  font-family: "SST Japanese Pro Bold";
  border-radius: 50px;
  padding: .5em .75em;
  margin-right: 8px;
}

.cases h4:nth-child(3) {
  margin-top: 20px;
}

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

.cases dl dt {
  background: #FCECF2;
  font-size: 1.5rem;
  font-family: "SST Japanese Pro Bold";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #DCDCDC;
  text-align: center;
  width: 13%;
  padding: 15px;
}

.cases dl dd {
  width: 37%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #DCDCDC;
  padding: 15px;
}

.cases dl dd span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.6;
}

.dl-sample {
  background: #23395D;
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 80px 0;
}

.dl-sample h2.-large {
  color: #F5F060;
}

.dl-sample h2.-large em {
  color: #F5F060;
}

.dl-sample h2.-large em.line.show::before {
  border-bottom: 24px solid #DB4980;
}

.dl-sample__body {
  background: #FFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 40px 70px;
  position: relative;
}

.dl-sample__body::before {
  content: "";
  background: url(/service/cc/asset/img/img_illust_03.png) center bottom/cover no-repeat;
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 85px;
  height: 213px;
}

.dl-sample__body p:nth-child(1) {
  text-align: left;
  margin-bottom: 1em;
}

.dl-sample__sample {
  display: table;
  font-size: 1.3rem;
  font-family: "SST Japanese Pro Bold";
  color: #FFF;
  background: #333;
  border-radius: 20px;
  padding: 0 1em;
  margin: 0 auto;
}

.dl-sample__slider-box {
  border: 1px solid #D8D8D8;
  background: #FFF;
  position: relative;
  margin-top: 8px;
  margin-bottom: 40px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dl-sample .swiper-button-prev {
  width: 50px;
  height: 38px !important;
  border: 1px solid #D8D8D8;
  border-radius: 30px 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -25px;
  background: #FFF !important;
  left: calc(50% - 49px) !important;
  bottom: -20px;
  top: auto;
}

.dl-sample .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 38px;
  right: 3px;
}

.dl-sample .swiper-button-prev::after {
  content: "";
  z-index: 5;
  width: 7px !important;
  height: 7px !important;
  border-top: 2px solid #DB4980 !important;
  border-left: 2px solid #DB4980 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dl-sample .swiper-button-next {
  width: 50px;
  height: 38px !important;
  border: 1px solid #D8D8D8;
  border-radius: 0 30px 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -25px;
  background: #FFF !important;
  right: calc(50% - 50px) !important;
  bottom: -20px;
  top: auto;
}

.dl-sample .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 38px;
  right: 3px;
}

.dl-sample .swiper-button-next::after {
  content: "";
  z-index: 5;
  width: 7px !important;
  height: 7px !important;
  border-top: 2px solid #DB4980 !important;
  border-right: 2px solid #DB4980 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
  a:hover img {
    opacity: .85;
  }
  .headerNav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 0;
  }
  .headerNav__list > li > a:hover::before {
    left: 0;
    width: 100%;
  }
  .headerNav .headerNav__contact a {
    margin-right: 10px;
  }
  .card {
    margin-bottom: 60px;
  }
  .card.-col2 .card__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 14px);
  }
  .section__titleJa {
    font-size: 5.4rem;
  }
  .section h2.title {
    font-size: 3.5rem;
  }
  .section h2.section__title {
    font-size: 4.4rem;
  }
  .section h2.section__title span {
    font-size: 1.4rem;
    width: 140px;
    margin: 1em auto 0;
  }
  .section h2 b {
    font-size: 4.4rem;
  }
  .section h3 {
    font-size: 2.4rem;
  }
  .section h3.title {
    font-size: 3rem;
  }
  .section h4 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 1em;
  }
  .cta__btn {
    font-size: 2.4rem;
    line-height: 3.5;
    max-width: 455px;
    width: 100%;
    height: 84px;
  }
  .cta__btn:nth-of-type(3) {
    margin-left: 0;
  }
  .cta {
    padding: 100px 0;
    background: url(/service/cc/asset/img/img_cta_bg.jpg) center/cover;
  }
  .hero .section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero__kv {
    max-width: 725px;
  }
  .hero__body {
    width: 1190px;
    margin: 40px auto 100px;
  }
  .hero__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hero__text {
    margin-left: 2vw;
  }
  .news h2.title {
    font-size: 4.4rem;
    margin: 0px 80px 0px 0px !important;
  }
  .news .section__title {
    margin: 0 0 40px 60px;
  }

  .about h2 img {
    max-width: 640px;
    margin: 0 auto;
  }
  .about .section__title {
    margin: 0 0 40px 60px;
  }
  .about__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 904px;
    margin: 0 auto 100px;
  }
  .about__image {
    margin: 0;
  }
  .about__text {
    width: 58vw;
  }
  .about__p {
    line-height: 2.2 !important;
  }
  .about .card__image {
    padding: 16px 0 8px;
  }
  .about .card__text {
    padding: 16px 64px 40px;
  }
  .customize h2 + p {
    font-size: 1.5rem;
    text-align: center;
  }
  .customize__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 60px 15px 40px;
  }
  .customize__title {
    font-size: 2.6rem !important;
    line-height: 1.8;
    width: 840px;
  }
  .customize__title span {
    margin: 0 0 0 .5em;
  }
  .function {
    padding: 50px 60px 80px;
    max-width: 1024px;
    margin: 0 auto;
  }
  .function__body {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .function__item {
    width: 50%;
    padding: 0 22px;
  }
  .function__item:nth-child(n+3) {
    width: 33.33333%;
    margin-top: 40px;
  }
  .speedy p:nth-of-type(1) {
  font-family: "SST Japanese Pro Bold";
    text-align: center;
  }
  .cases__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
  }
  .cases__item {
    max-width: 750px;
    margin: 0 0 0 auto;
  }
  .cases h3.title {
    font-size: 2.4rem;
    padding: 0 1em 0 1.5em;
  }
  .cases dl dt:nth-of-type(-n+2) {
    border-top: 1px solid #DCDCDC;
  }
  .cases dl dd:nth-of-type(-n+2) {
    border-top: 1px solid #DCDCDC;
  }
  .dl-sample .section__inner {
    max-width: 980px;
  }
  .dl-sample__body p:nth-child(1) {
    text-align: center;
    margin-bottom: 2em;
  }
  .dl-sample__slider-box {
    width: 750px;
  }
  .dl-sample .swiper-slide img {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  body {
    margin: 0;
  }
  .headerNav__cc {
    height: 16px;
  }
  .headerNav__list > li {
    margin-right: 1.5vw;
  }
  .headerNav__list > li > a {
    font-size: 1rem;
    padding: 31px 0;
  }
  .headerNav .headerNav__contact a {
    font-size: 1rem;
    width: 100px;
    min-width: 100px;
    padding: 8px 0px;
    margin-right: 8px;
  }
  .headerNav .headerNav__dl a {
    font-size: 1rem;
    width: 100px;
    min-width: 100px;
    padding: 8px 0px;
    margin: 25px 0 24px;
  }
  .cta__btn {
    /*font-size: 1.8rem;
    line-height: 4.5;*/
  }
  .cta .cta__btn {
    margin: 0;
  }
  .about__body {
    display: block;
    margin: 0 auto 100px;
  }
  .about__image {
    margin: 0 auto;
  }
  .about__title {
    text-align: center !important;
  }
  .about__text {
    text-align: center;
    width: 100%;
    margin: 30px auto 0;
  }
  .customize__title span {
    margin: 0 0 0 .5em;
  }
  .cases__wrapper {
    display: block;
  }
  .cases h3.title {
    margin: 30px auto;
  }
}

@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
  body {
    min-width: 0;
    font-size: 1.4rem;
    overflow: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #page {
    overflow: hidden;
  }
  .gHd__inner {
    height: 50px;
    /*padding: 0 20px;*/
  }
  .gHd__sony a {
    width: 84px;
    /*height: auto;*/
  }
  .gHd__sonyGroup {
    display: none;
  }
  .header.fixed {
    position: fixed;
    width: 100%;
  }
  .headerNav {
    display: block;
    height: auto;
    padding-bottom: 0;
  }
  .headerNav nav {
    position: absolute;
    height: 0;
    overflow: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
  }
  .headerNav nav.active {
    visibility: visible;
  }
  .headerNav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    border-top: 1px solid #e8e8e8;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  }
  .headerNav__list > li {
    width: 100%;
    margin-right: auto;
    background: white;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .headerNav__list > li > a {
    font-size: 1.4rem;
    padding: 22px 25px;
  }
  .headerNav__list > li > a::before {
    content: none;
  }
  .headerNav__list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .headerNav__cc {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 22.095px;
    height: 70px;
    padding: 24px 0;
    margin: 0 auto 0 20px;
    width: 100%;
  }
  .headerNav__cc a {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 370px;
    max-width: 80%;
  }
  .headerNav__cc a img {
    height: auto;
    margin-left: 0;
  }
  .headerNav .headerNav__contact {
    width: calc(100% - 40px);
    border-bottom: 0;
    padding: 40px 20px 10px;
  }
  .headerNav .headerNav__contact a {
    font-size: 1.6rem;
    width: 100%;
    padding: 16px 10px;
    margin-right: 0;
  }
  .headerNav .headerNav__contact a::after {
    content: "";
    background: url(/service/cc/asset/img/icon_arrow_blue.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border: none;
    -webkit-transform: none;
            transform: none;
  }
  .headerNav .headerNav__contact a span {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .headerNav .headerNav__dl {
    width: calc(100% - 40px);
    border-bottom: 0;
    padding: 10px 20px 40px;
  }
  .headerNav .headerNav__dl a {
    font-size: 1.6rem;
    width: 100%;
    padding: 16px 10px;
    margin: 0;
  }
  .headerNav .headerNav__dl a::after {
    content: "";
    background: url(/service/cc/asset/img/icon_arrow.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border: none;
    -webkit-transform: none;
            transform: none;
  }
  .headerNav .headerNav__dl a span {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .sp-globalNav {
    display: block;
  }
  .sp-globalNav__title {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
  }
  .sp-globalNav__btn {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 10px 0;
    padding: 0;
    background: transparent;
    border: 0;
    line-height: 1;
    font-size: 1rem;
    text-indent: -999em;
    outline: none;
  }
  .sp-globalNav__btn::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 15px;
    width: 20px;
    height: 1px;
    background: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .sp-globalNav__btn::after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 15px;
    width: 20px;
    height: 1px;
    background: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .is-firstView .sp-globalNav__btn::after {
    background: #000;
  }
  .sp-globalNav__btn span {
    display: block;
  }
  .sp-globalNav__btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 1px;
    background: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .sp-globalNav__btn.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
  }
  .sp-globalNav__btn.active::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
  }
  .sp-globalNav__btn.active span::before {
    left: 70%;
    opacity: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .card__item {
    margin-bottom: 20px;
  }
  .box {
    margin-bottom: 1.5em;
  }
  .box.-col2 .box__item {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .box.-col3 .box__item {
    width: 100%;
  }
  p.small, small {
    margin-bottom: 1.5em;
  }
  .section {
    padding: 60px 0;
  }
  .section__inner {
    width: auto;
    padding: 0 15px;
  }
  .section__title {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .section h2.-large {
    line-height: 1.4;
    margin: 20px 0 30px !important;
  }
  .section h2.-large em {
    font-size: 3rem;
  }
  .section h2.-large em.line.show::before {
    border-width: 16px;
  }
  .section em.line {
    padding-bottom: 2px;
  }
  .cta__btn.newBtn span {
    margin-right: 25px;
  }
  .cta__btn.newBtn .new {
    padding: 0.15em 0.5em;
    margin-right: 5px;
    font-size: 1.1rem;
  }
  .cta__btn {
    font-size: 1.6rem;
    line-height: 4;
    width: 100%;
    height: 62px;
  }
  .cta__btn::after {
    right: 20px;
  }
  .cta__btn:hover::after {
    right: 16px;
  }
  .cta__title {
    font-size: 2.1rem !important;
    margin-bottom: 1em;
  }
  .hero {
    padding: 20px 0 40px;
  }
  .hero__kv {
    display: block;
    max-width: 600px;
    margin: 20px auto 0px;
  }
  .hero__title {
    text-align: center !important;
    margin: auto;
    background: url(/service/cc/asset/img/logo_cc_2line_white.png) center center/contain no-repeat;
    width: 85%;
  }
  .hero__catch {
    font-size: 2.1rem;
    text-align: center;
    margin: 10px 0 0;
  }
  .hero__catch span.small {
    font-size: 1.3rem;
  }
  .hero__btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: .5em;
  }
  .news {
    padding: 20px 0 40px;
  }
  .news .section__inner {
    display: block;
    width: auto;
  }
  .news__itemBody a::after {
    content: none;
  }
  .about {
    padding: 60px 0 20px;
  }
  .about .section__inner {
    width: auto;
  }
  .about__title {
    margin-bottom: 0.5em;
  }
  .about__p {
    text-align: left;
    line-height: 2 !important;
  }
  .about .card__title {
    font-size: 2rem;
  }
  .about .card__title b {
    font-size: 2.2rem;
  }
  .customize {
    padding: 60px 0 100px;
  }
  .customize::before {
    top: -50px;
  }
  .customize h2.-large em.line.show::before {
    border-bottom: 16px solid #DB4980;
  }
  .customize__wrapper picture {
    margin: -40px auto;
  }
  .customize__wrapper picture::before {
    background: url(/service/cc/asset/img/img_customize_01_bg_sp.png) center top/cover no-repeat;
    width: 100%;
    height: 100%;
    top: 13%;
  }
  .customize__body {
    padding: 20px 10px;
  }
  .customize__title span {
    margin: 0 .5em 0 0;
  }
  .textLink a::before {
    top: calc(50% - 3px);
  }
  .function::before {
    left: 0;
    width: 43px;
    height: 107px;
  }
  .function::after {
    right: -10px;
    width: 100px;
    height: 107px;
  }
  .function h3.title {
    margin-bottom: .5em;
  }
  .function h4.title {
    padding-left: .5em;
  }
  .function__item:nth-child(n+3) {
    margin-bottom: 1.5em;
  }
  .function__item:nth-of-type(n+2) {
    border-left: none;
    border-top: 1px dotted #CCC;
    padding-top: 20px;
  }
  .cases h3.title {
    padding: 0;
    font-size: 2rem;
    margin: 30px auto;
  }
  .cases h3.title::before {
    left: -50px;
  }
  .cases dl {
    border-top: 1px solid #DCDCDC;
  }
  .cases dl dt {
    width: 100%;
    display: block;
    padding: 4px 10px;
    text-align: left;
  }
  .cases dl dd {
    width: 100%;
    display: block;
    padding: 8px 10px;
  }
  .step img {
    max-width: 222px;
  }
  .dl-sample h2.-large em.line.show::before {
    border-bottom: 16px solid #DB4980;
  }
  .dl-sample__body {
    padding: 40px 30px;
  }
  .dl-sample__body::before {
    top: -95px;
    right: 10px;
    bottom: auto;
    width: 43px;
    height: 107px;
  }
  .dl-sample__sample {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  body {
    margin: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .box.-border .box__item ul {
    width: 100%;
  }
  .dl-sample__slider-box {
    min-width: 750px;
    height: 100%;
  }
  .dl-sample__slider-box img {
    min-height: 530px;
  }
}

/*# sourceMappingURL=cc.css.map */
