@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, _normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, _normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 31, _normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
/* line 50, _normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, _normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, _normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, _normalize.scss */
template,
[hidden] {
  display: none; }

.clearfix:before,
.clearfix:after{
	content: " ";
	display: table;
}
.clearfix:after{
	clear: both;
}

.text-center{text-align: center!important;}

/* line 1, _mirai-2017-animated-background.scss */
.mirai-2017-animated-background {
  position: relative;
  width: 100%; }
  /* line 7, _mirai-2017-animated-background.scss */
  .mirai-2017-animated-background .tile-1,
  .mirai-2017-animated-background .tile-2,
  .mirai-2017-animated-background .tile-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 225% auto;
    width: 100%;
    height: 100%;
    opacity: 1; }
  /* line 21, _mirai-2017-animated-background.scss */
  .mirai-2017-animated-background .tile-1 {
    background-image: url(/assets/img/background_pattern_large_1_2x.png); }
  /* line 24, _mirai-2017-animated-background.scss */
  .mirai-2017-animated-background .tile-2 {
    background-image: url(/assets/img/background_pattern_large_2_2x.png); }
  /* line 27, _mirai-2017-animated-background.scss */
  .mirai-2017-animated-background .tile-3 {
    background-image: url(/assets/img/background_pattern_large_3_2x.png); }


@media screen and (max-width: 767px) {
  /* line 33, _mirai-2017-animated-background.scss */
  .mirai-2017-animated-background .tile-1,
  .mirai-2017-animated-background .tile-2,
  .mirai-2017-animated-background .tile-3 {
    background-size: 500% auto; } }


/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, _normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 102, _normalize.scss */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, _normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 125, _normalize.scss */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 134, _normalize.scss */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, _normalize.scss */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 152, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, _normalize.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 170, _normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 187, _normalize.scss */
sub {
  bottom: -0.25em; }

/* line 191, _normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 202, _normalize.scss */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
/* line 210, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 222, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
/* line 234, _normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, _normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 257, _normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, _normalize.scss */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 278, _normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 288, _normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 299, _normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 310, _normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 322, _normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 333, _normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 346, _normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, _normalize.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, _normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, _normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, _normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 397, _normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 406, _normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 416, _normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* line 1, _base.scss */
html * {
  -webkit-font-smoothing: antialiased;
  outline: none;
  -moz-osx-font-smoothing: grayscale; }

/* line 7, _base.scss */
html, body {
  background-color: #fff;
  color: #141414;
  font-family: Arial,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1em;
  -webkit-tap-highlight-color: transparent; }

/* line 15, _base.scss */
body.fixed {
  position: fixed; }

/* line 16, _base.scss */
img {
  vertical-align: bottom; }

/* line 17, _base.scss */
a {
  color: #141414;
  text-decoration: none;
  transition: color 0.1s linear; }
  /* line 21, _base.scss */
  a:hover {
    color: rgba(20, 20, 20, 0.8);
    transition: all 0.2s linear; }

/* line 27, _base.scss */
.section__heading,
.section__ttl {
  font-weight: normal;
  margin: 0; }

.judging-criteria__wrap {
  margin-bottom: 60px; }

.judging-criteria__wrap:last-child {
  margin-bottom: 0; }

.judging-criteria__ttl {
  font-size: 20px; }

.section__txt {
  font-size: 20px;
  line-height: 1.5;
  margin: 30px 0 0;
  padding: 0; }

.section__txt--red{
  color: red;}

.mirai .section__contents a {
  color: #d59b37;
  text-decoration: underline;}

.mirai .section__contents a:hover {
  color: #bb7e23;
  text-decoration: none;}

.link-nor {
  color: #d59b37;
  text-decoration: underline;}

.link-nor:hover {
  color: #bb7e23;
  text-decoration: none;}

/* line 41, _base.scss */
.icon-arrow3:before {
  background-image: url(/assets/img/icon-arrow3white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 13px;
  position: relative;
  top: -.1em;
  vertical-align: middle;
  width: 13px; }

/* line 53, _base.scss */
.icon-arrow4:before {
  background-image: url(/assets/img/icon-arrow4.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 13px;
  position: relative;
  top: -.1em;
  vertical-align: middle;
  width: 13px; }

/* line 65, _base.scss */
.list-diamond {
  background-image: url(/assets/img/list-diamond.svg);
  background-position: 16px 7px;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 42px; }

/* line 72, _base.scss */
.list-diamond2 {
  background-image: url(/assets/img/list-diamond2.svg);
  background-position: 16px 7px;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 42px; }

/* line 79, _base.scss */
.list-diamond3 {
  background-image: url(/assets/img/list-diamond3.svg);
  background-position: 16px 7px;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 42px; }

/* line 86, _base.scss */
.list--size-small .list-diamond3 {
  background-position: 16px 7px;
  background-size: 13px;
  padding-left: 42px; }

.new-article-sign {
  -webkit-animation: new-article-sign 5s ease infinite;
  -moz-animation: new-article-sign 5s ease infinite;
  animation: new-article-sign 5s ease infinite;
  background: linear-gradient(270deg, #df8f1f, #e15d47);
  background-size: 600% 600%;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  line-height: 25px;
  padding: 4px 10px;
  text-align: center;
}

@-webkit-keyframes new-article-sign {
  0% {
   background-position:0% 50%
  }
  50% {
    background-position:100% 50%
  }
  100% {
    background-position:0% 50%
  }
}
@-moz-keyframes new-article-sign {
  0% {
    background-position:0% 50%
  }
  50% {
    background-position:100% 50%
  }
  100% {
    background-position:0% 50%
  }
}
@keyframes new-article-sign {
  0% {
    background-position:0% 50%
  }
  50% {
    background-position:100% 50%
  }
  100% {
    background-position:0% 50%
  }
}


/* Modal
   ========================================================================== */
/* Colorbox.cssの上書き */
#colorbox {
  top: 107px!important; }

#cboxContent {
  margin: 35px 35px 30px 35px; }

#cboxOverlay {
  opacity: 0.5!important; }

@media screen and (max-width: 1288px) {
  #cboxContent {
    margin: 35px 0 30px 0; }

  #cboxClose {
    right: 0; }
}

@media screen and (max-width: 1024px) {
  #colorbox {
    top: 25px!important; }
}

@media screen and (max-width: 767px) {
  .introduction-movie {
    display: none; }
}




/* container
   ========================================================================== */
/* header
   ========================================================================== */
.header__wrap{
	height: 142px;}

.mirai .header__wrap, .iii .header__wrap{
  margin-bottom: 30px;}

/* line 5, _module.scss */
.header {
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 1px;
  position: absolute;
  width: 100%;
  z-index: 100; }

/* line 15, _module.scss */
.header__inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  margin: 0 auto;
  width: 1220px; }

/* line 23, _module.scss */
.header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 2 855px;
  -ms-flex: 1 2 855px;
  flex: 1 2 855px;
  padding: 28px 0; }

/* line 28, _module.scss */
.header-logo {
  display: block; }

/* line 29, _module.scss */
.header-logo__img {
  display: block;
  height: 40px;
  margin: 6px 12px;
  width: auto;
}

/* line 43, _module.scss */
.header-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 10px 0 0 0;
  width: 100%; }

/* line 50, _module.scss */
.header-navigation__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;}

/* line 62, _module.scss */
.header-navigation__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  height: 10px;
  padding: 10px; }
.header-navigation__item:last-child {
  border: 1px solid #626262;}
.header-navigation__item:last-child:hover {
  background-color: rgba(226, 226, 226, 0.502); }

/* line 68, _module.scss */
.header-navigation__items li:first-child {
  background: url(/assets/img/img_header_arrow.png) no-repeat left center;
  border: 1px solid #fff;
  margin-right: 15px;
  padding-left: 15px;
  text-decoration: underline; }
.header-navigation__items li:first-child:hover{
  text-decoration: none;}

.header-navigation__item:last-child .header-navigation__link{
  cursor: default;}

/* line 71, _module.scss */
.header-navigation__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: border-top 0.1s linear; }

/* line 87, _module.scss */
.header-navigation--page-current a {
  transition: all 0.5s linear; }

/* line 92, _module.scss */
.accordion-menu {
  background-color: #fff;
  display: none;
  opacity: 0;
  position: absolute;
  transition: 1.5s top;
  transition: all 0.1s linear;
  width: 100%;
  z-index: 130; }

/* line 102, _module.scss */
.accordion-menu_inner {
  box-sizing: border-box;}

/* line 107, _module.scss */
.is-open .accordion-menu {
  display: block;
  margin-top: 60px;
  opacity: 1; }

/* line 114, _module.scss */
.accordion-menu__ttl {
  line-height: 1; }

/* line 117, _module.scss */
.accordion-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;}

/* line 124, _module.scss */
.accordion-menu__item {
  border-top: 1px solid #d0d0d0;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: left; }
.accordion-menu__item:hover{
  background-color: rgb(226, 226, 226);
  opacity: 0.502;
  transition: all 0.2s linear; }

.accordion-menu__item:last-child{
  border-bottom: 1px solid #d0d0d0; }

.accordion-menu__item.accordion-menu__close{
  background: #e2e2e2; }

.accordion-menu__item.accordion-menu__close:hover{
  background: #e2e2e2;
  opacity: 1; }

.accordion-menu__mirai{
  border-left: 5px solid #d49935; }


/* line 129, _module.scss */
.accordion-menu__link {
  color: #141414;
  cursor: default;
  display: inline-block;
  width: 100%;}

.accordion-menu__link:hover{
  color: #141414;}

/* line 140, _module.scss */
.menu-cover {
  background: #fff;
  display: block;
  height: 1%;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 4; }


/* topnavi
 ========================================================================== */
.topnavi {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 90px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1220px;
  margin: 10px auto 0 auto;
  z-index: 90;
  width: 100%; }

.topnavi-margin{
	margin-top: 80px; }

.topnavi__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.topnavi__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0; }

.topnavi__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  width: 20% }

.topnavi__item:last-child .topnavi-link__border {
  border-right: 1px solid #d0d0d0; }

.topnavi__iii .topnavi__link,
.topnavi__mirai .topnavi__link {
	color: rgba(255, 255, 255, 0);
}

.topnavi__iii .topnavi__link:hover,
.topnavi__mirai .topnavi__link:hover {
	color: rgba(255, 255, 255, 0); }

.topnavi__iii .topnavi-link__border,
.topnavi__mirai .topnavi-link__border,
.topnavi__scc .topnavi-link__border {
  margin: 15px 0 12px 0;
}

.topnavi__iii img {
  height: 48px; }

.topnavi__mirai img {
  height: 60px; }

.topnavi__mirai .topnavi__link {
  border-bottom: 3px solid #d49935; }

.topnavi__link {
  color: #141414;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  transition: background-color 0.1s linear;
  width: 100%;
  text-align: center; }

.topnavi__link:hover,
.current_page_item .topnavi__link {
  background-color: rgba(226, 226, 226, 0.502);
  transition: all 0.2s linear; }

.icon-link:after {
  background-image: url(/assets/img/icon-link.png);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 12px;
  transition: all 0.2s linear;
  width: 12px; }

.topnavi__link:hover .icon-link:after {
  opacity: 0.8; }

.topnavi-link__border{
  border-left: 1px solid #d0d0d0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 60px;
  margin: 15px 0;
  width: 100%;
  font-weight: bold; }

.topnavi__controls {
  display: none; }


/* breadcrumb
 ========================================================================== */
.breadcrumb {
  width: 100%;
  /*margin: 10px auto 0 auto;*/ }

.breadcrumb__inner {
  max-width: 1220px;
  margin: 0 auto;}

.breadcrumb__items {
  margin: 0;
  padding: 25px;
  font-size: 0; }

.breadcrumb__item {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  max-width: 560px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap; }

.breadcrumb__item:not(:last-child):after {
  content: ">";
  margin: 0 10px }

.breadcrumb__link {
  text-decoration: underline; }


/* localnavi
 ========================================================================== */
/* line 151, _module.scss */
.localnavi--type-sp {
  display: none; }

.localnavi {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  position: relative;
  width: 100%;
  z-index: 100; }

/* line 164, _module.scss */
.localnavi__inner {
  background-color: #d59a36;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
  max-width: 1220px;
  margin: 0 auto; }

.localnavi-inner--iii {
  background-color: rgb(19, 19, 19);
}

.localnavi-inner--scc {
  background-color: rgb(51, 120, 189);
}

/* line 171, _module.scss */
.localnavi__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0; }

.item-with-ul {
  display: block;
  position: relative; }

/* line 182, _module.scss */
.localnavi__item {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 60px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  transition: background-color 0.1s linear;
  width: 20%; }

.localnavi__item__no-transition {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 60px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  width: 25%; }

.localnavi--scc .localnavi__item {
  width: 25%; }

.localnavi__item:hover {
  background-color: rgba(255, 255, 255, 0.202);
  color: #fff;
  transition: all 0.2s linear; }

.localnavi__item:hover .localnavi-link--active {
  background-color: transparent; }

.localnavi__item:hover a {
  color: #fff; }

.localnavi-item__sub-menu {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  width: 100%; }

.localnavi-item__sub-menu li {
  background-color: #e6c286;
  box-sizing: border-box;
  height: 0;
  line-height: 60px;
  overflow: hidden;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  width: 100%; }

.localnavi--iii .localnavi-item__sub-menu li {
  background-color: #777777;
  box-sizing: border-box;
  height: 0;
  line-height: 60px;
  overflow: hidden;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  width: 100%; }

.localnavi--scc .localnavi-item__sub-menu li {
  background-color: rgba(93, 148, 202, 0.7);
  box-sizing: border-box;
  height: 0;
  line-height: 60px;
  overflow: hidden;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  width: 100%; }

/* .localnavi__items > li ul li a */
.localnavi-link__sub {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  height: 60px;
  -webkit-justify-content: start;
  -ms-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  line-height: 60px;
  padding-left: 35px;
  position: relative;
  text-align: left;
  text-decoration: underline;
  -webkit-transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -ms-transition: 0.1s ease all;
  -o-transition: 0.1s ease all;
  transition: 0.1s ease all;
  width: 100%; }

.localnavi__item:hover ul li {
  visibility: visible;
  overflow: hidden;
  height: 60px; }

.localnavi__item:hover ul li.extra-item {
  height: 95px;
}
.localnavi__item:hover ul li.extra-item .localnavi-link__sub {
  line-height: 25px;
  padding-top: 16px;
}

.localnavi-item__sub {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 60px;
  width: 20%; }

.localnavi-item__sub li {
  background-color: #e6c286; }

.localnavi-item--iii {
  width: 20%; }

/* line 188, _module.scss */
.localnavi__link {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 60px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  text-align: left;
  -webkit-transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -ms-transition: 0.1s ease all;
  -o-transition: 0.1s ease all;
  transition: 0.1s ease all;
  width: 100%; }

.localnavi-link__sub:before {
  border: transparent solid 5px;
  border-left-color: #fff;
  content: ' ';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  margin: 0px;
  padding: 0px;
  top: 25px; }

.localnavi-link__sub:hover {
  color: #fff;
  text-decoration: none; }

.topnavi__item:nth-child(5) {
  position: relative; }

.accordion-not-hover:hover {
  background-color: #fff;
  color: #000;
  cursor: default;
  opacity: 1; }

.not-hover:hover {
  background-color: rgba(255, 255, 255, 0);
  cursor: default; }

.localnavi-link--active {
  background-color: rgba(255, 255, 255, 0.202);
  color: #fff;
  transition: all 0.2s linear; }

/* line 208, _module.scss */
.localnavi__controls {
  display: none; }

/* 準備中 */
.localnavi-link__text-small {
  font-size: 10px;
  margin-left: 10px; }

.triangle {
  position: relative; }

.triangle:after {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  margin-left: 10px;
  width: 0; }

.localnavi-item__inner {
  border-right: 1px solid #e2b772;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  margin: 5px 0;
  width: 100%; }

.localnavi-item-inner__iii {
  border-right: 1px solid #d0d0d0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  margin: 5px 0;
  width: 100%; }

.localnavi-item-inner__scc {
  border-right: 1px solid #d0d0d0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  margin: 5px 0;
  width: 100%; }

.localnavi__item:last-child .localnavi-item__inner,
.localnavi__item:last-child .localnavi-item-inner__iii,
.localnavi__item:last-child .localnavi-item-inner__scc {
  border-right: none; }


/* nav-past
   ========================================================================== */
.nav-past {
  box-sizing: border-box;
  max-width: 1220px;
  margin: 20px auto 0;
  overflow: hidden; }

.nav-past__inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0 25px; }

.nav-past-logo {
  padding: 0 25px; }

.nav-past-logo__inner {
  margin: 0; }

.nav-past-logo__img {
  display: block;
  height: 40px;
  width: auto; }

.nav-past__item {
  margin-right: 25px; }

.nav-past__item a {
  display: block;
  padding-left: 20px;
  position: relative;
  text-decoration: underline; }

.nav-past__item a:hover {
  color: #bb7e23;
  text-decoration: none; }

.nav-past__item a:before {
  border: transparent solid 5px;
  border-left-color: #141414;
  content: ' ';
  position: absolute;
  height: 0;
  width: 0;
  left: 0;
  margin: 0px;
  padding: 0px;
  top: 7px; }

.nav-past__item a:hover:before {
  border-left-color: #bb7e23; }

.nav-past-item--active a{
  color: #d59b37;
  text-decoration: none; }

.nav-past-item--active a:before {
  border-left-color: #d59b37;  }

@media screen and (max-width: 1024px) {
  .nav-past {
    border: 1px solid #d8d8d8;
    margin: 0 60px; }

  .nav-past-logo {
    background: #f0f0f0;
    padding: 14px 20px; }

  .nav-past-logo__img {
    height: 30px; }

  .nav-past__inner {
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%; }

  .nav-past__inner:before,
  .nav-past__inner:after {
    content: "";
    display: table; }

  .nav-past__inner:after {
    clear: both; }

  .nav-past__item {
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 20px 0;
    width: 50%; }

  .nav-past__item a {
    font-size: 14px;
    padding-left: 30px; }

  .nav-past__item a:before {
    left: 13px; }
}

@media screen and (max-width: 767px) {
  .nav-past {
    margin: 0 20px; }
}



/* new-info
   ========================================================================== */
/* line 214, _module.scss */
.new-info {
  min-width: 1220px;
  background-color: #fff;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.12);
  margin-top: 1px; }

/* line 220, _module.scss */
.new-info__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 0 50px 0; }

/* line 227, _module.scss */
.new-info__item {
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 50%;
  display: flex;
  align-items: center; }
.new-info-item__alumni{
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
	margin-left: 40px;
	width: 50%;
}

/* line 234, _module.scss */
.new-info__ttl {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 1; }

/* line 240, _module.scss */
.new-info-info__items,
.new-info-info__item {
  list-style: none; }

/* line 244, _module.scss */
.new-info-info__items {
  margin: 0;
  padding: 0 40px 0 0; }

/* line 248, _module.scss */
.new-info-info__item {
  margin: 0;
  padding: 0 0 20px;
  line-height: 1.25em; }

.new-info-info__meta {
  margin-bottom: 6px; }

/* line 253, _module.scss */
.new-info-info__link {
  text-decoration: underline; }
.new-info-info__link:hover{
  text-decoration: none;
}

/* line 256, _module.scss */
.footer-info__headline {
  font-size: 14px; }

/* line 259, _module.scss */
.new-info-info__date {
  display: inline-block;
  font-size: 12px;
  color: #6e6e6e;
  margin-right: 6px; }

.new-info-info__post-type {
  display: inline-block;
  font-size: 12px;
  background: #f0f0f0;
  margin-right: 6px;
  padding: 0 15px; }

/* line 268, _module.scss */
.new-info-info__footer-link {
  font-size: 14px;
  color: #6e6e6e;
  text-decoration: underline; }
.new-info-info__footer-link:hover{
  text-decoration: none;
}

@media screen and (max-width: 767px){
	.new-info-item__news{
		margin-bottom: 56px;}

	.new-info-item__alumni{
		margin-left: 0;}

  .new-info__item, .new-info-item__alumni {
    width: 100%;
    display: inline-block;}
  .new-info__item:not(:first-child) {
     margin-top: 1rem;
  }
}

/* company-group
   ========================================================================== */
.company-group {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
  text-align: center;
}
.inner-company-group {
  margin-left: -60px;
}
.inner-company-group > div {
  display: inline-block;
  margin-left: 60px;
}
.inner-company-group > div:last-child {
  margin-left: 60px;
}
.inner-company-group div > * {
  margin-bottom: 40px;
  display: inline-block;
}
.inner-company-group .footer-contact {
  display: inline-block;
}
.company-group a {
  margin-right: 20px;
  margin-left: 30px;
}
.company-group a img {
  vertical-align: middle;
  margin-bottom: 5px;
  max-height: 33px;
}
.company-group a img:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1100px){
  .company-group {
    padding: 0 20px;
  }
  .inner-company-group {
    display: -webkit-box;
    display: block;
  }
  .company-group a img {
    max-height: 27px;
    max-width: 100%;
  }
}

/* footer
   ========================================================================== */
.footer{
	background: #231815;
	color: #fff;
	text-align: center;
}
.footer__inner{
	background: url(/assets/img/img_kikou.png) no-repeat;
	background-size: 300px;
	background-position: right center;
	padding: 30px 0;
}
.footer-content__wrap{
	width: 530px;
	margin: 0 auto;
}
.footer-author{
	margin: 0;
}
.footer-contact{
	margin: 0;
	margin-bottom: 5px;
}
.footer-contact img{
  height: 16px;
}
.footer-privacy{
 	margin: 0;
	margin-bottom: 5px;
	text-decoration: underline;
}
.footer-privacy:hover{
  text-decoration: none;
}
.footer-privacy a, .footer-contact a{
	color: #fff;
}
.footer-copy{
	margin: 0;
	font-size: 14px;
}

/* 追従バナー */
.fixrd-banner {
  width: 350px;
  background: url("/assets/img/img-bg-banner.jpg");
  background-size: cover;
  margin-bottom: 20px;
  color: #231815;
  box-shadow: 0 10px 20px 1px rgba(64, 59, 59, 0.3);
  padding: 10px 0px;
  border: thin solid #d8d8d8;
}

.fixrd-banner h2 {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', sans-serif;
  font-size: 1.1rem;
}

.fixrd-banner h2, .fixrd-banner p {
  margin: 0;
  color: #4a4a4a;
}

.fixrd-banner__button {
  background-color: #d59b37;
  display: block;
  border: 1px solid #d59b37;
  border-radius: 6px;
  text-align: center;
  max-width: 340px;
  margin: 4px auto 3px auto;
  text-decoration: none!important;
  color: #fff;
  padding: 2px 0;
  font-size: 0.9rem;
  font-weight: bold;
  width: 60%;
}

/* 閉じるボタン */
.add-control {
  right: 0;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.fixrd-banner:hover {
  opacity: 0.7;
  transition: 1.0s;
}
.btn {
  position: relative;
  background-color: #808080;
  border-radius: 50px;
  width: 29px;
  height: 29px;
  margin: 5px 0 0 -11px;
  z-index: 101;
  left: 0;
  box-shadow: 0 0px 1px 0.08rem #fff;
}
.btn::before, .btn::after{
  content: "";
  display: block;
  width: 13px;/*バツ線の長さ*/
  height: 3px;/*バツ線の太さ*/
  background: #fff;
  transform: rotate(45deg);
  transform-origin: center center;
  position: absolute;
  top: 44%;
  left: 27%;
}
.btn::after{
  transform: rotate(-45deg);
}
.btn:hover{
  background: #2a2a2a;
  transition: 1.0s;
}
.action-close {
  position: relative;
  margin-top: 2em;
}
.action-close .btn {
  position: absolute;
  top: -1em;
  cursor: pointer;
}
.add-control .checkbox {
    display: none;
}
.add-control .action-close #close:checked ~ .btn {
    display: none;
}
.add-control .action-close #close:checked ~ .box {
    display: none;
}

@media screen and (max-width: 767px){
	.footer__inner{
  	background-size: 245px;
		padding: 20px 0;
	}
	.footer-content__wrap{
		max-width: 286px;
		width: auto;
	}
	.footer-author, .footer-contact, .footer-copy, .footer-privacy {
		font-size: 14px;
	}
	.footer-contact img{
  	height: 14px;
	}
  .fixrd-banner {
    width: auto;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .fixrd-banner h2 {
    font-size: 0.9rem;
  }
  .fixrd-banner p {
    font-size: 0.8rem;
  }
  .fixrd-banner__button{
    width: 70%;
    font-size: 0.8rem;
    padding: 0;
    margin: 3px auto 3px auto;
    border-radius: 3px;
  }
  .btn {
    margin: 5px 0 0 -12px;
    width: 24px;
    height: 24px;
  }
  .btn::before, .btn::after{
    left: 24%;
  }
}


/* heroArea
   ========================================================================== */
/* line 294, _module.scss */
.heroArea {
  background-color: #f6f6f6;
  position: relative;
  z-index: 1; }

/* line 300, _module.scss */
.heroArea__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2; }

/* line 305, _module.scss */
.heroArea--type-top {
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  height: 530px; }
  /* line 333, _module.scss */
  .heroArea--type-top .heroArea__hero {
    width: 640px;
    margin: 0 auto;
    padding-top: 60px; }
  /* line 338, _module.scss */
  .heroArea--type-top .heroArea-heading {
    margin: 0;
    text-align: center; }
  /* line 342, _module.scss */
  .heroArea--type-top .heroArea__txt {
    margin-top: 30px;
    font-size: 22px;
    line-height: 1.48;
    text-align: center; }
  .heroArea__entry-iii{
    width: 50%;
    height: 80px;
    z-index: 3;
    background-image: url(/assets/img/bg-pattern.png);
    background-color: rgba(19, 19, 19, 0.7);
    transition: opacity 0.1s linear;
    float: left;}
  /* line 348, _module.scss */
  .heroArea__entry {
    width: 50%;
    height: 80px;
    z-index: 3;
    background-image: url(/assets/img/bg-pattern.png);
    background-color: #d59b37;
    transition: opacity 0.1s linear;
    float: left;}
  .heroArea-entry-iii{
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to bottom, rgba(19, 19, 19, 0.25), rgba(19, 19, 19, 0.75));
    position: relative; }
  /* line 363, _module.scss */
  .heroArea-entry {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to bottom, rgba(213, 154, 54, 0.25), rgba(213, 154, 54, 0.75));
    position: relative; }
  .heroArea-entry-iii:hover{
	background-color: rgba(0, 0, 0, 0.8);
	transition: all 0.2s linear;
    }
  .heroArea-entry:hover{
  color: #fff;
  background-color: rgba(255, 255, 255, 0.302);
  transition: all 0.2s linear; }
    /* line 377, _module.scss */
    .heroArea-entry:hover:after {
      background-color: rgba(212, 154, 55, 0.25);
      transition: all 0.2s linear; }
    .heroArea-entry-iii:after{
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background-color: rgba(19, 19, 19, 0);
      transition: background-color 0.1s linear; }
    /* line 381, _module.scss */
    .heroArea-entry:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background-color: rgba(187, 126, 35, 0);
      transition: background-color 0.1s linear; }
    .heroArea-entry-iii .heroArea-entry-iii__txt{
      font-size: 28px;
      color: #fff;
      z-index: 2;
      letter-spacing: -2.8px;
    }
    /* line 392, _module.scss */
    .heroArea-entry .heroArea-entry__txt {
      font-size: 28px;
      color: #fff;
      z-index: 2; }
    /* line 397, _module.scss */
    .heroArea-entry-iii .heroArea-entry__icon, .heroArea-entry .heroArea-entry__icon {
      display: block;
      margin-left: 16px;
      z-index: 2; }
    /* line 402, _module.scss */
    .heroArea-entry-iii .icon-arrow:before, .heroArea-entry .icon-arrow:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -.1em;
      background-image: url(/assets/img/icon-arrow.svg);
      background-repeat: no-repeat;
      width: 10px;
      height: 18px;
      background-size: 100%; }

/* line 417, _module.scss */
.heroArea--type-2017 {
  height: 730px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 1px; }
  /* line 421, _module.scss */
  .heroArea--type-2017:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }
  /* line 436, _module.scss */
  .heroArea--type-2017 .heroArea__hero {
    width: 700px;
    margin: 0 auto;
    padding-top: 62px; }
  /* line 441, _module.scss */
  .heroArea--type-2017 .heroArea-heading {
    margin: 0;
    text-align: center; }
  /* line 445, _module.scss */
  .heroArea-heading__img {
    width: 522px;
    height: 300px; }
  /* line 449, _module.scss */
  .heroArea--type-2017 .heroArea__txt {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 27px;
    line-height: 1.48;
    text-align: center; }
  /* line 456, _module.scss */
  .heroArea--type-2017 .heroArea__footer {
    text-align: center; }
  /* line 459, _module.scss */
  .heroArea--type-2017 .heroArea-footer__link {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    width: auto; }
  /* line 472, _module.scss */
  .heroArea--type-2017 .heroArea-footer__txt {
    color: #d59b37;
    font-size: 34px;
    line-height: 1;
    transition: color 0.1s linear; }
    /* line 477, _module.scss */
    .heroArea--type-2017 .heroArea-footer__txt:hover {
      color: #bb7e23;
      transition: all 0.2s linear; }
  /* line 482, _module.scss */
  .heroArea--type-2017 .heroArea-footer__icon {
    display: block;
    margin-left: 5px; }

/* contents
   ========================================================================== */
/* line 491, _module.scss */
.heading {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
  overflow: hidden; }

.iii-content-top{
  margin-bottom: 50px;}

.heading--top {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  height: auto;
  box-sizing: border-box;
  overflow: hidden; }

.heading--scc {
  max-width: 963px;
  margin: 0 auto;
  padding: 0;
  height: auto;
  box-sizing: border-box;
  overflow: hidden; }

.heroArea-entry__wrap{
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden; }

/* line 498, _module.scss */
.color-brownishgrey {
  color: #6e6e6e; }

/* line 501, _module.scss */
.heading__ttl {
  font-size: 34px;
  font-weight: normal;
  line-height: 1.15;
  margin: 60px 0 25px; }

.heading__text{
  font-size: 18px;
	margin-bottom: 40px; }

.heading__category a{
  color: #d59b37;
  margin-right: 10px;
  text-decoration: underline;
}

.co_section__ttl {
  text-align: center; }

.co_section_img__pc {
  display: block;
  width: 100%; }

.co_section_img__sp {
  display: none; }

.co_section-content-2_img__pc {
  display: block;
  height: 231px;
  margin-top: 20px;
  width: 390px; }

.co_section-content-2_img__sp {
  display: none; }

.co_section__txt {
  padding: 0 60px; }

.co_section__list {
  font-size: 20px;
  line-height: 1.5;
  list-style: none;
  margin: 5px 0;
  padding-left: 0; }

.co_section__list li {
  padding-left: 1.2rem;
  position: relative; }

.co_section__list li:before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0; }

/* line 507, _module.scss */
.menu-cover + .heading .heading__ttl {
  margin-top: 50px; }

/* line 510, _module.scss */
.horizon-shadow {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  margin-bottom: 1px; }

/* line 514, _module.scss */
.main {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 100px;}
body.index .main {
  margin-bottom: 60px;}
@media screen and (max-width: 767px){
  .main{
    margin-bottom: 40px;
    padding: 0 20px;
  }
  body.index .main {
    margin-bottom: 0;
  }
}



/* slider
   ========================================================================== */
.bx-wrapper {
  border: none;
  margin-bottom: 0; }

.bx-wrapper:last-child {
  display: none; }

.bxslider {
  margin: 0;
  padding: 0; }

.bxslider img {
  width: 100%; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 15px; }

/* line 517, _module.scss */
.section {
  position: relative;
  overflow: hidden; }

/* line 521, _module.scss */
.section__inner {
  max-width: 1220px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0px auto;
  position: relative; }

.contact .section__inner{
  max-width: 1220px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0px auto;
  position: relative; }

.img_mail {
  height: 20px;
  margin-bottom: 4px; }

.img_mail--footer {
  height: 16px;
  margin-bottom: 2px; }

.img_privacy_mail{
  height: 15px;
  margin-top: 5px;}

.img_contact_mail{
  height: 16px;
  margin-top: 5px;}

@media screen and (max-width: 320px){
  .img_privacy_mail, .img_contact_mail {
    width: 100%;
    height: auto;}
}
@media screen and (max-width: 767px){
  .img_mail {
    height: 16px;
    margin-bottom: 4px; }
  }
}

.privacy .section__inner{
  max-width: 1220px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0px auto;
  position: relative; }

.title-underbar{
  border-bottom: 2px solid #d59b37;
  padding-bottom: 15px;}

.link-in-sentence{
  color: #d59b37;}
.link-in-sentence:hover{
  color: #bb7e23;
  text-decoration: underline;}

/* line 528, _module.scss */
.section__ttl {
  font-size: 40px;
  line-height: 1.25;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  color: #000; }

/* line 532, _module.scss */
.ttl--size-middle {
  font-size: 30px; }

/* line 541, _module.scss */
.section-list__items {
  margin: 45px 0 0;
  padding: 0;
  list-style: none; }

body.privacy .section-list__items {
 margin-bottom: 45px; }

/* line 549, _module.scss */
.section-list__item {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px; }

/* line 554, _module.scss */
.section-list__items + .section__ttl {
  margin-top: 110px; }

/* line 557, _module.scss */
.section__ttl + .section__ttl {
  margin-top: 45px; }

/* line 560, _module.scss */
.br-pc {
  display: block; }

/* line 564, _module.scss */
.slogan__inner--slogan {
  padding: 86px 10px 123px; }

/* line 567, _module.scss */
.slogan__ttl--slogan {
  padding: 0 20px;
  margin: 0 0 60px;
  text-align: center; }

/* line 572, _module.scss */
.slogan__txt--slogan {
  max-width: 580px;
  margin: 0 auto; }

/* line 577, _module.scss */
.section--type-2017 .section__inner {
  padding: 118px 10px; }
/* line 580, _module.scss */
.section--type-2017 .section__contents {
  padding-left: 59%; }
/* line 583, _module.scss */
.section--type-2017 .section__footer {
  margin-top: 64px; }
/* line 586, _module.scss */
.section--type-2017 .section-footer__link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto; }
/* line 598, _module.scss */
.section--type-2017 .section-footer__txt {
  color: #d59b37;
  font-size: 34px;
  line-height: 1;
  transition: opacity 0.1s linear; }
  /* line 603, _module.scss */
  .section--type-2017 .section-footer__txt:hover {
    color: #bb7e23;
    transition: all 0.2s linear; }
/* line 608, _module.scss */
.section--type-2017 .section-footer__icon {
  display: block;
  margin-left: 5px; }

/* line 613, _module.scss */
.bubble__container {
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%; }

/* line 619, _module.scss */
.theme {
  margin-top: 40px;
  padding-bottom: 90px; }

/* line 623, _module.scss */
.theme__ttl {
  text-align: center; }

.theme__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 67px; }

.theme__items {
  overflow: hidden;
  width: 33.33%; }

.theme-items__inner {
  margin-right: 20px; }

.theme-items__ttl {
  color: #d59b37;
  font-size: 20px;
  font-weight: bold;
  text-align: left; }

.theme-items__ttl:before {
  background-color: #d59b37;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: '';
  display: inline-block;
  float: left;
  height: 40px;
  margin-right: 10px;
  position: relative;
  top: -5px;
  vertical-align: middle;
  width: 40px; }

.icon-ai-white:before {
  background-image: url(/assets/img/icon-white-large-ai@3x.png); }

.icon-energy-white:before {
  background-image: url(/assets/img/icon-white-large-energy@3x.png); }

.icon-home-white:before {
  background-image: url(/assets/img/icon-white-large-home@3x.png); }

.icon-medical-white:before {
  background-image: url(/assets/img/icon-white-large-medical-healthcare@3x.png); }

.icon-light-white:before {
  background-image: url(/assets/img/icon-white-large-light@3x.png); }

.icon-other-white:before {
  background-image: url(/assets/img/icon-white-large-other@3x.png); }

.icon-fintech-white:before {
  background-image: url(/assets/img/icon-white-large-fintech@3x.png); }

.icon-inbound-white:before {
  background-image: url(/assets/img/icon-white-large-inbound-tourism@3x.png); }

.icon-resilience-white:before {
  background-image: url(/assets/img/icon-white-large-resilience@3x.png); }

.icon-community-white:before {
  background-image: url(/assets/img/icon-white-large-community@3x.png);}


.theme__item {
  font-size: 20px;
  line-height: 1.5;
  list-style: none;
  padding-left: 0; }

.theme__item li {
  margin-bottom: 10px;
  padding-left: 1.2rem;
  position: relative; }

.theme__item li:before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0; }

/* line 678, _module.scss */
.theme__txt {
  margin: 15px auto 0;
  font-size: 12px;
  display: table;
  line-height: 1;
  text-align: center;
  color: #6e6e6e;
  border-bottom: 1px solid #d8d8d8; }

/* line 740, _module.scss */
.theme__footer {
  text-align: center;
  margin-top: 28px;
  line-height: 1; }

/* line 745, _module.scss */
.theme-footer__link {
  transition: opacity 0.1s linear; }
  /* line 747, _module.scss */
  .theme-footer__link:hover .theme-footer__txt {
    color: #bb7e23;
    transition: all 0.2s linear; }

/* line 752, _module.scss */
.theme-footer__txt {
  color: #d59b37;
  font-size: 34px;
  line-height: 1; }

/* line 757, _module.scss */
.theme-footer__icon:before {
  top: -.5em;
  margin-left: 3px; }

@media screen and (max-width: 1024px){
  .theme__items {
    width: 50%; }
}


/* line 800, _module.scss */
.btn_close {
  position: absolute;
  display: block;
  bottom: 27px;
  left: 50%;
  margin-left: -1.5em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #6e6e6e;
  border-bottom: 1px solid #d8d8d8; }


.support-companies {
  margin-top: 40px; }

.support-company {
  margin-bottom: 50px; }

.support-company:last-child .support-company__name {
  margin-bottom: 40px; }

.support-company__name {
  background-color: #f1ca87;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 20px 0;
  padding: 10px 20px; }

.support-company__name span.small {
  font-size: 12px;
  margin-top: 14px;
}

.support-company__name span.small a {
  color: currentcolor;
}

.between {
  display: flex;
  justify-content: space-between;
}

.application-theme {
  border-bottom: 1px solid #e6c387;
  padding-bottom: 25px; }

.application-theme:last-child {
  border-bottom: none; }

.application-theme__ttl {
  font-size: 24px;
  padding: 0 20px; }

.application-theme__tab {
  border: 1px solid #e6c387;
  color: #d59b37;
  font-size: 18px;
  margin-right: 40px;
  padding: 10px 25px; }

.support-company__content-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.support-company__content {
  padding: 0 20px;
  width: 100%; }

.support-company__txt {
  font-size: 18px;
  line-height: 1.5;
  margin: 0; }

.support-company__emblem {
  display: block;
  margin: 0 40px; }

.benefits__ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 35px 0 0; }

.benefits__list {
  counter-reset: my-counter;
  font-size: 18px;
  list-style: none;
  margin: 12px 0;
  padding: 0; }

.benefits__list li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative; }

.benefits__list li:before {
  border: 1px solid #141414;
  border-radius: 50%;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  float: left;
  height: 22px;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  width: 22px; }

.fund {
  margin-bottom: 80px; }

.funding-support__ttl {
  clear: both;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 25px; }

.funding-support__txt {
  font-size: 20px;
  line-height: 1.5;
  padding: 0; }

.funding-support__img img {
  display: block;
  margin: 50px auto 0; }

.event {
  margin-bottom: 80px; }

@media screen and (max-width: 767px) {
  .support-company {
    margin-bottom: 10px; }

  .support-company:last-child .support-company__name {
    margin-bottom: 20px; }

  .support-company__content-wrap {
    flex-direction: column-reverse; }

  .support-company__content {
    padding: 0; }

  .support-company__name {
    font-size: 20px; }

  .support-company__txt {
    font-size: 16px;
    line-height: 1.8; }

  .application-theme__tab {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 25px;
    margin-bottom: 8px;
    max-width: max-content;
    padding: 5px 15px;
    text-align: center; }

  .application-theme__ttl {
    font-size: 20px;
    margin: 25px 0 20px;
    padding: 0; }

  .benefits__ttl {
    font-size: 16px; }

  .benefits__list {
    font-size: 16px; }

  .benefits__list li:before {
    height: 20px;
    line-height: 20px;
    width: 20px; }

  .support-company__emblem {
    margin: 10px auto 25px; }

  .fund {
    margin-bottom: 50px; }

  .funding-support__ttl {
    font-size: 16px;
    padding-top: 0; }

  .funding-support__txt {
    font-size: 16px;
    line-height: 1.8; }

  .funding-support__img img {
    margin-top: 25px;
    width: 100%; }

  .event {
    margin-bottom: 0; }

  .between {
    display: grid;
    justify-content: space-between;
  }
}


/* flotation2017 */
.fl2017-theme__items {
  overflow: hidden;
  width: 1000px;
  margin: 67px auto 0 auto; }

@media screen and (max-width: 1100px){
  .fl2017-theme__items {
    overflow: hidden;
    width: 800px;
    margin: 67px auto; }
}
@media screen and (max-width: 920px){
  .fl2017-heme__items {
    overflow: hidden;
    width: 600px;
    margin: 67px auto; }
}

.fl2017-theme__item {
  position: relative;
  float: left;
  width: 180px;
  height: 190px;
  margin: 0 10px; }

@media screen and (max-width: 767px){
  .fl2017-theme__item {
    width: auto;
    height: 40px;
    float: none;
    margin: 0; }
}

.fl2017-theme__item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 50px;
  background-repeat: no-repeat;
  width: 80px;
  height: 88px;
  background-size: 100%; }

@media screen and (max-width: 767px){
  .fl2017-theme__item:before {
    width: 40px;
    height: 40px;
    left: 0;
    float: left; }
}

.fl2017-theme__link {
  transition: opacity 0.1s linear; }

.fl2017-theme__link:hover .fl2017-theme__name {
  color: #bb7e23;
  transition: all 0.2s linear; }

.fl2017-theme__link:hover .fl2017-theme__txt {
  color: rgba(20, 20, 20, 0.8);
  transition: all 0.2s linear; }

.fl2017-theme__name {
  display: block;
  font-size: 15px;
  line-height: 1.33;
  color: #d59b37;
  text-align: center;
  padding-top: 14px;
  border-top: 1px solid #d59b37; }

@media screen and (max-width: 767px){
  .fl2017-theme__name {
    border: none;
    text-align: left;
    padding-top: 0;
    margin-left: 48px;
    padding-top: 13px;
    padding-bottom: 12px;
    line-height: 1;
    border-bottom: 1px solid #d8d8d8; }
}

.fl2017-theme__txt {
  margin: 15px auto 0;
  font-size: 12px;
  display: table;
  line-height: 1;
  text-align: center;
  color: #6e6e6e;
  border-bottom: 1px solid #d8d8d8; }

@media screen and (max-width: 767px){
  .fl2017-theme__txt {
    display: none; }
}

.fl2017-theme__detail {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 20px 0 27px; }

@media screen and (max-width: 767px){
  .fl2017-theme__detail {
    padding: 0; }
}


/* icon-black */
.icon-medical-black:before,
#inline-medical:before {
  background-image: url(/assets/img/icon-black-large-medical-healthcare@3x.png); }

.icon-robotics-black:before,
#inline-robotics:before {
  background-image: url(/assets/img/icon-black-large-robotics@3x.png); }

.icon-ai-black:before,
#inline-ai:before {
  background-image: url(/assets/img/icon-black-large-ai@3x.png); }

.icon-iot-black:before,
#inline-iot:before {
  background-image: url(/assets/img/icon-black-large-iot-sensors@3x.png); }

.icon-bigdata-black:before,
#inline-bigdata:before {
  background-image: url(/assets/img/icon-black-large-big-data@3x.png); }

.icon-security-black:before,
#inline-security:before {
  background-image: url(/assets/img/icon-black-large-security-safety@3x.png); }

.icon-share-black:before,
#inline-share:before {
  background-image: url(/assets/img/icon-black-large-sharing-business@3x.png); }

.icon-retailtech-black:before,
#inline-retailtech:before {
  background-image: url(/assets/img/icon-black-large-retailtech@3x.png); }

.icon-fintech-black:before,
#inline-fintech:before {
  background-image: url(/assets/img/icon-black-large-fintech@3x.png); }

.icon-blockchain-black:before,
#inline-blockchain:before {
  background-image: url(/assets/img/icon-black-large-blockchain-dao@3x.png); }

.icon-legaltech-black:before,
#inline-legaltech:before {
  background-image: url(/assets/img/icon-black-large-legaltech@3x.png); }

.icon-drone-black:before,
#inline-drone:before {
  background-image: url(/assets/img/icon-black-large-drone@3x.png); }

.icon-telematics-black:before,
#inline-telematics:before {
  background-image: url(/assets/img/icon-black-large-telematics@3x.png); }

.icon-cooljapan-black:before,
#inline-cooljapan:before {
  background-image: url(/assets/img/icon-black-large-cool-japan@3x.png); }

.icon-vr-black:before,
#inline-vr:before {
  background-image: url(/assets/img/icon-black-large-vr-ar-mr-video@3x.png); }

.icon-media-black:before,
#inline-media:before {
  background-image: url(/assets/img/icon-black-large-media-entertainment@3x.png); }

.icon-agritech-black:before,
#inline-agritech:before {
  background-image: url(/assets/img/icon-black-large-agritech-foodtech@3x.png); }

.icon-energy-black:before,
#inline-energy:before {
  background-image: url(/assets/img/icon-black-large-energy@3x.png); }

.icon-innovative-black:before,
#inline-innovative:before {
  background-image: url(/assets/img/icon-black-large-innovative-materials@3x.png); }

.icon-space-black:before,
#inline-space:before {
  background-image: url(/assets/img/icon-black-large-space@3x.png); }

.icon-inbound-black:before,
#inline-inbound:before {
  background-image: url(/assets/img/icon-black-large-inbound-tourism@3x.png); }

.icon-local-black:before,
#inline-local:before {
  background-image: url(/assets/img/icon-black-large-local-creation@3x.png); }

.icon-social-black:before,
#inline-social:before {
  background-image: url(/assets/img/icon-black-large-social-business@3x.png); }

.icon-resilience-black:before,
#inline-resilience:before {
  background-image: url(/assets/img/icon-black-large-resilience@3x.png); }

.icon-other-black:before,
#inline-other:before {
  background-image: url(/assets/img/icon-black-large-other@3x.png); }

.theme__footer {
  text-align: center;
  margin-top: 28px;
  line-height: 1; }

.theme-footer__link {
  transition: opacity 0.1s linear; }

.theme-footer__link:hover .theme-footer__txt {
  color: #bb7e23;
  transition: all 0.2s linear; }

.theme-footer__txt {
  color: #d59b37;
  font-size: 34px;
  line-height: 1; }

.theme-footer__icon:before {
  top: -.5em;
  margin-left: 3px; }

.theme__detail {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 20px 0 27px; }

.theme__detail:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 50%;
  margin-left: -75px;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  background-size: 100%; }

.theme-detail__head {
  border-bottom: solid 2px #d8d8d8; }

.theme-detail__ttl {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.33;
  text-align: center;
  padding: 0 20px 40px;
  margin: 0; }

.theme-detail__content {
  padding: 20px; }

.theme-detail__txt {
  font-size: 20px;
  line-height: 1.5;
  margin: 5px 0; }

.btn_close {
  position: absolute;
  display: block;
  bottom: 27px;
  left: 50%;
  margin-left: -1.5em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #6e6e6e;
  border-bottom: 1px solid #d8d8d8; }


/* line 814, _module.scss */
.heading__ttl--type-content {
  margin: 75px auto 111px;
  text-align: center; }

.heading__ttl--type-content img{
  height: 250px;
}

/* line 818, _module.scss */
.section--type-content {
  padding-bottom: 90px; }
  /* line 820, _module.scss */
  .section--type-content .section__inner {
    position: relative; }

/* line 824, _module.scss */
.section__announcement {
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  margin: 90px 0 90px;
  padding: 36px 10px;
  text-align: center;
  color: #d59b37;
  border-top: 1px solid #d59b37;
  border-bottom: 1px solid #d59b37; }

.section__announcement--scc {
  border-top: 1px solid #6e6e6e !important;
  border-bottom: 1px solid #6e6e6e !important;
  color: #0a2052;
}

/* line 835, _module.scss */
.txt--size-large {
  font-size: 24px; }

/* line 838, _module.scss */
.section__target {
  font-size: 20px;
  margin: 30px 0 0;
  padding: 0; }

body.mirai2019 .section__target {
 padding-right: 25px; }

/* line 843, _module.scss */
.section-target__item {
  margin-bottom: 1.5em;
  position: relative;
  line-height: 1.5; }

/* line 848, _module.scss */
.section-target__item--no {
  background-position: -16px center;
  list-style: none; }

/* line 852, _module.scss */
.section-target__item--no-1:before,
.section-target__item--no-2:before,
.section-target__item--no-3:before,
.section-target__item--no-4:before,
.section-target__item--no-5:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 32px;
  margin-left: -47px;
  margin-right: 15px;
  position: relative;
  vertical-align: middle;
  width: 32px; }

/* line 866, _module.scss */
.section-target__item--no-1:before {
  background-image: url(/assets/img/list-no-1.svg); }

/* line 867, _module.scss */
.section-target__item--no-2:before {
  background-image: url(/assets/img/list-no-2.svg); }

/* line 868, _module.scss */
.section-target__item--no-3:before {
  background-image: url(/assets/img/list-no-3.svg); }

/* line 869, _module.scss */
.section-target__item--no-4:before {
  background-image: url(/assets/img/list-no-4.svg); }

.section-target__item--no-5:before {
  background-image: url(/assets/img/list-no-5.svg); }

/* line 871, _module.scss */
.schedule {
  padding: 40px 0 130px; }

/* line 874, _module.scss */
.section__table-container {
  margin: 25px 0;
  padding: 0 10px;
  box-sizing: border-box; }

.section__table-scc-container {
  margin: 25px 0;
  padding: 0 10px;
  box-sizing: border-box; }

/* line 879, _module.scss */
.section__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.section__table-scc {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.section__table a{
  color: #d59b37;
  text-decoration: underline; }

.section__table-scc a{
  color: #2862AF;
  text-decoration: underline; }

.section__table a:hover{
  color: #bb7e23;
  text-decoration: none; }

.section__table-scc a:hover{
  color: #2862AF;
  text-decoration: none; }

.normal-link {
  color: #d59b37;
  text-decoration: underline; }

.normal-link:hover{
  color: #bb7e23;
  text-decoration: none; }

/* line 884, _module.scss */
.section-table__tr {
  border-top: 1px solid #d59b37; }

.section-table__tr--scc {
  border-top: 1px solid #6e6e6e;
}

/* line 887, _module.scss */
.section-table__tr--border-heavy {
  border-top: 6px solid #d59b37; }

/* line 890, _module.scss */
.section-table__tr:last-child {
  border-bottom: 1px solid #d59b37; }

.section-table__tr--scc:last-child {
  border-bottom: 1px solid #6e6e6e;
}

/* line 893, _module.scss */
.section-table__th, .section-table__td {
  padding: 31px 0;
  line-height: 1.25;
  vertical-align: top; }

/* line 898, _module.scss */
.section-table__th {
  font-size: 24px;
  font-weight: normal;
  text-align: left; }

.section-table-hscc__th, .section-hscc-table__td {
  padding: 10px 0;
  line-height: 1.25;
  vertical-align: top; }

.section-table-hscc__th {
  font-size: 24px;
  font-weight: normal;
  text-align: left; }

/* line 903, _module.scss */
.section-table__td {
  color: #6e6e6e;
  width: 65%;
  font-size: 22px; }

/* line 908, _module.scss */
.section_notes {
  line-height: 1.5;
  margin-left: 35%; }

/* line 913, _module.scss */
.section-notes__txt {
  font-size: 18px;
  line-height: 1.5;
  color: #6e6e6e; }

.application_overview_content {margin-top: 90px;}

/* book */
.book_overview_content {
  margin-top: 100px; }

.book-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 80px;}
.book-list:first-child {
  margin-top: 0;}

.book-list__photo {
  text-align: center;}
book-list__photo.img {
  max-width: 185px;}

.book-list__profile {
  margin-left: 50px;}

.book-ttl {
  font-size: 24px;
  margin-top: 0;}

.book-author {
  font-size: 18px;
  margin-bottom: 0;}

.book-author__position {
  margin-top: 0.5em;}

.book-author__comment {
  margin-top: 1.5em;}

.book-author__profile {
  margin-left: 1em;}

.nobr {
  white-space: nowrap;}

/* line 919, _module.scss */
.section--type-application {
  padding-bottom: 90px; }
  /* line 921, _module.scss */
  .section--type-application .section__contents {
/*     width: 580px; */
    margin-right: auto;
    margin-left: auto;}
  /* line 925, _module.scss */
  .section--type-application .section__ttl {
    text-align: center; }
  /* line 928, _module.scss */
  .section--type-application .section__txt {
    margin-top: 47px; }
  body.mirai_second_exam .section__txt{
    line-height: 1.8;}
  /* line 931, _module.scss */
  .section--type-application .section-list__items {
    margin-top: 20px; }

/* line 935, _module.scss */
.application-2 {
  margin-top: 40px; }
  /* line 937, _module.scss */
  .application-2 .section-list__items {
    margin-top: 0; }

/* line 941, _module.scss */
.pass {
  margin-top: 40px;
  padding-bottom: 90px; }

.pass a {
  color: #d59b37;
  text-decoration: underline; }

.pass a:hover {
  color: #bb7e23;
  text-decoration: none; }

/* line 945, _module.scss */
.pass__txt {
  margin-top: 50px; }

.strike_txt{
  text-decoration: line-through;}

/* line 948, _module.scss */
.pass_txt + .pass-contents__1st,
.pass_txt + .pass-contents__2nd {
  margin-top: 94px; }

.pass-contents__wrap{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* line 951, _module.scss */
.pass-contents__1st,
.pass-contents__2nd {
  margin: 67px 0;
  padding: 0 1%;
  width: 50%; }

.pass-contents__champ {
  padding: 0 1%; }

/* line 957, _module.scss */
.pass-contents-1st__ttl,
.pass-contents-2nd__ttl,
.pass-contents-champ__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 20px; }

.pass-contents-1st__ttl{
  background-color: #fadaa3; }

.pass-contents-2nd__ttl{
  background-color: #f1ca87; }

.pass-contents-champ__ttl{
  background-color: #f3ba58; }

.pass-contents__ttl--01{
  margin-top: 40px;}

.pass-col-champ__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.pass-col-champ-txt__wrap {
  padding: 0 15px; }

/* line 971, _module.scss */
.pass__col {
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%; }

.pass__col:after {
  border-bottom: 1px solid #e6c387;
  content: '';
  display: inline-block;
  line-height: 0;
  overflow: hidden;
  width: 65%; }

.pass-col__inner {
  height: 150px; }

.pass__col:last-child:after{
  content: none; }

.pass-col__champ{
  padding: 0 1%;
  width: 50%; }

/* line 984, _module.scss */
.col-triple {
  width: 1200px; }

/* line 993, _module.scss */
.pass-col__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 20px }

.pass-col__ttl:before {
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  float: left;
  height: 30px;
  margin-right: 12px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 30px; }

.icon-training:before {
  background-image: url(/assets/img/training.svg);
  width: 25px; }

.icon-networking:before {
  background-image: url(/assets/img/networking.svg); }

.icon-pitch:before {
  background-image: url(/assets/img/pitch.svg); }

.icon-world:before {
  background-image: url(/assets/img/world.svg); }

.icon-award:before {
  background-image: url(/assets/img/award.svg);
  height: 32px;
  margin-left: 13px;
  top: -4px;
  width: 17px; }

.icon-funds:before {
  background-image: url(/assets/img/funds.svg);
  top: -4px; }

/* line 1000, _module.scss */
.pass-list__items {
  margin: 0 0 25px;
  padding: 0;
  list-style: none; }

/* line 1005, _module.scss */
.pass-list__item {
  background-position: 6px 4px;
  background-size: 9px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 26px; }

.pass-list__notes {
  line-height: 1.5;
  list-style: none;
  margin-top: 10px;
  padding: 0; }

.pass-list__notes li {
  padding-left: 1rem;
  position: relative; }

.pass-list__notes li span {
  left: 0;
  position: absolute;
  top: 0; }

/* line 1013, _module.scss */
.pass-item__txt {
  line-height: 1.25;
  margin: 0; }


/* 2017 */
.pass2017-pass {
  margin-top: 40px;
  padding-bottom: 90px; }

.pass2017-pass__txt {
  margin-top: 50px; }

.pass2017-pass_txt + .pass2017-pass__contents {
  margin-top: 94px; }

.pass2017-pass__contents {
  margin: 40px 0; }

.pass2017-pass__contents:last-child {
  margin-bottom: 0; }

.pass2017-pass-contents__ttl {
  font-size: 30px;
  line-height: 1.25;
  font-weight: normal;
  margin: 0;
  margin-bottom: 15px; }

.pass2017-pass__row {
  border-bottom: 1px solid #d59b37;
  overflow: hidden;
  padding: 30px 0 40px; }

.pass2017-pass__contents:last-child .pass2017-pass__row {
  border-bottom: none; }

.pass2017-pass__col {
  box-sizing: border-box;
  display: table-cell;
  padding: 5px 15px;
  width: 25%;
  border-right: 1px solid #d59b37; }

.pass2017-pass__col:first-child {
  padding-left: 0; }

.pass2017-pass__col:last-child {
  border-right: none;
  padding-right: 0; }

.pass2017-col-double {
  width: 50%; }

.pass2017-col-triple {
  width: 1200px; }

.pass2017-pass-col__ttl {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  margin: 0 0 20px;
  color: #6e6e6e; }

.pass2017-pass-list__items {
  margin: 0 0 25px;
  padding: 0;
  list-style: none; }

@media screen and (max-width: 767px){
  .pass2017-pass {
    margin-top: 40px;
    padding-bottom: 40px; }

  .pass2017-pass_txt + .pass2017-pass__contents {
    margin-top: 30px; }

  .pass2017-pass-contents__ttl {
    font-size: 20px; }

  .pass2017-pass__row {
    border: none;
    padding: 20px 0 15px;
    position: relative; }

  .pass2017-pass__row:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 62.666%;
    height: 2px;
    margin: 0 18.667%;
    background-color: #d59b37; }

  .pass2017-pass__contents:last-child .pass2017-pass__row:after {
    background-color: #fff; }

  .pass2017-pass__col {
    border-right: none;
    display: block;
    padding: 0;
    width: 100%; }

  .pass2017-pass-col__ttl:first-child {
    margin-top: 0; }

/* book */
  .book_overview_content,
  .book-list {
    margin-top: 70px;}

  .book-list {
    display: block;}

  .book-list__profile {
    margin-left: 0;}

  .book-ttl {
    font-size: 20px;}
}


/* line 1017, _module.scss */
.prize {
  margin-top: 40px;
  padding-bottom: 90px; }
  /* line 1020, _module.scss */
  .prize h2 {
    text-align: center; }
  /* line 1023, _module.scss */
  .prize .section__contents {
/*     width: 580px; */
    margin: 0 auto; }

/* line 1029, _module.scss */
.prize_txt {
  margin-top: 15px; }

/* line 1030, _module.scss */
.prize_list {
  margin-top: 20px; }

/* line 1031, _module.scss */
.prize_txt + .section__ttl {
  margin-top: 40px; }

/* line 1034, _module.scss */
.list--size-small .section-list__item {
  font-size: 18px; }

/* line 1037, _module.scss */
.flow {
  margin-top: 40px;}

/* line 1041, _module.scss */
.flow__container {
  background-image: url(/assets/img/line-flow.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: table;
  margin-bottom: 35px;
  overflow: hidden;
  padding: 0 10px 53px;
  width: 100%; }

.flow__container--scc {
  background-image: url(/assets/img/line-flow-scc.svg);
}

/* line 1049, _module.scss */
.section__ttl + .flow__container {
  margin-top: 90px; }

/* line 1052, _module.scss */
.flow__no-3 {
  background: none;
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 73px; }

/* line 1057, _module.scss */
.flow__no {
  width: 20%;
  display: table-cell; }

.flow__contents {
  width: 80%;
  display: table-cell; }

/* line 1061, _module.scss */
.flow__no {
  color: #d59b37;
  font-size: 67px;
  vertical-align: middle;
  text-align: center; }

/* line 1067, _module.scss */
.flow__contents {
  padding-right: 50px; }

/* line 1070, _module.scss */
.flow__txt {
  font-size: 20px;
  margin-top: 0;
  line-height: 1.5; }

/* line 1075, _module.scss */
.flow__txt + .section-list__items {
  margin-top: 20px; }

/* line 1079, _module.scss */
.flow__contents .section-list__items {
  margin-bottom: 28px; }

/* line 1082, _module.scss */
.flow__link {
  color: #d59b37;
  font-size: 18px;
  line-height: 1;
  transition: color 0.1s linear;
  text-decoration: underline;
  margin: 20px 0;
  display: block; }
  /* line 1089, _module.scss */
  .flow__link:hover {
    color: #bb7e23;
    transition: all 0.2s linear;
    text-decoration: none; }
.flow-link__txt{
  text-decoration: underline;
}
.flow-link__txt:hover{
  text-decoration: none;
}

/* line 1094, _module.scss */
.flow-link__txt {
  display: inline-block; }

/* line 1097, _module.scss */
.flow-link__icon {
  display: inline-block;
  margin-left: 3px; }

/* line 1101, _module.scss */
.flow__link .icon-arrow3:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px; }

/* line 1106, _module.scss */
.flow__link + .section-notes__txt {
  margin-top: 30px; }

/* line 1109, _module.scss */
.flow__mail {
  border-bottom: 1px solid #d8d8d8; }

/* line 1113, _module.scss */
.flow .section_notes {
  padding: 0;
/*   width: 550px; */
  margin: 0 auto; }
  /* line 1117, _module.scss */
  .flow .section_notes .section-notes__ttl {
    text-align: left;
    color: #6e6e6e;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 35px;
    margin-bottom: 14px; }

/* line 1129, _module.scss */
body.iii_index .heading__ttl {
  margin-top: 75px;
  margin-bottom: 100px;
  padding: 0;}

/* line 1133, _module.scss */
.heading__lead {
  font-size: 20px;
  text-align: left;
  line-height: 1.5; }

.heading-lead--eng{
  font-size: 20px;
  text-align: left;
  line-height: 1.5; }

.heading-lead__iii{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 34px;}

/* line 1138, _module.scss */
body.mirai .heading__lead {
  width: 700px;
  margin: 40px auto 73px;
  line-height: 30px; }
@media screen and (max-width: 767px){
  body.mirai .heading__lead{
    width: auto;
    margin: 20px 0;
  }
}

/* line 1142, _module.scss */
body.iii .section {
  margin-top: 40px; }

body.mirai_second_exam .section {
  margin-top: 40px; }

/* line 1146, _module.scss */
body.iii .section__ttl {
  font-weight: bold;
  text-align: center; }

#iii-innovation .section__ttl {
  margin-bottom: 40px;}

/* line 1149, _module.scss */
.section__lead {
  text-align: left;
  font-size: 20px;
  line-height: 1.5; }
.section-lead--eng{
  text-align: left;
  font-size: 20px;
  line-height: 1.5; }

body.iii #iii-activity .section__lead {
  text-align: center;
}

/* line 1160, _module.scss */
#iii-action .section__lead, #iii-action .section-lead--eng {
  width: 700px; }

/* line 1163, _module.scss */
#iii-action .section-list__item {
  margin-bottom: 2.5em;
  position: relative;
  line-height: 1.5; }

.action-list{
  margin-top: 40px;
  margin-bottom: 90px;}

.action-list__item-img{
  float: left;
  width: 215px;}

.action-list__item-img img{
  width: 100%;}

.action-list__item-text {
  box-sizing: border-box;
  font-size: 20px;
  float: left;
  width: 100%;
  margin-left: -215px;
  padding-left: 215px;
  line-height: 30px;}

.innovation-img {
  margin-top: 40px;}

.innovation-img img{
  display: block;
  width: 100%}

.innovation-img__link{
  display: block;}

.innovation-img--s{
  display: none;}

.pdf-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
  max-width: 630px;
  margin-bottom: 90px;}

.pdf-section-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
  max-width: 420px;
  margin-bottom: 90px;}

.pdf-section__2018 {
  max-width: 420px;}

.pdf-section .txtBox a,
.pdf-section-2 .txtBox a{
  color: #d59b37;
  text-decoration: underline;}

.pdf-section .txtBox a:hover{
  color: #bb7e23;
  text-decoration: none;}

.boxPdf {
  text-align: center;}

.guide-section{
  padding-bottom: 90px;}

.section-ttl__h2 {
  font-size: 24px;
  text-align: left;}

.mb-100{
  margin-bottom: 100px;}

.exam_outcome__title-h3{
  margin: 20px 0;
  font-size: 22px;}

.exam_outcome__title-h4{
  margin: 15px 0;
  font-size: 20px;}

.exam_outcome__imgs:after {
  content:" ";
  display:block;
  clear:both;}

  body.mirai2017 .exam_outcome__img{
    box-sizing: border-box;
    float: left;
    width: 49%;}

  body.mirai2017 .exam_outcome__img:first-child{
    margin-right: 2%;}

  body.mirai2017 .exam_outcome__img img{
    width: 100%;}

  body:not(.mirai2017) .exam_outcome__imgs{
    margin-bottom: 40px;}

  body:not(.mirai2017) .exam_outcome__img{
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 50%;}

  body:not(.mirai2017) .exam_outcome__img img{
    width: 100%;}

.exam_outcome__award{
  border-bottom: solid 1px #d59b37;
  padding: 50px 0;}

.exam_outcome__award:first-child{
  padding-top: 25px;}

.exam_outcome__award ul{
  -webkit-padding-start: 20px;}

.exam_outcome__h4-wrap{
  margin-bottom: 50px;}

.exam_outcome .judge-section-schedule-table{
  margin-bottom: 40px;}

.exam_outcome .judge-section-schedule-table th{
  width: 180px;}

.exam_outcome__syugou img{
  width: 100%;}

.exam_outcome__syugou{
  padding: 50px 0;}

.judge-section-schedule-table{
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  border: 1px solid #d9d9d9;
  width: 100%;}

.judge-section-schedule-table-scc,
body.mirai_scc_status main table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  border: 1px solid #d9d9d9;
  width: 100%;}

.judge-section-schedule-table img{
  width: 100%;}

.judge-section-schedule-table th {
  background: rgb(128, 128, 128);
  max-width: 80px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  border: 1px solid #d9d9d9;
  line-height: 180%;}

.judge-section-schedule-table-scc th,
body.mirai_scc_status main table th {
  background: rgb(210, 219, 238);
  max-width: 80px;
  color: #000;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border: 1px solid #6A6A6A;
  line-height: 180%;}

.judge-section-schedule-table .txtArea{
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin-right: -254px;
  padding-right: 254px;}

.judge-section-schedule-table .mapArea_01{
  float: right;
  width: 254px;}

.mirai_last_exam .mapArea_01 figure{
  margin: 0;
  font-size: 12px;}

.mirai_last_exam .mapArea_01 figcaption{
  margin-top: 5px;
  line-height: 20px;
}

.mapArea_02{
  margin-top: 40px;}

.mapArea_02 img{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 927px;}

.judge-section-schedule-table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #d9d9d9;
  line-height: 180%;}

.judge-section-schedule-table-scc td,
body.mirai_scc_status main table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #6A6A6A;
  line-height: 180%;}

.judge-section-schedule-table-scc td.center {
  padding: 10px;
  text-align: center;
  border: 1px solid #6A6A6A;
  line-height: 180%;}

/* レスポンシブ用table */
@media screen and (max-width: 767px) {
  .center br {
    display: none;
  }
  .judge-section-schedule-table-scc,
  body.mirai_scc_status main table {
    width: 100%;
  }
  .judge-section-schedule-table-scc .thead,
  body.mirai_scc_status main table tbody tr:first-child {
    display: none;
  }
  .judge-section-schedule-table-scc th {
    display: block;
  }
  .judge-section-schedule-table-scc tr {
    width: 100%;
  }
  .judge-section-schedule-table-scc td,
  body.mirai_scc_status main table td {
    display: block;
    text-align: center;
  }
  .judge-section-schedule-table-scc td:first-child,
  body.mirai_scc_status main table td:first-child {
    background: rgb(210, 219, 238);
    font-weight: bold;
    text-align: center;
  }
  .judge-section-schedule-table-scc td::before,
  body.mirai_scc_status main table td:before {
    content: attr(label);
    clear: both;
    float: left;
    font-weight: bold;
  }
  body.mirai_scc_status main table td:nth-child(2):before {
    content: "採択年度";
  }
  body.mirai_scc_status main table td:nth-child(3):before {
    content: "事業名";
  }
  body.mirai_scc_status main table td:nth-child(4):before {
    content: "実証実験概要";
  }
  body.mirai_scc_status main table td:nth-child(5):before {
    content: "実証概要PDF";
  }
}

.judge-section-schedule-table-scc td.center {
  padding: 10px;
  text-align: center;
  border: 1px solid #6A6A6A;
  line-height: 180%;}

.judge-section-schedule-table .areaWrap{
  margin-bottom: 1em;}

.judge-section-schedule-table__orange{
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 40px;
  border: 1px solid #d9d9d9;
  width: 100%;}

.judge-section-schedule-table__orange th {
  background: #d49935;
  max-width: 80px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  border: 1px solid #d9d9d9;
  line-height: 180%;}

.judge-section-schedule-table__orange td {
  padding: 10px;
  text-align: left;
  border: 1px solid #d9d9d9;
  line-height: 180%;}

.scheduleBox .img_schedule{
  width: 100%;}

.scheduleBox .img_schedule-01,
.scheduleBox .img_sche2018-01,
.scheduleBox .img_sche2018-02,
.boothBox .img_booth{
  display: block;
  width: 100%;
  max-width: 903px;
  margin: 0 auto;}

.scheduleBox .img_schedule-02{
  display: block;
  width: 100%;
  max-width: 842px;
  margin: 0 auto;}

.scheduleBox .img_schedule-s,
.boothBox .img_booth-s{
  display: none;}

.boothBox{
  margin-top: 30px;}

.desc-wrap{
  margin-bottom: 40px;}

.vertical-list{
  padding: 0;}

.vertical-list li{
  line-height: 180%;
  margin-bottom: 10px;
  display: inline-block;}

.vertical-list li:before {
  content: '/';
  display: inline-block;
  margin: 0 .5em;
  color: #d9d9d9;}

.vertical-list li:first-child:before{
  display: none;}

.guide-section a{
  color: #d59b37;
  text-decoration: underline;}

.guide-section a:hover{
  color: #bb7e23;
  text-decoration: none;}

body.iii .action-emphasis{
  color: #d59b37;
  width: 700px;
  margin: 40px auto 44px;
  text-align: center;
  font-size: 27px;
  line-height: 1.25;
}
@media screen and (max-width: 767px){
  body.iii .action-emphasis{
    width: auto;
    margin: 20px auto;}

  body.iii #iii-activity .section__lead {
    text-align: left;
    margin-bottom: 30px;}

  body.iii #iii-member .section__lead {
    margin-bottom: 30px;}

  .section-ttl__h2{
    font-size: 20px;}

  .pdf-section{
    margin-bottom: 0;}

  .exam_outcome{
    margin-bottom: 20px;}

  .exam_outcome__title-h3{
    font-size: 18px;}

  .exam_outcome__title-h4{
    font-size: 16px;}

  .exam_outcome__award{
    padding: 25px 0;}

  .exam_outcome__award:first-child{
    padding-top: 0;}

  .exam_outcome__h4-wrap{
    margin-bottom: 25px;}

  .exam_outcome .judge-section-schedule-table th{
    width: 80px;}

  .exam_outcome .judge-section-schedule-table{
    margin-bottom: 25px;}

  .mirai2018 .exam_outcome__imgs,
  .exam_outcome__imgs{
    margin-bottom: 20px;}

  .mirai2017 .exam_outcome__img{
    width: 100%;}

  .mirai2018 .exam_outcome__img {
    width: 100%;}

  .exam_outcome__img:first-child{
    margin-right: 0;
    margin-bottom: 5px;}

  .exam_outcome__syugou{
    padding: 25px 0;}

  .innovation-img{
    display: none;}

  .innovation-img--s{
    display: block;
    width: 100%;}

  .scheduleBox .img_schedule{
    display: none;}

  .scheduleBox .img_schedule-s,
  .boothBox .img_booth-s{
    display: block;
    width: 100%;}

  .scheduleBox .img_schedule-01,
  .scheduleBox .img_schedule-02,
  .scheduleBox .img_sche2018-01,
  .scheduleBox .img_sche2018-02,
  .boothBox .img_booth{
    display: none;}

  .boothBox{
    margin-top: 20px;}

  body.mirai_second_exam .staff-list__profile{
    margin-left: 0;
    padding-left: 0;}

  .judge-section-schedule-table .txtArea{
    float: none;
    width: 100%;
    margin-right: 0;
    padding-right: 0;}


  .judge-section-schedule-table .mapArea_01{
    float: none;
    width: 100%;}
}

/* line 1168, _module.scss */
.section-list__item--no {
  background-position: -16px center;
  list-style: none; }

/* line 1172, _module.scss */
.section-list__item--no-1:before,
.section-list__item--no-2:before,
.section-list__item--no-3:before,
.section-list__item--no-4:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 32px;
  margin-left: -47px;
  margin-right: 15px;
  position: relative;
  vertical-align: middle;
  width: 32px; }

body.mirai .section-list__item a{
  color: #d59b37;
  text-decoration: underline; }

body.mirai .section-list__item a:hover{
  color: #bb7e23;
  text-decoration: none; }

/* line 1186, _module.scss */
.section-list__item--no-1:before {
  background-image: url(/assets/img/list-no-1.svg); }

/* line 1187, _module.scss */
.section-list__item--no-2:before {
  background-image: url(/assets/img/list-no-2.svg); }

/* line 1188, _module.scss */
.section-list__item--no-3:before {
  background-image: url(/assets/img/list-no-3.svg); }

/* line 1189, _module.scss */
.section-list__item--no-4:before {
  background-image: url(/assets/img/list-no-4.svg); }

.section-list__eng{
  display: block;
  margin-top: 25px;}

/* line 1191, _module.scss */
body.iii .section-list {
  box-sizing: border-box;
  padding-left: 52px; }

/* line 1200, _module.scss */
.iii-innovation__img {
  margin: 30px auto 28px;
  width: 100%;}

/* line 1203, _module.scss */
.iii-innovation__tmb {
  display: none; }

/* line 1206, _module.scss */
.activity__row {
  overflow: hidden; }

.iii-action__row {
  overflow: hidden;
  margin-bottom: 3em; }

.iii-horizontal-img{
  height: 305px;
  max-width: 1220px;
  margin: 0 auto 40px;
  overflow: hidden;}

.iii-horizontal-img img{
  height: 305px;}

.iii-vision .section__lead, .iii-vision .section-lead--eng{
  padding: 0 15px;}

.iii-strategy .section__lead, .iii-strategy .section-lead--eng{
  padding: 0 15px;}

.iii-title__vision img{
  display: block;
  width: 100%;
  margin: 40px auto;}

.iii-title__strategy img{
  display: block;
  width: 100%;
  margin: 40px auto;}

/* line 1210, _module.scss */
.section__lead + .activity__row {
  margin-top: 97px; }

/* line 1213, _module.scss */
.activity__row:last-child .activity__item {
  margin-bottom: 90px; }

.logo-iii{
  height: 130px;
}

/* line 1216, _module.scss */
.activity__item {
  box-sizing: border-box;
  width: 50%;
  padding-right: 5.833%;
  padding-left: 5.833%;
  float: left;
  margin-bottom: 90px; }

.activity__item2 {
  box-sizing: border-box;
  width: 50%;
  padding-right: 3.833%;
  padding-left: 3.833%;
  float: left;
  margin-bottom: 90px;}

/* line 1225, _module.scss */
.activity__ttl {
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  position: relative;
  padding-bottom: 15px; }
  /* line 1232, _module.scss */
  .activity__ttl:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 2px;
    background-color: #d59b37; }

/* line 1243, _module.scss */
.activity__txt {
  font-size: 20px;
  margin: 15px 0 0;
  line-height: 1.5; }

/* line 1249, _module.scss */
.study-entry {
  display: table;
  width: 100%;
  border-collapse: collapse; }

.study__list {
  display: table-row;
  border-bottom: 1px solid #d8d8d8;
  margin: 0; }
  .study__list:first-child{
    border-bottom: 2px solid #d59b37;
  }
  /* line 1253, _module.scss */
  .study__list:last-child {
    margin-bottom: 68px; }

.study__list .study__value-1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  width: 33.33%;}

.study__list .study__value-2 {
  width: 33.33%;}

.study__list .study__value-3 {
  width: 33.33%;}

/* line 1257, _module.scss */
.section__ttl + .study__list {
  margin-top: 42px; }

/* line 1260, _module.scss */
.study__items-head {
  font-size: 20px;
  line-height: 25px;
  display: table-cell;
  padding: 25px 0; }

.items-head__1, .items-head__2, .items-head__3 {
  width: 33.33%;}

.study__items-value {
  font-size: 18px;
  line-height: 28px;
  display: table-cell;
  padding: 25px 0; }

/* line 1267, _module.scss */
.study__items-head {
  color: #141414;
  font-weight: bold;
  font-size: 22px; }

/* line 1274, _module.scss */
.iii-member__inner {
  padding: 0 20px; }

/* line 1277, _module.scss */
.member__ttl {
  clear: both;
  font-size: 22px;
  font-weight: normal;
  line-height: 40px;
  color: #6e6e6e;
  padding-top: 63px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d8d8d8; }

.member-ttl__2 {
  clear: both;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 25px; }

.hover{
  transition: color 0.1s linear; }

.hover:hover {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* line 1289, _module.scss */
.section__lead + .member__ttl {
  padding-top: 23px; }

/* line 1292, _module.scss */
.member__box {
  margin: 0 -10px;
  overflow: hidden; }

/* line 1296, _module.scss */
.member__box img {
  vertical-align: middle;
  max-width: 220px;
  height: auto;
  margin: 10px; }

/* line 1304, _module.scss */
.notice-txt {
  line-height: 1.25;
  margin: 0;
  font-size: 14px;
  line-height: 1.67;
  color: #6e6e6e; }

/* line 1311, _module.scss */
#iii-member .notice-txt {
  margin-top: 126px;
  margin-bottom: 8px; }

/* line 1315, _module.scss */
#iii-offshore .notice-txt {
  margin-top: 112px;
  margin-bottom: 4px; }

/* line 1319, _module.scss */
.iii-offshore__img {
  display: block;
  margin: 94px auto 0; }

/* line 1323, _module.scss */
.iii-offshore__img-sp {
  display: none; }

/* line 1326, _module.scss */
body.iii .iii-contact__lead {
  margin-top: 68px;
  margin-bottom: 22px; }

/* line 1330, _module.scss */
.iii-contact__mail {
  display: block;
  text-align: center;
  font-size: 34px;
  line-height: 40px;
  color: #d59b37;
  margin-bottom: 68px;
  transition: color 0.1s linear; }
  /* line 1338, _module.scss */
  .iii-contact__mail:hover {
    color: #bb7e23;
    transition: all 0.2s linear; }

/* line 1343, _module.scss */
.foot-link {
  padding-top: 19px;
  padding-bottom: 15px;
  line-height: 1;
  text-align: center;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.12); }

/* line 1349, _module.scss */
.heroArea--type-top + .foot-link {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

/* line 1352, _module.scss */
.foot-link__link {
  color: #d59b37;
  transition: color 0.1s linear; }
  /* line 1355, _module.scss */
  .foot-link__link:hover {
    color: #bb7e23;
    transition: all 0.2s linear; }

/* line 1360, _module.scss */
.foot-link__txt {
  font-size: 20px;
  display: inline-block; }

/* line 1364, _module.scss */
.foot-link__icon {
  display: inline-block;
  margin-left: 4px; }

/* line 1368, _module.scss */
.foot-link .icon-arrow3:before {
  width: 10px;
  height: 10px;
  top: -.2em; }

/* line 1373, _module.scss */
.icon-mail {
  display: inline-block;
  margin-right: 20px; }
  /* line 1376, _module.scss */
  .icon-mail:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -.2em;
    background-image: url(/assets/img/icon-mail.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 26px;
    background-size: 100%; }

/* line 1391, _module.scss */
.ttl--advisory-list {
  margin-bottom: 90px; }

/* line 1394, _module.scss */
.advisory-list + .advisory-list {
  margin-top: 60px; }

/* line 1397, _module.scss */
.section__technology {
  padding-bottom: 100px; }

/* line 1400, _module.scss */
.advisory-list__items {
  letter-spacing: -.4em; }

/* line 1403, _module.scss */
.advisory-list__item {
  letter-spacing: normal;
  width: 50%;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 80px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  vertical-align: top; }

.advisory-list__link {
  text-decoration: none !important;
  width: 100%;
}

/* line 1411, _module.scss */
.advisory-list__ttl {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.19;
  margin-bottom: 48px;
  color: #000; }

/* line 1417, _module.scss */
.advisory-list__ttl-small {
  font-weight: normal;
  font-size: 54px;
  line-height: 1.19;
  margin-bottom: 48px; }

/* line 1423, _module.scss */
.advisory-list__photo {
  box-sizing: border-box;
  width: 125px;
  height: 125px;
  float: left;}

/* line 1429, _module.scss */
.advisory-list__photo img {
  border-radius: 50%; }

/* line 1432, _module.scss */
.advisory-list__profile {
  box-sizing: border-box;
  width: 100%;
  margin-left: -125px;
  padding-left: 141px;
  float: left;
  vertical-align: top; }

/* line 1437, _module.scss */
.advisory-list__name {
  margin: 8px 0 0;
  font-size: 30px;
  line-height: 1.33;
  font-weight: normal; }

/* line 1443, _module.scss */
.advisory-list__romaji {
  display: block;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.56; }

/* line 1449, _module.scss */
.advisory-list__position {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6e6e6e;
  }

/* line 1455, _module.scss */
.ttl--align-center {
  text-align: center; }

/* line 1460, _module.scss */
.ttl--advisory {
  font-size: 67px;
  line-height: 1.19;
  margin-bottom: 57px; }

/* line 1465, _module.scss */
.advisory__photo {
  margin-bottom: 24px; }

/* line 1468, _module.scss */
.advisory__photo img {
  border-radius: 50%; }

/* line 1471, _module.scss */
.advisory__romaji {
  font-size: 22px;
  line-height: 1.83;
  display: block;
  color: #6e6e6e; }

/* line 1477, _module.scss */
.advisory__position {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 820px;
  font-size: 20px;
  line-height: 1.33;
  padding-bottom: 50px;
  margin-bottom: 146px; }
  /* line 1486, _module.scss */
  .advisory__position:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -110px;
    background-color: #d59b37;
    width: 220px;
    height: 1px;
    margin-bottom: 10px; }

/* line 1499, _module.scss */
.advisory-page {
  padding-bottom: 175px; }

/* line 1502, _module.scss */
.advisory-page .section__inner {
  width: 940px; }

/* line 1505, _module.scss */
.advisory-page__contents-1,
.advisory-page__contents-2 {
  display: block;
  float: left;
  width: 440px; }
.advisory-page__contents-1 a,
.advisory-page__contents-2 a{
  color: #d59b37;
  text-decoration: underline;
}
.advisory-page__contents-1 a:hover,
.advisory-page__contents-2 a:hover{
  text-decoration: none;
}

/* line 1511, _module.scss */
.advisory-page__contents-1 {
  margin-right: 40px; }

/* line 1514, _module.scss */
.advisory-page p {
  font-size: 20px;
  line-height: 1.5;}

/* line 1519, _module.scss */
.advisory-page__backlink {
  display: inline-block;
  color: #6e6e6e;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 2px;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 30px; }

.staff-list__photo {
  min-width: 180px;
  float: left;}

.staff-list__photo img {
  border-radius: 50%; }

.staff-list__profile {
  float: left;
	width: 100%;
	margin-left: -180px;
	padding-left: 180px;
	box-sizing: border-box;}

.staff-list__name {
  margin: 8px 0 0;
  font-size: 30px;
  line-height: 1.33;
  font-weight: normal;}

.staff__romaji {
  font-size: 22px;
  line-height: 1.83;
  display: block;
  color: #6e6e6e;}

.staff-list__position {
  margin: 6px 0 40px;
  line-height: 1.5;
  font-size: 14px;
  position: relative; }

.staff-list__position:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  background-color: #d59b37;
  width: 220px;
  height: 1px;}

.staff-list__career {
  line-height: 28px; }

.staff-list__profile--no-image{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;}

@media screen and (max-width: 767px){
  .staff-list__photo{
    width: 100%;
    text-align: center;
    margin-bottom: 26px;}

  .staff-list__profile {
    width: 100%;
  	margin-left: 0;
  	padding-left: 0;}

  .staff-list__career{
    margin-bottom: 40px;}

  .staff__romaji {
    font-size: 12px;
    margin-top: 8px; }
}

/* line 1531, _module.scss */
.privacy .heading {
  padding: 0 60px;
  max-width: 1220px; }
/* line 1534, _module.scss */
.privacy .heading__ttl {
  font-size: 34px;
  text-align: left;
  margin-bottom: 0; }
/* line 1539, _module.scss */
.privacy .heading__subttl {
  color: #000;
  display: block;
  margin-top: 22px;
  margin-bottom: 54px;
  font-size: 18px; }
/* line 1546, _module.scss */
.privacy .section__contents {
  max-width: 800px; }
.privacy .section-privacy {
  padding-bottom: 40px; }
/* line 1550, _module.scss */
.privacy .main h2 {
  font-size: 34px;
  font-weight: normal;
  margin: 60px 0 15px;
  line-height: 1.33; }
/* line 1556, _module.scss */
.privacy .main h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 44px 0 15px;
  line-height: 1.33;}
.privacy .main h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 40px 0 1em;
  line-height: 1.33;}
/* line 1563, _module.scss */
.privacy .main p {
  font-size: 15px;
  margin: 17px 0;}
/* line 1569, _module.scss */
.privacy .main ol {
  margin: 15px 0; }
  /* line 1571, _module.scss */
  .privacy .main ol > li {
    position: relative;
    font-size: 15px;
    padding-bottom: 1.1em;
    margin-bottom: 1.1em; }
    /* line 1578, _module.scss */
    .privacy .main ol > li:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      width: 100px;
      height: 1px;
      border-bottom: 1px solid #6e6e6e; }
  /* line 1588, _module.scss */
  .privacy .main ol > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
  /* line 1593, _module.scss */
  .privacy .main ol li.border-none:before {
    display: none; }
/* line 1597, _module.scss */
.privacy .main li ul {
  list-style: none;
  padding: 0; }
  /* line 1600, _module.scss */
  .privacy .main li ul li {
    margin: 1.1em 0; }
  /* line 1603, _module.scss */
  .privacy .main li ul li:last-child {
    margin-bottom: 0; }
/* line 1608, _module.scss */
.privacy .main .section-notes__txt {
  display: inline-block;
  margin: 1.1em 0; }
.privacy .main .table-privacy {
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px; }
.privacy .main .table-privacy th {
  background: rgb(128, 128, 128);
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  min-width: 180px;
  padding: 10px;
  text-align: left; }
.privacy .main .table-privacy td {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding: 10px; }
.archive .main{
	max-width: 1220px;
	margin: 0 auto;
	margin-bottom: 76px;
}

.entry {
  position: relative;}

.entry__single-content h1{
  color: #000;
  font-size: large;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;}

.entry__single-content h2{
  color: #bf9000;
  font-size: large;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;}

.entry__single-content .ttl_gradation {
  color: #141414;
  font-size: 20px;
  padding-top: 10px;
  position: relative; }

.entry__single-content .ttl_gradation:after {
  background: -moz-linear-gradient(to right, #d49935, transparent);
  background: -webkit-linear-gradient(to right, #d49935, transparent);
  background: linear-gradient(to right, #d49935, transparent);
  content: "";
  display: block;
  height: 3px;
  margin-top: 0.25em;
  width: 50%; }

.entry__single-content table{
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  border: 1px solid #d9d9d9;
  width: 90%;
  font-size: 16px;}

@media screen and (max-width: 1000px) {
  .entry__single-content table{
    width: 100%;
  }
}

.entry__single-content th{
  background: rgb(128, 128, 128);
  box-sizing: border-box;
  min-width: 100px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  border: 1px solid #d9d9d9;
  line-height: 180%;}

.entry__single-content td{
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
  border: 1px solid #d9d9d9;
  line-height: 180%;}

.event-entry, .sccnews-entry {
  width: 75%;
  float: left;}

.event-entry p{
  margin-left: 25px;
}

.event_archive .entry-filter__wrap{
  width: 25%;
  float: left;}

.entry-filter-wrap--press{
  width: 100%;}

.entry-filter__year {
  margin-bottom: 20px;}
.entry-filter__year-selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	width: 200px;
  padding: 8px 10px;
	border: 1px solid #999;
	background: url(/assets/img/icon-arrow4.svg) no-repeat;
	background-position-x: 175px;
	background-position-y: 10px;
	background-size: 15px, 100%;
	height: 42px;
  float: right}
.entry-filter__year-links {
  display: none;
}

/* line 1624, _module.scss */
.entry__filter {
  margin: 0 0 20px;
  overflow: hidden;
  list-style: none;
  padding: 0;}

.event-entry__filter {
  margin: 0 0 20px;
  overflow: hidden;
  list-style: none;
  padding: 0;}

/* line 1628, _module.scss */
.entry-filter__term {
  font-size: 12px;
  float: left;
  line-height: 34px;
  padding-right: 10px; }

/* line 1634, _module.scss */
.entry-filter__cat a {
  float: left;
  font-size: 15px;
  line-height: 1;
  margin-right: 10px;
  box-sizing: border-box;
  border: 1px solid #d59b37;
  border-radius: 5px;
  display: inline-block;
  padding: 0.56em;
  min-width: 140px;
  text-align: center;
  color: #d59b37; }

/* line 1648, _module.scss */
.entry-filter__cat a:hover,
.entry-filter--cat-current a {
  background-color: #d59b37;
  color: #fff; }

/* line 1653, _module.scss */
.entry__article {
	border-bottom: 1px solid #d8d8d8;
	padding: 25px 0;
	overflow: hidden;}

.event-entry__article{
	border-bottom: 1px solid #d8d8d8;
	padding: 25px 0;
	overflow: hidden;
	margin-left: 25px;}
.event-entry__article:first-child{
	border-top: 1px solid #d8d8d8;}

.entry-info__post-type {
  color: #6e6e6e;
  font-size: 14px; }

body.whatsnew .entry-info__post-type{
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;}

.entry-info__types {
  display: inline-block;
  margin-right: 10px; }

.entry-info__type--mirai,
.entry-info__type--mirai-university {
  background: #e2bb78;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  height: 25px;
  line-height: 25px;}
.entry-info__type--other {
  background: #f0f0f0;
  color: #141414;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  height: 25px;
  line-height: 25px;}
.entry-info__type--iii {
  background: #6a6a6a;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  height: 25px;
  line-height: 25px;}

/* line 1663, _module.scss */
.entry__meta {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 8px;
  padding: 8px 0; }

.entry-info__cat {
  display: inline-block; }

/* line 1667, _module.scss */
.entry_cat {
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  color: #6e6e6e;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  height: 25px;
  line-height: 25px;}

/* line 1673, _module.scss */
.entry__date {
  color: #6e6e6e;
  font-size: 14px;
  float: left;
  display: block;
  line-height: 1.67;
  width: 130px; }

.entry-date--single{
  display: block;
  margin-bottom: 30px;
  text-align: right;}

.entry-title__wrap{
  width: 100%;
  float: left;
  margin-left: -130px;
  padding-left: 130px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px){
  .entry__meta {
    padding: 4px 0;
    margin-top: 20px;}
  .entry-info__type--mirai, .entry-info__type--other, .entry-info__type--iii{
    font-size: 12px;
    margin-bottom: 4px;}
  .entry__date {
    width: 100%;
    margin-bottom: 5px;}
  .entry-title__wrap {
    width: 100%;
    margin-left: 0;
    padding-left: 0;}
  .entry-info__types{
    margin-right: 4px;}
}

/* line 1680, _module.scss */
.entry__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 13px 0 15px; }

.alumni_archive .entry__title {
  margin-top: 0; }

.alumni_archive .new-article-sign + .entry__title {
  margin-top: 13px;
}

/* line 1687, _module.scss */
.entry__meta + .entry__title {
  min-height: 1.18em;}

/* line 1691, _module.scss */
.entry__link {
  color: #d59b37;
  text-decoration: underline; }
  /* line 1693, _module.scss */
  .entry__link:hover {
    color: #bb7e23;
    text-decoration: none;}

/* line 1697, _module.scss */
.entry__summary {
  font-size: 20px;
  line-height: 1.5;
  width: 580px;
  margin: 0;
  overflow: hidden; }

/* line 1705, _module.scss */
.entry__content .entry__summary {
  width: auto; }

/* line 1708, _module.scss */
.entry__media {
  float: right;
  margin-left: 25px; }

.entry__media-s {
  display: none; }

.entry__media img {
  max-width: 200px;
  height: auto; }

.alumni-entry__media {
  float: right;
  margin-left: 25px; }

.alumni-entry__media-s{
  display: none; }

.alumni-entry__media img {
  max-width: 200px;
  height: auto; }

@media screen and (max-width: 767px){
  .alumni-entry__media{
    display: none;}

  .alumni-entry__media-s{
    display: block;}

  .alumni-entry__media-s img{
    height: auto;
    width: 100%;}

  .entry__media{
    display: none;}

  .entry__media-s{
    display: block;}

  .entry__media-s img{
    height: auto;
    width: 100%;}
}

.entry-bg--orange {
  background: rgba(253, 192, 87, 0.2);
  padding: 15px;
  margin-bottom: 20px;}

.entry-bg--gray {
  background: rgba(226, 226, 226, 0.502);
  padding: 15px;
  margin-bottom: 20px;}

@media screen and (max-width: 767px){
  .entry-bg--orange, .entry-bg--gray{
    padding: 10px;}
}

/* line 1713, _module.scss */
.entry__title + .entry__media {
  margin-left: 20px; }

/* line 1716, _module.scss */
.entry__content,
.entry__event-meta {
  box-sizing: border-box;
  overflow: hidden; }

/* line 1724, _module.scss */
.entry__content {
}

/* line 1728, _module.scss */
.entry__event-meta {
  padding-left: 0; }

/* line 1731, _module.scss */
.entry__info {
  font-size: 18px;
  margin: 5px 0 15px;
  line-height: 28px; }

.entry__tag{
    color: #6e6e6e;
	font-size: 14px;}

/* line 1735, _module.scss */
.entry-info__term,
.entry-info__description {
  display: inline-block;
  margin-bottom: 2px; }

/* line 1740, _module.scss */
.entry-info__term {
  display: block;
  float: left;
  width: 75px;
  margin-right: 20px; }

/* line 1746, _module.scss */
.entry-info__description {
  padding-left: 95px;
  display: block;
  margin-left: 0;
  width: auto; }

.entry-info__access a{
  color: #d59b37;
  text-decoration: underline;}
.entry-info__access a:hover{
  color: #bb7e23;
  text-decoration: none;}

/* line 1752, _module.scss */
.entry__subcat1,
.entry__subcat2 {
  color: #6e6e6e;
  display: block;
  font-size: 14px;
  margin-bottom: 5px; }

/* line 1759, _module.scss */
.entry__subcat1 a,
.entry__subcat2 a {
  color: #6e6e6e;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 2px; }
  /* line 1764, _module.scss */
  .entry__subcat1 a:hover,
  .entry__subcat2 a:hover {
    color: #141414; }

/* line 1768, _module.scss */
.entry__end-txt {
  color: #6e6e6e;
  font-size: 22px;
  line-height: 1;
  margin-top: 90px;
  text-align: center; }

/* line 1775, _module.scss */
.entry__more {
  display: block;
  text-align: center;
  margin-top: 106px; }

/* line 1780, _module.scss */
.entry-more__txt {
  display: inline-block;
  color: #d59b37; }
  /* line 1783, _module.scss */
  .entry-more__txt:hover {
    color: #bb7e23; }

/* line 1787, _module.scss */
.entry-more__icon {
  margin-left: 3px;
  display: inline-block; }

/* line 1791, _module.scss */
.entry__more .icon-arrow4:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  top: -.25em; }

/* line 1799, _module.scss */
.heading__ttl-single {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.5;
  margin: 30px 0;}

/* line 1809, _module.scss */
.entry__container1 {
  float: left;
  margin-bottom: 30px;}

/* line 1813, _module.scss */
.entry-container1__inner {
}

/* line 1818, _module.scss */
.single .entry__info {
  margin-bottom: 15px;}

.entry__malmaga{
  background-color: #d59b37;
  display: block;
  font-size: 24px;
  border: 1px solid #d59b37;
  border-radius: 6px;
  text-align: center;
  max-width: 340px;
  height: 80px;
  margin: 45px auto 0 auto;
  text-decoration: none!important;
  }
  .entry__malmaga:hover {
    background-color: #fff; }
    .entry__malmaga:hover .entry-malmaga__txt {
      color: #d59b37; }

.entry-malmaga__txt{
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 74px;}

/* line entry-button, _module.scss */

  .entry__button{
    background-color: #d59b37;
    display: block;
    font-size: 24px;
    border: 1px solid #d59b37;
    border-radius: 6px;
    text-align: center;
    max-width: fit-content;
    margin: 45px auto 0 auto;
    text-decoration: none!important;
    }
    .entry__button:hover {
      background-color: #fff; }
      .entry__button:hover .entry-button__txt {
        color: #d59b37; }

  .entry-button__txt{
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 15px; }

@media screen and (max-width: 767px) {
  .entry__button {
    font-size: 18px;
  }
}

/* line 1821, _module.scss */
.entry__reservation {
  background-color: #d59b37;
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 45px auto;
  border: 1px solid #d59b37;
  border-radius: 6px;
  text-align: center;
  padding: 15px;
  width: 260px;}
  /* line 1830, _module.scss */
  .entry__reservation:hover {
    background-color: #fff; }
    /* line 1832, _module.scss */
    .entry__reservation:hover .entry-reservation__txt {
      color: #d59b37; }
  /* line 1836, _module.scss */
  .entry__reservation:hover .icon-arrow3:before {
    background-image: url(/assets/img/icon-arrow3.svg); }

/* line 1840, _module.scss */
.entry-reservation__txt {
  color: #fff;
  display: inline-block; }

/* line 1844, _module.scss */
.entry-reservation__icon {
  display: inline-block; }

/* line 1847, _module.scss */
.entry__container2 {
  float: none;
  margin: 0 auto; }

/* line 1852, _module.scss */
.entry__container1 + .entry__container2 {
  float: right;
  width: 100%;
  margin: 0 0 0; }

/* line 1857, _module.scss */
.entry__single-media {
  margin-bottom: 32px; }

/* line 1860, _module.scss */
.entry__single-media img {
  width: 580px;
  height: auto; }

/* line 1864, _module.scss */
.entry__container1 .entry__single-media img {
  width: 560px;
  height: auto; }

/* line 1868, _module.scss */
.entry__single-media p {
  color: #6e6e6e;
  font-size: 12px;
  line-height: 1.67;
  width: 220px; }

/* line 1874, _module.scss */
.entry__single-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0; }

/* line 1880, _module.scss */
.entry__single-content p:first-child {
  margin-top: 0; }

/* line 1883, _module.scss */
.entry__note {
  font-size: 16px;
  line-height: 1.8;
  color: #6e6e6e; }

/* line 1888, _module.scss */
.entry__note a {
  color: #6e6e6e;
  padding-bottom: 2px;
  border-bottom: 1px solid #d8d8d8; }
  /* line 1892, _module.scss */
  .entry__note a:hover {
    color: #141414; }

/*** entry-categ ***/
.content-left {
  width: 25%;
  float: left;}
.entry-categ__wrap {
  border: 1px solid #d8d8d8;
  margin: 0;}
.entry-categ__wrap dd {
  margin: 0;}
.entry-categ__title {
  font-size: 16px;
  background: #f0f0f0;
  padding: 14px 20px;}
.entry-categ {
  list-style: none;
  padding-left: 0;
  margin: 0;}
.entry-categ__cat {
  border-bottom: 1px solid #d8d8d8;
  padding: 14px 0;
  position: relative; }
.entry-categ__cat:last-child {
  border-bottom: none;}
.entry-categ__cat a {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: underline;}
.entry-categ__cat:after {
  background-image: url(/assets/img/img_header_arrow.png);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  float: left;
  height: 13px;
  left: 20px;
  margin-right: 12px;
  position: absolute;
  top: 20px;
  vertical-align: middle;
  width: 9px; }

.entry-categ__cat:hover:after,
.entry-categ__cat-active:after {
  background-image: url(/assets/img/img_header_arrow-orange.png); }

.entry-categ__cat:hover > a{
  color: #bb7e23;
  text-decoration: none; }

.entry-categ__cat-active > a{
  color: #d59b37;
  text-decoration: none; }

.entry-categ__cat .triangle:after {
  border-top-color: #000;
}

.entry-categ .entry-categ .entry-categ__cat {
}
.entry-categ .entry-categ .entry-categ__cat:first-child {
  border-top: 1px solid #d8d8d8;
  margin-top: 14px;
}
.entry-categ .entry-categ .entry-categ__cat:last-child {
  padding-bottom: 0;
}
.entry-categ .entry-categ .entry-categ__cat a {
  padding-left: 60px;
}
.entry-categ .entry-categ .entry-categ__cat:after {
  left: 40px;
}

@media screen and (max-width: 1024px){
  .content-left {
    width: 100%;}

  .entry-categ__wrap {
    margin-bottom: 30px;}

  .entry-categ__title{
    font-size: 14px; }

  .entry-categ {
    display: table;
    width: 100%; }

  .entry-categ__cat {
    box-sizing: border-box;
    border: none;
    display: table-cell;
    float: left;
    padding: 20px 0;
    width: 50%; }

  .entry-categ__cat:after{
    left: 10px;
    top: 24px; }

  .entry-categ__cat a {
    padding-left: 25px;
    padding-right: 10px;
    font-size: 14px;}

  .entry-categ__cat-active a {
    padding-left: 25px;
    padding-right: 10px;
    font-size: 14px; }

  .event-entry {
	  width: 100%;}

	 .event-entry__article{
  	border-left: none;
  	border-bottom:  1px solid #d8d8d8;
  	padding: 20px 0;
  	margin-left: 0; }

  .event-entry__article:first-child{
  	 border-top: none; }

  .entry-categ .entry-categ .entry-categ__cat {
    border-bottom: none;
    display: inherit;
    float: inherit;
    width: inherit;
  }
}

.transing {
  display: block;
  transition: color 0.1s linear;}

.transing:hover {
  opacity: 0.8;}


body.notfound .main a {
  color: #d59b37;
  text-decoration: underline; }

body.notfound .main a:hover {
  color: #bb7e23;
  text-decoration: none; }

@media screen and (min-width: 766px){
  .bxslider--mob {
    display: none;}
}

@media screen and (max-width: 767px){
  .bx-wrapper:last-child {
    display: block; }

  .bx-wrapper:first-child {
    display: none; }

  .bxslider--pc {
    display: none; }
}

/* line 8, site.css.scss */
.header__btn, .new-info__navi {
  display: none; }
body.mirai .section__wrap{
  max-width: 1000px;
  margin: 0 auto;
}
body.mirai .section__content-top,
body.mirai .section__content-top--right {
  float: left;
  width: 60%;
}
body.mirai .section__content-top p{
  padding-left: 60px;
  margin: 0;
  margin-top: 30px;
  line-height: 1.5;
}

body.mirai .section__content-top--right p {
  padding-right: 60px;
  margin: 0;
  margin-top: 30px;
  line-height: 1.5;
}

body.mirai .section__img{
  float: left;
  width: 40%;
}
body.mirai .section__img img,
body.mirai .section__img--right img{
  width: 100%;
}

body.mirai .section__img--right {
  float: right;
  width: 40%;
}

body.mirai .section__content-2-h2{
/*   width: 700px; */
  margin: 0 auto;
}
body.mirai .section__content-2{
/*     width: 700px; */
    margin: 30px auto 30px;
    box-sizing: border-box;
    padding-left: 52px;
}
body.mirai2019 .section__content-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mirai_alliance .section__txt a img {
  vertical-align: middle;
  width: 250px;
  height: auto;
  margin: 20px;
}

.mirai_alliance .vision-map .vision-infobox {
  display: none;
}

.mirai_alliance .vision-map .vision-tt {
  font-size: 18px;
}

.mirai_alliance .vision-map .vision-tt > p:first-child {
  border-bottom: 1px solid #d8d8d8;
  color: #6e6e6e;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .mirai_alliance .vision-map {
    display: none !important;
  }
}

/* sns-btn
 ========================================================================== */
.sns-btn-group {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0px 60px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;}

.inner-sns-btn-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding: 15px 0;}

.fb-like {
  min-width: 110px;}

.sns-btn {
    display: block;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-right: 10px;
    min-width: 75px;
    height: 30px;}

@media screen and (max-width: 767px){
  body.mirai .section__content-top,
  body.mirai .section__content-top--right {
    width: 100%;
    margin-top: 35px; }

  body.mirai .section__content-top p,
  body.mirai .section__content-top--right p {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }

  body.mirai .section__img,
  body.mirai .section__img--right {
    width: 100%;
  }

  body.mirai .section__img img,
  body.mirai .section__img--right img {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  body.mirai .section__content-2-h2{
    width: auto; }

  body.mirai .section__content-2{
    width: auto;
    margin-bottom: 16px;
    padding-left: 0; }

  body.mirai2019 .section__content-2 {
   display: block; }

  .sns-btn-group  {
    padding: 0 25px; }

  .inner-sns-btn-group{
    height: 20px; }

  .fb-like {
    min-width: 90px; }
}


@media screen and (min-width: 767px) {
  /* line 12, site.css.scss */
  .screen-right {
    margin-left: 50%;
    padding: 0 10px; }

  /* line 16, site.css.scss */
  .ttl--justify-center {
    text-align: center;
    padding: 0 10px; }

  /* line 20, site.css.scss */
  .ttl--justify-right {
    padding: 0 10px; }

  /* line 24, site.css.scss */
  .localnavi--type-pc .localnavi__items {
    transform: translate3d(0px, 0px, 0px) !important; }

  /* line 29, site.css.scss */
  .section--type-2017 .section__contents:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -30px;
    right: 52.465%;
    background-image: url(/assets/img/bg-section-2017@2.png);
    background-repeat: no-repeat;
    background-size: 830px 714px;
    width: 830px;
    height: 714px; }

  /* line 44, site.css.scss */
  .section--type-content {
    /*
        .section__inner {
          &:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            top: 94px;
            right: 56.639%;
            background-image: url(/assets/img/bg-section-contest@2.png);
            background-repeat: no-repeat;
            background-size: 708px 775px;
            width: 708px;
            height: 775px;
          }
          .bubble-content2 {
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin-top: 80px;
            margin-left: -35px;
            background-image: url(/assets/img/bg-section-contest2@2.png);
            background-repeat: no-repeat;
            background-size: 336px 544px;
            width: 336px;
            height: 544px;
          }
        }
    */ }

  /*
  .bubble-application {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 286px;
    right: 60.573%;
    background-image: url(/assets/img/bg-section-application@2.png);
    background-repeat: no-repeat;
    background-size: 680px 1288px;
    width: 680px;
    height: 1288px;
  }
  */
  /* line 1, _bubbles.scss */
  .bubbles {
    width: 100%;
    height: 100%;
    position: relative; }

  /* line 5, _bubbles.scss */
  .bubble {
    position: absolute;
    width: 200px;
    height: 200px;
    background-size: 200px;
    mix-blend-mode: multiply; }

  /* line 11, _bubbles.scss */
  .bubble[data-theme="agribusiness"] {
    background-image: url(/assets/img/bubble_agribusiness_2x.png);
    left: -160px;
    top: 200px; }

  /* line 15, _bubbles.scss */
  .bubble[data-theme="ai"] {
    background-image: url(/assets/img/bubble_ai_2x.png);
    left: 600px;
    top: 330px; }

  /* line 19, _bubbles.scss */
  .bubble[data-theme="cool-japan"] {
    background-image: url(/assets/img/bubble_cool_japan_2x.png);
    left: 260px;
    top: 120px; }

  /* line 23, _bubbles.scss */
  .bubble[data-theme="fintech"] {
    background-image: url(/assets/img/bubble_fintech_2x.png);
    left: 750px;
    top: 630px; }

  /* line 27, _bubbles.scss */
  .bubble[data-theme="healthcare"] {
    background-image: url(/assets/img/bubble_healthcare_2x.png);
    left: 30px;
    top: 50px; }

  /* line 31, _bubbles.scss */
  .bubble[data-theme="iot"] {
    background-image: url(/assets/img/bubble_iot_2x.png);
    left: 120px;
    top: 500px; }

  /* line 35, _bubbles.scss */
  .bubble[data-theme="sharing"] {
    background-image: url(/assets/img/bubble_sharing_2x.png);
    left: 360px;
    top: 590px; }

  /* line 39, _bubbles.scss */
  .bubble[data-theme="social-business"] {
    background-image: url(/assets/img/bubble_social_business_2x.png);
    left: 100px;
    top: 260px; } }
@media screen and (max-width: 1220px) {
  /* line 93, site.css.scss */
  .header{
    min-width: auto;
    min-width: initial; }
  .new-info{
    min-width: auto;
    min-width: initial; }

  /* line 97, site.css.scss */
  .header__inner, .new-info__inner {
    width: auto; } }

@media screen and (max-width: 800px) {
  .advisory-list__item {
    width: 100%;
    margin-bottom: 50px;
    display: inline-block; }
  .advisory-list__name{
    margin-top: 0;}
}

/* width-1-2, site.css.scss */
.width-1-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -10px -10px;
}
.width-1-2 > * {
  width: 50%;
  box-sizing: border-box;
  padding: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .width-1-2 {
    margin: 0;
  }
  .width-1-2 > * {
    width: 100%;
    padding: 0 0 5px 0;
  }
}

  /* container
     ========================================================================== */
  /* header
     ========================================================================== */
@media screen and (max-width: 1024px) {
  .topnavi {
    display: none; }

  .header-navigation {
    display: none; }

  .localnavi__item ul {
    width: 200%; }

  .header__wrap{
	  height: 60px;}
  .mirai .header__wrap, .iii .header__wrap{
    margin-bottom: 0;}

  /* line 5, _module-sp.scss */
  .header__inner {
    width: auto;
    height: 60px;
    float: right;}

  /* line 9, _module-sp.scss */
  .header__logo {
    padding: 22px 0;
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%; }

  .header-logo {
    left: 0;
    position: absolute;
  }

  /* line 15, _module-sp.scss */
  .header-logo__img {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  /* line 20, _module-sp.scss */
  .header__btn {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e2e2e2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 15px;
    padding-left: 15px;
    width: 100px; }
  .is-open .header__btn{
    background: #fff;}

    /* line 34, _module-sp.scss */
    .header__btn:hover {
      cursor: pointer; }

  /* line 38, _module-sp.scss */
  .is-open .header-btn__txt {
    display: none; }

  /* line 41, _module-sp.scss */
  .header-btn-menu__icon {
    display: block; }

  .is-open .header-btn-menu__icon{
    float: right;}

  .header-btn__txt{
   margin-left: 10px;}

  /* line 45, _module-sp.scss */
  .icon-arrow2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-image: url(/assets/img/img_header_btn.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%; }

  /* line 57, _module-sp.scss */
  .is-open .icon-arrow2:before {
    background-image: url(/assets/img/icon-close.svg);
    top: -.1em; }

  .breadcrumb__item {
    max-width: 100%; }

  .localnavi-margin {
    padding-top: 60px; }

  .localnavi--type-pc {
    display: none; }

  .localnavi--type-sp {
    background-color: #e2e2e2;
    display: block;
    margin: 20px 20px 0 20px; }

  .sp-localnavi__ttl {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d59b37;
    color: #fff;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    padding-left: 20px;
    position: relative; }

  .toggle {
    cursor: pointer; }

  .sp-localnavi__ttl.toggle:after {
    border: 6px solid transparent;
    border-top: 6px solid #eddebd;
    content: '';
    height: 0;
    position: absolute;
    right: 20px;
    top: 24px;
    width: 0; }

  .sp-localnavi-ttl__iii {
    background-color: rgb(19, 19, 19); }

  .sp-localnavi-ttl__iii.toggle:after {
    border-top: 6px solid #fff; }

  .sp-localnavi-ttl__scc {
    background-color: #3378bd;
  }

  .sp-localnavi-ttl__scc.toggle:after {
    border-top: 6px solid #fff; }

  .sp-localnavi__items {
    display: none;
    list-style: none;
    margin: 0; }

  .sp-localnavi__items dd {
    background-color: #efefef;
    display: none;
    margin: 0; }

  .sp-localnavi__item {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cbcbcb;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    padding-left: 20px;
    position: relative; }

  .sp-localnavi__item.toggle:after {
    border: 6px solid transparent;
    border-top: 6px solid #141414;
    content: '';
    height: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 0; }

  .sp-localnavi__item:last-child {
    border-bottom: none; }

  .sp-localnavi__item a {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    width: 100%; }

  .sp-localnavi-item__sub {
    border-bottom: 1px solid #d7d7d7; }

  .sp-localnavi-item__sub a {
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    padding-left: 40px; }

  .sp-localnavi-item__sub:last-child {
    border-bottom: 1px solid #cbcbcb; }

  .localnavi--type-sp .localnavi-link--active {
    background-color: transparent;
    color: #141414; }

  .triangle:after {
    content: none; }
}


  /* footer
     ========================================================================== */
@media screen and (max-width: 767px) {
  /* line 147, _module-sp.scss */
  .new-info {
    position: static;
    width: 100%;
    margin-top: 0;
    background-color: #fff;
    z-index: 10; }

  /* line 155, _module-sp.scss */
  .new-info__inner {
    display: block;
    width: auto;
    padding: 28px 10px 56px; }

  /*
  .new-info__navi {
    display: block;
    color: $brownish-grey;
    line-height: 1;
  }
  .footer-navi__link {
    font-size: 14px;
    color: $brownish-grey;
    border-bottom: 1px solid $underline-color;
  }
  */
  /* line 173, _module-sp.scss */
  .new-info__ttl {
    color: #6e6e6e;
    margin: 10px 0 10px 0; }

  /* line 176, _module-sp.scss */
  .footer__team {
    padding-top: 20px;
    width: auto; }

  /* line 180, _module-sp.scss */
  .footer-info__headline {
    font-size: 12px; }


  /* heroArea
     ========================================================================== */
  /* line 186, _module-sp.scss */
  .heroArea--type-top {
    border-bottom: none;
    height: auto; }
    /* line 191, _module-sp.scss */
    .heroArea--type-top:after {
      height: 100%; }
    /* line 194, _module-sp.scss */
    .heroArea--type-top .heroArea__hero {
      width: 94.67%;
      padding-top: 40px; }
    /* line 198, _module-sp.scss */
    .heroArea--type-top .heroArea-heading__img {
      width: 67.7333%;
      height: auto; }
    /* line 201, _module-sp.scss */
    .heroArea--type-top .heroArea__txt {
      font-size: 16px;
      line-height: 1.39;
      margin-top: 17px;
      margin-bottom: 30px; }
    .heroArea-entry__wrap{
      margin-top: 0;}
    .heroArea__entry-iii{
      position: relative;
      width: 100%;
      height: 80px;
      bottom: initial;
      right: initial; }
    /* line 207, _module-sp.scss */
    .heroArea__entry {
      position: relative;
      width: 100%;
      height: 80px;
      bottom: initial;
      left: initial; }
    .heroArea-entry-iii:after, .heroArea--type-top .heroArea-entry:after{
	    height: 80px;
    }
    /* line 214, _module-sp.scss */
    .heroArea-entry-iii, .heroArea--type-top .heroArea-entry {
      height: 80px; }
      /* line 216, _module-sp.scss */
      .heroArea-entry-iii .heroArea-entry-iii__txt {
        font-size: 22px; }
      .heroArea-entry .heroArea-entry__txt {
        font-size: 22px; }
      /* line 219, _module-sp.scss */
      .heroArea-entry-iii .icon-arrow:before, .heroArea-entry .icon-arrow:before {
        width: 8px;
        height: 15px; }

  /* line 226, _module-sp.scss */
  .heroArea--type-2017 {
    height: auto; }
    /* line 228, _module-sp.scss */
    .heroArea--type-2017 .heroArea__hero {
      padding-top: 40px;
      width: 100%; }
    /* line 232, _module-sp.scss */
    .heroArea--type-2017 .heroArea-heading__img {
      width: 67.7333%;
      height: auto; }
    /* line 236, _module-sp.scss */
    .heroArea--type-2017 .heroArea__txt {
      font-size: 18px;
      padding: 0 10px; }
    /* line 240, _module-sp.scss */
    .heroArea--type-2017 .heroArea-footer__txt {
      font-size: 24px; }
    /* line 243, _module-sp.scss */
    .heroArea--type-2017 .heroArea__footer {
      margin-bottom: 92px;
      line-height: 1; }

  /* level-2
     ========================================================================== */
  /* line 250, _module-sp.scss */
  .heading {
    max-width: auto;
    max-width: initial;
    padding: 0 20px; }

  .breadcrumb__items{
    padding: 20px; }

  /* line 256, _module-sp.scss */
  .heading__ttl {
    font-size: 34px;
    margin: 44px 0; }

  .co_section__ttl {
    font-size: 20px;
    margin: 30px 0; }

  .co_section_img__pc {
    display: none; }

  .co_section_img__sp {
    display: block;
    width: 100%; }

  .co_section-content-2_img__pc {
    display: none; }

  .co_section-content-2_img__sp {
    display: block;
    margin-top: 30px;
    width: 100%; }

  .co_section__txt {
    padding: 0; }

  .co_section__list {
    font-size: 16px;
    line-height: 1.8; }

  /* line 260, _module-sp.scss */
  .heading .heading__ttl {
    border-left: solid 6px #000;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold; }

  body.single_events-noimg .heading .heading__ttl {
    border-left: none;
    padding-left: 0; }

  .heading__text {
    font-size: 16px;
    margin-bottom: 20px;}

  .section__txt {
    font-size: 16px;
    line-height: 1.8; }

  .section-target__item {
    font-size: 16px; }

  .section-list__item {
    font-size: 16px;
    line-height: 1.8; }

  .section-target__item--no-1:before,
  .section-target__item--no-2:before,
  .section-target__item--no-3:before,
  .section-target__item--no-4:before,
  .section-target__item--no-5:before {
    height: 28px;
    margin-left: -38px;
    width: 28px; }

  .section-list__item--no-1:before,
  .section-list__item--no-2:before,
  .section-list__item--no-3:before,
  .section-list__item--no-4:before {
    height: 28px;
    width: 28px; }

  .list--size-small .section-list__item {
    font-size: 16px; }

  /* line 263, _module-sp.scss */
  .section__ttl {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;}

  .judging-criteria__wrap {
    margin-bottom: 30px; }

  .judging-criteria__ttl {
    font-size: 16px; }

  /* line 266, _module-sp.scss */
  .ttl--size-middle {
    font-size: 20px;
    font-weight: bold; }

  /* line 270, _module-sp.scss */
  .txt--size-large {
    font-size: 20px;
    font-weight: bold; }

  /* line 275, _module-sp.scss */
  .section__inner {
    max-width: auto;
    max-width: initial; }

  /* line 279, _module-sp.scss */
  .section-list__items {
    margin-top: 35px; }

  /* line 283, _module-sp.scss */
  .icon-arrow3:before {
    width: 11px;
    height: 11px;
    background-size: 85%; }

  /* line 288, _module-sp.scss */
  .bubble {
    display: none; }

  /* line 292, _module-sp.scss */
  .slogan__inner--slogan {
    padding: 26px 10px 45px; }

  /* line 295, _module-sp.scss */
  .slogan__ttl--slogan {
    padding: 0;
    margin-bottom: 30px; }

  /* line 299, _module-sp.scss */
  .heading__ttl--type-content img{
    height: auto;
  }
  .slogan-ttl__img {
    width: 100%; }

  /* line 302, _module-sp.scss */
  .slogan__txt--slogan {
    max-width: auto;
    max-width: initial; }

  /* line 306, _module-sp.scss */
  .section--type-2017 .section__inner {
    padding: 40px 10px 0; }

  /* line 309, _module-sp.scss */
  .section--type-2017 .section__contents {
    padding-left: 0; }

  /* line 312, _module-sp.scss */
  .section--type-2017 .section__footer {
    margin-top: 38px; }

  /* line 315, _module-sp.scss */
  .section--type-2017 .section-footer__txt {
    font-size: 24px; }

  /* line 318, _module-sp.scss */
  .theme {
    margin-top: 0;
    padding: 40px 0 0; }

  .theme__wrap {
    display: block;
    margin: 20px 0; }

  /* line 322, _module-sp.scss */
  .theme__ttl {
    text-align: left; }

  /* line 325, _module-sp.scss */
  .theme__items {
    margin: 10px 0 0;
    width: 100%; }

  .theme-items__ttl {
    margin-top: 5px; }

  .theme-items__ttl:before {
    height: 30px;
    margin-right: 5px;
    top: -1px;
    width: 30px; }

  /* line 328, _module-sp.scss */
  .theme__item {
    font-size: 16px; }

  /* line 334, _module-sp.scss */
  .theme__item:before {
    float: left;
    height: 40px;
    left: 0;
    top: 0;
    width: 40px; }

  /* line 340, _module-sp.scss */
  .theme__name {
    border: none;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    line-height: 1;
    margin-left: 48px;
    padding-top: 12px;
    padding-bottom: 12px; }

  /* line 363, _module-sp.scss */
  .theme__txt {
    display: none; }

  /* line 366, _module-sp.scss */
  .theme__footer {
    text-align: left;
    margin-top: 38px;
    margin-bottom: 58px; }

  /* line 371, _module-sp.scss */
  .theme-footer__txt {
    font-size: 24px; }

  /* line 374, _module-sp.scss */
  .theme-footer__icon:before {
    top: -.2em;
    margin-left: 6px; }

  /* line 380, _module-sp.scss */
  .heading__ttl--type-content {
    margin: 50px auto; }

  .mirai2017.mirai_content_overview .heading .heading__ttl {
    border-left: none; }

  /* line 383, _module-sp.scss */
  .bubbles {
    display: none; }

  /* line 386, _module-sp.scss */
  .section--type-content {
    padding-bottom: 60px; }

  /* line 389, _module-sp.scss */
  .section__announcement {
    font-size: 20px;
    margin: 35px 0;
    padding: 25px 10px;
    border-top: 2px solid #d59b37;
    border-bottom: 2px solid #d59b37; }

  /* line 395, _module-sp.scss */
  .section__target {
    padding: 0 15px 0 38px; }

  /* line 398, _module-sp.scss */
  .section-target__item:last-child {
    margin-bottom: 0; }

  /* line 401, _module-sp.scss */
  .schedule {
    padding: 40px 0 55px; }

  /* line 404, _module-sp.scss */
  .section__table-container {
    margin-top: 40px 0 20px;
    padding: 0; }

  .section__table-scc-container {
    margin-top: 40px 0 20px;
    padding: 0; }

  /* line 408, _module-sp.scss */
  .section-table__tr {
    border-top: 1px solid #d59b37;
    display: block;
    position: relative; }

  /* line 413, _module-sp.scss */
  .section-table__tr--border-heavy {
    border-top: 6px solid #d59b37; }

  /* line 416, _module-sp.scss */
  .section-table__th,
  .section-table__td {
    display: block; }

  /* line 420, _module-sp.scss */
  .section-table__th {
    font-weight: bold;
    font-size: 20px;
    padding: 18px 0 0; }

  .section-table-hscc__th,
  .section-table-hscc__td {
    display: block; }

  .section-table-hscc__th {
    font-weight: bold;
    font-size: 20px; }

  /* line 425, _module-sp.scss */
  .section-table__td {
    font-size: 16px;
    margin: 0;
    padding: 18px 0 20px;
    width: 100%; }

  /* line 433, _module-sp.scss */
  .section_notes {
    margin-left: 0; }

  .section-notes__txt {
    font-size: 16px;
    line-height: 1.8; }

  .application_overview_content {
  margin-top: 20px; }

  /* line 439, _module-sp.scss */
  .section--type-application {
    padding-bottom: 40px; }

    /* line 441, _module-sp.scss */
    .section--type-application .section__contents {
      width: auto; }

    /* line 444, _module-sp.scss */
    .section--type-application .section__ttl {
      text-align: left; }

    /* line 447, _module-sp.scss */
    .section--type-application .section__txt {
      margin-top: 20px; }

    body.mirai_second_exam .section__txt{
      font-size: 18px;
      line-height: 1.5;}

    /* line 450, _module-sp.scss */
    .section--type-application .section-list__items {
      margin-top: 20px;
      padding-right: 0; }

  /* line 454, _module-sp.scss */
  .section-list__items + .section__ttl {
    margin-top: 45px; }

  /* line 457, _module-sp.scss */
  .section-list__items {
    padding-right: 38px; }

  /* line 460, _module-sp.scss */
  .section--type-application + .theme {
    padding-bottom: 40px; }

  /* line 463, _module-sp.scss */
  .application-2 {
    margin-top: 0;
    padding-top: 40px; }

  /* line 467, _module-sp.scss */
  .pass {
    margin-top: 40px;
    padding-bottom: 40px; }

  .pass-contents__wrap{
    display: block; }

  .pass-contents__1st,
  .pass-contents__2nd {
    margin: 40px 0;
    padding: 0;
    width: 100%; }

  /* line 471, _module-sp.scss */
  .pass_txt + .pass-contents__1st,
  .pass_txt + .pass-contents__2nd {
    margin-top: 30px; }

  .pass-contents-1st__ttl,
  .pass-contents-2nd__ttl,
  .pass-contents-champ__ttl {
    margin-bottom: 0; }

  .pass-list__items {
    margin: 0 0 30px; }

  .pass-list__notes{
    line-height: 1.8; }

  /* line 477, _module-sp.scss */
  .pass-item__txt {
    margin-bottom: 40px; }

  /* line 496, _module-sp.scss */
  .pass__col {
    border-right: none;
    display: block;
    padding: 0;
    width: 100%; }

  .pass__col:after {
    content: none;
    width: 100%; }

  .pass-col__inner {
    height: auto; }

  /* line 502, _module-sp.scss */
  .pass-col__ttl {
    font-size: 18px;
    margin: 20px 0; }

  .pass-contents__champ {
    padding: 0; }

  .pass-col-champ__wrap {
    display: block; }

  .pass-col-champ-txt__wrap {
    padding: 0; }

  .pass-col-champ-txt__wrap .section__txt {
    margin-top: 20px; }

  .pass-col__champ {
    width: 100%; }

  .pass-col__ttl:before {
    height: 22px;
    top: 0;
    width: 22px; }

  .icon-training:before {
    width: 20px; }

  .icon-award:before {
    height: 23px;
    margin-left: 6px;
    margin-right: 16px;
    width: 12px; }

  /* line 508, _module-sp.scss */
  .prize {
    margin-top: 40px;
    padding-bottom: 50px; }
    /* line 511, _module-sp.scss */
    .prize .section__contents {
      width: auto; }
    /* line 514, _module-sp.scss */
    .prize h2 {
      text-align: left; }

  /* line 518, _module-sp.scss */
  .prize_txt {
    margin-top: 30px; }

  /* line 521, _module-sp.scss */
  .prize_list {
    margin-top: 15px; }

  /* line 524, _module-sp.scss */
  .prize + .schedule {
    padding-bottom: 50px; }

  /* line 525, _module-sp.scss */
  .flow {
    margin-top: 40px;
    padding-bottom: 0; }

  .flow__txt {
    font-size: 16px;
    line-height: 1.8; }

  /* line 529, _module-sp.scss */
  .flow__container {
    background: none;
    padding-bottom: 0;
    margin-bottom: 40px; }

  /* line 534, _module-sp.scss */
  .section__ttl + .flow__container {
    margin-top: 50px; }

  /* line 537, _module-sp.scss */
  .flow__no, .flow__contents {
    display: block;
    width: auto; }

  /* line 541, _module-sp.scss */
  .flow__no {
    font-size: 34px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border: 1px solid #d59b37;
    border-radius: 50%; }

    .flow__no--scc {
      border: 1px solid #0a2052;
    }

  /* line 550, _module-sp.scss */
  .flow__contents {
    padding-right: 0; }

  /* line 553, _module-sp.scss */
  .flow__no-3 {
    padding-bottom: 30px;
    margin-bottom: 30px; }

  /* line 557, _module-sp.scss */
  .br {
    display: block; }

  /* line 560, _module-sp.scss */
  .flow .section_notes {
    width: auto; }
    /* line 563, _module-sp.scss */
    .flow .section_notes .section-notes__ttl {
      font-size: 20px;
      text-align: left; }

  /* line 571, _module-sp.scss */
  body.iii_index .heading__ttl {
    border-left: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px; }

  /* line 576, _module-sp.scss */
  body.iii_index .heading__ttl img {
    height: auto; }

  /* line 580, _module-sp.scss */
  .heading__lead {
    font-size: 18px;
    text-align: left; }

  body.iii .iii-content-top {
    padding-top: 40px;
    padding-bottom: 0;}

  /* line 585, _module-sp.scss */
  body.iii .heading__lead, body.iii .heading-lead--eng {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    width: auto; }

  /* line 589, _module-sp.scss */
  body.iii .section {
    margin-top: 30px;
    padding: 0; }

  body.mirai_second_exam .section {
    margin-top: 0;
    padding: 0;
    padding-bottom: 40px; }

  body.mirai_last_exam .section {
    margin-top: 0;
    padding: 0;
    padding-bottom: 40px; }

  body.iii .iii-vision{
    margin-bottom: 0;}

  /* line 593, _module-sp.scss */
  #iii-action,
  #iii-innovation {
    margin-top: 30px; }

  /* line 597, _module-sp.scss */
  body.iii .section__ttl {
    text-align: center; }

  /* line 600, _module-sp.scss */
  body.iii .section__lead {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    text-align: left;
    width: auto; }

  body.iii .section-lead--eng{
    font-size: 18px;
    margin: 0;}

  .iii-vision .section__lead, .iii-vision .section-lead--eng{
    padding: 0;}

  .iii-strategy .section__lead, .iii-strategy .section-lead--eng{
    padding: 0;}

  /* line 606, _module-sp.scss */
  #iii-action .section__lead {
    width: auto; }

  /* line 609, _module-sp.scss */
  body.iii .section-list {
    width: auto;
    margin-bottom: 16px; }

  /* line 613, _module-sp.scss */
  #iii-action .section-list__item {
    line-height: 1.8;
    margin-bottom: 20px;
    width: auto; }

  /* line 616, _module-sp.scss */
  body.iii .section-list__item:last-child {
    margin-bottom: 0; }

  /* line 619, _module-sp.scss */
  .br-pc {
    display: inline; }

  /* line 622, _module-sp.scss */
  .iii-innovation__img {
    display: none; }

  /* line 625, _module-sp.scss */
  .iii-innovation__tmb {
    display: block;
    width: 100%; }

  /* line 629, _module-sp.scss */
  .section__lead + .activity__row {
    margin-top: 0; }

  /* line 632, _module-sp.scss */
  .activity__row {
    margin-bottom: 0; }

  /* line 635, _module-sp.scss */
  .activity__row:last-child {
    margin-bottom: 0; }

  .iii-content-top{
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 1px;}

  .iii-horizontal-img{
    display: none;}

  .heading-lead__iii{
    margin-top: 0;
    margin-bottom: 36px;
    font-size: 18px;
    text-align: left;}

  .iii-title__vision img {
    width: 80%;
    margin: 20px auto;}

  .iii-title__strategy img{
    width: 80%;
    margin: 0 auto 20px;}

  .iii-action__row{
    margin-bottom: 20px;}

  .action-list__item-img{
    width: 52px;}

  .action-list__item-text{
    margin-left: -52px;
    padding-left: 52px;}

  .action-list__item-text p{
    margin-top: 0;}

  /* line 638, _module-sp.scss */
  .activity__item {
    width: auto;
    margin-bottom: 36px;
    padding-right: 0; }

  .activity__item2 {
    width: auto;
    margin-bottom: 36px;
    padding-left: 0;
    padding-right: 0; }

  /* line 643, _module-sp.scss */
  .activity__row:last-child .activity__item {
    margin-bottom: 36px; }

  /* line 646, _module-sp.scss */
  .activity__ttl {
    font-size: 20px;
    line-height: 25px; }

  /* line 650, _module-sp.scss */
  .activity__txt {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 17px; }

  /* line 656, _module-sp.scss */
  .study-list__head, .study__list.study-list__head {
    display: none; }

  /* line 659, _module-sp.scss */
  .study__list {
    padding: 20px 0;
    display: block; }

  /* line 664, _module-sp.scss */
  .study__list:last-child {
    margin-bottom: 35px; }

  /* line 667, _module-sp.scss */
  .study__list:nth-child(2) {
    margin-top: 10px; }

  .study__list .study__value-1{
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;}

  /* line 671, _module-sp.scss */
  .study__items-value {
    display: block;
    width: 100%;
    font-size: 16px;
    position: relative;
    padding: 0; }

  .study__list .study__value-1 {
    width: 100%;}

  .study__list .study__value-2 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 70px;}

  .study__list .study__value-3 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 70px;}

  /* line 678, _module-sp.scss */
  .study__items-value:before {
    font-size: 14px;
    color: #6e6e6e;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    margin-left: -70px; }

  /* line 690, _module-sp.scss */
  .study__value-2:before {
    content: '設置年月'; }

  /* line 693, _module-sp.scss */
  .study__value-3:before {
    content: '事務局'; }

  /* line 696, _module-sp.scss */
  .iii-member__inner {
    padding: 0 10px; }

  /* line 699, _module-sp.scss */
  .member__ttl {
    font-size: 12px;
    line-height: 20px;
    padding-top: 42px;
    margin-bottom: 13px; }

  .member-ttl__2 {
    font-size: 16px; }

  /* line 705, _module-sp.scss */
  .section__lead + .member__ttl {
    padding-top: 6px; }

  /* line 708, _module-sp.scss */
  .member__box {
    margin: 0 -5px; }

  /* line 711, _module-sp.scss */
  .member__box img {
    width: 110px;
    height: auto;
    margin: 5px; }

  /* line 716, _module-sp.scss */
  #iii-member .notice-txt {
    margin-top: 30px;
    margin-bottom: 0; }

  /* line 720, _module-sp.scss */
  .iii-offshore__img {
    display: none; }

  /* line 723, _module-sp.scss */
  .iii-offshore__img-sp {
    display: block;
    width: 100%;
    margin-top: 45px; }

  /* line 728, _module-sp.scss */
  #iii-offshore .notice-txt {
    margin-top: 40px;
    margin-bottom: 0px; }

  /* line 732, _module-sp.scss */
  body.iii .iii-contact__lead {
    margin-top: 30px;
    margin-bottom: 7px; }

  /* line 736, _module-sp.scss */
  .iii-contact__mail {
    font-size: 24px;
    text-align: left;
    margin-bottom: 50px; }

  /* line 741, _module-sp.scss */
  .foot-link {
    padding-bottom: 16px; }

  /* line 744, _module-sp.scss */
  .heroArea--type-top + .foot-link {
    margin-top: 80px; }

  /* line 749, _module-sp.scss */
  .ttl--advisory-list {
    font-size: 34px;
    line-height: 1.18; }

  /* line 753, _module-sp.scss */
  .advisory-list + .advisory-list {
    margin-top: 37px; }

  /* line 756, _module-sp.scss */
  .advisory-list__ttl {
    font-size: 34px;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 33px; }

  .advisory-list_year_ttl {
    font-size: 20px; }

  /* line 762, _module-sp.scss */
  .advisory-list__item {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block; }

  /* line 767, _module-sp.scss */
  .advisory-list__photo {
    width: 100px;
    height: 100px; }

  /* line 771, _module-sp.scss */
  .advisory-list__photo img {
    width: 100px;
    height: 100px; }

  /* line 775, _module-sp.scss */
  .advisory-list__profile {
    width: auto; }

  /* line 778, _module-sp.scss */
  .advisory-list__name {
    font-size: 25px;
    line-height: 1.25;
    margin-top: 25px; }

  /* line 784, _module-sp.scss */
  .advisory-list__position {
    display: none; }

  /* line 789, _module-sp.scss */
  .advisory__photo {
    text-align: center;
    margin-bottom: 26px; }

  /* line 793, _module-sp.scss */
  .ttl--advisory {
    font-size: 34px;
    margin-bottom: 22px; }

  /* line 797, _module-sp.scss */
  .advisory__romaji {
    margin-top: 8px;
    font-size: 12px; }

  /* line 801, _module-sp.scss */
  .advisory__position {
    font-size: 14px;
    line-height: 1.8;
    width: auto;
    text-align: left;
    padding: 0 10px 36px;
    margin-bottom: 116px; }
    /* line 808, _module-sp.scss */
    .advisory__position:before {
      left: 10px;
      margin-left: 0; }
    /* line 812, _module-sp.scss */
    .advisory__position:after {
      margin-bottom: 36px; }

  /* line 816, _module-sp.scss */
  .advisory-page {
    padding-bottom: 70px; }

  /* line 819, _module-sp.scss */
  .advisory-page .section__inner {
    width: auto; }

  /* line 822, _module-sp.scss */
  .advisory-page__contents-1, .advisory-page__contents-2 {
    width: auto;
    float: none; }

  /* line 826, _module-sp.scss */
  .advisory-page__contents-1 {
    margin-right: 0; }

  /* line 829, _module-sp.scss */
  .advisory-page__backlink {
    margin-top: 60px; }

  /* line 835, _module-sp.scss */
  .privacy .heading {
    padding: 0 20px;
    width: auto; }
  /* line 838, _module-sp.scss */
  .privacy .heading__ttl {
    font-size: 24px;
    text-align: left;
    margin-bottom: 0; }
  /* line 843, _module-sp.scss */
  .privacy .heading__subttl {
    margin-bottom: 20px; }
  /* line 847, _module-sp.scss */
  .privacy .section__inner {
    width: auto; }
  /* line 851, _module-sp.scss */
  .privacy .main h2 {
    font-size: 24px;
    margin: 24px 0 8px; }
  /* line 855, _module-sp.scss */
  .privacy .main h3 {
    font-size: 20px;
    margin: 24px 0 8px; }
  /* line 859, _module-sp.scss */
  .privacy .main p {
    padding-left: 20px;
    margin: 8px 0 15px; }
  /* line 863, _module-sp.scss */
  .privacy .main ol {
    margin-left: 0; }
  /* line 873, _module-sp.scss */
  .privacy .main .table-privacy th,
  .privacy .main .table-privacy td {
   border: none;
   display: block;
   width: 100%; }

  .event-entry__filter {
    margin-bottom: 20px;}

  /* line 876, _module-sp.scss */
  .entry-filter__term {
    display: block;
    float: none; }

  /* line 880, _module-sp.scss */
  .entry-filter__cat {
    margin: 0;
    margin-bottom: 5px;
    float: left; }

  .entry-filter__cat a{
    min-width: 120px; }

  /* line 884, _module-sp.scss */
  .event_archive .entry-filter__cat a {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0.56em;
    font-size: 15px;
    width: auto; }

  .event_archive .entry-filter__wrap{
	  width: 100%;
	  float: none;}

  .entry {
    padding: 0 10px;}

  .event-entry p{
    margin-left: 0;}

  /* line 888, _module-sp.scss */
  .entry__article {
	border-left: none;
	border-bottom:  1px solid #d8d8d8;
	padding: 20px 0;}

  /* line 892, _module-sp.scss */
  .entry__content {
    border-right: none;
    padding-right: 0; }

  /* line 896, _module-sp.scss */
  .entry__content, .entry__event-meta {
    width: auto;
    display: block;
    float: none; }

  /* line 901, _module-sp.scss */
  .entry__title {
    font-size: 20px; }

  /* line 906, _module-sp.scss */
  .entry__meta + .entry__title {
    margin-bottom: 15px; }

  /* line 909, _module-sp.scss */
  .entry__info {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px; }

  .entry-info__term{
    width: 65px;}

  .entry-info__description{
    padding-left: 85px;}

  .entry__single-content table{
    font-size: 16px;
    width: 100%;}
  .entry__single-content th{
    padding: 5px 10px;
    width: 80px; }

  .entry__single-content .ttl_gradation {
    font-size: large; }

  .entry__single-content .ttl_gradation:after {
    width: 80%; }

  /* レスポンシブ用table */
  .entry__single-content table.table-rs{
    border: none;
  }
  .entry__single-content table.table-rs th{
    border: none;
    box-sizing: border-box;
    display: block;
    width: 100%!important;
  }
  .entry__single-content table.table-rs td{
    border: none;
    box-sizing: border-box;
    display: block;
    width: 100%!important;
  }

  .entry_cat{
    font-size: 12px;
    margin-bottom: 4px; }

  .entry__subcat1, .entry__subcat2 {
    font-size: 12px;}

  .entry__tag{
    margin-bottom: 15px;
    font-size: 12px;}

  /* line 912, _module-sp.scss */
  .archive .entry__summary,
  .archive .entry__media,
  .archive .entry__subcat1,
  .archive .entry__subcat2 {
    display: none; }

  /* line 918, _module-sp.scss */
  .entry__event-meta {
    padding-left: 0; }

  /* line 921, _module-sp.scss */
  .entry__end-txt {
    margin-top: 80px;
    padding-left: 10px;
    font-size: 12px;
    text-align: left; }

  /* line 927, _module-sp.scss */
  .entry__more {
    font-size: 15px;
    margin-top: 60px; }

  /* line 933, _module-sp.scss */
  .heading__ttl-single {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.18; }

  /* line 939, _module-sp.scss */
  .heading__ttl-event {
    margin-top: 20px;
    margin-bottom: 20px;}

  /* line 942, _module-sp.scss */
  .post__type-single {
    padding-left: 0;
    padding-right: 0; }

  /* line 946, _module-sp.scss */
  .entry__container1 {
    float: none;
    width: auto;
    margin-bottom: 60px;}

  /* line 950, _module-sp.scss */
  .entry__container2 {
    float: none;
    width: auto; }

  /* line 954, _module-sp.scss */
  .entry__container1 + .entry__container2 {
    float: none;
    width: auto;
    margin: 0 0 0; }

  .entry__single-content p{
    font-size: 16px;}

  /* line 962, _module-sp.scss */
  .entry-container1__inner {
    padding: 10px 0 0;}

  /* line 969, _module-sp.scss */
  .entry__reservation {
    font-size: 20px;
    margin: 35px auto;}

  /* line 974, _module-sp.scss */
  .entry__single-media img {
    width: 100%;
    height: auto; }

  /* line 978, _module-sp.scss */
  .entry__container1 .entry__single-media img {
    width: 100%;
    height: auto; }

  /* line 982, _module-sp.scss */
  .entry__single-media p {
    margin-left: 10px; }

  /* line 985, _module-sp.scss */
  .entry__container2 .entry__single-media {
    margin-bottom: 53px; }

  /* line 989, _module-sp.scss */
/*
  .heading .entry__meta {
    position: absolute;
    top: 180px; }
*/

  /* line 994, _module-sp.scss */
  .entry__note {
    padding: 0 10px;
    margin-top: 40px; }
