@charset "utf-8";

/*========
基本設定
=============*/
body {
  font-size: 17px;
  color: #000;
  line-height: 1.8;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*a {
  text-decoration:none;
  color:#000;
}
a:hover {
  text-decoration:underline;
}*/
a img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
}
a.opa85 img:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  text-decoration: none;
}

/*-----ページ・コンテンツ幅-----*/
.wid800 {
  width: 800px;
  margin: 0 auto;
}
.wid940 {
  width: 940px;
  margin: 0 auto;
}
.wid950 {
  width: 950px;
  margin: 0 auto;
}
.wid965 {
  width: 965px;
  margin: 0 auto;
}
.wid1020 {
  width: 1020px;
  margin: 0 auto;
}
/*-----エリア背景色-----*/
.bggray {
  background: #fafafa;
  padding-top: 35px;
}
.bggray2 {
  background: #eeeeee;
  padding: 35px 0 30px;
}
/*-----余白系-----*/
.mt10 {
  margin-top: 10px;
}
.mt40 {
  margin-top: 40px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb190 {
  margin-bottom: 190px;
}
.ml00 {
  margin-left: 0 !important;
}
.pt35 {
  padding-top: 35px;
}
.pt45 {
  padding-top: 45px;
}
.pt60 {
  padding-top: 60px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb60 {
  padding-bottom: 60px;
}
.mr44 {
  margin-right: 44px;
}
.ml44 {
  margin-left: 44px;
}
.ml130 {
  padding-left: 9.572%;
  box-sizing: border-box;
}
/*-----float-----*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.clear {
  clear: both;
}
.br01 {
  border-right: 1px solid #595757;
}
.vam {
  vertical-align: middle;
}
/*------フォント系------*/
.fwb {
  font-weight: bold;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right;
}
.dis_none {
  display: none;
}
.fcgreen {
  color: #7fb400;
}
.fcred {
  color: red;
}
.fs10 {
  font-size: 10px;
}
.fs12 {
  font-size: 12px;
}
.fs15px {
  font-size: 15px;
}
.fs080 {
  font-size: 80%;
}
/*------SNSボタン------*/
ul.social_buttons {
  margin: 20px 0;
  float: right;
}
.bggray ul.social_buttons {
  margin-top: 0;
}
ul.social_buttons li {
  width: auto;
  float: left;
  margin-left: 19px;
}
ul.social_buttons li:first-child {
  margin-left: 0;
}
ul.social_buttons li div.fb-share-button > span {
  vertical-align: top !important;
}
/*========
header
=============*/
.nbo_header {
  text-align: center;
  background: #000;
}
.msttlarea {
  background: #fafafa;
  text-align: center;
  padding: 25px 0;
}
/*========
サイドメニュー
=============*/
#rightmenuarea {
  width: 214px;
  margin-top: 40px;
}
#rightmenuarea dl {
  border: 1px solid #7fb400;
  margin-bottom: 15px;
  line-height: 1.5;
}
#rightmenuarea dl dt {
  background: #7fb400;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
}
#rightmenuarea dl dd {
  font-size: 13px;
  border-top: 1px solid #7fb400;
  margin: 0 10px;
  padding: 8px 0;
  padding-left: 1em;
  text-indent: -1em;
}
#rightmenuarea dl dd a {
  text-decoration: none;
  color: #000;
}
#rightmenuarea dl dd a:hover {
  text-decoration: underline;
}
#rightmenuarea dl dd.bt0 {
  border-top: 0 !important;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

/*========
三上氏インタビュー
=============*/
.leftconarea {
  width: 690px;
  margin-top: 40px;
}
.ms_interview h3 {
  color: #7fb400;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 1.5;
}
.ms_interview h3._partner {
  color: #fff !important;
  background: #6e60a8;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 1.5;
  text-align: center;
}
.ms_interview .leftconarea dl dt {
  font-weight: bold;
  margin-bottom: 40px;
}
.ms_interview .leftconarea dl dd {
  margin-bottom: 40px;
}
.ms_interview .leftconarea dl dd.mb70 {
  margin-bottom: 70px;
}
.ms_interview .leftconarea dl dd.mb80 {
  margin-bottom: 80px;
}
.ms_interview .leftconarea .imgbox {
  width: 316px;
}
.ms_interview .leftconarea .txtbox {
  width: 330px;
}
a.graybtn {
  background: #666666;
  width: 100%;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 140%;
  padding: 15px 0;
  text-decoration: none;
}
a.graybtn:hover {
  text-decoration: none;
  opacity: 0.8;
}

a.graybtn02 {
  background: #666666;
  width: 100%;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 100%;
  padding: 15px 0;
  text-decoration: none;
}
a.graybtn02:hover {
  text-decoration: none;
  opacity: 0.8;
}

.wid460 {
  width: 460px;
}
.wid460 img {
  width: 100%;
}
/*========
イベントレポート
=============*/
span.imgbox.fr {
  margin: 0 0 30px 40px;
  font-size: 80%;
}
span.imgbox.fl {
  margin: 0 40px 30px 0;
  font-size: 80%;
}
span.imgbox.fr img,
span.imgbox.fl img {
  margin-bottom: 5px;
}
/*========
ホロレンズ
=============*/
h2.HoloL {
  position: relative;
  left: 50%;
  margin-left: -969px;
}
.HoloLmaintxt {
  width: 950px;
  margin: 0 auto 35px;
  font-size: 19px;
}
h3.Holoblue {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  color: #009ee9;
}
h3.Hologreen {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  color: #7fb400;
}
h3.Hologreen.mb0 {
  margin-bottom: 0;
}
.guide h2 {
  font-size: 20px;
  margin-bottom: 25px;
  color: #7fb400;
  font-weight: bold;
}
.guide table th,
.guide table td {
  padding: 8px 0 5px;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
}
.guide table td {
  padding-left: 30px;
}
.guide table th.bt1,
.guide table td.bt1 {
  border-top: 1px solid #cccccc;
}
.guide .fr {
  margin-top: -55px;
}
.bggray.pt15 {
  padding-top: 15px;
}
.profarea {
  font-size: 15px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.profarea table th {
  vertical-align: middle;
  width: 22%;
  border-right: 1px solid #aaaaaa;
}
.profarea table td {
  padding-left: 20px;
}
.btn_1culumnarea {
  width: 690px;
  margin: 0 auto 40px;
}
/*========
アンケート調査結果
=============*/
.bggray.pt40 {
  padding-top: 40px;
}
.questionnaire_main {
  background: url(p4/bg_mainvis.jpg) repeat-x center top;
  padding: 50px 0 20px;
}
.questionnaire_main h2 {
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
}
.questionnaire_main h2 span {
  font-size: 150%;
}
.questionnaire_main p {
  font-size: 15px;
}
.questionnaire_box {
  background: #ffffff;
  padding: 40px 45px;
  width: 864px;
  margin: 0 auto 45px;
}
.questionnaire_box h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
.questionnaire_box .imgbox {
  text-align: center;
  margin-bottom: 20px;
}
.questionnaire_box h4 {
  font-size: 21px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.questionnaire_box p {
  font-size: 15px;
}

/*========
de:code
=============*/
/*--見出し--*/
.ms_interview.decode h3 {
  color: #e85022;
}
/*--プロフ枠--*/
.profflame {
  border: 1px solid #e85022;
  margin-bottom: 80px;
  padding: 20px;
}
.profflame h4 {
  margin-bottom: 10px;
}
.profflame p {
  font-size: 80%;
  line-height: 1.8;
}
/*--右メニュー--*/
#rightmenuarea.decode dl {
  border: 1px solid #e85022;
}
#rightmenuarea.decode dl dt {
  background: #e85022;
}
#rightmenuarea.decode dl dd {
  border-top: 1px solid #e85022;
}
/*========
流用コンテンツ
=============*/
.diversion_main {
  background: url(p5/bg_main.jpg) repeat-x center top;
  padding: 45px 0 60px;
}
.diversion_main h2 {
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  line-height: 1.1;
}
.diversion_main h2 span {
  font-size: 30px;
}
.diversion_main h3 {
  font-size: 35px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 35px;
}
.diversion h2 {
  font-size: 32px;
  text-align: center;
  color: #009ee9;
  margin-bottom: 35px;
}
ul.diversion_col2 li {
  width: 380px;
  margin-bottom: 35px;
  line-height: 1.5;
}
ul.diversion_col2 li:nth-child(odd) {
  float: left;
}
ul.diversion_col2 li:nth-child(even) {
  float: right;
}
ul.diversion_col2 li img {
  padding-bottom: 5px;
}
.diversioncap {
  line-height: 1.5;
}
.diversioncap img {
  padding-bottom: 5px;
}
/*========
奥山氏インタビュー
=============*/
/*--プロフ枠--*/
.profflame.green {
  border: 1px solid #7fb400;
  margin-bottom: 80px;
}
.btn_prof_pt {
  text-align: center;
  margin-top: 10px;
}
.btn_prof_pt a {
  display: inline-block;
  width: 190px;
  color: #ffffff;
  background: #7fb400;
  text-decoration: none;
  text-align: center;
  border: 1px solid #7fb400;
  padding: 5px;
}
.btn_prof_pt a:hover {
  opacity: 0.8;
}
/*========
座談会
=============*/
.ms_interview .leftconarea .msp7inter .imgbox {
  width: 286px;
  font-size: 13px;
  line-height: 1.4;
}
.ms_interview .leftconarea .msp7inter .imgbox .intername {
  font-size: 25px;
  margin-bottom: 15px;
}
.ms_interview .leftconarea .msp7inter .txtbox {
  width: 367px;
}
.ms_interview .leftconarea .msp7inter2 .imgbox {
  width: 315px;
  font-size: 13px;
  line-height: 1.4;
}
.ms_interview .leftconarea .msp7inter2 .txtbox {
  width: 338px;
}
.ms_interview .leftconarea .msp7inter2 .frameh {
  font-size: 110%;
  font-weight: bold;
  color: #7fb400;
  display: block;
  margin-bottom: 15px;
}
.ms_interview.c_pink h3,
.ms_interview.c_pink span.fcgreen,
.ms_interview.c_pink .leftconarea .msp7inter2 .frameh {
  color: #e84160;
}
.ms_interview.c_pink .profflame.green,
.ms_interview.c_pink #rightmenuarea dl {
  border: 1px solid #e84160;
}
.ms_interview.c_pink #rightmenuarea dl dt {
  background: #e84160;
}
.ms_interview.c_pink #rightmenuarea dl dd {
  border-top: 1px solid #e84160;
}
/*========
小柳氏インタビュー
=============*/
.ms_interview .leftconarea .msp9inter2 .frameh {
  font-size: 110%;
  font-weight: bold;
  color: #6e60a8;
  display: block;
  margin-bottom: 15px;
}
.ms_interview.c_purple h3,
.ms_interview.c_purple span.fcgreen,
.ms_interview.c_purple .leftconarea .msp9inter2 .frameh {
  color: #6e60a8;
}
.ms_interview.c_purple .btn_prof_pt a {
  background: #6e60a8;
  border: 1px solid #6e60a8;
}
.ms_interview.c_purple .profflame.green,
.ms_interview.c_purple #rightmenuarea dl {
  border: 1px solid #6e60a8;
}
.ms_interview.c_purple #rightmenuarea dl dt {
  background: #6e60a8;
}
.ms_interview.c_purple #rightmenuarea dl dd {
  border-top: 1px solid #6e60a8;
}
/*========
トヨタ　栢野氏インタビュー
=============*/
figure {
  display: table;
  width: 160px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}
.cap1 {
  display: table-caption;
  caption-side: bottom;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
}
.cap2 {
  display: table-caption;
  caption-side: bottom;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  color: #2b6ed4;
}
.cap3 {
  caption-side: bottom;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  color: #2b6ed4;
}

.cap3 span {
  text-decoration: underline;
}

/**20200122追加*/

.c-col2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.wba {
  word-break: break-all;
}

._holo {
  color: orange;
  text-align: center;
}
._azm {
  color: greenyellow;
  text-align: center;
}
._azs {
  color: mediumturquoise;
  text-align: center;
}
._rem {
  color: khaki;
  text-align: center;
}
._dyna {
  color: purple;
  text-align: center;
}
._azd {
  color: magenta;
  text-align: center;
}
.solu_list {
  margin-bottom: 20px;
  margin-top: 10px;
  border: solid 1px #999;
  padding: 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.solu_list li {
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5px;
  line-height: 1.2;
}
.solu_list_item {
  width: 44%;
  display: block;
}
.solu_list_sub {
  width: 100%;
  padding-left: 10%;
  margin-top: 5px;
}
.solu_list_sub li {
  margin-bottom: 5px;
}
.solu_list_sub li span.solu_list_item {
  width: 37.7%;
}
.solu_list_comm {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 12px;
}

.partner_comm {
  width: 66%;
}

#partner_index {
}

.partner_index_inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

#partner_index .partner_card {
  width: 32%;
  border-left: solid 2px #6e60a8;
  padding: 10px;
  background: #f5f5f5;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#partner_index .partner_name {
  font-size: 16px;
  font-weight: bold;
}
#partner_index .partner_solu {
  font-size: 12px;
  margin-bottom: 5px;
}
#partner_index .partner_detail {
  font-size: 12px;
}
#partner_index .partner_tel {
  position: relative;
  padding-left: 15px;
}
#partner_index .partner_tel::before {
  content: "";
  position: absolute;
  background: url(p17/icon_tel.png) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
#partner_index .partner_mail {
  position: relative;
  padding-left: 15px;
}
#partner_index .partner_mail::before {
  content: "";
  position: absolute;
  background: url(p17/icon_mail.png) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
#partner_index .partner_hp {
  position: relative;
  padding-left: 15px;
}
#partner_index .partner_hp::before {
  content: "";
  position: absolute;
  background: url(p17/icon_hp.png) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.inline-link:hover {
  cursor: pointer;
  opacity: 0.65;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*20200319追加*/

.ms_interview.c_red h3,
.ms_interview.c_red span.fcgreen,
.ms_interview.c_red .leftconarea .msp9inter2 .frameh {
  color: #ec5022;
}
.ms_interview.c_red .btn_prof_pt a {
  background: #ec5022;
  border: 1px solid #ec5022;
}
.ms_interview.c_red .profflame.green,
.ms_interview.c_red #rightmenuarea dl {
  border: 1px solid #ec5022;
}
.ms_interview.c_red #rightmenuarea dl dt {
  background: #ec5022;
}
.ms_interview.c_red #rightmenuarea dl dd {
  border-top: 1px solid #ec5022;
}

.nextpage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 114px;
  background: #666;
  border: solid 1px #666;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.3s ease-in-out;
  font-size: 140%;
}

.nextpage::after {
  content: "";
  position: absolute;
  background: url(p19/pagenext_arrow.png);
  background-size: 100%;
  width: 25px;
  height: 14px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}

.nextpage:hover {
  opacity: 0.65;
}

.nextpage:hover::after {
  right: 20px;
}

/*ms_movie追加*/
.ms_movie .c-col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.ms_movie .c-grid__col {
  width: 48%;
  margin-bottom: 45px;
}

.ms_movie .c-youtube-card__main {
  position: relative;
  padding-top: calc((315 / 560) * 100%);
}
.ms_movie .c-youtube-card__main iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ms_movie .c-youtube-card__caption {
  margin-top: 5px;
}
@media (min-width: 769px) {
  .ms_movie .c-youtube-card__caption {
    margin-top: 7px;
  }
}
.ms_movie .c-youtube-card__title {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.__box {
  border: solid 1px #666;
  padding: 20px;
}

