@charset "UTF-8";
/* ===============================================================================
Top CSS
=============================================================================== */
/* mvArea
	======================================== */
#mvArea {
  padding: 220px 0 213px;
}

#mvArea h1 {
  width: 234px;
  margin: 0 auto 28px;
}
#mvArea h1.zh {
  width: 160px;
}

#mvArea p {
  text-align: center;
  font-weight: bold;
  color: #666;
  font-size: 1.458rem;
  line-height: 1.6;
  padding: 0 10px;
}
#mvArea p span {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  #mvArea {
    padding: 264px 0 256px;
  }
  #mvArea h1 {
    width: 280.8px;
    text-align: center;
    margin: 0 auto 34px;
  }
  #mvArea h1.zh {
    width: 200px;
  }
}

/* topNewsArea
	======================================== */
#topNewsArea {
  padding-top: 20px;
  margin-bottom: 54px;
}

#topNewsArea > .inner {
  padding: 0 2.67%;
}

#topNewsArea .headingParts01 {
  margin-bottom: 39px;
}

#topNewsArea .listBlock01 ul {
  margin-bottom: 25px;
}

#topNewsArea .listBlock01 ul a {
  display: block;
}

#topNewsArea .listBlock01 ul a:hover {
  opacity: .7;
  text-decoration: none;
}

#topNewsArea .listBlock01 ul li {
  float: left;
  width: 48.59%;
  margin-top: 25px;
}

#topNewsArea .listBlock01 ul li:nth-child(-n+2) {
  margin-top: 0;
}

#topNewsArea .listBlock01 ul li:nth-child(odd) {
  clear: both;
}

#topNewsArea .listBlock01 ul li:nth-child(even) {
  float: right;
}

#topNewsArea .listBlock01 ul li .image {
  margin-bottom: 10px;
}

#topNewsArea .listBlock01 ul li .image img {
  width: 100%;
  height: auto;
}

#topNewsArea .listBlock01 ul li .date,
#topNewsArea .listBlock01 ul li .text {
  padding: 0 5px;
  font-size: 0.833rem;
  line-height: 1.6;
}

#topNewsArea .listBlock01 .link {
  text-align: center;
}

#topNewsArea .listBlock01 .link a {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.67rem;
  line-height: 1;
  color: #45629f;
  background: url(../img/common/cmn_contents_arrow01.png) no-repeat right center;
  background-size: 12px auto;
  padding-right: 16px;
}

#topNewsArea .listBlock01 .link a:hover {
  opacity: .7;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  #topNewsArea {
    padding-top: 24px;
    margin-bottom: 65px;
  }
  #topNewsArea > .inner {
    padding: 0 5%;
  }
  #topNewsArea .headingParts01 {
    margin-bottom: 47px;
  }
  #topNewsArea .listBlock01 {
    width: 95%;
    margin: 0 auto;
  }
  #topNewsArea .listBlock01 ul {
    margin-bottom: 30px;
  }
  #topNewsArea .listBlock01 ul li {
    width: 48%;
    margin-top: 30px;
  }
  #topNewsArea .listBlock01 ul li .image {
    margin-bottom: 12px;
  }
  #topNewsArea .listBlock01 ul li .date,
  #topNewsArea .listBlock01 ul li .text {
    padding: 0 10px;
  }
  #topNewsArea .listBlock01 .link a {
    background: url(../img/common/cmn_contents_arrow01.png) no-repeat right center;
    background-size: 14px auto;
    padding-right: 19px;
  }
}

/* topBusinessdomainArea
  ======================================== */
#topBusinessdomainArea {
  padding-top: 20px;
  margin-bottom: 50px;
}
#topBusinessdomainArea > .inner {
  padding: 0 2.67%;
}
#topBusinessdomainArea .headingParts01 {
  margin-bottom: 30px;
}
#topBusinessdomainArea .businessdomainBlock {
  padding: 0 2.67%;
}
#topBusinessdomainArea .businessdomainTitle {
  font-size: 16px;
  color: #45629f;
  font-weight: bold;
}
#topBusinessdomainArea .businessdomainTitle span {
  font-size: 14px;
  font-weight: normal;
}
#topBusinessdomainArea .businessdomainTitleSub {
  font-size: 14px;
  color: #45629f;
  font-weight: bold;
  padding-left: 1em;
  margin-top: 10px;
}
#topBusinessdomainArea .businessdomainText {
  margin: 10px 0 0 1em;
}
#topBusinessdomainArea .businessdomainText li {
  list-style-type: "■";
}
#topBusinessdomainArea .businessdomainVisu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 30px;
}
#topBusinessdomainArea .businessdomainVisu figure {
  width: 25%;
  margin: 0 3.5% 10px;
}
#topBusinessdomainArea .businessdomainVisu .thumb {
  width: 100%;
  border-radius: 50%;
}
#topBusinessdomainArea .businessdomainVisu figcaption {
  text-align: center;
  margin: 5px 0 0;
}
#topBusinessdomainArea .businessdomainVisu figure:nth-last-of-type(-n+3) figcaption{
  margin-bottom: 0;
}
#topBusinessdomainArea .businessdomainVisu a figcaption {
  text-decoration: underline;
  font-weight: bold;
  color: #45629f;
}
#topBusinessdomainArea .businessdomainVisu figure .instagram {
  display: block;
  width: 30px;
  margin: 10px auto 0;
}
#topBusinessdomainArea .businessdomainLink {
  text-align: center;
  margin: 0 0 30px;
}
#topBusinessdomainArea .businessdomainLink a {
  font-size: 16px;
  line-height: 1;
  color: #45629f;
  text-decoration: underline;
}
#topBusinessdomainArea .blog {
  margin-top: 60px;
}
#topBusinessdomainArea .blog a img {
  width: 100%;
  height: auto;
}
#topBusinessdomainArea .bannerArea {
  padding: 0 2.67%;
}
@media screen and (min-width: 769px) {
  #topBusinessdomainArea {
    padding-top: 24px;
    margin-bottom: 65px;
  }
  #topBusinessdomainArea > .inner {
    padding: 0 5%;
  }
  #topBusinessdomainArea .headingParts01 {
    margin-bottom: 32px;
  }
  #topBusinessdomainArea .businessdomainBlock {
    padding: 0 2.5%;
  }
  #topBusinessdomainArea .businessdomainTitle {
    font-size: 18px;
  }
  #topBusinessdomainArea .businessdomainTitle span {
    font-size: 16px;
  }
  #topBusinessdomainArea .businessdomainTitleSub {
    font-size: 16px;
  }
  #topBusinessdomainArea .businessdomainText {
    margin: 10px 0 0 1em;
  }
  #topBusinessdomainArea .businessdomainText li {
    line-height: 2;
  }
  #topBusinessdomainArea .businessdomainVisu {
    margin: 50px 0 60px;
  }
  #topBusinessdomainArea .businessdomainVisu figure {
    width: 22%;
    margin: 0 5% 40px;
  }
  #topBusinessdomainArea .businessdomainVisu figcaption {
    margin: 5px 0 0;
  }
  #topBusinessdomainArea .businessdomainLink {
    margin-bottom: 60px;
  }
  #topBusinessdomainArea .businessdomainLink a {
    font-size: 18px;
  }
  #topBusinessdomainArea .blog {
    margin-top: 90px;
  }
  #topBusinessdomainArea .blog a {
    display: block;
    width: 560px;
    margin: 0 auto;
  }
  #topBusinessdomainArea .blog a img {
    width: 560px;
  }
}

/* topWorksArea
	======================================== */
#topWorksArea {
  padding-top: 20px;
  margin-bottom: 50px;
  overflow:hidden;
}

#topWorksArea > .inner {
  padding: 0 2.67%;
}

#topWorksArea .headingParts01 {
  margin-bottom: 39px;
}

#topWorksArea .listBlock01 > ul > li {
  margin-bottom: 20px;

}

#topWorksArea .listBlock01 > ul > li:last-chilt {
  margin-bottom: 0;
}

/*#topWorksArea .listBlock01 > ul > li .toggleBtn {
  width: 89.33%;
  box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  border: solid 2px #45629f;
  padding: 8px;
  background-color:#45629f;
}*/

#topWorksArea .listBlock01 > ul > li .toggleBtn:hover {
  opacity: .7;
}

/*#topWorksArea .listBlock01 > ul > li .toggleBtn h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.67rem;
  line-height: 1;
  color: #fff;
  /*text-align: center;
  padding-left:20%;
}*/

#topWorksArea .listBlock01 > ul > li .toggleDetail {
  display: none;
  padding: 150px 0 20px;
}
#topWorksArea .listBlock01 > ul > li .toggleDetailInner {
  width: 95%;
  margin: 0 auto;
}
#topWorksArea .listBlock01 > ul > li .toggleDetailInner .ajax-load-more-wrap ul {
  width: 100%;
  margin: 0 auto;
}
#topWorksArea .listBlock01 > ul > li .toggleDetailInner .ajax-load-more-wrap {
  width: 100%;
}
#topWorksArea .listBlock01 > ul > li .toggleDetail li {
  float: left;
  width: 48%;
  margin-bottom: 25px;
}
#topWorksArea .listBlock01 > ul > li .toggleDetail li:nth-child(even) {
  float: right;
}
#topWorksArea .listBlock01 > ul > li .toggleDetail li:nth-child(odd) {
  clear: both;
}
#topWorksArea .listBlock01 > ul > li .toggleDetail li.hidden {
  margin: 0;
  width: 100%;
}
#topWorksArea .listBlock01 > ul > li .toggleDetail li a {
  display: block;
}
#topWorksArea .listBlock01 > ul > li .toggleDetail li a:hover {
  opacity: .7;
  text-decoration: none;
}
#topWorksArea .listBlock01 > ul > li .toggleDetail li .image {
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  margin-bottom: 10px;
}
#topWorksArea .listBlock01 > ul > li .toggleDetail li .image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
#topWorksArea .listBlock01 > ul > li .toggleDetail li .date,
#topWorksArea .listBlock01 > ul > li .toggleDetail li .text {
  padding: 0 5px;
  font-size: 0.833rem;
  line-height: 1.6;
}
#topWorksArea .listBlock01 > ul > li .toggleDetail {
}

#topWorksArea .topWorksBlock01 .image {
  /*border-top: solid 2px #45629f;*/
}

#topWorksArea .topWorksBlock01 .image img {
  width: 100%;
  height: auto;
}

#topWorksArea .topWorksBlock01 .image.newIcon {
  position: relative;
}

#topWorksArea .topWorksBlock01 .image.newIcon::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/cmn_contents_ico01.png) no-repeat 0 0;
  background-size: 40px auto;
  position: absolute;
  top: 0;
  left: 0;
}

#topWorksArea .topWorksBlock01 .list {
  background: #45629f;
  padding: 12px 0;
  margin-bottom: 27px;
}

#topWorksArea .topWorksBlock01 .list ul {
  width: 300px;
  margin: 0 auto;
}

#topWorksArea .topWorksBlock01 .list ul li {
  float: left;
  width: 25px;
  margin-right: 66px;
}

#topWorksArea .topWorksBlock01 .list ul li:last-child {
  margin-right: 0;
}

#topWorksArea .topWorksBlock01 .list ul li a {
  display: block;
}

#topWorksArea .topWorksBlock01 .list ul li a:hover {
  opacity: .5;
}

#topWorksArea .topWorksBlock01 .text {
  width: 83.47%;
  margin: 0 auto 44px;
  word-wrap: break-word;
}

#topWorksArea .topWorksBlock01 .text p {
  font-size: 1.042rem;
  line-height: 2;
}


/*------------------------------10/9メニュー変更--------------------------------*/
#topWorksArea .listBlock01 > ul > li .toggleBtn {
  width: 50%;
  float:left;
  cursor: pointer;
  box-sizing: border-box;
  padding: 8px;
  height:150px;
}

#topWorksArea .listBlock01 > ul > li .toggleBtn h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.67rem;
  line-height: 1;
  color: #435d96;
  text-align: center;
  /*padding-left:20%;*/
  padding-top:85px;
  margin-bottom:15px;
}

#topWorksArea .listBlock01 > ul > li .toggleBtn h3.brand-consulting { background: url(../img/top/brand-consulting-s.png) no-repeat center top;}
#topWorksArea .listBlock01 > ul > li .toggleBtn h3.talent-agency { background: url(../img/top/talent-agency-s.png) no-repeat center top;}
#topWorksArea .listBlock01 > ul > li .toggleBtn h3.fin-tech { background: url(../img/top/fintech-s.png) no-repeat center top;}
#topWorksArea .listBlock01 > ul > li .toggleBtn h3.art-produce { background: url(../img/top/art-produce-s.png) no-repeat center top;}
#topWorksArea .listBlock01 > ul > li .toggleBtn h3.publishing { background: url(../img/top/publidhing-s.png) no-repeat center top;}
#topWorksArea .listBlock01 > ul > li .toggleBtn h3.fund-raising { background: url(../img/top/fund-raising-s.png) no-repeat center top;}

#topWorksArea .listBlock01 > ul > li .toggleBtn h3.zh-actor-actress { background: url(../img/top/talent-agency-s.png) no-repeat center top;}
#topWorksArea .listBlock01 > ul > li .toggleBtn h3.zh-musician { background: url(../img/top/zh_musician-s.png) no-repeat center top;}
#topWorksArea .listBlock01 > ul > li .toggleBtn h3.zh-contemporary-artist { background: url(../img/top/art-produce-s.png) no-repeat center top;}
#topWorksArea .listBlock01 > ul > li .toggleBtn h3.zh-theater { background: url(../img/top/zh_theater-s.png) no-repeat center top;}
#topWorksArea .listBlock01 > ul > li .toggleBtn h3.zh-event { background: url(../img/top/zh_event-s.png) no-repeat center top;}
#topWorksArea .listBlock01 > ul > li .toggleBtn h3.zh-merchandising { background: url(../img/top/zh_merchandising-s.png) no-repeat center top;}
#topWorksArea .listBlock01 > ul > li .toggleBtn h3.zh-consulting { background: url(../img/top/zh_consulting-s.png) no-repeat center top;}

@media screen and (min-width: 769px) {
  #topWorksArea {
    padding-top: 24px;
    margin-bottom: 65px;
  }
  #topWorksArea > .inner {
    padding: 0 5%;
  }
  #topWorksArea .headingParts01 {
    margin-bottom: 47px;
  }
  #topWorksArea .listBlock01 > ul > li {
    margin-bottom: 24px;
  }
  /*#topWorksArea .listBlock01 > ul > li .toggleBtn {
    width: 80%;
    box-sizing: border-box;
    padding: 10px;
  }*/
  #topWorksArea .listBlock01 > ul > li .toggleDetail {
    padding: 160px 5% 24px;
  }
  #topWorksArea .listBlock01 > ul > li .toggleDetail li .date,
  #topWorksArea .listBlock01 > ul > li .toggleDetail li .text {
    padding: 0 10px;
  }
  #topWorksArea .listBlock01 > ul > li .toggleDetail li .image {
    margin-bottom: 15px;
  }
  #topWorksArea .topWorksBlock01 .image {
    width: 83.47%;
    box-sizing: border-box;
    margin: 0 auto;
    /*border: solid 2px #45629f;*/
  }
  #topWorksArea .topWorksBlock01 .image.newIcon::after {
    width: 48px;
    height: 48px;
    background: url(../img/common/cmn_contents_ico01.png) no-repeat 0 0;
    background-size: 48px auto;
  }
  #topWorksArea .topWorksBlock01 .list {
    width: 83.47%;
    margin: 0 auto;
    padding: 14px 0;
    margin-bottom: 32px;
  }
  #topWorksArea .topWorksBlock01 .list ul {
    width: 360px;
  }
  #topWorksArea .topWorksBlock01 .list ul li {
    width: 30px;
    margin-right: 79px;
  }
  #topWorksArea .topWorksBlock01 .text {
    margin: 0 auto 53px;
  }
  /*#topWorksArea .listBlock01 > ul > li .toggleBtn h3 {
  padding-left:34%;
}*/

/*------------------------------10/9メニュー変更--------------------------------*/
#topWorksArea .listBlock01 > ul > li .toggleBtn {
    width: 50%;
    box-sizing: border-box;
	float:left;
    padding: 10px;
	height:160px;
  }

}

/* topProfArea
  ======================================== */
#topProfArea {
  padding-top: 20px;
  margin-bottom: 50px;
}
#topProfArea > .inner {
  padding: 0 1.87%;
}
#topProfArea h2 {
  margin-bottom: 10px;
}
#topProfArea .profBlock {
  padding: 0 10px;
}
#topProfArea .imgProf {
  width: 50%;
  margin: 0 auto 20px auto;
}
#topProfArea .imgProf img {
  width: 100%;
  height: auto;
}
#topProfArea .textBlock {
  font-size: 1.1rem;
  line-height: 1.6;
}
#topProfArea .textBlock span {
  font-weight: bold;
}
#topProfArea .textBlock dt {
  width: 15%;
  float: left;
  clear: left;
}
#topProfArea .textBlock dd {
  width: 85%;
  float: left;
}
#topProfArea .textBlock p {
  margin-bottom: 10px;
}
#topProfArea .textBlock a {
  text-decoration: underline;
}
#topProfArea .textBlock a.non-decoration {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #topProfArea {
    padding-top: 24px;
    margin-bottom: 65px;
  }
  #topProfArea > .inner {
    padding: 0 5%;
  }
  #topProfArea .profBlock {
    padding: 0 10px;
  }
  #topProfArea .imgProf {
    float: right;
    width: 33%;
    margin-left: 20px;
  }
}

/* topColArea
	======================================== */
#topColArea {
  padding-top: 20px;
  margin-bottom: 50px;
}

#topColArea > .inner {
  padding: 0 1.87%;
}

#topColArea .headingParts01 {
  margin-bottom: 25px;
}

#topColArea .listBlock01 ul {
  margin-bottom: 30px;
}

#topColArea .listBlock01 ul li {
  float: left;
  width: 48.75%;
  margin-top: 25px;
}

#topColArea .listBlock01 ul li:nth-child(-n+2) {
  margin-top: 0;
}

#topColArea .listBlock01 ul li:nth-child(odd) {
  clear: both;
}

#topColArea .listBlock01 ul li:nth-child(even) {
  float: right;
}

#topColArea .listBlock01 ul li a {
  display: block;
}

#topColArea .listBlock01 ul li a:hover {
  opacity: .7;
  text-decoration: none;
}

#topColArea .listBlock01 ul li .image {
  margin-bottom: 11px;
}

#topColArea .listBlock01 ul li .image img {
  width: 100%;
  height: auto;
}

#topColArea .listBlock01 ul li .ttl {
  font-size: 1.167rem;
  line-height: 1.3;
  color: #ff7800;
  font-weight: bold;
  margin-bottom: 7px;
}

#topColArea .listBlock01 ul li .category {
  background: #ff7800;
  color: #fff;
  text-align: center;
  font-size: 1.167rem;
  line-height: 1;
  font-weight: bold;
  padding: 3px 5px 2px;
}

#topColArea .listBlock01 ul li .box {
  background: #f1f1f1;
  padding: 7px 5px 7px 10px;
}

#topColArea .listBlock01 ul li .text {
  margin-bottom: 30px;
}

#topColArea .listBlock01 ul li .text p:nth-child(1) {
  padding-left: 20px;
  font-size: 1.083rem;
  line-height: 1.6;
  font-weight: bold;
}

#topColArea .listBlock01 ul li .text p:nth-child(1).company {
  background: url(../img/common/cmn_contents_ico02.png) no-repeat left 1px;
  background-size: 15px auto;
}

#topColArea .listBlock01 ul li .text p:nth-child(1).human {
  background: url(../img/common/cmn_contents_ico03.png) no-repeat left 1px;
  background-size: 15px auto;
}

#topColArea .listBlock01 ul li .text p:nth-child(2) {
  padding-left: 20px;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: bold;
}

#topColArea .listBlock01 ul li .date {
  background: url(../img/common/cmn_contents_ico04.png) no-repeat left 1px;
  background-size: 15px auto;
  padding-left: 20px;
  font-size: 1.083rem;
  line-height: 1.6;
  font-weight: bold;
}
.prof{ font-weight:bold; text-decoration:underline;}

#topColArea .linkBlock {
  margin: 20px 0 30px;
}
#topColArea .linkBlock a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  #topColArea {
    padding-top: 24px;
    margin-bottom: 65px;
  }
  #topColArea > .inner {
    padding: 0 5%;
  }
  #topColArea .headingParts01 {
    margin-bottom: 30px;
  }
  #topColArea .listBlock01 {
    width: 95%;
    margin: 0 auto;
  }
  #topColArea .listBlock01 ul {
    margin-bottom: 30px;
  }
  #topColArea .listBlock01 ul li {
    width: 48%;
    margin-top: 30px;
  }
  #topColArea .listBlock01 ul li .image {
    margin-bottom: 13px;
  }
  #topColArea .listBlock01 ul li .ttl {
    margin-bottom: 8px;
  }
  #topColArea .listBlock01 ul li .category {
    padding: 7px 6px 6px;
  }
  #topColArea .listBlock01 ul li .box {
    background: #f1f1f1;
    padding: 12px 15px 17px;
  }
  #topColArea .listBlock01 ul li .text {
    margin-bottom: 36px;
  }
  #topColArea .listBlock01 ul li .text p:nth-child(1) {
    padding-left: 24px;
  }
  #topColArea .listBlock01 ul li .text p:nth-child(1).company {
    background: url(../img/common/cmn_contents_ico02.png) no-repeat left 3px;
    background-size: 18px auto;
  }
  #topColArea .listBlock01 ul li .text p:nth-child(1).human {
    background: url(../img/common/cmn_contents_ico03.png) no-repeat left 3px;
    background-size: 18px auto;
  }
  #topColArea .listBlock01 ul li .text p:nth-child(2) {
    padding-left: 24px;
  }
  #topColArea .listBlock01 ul li .date {
    background: url(../img/common/cmn_contents_ico04.png) no-repeat left 3px;
    background-size: 18px auto;
    padding-left: 24px;
  }
}

/* topCompanyArea
	======================================== */
#topCompanyArea {
  padding-top: 20px;
  margin-bottom: 41px;
}

#topCompanyArea > .inner {
  padding: 0 2.67%;
}

#topCompanyArea .headingParts01 {
  margin-bottom: 30px;
}

#topCompanyArea .textBlock01 {
  padding: 0;
  font-size: 1.1rem;
  line-height: 2.5;
  overflow:hidden;
}

#topCompanyArea .textBlock01 ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#topCompanyArea .textBlock01 ul li::before {
  content: "・";
}
#topCompanyArea .textBlock01 dl { clear:both; width:100%; list-style:none; padding-left: 1em;}
#topCompanyArea .textBlock01 dt { width:39%; float:left; clear:left;}
#topCompanyArea .textBlock01 dd { width:61%; float:left;}
#topCompanyArea .textBlock01 dd span{ font-weight:bold;}
#topCompanyArea .textBlock01 a {text-decoration:underline;}

#topColArea .textBlock01 {
  padding: 0 10px;
  font-size: 1.1rem;
  line-height: 1.6;
  overflow:hidden;
}
#topColArea .textBlock01 span{ font-weight:bold;}
#topColArea .textBlock01 a {text-decoration:underline;}

#topColArea .textBlock01 dl { clear:both; width:100%; list-style:none; padding-left: 1em;}
#topColArea .textBlock01 dt { width:15%; float:left; clear:left;}
#topColArea .textBlock01 dd { width:85%; float:left;}

#topCompanyArea .textBlock01 .companyInfo {
  margin-bottom: 10px;
}
#topCompanyArea .textBlock01 .companyInfo > p {
  padding: 0;
  line-height: 1.7;
}

#topCompanyArea .countryName {
  margin-bottom: 10px;
  padding-left: 50px;
  font-size: 18px;
  color: rgb(68, 98, 159);
  background-repeat: no-repeat;
  background-size: 40px 27px;
  line-height: 27px;
}
#topCompanyArea .countryName.country-ja {
  background-image: url(../img/top/flag_japan.png);
}
#topCompanyArea .countryName.country-us {
  background-image: url(../img/top/flag_usa.png);
}
#topCompanyArea .countryName.country-zh-hans {
  background-image: url(../img/top/flag_china.png);
}
#topCompanyArea .countryName.country-eu {
  background-image: url(../img/top/flag_europe.png);
}

#topCompanyArea .companyMemberList::after {
  content: '';
  display: block;
  clear: both;
}
#topCompanyArea .textBlock01 .companyMemberList > li {
  float: left;
  /* width: 50%; */
  width: 33.3333%;
  margin-bottom: 40px;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-indent: 0;
}
#topCompanyArea .textBlock01 .companyMemberList > li:nth-child(odd) {
  /* padding-right: 10px; */
}
#topCompanyArea .textBlock01 .companyMemberList > li:nth-child(even) {
  /* padding-left: 10px; */
}
#topCompanyArea .textBlock01 .companyMemberList > li::before {
  content: '';
}
#topCompanyArea .companyMemberList .companyMemberImg {
  width: 85%;
  margin: 0 auto 10px;
}
#topCompanyArea .companyMemberList .companyMemberImg > img {
  width: 100%;
}
#topCompanyArea .textBlock01 .companyMemberList dl {
  padding: 0;
  line-height: 1.2;
  text-align: center;
}
#topCompanyArea .companyMemberList .companyMemberPost {
  float: none;
  width: 100%;
  font-size: 11px;
  color: rgb(68, 98, 159);
}
#topCompanyArea .companyMemberList .companyMemberName {
  float: none;
  display: block;
  width: 100%;
  font-size: 14px;
}

#topCompanyArea.zh > .inner {
  display: flex;
  flex-direction: column;
}
#topCompanyArea.zh .headingParts01 {
  order: -2;
}
#topCompanyArea.zh .companyCountry.zh {
  order: -1;
}

@media screen and (min-width: 769px) {
  #topCompanyArea {
    padding-top: 24px;
    margin-bottom: 49px;
  }
  #topCompanyArea > .inner {
    padding: 0 5%;
  }
  #topCompanyArea .headingParts01 {
    margin-bottom: 32px;
  }
  #topCompanyArea .textBlock01 {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }

  #topCompanyArea .textBlock01:nth-of-type(n + 2) {
    margin-top: 30px;
  }

  #topCompanyArea .companyMemberList .companyMemberPost {
    font-size: 14px;
  }
  #topCompanyArea .companyMemberList .companyMemberName {
    margin-top: 4px;
    font-size: 16px;
  }
}

/* topMapArea
	======================================== */
#topMapArea {
  padding-top: 20px;
  margin-bottom: 71px;
}

#topMapArea > .inner {
  padding: 0 2.67%;
}

#topMapArea .headingParts01 {
  margin-bottom: 5px;
}

#topMapArea .topMapBlock01 #map {
  width: 100%;
  height: 200px;
  background-color: grey;
}

@media screen and (min-width: 769px) {
  #topMapArea {
    padding-top: 24px;
    margin-bottom: 85px;
  }
  #topMapArea > .inner {
    padding: 0 5%;
  }
  #topMapArea .headingParts01 {
    margin-bottom: 32px;
  }
  #topMapArea .topMapBlock01 {
    padding: 0 5%;
  }
  #topMapArea .topMapBlock01 #map {
    width: 95%;
    margin: 0 auto;
    height: 300px;
  }
}



/* topLinkArea
	======================================== */
  #topLinkArea {
    padding-top: 20px;
    margin-bottom: 71px;
  }

  #topLinkArea > .inner {
    padding: 0 2.67%;
  }

  #topLinkArea .headingParts01 {
    margin-bottom: 5px;
  }
  .topLinkImg {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 40%;
    margin: 0 auto;
    background-size: contain;
    background-image: url(../img/top/banner_talked_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }

  @media screen and (min-width: 769px) {
    #topLinkArea {
      padding-top: 24px;
      margin-bottom: 85px;
    }
    #topLinkArea > .inner {
      padding: 0 5%;
    }
    #topLinkArea .headingParts01 {
      margin-bottom: 32px;
    }
    .topLinkImg {
      width: 840px;
      height: 222px;
      padding-top: 0;
      background-image: url(../img/top/banner_talked_pc.png);
    }
  }

.bannerArea {
  padding: 0 5.34%;
  margin: 60px 0 50px;
}
.bannerArea a img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.bannerArea .bannerUnit p {
  text-align: center;
}
.bannerArea.col2 {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 769px) {
  .bannerArea {
    margin: 90px 0 65px;
  }
  .bannerArea a {
    display: block;
    width: 560px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .bannerArea a img {
    width: 560px;
  }
  .bannerArea .bannerUnit {
  }
  .bannerArea.col2 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bannerArea.col2 .bannerUnit:nth-of-type(2n) {
    margin-left: 1.5%;
  }
  .bannerArea.col2 a {
    width: 430px;
  }
}

#libraryLinkArea .inner {
  padding: 0 2.67%;
}
#libraryLinkArea h2 {
  margin-bottom: 30px;
}
#libraryLinkArea img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #libraryLinkArea {
    margin-bottom: 85px;
  }
  #libraryLinkArea > .inner {
    padding: 0 5%;
  }
}