@charset "utf-8";
body {
  overflow: hidden;
  position: relative;
}
body .bx-wrapper {
  padding: 24px 58px 50px;
  margin-bottom: 10px;
  border: solid 1px #607d8b;
  background-color: #eceff1;
}
body .bx-wrapper .bx-loading {
  background: url("/images/advantage/bx-slider/bx_loader.gif") center center no-repeat #fff;
}
body .bx-wrapper .bx-prev {
  background: url("/images/advantage/bx-slider/controls.png") no-repeat 0 -32px;
}
body .bx-wrapper .bx-next {
  background: url("/images/advantage/bx-slider/controls.png") no-repeat -43px -32px;
}
body .bx-wrapper .bx-controls-auto .bx-start {
  background: url("/images/advantage/bx-slider/controls.png") -86px -11px no-repeat;
}
body .bx-wrapper .bx-controls-auto .bx-stop {
  background: url("/images/advantage/bx-slider/controls.png") -86px -44px no-repeat;
}
body .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  background: transparent;
}
body .bx-wrapper .bx-pager {
  position: relative;
  padding-top: 0;
}
body .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cfd8dc;
}
body .bx-wrapper .bx-pager.bx-default-pager a.active,
body .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #4db6ac;
}
body .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background: none;
  text-decoration: none;
  margin-top: -40px;
  z-index: 1;
}
body .bx-wrapper img {
  margin: auto;
  height: 200px;
}
body .bx-wrapper img.narrow {
  width: auto;
}
@media screen and (max-width: 480px) {
  body .bx-wrapper {
    padding-left: calc(43.75% - 80px);
    padding-right: calc(43.75% - 80px);
  }
  body .bx-wrapper .bx-prev {
    left: -2px;
  }
  body .bx-wrapper .bx-next {
    right: -2px;
  }
}
@media screen and (max-width: 720px) {
  body .imgbox {
    width: 80%;
    max-width: 512px;
    margin: 60px auto 40px;
  }
  body .imgbox .bx-viewport {
    width: 200px !important;
    margin: auto;
  }
  body .imgbox .bx-viewport li {
    margin-right: 20px !important;
  }
}
body .page-link.monotone {
  height: inherit;
}
body .scroll_button a img {
  width: auto;
}
body .scroll_button a img.default {
  display: inline;
}
body .scroll_button a img.hover {
  display: none;
}
body .scroll_button a:hover img.default {
  display: none;
}
body .scroll_button a:hover img.hover {
  display: inline;
}
@media screen and (max-width: 720px) {
  body .scroll_button {
    display: none;
  }
}
body p {
  color: #607d8b;
  margin-bottom: 22px;
}
body p:last-child {
  margin-bottom: 0;
}
body .highlight {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255,60,25,0.15) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgba(255,60,25,0.15) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgba(255,60,25,0.15) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgba(255,60,25,0.15) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(255,60,25,0.15) 50%);
  -webkit-background-size: 200% 12px;
  -moz-background-size: 200% 12px;
  background-size: 200% 12px;
  background-position: 0 12px;
  background-repeat: repeat-x;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
body .highlight.animated {
  background-position: -100% 12px;
}
body article {
  margin-top: 0;
}
body article section {
  margin: 90px auto 12px;
  text-align: center;
}
body article section:first-child {
  margin: 0;
}
body article section:nth-child(2) {
  margin: 0 auto 12px;
}
@media screen and (max-width: 720px) {
  body article section {
    margin-top: 40px;
  }
}
body article section h3 {
  font-weight: bold;
  margin-bottom: 12px;
}
body article section h3,
body article section p {
  text-align: left;
}
body article section h3.mail-regist,
body article section p.mail-regist,
body article section h3.form_inline-subtext,
body article section p.form_inline-subtext {
  text-align: center;
}
body article section .contents >h2 {
  font-size: 32px;
}
@media screen and (max-width: 720px) {
  body article section .contents >h2 {
    font-size: 24px;
  }
}
body article section .contents .content {
  letter-spacing: -0.4em;
}
@media screen and (min-width: 721px) and (max-width: 1280px) {
  body article section .contents .content:not(.medialist) {
    width: 80%;
    margin: auto;
  }
}
body article section .contents .content p span.bold {
  font-weight: bold;
}
body article section .contents .content >div {
  letter-spacing: normal;
}
body article section .contents .content .left,
body article section .contents .content .right {
  display: inline-block;
  width: 48.75%;
  max-width: 468px;
  vertical-align: top;
}
@media screen and (max-width: 720px) {
  body article section .contents .content .left,
  body article section .contents .content .right {
    width: 80%;
    max-width: 512px;
    margin-top: 24px;
  }
}
body article section .contents .content .left {
  margin-right: 2.5%;
}
@media screen and (max-width: 720px) {
  body article section .contents .content .left {
    margin-right: 0;
  }
}
body article section .contents .content .right > div {
  margin-bottom: 20px !important;
}
body article section.first_view {
  height: 460px;
  background-image: url("/images/results/fv_bg_results.png?v=20190306");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
body article section.first_view >h1,
body article section.first_view >p {
  position: relative;
  top: 144px;
}
body article section.first_view >h1.first_title,
body article section.first_view >p.first_title {
  line-height: 150%;
}
@media screen and (min-width: 1180px) {
  body article section.first_view >h1.first_title,
  body article section.first_view >p.first_title {
    font-size: 48px;
  }
}
@media screen and (min-width: 721px) and (max-width: 780px) {
  body article section.first_view >h1.first_title.en,
  body article section.first_view >p.first_title.en {
    font-size: 37px;
  }
}
body article section.first_view >h1 >span.yellow,
body article section.first_view >p >span.yellow {
  color: #ffd600;
  font-family: Oswald;
}
body article section.first_view >h1.breadcrumb,
body article section.first_view >p.breadcrumb {
  position: absolute;
  left: calc(50% - 480px);
  top: 90px;
}
body article section.first_view >h1.breadcrumb >a,
body article section.first_view >p.breadcrumb >a {
  text-decoration: none;
}
body article section.first_view >h1.breadcrumb >a:hover,
body article section.first_view >p.breadcrumb >a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  body article section.first_view >h1.breadcrumb,
  body article section.first_view >p.breadcrumb {
    left: 40px;
  }
}
@media screen and (max-width: 720px) {
  body article section.first_view >h1.breadcrumb,
  body article section.first_view >p.breadcrumb {
    display: none;
  }
}
body article section.first_view .register_button {
  position: absolute;
  bottom: 79px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 720px) {
  body article section.first_view {
    height: 368px;
  }
  body article section.first_view >h1,
  body article section.first_view >p {
    position: absolute;
    top: 80px;
    bottom: 182px;
    left: 5%;
    right: 5%;
    margin: auto;
  }
  body article section.first_view >h1 >br.hidden,
  body article section.first_view >p >br.hidden {
    display: none;
  }
  body article section.first_view .register_button {
    bottom: 39px;
    width: 90%;
    max-width: 320px;
    height: 88px;
  }
  body article section.first_view .register_button >a {
    border-radius: 44px;
    line-height: 88px;
  }
}
body article section.logo_list {
  border-bottom: 1px solid #cfd8dc;
}
body article section.logo_list >h2 {
  margin-top: 40px;
}
@media screen and (max-width: 720px) {
  body article section.logo_list >h2 {
    margin-top: 24px;
  }
}
body article section.logo_list >p.comment {
  text-align: center;
  font-size: 12px;
  color: #607d8b;
}
body article section.logo_list .carousel {
  display: flex;
  align-items: center;
  width: 100%;
  height: 184px;
  max-width: 1000px;
  margin: 24px auto 0;
  overflow: hidden;
}
@media (max-width: 960px) {
  body article section.logo_list .carousel {
    height: auto;
  }
}
body article section.logo_list .carousel button {
  width: 35px;
  height: 64px;
  border: none;
  background: 0 0;
}
body article section.logo_list .carousel button:before {
  line-height: 1;
  font-size: 64px;
  color: #00a59a;
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
body article section.logo_list .carousel button.slick-prev {
  left: -100px;
}
body article section.logo_list .carousel button.slick-prev:hover:before {
  color: #5bc1ba;
}
body article section.logo_list .carousel button.slick-next {
  right: -100px;
}
body article section.logo_list .carousel button.slick-next:hover:before {
  color: #5bc1ba;
}
body article section.logo_list .carousel button.slick-next:before {
  content: '\f105';
}
body article section.logo_list .carousel .logo-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
body article section.logo_list .carousel .logo-wrapper .logo-list {
  display: none;
  width: 800px;
  height: auto;
  text-align: center;
  letter-spacing: -0.4em;
}
body article section.logo_list .carousel .logo-wrapper .logo-list li ul li {
  float: left;
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}
body article section.logo_list .carousel .logo-wrapper .logo-list.visible {
  display: block;
}
body article section.logo_list .carousel .logo-wrapper .logo-list :after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  content: "";
}
body article section.logo_list .carousel .logo-wrapper .simply-scroll-container {
  position: relative;
}
body article section.logo_list .carousel .logo-wrapper .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
body article section.logo_list .carousel .logo-wrapper .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 78px;
}
body article section.logo_list .carousel .logo-wrapper .simply-scroll-list li {
  list-style: none !important;
  float: left;
  width: 200px;
  height: 78px;
  margin: 0;
  padding: 0;
}
body article section.logo_list .carousel .logo-wrapper .simply-scroll-list li img {
  display: block;
}
body article section.logo_list .contents {
  width: 100%;
  margin: auto;
  padding: 0;
  overflow: hidden;
  max-width: 900px;
}
body article section.logo_list .contents .content {
  width: 100%;
  display: flex;
  align-items: center;
}
body article section.logo_list .contents .prev_button,
body article section.logo_list .contents .next_button {
  width: 35px;
}
body article section.logo_list .contents .prev_button button,
body article section.logo_list .contents .next_button button {
  height: 64px;
  border: none;
  background: none;
  font-size: 64px;
  line-height: 1;
  color: #cfd8dc;
  font-family: "FontAwesome";
}
body article section.logo_list .contents .prev_button button:hover,
body article section.logo_list .contents .next_button button:hover {
  color: #26a69a;
  cursor: pointer;
}
body article section.logo_list .contents .prev_button button.hidden,
body article section.logo_list .contents .next_button button.hidden {
  display: none;
}
body article section.logo_list .contents .prev_button button:focus,
body article section.logo_list .contents .next_button button:focus {
  outline: 0;
}
@media screen and (max-width: 960px) {
  body article section.logo_list .contents .prev_button,
  body article section.logo_list .contents .next_button {
    display: none;
  }
}
body article section.logo_list .contents .logos {
  max-width: 800px;
  margin: 32px auto 40px;
  overflow: hidden;
}
body article section.logo_list .contents .logos ul {
  text-align: center;
  letter-spacing: -0.4em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 112px;
  width: 2400px;
}
body article section.logo_list .contents .logos ul li {
  display: inline-block;
  max-width: 200px;
  text-align: center;
  margin: 0;
}
body article section.logo_list .contents .logos ul li img {
  height: 48px;
  width: auto;
}
@media screen and (max-width: 960px) {
  body article section.logo_list .contents .logos {
    margin: 0 auto;
  }
  body article section.logo_list .contents .logos >.simply-scroll {
    height: auto;
  }
  body article section.logo_list .contents .logos >.simply-scroll >.simply-scroll-clip {
    height: auto;
  }
  body article section.logo_list .contents .logos ul {
    display: none;
    margin: 0;
    vertical-align: top;
    position: relative;
    margin-top: 30px;
    height: 48px;
    flex-direction: row;
  }
  body article section.logo_list .contents .logos ul li {
    width: auto;
    margin: 0 8px !important;
    position: relative;
  }
  body article section.logo_list .contents .logos ul li img {
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 720px) {
  body article section.results.top {
    margin-top: 26px;
  }
}
body article section.results .contents >h2.results_title {
  margin-bottom: 32px;
}
@media screen and (max-width: 720px) {
  body article section.results .contents >h2.results_title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  body article section.results .contents >h2.results_title {
    font-size: 20px;
  }
}
body article section.results .contents >h2.green_text {
  color: #00a59a;
  margin-bottom: 23px;
  font-size: 24px;
}
@media screen and (max-width: 720px) {
  body article section.results .contents >h2.green_text {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  body article section.results .contents >h2.green_text {
    font-size: 20px;
  }
  body article section.results .contents >h2.green_text.sp_text {
    font-size: 16px;
  }
}
body article section.results .contents >h2.green_text:first-child {
  margin-top: 23px;
}
body article section.results .contents >h2.green_text.last {
  margin: 16px 0 32px;
}
@media screen and (max-width: 720px) {
  body article section.results .contents >h2.green_text.last {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
body article section.results .contents >h2.green_text.green_text_content {
  margin-bottom: 0;
}
body article section.results .contents >h2.green_text.green_text_margin {
  margin: 23px 0 0;
}
body article section.results .contents >h2.green_text.green_text_margin.fb_ttl {
  margin: 23px 0 32px;
}
@media screen and (max-width: 720px) {
  body article section.results .contents >h2.green_text.green_text_margin.fb_ttl {
    margin-bottom: 0;
  }
}
body article section.results .contents >h2 >em {
  font-weight: bold;
}
body article section.results .contents >p.small_text {
  text-align: center;
  color: #00a59a;
  font-size: 16px;
  margin: 5px 0 16px;
}
@media screen and (max-width: 720px) {
  body article section.results .contents >p.small_text:last-child {
    margin-bottom: 0;
  }
}
body article section.results .contents >p.small_text.small_text_last {
  margin-bottom: 32px;
}
@media screen and (max-width: 720px) {
  body article section.results .contents >p.small_text.small_text_last {
    margin-bottom: 0;
  }
}
body article section.results .contents >p.small_text >span.bold {
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  body article section.results .contents .reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
body article section.results .contents .content .logo-premier-google-partner {
  display: block;
  width: calc(104px + 85 * (100vw - 320px) / 960);
  height: calc(99px + 81 * (100vw - 320px) / 960);
  margin: auto;
}
@media screen and (min-width: 1280px) {
  body article section.results .contents .content .logo-premier-google-partner {
    width: 189px;
    height: 180px;
  }
}
@media screen and (max-width: 320px) {
  body article section.results .contents .content .logo-premier-google-partner {
    width: 104px;
    height: 99px;
  }
}
body article section.results .contents .content img {
  width: 100%;
}
body article section.results .contents .content img.img_content {
  margin-bottom: 24px;
}
body article section.results .contents .content img.google_partner_00 {
  max-width: 368px;
}
body article section.results .contents .content img.yahoo_partner_00 {
  max-width: 338px;
}
body article section.results .contents .content img.yahoo_partner_01 {
  max-width: 451px;
}
body article section.results .contents .content img.twitter_img,
body article section.results .contents .content img.microad_img {
  max-width: 320px;
}
body article section.results .contents .content img.meta-badge {
  max-width: 398px;
}
body article section.contact .contents {
  width: 100%;
}
body article section.contact .contents .content {
  width: 100%;
  height: 320px;
  background: #444;
}
body article section.contact .contents .content ul.links {
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
  letter-spacing: initial;
}
body article section.contact .contents .content ul.links li {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body article section.contact .contents .content ul.links li.conference {
  background-image: url("/images/results/contact-conference.png");
}
body article section.contact .contents .content ul.links li.conference .dummy {
  background-image: url("/images/common/common_support_image_ovr.png");
}
body article section.contact .contents .content ul.links li.conference:hover {
  background-image: url("/images/results/contact-conference-hover.png");
}
body article section.contact .contents .content ul.links li.media {
  background-image: url("/images/results/contact-media.png");
}
body article section.contact .contents .content ul.links li.media .dummy {
  background-image: url("/images/common/common_consulting_image_ovr.png");
}
body article section.contact .contents .content ul.links li.media:hover {
  background-image: url("/images/results/contact-media-hover.png");
}
body article section.contact .contents .content ul.links li h3 {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 720px) {
  body article section.contact .contents .content ul.links li h3 {
    margin-top: 72px;
  }
}
body article section.contact .contents .content ul.links li h3.inquiry_title:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  margin-left: 8px;
  position: absolute;
  bottom: 4px;
}
@media screen and (max-width: 720px) {
  body article section.contact .contents .content {
    height: 640px;
  }
  body article section.contact .contents .content ul.links li {
    display: inline-block;
    height: 320px;
    width: 100%;
  }
  body article section.contact .contents .content ul.links li >h3 {
    margin-top: 72px;
  }
}
.pagetop_button {
  position: fixed;
  right: 80px;
  bottom: 42px;
  display: none;
  z-index: 3;
}
.pagetop_button a {
  display: block;
  height: 72px;
  width: 72px;
  border-radius: 36px;
  background-color: #00a59a;
  text-align: center;
}
.pagetop_button a i {
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
}
.pagetop_button a:hover {
  background-color: #00a59a;
  text-decoration: none;
}
.pagetop_button a:hover i {
  color: #ff0;
  text-decoration: none;
}
@media screen and (min-width: 1001px) {
  .pagetop_button.bottom_position {
    position: absolute;
    bottom: 703px;
    right: 80px;
  }
}
@media screen and (max-width: 720px) {
  .pagetop_button {
    display: none !important;
  }
}
