@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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,
q:before,
q:after {
  content: '';
  content: none;
}

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

.pc {
  display: initial;
}

@media screen and (max-width: 1199px) {
  .pc {
    display: none;
  }
}

.lg {
  display: none;
}

@media screen and (max-width: 1199px) {
  .lg {
    display: initial;
  }
}

.pclg {
  display: initial;
}

@media screen and (max-width: 1199px) {
  .pclg {
    display: initial;
  }
}

@media screen and (max-width: 767px) {
  .pclg {
    display: none;
  }
}

.sm {
  display: none;
}

@media screen and (max-width: 767px) {
  .sm {
    display: initial;
  }
}

@media screen and (max-width: 1199px) {
  .sp-img {
    width: 100%;
    height: auto;
  }
}

a:link,
a:visited,
a:hover,
a:active {
  color: #0f0f0f;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.mt_type_section-top {
  margin-top: 150px !important;
}

@media screen and (max-width: 767px) {
  .mt_type_section-top {
    margin-top: 20px !important;
  }
}

.metrics {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

:root {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: 16px;
  color: #0f0f0f;
  font-weight: 500;
}

body {
  margin-top: 90px;
}

@media screen and (max-width: 1199px) {
  body {
    margin-top: 50px;
  }
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  .container {
    padding: 0 20px;
  }
}

.container--p-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.box-shadow {
  -webkit-box-shadow: 7.071px 7.071px 9px 1px rgba(92, 92, 92, 0.3);
  box-shadow: 7.071px 7.071px 9px 1px rgba(92, 92, 92, 0.3);
}

.h2 {
  font-size: 92px;
  letter-spacing: 0.13em;
  font-family: roboto, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}

.h2__ja-trans {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  text-transform: none;
  font-family: heisei-kaku-gothic-std, sans-serif;
  line-height: 1.3em;
}

@media screen and (max-width: 767px) {
  .h2__ja-trans {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.h3 {
  font-size: 5rem;
  letter-spacing: 0.05em;
  font-family: roboto, sans-serif;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .h3 {
    font-size: 2.5rem;
  }
}

.h3 span {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  text-transform: none;
  font-family: heisei-kaku-gothic-std, sans-serif;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .h3 span {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.btn:link,
.btn:visited {
  background: #0f0f0f;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 5rem;
  width: 22rem;
  margin: 39px auto 0;
}

@media screen and (max-width: 1199px) {
  .btn:link,
  .btn:visited {
    width: 22rem;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn:link,
  .btn:visited {
    width: auto;
    margin-top: 0;
    font-size: 0.75rem;
    height: 5em;
  }
}

.btn:link::before,
.btn:visited::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #122a98;
}

.btn:hover::before,
.btn:active::before {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .btn:hover::before,
  .btn:active::before {
    width: 0%;
  }
}

.btn div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.btn div::after {
  content: url('data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9Ijc3LjVweCIgaGVpZ2h0PSIxMC41cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigyNTUsIDI1NSwgMjU1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTEuMDY4LDguMjYxIEw3Mi42ODAsOC4yNjEgTDYzLjU3MSwxLjc0OCAiLz4KPC9zdmc+');
  display: inline-block;
  margin-top: -0.5rem;
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {
  .btn div::after {
    content: url('data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjM5LjVweCIgaGVpZ2h0PSIxMC41cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigyNTUsIDI1NSwgMjU1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTAuNTAzLDcuNTI3IEwzNS45NTAsNy41MjcgTDMxLjQ0MSwxLjI3MCAiLz4KPC9zdmc+');
    margin-top: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.title-visual {
  background: url('../images/about/about-title.jpg');
  background-size: cover;
  background-position: center;
  min-height: 300px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .title-visual {
    background-size: cover;
    padding-top: 50px;
    min-height: 39vw;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .title-visual {
    min-height: 51.73vw;
  }
}

.title-visual .h2 {
  color: #fff;
}

.title-visual .h2__ja-trans {
  margin-bottom: 6px;
}

.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3em;
  /*@include mq(sm) {
        padding-bottom: 3rem;
    }*/
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .current,
.wp-pagenavi .extend {
  display: block;
  font-family: roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  background: #fff;
  color: #0f0f0f;
  padding: 1em;
  margin: 0.5em;
}

.wp-pagenavi .extend {
  display: none;
}

.wp-pagenavi .page:link,
.wp-pagenavi .page:visited,
.wp-pagenavi .nextpostslink:link,
.wp-pagenavi .nextpostslink:visited,
.wp-pagenavi .previouspostslink:link,
.wp-pagenavi .previouspostslink:visited,
.wp-pagenavi .first:link,
.wp-pagenavi .first:visited,
.wp-pagenavi .last:link,
.wp-pagenavi .last:visited {
  display: block;
  font-family: roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  background: #122a98;
  color: #fff;
  padding: 1em;
  margin: 0.5em;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .page:active,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:active,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:active,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:active,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:active {
  background: rgba(18, 42, 152, 0.9);
}

/*404page*/
.not-found-page h2 {
  padding: 250px 0 50px 0;
}

.not-found-page .btn-area {
  margin-bottom: 200px;
}

#header {
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header {
  -webkit-box-shadow: 3.536px 3.536px 4.75px 0.25px rgba(40, 46, 54, 0.2);
  box-shadow: 3.536px 3.536px 4.75px 0.25px rgba(40, 46, 54, 0.2);
  position: fixed;
  z-index: 1000;
  height: 90px;
  background: #fff;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .header {
    height: 50px;
  }
}

.header-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .header-inner {
    height: 50px;
  }
}

.title-logo {
  margin: 0 30px;
}

@media screen and (max-width: 1199px) {
  .title-logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
    margin-left: 12px;
    height: 1.25rem;
  }
}

.title-logo a:hover,
.title-logo a:active {
  opacity: 0.8;
}

@media screen and (max-width: 1199px) {
  .title-logo a img {
    max-height: 100%;
    max-width: 100%;
  }
}

.g-nav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.g-nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.g-nav__ul .g-nav__ul__li:nth-child(3) a {
  margin-right: 15px;
}

.g-nav__ul__li {
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-size: 22px;
}

@media screen and (max-width: 1199px) {
  .g-nav__ul__li {
    display: none;
  }
}

.g-nav__ul__li a:link,
.g-nav__ul__li a:visited {
  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;
  height: 90px;
  color: #122a98;
  padding: 0 15px;
  line-height: 1;
  position: relative;
}

.g-nav__ul__li a:link::after,
.g-nav__ul__li a:visited::after {
  content: '';
  width: calc(100% - 30px);
  height: 0;
  background: #122a98;
  position: absolute;
  bottom: 0;
  left: 15px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

@media all and (-ms-high-contrast: none) {
  .g-nav__ul__li a:link::after,
  .g-nav__ul__li a:visited::after {
    width: 80%;
    left: 10%;
  }
}

.g-nav__ul__li a:hover::after,
.g-nav__ul__li a:active::after {
  height: 5px;
}

.g-nav__ul__li__ja-trans {
  font-size: 0.75rem;
  color: #0f0f0f;
  margin-top: 0.5rem;
}

.g-nav__ul__li--instagram {
  font-size: 31px;
  width: 65px;
}

@media screen and (max-width: 1199px) {
  .g-nav__ul__li--instagram {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50px;
    font-size: 25px;
  }
}

.g-nav__ul__li--instagram a {
  background-image: linear-gradient(
    50deg,
    #ffdc80 0%,
    #fcaf45 9%,
    #f77737 17%,
    #f56040 33%,
    #e1306c 48%,
    #c13584 60%,
    #833ab4 73%,
    #5851d8 85%,
    #405de6 100%
  );
}

.g-nav__ul__li--instagram a:link,
.g-nav__ul__li--instagram a:visited {
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 1199px) {
  .g-nav__ul__li--instagram a:link,
  .g-nav__ul__li--instagram a:visited {
    height: 50px;
  }
}

.g-nav__ul__li--instagram a:hover,
.g-nav__ul__li--instagram a:active {
  background-image: linear-gradient(
    50deg,
    rgba(255, 220, 128, 0.9) 0%,
    rgba(252, 175, 69, 0.9) 9%,
    rgba(247, 119, 55, 0.9) 17%,
    rgba(245, 96, 64, 0.9) 33%,
    rgba(225, 48, 108, 0.9) 48%,
    rgba(193, 53, 132, 0.9) 60%,
    rgba(131, 58, 180, 0.9) 73%,
    rgba(88, 81, 216, 0.9) 85%,
    rgba(64, 93, 230, 0.9) 100%
  );
}

.g-nav__ul__li--instagram a:hover::after,
.g-nav__ul__li--instagram a:active::after {
  height: 0;
}

.g-nav__ul__li--facebook {
  font-size: 31px;
  width: 65px;
}

@media screen and (max-width: 1199px) {
  .g-nav__ul__li--facebook {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50px;
    font-size: 25px;
  }
}

.g-nav__ul__li--facebook a:link,
.g-nav__ul__li--facebook a:visited {
  background: #0f50ac;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 1199px) {
  .g-nav__ul__li--facebook a:link,
  .g-nav__ul__li--facebook a:visited {
    height: 50px;
  }
}

.g-nav__ul__li--facebook a:hover,
.g-nav__ul__li--facebook a:active {
  background: rgba(15, 80, 172, 0.9);
}

.g-nav__ul__li--facebook a:hover::after,
.g-nav__ul__li--facebook a:active::after {
  height: 0;
}

.g-nav__ul__li--contact a:link,
.g-nav__ul__li--contact a:visited {
  background: #122a98;
  color: #fff;
  font-weight: normal;
  padding: 0 30px;
}

.g-nav__ul__li--contact a:hover,
.g-nav__ul__li--contact a:active {
  background: rgba(18, 42, 152, 0.9);
}

.g-nav__ul__li--contact a:hover::after,
.g-nav__ul__li--contact a:active::after {
  height: 0;
}

.g-nav__ul__li--contact .g-nav__ul__li__ja-trans {
  color: #fff;
}

.sub-nav {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .sub-nav {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-right: 0;
    width: 50px;
  }
}

.hamburger-menu {
  position: relative;
  cursor: pointer;
  display: block;
  width: 25px;
  height: 22px;
}

@media screen and (max-width: 1199px) {
  .hamburger-menu {
    width: 50px;
    height: 50px;
    background: #122a98;
  }
}

.hamburger-menu__bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 2px;
  background: #122a98;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

@media screen and (max-width: 1199px) {
  .hamburger-menu__bar {
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -12.5px;
    background: #fff;
  }
}

.hamburger-menu__bar--middle {
  top: 10px;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .hamburger-menu__bar--middle {
    top: calc(50%);
    margin-top: -1px;
  }
}

.hamburger-menu__bar--bottom {
  top: 20px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@media screen and (max-width: 1199px) {
  .hamburger-menu__bar--bottom {
    top: calc(50%);
    margin-top: 9px;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

#toggle_-sub-nav__ul:checked ~ .hamburger-menu .hamburger-menu__bar--top {
  width: 31px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#toggle_-sub-nav__ul:checked ~ .hamburger-menu .hamburger-menu__bar--middle {
  opacity: 0;
}

#toggle_-sub-nav__ul:checked ~ .hamburger-menu .hamburger-menu__bar--bottom {
  width: 31px;
  top: 22px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked ~ .hamburger-menu .hamburger-menu__bar--bottom {
    top: calc(50% + 1px);
  }
}

#toggle_-sub-nav__ul {
  display: none;
}

.sub-nav__ul {
  position: absolute;
  top: 90px;
  left: 0;
  height: 0;
  width: 323px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 998;
  background-color: white;
  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;
}

@media screen and (max-width: 1199px) {
  .sub-nav__ul {
    top: 50px;
    left: auto;
    right: 0;
    width: 90vw;
  }
}

.sub-nav__ul__li {
  opacity: 0;
  height: 0;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #122a98;
  line-height: 1;
}

.sub-nav__ul__li a:link,
.sub-nav__ul__li a:visited {
  padding-left: 30px;
  color: #122a98;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.sub-nav__ul__li a:hover,
.sub-nav__ul__li a:active {
  cursor: pointer;
  background: #122a98;
  color: #fff;
}

.sub-nav__ul__li a:hover .sub-nav__ul__li__ja-trans,
.sub-nav__ul__li a:active .sub-nav__ul__li__ja-trans {
  color: #fff;
}

.sub-nav__ul__li label {
  display: none;
}

.sub-nav__ul__li__ja-trans {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #0f0f0f;
  margin-top: 0;
  height: 0;
}

input[name='open_-sub-nav__ul__ul'] {
  display: none;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul {
  height: calc(100vh - 90px);
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked ~ .sub-nav__ul {
    height: calc(100vh - 115px);
  }
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__li {
  height: 94px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
  min-height: 50px;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']
  + label {
  display: block;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 30px;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']
  + label::before {
  content: '';
  position: absolute;
  width: 15px;
  border-top: 1px solid #0f0f0f;
  top: 50%;
  right: 40px;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']
  + label::after {
  content: '';
  position: absolute;
  width: 15px;
  border-top: 1px solid #0f0f0f;
  top: 50%;
  right: 40px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']
  + label:hover {
  cursor: pointer;
  background: #122a98;
  color: #fff;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']
  + label:hover
  .sub-nav__ul__li__ja-trans {
  color: #fff;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']
  + label:hover::before {
  border-color: #fff;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']
  + label:hover::after {
  border-color: #fff;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']:checked
  + label {
  background: #122a98;
  color: #fff;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']:checked
  + label
  .sub-nav__ul__li__ja-trans {
  color: #fff;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']:checked
  + label::before {
  border-color: #fff;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']:checked
  + label::after {
  border-color: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  input[name='open_-sub-nav__ul__ul']:checked
  .open_-sub-nav__ul__ul--close {
  display: block;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__li .sub-nav__ul__li__ja-trans {
  height: auto;
  margin-top: 0.25rem;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  a[target='_blank']
  .sub-nav__ul__li__ja-trans::after {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjExLjVweCIgaGVpZ2h0PSIxMS41cHgiPgo8ZGVmcz4KPGZpbHRlciBpZD0iRmlsdGVyXzAiPgogICAgPGZlRmxvb2QgZmxvb2QtY29sb3I9InJnYigxNSwgMTUsIDE1KSIgZmxvb2Qtb3BhY2l0eT0iMSIgcmVzdWx0PSJmbG9vZE91dCIgLz4KICAgIDxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iYXRvcCIgaW49ImZsb29kT3V0IiBpbjI9IlNvdXJjZUdyYXBoaWMiIHJlc3VsdD0iY29tcE91dCIgLz4KICAgIDxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49ImNvbXBPdXQiIGluMj0iU291cmNlR3JhcGhpYyIgLz4KPC9maWx0ZXI+Cgo8L2RlZnM+CjxnIGZpbHRlcj0idXJsKCNGaWx0ZXJfMCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigyNTUsIDI1NSwgMjU1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTAuNTAwLDIuNDA2IEw4LjU5NCwyLjQwNiBMOC41OTQsMTAuNTAwIEwwLjUwMCwxMC41MDAgTDAuNTAwLDIuNDA2IFoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgc3Ryb2tlPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIHN0cm9rZS13aWR0aD0iMXB4IiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgZmlsbD0ibm9uZSIKIGQ9Ik00LjEyOSwwLjQ5OCBMMTAuNTAwLDAuNDk4IEwxMC41MDAsNi44NzAgIi8+CjwvZz4KPC9zdmc+');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.9em;
  height: 0.9em;
  vertical-align: middle;
  padding-left: 1em;
  display: inline-block;
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  .sub-nav__ul__li
  a[target='_blank']:hover
  .sub-nav__ul__li__ja-trans::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjExLjVweCIgaGVpZ2h0PSIxMS41cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigyNTUsIDI1NSwgMjU1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTAuNTAwLDIuNDA5IEw4LjU5MCwyLjQwOSBMOC41OTAsMTAuNTAwIEwwLjUwMCwxMC41MDAgTDAuNTAwLDIuNDA5IFoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgc3Ryb2tlPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIHN0cm9rZS13aWR0aD0iMXB4IiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgZmlsbD0ibm9uZSIKIGQ9Ik00LjEyOSwwLjQ5OCBMMTAuNTAwLDAuNDk4IEwxMC41MDAsNi44NjkgIi8+Cjwvc3ZnPg==');
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul ul[class*='sub-nav__ul__ul--'] {
  background: #122a98;
  width: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: dn-ease-w;
  animation-name: dn-ease-w;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  overflow: hidden;
  height: calc(100vh - 90px);
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media all and (-ms-high-contrast: none) {
  #toggle_-sub-nav__ul:checked ~ .sub-nav__ul ul[class*='sub-nav__ul__ul--'] {
    height: 600px;
  }
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked ~ .sub-nav__ul ul[class*='sub-nav__ul__ul--'] {
    left: auto;
    right: 0;
    height: calc(100vh - 115px);
  }
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li {
  width: 293px;
  max-height: 3rem;
  height: 100%;
  display: block;
  text-transform: none;
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li {
    width: 90%;
  }
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li a:link,
#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: white;
  font-size: 16px;
  padding-left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  font-family: heisei-kaku-gothic-std, sans-serif;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li a:link span,
#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li a:visited span {
  background-image: url('data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjExLjVweCIgaGVpZ2h0PSIxMS41cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigyNTUsIDI1NSwgMjU1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTAuNTAwLDIuNDA5IEw4LjU5MCwyLjQwOSBMOC41OTAsMTAuNTAwIEwwLjUwMCwxMC41MDAgTDAuNTAwLDIuNDA5IFoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgc3Ryb2tlPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIHN0cm9rZS13aWR0aD0iMXB4IiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgZmlsbD0ibm9uZSIKIGQ9Ik00LjEyOSwwLjQ5OCBMMTAuNTAwLDAuNDk4IEwxMC41MDAsNi44NjkgIi8+Cjwvc3ZnPg==');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  padding-left: 1em;
  display: inline-block;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li a:hover::after,
#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li a:active::after {
  content: url('data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjMxLjVweCIgaGVpZ2h0PSI4LjVweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIHN0cm9rZT0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdHJva2Utd2lkdGg9IjFweCIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIGZpbGw9Im5vbmUiCiBkPSJNMC41MDAsNi41MDAgTDI2LjUwMCw2LjUwMCBMMTkuODg1LDEuODU3ICIvPgo8L3N2Zz4=');
  margin: 0 38px 0 auto;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li_type_child {
  max-height: 2rem;
  margin-bottom: 1rem;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li_type_child a {
  font-size: 14px !important;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li_type_child a::before {
  content: '―';
  padding: 0 1em;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--heading {
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  max-height: 7rem;
  line-height: 1;
  height: auto;
  width: 263px;
  padding: 2.5rem 0 2rem 0;
  border-bottom: solid 1px #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--heading {
    width: 90%;
    padding-top: 0.75rem;
  }
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--heading a:link,
#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--heading a:visited {
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  display: block;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--heading a:hover::after,
#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--heading a:active::after {
  content: normal;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--heading__ja-trans {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--back {
  display: none;
}

#toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--back:hover {
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--back {
    display: block;
    line-height: 2rem;
    padding-top: 1.25rem;
  }
  #toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--back label {
    display: block;
    display: inline-block;
    color: #fff;
    line-height: 2rem;
    font-size: 1rem;
    width: 90%;
    height: 100%;
  }
  #toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--back label:hover {
    cursor: pointer;
  }
  #toggle_-sub-nav__ul:checked ~ .sub-nav__ul .sub-nav__ul__ul__li--back label::before {
    content: url('data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjczLjVweCIgaGVpZ2h0PSI5LjVweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIHN0cm9rZT0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdHJva2Utd2lkdGg9IjFweCIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIGZpbGw9Im5vbmUiCiBkPSJNNzIuNDk0LDcuNTM0IEwwLjY0Myw3LjUzNCBMOS43ODIsMS4yODAgIi8+Cjwvc3ZnPg==');
    display: inline-block;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    padding-right: 1em;
  }
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked
    ~ .sub-nav__ul
    #open_-sub-nav__ul__ul--about
    ~ .sub-nav__ul__ul--about
    .sub-nav__ul__ul__li {
    opacity: 0;
  }
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  #open_-sub-nav__ul__ul--about:checked
  ~ .sub-nav__ul__ul--about {
  width: 100%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked
    ~ .sub-nav__ul
    #open_-sub-nav__ul__ul--about:checked
    ~ .sub-nav__ul__ul--about
    .sub-nav__ul__ul__li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked
    ~ .sub-nav__ul
    #open_-sub-nav__ul__ul--service
    ~ .sub-nav__ul__ul--service
    .sub-nav__ul__ul__li {
    opacity: 0;
  }
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  #open_-sub-nav__ul__ul--service:checked
  ~ .sub-nav__ul__ul--service {
  width: 100%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked
    ~ .sub-nav__ul
    #open_-sub-nav__ul__ul--service:checked
    ~ .sub-nav__ul__ul--service
    .sub-nav__ul__ul__li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked
    ~ .sub-nav__ul
    #open_-sub-nav__ul__ul--works
    ~ .sub-nav__ul__ul--works
    .sub-nav__ul__ul__li {
    opacity: 0;
  }
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  #open_-sub-nav__ul__ul--works:checked
  ~ .sub-nav__ul__ul--works {
  width: 100%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked
    ~ .sub-nav__ul
    #open_-sub-nav__ul__ul--works:checked
    ~ .sub-nav__ul__ul--works
    .sub-nav__ul__ul__li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked
    ~ .sub-nav__ul
    #open_-sub-nav__ul__ul--other
    ~ .sub-nav__ul__ul--other
    .sub-nav__ul__ul__li {
    opacity: 0;
  }
}

#toggle_-sub-nav__ul:checked
  ~ .sub-nav__ul
  #open_-sub-nav__ul__ul--other:checked
  ~ .sub-nav__ul__ul--other {
  width: 100%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  #toggle_-sub-nav__ul:checked
    ~ .sub-nav__ul
    #open_-sub-nav__ul__ul--other:checked
    ~ .sub-nav__ul__ul--other
    .sub-nav__ul__ul__li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
  }
}

ul[class*='sub-nav__ul__ul--'] {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  ul[class*='sub-nav__ul__ul--'] {
    height: 600px;
  }
}

.sub-nav__ul__ul__li {
  display: none;
}

.sub-nav__ul__ul__li a:link,
.sub-nav__ul__ul__li a:visited {
  display: none;
}

#sp-contacts {
  display: none;
}

@media screen and (max-width: 1199px) {
  #sp-contacts {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 999;
    text-align: center;
    height: 65px;
  }
  #sp-contacts div {
    font-family: roboto, sans-serif;
    font-style: italic;
    background: #0d1f72;
    color: #fff;
    padding: 0.5em;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    border-top: solid 1px #fff;
    letter-spacing: 0.135em;
  }
  #sp-contacts ul {
    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;
  }
  #sp-contacts ul li {
    width: 100%;
    line-height: 2.5rem;
  }
  #sp-contacts ul li a:link,
  #sp-contacts ul li a:visited {
    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;
    background: linear-gradient(135deg, #258dc8 0%, #122a98 100%);
    color: #fff;
  }
  #sp-contacts ul li a span {
    padding-left: 1em;
  }
}

.sp-contacts-animation {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media screen and (max-width: 1199px) {
  .head-animation {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.footer {
  background: #0d1f72;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding-bottom: 5rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .footer__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-template-areas:
      'about service works other'
      'bottom bottom bottom bottom';
    padding-top: 4.75rem;
  }
  .footer__inner__links ul li {
    padding-right: 2.25rem;
  }
  .footer__inner__links--title {
    margin-bottom: 1.25rem;
  }
  .footer__inner__links--about {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-area: about;
  }
  .footer__inner__links--service {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-area: service;
  }
  .footer__inner__links--works {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-area: works;
  }
  .footer__inner__links--other {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-area: other;
  }
  .footer__inner .bottom-area {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: bottom;
    margin: 5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.footer__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas:
    'about service works other'
    'bottom bottom bottom bottom';
  padding-top: 4.75rem;
}

@media screen and (max-width: 1199px) {
  .footer__inner {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  .footer__inner__links {
    display: none;
  }
}

.footer__inner__links a:link,
.footer__inner__links a:visited {
  color: #fff;
  font-size: 0.75rem;
  line-height: 2.3;
}

.footer__inner__links a:hover,
.footer__inner__links a:active {
  text-decoration: underline;
}

.footer__inner__links ul li {
  padding-right: 2.25rem;
}

.footer__inner__links__title {
  margin-bottom: 1.25rem;
}

.footer__inner__links__title a:link,
.footer__inner__links__title a:visited {
  font-size: 1rem;
  line-height: 1;
}

.footer__inner__links--about {
  grid-area: about;
}

.footer__inner__links--service {
  grid-area: service;
}

.footer__inner__links--works {
  grid-area: works;
}

.footer__inner__links--other {
  grid-area: other;
}

.footer__inner__links--other a:link,
.footer__inner__links--other a:visited {
  font-size: 1rem;
  line-height: 1;
}

.footer__inner__links--other ul li {
  margin-bottom: 1rem;
}

.footer__inner__links--other ul li:last-child {
  margin-bottom: 0;
}

.bottom-area {
  grid-area: bottom;
  margin: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 1199px) {
  .bottom-area {
    margin: 0;
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .bottom-area {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .bottom-area .footer-logo {
    width: 227px;
  }
}

.bottom-area .copyright {
  font-weight: 700;
  padding-left: 5rem;
}

@media screen and (max-width: 1199px) {
  .bottom-area .copyright {
    padding: 1rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .bottom-area .copyright {
    font-size: 0.75rem;
  }
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
}

@media screen and (max-width: 1199px) {
  .partners {
    display: none;
  }
}

.partners__title {
  padding-right: 1rem;
  width: 8rem;
  line-height: 50.328px;
}

.partners__title span {
  display: inline-block;
  border-left: 4px solid #122a98;
  padding-left: 0.5em;
  font-weight: 700;
  line-height: 1;
}

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

@media all and (-ms-high-contrast: none) {
  .partners__banners ul {
    width: calc(1140px - 8rem);
  }
}

.partners__banners ul li {
  padding: 0 1rem 1rem 1rem;
  width: 150px;
}

.partners__banners ul li a img {
  display: block;
  border: 1px solid #0f0f0f;
  margin: -1px;
  width: 150px;
}

.partners__banners ul li a.partners__banners__banner--no-border img {
  border: none;
}

.partners__banners ul li:nth-of-type(5) a img {
  padding-left: 3px;
  padding-right: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.partners__banners ul li:nth-of-type(6) a img {
  padding: 3px 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary,
section,
article,
input,
textarea,
div,
span,
ul,
li,
a,
p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  body {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  body {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  body {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  body {
    width: 100%;
  }
}

@media screen and (max-width: 544px) {
  body {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  body {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  body {
    width: 100%;
  }
}

p {
  line-height: 1.75;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  p {
    margin-bottom: 20px;
  }
}

main .container {
  margin-top: 60px;
}

main .container--notv {
  margin-top: 130px;
}

@media screen and (max-width: 1199px) {
  main .container--notv {
    margin-top: 80px;
  }
}

.title-visual {
  background-image: url('../images/service/service-title.jpg');
}

.title-visual .srvc-h2 {
  font-size: 50px;
}

.title-visual .srvc-h2__ja-trans {
  margin-top: 20px;
}

.h2--old {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.7em;
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  .h2--old {
    font-size: 1.7rem;
    padding: 1rem 0;
  }
}

.btn.cleaerfix,
.page-service-child .btn.cleaerfix {
  background-color: transparent;
  max-width: 640px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .btn.cleaerfix,
  .page-service-child .btn.cleaerfix {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .btn.cleaerfix .mail,
  .page-service-child .btn.cleaerfix .mail {
    float: none;
    margin-bottom: 1rem;
  }
}

.btn.cleaerfix .mail a:link,
.btn.cleaerfix .mail a:visited,
.page-service-child .btn.cleaerfix .mail a:link,
.page-service-child .btn.cleaerfix .mail a:visited {
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 235px;
}

@media screen and (max-width: 767px) {
  .btn.cleaerfix .btn_tpl,
  .page-service-child .btn.cleaerfix .btn_tpl {
    float: none;
    margin-bottom: 1rem;
  }
}

.btn.cleaerfix .btn_tpl a:link,
.btn.cleaerfix .btn_tpl a:visited,
.page-service-child .btn.cleaerfix .btn_tpl a:link,
.page-service-child .btn.cleaerfix .btn_tpl a:visited {
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 330px;
}

@media screen and (max-width: 767px) {
  .btn.cleaerfix .btn_tpl a:link,
  .btn.cleaerfix .btn_tpl a:visited,
  .page-service-child .btn.cleaerfix .btn_tpl a:link,
  .page-service-child .btn.cleaerfix .btn_tpl a:visited {
    min-width: auto;
  }
}

.old-img {
  display: block;
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 991px) {
  .old-img {
    width: 100%;
  }
}

.old-block {
  display: block;
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 991px) {
  .old-block {
    width: 100%;
  }
}

.old-table {
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 991px) {
  .old-table {
    width: 100%;
  }
}

.page-service-child h3,
.page-service-child h5 {
  line-height: 1.3;
}

.page-service-child h3 {
  font-size: 31px;
  padding: 5px 20px;
  margin: 30px auto 40px;
  border-left: 7px solid #0d1f72;
  position: relative;
}

@media screen and (max-width: 640px) {
  .page-service-child h3 {
    font-size: 19px;
  }
}

.page-service-child h3:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  left: -8px;
  bottom: -8px;
}

.page-service-child h4 {
  color: #0d1f72;
  font-size: 24px;
  font-weight: bold;
  /* padding: 5px 10px; */
  margin: 35px auto 5px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .page-service-child h4 {
    font-size: 17px;
    line-height: 1.4;
    margin: 20px auto 5px;
  }
}

.page-service-child h4:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: '';
  margin-right: 14px;
  background-color: #0d1f72;
  position: relative;
  top: -1px;
}

.page-service-child table {
  border: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .page-service-child table {
    margin: 10px 0 25px;
  }
}

.page-service-child th,
.page-service-child td {
  padding: 25px 15px !important;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .page-service-child th,
  .page-service-child td {
    font-size: 16px;
    padding: 15px 10px !important;
  }
}

.page-service-child td:nth-last-child(1) {
  border-right: none;
}

.page-service-child dl,
.page-service-child dt,
.page-service-child dd {
  margin-bottom: 15px;
}

.page-service-child dd {
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .page-service-child .img_title img {
    width: 100%;
    height: auto;
  }
}

.page-service-child .adsuportMenu li {
  width: 49.8%;
}

@media screen and (max-width: 640px) {
  .page-service-child .adsuportMenu li {
    width: 100%;
  }
}

.page-service-child .adsuportMenu h5 {
  margin-bottom: 10px;
  padding: 14px 0 11px 20px;
}

@media screen and (max-width: 768px) {
  .page-service-child .adsuportMenu img {
    width: 100%;
  }
}

.page-service-child .adsuportNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .page-service-child .adsuportNav:after {
    content: '';
    width: 32%;
    display: block;
  }
}

.page-service-child .adsuportNav li {
  float: none;
}

.page-service-child .adsuportNav img {
  width: 100%;
  height: auto;
}

.page-service-child .adsuport_how h5 {
  height: auto;
  line-height: 1.3;
  padding: 11px 10px 10px;
}

.page-service-child .table_set1 {
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.page-service-child .wptpl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .page-service-child .wptpl {
    display: block;
    margin-bottom: 0;
  }
}

.page-service-child .wptpl img {
  width: 100%;
}

.page-service-child .wptpl > section {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .page-service-child .wptpl > section {
    width: 100%;
  }
}

.page-service-child .boxri_txt {
  font-size: 16px;
  padding: 10px;
  margin: 0;
}

.page-service-child .btn {
  color: #fff;
  line-height: 1;
  padding: 25px;
  height: auto;
}

.page-service-child .txt_y {
  color: #ffad3c;
}

.page-service-child #price {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-service-child #price {
    width: 100%;
  }
}

.page-service-child #price tr:nth-of-type(1) {
  color: #fff;
  background-color: #818181;
}

.page-service-child #price td:nth-of-type(1) {
  background-color: #f7f7f7;
}

.page-srvc-website #plan1,
.page-srvc-website #plan2,
.page-srvc-website #plan3 {
  color: #fff;
  padding: 30px 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .page-srvc-website #plan1,
  .page-srvc-website #plan2,
  .page-srvc-website #plan3 {
    padding: 20px 20px 10px;
  }
}

.page-srvc-website #plan1 {
  background-color: #ff5990;
}

.page-srvc-website #plan2 {
  background-color: #51d426;
}

.page-srvc-website #plan3 {
  background-color: #ff9626;
}

.page-srvc-website .web_plan {
  font-size: 31px;
}

.page-srvc-website .web_plan h5 {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media screen and (max-width: 1000px) {
  .page-srvc-website .web_plan h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .page-srvc-website .web_plan h5 {
    font-size: 21px;
  }
}

.page-srvc-website .web_plan h5 span {
  display: block;
}

.page-srvc-website .web_plan p {
  margin-bottom: 0;
}

.page-srvc-website .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .page-srvc-website .btn-area {
    display: block;
  }
}

.page-srvc-website .btn-area > p {
  margin-right: 12px;
}

@media screen and (max-width: 640px) {
  .page-srvc-website .btn-area > p {
    margin-right: 0;
  }
}

.page-srvc-website .btn-area > p:nth-of-type(1) {
  margin-bottom: 12px;
}

.page-srvc-website .btn_green,
.page-srvc-website .btn_blue {
  color: #fff;
  display: block;
}

.page-srvc-directmarketing .lead {
  margin-top: 40px;
}

.page-srvc-directmarketing .direct-marketing__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .page-srvc-directmarketing .direct-marketing__row {
    display: block;
  }
}

.page-srvc-directmarketing .direct_marketing__img {
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .page-srvc-directmarketing .direct_marketing__img {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .page-srvc-directmarketing .direct_marketing__img img {
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .page-srvc-adsupport-listing img {
    height: auto;
  }
}

.page-srvc-adsupport-listing .adsuportMenu img {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page-srvc-adsupport-listing .adsuportNav:after {
    content: '';
    display: block;
    width: 32%;
  }
}

.page-srvc-adsupport-listing .adsuportNav img {
  margin: auto;
}

.page-srvc-adsupport-listing .adsuportNav li {
  width: 19%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page-srvc-adsupport-listing .adsuportNav li {
    margin: auto;
    width: 32%;
    margin-bottom: 12px;
  }
}

.page-srvc-landingpage h3 {
  position: relative;
  margin: 0;
  padding: 0;
  border-left: 0;
  font-size: 0;
}

.page-srvc-landingpage h3:after {
  content: none;
}

.page-srvc-landingpage h4 {
  position: relative;
  /* margin: 85px auto 5px; */
  /* padding: 10px 10px 18px 30px; */
  color: #fff;
  font-size: 24px;
  background-color: #0d1f72;
  -webkit-box-shadow: 6px -6px 0 #ccc;
  box-shadow: 6px -6px 0 #ccc;
}

.page-srvc-landingpage h4:before {
  content: none;
}

.page-srvc-landingpage table {
  background-color: #f7f7f7;
  width: 100%;
}

.page-srvc-landingpage th {
  vertical-align: middle;
  background-color: #f5f5f5;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .page-srvc-landingpage .h3title__img img {
    width: 100%;
  }
}

.page-srvc-landingpage .solutionlp_contentbox:nth-of-type(1) h4 {
  /* margin: 35px auto 5px; */
}

.page-srvc-landingpage .solutionlp_contentbox03 {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .page-srvc-landingpage .solutionlp_contentbox03 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-srvc-landingpage .solutionlp_contentbox03 > img {
  width: 20% !important;
}

@media screen and (max-width: 768px) {
  .page-srvc-landingpage .solutionlp_contentbox03 > img {
    width: 49% !important;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .page-srvc-landingpage .solutionlp_contentbox03 > img:nth-of-type(2) {
    margin-right: 0 !important;
  }
}

.page-srvc-landingpage .solutionlp_plan h5 img {
  width: 100%;
}

.page-srvc-landingpage .solutionlp_plan li {
  width: 15%;
}

.page-srvc-landingpage .solutionlp_plan li:nth-child(1) {
  width: 15%;
  padding: 0;
}

.page-srvc-landingpage .solutionlp_h4_img {
  display: inline-block;
  margin-top: -60px;
  margin-right: 20px;
  position: relative;
  top: 20px;
}

.page-srvc-landingpage .solutionlp_boxs01 {
  margin: 20px 0 0;
}

.page-srvc-landingpage .solutionlp_voice_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .page-srvc-landingpage .solutionlp_voice_detail {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .page-srvc-landingpage .voice_detail_left {
    margin: 30px auto;
  }
}

@media screen and (max-width: 768px) {
  .page-srvc-landingpage .solutionlp_contentflow,
  .page-srvc-landingpage #option {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page-srvc-landingpage .solutionlp_contentflow img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page-srvc-landingpage .solutionlp_content_flowstep {
    display: block;
  }
}

.page-srvc-landingpage .solutionlp_content_flowstep p {
  font-size: 14px;
}

.page-srvc-landingpage .solutionlp_content_flowstep:nth-of-type(3) .solutionlp_flowstep_txt {
  padding: 5px 15px 29px 10px;
}

@media screen and (max-width: 640px) {
  .page-srvc-landingpage .solutionlp_flowstep_img {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

.page-srvc-landingpage .solutionlp_flowstep_txt {
  padding: 5px 15px 5px 10px;
}

@media screen and (max-width: 640px) {
  .page-srvc-landingpage .solutionlp_flowstep_txt {
    width: 88%;
  }
}

.page-srvc-landingpage .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .page-srvc-landingpage .point {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-srvc-landingpage .point:after {
  content: '';
  display: block;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .page-srvc-landingpage .point:after {
    width: 48%;
  }
}

.page-srvc-landingpage .point > img {
  margin-top: 16px;
  margin-right: 12px;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .page-srvc-landingpage .point > img {
    width: 48%;
  }
}

.page-srvc-landingpage .point > img:nth-last-child(1) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .page-srvc-landingpage .point .hidden {
    margin-right: 0;
  }
}

.page-srvc-landingpage #option p {
  margin-bottom: 0;
}

.page-srvc-adsupport-fb h4:before {
  content: none;
}

.page-srvc-adsupport-fb h5 {
  color: #fff;
  background: #0d1f72;
}

.page-srvc-adsupport-fb li {
  width: 19%;
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb li {
    width: 32%;
    margin-bottom: 12px;
  }
}

.page-srvc-adsupport-fb .adsuportMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .adsuportMenu ul {
    display: block;
  }
}

.page-srvc-adsupport-fb .adsuportMenu li {
  width: 49%;
  border: 1px solid #ccc;
  padding: 5px;
}

.page-srvc-adsupport-fb .adsuportMenu dd {
  margin: 0;
  padding: 0 12px;
}

.page-srvc-adsupport-fb .adsuport_how img {
  display: block;
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  .page-srvc-adsupport-fb .adsuport_how img {
    width: 100%;
    height: auto;
  }
}

.page-srvc-adsupport-fb .adsuport_how dt {
  font-size: 18px !important;
  background-color: #eee;
  padding: 10px 10px 8px;
  border-left: 6px solid #aaa;
}

.page-srvc-adsupport-fb .adsuport_how:nth-of-type(1) h5 {
  background: #25c99b;
}

.page-srvc-adsupport-fb .adsuport_how:nth-of-type(1) dt {
  border-left: 6px solid #25c99b;
}

.page-srvc-adsupport-fb .adsuport_how:nth-of-type(2) h5 {
  background: #2eadff;
}

.page-srvc-adsupport-fb .adsuport_how:nth-of-type(2) dt {
  border-left: 6px solid #2eadff;
}

.page-srvc-adsupport-fb .adsuport_how:nth-of-type(3) h5 {
  background: #b061c2;
}

.page-srvc-adsupport-fb .adsuport_how:nth-of-type(3) dt {
  border-left: 6px solid #b061c2;
}

.page-srvc-adsupport-fb .adsuport_how:nth-of-type(4) h5 {
  background: #d04ea4;
}

.page-srvc-adsupport-fb .adsuport_how:nth-of-type(4) dt {
  border-left: 6px solid #d04ea4;
}

.page-srvc-adsupport-fb .adsuport_how:nth-of-type(4) span {
  color: #d04ea4;
}

@media screen and (max-width: 768px) {
  .page-srvc-adsupport-fb .adsuport_how:nth-of-type(4) img {
    min-width: 250px;
    width: 80%;
    float: none;
    margin: 27px auto !important;
    display: block;
  }
}

.page-srvc-adsupport-fb .adsuport_how:nth-of-type(5) h5 {
  background: #2b71d0;
}

.page-srvc-adsupport-fb .adsuport_how:nth-of-type(5) dt {
  border-left: 6px solid #2b71d0;
}

.page-srvc-adsupport-fb .adreport_proposal {
  border: solid 2px #3b3ba1;
  margin-top: 20px;
  padding: 20px;
}

.page-srvc-adsupport-fb .adreport_proposal h5 {
  color: #fff;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  background-color: #3b3ba1;
  display: inline-block;
  letter-spacing: 0.2em;
  padding: 0 20px;
  margin-right: 10px;
  position: relative;
}

.page-srvc-adsupport-fb .adreport_proposal h5:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  border-top-color: transparent;
  border-top-width: medium;
  border-right-color: transparent;
  border-right-width: medium;
  border-bottom-color: transparent;
  border-bottom-width: medium;
  border-left-color: transparent;
  border-left-width: medium;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(59, 59, 161, 0);
  border-left-color: rgba(59, 59, 161, 0);
  border-left-color: #3b3ba1;
  border-width: 7px;
  margin-top: -2px;
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .adreport_proposal h5:after {
    display: none;
  }
}

.page-srvc-adsupport-fb .adreport_proposal h5 + p {
  height: 50px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .adreport_proposal h5 + p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .adreport_proposal h5.left {
    float: none;
  }
}

.page-srvc-adsupport-fb .flow {
  padding: 15px;
  background-color: #eaeaf9;
  text-align: center;
  font-weight: bold;
  font-size: 18px !important;
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .flow {
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .page-srvc-adsupport-fb .fbVideo {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-srvc-adsupport-fb .fbVideo iframe {
    width: 100%;
  }
}

.page-srvc-adsupport-fb .hypothesis {
  background-color: #ededf2;
  padding: 10px 10px 0;
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .hypothesis {
    padding: 10px;
  }
}

.page-srvc-adsupport-fb .hypothesis dd {
  background-color: #fff;
  height: 46px;
  line-height: 46px;
  margin: 5px 0 0 65px;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .hypothesis dd {
    padding: 14px 16px 10px;
    height: auto;
    line-height: 1.3;
  }
}

.page-srvc-adsupport-fb .hypothesis + img {
  display: block;
  margin: auto;
  position: relative;
  bottom: 15px;
}

.page-srvc-adsupport-fb .hypothesis + img.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .page-srvc-adsupport-fb .hypothesis + img.pc {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .hypothesis + img.pc {
    display: none;
  }
}

.page-srvc-adsupport-fb .hypothesis + img + img.sp_ex {
  display: none;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .hypothesis + img + img.sp_ex {
    display: block;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 768px) {
  .page-srvc-adsupport-fb .adreport_img {
    width: 100%;
    height: auto;
  }
}

.page-srvc-adsupport-fb .bases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .bases {
    display: block;
    margin-top: 30px !important;
  }
}

.page-srvc-adsupport-fb .bases dl {
  border: solid 1px #259df9;
  background-color: #fff;
}

.page-srvc-adsupport-fb .bases dl:nth-of-type(1) {
  margin-right: 12px;
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .bases dl:nth-of-type(1) {
    margin-right: 0;
  }
}

.page-srvc-adsupport-fb .bases dt {
  width: 160px;
  background-color: #259df9;
  color: #ffffff;
  text-align: center;
  padding: 8px 5px 6px;
  position: relative;
  bottom: 11px;
  left: -1px;
}

.page-srvc-adsupport-fb .bases dd {
  margin: 0;
  padding: 0 20px;
  height: 80px;
  line-height: 1.3;
}

.page-srvc-adsupport-fb .action dt {
  margin-top: -5px;
}

.page-srvc-adsupport-fb .action dd {
  background-color: #deeffc;
  height: 46px;
  line-height: 46px;
  margin: 5px 0 0 65px;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .page-srvc-adsupport-fb .action dd {
    height: auto;
    padding: 20px;
    line-height: 1.3;
  }
}

.page-srvc-adsupport-fb .action dd:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  border-top-color: transparent;
  border-top-width: medium;
  border-right-color: transparent;
  border-right-width: medium;
  border-bottom-color: transparent;
  border-bottom-width: medium;
  border-left-color: transparent;
  border-left-width: medium;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 5px;
  margin-top: -5px;
}

.page-srvc-graphic #graphic_works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-srvc-graphic #graphic_works li {
  margin-right: 12px;
}

.page-srvc-graphic #graphic_works li:nth-last-child(1) {
  margin-right: 0;
}

.page-srvc-seminar .btn_seminar {
  text-align: center;
  width: 500px;
  margin: auto auto 10px auto;
  border: #ccc 1px solid;
}

@media screen and (max-width: 640px) {
  .page-srvc-seminar .btn_seminar {
    width: 100%;
  }
}

.page-srvc-seminar .btn_seminar a {
  display: block;
  color: #0d1f72;
  background-color: #e7e7e7;
  padding: 15px 10px;
}

.page-srvc-seo h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .page-srvc-seo .container img {
    width: 100%;
  }
}

.page-srvc-seo .seo_case {
  border: solid 2px #5040c4;
  margin: 3rem 0;
}

@media screen and (max-width: 768px) {
  .page-srvc-seo .seo_case img {
    width: 100%;
  }
}

.page-srvc-seo .seo_service li {
  margin-bottom: 30px;
}

.page-contact .mw_wp_form .error {
  font-size: 1em;
  line-height: 1.7em;
}

.page-contact form {
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin-bottom: 60px;
}

.page-contact form .topp {
  text-align: center;
}

.page-contact form .topp a:link,
.page-contact form .topp a:visited {
  color: #122a98;
  display: inline-block;
  margin: auto;
  font-size: 1rem;
  margin-top: 2em;
}

.page-contact form .topp a:link::before,
.page-contact form .topp a:visited::before {
  content: '>> ';
}

.page-contact form .topp a:hover,
.page-contact form .topp a:active {
  cursor: pointer;
  text-decoration: underline;
}

.page-contact table {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .page-contact table tr {
    margin-bottom: 1em;
  }
}

.page-contact table th {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .page-contact table th {
    display: block;
    width: auto;
    border-top: none;
    padding-bottom: 0;
  }
}

.page-contact table th .must {
  color: #b70000;
  margin-left: 0;
  display: block;
  line-height: 1.7;
}

@media screen and (max-width: 991px) {
  .page-contact table td {
    display: block;
    border-top: none;
  }
  .page-contact table td input {
    width: 100%;
  }
  .page-contact table td input[type='radio'] {
    width: auto;
  }
  .page-contact table td textarea {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .page-contact .mw_wp_form .vertical-item label {
    display: table-row;
  }
}

@media screen and (max-width: 991px) {
  .page-contact .mw_wp_form .vertical-item label input[type='radio'] {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
  }
}

.page-contact .mw_wp_form .vertical-item label span {
  display: table-cell;
  line-height: 1.6em;
}

@media screen and (max-width: 991px) {
  .page-contact .mw_wp_form_confirm table th {
    padding-bottom: 12px;
  }
}

.page-contact .mw_wp_form_confirm table th .must {
  display: none;
}

@media screen and (max-width: 991px) {
  .page-contact .mw_wp_form_confirm table td {
    background-color: #fff;
    padding-bottom: 2em;
  }
}

.page-thanks .container {
  margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
  .page-thanks .container {
    min-height: calc(100vh - 280px);
    margin-bottom: 40px;
  }
}

.page-thanks .mw_wp_form_complete {
  width: 100%;
  max-width: 960px;
  padding: 1em;
  font-size: 1rem;
  line-height: 1.7em;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .page-thanks .mw_wp_form_complete {
    margin-bottom: 40px;
  }
}

input[type='submit'] {
  background: #0f0f0f;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 5rem;
  width: 22rem;
  margin: 39px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}

@media screen and (max-width: 1199px) {
  input[type='submit'] {
    width: 22rem;
  }
}

@media screen and (max-width: 991px) {
  input[type='submit'] {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 767px) {
  input[type='submit'] {
    width: 100%;
    margin-top: 0;
    font-size: 0.75rem;
    height: 5em;
  }
}

input[type='submit']:hover {
  cursor: pointer;
  background: #122a98;
}

@media screen and (max-width: 991px) {
  input[type='submit']:hover {
    background: #0f0f0f;
  }
}

.page-privacypolicy .privacypolicy_inner {
  border-radius: 15px;
  margin: 20px 0;
  background: #eff5f6;
  border: 5px solid #e5eeef;
  padding: 20px;
}

.page-privacypolicy .privacypolicy_inner h1 {
  margin: 0 0 30px 0;
}

.page-privacypolicy .privacypolicy_inner h2 {
  margin: 30px 0 20px 0;
}

.page-privacypolicy .privacypolicy_inner p {
  margin: 20px 0;
  font-size: 0.95em;
  line-height: 140%;
  text-align: justify;
  text-justify: distribute;
}

.page-privacypolicy .privacypolicy_inner ul {
  margin: 20px 0 0 30px;
}

.page-privacypolicy .privacypolicy_inner ul li {
  list-style: outside decimal;
  font-size: 0.95em;
  line-height: 140%;
  margin: 10px 0 0 0;
}

.page-privacypolicy .privacypolicy_inner ul li ul {
  margin: 15px 0 10px 10px;
}

.page-privacypolicy .privacypolicy_inner ul li ul li {
  list-style: outside none;
  margin-left: 20px;
  text-indent: -1.5em;
}

.page-privacypolicy .privacypolicy_inner ul.child {
  margin: 15px 0 0 10px;
}

.page-privacypolicy .privacypolicy_inner ul.child li {
  list-style: outside none;
  margin-left: 45px;
  text-indent: -1.7em;
}

.page-privacypolicy .privacypolicy_inner p.tR {
  margin: 30px 0 0 0;
  font-size: 0.95em;
  line-height: 140%;
  text-align: right;
}

.page-privacypolicy .privacypolicy_inner ul li ul li ol li {
  list-style: outside lower-roman;
  margin-left: 20px;
  text-indent: -0.2em;
}

.page-privacypolicy div.wrapKOPIPE pre {
  width: 620px;
  max-height: 500px;
  overflow: scroll;
  background: #ffffff;
}

.page-privacypolicy div.wrapKOPIPE code {
  display: block;
  padding: 10px 20px;
}

.page-privacypolicy ul.tab li {
  display: inline;
  font-size: 0.95em;
  line-height: 140%;
}

.page-voice #voice ul.voice_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.page-voice #voice ul.voice_list li {
  padding: 10px;
  border: 1px solid #d4d4d4;
  width: 25%;
  position: relative;
  height: 560px;
  margin: 0 30px 30px 0;
}

.page-voice #voice ul.voice_list li img {
  width: 100%;
  margin-top: 15px;
}

.page-voice #voice ul.voice_list li p:first-child {
  background-color: #0066cb;
  position: relative;
  padding: 12px;
  color: #fff;
  line-height: 23px;
  font-weight: bold;
  height: 110px;
  display: table-cell;
  vertical-align: middle;
}

.page-voice #voice ul.voice_list li p:first-child:after {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 0;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #0066cb;
}

.page-voice #voice ul.voice_list li .voice-profile {
  font-size: 14px;
  margin: 0px;
}

.page-voice #voice ul.voice_list li a {
  width: 94%;
  height: auto;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  background-color: #188cff;
  color: #fff;
  border-radius: 5px;
}

.page-voice #voice ul.voice_list li a:hover {
  background-color: #0d5296;
}

@media (max-width: 698px) {
  .page-voice #voice ul.voice_list {
    display: block;
  }
  .page-voice #voice ul.voice_list li {
    display: block;
    width: 100%;
  }
  .page-voice #voice ul.voice_list li img {
    width: 60%;
  }
  .page-voice #voice ul.voice_list li p:first-child {
    height: auto;
    font-size: 25px;
    line-height: 30px;
  }
}

.page-voice .voice {
  margin-bottom: 50px;
  position: relative;
}

.page-voice .voice .voice-orange,
.page-voice .voice .voice-pink,
.page-voice .voice .voice-green {
  -webkit-box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  -ms-box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  z-index: 0;
}

.page-voice .voice .voice-orange > span,
.page-voice .voice .voice-pink > span,
.page-voice .voice .voice-green > span {
  padding: 20px 50px;
  font-size: 4rem;
  font-weight: bold;
  color: #e7e9f4;
  font-style: italic;
}

.page-voice .voice .voice-orange .voice-top p:nth-child(2),
.page-voice .voice .voice-pink .voice-top p:nth-child(2),
.page-voice .voice .voice-green .voice-top p:nth-child(2) {
  background-color: #eeeeee;
  z-index: -99;
  position: relative;
  padding: 12px 0 12px 250px;
  font-size: 16px;
  margin-bottom: 0 !important;
  z-index: -1;
}

.page-voice .voice .voice-orange .inner,
.page-voice .voice .voice-pink .inner,
.page-voice .voice .voice-green .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  background-color: #fff;
}

.page-voice .voice .voice-orange .inner .voice-q .q,
.page-voice .voice .voice-pink .inner .voice-q .q,
.page-voice .voice .voice-green .inner .voice-q .q {
  text-align: left;
  border: #3b3ba1 solid 3px;
  color: #3b3ba1;
  font-size: 1.2rem;
  display: block;
  padding: 10px 20px;
}

.page-voice .voice .voice-orange .inner .voice-q .a,
.page-voice .voice .voice-pink .inner .voice-q .a,
.page-voice .voice .voice-green .inner .voice-q .a {
  margin-top: 20px;
}

.page-voice .voice .voice-orange .inner .voice-q .a span,
.page-voice .voice .voice-pink .inner .voice-q .a span,
.page-voice .voice .voice-green .inner .voice-q .a span {
  color: #ff6600;
}

.page-voice .voice .voice-orange .inner .voice-q .a a,
.page-voice .voice .voice-pink .inner .voice-q .a a,
.page-voice .voice .voice-green .inner .voice-q .a a {
  color: #3b3ba1;
}

.page-voice .voice .voice-orange .inner .voice-q .a a:hover,
.page-voice .voice .voice-pink .inner .voice-q .a a:hover,
.page-voice .voice .voice-green .inner .voice-q .a a:hover {
  opacity: 0.8;
}

.page-voice .voice .voice-orange .inner img,
.page-voice .voice .voice-pink .inner img,
.page-voice .voice .voice-green .inner img {
  height: 540px;
  -webkit-box-shadow: -2px 6px 20px -6px rgba(0, 0, 0, 0.34);
  -ms-box-shadow: -2px 6px 20px -6px rgba(0, 0, 0, 0.34);
  box-shadow: -2px 6px 20px -6px rgba(0, 0, 0, 0.34);
  margin-left: 80px;
}

.page-voice .voice .voice-orange {
  margin-bottom: 50px;
}

.page-voice .voice .voice-orange .voice-top {
  background: URL(../images/service/img_main_voice1.png) left 15px center no-repeat;
  height: auto;
  background-size: 13%;
  background-position-x: 5%;
}

.page-voice .voice .voice-orange .voice-top p:first-child {
  background: URL(../images/service/good-icon.png) #fd9f21 right 20px center no-repeat;
  z-index: -99;
  position: relative;
  padding: 16px 0 16px 250px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0 !important;
  line-height: 28px;
  z-index: -1;
}

.page-voice .voice .voice-pink {
  margin-bottom: 50px;
}

.page-voice .voice .voice-pink .voice-top {
  background: URL(../images/service/img_main_voice2.png) left 15px center no-repeat;
  height: auto;
  background-size: 13%;
  background-position-x: 5%;
  margin-bottom: 15px;
}

.page-voice .voice .voice-pink .voice-top p:first-child {
  background: URL(../images/service/good-icon.png) #e66998 right 20px center no-repeat;
  z-index: -99;
  position: relative;
  padding: 16px 0 16px 250px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0 !important;
  line-height: 28px;
}

.page-voice .voice .voice-green {
  margin-bottom: 50px;
}

.page-voice .voice .voice-green .voice-top {
  background: URL(../images/service/img_main_voice3.png) left 15px center no-repeat;
  height: auto;
  background-size: 13%;
  background-position-x: 5%;
  margin-bottom: 15px;
}

.page-voice .voice .voice-green .voice-top p:first-child {
  background: URL(../images/service/good-icon.png) #69e688 right 20px center no-repeat;
  z-index: -99;
  position: relative;
  padding: 16px 0 16px 250px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0 !important;
  line-height: 28px;
}

@media (max-width: 992px) {
  .page-voice .voice .voice-orange .inner,
  .page-voice .voice .voice-pink .inner,
  .page-voice .voice .voice-green .inner {
    display: block;
  }
  .page-voice .voice .voice-orange .inner img,
  .page-voice .voice .voice-pink .inner img,
  .page-voice .voice .voice-green .inner img {
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-voice .voice .voice-orange .inner,
  .page-voice .voice .voice-pink .inner,
  .page-voice .voice .voice-green .inner {
    padding: 0 20px;
  }
  .page-voice .voice .voice-orange .voice-top,
  .page-voice .voice .voice-pink .voice-top,
  .page-voice .voice .voice-green .voice-top {
    background-position-x: 2%;
  }
  .page-voice .voice .voice-orange .voice-top p:first-child,
  .page-voice .voice .voice-orange .voice-top p:nth-child(2),
  .page-voice .voice .voice-pink .voice-top p:first-child,
  .page-voice .voice .voice-pink .voice-top p:nth-child(2),
  .page-voice .voice .voice-green .voice-top p:first-child,
  .page-voice .voice .voice-green .voice-top p:nth-child(2) {
    padding: 16px 0 16px 115px;
  }
  .page-voice .voice .voice-orange > span,
  .page-voice .voice .voice-pink > span,
  .page-voice .voice .voice-green > span {
    font-size: 12vw;
  }
}

@media (max-width: 576px) {
  .page-voice .voice .voice-orange .inner,
  .page-voice .voice .voice-pink .inner,
  .page-voice .voice .voice-green .inner {
    padding-top: 35px;
  }
  .page-voice .voice .voice-orange .voice-top,
  .page-voice .voice .voice-pink .voice-top,
  .page-voice .voice .voice-green .voice-top {
    background-image: none;
  }
  .page-voice .voice .voice-orange .voice-top p:first-child,
  .page-voice .voice .voice-orange .voice-top p:nth-child(2),
  .page-voice .voice .voice-pink .voice-top p:first-child,
  .page-voice .voice .voice-pink .voice-top p:nth-child(2),
  .page-voice .voice .voice-green .voice-top p:first-child,
  .page-voice .voice .voice-green .voice-top p:nth-child(2) {
    padding: 16px;
  }
}

.informations-main {
  width: 100%;
  max-width: 100%;
  float: left;
}

.informations-main h3 {
  border-bottom: #e3e3e3 1px solid;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 21px;
  padding-left: 15px;
  position: relative;
}

.informations-main h3::before {
  display: block;
  content: '';
  background-color: #0d1f72;
  width: 5px;
  position: absolute;
  height: 23px;
  top: -3px;
  left: 0px;
}

.informations-main__info--ul li {
  margin-bottom: 15px;
}

.informations-main__info--ul li a {
  color: #3c3ba1;
}

.informations-main__info--ul li::before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: #0d1f72 #0d1f72 transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.informations-main__info--ul .time {
  margin-right: 10px;
  letter-spacing: 0.1em;
}

.container .post {
  padding-top: 20px;
}

.container .post h2,
.container .post__ul {
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.container .post__ul li {
  display: inline-block;
  list-style: none;
  margin-left: 0px;
  margin-right: 10px;
}

.container .post__ul li span {
  color: #3c3ba1;
}

.srvc-landingpage h3 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .solutionlp_contentbox .point .sp_hide {
    display: block;
  }
  .solutionlp_contentbox .point .hidden {
    display: none;
  }
  .solutionlp_contentflow .solutionlp_content_flowstep .sp_hide {
    display: block;
  }
  .solutionlp_contentflow .solutionlp_content_flowstep .hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .solutionlp_contentbox .point .sp_hide {
    display: none;
  }
  .solutionlp_contentbox .point .hidden {
    display: block;
  }
  .page-srvc-landingpage .point > img {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }
  .page-srvc-landingpage .solutionlp_contentbox03 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-srvc-landingpage .solutionlp_contentbox03 > img {
    width: 80%;
  }
  .solutionlp_contentflow .solutionlp_content_flowstep .sp_hide {
    display: none;
  }
  .solutionlp_contentflow .solutionlp_content_flowstep .hidden {
    display: block;
  }
}

.page-srvc-fbpage #plan1 {
  background: #ff5990;
  width: 100%;
}

.page-srvc-fbpage .plan-img {
  vertical-align: top;
  display: inline-block;
  width: 20%;
}

.page-srvc-fbpage .text {
  display: inline-block;
  width: 75%;
}

.page-srvc-fbpage #plan2 {
  background: #51d426;
  width: 100%;
}

.page-srvc-fbpage #plan3 {
  background: #ff9626;
  width: 100%;
}

.page-srvc-fbpage .fb_plan {
  padding: 20px;
  color: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
}

.page-srvc-fbpage .fb_plan ul li {
  float: left;
  margin: 0 15px 10px 0;
  color: #000000;
  padding-top: 5px;
  text-align: center;
  width: 130px;
  height: 25px;
  background: #fff;
  font-size: 12px;
}

.page-srvc-fbpage .fb_plan ul li#btn_sample {
  line-height: 30px;
  height: auto;
}

.page-srvc-fbpage .fb_plan h5 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 36px;
}

.page-srvc-fbpage .fb_plan ul li#btn_sample {
  width: 190px;
  height: 30px;
  background: #0066cc;
  padding: 0;
}

.page-srvc-fbpage .img_title,
.page-srvc-fbpage .adsupport_bnr {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-srvc-fbpage .plan-img {
    display: none;
  }
  .page-srvc-fbpage .text {
    display: block;
    width: 100%;
  }
}

.page-srvc-adsupport-listing #price {
  width: 100%;
}

@media (max-width: 768px) {
  .page-srvc-adsupport-listing #header img {
    margin: 0px;
    width: 63%;
  }
}

.page-srvc-adsupport-fb li {
  width: auto;
}

.page-srvc-adsupport-fb .img_title,
.page-srvc-adsupport-fb .fbVideo {
  text-align: center;
}

.page-srvc-adsupport-fb #price {
  width: 100%;
}

.page-srvc-seo .seo_service li dl {
  width: 79%;
}

.page-srvc-seo .seo_service li img {
  width: 20%;
}

.page-srvc-seo table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-srvc-seo .seo_service li dl {
    width: 100%;
  }
  .page-srvc-seo .seo_service li img {
    width: 100%;
  }
}

.page-voice .content_inner > img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .page-voice .voice_list {
    width: 100%;
  }
  .page-voice .voice_list li {
    width: 100%;
    text-align: center;
  }
  .page-voice .content_inner h4.title_bg_blue {
    height: auto;
  }
}

.page-spcl-ithojoseminar .tx-center {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-spcl-ithojoseminar .ithojo-contents .point {
    text-align: center;
    max-width: initial;
  }
  .page-spcl-ithojoseminar .tx-center img {
    width: 100%;
    height: auto;
  }
  .page-spcl-ithojoseminar table#seminar_apply {
    width: 100%;
  }
  .page-spcl-ithojoseminar table#seminar_apply th,
  .page-spcl-ithojoseminar table#seminar_apply input,
  .page-spcl-ithojoseminar table#seminar_apply #your-message {
    width: 100%;
  }
  .page-spcl-ithojoseminar table#seminar_apply #btn_send {
    width: 220px;
    margin: 0 auto;
  }
  .page-spcl-ithojoseminar .seminar .contants_img {
    text-align: center;
  }
  .page-spcl-ithojoseminar .seminar .contants_img .daihyou {
    width: 100%;
  }
}

img.ithojo-btn {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .page-spcl-sogyoknowhowseminar .contants_img img {
    width: 100%;
  }
  .page-spcl-sogyoknowhowseminar #seminar_apply {
    width: 100%;
  }
  .page-spcl-sogyoknowhowseminar #seminar_apply th,
  .page-spcl-sogyoknowhowseminar #seminar_apply #seminar,
  .page-spcl-sogyoknowhowseminar #seminar_apply input,
  .page-spcl-sogyoknowhowseminar #seminar_apply textarea {
    width: 100%;
  }
  .page-spcl-sogyoknowhowseminar #seminar_apply #btn_send {
    width: 220px;
    margin: 0 auto;
  }
}

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

.security-policy object {
  margin: 50px 0;
}

.page-srvc-wp .btn-area,
.page-srvc-fbpage .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  width: 70%;
}

.page-srvc-wp .btn-area a,
.page-srvc-fbpage .btn-area a {
  border: 1px solid #0f0f0f;
  color: #0f0f0f;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-srvc-wp .btn-area .btn--pf,
.page-srvc-fbpage .btn-area .btn--pf {
  width: 49%;
}

.page-srvc-wp .btn-area .btn--pf div:after,
.page-srvc-fbpage .btn-area .btn--pf div:after {
  content: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjQ3LjVweCIgaGVpZ2h0PSIxMC41cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigxNSwgMTUsIDE1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTEuMDY4LDguMzcxIEw0Mi42ODAsOC4zNzEgTDMzLjU3MSwxLjg3MyAiLz4KPC9zdmc+);
}

.page-srvc-wp .btn-area .btn--srvc,
.page-srvc-fbpage .btn-area .btn--srvc {
  width: 49%;
}

.page-srvc-wp .btn-area .btn--srvc div:after,
.page-srvc-fbpage .btn-area .btn--srvc div:after {
  content: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjQ3LjVweCIgaGVpZ2h0PSIxMC41cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigyNTUsIDI1NSwgMjU1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTEuMDY4LDguMzcxIEw0Mi42ODAsOC4zNzEgTDMzLjU3MSwxLjg3MyAiLz4KPC9zdmc+);
}

.page-srvc-wp .btn-area .btn--pf:hover,
.page-srvc-fbpage .btn-area .btn--pf:hover {
  color: #fff;
}

.page-srvc-wp .btn-area .btn--pf:hover div:after,
.page-srvc-fbpage .btn-area .btn--pf:hover div:after {
  content: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjQ3LjVweCIgaGVpZ2h0PSIxMC41cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigyNTUsIDI1NSwgMjU1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTEuMDY4LDguMzcxIEw0Mi42ODAsOC4zNzEgTDMzLjU3MSwxLjg3MyAiLz4KPC9zdmc+);
}

.page-srvc-wp .btn-area .btn--srvc,
.page-srvc-fbpage .btn-area .btn--srvc {
  background: #0f0f0f;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 5rem;
}

@media (max-width: 768px) {
  .page-srvc-wp .btn-area,
  .page-srvc-fbpage .btn-area {
    display: block;
  }
  .page-srvc-wp .btn-area a.btn--pf div,
  .page-srvc-fbpage .btn-area a.btn--pf div {
    font-size: 1.3rem;
  }
  .page-srvc-wp .btn-area a.btn--pf,
  .page-srvc-wp .btn-area a.btn--srvc,
  .page-srvc-fbpage .btn-area a.btn--pf,
  .page-srvc-fbpage .btn-area a.btn--srvc {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
}

.page-srvc-website .btn-area {
  margin-bottom: 50px;
}

.page-srvc-website #btn_web_works .btn {
  background: #1287cc;
  font-size: 22px;
  width: 50%;
}

@media (max-width: 768px) {
  .page-srvc-website #btn_web_works .btn {
    font-size: 1.3rem;
    width: 80%;
    margin: 0 auto;
  }
}

.page-srvc-fbpage .btn-area {
  margin-bottom: 40px;
}

.page-srvc-fbpage .plan-btn-erea a {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .single article.post a {
    word-break: break-word;
  }
}

/*service/srvc-landingpage*/
.page-srvc-landingpage main {
  overflow: hidden;
}

.page-srvc-landingpage .top {
  background-image: URL(../images/service/srvc-landing-top.png);
  width: 100%;
  height: 475px;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-srvc-landingpage .top > img {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 10%;
}

.page-srvc-landingpage .top__left {
  width: 60%;
}

.page-srvc-landingpage .top__left > span {
  background-image: URL(../images/service/orange-arrow.png);
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  background-size: 70%;
  background-position: bottom;
}

.page-srvc-landingpage .top__left > span > p {
  width: 54%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-shadow: 2px 2px 0 #0d1f72, -2px -2px 0 #0d1f72, -2px 2px 0 #0d1f72, 2px -2px 0 #0d1f72,
    0px 2px 0 #0d1f72, 0 -2px 0 #0d1f72, -2px 0 0 #0d1f72, 2px 0 0 #0d1f72;
}

.page-srvc-landingpage .top__left > span > p span {
  font-size: 2.2rem;
}

.page-srvc-landingpage .top__left > p {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 3rem;
  margin-top: 30px;
  font-weight: bold;
  -moz-text-shadow: 0px 0px 8px #000930;
  -webkit-text-shadow: 0px 0px 8px #000930;
  -ms-text-shadow: 0px 0px 8px #000930;
  text-shadow: 0px 0px 8px #000930;
  position: relative;
}

.page-srvc-landingpage .top__left > p span {
  color: #fd9f25;
  font-size: 2.4rem;
}

.page-srvc-landingpage .top__left > p span.white {
  color: #fff;
}

.page-srvc-landingpage .top__left > p .sp-only {
  display: none;
}

.page-srvc-landingpage .top__left > p:before {
  content: '';
  display: inline-block;
  background-image: URL(../images/service/pc-icon.png);
  width: 13%;
  position: absolute;
  left: 70px;
  height: 68px;
}

.page-srvc-landingpage .top__left > p:after {
  content: '';
  display: inline-block;
  background-image: URL(../images/service/facebook-good-icon.png);
  width: 14%;
  position: absolute;
  right: 70px;
  top: 0;
  height: 94px;
}

.page-srvc-landingpage .top__left ul {
  width: 100%;
  padding: 30px 0 0 30px;
}

.page-srvc-landingpage .top__left ul li {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #fff;
  -webkit-box-shadow: 9px 9px 0px -2px #aaaaaa;
  -ms-box-shadow: 9px 9px 0px -2px #aaaaaa;
  box-shadow: 9px 9px 0px -2px #aaaaaa;
  color: #0d1f72;
  display: inline-block;
  position: relative;
  height: 45px;
  padding: 0 1% 0 6%;
  line-height: 45px;
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
}

.page-srvc-landingpage .top__left ul li:before {
  content: '';
  background-image: URL(../images/service/orange-check.png);
  width: 10%;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  background-size: 45px;
  top: -6px;
}

.page-srvc-landingpage .top__right {
  width: 40%;
  position: relative;
}

.page-srvc-landingpage .top__right > p {
  position: absolute;
  bottom: 32%;
  left: 0;
  right: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #142a8f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff,
    0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.page-srvc-landingpage .top__right > p span {
  font-size: 1.8rem;
  display: contents;
}

.page-srvc-landingpage .top__right > p:before {
  content: '';
  display: inline-block;
  background-image: URL(../images/service/text-deco1.png);
  width: 7%;
  background-repeat: no-repeat;
  height: 42px;
}

.page-srvc-landingpage .top__right > p::after {
  content: '';
  display: inline-block;
  background-image: URL(../images/service/text-deco2.png);
  width: 7%;
  background-repeat: no-repeat;
  height: 42px;
}

.page-srvc-landingpage .top__right > span {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 93%;
  height: 170px;
  bottom: 25px;
  right: 30px;
}

.page-srvc-landingpage .top__right > span ul {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.page-srvc-landingpage .top__right > span ul li {
  font-size: 1.3rem;
  padding: 5px 10px;
  margin-right: 10px;
}

.page-srvc-landingpage .top__right > span ul li:first-child {
  background-color: #238b15;
}

.page-srvc-landingpage .top__right > span ul li:nth-child(2) {
  background-color: #1387cc;
}

.page-srvc-landingpage .top__right > span ul li:nth-child(3) {
  background-color: #d3347a;
  margin-right: 0;
}

.page-srvc-landingpage .top__right > span div {
  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;
}

.page-srvc-landingpage .top__right > span div p:first-child {
  background-color: #fba024;
  width: 15%;
  height: 60px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 65px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  line-height: 66px;
  text-shadow: 2px 2px 0 #f76405, -2px -2px 0 #f76405, -2px 2px 0 #f76405, 2px -2px 0 #f76405,
    0px 2px 0 #f76405, 0 -2px 0 #f76405, -2px 0 0 #f76405, 2px 0 0 #f76405;
}

.page-srvc-landingpage .top__right > span div p:first-child:after {
  position: absolute;
  display: block;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 2px;
  right: 0;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border-top: 10px solid #fba024;
}

.page-srvc-landingpage .top__right > span div p:nth-child(2) {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5rem;
  text-align: center;
  position: relative;
  -webkit-text-stroke: 6px #fff;
  -moz-text-shadow: 0px 0px 10px #000930;
  -webkit-text-shadow: 0px 0px 10px #000930;
  -ms-text-shadow: 0px 0px 10px #000930;
  text-shadow: 0px 0px 10px #000930;
}

.page-srvc-landingpage .top__right > span div p:nth-child(2) span {
  font-size: 3rem;
}

.page-srvc-landingpage .top__right > span div p:nth-child(2) small {
  font-size: 1rem;
  -webkit-text-fill-color: #000;
  text-shadow: none;
  -webkit-text-stroke: 0px;
}

.page-srvc-landingpage .top__right > span div p:nth-child(2):after {
  position: absolute;
  text-shadow: none;
  display: block;
  -webkit-text-stroke: 0px;
  content: '梅';
  font-size: 3rem;
  top: -18px;
  left: 0;
  bottom: 0;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff69a9), to(#a9255f)) repeat-x;
  background: linear-gradient(180deg, #ff69a9, #a9255f) repeat-x;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 60px;
}

.page-srvc-landingpage .top__right > span div p:nth-child(2):before {
  position: absolute;
  text-shadow: none;
  display: block;
  -webkit-text-stroke: 0px;
  content: 'プラン';
  font-size: 2rem;
  top: -4px;
  right: 0;
  bottom: 0;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff69a9), to(#a9255f)) repeat-x;
  background: linear-gradient(180deg, #ff69a9, #a9255f) repeat-x;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 40px;
}

.page-srvc-landingpage .top__right > span div p:nth-child(3) {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  -webkit-text-stroke: 6px #fff;
  -moz-text-shadow: 0px 0px 10px #000930;
  -webkit-text-shadow: 0px 0px 10px #000930;
  -ms-text-shadow: 0px 0px 10px #000930;
  text-shadow: 0px 0px 10px #000930;
}

.page-srvc-landingpage .top__right > span div p:nth-child(3) span {
  font-size: 5rem;
}

.page-srvc-landingpage .top__right > span div p:nth-child(3):before {
  position: absolute;
  text-shadow: none;
  display: block;
  content: '万円～';
  font-size: 2rem;
  -webkit-text-stroke: 0px;
  top: 54px;
  right: 0;
  bottom: 0;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff69a9), to(#a9255f)) repeat-x;
  background: linear-gradient(180deg, #ff69a9, #a9255f) repeat-x;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-srvc-landingpage .top__right > span div p:nth-child(3):after {
  position: absolute;
  text-shadow: none;
  display: block;
  -webkit-text-stroke: 0px;
  content: '20';
  font-size: 5rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff69a9), to(#a9255f)) repeat-x;
  background: linear-gradient(180deg, #ff69a9, #a9255f) repeat-x;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none) {
  .page-srvc-landingpage .top__right > span div p:nth-child(2):after,
  .page-srvc-landingpage .top__right > span div p:nth-child(2):before,
  .page-srvc-landingpage .top__right > span div p:nth-child(3):after,
  .page-srvc-landingpage .top__right > span div p:nth-child(3):before {
    background: none;
    color: #ff4f9a;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff,
      0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  }
}

.page-srvc-landingpage .charm {
  -webkit-box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  -ms-box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  margin-bottom: 50px;
}

.page-srvc-landingpage .charm h4 {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #132a98;
  text-align: center;
  /* padding: 20px; */
}

.page-srvc-landingpage .charm .solutionlp_contentbox .solutionlp_boxs01 {
  font-size: 100%;
}

.page-srvc-landingpage .charm .solutionlp_contentbox .solutionlp_boxs01 P {
  line-height: 2rem;
}

.page-srvc-landingpage .charm .solutionlp_contentbox .solutionlp_boxs01 P span {
  color: #ff6600;
  background: none;
  font-weight: bold;
}

.page-srvc-landingpage .charm table {
  background-color: #fff;
  border: none;
  height: 500px;
}

.page-srvc-landingpage .charm table tr.sp-only {
  display: none;
}

.page-srvc-landingpage .charm table tr {
  border: none;
}

.page-srvc-landingpage .charm table tr img {
  display: block;
  margin: 0 auto;
}

.page-srvc-landingpage .charm table tr th {
  width: 20%;
  background-color: #fff;
  border: none;
  font-weight: bold;
  font-size: 4rem;
  color: #ededed;
  font-style: italic;
}

.page-srvc-landingpage .charm table tr td {
  line-height: 2rem;
  vertical-align: middle;
  border: none;
  color: #132a98;
  font-weight: bold;
  font-size: 1.5rem;
}

.page-srvc-landingpage .charm table tr td span {
  color: #ff6600;
}

.page-srvc-landingpage .merit {
  margin: 50px 0;
  background-color: transparent;
  position: relative;
  width: 100%;
}

.page-srvc-landingpage .merit h2,
.page-srvc-landingpage .merit p {
  color: #000;
}

.page-srvc-landingpage .merit .solutionlp_contentbox03 span {
  width: 22.5%;
  height: 250px;
  color: #132a98;
  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: 1.75rem;
  background-repeat: no-repeat;
  font-weight: bold;
  text-shadow: -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff,
    -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff,
    -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff,
    -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff,
    0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff,
    1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff,
    1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff,
    2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff,
    3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff;
}

.page-srvc-landingpage .merit .solutionlp_contentbox03 span:first-child {
  background-image: URL(../images/service/circle-img01.png);
  margin-right: 30px;
}

.page-srvc-landingpage .merit .solutionlp_contentbox03 span:nth-child(2) {
  background-image: URL(../images/service/circle-img02.png);
  margin-right: 30px;
}

.page-srvc-landingpage .merit .solutionlp_contentbox03 span:nth-child(3) {
  background-image: URL(../images/service/circle-img03.png);
  margin-right: 30px;
}

.page-srvc-landingpage .merit .solutionlp_contentbox03 span:nth-child(4) {
  background-image: URL(../images/service/circle-img04.png);
}

.page-srvc-landingpage .merit > span {
  height: 400px;
  top: 20%;
  width: 166.8%;
  position: absolute;
  display: block;
  z-index: -1;
  background-color: #eee;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
}

.page-srvc-landingpage .plan-box {
  margin: 30px 0 100px 0;
}

.page-srvc-landingpage .plan-box .sp-only {
  display: none;
}

.page-srvc-landingpage .plan-box .bg-gray-right {
  position: absolute;
  right: 0;
  width: 60%;
  height: 70%;
  background-color: #eee;
  z-index: -1;
}

.page-srvc-landingpage .plan-box .bg-gray-left {
  position: absolute;
  left: 0;
  width: 60%;
  height: 75%;
  background-color: #eee;
  z-index: -1;
}

.page-srvc-landingpage .plan-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 0;
  position: relative;
}

.page-srvc-landingpage .plan-box .inner .image-box {
  width: 50%;
}

.page-srvc-landingpage .plan-box .inner .image-box a.height:first-child img {
  width: 40.8%;
}

.page-srvc-landingpage .plan-box .inner .image-box img {
  width: 40%;
}

.page-srvc-landingpage .plan-box .inner .image-box span {
  display: block;
  width: 35%;
  padding: 13px 5px 8px 5px;
  text-align: center;
  border: #3b3ba1 solid 3px;
  color: #3b3ba1;
  margin-top: 20px;
  font-size: 1.2rem;
}

.page-srvc-landingpage .plan-box .inner .pink-box,
.page-srvc-landingpage .plan-box .inner .green-box {
  background-color: #fff;
  width: 52%;
}

.page-srvc-landingpage .plan-box .inner .pink-box h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: h;
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-size: 4.75rem;
  font-style: italic;
  color: #d3347a;
  text-transform: uppercase;
  position: relative;
  top: -33px;
  left: -10px;
  line-height: 0.947;
  text-indent: -18rem;
}

.page-srvc-landingpage .plan-box .inner .pink-box h3:before {
  background-image: URL(../images/service/plam-icon.png);
  content: '';
  display: inline-block;
  background-size: 100%;
  vertical-align: sub;
  height: 100px;
  width: 16%;
  background-repeat: no-repeat;
}

.page-srvc-landingpage .plan-box .inner .pink-box > p span {
  color: #d3347a;
}

.page-srvc-landingpage .plan-box .inner .pink-box > span:after {
  content: '';
  position: absolute;
  display: block;
  background: #d3347a;
  width: 87px;
  height: 7px;
  left: 50px;
  bottom: 9px;
}

@media all and (-ms-high-contrast: none) {
  .page-srvc-landingpage .plan-box .inner .blue-box {
    height: 22vw;
  }
}

.page-srvc-landingpage .plan-box .inner .blue-box {
  background-color: #fff;
  width: 52%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.page-srvc-landingpage .plan-box .inner .blue-box > p span {
  color: #1287cc;
}

.page-srvc-landingpage .plan-box .inner .blue-box h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: h;
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-size: 4.75rem;
  font-style: italic;
  color: #1287cc;
  text-transform: uppercase;
  position: relative;
  top: -33px;
  left: -10px;
  line-height: 0.947;
  text-indent: -18rem;
}

.page-srvc-landingpage .plan-box .inner .blue-box h3:before {
  background-image: URL(../images/service/bamboo-icon.png);
  content: '';
  display: inline-block;
  background-size: 100%;
  vertical-align: sub;
  height: 70px;
  width: 16%;
  background-repeat: no-repeat;
}

.page-srvc-landingpage .plan-box .inner .blue-box > span:after {
  content: '';
  position: absolute;
  display: block;
  background: #1287cc;
  width: 87px;
  height: 7px;
  left: 50px;
  bottom: 9px;
}

.page-srvc-landingpage .plan-box .inner .green-box > p span {
  color: #248b16;
}

.page-srvc-landingpage .plan-box .inner .pink-box h3 span,
.page-srvc-landingpage .plan-box .inner .blue-box h3 span,
.page-srvc-landingpage .plan-box .inner .green-box h3 span {
  font-size: 3.75rem;
}

.page-srvc-landingpage .plan-box .inner .pink-box > p,
.page-srvc-landingpage .plan-box .inner .blue-box > p,
.page-srvc-landingpage .plan-box .inner .green-box > p {
  padding: 50px;
}

.page-srvc-landingpage .plan-box .inner .pink-box > span,
.page-srvc-landingpage .plan-box .inner .blue-box > span,
.page-srvc-landingpage .plan-box .inner .green-box > span {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: hja;
  font-size: 1.75rem;
  font-weight: 700;
  position: relative;
  padding: 50px 50px 33px 50px;
}

.page-srvc-landingpage .plan-box .inner .pink-box-small {
  background-color: #d3347a;
  position: absolute;
  width: 218px;
  height: 179px;
  bottom: 20px;
  right: 38%;
  z-index: -1;
}

.page-srvc-landingpage .plan-box .inner .blue-box-small {
  background-color: #1287cc;
  position: absolute;
  width: 218px;
  height: 179px;
  left: -6%;
  bottom: 45%;
  z-index: -1;
}

.page-srvc-landingpage .plan-box .inner .green-box h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: h;
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-size: 4.75rem;
  font-style: italic;
  color: #248b16;
  text-transform: uppercase;
  position: relative;
  top: -33px;
  left: -10px;
  line-height: 0.947;
  text-indent: -18rem;
}

.page-srvc-landingpage .plan-box .inner .green-box h3:before {
  background-image: URL(../images/service/pines-icon.png);
  content: '';
  display: inline-block;
  background-size: 100%;
  vertical-align: sub;
  height: 70px;
  width: 16%;
  background-repeat: no-repeat;
}

.page-srvc-landingpage .plan-box .inner .green-box > span:after {
  content: '';
  position: absolute;
  display: block;
  background: #248b16;
  width: 87px;
  height: 7px;
  left: 50px;
  bottom: 9px;
}

.page-srvc-landingpage .plan-box .inner .green-box-small {
  background-color: #248b16;
  position: absolute;
  width: 218px;
  height: 179px;
  bottom: 20px;
  right: 38%;
  z-index: -1;
}

.page-srvc-landingpage .plan-box .blue-image-box {
  text-align: right;
  position: relative;
}

.page-srvc-landingpage .plan-box .blue-image-box span {
  position: absolute;
  right: 46%;
}

.page-srvc-landingpage .voice {
  margin-bottom: 50px;
  position: relative;
}

.page-srvc-landingpage .voice .voice-deco {
  top: 23rem;
  left: -30%;
  z-index: -2;
  display: block;
  position: absolute;
  width: 187%;
  height: 24.25rem;
  background: #e7e9f4;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(14.5deg);
  transform: rotate(14.5deg);
  margin-left: -10%;
}

.page-srvc-landingpage .voice .voice-deco-IE {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .page-srvc-landingpage .voice .voice-deco {
    display: none;
  }
  .page-srvc-landingpage .voice .voice-deco-IE {
    display: block;
    background-image: URL(../images/service/bg-gray-s.png);
    background-repeat: no-repeat;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
    width: 197.7%;
    height: 100%;
    position: absolute;
    top: 4%;
    left: -30%;
    z-index: -2;
    background-size: contain;
  }
}

.page-srvc-landingpage .voice .voice-title {
  text-align: center;
}

.page-srvc-landingpage .voice .voice-title P {
  text-align: left;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #132a98;
  position: relative;
}

.page-srvc-landingpage .voice .voice-title P span {
  color: #ff6e12;
}

.page-srvc-landingpage .voice .voice-title P .sp-only {
  display: none;
}

.page-srvc-landingpage .voice .voice-title p:before {
  background: URL(../images/service/voice-icon.png) no-repeat;
  content: '';
  display: inline-block;
  height: 96px;
  width: 100px;
  position: absolute;
  left: -26%;
}

.page-srvc-landingpage .voice .voice-orange,
.page-srvc-landingpage .voice .voice-pink {
  -webkit-box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  -ms-box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  z-index: 0;
}

.page-srvc-landingpage .voice .voice-orange > span,
.page-srvc-landingpage .voice .voice-pink > span {
  padding: 20px 50px;
  font-size: 4rem;
  font-weight: bold;
  color: #e7e9f4;
  font-style: italic;
}

.page-srvc-landingpage .voice .voice-orange .voice-top p:nth-child(2),
.page-srvc-landingpage .voice .voice-pink .voice-top p:nth-child(2) {
  background-color: #eeeeee;
  z-index: -99;
  position: relative;
  padding: 12px 0 12px 250px;
  font-size: 16px;
  margin-bottom: 0 !important;
  z-index: -1;
}

.page-srvc-landingpage .voice .voice-orange .inner,
.page-srvc-landingpage .voice .voice-pink .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  background-color: #fff;
}

.page-srvc-landingpage .voice .voice-orange .inner .voice-q .q,
.page-srvc-landingpage .voice .voice-pink .inner .voice-q .q {
  text-align: left;
  border: #3b3ba1 solid 3px;
  color: #3b3ba1;
  font-size: 1.2rem;
  display: block;
  padding: 10px 20px;
}

.page-srvc-landingpage .voice .voice-orange .inner .voice-q .a,
.page-srvc-landingpage .voice .voice-pink .inner .voice-q .a {
  margin-top: 20px;
}

.page-srvc-landingpage .voice .voice-orange .inner .voice-q .a span,
.page-srvc-landingpage .voice .voice-pink .inner .voice-q .a span {
  color: #ff6600;
}

.page-srvc-landingpage .voice .voice-orange .inner .voice-q .a a,
.page-srvc-landingpage .voice .voice-pink .inner .voice-q .a a {
  color: #3b3ba1;
}

.page-srvc-landingpage .voice .voice-orange .inner .voice-q .a a:hover,
.page-srvc-landingpage .voice .voice-pink .inner .voice-q .a a:hover {
  opacity: 0.8;
}

.page-srvc-landingpage .voice .voice-orange .inner img,
.page-srvc-landingpage .voice .voice-pink .inner img {
  height: 540px;
  -webkit-box-shadow: -2px 6px 20px -6px rgba(0, 0, 0, 0.34);
  -ms-box-shadow: -2px 6px 20px -6px rgba(0, 0, 0, 0.34);
  box-shadow: -2px 6px 20px -6px rgba(0, 0, 0, 0.34);
  margin-left: 80px;
}

.page-srvc-landingpage .voice .voice-orange {
  margin-bottom: 50px;
}

.page-srvc-landingpage .voice .voice-orange .voice-top {
  background: URL(../images/service/img_main_voice1.png) left 15px center no-repeat;
  height: 166px;
  background-size: 13%;
  background-position-x: 5%;
}

.page-srvc-landingpage .voice .voice-orange .voice-top p:first-child {
  background: URL(../images/service/good-icon.png) #fd9f21 right 20px center no-repeat;
  z-index: -99;
  position: relative;
  padding: 16px 0 16px 250px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0 !important;
  line-height: 28px;
  z-index: -1;
}

.page-srvc-landingpage .voice .voice-pink .voice-top {
  background: URL(../images/service/img_main_voice2.png) left 15px center no-repeat;
  height: 166px;
  background-size: 13%;
  background-position-x: 5%;
  margin-bottom: 15px;
}

.page-srvc-landingpage .voice .voice-pink .voice-top p:first-child {
  background: URL(../images/service/good-icon.png) #e66998 right 20px center no-repeat;
  z-index: -99;
  position: relative;
  padding: 16px 0 16px 250px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0 !important;
  line-height: 28px;
}

.page-srvc-landingpage .flow {
  margin-bottom: 50px;
}

.page-srvc-landingpage .flow h2 {
  margin-bottom: 50px;
}

.page-srvc-landingpage .flow ul {
  margin-bottom: 50px;
}

.page-srvc-landingpage .flow ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
}

.page-srvc-landingpage .flow ul li span {
  width: 12%;
  margin-top: 8px;
  height: 90%;
  line-height: 3rem;
  padding: 15px 0;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  margin-right: 50px;
  position: relative;
}

.page-srvc-landingpage .flow ul li span b {
  font-weight: bold;
  font-size: 4rem;
}

.page-srvc-landingpage .flow ul li span:after {
  display: block;
  content: '';
  z-index: -1;
  width: 20%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  height: 30px;
  background-color: #eee;
}

.page-srvc-landingpage .flow ul li p {
  border-bottom: 1px solid #8e8e8e;
}

.page-srvc-landingpage .flow ul li p:nth-child(2) {
  width: 30%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.page-srvc-landingpage .flow ul li p:nth-child(3) {
  width: 60%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  padding: 0 3%;
}

.page-srvc-landingpage .flow ul li:last-child span:after {
  display: none;
}

.page-srvc-landingpage .flow ul li:first-child span {
  background-color: #117dcf;
}

.page-srvc-landingpage .flow ul li:first-child p:nth-child(2) {
  color: #117dcf;
}

.page-srvc-landingpage .flow ul li:nth-child(2) span {
  background-color: #349de7;
}

.page-srvc-landingpage .flow ul li:nth-child(2) p:nth-child(2) {
  color: #349de7;
}

.page-srvc-landingpage .flow ul li:nth-child(3) span {
  background-color: #5ec48f;
}

.page-srvc-landingpage .flow ul li:nth-child(3) p:nth-child(2) {
  color: #5ec48f;
}

.page-srvc-landingpage .flow ul li:nth-child(4) span {
  background-color: #80cc56;
}

.page-srvc-landingpage .flow ul li:nth-child(4) p:nth-child(2) {
  color: #80cc56;
}

.page-srvc-landingpage .flow ul li:nth-child(5) span {
  background-color: #edbe09;
}

.page-srvc-landingpage .flow ul li:nth-child(5) p:nth-child(2) {
  color: #edbe09;
}

.page-srvc-landingpage .flow ul li:nth-child(6) span {
  background-color: #f1a441;
}

.page-srvc-landingpage .flow ul li:nth-child(6) p:nth-child(2) {
  color: #f1a441;
}

.page-srvc-landingpage .flow ul li:nth-child(6) p {
  border: none;
}

@media (max-width: 1200px) {
  .page-srvc-landingpage .top__left {
    font-size: 1.2rem;
  }
  .page-srvc-landingpage .top__left ul li {
    font-size: 1.2rem;
  }
  .page-srvc-landingpage .top__left > span > p {
    font-size: 1.5rem;
  }
  .page-srvc-landingpage .top__left > span > p span {
    font-size: 1.8rem;
  }
  .page-srvc-landingpage .top__left > p:before {
    width: 15%;
    left: 6%;
  }
  .page-srvc-landingpage .top__left > p:after {
    width: 17%;
    right: 41px;
  }
  .page-srvc-landingpage .top__right > p:after {
    width: 13%;
  }
  .page-srvc-landingpage .top__right > P {
    bottom: 35%;
  }
  .page-srvc-landingpage .top__right > span div p:first-child {
    width: 56px;
    height: 56px;
    line-height: 62px;
    font-size: 1.2rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(2) {
    font-size: 1.5rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(2) small {
    font-size: 0.8rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(2) span {
    font-size: 2rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(2):before {
    font-size: 1.5rem;
    top: -6px;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(2):after {
    font-size: 2rem;
    top: -18px;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(3) {
    font-size: 2rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(3) span {
    font-size: 4rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(3):before {
    top: 36px;
    font-size: 2rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(3):after {
    font-size: 4rem;
  }
  .page-srvc-landingpage .plan-box .bg-gray-right,
  .page-srvc-landingpage .plan-box .bg-gray-left {
    height: 47%;
  }
  .page-srvc-landingpage .plan-box .inner .blue-box-small {
    bottom: 26vw;
  }
  .page-srvc-landingpage .plan-box .inner .blue-box h3 {
    text-indent: -8rem;
  }
  .page-srvc-landingpage .merit .solutionlp_contentbox03 span {
    background-size: contain;
    height: 223px;
  }
  .page-srvc-landingpage .flow ul li span {
    width: 150px;
  }
}

@media (max-width: 992px) {
  .page-srvc-landingpage .top {
    height: auto;
    display: block;
    background-image: none;
    background-color: #132a98;
  }
  .page-srvc-landingpage .top__left {
    width: 100%;
  }
  .page-srvc-landingpage .top__left P:before {
    left: 12%;
    background-repeat: no-repeat;
  }
  .page-srvc-landingpage .top__left p:after {
    right: 85px;
    background-repeat: no-repeat;
  }
  .page-srvc-landingpage .top__left ul {
    padding: 30px 30px 0 30px;
  }
  .page-srvc-landingpage .top__left ul li {
    display: block;
    text-align: left;
  }
  .page-srvc-landingpage .top__left > span {
    text-align: center;
  }
  .page-srvc-landingpage .top__left > span > p {
    width: auto;
    display: inline-block;
  }
  .page-srvc-landingpage .top__right {
    width: 100%;
    height: 235px;
  }
  .page-srvc-landingpage .top__right > span {
    height: 160px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .page-srvc-landingpage .top__right > p {
    bottom: 70%;
  }
  .page-srvc-landingpage .top__right > p:before,
  .page-srvc-landingpage .top__right > p:after {
    width: 5%;
  }
  .page-srvc-landingpage .merit > span {
    height: 80vw;
    top: 14%;
    width: 107%;
    margin-left: calc((100% - 100vw));
    margin-right: calc((100% - 100vw));
  }
  .page-srvc-landingpage .merit .solutionlp_contentbox03 {
    margin-bottom: 0;
  }
  .page-srvc-landingpage .merit .solutionlp_contentbox03 span {
    width: 30%;
  }
  .page-srvc-landingpage .merit .solutionlp_contentbox03 span:nth-child(4) {
    margin-right: 30px;
  }
  .page-srvc-landingpage .plan-box {
    margin: 30px 0 50px 0;
  }
  .page-srvc-landingpage .plan-box .inner {
    display: block;
  }
  .page-srvc-landingpage .plan-box .inner .pc-only {
    display: none;
  }
  .page-srvc-landingpage .plan-box .inner .sp-only {
    display: block;
  }
  .page-srvc-landingpage .plan-box .inner .pink-box,
  .page-srvc-landingpage .plan-box .inner .blue-box,
  .page-srvc-landingpage .plan-box .inner .green-box,
  .page-srvc-landingpage .plan-box .inner .image-box {
    width: 100%;
  }
  .page-srvc-landingpage .plan-box .inner .pink-box,
  .page-srvc-landingpage .plan-box .inner .blue-box,
  .page-srvc-landingpage .plan-box .inner .green-box {
    -webkit-box-shadow: 1px 7px 27px -13px rgba(0, 0, 0, 0.66);
    -ms-box-shadow: 1px 7px 27px -13px rgba(0, 0, 0, 0.66);
    box-shadow: 1px 7px 27px -13px rgba(0, 0, 0, 0.66);
  }
  .page-srvc-landingpage .plan-box .inner .pink-box h3:before {
    height: 104px;
    background-size: contain;
    width: 13%;
  }
  .page-srvc-landingpage .plan-box .inner .image-box a.height:first-child img {
    width: 40.8%;
  }
  .page-srvc-landingpage .plan-box .inner .blue-box h3 {
    text-indent: -18rem;
  }
  .page-srvc-landingpage .plan-box .inner .blue-box h3:before {
    background-size: contain;
    width: 13%;
  }
  .page-srvc-landingpage .plan-box .inner .green-box h3:before {
    background-size: contain;
    width: 13%;
  }
  .page-srvc-landingpage .plan-box .inner .blue-image-box span {
    position: unset;
  }
  .page-srvc-landingpage .plan-box .inner .image-box {
    text-align: center;
  }
  .page-srvc-landingpage .plan-box .inner .image-box span {
    margin: 0 auto;
    margin-top: 30px;
  }
  .page-srvc-landingpage .voice .voice-orange .inner,
  .page-srvc-landingpage .voice .voice-pink .inner {
    display: block;
  }
  .page-srvc-landingpage .voice .voice-orange .inner img,
  .page-srvc-landingpage .voice .voice-pink .inner img {
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-srvc-landingpage .top__left ul li {
    font-size: 1rem;
  }
  .page-srvc-landingpage .top__left > p {
    margin-top: 0;
  }
  .page-srvc-landingpage .top__left p:before {
    width: 18%;
    left: 0px;
  }
  .page-srvc-landingpage .top__left p:after {
    width: 19%;
    right: 0px;
  }
  .page-srvc-landingpage .top__right {
    height: 224px;
  }
  .page-srvc-landingpage .top__right > span {
    bottom: 20px;
  }
  .page-srvc-landingpage .top__right > p:after,
  .page-srvc-landingpage .top__right > p:before {
    width: 6%;
  }
  .page-srvc-landingpage .charm .solutionlp_contentbox .solutionlp_boxs01 P {
    line-height: unset;
    padding: 0 10px;
  }
  .page-srvc-landingpage .merit > span {
    height: 98%;
    top: 4%;
    width: 120%;
  }
  .page-srvc-landingpage .merit .solutionlp_contentbox03 span {
    width: 50%;
    margin-bottom: 20px;
    height: 45vw;
    background-position: center;
  }
  .page-srvc-landingpage .merit .solutionlp_contentbox03 span:first-child,
  .page-srvc-landingpage .merit .solutionlp_contentbox03 span:nth-child(2),
  .page-srvc-landingpage .merit .solutionlp_contentbox03 span:nth-child(3),
  .page-srvc-landingpage .merit .solutionlp_contentbox03 span:nth-child(4) {
    margin-right: 0px;
  }
  .page-srvc-landingpage .plan-box .inner .pink-box h3,
  .page-srvc-landingpage .plan-box .inner .blue-box h3,
  .page-srvc-landingpage .plan-box .inner .green-box h3 {
    text-indent: unset;
  }
  .page-srvc-landingpage .voice .voice-title p:before {
    display: none;
  }
  .page-srvc-landingpage .voice .voice-orange .inner,
  .page-srvc-landingpage .voice .voice-pink .inner {
    padding: 0 20px;
  }
  .page-srvc-landingpage .voice .voice-orange .voice-top,
  .page-srvc-landingpage .voice .voice-pink .voice-top {
    background-position-x: 2%;
  }
  .page-srvc-landingpage .voice .voice-orange .voice-top p:first-child,
  .page-srvc-landingpage .voice .voice-orange .voice-top p:nth-child(2),
  .page-srvc-landingpage .voice .voice-pink .voice-top p:first-child,
  .page-srvc-landingpage .voice .voice-pink .voice-top p:nth-child(2) {
    padding: 16px 0 16px 115px;
  }
  .page-srvc-landingpage .flow ul li {
    height: auto;
    display: block;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    padding: 20px;
  }
  .page-srvc-landingpage .flow ul li p:first-child,
  .page-srvc-landingpage .flow ul li p:nth-child(2),
  .page-srvc-landingpage .flow ul li p:nth-child(3) {
    width: 100%;
  }
  .page-srvc-landingpage .flow ul li p:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .page-srvc-landingpage .flow ul li p:nth-child(2),
  .page-srvc-landingpage .flow ul li p:nth-child(3) {
    margin: auto;
    border: none;
  }
  .page-srvc-landingpage .flow ul li p:nth-child(3) {
    background-color: unset;
  }
  .page-srvc-landingpage .flow ul li P .pc-only {
    display: none;
  }
  .page-srvc-landingpage .flow ul li span {
    display: block;
    width: 95px;
    height: 95px;
    line-height: 32px;
    margin: 0 auto;
  }
  .page-srvc-landingpage .flow ul li span b {
    font-size: 3rem;
  }
  .page-srvc-landingpage .flow ul li span:after {
    display: none;
  }
}

@media (max-width: 576px) {
  .page-srvc-landingpage .top__left ul {
    padding: 30px 20px 0 20px;
  }
  .page-srvc-landingpage .top__left ul li {
    font-size: 1rem;
    line-height: 22px;
    padding: 0 5px;
  }
  .page-srvc-landingpage .top__left ul li:before {
    display: none;
  }
  .page-srvc-landingpage .top__left > span > p {
    border: none;
  }
  .page-srvc-landingpage .top__left > p {
    font-size: 1rem;
  }
  .page-srvc-landingpage .top__left > p span {
    font-size: 1.8rem;
  }
  .page-srvc-landingpage .top__left > p .sp-only {
    display: block;
  }
  .page-srvc-landingpage .top__left p:before {
    width: 90px;
    left: 0px;
    bottom: 0px;
  }
  .page-srvc-landingpage .top__left p:after {
    width: 99px;
    right: 5px;
    top: 120px;
  }
  .page-srvc-landingpage .top__right > p:before,
  .page-srvc-landingpage .top__right > p:after {
    width: 12%;
  }
  .page-srvc-landingpage .top__right > span {
    height: 140px;
  }
  .page-srvc-landingpage .top__right > span ul li {
    font-size: 0.8rem;
  }
  .page-srvc-landingpage .top__right > span div p:first-child {
    width: 44px;
    height: 44px;
    line-height: 50px;
    font-size: 1rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(2) {
    font-size: 1.1rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(2):before {
    font-size: 1.2rem;
    top: -3px;
    right: 7px;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(2):after {
    top: -18px;
    left: 9px;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(3) {
    font-size: 1rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(3) span {
    font-size: 3rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(3):before {
    font-size: 1rem;
  }
  .page-srvc-landingpage .top__right > span div p:nth-child(3):after {
    font-size: 3rem;
  }
  .page-srvc-landingpage .charm table th,
  .page-srvc-landingpage .charm table td {
    display: block;
  }
  .page-srvc-landingpage .charm table tr.pc-only {
    display: none;
  }
  .page-srvc-landingpage .charm table tr.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-srvc-landingpage .charm table tr th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
  }
  .page-srvc-landingpage .charm table tr th img {
    width: 40px;
  }
  .page-srvc-landingpage .charm table tr td {
    font-size: 1.2rem;
  }
  .page-srvc-landingpage .merit .solutionlp_contentbox03 span {
    margin-bottom: 10px;
    width: 48%;
    font-size: 5vw;
  }
  .page-srvc-landingpage .merit .solutionlp_contentbox03 span:first-child,
  .page-srvc-landingpage .merit .solutionlp_contentbox03 span:nth-child(3) {
    margin-right: 10px;
  }
  .page-srvc-landingpage .plan-box .inner .image-box span {
    width: 50%;
  }
  .page-srvc-landingpage .plan-box .inner .pink-box h3:before {
    height: 60px;
    width: 55px;
  }
  .page-srvc-landingpage .plan-box .inner .blue-box h3:before,
  .page-srvc-landingpage .plan-box .inner .green-box h3:before {
    height: 51px;
    width: 68px;
  }
  .page-srvc-landingpage .plan-box .inner .pink-box h3,
  .page-srvc-landingpage .plan-box .inner .blue-box h3,
  .page-srvc-landingpage .plan-box .inner .green-box h3 {
    font-size: 3rem;
  }
  .page-srvc-landingpage .plan-box .inner .pink-box h3 span,
  .page-srvc-landingpage .plan-box .inner .blue-box h3 span,
  .page-srvc-landingpage .plan-box .inner .green-box h3 span {
    font-size: 3rem;
  }
  .page-srvc-landingpage .plan-box .inner .pink-box h3:before,
  .page-srvc-landingpage .plan-box .inner .blue-box h3:before,
  .page-srvc-landingpage .plan-box .inner .green-box h3:before {
    background-size: contain;
  }
  .page-srvc-landingpage .plan-box .inner .pink-box > p,
  .page-srvc-landingpage .plan-box .inner .blue-box > p,
  .page-srvc-landingpage .plan-box .inner .green-box > p {
    padding: 20px;
  }
  .page-srvc-landingpage .plan-box .inner .pink-box > span,
  .page-srvc-landingpage .plan-box .inner .blue-box > span,
  .page-srvc-landingpage .plan-box .inner .green-box > span {
    display: block;
    text-align: center;
    padding: 0;
  }
  .page-srvc-landingpage .plan-box .inner .pink-box > span:after,
  .page-srvc-landingpage .plan-box .inner .blue-box > span:after,
  .page-srvc-landingpage .plan-box .inner .green-box > span:after {
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .page-srvc-landingpage .voice .voice-title p .pc-only {
    display: none;
  }
  .page-srvc-landingpage .voice .voice-title p .sp-only {
    display: block;
  }
  .page-srvc-landingpage .voice .voice-orange > span,
  .page-srvc-landingpage .voice .voice-pink > span {
    font-size: 3rem;
    padding: 0px;
  }
  .page-srvc-landingpage .voice .voice-orange .voice-top,
  .page-srvc-landingpage .voice .voice-pink .voice-top {
    background-size: 77px;
    background-position-y: 6%;
  }
  .page-srvc-landingpage .voice .voice-orange .voice-top p:first-child,
  .page-srvc-landingpage .voice .voice-pink .voice-top p:first-child {
    font-size: 17px;
    background-image: none;
    padding: 16px 0 16px 101px;
  }
  .page-srvc-landingpage .voice .voice-orange .voice-top p:nth-child(2),
  .page-srvc-landingpage .voice .voice-pink .voice-top p:nth-child(2) {
    padding: 5px;
  }
  .page-srvc-landingpage .voice .voice-orange .voice-top P .pc-only,
  .page-srvc-landingpage .voice .voice-pink .voice-top P .pc-only {
    display: none;
  }
}

@media (max-width: 389px) {
  .page-srvc-landingpage .voice .voice-orange .inner {
    padding-top: 35px;
  }
}

/*srvc-adsupport-fb*/
.page-srvc-adsupport-fb main {
  overflow: hidden;
}

.page-srvc-adsupport-fb .top {
  background-image: URL(../images/service/srvc-adsupport-fb/top_bg.png);
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-srvc-adsupport-fb .top__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page-srvc-adsupport-fb .top__up img {
  position: absolute;
  right: 0px;
  top: 0px;
}

.page-srvc-adsupport-fb .top__up div {
  padding: 60px 0 0 50px;
}

.page-srvc-adsupport-fb .top__up div p {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 4rem;
  margin-bottom: 0px;
}

.page-srvc-adsupport-fb .top__up div p span {
  font-size: 3rem;
  color: #fca025;
}

.page-srvc-adsupport-fb .top__up div > span {
  background-image: URL(../images/service/srvc-adsupport-fb/bg-genkou.png);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 50px 10px 100px;
  height: 170px;
  position: relative;
}

.page-srvc-adsupport-fb .top__up div > span img.sp-only {
  display: none;
}

.page-srvc-adsupport-fb .top__up div > span ul {
  display: inline;
}

.page-srvc-adsupport-fb .top__up div > span ul li:before {
  background-image: URL(../images/service/srvc-adsupport-fb/check.png);
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: -50px;
}

.page-srvc-adsupport-fb .top__up div > span ul li {
  font-size: 1.5rem;
  position: relative;
}

.page-srvc-adsupport-fb .top__up div > span ul li span {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, transparent),
    color-stop(35%, #fff799)
  );
  background-image: linear-gradient(transparent 30%, #fff799 35%);
}

.page-srvc-adsupport-fb .top__up div > span ul li:first-child {
  margin-bottom: 20px;
}

.page-srvc-adsupport-fb .top__up div > span ul:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 70px solid #fca025;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-srvc-adsupport-fb .top__down {
  padding: 0 40px 40px 40px;
}

.page-srvc-adsupport-fb .top__down div {
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid #293da1;
  margin: 40px 0 0 0;
}

.page-srvc-adsupport-fb .top__down div p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 3.5rem;
  margin-bottom: 0px;
  position: relative;
  padding: 20px;
}

.page-srvc-adsupport-fb .top__down div p span {
  color: #fca025;
}

.page-srvc-adsupport-fb .top__down div p:after {
  background-image: URL(../images/service/srvc-adsupport-fb/parts_facebook.png);
  content: '';
  width: 20%;
  height: 120px;
  right: -22%;
  bottom: 0px;
  position: absolute;
  background-repeat: no-repeat;
}

.page-srvc-adsupport-fb .menu {
  margin: 50px 0;
}

.page-srvc-adsupport-fb .menu h2 {
  margin-bottom: 50px;
}

.page-srvc-adsupport-fb .menu > span {
  text-align: center;
  display: block;
  margin: 50px 0;
  position: relative;
}

.page-srvc-adsupport-fb .menu > span:before {
  display: block;
  border-bottom: 1px solid #000;
  content: '';
  width: 38%;
  position: absolute;
  left: 0;
  top: 8px;
}

.page-srvc-adsupport-fb .menu > span:after {
  display: block;
  border-bottom: 1px solid #000;
  content: '';
  width: 38%;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.page-srvc-adsupport-fb .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-srvc-adsupport-fb .menu ul li:first-child {
  margin-right: 50px;
}

.page-srvc-adsupport-fb .menu ul li {
  text-align: center;
  width: 50%;
  font-weight: bold;
  position: relative;
}

.page-srvc-adsupport-fb .menu ul li span.number {
  font-size: 4rem;
  color: #ededed;
  font-style: italic;
  position: absolute;
  left: 23%;
}

.page-srvc-adsupport-fb .menu ul li img {
  width: 15%;
}

.page-srvc-adsupport-fb .menu ul li p {
  text-align: left;
}

.page-srvc-adsupport-fb .menu ul li p span {
  text-align: center;
  display: block;
  font-size: 2rem;
  color: #122a98;
}

.page-srvc-adsupport-fb .operation {
  position: relative;
  margin-bottom: 200px;
}

.page-srvc-adsupport-fb .operation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}

.page-srvc-adsupport-fb .operation ul li {
  width: 20%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.page-srvc-adsupport-fb .operation ul li a {
  color: #fff;
  padding: 50px 36px;
}

.page-srvc-adsupport-fb .operation ul li:hover {
  border-bottom-color: transparent;
  -webkit-transform: translateY(0.1875em);
  transform: translateY(0.1875em);
  opacity: 0.8;
}

.page-srvc-adsupport-fb .operation ul li:first-child {
  background-color: #9053c3;
}

.page-srvc-adsupport-fb .operation ul li:nth-child(2) {
  background-color: #0066cc;
}

.page-srvc-adsupport-fb .operation ul li:nth-child(3) {
  background-color: #068806;
}

.page-srvc-adsupport-fb .operation ul li:nth-child(4) {
  background-color: #cd5484;
}

.page-srvc-adsupport-fb .operation ul li:last-child {
  background-color: #e89b15;
  margin-right: 0px;
}

.page-srvc-adsupport-fb .operation ul li:after {
  background-image: URL(../images/service/srvc-adsupport-fb/down-arrow.png);
  content: '';
  display: block;
  width: 2%;
  height: 30px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-srvc-adsupport-fb .operation__bg {
  height: 100%;
  top: 2%;
  width: 167.7%;
  position: absolute;
  display: block;
  z-index: -1;
  background-color: #eee;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
}

.page-srvc-adsupport-fb .operation__01,
.page-srvc-adsupport-fb .operation__02,
.page-srvc-adsupport-fb .operation__03,
.page-srvc-adsupport-fb .operation__04,
.page-srvc-adsupport-fb .operation__05 {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  padding: 70px 200px;
  margin: 70px 0;
  text-align: center;
  position: relative;
}

.page-srvc-adsupport-fb .operation__01 > span,
.page-srvc-adsupport-fb .operation__02 > span,
.page-srvc-adsupport-fb .operation__03 > span,
.page-srvc-adsupport-fb .operation__04 > span,
.page-srvc-adsupport-fb .operation__05 > span {
  position: absolute;
  font-size: 4rem;
  font-weight: bold;
  left: 20px;
  top: -5%;
  font-style: italic;
  text-align: left;
}

.page-srvc-adsupport-fb .operation__01 p:nth-child(2):after,
.page-srvc-adsupport-fb .operation__02 p:nth-child(2):after,
.page-srvc-adsupport-fb .operation__03 p:nth-child(2):after,
.page-srvc-adsupport-fb .operation__04 p:nth-child(2):after,
.page-srvc-adsupport-fb .operation__05 p:nth-child(2):after {
  content: '';
  display: block;
  width: 12%;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.page-srvc-adsupport-fb .operation__01 p,
.page-srvc-adsupport-fb .operation__02 p,
.page-srvc-adsupport-fb .operation__03 p,
.page-srvc-adsupport-fb .operation__04 p,
.page-srvc-adsupport-fb .operation__05 p {
  text-align: left;
}

.page-srvc-adsupport-fb .operation__01 img,
.page-srvc-adsupport-fb .operation__02 img,
.page-srvc-adsupport-fb .operation__03 img,
.page-srvc-adsupport-fb .operation__04 img,
.page-srvc-adsupport-fb .operation__05 img {
  width: 100%;
}

.page-srvc-adsupport-fb .operation__01 span {
  color: #9053c3;
}

.page-srvc-adsupport-fb .operation__02 p:nth-child(2) {
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
}

.page-srvc-adsupport-fb .operation__02 p:nth-child(2):after {
  background-color: #0066cc;
}

.page-srvc-adsupport-fb .operation__02 span {
  color: #0066cc;
}

.page-srvc-adsupport-fb .operation__03 p:nth-child(2) {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
}

.page-srvc-adsupport-fb .operation__03 p:nth-child(2):after {
  background-color: #068806;
}

.page-srvc-adsupport-fb .operation__03 span {
  color: #068806;
}

.page-srvc-adsupport-fb .operation__03 > span {
  top: -2%;
}

.page-srvc-adsupport-fb .operation__03 img.img03 {
  width: 50%;
  margin-bottom: 30px;
}

.page-srvc-adsupport-fb .operation__04 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.page-srvc-adsupport-fb .operation__04 div p {
  margin-right: 20px;
  width: 50%;
}

.page-srvc-adsupport-fb .operation__04 div img {
  height: 226px;
  width: 50%;
}

.page-srvc-adsupport-fb .operation__04 > span {
  top: -4%;
}

.page-srvc-adsupport-fb .operation__04 p:nth-child(2) {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
}

.page-srvc-adsupport-fb .operation__04 p:nth-child(2):after {
  background-color: #cd5484;
}

.page-srvc-adsupport-fb .operation__04 span {
  color: #cd5484;
}

.page-srvc-adsupport-fb .operation__05 p:nth-child(2) {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
}

.page-srvc-adsupport-fb .operation__05 p:nth-child(2):after {
  background-color: #e89b15;
}

.page-srvc-adsupport-fb .operation__05 p:nth-child(4),
.page-srvc-adsupport-fb .operation__05 p:nth-child(7) {
  text-align: center;
}

.page-srvc-adsupport-fb .operation__05 p:nth-child(5) {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
}

.page-srvc-adsupport-fb .operation__05 p:nth-child(5):after {
  background-color: #e89b15;
  content: '';
  display: block;
  width: 12%;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.page-srvc-adsupport-fb .operation__05 span {
  color: #e89b15;
}

.page-srvc-adsupport-fb .operation__05 > span {
  top: -2%;
}

.page-srvc-adsupport-fb .reports {
  margin-bottom: 100px;
}

.page-srvc-adsupport-fb .reports > p {
  text-align: center;
  margin: 50px 0;
}

.page-srvc-adsupport-fb .reports__img {
  text-align: center;
  margin-bottom: 50px;
}

.page-srvc-adsupport-fb .reports__box {
  text-align: center;
  border: 3px solid #1a3175;
  padding: 50px 150px;
}

.page-srvc-adsupport-fb .reports__box--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-srvc-adsupport-fb .reports__box--01 > span {
  background-color: #1a3175;
  padding: 17px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  width: 30%;
}

.page-srvc-adsupport-fb .reports__box--01 p {
  margin: 0px;
  border: 3px solid #1a3175;
  width: 70%;
  padding: 12px;
  text-align: left;
}

.page-srvc-adsupport-fb .reports__box > p {
  margin: 50px 0;
}

.page-srvc-adsupport-fb .reports__box--02 {
  background-color: #ededf2;
  padding: 40px 30px;
}

.page-srvc-adsupport-fb .reports__box--02 div {
  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;
}

.page-srvc-adsupport-fb .reports__box--02 div span {
  background-color: #fff38b;
  border-radius: 50%;
  width: 60px;
  padding: 20px 0;
}

.page-srvc-adsupport-fb .reports__box--02 div p {
  margin: 0;
  background-color: #fff;
  padding: 10px 50px;
  margin-left: 20px;
  position: relative;
}

.page-srvc-adsupport-fb .reports__box--02 div p:before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: -10px;
  top: 50%;
  margin-top: -12px;
}

.page-srvc-adsupport-fb .reports__box--02 ul {
  display: inline-block;
  width: 48%;
  border: 3px solid #1a3175;
  background-color: #fff;
  margin-top: 40px;
}

.page-srvc-adsupport-fb .reports__box--02 ul li {
  display: block;
}

.page-srvc-adsupport-fb .reports__box--02 ul li .sp-only {
  display: none;
}

.page-srvc-adsupport-fb .reports__box--02 ul li:first-child {
  background-color: #1a3175;
  padding: 10px 20px;
  color: #fff;
}

.page-srvc-adsupport-fb .reports__box--02 ul li:nth-child(2) {
  padding: 40px 10px;
}

.page-srvc-adsupport-fb .reports__box--02 ul.mr {
  margin-right: 26px;
}

.page-srvc-adsupport-fb .reports__box--pc-img {
  height: 300px;
  width: 100%;
  position: relative;
}

.page-srvc-adsupport-fb .reports__box--pc-img img {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-srvc-adsupport-fb .reports__box--jikkou {
  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;
}

.page-srvc-adsupport-fb .reports__box--jikkou span {
  background-color: #fff38b;
  border-radius: 50%;
  width: 60px;
  padding: 20px 0;
}

.page-srvc-adsupport-fb .reports__box--jikkou p {
  margin: 0;
  background-color: #ededf2;
  padding: 10px 50px;
  margin-left: 20px;
  position: relative;
}

.page-srvc-adsupport-fb .reports__box--jikkou p:before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #ededf2;
  border-bottom: 10px solid transparent;
  left: -10px;
  top: 50%;
  margin-top: -12px;
}

.page-srvc-adsupport-fb .price {
  margin-bottom: 100px;
}

.page-srvc-adsupport-fb .price table {
  font-size: 1.2rem;
  margin: 50px 0 30px 0;
  width: 100%;
}

.page-srvc-adsupport-fb .price table tr:first-child {
  background-color: #f1f1f1;
}

.page-srvc-adsupport-fb .price table tr td {
  vertical-align: middle;
  line-height: 1.8rem;
}

@media (max-width: 1200px) {
  .page-srvc-adsupport-fb .top__down div p {
    font-size: 3.7vw;
  }
  .page-srvc-adsupport-fb .reports__box--02 ul li .sp-only {
    display: block;
  }
  .page-srvc-adsupport-fb .reports__box--02 ul.mr {
    margin-right: 0px;
  }
}

@media (max-width: 992px) {
  .page-srvc-adsupport-fb .top__up img {
    display: none;
  }
  .page-srvc-adsupport-fb .top__up div {
    padding: 60px 50px 0 50px;
    width: 100%;
  }
  .page-srvc-adsupport-fb .top__up div > span {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 101%;
  }
  .page-srvc-adsupport-fb .top__down div p {
    font-size: 3.5vw;
  }
  .page-srvc-adsupport-fb .menu > span:before,
  .page-srvc-adsupport-fb .menu > span:after {
    width: 32%;
  }
  .page-srvc-adsupport-fb .menu ul li span.number {
    left: 14%;
  }
  .page-srvc-adsupport-fb .operation__01,
  .page-srvc-adsupport-fb .operation__02,
  .page-srvc-adsupport-fb .operation__03,
  .page-srvc-adsupport-fb .operation__04,
  .page-srvc-adsupport-fb .operation__05 {
    padding: 70px 50px;
  }
  .page-srvc-adsupport-fb .operation__01 > span,
  .page-srvc-adsupport-fb .operation__02 > span,
  .page-srvc-adsupport-fb .operation__03 > span,
  .page-srvc-adsupport-fb .operation__04 > span,
  .page-srvc-adsupport-fb .operation__05 > span {
    font-size: 3rem;
  }
  .page-srvc-adsupport-fb .reports__box {
    padding: 50px;
  }
  .page-srvc-adsupport-fb .reports__box--pc-img {
    height: 40vw;
  }
  .page-srvc-adsupport-fb .reports__box--pc-img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-srvc-adsupport-fb .top__up div > span {
    padding: 20px 20px 20px 70px;
    background-size: unset;
  }
  .page-srvc-adsupport-fb .top__up div p .pc-only {
    display: none;
  }
  .page-srvc-adsupport-fb .top__down div {
    background-image: URL(../images/service/srvc-adsupport-fb/top_img_man.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }
  .page-srvc-adsupport-fb .top__down div p:after {
    display: none;
  }
  .page-srvc-adsupport-fb .top__down div p {
    font-size: 4vw;
    line-height: 2.5rem;
    width: 70%;
  }
  .page-srvc-adsupport-fb .top__down div p .pc-only {
    display: none;
  }
  .page-srvc-adsupport-fb .menu ul li span.number {
    font-size: 3rem;
  }
  .page-srvc-adsupport-fb .operation ul li a {
    padding: 0px;
  }
  .page-srvc-adsupport-fb .operation__04 div {
    display: block;
  }
  .page-srvc-adsupport-fb .operation__04 div p {
    width: 100%;
  }
  .page-srvc-adsupport-fb .operation__04 div img {
    height: auto;
  }
  .page-srvc-adsupport-fb .reports__box {
    padding: 50px 20px;
  }
  .page-srvc-adsupport-fb .reports__box--02 {
    padding: 20px 10px;
  }
  .page-srvc-adsupport-fb .reports__box--01 > span {
    padding: 24px 20px;
    font-size: 1.2rem;
  }
  .page-srvc-adsupport-fb .reports__img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .page-srvc-adsupport-fb .top__up div {
    padding: 30px 20px 0 20px;
  }
  .page-srvc-adsupport-fb .top__up div p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .page-srvc-adsupport-fb .top__up div p span {
    font-size: 2rem;
  }
  .page-srvc-adsupport-fb .top__up div > span ul li {
    line-height: 1.5rem;
    font-size: 1.2rem;
  }
  .page-srvc-adsupport-fb .top__up div > span ul:after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #fca025;
    bottom: -29px;
  }
  .page-srvc-adsupport-fb .top__down {
    padding: 0 20px 30px 20px;
  }
  .page-srvc-adsupport-fb .top__down div {
    border: none;
    margin: 8px 0 0 0;
  }
  .page-srvc-adsupport-fb .top__down div P {
    text-shadow: -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff,
      0px 1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff;
    line-height: 2rem;
  }
  .page-srvc-adsupport-fb .menu > span {
    font-size: 5vw;
  }
  .page-srvc-adsupport-fb .menu > span:before,
  .page-srvc-adsupport-fb .menu > span:after {
    width: 7vw;
    bottom: 15px;
  }
  .page-srvc-adsupport-fb .menu ul {
    display: block;
  }
  .page-srvc-adsupport-fb .menu ul li {
    margin: 0px;
    width: 100%;
  }
  .page-srvc-adsupport-fb .menu ul li span.number {
    left: 20%;
  }
  .page-srvc-adsupport-fb .menu ul li p span {
    line-height: 2rem;
    font-size: 1.2rem;
  }
  .page-srvc-adsupport-fb .operation {
    margin-bottom: 0px;
  }
  .page-srvc-adsupport-fb .operation ul {
    display: block;
    padding: 30px 0 0 0;
  }
  .page-srvc-adsupport-fb .operation ul li {
    width: 100%;
    height: 50px;
    position: relative;
  }
  .page-srvc-adsupport-fb .operation ul li a {
    padding: 20px 90px;
  }
  .page-srvc-adsupport-fb .operation ul li a:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjQ3LjVweCIgaGVpZ2h0PSIxMC41cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigyNTUsIDI1NSwgMjU1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTEuMDY4LDguMzcxIEw0Mi42ODAsOC4zNzEgTDMzLjU3MSwxLjg3MyAiLz4KPC9zdmc+);
    content: '';
    display: block;
    width: 46px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 16px;
  }
  .page-srvc-adsupport-fb .operation ul li:after {
    display: none;
  }
  .page-srvc-adsupport-fb .operation__bg {
    top: 1%;
  }
  .page-srvc-adsupport-fb .operation__01,
  .page-srvc-adsupport-fb .operation__02,
  .page-srvc-adsupport-fb .operation__03,
  .page-srvc-adsupport-fb .operation__04,
  .page-srvc-adsupport-fb .operation__05 {
    padding: 40px 20px;
    margin: 50px 0;
  }
  .page-srvc-adsupport-fb .operation__01 > span,
  .page-srvc-adsupport-fb .operation__02 > span,
  .page-srvc-adsupport-fb .operation__03 > span,
  .page-srvc-adsupport-fb .operation__04 > span,
  .page-srvc-adsupport-fb .operation__05 > span {
    font-size: 2rem;
    top: -3%;
    left: 0px;
  }
  .page-srvc-adsupport-fb .operation__04 > span,
  .page-srvc-adsupport-fb .operation__05 > span {
    top: -2%;
  }
  .page-srvc-adsupport-fb .operation__05 .fbVideo iframe {
    height: 44vw;
  }
  .page-srvc-adsupport-fb .reports {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .page-srvc-adsupport-fb .reports__box {
    border: none;
    padding: 0px;
  }
  .page-srvc-adsupport-fb .reports__box > p {
    margin: 20px 0;
  }
  .page-srvc-adsupport-fb .reports__box--01 {
    display: block;
  }
  .page-srvc-adsupport-fb .reports__box--01 p {
    width: 100%;
  }
  .page-srvc-adsupport-fb .reports__box--01 span {
    width: 100%;
    display: block;
  }
  .page-srvc-adsupport-fb .reports__box--02 {
    padding: 30px 10px;
  }
  .page-srvc-adsupport-fb .reports__box--02 div {
    display: block;
    margin-bottom: 20px;
  }
  .page-srvc-adsupport-fb .reports__box--02 div span {
    padding: 10px 30px;
    border-radius: unset;
  }
  .page-srvc-adsupport-fb .reports__box--02 div P {
    padding: 10px;
    margin-top: 20px;
    margin-left: 0;
  }
  .page-srvc-adsupport-fb .reports__box--02 div p:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 0px;
    right: 0;
    top: -20px;
    margin: 0 auto;
  }
  .page-srvc-adsupport-fb .reports__box--02 ul {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .page-srvc-adsupport-fb .reports__box--02 ul li:nth-child(2) {
    padding: 10px;
  }
  .page-srvc-adsupport-fb .reports__box--02 ul.mr {
    margin-right: auto;
    margin-bottom: 20px;
  }
  .page-srvc-adsupport-fb .reports__box--jikkou {
    display: block;
  }
  .page-srvc-adsupport-fb .reports__box--jikkou span {
    padding: 10px 30px;
    border-radius: unset;
  }
  .page-srvc-adsupport-fb .reports__box--jikkou P {
    padding: 10px;
    margin-top: 20px;
    margin-left: 0;
  }
  .page-srvc-adsupport-fb .reports__box--jikkou p:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ededf2;
    left: 0px;
    right: 0;
    top: -20px;
    margin: 0 auto;
  }
}

/*service/srvc-fbpage*/
.page-srvc-fbpage main {
  overflow: hidden;
}

.page-srvc-fbpage .top {
  margin-bottom: 100px;
}

.page-srvc-fbpage .top h4 {
  background-color: #132a98;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: bold;
}

.page-srvc-fbpage .top h4:before {
  display: none;
}

.page-srvc-fbpage .top__box {
  background-image: URL(../images/service/srvc-fbpage/top-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 120px 0px 30px 0;
  margin-top: 30px;
}

.page-srvc-fbpage .top__box--left {
  width: 60%;
  text-align: center;
}

.page-srvc-fbpage .top__box--left > p {
  font-size: 3.5rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  line-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-srvc-fbpage .top__box--left > p:before,
.page-srvc-fbpage .top__box--left > p:after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  width: 13%;
  height: 105px;
  margin-top: 70px;
}

.page-srvc-fbpage .top__box--left > p:before {
  background-image: URL(../images/service/srvc-fbpage/top-left.png);
}

.page-srvc-fbpage .top__box--left > p:after {
  background-image: URL(../images/service/srvc-fbpage/top-right.png);
}

.page-srvc-fbpage .top__box--left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-srvc-fbpage .top__box--left ul li {
  background-repeat: no-repeat;
  width: 100%;
  height: 195px;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-srvc-fbpage .top__box--left ul li p {
  text-align: left;
  display: inline-block;
  font-size: 1.6rem;
  text-shadow: -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff,
    0px 1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff;
}

.page-srvc-fbpage .top__box--left ul li p span {
  color: #fca025;
}

.page-srvc-fbpage .top__box--left ul li:first-child {
  background-image: URL(../images/service/srvc-fbpage/earth-icon.png);
  margin-right: 10px;
}

.page-srvc-fbpage .top__box--left ul li:last-child {
  background-image: URL(../images/service/srvc-fbpage/pig-icon.png);
}

.page-srvc-fbpage .top__box--right {
  width: 30%;
}

.page-srvc-fbpage .top__box--right img:first-child {
  position: absolute;
  top: 15px;
  right: 35px;
}

.page-srvc-fbpage .top__box--right img:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}

.page-srvc-fbpage .top__parformance {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
}

.page-srvc-fbpage .top__parformance--box {
  padding: 70px 10px 30px 10px;
}

.page-srvc-fbpage .top__parformance--box .btn-area a.btn--pf {
  width: 37%;
}

.page-srvc-fbpage .top__parformance--box .btn-area a.btn--srvc {
  width: 58%;
}

.page-srvc-fbpage .top__parformance--box .btn-area a.btn--srvc .down1200 {
  display: none;
}

.page-srvc-fbpage .top__parformance--box p {
  text-align: center;
}

.page-srvc-fbpage .top__parformance--box p span {
  color: #fca025;
}

.page-srvc-fbpage .plans {
  margin-bottom: 100px;
}

.page-srvc-fbpage .plans__right,
.page-srvc-fbpage .plans__left {
  margin-top: 50px;
  position: relative;
}

.page-srvc-fbpage .plans__right > span,
.page-srvc-fbpage .plans__left > span {
  background-color: #f3f3f3;
  position: absolute;
  width: 95%;
  z-index: -2;
  height: 100%;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
}

.page-srvc-fbpage .plans__right--box,
.page-srvc-fbpage .plans__left--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
}

.page-srvc-fbpage .plans__right--box > div:nth-child(2),
.page-srvc-fbpage .plans__left--box > div:nth-child(2) {
  width: 50%;
}

.page-srvc-fbpage .plans__right--box > div:nth-child(2) img,
.page-srvc-fbpage .plans__left--box > div:nth-child(2) img {
  width: 40.8%;
}

.page-srvc-fbpage .plans__right--box > div:nth-child(2) > span,
.page-srvc-fbpage .plans__left--box > div:nth-child(2) > span {
  display: block;
  width: 35%;
  padding: 13px 5px 8px 5px;
  text-align: center;
  border: #3b3ba1 solid 3px;
  color: #3b3ba1;
  margin-top: 20px;
  font-size: 1.2rem;
  background-color: #fff;
}

.page-srvc-fbpage .plans__right--box > div:first-child,
.page-srvc-fbpage .plans__left--box > div:first-child {
  width: 50%;
  background-color: #fff;
  padding: 50px;
  position: relative;
  -webkit-box-shadow: 10px 10px 17px -6px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 10px 10px 17px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 17px -6px rgba(0, 0, 0, 0.4);
}

.page-srvc-fbpage .plans__right--box > div:first-child p:first-child,
.page-srvc-fbpage .plans__left--box > div:first-child p:first-child {
  position: absolute;
  top: -10px;
  font-size: 3.5rem;
  font-weight: bold;
  font-style: italic;
  line-height: 4rem;
  text-indent: -4rem;
}

.page-srvc-fbpage .plans__right--box > div:first-child p:nth-child(2),
.page-srvc-fbpage .plans__left--box > div:first-child p:nth-child(2) {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  margin-top: 80px;
}

.page-srvc-fbpage .plans__right--box > div:first-child p:nth-child(2):after,
.page-srvc-fbpage .plans__left--box > div:first-child p:nth-child(2):after {
  display: block;
  content: '';
  position: absolute;
  width: 87px;
  height: 7px;
  bottom: -14px;
}

.page-srvc-fbpage .plans__right--box > div:first-child .item-block__btn-area,
.page-srvc-fbpage .plans__left--box > div:first-child .item-block__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-srvc-fbpage .plans__right--box > div:first-child .item-block__btn-area .btn,
.page-srvc-fbpage .plans__left--box > div:first-child .item-block__btn-area .btn {
  background-color: #000;
}

.page-srvc-fbpage .plans__right--box > div:first-child .item-block__btn-area .btn:visited,
.page-srvc-fbpage .plans__left--box > div:first-child .item-block__btn-area .btn:visited {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

.page-srvc-fbpage .plans__right--box > div:first-child .item-block__btn-area .btn:visited:before,
.page-srvc-fbpage .plans__left--box > div:first-child .item-block__btn-area .btn:visited:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #122a98;
}

.page-srvc-fbpage .plans__right--box > div:first-child:after,
.page-srvc-fbpage .plans__left--box > div:first-child:after {
  content: '';
  display: block;
  width: 200px;
  height: 180px;
  z-index: -1;
  position: absolute;
  bottom: -20px;
  left: -50px;
}

.page-srvc-fbpage .plans__right--box .pink p:first-child,
.page-srvc-fbpage .plans__left--box .pink p:first-child {
  color: #d3347a;
}

.page-srvc-fbpage .plans__right--box .pink p:nth-child(2):after,
.page-srvc-fbpage .plans__left--box .pink p:nth-child(2):after {
  background-color: #d3347a;
}

.page-srvc-fbpage .plans__right--box .pink:after,
.page-srvc-fbpage .plans__left--box .pink:after {
  background-color: #d3347a;
}

.page-srvc-fbpage .plans__right--box .blue p:first-child,
.page-srvc-fbpage .plans__left--box .blue p:first-child {
  color: #1287cc;
}

.page-srvc-fbpage .plans__right--box .blue p:nth-child(2):after,
.page-srvc-fbpage .plans__left--box .blue p:nth-child(2):after {
  background-color: #1287cc;
}

.page-srvc-fbpage .plans__right--box .blue p:nth-child(2),
.page-srvc-fbpage .plans__right--box .blue p:nth-child(3),
.page-srvc-fbpage .plans__left--box .blue p:nth-child(2),
.page-srvc-fbpage .plans__left--box .blue p:nth-child(3) {
  text-align: left;
}

.page-srvc-fbpage .plans__right--box .blue:after,
.page-srvc-fbpage .plans__left--box .blue:after {
  background-color: #1287cc;
}

.page-srvc-fbpage .plans__right--box .green p:first-child,
.page-srvc-fbpage .plans__left--box .green p:first-child {
  color: #248b16;
}

.page-srvc-fbpage .plans__right--box .green p:nth-child(2):after,
.page-srvc-fbpage .plans__left--box .green p:nth-child(2):after {
  background-color: #248b16;
}

.page-srvc-fbpage .plans__right--box .green:after,
.page-srvc-fbpage .plans__left--box .green:after {
  background-color: #248b16;
}

.page-srvc-fbpage .plans__left > span {
  left: 0;
}

.page-srvc-fbpage .plans__left--box {
  text-align: right;
}

.page-srvc-fbpage .plans__left--box div:nth-child(2) {
  position: relative;
}

.page-srvc-fbpage .plans__left--box div:nth-child(2) span {
  position: absolute;
  left: 17.5%;
}

.page-srvc-fbpage .plans__right > span {
  right: 8px;
}

.page-srvc-fbpage .plans__right--box div:nth-child(2) {
  display: inline-block;
}

.page-srvc-fbpage .plans__right--box div:nth-child(2) img.mb {
  vertical-align: top;
}

.page-srvc-fbpage .plans__right--box div:nth-child(2) span.mt {
  margin-top: -30px;
}

.page-srvc-fbpage .plans__right--box div:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
  position: relative;
}

.page-srvc-fbpage .plans__right--box div.img-01 {
  position: relative;
  text-align: right;
}

.page-srvc-fbpage .plans__right--box div.img-01 img {
  margin-right: 15%;
}

.page-srvc-fbpage .plans__right--box div.img-01 span {
  position: absolute;
  right: 17.5%;
}

.page-srvc-fbpage .compare {
  margin-bottom: 100px;
}

.page-srvc-fbpage .compare table {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

.page-srvc-fbpage .compare table tr th {
  background-color: #f1f1f1;
}

.page-srvc-fbpage .compare__bunner {
  margin-top: 30px;
  border: solid 1px #f1f1f1;
  padding: 5px;
}

.page-srvc-fbpage .compare__bunner--box {
  background-color: #eaeefa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background-image: URL(../images/service/srvc-fbpage/bg-img-fb.png);
  background-repeat: no-repeat;
  background-position: right;
}

.page-srvc-fbpage .compare__bunner--box div:first-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-srvc-fbpage .compare__bunner--box div:first-child img {
  width: 80%;
}

.page-srvc-fbpage .compare__bunner--box div:nth-child(2) {
  position: relative;
}

.page-srvc-fbpage .compare__bunner--box div:nth-child(2) P {
  margin: 0px;
}

.page-srvc-fbpage .compare__bunner--box div:nth-child(2) p:first-child {
  font-size: 2.8rem;
  font-weight: bold;
  color: #1b3886;
}

.page-srvc-fbpage .compare__bunner--box div:nth-child(2) p:nth-child(2) {
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.page-srvc-fbpage .compare__bunner--box div:nth-child(2) p:nth-child(2) small {
  font-size: 1.3rem;
}

.page-srvc-fbpage .compare__bunner--box div:nth-child(2) > span {
  background-color: #5271c3;
  border-radius: 5px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 1.3rem;
}

.page-srvc-fbpage .compare__bunner--box div:nth-child(2) > span a {
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}

.page-srvc-fbpage .compare__bunner--box div:nth-child(2) > span a:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.page-srvc-fbpage .compare__bunner--box div:nth-child(2) > span:hover {
  background-color: #264599;
}

.page-srvc-fbpage .option {
  margin-bottom: 150px;
}

.page-srvc-fbpage .option table {
  margin-top: 50px;
  width: 100%;
  text-align: left;
}

.page-srvc-fbpage .option table tr th {
  background-color: #f1f1f1;
  vertical-align: middle;
}

.page-srvc-fbpage .option p {
  text-align: right;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .page-srvc-fbpage .top__box {
    padding: 80px 0px 30px 0;
  }
  .page-srvc-fbpage .top__box--left > p {
    font-size: 2.9rem;
  }
  .page-srvc-fbpage .top__box--left ul li {
    height: 174px;
  }
  .page-srvc-fbpage .top__parformance--box .btn-area a.btn--pf,
  .page-srvc-fbpage .top__parformance--box .btn-area a.btn--srvc {
    width: 49%;
  }
  .page-srvc-fbpage .top__parformance--box .btn-area a.btn--pf .down1200,
  .page-srvc-fbpage .top__parformance--box .btn-area a.btn--srvc .down1200 {
    display: block;
  }
  .page-srvc-fbpage .plans__right--box > div:nth-child(2) p:first-child,
  .page-srvc-fbpage .plans__left--box > div:nth-child(2) p:first-child {
    font-size: 3rem;
  }
}

@media (max-width: 992px) {
  .page-srvc-fbpage .top__box--left > p {
    font-size: 2.2rem;
    line-height: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0px;
  }
  .page-srvc-fbpage .top__box--left > p:before,
  .page-srvc-fbpage .top__box--left > p:after {
    background-position: center;
    margin-top: 0px;
  }
  .page-srvc-fbpage .top__box--left ul li {
    background-position: center;
  }
  .page-srvc-fbpage .top__box--left ul li p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0;
  }
  .page-srvc-fbpage .top__box--right img:last-child {
    width: 35%;
  }
  .page-srvc-fbpage .top__parformance--box .btn-area {
    width: 90%;
  }
  .page-srvc-fbpage .plans__right--box > div:first-child p:first-child,
  .page-srvc-fbpage .plans__left--box > div:first-child p:first-child {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .page-srvc-fbpage .plans__right--box > div:first-child p:nth-child(2),
  .page-srvc-fbpage .plans__left--box > div:first-child p:nth-child(2) {
    font-size: 1.2rem;
  }
  .page-srvc-fbpage .plans__right--box > div:nth-child(2) > span,
  .page-srvc-fbpage .plans__left--box > div:nth-child(2) > span {
    font-size: 1rem;
  }
  .page-srvc-fbpage .compare__bunner--box div:nth-child(2) p:first-child {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .page-srvc-fbpage .top__box--left {
    width: 90%;
  }
  .page-srvc-fbpage .top__box--right {
    width: auto;
  }
  .page-srvc-fbpage .top__box--right img:last-child {
    display: none;
  }
  .page-srvc-fbpage .top__parformance--box .btn-area a.btn--pf,
  .page-srvc-fbpage .top__parformance--box .btn-area a.btn--srvc {
    width: 100%;
  }
  .page-srvc-fbpage .plans__right--box,
  .page-srvc-fbpage .plans__left--box {
    display: block;
  }
  .page-srvc-fbpage .plans__right--box div:first-child,
  .page-srvc-fbpage .plans__left--box div:first-child {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .page-srvc-fbpage .plans__right--box div:first-child p:first-child,
  .page-srvc-fbpage .plans__left--box div:first-child p:first-child {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .page-srvc-fbpage .plans__right--box div:first-child,
  .page-srvc-fbpage .plans__right--box div:nth-child(2),
  .page-srvc-fbpage .plans__left--box div:first-child,
  .page-srvc-fbpage .plans__left--box div:nth-child(2) {
    width: 100%;
  }
  .page-srvc-fbpage .plans__right--box div:nth-child(2),
  .page-srvc-fbpage .plans__left--box div:nth-child(2) {
    text-align: center;
    margin-top: 30px;
  }
  .page-srvc-fbpage .plans__right--box div:nth-child(2) span.mt,
  .page-srvc-fbpage .plans__left--box div:nth-child(2) span.mt {
    margin-top: 20px;
  }
  .page-srvc-fbpage .plans__right--box div:nth-child(2) > div,
  .page-srvc-fbpage .plans__left--box div:nth-child(2) > div {
    text-align: center;
  }
  .page-srvc-fbpage .plans__right--box div:nth-child(2) img,
  .page-srvc-fbpage .plans__left--box div:nth-child(2) img {
    margin: 0px;
  }
  .page-srvc-fbpage .plans__right--box div:nth-child(2) span,
  .page-srvc-fbpage .plans__left--box div:nth-child(2) span {
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
  }
  .page-srvc-fbpage .plans__right--box .item-block__btn-area a,
  .page-srvc-fbpage .plans__left--box .item-block__btn-area a {
    width: 100%;
    font-size: 1.2rem;
  }
  .page-srvc-fbpage .compare__bunner--box div:first-child {
    display: none;
  }
}

@media (max-width: 576px) {
  .page-srvc-fbpage main .container {
    margin-top: 30px;
  }
  .page-srvc-fbpage .top {
    margin-bottom: 50px;
  }
  .page-srvc-fbpage .top__box {
    padding: 30px 0;
  }
  .page-srvc-fbpage .top__box--left > p {
    text-shadow: -1px -1px 0 #020a2d, -1px 0px 0 #020a2d, -1px 1px 0 #020a2d, 0px -1px 0 #020a2d,
      0px 0px 0 #020a2d, 0px 1px 0 #020a2d, 1px -1px 0 #020a2d, 1px 0px 0 #020a2d, 1px 1px 0 #020a2d;
    font-size: 6.5vw;
    line-height: 2.8rem;
  }
  .page-srvc-fbpage .top__box--left > p:before,
  .page-srvc-fbpage .top__box--left > p:after {
    height: 85px;
    background-position: top;
  }
  .page-srvc-fbpage .top__box--left ul {
    display: block;
  }
  .page-srvc-fbpage .top__box--left ul li {
    height: 42vw;
    background-size: cover;
  }
  .page-srvc-fbpage .top__box--left ul li p {
    font-size: 6vw;
    line-height: 2rem;
  }
  .page-srvc-fbpage .top__box--left ul li:first-child {
    margin-bottom: 10px;
  }
  .page-srvc-fbpage .top__box--right {
    display: none;
  }
  .page-srvc-fbpage .top__parformance--box .btn-area a div {
    font-size: 1rem;
  }
  .page-srvc-fbpage .plans {
    margin-bottom: 50px;
  }
  .page-srvc-fbpage .plans__right--box,
  .page-srvc-fbpage .plans__left--box {
    padding: 50px 0;
  }
  .page-srvc-fbpage .plans__right--box > div:first-child,
  .page-srvc-fbpage .plans__left--box > div:first-child {
    padding: 20px 7px;
  }
  .page-srvc-fbpage .plans__right--box > div:first-child p:first-child,
  .page-srvc-fbpage .plans__left--box > div:first-child p:first-child {
    font-size: 2rem;
    line-height: 3rem;
    position: unset;
    text-align: center;
    text-indent: unset;
  }
  .page-srvc-fbpage .plans__right--box > div:first-child p:nth-child(2),
  .page-srvc-fbpage .plans__left--box > div:first-child p:nth-child(2) {
    margin-top: 0px;
  }
  .page-srvc-fbpage .plans__right--box > div:nth-child(2) span,
  .page-srvc-fbpage .plans__left--box > div:nth-child(2) span {
    font-size: 1rem;
    width: 100%;
  }
  .page-srvc-fbpage .compare {
    margin-bottom: 50px;
  }
  .page-srvc-fbpage .compare table tr th,
  .page-srvc-fbpage .compare table tr td {
    padding: 5px !important;
  }
  .page-srvc-fbpage .compare__bunner--box {
    padding: 20px 20px 80px 20px;
    background-size: 35%;
  }
  .page-srvc-fbpage .compare__bunner--box div:nth-child(2) > span {
    font-size: 1rem;
    bottom: -50px;
    width: 100%;
    text-align: center;
  }
  .page-srvc-fbpage .compare__bunner--box div:nth-child(2) p:first-child,
  .page-srvc-fbpage .compare__bunner--box div:nth-child(2) p:nth-child(2) {
    font-size: 1.5rem;
  }
  .page-srvc-fbpage .option {
    margin-bottom: 50px;
  }
}

/*srvc-adsupport-listing*/
.page-srvc-adsupport-listing main {
  overflow: hidden;
}

.page-srvc-adsupport-listing .adsupport-listing-top {
  background-image: URL(../images/service/srvc-adsupport-listing/top-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: left;
  height: 37rem;
  margin: 0;
  margin-bottom: 100px;
}

.page-srvc-adsupport-listing .adsupport-listing-top__up {
  height: 67%;
}

.page-srvc-adsupport-listing .adsupport-listing-top__up--p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #132a98;
  width: 70%;
  padding: 20px 0 110px 30px;
  position: relative;
  z-index: 1;
}

.page-srvc-adsupport-listing .adsupport-listing-top__up--p p {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #fff;
  font-weight: bold;
  width: 85%;
}

.page-srvc-adsupport-listing .adsupport-listing-top__up--p p span.big {
  font-size: 3rem;
}

.page-srvc-adsupport-listing .adsupport-listing-top__up--p p span {
  color: #ff6700;
}

.page-srvc-adsupport-listing .adsupport-listing-top__up--p img {
  position: absolute;
  right: 1.5vw;
}

.page-srvc-adsupport-listing .adsupport-listing-top__up--ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45rem;
  }
}

.page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul {
  background-image: URL(../images/service/srvc-adsupport-fb/bg-genkou.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  position: absolute;
  top: -100px;
  padding: 30px 150px 40px 30px;
  font-size: 1.5rem;
  line-height: 3rem;
}

.page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul li span {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, transparent),
    color-stop(35%, #fff799)
  );
  background-image: linear-gradient(transparent 30%, #fff799 35%);
}

.page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul li:before {
  content: '';
  display: inline-block;
  background-image: URL(../images/service/srvc-adsupport-fb/check.png);
  width: 41px;
  height: 31px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -76px;
  left: 20%;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 100px solid #fca025;
}

.page-srvc-adsupport-listing .adsupport-listing-top__up--ul img {
  position: absolute;
  right: 10%;
  z-index: 3;
  top: -11rem;
}

.page-srvc-adsupport-listing .adsupport-listing-top__down {
  padding: 0 30px;
}

.page-srvc-adsupport-listing .adsupport-listing-top__down--p {
  border: 5px solid #283da0;
  background-color: rgba(255, 255, 255, 0.8);
  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;
  padding: 20px;
}

.page-srvc-adsupport-listing .adsupport-listing-top__down--p p {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #283da0;
  line-height: 3rem;
}

.page-srvc-adsupport-listing .adsupport-listing-top__down--p p span {
  font-size: 2.5rem;
}

.page-srvc-adsupport-listing .adsupport-listing-menu {
  margin: 50px 0;
}

.page-srvc-adsupport-listing .adsupport-listing-menu h2 {
  margin-bottom: 50px;
}

.page-srvc-adsupport-listing .adsupport-listing-menu > span {
  text-align: center;
  display: block;
  margin: 50px 0;
  position: relative;
}

.page-srvc-adsupport-listing .adsupport-listing-menu > span:before {
  display: block;
  border-bottom: 1px solid #000;
  content: '';
  width: 38%;
  position: absolute;
  left: 0;
  top: 8px;
}

.page-srvc-adsupport-listing .adsupport-listing-menu > span:after {
  display: block;
  border-bottom: 1px solid #000;
  content: '';
  width: 38%;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.page-srvc-adsupport-listing .adsupport-listing-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-srvc-adsupport-listing .adsupport-listing-menu ul li:first-child {
  margin-right: 50px;
}

.page-srvc-adsupport-listing .adsupport-listing-menu ul li {
  text-align: center;
  width: 50%;
  font-weight: bold;
  position: relative;
}

.page-srvc-adsupport-listing .adsupport-listing-menu ul li span.number {
  font-size: 4rem;
  color: #ededed;
  font-style: italic;
  position: absolute;
  left: 23%;
}

.page-srvc-adsupport-listing .adsupport-listing-menu ul li img {
  width: 15%;
}

.page-srvc-adsupport-listing .adsupport-listing-menu ul li p {
  text-align: left;
}

.page-srvc-adsupport-listing .adsupport-listing-menu ul li p span {
  text-align: center;
  display: block;
  font-size: 2rem;
  color: #122a98;
}

.page-srvc-adsupport-listing .adsupport-listing-setting {
  position: relative;
  margin-bottom: 200px;
}

.page-srvc-adsupport-listing .adsupport-listing-setting ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}

.page-srvc-adsupport-listing .adsupport-listing-setting ul li {
  width: 20%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.page-srvc-adsupport-listing .adsupport-listing-setting ul li a {
  color: #fff;
  padding: 50px 36px;
}

.page-srvc-adsupport-listing .adsupport-listing-setting ul li:hover {
  border-bottom-color: transparent;
  -webkit-transform: translateY(0.1875em);
  transform: translateY(0.1875em);
  opacity: 0.8;
}

.page-srvc-adsupport-listing .adsupport-listing-setting ul li:first-child {
  background-color: #9053c3;
}

.page-srvc-adsupport-listing .adsupport-listing-setting ul li:nth-child(2) {
  background-color: #0066cc;
}

.page-srvc-adsupport-listing .adsupport-listing-setting ul li:nth-child(3) {
  background-color: #068806;
}

.page-srvc-adsupport-listing .adsupport-listing-setting ul li:nth-child(4) {
  background-color: #cd5484;
}

.page-srvc-adsupport-listing .adsupport-listing-setting ul li:last-child {
  background-color: #e89b15;
  margin-right: 0px;
}

.page-srvc-adsupport-listing .adsupport-listing-setting ul li:after {
  background-image: URL(../images/service/srvc-adsupport-fb/down-arrow.png);
  content: '';
  display: block;
  width: 2%;
  height: 30px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__bg {
  height: 100%;
  top: 2%;
  width: 170%;
  position: absolute;
  display: block;
  z-index: -1;
  background-color: #eee;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
}

@media all and (-ms-high-contrast: none) {
  .page-srvc-adsupport-listing .adsupport-listing-setting__bg {
    width: 167.7%;
  }
}

.page-srvc-adsupport-listing .adsupport-listing-setting__01,
.page-srvc-adsupport-listing .adsupport-listing-setting__02,
.page-srvc-adsupport-listing .adsupport-listing-setting__03,
.page-srvc-adsupport-listing .adsupport-listing-setting__04,
.page-srvc-adsupport-listing .adsupport-listing-setting__05 {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  box-shadow: 10px 10px 20px -12px rgba(0, 0, 0, 0.34);
  padding: 70px 200px;
  margin: 70px 0;
  text-align: center;
  position: relative;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__01 > span,
.page-srvc-adsupport-listing .adsupport-listing-setting__02 > span,
.page-srvc-adsupport-listing .adsupport-listing-setting__03 > span,
.page-srvc-adsupport-listing .adsupport-listing-setting__04 > span,
.page-srvc-adsupport-listing .adsupport-listing-setting__05 > span {
  position: absolute;
  font-size: 4rem;
  font-weight: bold;
  left: 20px;
  top: -5%;
  font-style: italic;
  text-align: left;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__01 p:nth-child(2):after,
.page-srvc-adsupport-listing .adsupport-listing-setting__02 p:nth-child(2):after,
.page-srvc-adsupport-listing .adsupport-listing-setting__03 p:nth-child(2):after,
.page-srvc-adsupport-listing .adsupport-listing-setting__04 p:nth-child(2):after,
.page-srvc-adsupport-listing .adsupport-listing-setting__05 p:nth-child(2):after {
  content: '';
  display: block;
  width: 12%;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__01 p,
.page-srvc-adsupport-listing .adsupport-listing-setting__02 p,
.page-srvc-adsupport-listing .adsupport-listing-setting__03 p,
.page-srvc-adsupport-listing .adsupport-listing-setting__04 p,
.page-srvc-adsupport-listing .adsupport-listing-setting__05 p {
  text-align: left;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__01 img,
.page-srvc-adsupport-listing .adsupport-listing-setting__02 img,
.page-srvc-adsupport-listing .adsupport-listing-setting__03 img,
.page-srvc-adsupport-listing .adsupport-listing-setting__04 img,
.page-srvc-adsupport-listing .adsupport-listing-setting__05 img {
  width: 100%;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__01 span {
  color: #9053c3;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__02 span {
  color: #0066cc;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__02 img {
  width: 50%;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__03 p:nth-child(2) {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__03 p:nth-child(2):after {
  background-color: #068806;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__03 span {
  color: #068806;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__03 > span {
  top: -2%;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__04 > span {
  top: -4%;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__04 p:nth-child(2) {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__04 p:nth-child(2):after {
  background-color: #cd5484;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__04 span {
  color: #cd5484;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__04 img {
  width: 50%;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__05 p:nth-child(2),
.page-srvc-adsupport-listing .adsupport-listing-setting__05 p:nth-child(7),
.page-srvc-adsupport-listing .adsupport-listing-setting__05 p:nth-child(11) {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__05 p:nth-child(2):after,
.page-srvc-adsupport-listing .adsupport-listing-setting__05 p:nth-child(7):after,
.page-srvc-adsupport-listing .adsupport-listing-setting__05 p:nth-child(11):after {
  background-color: #e89b15;
  content: '';
  display: block;
  width: 12%;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__05 p:nth-child(4) {
  text-align: left;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__05 > p span {
  font-size: 1.5rem;
  color: #122a98;
  border: 3px solid #122a98;
  margin-bottom: -18px;
  display: block;
  width: 15rem;
  text-align: center;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__05 span {
  color: #e89b15;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__05 > span {
  top: -1%;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__05 img {
  margin-bottom: 30px;
}

.page-srvc-adsupport-listing .adsupport-listing-setting__05 img.img02 {
  width: 50%;
}

.page-srvc-adsupport-listing .adsupport-listing-price {
  margin-bottom: 100px;
}

.page-srvc-adsupport-listing .adsupport-listing-price table {
  margin: 50px 0 30px 0;
  width: 100%;
  font-size: 1.2rem;
}

.page-srvc-adsupport-listing .adsupport-listing-price table tr:first-child {
  background-color: #f1f1f1;
}

.page-srvc-adsupport-listing .adsupport-listing-price table tr td {
  vertical-align: middle;
  line-height: 1.8rem;
}

@media (max-width: 1200px) {
  .page-srvc-adsupport-listing .adsupport-listing-top__up--p p {
    width: 80%;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--ul img {
    right: 6%;
    top: -14rem;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul:after {
    bottom: -32px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 70px solid #fca025;
  }
}

@media (max-width: 992px) {
  .page-srvc-adsupport-listing .adsupport-listing-top__up--p p .pc-only {
    display: none;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul {
    padding: 30px 210px 40px 30px;
    font-size: 2.5vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__down--p p .pc-only {
    display: none;
  }
  .page-srvc-adsupport-listing .adsupport-listing-menu > span:before,
  .page-srvc-adsupport-listing .adsupport-listing-menu > span:after {
    width: 31vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-menu ul li span.number {
    left: 17%;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting ul li a {
    padding: 50px 0px;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting__01,
  .page-srvc-adsupport-listing .adsupport-listing-setting__02,
  .page-srvc-adsupport-listing .adsupport-listing-setting__03,
  .page-srvc-adsupport-listing .adsupport-listing-setting__04,
  .page-srvc-adsupport-listing .adsupport-listing-setting__05 {
    padding: 70px 30px;
  }
}

@media (max-width: 768px) {
  .page-srvc-adsupport-listing .adsupport-listing-top__up--p {
    width: 100%;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--p p {
    font-size: 2rem;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--p p span.big {
    font-size: 2.5rem;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--p img {
    right: 3.5vw;
    width: 13vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul {
    padding: 30px 130px 40px 10px;
    font-size: 3vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--ul img {
    right: 4%;
    top: -5.3rem;
    width: 7.2rem;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__down {
    padding: 0 5px;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__down--p p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__down--p p span {
    font-size: 2rem;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting__01 > span,
  .page-srvc-adsupport-listing .adsupport-listing-setting__02 > span,
  .page-srvc-adsupport-listing .adsupport-listing-setting__03 > span,
  .page-srvc-adsupport-listing .adsupport-listing-setting__04 > span,
  .page-srvc-adsupport-listing .adsupport-listing-setting__05 > span {
    font-size: 3rem;
  }
  .page-srvc-adsupport-listing .adsupport-listing-menu > span:before,
  .page-srvc-adsupport-listing .adsupport-listing-menu > span:after {
    width: 26vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-menu ul li span.number {
    font-size: 3rem;
  }
  .page-srvc-adsupport-listing .adsupport-listing-menu ul li p span {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .page-srvc-adsupport-listing .adsupport-listing-top {
    height: 31rem;
    margin-bottom: 50px;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--p {
    padding: 20px 10px 110px 10px;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--p p {
    font-size: 5vw;
    width: 100%;
    line-height: 2.5rem;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--p p span.big {
    font-size: 7vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--p img {
    display: none;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul {
    padding: 15px;
    font-size: 3vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul li:before {
    width: 28px;
    height: 23px;
    background-size: contain;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--ul ul:after {
    bottom: -32px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fca025;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__up--ul img {
    top: 0.4rem;
    width: 4.5rem;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__down--p {
    padding: 10px;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__down--p p {
    font-size: 3.5vw;
    line-height: 1.8rem;
  }
  .page-srvc-adsupport-listing .adsupport-listing-top__down--p p span {
    font-size: 4.5vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-menu > span {
    font-size: 5vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-menu > span:before,
  .page-srvc-adsupport-listing .adsupport-listing-menu > span:after {
    width: 7vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-menu ul {
    display: block;
  }
  .page-srvc-adsupport-listing .adsupport-listing-menu ul li {
    margin-right: 0px;
    width: 100%;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting {
    margin-bottom: 150px;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting ul {
    display: block;
    padding: 70px 0 0 0;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting ul li {
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 10px;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting ul li a:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjQ3LjVweCIgaGVpZ2h0PSIxMC41cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigyNTUsIDI1NSwgMjU1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTEuMDY4LDguMzcxIEw0Mi42ODAsOC4zNzEgTDMzLjU3MSwxLjg3MyAiLz4KPC9zdmc+);
    content: '';
    display: block;
    width: 46px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 16px;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting ul li:after {
    display: none;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting__01,
  .page-srvc-adsupport-listing .adsupport-listing-setting__02,
  .page-srvc-adsupport-listing .adsupport-listing-setting__03,
  .page-srvc-adsupport-listing .adsupport-listing-setting__04,
  .page-srvc-adsupport-listing .adsupport-listing-setting__05 {
    padding: 40px 20px;
    margin: 50px 0;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting__01 > span,
  .page-srvc-adsupport-listing .adsupport-listing-setting__02 > span,
  .page-srvc-adsupport-listing .adsupport-listing-setting__03 > span,
  .page-srvc-adsupport-listing .adsupport-listing-setting__04 > span,
  .page-srvc-adsupport-listing .adsupport-listing-setting__05 > span {
    font-size: 7vw;
    top: -2%;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting__04 > span {
    top: -1%;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting__05 > span {
    top: -0.5%;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting__05 > p span {
    width: 100%;
    font-size: 5vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-setting__05 p:nth-child(2) {
    font-size: 6vw;
  }
  .page-srvc-adsupport-listing .adsupport-listing-price {
    margin-bottom: 50px;
  }
  .page-srvc-adsupport-listing .adsupport-listing-price table tr td {
    line-height: 7vw;
  }
}

/*srvc-wp*/
.srvc-wp h4 {
  text-align: center;
  background-color: #132a98;
  padding: 30px 20px 20px 20px;
  color: #fff;
  font-weight: bold;
}

.srvc-wp h4 span {
  font-size: 2rem;
  position: relative;
}

.srvc-wp h4 span:before {
  content: '・・・';
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
}

.srvc-wp h4:before {
  display: none;
}

.srvc-wp .top {
  margin-bottom: 50px;
}

.srvc-wp .top h4 {
  background: #2488c5;
  background: -webkit-gradient(linear, left top, right top, from(#2488c5), to(#122a98));
  background: linear-gradient(90deg, #2488c5 0%, #122a98 100%);
  margin-bottom: 0px;
}

.srvc-wp .top__three {
  background-image: URL(../images/service/srvc-wp/top_bd.png);
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  height: 25rem;
  background-size: cover;
}

.srvc-wp .top__three--radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.srvc-wp .top__three--radius div {
  width: 12rem;
  height: 12rem;
  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;
  margin-top: 75px;
  border-radius: 50%;
  margin-right: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.srvc-wp .top__three--radius div p {
  margin-bottom: 0px;
  font-size: 1.3rem;
  line-height: 2rem;
}

.srvc-wp .top__three--radius div:first-child {
  background-color: #248b16;
  position: relative;
}

.srvc-wp .top__three--radius div:first-child:after {
  display: block;
  content: '';
  right: -44px;
  bottom: -12px;
  background-image: URL(../images/service/srvc-wp/green_icon.png);
  position: absolute;
  width: 81px;
  background-repeat: no-repeat;
  height: 83px;
}

.srvc-wp .top__three--radius div:nth-child(2) {
  background-color: #1287cc;
  position: relative;
}

.srvc-wp .top__three--radius div:nth-child(2):after {
  display: block;
  content: '';
  right: -40px;
  bottom: -11px;
  background-image: URL(../images/service/srvc-wp/blue_icon.png);
  position: absolute;
  width: 77px;
  background-repeat: no-repeat;
  height: 71px;
}

.srvc-wp .top__three--radius div:nth-child(3) {
  background-color: #d1367a;
  margin-right: 0px;
  position: relative;
}

.srvc-wp .top__three--radius div:nth-child(3):after {
  display: block;
  content: '';
  right: -44px;
  bottom: -11px;
  background-image: URL(../images/service/srvc-wp/pink_icon.png);
  position: absolute;
  width: 88px;
  background-repeat: no-repeat;
  height: 68px;
}

.srvc-wp .top__three > p {
  text-align: center;
  font-size: 2rem;
  color: #132a98;
  margin-top: 50px;
  margin-bottom: 0px;
}

.srvc-wp .top__three > p span {
  position: relative;
}

.srvc-wp .top__three > p span:before,
.srvc-wp .top__three > p span:after {
  display: block;
  content: '';
  position: absolute;
  width: 34px;
  height: 33px;
  top: 0px;
}

.srvc-wp .top__three > p span:before {
  background-image: URL(../images/service/srvc-wp/deco01.png);
  left: -30px;
}

.srvc-wp .top__three > p span:after {
  background-image: URL(../images/service/srvc-wp/deco02.png);
  right: -30px;
}

.srvc-wp .top__three:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 50px solid #fca025;
  z-index: 1;
}

.srvc-wp .top__product {
  background-color: #132a98;
  padding: 20px;
  position: relative;
}

.srvc-wp .top__product--p {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0px;
  font-weight: bold;
}

.srvc-wp .top__product--p span {
  font-size: 2.2rem;
}

.srvc-wp .top__product--yen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.srvc-wp .top__product--yen div {
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  color: #fff;
}

.srvc-wp .top__product--yen div img {
  height: 3vw;
}

.srvc-wp .top__product--yen div p {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
}

.srvc-wp .top__product--yen > p {
  font-size: 5rem;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  left: -8rem;
  right: 0;
  bottom: -55px;
  text-align: center;
  position: absolute;
  -moz-text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.8);
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.8);
}

.srvc-wp .top__product--yen > p small {
  font-size: 1rem;
}

.srvc-wp .top__product--yen > p::before,
.srvc-wp .top__product--yen > p:after {
  display: inline-block;
  content: '';
  width: 66px;
  height: 52px;
}

.srvc-wp .top__product--yen > p:before {
  background-image: URL(../images/service/srvc-wp/deco_double01.png);
  left: -30px;
}

.srvc-wp .top__product--yen > p:after {
  background-image: URL(../images/service/srvc-wp/deco_double02.png);
  right: -30px;
}

.srvc-wp .top__product--yen > img {
  position: absolute;
  right: 10px;
  top: -92px;
  width: 17rem;
}

.srvc-wp .inquiry {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 8px 13px 16px -9px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 8px 13px 16px -9px rgba(0, 0, 0, 0.28);
  box-shadow: 8px 13px 16px -9px rgba(0, 0, 0, 0.28);
  text-align: center;
  margin-bottom: 50px;
}

.srvc-wp .inquiry__area .btn-area {
  margin-bottom: 30px;
  width: 80%;
}

.srvc-wp .inquiry__area--p {
  margin-bottom: 0px;
}

.srvc-wp .inquiry__area--p span {
  color: #122a98;
}

.srvc-wp .wp {
  margin-bottom: 50px;
}

.srvc-wp .wp__title {
  background-color: #0d1f73;
  background-image: URL(../images/service/srvc-wp/wp_logo.png);
  background-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 50px;
}

.srvc-wp .wp__title P {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 4rem;
}

.srvc-wp .wp__details {
  background-image: URL(../images/service/srvc-wp/bd_gray-naname.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px;
}

.srvc-wp .wp__details--box {
  border: 5px solid #0d1f73;
  padding: 50px 20px 20px 20px;
  background-image: URL(../images/service/srvc-wp/wp_logo_mark.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: bottom;
}

.srvc-wp .wp__details--box > span {
  position: absolute;
  color: #fff;
  background: #2488c5;
  background: -webkit-gradient(linear, left top, right top, from(#2488c5), to(#122a98));
  background: linear-gradient(90deg, #2488c5 0%, #122a98 100%);
  padding: 15px 40px 10px 40px;
  top: 20px;
  left: 0px;
  font-weight: bold;
  font-size: 1.5rem;
}

.srvc-wp .wp__details--box > div {
  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;
}

.srvc-wp .wp__details--box > div > div {
  font-style: italic;
  font-weight: bold;
}

.srvc-wp .wp__details--box > div:nth-child(2) div,
.srvc-wp .wp__details--box > div:nth-child(3) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #122a98;
  margin-right: 20px;
  margin-bottom: 20px;
}

.srvc-wp .wp__details--box > div:nth-child(2) div span,
.srvc-wp .wp__details--box > div:nth-child(3) div span {
  color: #122a98;
  font-size: 1.5rem;
}

.srvc-wp .wp__details--box > div:nth-child(2) div p,
.srvc-wp .wp__details--box > div:nth-child(3) div p {
  margin-bottom: 0px;
  color: #ff6600;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  position: relative;
}

.srvc-wp .wp__details--box > div:nth-child(2) div p:after,
.srvc-wp .wp__details--box > div:nth-child(3) div p:after {
  border-right: 2px solid #122a98;
  content: '';
  display: inline-block;
  width: 2px;
  height: 2rem;
  position: absolute;
  right: -12px;
  top: 9px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.srvc-wp .wp__details--box > div:nth-child(2) div:last-child,
.srvc-wp .wp__details--box > div:nth-child(3) div:last-child {
  margin-right: 0px;
}

.srvc-wp .wp__details--box > div:nth-child(2) div:last-child p:after,
.srvc-wp .wp__details--box > div:nth-child(3) div:last-child p:after {
  display: none;
}

.srvc-wp .wp__details--box > div:nth-child(4) span {
  border: 2px solid #122a98;
  margin-right: 10px;
  padding: 10px;
  color: #122a98;
}

.srvc-wp .wp__details--box > div:nth-child(4) p {
  margin-bottom: 0px;
}

.srvc-wp .wp__details--yen img {
  position: absolute;
  right: 10px;
  top: -10rem;
}

.srvc-wp .wp__details--yen div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-color: #fff;
  bottom: 15px;
  right: 13px;
  width: 29rem;
  height: 7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 1px 3px 20px -14px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 1px 3px 20px -14px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 3px 20px -14px rgba(0, 0, 0, 0.28);
  z-index: 1;
}

.srvc-wp .wp__details--yen div p {
  margin-bottom: 0px;
  color: #d3347a;
  text-align: center;
  margin-right: 1rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.srvc-wp .wp__details--yen div p:first-child:after {
  background-image: URL(../images/service/srvc-wp/pink_arrow.png);
  content: '';
  display: block;
  background-size: contain;
  width: 105%;
  height: 1rem;
  background-repeat: no-repeat;
}

.srvc-wp .wp__details--yen div p:nth-child(2) {
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  line-height: 2rem;
  position: relative;
  margin-right: 0px;
}

.srvc-wp .wp__details--yen div p:nth-child(2) small {
  color: #d3347a;
  font-size: 1rem;
  position: absolute;
  bottom: -2rem;
  right: 0px;
}

.srvc-wp .wp__details--yen:after {
  display: block;
  content: '';
  width: 15rem;
  height: 5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #d3347a;
  z-index: 0;
}

.srvc-wp .wp > p {
  text-align: center;
  margin-top: 20px;
  color: #122a98;
}

.srvc-wp .other {
  margin-bottom: 50px;
}

.srvc-wp .other div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
  border: 1px solid #8e8e8e;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.srvc-wp .other div p {
  margin-bottom: 0px;
}

.srvc-wp .other div h3 {
  border-left: none;
  font-size: 1rem;
  width: 20%;
  margin-right: 20px;
  text-align: center;
}

.srvc-wp .other div h3:after {
  display: none;
}

.srvc-wp .other div > p {
  width: 80%;
}

@media (max-width: 1200px) {
  .srvc-wp .top__product--p {
    font-size: 1.5rem;
  }
  .srvc-wp .top__product--p span {
    font-size: 1.7rem;
  }
  .srvc-wp .top__product--yen > p {
    font-size: 4rem;
    left: -6rem;
    bottom: -40px;
  }
  .srvc-wp .top__three > p {
    font-size: 1.7rem;
  }
  .srvc-wp .wp__title p {
    font-size: 2.5rem;
  }
  .srvc-wp .wp__details--box {
    width: 60%;
  }
  .srvc-wp .wp__details--yen img {
    top: -5rem;
    width: 38%;
  }
  .srvc-wp .wp__details--yen div {
    width: 25.5rem;
    height: 7rem;
  }
  .srvc-wp .wp__details--yen div p {
    margin-right: 0rem;
  }
  .srvc-wp .wp__details--yen div p:nth-child(2) {
    font-size: 3rem;
  }
}

@media (max-width: 992px) {
  .srvc-wp .top__three--radius div {
    margin-right: 40px;
  }
  .srvc-wp .top__product--p {
    font-size: 1.2rem;
  }
  .srvc-wp .top__product--p span {
    font-size: 1.5rem;
  }
  .srvc-wp .top__product--yen > P {
    font-size: 3rem;
    left: 3rem;
    bottom: -29px;
  }
  .srvc-wp .top__product--yen > img {
    width: 23%;
    right: -3px;
    top: auto;
    bottom: 0px;
  }
  .srvc-wp .wp__title {
    background-position-x: 88%;
  }
  .srvc-wp .wp__title p {
    font-size: 3rem;
  }
  .srvc-wp .wp__details {
    display: block;
  }
  .srvc-wp .wp__details--box {
    width: 100%;
  }
  .srvc-wp .wp__details--yen img {
    position: static;
    width: auto;
  }
}

@media (max-width: 768px) {
  .srvc-wp h4 span:before {
    top: -30px;
  }
  .srvc-wp .top__three {
    height: 27rem;
    padding: 20px 0;
    background-size: cover;
  }
  .srvc-wp .top__three > p {
    margin-top: 10px;
    font-size: 5vw;
  }
  .srvc-wp .top__three--radius {
    display: block;
  }
  .srvc-wp .top__three--radius div:first-child,
  .srvc-wp .top__three--radius div:nth-child(2),
  .srvc-wp .top__three--radius div:nth-child(3) {
    width: 80%;
    border-radius: 10px;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    opacity: 0.8;
  }
  .srvc-wp .top__three--radius div:first-child p,
  .srvc-wp .top__three--radius div:nth-child(2) p,
  .srvc-wp .top__three--radius div:nth-child(3) p {
    font-size: 4vw;
    line-height: 2rem;
  }
  .srvc-wp .top__three--radius div:first-child p .pc-only,
  .srvc-wp .top__three--radius div:nth-child(2) p .pc-only,
  .srvc-wp .top__three--radius div:nth-child(3) p .pc-only {
    display: none;
  }
  .srvc-wp .top__three--radius div:first-child {
    color: #248b16;
    border: 3px solid #248b16;
    margin-top: 0px;
  }
  .srvc-wp .top__three--radius div:nth-child(2) {
    color: #1287cc;
    border: 3px solid #1287cc;
  }
  .srvc-wp .top__three--radius div:nth-child(3) {
    color: #d1367a;
    border: 3px solid #d1367a;
    margin-right: auto;
  }
  .srvc-wp .top__three--radius div:first-child:after,
  .srvc-wp .top__three--radius div:nth-child(2):after,
  .srvc-wp .top__three--radius div:nth-child(3):after {
    display: none;
  }
  .srvc-wp .top__product--p {
    font-size: 1.5rem;
    text-align: center;
  }
  .srvc-wp .top__product--yen > img {
    display: none;
  }
  .srvc-wp .top__product--yen div {
    width: 40%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .srvc-wp .top__product--yen div p {
    margin-left: 10px;
    font-size: 1rem;
  }
  .srvc-wp .top__product--yen div img {
    height: 10vw;
  }
  .srvc-wp .top__product--yen div .pc-only {
    display: none;
  }
  .srvc-wp .top__product--yen > p {
    position: static;
    margin: 0;
    padding-top: 19px;
    font-size: 11vw;
    width: 60%;
  }
  .srvc-wp .top__product--yen > p:before,
  .srvc-wp .top__product--yen > p:after {
    display: none;
  }
  .srvc-wp .wp__title {
    background-image: none;
  }
  .srvc-wp .wp__title p {
    font-size: 2.2rem;
  }
  .srvc-wp .wp__title p .pc-only {
    display: none;
  }
  .srvc-wp .wp__details--yen {
    text-align: center;
  }
  .srvc-wp .wp__details--yen img {
    width: 70%;
  }
  .srvc-wp .wp__details--yen div {
    width: 100%;
  }
  .srvc-wp .other div {
    display: block;
  }
  .srvc-wp .other div h3 {
    width: 100%;
    margin: 10px 0;
  }
  .srvc-wp .other div > p {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .srvc-wp .top h4 span:before {
    display: none;
  }
  .srvc-wp .top__three--radius div {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding-top: 40px;
  }
  .srvc-wp .top__three--radius div p {
    font-size: 1.5rem;
  }
  .srvc-wp .top__three--radius div:first-child:after {
    right: 5.5rem;
    bottom: 3rem;
  }
  .srvc-wp .top__three--radius div:nth-child(2):after {
    right: 5.5rem;
    bottom: 4rem;
  }
  .srvc-wp .top__three--radius div:nth-child(3):after {
    right: 5.5rem;
    bottom: 2rem;
  }
  .srvc-wp .top__product--yen {
    display: block;
  }
  .srvc-wp .top__product--yen div {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .srvc-wp .top__product--yen > p {
    width: 100%;
    font-size: 15vw;
  }
  .srvc-wp .inquiry {
    padding: 10px;
  }
  .srvc-wp .inquiry .btn-area {
    width: 100%;
  }
  .srvc-wp .wp .btn-area {
    width: 100%;
  }
  .srvc-wp .wp__title {
    padding: 10px;
  }
  .srvc-wp .wp__title p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .srvc-wp .wp__details {
    padding: 10px;
  }
  .srvc-wp .wp__details--box > span {
    top: 10px;
    right: 0px;
    left: 0;
    text-align: center;
  }
  .srvc-wp .wp__details--box > div {
    display: block;
  }
  .srvc-wp .wp__details--box > div div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .srvc-wp .wp__details--box > div:nth-child(2) div p:after,
  .srvc-wp .wp__details--box > div:nth-child(3) div p:after {
    display: none;
  }
  .srvc-wp .wp__details--box > div:nth-child(2) div:last-child,
  .srvc-wp .wp__details--box > div:nth-child(3) div:last-child {
    margin-right: 20px;
  }
  .srvc-wp .wp__details--box > div:nth-child(4) P {
    margin-top: 20px;
  }
  .srvc-wp .wp__details--yen div P {
    font-size: 0.8rem;
  }
  .srvc-wp .wp__details--yen div p:nth-child(2) {
    font-size: 2rem;
  }
}

/*srvc-website*/
.website {
  overflow: hidden;
}

.website .originaldesign h2 {
  font-size: 5vw;
}

.website .originaldesign__box {
  -webkit-box-shadow: 6px 10px 20px -5px rgba(0, 0, 0, 0.41);
  -ms-box-shadow: 6px 10px 20px -5px rgba(0, 0, 0, 0.41);
  box-shadow: 6px 10px 20px -5px rgba(0, 0, 0, 0.41);
  margin: 50px 0;
}

.website .originaldesign__box h4 {
  background-color: #132a98;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: bold;
}

.website .originaldesign__box h4:before {
  display: none;
}

.website .originaldesign__box > div {
  background-color: #fff;
  text-align: center;
  padding: 40px;
}

.website .originaldesign__box > div p {
  margin-bottom: 0;
}

.website .originaldesign__box > div p span {
  color: #ff6600;
}

.website .originaldesign .btn-area {
  margin-bottom: 100px;
}

.website .plans {
  margin-bottom: 100px;
}

.website .plans__pink,
.website .plans__blue,
.website .plans__green {
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.website .plans__pink--box,
.website .plans__blue--box,
.website .plans__green--box {
  z-index: 0;
  background-color: #fff;
  -webkit-box-shadow: 6px 10px 20px -5px rgba(0, 0, 0, 0.41);
  -ms-box-shadow: 6px 10px 20px -5px rgba(0, 0, 0, 0.41);
  box-shadow: 6px 10px 20px -5px rgba(0, 0, 0, 0.41);
  width: 70%;
  position: relative;
  padding: 30px;
  height: 25rem;
}

.website .plans__pink--box > div:first-child,
.website .plans__blue--box > div:first-child,
.website .plans__green--box > div:first-child {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  top: -2rem;
  left: -1rem;
}

.website .plans__pink--box > div:first-child > img,
.website .plans__blue--box > div:first-child > img,
.website .plans__green--box > div:first-child > img {
  width: 7rem;
  height: 7rem;
}

.website .plans__pink--box > div:first-child h3,
.website .plans__blue--box > div:first-child h3,
.website .plans__green--box > div:first-child h3 {
  font-size: 3rem;
  font-weight: bold;
  border-left: unset;
  margin: 0;
  padding: 0px;
  margin-left: 20px;
}

.website .plans__pink--box > div:first-child h3 span,
.website .plans__blue--box > div:first-child h3 span,
.website .plans__green--box > div:first-child h3 span {
  font-size: 2rem;
}

@media all and (-ms-high-contrast: none) {
  .website .plans__pink--box > div:first-child h3,
  .website .plans__blue--box > div:first-child h3,
  .website .plans__green--box > div:first-child h3 {
    border-left: none;
  }
}

.website .plans__pink--box > div:first-child h3:after,
.website .plans__blue--box > div:first-child h3:after,
.website .plans__green--box > div:first-child h3:after {
  display: none;
}

.website .plans__pink--box > p,
.website .plans__blue--box > p,
.website .plans__green--box > p {
  position: absolute;
  right: 3rem;
  top: 6rem;
  font-size: 4rem;
  font-weight: bold;
  height: 90px;
}

.website .plans__pink--box > div:nth-child(3),
.website .plans__blue--box > div:nth-child(3),
.website .plans__green--box > div:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 40px;
}

.website .plans__pink--box > div:nth-child(3) p,
.website .plans__blue--box > div:nth-child(3) p,
.website .plans__green--box > div:nth-child(3) p {
  margin-bottom: 0px;
}

.website .plans__pink:before,
.website .plans__blue:before,
.website .plans__green:before {
  content: '';
  display: block;
  position: absolute;
  width: 12rem;
  left: -34px;
  bottom: -30px;
  height: 10rem;
}

.website .plans__pink:before {
  background-color: #d3347a;
}

.website .plans__blue:before {
  left: 19rem;
  background-color: #1287cc;
}

.website .plans__green:before {
  background-color: #248b16;
}

.website .plans__pink > span,
.website .plans__green > span {
  background-color: #f3f3f3;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
  position: absolute;
  width: 100%;
  z-index: -2;
  right: 0px;
  height: 120%;
}

@media all and (-ms-high-contrast: none) {
  .website .plans__pink > span,
  .website .plans__green > span {
    right: 8px;
  }
}

.website .plans__pink--img,
.website .plans__green--img {
  z-index: -1;
  width: 30%;
  position: relative;
}

.website .plans__pink--img img,
.website .plans__green--img img {
  position: absolute;
  top: -66px;
  width: 130%;
  right: 0px;
}

.website .plans__pink--box h3 {
  color: #d3347a;
}

.website .plans__pink--box > P {
  color: #d3347a;
  border-bottom: 5px solid #d3347a;
}

.website .plans__pink--box > div:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  width: 10rem;
  height: 10rem;
  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;
}

.website .plans__pink--box > div:nth-child(4) a {
  width: auto;
  margin-top: 0px;
  padding: 50px 20px;
  background-color: #000;
}

.website .plans__pink--box > div:nth-child(4) a div {
  display: block;
}

.website .plans__pink--box > div:nth-child(4) a:before {
  background: #d3347a;
}

.website .plans__blue > span {
  background-color: #f3f3f3;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
  position: absolute;
  width: 100%;
  z-index: -2;
  left: 0px;
  height: 120%;
}

.website .plans__blue--box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.website .plans__blue--box h3 {
  color: #1287cc;
}

.website .plans__blue--box > P {
  color: #1287cc;
  border-bottom: 5px solid #1287cc;
}

.website .plans__blue--img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  z-index: -1;
  width: 30%;
  position: relative;
}

.website .plans__blue--img img {
  position: absolute;
  top: -66px;
  width: 130%;
  left: 0px;
}

.website .plans__green {
  margin-bottom: 150px;
}

.website .plans__green--box {
  height: 30rem;
}

.website .plans__green--box > div:first-child img {
  height: 10rem;
}

.website .plans__green--box > p {
  top: 10rem;
  font-size: 2rem;
  top: 11rem;
  text-align: center;
  line-height: 3rem;
  height: 110px;
}

.website .plans__green--box > p span {
  font-size: 4rem;
}

.website .plans__green--box h3 {
  color: #248b16;
}

.website .plans__green--box > P {
  color: #248b16;
  border-bottom: 5px solid #248b16;
}

.website .plans > .item-block__btn-area a {
  background-color: #000;
  width: 30rem;
  text-align: left;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .website .plans__pink,
  .website .plans__blue,
  .website .plans__green {
    display: block;
    margin-top: 100px;
  }
  .website .plans__pink > span,
  .website .plans__blue > span,
  .website .plans__green > span {
    height: 60%;
  }
  .website .plans__pink--box,
  .website .plans__blue--box,
  .website .plans__green--box {
    width: 100%;
  }
  .website .plans__pink--img,
  .website .plans__blue--img,
  .website .plans__green--img {
    width: auto;
    text-align: center;
    margin-top: 50px;
  }
  .website .plans__pink--img img,
  .website .plans__blue--img img,
  .website .plans__green--img img {
    position: unset;
    width: 80%;
  }
  .website .plans__pink:before,
  .website .plans__blue:before,
  .website .plans__green:before {
    bottom: 57vw;
  }
  .website .plans__blue:before {
    left: -20px;
  }
}

@media (max-width: 768px) {
  .website .plans__pink,
  .website .plans__blue,
  .website .plans__green {
    margin-top: 40px;
  }
  .website .plans__pink--box,
  .website .plans__blue--box,
  .website .plans__green--box {
    height: auto;
    padding: 10px;
  }
  .website .plans__pink--box > div:first-child,
  .website .plans__blue--box > div:first-child,
  .website .plans__green--box > div:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: unset;
    margin: 0 0 30px 0;
  }
  .website .plans__pink--box > div:first-child h3,
  .website .plans__blue--box > div:first-child h3,
  .website .plans__green--box > div:first-child h3 {
    font-size: 1.5rem;
  }
  .website .plans__pink--box > div:first-child h3 span,
  .website .plans__blue--box > div:first-child h3 span,
  .website .plans__green--box > div:first-child h3 span {
    font-size: 1.5rem;
  }
  .website .plans__pink--box > div:first-child img,
  .website .plans__blue--box > div:first-child img,
  .website .plans__green--box > div:first-child img {
    width: 4rem;
    height: 4rem;
  }
  .website .plans__pink--box > div:nth-child(3),
  .website .plans__blue--box > div:nth-child(3),
  .website .plans__green--box > div:nth-child(3) {
    position: unset;
    padding: 20px 10px;
  }
  .website .plans__pink--box > p,
  .website .plans__blue--box > p,
  .website .plans__green--box > p {
    text-align: center;
    margin: 0 auto;
    position: unset;
    font-size: 2.5rem;
    height: 60px;
    width: 50%;
  }
  .website .plans__pink--box > div:nth-child(4) {
    position: unset;
    width: 70%;
    height: 5rem;
    margin: 0 auto;
  }
  .website .plans__pink--box > div:nth-child(4) a {
    margin: 0;
    width: 100%;
    padding: 32px;
    font-size: 1rem;
  }
  .website .plans__pink--box > div:nth-child(4) a div .pc-only {
    display: none;
  }
  .website .plans__green--box > div:first-child img {
    height: 6rem;
  }
  .website .plans__green--box > p {
    top: 8rem;
    width: 70%;
    font-size: 1.5rem;
    height: 100px;
  }
  .website .plans__green--box > p span {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .website .originaldesign__box > div {
    padding: 40px 20px;
  }
  .website .originaldesign h2 {
    font-size: 1.5rem;
  }
  .website .btn-area a.btn--pf div,
  .website .btn-area a.btn--srvc div {
    font-size: 1rem;
  }
  .website .plans__pink--box div:first-child > img,
  .website .plans__blue--box div:first-child > img,
  .website .plans__green--box div:first-child > img {
    width: 2rem;
    height: 2rem;
  }
  .website .plans__pink--box div:first-child h3,
  .website .plans__blue--box div:first-child h3,
  .website .plans__green--box div:first-child h3 {
    font-size: 1.2rem;
  }
  .website .plans__pink--box div:first-child h3 .pc-only,
  .website .plans__blue--box div:first-child h3 .pc-only,
  .website .plans__green--box div:first-child h3 .pc-only {
    display: none;
  }
  .website .plans__pink--box > p,
  .website .plans__blue--box > p,
  .website .plans__green--box > p {
    width: 90%;
  }
  .website .plans__green {
    margin-bottom: 50px;
  }
  .website .plans__green--box div:first-child > img {
    height: 3rem;
  }
  .website .plans__green--box > p {
    font-size: 1rem;
    line-height: 1.5rem;
    height: 60px;
  }
  .website .plans__green--box > p span {
    font-size: 2rem;
  }
  .website .plans .item-block__btn-area {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*srvc-seo white-seo*/
.white-seo {
  overflow: hidden;
}

.white-seo .seo {
  position: relative;
  margin-bottom: 50px;
}

.white-seo .seo > span {
  background-image: URL(../images/service/white-seo/bg_blue);
  background-position: center;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
  z-index: -1;
  width: 167.7%;
  display: block;
  height: 84rem;
  position: absolute;
  background-repeat: no-repeat;
}

.white-seo .seo__box {
  -webkit-box-shadow: 5px 6px 8px -1px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 5px 6px 8px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 5px 6px 8px -1px rgba(0, 0, 0, 0.29);
  margin-bottom: 50px;
}

.white-seo .seo__box h4 {
  background-color: #132a98;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0px;
}

.white-seo .seo__box h4:before {
  display: none;
}

.white-seo .seo__box--p {
  padding: 30px;
  background-color: #fff;
  text-align: center;
}

.white-seo .seo__box--p p {
  margin-bottom: 0px;
}

.white-seo .seo__box--p p span {
  color: #ff6600;
}

.white-seo .seo__box--p .f-blue {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #132a98;
}

.white-seo .seo__box--p .bg-black {
  margin: 40px 0;
  background-color: #000;
  color: #fff;
  padding: 10px 0px;
  width: 25%;
}

.white-seo .seo__box--p img {
  width: 80%;
}

.white-seo .seo__box--p table tr th {
  background-color: #eceef6;
}

.white-seo .seo__box--p table tr th:nth-child(2) {
  background-color: #5c5c5c;
  color: #fff;
}

.white-seo .seo > p {
  text-align: center;
  font-size: 1.5rem;
  border: 2px solid #132a98;
  color: #132a98;
  padding: 10px;
  width: 90%;
  font-weight: bold;
  margin: 0 auto;
}

.white-seo .service {
  margin-bottom: 50px;
  position: relative;
}

.white-seo .service__deco {
  position: absolute;
  top: 20rem;
  width: 187%;
  left: -5rem;
  display: block;
  background-color: #eee;
  height: 30rem;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((100% - 100vw) / 2);
  z-index: -1;
  background: #e7e9f4;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(14.5deg);
  transform: rotate(14.5deg);
}

.white-seo .service__decoIE {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .white-seo .service__deco {
    display: none;
  }
  .white-seo .service__decoIE {
    display: block;
    background-image: URL(../images/service/bg-gray-s.png);
    background-repeat: no-repeat;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
    width: 197.7%;
    height: 100%;
    position: absolute;
    top: 4%;
    left: -30%;
    z-index: -2;
    background-size: contain;
  }
}

.white-seo .service h2 {
  margin-bottom: 80px;
}

.white-seo .service > p {
  text-align: center;
  margin-bottom: 50px;
}

.white-seo .service__three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 250px;
}

.white-seo .service__three--div {
  width: 33%;
  height: 100%;
  -webkit-box-shadow: 5px 6px 8px -1px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 5px 6px 8px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 5px 6px 8px -1px rgba(0, 0, 0, 0.29);
  margin-right: 20px;
}

.white-seo .service__three--div img {
  width: 100%;
}

.white-seo .service__three--div div {
  background-color: #fff;
  padding: 30px 20px;
}

.white-seo .service__three--div div p:first-child {
  color: #132a98;
  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: 1.2rem;
  font-weight: bold;
}

.white-seo .service__three--div div p:first-child:before {
  background-image: URL(../images/service/white-seo/blue_check.png);
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 2rem;
  height: 3rem;
  background-position-y: 1px;
  background-size: contain;
  background-repeat: no-repeat;
}

.white-seo .service__three--div:nth-child(2) {
  position: relative;
  top: 50px;
}

.white-seo .service__three--div:last-child {
  margin-right: 0px;
}

.white-seo .service__case {
  background-color: #f3f3f3;
  position: relative;
}

.white-seo .service__case > span {
  z-index: -1;
  border: 8px solid #122a98;
  position: absolute;
  width: 34rem;
  top: -5rem;
  left: -1.5rem;
  height: 17rem;
}

.white-seo .service__case--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.white-seo .service__case--box div {
  padding: 0 30px;
  width: 30%;
}

.white-seo .service__case--box div h3 {
  position: relative;
  top: -2.5rem;
  font-size: 4rem;
  color: #122a98;
  border-left: none;
  margin: 0px;
  padding: 0;
  font-style: italic;
}

.white-seo .service__case--box div h3:after {
  display: none;
}

.white-seo .service__case--box div p:nth-child(2) {
  font-size: 1.5rem;
  color: #122a98;
  line-height: 2rem;
}

.white-seo .service__case--box img {
  width: 65%;
  position: relative;
  top: -3rem;
  right: -2rem;
}

.white-seo .price {
  margin-bottom: 100px;
}

.white-seo .price h2 {
  margin-bottom: 50px;
}

.white-seo .price table {
  margin-bottom: 30px;
}

.white-seo .price table tr th {
  width: 50%;
  background-color: #f1f1f1;
}

@media (max-width: 992px) {
  .white-seo .service__three {
    margin-bottom: 100px;
    display: block;
  }
  .white-seo .service__three--div {
    width: 100%;
    margin-right: 0px;
  }
  .white-seo .service__three--div > img {
    width: 100%;
  }
  .white-seo .service__three--div:nth-child(2) {
    margin-bottom: 100px;
  }
  .white-seo .service__case {
    padding: 30px;
  }
  .white-seo .service__case > span {
    top: -2rem;
    left: -1rem;
  }
  .white-seo .service__case--box {
    display: block;
  }
  .white-seo .service__case--box div {
    width: 100%;
    padding: 0px;
  }
  .white-seo .service__case--box div h3 {
    text-align: center;
    position: unset;
  }
  .white-seo .service__case--box div p:nth-child(2) {
    text-align: center;
  }
  .white-seo .service__case--box div p:nth-child(2) .pc-only {
    display: none;
  }
  .white-seo .service__case--box img {
    width: 100%;
    position: unset;
  }
}

@media (max-width: 576px) {
  .white-seo .seo__box--p p.f-blue {
    font-size: 1.2rem;
  }
  .white-seo .seo__box--p p.bg-black {
    width: 100%;
  }
  .white-seo .seo > p {
    font-size: 1.2rem;
  }
  .white-seo .service__case {
    padding: 20px;
  }
  .white-seo .service__case > span {
    width: 16rem;
    height: 10rem;
  }
  .white-seo .service__case--box div h3 {
    font-size: 2rem;
  }
  .white-seo .service__case--box div p:nth-child(2) {
    font-size: 1.2rem;
  }
}

/*パンくず*/
.breadcrumbs {
  margin-bottom: 30px;
}

.breadcrumbs span a:hover {
  color: #0d1f72;
}

/*rvc-graphic*/
.rvc-graphic ul {
  margin-bottom: 30px;
}

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

.rvc-graphic__flex p {
  width: 80%;
}

.rvc-graphic__flex img {
  width: 20%;
  height: 100%;
}

@media (max-width: 768px) {
  .rvc-graphic__flex {
    display: block;
    text-align: center;
  }
  .rvc-graphic__flex p {
    width: 100%;
    text-align: left;
  }
  .rvc-graphic__flex img {
    width: 80%;
  }
}

.responsive {
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}

.responsive a {
  margin-top: 0px;
  bottom: 42px;
  right: 56px;
}

.responsive a div {
  font-size: 1rem;
}

.responsive a div:before {
  content: '';
  display: inline-block;
  background-image: URL(../images/mail-icon.png);
  width: 30px;
  height: 20px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.responsive div a.btn:link {
  width: 26rem;
  position: absolute;
}

.responsive div img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .responsive div a {
    position: absolute;
    margin-top: 0px;
    bottom: 4vw;
    right: 2vw;
    height: 5vw;
  }
  .responsive div a div {
    font-size: 1.5vw;
  }
  .responsive div a.btn:link {
    width: 37vw;
    height: auto;
    padding: 1.2vw;
  }
}

@media screen and (max-width: 576px) {
  .responsive div a {
    right: 0vw;
  }
  .responsive div a div:before {
    display: none;
  }
  .responsive div a div::after {
    display: none;
  }
}
/*# sourceMappingURL=old-correction.css.map */
