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

/* - - - - - - - - - - - layout (common) - - - - - - - - - - - */

#main img, #main video, #main object,
.fancybox-container img, .fancybox-container video, .fancybox-container object {
  max-width: 100%;
  height: auto;
}

#topicpathArea {
  width: auto !important;
  max-width: 1012px;
  margin: 0 auto;
  font-size: 93.75%;
}





/*==================================================================================================================================*/



/*layout (pc) */



/*==================================================================================================================================*/

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: block !important; }
.cnt_pc_inline { display: inline !important; }
.cnt_pc_inlineblock { display: inline-block !important; }
.cnt_pc_flex { display: flex !important; }
.cnt_pc_table { display: table !important; }
.cnt_sp { display: none !important; }
.cnt_sp_inline { display: none !important; }
.cnt_sp_inlineblock { display: none !important; }
.cnt_sp_flex { display: none !important; }
.cnt_sp_table { display: none !important; }

#main {
  position: relative;
  width: 100%;
  padding: 0 0 1px;

  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .05em;
  font-feature-settings : "palt" 1;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}

.fancybox-container {
  letter-spacing: .05em;
  font-feature-settings : "palt" 1;
  font-size: 15px;
}

#main *,
.fancybox-container * {
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main a:link,
.fancybox-container a:link {
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-tap-highlight-color: #000;
  tap-highlight-color: #000;
}

#main a:visited,
.fancybox-container a:visited {
  text-decoration: none;
}

#main a:hover,
#main a:active,
.fancybox-container a:hover,
.fancybox-container a:active {
  text-decoration: none;
}

#topicpathArea {
  width: 1012px;
  margin: 0 auto;
}





/* - - - - - - - - - - - - - - - - - (content) - - - - - - - - - - - - - - - - - */

.titlebox {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 0;
}

.mv0 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.mv1 {
  position: absolute;
  width: 214px;
  left: 0%;
  top: 11.6%;
}

.mv2 {
  position: absolute;
  width: 250px;
  left: 26.4%;
  bottom: 0;
}

.mv3 {
  position: absolute;
  width: 204px;
  left: 40%;
  top: 5.3%;
}

.mv4 {
  position: absolute;
  width: 196px;
  right: 24.8%;
  bottom: 12.7%;
}

.mv5 {
  position: absolute;
  width: 268px;
  right: 0;
  top: 21.8%;
}

.main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.main_copy h1 {
  width: 86%;
  max-width: 1230px;
  margin: 0 auto;
}

.btn_fixed {
  position: fixed;
  bottom: 6%;
  right: 0;
  z-index: 999;
}

.btn_fixed li {
  width: 230px;
  margin: 0 0 15px;
}

.btn_fixed li &gt; a,
.btn_fixed li &gt; span {
  position: relative;
  display: block;
  padding: 15px 0 18px 13px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  z-index: 9;
}

.btn_fixed li &gt; a::before,
.btn_fixed li &gt; span::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: url("../images/icn_arrow_r_wh.png") left 13px center / 12px auto no-repeat #E60027;
  transform-origin: right top;
  transform: skewX(-10deg) scale(1, 1);
  -webkit-transition: transform .3s;
  -ms-transition: transform .3s;
  transition: transform .3s;
}

.btn_fixed li.btn_res &gt; a::before {
  background: url("../images/icn_check_wh.png") left 13px center / 12px auto no-repeat #E60027;
}

.btn_fixed li &gt; span::before {
  background-image: none;
  background: #ccc;
}

.btn_fixed li a:hover::before {
  transform: skewX(-10deg) scale(1.04, 1);
}

.btn_fixed li a:hover {
  opacity: 0.8;
}

.btn_reserve {
  width: 560px;
  margin: 40px auto 80px;
}

.btn_reserve_top {
  margin: -33px auto 80px;
}

.btn_reserve_bottom {
  margin: 40px auto 10px;
}

.btn_reserve &gt; a,
.btn_reserve &gt; span {
  position: relative;
  display: block;
  padding: 19px 0 22px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  z-index: 9;
}

.btn_reserve &gt; a::before,
.btn_reserve &gt; span::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/icn_check_wh.png") left 34px center / 24px auto no-repeat #E60027;
  transform-origin: center top;
  transform: skewX(-10deg) scale(1, 1);
  -webkit-transition: transform .3s;
  -ms-transition: transform .3s;
  transition: transform .3s;
}

.btn_reserve &gt; span::before {
  background-image: none;
  background: #ccc;
}

.btn_reserve a:hover::before {
  transform: skewX(-10deg) scale(1.01, 1);
}

.btn_reserve a:hover {
  opacity: 0.8;
}

.btn_note {
  margin: 0 7% 80px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #e60027;
}

.btn_note span {
  font-weight: bold;
  font-size: 14px;
}

h2.h2_cnt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 30px;
  background: #e60027;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  color: #fff;
  z-index: 2;
  line-height: 0.5;
}

h2.h2_cnt.h2_top {
  margin: -77px auto 30px;
}

h2.h2_cnt.h2_jp {
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.28;
}

.time_note {
  padding: 0 5% 50px;
  line-height: 1.7;
  text-align: center;
}

.end_note {
  display: inline-block;
  margin: 0 7% 60px;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  color: #e60027;
  border: 3px solid #e60027;
  background: #fff;
}

.content {
  padding: 0 0 50px;
  background: url("../images/bg_cnt.png") left top repeat;
  background-attachment: fixed;
}

.content_nobtn {
  padding: 80px 0 50px;
}

/* guide_list */

.guide_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  width: 86%;
  margin: 0 auto 80px;
  padding: 45px 25px;
  text-align: center;
  background: #fff;
  border: 3px solid #e60027;
}

.guide_list &gt; a {
  -webkit-flex-basis: 33.3333%;
  -ms-flex-basis: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
  display: block;
  padding: 0 20px;
  border-right: 2px solid #e60027;
  cursor: pointer;
  color: #e60027;
}

.guide_list &gt; a:last-child {
  border-right: none;
}

#main .guide_list &gt; a img {
  display: block;
  width: 50%;
  max-width: 150px;
  margin: 0 auto 14px;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.guide_list &gt; a span {
  display: inline-block;
  padding: 0 30px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #e60027;
  background: url("../images/icn_open_red.png") right center / 18px no-repeat;
}

.guide_list &gt; a:last-child {
  border-right: none;
}

.guide_list &gt; a:hover {
  opacity: 0.8;
}

.guide_list &gt; a:hover img {
  transform: scale(1.01, 1.01);
}

/* corp_list */

.corp_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 86%;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: left;
}

.corp_list::after {
  content: "";
  display: block;
  -webkit-flex-basis: 32%;
  -ms-flex-basis: 32%;
  flex-basis: 32%;
  max-width: 32%;
  width: 32%;
}

.corp_list &gt; a {
  -webkit-flex-basis: 32%;
  -ms-flex-basis: 32%;
  flex-basis: 32%;
  max-width: 32%;
  width: 32%;
  margin: 0 0 2.2%;
  padding: 12px 12px 8px;
  background: url("../images/icn_open_grey.png") right 10px top 10px / 24px no-repeat #F2F2F2;
  cursor: pointer;
  color: #333;
}

.corp_list &gt; a:hover {
  background: url("../images/icn_open_grey.png") right 10px top 10px / 24px no-repeat #e3e3e3;
}

.corp_list &gt; a.special {
  background: url("../images/icn_open_grey.png") right 10px top 10px / 24px no-repeat #666;
  color: #fff;
}

.corp_list &gt; a.special:hover {
  background: url("../images/icn_open_grey.png") right 10px top 10px / 24px no-repeat #888;
}

.corp_num {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #e60027;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  color: #fff;
  line-height: 0.5;
}

.corp_time {
  display: inline-block;
  padding: 0 0 0 8px;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: 500;
  font-size: 22px;
  color: #777;
}

a.special .corp_time {
  color: #fff;
}

.corp_name {
  padding: 9px 0 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
}

.corp_name.archive_name {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 66px);
  min-height: 36px;
  padding: 0 0 0;
  vertical-align: top;
}

.archive_space {
  width: 100%;
  height: 12px;
}

.businessfield {
  display: inline-block;
  width: auto;
  min-width: 50px;
  height: auto;
  line-height: 1.3;
  margin: 0 6px 6px 0;
  padding: 4px 10px 4px;
  background: #999;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
}

.businessfield.it { background: #ED7A94; }
.businessfield.energy { background: #58B765; }
.businessfield.industry { background: #FEAE57; }
.businessfield.mobility { background: #00B4DE; }
.businessfield.life { background: #956134; }
.businessfield.auto { background: #7193C4; }
.businessfield.other { background: #9FA0A0; }
.businessfield.special { background: #E60027; }

.art_tech {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 24px;
  margin: 0 6px 6px 0;
  text-align: center;
  vertical-align: top;
  background: #333;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.art_tech.na {
  background: rgba(51,51,51,0.20);
  color: rgba(255,255,255,0.50);
}

.corp_list &gt; a.special .art_tech.na {
  color: rgba(255,255,255,0.25);
}

.corp_info.special .art_tech.na {
  background: rgba(51,51,51,0.20);
  color: rgba(255,255,255,0.50);
}

/* - - - modail - - - */

.fancybox-bg {
  background: #111;
}

.fancybox-button {
  background: transparent;
}

.fancybox-navigation .fancybox-button {
  width: 76px;
  height: 132px;
}

.fancybox-navigation .fancybox-button div img {
  width: 30px;
  height: 56px;
}

.fancybox-slide--html .fancybox-close-small {
  width: 50px;
  height: 50px;
  padding: 10px;
  right: 15px;
  top: 15px;
}

.fancybox-close-small img {
  width: 30px;
  height: 30px;
}

/* guide */

.guide {
  background: #fff;
  display: none;
  margin: 0;
  width: 82%;
  max-width: 1100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 50px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-container img.guide_icn {
  display: block;
  width: 50%;
  max-width: 150px;
  margin: 0 auto 14px;
}

.guide_ttl {
  margin: 0 auto 54px;
  padding: 0 0 30px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  color: #e60027;
  border-bottom: 2px solid #e60027;
}

.guide p {
  font-size: 17px;
  line-height: 1.76;
  text-align: center;
}

.guide p.guide_note {
  padding: 0 0 20px 1em;
  text-indent: -0.62em;
  text-align: left;
}

.guide p.guide_note:last-of-type {
  padding-bottom: 0;
}

.guide p.guide_note span {
  display: inline-block;
  padding: 0 0.2em 0 0;
  color: #e60027;
}

.guide_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.guide_left {
  -webkit-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
  max-width: 49%;
  width: 49%;
}

.guide_right {
  -webkit-flex-basis: 47%;
  -ms-flex-basis: 47%;
  flex-basis: 47%;
  max-width: 47%;
  width: 47%;
}

.guide_num_ttl {
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}

.guide_num {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 29px;
  height: 29px;
  margin: 0 9px 0 0;
  background: #007DFB;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 0.4;
  vertical-align: middle;
}

.guide_right p {
  padding: 0 0 30px;
  font-size: 16px;
  text-align: left;
}

.guide_right p:last-of-type {
  padding: 0 0 0;
}

/* corp_info */

.corp_info {
  background: #fff;
  display: none;
  margin: 0;
  width: 64%;
  max-width: 900px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 50px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.corp_info.special {
  background: #ccc;
}

.fancybox-container .corp_num {
  width: 50px;
  height: 50px;
  font-size: 36px;
}

.fancybox-container .corp_time {
  padding: 0 0 0 16px;
  font-size: 34px;
}

.fancybox-container .corp_name {
  padding: 15px 0 13px;
  font-size: 28px;
}

.fancybox-container .corp_name.archive_name {
  width: calc(100% - 80px);
  min-height: 50px;
  padding: 0 0 0;
  vertical-align: top;
}

.fancybox-container .businessfield {
  min-width: 100px;
  height: auto;
  line-height: 1.3;
  margin: 0 8px 8px 0;
  padding: 4px 10px 4px;
  font-size: 15px;
  vertical-align: top;
}

.fancybox-container .art_tech {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 8px 8px 0;
  font-size: 15px;
}

.corp_info p {
  margin: 20px 0 0;
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 1.75;
  border-top: 2px solid #333;
}

.corp_job {
  margin: 20px 0 0;
  padding: 12px 20px 16px;
  border-radius: 8px;
  background: #eee;
  font-size: 16px;
  line-height: 1.75;
}

.btn_play {
  width: 48%;
  margin: 30px auto 0;
}

.btn_play &gt; a,
.btn_play &gt; span {
  position: relative;
  display: block;
  padding: 9px 0 12px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  z-index: 9;
}

.btn_play &gt; a::before,
.btn_play &gt; span::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/icn_play_wh.png") left 19px center / 20px auto no-repeat #E60027;
  transform-origin: center top;
  transform: scale(1, 1);
  -webkit-transition: transform .3s;
  -ms-transition: transform .3s;
  transition: transform .3s;
}

.btn_play &gt; span::before {
  background-image: none;
  background: #ccc;
}

.btn_play a:hover::before {
  transform: scale(1.02, 1);
}

.btn_play a:hover {
  opacity: 0.8;
}

/* division */

.division {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 86%;
  margin: 0 auto 30px;
  text-align: center;
}

.division dl {
  -webkit-flex-basis: 22%;
  -ms-flex-basis: 22%;
  flex-basis: 22%;
  max-width: 22%;
  width: 22%;
  margin: 0 1.5% 3%;
}

.division.division6 dl {
  -webkit-flex-basis: 28%;
  -ms-flex-basis: 28%;
  flex-basis: 28%;
  max-width: 28%;
  width: 28%;
  margin: 0 2.5% 3%;
}

.division dt {
  font-size: 17px;
  font-weight: bold;
}

.division dt.it { color: #ED7A94; }
.division dt.energy { color: #58B765; }
.division dt.industry { color: #FEAE57; }
.division dt.mobility { color: #00B4DE; }
.division dt.life { color: #956134; }
.division dt.auto { color: #7193C4; }
.division dt.other { color: #9FA0A0; }

.division dt img {
  display: block;
  width: 100px;
  margin: 0 auto 10px;
}

.division dd {
  padding: 9px 0 0;
  line-height: 1.7;
  font-size: 14px;
  text-align: left;
}

/* major */

table {
  width: 86%;
  margin: 0 auto 50px;
  padding: 0 0 30px;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.3;
}

th {
  padding: 9px 5px 7px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
}

td {
  padding: 9px 5px 7px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
}

td.circle {
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  width: 10%;
}

td.other {
  text-align: left;
}





/* icon_exp */

.icon_exp {
  width: 90%;
  margin: 60px auto 50px;
  text-align: center;
}

.icon_exp li {
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  line-height: 1;
}

.icon_exp li div {
  margin-bottom: 0;
  vertical-align: middle;
}





/*==================================================================================================================================*/



/*layout (tablet) */



/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 961px) {

.corp_list::after {
  -webkit-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
  max-width: 49%;
  width: 49%;
}

.corp_list &gt; a {
  -webkit-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
  max-width: 49%;
  width: 49%;
}

.division dl {
  -webkit-flex-basis: 47%;
  -ms-flex-basis: 47%;
  flex-basis: 47%;
  max-width: 47%;
  width: 47%;
  margin: 0 1.5% 3%;
}

}





/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: none !important; }
.cnt_pc_inline { display: none !important; }
.cnt_pc_inlineblock { display: none !important; }
.cnt_pc_flex { display: none !important; }
.cnt_pc_table { display: none !important; }
.cnt_sp { display: block !important; }
.cnt_sp_inline { display: inline !important; }
.cnt_sp_inlineblock { display: inline-block !important; }
.cnt_sp_flex { display: flex !important; }
.cnt_sp_table { display: table !important; }

body { min-width: auto; }

#main {
  position: relative;
  width: 100%;
  padding: 0 0 1px;
  font-size: 14px;
}

#topicpathArea {
  display: none;
}





/* - - - - - - - - - - - - - - - - - (content) - - - - - - - - - - - - - - - - - */

/*.titlebox {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 149.7222% 0 0;
}

.mv1 {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 0;
}

.mv2 {
  position: absolute;
  width: 55%;
  left: 0;
  bottom: auto;
  top: 28.757%;
}

.mv3 {
  position: absolute;
  width: 43.61111%;
  left: auto;
  bottom: auto;
  right: 0;
  top: 28.757%;
}

.mv4 {
  position: absolute;
  width: 41.388889%;
  left: 0;
  top: 50.46382%;
}

.mv5 {
  position: absolute;
  width: 56.94444%;
  right: 0;
  top: 50.46382%;
}

.mv6 {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
}

.main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.main_copy h1 {
  width: 90%;
}*/

.titlebox {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 0;
}

.mv0 {
  display: block;
  position: relative;
  width: 260%;
  min-width: 260%;
  height: auto;
  margin: 0 -80%;
}

.mv1 {
  position: absolute;
  width: 107px;
  left: 0%;
  top: 11.6%;
}

.mv2 {
  position: absolute;
  width: 125px;
  left: 16.4%;
  bottom: 0;
}

.mv3 {
  position: absolute;
  width: 102px;
  left: 40%;
  top: 3.3%;
}

.mv4 {
  position: absolute;
  width: 98px;
  right: 18.8%;
  bottom: 12.7%;
}

.mv5 {
  position: absolute;
  width: 134px;
  right: 0;
  top: 21.8%;
}

.main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.main_copy h1 {
  width: 76%;
  max-width: 1230px;
  margin: 0 auto;
}

.btn_fixed {
  position: fixed;
  bottom: 12px;
  right: auto;
  left: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}

.btn_fixed li {
  display: inline-block;
  width: 150px;
  margin: 0 6px 0;
}

.btn_fixed li &gt; a,
.btn_fixed li &gt; span {
  position: relative;
  display: block;
  padding: 8px 0 7px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  z-index: 9;
  line-height: 1.2;
}

.btn_fixed li &gt; a::before,
.btn_fixed li &gt; span::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 110%;
  height: 100%;
  background-image: none;
  background: #E60027;
  transform-origin: right top;
  transform: skewX(-10deg) scale(1, 1);
  -webkit-transition: transform .3s;
  -ms-transition: transform .3s;
  transition: transform .3s;
}

.btn_fixed li.btn_res &gt; a::before {
  background-image: none;
  background: #E60027;
}

.btn_fixed li &gt; span::before {
  background-image: none;
  background: #ccc;
}

.btn_fixed li a:hover::before {
  transform: skewX(-10deg) scale(1, 1);
}

.btn_fixed li a:hover {
  opacity: 0.8;
}

.btn_reserve {
  width: 90%;
  margin: 30px auto 50px;
}

.btn_reserve_top {
  margin: -27px auto 50px;
}

.btn_reserve_bottom {
  margin: 30px auto 10px;
}

.btn_reserve &gt; a,
.btn_reserve &gt; span {
  position: relative;
  display: block;
  padding: 17px 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  z-index: 9;
}

.btn_reserve &gt; a::before,
.btn_reserve &gt; span::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/icn_check_wh.png") left 12px center / 12px auto no-repeat #E60027;
  transform-origin: center top;
  transform: skewX(-10deg) scale(1, 1);
  -webkit-transition: transform .3s;
  -ms-transition: transform .3s;
  transition: transform .3s;
}

.btn_reserve &gt; span::before {
  background-image: none;
  background: #ccc;
}

.btn_reserve a:hover::before {
  transform: skewX(-10deg) scale(1.01, 1);
}

.btn_reserve a:hover {
  opacity: 0.8;
}

.btn_note {
  margin: 0 7% 60px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #e60027;
}

.btn_note span {
  font-weight: bold;
  font-size: 12px;
}

h2.h2_cnt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 118px;
  height: 118px;
  margin: 0 auto 20px;
  background: #e60027;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  color: #fff;
  z-index: 2;
  line-height: 0.5;
}

h2.h2_cnt.h2_top {
  margin: 0 auto 20px;
}

h2.h2_cnt.h2_jp {
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.28;
}

.end_note {
  display: inline-block;
  margin: 0 5% 30px;
  padding: 15px 15px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  color: #e60027;
  border: 3px solid #e60027;
}

.content {
  padding: 0 0 40px;
}

.content_nobtn {
  padding: 50px 0 40px;
}

/* guide_list */

.guide_list {
  display: block;
  width: 86%;
  margin: 0 auto 50px;
  padding: 30px 30px;
  text-align: center;
  background: #fff;
  border: 3px solid #e60027;
}

.guide_list &gt; a {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 0 20px;
  border-right: none;
  border-bottom: 1px solid #e60027;
}

.guide_list &gt; a:last-child {
  margin: 0 auto 0;
  padding: 0 0 0;
  border-bottom: none;
}

#main .guide_list &gt; a img {
  display: block;
  width: 50%;
  max-width: 110px;
  margin: 0 auto 10px;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.guide_list &gt; a span {
  display: inline-block;
  padding: 0 22px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #e60027;
  background: url("../images/icn_open_red.png") right center / 14px no-repeat;
}

.guide_list &gt; a:last-child {
  border-right: none;
}

.guide_list &gt; a:hover {
  opacity: 0.8;
}

.guide_list &gt; a:hover img {
  transform: scale(1.01, 1.01);
}

/* corp_list */

.corp_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: left;
}

.corp_list::after {
  content: "";
  display: block;
  -webkit-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
}

.corp_list &gt; a {
  -webkit-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
  margin: 0 0 4%;
  padding: 12px 12px 8px;
  background: url("../images/icn_open_grey.png") right 10px top 10px / 24px no-repeat #F2F2F2;
  cursor: pointer;
  color: #333;
}

.corp_list &gt; a:hover {
  background: url("../images/icn_open_grey.png") right 10px top 10px / 24px no-repeat #e3e3e3;
}

.corp_list &gt; a.special {
  background: url("../images/icn_open_grey.png") right 10px top 10px / 24px no-repeat #666;
  color: #fff;
}

.corp_list &gt; a.special:hover {
  background: url("../images/icn_open_grey.png") right 10px top 10px / 24px no-repeat #888;
}

.corp_num {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #e60027;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  color: #fff;
  line-height: 0.5;
}

.corp_time {
  display: block;
  padding: 3px 0 0 0;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: 500;
  font-size: 20px;
  color: #777;
}

a.special .corp_time {
  color: #fff;
}

.corp_name {
  padding: 9px 0 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}

.corp_name.archive_name {
  display: block;
  width: 100%;
  min-height: auto;
  padding: 9px 0 0;
  vertical-align: top;
}

.archive_space {
  width: 100%;
  height: 12px;
}

.businessfield {
  display: inline-block;
  width: auto;
  min-width: 40px;
  height: auto;
  line-height: 1.3;
  margin: 0 5px 5px 0;
  padding: 4px 5px 4px;
  background: #999;
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  vertical-align: top;
}

.businessfield.it { background: #ED7A94; }
.businessfield.energy { background: #58B765; }
.businessfield.industry { background: #FEAE57; }
.businessfield.mobility { background: #00B4DE; }
.businessfield.life { background: #956134; }
.businessfield.auto { background: #7193C4; }
.businessfield.other { background: #9FA0A0; }
.businessfield.special { background: #E60027; }

.art_tech {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 0 5px 5px 0;
  text-align: center;
  vertical-align: top;
  background: #333;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
}

.art_tech.na {
  background: #ccc;
  color: #eee;
}

.art_tech.na {
  background: #ccc;
  color: #eee;
}

.art_tech.na {
  background: #ccc;
  color: #eee;
}

/* - - - modail - - - */

.fancybox-bg {
  background: #111;
}

.fancybox-button {
  background: transparent;
}

.fancybox-navigation .fancybox-button {
  width: 62px;
  height: 110px;
}

.fancybox-navigation .fancybox-button div img {
  width: 16px;
  height: 32px;
}

.fancybox-slide--html .fancybox-close-small {
  width: 26px;
  height: 26px;
  padding: 2px;
  right: 15px;
  top: 15px;
}

.fancybox-close-small img {
  width: 22px;
  height: 22px;
}

/* guide */

.guide {
  background: #fff;
  display: none;
  margin: 0;
  width: 82%;
  max-width: 1100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 34px 17px 32px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-container img.guide_icn {
  display: block;
  width: 50%;
  max-width: 110px;
  margin: 0 auto 12px;
}

.guide_ttl {
  margin: 0 auto 30px;
  padding: 0 0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #e60027;
  border-bottom: 2px solid #e60027;
}

.guide p {
  font-size: 15px;
  line-height: 1.76;
  text-align: left;
}

.guide p.guide_note {
  padding: 0 0 14px 1em;
  text-indent: -0.62em;
  text-align: left;
}

.guide p.guide_note:last-of-type {
  padding-bottom: 0;
}

.guide p.guide_note span {
  display: inline-block;
  padding: 0 0.2em 0 0;
  color: #e60027;
}

.guide_box {
  display: block;
}

.guide_left {
  max-width: 100%;
  width: 100%;
  padding: 0 0 20px;
}

.guide_right {
  max-width: 100%;
  width: 100%;
}

.guide_num_ttl {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.guide_num {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin: 0 4px 0 0;
  background: #007DFB;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 0.4;
  vertical-align: middle;
}

.guide_right p {
  padding: 0 0 20px;
  font-size: 15px;
  text-align: left;
}

.guide_right p:last-of-type {
  padding: 0 0 0;
}

/* corp_info */

.corp_info {
  background: #fff;
  display: none;
  margin: 0;
  width: 82%;
  max-width: 900px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 34px 17px 32px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.corp_info.special {
  background: #ccc;
}

.fancybox-container .corp_num {
  width: 34px;
  height: 34px;
  font-size: 23px;
}

.fancybox-container .corp_time {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 20px;
}

.fancybox-container .corp_name {
  padding: 7px 0 6px;
  font-size: 16px;
}

.fancybox-container .corp_name.archive_name {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 64px);
  min-height: 34px;
  padding: 0 0 0;
  vertical-align: top;
}

.fancybox-container .businessfield {
  min-width: 50px;
  height: auto;
  line-height: 1.3;
  margin: 0 5px 5px 0;
  padding: 4px 5px 4px;
  font-size: 10px;
  vertical-align: top;
}

.fancybox-container .art_tech {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 5px 5px 0;
  font-size: 10px;
}

.corp_info p {
  margin: 16px 0 0;
  padding: 16px 0 0;
  font-size: 14px;
  line-height: 1.6;
  border-top: 2px solid #333;
}

.corp_job {
  margin: 16px 0 0;
  padding: 9px 10px 11px;
  border-radius: 6px;
  background: #eee;
  font-size: 14px;
  line-height: 1.6;
}

.btn_play {
  width: 100%;
  margin: 20px auto 0;
}

.btn_play &gt; a,
.btn_play &gt; span {
  position: relative;
  display: block;
  padding: 9px 0 12px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  z-index: 9;
}

.btn_play &gt; a::before,
.btn_play &gt; span::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/icn_play_wh.png") left 19px center / 20px auto no-repeat #E60027;
  transform-origin: center top;
  transform: scale(1, 1);
  -webkit-transition: transform .3s;
  -ms-transition: transform .3s;
  transition: transform .3s;
}

.btn_play &gt; span::before {
  background-image: none;
  background: #ccc;
}

.btn_play a:hover::before {
  transform: scale(1.02, 1);
}

.btn_play a:hover {
  opacity: 0.8;
}

/* division */

.division {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}

.division dl {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 0 7%;
}

.division.division6 dl {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 0 7%;
}

.division dt {
  font-size: 17px;
  font-weight: bold;
}

.division dt.it { color: #ED7A94; }
.division dt.energy { color: #58B765; }
.division dt.industry { color: #FEAE57; }
.division dt.mobility { color: #00B4DE; }
.division dt.life { color: #956134; }
.division dt.auto { color: #7193C4; }
.division dt.other { color: #9FA0A0; }

.division dt img {
  display: block;
  width: 100px;
  margin: 0 auto 10px;
}

.division dd {
  padding: 9px 0 0;
  line-height: 1.7;
  font-size: 14px;
  text-align: left;
}

/* major */

.major {
  width: 90%;
  margin: 0 auto 30px;
  text-align: left;
  line-height: 1.6;
}

.major dl {
  margin: 0 0 30px;
  padding: 0 0 28px;
  border-bottom: 1px solid #999999;
}

.major dt {
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.major dd {
  
}





/* icon_exp */

.icon_exp {
  width: 90%;
  margin: 40px auto 30px;
  text-align: center;
}

.icon_exp li {
  display: block;
  margin: 0 auto 10px;
  font-size: 13px;
  line-height: 1;
}

.icon_exp li div {
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 10px;
}





}





/* - - - - - - - - - - - - - - - - - (print) - - - - - - - - - - - - - - - - - */

@media print {
  html, body { width: 1100px; }
  .btn_fixed { display: none; }
}

/* - - - - - - - - - - - /end - - - - - - - - - - - */









</pre></body></html>