@charset "UTF-8";

body,
p {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

nav.new-gnav {
  max-width: 1205px;
  margin: 12px auto 0;
}

.new-contents__inner,
#subhead .inner {
  max-width: 1205px;
}

br.is-sp {
  display: none;
}

br.is-pc {
  display: block;
}

span.is-pc {
  display: inline;
}

#page-top {
  display: none;
}

.new-contents__inner,
#subhead .inner {
  width: 100%;
}

#main-genre-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1205px;
  margin: 0 auto;
}

#content-area #main-genre {
  width: 70%;
  margin: 30px auto 0;
}

#content-area #side-genre {
  position: relative;
  width: 23%;
  max-width: 260px;
}

#content-area aside#side-genre * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

#content-area a:hover {
  color: #ffffff;
}

#content-area .side-genre-title {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: #F8F5F1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2D373F;
}

#content-area .side-genre-unit a {
  display: block;
  padding: 12px 30px;
  border: 1px solid #EFEFEF;
  background: #FFFFFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}

#content-area .side-genre-unit.active a {
  background: #903D2E;
  color: #ffffff;
}

@-webkit-keyframes input-result_cta_blinks {
  0% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  65% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@keyframes input-result_cta_blinks {
  0% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  65% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes input-result_cta_oval_scale {
  0% {
    opacity: 0.9;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
  }
}

@keyframes input-result_cta_oval_scale {
  0% {
    opacity: 0.9;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
  }
}

@-webkit-keyframes input-result_cta_arow_oval_before {
  0% {
    left: 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    left: 27px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes input-result_cta_arow_oval_before {
  0% {
    left: 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    left: 27px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes input-result_cta_arow_oval_after {
  0% {
    left: 27px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    left: 32px;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@keyframes input-result_cta_arow_oval_after {
  0% {
    left: 27px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    left: 32px;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

.cta {
  position: relative;
  top: 0;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  width: 100%;
  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;
  margin-top: 20px;
  padding-top: 9px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F2534F;
  border: none;
  -webkit-box-shadow: 0px 4px 0px #C54340;
  box-shadow: 0px 4px 0px #C54340;
  border-radius: 6px;
  cursor: pointer;
}

.cta div {
  display: inline-block;
}

#content-area .side-genre-link a.cta:hover {
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
}

#content-area .side-genre-jump a.cta:hover {
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #C54340;
  box-shadow: 0px 1px 0px #C54340;
}

i.icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}

i.oval:after,
i.oval:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  content: "";
  border: 1px solid white;
  border-radius: 10px;
}

i.oval:after {
  display: none;
}

.side-genre-jump .is-h i.arrow:after,
.side-genre-jump .is-h i.arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 5px 0 0 7px;
  content: "";
  border-top: solid 4px transparent;
  border-right: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 6px white;
}

.side-genre-link .is-v i.arrow:after,
.side-genre-link .is-v i.arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 6.5px 0 0 5.4px;
  content: "";
  border-top: solid 6px white;
  border-right: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 4px transparent;
}

i.arrow:after {
  display: none;
}

.j__cta_blink {
  animation: input-result_cta_blinks;
  -webkit-animation: input-result_cta_blinks;
  -moz-animation: input-result_cta_blinks;
  -o-animation-name: input-result_cta_blinks;
  -ms-animation-name: input-result_cta_blinks;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
}

@-webkit-keyframes cta-arrow-v-animation-before {
  0% {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    top: 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes cta-arrow-v-animation-before {
  0% {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    top: 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes cta-arrow-v-animation-after {
  0% {
    top: -7px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes cta-arrow-v-animation-after {
  0% {
    top: -7px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes cta-arrow-h-animation-before {
  0% {
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    left: 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes cta-arrow-h-animation-before {
  0% {
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    left: 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes cta-arrow-h-animation-after {
  0% {
    left: -7px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes cta-arrow-h-animation-after {
  0% {
    left: -7px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.j__cta_blink i.oval:after {
  display: block;
  animation: input-result_cta_oval_scale;
  -webkit-animation: input-result_cta_oval_scale;
  -moz-animation: input-result_cta_oval_scale;
  -o-animation-name: input-result_cta_oval_scale;
  -ms-animation-name: input-result_cta_oval_scale;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
}

.j__cta_blink.is-v i.arrow:before {
  animation: cta-arrow-v-animation-before;
  -webkit-animation: cta-arrow-v-animation-before;
  -moz-animation: cta-arrow-v-animation-before;
  -o-animation-name: cta-arrow-v-animation-before;
  -ms-animation-name: cta-arrow-v-animation-before;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

.j__cta_blink.is-v i.arrow:after {
  display: block;
  animation: cta-arrow-v-animation-after;
  -webkit-animation: cta-arrow-v-animation-after;
  -moz-animation: cta-arrow-v-animation-after;
  -o-animation-name: cta-arrow-v-animation-after;
  -ms-animation-name: cta-arrow-v-animation-after;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

.j__cta_blink.is-h i.arrow:before {
  animation: cta-arrow-h-animation-before;
  -webkit-animation: cta-arrow-h-animation-before;
  -moz-animation: cta-arrow-h-animation-before;
  -o-animation-name: cta-arrow-h-animation-before;
  -ms-animation-name: cta-arrow-h-animation-before;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

.j__cta_blink.is-h i.arrow:after {
  display: block;
  animation: cta-arrow-h-animation-after;
  -webkit-animation: cta-arrow-h-animation-after;
  -moz-animation: cta-arrow-h-animation-after;
  -o-animation-name: cta-arrow-h-animation-after;
  -ms-animation-name: cta-arrow-h-animation-after;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}


#content-area .side-genre-link a {
  background: #2D373F;
  -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

#content-area .side-genre-jump a {
  background: #F2534F;
  -webkit-box-shadow: 0px 4px 0px #CF4441;
  box-shadow: 0px 4px 0px #CF4441;
  text-decoration: none;
}

#content-area .site-genre-tel {
  margin-top: 20px;
}

#content-area .site-genre-tel-link {
  display: block;
  padding: 20px 15px;
  background: #FFFFFF;
  border: 4px solid #2D373F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
}

#content-area .site-genre-tel-txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  color: #1A1A1A;
  text-decoration: none;
}


#content-area #main-genre {
  padding-top: 0;
}

#content-area .content-ttl {
  padding: 30px 0 45px 0;
  background: #F8F5F1;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #2D373F;
}

#content-area .content-ttl .under-line {
  display: inline-block;
  margin-bottom: 13px;
  padding-bottom: 6px;
  border-bottom: 2px solid #2D373F;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1;
}

#content-area .content-ttl>span {
  display: inline-block;
  line-height: 1;
}

#content-area h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #000000;
}

#content-area .kv-area-wrapper-out {
  width: 100%;
  background: #2D3740;
}

#content-area .kv-area-wrapper {
  max-width: 1205px;
  margin: 0 auto;
  background-image: url(/_img/genre/kv-area-bg.jpg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  overflow: hidden;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  #content-area .kv-area-wrapper {
    background-size: contain;
  }
}

#content-area .kv-area {
  position: relative;
  z-index: 1;
  width: 58%;
  padding: 15px 0;
  padding-left: 30px;
  background: #2D3740;
  text-align: center;
}

#content-area .kv-area:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  width: 100px;
  height: 150%;
  background: #2D3740;
  -webkit-transform: rotate(10deg) translateY(-50%);
  -ms-transform: rotate(10deg) translateY(-50%);
  transform: rotate(10deg) translateY(-50%);
}

#content-area .kv-area-img {
  margin-top: 0;
  margin-bottom: 15px;
}

#content-area .kv-area-img img {
  display: block;
  margin: 0 auto;
}

#content-area .kv-area-txt {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
}

#content-area .kv-area-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

#content-area .kv-area-country.is-noflag h1 {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#content-area .kv-area-country-flag.is-pc {
  width: 20%;
  max-width: 100px;
  margin-top: 0;
}

#content-area .kv-area-country-flag.is-sp {
  display: none;
}

#content-area h1 {
  width: 75%;
  margin-left: 20px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  text-align: left;
  line-height: 120%;
}

#content-area .emphasis-list {
  margin-top: 30px;
}

#content-area .emphasis-list-unit {
  margin-top: 30px;
}

#content-area .emphasis-list-unit:first-child {
  margin-top: 0;
}

#content-area .emphasis-list-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  padding-left: 135px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #2D373F;
}

#content-area .emphasis-list-title span.emphasis-list-icon {
  display: inline-block;
  width: 75px;
  text-align: center;
}

#content-area .emphasis-list-title::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 122px;
  padding: 19.3px 0;
  background: #2D3740;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;

  content: "強み";
}

#content-area .emphasis-list-title::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 122px;
  height: 61px;
  background: #D6D6D6;
}

#content-area .emphasis-list-unit:nth-child(1) .emphasis-list-title::before {
  content: "課題1";
}

#content-area .emphasis-list-unit:nth-child(2) .emphasis-list-title::before {
  content: "課題2";
}

#content-area .emphasis-list-unit:nth-child(3) .emphasis-list-title::before {
  content: "課題3";
}

#content-area .emphasis-list-detail {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  color: #2D373F;
}

#content-area .arw-under img {
  width: auto;
  margin: 20px auto;
}

#content-area .arw-img img {
  margin-bottom: 15px;
}

.arw-img img.is-pc {
  display: block;
}

.arw-img img.is-sp {
  display: none;
}

#content-area .jump-btn {
  text-align: center;
}

#content-area .jump-btn a {
  position: relative;
  top: 0;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: inline-block;
  padding: 20px 60px 20px 50px;
  font-weight: bold;
  font-size: 16.4088px;
  background: #2D373F;
  -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
}

#content-area .jump-btn a:hover {
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #5B5B5B;
  box-shadow: 0px 1px 0px #5B5B5B;
}

#content-area .jump-btn a::before {
  content: '';
  position: absolute;
  /* top: calc(50% - 2px); */
  right: 30px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  color: #ffffff;
  -webkit-transform: rotate(135deg) translateY(-50%);
  -ms-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}

#content-area #content-free {
  margin-top: 50px;
}

#content-area .content-ttl strong {
  display: inline-block;
  color: #F2534F;
  border-bottom: 8px solid #81FF95;
  line-height: 0.6;
}

#content-area .ttl-free-img {
  width: 200px;
}

#content-area .content-sub-ttl {
  margin-top: 40px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #000000;
}

#content-area #content-solution {
  margin-top: 30px;
}

#content-area .content-sub-detail {
  margin-top: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #4A4A4A;
}

#content-area .content-sub-detail.media {
  font-weight: bold;
}

#content-area figure {
  margin-top: 20px;
  text-align: center;
}

#content-area .content-company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

#content-area .content-company-unit {
  width: 23%;
  margin-top: 15px;
  text-align: center;
}

#content-area .solution-list {
  margin-top: 25px;
}

#content-area .solution-list-unit {
  margin-top: 37px;
}

#content-area .solution-list-unit:first-child {
  margin-top: 0;
}

#content-area .solution-list-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  padding-left: 135px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #2D373F;
}

#content-area .solution-list-title span {
  display: inline-block;
  width: 75px;
  text-align: center;
}

#content-area .solution-list-title::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 122px;
  padding: 19.3px 0;
  background: #2D3740;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;

  content: "強み";
}

#content-area .solution-list-title::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 122px;
  height: 61px;
  background: #D6D6D6;
}

#content-area .solution-list-unit:nth-child(1) .solution-list-title::before {
  content: "その1";
}

#content-area .solution-list-unit:nth-child(2) .solution-list-title::before {
  content: "その2";
}

#content-area .solution-list-unit:nth-child(3) .solution-list-title::before {
  content: "その3";
}

#content-area .solution-list-detail {
  margin-top: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  color: #2D373F;
}

#content-area .solution-list-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content-area .solution-list-image {
  width: 50%;
  margin-top: 50px;
}

#content-area .solution-list-image h4 {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #2D373F;
  text-align: center;
}

#content-area .solution-list-image:last-child img {
  margin-top: 40px;
}

#content-area #content-usecase {
  margin-top: 50px;
}

#content-area .usecase-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 30px;
}

#content-area .usecase-list-unit {
  width: 45%;
}

#content-area .usecase-list-unit * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content-area .usecase-list-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  padding-left: 105px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #2D373F;
}

#content-area .usecase-list-title span {
  display: inline-block;
  width: 75px;
  text-align: center;
}

#content-area .usecase-list-title::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 122px;
  padding: 19.3px 0;
  background: #2D3740;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;

  content: "方法";
}

#content-area .usecase-list-title::before {
  width: 85px;
}

#content-area .usecase-list-title::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% + 10px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  width: 122px;
  height: 61px;
  background: #D6D6D6;
}

#content-area .usecase-list-title::after {
  width: 85px;
}

#content-area .usecase-list-unit:nth-child(1) .usecase-list-title::before {
  content: "方法1";
}

#content-area .usecase-list-unit:nth-child(2) .usecase-list-title::before {
  content: "方法2";
}

#content-area .usecase-list-detail {
  margin-top: 15px;
  margin-bottom: 35px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  color: #2D373F;
}

#content-area .usecase-list-link a {
  position: relative;
  top: 0;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: inline-block;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 20px;
  background: #F2534F;
  -webkit-box-shadow: 0px 4px 0px #C54340;
  box-shadow: 0px 4px 0px #C54340;
  border-radius: 4px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  text-decoration: none;
}

#content-area .usecase-list-link a:hover {
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #C54340;
  box-shadow: 0px 1px 0px #C54340;
}

#content-area .usecase-list-link a::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  color: #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

#content-area .usecase-list-jump a {
  position: relative;
  top: 0;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: inline-block;
  width: 100%;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-left: 20px;
  background: #2D373F;
  -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  text-decoration: none;
}

#content-area .usecase-list-jump a:hover {
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #5B5B5B;
  box-shadow: 0px 1px 0px #5B5B5B;
}

#content-area .usecase-list-jump a::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  color: #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

#content-area .company-title {
  position: relative;
  margin-top: 65px;
  padding-left: 20px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #2D373F;
}

#content-area .company-title::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 40px;
  background: #2D373F;
}

#content-area .company-list {
  margin-top: 25px;
  margin-bottom: 137px;
}

#content-area li.company-list-unit {
  position: relative;
  margin-top: 40px;
  border: 1px solid #2D373F;
  border-top: 1px solid #2D373F;
  background: #F8F5F1;
}

#content-area .company-list-unit:first-child {
  margin-top: 0;
}

#content-area .icn {
  position: absolute;
  top: 10px;
  left: -10px;
}

#content-area .company-list-inner {
  position: relative;
  /* display: flex; */
  /* padding: 0 10px; */
  /* justify-content: space-evenly; */
}

#content-area .company-list-img.is-sp {
  display: none;
}

#content-area .company-list-img {
  position: absolute;
  width: 19.75%;
  max-width: 160px;
  padding-left: 10px;
}

#content-area .company-list-img figure {
  margin-top: 0;
}

#content-area .company-list-img img {
  border: 1px solid #D6D6D6;
}

#content-area .company-list-detail {
  /* width: 75%; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* margin-left: 10px; */
  padding-left: 22.22%;
  padding-right: 10px;
}

#content-area .company-list-detail * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content-area .company-list-title {
  margin-top: 15px;
  padding-left: 22.22%;
  padding-right: 10px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 23px;
  color: #2D373F;
  text-align: left;
}

#content-area .company-list-info {
  width: 100%;
  padding: 10px 15px;
  background: #EDE9E4;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #656565;
}

#content-area .company-evaluation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 15px;
}

#content-area .company-evaluation-head {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #2D373F;
}

#content-area .company-evaluation-description {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 11px;
  color: #787878;
  white-space: nowrap;
}

#content-area .company-evaluation-summary-horizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
}

#content-area .company-evaluation-summary dt {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

#content-area .company-evaluation-summary dd:first-child {}

#content-area .company-evaluation-summary dd:last-child {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

#content-area .company-evaluation-summary dd:last-child span {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
}

#content-area .company-evaluation-individual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}

#content-area .company-evaluation-unit {
  padding: 0 5px;
  border-left: 1px solid #D1D1D1;
}

#content-area .company-evaluation-unit:last-child {
  border-right: 1px solid #D1D1D1;
}

#content-area .company-evaluation-individual dt {
  width: 58px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #2D373F;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
}

#content-area .company-evaluation-individual dd {
  display: block;
  padding: 20px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  text-align: center;
}

#content-area .company-evaluation-individual dd::before {
  content: none;
}

#content-area .company-link a {
  position: relative;
  top: 0;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 25px;
  padding-left: 5px;
  background: #F2534F;
  -webkit-box-shadow: 0px 4px 0px #C54340;
  box-shadow: 0px 4px 0px #C54340;
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}

#content-area .company-link a:hover {
  top: 4px;
  -webkit-box-shadow: 0px 1px 0px #C54340;
  box-shadow: 0px 1px 0px #C54340;
}

#content-area .company-link a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  color: #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

#content-area .company-list-description {
  position: relative;
  padding: 15px;
  background: #FFFFFF;
}

#content-area .company-list-description p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: #2D373F;
}

#content-area .company-list-description button {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  padding: 10px 20px;
  background: #FFFFFF;
  border: 2px solid #2D373F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 56px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: justify;
  color: #2D373F;
}

#content-area .company-list-description button:hover {
  opacity: 1;
}

#content-area .company-list-description button.is-open {
  display: none;
}

#content-area .company-list-description p {
  position: relative;
  overflow: hidden;
  height: 20px;
}

#content-area .company-list-description p::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, #fff 100%);
  content: "";
}

#content-area .company-list-description .is-open+button {
  display: none;
}

#content-area .company-list-description .is-open~p {
  height: auto;
}

#content-area .company-list-description .is-open~p::before {
  display: none;
}

#content-area .big-arw {
  position: relative;
  width: 480px;
  margin: 0 auto 40px;
  padding-bottom: 0;
  background-image: url(/_img/genre/big_arw-pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content-area .big-arw p {
  padding-top: 15px;
  padding-bottom: 25px;
  background-color: transparent;
  color: #2D373F;
  font-size: 21px;
  font-weight: bold;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  text-align: center;
  line-height: 1.2;
}

#content-area .ttl-list-country {
  width: 99.99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content-area .list-country-more {
  display: none;
}

#content-area .list-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 99.99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom: 0;
}

#content-area .slick-slide {
  height: auto;
}


#content-area .list-country::before {
  display: none;
}

#content-area .list-country li {
  width: 33.33%;
  float: none;
  background-color: #f8f5f1;
  border-top: 0;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

#content-area .list-country li:nth-child(1),
#content-area .list-country li:nth-child(2),
#content-area .list-country li:nth-child(3) {
  border-top: none;
}

.list-country .list-country li:nth-child(4n+1) {
  border-left: none;
}

#content-area #content-event {
  margin-top: 40px;
  padding: 50px 0;
}

#content-area .ttl-event-icn {
  display: none;
}

#content-area .event-box {
  margin-top: 30px;
}

#content-area .slick-prev {
  left: 3px !important;
  margin-left: 0;
}

#content-area .slick-next {
  right: 3px !important;
  margin-right: 0;
}

#content-area .slick-prev:before,
#content-area .slick-next:before {
  border-right: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
}

#content-area .slick-prev:before {
  top: calc(50% - 4px);
  left: calc(50% - 9px);
  -webkit-transform: rotate(135deg) translate(-50%, -50%);
  -ms-transform: rotate(135deg) translate(-50%, -50%);
  transform: rotate(135deg) translate(-50%, -50%);
}

#content-area .slick-next:before {
  top: calc(50% - 4px);
  left: calc(50% - 0px);
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}

#content-area .slick-slide a:hover {
  color: #999;
}

#content-area .other {
  display: block;
  width: 100%;
  max-width: 1205px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

#content-area .side-counter {
  display: none;
}

#content-area .side-hrdot {
  display: none;
}

#content-area .ttl.bg_def {
  display: none;
}

#content-area .ttl-mglass {
  display: none;
}

#content-area #solution-name-search {
  display: none;
}

#content-area h3.ttl-leftline-big.def {
  padding-left: 6px;
  text-align: left;
  font-size: 16px;
}

#content-area .list-tri li {
  position: relative;
  padding-left: 10px;
}

#content-area .list-tri li::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #555555;
}

#content-area .list-tri li a:hover {
  color: #999;
}

#footer-links,
#footer .links .inner {
  width: 100%;
  max-width: 1205px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


#content-area .company-evaluation-summary dd:last-child .star-ratings-css span {
  font-size: 25px;
}

#content-area .company-evaluation-summary dd .star-ratings-css {
  unicode-bidi: bidi-override;
  font-size: 25px;
  height: 25px;
  width: 125px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
}

#content-area .company-evaluation-summary dd .star-ratings-css span {
  color: #F8F5F1;
  text-shadow: 0.25px 0.25px 0 #FFBF00, -0.25px -0.25px 0 #FFBF00,
    -0.25px 0.25px 0 #FFBF00, 0.25px -0.25px 0 #FFBF00,
    0px 0.25px 0 #FFBF00, 0 -0.25px 0 #FFBF00,
    -0.25px 0 0 #FFBF00, 0.25px 0 0 #FFBF00
}

#content-area .company-evaluation-summary dd .star-ratings-css-top {
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

#content-area .company-evaluation-summary dd .star-ratings-css-top span {
  color: #FFBF00;
}

#content-area .company-evaluation-summary dd .star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}


.side-genre-follow.is-pc {
  position: absolute;
  top: 0;
  display: block;
  margin-top: 30px;
}

.side-genre-follow.is-pc.is-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}

.side-genre-follow.is-pc.is-end {
  position: absolute;
  top: auto;
  bottom: 0;
}

.side-genre-follow.is-sp {
  display: none;
}

#footer-links .bnr-service a:hover {
  color: #999;
}

@media screen and (max-width: 599px) {
  br.is-sp {
    display: block;
  }

  br.is-pc {
    display: none;
  }

  span.is-pc {
    display: none;
  }

  .new-header__logo a img {
    width: 160px;
  }

  #content-area {
    padding-top: 55px;
  }

  #content-area figure {
    margin: 0 10px;
  }

  #main-genre-wrapper {
    display: block;
    max-width: none;
  }

  #content-area #main-genre {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .kv-area-wrapper-out * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #content-area .kv-area-wrapper {
    max-width: none;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  #content-area .kv-area {
    width: 93.75%;
    margin: 10px;
    padding: 15px 10px;
    background: rgba(45, 55, 64, 0.8);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    border-radius: 4px;
  }

  #content-area .kv-area:after {
    content: none;
  }

  #content-area .kv-area-img {
    display: none;
  }

  #content-area .kv-area-country-flag.is-sp {
    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: 0 auto 15px;
  }

  #content-area .kv-area-country-flag.is-sp img:first-child {
    width: 87px;
    margin-right: 3px;
  }

  #content-area .kv-area-country-flag.is-sp img:last-child {
    width: 190px;
  }

  #content-area .kv-area-txt {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  #content-area .kv-area-country {
    display: block;
    margin-top: 12px;
  }

  #content-area .kv-area-country-flag.is-pc {
    display: none;
  }

  #content-area h1 {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
  }

  #content-area .content-ttl {
    padding: 32px 0 17px 0;
    font-size: 20px;
  }

  #content-area .content-ttl strong {
    display: inline-block;
    color: #F2534F;
    border-bottom: 8px solid #81FF95;
    line-height: 0.6;
  }

  #content-area .content-ttl>span {
    display: inline-block;
  }

  #content-area .content-ttl>span.is-pc {
    display: none;
  }

  #content-area .content-ttl .under-line {
    padding-bottom: 4px;
    border-bottom: 2px solid #2D373F;
    font-size: 14px;
  }

  #content-area .content-ttl .under-line img,
  #content-area h2 .under-line img+span {
    display: inline;
    vertical-align: middle;
    margin-left: 8px;
  }

  #content-area .emphasis-list-unit {
    margin: 30px 10px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #D8D8D8;
  }

  #content-area .emphasis-list-title {
    /* justify-content: center; */
    /* margin: 0 10px; */
    padding-left: 0px;
    font-size: 18px;
  }

  #content-area .emphasis-list-title::before {
    left: 0;
    width: 60px;
    padding: 4px 0;
    font-size: 16px;
  }

  #content-area .emphasis-list-title::after {
    content: none;
  }

  #content-area .emphasis-list-title span.emphasis-list-icon {
    width: 60px;
    padding-top: 15px;
  }

  #content-area .emphasis-list-title span.emphasis-list-txt {
    width: calc(100% - 60px - 12px);
    margin-top: -15px;
    margin-left: 12px;
  }

  #content-area .emphasis-list-detail {
    /* margin: 0 10px; */
  }

  #content-area .arw-under img {
    margin-top: 22px;
  }

  #content-area .arw-img img {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
  }

  #content-area .arw-img img.is-pc {
    display: none;
  }

  #content-area .arw-img img.is-sp {
    display: block;
  }

  #content-area .jump-btn a {
    line-height: 1.2;
  }

  #content-area .jump-btn a::before {
    top: calc(50% - 4px);
    border-top: none;
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  #content-area .content-sub-detail {
    margin: 12px 10px 0 10px;
    text-align: left;
  }

  #content-area .content-sub-detail:nth-of-type(2) {
    color: #000000;
    text-align: center;
  }

  #content-area .jump-btn a {
    padding: 10px 70px 8px 18px;
    font-size: 16px;
    text-align: left;
  }

  #content-area #content-free {
    margin-top: 40px;
    font-size: 18px;
  }

  #content-area .content-sub-ttl {
    margin-top: 20px;
    font-size: 20px;
  }

  #content-area #content-solution {
    margin-top: 60px;
    padding: 32px 0;
  }

  #content-area .solution-list {
    margin: 20px 10px 0 10px;
  }

  #content-area .solution-list-detail {
    margin-top: 12px;
  }

  #content-area .solution-list-unit {
    margin-top: 0;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
  }

  #content-area .solution-list-unit:last-child .solution-list-detail {
    margin-top: 25px;
  }

  #content-area .solution-list-title {
    padding: 0;
    padding-left: 70px;
    font-size: 18px;
    line-height: 1.2;
  }

  #content-area .solution-list-title::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    font-size: 16px;
    padding: 10px 0;

  }

  #content-area .solution-list-title::after {
    content: none;
  }

  #content-area .solution-list-images {
    display: block;
  }

  #content-area .solution-list-image {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  #content-area .solution-list-image:last-child img {
    margin-top: 15px;
  }

  #content-area #content-usecase {
    margin-top: 60px;
    padding: 32px 0 62px 0;
  }

  #content-area .usecase-list * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #content-area .usecase-list {
    display: block;
    margin: 40px 10px 0
  }

  #content-area .usecase-list-unit {
    width: 100%;
  }

  #content-area .usecase-list-unit:last-child {
    margin-top: 60px;
  }

  #content-area .usecase-list-title {
    padding: 10px 0;
    padding-left: 70px;
    font-size: 18px;
    line-height: 1.2;
  }

  #content-area .usecase-list-title::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    font-size: 16px;
    padding: 10px 0;
  }

  #content-area .usecase-list-title::after {
    content: none;
  }

  #content-area .company-list-img figure {
    margin: 0;
  }

  #content-area .usecase-list-detail {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  #content-area .usecase-list-link a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 18px;
    font-size: 20px;
  }

  #content-area .usecase-list-link a::before {
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
  }

  #content-area .usecase-list-jump a::before {
    width: 10px;
    height: 10px;
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
  }

  #content-area .usecase-list-jump a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.2;
  }

  #content-area .company-title {
    margin: 40px 10px 0;
    font-size: 20px;
  }

  #content-area .company-title::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 56px;
  }

  #content-area li.company-list-unit {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: 30% auto;
    grid-template-columns: 30% auto;
    /* 0806に新しく追加 */
    display: block;
  }

  #content-area .icn {
    top: -15px;
  }

  #content-area .company-list {
    margin: 35px 10px 215px;
  }

  #content-area .company-list-unit {
    margin-top: 67px;
    padding-top: 25px;
  }

  #content-area .company-list-unit:first-child {
    margin-top: 0;
  }

  #content-area .company-list-img.is-pc {
    display: none;
  }

  #content-area .company-list-img.is-sp {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    position: relative;
    display: block;
    width: auto;
    /* 0806に新しく追加 */
    margin: 0 auto 20px;
  }

  #content-area .company-list-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
  }

  #content-area .company-list-inner {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    padding: 0;
  }

  #content-area .company-list-description {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }

  #content-area .company-list-info {
    padding: 12px;
  }

  #content-area .company-list-detail {
    margin-top: 12px;
    padding-left: 10px;
  }

  #content-area .company-evaluation {
    display: block;
  }

  #content-area .company-evaluation-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #content-area .company-evaluation-summary-horizon {
    display: block;
    width: 50%;
  }

  #content-area .company-evaluation-individual {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 17px 0 9px 0;
    padding-top: 13px;
    border-top: 1px solid #D1D1D1;
  }

  #content-area .company-evaluation-individual dt {
    width: 48px;
  }

  #content-area .company-evaluation-individual dd {
    padding: 11px 0 6px;
    font-size: 22px;
  }

  #content-area .company-evaluation-unit {
    padding: 0 12px;
  }

  #content-area .company-evaluation-unit:first-child {
    border-left: none;
  }

  #content-area .company-evaluation-unit:last-child {
    border-right: none;
  }

  #content-area .company-evaluation-summary-horizon {
    padding-left: 7px;
  }

  #content-area .company-evaluation-summary-horizon:last-child {
    padding-left: 7px;
    border-left: 1px solid #D1D1D1;
  }

  #content-area .company-evaluation-summary-horizon dt {
    text-align: left;
  }

  #content-area .company-evaluation-summary-horizon dd {
    margin-top: 8px;
    text-align: right;
  }

  #content-area .company-link a {
    width: 100%;
    font-size: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
  }

  #content-area .company-link a::before {
    right: 70px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
  }

  #content-area .company-list-description p {
    font-size: 15px;
  }

  #content-area .company-list-description button:hover {
    opacity: 1;
  }

  #content-area .big-arw {
    width: 300px;
    background-image: url(/_img/genre/big_arw-sp.svg);
  }

  #content-area .big-arw p {
    font-size: 18px;
  }

  #content-area .ttl-list-country {
    width: 95%;
    margin: 0 auto;
  }

  #content-area .list-country-wrapper {
    position: relative;
  }

  #content-area .list-country-more {
    position: absolute;
    left: 50%;
    bottom: -22px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    display: block;
    margin: 0 auto;
    padding: 10px 40px;
    background: #2D373F;
    border-radius: 50px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    font-family: Hiragino Kaku Gothic Pro;
  }

  #content-area .list-country.is-open+.list-country-more {
    display: none;
  }

  #content-area .list-country.is-open {
    height: auto;
  }

  #content-area .list-country {
    position: relative;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;

    height: 125px;
  }

  #content-area .list-country::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(#fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.5) 75%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.5) 75%, #fff 100%);
    content: "";
  }

  #content-area .list-country.is-open::before {
    display: none;
  }

  #content-area .list-country li {
    width: 50%;
  }

  #content-area .list-country li a {
    padding-right: 15px;
    padding-left: 15px;
  }

  #content-area .event-txt {
    margin: 0 10px;
  }

  #content-area #content-event {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  #content-area .side-counter {
    display: block;
    margin: 30px 10px 15px;
  }

  #content-area .side-hrdot {
    display: block;
  }

  #content-area .ttl.bg_def {
    display: block;
    color: #FFFFFF;
    font-size: 15px;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 12px;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #content-area .ttl-mglass {
    display: block;
    font-size: 16px;
    background-image: url(/_img/side/mrk_mglass.png);
    background-position: left 2px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    padding-left: 22px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    font-weight: normal;
  }

  #content-area .ttl-leftline-big.def,
  #content-area .list-tri {
    margin-left: 10px;
    margin-right: 10px;
  }

  #content-area h3.ttl-leftline-big.def {
    text-align: left;
  }

  #content-area .list-tri li {
    padding-left: 0;
  }

  #content-area .list-tri li::before {
    content: none;
  }

  #content-area #solution-name-search {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }

  #content-area .other {
    display: block;
  }

  #content-area .select-box {
    margin-bottom: 5px;
  }

  #content-area .select-box select {
    width: 100%;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #D8D8D8;
    background: #eee;
    background: url(/_img/side/select_arw.png) right 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background: url(/_img/side/select_arw.png) right 50% no-repeat, -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
    background: url(/_img/side/select_arw.png) right 50% no-repeat, linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
    background-size: 29px, 100%;
    border-radius: 0px;
    font-size: 13px;
  }

  #content-area .btn-search {
    text-align: center;
    margin-bottom: 15px;
  }

  #content-area .btn-search button {
    display: inline-block;
    background-color: #9f7f5f;
    color: #FFFFFF;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    border-style: none;
    margin-right: auto;
    margin-left: auto;
  }

  #content-area #side-genre {
    display: none;
  }


  #content-area #side-genre {
    display: block;
    width: 100%;
    max-width: none;
  }

  .side-genre-follow.is-pc {
    display: none;
  }

  .side-genre-follow.is-sp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .side-genre-follow.is-sp {
    position: fixed;
    z-index: 999;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .side-genre-follow.is-sp .cta {
    margin-top: 0;
    font-size: 14px;
  }

  .side-genre-follow.is-sp .side-genre-jump {
    width: 224px;
  }

  .side-genre-follow.is-sp .page-top {
    display: inline-block;
    position: relative;
    background: rgba(45, 55, 64, 1);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.2;
    width: 60px;
    height: 60px;
    border-radius: 100%;
  }

  .side-genre-follow.is-sp .page-top:after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% + 3px);
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
    transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  }

}