<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* ==========================================================================
Standard Setting
========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: white;
  color: black;
  font-family: "Lucida Grande","Lucida Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","MS Pゴシック", "MS P Gothic",Helvetica,Arial,sans-serif;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.8;
  min-width: 960px;
}

img {
  max-width: 100%;
  height: auto;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited  {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #089e79;
  text-decoration: none;
}

a.-blockLink {
  display: block;
}

a.-blockLink:hover {
  color: #089e79;
  text-decoration: underline;
}

a:active {
  color: #33b086;
  text-decoration: none;
}

a img:hover,
a:hover img,
button:hover {
  filter: alpha(opacity=75);
  opacity: .75;
}

::selection {
  background: #43bcce;
  color: black;
}

::-moz-selection {
  background: #43bcce;
  color: black;
}

ol, ul {
  list-style: none;
}

hr {
  visibility: hidden;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

.-inlineLink:link {
  color: #3500ee;
  text-decoration: underline;
}

.-inheritColor,
.-inheritColor:link {
  color: inherit;
}

.-break {
  display: block;
}

.-breakAuto {
  display: inline-block;
}

.-bold {
  font-weight: bold;
  line-height: 21px;
}

.-vanish {
  display: none;
}
/*
.-gotoTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  z-index: 1000;
}

.-gotoTop a {
  padding-left: 44px;
}

.-gotoTop a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 22px solid transparent;
  border-bottom: 28px solid rgba(0,0,0,.5);
}
*/

.-gotoTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 88px;
  height: 88px;
  overflow: hidden;
  z-index: 1000;
}

.-gotoTop a {
  padding-left: 88px;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 88px;
}

.-gotoTop a::before {
  position: absolute;
  bottom: 44px;
  left: 22px;
  content: "";
  border: 22px solid transparent;
  border-bottom: 22px solid rgba(255,255,255,.8);
}

.-gotoTop a::after {
  position: absolute;
  bottom: 22px;
  left: 35px;
  content: "";
  width: 18px;
  height: 22px;
  background-color: rgba(255,255,255,.8);
}


/* ==========================================================================
Layout
========================================================================== */
.l-gHeader_content,
.l-hero_content,
.l-sec_content,
.l-gFooter_content {
  position: relative;
  width: 960px;
  margin:  0 auto;
  padding: 10px;
}

.l-gHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 960px;
  height: 160px;
  background-color: rgba(255,255,255,.95);
}

.l-gHeader_content_row:first-child {
  display: table;
  border-bottom: 26px solid #fffa3f;
  padding-bottom: 5px;
  width: 100%;
  height: 80px;
}

.l-gHeader_content_row:last-child {
  border-bottom: 6px solid #fffc8d;
}

.l-hero {
  position: relative;
  width: 100%;
  padding-top: 150px;
}

.l-sec {
  margin-top: -100px;
  padding-top: 200px;
}

.l-gFooter {
  background-color: #fffa3f;
  height: 200px;
  width: 100%;
  margin-top: 10px;
}


/* ==========================================================================
Module
========================================================================== */
.siteId {
  width: 270px;
  height: 72px;
  display: table-cell;
  vertical-align: bottom;
}

.siteId img {
  vertical-align: bottom;
}

.slogan {
  display: table-cell;
  font-size: 11px;
  padding-left: 20px;
  vertical-align: bottom;
  line-height: 13px;
  color: #666;
}

.headerContact {
  font-size: 11px;
  line-height: 1.6;
}

.gNav {
  text-align: center;
  height: 30px;
}

.gNav_item {
  display: inline-block;
  padding: 0 30px;
  font-size: 17px;
}

.heroContent {
  border-bottom: 6px solid #fffc8d;
  padding-bottom: 5px;
  overflow: hidden;  
}

.heroContent_main {
  width: 630px;
  height: 300px;
  float: left;
}

.heroContent_sub {
  display: block;
  width: 300px;
  height: 300px;
  float: right;
  position: relative;
}

.heroContent_sub img {
  width: 300px;
}

.heroBlogNotes {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-decoration: underline;
  background-color: white;
  
}

.lsHeading {
  position: relative;
}

.lsHeading::after {
  position: absolute;
  width: 180px;
  height: 100px;
  top: 0;
  right: 304px;
  content: '';
  background: url("/genepathy/img/lsHeading_illust.svg") no-repeat ;
}

.content_heading {
  font-size: 47px;
  font-weight: bold;
  border-left: 8px solid #e60012;
  padding-left: 10px;
  line-height: 50px;
}

.content_heading2 {
  font-size: 17px;
  font-weight: bold;
  border-left: 6px solid #e60012;
  padding-left: 5px;
  line-height: 30px;
  margin-bottom: 5px;
}

.content_headingCopy {
  padding-left: 14px;
  font-size: 21px;
  display: block;
}

.content_description {
  margin-top: 20px;
  padding: 20px;
  width: 630px;
  background-color: #fffc8d;
}

.content::after {
  content: '';
  background-image: url("/genepathy/img/ls_img@2x.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 420px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.marketingMix_flow {
  background-color: #fffa3f;
  height: 550px;
  margin-top: -30px;
}

.marketingMix_flow_heading {
  position: absolute;
  top: 470px;
  font-size: 47px;
  font-weight: bold;
  -webkit-transform : rotate(-90deg);
	-ms-transform : rotate(-90deg);
  transform: rotate(-90deg);
	-webkit-transform-origin : left top;
	-ms-transform-origin : left top;
  transform-origin: left top;
}

.marketingMix_flow_list {
  padding-left: 80px;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.marketingMix_flow_list li {
  display: table-cell;
  padding: 10px;
  position: relative;
}

.marketingMix_flow_list li::after {
  content: '';
  font-size: 39px;
  font-style: italic;
  text-align: center;
  padding: 0 10px 20px 0;
  width: 50px;
  height: 40px;
  border: 2px solid black;
  border-radius: 80px;
  position: absolute;
  background-color: rgba(255,255,255,.5);
  right: 0;
  top: 0;
}

.marketingMix_flow_list li:first-child::after {
  content: '1';
}

.marketingMix_flow_list li:nth-child(2)::after {
  content: '2';
}

.marketingMix_flow_list li:nth-child(3)::after {
  content: '3';
}

.marketingMix_flow_list li:nth-child(4)::after {
  content: '4';
}

.marketingMix_flow_list_ttl {
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  border-left: 4px solid #e60012;
  padding-left: 4px;
  line-height: 11px;
}

.marketingMix_flow_list_ttlCopy {
  padding-left: 6px;
  font-size: 11px;
  font-style: normal;
  line-height: 11px;
  display: block;
  margin-bottom: 10px;
}

.marketingMix_flow_list li p {
  margin-top: 5px;
}

.contentBeta {
  overflow: hidden;
  margin-top: -30px;
}

.contentBeta_list {
  width: 630px;
  overflow: hidden;
  float: left;
}

.contentBeta_list li {
  margin-bottom: 30px;
  height: 470px;
  margin-top: -160px;
  padding-top: 160px;
  overflow: hidden;
}

.contentBeta_list_image {
  float: left;
  width: 270px;
  height: 270px;
}

.contentBeta_list_description {
  margin-left: 280px; 
}

.contentBeta_list_dec {
  border-left: 4px solid #e60012;
}

.contentBeta_list_ttl {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  padding-left: 8px;
  vertical-align: top;
}

.contentBeta_list_ttlCopy {
  padding-left: 8px;
  font-size: 21px;
  font-style: normal;
  line-height: 21px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: .4em;
}

.contentBeta_list .-font17,
.contentBeta_list .-font13 {
  margin: 0 10px;
}

.contentBeta_list_link {
  margin-top: 10px;
}

.contentBeta_list_link a {
  background: #fffc8d;
  padding: 10px 20px;
}

.contentBeta_list_link a::after {
  content: '';
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: .25em 0 .25em .4em; 
  border-left-color: black;
  position: relative;
  left: 0.5em;
  top: -0.14em;
  display: inline-block;
}

.contentBeta_blog {
  width: 300px;
  float: right;
  border: 2px solid #231815;
  padding: 10px;
}

.contentBeta_blog_heading {
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  padding-left: 8px;
  border-left: 4px solid #e60012;
}

.contentBeta_blog_list {
  margin-top: 10px;
}

.contentBeta_blog_list li {
  display: inline-block;
  width: 135px;
  margin-bottom: 5px;
}

.contentBeta_blog_list li:nth-child(odd) {
  margin-right: 5px;
}

.contentBeta_blog_list_link_date {
  font-size: 11px;
  line-height: 11px;
}

.fNav {
  text-align: center;
}

.fNav li {
  display: inline-block;
  margin: 20px 40px 0;
}

.archiveContent {
  margin-left: 10px;
}

.archiveContent dl dt {
  margin-top: 10px;
  color: #808080;
  font-weight: bold;
  font-size: 13px;
}

.archiveContent dl dd ul li {
  height: auto;
  margin: 0;
  padding: 0; 
}


/* ==========================================================================
Decoration
========================================================================== */
a,
a:hover,
a img,
a img:hover,
button,
button:hover,
a .blockLink,
a:hover .blockLink {
  -webkit-transition: .3s;
  transition: .3s;
}

a:active,
button:active,
a:active .blockLink {
  -webkit-transition: 0;
  transition: 0;
}

.-font17 {
  font-size: 17px;
  padding: 5px 0 10px;
}

.-font13 {
  font-size: 13px;
}

.-font10 {
  font-size: 10px;
}


/* ==========================================================================
Responsive structure
========================================================================== */
@media print {
  l-gHeader {
    position: absolute;
  }
  
  .-gotoTop {
    display: none;
  }
}</pre></body></html>