@charset "UTF-8";
/*----------------------------------------------------
  base (styling element directly contain reset style)
----------------------------------------------------*/

/* --------------------------------------------------
     TOP
-------------------------------------------------- */
.cases .card__text {
  position: relative;
  padding: 40px 40px 40px;
}

.cases .card__image {
  padding-top: 60px;
}

.cases .card__image img {
  width: 200px;
}

.card a.card__item:hover {
  -webkit-box-shadow: 0 6px 30px rgb(0 0 0 / 25%);
  box-shadow: 0 6px 30px rgb(0 0 0 / 25%);
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cases .card__text h3.title {
    border: none;
    color: #DB4980;
    text-align: left;
    position: relative;
    white-space: normal;
    z-index: 1;
    margin: 0;
}
@media screen and (max-width: 1024px) {
.cases .card__text h3.title {
    margin: 20px 0;
}}
@media screen and (max-width: 768px) {
.cases .card__text h3.title::before {
    left: 0;
}}
@media screen and (min-width: 769px) {
.cases .card__text h3.title {
    font-size: 2.4rem;
    padding: 0 1em 0 1em;
}}

.cases .card__text h4.title {
    color: #333;
    font-size: 1.8rem;
    text-align: left;
    text-indent: 0;
    padding-left: 0;
    margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
.cases .card__text h4.title {
    padding: 1em 0 0 1.5em;
}}

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


/* --------------------------------------------------
     breadcrumb
-------------------------------------------------- */
.breadcrumbArea.HeaderArea {
  background-color: #DB4980;
  padding: 20px 0;
  border-top: 1px solid #E580A6;
  line-height: 1.2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.breadcrumbArea nav {
  width: 1190px;
  padding: 0 25px;
  margin: auto;
}

.breadcrumbArea nav ol {
  display: flex;
  margin: 0;
  padding: 0;
}
.breadcrumbArea nav ol li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  white-space: nowrap;
  position: relative;
}
.breadcrumbArea nav ol li::after {
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #FFF;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: -18px;
  padding-left: 0;
}
.breadcrumbArea nav ol li + li {
  margin: 0 10px 0 18px;
}
.breadcrumbArea nav ol li:last-child::after {
  content: none;
}
.breadcrumbArea nav ol li a {
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
}
.breadcrumbArea nav ol li a:hover {
    color: #F5F060;
}

@media screen and (max-width: 1280px) {
  .breadcrumbArea.HeaderArea {
    padding: 15px;
  }
  .breadcrumbArea nav {
    width: auto;
    display: table;
    padding: 0;
    width: 100%;
  }
}


/* --------------------------------------------------
     cases.article
-------------------------------------------------- */
.sectionHeader {
    background: #DB4980;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-bottom: 0 !important;
}

.sectionHeader.-cases {
    background: #DB4980 url(/service/cc/asset/img/img_customize_bg.png) left top -150px no-repeat;
}

.sectionHeader__inner {
    padding: 40px 15px;
}
@media screen and (min-width: 769px) {
.sectionHeader__inner {
    position: relative;
    max-width: 1024px;
    margin: auto;
    padding: 60px 25px 60px;
}}
.sectionHeader.-cases .sectionHeader__text {
    width: auto;
}
.sectionHeader__tag {
    border: 1px solid #FFF;
    color: #FFF;
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    padding: 0.4em 0.8em;
    margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
.sectionHeader__tag {
    display: block;
}}

.sectionHeader__lead {
    color: #FFF;
    font-size: 2.4rem;
    font-family: "SST Japanese Pro Bold";
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.sectionHeader__lead {
    text-align: center;
    font-size: 1.8rem;
}}

.sectionHeader__title {
    color: #FFF;
    font-size: 4rem;
    font-family: "SST Japanese Pro Bold";
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
.sectionHeader__title {
    text-align: center;
    font-size: 2.4rem;
}}

.sectionHeader__titleSub {
    color: #23395D;
    background: #F5F060;
    border-radius: 50px;
    font-family: "SST Japanese Pro Bold";
    font-weight: normal;
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    padding: 0.4em 3em;
}
@media screen and (max-width: 768px) {
.sectionHeader__titleSub {
    width: 100%;
    padding: 0.5em 0;
}}

.article {
    background: #DCDCDC;
    position: relative;
    padding: 100px 0 60px;
}

@media screen and (max-width: 768px) {
.article {
    padding: 60px 0 50px;
}}

.article__miniBody {
    border-radius: 20px;
    position: relative;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: inherit;
    background: #FFF;
    -webkit-box-shadow: 0 6px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 6px 30px rgb(0 0 0 / 10%);
    margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
.article__miniBody {
    padding: 60px 90px;
    max-width: 1024px;
    margin: 0 auto 30px;
}}

.articleDetail {
    margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
.articleDetail {
    margin-bottom: 70px;
}}
.articleDetail:last-child  {
    margin-bottom: 0;
}

.article__body {
    border-radius: 20px;
    position: relative;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: inherit;
    background: #FFF;
    -webkit-box-shadow: 0 6px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 6px 30px rgb(0 0 0 / 10%);
}
@media screen and (min-width: 769px) {
.article__body {
    padding: 80px 90px;
    max-width: 1024px;
    margin: 0 auto;
}}

.company__item {
    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;
}
@media screen and (max-width: 768px) {
.company__item  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    flex-direction: column;
}}

.company__logo {
    width: 240px;
    margin: auto;
}
@media screen and (max-width: 768px) {
.company__logo {
    width: 200px;
}}

.company__logo + .company__text {
    margin-left: 60px;
}
@media screen and (max-width: 768px) {
.company__logo + .company__text {
    margin-left: 0px;
}}

.company__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FFF;
    border: none;
    margin-bottom: 0;
}
.dl.-style01 dt {
    width: 15%;
    border-top: none;
    font-size: inherit;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
.dl.-style01 dt {
    width: 23%;
}}

.dl dt {
    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: flex-start;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.3em 0;
    margin: 0 !important;
}
.dl.-style01 dd {
    width: 85%;
    border-top: none;
}
@media screen and (max-width: 768px) {
.dl.-style01 dd {
    width: 77%;
}}

.dl dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.3em 0 0 0.8em;
}

.media__item {
    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;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
.media__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 25px;
    flex-direction: column;
}}

.media.-imgR .media__text {
    margin-right: 30px;
}
@media screen and (max-width: 768px) {
.media.-imgR .media__text {
    margin-right: 0;
}}

.media__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.profile__image {
    width: 150px;
    margin: auto;
}

#page .mb10 {
    margin-bottom: 10px;
}

#top .centerText, #top .t-center, #top .imgC, #top .txtC {
    text-align: center;
}

.article p.small, small {
    font-size: 80%;
    width: 100%;
    margin-bottom: 0;
}

.article p {
    margin-bottom: 40px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
.article p {
    margin-bottom: 25px;
}}

.articleDetail p:last-child  {
    margin-bottom: 0;
}

.article em.pink {
    color: #DB4980;
    font-family: "SST Japanese Pro Bold";
    font-weight: normal;
    font-style: initial;
}

.articleBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.articleBox.-border {
    border-radius: 20px;
    border: 6px solid #E7E7E8;
    padding: 40px 50px;
}
@media screen and (max-width: 768px) {
.articleBox.-border {
    padding: 20px;
}}

ol.list.-brackets {
  counter-reset: item;
  list-style-type: none !important;
  margin-left: 0;
  margin-bottom: 0;
}

ol.list.-brackets li {
  list-style-type: none !important;
  font-family: "SST Japanese Pro Bold";
  font-weight: normal;
  margin-bottom: 5px;
  text-indent: -2em;
  padding-left: 2em;
}

  ol.list.-brackets li::before {
    counter-increment: item;
    content: "";
    padding-right: 2em;
    background: url(/service/cc/asset/img/img_customizeNum_01.svg) no-repeat;
    position: relative;
    display: inline-block;
    height: 22px;
    vertical-align: middle;
  }
  ol.list.-brackets li:nth-child(2)::before {
    background: url(/service/cc/asset/img/img_customizeNum_02.svg) no-repeat;
  }
  ol.list.-brackets li:nth-child(3)::before {
    background: url(/service/cc/asset/img/img_customizeNum_03.svg) no-repeat;
  }
  ol.list.-brackets li:nth-child(4)::before {
    background: url(/service/cc/asset/img/img_customizeNum_04.svg) no-repeat;
  }
  ol.list.-brackets li:nth-child(5)::before {
    background: url(/service/cc/asset/img/img_customizeNum_05.svg) no-repeat;
  }

.articleBox__title {
    color: #FFF;
    background: #23395D;
    border-radius: 50px;
    font-family: "SST Japanese Pro Bold";
    font-weight: normal;
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    padding: 0.4em 3em;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
.articleBox__title {
    width: 100%;
    padding: 0.5em 0;
}}

.title.-style01 {
    margin-bottom: 25px;
    padding: 10px 0 10px 20px;
    border-left: 6px solid #2DA1C5;
    font-size: 2.4rem;
    font-family: "SST Japanese Pro Bold";
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    color: #23395D;
    border-bottom: none;
}
@media screen and (max-width: 768px) {
.title.-style01 {
    margin-bottom: 25px;
    padding: 8px 0px 8px 20px;
    font-size: 2rem;
}}

.title.-style02 {
    margin-bottom: 25px;
    padding: 0 0 0 30px;
    line-height: 1.4;
    font-size: 2rem;
    font-family: "SST Japanese Pro Bold";
    font-weight: normal;
    color: #23395D;
    background: #FFF;
    border-left: none;
}
@media screen and (max-width: 768px) {
.title.-style02 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}}

.title.-style02::before {
    content: "";
    position: relative;
    margin-right: 10px;
    left: -30px;
    top: 14px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #2DA1C5;
}


/* --------------------------------------------------
     cases.aside
-------------------------------------------------- */
.aside {
    display: block;
    padding: 0 0 1px;
    background: #DCDCDC;
    padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
.aside {
    padding-bottom: 60px;
}}

@media screen and (min-width: 769px) {
.aside__inner {
    position: relative;
    width: auto;
    max-width: 1024px;
    margin: auto;
    padding: 0 25px 0;
}}
@media screen and (max-width: 768px) {
.aside__inner {
    width: auto;
    padding: 0 15px;
}}

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

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

.pager.col2 .pager__item {
    width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
.pager.col2 .pager__item {
    width: calc(50% - 10px);
}}

.pager__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;
    color: #333;
    margin-bottom: 50px;
}

.pager a {
    color: #333;
    font-weight: 500;
}
.pager a:visited {
    color: #333;
}
.pager a::before, 
.pager a::after {
    content: none;
}
.pager__next {
    text-align: left;
    margin-right: auto;
}

.pager__prev {
    text-align: right;
    margin-left: auto;
}

.pager__next::after {
    display: block;
    background-color: #DB4980;
    content: "";
    height: 2px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px;
}

.pager__prev::after {
    display: block;
    background-color: #DB4980;
    content: "";
    height: 2px;
    position: absolute;
    top: 30px;
    right: 0;
    width: 100px;
}

.headLine {
    display: block;
    font-style: normal;
    font-family: "SST Japanese Pro Bold";
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1;
    color: #DB4980;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.headLine {
    margin-bottom: 30px;
}}

.blackBtn {
    background: #333;
}

.blackBtn:hover {
    background: #F5F060;
}



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