@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
:root {
  --color-blue: #1E2978;
  --color-yellow: #f1672b;
  --background-rgba: linear-gradient(90.07deg, #F68121 -0.48%, #F86E54 100.22%);
}

html, body {
 	/*font-size: 10px !important;*/
 	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: Roboto, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, nc3Jp, sans-serif, Meiryo;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none !important;
  color: #000;
}

img,
a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

button, img, input, select {
  outline: none !important;
}

td td, td th, td p, td li, dd dd, dd dt, dd p, dd li, li dd, li dt, li li, li p {
  font-size: 16px;
}

dd, dt, td, th, li, p {
  font-size: 15px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (device-aspect-ratio: 2 / 3) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="tel"], input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="tel"], input[type="url"] {
    font-size: 16px;
  }
}
.main-visual .main-visual_list {
  background-color: #1f2879;
  padding-bottom: 10px;
  padding-top: 10px;
	z-index: 999;
	position: relative;
}

.main-visual .main-visual_list > ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-visual .main-visual_list ul li figure {
  max-width: 177px;
  max-height: 90px;
  width: 100%;
  object-fit: contain;
}

.main-visual .main-visual_list ul li figure {
  text-align: center;
}

.main-visual .main-visual_list ul li figure img {
  margin: 0 auto;
  max-height: 90px;
  height: 100%;
  object-fit: cover;
}

.main-visual .main-visual_list ul li .main-visual_list_text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px dotted #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  max-width: 177px;
  width:100%;
    padding-top: 15px;
  margin:0 auto;
}

.main-visual .main-visual_list ul li .main-visual_list_text p {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.main-visual .main-visual_list ul li .main-visual_list_text p strong {
  color: #ac2020;
  display: block;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.6rem;
}

.main-visual .main-visual_list ul li .main-visual_list_text p strong span {
  font-size: 4rem;
}

.main-visual .main-visual_list ul li .main-visual_list_text p strong b {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .main-visual .main-visual_list ul {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .main-visual .main-visual_list ul li + li {
    margin-left: 9px;
  }

  .main-visual .main-visual_list ul li figure {
    width: 127px;
  }

  .main-visual .main-visual_list ul li .main-visual_list_text {
    height: 60px;
    width: 127px;
  }

  .main-visual .main-visual_list ul li .main-visual_list_text p {
    font-size: 1.1rem;
  }

  .main-visual .main-visual_list ul li .main-visual_list_text p strong {
    font-size: 1.8rem;
  }

  .main-visual .main-visual_list ul li .main-visual_list_text p strong span {
    font-size: 2.8rem;
  }

  .main-visual .main-visual_list ul li .main-visual_list_text p strong b {
    font-size: 1.6rem;
  }
}
.top-case-study {
  background-image: url(../assets/images/bg02.png);
  padding-bottom: 80px;
  padding-top: 80px;
}

.top-case-study:before {
  display: none;
}

.top-case-study_inner {
  position: relative;
  z-index: 5;
}

.section-title > h2 > p {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}

.layout-header .layout-header_inner {
  max-width: none !important;
}

.main-visual .main-visual_inner h1 {
  position: relative;
  height: auto;
}

.main-visual .main-visual_inner h1 .btn-custom {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 325px;
  max-width: 100%;
  height: 35px;
  line-height: 35px;
}

.main-visual .main-visual_inner h1 img {
  display: block;
  max-width: 100%;
}

.btn-custom {
  min-width: 300px;
  height: 55px;
  text-align: center;
  background: var(--color-blue);
  font-size: 16px;
  color: #fff;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 20px;
  font-weight: bold;
}

.btn-custom:hover {
  opacity: 0.7;
}

.btn-custom:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #fff;
  color: #000;
  font-size: 12px;
  display: block;
}

.m-auto {
  margin: 0 auto !important;
  margin-top: 50px !important;
}

.site-slider-1 ul li a {
  display: block;
  background-color: #fff;

  width: auto;
}
.site-slider-1 ul li a dl{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  }
.site-slider-1 ul li a dl dt,
.site-slider-1 ul li a dl dd{
  width:49%;
}

.main-visual .site-slider-1 ul {
  display: block;
  margin: 0 -10px;
}

.main-visual .site-slider-1 ul li {
  padding: 0px 10px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 9;
  background: none;
  outline: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}

.slick-prev {
  left: -35px;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next {
  right: -35px;
}

.slick-next:before {
  content: "\f054";
}

.site-ecweb {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-404{
  padding:30px 20px;
  line-height: 2em;
}
.site-404 img{
  display: block;
  margin:0 auto;
}

.title {
  text-align: center;
  margin-bottom: 20px;
}

.title h1 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.title p{
  font-size:30px;
	font-weight: bold;
}

.slick-logo .items img {
  display: block;
  width: 100%;
  height: 150px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.site-ecweb {
  overflow: hidden;
}

.loop_css1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.loop_css1 .items {
  min-width: 70vw;
  width: 100%;
  height: 100%;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loop_css1 .items .item {
  width: 100%;
}

.loop_css1 .items .item img {
  width: 100%;
}

.loop_css1 .items:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.loop_css1 .items + .items {
  -webkit-animation: loop2 50s  linear infinite;
  animation: loop2 50s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.top-case-study_caroucel {
  padding-left: 0;
  padding-right: 0;
}

.top-case-study_title {
  margin-bottom: 30px;
}

.study_icon {
  margin-bottom: 50px;
}

.top-case-study_caroucel .heading {
  width: 89%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.top-case-study_caroucel .heading:before {
  display: none;
}

.study_icon .items ul {
  min-height: 110px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.study_icon .items ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13pt;
  color: #000;
  margin-bottom: 20px;
}

.study_icon .items ul li:last-child {
  margin-bottom: 0;
}

.study_icon .items ul li img {
  width: 20px;
}

.study_icon .items ul li span {
  padding-left: 5px;
}

.heading {
  text-align: left;
  font-size: 18pt;
  font-weight: bold;
  color: var(--color-blue);
  border-left: 5px solid var(--color-blue);
  padding-left: 10px;
  margin-bottom: 40px;
  position: relative;
}

.heading:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-blue);
}

.title-box {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-blue);
  margin-bottom: 15px;
}

.top-service .top-service_map ul li:first-child .js-sp-toggle-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-service .top-service_map ul li:first-child .js-sp-toggle-box li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  margin-top: 0;
  margin-bottom: 8px;
}

.top-service .top-service_map ul li:first-child .js-sp-toggle-box li:nth-child(2n+2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.top-service .top-service_map > ul > li .top-service_map_box > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.top-service .top-service_map > ul > li .top-service_map_box > ul > li {
  font-size: 10pt;
}

.top-service .top-service_map > ul > li .top-service_map_box > ul > li > a:before {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  max-width: 22px;
}

.top-service .top-service_map > ul > li.top-service_map_hospitality .top-service_map_box ul {
  padding-left: 30px;
}

.top-service .top-service_map > ul > li.top-service_map_hospitality .top-service_map_box > p {
  padding-left: 30px;
}

.top-service .top-service_map > ul > li.top-service_map_hospitality .top-service_map_box {
  left: 170px;
}

.top-service {
  padding: 100px 0px;
}

.top-service .btn-custom {
  background: #fff;
  color: var(--color-blue);
  margin: 0 auto;
  margin-top: 50px;
  font-weight: bold;
}

.top-service .btn-custom:before {
  background: var(--color-blue);
  color: #fff;
}

.top-partner .top-partner_title > h2 {
  font-size: 14pt;
}
.top-partner .top-partner_title > h2 br.sp{
  display: none;
}

.top-voice .top-voice_inner > ul > li .top-voice_list_catch {
  background-color: #D0D9DD;
  color: var(--color-blue);
  text-align: center;
  position: relative;
}

.top-voice .top-voice_inner > ul > li .top-voice_list_catch:before {
  display: none;
}

.top-voice .top-voice_inner > ul > li .top-voice_list_catch p {
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
  padding: 10px 0px;
}

.top-voice .top-voice_inner > ul > li .top-voice_list_catch p strong {
  border-bottom: 2px solid #B22D2D;
  color: #B22D2D;
  display: inline-block;
  font-size: 2.2rem;
  margin-left: 0.3em;
  padding-bottom: 3px;
    margin-bottom: 0;
}

.top-voice .top-voice_inner > ul > li .top-voice_list_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-voice .top-voice_inner > ul > li .top-voice_list_catch dt,
.top-voice .top-voice_inner > ul > li .top-voice_list_catch dd{
  width:50%;
}
.top-voice .top-voice_inner > ul > li .top-voice_list_catch .img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
  background: #fff;
  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;
}

.top-voice .top-voice_inner > ul > li .top-voice_list_catch img {
  display: block;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 50px;
}

.top-voice .top-voice_inner > ul > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-whitepaper .top-webly_title {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;*/
  display: block;
  width: 350px;
  margin-left: auto;
}

.top-whitepaper:before {
  display: none;
}

.top-whitepaper:after {
  background: url(../assets/images/bg02.png);
  content: "";
  height: 100%;
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
}

.top-whitepaper_inner {
  position: relative;
  z-index: 5;
}

.top-section-content {
  padding: 50px 0px 20px;
  text-align: center;
  /*border-top: 1px solid #000;*/
}

.top-section-content p {
  margin-bottom: 0;
  font-size: 250%;
  font-weight: bold;
  color: var(--color-blue);
  line-height: 1.5;
}

.top-consulting .top-consulting_box {
  background: none;
  height: auto;
  padding: 40px;
}

.top-consulting .top-consulting_box .top-consulting_box_btn {
  text-align: center;
}

.top-consulting .top-consulting_box .top-consulting_box_btn a > span > svg {
  fill: var(--color-blue);
  width: 50px;
}

.top-consulting .top-consulting_tel > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-consulting .top-consulting_tel > p svg {
  width: 30px;
  fill: #fff;
  margin-right: 10px;
}

.top-consulting {
  height: auto;
  padding: 50px 0px;
}

.title-step {
  font-size: 200%;
  text-align: center;
  padding: 20px 0px;
  background: #E7E8F0;
  border-left: 10px solid var(--color-blue);
  margin-bottom: 50px;
}

.layout-header {
  position: -webkit-sticky;
  position: sticky;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* スクロール時のみ背景色を白に */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* 少し影をつけて浮いている感を出す */
    z-index: 1000;
}

.layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact a,
.top-consulting .top-consulting_box .top-consulting_box_btn a.theme-orange {
  background-color: #b30000;
}

.layout-header_inner_helper ul li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 47px;
}

.layout-header_inner_helper ul li a svg {
  margin-right: 10px;
}

.layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact {
  margin-left: 5px;
}

.layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact a, .top-consulting .top-consulting_box .top-consulting_box_btn a.theme-orange {
  border: 1px solid #b30000;
}

.top-consulting .top-consulting_box .top-consulting_box_text > h2 {
  display: none;
}

.top-information .top-information_news ul li a {
  padding: 18px 0 24px;
}

.layout-container {
  padding-top: 0;
}

#breadcrumbs {
  background: var(--color-blue);
}
#breadcrumbs p {
  color: #fff;
  margin-bottom: 0;
}
#breadcrumbs p a {
  color: #fff;
}

.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > h3 {
  font-size: 18px;
  min-height: 70px;
}

.top-voice .top-voice_inner > ul > li > a > figure {
  position: relative;
  padding-bottom: 45%;
  overflow: hidden;
  display: block;
    margin: 0;
}
.top-voice .top-voice_inner > ul > li > a > figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-section-content{
    padding:25px 0;
  }
  .main-visual .main-visual_inner h1 .btn-custom {
    position: relative;
    top: 0;
    width: 100%;
  }

  .main-visual .site-slider-1 ul {
    margin: 0;
  }

  .main-visual .site-slider-1 ul li {
    padding: 0;
    margin: 0;
  }

  .main-visual .main-visual_list ul li + li {
    margin: 0;
  }

  .main-visual .main-visual_list ul li dl dt,
  .main-visual .main-visual_list ul li dl dd{
    flex-grow: 1;
  }
  .main-visual .main-visual_list ul li dl dt figure{
    margin:0 auto;
  }

  .main-visual .main-visual_inner {
    border-bottom: 1px solid #fff;
  }

  .site-slider-1 ul li a {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 90%;
    margin: 0 auto;
  }

  .site-ecweb {
    padding: 50px 0px;
  }

  .title{
    margin:20px auto;
  }
  .title h1 {
    font-size: 200%;
    line-height: 1.5;
  }
  .title p{
    font-size:200%;
    line-height: 1.3;
  }

  .slick-logo .items img {
    height: 50px;
    -o-object-fit: auto;
       object-fit: auto;
  }

  .top-case-study {
    padding: 50px 0px;
  }

  .study_icon {
    padding: 0px 15px;
  }

  .study_icon .col-md-8 .items .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .study_icon .items ul {
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;
    height: auto;
  }

  .m-carousel .m-carousel_slide {
    width: 250px;
  }

  .top-service {
    padding: 50px 0px;
  }

  .top-service .top-service_map ul li:first-child .js-sp-toggle-box li,
  .top-service .top-service_map ul li:first-child .js-sp-toggle-box li:nth-child(2n+2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .top-service .top-service_map ul li:first-child .js-sp-toggle-box {
    padding: 15px;
  }

  .top-service .top-service_map > ul > li .top-service_map_box > ul > li > a:before {
    max-width: 22px;
    width: 22px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    height: 22px;
  }

  .top-service .top-service_map > ul > li .top-service_map_box > ul > li > a:before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .top-service .top-service_map > ul > li .top-service_map_box > ul > li > a {
    padding-left: 10px;
  }

  .top-service .top-service_map > ul > li .top-service_map_box {
    padding-top: 30px;
  }

  .title-box {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 100%;
  }

  .top-service .top-service_map > ul > li.top-service_map_hospitality .top-service_map_box > p {
    padding-left: 15px;
  }

  .top-service .top-service_map > ul > li.top-service_map_hospitality .top-service_map_box ul,
  .top-service .top-service_map > ul > li .top-service_map_box > ul {
    padding: 15px;
  }

  .top-voice .top-voice_inner > ul > li {
    max-width: 50%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .top-voice .top-voice_inner > ul > li .top-voice_list_catch{
    min-height:inherit;
  }
  .top-voice .top-voice_inner > ul > li .top-voice_list_catch{
    flex-wrap: wrap;
    flex-direction:column;
  }
  .top-voice .top-voice_inner > ul > li .top-voice_list_catch dt,
  .top-voice .top-voice_inner > ul > li .top-voice_list_catch dd{
    width:100%;
  }

  .top-whitepaper .top-webly_title {
    padding-right: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }

  .top-section-content p {
    padding: 15px;
    font-size: 150%;
  }

  .top-consulting .top-consulting_box .top-consulting_box_text {
    display: none;
  }

  .top-consulting .top-consulting_box {
    padding: 15px;
  }

  .top-consulting .top-consulting_box .top-consulting_box_btn ul {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
  }
  .top-consulting .top-consulting_box .top-consulting_box_btn ul li{
    margin:0 auto;
  }

  .top-consulting .top-consulting_box:before {
    display: none;
  }

  .top-consulting .top-consulting_box .top-consulting_box_btn a > span > svg {
    width: 30px;
  }

  .top-consulting .top-consulting_tel > p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .layout-header .layout-header_spcontact > a svg, .layout-header .layout-header_sptel > a svg {
    width: 25px;
  }

  .layout-header .layout-header_spcontact > a, .layout-header .layout-header_sptel > a {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .page-advantage .container {
    max-width: 1110px;
  }
}
.layout-header_navigation {
  margin-left: auto;
}

#wrapper {
  margin: 0;
  padding: 0;
}

#breadcrumbs {
  padding: 10px 0px;
  text-align: left;
  margin-top: 0;
}

#breadcrumbs {
  margin-top: 0 !important;
}

#breadcrumbs p {
  max-width: 100%;
  width: 100%;
  padding: 0px 30px;
}

.site-banner {
  min-height: 220px;
  background: rgb(242,242,242);
background: linear-gradient(45deg, rgba(242,242,242,1) 0%, rgba(231,231,231,1) 33%, rgba(173,173,173,1) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-banner h1,
.site-banner h2 {
    font-size: 46px;
    text-align: left;
    font-weight: bold;
    line-height: 1.1;
    color: #1F2879;
}

.site-banner p {
	font-size: 20px!important;
    margin-top: 20px;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
}
.site-banner h1 span,
.site-banner h2 span{
  font-size: 30px;
}
.site-banner p.d-block,
.site-banner p.d-block{
  font-size:30px!important;
  color: #1F2879;
  margin-top: 0;
}

.page-advantage .site-ecweb {
  background: #f5f5f5;
  padding: 30px 0px;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  text-align: center;
}
.page-advantage .content-top {
  padding: 50px 0px 80px;
}
.page-advantage .content-top .text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 50px;
}
.page-advantage .text_bottom .items {
  min-height: 200px;
  border-top: 2px solid var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  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;
  text-align: center;
}
.page-advantage .text_bottom .items p {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-blue);
  line-height: 1.5;
}
.page-advantage .text_bottom .items p strong{
  background: linear-gradient(0deg, #FFFF36 25%, transparent 25%) no-repeat 0 100%;
    background-size: auto 2em;
    display: inline-block;
    padding-bottom: 2px;
	background-position-y : -13px;
}

h4.tsutyomi_h4 {
    margin-top: 40px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-indent: 1em;
}

.page-advantage .text_bottom {
  max-width: 900px;
  margin: 0 auto;
}
.page-advantage .top-consulting .top-consulting_box .top-consulting_box_btn {
  text-align: center;
}
.page-advantage .btn-custom {
  color: #fff !important;
}
.page-advantage .items-mid {
  margin-bottom: 80px;
}
.page-advantage .items-mid:nth-child(2n+2) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-advantage .items-mid p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0;
  text-align: justify;
}
.page-advantage .title-step {
  text-align: left;
  font-weight: bold;
  padding-left: 30px;
}
.page-advantage .content-mid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
  margin-top: 30px;
}
.page-advantage .content-mid ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0px 10px;
  height: 100%;
}
.page-advantage .content-mid ul li span {
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 5px;
  display: block;
}
.page-advantage .content-mid ul li span small {
  font-size: 12px;
  font-weight: 400;
    white-space: nowrap;
}
.page-advantage .site-content .content-mid .btn-custom {
  margin-top: 50px !important;
}
.page-advantage .site-content {
  border-bottom: none;
  padding-bottom: 50px;
}
.page-advantage .cms-head {
  font-size: 28px;
  position: relative;
  font-weight: bold;
  margin-bottom: 57px;
  border-bottom: 2px solid #1F2879;
  padding: 17px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.page-advantage .cms-head:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid #1f2879;
  border-width: 17px 12px;
  border-color: #1F2879 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.page-advantage .content-bottom {
  padding-top: 30px;
}
.page-advantage .content-bottom .items {
  margin-bottom: 50px;
}
.page-advantage .content-bottom .items:nth-child(3n+3) .row {
  /*-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;*/
          flex-direction: row;
}
.page-advantage .content-bottom .items .tl {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 20px;
  background: var(--color-blue);
}
.page-advantage .content-bottom .items .text {
  height: 100%;
  padding: 30px;
  border: 2px solid #ccc;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-advantage .content-bottom .items .text:after {
  display: none;
}
.page-advantage .content-bottom .items .text p {
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}
.page-advantage .content-bottom .at {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}
.page-advantage .content-bottom .at h3 {
  margin-bottom: 10px;
}
.page-advantage .content-bottom .content {
  padding: 30px 30px;
  background: #e4e4e4;
  margin-top: 10px;
	margin-bottom: 20px;
}
.page-advantage .content-bottom .content h4 {
  font-size:16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-advantage .content-bottom .content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-advantage #breadcrumbs {
  margin-top: 0;
}

.page-voice .sidebar-dropdown {
  max-width: 100%;
  text-align: left;
}
.page-voice .sidebar-dropdown h3 {
  background: #EAEEF1;
  margin-bottom: 20px;
}
.page-voice .sidebar-dropdown h3 span {
  display: block;
  font-size: 18px;
  padding: 15px;
  width: 100%;
  background: var(--color-blue);
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.page-voice .sidebar-dropdown ul li:last-child span {
  border-bottom: 1px solid #EAEEF1;
}
.page-voice .sidebar-dropdown ul li span,
.page-voice .sidebar-dropdown ul li > a,
.page-archive .sidebar-dropdown ul li span,
 .page-archive .sidebar-dropdown ul li > a{
  display: block;
  padding: 15px 15px;
  border-top: 1px solid #EAEEF1;
  font-size: 16px;
  color: #000;
  position: relative;
  cursor: pointer;
}
.page-voice .sidebar-dropdown ul li > a:hover {
  color: var(--color-blue);
}
.page-voice .sidebar-dropdown ul li span.js-dropdown:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-voice .sidebar-dropdown ul li span.js-dropdown.active:after {
  content: "-";
}
.page-voice .sidebar-dropdown .sub-menu {
  border-top: 1px solid #EAEEF1;
  padding: 5px 0px;
  display: none;
}
.page-voice .sidebar-dropdown .sub-menu li a {
  padding: 15px;
  font-size: 14px;
  color: #000;
  display: block;
  text-decoration: none !important;
}
.page-voice .sidebar-dropdown .sub-menu li a:hover {
  background: #EAEEF1;
}
.page-voice .site-voice {
  padding: 50px 0px;
  padding-bottom: 100px;
}
.site-newsrelease{
  padding: 50px 0px;
  padding-bottom: 100px;
}

.site-contact {
  padding: 100px 0px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.site-contact p {
  font-size: 100%;
  margin-bottom: 1rem;
}
.site-contact #wpcf7cpcnf th p{
  display: inline-block;
  padding: 4px 8px;
  color:#fff;
  background:#333;
}
.site-contact #wpcf7cpcnf th:nth-child(2) p{
  background:none;
}

.contact-content p {
  font-size: 125%;
  line-height: 1.7;
  margin-bottom: 1rem;
    text-align: justify;
    word-break: break-all;
}

.site-contact .row-custom {
  margin: 0px -10px;
}

.site-contact .col-custom {
  padding: 0px 10px;
}

.box {
  margin-top: 50px;
}

.box .title-box {
  background: #EAEEF1;
  margin-bottom: 20px;
}

.box .title-box span {
  display: block;
  font-size: 20px;
  padding: 15px;
  width: 90%;
  background: var(--color-blue);
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.box .items h4 {
  text-align: center;
  font-size: 16px;
  color: #333;
  background: #f7f7f7;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.box p {
  line-height: 1.5;
  margin-top: 20px;
}

.c-border {
  margin-top: 50px;
  border: 1px solid #333;
  padding: 30px;
}

.c-border .title-bold {
  margin-bottom: 30px;
}

.c-border img {
  margin: 0 auto;
  max-width: 100%;
}

.contact-form table {
  display: table;
  width: 100%;
}

.contact-form tr td {
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  border: 0;
  position: relative;
    padding: 0;
}

.contact-form tr td:nth-child(1) {
  min-width: 160px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: 100%;
    padding: 0;
}

.contact-form tr td sup {
  color: #c90000;
  font-size: 20pt;
  position: absolute;
  top: 0;
  padding-left: 5px;
}

.contact-form .form-control {
  height: auto;
  border-radius: 0;
  border-color: #000;
  background: #fff;
  padding:8px 8px 8px 15px;
  font-size: 100%;
  color: #333;
}
.contact-form input[type="text"],
.contact-form select{
  height:40px;
}
.contact-form textarea{
  width: 100%;
	height: 100px;    border-color: #000;
    border-radius: 0;
    border: 1px solid #000;
    background: #fff;
    padding: 8px 8px 8px 15px;
}
.contact-form textarea:focus{ outline:4px solid rgb(179,213,248);
  border: 1px solid #000;    border-radius: 0;
}

.contact-form .textarea {
  vertical-align: top;
}

.contact-form select.form-control {
  height: 50px !important;
}

.contact-form textarea.form-control {
  height: 250px;
}

.contact-form {
  background: none;
  padding: 10px 20px;
}

.contact-form .content {
  padding: 30px;
  height: 213px;
  overflow: auto;
  position: relative;
  background: #fff;
  margin-bottom: 30px;
}

.contact-form .content .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}

.contact-form .content .text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1rem;
    text-align: justify;
    word-break: break-all;
}

.check {
  margin-bottom: 30px;
}

.check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}

.check input {
  width: 25px;
  height: 25px;
  background: #fff;
}

.check span {
  padding-left: 15px;
}

.contact-form .btn-custom {
  width: 100%;
  background: #b41214;
  max-width: 100%;
  border: 0;
  outline: none;
  color:#fff;
}

.contact-form .btn-custom:before {
  display: none;
}

.contact-form .btn-custom-edit {
  min-width: 300px;
    height: 55px;
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0px 20px;
    font-weight: bold;
  width: 100%;
  background: #fff;
  max-width: 100%;
  border: 1px solid #1F2879;
  outline: none;
  color:#1F2879;
  margin-bottom: 20px;
}

.contact-form td,.contact-form tr {
    display: block;
}

.contact-form {
    padding: 0!important;
}
.floating__banner {
  top: 60%;
  /*-webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);*/
  right: 0;
  position: fixed;
}

.floating__banner a {
  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;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #b30000;
  padding: 20px 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
    width: 40px;
}

.floating__banner a span {
  display: block;
  padding-top: 5px;
}

.floating__banner a:hover {
  opacity: 0.7;
}

.sidebar-dropdown {
  max-width: 100%;
  text-align: left;
}

.sidebar-dropdown h3 {
  background: #EAEEF1;
  margin-bottom: 20px;
}

.sidebar-dropdown h3 span {
  display: block;
  font-size: 18px;
  padding: 15px;
  width: 100%;
  background: var(--color-blue);
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.sidebar-dropdown ul li:last-child span {
  border-bottom: 1px solid #EAEEF1;
}

.sidebar-dropdown ul li span {
  display: block;
  padding: 15px 15px;
  border-top: 1px solid #EAEEF1;
  font-size: 16px;
  color: #000;
  position: relative;
  cursor: pointer;
}

.sidebar-dropdown ul li span.js-dropdown:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
    color: #8e8f8f;
    font-weight: normal;
}

.sidebar-dropdown ul li span.active:after {
    content: "ー";
    color: #8e8f8f;
    font-size: 18px;
    font-weight: bold;
}

.sidebar-dropdown .sub-menu {
  border-top: 1px solid #EAEEF1;
  padding: 5px 0px;
  display: none;
}

.sidebar-dropdown .sub-menu li a {
  padding: 15px;
  font-size: 14px;
  color: #000;
  display: block;
  text-decoration: none !important;
}

.sidebar-dropdown .sub-menu li a:hover {
  background: #EAEEF1;
}

.page-service .opacity-inner,
.page-service .opacity-inner-title {
  text-align: center;
}
.page-service .mv {
  padding: 50px 0px;
  margin-bottom: 50px;
    max-height: 300px;
}
.page-service .header {
  max-width: 100%;
  width: 100%;
  padding: 0px 30px;
}
.page-service .header .top-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-service .banner-area-text {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
    line-height: 1.2em;
}
.page-service .banner-area-text p {
  font-size: 30px;
}
.page-service .point .success-reason-head {
  font-weight: bold;
}
.page-service .page-content {
  max-width: 100%;
  margin: 0;
}
.page-service .page-content .link-btn-wrap {
  margin-bottom: 50px;
}
.page-service .page-content .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.page-service .list-description img {
  width: 100%;
  max-width: 30%;
  border-radius: 20px;
    height: auto;
}
.page-service .list-description {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-service .seo-success-example {
  background: none;
}
.page-service .list-description p {
  font-size: 16px;
    line-height: 1.7;
}
.page-service .point .content {
  padding: 0px 30px;
}
.page-service .content-ul li {
  margin-bottom: 25px;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-service .content-ul li:before {
  content: "";
  width: 25px;
  height: 25px;
  border: none;
  background-color: #fff;
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  background-image: url("../../../assets/images/ppc/icon.svg");
  min-width: 25px;
}


.page-service .content-ul2 li:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #E99E00;
  background-color: #fff;
  display: inline-block;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23E99E00' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
	min-height: 25px;
}
.page-service .down {
  text-align: center;
  margin: 50px 0px;
}
.page-service .down span {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #E7E8F0;
  display: block;
  margin: 0 auto;
}
.page-service .content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.page-service .content_text .img img {
  width: 130px;
}
.page-service .content_text .text {
  padding-left: 15px;
}
.page-service .content_text .text p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
}
.page-service .content-box h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-service .content-box ul li {
  font-size: 18px;
  margin-bottom: 10px;
}
.page-service .content-step {
  margin-top: 100px;
}
.page-service .title-step {
  font-size: 24px;
  text-align: center;
  padding: 20px 0px;
  background: #E7E8F0;
  border-left: 10px solid var(--color-blue);
  margin-bottom: 50px;
}
.page-service .content-step .pd-step {
  padding: 0px 30px;
}
.page-service .step .number {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid var(--color-blue);
    text-align: center;
    line-height: 46px;
    font-size: 120%;
    color: var(--color-blue);
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
}
.page-service .step .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-service .step .text h4 {
  font-size: 150%;
  color: #E99E00;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.page-service .step .text p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: bold;
}
.page-service .step .down span {
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 100px solid var(--color-blue);
}
.page-service .content-dl .items {
  margin-bottom: 50px;
}
.page-service .content-dl .items h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.page-service .content-dl .items p {
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.page-service .list-whynot .items {
  position: relative;
  margin-bottom: 30px;
}
.page-service .list-whynot .items .img {
  width: 150px;
  height: 150px;
  border: 2px solid var(--color-blue);
  background: #fff;
  text-align: center;
  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;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.page-service .list-whynot .items .img img {
  width: 70px;
}
.page-service .list-whynot .items .text {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 85px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-service .list-whynot .items .text h3,
.page-service .list-whynot .items .text h4 {
  background: var(--color-blue);
  border-radius: 10px;
  padding: 10px 0px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 80px;
  width: 95%;
  position: relative;
  z-index: 5;
  margin-bottom: -20px;
}
.page-service .list-whynot .items .text h3 span,
.page-service .list-whynot .items .text h4 span {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.page-service .list-whynot .items .text .text-p {
  padding: 20px 0px;
  padding-left: 80px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-top: 40px;
}
.page-service .list-whynot .items .text .text-p p {
  margin-bottom: 0;
  line-height: 1.5;
}
.page-service .case-nh-custom ul {
  margin: 0px -10px;
}
.page-service .case-nh-custom ul li .tag-pic-wrap .case-img-icon {
  height: auto;
}
.page-service .case-nh-custom ul li .tag-pic-wrap {
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.page-service .case-nh-custom ul li .tag-pic-wrap img {
  margin: 0;
  max-width: 100px;
}
.page-service .case-nh-custom ul li .tag-pic-wrap .case-img-icon {
  margin: 0;
  display: block;
}
.page-service .case-nh-custom ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  margin-right: 0;
  padding: 0px 10px;
}
.page-service .layout-header .layout-header_inner .layout-header_inner_helper > ul > li {
  font-size: 18px;
}
.page-service .layout-header .layout-header_inner .layout-header_inner_helper > ul > li > a {
  min-width: 180px;
  padding: 0px 10px;
  width: 100%;
}
.page-service .link-btn-wrap a {
  position: relative;
  width: 25%;
  max-width: 400px;
  height: 54px;
  margin-right: 1%;
  padding: 0px 0;
  font-size: 14px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  text-align-last: center;
  background: #1F287A;
  display: flex;
  -webkit-transition: all .3s;
  transition: all .3s;
    align-items: center;
    justify-content: center;
}
.page-service .link-btn-wrap a:hover {
  color: #fff;
  opacity: 0.7;
}
.page-service .banner-area {
  font-size: 25px;
}
.page-service a:hover {
  opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none !important;
}
.page-service .w-100 {
  width: 100%;
}
.page-service .d-block {
  display: block;
}
.page-service .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-service .col, .page-service .col-1, .page-service .col-10, .page-service .col-11, .page-service .col-12, .page-service .col-2, .page-service .col-3, .page-service .col-4, .page-service .col-5, .page-service .col-6, .page-service .col-7, .page-service .col-8, .page-service .col-9, .page-service .col-auto, .page-service .col-lg, .page-service .col-lg-1, .page-service .col-lg-10, .page-service .col-lg-11, .page-service .col-lg-12, .page-service .col-lg-2, .page-service .col-lg-3, .page-service .col-lg-4, .page-service .col-lg-5, .page-service .col-lg-6, .page-service .col-lg-7, .page-service .col-lg-8, .page-service .col-lg-9, .page-service .col-lg-auto, .page-service .col-md, .page-service .col-md-1, .page-service .col-md-10, .page-service .col-md-11, .page-service .col-md-12, .page-service .col-md-2, .page-service .col-md-3, .page-service .col-md-4, .page-service .col-md-5, .page-service .col-md-6, .page-service .col-md-7, .page-service .col-md-8, .page-service .col-md-9, .page-service .col-md-auto, .page-service .col-sm, .page-service .col-sm-1, .page-service .col-sm-10, .page-service .col-sm-11, .page-service .col-sm-12, .page-service .col-sm-2, .page-service .col-sm-3, .page-service .col-sm-4, .page-service .col-sm-5, .page-service .col-sm-6, .page-service .col-sm-7, .page-service .col-sm-8, .page-service .col-sm-9, .page-service .col-sm-auto, .page-service .col-xl, .page-service .col-xl-1, .page-service .col-xl-10, .page-service .col-xl-11, .page-service .col-xl-12, .page-service .col-xl-2, .page-service .col-xl-3, .page-service .col-xl-4, .page-service .col-xl-5, .page-service .col-xl-6, .page-service .col-xl-7, .page-service .col-xl-8, .page-service .col-xl-9, .page-service .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.page-service .layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact > a,
.page-service .top-consulting .top-consulting_box .top-consulting_box_btn a.theme-orange {
  background-color: #b30000;
}
.page-service .top-consulting .top-consulting_box .top-consulting_box_btn {
  text-align: center;
  font-weight: bold;
}
.page-service .layout-header_inner_helper ul li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 47px;
}
.page-service .layout-header_inner_helper ul li a svg {
  margin-right: 10px;
}
.page-service .layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact {
  margin-left: 5px;
}
.page-service .layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact > a, .page-service .top-consulting .top-consulting_box .top-consulting_box_btn a.theme-orange {
  border: 1px solid #b30000;
}
.page-service .layout-header .layout-header_inner .layout-header_inner_helper {
  position: relative;
  bottom: 0;
  right: 0;
}
.page-service .header .top-line_right {
  padding-top: 0;
}
.page-service .hnav .gnav > li > a {
  display: block;
  padding: 0;
  padding-bottom: 20px;
  color: #000;
}
.page-service .hnav .single_menu, .page-service .hnav .gnav_menu01, .page-service .hnav .gnav_menu02, .page-service .hnav .gnav_menu03, .page-service .hnav .gnav_menu04, .page-service .hnav .gnav_menu05 {
  border: 0;
}
.page-service .layout-header .gnav {
  margin-top: 20px;
}
.page-service .layout-header {
  position: relative;
  height: auto;
}
.page-service #breadcrumbs {
  margin-top: 0;
}
.page-service .layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact {
  margin-left: 5px;
}
.page-service .layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact > a, .page-service .top-consulting .top-consulting_box .top-consulting_box_btn a.theme-orange {
  border: 1px solid #b30000;
}
.page-service #wrapper {
  margin-top: 0;
  padding-top: 0;
}
.page-service .layout-header .layout-header_inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-service .header .bottom-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-service .top-consulting .top-consulting_box {
  background: none;
  height: auto;
  padding: 40px;
}
.page-service .top-consulting .top-consulting_box .top-consulting_box_btn a > span > svg {
  fill: var(--color-blue);
  width: 50px;
}
.page-service .top-consulting .top-consulting_tel > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-service .top-consulting .top-consulting_tel > p svg {
  width: 30px;
  fill: #fff;
  margin-right: 10px;
}
.page-service .top-consulting {
  height: auto;
  padding: 50px 0px;
}
.page-service .top-section-content {
  padding: 50px 0px;
  text-align: center;
}
.page-service .top-section-content p {
  margin-bottom: 0;
  font-size: 250%;
  font-weight: bold;
  color: var(--color-blue);
  line-height: 1.5;
}
/*.page-service .mv {
  background-image: url("../images/service/bn.png");
}*/
.page-service .service-overview {
  margin-top: 20px;
}
.page-service .opacity-inner {
  padding: 20px 30px;
}
.page-service .page-wrap {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .page-service .page-wrap {
    padding: 0px 15px;
  }
  .page-service .banner-area-text {
    width: 100%;
    margin: 0 auto;
  }
  .page-service .banner-area-text p {
    font-size: 30px;
  }
  .page-service .list-description p {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .page-service .list-description {
    display: block;
  }
  .page-service .list-description img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .page-service .step .down span {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 50px solid var(--color-blue);
  }
  .page-service .step .text {
    margin-top: 20px;
  }
  .page-service .sidebar-dropdown {
    max-width: 100%;
  }
}
@media screen and (max-width: 549px) {
  .page-service .page-content {
    margin-top: 30px;
  }
  .page-service .banner-area-text {
    width: 100%;
  }
  .page-service .page-content .container {
    max-width: 100%;
    padding: 0px 15px;
  }
}
.content-top .text {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 50px;
}

.page-case .top-section-content {
  padding: 50px 0px;
  text-align: center;
}
.page-case .top-section-content p {
  margin-bottom: 0;
  font-size: 250%;
  font-weight: bold;
  color: var(--color-blue);
  line-height: 1.5;
}
.page-case .top-consulting .top-consulting_box {
  background: none;
  height: auto;
  padding: 40px;
}
.page-case .top-consulting .top-consulting_box .top-consulting_box_btn a > span > svg {
  fill: var(--color-blue);
  width: 50px;
}
.page-case .top-consulting .top-consulting_tel > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-case .top-consulting .top-consulting_tel > p svg {
  width: 30px;
  fill: #fff;
  margin-right: 10px;
}
.page-case .top-consulting {
  height: auto;
  padding: 50px 0px;
}
.page-case .top-consulting .top-consulting_box .top-consulting_box_btn {
  text-align: center;
}
.page-case .site-case-content {
  padding: 50px 0px;
}
.page-case .site-case-content .content {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.page-case .site-case-content .content p {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
}
.page-case .site-case-content p {
  line-height: 1.5;
  margin-bottom: 0;
}
.page-case .site-case-nav {
  margin-bottom: 100px;
}
.page-case .site-case-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-case .site-case-nav ul li {
  padding: 0px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.page-case .site-case-nav ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 20px 10px;
  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;
}
.page-case a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.7;
}
.page-case .site-case-nav ul li a i {
  padding-right: 10px;
}
.page-case .title-main {
  margin-bottom: 50px;
}
.page-case .title-main h2,
.page-archive .title-main h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.page-case .title-main p,
.page-archive .title-main p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 30px;
}
.page-archive .title-main p{
  text-align: right;
  margin-bottom: 20px;
}
.page-case .site-case-section1 {
  margin-bottom: 50px;
}
.page-case .site-case-section1 .items {
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
  margin-bottom: 30px;
}
.page-case .site-case-section1 .items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-case .site-case-section1 .items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(2, 2, 2, 0.3);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.page-case .site-case-section1 .items span {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  z-index: 5;
}
.page-case .site-case-section2 {
  margin-bottom: 50px;
}
.page-case .site-case-section2 .items {
  background: #386EBA;
  padding: 20px;
  margin-bottom: 30px;
}
.page-case .site-case-section2 .items .content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-case .site-case-section2 .items .content img {
  height: 155px;
}
.page-case .site-case-section2 .items .content h3 {
  padding-left: 30px;
  font-size: 30px;
  font-weight: bold;
  color: var(--color-blue);
}
.page-case .site-case-section3 {
  padding-bottom: 100px;
}
.page-case .btn-custom {
  min-width: 300px;
  height: 55px;
  text-align: center;
  background: var(--color-blue);
  font-size: 16px;
  color: #fff !important;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 20px;
}
.page-case .btn-custom:hover {
  opacity: 0.7;
}
.page-case .btn-custom:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #fff;
  color: #000;
  font-size: 12px;
  display: block;
}
.page-case .m-auto {
  margin: 0 auto;
  margin-top: 50px;
}
.page-case .top-section-content {
  border-top: 1px solid #000;
}
.page-case .m-carousel .m-carousel_slide {
  margin: 0px 25px;
  border: 1px solid #000;
}
.page-case a {
  text-decoration: none !important;
}
.page-case .slick-section3 {
  margin: 0px -15px;
}
.page-case .slick-section3 .items {
  padding: 0px 30px;
}
.page-case .slick-section3 .items .img {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}
.page-case .slick-section3 .items .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-case .slick-section3 .items .content {
  border: none;
  padding-bottom: 20px;
}
.page-case .site-case-section3 .items .content1 {
  padding: 20px;
}
.page-case .site-case-section3 .items h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
}
.page-case.pagecase1 .site-case-section3 .items h3
{background:#fff;padding:0;border:none;}

.page-promotion .page-case.pagecase1 .content {
    margin-bottom: 0!important;
}.page-case.pagecase1  .items{ margin-bottom: 0!important;}

.page-case.pagecase1 .site-case-section3 {
    padding-bottom: 0px;
}.page-case.pagecase1 .site-case-section3 .items .content1{padding: 20px 10px;}
.page-case.pagecase1 .slick-section3 .items {
    padding: 0px 10px;
}
.page-case.pagecase1 .site-case-section3 .items .btn-custom{min-width:inherit;width:200px;max-width:100%;}


.page-case .site-case-section3 .items p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
	min-height: 3.5em;
}


.page-case.pagecase1 .site-case-section3 .items p{min-height: 3.1em;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.page-case .site-case-section3 .items .btn-custom {
  margin: 0 auto;
  margin-top: 10px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #000;
  min-width: 200px;
  color: #000 !important;
}
.page-case .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 0;
  border: 0;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  width: 40px;
  height: 74px;
  background: no-repeat 0 0;
  background-size: 100% 100%;
}
.page-case .slick-arrow:focus {
  outline: none;
  border: none;
}
.page-case .slick-prev {
  left: -50px;
  background-image: url(../images/case/left.svg);
}
.page-case .slick-next {
  right: -50px;
  background-image: url(../images/case/right.svg);
}
.page-case .sidebar-dropdown,
.page-archive .sidebar-dropdown {
  max-width: 90%;
}
.page-case .sidebar-dropdown h3,
.page-archive .sidebar-dropdown h3 {
  background: #EAEEF1;
  margin-bottom: 20px;
}
.page-case .sidebar-dropdown h3 span,
.page-archive .sidebar-dropdown h3 span {
  display: block;
  font-size: 20px;
  padding: 15px;
  width: 90%;
  background: var(--color-blue);
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.page-case .sidebar-dropdown ul li:last-child span,
.page-archive .sidebar-dropdown ul li:last-child span {
  border-bottom: 1px solid #EAEEF1;
}
.page-case .sidebar-dropdown ul li span,
.page-archive .sidebar-dropdown ul li span {
  display: block;
  padding: 15px 15px;
  border-top: 1px solid #EAEEF1;
  font-size: 18px;
  color: #000;
  position: relative;
  cursor: pointer;
}
.page-case .sidebar-dropdown ul li span.js-dropdown:after,
.page-archive .sidebar-dropdown ul li span.js-dropdown:after{
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-case .sidebar-dropdown ul li .active:after,
.page-archive .sidebar-dropdown ul li .active:after {
  content: "-";
}
.page-case .sidebar-dropdown .sub-menu,
.page-archive .sidebar-dropdown .sub-menu {
  border-top: 1px solid #EAEEF1;
  padding: 5px 0px;
  display: none;
}
.page-case .sidebar-dropdown .sub-menu li a,
.page-archive .sidebar-dropdown .sub-menu li a {
  padding: 15px;
  font-size: 14px;
  color: #000;
  display: block;
  text-decoration: none !important;
}
.page-case .sidebar-dropdown .sub-menu li a:hover,
.page-archive .sidebar-dropdown .sub-menu li a:hover {
  background: #EAEEF1;
}
.page-case .site-case-beauty {
  padding: 50px 0px;
}
.page-case .ml-auto {
  margin-left: auto;
}
.page-case .the_content .content-bg {
  background: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 30px;
}
.page-case .the_content {
  text-align: justify;
  line-height: 1.5;
  color: #000;
  font-family: var(--font-content);
  font-size: 16px;
}
.page-case .the_content h2,
.page-case .the_content h3,
.page-case .the_content h4 {
  margin-bottom: 20px;
}
.page-case .the_content h1 {
  margin-bottom: 20px;
}
.page-case .the_content p {
    color: #000;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 14px;
}
.page-case .the_content p strong {
    color: #000;
    line-height: 1.7;
    margin-bottom: 5px;
    font-size: 14px;
    display: inline-block;
}
.page-case .the_content p:last-child {
  margin-bottom: 0;
}
.page-case .the_content p.prtext{
  font-size:130%;
  font-weight: bold;
}
.page-case .the_content p a {
  color: var(--color-blue);
}
.page-case .the_content ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 5px;
}
.page-case .the_content ul li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 100%;
}
.page-case .the_content ul li a {
  color: #ff5912;
}
.page-case .the_content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}
.page-case .the_content ol li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 100%;
}
.page-case .the_content ol li a {
  color: #ff5912;
}
.page-case .the_content img {
    max-width: 100%;
}
.sol_img img {
    border: 1px #eee solid;
}
.page-case .the_content .btn-custom {
  padding-right: 80px;
}
.page-case .the_content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}
.page-case .the_content blockquote p {
  margin: 0 !important;
}
.page-case .the_content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: .85rem;
  color: #e83e8c;
  font-size: 100%;
  line-height: 1.5;
}
.page-case .the_content table {
  display: table;
  width: 100%;
}
.page-case .the_content table td {
  vertical-align: middle;
}
.page-case .the_content table > tbody > tr > td,
.page-case .the_content table > tbody > tr > th,
.page-case .the_content table > tfoot > tr > td,
.page-case .the_content table > tfoot > tr > th,
.page-case .the_content table > thead > tr > td,
.page-case .the_content table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 100%;
  line-height: 1.5;
}
.page-case .the_content iframe {
  margin: auto;
}
.page-case .the_content .syntaxhighlighter {
  padding: 10px 0;
}
.page-case .the_content h2 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-left: 10px solid var(--color-blue);
  color: var(--color-blue);
  margin-bottom: 30px;
  padding-left: 20px;
}
.page-case .the_content div {
  margin-bottom: 20px;
}
.page-case .the_content h2.crtvHead {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  color: #fff;
  background: var(--color-blue);
}
.page-case .the_content h3 {
  color: var(--color-blue);
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid var(--color-blue);
  padding-bottom: 10px;
  padding-left: 20px;
  background:none;
}
.page-case .the_content h4 {
  color: var(--color-blue);
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid var(--color-blue);
  padding-bottom: 10px;
  padding-left: 20px;
}
.page-case .site-case-beauty {
  padding-bottom: 100px;
}
.page-case .layout-header .layout-header_inner .layout-header_inner_helper {
  position: relative;
  bottom: 0;
  right: 0;
}
.page-case .header .top-line_right {
  padding-top: 0;
}
.page-case .hnav .gnav > li > a {
  display: block;
  padding: 0;
  padding-bottom: 20px;
  color: #000;
}
.page-case .hnav .single_menu, .page-case .hnav .gnav_menu01, .page-case .hnav .gnav_menu02, .page-case .hnav .gnav_menu03, .page-case .hnav .gnav_menu04, .page-case .hnav .gnav_menu05 {
  border: 0;
}
.page-case .layout-header .gnav {
  margin-top: 20px;
}
.page-case .layout-header {
  position: relative;
}
.page-case #breadcrumbs {
  margin-top: 0 !important;
}
.page-case .layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact > a,
.page-case .top-consulting .top-consulting_box .top-consulting_box_btn a.theme-orange {
  background-color: #b30000;
}
.page-case .layout-header_inner_helper ul li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 47px;
}
.page-case .layout-header_inner_helper ul li a svg {
  margin-right: 10px;
}
.page-case .layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact {
  margin-left: 5px;
}
.page-case .layout-header .layout-header_inner .layout-header_inner_helper > ul > li.is-contact > a, .page-case .top-consulting .top-consulting_box .top-consulting_box_btn a.theme-orange {
  border: 1px solid #b30000;
}
.page-case .single-top {
  margin-bottom: 50px;
}
.page-case .case-single .date {
  display: block;
  text-align: right;
  font-size: 16px;
  margin-bottom: 10px;
}
.page-case .case-single .text p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}
.page-case .case-single .items h4 {
  background: #f5f5f5;
  padding: 5px 10px;
  font-size: 16px;
  color: var(--color-blue);
  margin-bottom: 20px;
}
.page-case .case-single .items ul li {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
  line-height: 1.5;
}
.page-case .case-single .items ul li:last-child {
  border-bottom: 0;
}

.mb-30 {
  margin-bottom: 50px;
}

.site-services-content {
  padding: 50px 0px;
}
.site-services-content .text-center {
  margin-bottom: 50px;
}
.site-services-content .text-center p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #000;
}
.site-services-content .nav-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -5px;
}
.site-services-content .nav-top ul li {
  padding: 0px 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.site-services-content .nav-top ul li a {
  background: var(--color-blue);
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
  position: relative;
}
.site-services-content .nav-top ul li a:hover {
  opacity: 0.7;
}
.site-services-content .nav-top ul li a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
}

.title-s {
  text-align: justify;
	word-break: break-all;
  margin-bottom: 50px;
}
.title-s h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.title-s p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}
.title-s a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.title-s a i {
  color: #ccc;
  padding-right: 10px;
}
p.pimg2 {
    text-align: center;
}

#contents.contents_gaiyo {
	margin: 0 auto;
}

#contents.contents_gaiyo li {
	font-size: 12px;
	line-height: 1.5;
}
.site-services-main .items-services {
  padding-bottom: 30px;
}
.site-services-main .items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-services-main .items .img {
  position: relative;
  overflow: hidden;
  padding-bottom: 74%;
  border: 1px solid #ccc;
}
.site-services-main .items .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-services-main .items h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 12px 0px;
    border-bottom: 2px solid #BCE8E6;
    margin-bottom: 12px;
    text-align: center;
}
.site-services-main .items p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: justify;
}
.site-services-main .items a {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-services-main .items a i {
  color: #ccc;
  padding-right: 10px;
}

.page-services .site-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.page-promotion {
  padding: 55px 0px;
}
.page-promotion .page-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.page-promotion .content {
  margin-bottom: 45px;
}
.page-promotion .content p {
	font-size: 16px;
    line-height: 1.7;
    padding-bottom: 0;
    text-align: justify;
    word-break: break-all;
}

.promotion div:after {
  display: none;
}
.promotion .items {
  margin-bottom: 50px;
}
.promotion .items h2,
.promotion .items h3 {
  background: #ebebeb;
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-blue);
  margin-bottom: 15px;
}
.promotion .items .images {
  position: relative;
  overflow: hidden;
  padding-bottom: 74%;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.promotion .items .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion .items .content-items .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: auto!important;
}
.promotion .items .content-items p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.promotion .items .content-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.promotion .items .content-items a i {
  color: #ccc;
  padding-right: 10px;
}
.promotion .items .content-items ul {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.promotion .items .content-items ul li {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
}

.promotion .items .content-items ul li:last-child {
  margin-bottom: 0;
}

.promotion-news {
  margin-bottom: 50px;
}
.promotion-news .title-s {
  margin-bottom: 30px;
}
.promotion-news .items-news {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.promotion-news .items-news .images {
  position: relative;
  overflow: hidden;
  padding-bottom: 74%;
  border: 2px solid #000;
}
.promotion-news .items-news .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion-news .items-news .content-news {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.promotion-news .items-news .content-news:after {
  display: none;
}
.promotion-news .items-news .content-news h3 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}
.promotion-news .items-news .content-news p {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  color: #B30D23;
}
.promotion-news .items-news .content-news .category a {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #61C1BE;
  font-size: 12px;
  color: #61C1BE;
  padding: 5px 10px;
  border-radius: 5px;
}

.promotion-nav .title-s {
  margin-bottom: 0px;
}
.promotion-nav .nav-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -5px;
}
.promotion-nav .nav-top ul li {
  padding: 0px 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.promotion-nav .nav-top ul li a {
    white-space: nowrap;
  background: #fff;
  display: block;
  font-size: 10px;
  color: #000;
  text-align: center;
  padding: 5px;
  line-height: 1.5;
  position: relative;
  border: 2px solid #ccc;
  height: 100%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-top ul li a:after {
    display: none;
}

.promotion-nav .nav-top ul li a {
    border: none!important;
}

.promotion-nav .nav-top ul li a span {
  direction: block;
  font-size: 11px;
}

.promotion-nav .nav-top ul li a span.box {
    margin-top: 0!important;
}

.promotion-nav .nav-top ul li a span.box {
    margin-top: 0!important;
    border: 1px solid #ccc;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 2px;
    font-size: 16px;
    line-height: 1.2em;
    min-height: 3.4em;
}

.promotion-nav .nav-top ul li a:hover {
  background: #EBEBEB;
  opacity: 0.7;
}
.nav-top-4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -5px;
}
.nav-top-4 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 5px;
}
.nav-top-4 ul li a {
    background: var(--color-blue);
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    line-height: 1.5;
    position: relative;
}
.nav-top-4 ul li a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.promotion .title-pro{
  background: #ebebeb;
    padding: 10px 20px;
    border: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-blue);
    margin-bottom: 20px;
}
.mb-50{margin-bottom: 50px !important;}
.promotion-case .items{
  margin-bottom: 50px;
}
.promotion-case a.itemwrap{
  display: block;
}
.promotion-case .items .content-items .text h3 {
    font-size: 20px;
    font-weight: bold;
    border: 0;
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #000;
}
.promotion-case .items .content-items .text p {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: justify;
    word-break: break-all;
    color:#000;
}
.promotion-case .items .content-items span{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.page-service-uiux .opacity-area .opacity-inner {
  padding: 50px 0px;
}
.page-service-uiux .opacity-area .opacity-inner .opacity-inner-title {
  text-align: center;
  font-size: 50px;
}
.page-service-uiux .opacity-area .opacity-inner p {
  font-size: 20px;
  padding: 0px 20px;
  text-align: center;
  margin-bottom: 0;
}
.page-service-uiux .the_content_custom {
  margin-bottom: 50px;
}
.page-service-uiux .content-ul {
  padding: 0px 30px;
  margin-bottom: 50px;
}

.down-blue {
  text-align: center;
  margin: 50px 0px;
}
.down-blue span {
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 100px solid var(--color-blue);
  display: inline-block;
}

.items-step .items {
  padding: 0px 20px;
}
.items-step .items p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: bold;
}
.items-step .title-color {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
/*.items-step .title-color span {
  font-size: 36px;
  color: red;
}*/
.items-step .content-ul li span {
  width: 100px;
  height: 1px;
  background: #000;
  display: inline-block;
}

.site-uxui-number .text-center {
  margin-bottom: 50px;
}
.site-uxui-number .text-center p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
.site-uxui-number .items {
  background: #ececec;
  padding: 30px 50px;
  margin-bottom: 20px;
	height: 100%;
}
.site-uxui-number .items span {
  font-size: 50px;
  font-weight: bold;
  color: var(--color-blue);
}
.site-uxui-number .items h3 {
  font-size: 20px;
  color: var(--color-blue);
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
.site-uxui-number .items p {
	font-size: 16px;
    text-align: justify;
    word-break: break-all;
}
.site-uxui-number .item2 {
  background: #ececec;
  padding: 30px 50px;
  margin-bottom: 20px;
}
.site-uxui-number .item2 span {
  font-size: 50px;
  font-weight: bold;
  color: var(--color-blue);
}
.site-uxui-number .item2 h3 {
  font-size: 20px;
  color: var(--color-blue);
  font-weight: bold;
  margin-top: 10px;
}
.site-uxui-number .item2 p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
.site-uxui-number .box h4 {
  font-weight: bold;
	font-size: 14px;
  color: #E79C00;
  text-align: center;
  margin-bottom: 20px;
}
.site-uxui-number .box p {
	font-size: 14px;
    text-align: justify;
    word-break: break-all;
}

.the_content_custom {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: var(--font-content);
}
.the_content_custom h2, .the_content_custom h3, .the_content_custom h4 {
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.the_content_custom p {
  color: #000;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.7;
}
.the_content_custom p:last-child {
  margin-bottom: 0;
}
.the_content_custom p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFE000));
  background: linear-gradient(transparent 50%, #FFE000 50%);
}
.the_content_custom p a {
  color: var(--color-blue);
}
.the_content_custom ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 5px;
}
.the_content_custom ul li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 100%;
}
.the_content_custom ul li a {
  color: #ff5912;
}
.the_content_custom ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}
.the_content_custom ol li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 100%;
}
.the_content_custom ol li a {
  color: #ff5912;
}
.the_content_custom blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}
.the_content_custom blockquote p {
  margin: 0 !important;
}
.the_content_custom code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: .85rem;
  color: #e83e8c;
  font-size: 100%;
  line-height: 1.5;
}
.the_content_custom table > tbody > tr > td, .the_content_custom table > tbody > tr > th, .the_content_custom table > tfoot > tr > td, .the_content_custom table > tfoot > tr > th, .the_content_custom table > thead > tr > td, .the_content_custom table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 100%;
  line-height: 1.5;
}
.the_content_custom iframe {
  margin: auto;
}
.the_content_custom .syntaxhighlighter {
  padding: 10px 0;
}

.m-check ul li {
    background: url(../../../images/icon-check_bg.png) no-repeat 0 0;
    font-size: 14px!important;
    font-weight: bold!important;
    line-height: 1.5!important;
    margin-bottom: 5px!important;
    padding-left: 28px!important;
}
.page-service .title-step {
  font-size: 22px;
  text-align: center;
    font-weight: bold;
  padding: 15px 0px;
  background: #E7E8F0;
  border-left: 10px solid var(--color-blue);
  margin-bottom: 50px;
}

.page-service-uiux .content-ul {
    padding: 0px 30px;
    /*max-width: 640px;*/
    margin: 0 auto 50px auto;
}

.page-service .content-ul li  {
    margin-bottom: 25px;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.down-blue {
    text-align: center;
    margin: 50px 0px;
    zoom: 30%;
}

.cms-txt-left {
    text-align: center;
    margin-bottom: 55px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: bold;
}

.re {
  position: relative;
}

.ab {
  position: absolute;
}
.q_a-sec__container{
  padding: 0 20px!important;
}
.pd-50 {
    margin: 0;
    padding: 50px 0px;
}
.items-hi {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--color-blue);
    background-color: #E8ECEF;
    height: 100%;
    background-size: auto;
    background-position: 90% 90%;
    background-repeat: no-repeat;
}
.items-hi h3 {
    padding: 15px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: var(--color-blue);
}
.items-hi ul {
    padding: 20px;
}
.items-hi ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.items-hi ul li span {
    font-size: 11px;
    padding-left: 15px;
}
.accordion-container {
    width: 100%;
    margin: 0 auto;
}

.accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.accordion-content {
    display: none;
    background: white;
    color: black;
    border: 1px solid;
    line-height: 34px;
    font-size: 16px;
    padding: 6px;
}

.answer-inner {
    display: flex;
    padding: 15px 80px 15px 19px;
    color: #1F2879;
    align-items: center;
}
.answer-A {
    display: block;
    width: 46px;
    height: 46px;
    font-size: 20px;
    margin-right: 34px;
}
@media screen and (max-width: 768px) {
  .answer-inner {
      padding: 10px 30px 10px 10px;
      line-height: 1.8em;
  }
}


/* criteo.cssから移植 */
.opacity-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1072px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
}
.opacity-inner-title {
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    color: #1F2879;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
}
.mv {
    background: url(../images/cms/ecm-contents-management.png) no-repeat center;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 30px;
    padding-top: 50px;
    background-size: cover;
}
.link-btn-wrap {
    display: flex;
    justify-content: space-between;
}
.link-btn-wrap img {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
}
.banner-area-text {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
}
.banner-area-text {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
}
.banner-area {
    position: relative;
    font-size: 36px;
    line-height: 1.6;
    font-weight: 900;
    text-align: center;
    margin-bottom: 48px;
}
.cms-head {
    font-size: 28px;
    position: relative;
    font-weight: bold;
    margin-bottom: 50px !important;
    border-bottom: 2px solid #1F2879;
    padding: 17px 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}
.cms-head:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid #1f2879;
    border-width: 17px 12px;
    border-color: #1F2879 transparent transparent transparent;
    transform: translate(-50%,100%);
}
.q_a-sec__list .answer {
    background-color: #E6E6E6;
    line-height: 34px;
    font-size: 16px;
    padding: 6px;
    display: none;
}
.q_a-sec__list {
    margin-bottom: 45px;
}
.q_a-sec__list .question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
}
.q_a-sec__list .question .icon {
    width: 70px;
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    color: #1F2879;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    border: 3px solid;
}
.q_a-sec__list .question .txt {
    font-size: 20px;
    color: #fff;
    background-color: #1F2879;
    width: 100%;
    padding: 24px 45px 17px 21px;
}
/* criteo.css end */



a.over {
    display: block!important;
    color: #000;
}

a.over:hover img{
  transform:scale(1.2,1.2);
  transition:0.4s all;
}

a.over:hover {
    opacity: 1!important;
}

a.over {
    margin-top: 0!important;
}

.beauty-content.the_content h3 {
    margin-top: 50px;
}

.page-case .the_content h4 {
    margin-top: 40px;
}

.blog_footer_pagenav,
#blog .wp-pagenavi {
	clear: both;
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #ccc;
}
#blog .wp-pagenavi a,
#blog .wp-pagenavi span {
	display: inline-block;
	min-width: 15px;
	text-decoration: none;
	border: 1px solid #000;
	margin: 2px;
	padding: 5px;
	text-align: center;
}
#blog .wp-pagenavi a:hover,
#blog .wp-pagenavi span.current {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
#blog .wp-pagenavi span.current {
	font-weight: bold;
}
#blog .wp-pagenavi .pages {
	border: none;
}

#blog #creative-index .wp-pagenavi {
    margin-top: 0;
    text-align: center;
}

#blog #creative-index .wp-pagenavi a, #blog #creative-index .wp-pagenavi span {
    font-size: 12px;
    line-height: 18px;
}

#creative-index .creative-category {
    margin-top: 48px;
}

.crtv-list {
    margin: 0 -10px;
}

#creative-index .crtv-lists {
    position: relative;
    display: block;
    width: 50%;
    margin: 0;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}

.crtvTxt3 p {
    margin: 10px 0;
    text-align: justify;
    word-break: break-all;
    line-height: 1.4;
}

#creative-index .crtv-lists {
    margin-bottom: 3%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1080px!important;
    }
}

/*20230126追記*/
.site-services-main .items p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
    text-align: justify;
}

.title-s p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #000;
}

.page-service .point .content {
    padding: 0px;
}

.page-service .content-box h4 {
	font-size: 16px;
}

h4.ppc_h4word {
	font-size: 16px!important;
	line-height: 1.5em!important;
}

img.ppc23 {
    max-width: 600px;
    margin: 0 auto;
}

.seminar__form {
    background: #eff3f6;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 40px 20px;
}
.seminar__form__privacy {
  background: #fff;
  margin: 20px 0;
  height: 150px;
  padding: 10px;
  border: #ccc solid 1px;
  overflow: auto;
}
.seminar__form__privacy h3 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: #000 solid 1px;
}
.seminar__form__privacy h4 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
}
.seminar__form__privacy p + h4 {
  margin-top: 15px;
}
.seminar__form__privacy p {
  font-size: 1em;
  line-height: 1.5;
}

.study_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.study_icon a:hover span{
  text-decoration: underline;
}

h2.seminar__form__heading {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

td.koumoku {
    margin-top: 15px;
}

span.hissu {
    color: #fff;
    background: red;
    padding: 2px 5px;
    font-size: 78%;
    display: inline-block;
    margin: 0 0 6px 5px;
}

h2.form-index-head {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
	margin-top: 30px;
}

.mrec .mrec img {
    width: 100%;
}

.mrec {
    max-width: 400px;
    margin: 40px auto;
}

.slick-track figure {
    margin: 0;
}

.difference-content.content_mg {
    width: 100%;
}

.service-top-contents .col-md-4:last-child .items {
    border-bottom: none!important;
}

.meo_flow_wrap .flow-content-description-right {
    margin-left: auto;
}

.page-wrap.criteo #sec_01.seo-success-example {
    margin-top: 30px;
}

.page-wrap.criteo #sec_01.seo-success-example p {
    font-size: 18px!important;
    text-align: center;
    word-break: break-all;
    padding: 0;
}

.link-btn-wrap.torio_link_btn a {
    max-width: none;
    width: 33%;
}

.link-btn-wrap.torio_link_btn  img{
    right: -8.5%;
}

.link-btn-wrap.quintetto_link_btn img{
    right: -16%;
}

p.w100p{
    width: 100%;
}

.success-reason.maii_aaa ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-flow: wrap;
    max-width: none;
}

.success-reason.maii_aaa .reason-list {
    width: 50%;
    margin-right: 0;
    padding: 2%;
}

@media screen and (max-width: 500px) {
.success-reason.maii_aaa .reason-list {
    width: 100%;
    margin-bottom: 40px;
    }}

.page-archive{
}
.post-single .news_title{
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom:1px solid #000;
    font-size:16px;
    margin-bottom: 30px;
}
.site-newsrelease .post-single dl{
    margin-bottom:30px;
}
.site-newsrelease .post-single dl dt{
    font-size: 16px;
    margin-bottom: 20px;
}
.site-newsrelease .post-single dl dd{
    display: flex;
    margin:0 0 10px 10px;
    padding: 5px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    line-height: 1.2em;
}
.site-newsrelease .post-single dl dd div{
    /*display: inline-table;*/
}
.site-newsrelease .post-single dl dd .date{
    /*width:110px;*/
    min-width: 100px;
}
.site-newsrelease .post-single dl dd .cat{
    background-color:#3b4e98 ;
    color:#fff;
    padding: 3px 5px;
    width:90px;
    min-width: 90px;
    text-align: center;
    margin-right: 10px;
    align-self:flex-start;
}
.site-newsrelease .post-single p{
    margin: 0 0 15px;
    padding: 0;
    line-height: 2;
}
.site-newsrelease .post-single .post-cat{
    display: inline-block;
    background-color:#3b4e98 ;
    color:#fff;
    padding: 3px 5px;
    width:90px;
    text-align: center;
}
.site-newsrelease .post-single dl a:link{
    color:#000;
}
.site-newsrelease .post-single dl .content{
}

.text.tsuyomi p {
    line-height: 1.7em;
}

.ux-align {
	justify-content: center;
	align-items: center;
}

.ab.yajirushi_03 img {
    width: 100%;
}

.ab.yajirushi_03 {
    width: 100%;
    max-width: 20px;
    right: -13px;
    top: 35%;
}

.ab.yajirushi_03.yajirushi_03_02 {
    right: -36px;
}

.solution_star_box {
	display: flex;
	align-items: center;
	margin-bottom: 0!important;
}

.solution_star_box_tag {
	width: 12em;
	padding: 5px 10px;
	background: #E99E00;
    border: 2px solid #E99E00;
	justify-content: center;
	align-items: center;
	margin-bottom: 0!important;
	margin-right: 1em;
}

.solution_star_box_tag p {
	padding: 0;
	margin: 0;
	color: #fff!important;
	text-align: center;
	margin-bottom: 0!important;
}

p.star_gray {
	/*color: #999!important;*/
  color:#E99E00!important;
	margin: 0!important;
	font-size: 120%!important;
}

.solution_star_box_under {
	text-align: justify;
	word-break: break-all;
}

span.star_num {
    font-weight: bold;
    margin-right: 0.5em;
}

p.mokuji_head {
    text-align: center;
    font-size: 16px!important;
    border: 1px solid #999;
    padding: 10px;
    display: block;
    background: #999;
    color: #fff!important;
    font-weight: bold;
}

.page-case .the_content .content-bg {
    padding: 60px;
}

.mokuji_child a {
    color: #333;
    display: inline-block;
    padding-bottom: 5px;
}

.tl.midashi_big {
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/    font-weight: bold;
    padding: 15px 20px!important;
    margin: 30px 0 -15px 0!important;
    font-size: 18px;

}
h3.tl.midashi_big{
  color: #494949!important;
  border-bottom: none!important;
  background: #fffaf4!important;
}

.uiux_table_yaji img {
	width: 100%;
}

table.uiux_table_yaji {
	margin: -20px auto 40px;
    max-width: 650px;
}

table.uiux_table_yaji td {
	padding: 10px;
}

table.uiux_table_yaji td:nth-child(2) {
	max-width: 100px;
}

p.uiux–under {
    font-size: 14px!important;
}

.solution_wrap {
	display: flex;
	align-items: center;
}

.solution_wrap .page-case .the_content div {
    margin-bottom: 0;
}

div#wpcf7cpcnf{
  background-color: #eff3f6!important;
    width: 100%!important;
    margin: 0 0 0 auto!important;
    padding: 40px 20px!important;
}
div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td{
  display: block;
}
div#wpcf7cpcnf table th{
  font-weight: bold;
}
div#wpcf7cpcnf table td{
  padding-left: 10px;
}
div.wpcf7cp-btns{
  text-align: center;
  font-size: 18px;
}
button.wpcf7cp-cfm-edit-btn{
  padding:4px 8px;
}
button.wpcf7cp-cfm-submit-btn{
  padding:4px 8px;
  background-color: red;
  color:#fff;
  border:1px solid red;
}
.wpcf7-response-output{
  font-size:16px;
  text-align: center;
}
div#wpcf7cpcnf table tr:nth-child(1),
div#wpcf7cpcnf table tr:nth-child(2){
  display: inline-table;
  width: 50%;
}
div#wpcf7cpcnf table tr:nth-child(2) th p{
  background:none;
}
div#wpcf7cpcnf table tr:nth-child(2) th p:before{
  content:"　";
}
.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    border-color: #6eb660;
    background-color: #6eb660;
    font-size:20px;
    color:#fff;
}

 /* ページャー */
.nav-below{
  margin:50px auto;
  display: inline-block;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.pagination1{
    margin-top:50px;
    text-align:center;margin:0 auto;}
.page-numbers li{display:inline-block;}
.nav-below li a.page-numbers,
.pagination1 .current{
    background-color: #fff;
    border: solid 1px #232b7b;
    border-radius:0px;
    padding:6px 9px;
    margin:0 2px;
    text-decoration: none;
    color:#232b7b;line-height: 140%;}
.nav-below li a.page-numbers:hover{background:#eee!important;}
.pagination1 .current{
    background-color: #232b7b;
    border: solid 1px #232b7b;
    color:#FFFFFF;line-height: 140%;}

.pagination1 a:hover{
    color: #ffffff!important;
    border: solid 1px #232b7b;
    background-color: #232b7b;}

/**/

.top_gyokai_row {
	align-items: flex-end;
}

.solution_star_box_under {
    margin-bottom: 0!important;
    margin-left: 0.5em;
}

p.keiei_comment {
    text-align: justify;
    line-height: 1.3em;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
}

h4.keiei_name {
    font-size: 24px;
    font-weight: bold;
    border-bottom:1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.keiei_book .col-3, .keiei_book .col-9 {
    padding: 0;
}

.row.keiei_bunya p {
    line-height: 1.5em;
}

.keiei_book .col-9 {
    align-items: center;
	padding-left: 10px;
	display: flex;
}

.row.keiei_bunya p {
    font-size: 12px;
}

.advantage_top h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
main.page-advantage .content-mid .img img {
    object-fit: cover;
    max-height: 160px;
}
.loop_wrap {
    display: flex;
    width: 100vw;
    height: 180px;
    margin: 30px 0 16px 0;
    /* zoom: 800%; */
}
.loop_wrap img {
    /* width: auto; */
    /* height: 100%; */
    width: auto;
    height: 180px;
    max-width: inherit;
}


@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 300s -150s linear infinite;
}

.loop_wrap img:nth-child(3) {
  animation: loop2 300s linear infinite;
}

a.btn-custom.ml-auto.gyokai {
    zoom: 60%;
    background: #fff;
    color: #000!important;
    border: 2px solid #000;
}

.gyokai_btn_wrap {
    display: flex;
    justify-content: flex-end;
}

p.gyokai_btn {
    margin-left: 10px;
}

.content.keiei_keireki p {
    text-indent: -1.2em;
    padding-left: 1.2em;
    margin: 0;
}

.wpcf7-not-valid-tip{
  background:#fff;
  padding:3px 6px;
}

.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    background: #b30000;
}

.wpcf7-not-valid-tip {
	color: #fff!important;
}

.wpcf7-select{
  width: 100%;
  padding: 8px 8px 8px 15px;
}

.contact-form .check label{
  justify-content:center;
}
.contact-form .check span{
  padding-left: 5px;
}

.contact-form textarea.form-control{
  height: auto!important;
}

@media screen and (max-width: 767px) {
  .advantage_top h2{
    font-size:22px;
  }
  p.keiei_name{
    margin-top:15px;
  }
  .page-case .site-case-nav ul li a{
    min-height: 80px;
    padding:10px 5px;
    font-size: 14px;
  }
  .page-case .site-case-nav ul li a i{
    padding-right: 5px;
  }
  .page-case .site-case-section1 .items{
    padding-bottom:30%;
  }
	h4.tsutyomi_h4 {
		text-indent: 0;
		text-align: center;
	}

	.page-case .site-case-content .content p {
		font-size: 14px;
	}

	.page-case .site-case-nav ul {
    display: block;
}

	.page-case .site-case-nav ul li {
    width: 100%;
    max-width: none;
		margin-bottom: 10px;
}

}

.contact_list ul {
  list-style-type: none;
	margin: 50px 0;
}
.contact_list li {
  position: relative;
  line-height: 1.8;
    font-size: 21px;
	font-weight: bold;
	color: #1f2879;
	text-indent: 1.2em;
}

.contact_list li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0em;
    width: 1em;
    height: 0.5em;
  border-left: 3px solid #1f2879;
  border-bottom: 3px solid #1f2879;
  transform: rotate(-45deg);
}

a.he_news_a {
    height: 100%;
    display: block;
    position: absolute;
    width: 100%;
}

.items.tsuyomi_head {
    display: block!important;
}

.items.tsuyomi_head img {
    display: block;
    width: 100%;
    margin: 12px auto 1px auto;
    max-width: 50px;
}

.tsuyomi_p_wrap {
    min-height: 100px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tsuyomi_p_wrap p {
	margin: 0;
}

.page-case .site-case-section3 .items .content1 h3 {
    min-height: 3em;
    display: flex;
    align-items: center;
}

.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a > figure {
    height: auto;
    overflow: hidden;
}

.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a > figure img {
    object-fit: cover;
    height: auto;
}

p.star_gray {
    border: 2px solid #E99E00;
    padding: 1px 10px;
}

span.kanren_span {
    display: block;
    font-size: 78%;
}

.servicelist .icon-blank{fill: #fff;}


.promotion-news_in{margin-top:60px;}

.link_right{
    margin-top: 4px;
}.link_right a {
    color: #1f2879;
    font-size: 18px;padding:16px;display:block;
}
.link_right a:hover{text-decoration:underline!important;}
@media screen and ( max-width:768px){
.link_right a {
    color: #1f2879;
    font-size: 15px;}}

/* ページトップに戻るボタン */
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.page-top.show {
  opacity: 1;
  visibility: visible;
}

.page-top__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--color-blue);
  color: #fff !important;
  border-radius: 50%;
  text-decoration: none !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.page-top__link:hover {
  background: #1a2265;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  color: #fff !important;
}

.page-top__link svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-bottom: 2px;
}

.page-top__link span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

/* スマートフォン対応 */
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 80px;
    left: 15px;
  }

  .page-top__link {
    width: 50px;
    height: 50px;
  }

  .page-top__link svg {
    width: 16px;
    height: 16px;
  }

  .page-top__link span {
    font-size: 9px;
  }
}