@charset "UTF-8";

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: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol,
ul {
  list-style: none
}

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

caption,
th,
td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}

a img {
  border: none
}

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

@font-face {
  font-family: KleeOne-Regular;
  src: url(https://forevista.com/font/KleeOne-SemiBold-yoko.woff2) format("woff2");
  font-display: swap
}
.klee-one-regular {
  font-family: "KleeOne-Regular", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: KleeOne-SemiBold;
  src: url(https://forevista.com/font/KleeOne-SemiBold.woff2) format("woff2");
  font-display: swap
}
.klee-one-semibold {
  font-family: "KleeOne-SemiBold", serif;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Ubuntu;
  src:url(https://forevista.com/font/Ubuntu-Medium.woff2) format("woff2");
  font-weight:500;
  font-display:swap
}
@font-face {
  font-family: Ubuntu;
  src:url(https://forevista.com/font/Ubuntu-BoldItalic.woff2) format("woff2");
  font-weight:700;
  font-style: italic;
  font-display:swap
}

@font-face {
  font-family: Ubuntu;
  src: url(https://forevista.com/font/Ubuntu-Light.woff2) format("woff2");
  font-weight: 300;
  font-display: swap
}

.vivify {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both
}

.vivifynavi {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both
}

.fadeInnavi {
  -webkit-animation-name: fadeInnavi;
  animation-name: fadeInnavi;
  -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
  animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

.delay1-5 {
  -webkit-animation-delay: 0;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-fill-mode: both
}

.delay2-5 {
  -webkit-animation-delay: 0;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-fill-mode: both
}

.delay3 {
  -webkit-animation-delay: 0;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-fill-mode: both
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
  animation-timing-function: cubic-bezier(.455, .03, .515, .955)
}

@keyframes fadeIn {
  100% {
    opacity: 1
  }
}

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom
}

@keyframes fadeInBottom {
  100% {
    opacity: 1
  }
}

/*! * Hamburgers * @description Tasty CSS-animated hamburgers * @author Jonathan Suh @jonsuh * @site https://jonsuh.com/hamburgers * @link https://github.com/jonsuh/hamburgers */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible
}

.hamburger:hover {
  opacity: 1
}

.hamburger-box {
  width: 22.5px;
  height: 15px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -.5px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 22.5px;
  height: 1px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block
}

.hamburger-inner::before {
  top: -7px
}

.hamburger-inner::after {
  bottom: -7px
}

.hamburger--slider .hamburger-inner {
  top: .5px
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s
}

.hamburger--slider .hamburger-inner::after {
  top: 14px
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.21429px, -6px, 0);
  opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg)
}

@font-face {
  font-family: 4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw;
  src: url(https://forevista.com/font/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff2) format("woff2")
}

@font-face {
  font-family: ab;
  src: url(https://forevista.com/font/ab.woff) format("woff")
}

.ubuntu-medium,
.blockmenu-en li a,
footer .footer-inner ul.footer-block>li>div>a .en,
footer .footer-inner ul.footer-block .white-box div ul li a .en,
body#fourg_branding .mainvisual .title .title-en,
body#branding .mainvisual .title .title-en,
body#branding .catch .catch-en,
body#branding ul .name-parent .name .name-en,
body#branding1 .catch .catch-en,
body#branding1 .inner>div.content_detail>div.right>div.detail p,
body#branding2 .mainvisual .title .title-en,
body#branding2 .inner>div.content>div.right>div.detail p,
body#branding3 .mainvisual .title .title-en,
body#branding3 .inner>div.content>div.right>div.detail p,
body#career .mainvisual .title .title-en,
body#brandingnews .mainvisual .title .title-en,
body#company .mainvisual .title .title-en,
body#company .catch .catch-en,
body#company .inner section h1,
body#company .inner section h2,
body#company .inner section .left-box p,
body#company .inner section>ul>li p.section_p-en,
body#company .inner section>ul>li h3.section_p-en,
body#company .inner .solution>ul>li>a>div.panel .panel_box p,
body#contact .mainvisual .title .title-en,
body#counseling .mainvisual .title .title-en,
body#seminar .mainvisual .title .title-en,
body#knowledge .mainvisual .title .title-en,
body#about_branding .mainvisual .title .title-en,
body#about_branding2 .mainvisual .title .title-en,
body#approach .mainvisual .title .title-en,
body#approach .catch .catch-en,
body#approach .inner section h2,
body#approach .inner section>ul>li>a>div.panel .panel_box p,
body#method_tool .mainvisual .title .title-en,
body#nikkei225 .mainvisual .title .title-en,
body#nikkei225_lm .mainvisual .title .title-en,
body#project-list .mainvisual .title .title-en,
body#project-list .catch .catch-en,
body#sitemap .mainvisual .title .title-en,
body#solution .mainvisual .title .title-en,
body#solution .catch .catch-en,
body#solution .inner section h1,
body#solution .inner section>ul>li>a>div.panel .panel_box p,
body#top .index .inner .index__catch,
body#top .detail .inner .title,
body#solutiontop .mainvisual .title .title-en,
body#solutiontop .catch .catch-en {
  font-family: "Ubuntu";
  font-weight: 500;
  font-style: normal
}

html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased
}

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box
}

#wrap {
  min-height: 100vh;
  padding: 160px 0 0
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media only screen and (max-width:750px) {
  #wrap {
    padding: 55px 0 0;
    /* overflow: hidden */
  }
  a[href^="tel:"] {
  	cursor: pointer;
  	pointer-events: auto;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  content-visibility: auto
}

.kyokasho {
  font-family: "KleeOne-SemiBold", sans-serif !important;
  -webkit-font-smoothing: antialiased
}

.shingo {
  font-family: "Helvetica", "Shin Go Regular", "A-OTF 新ゴ Pro R", "ヒラギノ角ゴシック StdN W3", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic W3 JIS2004", "HGゴシックE", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased
}

.inner {
  max-width: 1050px;
  height: auto;
  margin: 0 auto;
  padding: 0 30px;
  *zoom: 1
}

.inner:after {
  content: "";
  display: table;
  clear: both
}

@media only screen and (max-width:750px) {
  .inner {
    width: 100%;
    padding: 0 20px
  }
}

a {
  color: #3e4445;
  text-decoration: none;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

a {
  color: #3e4445;
  text-decoration: none;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.toplink {
  color: #3e4445;
  text-decoration: none;
  cursor: pointer;
  display: inline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

a.is-hover {
  color: #aca450
}

.clear {
  *zoom: 1
}

.clear:after {
  content: "";
  display: table;
  clear: both
}

.visible-sp {
  display: none
}

@media only screen and (max-width:750px) {
  .visible-sp {
    display: block
  }
}

.hidden-sp {
  display: block
}

@media only screen and (max-width:750px) {
  .hidden-sp {
    display: none
  }
}

.hover-box {
  opacity: 0;
  position: absolute;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  top: 0;
  width: 310px;
  height: 310px;
  overflow: hidden;
  background: #aca450
}

@media only screen and (max-width:750px) {
  .hover-box {
    width: 157.5px;
    height: 157.5px
  }
}

.hover-box p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 38px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 15px
}

@media only screen and (max-width:750px) {
  .hover-box p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px
  }
}

@media only screen and (max-width:375px) {
  .hover-box p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 24px;
    padding-top: 10px
  }
}

.right01 {
  right: 2.9%
}

.right02 {
  right: 19%
}

.left01 {
  left: 2.9%
}

.left02 {
  left: 19%
}

.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.border-inner {
  clear: both
}

@media only screen and (max-width:750px) {
  .border-inner {
    padding: 0 20px
  }
}

@media only screen and (max-width:750px) {
  .border-inner .border {
    width: 100%;
    height: 1px;
    background: #ccc
  }
}

.border {
  width: 100%;
  height: 1px;
  background: #ccc
}

svg>path {
  pointer-events: all
}

svg .cls-1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

.svg-color:hover path.cls-1 {
  fill: #aca450
}

img[src$=".svg"] {
  width: 100%
}

html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased
}

.header {
  width: 100%;
  height: 160px;
  background: #fff;
  z-index: 1000;
  position: fixed;
  top: 0;
  -webkit-transition: all ease-in-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s
}

@media only screen and (max-width:750px) {
  .header {
    height: 55px;
    overflow: hidden
  }
}

.header .header-top {
  *zoom: 1;
  float: left
}

.header .header-top:after {
  content: "";
  display: table;
  clear: both
}

@media only screen and (max-width:750px) {
  .header .header-top {
    padding: 10px 20px 20px;
    float: none
  }
}

.header__logo {
  margin-top: 22px;
  float: left
}

@media only screen and (max-width:750px) {
  .header__logo {
    margin-top: 0
  }
}

@media only screen and (max-width:750px) {
  .header__logo a {
    display: inline-block
  }
}

.header__logo img {
  width: 196px;
  height: auto;
  margin-top: -16px
}

@media only screen and (max-width:750px) {
  .header__logo img {
    width: 135px;
    margin: 0
  }
}

.header__hamburger {
  display: none
}

@media only screen and (max-width:750px) {
  .header__hamburger {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    z-index: 2
  }
}

.header .gnav {
  float: right;
  font-family: "KleeOne-SemiBold", "游明朝", YuMincho, "ヒラギノ明朝 StdN W3", "Hiragino Mincho StdN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3e4445
}


@media only screen and (min-width:751px) {
  .header .gnav {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
  }
}

@media only screen and (max-width:750px) {
  .header .gnav {
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
    font-size: 20px;
    font-size: 2rem;
    -webkit-transition: all ease-in-out;
    -webkit-transition-delay: 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    opacity: 0;
    margin-top: 55px;
    padding: 0 20px;
    height: 100%
  }
}

.header .gnav>ul {
  *zoom: 1
}

.header .gnav>ul:after {
  content: "";
  display: table;
  clear: both
}

@media only screen and (max-width:750px) {
  .header .gnav>ul {
    max-width: 320px;
    text-align: center;
    height: 200px;
    margin-right: 15px;
  }

  .header .gnav>ul:last-child {
    margin-top: 55px;
    height: 120px
  }

  .header .gnav>ul:last-child li:first-child {
    height: 72px
  }

  .header .gnav>ul:last-child li:nth-child(2) {
    height: 108px
  }

  .header .gnav>ul:last-child li:nth-child(3) {
    height: 72px
  }
}

.header .gnav>ul>li {
  margin-left: 30px
}

@media only screen and (max-width:750px) {
  .header .gnav>ul>li {
    margin-left: 0;
    float: right;
    width: 5%;
    margin: 0 5%
  }

  .header .gnav>ul>li:first-child {
    height: 162px;
    margin-right: 0
  }

  .header .gnav>ul>li:nth-child(2) {
    height: 126px
  }

  .header .gnav>ul>li:nth-child(3) {
    height: 72px
  }

  .header .gnav>ul>li:nth-child(4) {
    height: 72px
  }

  .header .gnav>ul>li:nth-child(5) {
    height: 72px
  }

  .header .gnav>ul>li:nth-child(6) {
    height: 72px;
    margin-left: 3.2%;
  }

  .header .gnav>ul>li:nth-child(7) {
    height: 108px;
    margin-left: 0
  }

  .header .gnav>ul>li>a {
    text-align: center;
    white-space: nowrap
  }
}

@media only screen and (max-width:750px) and (max-width:750px) {
  .header .gnav>ul>li>a {
    font-size: 20px;
    font-size: 2rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #3e4445;
    font-family: "KleeOne-SemiBold", "游明朝", YuMincho, "ヒラギノ明朝 StdN W3", "Hiragino Mincho StdN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    -webkit-font-smoothing: antialiased
  }
}

@media only screen and (max-width:750px) and (max-width:750px) and (max-width:750px) {
  .header .gnav>ul>li>a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
  }

  .header .gnav>ul>li>a:hover {
    color: #aca450
  }
}

@media only screen and (max-width:750px) and (max-width:750px) {
  .header .gnav>ul>li>a {
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    top: 0
  }
}

.header .gnav>ul>li>ul {
  display: none;
  height: 100% !important
}

@media only screen and (max-width:750px) {
  .header .gnav>ul>li>ul {
    position: absolute;
    margin: 100px 0 0;
    right: 0;
    display: block !important;
    display: none !important;
    height: auto !important;
    width: 100% !important;
    opacity: 0;
    -webkit-transition: all ease-in-out;
    -webkit-transition-delay: 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }

  .header .gnav>ul>li>ul.is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.header .gnav>ul>li>ul>li {
  margin: 10px 15px 0 0;
  white-space: nowrap
}

@media only screen and (max-width:750px) {
  .header .gnav>ul>li>ul>li {
    width: 20%;
    float: right;
    margin: 0
  }
}

@media only screen and (max-width:750px) {
  .header .gnav>ul>li>ul>li>a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap
  }
}

.header .gnav>ul>li>ul>li>a:hover {
  color: #aca450
}

.header .gnav>ul>li>ul>li>a.current>svg>path {
  fill: #000
}

@media only screen and (max-width:750px) {
  .header.is-active {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: 1px solid #ccc
  }

  .header.is-active .gnav {
    opacity: 1
  }
}

.header.is-active .copyright {
  display: block
}

@media only screen and (max-width:768px) {
  .header .copyright p {
    color: #000;
    font-size: 10px;
    font-size: 1rem
  }
}

@media only screen and (max-width:768px) {
  .header .copyright {
    display: none;
    width: 100%;
    height: 33px;
    position: absolute;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ccc
  }
}

.header .copyright p {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #fff
}

@media only screen and (max-width:768px) {
  .header .copyright p {
    color: #000;
    font-size: 10px;
    font-size: 1rem
  }
}

.header .gnav .oneline {
  white-space: nowrap
}

.header .gnav a {
  font-family: "KleeOne-SemiBold", "游明朝", YuMincho, "ヒラギノ明朝 StdN W3", "Hiragino Mincho StdN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #3e4445
}

.header .gnav .short {
  letter-spacing: -.06em
}

.header .gnav a:hover {
  color: #aca450 !important;
}

body#index #gnav_0 a {
  color: #aca450
}
body#index #gnav_7_1 a {
  color: #3e4445
}


body#branding.top #gnav_1_1 {
  color: #aca450
}
body#solutiontop #gnav_2_1 {
  color: #aca450
}
body#knowledge #gnav_3_1 {
  color: #aca450
}
body#whatisforevista #gnav_4_1 {
  color: #aca450
}

body#branding #gnav_1_1 a {
  color: #aca450
}

body#branding #gnav_1_2 a:hover {
  color: #aca450
}

body#branding.cases #gnav_1_2 a {
  color: #aca450
}

body#branding.cases #gnav_1_1 a {
  color: #3e4445
}

body#branding.cases #gnav_1_1 a:hover {
  color: #aca450
}

body#project-list.corporate-branding #gnav_1_3 a {
  color: #aca450
}

body#project-list.business-branding #gnav_1_4 a {
  color: #aca450
}

body#project-list.purpose-branding #gnav_1_5 a {
  color: #aca450
}

body#project-list.internal-branding #gnav_1_6 a {
  color: #aca450
}

body#project-list.external-branding #gnav_1_7 a {
  color: #aca450
}

body#solutiontop #gnav_2_1 a {
  color: #aca450
}

body#project-list.list #gnav_2_2 a {
  color: #aca450
}
body#project-list.brand-management #gnav_2_3 a {
  color: #aca450
}

body#project-list.brand-marketing #gnav_2_4 a {
  color: #aca450
}

body#project-list.brand-creation #gnav_2_5 a {
  color: #aca450
}

body#project-list.brand-communication #gnav_2_6 a {
  color: #aca450
}

body#counseling #gnav_2_7 a {
  color: #aca450
}

body#seminar #gnav_2_8 a {
  color: #aca450
}

body#knowledge #gnav_3_1 a {
  color: #aca450
}

body#nikkei225 #gnav_3_2 a {
  color: #aca450
}

body#brandingnews #gnav_3_3 a {
  color: #aca450
}

body#nikkei225_lm #gnav_3_4 a {
  color: #aca450
}

body#branding02 #gnav_3_5 a {
  color: #aca450
}

body#branding02 #gnav_3_6 a {
  color: #aca450
}

body#whatisforevista #gnav_4_1 a {
  color: #aca450
}

body#company #gnav_4_1 {
  color: #aca450
}

body#company #gnav_4_3 a {
  color: #aca450
}

body#company #gnav_4_4 a {
  color: #aca450
}

body#career #gnav_5_1 a {
  color: #aca450
}

body#contact #gnav_6_1 a {
  color: #aca450
}


body#library #gnav_8_1 a {
  color: #aca450
}
body#library .category-1 #gnav_8_2 a {
  color: #aca450
}
body#library .category-2 #gnav_8_3 a {
  color: #aca450
}
body#library .category-3 #gnav_8_4 a {
  color: #aca450
}

.header .gnav>ul:last-child {
  margin-top: 55px;
  height: 120px
}

@media only screen and (orientation:landscape) and (max-width:750px) {
  header.header .copyright {
    bottom: auto
  }

  header.header nav.gnav ul:last-child {
    margin-bottom: 55px
  }
}

.ubuntu-light,
footer .copyright p,
footer .underlayer-copyright p,
.header .copyright p {
  font-family: "Ubuntu";
  font-weight: 300;
  font-style: normal
}

footer {
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width:750px) {
  footer .copyright {
    width: 100%;
    height: 33px;
    position: absolute;
    bottom: 0;
    background: #fff
  }
}

footer .copyright p {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #fff
}

@media only screen and (max-width:750px) {
  footer .copyright p {
    color: #000;
    font-size: 10px;
    font-size: 1rem
  }
}

footer .footer-inner {
  padding: 50px 0
}

footer .footer-inner ul.footer-block {
  *zoom: 1
}

footer .footer-inner ul.footer-block:after {
  content: "";
  display: table;
  clear: both
}

footer .footer-inner ul.footer-block>li {
  position: relative;
  width: 31.3131313%;
  height: auto;
  float: left;
  background: #cacfd0;
  margin-right: 3%;
  *zoom: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

footer .footer-inner ul.footer-block>li:after {
  content: "";
  display: table;
  clear: both
}

footer .footer-inner ul.footer-block>li:last-child {
  margin-right: 0
}

footer .footer-inner ul.footer-block>li.list01 {
  background-color: #5e728e
}


footer .footer-inner ul.footer-block>li:hover {
  background: #aca450
}

footer .footer-inner ul.footer-block>li.list01:hover {
	background-color: #aca450;
}

footer .footer-inner ul.footer-block>li>div {
  width: 100%;
  padding-top: 100%;
  position: relative
}

footer .footer-inner ul.footer-block>li>div>a {
  position: absolute;
  top: 0;
  padding: 20px 15px 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  *zoom: 1;
  color: #fff
}

footer .footer-inner ul.footer-block>li>div>a:after {
  content: "";
  display: table;
  clear: both
}

footer .footer-inner ul.footer-block>li>div>a .en {
  float: left;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -.02em;
  color: #fff
}

footer .footer-inner ul.footer-block>li>div>a .jp {
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "KleeOne-SemiBold", "游明朝", YuMincho, "ヒラギノ明朝 StdN W3", "Hiragino Mincho StdN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

@media only screen and (max-width:1000px) {
  footer .footer-inner ul.footer-block>li>div>a .jp {
    font-size: 18px;
    font-size: 1.8rem
  }
}

@media only screen and (max-width:950px) {
  footer .footer-inner ul.footer-block>li>div>a .jp {
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media only screen and (max-width:900px) {
  footer .footer-inner ul.footer-block>li>div>a .jp {
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media only screen and (max-width:850px) {
  footer .footer-inner ul.footer-block>li>div>a .jp {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (max-width:800px) {
  footer .footer-inner ul.footer-block>li>div>a .jp {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (max-width:750px) {
  footer .footer-inner ul.footer-block>li>div>a .jp {
    font-size: 12px;
    font-size: 1.2rem
  }
}

footer .footer-inner ul.footer-block .white-box {
  padding: 20px 15px 0;
  background: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

footer .footer-inner ul.footer-block .white-box:hover {
  background: #fff
}

footer .footer-inner ul.footer-block .white-box div {
  width: 100%;
  padding-top: 100%;
  position: relative
}

footer .footer-inner ul.footer-block .white-box div ul {
  position: absolute;
  top: 0
}

footer .footer-inner ul.footer-block .white-box div ul:first-child {
  left: 0
}

footer .footer-inner ul.footer-block .white-box div ul:last-child {
  right: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

footer .footer-inner ul.footer-block .white-box div ul li {
  margin-bottom: 20px
}

footer .footer-inner ul.footer-block .white-box div ul li a {
  width: 100%;
  display: block;
  height: auto;
  *zoom: 1
}

footer .footer-inner ul.footer-block .white-box div ul li a:after {
  content: "";
  display: table;
  clear: both
}

footer .footer-inner ul.footer-block .white-box div ul li a .en {
  font-size: 32px;
  font-size: 3.2rem
}

@media only screen and (max-width:1000px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .en {
    font-size: 30px;
    font-size: 3rem
  }
}

@media only screen and (max-width:950px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .en {
    font-size: 28px;
    font-size: 2.8rem
  }
}

@media only screen and (max-width:900px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .en {
    font-size: 26px;
    font-size: 2.6rem
  }
}

@media only screen and (max-width:850px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .en {
    font-size: 24px;
    font-size: 2.4rem
  }
}

@media only screen and (max-width:800px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .en {
    font-size: 22px;
    font-size: 2.2rem
  }
}

@media only screen and (max-width:750px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .en {
    font-size: 20px;
    font-size: 2rem
  }
}

footer .footer-inner ul.footer-block .white-box div ul li a .ja {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  font-family: "KleeOne-SemiBold", "游明朝", YuMincho, "ヒラギノ明朝 StdN W3", "Hiragino Mincho StdN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  -webkit-font-smoothing: antialiased
}

@media only screen and (max-width:1000px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .ja {
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media only screen and (max-width:950px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .ja {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (max-width:900px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .ja {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (max-width:850px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .ja {
    font-size: 12px;
    font-size: 1.2rem
  }
}

@media only screen and (max-width:800px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .ja {
    font-size: 12px;
    font-size: 1.2rem
  }
}

@media only screen and (max-width:750px) {
  footer .footer-inner ul.footer-block .white-box div ul li a .ja {
    font-size: 10px;
    font-size: 1rem
  }
}

footer .footer-inner ul.footer-block .white-box div ul li a.footer-hover {
  color: #aca450
}

footer .footer-inner ul.footer-block:last-child {
  margin-top: 30px
}

footer .sp-footer {
  width: 100%;
  height: 350px;
  *zoom: 1;
  padding: 30px 20px 0
}

footer .sp-footer:after {
  content: "";
  display: table;
  clear: both
}

footer .sp-footer .sp-footer-inner {
  max-width: 335px;
  height: auto;
  margin: 0 auto
}

footer .sp-footer .sp-footer-inner>ul {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  float: right;
  padding-right: 0px
}

@media only screen and (max-width:320px) {
  footer .sp-footer .sp-footer-inner>ul {
    padding-right: 0
  }
}

footer .sp-footer .sp-footer-inner>ul:last-child {
  margin-top: 35px
}

footer .sp-footer .sp-footer-inner>ul>li>a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 43px;
  font-family: "KleeOne-SemiBold", "游明朝", YuMincho, "ヒラギノ明朝 StdN W3", "Hiragino Mincho StdN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  -webkit-font-smoothing: antialiased;
  display: block;
}

@media only screen and (max-width:320px) {
  footer .sp-footer .sp-footer-inner>ul>li>a {
    line-height: 56px
  }
}

footer .sp-footer .sp-footer-inner>ul>li>a:hover {
  color: #aca450
}

footer .underlayer-copyright {
  padding: 9px 30px 0 0;
  width: 100%;
  height: 30px;
  border-top: 1px solid #bdc3c4
}

@media only screen and (max-width:750px) {
  footer .underlayer-copyright {
    height: 33px;
    padding: 12px 20px 0 0
  }
}

footer .underlayer-copyright p {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .08em;
  text-align: right
}

@media only screen and (max-width:750px) {
  footer .underlayer-copyright p {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0
  }
}

.ubuntu-light,
.copyright p,
.underlayer-copyright p,
.header .copyright p {
  font-family: "Ubuntu";
  font-weight: 300;
  font-style: normal
}

.underlayer-copyright {
  padding: 9px 30px 0 0;
  width: 100%;
  height: 30px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width:750px) {
  .underlayer-copyright {
    height: 33px;
    padding: 12px 20px 0 0
  }
}

.underlayer-copyright p {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .08em;
  text-align: right
}

@media only screen and (max-width:750px) {
  .underlayer-copyright p {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0
  }
}

footer .sp-footer .sp-footer-inner>ul {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "vert"1;
  float: right;
  padding-right: 10px
}

footer .footer-inner2 {
  padding: 0
}

footer .footer-inner2 .accordion-by-service2>div.inner>div.link-box2 {
  width: 18.2%;
  margin-right: 2.2%
}

@media only screen and (max-width:750px) {
  footer .footer-inner2 .accordion-by-service2>div.inner>div.link-box2 {
    width: 100%;
    margin-right: 0
  }
	footer .sp-footer .sp-footer-inner > ul {
		padding-right: 0;
		margin-right: -4px;
	}
}

@media only screen and (max-width:750px) {
  footer .footer-inner2 .accordion-by-service2>div.inner>div.link-box2>ul {
    margin-top: 0;
    *zoom: 1;
    margin-bottom: 25px
  }

  footer .footer-inner2 .accordion-by-service2>div.inner>div.link-box2>ul:after {
    content: "";
    display: table;
    clear: both
  }
}

@media only screen and (max-width:750px) {
  footer .footer-inner2 .accordion-by-service2>div.inner>div.link-box2>ul>li {
    float: left;
    width: 50%
  }
}

@media only screen and (max-width:750px) {
  footer .footer-inner2 .accordion-by-service2>div.inner>div.link-box2:last-child>ul {
    margin-bottom: 0
  }
}

footer .footer-inner2 .accordion-box2 {
  width: 100%;
  height: auto;
  background: #3e4445;
  padding-top: 28px;
  padding-bottom: 0
}

@media only screen and (max-width:750px) {
  footer .footer-inner2 .accordion-box2 {
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px
  }
}

footer .footer-inner2 .accordion-box2>div.inner {
  *zoom: 1
}

footer .footer-inner2 .accordion-box2>div.inner:after {
  content: "";
  display: table;
  clear: both
}

footer .footer-inner2 .accordion-box2>div.inner>div.link-box2 {
  height: auto;
  float: left;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

footer .footer-inner2 .accordion-box2>div.inner>div.link-box2:last-child {
  margin-right: 0;
}

@media only screen and (max-width:750px) {
footer .footer-inner2 .accordion-box2>div.inner>div.link-box2:last-child {
  margin-right: 0;
  margin-top: 0px;
}
}

footer .footer-inner2 .accordion-box2>div.inner>div.link-box2>p {
  color: #fff;
  font-size: 13.6px;
  font-size: 1.36rem;
  letter-spacing: -.05em;
  line-height: 26px
}

@media only screen and (max-width:750px) {
  footer .footer-inner2 .accordion-box2>div.inner>div.link-box2>p {
    font-size: 12.5px;
    font-size: 1.25rem;
    line-height: 17.5px;
    padding-bottom: 5px
  }
}

footer .footer-inner2 .accordion-box2>div.inner>div.link-box2>div.color {
  background: #787c7d;
  margin-bottom: 25px
}

@media only screen and (max-width:750px) {
  footer .footer-inner2 .accordion-box2>div.inner>div.link-box2>div.color {
    margin-bottom: 3px
  }
}

footer .footer-inner2 .accordion-box2>div.inner>div.link-box2>ul>li {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -.05em;
  line-height: 1.2;
  margin-bottom: 15px;
}

footer .footer-inner2 .accordion-box2>div.inner>div.link-box2>ul>li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width:750px) {
  footer .footer-inner2 .accordion-box2>div.inner>div.link-box2>ul>li {
    font-size: 12.5px;
    font-size: 1.25rem;
	margin-bottom: 10px;
  }
}

footer .footer-inner2 .accordion-box2>div.inner>div.link-box2>ul>li>a {
  color: #fff;
  font-size: 13.6px;
  font-size: 1.36rem;
  letter-spacing: -.05em;
  line-height: 16px;
}

@media only screen and (max-width:750px) {
  footer .footer-inner2 .accordion-box2>div.inner>div.link-box2>ul>li>a {
    font-size: 12.5px;
    font-size: 1.25rem
  }
}

footer .footer-inner2 .accordion-box2>div.inner>div.link-box2>ul>li a:hover {
  color: #aca450
}

@media only screen and (min-width:751px) and (max-width:1049px) {
	footer .footer-inner2 .accordion-box2 > div.inner {
		padding: 0 10px;
	}
	footer .footer-inner2 .accordion-by-service2 > div.inner > div.link-box2 {
		width: 19%;
		margin-right: 1.2%;
	}
}

#branding #navi #menu1_1 a {
  color: #aca450
}

#branding.cases #navi #menu1_2 a {
  color: #aca450
}

#project-list.cases #navi #menu1_1 a {
  color: #fff
}

#project-list.service #navi #menu1_2 a {
  color: #aca450
}

#project-list.maker #navi #menu1_2 a {
  color: #aca450
}

#project-list.finance #navi #menu1_2 a {
  color: #aca450
}

#project-list.finance #navi #menu1_2 a {
  color: #aca450
}

#project-list.corporation #navi #menu1_2 a {
  color: #aca450
}

#project-list.brand-management #navi #menu1_2 a {
  color: #aca450
}

#project-list.brand-marketing #navi #menu1_2 a {
  color: #aca450
}

#project-list.brand-creation #navi #menu1_2 a {
  color: #aca450
}

#project-list.brand-communication #navi #menu1_2 a {
  color: #aca450
}

#project-list.corporate-branding #navi #menu1_3 a {
  color: #aca450
}

#project-list.business-branding #navi #menu1_4 a {
  color: #aca450
}

#project-list.purpose-branding #navi #menu1_5 a {
  color: #aca450
}

#project-list.internal-branding #navi #menu1_6 a {
  color: #aca450
}

#project-list.external-branding #navi #menu1_7 a {
  color: #aca450
}

#solutiontop #navi #menu2_1 a {
  color: #aca450
}

#project-list.list #navi #menu2_2 a {
  color: #aca450
}

#project-list.brand-management #navi #menu2_3 a {
  color: #aca450
}

#project-list.brand-management #navi #menu1_2 a {
  color: #fff
}

#project-list.brand-marketing #navi #menu2_4 a {
  color: #aca450
}

#project-list.brand-marketing #navi #menu1_2 a {
  color: #fff
}

#project-list.brand-creation #navi #menu2_5 a {
  color: #aca450
}

#project-list.brand-creation #navi #menu1_2 a {
  color: #fff
}

#project-list.brand-communication #navi #menu2_6 a {
  color: #aca450
}

#project-list.brand-communication #navi #menu1_2 a {
  color: #fff
}

#counseling #navi #menu2_7 a {
  color: #aca450
}

#seminar #navi #menu2_8 a {
  color: #aca450
}

#knowledge #navi #menu3_1 a {
  color: #aca450
}

#brandingnews #navi #menu3_2 a {
  color: #aca450
}

#nikkei225 #navi #menu3_3 a {
  color: #aca450
}

#nikkei225_lm #navi #menu3_4 a {
  color: #aca450
}

#about_branding #navi #menu3_5 a {
  color: #aca450
}

#about_branding2 #navi #menu3_6 a {
  color: #aca450
}

#whatisforevista #navi #menu4_1 a {
  color: #aca450
}

#company #navi #menu4_2 a {
  color: #aca450
}

#company #navi #menu4_3 a {
  color: #aca450
}

#company #navi #menu4_4 a {
  color: #aca450
}

#career #navi #menu5_1 a {
  color: #aca450
}

#contact #navi #menu6_1 a {
  color: #aca450
}

#report #navi #menu7_1 a {
  color: #aca450
}
#library #navi #menu8_1 a {
  color: #aca450
}
#library #navi #menu8_2 a {
  color: #aca450
}
#library #navi #menu8_3 a {
  color: #aca450
}
#library #navi #menu8_4 a {
  color: #aca450
}


.footer3 {
  border-top: 0
}

.footer3 .footer-inner3 {
  width: 100%;
  height: auto;
  background: #3e4445;
  padding: 28px 0
}

@media only screen and (min-width:751px) {
  #project-list.corporate_branding #navi #menu2_3 a:hover {
    color: #aca450
  }
}

@media only screen and (max-width:750px) {
  .footer3 .footer-inner3 {
    padding: 20px 20px
  }
}

.sns-logo {
  margin-top: 50px;
}

img[src$="f_logo.svg"] {
  width: 30px;
  float: right;
  margin-left: 20px;
}

img[src$="t_logo.svg"] {
  width: 30px;
  float: right;
  margin-left: 20px;
}

img[src$="i_logo.svg"] {
  width: 30px;
  float: right;
  margin-left: 20px;
}

img[src$="p_logo.svg"] {
  width: 30px;
  float: right;
  margin-left: 20px;
}

img[src$="f_logo_share.svg"] {
  width: 30px;
  float: right;
  margin-left: 20px;
}

img[src$="t_logo_share.svg"] {
  width: 30px;
  float: right;
  margin-left: 20px;
}

img[src$="i_logo_share.svg"] {
  width: 30px;
  float: right;
  margin-left: 20px;
}

img[src$="p_logo_share.svg"] {
  width: 30px;
  float: right;
  margin-left: 20px;
}
img[src$="h_logo_share.svg"] {
  width: 30px;
  float: right;
  margin-left: 20px;
}
div .share {
  text-align:  right;
  margin: 20px 0;
  padding-bottom: 50px;
}

.share_text {
  margin: 0 210px;
}

.share_button {
      margin-top: -30px;
}

p.share_e {
    text-align: right;
    font-family: "Ubuntu";
    font-weight: 400;
    color: #000;
    font-size: 1.2rem;
    line-height: 26px;
    margin-bottom: -10px;
}
p.share_jp {
  text-align: right;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 1.2rem;
  line-height: 26px;
}



.no-webp .element {
  background-image: url(image.jpg)
}

.webp .element {
  background-image: url(image.webp)
}

.comSolution {
  margin-top: 35px
}

@media only screen and (max-width:750px) {
  .comSolution {
    margin-top: 45px;
    padding: 0 17px
  }
}

.comSolution .inner {
  padding: 0;
  margin: 0 0 0 auto;
  width: calc(100% - 30px);
  max-width: calc(50%+495px)
}

.comSolution .inner .inner-border {
  width: 100%;
  height: 1px;
  background: #ccc
}

.comSolution .area {
  display: grid;
  grid-template-columns: 455px calc(100% - 508px);
  justify-content: space-between
}

.comSolution .area .l_box {
  margin-left: -10px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 34px 350px
}

.comSolution .area .slide_box {
  position: relative
}

.comSolution .area .slide_box .arrow_list {
  width: 100%;
  position: absolute;
  left: 0;
  top: -67px;
  font-size: 0
}

.comSolution .area .slide_box .arrow_list li {
  display: inline-block;
  vertical-align: middle
}

.comSolution .area .slide_box .arrow_list .arrow {
  margin-right: 14px;
  width: 20px;
  position: relative;
  cursor: pointer
}

.comSolution .area .slide_box .arrow_list .arrow::before {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-right: 12px solid #3C4446;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: '';
  transition: .3s
}

.comSolution .area .slide_box .arrow_list .arrow.next {
  margin-right: 0
}

.comSolution .area .slide_box .arrow_list .arrow.next::before {
  border-right: none;
  border-left: 12px solid #3C4446
}

.comSolution .area .slide_box .arrow_list .page {
  margin-right: 22px;
  font-size: 1.62rem;
  font-weight: 300;
  font-family: "Ubuntu"
}

.comSolution .area .slide_box .arrow_list .page span {
  display: inline-block;
  vertical-align: middle
}

.comSolution .area .slide_box .arrow_list .page .current {
  margin-right: 20px;
  color: #C72A80;
  position: relative
}

.comSolution .area .slide_box .arrow_list .page .current::before {
  width: 1px;
  height: 15px;
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: '';
  background-color: #3C4446;
  content: ''
}

.comSolution .area .slide_box .link_list a {
  display: block
}

.comSolution .area .slide_box .link_list li {
  margin-right: 31px;
  width: 310px;
  display: inline-block;
  vertical-align: top
}

.comSolution .area .slide_box .link_list .panel_box {
  height: 310px;
  padding: 28px 28px 30px;
  position: relative;
  box-sizing: border-box;
  background-color: #3C4446;
  transition: .3s
}

.comSolution .area .slide_box .link_list .panel_box p {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: -.02em;
  font-family: "Ubuntu";
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word
}

.comSolution .area .slide_box .link_list .panel_box p span {
  display: inline-block;
  vertical-align: top
}

.comSolution .area .slide_box .link_list .text-box {
  margin: 11px 16px 0
}

.comSolution .area .slide_box .link_list .text-box p {
  padding-left: 15px;
  position: relative;
  color: #3C4446;
  font-size: 1.2rem;
  line-height: 1.92;
  transition: .3s
}

.comSolution .area .slide_box .link_list .text-box p::before {
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  background-color: #3C4446;
  content: '';
  transition: .3s
}

.comSolution .area .slide_box .link_list .slick-active .panel_box {
  background-color: #D82A85
}

.comSolution .area .slide_box .link_list .slick-active .text-box p {
  color: #D82A85
}

.comSolution .area .slide_box .link_list .slick-active .text-box p::before {
  background-color: #D82A85
}

@media (min-width:751px) and (max-width:1366px) {
  .comSolution .area .slide_box .link_list .panel_box {
    padding: 28px 45px 30px 25px
  }
}

@media only screen and (min-width:751px) {
  .comSolution .area .slide_box .link_list a:hover .panel_box {
    background-color: #aca450
  }

  .comSolution .area .slide_box .link_list a:hover .text-box p {
    color: #aca450
  }

  .comSolution .area .slide_box .link_list a:hover .text-box p::before {
    background-color: #aca450
  }

  .comSolution .area .slide_box .arrow_list .arrow:hover::before {
    border-right: 12px solid #aca450;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
  }

  .comSolution .area .slide_box .arrow_list .arrow.next:hover::before {
    border-right: none;
    border-left: 12px solid #aca450
  }

  .comSolution .area .slide_box .link_list .list01 .panel_box {
    padding-right: 110px
  }
}

@media only screen and (max-width:750px) {
  .comSolution .inner {
    padding: 0;
    margin: 0;
    width: auto;
    max-width: inherit
  }

  .comSolution .area {
    display: block
  }

  .comSolution .area .l_box {
    display: none
  }

  .comSolution .area .slide_box {
    margin: 0 -5px;
    padding-bottom: 41px;
    width: auto;
    border-bottom: 1px solid #B3B3B3
  }

  .comSolution .area .slide_box .arrow_list {
    display: none
  }

  .comSolution .area .slide_box .link_list {
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .comSolution .area .slide_box .link_list li {
    margin: 10px 0 0;
    width: calc((100% - 10px) / 2)
  }

  .comSolution .area .slide_box .link_list .text-box {
    display: none
  }

  .comSolution .area .slide_box .link_list .panel_box {
    padding: 0 0 100%;
    height: 0
  }

  .comSolution .area .slide_box .link_list .panel_box p {
    width: calc(100% - 30px);
    position: absolute;
    left: 16px;
    top: 9px;
    font-size: 2.1rem;
    line-height: 1.23
  }

  .comSolution .area .slide_box .link_list .list01 .panel_box p {
    width: calc(100% - 80px)
  }

  .comSolution .area .slide_box .link_list .panel_box h3 {
    font-size: 1rem;
    right: 11px;
    top: 12px;
    line-height: 1.39;
    letter-spacing: .07em
  }

  .comSolution .area .slide_box .link_list .panel_box h3 span {
    margin-right: 0;
    line-height: 1.05
  }
}

.comSolution .inner h2 {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 30px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500
}

@media only screen and (max-width:750px) {
  .comSolution .inner h2 {
    font-size: 11.5px;
    font-size: 1.15rem
  }
}

@media only screen and (max-width:374px) {
  .comSolution .area .slide_box .link_list .panel_box p {
    font-size: 1.7rem
  }
}

.comSolution .inner>ul {
  *zoom: 1;
  margin: 0 -1.51515% 75px;
  display: flex;
  flex-wrap: wrap
}

.comSolution .inner>ul:after {
  content: "";
  display: table;
  clear: both
}

.comSolution .inner>ul>li {
  width: 50%;
  float: left;
  padding: 0 1.51515%;
  margin-top: 60px
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li {
    margin-top: 40px
  }
}

.comSolution .inner>ul>li>a {
  text-align: center
}

.comSolution .inner>ul>li>a>div.panel .panel_box {
  height: 240px;
  background: #3e4445;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box {
    height: 78.5px
  }
}

.comSolution .inner>ul>li>a>div.panel .panel_box {
  height: 240px;
  background: #3e4445;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box {
    height: 78.5px
  }
}

.comSolution .inner>ul>li>a>div.panel .panel_box p {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -.02em;
  line-height: 52px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Ubuntu";
  font-weight: 500;
  font-style: normal
}

@media only screen and (max-width:1000px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 50px
  }
}

@media only screen and (max-width:950px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px
  }
}

@media only screen and (max-width:900px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 44px
  }
}

@media only screen and (max-width:850px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px
  }
}

@media only screen and (max-width:800px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px
  }
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 22.5px
  }
}

.comSolution .inner>ul>li>a>div.panel .panel_box .small {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px
}

@media only screen and (max-width:1000px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box .small {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px
  }
}

@media only screen and (max-width:950px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box .small {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 34px
  }
}

@media only screen and (max-width:900px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box .small {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 33px
  }
}

@media only screen and (max-width:850px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box .small {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px
  }
}

@media only screen and (max-width:800px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box .small {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px
  }
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box .small {
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 22.5px
  }
}

.comSolution .inner>ul>li>a>div.panel .min {
  height: 155px
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel .min {
    height: 78.5px
  }
}

.comSolution .inner>ul>li>a>div.panel span.panel_text {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  display: block;
  margin-top: 30px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel span.panel_text {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 25px
  }
}

.comSolution .inner>ul>li>a>div.panel span.panel_text-small {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #000;
  display: block;
  padding-top: 30px
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel span.panel_text-small {
    padding-top: 25px;
    font-size: 13px;
    font-size: 1.3rem
  }
}

.comSolution .inner>ul>li>a>div.panel .text-box {
  margin-top: 20px
}

.comSolution .inner>ul>li>a>div.panel .text-box>p {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: -.05em;
  line-height: 26px;
  text-align: center;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel .text-box>p {
    font-size: 12.5px;
    font-size: 1.25rem;
    line-height: 20px
  }
}

.comSolution .inner>ul>li>a:hover>div.panel .panel_box {
  background: #aca450
}

.comSolution .inner>ul>li>a:hover>div.panel span.panel_text {
  color: #aca450
}

.comSolution .inner>ul>li>a:hover>div.panel span.panel_text-small {
  color: #aca450
}

.comSolution .inner>ul>li>a:hover>div.panel .text-box>p {
  color: #aca450
}

.vegas-animation-slideRight {
  animation: slideRight linear
}

@keyframes slideRight {
  0% {
    margin: -200px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
  }

  100% {
    margin: -200px;
    -webkit-transform: translateX(200px);
    transform: translateX(200px)
  }
}

.comSolution .inner>ul>li>a>div.panel span.panel_text {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  display: block;
  margin-top: 30px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel span.panel_text {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 25px
  }
}

.vegas-animation-slideRight {
  animation: slideRight linear
}

@keyframes slideRight {
  0% {
    margin: -200px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
  }

  100% {
    margin: -200px;
    -webkit-transform: translateX(200px);
    transform: translateX(200px)
  }
}

.comSolution .inner h2 {
  margin: 0 0 41px;
  font-size: 4rem;
  letter-spacing: -.02em;
  text-align: left;
  color: #aca450;
  font-family: "Ubuntu";
  font-weight: 500;
  font-style: normal
}

@media only screen and (max-width:750px) {
  .comSolution .inner h2 {
    font-size: 3.1rem
  }
}

@media only screen and (max-width:750px) {
  .comSolution .inner .jp h3 {
    font-size: 15px;
    font-size: 1.5rem
  }
}

.comSolution .inner .read p {
  font-size: 1.5rem;
  letter-spacing: -.02em;
  line-height: 25px;
  color: #000;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 300
}

.comSolution .inner .read p span {
  margin-left: -7px;
  width: 10px;
  display: inline-block;
  line-height: .95;
  word-break: break-all;
  writing-mode: horizontal-tb;
  vertical-align: middle;
  text-align: center
}

@media only screen and (max-width:750px) {
  .comSolution .inner .read p {
    font-size: 12.5px;
    font-size: 1.25rem;
    line-height: 20px
  }
}

.comSolution .inner>ul>li>div.panel .text-box>p {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: -.05em;
  line-height: 26px;
  text-align: center;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>div.panel .text-box>p {
    font-size: 12.5px;
    font-size: 1.25rem;
    line-height: 20px
  }
}

.comSolution .inner>ul>li>a>div.panel .panel_box {
  height: 240px;
  background: #3e4445;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box {
    height: 78.5px
  }
}

.comSolution .inner>ul>li>a>div.panel .panel_box p {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -.02em;
  line-height: 52px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Ubuntu";
  font-weight: 500;
  font-style: normal
}

@media only screen and (max-width:1000px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 50px
  }
}

@media only screen and (max-width:950px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px
  }
}

@media only screen and (max-width:900px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 44px
  }
}

@media only screen and (max-width:850px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px
  }
}

@media only screen and (max-width:800px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px
  }
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel .panel_box p {
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 22.5px
  }
}

.comSolution .inner>ul>li>a>div.panel span.panel_text {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500
}

@media only screen and (max-width:750px) {
  .comSolution .inner>ul>li>a>div.panel span.panel_text {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 25px
  }
}

.comSolution.service {
  margin-top: 43px;
  padding: 35px 0 42px;
  background-color: #ebfcf9
}

.comSolution.service .inner {
  margin: 0 auto 0 0
}

.comSolution.service h2 {
  margin-bottom: 35px;
  text-align: right
}

.comSolution.service .area {
  grid-template-columns: calc(100% - 510px) 450px
}

.comSolution.service .area .l_box {
  margin: 0;
  grid-template-columns: 350px 34px
}

.comSolution.service .area .slide_box .arrow_list {
  right: -9px;
  left: auto;
  text-align: right
}

.comSolution.service .area .slide_box .link_list {
  text-align: right
}

.comSolution.service .area .slide_box .link_list li {
  margin: 0 0 0 26px;
  text-align: left
}

@media (min-width:751px) and (max-width:850px) {
  .comSolution.service {
    padding-bottom: 122px
  }

  .comSolution .area .slide_box .link_list .text-box {
    margin-right: 0
  }

  .comSolution .area .slide_box .link_list .text-box p {
    font-feature-settings: 'palt'
  }
}

@media only screen and (max-width:750px) {
  .comSolution.service {
    margin: 43px 0 82px;
    padding: 0 17px;
    background-color: #fff
  }

  .comSolution.service .inner {
    margin: 0
  }

  .comSolution.service h2 {
    margin-bottom: 55px;
    text-align: left
  }

  .comSolution.service .area .slide_box {
    width: auto;
    padding-bottom: 0;
    border-bottom: none
  }

  .comSolution.service .area .slide_box .link_list {
    text-align: left
  }

  .comSolution.service .area .slide_box .link_list li {
    margin: 10px 0 0;
    text-align: left
  }
}

@media (min-width:751px) and (max-width:850px) {
  .comSolution .area {
    grid-template-columns: 345px calc(100% - 390px)
  }

  .comSolution .area .l_box {
    grid-template-columns: 34px 260px
  }

  .comSolution .inner .read p .txt01 {
    display: none
  }

  .comSolution .area .slide_box .link_list li {
    width: 230px
  }

  .comSolution .area .slide_box .link_list .panel_box {
    padding: 11px 40px 20px 20px;
    height: 230px
  }

  .comSolution .area .slide_box .link_list .list01 .panel_box {
    font-size: 3.92rem;
    line-height: 1.16;
    word-break: break-all;
    letter-spacing: -.06em
  }

  .comSolution.approach .area .slide_box .link_list .panel_box p {
    letter-spacing: -.06em
  }

  .comSolution .area .slide_box .link_list .list01 .panel_box {
    padding-right: 50px
  }

  .comSolution .area .slide_box .link_list .list02 .panel_box {
    padding-right: 50px
  }

  .comSolution .area .slide_box .link_list .panel_box h3 {
    right: 19px;
    top: 28px;
    font-size: 1.75rem
  }

  .comSolution.service .area {
    grid-template-columns: calc(100% - 390px) 359px
  }

  .comSolution.service .area .l_box {
    grid-template-columns: calc(100% - 70px) 34px
  }

  .comSolution.service .area .l_box h2 {
    transform: translateX(8px)
  }

  .comSolution.service .area .slide_box .link_list .panel_box h3 .txt01 {
    display: block
  }
}

.breadcrumb {
  padding: 0;
  list-style: none;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 420px
}

@media only screen and (max-width:750px) {
  .breadcrumb {
    padding: 0 0 0 20px;
    top: 320px
  }
}

.breadcrumb li {
  display: inline-flex;
  list-style: none
}

.breadcrumb li a {
  text-decoration: none;
  color: #fff
}

.breadcrumb li:after {
  font-family: "Hiragino Kaku Gothic W2 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 200;
  content: '▶︎';
  color: #fff
}

.breadcrumb li:last-child:after {
  content: ''
}

.breadcrumb .current a {
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: none;
  color: #aca450
}

.casestudy {
  top: 520px
}

@media only screen and (max-width:750px) {
  .casestudy {
    padding: 0 0 0 20px;
    top: 370px
  }
}

.breadcrumb_bk {
  padding: 0;
  list-style: none;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 420px;
  line-height: 1.5
}

@media only screen and (max-width:750px) {
  .breadcrumb_bk {
    padding: 0 0 0 20px;
    top: 320px;
    font-size: 1.25rem
  }
}

.breadcrumb_bk li {
  display: inline-flex;
  list-style: none
}

.breadcrumb_bk li a {
  text-decoration: none;
  color: #000
}

.breadcrumb_bk li:after {
  font-family: "Hiragino Kaku Gothic W2 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 200;
  content: '＞';
  padding: 0 .2em;
  color: #000
}

.breadcrumb_bk li:last-child:after {
  content: ''
}

.breadcrumb_bk .current a {
  text-decoration: none;
  color: #aca450
}

.breadcrumb_bk li a:hover {
  text-decoration: none;
  color: #aca450
}

.casestudy {
  top: 520px
}

@media only screen and (max-width:750px) {
  .casestudy {
    padding: 0 0 0 20px;
    top: 370px
  }
}

.sales {
    margin: 0 0 60px 0;
}
@media only screen and (max-width:750px) {
.sales {
    margin: 0 0 10px 0;
}
}
.line {
    text-decoration: underline;
}


@media only screen and (max-width:750px) {
  .header .gnav {
		padding: 0;
	}
	.header .gnav>ul {
		margin: 0 auto;
		padding-right: 20px;
		box-sizing: content-box;
	}
	.header .gnav>ul>li {
		margin: 0 3.2%;
	}
	.header .gnav>ul>li:nth-child(8) {
		height: 108px;
	}
	.header .gnav>ul>li:nth-child(7) {
		margin-left: 3.2%;
	}
  .header .gnav .contact {
    left: auto;
  }
}

@media all and (min-width: 751px) and (max-width: 1100px) {
  .header .gnav>ul>li {
    margin-left: min(1.5vw,30px);
  }
}

main .comNewsSpan {
  display: inline-block;
  color: #fff;
  padding: 0.2rem 1rem;
  text-align: center;
  font-weight: 700 !important;
  vertical-align: 0.3rem;
  border-radius: 0.4rem;
  background-color: #FF0200;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif !important;
  line-height: 1.0;
  transform: scale(0.9);
  transform-origin: left center;
}
main .mainBox .reportUl h3 .comNewsSpan {
  font-size: 1.5rem;
  vertical-align: -0.1rem;
  border-radius: 0.3rem;
}
main .reportUl li:not(:first-child):not(:nth-child(2)) h3 .comNewsSpan {
  vertical-align: 0.1rem;
  font-size: 1.5rem;
}
main .reportUl h3 span {
  padding-top: 0.4rem;
  vertical-align: 0.2rem;
}
main .mainImg h1 .comNewsSpan {
  padding-top: 0.3rem;
  vertical-align: 0.5rem;
}
@media only screen and (max-width:750px) {
  main .comNewsSpan {
    vertical-align: 0;
    font-family: "Hiragino Kaku Gothic W7 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif !important;
  }
  main .reportUl h3 .comNewsSpan {
    vertical-align: 0.2rem;
    font-size: 2.1rem;
    padding-top: 0.2rem;
  }
  main .mainBox .reportUl h3 .comNewsSpan {
    font-size: 2.3rem;
    vertical-align: 0;
    padding-top: 0.3rem;
  }
  main .reportUl li:not(:first-child):not(:nth-child(2)) h3 .comNewsSpan {
    vertical-align: 0.1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 2.1rem;
  }
  main .mainImg h1 .comNewsSpan {
    padding-bottom: 0.2rem;
  }
}



chrome_annotation {
	border: none !important;
}