@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');
body, div, dl, dt, dd, ul, ol, pre, code, form, fieldset, legend, input, button, textarea, select, blockquote, th, td, figure {
	margin: 0;
	padding: 0
}
html {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-text-size-adjust: 100%;
}
button:focus, 
a:focus, *:focus {
    outline: none;
}
embed, iframe, object, video {
    border: medium none;
    max-width: 100%;
    margin: 1.25em auto;
    vertical-align: middle;
}
body, html {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*font-family: "Yu Gothic Medium","游ゴシック Medium","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;*/
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 15px;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    border-radius: 0;
}
.cf:before, .cf:after {
	content: "";
	display: table
}
.cf:after {
	clear: both
}
.cf {
	zoom: 1
}
/* 背景グラデーションアニメ
body {
    background: linear-gradient(-45deg, #f2f2f2, #eeeeee, #ffffff, #f9f9f9);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}*/
.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #fff 50%, #f2f2f2 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}
@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
* {
	outline: none;
	box-sizing: border-box
}
.home .site-content {
	padding: 0;
}
#wrapper-iid {
	background:#F96676 url('/base/images/phil_bg.jpg') no-repeat 20% center;
	background-size: auto 170%;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 30px;
	min-height: 400px;
}
#wrapper-iid.wrapper-all {
	background:#8c212d url('/base/images/iid_bg.jpg') no-repeat center center;
	background-size: 2000px auto;
}
#wrapper-iid.wrapper-products {
	background:#172447 url('/base/images/phproduct_bg.jpg') no-repeat center center;
	background-size: 1600px auto;
}
#wrapper-iid.wrapper-bigdata {
	background:#277FFA url('/base/images/bigdata_bg.jpg?02') no-repeat center center;
	background-size: 2000px auto;
}
#wrapper-iid.wrapper-ma {
	background:#000000 url('/base/images/ma_bg.jpg') no-repeat center center;
	background-size: 1600px auto;
	display: table;
}
#wrapper-iid.wrapper-media {
	background:#000000 url('/base/images/media_bg.jpg') no-repeat center center;
	background-size: 1600px auto;
	display: table;
}
#wrapper-iid .inner {
    color: #fff;
    margin: 0 auto;
    max-width: 700px;
    padding: 0 5%;
    width: 90%;
}
#wrapper-iid.wrapper-ma .inner, #wrapper-iid.wrapper-media .inner {
	vertical-align: middle;
    display: table-cell;
	text-align: center;
	height: 300px;
}
.bt-download-all {
	background-color: #4c4c4c;
    color: #fff;
	font-weight: bolder;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 280px;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	position: relative;
	margin: 0 auto 30px;
	transition-duration: 0.3s;
}
.wrapper-all .bt-download-all {
	background-color: #000;
}
.bt-download-all:hover {
	background-color: #c50018;
	box-shadow: none;
	color: #fff;
	transition-duration: 0.3s;
}
.wrapper-all .bt-download-all:hover {
	background-color: #999;
}
#media {
	margin: 0 auto;
    width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.siteList {
	background-color: rgba(0,0,0,0.4);
	padding: 10vh 0;
}
#movie .ttl, 
#person .ttl, 
#wrapper-iid .ttl, 
#media .ttl {
	font-family: "Josefin Sans",sans-serif;
    font-size: 50px;
	font-weight: bolder;
    margin: 0 auto;
	padding: 50px 0 30px;
    text-align: center;
}
#movie .ttl, 
#person .ttl {
	font-size: 70px;
}
#media .siteList .ttl {
	color: #fff;
}
#wrapper-iid .ttl.jp {
    font-size: 2.5em;
}
.ttl .subtxt {
	font-size: 15px;
	display: block;
	color: #c50018;
}
.entry-content ul {
    margin-left: 0;
}
.listCol3 {
	display: flex;
    flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.products {
	margin-top: 40px;
}
.listCol3 .item {
	background-color: #fff;
	display: inline-block;
	width: 29%;
	margin: 0 2% 44px;
	position: relative;
	padding-bottom: 90px;
}
.listCol3 .item .media-img {
    position: relative;
    widows: 100%;
    padding-bottom: 58%;
    height: 0px;
    display: block;
    overflow: hidden;
}
.listCol3 .item .media-img img {
    float: none;
    margin: auto;
    max-width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition-duration: 0.3s;
}
.products .item {
	padding-bottom: 50px;
}
.listCol3 .item .link {
    bottom: 40px;
    display: block;
    font-size: 16px;
	color: #c50018;
    margin: 14px auto 10px;
    position: absolute;
    text-align: center;
    width: 100%;
	font-family: "Josefin Sans",sans-serif;
}
.listCol3 .item .link:hover {
	text-decoration: underline;
}
.listCol3 .item .info-txt {
	line-height: 1.4;
	font-size: 14px;
	width: 92%;
	margin: 0 auto;
	color: #333;
}
#en .listCol3 .item .info-txt, 
#en .listCol3 .item .link {
	font-size: 18px;
	line-height: 1.3em;
}
.listCol3 .item a:hover, 
.listCol3 .item a:focus {
	text-decoration: none;
	box-shadow: none;
}
.listCol3 .item .bt-download {
	background-color: #4c4c4c;
	color: #fff;
	font-weight: bolder;
	font-size: 15px;
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 34px;
	line-height: 34px;
	transition-duration: 0.3s;
}
.listCol3 .item .bt-download:hover {
	background-color: #c50018;
	transition-duration: 0.3s;
}
.ico-download {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 4px;
	background-image: url("base/images/common/icon-download.png");
	background-position: center center;
	background-size: 22px auto;
	background-repeat: no-repeat;
	width: 30px;
	height: 25px;
}
.bt-download-all .ico-download {
    top: 8px;
}
.listCol3 .item .media-logo {
	width: 40%;
	margin: 5px auto 0;
	display: block;
}
.listCol3 .item .item-ttl {
	font-size: 1.2rem;
	margin: 20px auto 15px;
    width: 92%;
	display: block;
}
.listCol3 .item .item-ttl a {
	color: #333;
}
.listCol3 .item .item-ttl a:hover {
	color: #006eb8;
	box-shadow: 0 0 0 currentcolor inset, 0 1px 0 currentcolor;
}
.listCol3 .item .media-logo.s {
	width: 30%;
}
.listCol3 .item .media-logo img {
	width: 100%;
}
/* M & A */
.title {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 10px;
    font-size: 1.6em;
    font-weight: 600;
}
.title .point {
	display: block;
	width: 140px;
	margin: 0 auto 10px;
	color: #fff;
	font-size: 0.7em;
	background-color: #333;
	border-radius: 2em;
	padding: 0.2em;
}
#media .bar::after {
    border: 2px solid #C50018;
    content: " ";
    display: block;
    margin: 12px auto 10px;
    width: 80px;
}
.sub-title {
	margin-bottom: 0.5em;
}
.txt-box {
    background-color: #fff;
    padding: 5em 5.5555555556vw;
    margin: 40px auto;
    box-sizing: border-box;
    width: 90%;
	max-width: 1150px;
}
.listCol1 {
	width: 90%;
	max-width: 1150px;
    margin: 0 auto;
}
.listCol1 .item {
	display: table;
	background-color: #fff;
	width: 100%;
	margin: 0 auto 20px;
}
.listCol1 .item:first-child {
	border-top: none;
}
.listCol1 .item .link {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	padding: 1em;
}
.listCol1 .item .figcaption {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
	padding: 30px 30px 30px 0;
	box-sizing: border-box;
}
.listCol1 .item .figcaption p {
	margin-bottom: 0;
}
.listCol1 .item .figcaption .detail {
	font-size: 0.8em;
	display: block;
	color: #999;
	margin-top: 10px;
}
.listCol1 .item .figcaption .item-ttl a {
	font-size: 1.2rem;
	margin-bottom: 10px;
    display: block;
	color: #333;
}
.listCol1 .item .figcaption .item-ttl .company {
	font-size: 0.7em;
}
.QandA {
    text-align: left;
    font-weight: 500;
}
.QandA .QandA_q {
    padding: 10px 0 10px 38px;
}
.QandA .QandA_a {
    padding: 10px 20px 10px 40px;
    background-color: #F2F2F2;
}
.QandA .QandA_q:before, .QandA .QandA_a:before {
    content: "Q.";
    float: left;
    font-weight: bold;
    margin: 0 10px 0 -25px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
	color: #C50018;
}
.QandA .QandA_a:before {
    content: "A.";
}
.entry-content .list-disc {
	margin-left: 25px;
	margin-bottom: 1.75rem;
}
.entry-content .list-disc li {
	position: relative;
	margin-bottom: 0.5em;
}
.entry-content .list-disc li::before {
	position: absolute;
	content: "●";
	margin-left: -20px;
	color: #C50018;
}
/* レイアウト調整 */
.site-content {
    max-width: 100%;
	width: 100%;
}
.content-sidebar .content-area {
	margin: 0;
}
.fl-row-fixed-width {
    max-width: 100%;
}
.fl-row-content-wrap {
    padding: 0;
}
.fl-module-content {
    margin: 0;
}
.taxonomy-description p {
	text-align: left;
}
.taxonomy-description .logo {
	max-width:340px;
	width:70%;
	margin:0 auto;
}
/* --- スライダー --*/
.header {
    margin: 0;
}
#slider {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.75);
}
#slider .slide-wrap {
    position: relative;
}
#slider .bx-viewport {

}
#slider .bxslider {
    margin-top: 0;
    min-height: 264px;
}
#slider .bxslider li {
    float: left;
    display: none;
}
#slider .bx-viewport .bxslider li {
    display: block !important;
}
#slider .bxslider li a {
    text-decoration: none;
    color: #444;
}
.bxslider li .eyecatch {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}
.bxslider li .eyecatch img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
	transition-duration: 0.3s;
}
.bxslider li a:hover .eyecatch img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}
.bxslider li .figcaption .txt {
    padding: 10px;
	position: relative;
}
.bxslider li .figcaption .txt .ttl {
	font-size: 1em;
    font-weight: 800;
    line-height: 1.4em;
    vertical-align: middle;
    position: absolute;
	background-color: #fff;
    /*background:linear-gradient(135deg, transparent 20px, #fff 20px);
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;*/
    padding: 3.5% 5%;
    width: 90%;
    box-sizing: border-box;
    bottom: 0;
    display: block;
    left: 5%;
	transition-duration: 0.3s;
}
.bxslider li a:hover .figcaption .txt .ttl {
	background-color: #c50018;
	/*background:linear-gradient(135deg, transparent 20px, #c50018 20px);*/
	color: #fff;
	transition-duration: 0.3s;
}
.bx-pager {
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
.bx-pager-item {
    margin: 0 5px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: inline-block;
    overflow: hidden;
    background: #c50018;
    text-indent: -100px;
}
.bx-pager-item a {
    background-color: #ccc;
    display: block;
}
.bx-pager-item a {
    display: block;
}
.bx-pager-item a.active {
    opacity: 0;
}
.bx-pager-item a:hover {
    opacity: 0.3;
}
.bx-controls .bx-controls-direction {
    font-size: 0;
}
.bx-controls-direction a {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 10;
    background-color: #c50018;
    top: 50%;
    margin-top: -30px;
}
a.bx-prev {
    left: 0;
    text-align: right;
    font-size: 0;
}
a.bx-next {
    right: 0;
    text-align: left;
    font-size: 0;
}
.bx-prev:after, .bx-next:after {
    bottom: 0;
    content: "";
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.bx-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 10px;
    right: auto;
}
/*--- テーブルレイアウト --*/
table.brwsr {
	background: #fff;
    margin: 2em auto;
    width: 100%;
	max-width: 1000px;
	border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 20px;
	font-size: 14px;
	line-height: 1.5em;
}
table.brwsr th {
	border: none;
    border-right: solid 1px #666;
    margin: 0;
    color: #333;
    font-weight: bold;
	width: 30%;
	text-align: left;
	padding: 0 20px;
}
table.brwsr td.data {
    padding: 0 20px;
    margin: 0;
    height: 53px;
    border: none;
    color: #666;
    overflow: hidden;
}
table.brwsr td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
	padding: 0;
}
table.brwsr td.bar::after {
	display: none;
}
#form_iframe {
    min-height: 860px;
    width: 100%;
}
/*----　TOPページ　----*/
.getPostDispArea {
	display: flex;
    flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 0;
}
.getPostDispArea .getPostImgArea {
    position: relative;
    widows: 100%;
    padding-bottom: 60%;
    height: 0px;
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: hidden;
}
.getPostDispArea .getPostImgArea img {
    float: none;
    margin: auto;
    max-width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	transition-duration: 0.3s;
}
.getPostDispArea a:hover .getPostImgArea img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.getPostDispArea .getPost {
	background-color: #fff;
	background-size: 40% auto;
	display: inline-block;
	width: 29%;
	margin: 0 2% 44px;
	position: relative;
}
.getPostDispArea .getPost:hover {
	background-color: #c50018;
	transition-duration: 0.3s;
}
.getPostDispArea .getPost .getPostStringArea {
    margin: 14px auto 20px;
    width: 90%;
}
.getPostDispArea .getPost .getPostStringArea .getPostTitle {
	font-size: 1.2em;
	font-weight: 600;
    line-height: 1.4;
	margin-bottom: 0.2em;
	color: #333;
}
.posted-on, 
.getPostDispArea .getPost .getPostStringArea .date {
	font-family: "Josefin Sans",sans-serif;
	color: #c50018;
    font-size: 0.8em;
    letter-spacing: 0.08em;
}
.posted-on {
	font-size: 1em;
}
.post-type-archive-post .entry-content, 
.category .entry-content, 
.getPostDispArea .getPost .getPostStringArea .getPostContent {
	font-size: 0.85em;
	line-height: 1.4;
	color: #888;
	margin-bottom: 20px;
}
.more-link {
	display: inline-block;
    font-style: italic;
    font-weight: bold;
    margin-top: 10px;
}
a.more-link::after {
    content: "»";
}
#form_iframe {
	min-height: 860px;
    width: 100%;
}
.archive .post-thumbnail {
    background-color: #fff;
    display: block;
    float: right;
    height: 120px;
    margin-left: 20px;
    overflow: hidden;
    width: 120px;
}
.archive .wp-post-image {
    float: left;
    margin-left: -46px;
    max-width: 210px;
    padding: 0;
}
.entry-content ul, .entry-content ol{
	margin-left: 24px;
}
.getPostDispArea a:hover .getPostStringArea .getPostTitle, 
.getPostDispArea a:hover .getPostStringArea .date, 
.getPostDispArea a:hover .getPostStringArea .getPostContent {
	color: #fff;
}
.getPostDispArea a:hover {
	text-decoration: none;
}
#concept, .section-black {
    background-color: rgba(0,0,0,0.75);
    color: #fff;
}
#concept .concept-box {
    position: relative;
    padding: 13vh 5.5555555556vw;
    overflow: hidden;
	width: 66.6666666667vw;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	line-height: 2;
}
#concept .concept-ttl {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.5em;
	font-size: 3vw;
}
#concept .concept-ttl .logo {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    width: 70%;
    max-width: 360px;
    margin: 0 auto 0.2em;
}
.talk-box, .concept-box {
    position: relative;
    padding: 10vh 5.5555555556vw;
    overflow: hidden;
}
/*記事ページ*/
#en .container {
	max-width: 900px;
	margin: 30px auto;
	display: block;
}
.site-main {
	max-width: 1150px;
	margin: 20px auto;
	display: block;
}
.error-404 {
	margin-top: 80px;
}
.no-results {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.post-wrapper {
	padding: 10vh 5.5555555556vw 8vh;
}
.post-template-default .post-wrapper .entry-content h2 {
    margin: 2rem 0 1rem;
    border-left: 8px solid #C50018;
    padding: 3px 0 3px 8px;
	overflow: hidden;
}
.post-template-default .post-wrapper .entry-content h2::after {
    border-bottom: 1px solid #e6e6e6;
}

.post-template-default .post-wrapper .entry-content h2 span, 
.post-template-default .post-wrapper .entry-content h3 span, 
.post-template-default .post-wrapper .entry-content h4 span, 
.post-template-default .post-wrapper .entry-content h5 span {
	padding-top: 100px;
}
.btn--entry {
    margin: 10px auto;
    width: 100%;
	max-width: 400px;
    height: 60px;
    text-align: center;
}
.entry-content .btn--entry a {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    background: #c50018;
    box-shadow: 0 5px 0 0 #9d0000;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
}
.entry-content .btn--entry a:hover, .entry-content .btn--entry a:active {
    top:3px;
	box-shadow: 0 2px 0 0 #9d0000;
}
.wp-block-image {
    max-width: 640px;
	margin: 0 auto 1.75rem;
	text-align: center;
}
.wp-block-image.full {
    max-width: 100%;
}
/* インタビュー */
.interview #toc_container {
	display: none;
}
.interview .page-header {
	padding: 0;
	position: relative;
	overflow: hidden;
    display: block;
	max-width: 100%;
	width: 100%;
	margin-bottom: 5.5555555556vw;
}
.interview #mainImg {
    margin: 0 auto;
    width: 100%;
    padding-top: 52%;
    text-align: left;
    position: relative;
}
.interview #mainImg img {
    top: -2%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.interview .page-header .title {
    position: absolute;
    left: 0;
    bottom: 0;
	text-align: left;
	padding: 0;
}
.interview .page-header .title .catch {
    background-color: #fff;
	font-size: 5vw;
	font-weight: normal;
	line-height: 1.1em;
	font-style: italic;
	padding: 0.2em 0.4em;
	margin-bottom: 0;
}
.interview .page-header .title .person {
    background-color: #fff;
	font-size: 4vw;
	font-weight: normal;
	line-height: 1.4em;
	padding: 0.3em 0.6em 0.5em;
	display: inline-block;
	margin-bottom: 0;
}
.interview .page-header .title .person .en {
	font-size: 0.4em;
    display: block;
    margin-left: 0.25em;
    line-height: 1.2em;
}
.interview .page-header .title .person .job {
	font-size: 0.3em;
    display: block;
	margin-top: 2em;
	margin-left: 0.25em;
    line-height: 1.2em;
	color: #666;
}
.interview .contents-group {
	padding: 0 10vw;
	margin: 0 auto 5em;
	margin-bottom: 5.5555555556vw;
}
.interview .layout-2col .contents-group {
	padding-top: 7em;
	padding-bottom: 7em;
}
.interview h3 {
    font-size: 40px;
    font-size: 4vw;
    font-style: italic;
	font-family: "Josefin Sans",sans-serif;
	font-weight: normal;
	letter-spacing: 0.02em;
	margin-top: 1em;
}
.interview p {
    line-height: 2;
}
.interview .layout-2col>div {
    position: relative;
    width: 50%;
}
.interview .layout-2col .half-imgpanel {
    position: relative;
    width: 50%;
	overflow: hidden;
}
.interview .layout-2col .half-imgpanel img {
    position: absolute;
    left: 0;
    top: 0;
	right: 0;
	margin: auto;
}
.profile {
    padding: 11.1111111111vw 0 0;
    border-top: 1px solid #ddd;
}
.profile .phL {
    width: 60%;
    display: block;
    margin: 0 auto 3vw;
}
.profile .name {
    font-size: 2em;
    margin-bottom: 0;
    line-height: 1em;
    margin: 20px 0 10px;
}
.profile .name span {
    font-size: 0.4em;
    color: #666;
    margin-left: 10px;
    display: inline-block;
    letter-spacing: normal;
}
.profile p {
    font-size: 14px;
    margin-bottom: 2em;
}
.profile .info-list {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    line-height: 2;
    position: relative;
    color: #444;
}
.profile .info-list .item {
    list-style: none;
    line-height: 1.4em;
    margin-bottom: 10px;
	position: relative;
}
.profile .info-list .item::before {
    content: " › ";
    width: 10px;
    position: absolute;
    left: -10px;
    font-size: 1.2em;
    line-height: 1em;
    color: #777;
}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#archive-list {
	margin: 5.5555555556vw 0 11.1111111111vw;
	position: relative;
}
#archive-list .journal-header {
    padding: 0 10vw 3vw;
}
#archive-list h3 {
    font-size: 40px;
    font-size: 4vw;
    font-style: italic;
    font-family: "Josefin Sans",sans-serif;
    font-weight: normal;
	white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
	margin-right: 3vw;
	margin-bottom: 0;
}
#archive-list .hr {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: auto;
}
#archive-list .bx-wrapper {
	max-width: max-content;
	position: relative;
}
.swiper-wrapper li {
    float: left;
	max-width: 290px;
	margin: 0 0 0 40em;
	margin: 0 0 0 4vw;
	list-style: none;
}
.swiper-wrapper li:nth-child(-n+2) {
	opacity: 1;
}
.swiper-wrapper li a {
	color: #333;
}
.swiper-wrapper li a:hover {
	text-decoration: none;
}
.jourunal-ttl p.catch {
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-style: italic;
    font-size: 1em;
}
.jourunal-ttl .data {
    font-size: 12px;
    color: #666;
}
.jourunal-ttl h4 {
    font-size: 2em;
    line-height: 1.4;
	font-weight: normal;
	margin-bottom: 0;
}
/* 特集 */
#person .journal-header {
    font-size: 80px;
    font-size: 8rem;
    font-size: 6vw;
}
#person .swiper-wrapper {
	display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
	width: 90%;
    margin: 20vh auto 40px;
    padding: 0;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#person .swiper-wrapper li {
    display: inline-block;
    width: 40%;
    max-width: 40%;
    margin: 0 5% 44px;
    position: relative;
    padding-bottom: 160px;
    float: none;
}
#person .swiper-wrapper li:nth-child(odd){
	margin-top: -20vh;
}
#person .swiper-wrapper li:nth-child(even){
	padding-top: 10vh;
}
#person .swiper-wrapper li a .jourunal-ttl {
	background-color: #fff;
	margin-top: -20px;
	margin-left: 0;
	width: 80%;
	position: absolute;
	padding: 1.75rem 1vw 0;
	transition-duration: 0.3s;
}
#person .swiper-wrapper li a:hover .jourunal-ttl {
	background-color: #c50018;
	color: #fff;
}
#person .swiper-wrapper li a:hover .jourunal-ttl .data {
	color: #fff;
}
.view {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 2em;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.view iframe, .view .player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	margin: 0;
}
.media-wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-bottom: 5.555555555vh;
}
.media-wrap .media-logo {
	display: inline-block;
    position: relative;
    overflow: hidden;
    width: 20%;
}
.imgWrap {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding-bottom: 50%;
    height: 0px;
    position: relative;
    overflow: hidden;
    display: block;
    transition-duration: 0.3s;
}
.imgWrap:hover {
	background-color: #fff;
	transition-duration: 0.3s;
}
.imgWrap img {
    display: block;
    transition-duration: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 80%;
	max-width: 220px;
    z-index: 1;
}
/* 営業 */
.interview .schedule {
    margin-bottom: 0;
}
.schedule-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -6%;
}
.schedule-list .item {
    display: inline-block;
    margin: 0 0 5.5555555556vw 6%;
    width: 27.333%;
    word-spacing: normal;
    position: relative
}
.schedule-list .item .time {
	background-color: #fff;
	position: absolute;
	top: -1px;
	left: -1px;
	color: #888;
    font-size: 1.8em;
    font-style: italic;
	font-weight: 500;
    padding: 0 0.4em;
}
.jourunal-ttl {
    padding: 1em 0;
}
.schedule-list .item .title {
    font-size: 1.3em;
	font-weight: 500;
    line-height: 1.6;
	padding: 0.4em 0 0.5em;
	text-align: left;
	color: #000;
}
.schedule-list .item .txt {
    font-size: 14px;
    line-height: 1.8;
}
/* ボタン */
.entry-content .btn {
	border: none;
	cursor: pointer;
	padding: 8px 0 6px;
	display: block;
	margin: 0 auto 20px;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #c50018;
	border-radius: 30px;
	color: #fff;
	box-shadow: 0 6px #960F0E;
	overflow: hidden;
	text-align: center;
	max-width: 380px;
	width: 60%;
}
.entry-content .btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.entry-content .btn:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.entry-content .btn:hover {
	box-shadow: 0 4px #960F0E;
	top: 2px;
	text-decoration: none;
}
.entry-content .btn:active {
	box-shadow: 0 0 #960F0E;
	top: 6px;
	text-decoration: none;
}
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 40px);
    transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/*マテリアルアイコン*/
.material-icons {
	vertical-align: middle;
}
.material-icons.pdf {
	color: #DA251C;
}
/*フッター*/
.common-link-nav .item {
    display: inline-block;
    padding-bottom: 10px;
}
.common-link-nav .item a {
	color: #333;
}
.common-link-nav .item a:hover {
	text-decoration: underline;
}
.common-link-nav .item::after {
    color: #666;
    content: " ｜ ";
}
.common-link-nav .item:last-child::after {
    content: "";
}
/*記事*/
.entry-title {
    font-size: 2em;
	font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.04em;
}
.widget_recent_entries a, 
.entry-content a {
    color: #006eb8;
	text-decoration: underline;
}
.widget_recent_entries a:hover, 
.entry-content a:hover {
	text-decoration: none;
}
.entry-footer a {
    padding: 0.2em 1em;
    background: #fff;
    color: #333;
    font-size: 0.85em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 18px;
    border: 1px solid #999;
    display: inline-block;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
}
.entry-footer a:hover {
    background: #c50018;
    color: #fff;
    border: 1px solid #c50018;
}
.entry-footer>span {
    margin-bottom: 1em;
}
/*パンくず*/
#breadcrumb {
    box-sizing: border-box;
    margin: 20px auto;
    font-size: 0.85em;
	width: 90%;
	max-width: 1150px;
}
#breadcrumb ol li {
    display: inline-block
}
#breadcrumb ol li::after {
    content: " › ";
    color: #000;
    margin: 0 5px
}
#breadcrumb ol li:last-child::after {
	content: none;
}
#breadcrumb ol li a {
	color: #999;
	cursor: pointer
}
#page_top{
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0.9;
	z-index: 10000;
}
#page_top a{
	border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 0;
    margin: auto;
    padding: 0;
	display: block;
	position: relative;
}
#page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 2px 0 0 2px;
	content: '';
}
@media screen and (max-width : 767px) {
body{
	font-size: 14px;
}
.site-description {
    font-size: 0.7em;
    letter-spacing: -0.02em;
    width: 98%;
}
#wrapper-iid {
	background-position: center center;
	background-size: 150% auto;
	padding: 10px 0 10px;
}
#wrapper-iid.wrapper-all, 
#wrapper-iid.wrapper-bigdata, 
#wrapper-iid.wrapper-products {
	background-size: auto 100%;
}
#wrapper-iid.wrapper-ma {
	background-size: auto 120%;
}
#wrapper-iid.wrapper-media {
	background-position: -180px top;
	background-size: auto 100%;
}
#movie .ttl, 
#person .ttl,
#wrapper-iid .ttl, 
#media .ttl {
    font-size: 34px;
	padding: 40px 0 20px;
	letter-spacing: -0.01em;
}
#movie .ttl, 
#person .ttl {
	font-size: 40px;
}
#wrapper-iid .ttl.jp {
    font-size: 2em;
}
.listCol3 .item {
	width: 100%;
	margin: 0 0 20px;
}
/*----　TOPページ　----*/
.getPostDispArea, .listCol3 {
    width: 90%;
}
.getPostDispArea .getPost .getPostStringArea .getPostTitle {
	font-size: 1em;
}
.getPostDispArea .getPost .getPostStringArea .getPostContent {
	display: none;
}
.bt-download-all {
    height: 40px;
    line-height: 40px;
}
.siteList {
    padding: 20px 0 1px;
}
.ttl .subtxt {
    font-size: 12px;
}
.getPostDispArea .getPostImgArea {
    padding-bottom: 52%;
}
.common-link-nav .item::after {
    content: "";
}
.common-link-nav .item {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
	display: block;
}
#colophon .copyright-text p {
    padding-top: 10px;
}
#concept .concept-box {
    padding: 8vh 0;
	width: auto;
    margin: 0 8vw;
}
.page-ttl-small {
    font-size: 4rem;
    font-size: 6vw;
}
#concept .concept-ttl {
    margin-bottom: 0.8em;
	font-size: 6vw;
}
#concept .concept-box p {
	line-height: 1.8em;
}
/* M & A */
#wrapper-iid.wrapper-ma .inner {
	text-align: left;
}
.title {
    font-size: 1.2em;
}
.bar::after {
    border: 2px solid #C50018;
    content: " ";
    display: block;
    margin: 12px auto 10px;
    width: 80px;
}
.txt-box {
	width: 100%;
    padding: 1em 3%;
    margin: 40px auto 60px;
}
.listCol1 .item {
	display: block;
	width: 100%;
}
.listCol1 .item .link {
	width: 100%;
	display: block;
}
.listCol1 .item .figcaption {
	width: 100%;
	padding: 0 3% 1em;
	display: block;
}
.listCol1 .item .figcaption .item-ttl a {
	text-align: center;
}
.listCol1 .item .figcaption .item-ttl .company {
	display: block;
}
.listCol3 .item .media-img {
    padding-bottom: 52%;
}
#media .listCol3 .item .media-img img {
	bottom: auto;
}
/*--- インタビュー --*/
.schedule-list {
	margin-left: 0;
    margin-top: 5.5555555556vw
}
.schedule-list .item .time {
    font-size: 1.6em
}
.schedule-list .item {
    display: block;
    margin: 0 0 5.5555555556vw;
    width: 100%;
}
/*--- テーブルレイアウト --*/
table.brwsr {
    border-spacing: 0 10px;
}
table.brwsr th, 
table.brwsr td.data {
	padding: 0 10px;
}
/*--　基本パーツ --*/
.getPostDispArea .getPost {
	width: 100%;
	margin: 0 0 20px;
}
.entry-content .btn {
	padding: 8px 0 6px;
	display: block;
	max-width: 320px;
	width: 80%;
	font-size: 16px;
}
.btn--entry {
    height: 50px;
}
.btn--entry a {
    font-size: 18px;
    line-height: 50px;
}
.widget_categories ul{
	font-size: 0;	
}
.widget_categories ul li{
	display: inline-block;
    width: 50%;
    font-size: 15px;
}
#form_iframe.en_iframe {
	min-height: 1160px;
}
/*パンくず*/
#breadcrumb {
    white-space: nowrap;
    font-size: 0.75em;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}
/* インタビュー */
.interview #mainImg {
    padding-top: 120%;
}
.interview #mainImg img {
    left: -50%;
    width: 200%;
    max-width: 200%;
}
.interview .page-header .title .catch {
    font-size: 7vw;
    padding: 0.4em 0.6em 0.3em;
}
.interview .page-header .title .person {
    font-size: 6vw;
}
.interview .page-header .title .person .job {
    margin-top: 1em;
}
.interview .page-header .title .person .en {
	font-size: 0.6em;
}
.interview .page-header .title .person .job {
	font-size: 0.5em;
}
.interview h3 {
    margin-bottom: .2em;
	margin-top: 0;
	font-size: 2rem;
}
.layout-2col.flex {
    display: block;
}
.interview .contents-group, 
.interview .layout-2col .contents-group {
    padding: 0 8vw;
	margin: 3em auto;
}
.interview .layout-2col>div, 
.interview .layout-2col .half-imgpanel {
    width: 100%;
}
.interview .layout-2col .half-imgpanel img {
    position: relative;
}
#archive-list .hr {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
}
#archive-list .journal-header {
    height: auto;
    padding: 4vh 5.5555555556vw 1vh;
    margin: 0;
}
#archive-list h3 {
    font-size: 3rem;
    font-size: 8vw;
	margin: 0 auto;
}
.swiper-wrapper li {
    max-width: 240px;
	margin: 0 0 0 6vw;
}
#archive-list .bx-pager {
    bottom: 0;
}
/*記事*/
.entry-title {
    font-size: 1.4em;
}
/* 特集 */
#person .swiper-wrapper {
    width: 100%;
	margin-bottom: 0;
}
#person .swiper-wrapper li {
    width: 48%;
    max-width: 48%;
	margin: 0 2% 10px;
}
#person .swiper-wrapper li:nth-child(odd) {
	margin-left: 0;
}
#person .swiper-wrapper li:nth-child(even) {
	margin-right: 0;
	padding-top: 0;
}
#person .swiper-wrapper li a .jourunal-ttl {
	width: 90%;
	padding: 1rem 0.8rem;
}
#person .swiper-wrapper li a .jourunal-ttl p {
	margin-bottom: 0;
}
#person .jourunal-ttl h4 {
	font-size: 1.4rem;
}
#person .jourunal-ttl p.catch {
    font-size: 0.8em;
}
#person .jourunal-ttl .data {
    font-size: 0.8em;
}
.talk-box, .concept-box {
	padding: 5vh 0 0;
}
.media-wrap .media-logo {
    width: 25%;
}
}
@media screen and ( max-width:479px ) {
#form_iframe {
	min-height: 1400px;
}
#form_iframe.en_iframe {
	min-height: 1260px;
}
.media-wrap .media-logo {
    width: 33.33333%;
}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px) {
    .nav-menu {
		padding-right: 50px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
.interview .layout-2col .half-imgpanel img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
	min-width: 700px;
}
}
@media screen and (min-width: 768px) {
#media {
	margin-top: 30px;
}
/* --- スライダー --- */
#slider .slide-wrap {
    width: 800px;
    margin: 0 auto;
}
#slider .bx-viewport {
    overflow: visible !important;
}
.bxslider li .eyecatch {
    padding-top: 460px;
}
.bxslider li .figcaption .txt {
    font-size: 1.4em;
}
.bxslider li .figcaption .txt .ttl {
	font-size: 0.9em;
    width: 86%;
    left: 7%;
}
.bx-controls {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 800px;
    left: 50%;
    margin-left: -400px;
}
.bx-controls-direction {
    max-width: 100%;
    min-width: 800px;
    top: 0;
    position: absolute;
}
.bx-controls-direction a {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 10;
    background-color: rgba(0,0,0,0.4);
    top: 200px;
    margin-top: 0;
}
.bx-controls-direction a:hover {
    background-color: #c50018;
}
a.bx-prev {
    left: -25px;
}
a.bx-next {
    right: -25px;
}
.bx-prev:after, .bx-next:after {
    width: 20px;
    height: 20px;
}
.bx-pager {
    top: 490px;
    bottom: auto;
}
.bx-pager-item {
    margin: 0 7px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}
/*インタビュー*/
.interview .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	min-height: 800px;
	justify-content: space-between;
}
.interview .layout-2col .contents-group {
    margin: auto;
}
.profile {
    padding: 5.5555555556vw 0 0;
}
.profile .phL {
    float: left;
    display: inline-block;
    width: 30%;
    margin: 0 30px 0 0;
}
#page_top a{
	border-radius: 50%;
    height: 68px;
    width: 68px;
}
#page_top a:after {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: -11px;
}
}
@media screen and (min-width: 1160px) {
.view {
    padding-bottom: 0;
    height: 576px;
}
}
/* メニュー */
.nav-menu .icon.menu-item {
    width: 70px;
	height: 50px;
}
.nav-menu .icon.menu-item span {
	font-size: 0;
	display: block;
}
.nav-menu .icon.menu-item span:before {
    top: 32%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.icon-twitter span::before {
    content: "";
	width: 20px;
	height: 20px;
	background-image: url("base/images/common/icon-twitter.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
.icon-twitter:hover span::before {
	background-image: url("base/images/common/icon-twitter_o.png");
}
.icon-facebook span::before {
    content: "";
	width: 20px;
	height: 20px;
	background-image: url("base/images/common/icon-facebook.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
.icon-facebook:hover span::before {
	background-image: url("base/images/common/icon-facebook_o.png");
}
#main-navigation>.wrap {
    max-width: 100%;
}
.nav-menu .menu-item span::after {
    display: block;
    color: #777;
    font-size: 0.5em;
    margin-top: 2px;
	font-weight: 500;
}
.nav-menu .sub-menu .menu-item span::after {
    display: none;
}
@media only screen and (max-width: 1023px){
.nav-menu .menu-item span::after {
    display: inline-block;
	margin-left: 10px;
}
}
@media only screen and (max-width: 767px){
.nav-menu .menu-item span::after {
    font-size: 0.6em;
}
}
.nav-menu .menu-item-14 span::after {
	content: "ホーム";
}
.nav-menu .menu-item-380 span::after {
	content: "媒体資料ダウンロード";
	margin-right: 20px;
}
.nav-menu .menu-item-2653 span::after {
	content: "インタビュー・特集";
}
.nav-menu .menu-item-2636 span::after {
	content: "広告事例";
}
.nav-menu .menu-item-2637 span::after {
	content: "イベント情報";
}
.nav-menu .menu-item-2638 span::after {
	content: "他メディア登壇";
}
/* 英語版 */
#en .link_bt {
    position: absolute;
    top: 0;
    right: 5px;
    background-color: #4c4c4c;
    color: #fff;
    font-weight: bolder;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    border-radius: 0 0 4px 4px;
}