@charset "UTF-8";
/* ==========================================================================
PAGE
========================================================================== */
/* main-visual
========================================================================== */

@media screen and (max-width: 767px) {
  .main-visual .main-visual_inner {
    background: none;
    height: auto;
  }
  .main-visual .main-visual_inner .wrap {
    padding-top: 0;
  }
  .main-visual .main-visual_inner h1 {
    margin-right: 0;
  }
  .main-visual .main-visual_inner h1 img {
    max-width: 100%;
    width: 100%;
  }
  .main-visual .main-visual_inner .wrap .nopc p{
    margin-bottom: 0;
  }
}
.main-visual .main-visual_list {
  background-color: #1f2879;
  padding-bottom: 10px;
  padding-top: 10px;
}
.main-visual .main-visual_list > ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-visual .main-visual_list > ul > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.main-visual .main-visual_list > ul > li + li {
  margin-left: 9px;
}
.main-visual .main-visual_list > ul > li figure {
  width: 177px;
}
.main-visual .main-visual_list > ul > li .main-visual_list_text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px dotted #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  width: 177px;
}
.main-visual .main-visual_list > ul > li .main-visual_list_text > p {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.main-visual .main-visual_list > ul > li .main-visual_list_text > p > strong {
  color: #ac2020;
  display: block;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.6rem;
}
.main-visual .main-visual_list > ul > li .main-visual_list_text > p > strong > span {
  font-size: 4rem;
}
.main-visual .main-visual_list > ul > li .main-visual_list_text > p > strong > b {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .main-visual .main-visual_list{
    position: relative;
    margin-top: -10px;
    z-index: 1;
  }
  .main-visual .main-visual_list > ul {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .main-visual .main-visual_list > ul > li + li {
    margin-left: 9px;
  }
  .main-visual .main-visual_list > ul > li figure {
    width: 127px;
  }
  .main-visual .main-visual_list > ul > li .main-visual_list_text {
    height: 60px;
    width: 127px;
  }
  .main-visual .main-visual_list > ul > li .main-visual_list_text > p {
    font-size: 1.1rem;
  }
  .main-visual .main-visual_list > ul > li .main-visual_list_text > p > strong {
    font-size: 1.8rem;
  }
  .main-visual .main-visual_list > ul > li .main-visual_list_text > p > strong > span {
    font-size: 2.8rem;
  }
  .main-visual .main-visual_list > ul > li .main-visual_list_text > p > strong > b {
    font-size: 1.6rem;
  }
}

/* top-information
========================================================================== */
.top-information {
  padding: 90px 0 67px;
  text-align: left;
  /* top-information_news
  ========================================================================== */
}
@media screen and (max-width: 767px) {
  .top-information {
    background-color: #eff3f6;
    padding: 50px 0 70px;
  }
}
.top-information .top-information_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-information .top-information_inner {
    display: block;
  }
}
.top-information .top-information_title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-information .top-information_title {
    text-align: center;
  }
}
.top-information ul {
  border-bottom: 1px solid #cacaca;
}
.top-information ul li {
  border-top: 1px solid #cacaca;
  position: relative;
}
.top-information ul li:before {
  background-color: #1f2879;
  content: "";
  height: 1px;
  width: 140px;
  position: absolute;
  left: 0;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .top-information ul li:before {
    width: 90px;
  }
}
.top-information .top-information_seminar {
  max-width: 510px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .top-information .top-information_seminar {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 0;
  }
}
.top-information .top-information_seminar .top-information_seminar_sp-carousel {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-information .top-information_seminar .top-information_seminar_sp-carousel {
    padding-bottom: 20px;
  }
}
.top-information .top-information_seminar ul {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-information .top-information_seminar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}
.top-information .top-information_seminar ul li {
  font-size: 1.6em;
}
.top-information .top-information_seminar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0;
}
@media screen and (min-width: 768px) {
  .top-information .top-information_seminar ul li a:hover figure {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }
}
.top-information .top-information_seminar ul li a figure {
  height: 150px;
  overflow: hidden;
  width: 230px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-information .top-information_seminar ul li a figure figcaption {
  background-color: #ac2020;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 4px 9px 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.top-information .top-information_seminar ul li a .top-information_seminar_text {
  padding-left: 30px;
  width: -webkit-calc(100% - 230px);
  width: calc(100% - 230px);
}
.top-information .top-information_seminar ul li a .top-information_seminar_text > p {
  font-weight: 700;
  line-height: 1.56;
}
.top-information .top-information_seminar ul li a:hover .top-information_seminar_text > p{
  text-decoration: underline;
}

.top-information .top-information_seminar ul li a .top-information_seminar_date {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 12px;
}
.top-information .top-information_seminar ul li a .top-information_seminar_date > span {
  background-color: #5e69c4;
  color: #fff;
  display: inline-block;
  margin-right: 0.7em;
  padding: 4px 8px 5px;
}
@media screen and (max-width: 767px) {
  .top-information .top-information_seminar ul li {
    background-color: #fff;
    border-top: none;
    font-size: 1.25em;
    max-width: 320px;
  }
  .top-information .top-information_seminar ul li:before {
    height: 100%;
    width: 90px;
    top: 0;
  }
  .top-information .top-information_seminar ul li a {
    padding: 7px;
  }
  .top-information .top-information_seminar ul li a figure {
    height: 95px;
    width: 145px;
  }
  .top-information .top-information_seminar ul li a figure figcaption {
    font-size: 0.8rem;
    padding: 3px 5px;
  }
  .top-information .top-information_seminar ul li a .top-information_seminar_text {
    padding-left: 10px;
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
  }
  .top-information .top-information_seminar ul li a .top-information_seminar_text > p {
    font-weight: 700;
    line-height: 1.56;
  }
  .top-information .top-information_seminar ul li a .top-information_seminar_date {
    font-size: 1rem;
    margin-top: 8px;
  }
  .top-information .top-information_seminar ul li a .top-information_seminar_date > span {
    padding: 3px 7px 4px;
  }
}
.top-information .top-information_news {
  max-width: 510px;
}
@media screen and (max-width: 767px) {
  .top-information .top-information_news {
    max-width: 100%;
    padding: 60px 15px 0;
  }
}
.top-information .top-information_news ul li {
  line-height: 1.67;
}
.top-information .top-information_news ul li a {
  display: block;
  padding: 27px 0 24px;
}
.top-information .top-information_news ul li a .top-information_news_item {
  line-height: 1;
  margin-bottom: 7px;
}
.top-information .top-information_news ul li a .top-information_news_item .top-information_news_item_date {
  color: #1f2879;
  display: inline-block;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 1;
  margin-right: 0.5em;
  vertical-align: middle;
}
.top-information .top-information_news ul li a > p {
  height: 50px;
}
.top-information .top-information_news ul li a:hover > p{
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top-information .top-information_news ul li a {
    display: block;
    padding: 20px 5px 17px;
  }
  .top-information .top-information_news ul li a > p {
    height: auto;
  }
}
.top-information .top-information_category {
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto";
  font-size: 1.1rem;
  font-weight: 500;
  padding: 4px 0 3px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 78px;
}
.top-information .top-information_category.theme-seminar {
  background-color: #6eb660;
}
.top-information .top-information_category.theme-press {
  background-color: #c45e95;
}
.top-information .top-information_new {
  background-color: #ac2020;
  color: #fff;
  display: inline-block;
  font-family: "Roboto";
  font-size: 1.1rem;
  font-weight: 500;
  margin-right: 0.5em;
  padding: 4px 5px 3px;
  text-transform: uppercase;
  vertical-align: middle;
}

/* top-partner
========================================================================== */
.top-partner {
  background-color: #eff3f6;
  padding: 70px 0 50px;
}
@media screen and (max-width: 767px) {
  .top-partner {
    padding-top: 30px;
  }
}
.top-partner .top-partner_title {
  margin-bottom: 38px;
    text-align: center;
}
.top-partner .top-partner_title > h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 13px;
  padding-top: 20px;
  position: relative;
}
.top-partner .top-partner_title > h2:after, .top-partner .top-partner_title > h2:before {
  content: "";
  width: 60px;
  position: absolute;
  bottom: 0;
  top: 0;
}
.top-partner .top-partner_title > h2:before {
  border-left: 1px solid #1f2879;
  border-top: 1px solid #1f2879;
  left: 0;
   /* display: none;*/
}
.top-partner .top-partner_title > h2:after {
  border-bottom: 1px solid #1f2879;
  border-right: 1px solid #1f2879;
  right: 0;
   /* display: none;*/
}
.top-partner .top-partner_title > h2 > span {
  font-size: 3rem;
}
.top-partner .top-partner_title > h2 > span > strong {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ffde00), color-stop(25%, transparent)) no-repeat 0 100%;
  background: -webkit-linear-gradient(bottom, #ffde00 25%, transparent 25%) no-repeat 0 100%;
  background: linear-gradient(0deg, #ffde00 25%, transparent 25%) no-repeat 0 100%;
  background-size: auto 1em;
  color: #b22d2d;
  display: inline-block;
  font-size: 3.2rem;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .top-partner .top-partner_title > h2 {
    font-size: 1.7em;
    letter-spacing: -0.04em;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }
  .top-partner .top-partner_title > h2:after, .top-partner .top-partner_title > h2:before {
    width: 30px;
  }
  .top-partner .top-partner_title > h2 > span {
    font-size: 1.7rem;
  }
  .top-partner .top-partner_title > h2 > span > strong {
    font-size: 2.2rem;
  }
}
.top-partner h3 {
  background-color: #1f2879;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 17px;
  padding: 9px 0 11px;
}
.top-partner h3 > span {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .top-partner h3 {
    background: none;
    color: #1f2879;
    padding: 0;
  }
  .top-partner h3:after {
    color: #000;
    content: "← スワイプしてください →";
    display: block;
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-partner figure {
    overflow: auto;
    margin-left: 15px;
  }
  .top-partner figure > img {
    margin-right: 15px;
    max-width: initial;
    width: 1080px;
  }
}

/* top-service
========================================================================== */
.top-service {
  background: url(../images/bg01.png);
  padding: 140px 0 100px;
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 70px 0 15px;
  }
}
.top-service .top-service_lead {
  margin-bottom: 55px;
}
.top-service .top-service_lead > p {
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .top-service .top-service_lead {
    margin-bottom: 45px;
  }
  .top-service .top-service_lead > p {
    font-size: 1.3em;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .top-service .top-service_map {
    background-color: #fff;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }
}
.top-service .top-service_map .top-service_map_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 290px;
  width: 290px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.top-service .top-service_map .top-service_map_title > h2 {
  color: #1f2879;
}
.top-service .top-service_map .top-service_map_title > h2 > span {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 20px;
}
.top-service .top-service_map .top-service_map_title > h2 > span > span {
  font-weight: 300;
}
.top-service .top-service_map .top-service_map_title > p {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top-service .top-service_map .top-service_map_title {
    border-radius: 0;
    display: block;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
    width: auto;
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .top-service .top-service_map .top-service_map_title > h2 > span {
    font-size: 2.2rem;
  }
  .top-service .top-service_map .top-service_map_title > p {
    font-size: 1.3em;
    margin-top: 10px;
  }
  .top-service .top-service_map .top-service_map_title > p > br {
    display: none;
  }
}
.top-service .top-service_map > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-service .top-service_map > ul {
    display: block;
  }
}
.top-service .top-service_map > ul > li {
  background-color: #fff;
  border: 5px solid #386ec8;
  border-radius: 10px;
  height: 335px;
  text-align: left;
  max-width: 535px;
  width: 50%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-service .top-service_map > ul > li:nth-child(n+3) {
  margin-top: 10px;
}
.top-service .top-service_map > ul > li > h3 {
  background: no-repeat 0 0;
  height: 240px;
  overflow: hidden;
  text-indent: -9999px;
  width: 240px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-service .top-service_map > ul > li.top-service_map_promotion > h3 {
  background-image: url(../images/top/top_service_img01.png);
  bottom: -10px;
  right: -10px;
}
.top-service .top-service_map > ul > li.top-service_map_hospitality > h3 {
  background-image: url(../images/top/top_service_img02.png);
  bottom: -10px;
  left: -10px;
}
.top-service .top-service_map > ul > li.top-service_map_crm > h3 {
  background-image: url(../images/top/top_service_img03.png);
  right: -10px;
  top: -10px;
}
.top-service .top-service_map > ul > li.top-service_map_production > h3 {
  background-image: url(../images/top/top_service_img04.png);
  left: -10px;
  top: -10px;
}
@media screen and (min-width: 768px) {
  .top-service .top-service_map > ul > li:hover.top-service_map_promotion {
    border-color: #ac2020;
  }
  .top-service .top-service_map > ul > li:hover.top-service_map_promotion > h3 {
    background-image: url(../images/top/top_service_img01-on.png);
  }
  .top-service .top-service_map > ul > li:hover.top-service_map_hospitality {
    border-color: #59a039;
  }
  .top-service .top-service_map > ul > li:hover.top-service_map_hospitality > h3 {
    background-image: url(../images/top/top_service_img02-on.png);
  }
  .top-service .top-service_map > ul > li:hover.top-service_map_crm {
    border-color: #3aa7cf;
  }
  .top-service .top-service_map > ul > li:hover.top-service_map_crm > h3 {
    background-image: url(../images/top/top_service_img03-on.png);
  }
  .top-service .top-service_map > ul > li:hover.top-service_map_production {
    border-color: #424da9;
  }
  .top-service .top-service_map > ul > li:hover.top-service_map_production > h3 {
    background-image: url(../images/top/top_service_img04-on.png);
  }
}
@media screen and (max-width: 767px) {
  .top-service .top-service_map > ul > li {
    border-width: 3px;
    border-radius: 5px;
    height: auto;
    overflow: hidden;
    text-align: left;
    width: auto;
    max-width:inherit;
  }
  .top-service .top-service_map > ul > li:nth-child(n+2) {
    margin-top: 15px;
  }
  .top-service .top-service_map > ul > li > h3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.5rem;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0.1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
    text-align: center;
    text-indent: 0;
    width: auto;
    position: relative;
  }
  .top-service .top-service_map > ul > li > h3.is-active:after {
    top: 22px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .top-service .top-service_map > ul > li > h3:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-service .top-service_map > ul > li > h3:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    right: 21px;
    top: 18px;
    z-index: 2;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .top-service .top-service_map > ul > li.top-service_map_promotion {
    border-color: #ac2020;
  }
  .top-service .top-service_map > ul > li.top-service_map_promotion > h3 {
    background: #ac2020;
    -webkit-box-shadow: 0 0 0 3px #ac2020;
            box-shadow: 0 0 0 3px #ac2020;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  .top-service .top-service_map > ul > li.top-service_map_promotion > h3:after {
    border-bottom-color: #ac2020;
    border-right-color: #ac2020;
  }
  .top-service .top-service_map > ul > li.top-service_map_hospitality {
    border-color: #59a039;
  }
  .top-service .top-service_map > ul > li.top-service_map_hospitality > h3 {
    background: #59a039;
    -webkit-box-shadow: 0 0 0 3px #59a039;
            box-shadow: 0 0 0 3px #59a039;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  .top-service .top-service_map > ul > li.top-service_map_hospitality > h3:after {
    border-bottom-color: #59a039;
    border-right-color: #59a039;
  }
  .top-service .top-service_map > ul > li.top-service_map_crm {
    border-color: #3aa7cf;
  }
  .top-service .top-service_map > ul > li.top-service_map_crm > h3 {
    background: #3aa7cf;
    -webkit-box-shadow: 0 0 0 3px #3aa7cf;
            box-shadow: 0 0 0 3px #3aa7cf;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  .top-service .top-service_map > ul > li.top-service_map_crm > h3:after {
    border-bottom-color: #3aa7cf;
    border-right-color: #3aa7cf;
  }
  .top-service .top-service_map > ul > li.top-service_map_production {
    border-color: #424da9;
  }
  .top-service .top-service_map > ul > li.top-service_map_production > h3 {
    background: #424da9;
    -webkit-box-shadow: 0 0 0 3px #424da9;
            box-shadow: 0 0 0 3px #424da9;
    font-size: 2rem;
    letter-spacing: -0.04em;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  .top-service .top-service_map > ul > li.top-service_map_production > h3:after {
    border-bottom-color: #424da9;
    border-right-color: #424da9;
  }
}
.top-service .top-service_map > ul > li .top-service_map_box {
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
    zoom: 120%;
}
@media screen and (max-width: 767px) {
  .top-service .top-service_map > ul > li .top-service_map_box {
    background-color: #f4f4f4;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-service .top-service_map > ul > li .top-service_map_box > ul > li {
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.16;
}
.top-service .top-service_map > ul > li .top-service_map_box > ul > li + li {
  margin-top: 8px;
}
.top-service .top-service_map > ul > li .top-service_map_box > ul > li > a {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.top-service .top-service_map > ul > li .top-service_map_box > ul > li > a:before {
  background: url(../images/top/icon-arrow-right-white_bg.svg) no-repeat 50% 50% #1f2879;
  background-size: 12px 6px;
  border-radius: 50%;
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .top-service .top-service_map > ul > li .top-service_map_box > ul > li > a:hover:before {
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-service .top-service_map > ul > li .top-service_map_box > ul {
    display: none;
    margin-top: 3px;
  }
  .top-service .top-service_map > ul > li .top-service_map_box > ul > li {
    border-bottom: 1px solid #cacaca;
    font-size: 1.7rem;
  }
  .top-service .top-service_map > ul > li .top-service_map_box > ul > li + li {
    margin-top: 0;
  }
  .top-service .top-service_map > ul > li .top-service_map_box > ul > li > a {
    background-color: #fff;
    display: block;
    padding: 13px;
    padding-right: 30px;
  }
  .top-service .top-service_map > ul > li .top-service_map_box > ul > li > a:before {
    background-size: 8px auto;
    height: 15px;
    width: 15px;
    position: absolute;
    left: auto;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top-service .top-service_map > ul > li .top-service_map_box > p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
  width: 252px;
}
.top-service .top-service_map > ul > li .top-service_map_box > p + p {
  margin-top: 10px;
}
.top-service .top-service_map > ul > li .top-service_map_box > p > a {
  color: #3aa7cf;
}
@media screen and (min-width: 768px) {
  .top-service .top-service_map > ul > li .top-service_map_box > p > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .top-service .top-service_map > ul > li .top-service_map_box > p {
    font-size: 1.3rem;
    margin-top: 0;
    padding: 15px;
    padding-bottom: 0;
    width: auto;
  }
  .top-service .top-service_map > ul > li .top-service_map_box > p:last-child {
    padding-bottom: 15px;
  }
  .top-service .top-service_map > ul > li .top-service_map_box > p + p {
    padding-top: 0;
    margin-top: 5px;
  }
}
.top-service .top-service_map > ul > li.top-service_map_hospitality .top-service_map_box {
  left: 218px;
}
.top-service .top-service_map > ul > li.top-service_map_hospitality .top-service_map_box > p {
  padding-left: 27px;
}
.top-service .top-service_map > ul > li.top-service_map_production .top-service_map_box {
    left: 210px;
}
.top-service .top-service_search {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top-service .top-service_search {
    margin: 25px 15px 0;
  }
}
.top-service .top-service_search .top-service_search_inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 10px 10px;
}
@media screen and (max-width: 767px) {
  .top-service .top-service_search .top-service_search_inner {
    border-radius: 5px;
    padding: 25px 15px 15px;
  }
}
.top-service .top-service_search .top-service_search_inner > h3 {
  color: #1f2879;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-service .top-service_search .top-service_search_inner > h3 {
    font-size: 2em;
  }
}
.top-service .top-service_search .top-service_search_inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-service .top-service_search .top-service_search_inner > ul > li {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 2px;
  text-align: left;
}
.top-service .top-service_search .top-service_search_inner > ul > li:nth-child(3n) {
  margin-right: 0;
}
.top-service .top-service_search .top-service_search_inner > ul > li:nth-child(n+4) {
  margin-top: 2px;
}
.top-service .top-service_search .top-service_search_inner > ul > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #386ec8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  padding: 10px;
  padding-right: 0;
  width: 352px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .top-service .top-service_search .top-service_search_inner > ul > li > a:hover {
    opacity: 0.7;
  }
}
.top-service .top-service_search .top-service_search_inner > ul > li > a > figure {
  width: 110px;
}
.top-service .top-service_search .top-service_search_inner > ul > li > a > p {
  padding-left: 15px;
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
}
.top-service .top-service_search .top-service_search_inner > ul > li > a > p > span {
  color: #ff0;
}
@media screen and (max-width: 767px) {
  .top-service .top-service_search .top-service_search_inner > ul {
    display: block;
  }
  .top-service .top-service_search .top-service_search_inner > ul > li {
    font-size: 1.4em;
    margin-right: 0;
  }
  .top-service .top-service_search .top-service_search_inner > ul > li:nth-child(n+2) {
    margin-top: 5px;
  }
  .top-service .top-service_search .top-service_search_inner > ul > li > a {
    height: 85px;
    padding: 7px;
    width: auto;
    position: relative;
  }
  .top-service .top-service_search .top-service_search_inner > ul > li > a > figure {
    width: 70px;
  }
  .top-service .top-service_search .top-service_search_inner > ul > li > a > p {
    padding-left: 10px;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
  .top-service .top-service_search .top-service_search_inner > ul > li > a:before {
    background: url(../images/top/icon-arrow-right-white_bg.svg) no-repeat 0 50%;
    background-size: 100%;
    content: "";
    height: 100%;
    width: 18px;
    position: absolute;
    right: 13px;
    top: 0;
  }
}

/* top-voice
========================================================================== */
.top-voice {
  background-color: #eff3f6;
  padding-top: 70px;
  position: relative;
}
.top-voice:before {
  background: url(../images/bg02.png);
  content: "";
  height: 668px;
  width: 556px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .top-voice {
    padding-top: 60px;
  }
  .top-voice:before {
    height: 600px;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
}
.top-voice .top-voice_title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top-voice .top-voice_inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-voice .top-voice_inner > ul > li {
  max-width: 530px;
  margin-right: 20px;
  width: 100%;
}
.top-voice .top-voice_inner > ul > li:nth-child(2n) {
  margin-right: 0;
}
.top-voice .top-voice_inner > ul > li:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li {
    max-width: 100%;
    margin-right: 4%;
    width: 48%;
  }
  .top-voice .top-voice_inner > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .top-voice .top-voice_inner > ul > li:nth-child(n+3) {
    margin-top: 4%;
  }
}
.top-voice .top-voice_inner > ul > li > a {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li > a {
    display: block;
  }
}
.top-voice .top-voice_inner > ul > li > a:before {
  background: url(../images/top/icon-arrow-right-white_bg.svg) no-repeat 50% 50%;
  background-size: 17px 8px;
  background-color: #1f2879;
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li > a:before {
    background-size: 8px auto;
    height: 18px;
    width: 18px;
  }
}
.top-voice .top-voice_inner > ul > li > a > figure {
  /*width: 260px;*/
  width:50%;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li > a > figure {
    width: 100%;
  }
  .top-voice .top-voice_inner > ul > li > a > figure > img {
    width: 100%;
  }
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text {
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text {
    padding-bottom: 25px;
    width: auto;
    min-height: 130px;
  }
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch {
  background-color: #31aff0;
  color: #fff;
  margin: 5px 5px 25px;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch {
    margin: 3px 3px 10px;
    padding-bottom: 5px;
  }
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch > p {
  font-size: 1.5rem;
  font-weight: 700;
  height: 45px;
  padding-top: 3px;
  line-height: 1;
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch > p > strong {
  border-bottom: 2px solid #ff0;
  color: #ff0;
  display: inline-block;
  font-size: 2.4rem;
  margin-left: 0.3em;
  padding-bottom: 3px;
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch > p > strong > span {
  font-size: 3.5rem;
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch > p > strong > b {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch > p {
    font-size: 1rem;
    height: 32px;
    padding-top: 4px;
  }
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch > p > strong {
    font-size: 1.6rem;
    padding-bottom: 3px;
  }
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch > p > strong > span {
    font-size: 2.2rem;
  }
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch > p > strong > b {
    font-size: 1.3rem;
  }
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch.opt-small > p {
  font-size: 1.3rem;
  letter-spacing: -0.04em;
  padding-top: 10px;
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch.opt-small > p > strong {
  font-size: 1.8rem;
  margin-right: 0.3em;
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch.opt-small > p > strong:last-child {
  margin-right: 0;
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch.opt-small > p > strong > span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch.opt-small > p {
    font-size: 0.8rem;
  }
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch.opt-small > p > strong {
    font-size: 1rem;
  }
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch.opt-small > p > strong > span {
    font-size: 1.3rem;
  }
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch:before {
  background: url(../img/top_voice-arrow_bg.png) no-repeat 50% 0;
  content: "";
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_catch:before {
    background-size: auto 100%;
    height: 6px;
  }
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 27px;
  margin-right: 27px;
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_category > span {
  background-color: #5e69c4;
  border-radius: 50px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 5px;
  padding: 5px 9px;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_category {
    margin-left: 13px;
    margin-right: 13px;
  }
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_category > span {
    font-size: 0.9rem;
    margin-top: 5px;
    padding: 4px 7px;
  }
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text > h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 27px;
  margin-right: 27px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text > h3 {
    font-size: 1.3rem;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 7px;
  }
}
.top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_company {
  color: #777;
  display: block;
  font-size: 1.3rem;
  margin-left: 27px;
  margin-right: 27px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_inner > ul > li > a .top-voice_list_text .top-voice_list_company {
    font-size: 1rem;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 5px;
  }
}

/* top-case-study
========================================================================== */
.top-case-study {
  background-color: #eff3f6;
  padding-bottom: 80px;
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-case-study {
    padding-bottom: 50px;
    padding-top: 65px;
  }
}
.top-case-study:before {
  background: url(../images/bg02.png);
  content: "";
  height: 740px;
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  position: absolute;
  right: 0;
  top: 169px;
}
@media (max-width: 1620px) {
  .top-case-study:before {
    width: 1460px;
  }
}
@media screen and (max-width: 767px) {
  .top-case-study:before {
    height: 600px;
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
    top: 40px;
  }
}
.top-case-study .top-case-study_title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-case-study .top-case-study_title {
    text-align: center;
  }
}
.top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a {
  display: block;
}
.top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a > figure {
  height: 240px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a > figure {
    height: 151px;
  }
}
.top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a .top-case-study_text {
  padding: 39px 28px 30px;
}
.top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a .top-case-study_text > h4 {
  font-size: 1.8rem;
  font-weight: 700;
  min-height: 42px;
  line-height: 1.2;
  text-align: left;
}
.top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a .top-case-study_text > p {
  font-size: 1.4rem;
  line-height: 1.6;
  min-height: 44px;
  margin-top: 13px;
  text-align: left;
}
.top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a .top-case-study_text > span {
  border: 1px solid #1f2879;
  display: block;
    width: 100%;
    max-width: 200px;
  font-size: 1.3rem;
  margin: 27px auto 0;
  padding: 14px 55px;
  position: relative;
	text-align: center;
}
.top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a .top-case-study_text > span:before {
  background: url(../images/icon-arrow-right-blue_bg.svg) no-repeat 0 50%;
  background-size: 19px 8px;
  content: "";
  height: 100%;
  width: 19px;
  position: absolute;
  right: 10px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a .top-case-study_text {
    padding: 23px 17px 20px;
  }
  .top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a .top-case-study_text > h4 {
    font-size: 1.6rem;
    min-height: 57px;
  }
  .top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a .top-case-study_text > p {
    font-size: 1.3rem;
    margin-top: 10px;
    min-height: 40px;
  }
  .top-case-study .top-case-study_caroucel .top-case-study_caroucel_slide > a .top-case-study_text > span {
    margin-top: 15px;
    padding: 12px 0;
    width: 100%;
  }
}
.top-case-study .top-case-study_btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-case-study .top-case-study_btn {
    margin-top: 40px;
  }
}

/* top-webly
========================================================================== */
.top-webly {
  background-color: #eff3f6;
  overflow: hidden;
  padding-bottom: 90px;
  padding-top: 109px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-webly {
    padding-bottom: 40px;
    padding-top: 73px;
  }
}
.top-webly:before {
  background: url(../images/bg02.png);
  content: "";
  height: 100%;
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  position: absolute;
  left: 0;
  top: 164px;
}
@media (max-width: 1620px) {
  .top-webly:before {
    width: 1460px;
  }
}
@media screen and (max-width: 767px) {
  .top-webly:before {
    height: 600px;
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
    top: 40px;
  }
}
.top-webly .top-webly_title {
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a {
  display: block;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a > figure {
  height: 240px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a > figure {
    height: 151px;
  }
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text {
  padding: 5px 28px 30px;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  min-height: 42px;
  text-align: left;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > p {
  font-size: 1.4rem;
  line-height: 1.6;
  min-height: 44px;
  margin-top: 13px;
  text-align: left;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > span {
  border: 1px solid #1f2879;
  display: block;
  font-size: 1.3rem;
  margin: 27px auto 0 auto;
  padding: 14px 55px;
  position:relative;
    text-align: center;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > span:before {
  background: url(../images/icon-arrow-right-blue_bg.svg) no-repeat 0 50%;
  background-size: 19px 8px;
  content: "";
  height: 100%;
  width: 19px;
  position: absolute;
  right: 10px;
  top: 0;
}
.top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text .top-webly_text_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  min-height: 60px;
}
.top-whitepaper .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text .top-webly_text_item{
  min-height: inherit;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text {
    padding: 15px 17px 20px;
  }
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > h3 {
    font-size: 1.6rem;
    min-height: 57px;
  }
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > p {
    font-size: 1.3rem;
    min-height: 60px;
    margin-top: 10px;
  }
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text > span {
    margin-top: 15px;
    padding: 12px 0;
    width: 100%;
  }
  .top-webly .top-webly_caroucel .top-webly_caroucel_slide > a .top-webly_text .top-webly_text_item {
    margin-bottom: 10px;
    min-height: 60px;
  }
}
.top-webly .top-webly_date {
  color: #1f2879;
  display: inline-block;
  line-height: 1;
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_date {
    font-size: 1.2rem;
  }
}
.top-webly .top-webly_category {
  background-color: #5e69c4;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-family: "Roboto";
  font-size: 1.1rem;
  font-weight: 500;
  padding: 5px 9px 4px;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_category {
    font-size: 1rem;
  }
}
.top-webly .top-webly_btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-webly .top-webly_btn {
    margin-top: 40px;
  }
}

/* top-consulting
========================================================================== */
.top-consulting {
  background: url(../images/top/top_consulting-wrap_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  height: 650px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-consulting {
    background-image: url(../images/top/top_consulting-wrap_bg-sp.png);
    height: auto;
    padding: 15px 10px;
  }
}
.top-consulting .top-consulting_box {
  background: url(../images/top/top_consulting_bg.jpg) no-repeat 50% 0;
  height: 420px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 279px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-consulting .top-consulting_box {
    background-image: url(../img/top_consulting_bg-sp.jpg);
    background-size: cover;
    height: 460px;
    padding: 40px 0 20px;
    position: relative;
  }
  .top-consulting .top-consulting_box:before {
    background: url(../img/top_consulting-man_bg-sp.png) no-repeat 50% 0;
    background-size: auto 100%;
    content: "";
    height: 175px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 133px;
  }
}
.top-consulting .top-consulting_box .top-consulting_box_text {
  color: #1f2879;
  position: absolute;
  left: 565px;
  top: 80px;
}
.top-consulting .top-consulting_box .top-consulting_box_text > p {
  font-family: "Libre Baskerville";
  font-size: 2.2em;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 10px;
}
.top-consulting .top-consulting_box .top-consulting_box_text > h2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.top-consulting .top-consulting_box .top-consulting_box_text > h2 > span {
  font-size: 3rem;
}

.top-voice_list_catch p {
    margin: 0;
}

@media screen and (max-width: 767px) {
  .top-consulting .top-consulting_box .top-consulting_box_text {
    width: 100%;
    left: 0;
    top: 40px;
  }
  .top-consulting .top-consulting_box .top-consulting_box_text > p {
    font-family: "Libre Baskerville";
    font-size: 1.4em;
    margin-bottom: 10px;
  }
  .top-consulting .top-consulting_box .top-consulting_box_text > h2 {
    font-size: 2.5rem;
  }
  .top-consulting .top-consulting_box .top-consulting_box_text > h2 > span {
    font-size: 1.9rem;
  }
}
.top-consulting .top-consulting_box .top-consulting_box_btn ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  justify-content:space-around;
}
.top-consulting .top-consulting_box .top-consulting_box_btn p{
	display: none;
}
.top-consulting .top-consulting_box .top-consulting_box_btn ul li{
  width:70%;
}
@media screen and (max-width: 767px) {
  .top-consulting .top-consulting_box .top-consulting_box_btn ul {
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 272px;
  }
  .top-consulting .top-consulting_box .top-consulting_box_btn ul li{
    width:100%;
  }
}
.top-consulting .top-consulting_box .top-consulting_box_btn a {
  border-radius: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 34px 60px 34px 90px;
  width:100%;
  /*max-width: 515px;*/
  position: relative;
  display: block;
}
.top-consulting .top-consulting_box .top-consulting_box_btn a:nth-child(2) {
  margin-right: 10px;
}
.top-consulting .top-consulting_box .top-consulting_box_btn a > span > span {
  display: block;
  font-size: 2.0rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.top-consulting .top-consulting_box .top-consulting_box_btn a > span > svg {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-consulting .top-consulting_box .top-consulting_box_btn a > span > svg.icon-dl {
  fill: #1f2879;
  height: 40px;
  width: 38px;
}
.top-consulting .top-consulting_box .top-consulting_box_btn a > span > svg.icon-email {
  fill: #fff;
  height: 31px;
  width: 42px;
}
.top-consulting .top-consulting_box .top-consulting_box_btn a.theme-white {
  background-color: #fff;
  color: #1f2879;
}
.top-consulting .top-consulting_box .top-consulting_box_btn a.theme-white > span > span {
  color: #000;
}
.top-consulting .top-consulting_box .top-consulting_box_btn a.theme-orange {
  background-color: #f1672b;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-consulting .top-consulting_box .top-consulting_box_btn a {
    border-radius: 5px;
    display: block;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    max-width: 315px;
    width: 100%;
    position: relative;
  }
  .top-consulting .top-consulting_box .top-consulting_box_btn a:nth-child(2) {
    margin-right: auto;
    margin-top: 5px;
  }
  .top-consulting .top-consulting_box .top-consulting_box_btn a > span {
    display: inline-block;
    padding-left: 40px;
    position: relative;
  }
  .top-consulting .top-consulting_box .top-consulting_box_btn a > span > span {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }
  .top-consulting .top-consulting_box .top-consulting_box_btn a > span > svg {
    left: 0;
  }
  .top-consulting .top-consulting_box .top-consulting_box_btn a > span > svg.icon-dl {
    height: 24px;
    width: 23px;
  }
  .top-consulting .top-consulting_box .top-consulting_box_btn a > span > svg.icon-email {
    height: 19px;
    width: 25px;
  }
  .top-consulting .top-consulting_box .top-consulting_box_btn a.theme-orange{
    margin-bottom:10px;
  }
}
.top-consulting .top-consulting_tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(92, 101, 177, 0.2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 121px;
  margin-top: 20px;
}
.top-consulting .top-consulting_tel > p {
  font-size: 2.2rem;
}
.top-consulting .top-consulting_tel > p .icon-tel {
  fill: #fff;
  height: 38px;
  margin-right: 15px;
  vertical-align: middle;
  width: 35px;
}
.top-consulting .top-consulting_tel .top-consulting_tel_box {
  margin-left: 48px;
}
.top-consulting .top-consulting_tel .top-consulting_tel_box > a {
  color: #ffde00;
  font-family: "Roboto";
  font-size: 4rem;
  display: inline-block;
}
.top-consulting .top-consulting_tel .top-consulting_tel_box > a .icon-tel {
  display: none;
  fill: #fff;
  height: 38px;
  margin-right: 15px;
  vertical-align: middle;
  width: 35px;
}
.top-consulting .top-consulting_tel .top-consulting_tel_box > p {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top-consulting .top-consulting_tel {
    display: block;
    height: auto;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    width:90%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-consulting .top-consulting_tel > p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .top-consulting .top-consulting_tel > p .icon-tel {
    display: none;
  }
  .top-consulting .top-consulting_tel .top-consulting_tel_box {
    line-height: 1;
    margin-left: 0;
    margin-top: 7px;
  }
  .top-consulting .top-consulting_tel .top-consulting_tel_box > a {
    font-size: 3rem;
  }
  .top-consulting .top-consulting_tel .top-consulting_tel_box > a .icon-tel {
    display: inline-block;
    height: 24px;
    margin-right: 5px;
    width: 22px;
  }
  .top-consulting .top-consulting_tel .top-consulting_tel_box > p {
    font-size: 1rem;
    margin-top: 5px;
  }
}

/* top-media
========================================================================== */
.top-media {
  background-color: #eff3f6;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-media {
    padding: 50px 15px;
  }
}
.top-media .top-media_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-media .top-media_inner {
    display: block;
  }
}
.top-media .top-media_title {
  border-top: 3px solid #1f2879;
  margin-right: 30px;
  padding-top: 39px;
  width: 340px;
}
.top-media .top-media_title p {
  color: #1f2879;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom:0;
}
.top-media .top-media_title h2 {
  display: block;
  font-size: 1.5rem;
  /*margin-top: 10px;*/
  color: #1f2879;
}
@media screen and (max-width: 767px) {
  .top-media .top-media_title {
    margin-bottom: 25px;
    margin-right: 0;
    padding-top: 25px;
    text-align: center;
    width: auto;
  }
  .top-media .top-media_title > p {
    font-size: 3rem;
  }
  .top-media .top-media_title > h2 {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.top-media .top-media_list {
  max-width: 710px;
}
.top-media .top-media_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-media .top-media_list > ul > li {
  border: 1px solid #e1e1e1;
  margin-right: 10px;
  width: 350px;
}
.top-media .top-media_list > ul > li:nth-child(2n) {
  margin-right: 0;
}
.top-media .top-media_list > ul > li:nth-child(n+3) {
  margin-top: 10px;
}
.top-media .top-media_list > ul > li > a {
  border: 1px solid #e1e1e1;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-media .top-media_list > ul > li {
    margin-right: 2%;
    width: 49%;
  }
  .top-media .top-media_list > ul > li:nth-child(n+3) {
    margin-top: 2%;
  }
}

.txt-center {
	text-align: center;
}

ul.sol_list li {
    width: 50%!important;
    margin-top: 0!important;
    margin-bottom: 10px;
}

a.blue_head:visited {
    color: #7684ff!important;
}
@media screen and (max-width: 767px) {
  ul.sol_list li {
    width:auto!important;
    margin-bottom: 0;
    }
  }