@charset "utf-8";
#pc-header {
  background: none;
}
/* ============================================================
 top common
============================================================ */
.container {
  padding-top: 120px;
  padding-bottom: 160px;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .container {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.5;
}
.ttl span {
  color: #004588;
}
.ttl.client {
  margin-bottom: 30px;
  font-size: 2.8rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ttl {
    margin-bottom: 25px;
    font-size: 2.4em;
  }
  .ttl.client {
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
}
.lead {
  margin-bottom: 40px;
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.en-ttl {
  position: relative;
}
.en-ttl:before {
  position: absolute;
  top: -0.4em;
  left: 0;
  font-family: 'Lato', sans-serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #CAD6E5;
}
.en-ttl.right:before {
  text-align: right;
  left: initial;
  right: 0;
}
@media screen and (max-width: 912px) {
  .en-ttl:before {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .en-ttl:before {
    font-size: 5.2rem;
  }
}
/* ============================================================
 slide縦並び回避
============================================================ */
.client-list-slider,
.client-voice-slide {
  display: none;
}
.client-list-slider.slick-initialized,
.client-voice-slide.slick-initialized {
  display: block;
}
/* ============================================================
 KV
============================================================ */
#kv {
  position: relative;
  margin-bottom: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(#BADAFF), color-stop(#D3EEF4), to(#ffffff));
  background: linear-gradient(to bottom, #BADAFF, #D3EEF4, #ffffff);
  overflow: hidden;
}
#kv:before {
  content: "";
  background: url(/images/top/kv_bg_logomark.png) no-repeat;
  background-size: contain;
  width: 710px;
  height: 700px;
  position: absolute;
  top: -90px;
  right: -170px;
  z-index: 1;
}
#kv .wrap {
  overflow: hidden;
}
#kv .kv-wrap {
  padding-top: 170px;
  margin-bottom: 80px;
  color: #132964;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  z-index: 1;
}
#kv .kv-wrap:after {
  content: "";
  background: url(/images/top/kv_laptop.png) no-repeat right center;
  background-size: contain;
  width: 640px;
  height: 368px;
  position: absolute;
  top: 170px;
  left: 450px;
  z-index: -1;
  -webkit-filter: drop-shadow(40px 0 60px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(40px 0 60px rgba(0, 0, 0, 0.25));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#kv .main-copy {
  margin-top: 5px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
}
#kv .sub-copy {
  font-size: 2.8rem;
  font-weight: 700;
}
#kv .btn-wrap {
  max-width: 360px;
  margin-top: 20px;
  text-align: left;
}
#kv .btn-wrap .btn {
  max-width: 360px;
  font-size: 1.8rem;
}
#kv .aword {
  max-width: 360px;
}
#kv .aword ul {
  margin-top: 30px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#kv .aword li {
  margin-left: 10px;
  max-width: 140px;
}
@media screen and (max-width: 1050px) {
  #kv {
    margin-top: -60px;
    padding-top: 20px;
  }
  #kv .kv-wrap {
    padding-top: 100px;
  }
  #kv .kv-wrap:after {
    top: 100px;
    left: 330px;
  }
  #kv .main-copy {
    font-size: 3.4rem;
  }
  #kv .sub-copy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #kv {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  #kv:before {
    width: 355px;
    height: 350px;
    top: -50px;
    right: -130px;
  }
  #kv .kv-wrap {
    padding-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
  }
  #kv .kv-wrap:after {
    display: none;
  }
  #kv .main-copy {
    font-size: 2.8rem;
  }
  #kv .sub-copy {
    font-size: 1.8rem;
  }
  #kv .btn-wrap {
    max-width: initial;
    margin-top: 20px;
    text-align: center;
  }
  #kv .btn-wrap > li {
    margin-top: 15px;
  }
  #kv .btn-wrap .btn {
    max-width: 85%;
    font-size: 1.4rem;
  }
  #kv .aword {
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  #kv .aword dt {
    width: 26%;
  }
  #kv .aword dd {
    max-width: 80%;
    overflow: visible;
  }
  #kv .aword dd img {
    margin-top: 10px;
    -webkit-filter: drop-shadow(40px 0 60px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(40px 0 60px rgba(0, 0, 0, 0.25));
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  #kv .aword ul {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #kv .aword li {
    margin-left: 0;
    margin-bottom: 15px;
    min-width: 85px;
    max-width: 150px;
  }
}
@media screen and (max-width: 600px) {
  #kv .aword {
    max-width: initial;
  }
  #kv .aword dd {
    max-width: initial;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.client-list {
  width: 100%;
}
.client-list .logos {
  width: 180px;
  margin: 10px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .client-list .logos {
    width: 100px;
    margin: 5px;
    border-radius: 4px;
  }
}
/* ============================================================
 SOLUTION
============================================================ */
#solution.en-ttl:before {
  content: "SOLUTION";
}
#solution .business-type-list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -4%;
}
#solution .business-type-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 50px 50px 50px;
  margin-left: 4%;
  border: 10px solid #fff;
  border-radius: 12px;
  position: relative;
}
#solution .business-type-list > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 80px solid #fff;
  border-left: 80px solid #fff;
  border-right: 80px solid transparent;
  border-bottom: 80px solid transparent;
  opacity: 0.5;
}
#solution .problems {
  position: relative;
  text-align: center;
}
#solution .problems .ttl {
  display: inline-block;
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #707070;
  position: relative;
}
#solution .problems .ttl:before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  bottom: -25px;
  border-top: 25px solid #F9F9F9;
  border-left: 15px solid transparent;
  z-index: 1;
}
#solution .problems .ttl:after {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  bottom: -25px;
  border-top: 25px solid #707070;
  border-left: 15px solid transparent;
  z-index: 0;
}
#solution .problems .staff-img {
  max-width: 92px;
  margin: -40px auto 10px auto;
}
#solution .problems-list {
  text-align: left;
}
#solution .problems-list li {
  margin-top: 0.8em;
  margin-left: 2em;
  position: relative;
}
#solution .problems-list li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -2em;
  background: url(/images/common/icon_checkbox.png) no-repeat center top;
  background-size: contain;
  width: 20px;
  height: 20px;
}
#solution .marketer {
  background: #F9F9F9;
}
#solution .agency {
  background: #E7EEF5;
}
#solution .agency .problems .ttl:before {
  border-top: 25px solid #E7EEF5;
}
#solution .btn-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #solution .problems .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #solution .business-type-list {
    display: block;
    margin-top: 40px;
    margin-left: 0;
  }
  #solution .business-type-list > li {
    padding: 0 10px 40px 10px;
    margin-top: 40px;
    margin-left: 0;
    border: 8px solid #fff;
  }
  #solution .problems .ttl {
    font-size: 1.8rem;
  }
  #solution .problems .ttl:before {
    left: calc(50% - 3px);
    bottom: -16px;
    border-top: 16px solid #F9F9F9;
    border-left: 11px solid transparent;
  }
  #solution .problems .ttl:after {
    left: calc(50% - 5px);
    bottom: -16px;
    border-top: 16px solid #707070;
    border-left: 11px solid transparent;
  }
  #solution .problems .staff-img {
    max-width: 70px;
    margin: -30px auto 10px auto;
  }
  #solution .agency .problems .ttl:before {
    border-top: 16px solid #E7EEF5;
  }
  #solution .problems-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  #solution .btn-wrap {
    margin-top: 25px;
  }
}
/* ============================================================
 FUNCTION
============================================================ */
#function.en-ttl:before {
  content: "FUNCTION";
}
#function .tab-wrap {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#function .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42%;
}
#function .tab-group .tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding: 1.6em 2em;
  position: relative;
  background: #fff;
  border-radius: 12px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#function .tab-group .tab:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
}
#function .tab-group .tab .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2em;
  line-height: 1.6;
}
#function .tab-group .tab.is-active {
  color: #fff;
  background: #004588;
  border-radius: 12px 0 12px 12px;
}
#function .tab01:before {
  background: url(/images/common/icon_analysis.svg) no-repeat center center;
  background-size: contain;
}
#function .tab01.is-active:before {
  background: url(/images/common/icon_analysis_white.svg) no-repeat center center;
  background-size: contain;
}
#function .tab02:before {
  background: url(/images/common/icon_keyword.svg) no-repeat center center;
  background-size: contain;
}
#function .tab02.is-active:before {
  background: url(/images/common/icon_keyword_white.svg) no-repeat center center;
  background-size: contain;
}
#function .tab03:before {
  background: url(/images/common/icon_production.svg) no-repeat center center;
  background-size: contain;
}
#function .tab03.is-active:before {
  background: url(/images/common/icon_production_white.svg) no-repeat center center;
  background-size: contain;
}
#function .tab04:before {
  background: url(/images/common/icon_ad.svg) no-repeat center center;
  background-size: contain;
}
#function .tab04.is-active:before {
  background: url(/images/common/icon_ad_white.svg) no-repeat center center;
  background-size: contain;
}
#function .function-ttl {
  font-size: 2rem;
  font-weight: 500;
}
#function .tab-cont {
  display: none;
}
#function .tab-cont.is-show {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -75px;
  right: -32%;
}
@media screen and (max-width: 1050px) {
  #function .tab-wrap {
    width: 100%;
    max-width: 100%;
    height: 110vw;
    -ms-overflow-style: none;
    /*スクロールバー消去*/
    scrollbar-width: none;
    /*スクロールバー消去*/
    /*スクロールバー消去*/
  }
  #function .tab-wrap ::-webkit-scrollbar {
    display: none;
  }
  #function .tab-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    overflow: scroll;
  }
  #function .tab-group .tab {
    margin-left: 10px;
    margin-bottom: 0;
    padding: 0.8em 1em;
  }
  #function .tab-group .tab:before {
    width: 40px;
    height: 40px;
  }
  #function .tab-group .tab .detail {
    margin-left: 1.5em;
    width: 50vw;
  }
  #function .tab-group .tab.is-active {
    border-radius: 12px 12px 12px 0;
  }
  #function .function-ttl {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  #function .tab-cont.is-show {
    width: 140%;
    height: 100%;
    top: 100px;
    left: -14%;
  }
}
@media screen and (max-width: 767px) {
  #function .tab-group .tab .detail {
    width: 60vw;
  }
}
/* ============================================================
 BENEFITS
============================================================ */
#benefits.en-ttl:before {
  content: "BENEFITS";
}
#benefits .cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px 0;
  margin-bottom: 80px;
}
#benefits .cont-wrap:last-of-type {
  margin-bottom: 0;
}
#benefits .cont-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: -90%;
  width: 180%;
  height: 100%;
  background: #F9F9F9;
  z-index: -1;
}
#benefits .cont-wrap .txt-wrap {
  margin: 30px 2% 30px 6%;
  width: 40%;
}
#benefits .cont-wrap .img-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#benefits .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#benefits .reverse:before {
  left: -90%;
  right: initial;
}
#benefits .reverse .txt-wrap {
  margin: 30px 6% 30px 2%;
}
#benefits .benefits-ttl {
  display: inline;
  font-size: 2.4rem;
  font-weight: 500;
  color: #004588;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, rgba(0, 69, 136, 0.2)));
  background: linear-gradient(transparent 70%, rgba(0, 69, 136, 0.2) 0);
}
#benefits .benefits-sub-ttl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #benefits .cont-wrap {
    display: block;
    padding: 15px 0 0 0;
    margin-bottom: 40px;
    background: #F9F9F9;
    border-radius: 12px;
  }
  #benefits .cont-wrap:before {
    display: none;
  }
  #benefits .cont-wrap .txt-wrap {
    margin: -65px 0 0 0;
    padding: 65px 30px 30px 30px;
    width: 100%;
  }
  #benefits .cont-wrap .img-wrap {
    margin: 15px 20px;
    position: relative;
  }
  #benefits .benefits-ttl {
    font-size: 1.6rem;
  }
  #benefits .benefits-sub-ttl {
    margin-top: 10px;
  }
}
/* ============================================================
 CLIENT
============================================================ */
#client.en-ttl:before {
  content: "USER VOICE";
}
#client .ttl {
  margin-bottom: 10px;
}
#client .client-voice-slide {
  width: 100%;
}
#client .item {
  width: 420px;
}
#client .item a {
  display: block;
}
#client .item a > dl {
  margin: 30px 30px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
#client .comment-wrap {
  position: absolute;
}
#client .comment-bg {
  width: 350px;
  margin-top: -20px;
  margin-left: 40px;
  padding: 20px;
  background: #fff;
  border-radius: 0 12px 12px 12px;
  position: relative;
}
#client .comment {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
  max-height: 5em;
}
#client .client-data-wrap {
  padding: calc(5em + 55px) 40px 40px 40px;
  /* padding-topの高さを.commentの高さと数値を揃える */
}
#client .client-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
}
#client .logo {
  width: 60px;
}
#client .company-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  line-height: 1.5;
}
#client .purpose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  margin-top: 0.5em;
}
#client .purpose dt {
  white-space: nowrap;
  font-weight: 700;
}
#client .purpose dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #client .ttl {
    margin-bottom: 10px;
  }
  #client .item {
    width: 300px;
  }
  #client .item a > dl {
    margin: 30px 15px 20px 15px;
  }
  #client .comment-bg {
    width: 265px;
    margin-top: -20px;
    margin-left: 20px;
    padding: 10px;
  }
  #client .comment {
    max-height: 6em;
  }
  #client .client-data-wrap {
    padding: calc(6em + 20px) 20px 20px 20px;
  }
  #client .client-data {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #client .logo {
    width: 50px;
  }
  #client .company-name {
    margin-left: 10px;
  }
}
/* ============================================================
 FEATURE
============================================================ */
#feature.en-ttl:before {
  content: "FEATURE";
}
#feature .cont-wrap {
  margin-top: 150px;
  min-height: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#feature .cont-wrap:first-of-type {
  margin-top: 105px;
}
#feature .txt-wrap {
  width: 54%;
}
#feature .txt-inner {
  padding: 60px 70px 60px 60px;
  background: #F9F9F9;
  border-radius: 12px;
}
#feature .txt-inner span {
  position: absolute;
  top: -65px;
  left: 30px;
  line-height: 1;
  font-size: 8rem;
  font-weight: 700;
  color: #004588;
}
#feature .txt-inner span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #004588;
}
#feature .txt-inner p + p {
  margin-top: 1em;
}
#feature .img-wrap {
  width: 60%;
  position: absolute;
  top: -45px;
  right: -100px;
}
#feature .feature_img02 {
  position: relative;
}
#feature .feature_img02:after {
  content: "";
  position: absolute;
  bottom: -10%;
  width: 38%;
  height: 8px;
  background: url(/images/function/expand_shadow.png) no-repeat center center;
  background-size: contain;
}
#feature .expand {
  width: 38%;
  position: absolute;
}
#feature .feature_img02:after,
#feature .feature_img02 .expand {
  right: calc((20 / 500) * 100%);
}
#feature .feature_img02 .expand {
  top: calc((15 / 340) * 100%);
}
#feature .feature-ttl {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 500;
  color: #004588;
  line-height: 1.7;
}
#feature .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#feature .reverse .txt-inner {
  padding: 60px 60px 60px 70px;
}
#feature .reverse .txt-inner span {
  left: initial;
  right: 30px;
}
#feature .reverse .txt-inner span:after {
  left: initial;
  right: 0;
}
#feature .reverse .img-wrap {
  left: -100px;
  right: initial;
}
@media screen and (max-width: 767px) {
  #feature .cont-wrap {
    margin-top: 30px;
    min-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 25px rgba(0, 69, 136, 0.15);
            box-shadow: 0 0 25px rgba(0, 69, 136, 0.15);
  }
  #feature .cont-wrap:first-of-type {
    margin-top: 0;
  }
  #feature .txt-wrap {
    width: 100%;
  }
  #feature .txt-inner {
    padding: 25px 20px 25px 20px;
    position: relative;
  }
  #feature .txt-inner span {
    top: -0.8em;
    left: initial;
    right: 15px;
    font-size: 4.5rem;
    z-index: 10;
  }
  #feature .txt-inner span:after {
    bottom: -5px;
  }
  #feature .img-wrap {
    width: 100%;
    position: static;
    top: initial;
    right: initial;
  }
  #feature .feature_img02:after {
    display: none;
  }
  #feature .feature-ttl {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  #feature .reverse .txt-inner {
    padding: 25px 20px 25px 20px;
  }
  #feature .reverse .txt-inner span {
    right: 15px;
  }
  #feature .reverse .img-wrap {
    left: initial;
  }
}
/* ============================================================
 EVENT
============================================================ */
#event.en-ttl:before {
  content: "EVENT";
}
#event .event-list-wrap {
  border-radius: 12px;
  overflow: hidden;
}
#event .event-list-wrap > li {
  border-top: 1px solid #DEDEDE;
}
#event .event-list-wrap > li:first-child {
  border-top: none;
}
#event .event-list-wrap a {
  display: block;
  padding: 20px 60px 20px 20px;
  position: relative;
  background: #fff;
}
#event .event-list-wrap a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  background: url(/images/common/arrow_blue.svg) no-repeat center top;
  background-size: contain;
}
#event .event-list-wrap a:hover {
  background: #F4F7FA;
}
#event .event-list-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#event .event-list-wrap .img-wrap {
  width: 28%;
}
#event .event-list-wrap .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 0 0 4.3%;
}
#event .event-list-wrap .date {
  display: inline-block;
  padding-left: 30px;
  line-height: 1;
  margin-bottom: 1em;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  position: relative;
}
#event .event-list-wrap .date:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(/images/common/icon_date.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#event .event-list-wrap .event-ttl {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
#event .event-list-wrap .organizer,
#event .event-list-wrap .place {
  display: inline-block;
  line-height: 1.5;
}
#event .event-list-wrap .organizer {
  padding-left: 30px;
  position: relative;
}
#event .event-list-wrap .organizer:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/images/common/icon_organizer.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#event .event-list-wrap .place {
  margin-left: 20px;
  padding-left: 26px;
  position: relative;
}
#event .event-list-wrap .place:before {
  content: "";
  width: 16px;
  height: 20px;
  background: url(/images/common/icon_place.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #event .event-list-wrap a {
    display: block;
    padding: 30px;
  }
  #event .event-list-wrap a:after {
    display: none;
  }
  #event .event-list-wrap dl {
    display: block;
  }
  #event .event-list-wrap .img-wrap {
    width: 100%;
  }
  #event .event-list-wrap .txt-wrap {
    margin: 20px 0 0 0;
  }
  #event .event-list-wrap .event-ttl {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
  }
  #event .event-list-wrap .organizer,
  #event .event-list-wrap .place {
    display: block;
    margin-top: 10px;
  }
  #event .event-list-wrap .place {
    margin-left: 0;
  }
}
/* ============================================================
 WHITE PAPER
============================================================ */
#white-paper.en-ttl:before {
  content: "WHITE PAPER";
}
#white-paper .white-paper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -60px;
  margin-left: -2%;
}
#white-paper .white-paper-list > li {
  width: calc((100% / 3) - 2%);
  margin-top: 140px;
  margin-left: 2%;
  background: #F9F9F9;
  border: 10px solid #fff;
  border-radius: 12px;
  position: relative;
}
#white-paper .white-paper-list > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 80px solid #fff;
  border-left: 80px solid #fff;
  border-right: 80px solid transparent;
  border-bottom: 80px solid transparent;
  opacity: 0.5;
}
#white-paper .white-paper-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 10px 60px 10px;
}
#white-paper .white-paper-list .cont {
  position: relative;
  margin-bottom: 20px;
}
#white-paper .white-paper-list .thmb-wrap {
  margin-top: -90px;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
}
#white-paper .white-paper-list .txt-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
#white-paper .white-paper-list .ttl {
  margin-bottom: 15px;
  font-size: 2rem;
  text-align: left;
}
#white-paper .white-paper-list .summary {
  line-height: 1.6;
}
#white-paper .white-paper-list .circle-arrow-link {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
#white-paper .white-paper-list .circle-arrow-link p {
  font-size: 1.3rem;
}
#white-paper .white-paper-list .circle-arrow-link p:after {
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  #white-paper .white-paper-list {
    display: block;
    margin-top: -30px;
    margin-left: 0;
  }
  #white-paper .white-paper-list > li {
    display: none;
  }
  #white-paper .white-paper-list > li:nth-child(1),
  #white-paper .white-paper-list > li:nth-child(2),
  #white-paper .white-paper-list > li:nth-child(3) {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #white-paper .white-paper-list a {
    padding: 0 10px 30px 10px;
  }
  #white-paper .white-paper-list .ttl {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  #white-paper .white-paper-list .circle-arrow-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
/* ============================================================
 NEWS
============================================================ */
#news.en-ttl:before {
  content: "NEWS";
}
#news .news-list {
  border-top: 1px solid #DEDEDE;
}
#news .news-list > li {
  border-bottom: 1px solid #DEDEDE;
}
#news .news-list a {
  display: block;
  padding: 20px;
}
#news .news-list a:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 69, 136, 0.15);
          box-shadow: 0 0 25px rgba(0, 69, 136, 0.15);
}
#news .news-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .news-list dt {
  width: 14em;
}
#news .news-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#news .date {
  white-space: nowrap;
}
#news .news-ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
#news .summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
  max-height: 3.5em;
}
@media screen and (max-width: 767px) {
  #news .news-list a {
    display: block;
    padding: 15px 0;
  }
  #news .news-list dl {
    display: block;
  }
  #news .news-list dt {
    width: 100%;
  }
  #news .news-ttl {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
  }
  #news .summary {
    -webkit-line-clamp: 3;
    max-height: 5.5em;
  }
}
