@charset "UTF-8";
/* ==================================================================
 *
 * VARIABLES
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
/* ---------------------------------
 *   Compass   */
/* line 106, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 87.5%;
  line-height: 1.5em;
}

/* ---------------------------------
 *   Grid   */
/* ---------------------------------
 *   Ratio   */
/* ---------------------------------
 *   Font   */
/* ---------------------------------
 *   Color   */
/* ---------------------------------
 *   Depertment Color   */
/* ---------------------------------
 *   z-index   */
/* ---------------------------------
 *   line-height   */
/* ==================================================================
 *
 * MIXIN
 *
 * ------------------------------------------------------------------ */
/* ==================================================================
 * REM Font Size
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Font Smoothing
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Font Feature Settings
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Responsive Layout
 * ------------------------------------------------------------------ */
/* ==================================================================
 * CSS Image Sprite
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Vertical Middle
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Line Clamp
 * ------------------------------------------------------------------ */
/* ==================================================================
 * hover
 * ------------------------------------------------------------------ */
/* ==================================================================
 * CSS Animation
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Grid
 * ------------------------------------------------------------------ */
/*

    grid(3, width, false);
    |     col     | pad |     col     | pad |     col     |

    $grid--col * 3 + $grid--pad * 2

    --------------------

    grid(3, width, invert);
    | pad |     col     | pad |     col     | pad |

    $grid--col * 2 + $grid--pad * 3

*/
/* ==================================================================
 *
 * TOP PROJECT
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
/* line 13, ../scss/top/_top_project.scss */
body.is-home {
  /* ==================================================================
   *
   * Header
   *
   * ------------------------------------------------------------------ */
  /* ==================================================================
   *
   * News
   *
   * ------------------------------------------------------------------ */
  /* ==================================================================
   *
   * Global Header
   *
   * ------------------------------------------------------------------ */
  /* ==================================================================
   *
   * Story
   *
   * ------------------------------------------------------------------ */
}
/* line 15, ../scss/top/_top_project.scss */
body.is-home .p-superwrapper .p-supercontainer {
  overflow: visible;
}
/* line 36, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero {
  position: relative;
  width: 100%;
}
/* line 40, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero:before {
  display: block;
  content: '';
}
/* line 52, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#4D000000', endColorstr='#00000000');
}
/* line 64, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 73, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 80, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__video__iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: #000;
}
/* line 88, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__video__iframe iframe {
  width: 100%;
  height: 100%;
}
/* line 101, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__video__btn {
  display: none;
}
/* line 103, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__video__btn button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
}
/* line 109, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__video__btn img {
  animation-name: fadeIn;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate(0px, 0px);
  }
  1% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate(0px, 30px);
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate(0px, 30px);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate(0px, 0px);
  }
}
/* line 144, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__slides {
  height: 100%;
}
/* line 146, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__slides__item {
  width: 100%;
  height: 100%;
}
/* line 149, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__slides__item .image {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 156, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__slides.is-hidden {
  visibility: hidden;
}
/* line 164, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__slides--sp {
  display: none;
}
/* line 182, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero .p-header__hero__btn--scroll {
  display: none;
}
/* line 210, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero__textset {
  z-index: 10;
}
/* line 224, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero__textset .header__hero__textset__title {
  display: inline-block;
  background: #541b86;
  color: #FFFFFF;
  font-family: TsukuMinPr6-L;
}
/* line 238, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero__textset .header__hero__textset__text {
  background: rgba(255, 255, 255, 0.9);
  border-left: 4px solid #541b86;
}
/* line 241, ../scss/top/_top_project.scss */
body.is-home .p-header .p-header__hero__textset .header__hero__textset__text a {
  display: block;
}
/* line 280, ../scss/top/_top_project.scss */
body.is-home .p-headline {
  background: #fff;
}
/* line 283, ../scss/top/_top_project.scss */
body.is-home .p-headline .p-headline__sec {
  position: relative;
}
/* line 299, ../scss/top/_top_project.scss */
body.is-home .p-headline .p-headline__sec .p-headline__sec__head h2 {
  position: relative;
  border-left: 4px solid #541b86;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
}
/* line 315, ../scss/top/_top_project.scss */
body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper {
  background: #f5f5f5;
}
/* line 347, ../scss/top/_top_project.scss */
body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a {
  position: relative;
  display: block;
}
/* line 139, ../scss/common/_mixin.scss */
.no-touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a:hover {
  color: #cccccc;
}
/* line 354, ../scss/top/_top_project.scss */
.no-touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a:hover time,
.no-touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a:hover .p-headline-unit__description p {
  text-decoration: underline;
}
/* line 143, ../scss/common/_mixin.scss */
.touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a.hover {
  color: #cccccc;
}
/* line 354, ../scss/top/_top_project.scss */
.touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a.hover time,
.touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a.hover .p-headline-unit__description p {
  text-decoration: underline;
}
/* line 367, ../scss/top/_top_project.scss */
body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a time {
  font-weight: bold;
  font-family: Lato, "Gill Sans", sans-serif;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 400, ../scss/top/_top_project.scss */
body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 485, ../scss/top/_top_project.scss */
body.is-home .p-gh.is-focused .p-gn .p-gn__links li {
  border-left: 1px solid #f5f5f5;
}
/* line 507, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel {
  position: relative;
}
/* line 274, ../scss/common/_mixin.scss */
body.is-home .p-story .p-story__carousel .owl-carousel .owl-stage-outer:after {
  content: "";
  display: block;
  clear: both;
}
/* line 513, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-carousel li {
  position: relative;
  overflow: hidden;
}
/* line 523, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-carousel li.c-feature-list-item--lg {
  margin-bottom: 0;
}
/* line 526, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-carousel li .blur {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  filter: blur(5px);
}
/* line 551, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-carousel li a {
  display: block;
  position: relative;
  margin: 0 auto;
}
/* line 557, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-carousel li a.blank .c-feature-list-item-title:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(/assets/images/common/icon04.png);
  background-size: 16px;
  vertical-align: 5px;
}
/* line 571, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-carousel li a figure {
  overflow: hidden;
}
/* line 580, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-carousel li a figure {
  overflow: hidden;
}
/* line 585, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-carousel li a figure div {
  transform: scale(1.05);
  transition: transform .3s;
}
/* line 139, ../scss/common/_mixin.scss */
.no-touch body.is-home .p-story .p-story__carousel .owl-carousel li a figure div:hover {
  transform: scale(1);
}
/* line 143, ../scss/common/_mixin.scss */
.touch body.is-home .p-story .p-story__carousel .owl-carousel li a figure div.hover {
  transform: scale(1);
}
/* line 609, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-carousel li img {
  width: 100%;
  height: auto;
}
/* line 274, ../scss/common/_mixin.scss */
body.is-home .p-story .p-story__carousel .owl-carousel li .c-feature-list-item-set:after {
  content: "";
  display: block;
  clear: both;
}
/* line 621, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-carousel li .c-feature-list-item-date {
  float: left;
}
/* line 627, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-slider-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, 0, 0);
}
/* line 636, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-slider-dots button {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  padding: 0;
  background-color: #cccccc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  appearance: none;
  z-index: 10;
}
/* line 648, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-slider-dots button.active {
  background-color: #000;
}
/* line 652, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-slider-dots.disabled {
  display: none;
}
/* line 656, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-slider-arrow {
  position: absolute;
  top: 50%;
}
/* line 670, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-slider-arrow button {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none;
  appearance: none;
  z-index: 10;
}
/* line 683, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-slider-arrow button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
}
/* line 697, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-slider-arrow button.owl-prev span {
  border-width: 6px 12px 6px 0;
  border-color: transparent #FFF transparent transparent;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
/* line 703, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-slider-arrow button.owl-next {
  float: right;
}
/* line 708, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-slider-arrow button.owl-next span {
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #FFF;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
/* line 715, ../scss/top/_top_project.scss */
body.is-home .p-story .p-story__carousel .owl-slider-arrow.disabled {
  display: none;
}
/* line 720, ../scss/top/_top_project.scss */
body.is-home .p-story .question-link {
  margin-top: 40px;
}
/* line 731, ../scss/top/_top_project.scss */
body.is-home .p-news {
  border-top: 5px solid #fff;
}

/* line 736, ../scss/top/_top_project.scss */
body.menu-open {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
}

/* line 743, ../scss/top/_top_project.scss */
.hover-move {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

/* line 754, ../scss/top/_top_project.scss */
.hover-body {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 759, ../scss/top/_top_project.scss */
.hover-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 3%;
  position: relative;
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 769, ../scss/top/_top_project.scss */
.hover-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 779, ../scss/top/_top_project.scss */
.hover-close {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -24px;
  color: #fff;
  font-size: 25px;
  font-size: 24.999px;
  font-size: 1.78571rem;
}

/*------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 794, ../scss/top/_top_project.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 795, ../scss/top/_top_project.scss */
#cboxWrapper {
  max-width: none;
}

/* line 796, ../scss/top/_top_project.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 797, ../scss/top/_top_project.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 798, ../scss/top/_top_project.scss */
#cboxContent {
  position: relative;
}

/* line 799, ../scss/top/_top_project.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 800, ../scss/top/_top_project.scss */
#cboxTitle {
  margin: 0;
}

/* line 801, ../scss/top/_top_project.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 802, ../scss/top/_top_project.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 803, ../scss/top/_top_project.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 804, ../scss/top/_top_project.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 805, ../scss/top/_top_project.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 812, ../scss/top/_top_project.scss */
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

/* line 813, ../scss/top/_top_project.scss */
#colorbox {
  outline: 0;
}

/* line 814, ../scss/top/_top_project.scss */
#cboxContent {
  margin-top: 20px;
  background: #000;
}

/* line 815, ../scss/top/_top_project.scss */
.cboxIframe {
  background: #fff;
}

/* line 816, ../scss/top/_top_project.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 817, ../scss/top/_top_project.scss */
#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

/* line 818, ../scss/top/_top_project.scss */
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

/* line 819, ../scss/top/_top_project.scss */
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

/* line 820, ../scss/top/_top_project.scss */
#cboxLoadingGraphic {
  background: url(/assets/images/plugins/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 823, ../scss/top/_top_project.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 826, ../scss/top/_top_project.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 828, ../scss/top/_top_project.scss */
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

/* line 829, ../scss/top/_top_project.scss */
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/assets/images/plugins/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

/* line 830, ../scss/top/_top_project.scss */
#cboxPrevious:hover {
  background-position: bottom left;
}

/* line 831, ../scss/top/_top_project.scss */
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/assets/images/plugins/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

/* line 832, ../scss/top/_top_project.scss */
#cboxNext:hover {
  background-position: bottom right;
}

/* line 833, ../scss/top/_top_project.scss */
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(/assets/images/plugins/colorbox/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

/* line 834, ../scss/top/_top_project.scss */
#cboxClose:hover {
  background-position: bottom center;
}

/* line 836, ../scss/top/_top_project.scss */
#cboxLoadedContent {
  position: relative;
}
/* line 838, ../scss/top/_top_project.scss */
#cboxLoadedContent:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
/* line 843, ../scss/top/_top_project.scss */
#cboxLoadedContent iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px){
  /* line 15, ../scss/top/_top_project.scss */
  body.is-home .p-superwrapper .p-supercontainer{
    padding-top: 74px;
  }
  /* line 40, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero:before{
    padding-top: 129.33%;
  }
  /* line 80, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__video__iframe{
    display: none;
  }
  /* line 101, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__video__btn{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin: -51px 0 0 -44px;
  }
  /* line 159, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__slides--pc{
    display: none;
  }
  /* line 164, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__slides--sp{
    display: block;
    height: auto;
  }
  /* line 169, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__slides--sp .p-header__hero__slides__item{
    height: auto;
  }
  /* line 171, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__slides--sp .p-header__hero__slides__item .image{
    padding-top: 129.33%;
  }
  /* line 175, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__slides--sp .p-header__hero__textset{
    margin-bottom: 0;
  }
  /* line 182, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__btn--scroll{
    display: block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 10;
    margin-left: -26px;
  }
  /* line 195, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero.slide-active:before{
    padding-top: 0;
  }
  /* line 198, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero.slide-active .p-header__hero__inner{
    position: static;
  }
  /* line 202, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero.slide-active .p-header__hero__slides--sp{
    margin-bottom: 20px;
  }
  /* line 210, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset{
    position: relative;
    margin-top: -35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }
  /* line 224, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset .header__hero__textset__title{
    padding: 21px 25px 23px 20px;
    font-size: 28px;
    font-size: 2rem;
  }
  /* line 238, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset .header__hero__textset__text{
    padding: 20px 20px 20px;
  }
  /* line 256, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset.title__hidden{
    margin-top: 0;
  }
  /* line 286, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head{
    padding: 5px 10px;
  }
  /* line 299, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head h2{
    padding-left: 6px;
    font-family: "YakuHanJP", "TsukuGoPr5-D", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-size: 1.07143rem;
  }
  /* line 315, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper{
    font-size: 15px;
    font-size: 1.07143rem;
  }
  /* line 325, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li + li{
    border-top: 1px solid #dddddd;
  }
  /* line 330, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li{
    position: relative;
    margin: 0 10px;
    padding: 0 10px;
  }
  /* line 342, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li li + li{
    border-top: 1px solid #dddddd;
  }
  /* line 347, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a{
    padding: 5px 0;
    color: #666666;
    text-decoration: underline;
    overflow: hidden;
    display: -webkit-box;
    font-family: "TsukuGoPr5-R", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  /* line 367, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a time{
    display: inline;
    margin-right: .5em;
  }
  /* line 400, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description{
    display: inline;
  }
  /* line 412, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description p{
    display: inline;
  }
  /* line 513, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li{
    padding: 40px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 526, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li .blur{
    top: 0;
    height: 266px;
  }
  /* line 557, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li a.blank .c-feature-list-item-title:after{
    vertical-align: unset;
  }
  /* line 551, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li a{
    width: 90%;
  }
  /* line 597, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li a figure div{
    width: auto;
    height: 230px;
  }
  /* line 600, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li a figure div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 627, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-slider-dots{
    bottom: -7.5%;
  }
  /* line 656, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-slider-arrow{
    left: 0;
    width: 100%;
    margin-top: -13px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape){
  /* line 15, ../scss/top/_top_project.scss */
  body.is-home .p-superwrapper .p-supercontainer{
    padding-top: 74px;
  }
  /* line 40, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero:before{
    padding-top: 129.33%;
  }
  /* line 80, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__video__iframe{
    display: none;
  }
  /* line 101, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__video__btn{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin: -51px 0 0 -44px;
  }
  /* line 159, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__slides--pc{
    display: none;
  }
  /* line 164, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__slides--sp{
    display: block;
    height: auto;
  }
  /* line 169, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__slides--sp .p-header__hero__slides__item{
    height: auto;
  }
  /* line 171, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__slides--sp .p-header__hero__slides__item .image{
    padding-top: 129.33%;
  }
  /* line 175, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__slides--sp .p-header__hero__textset{
    margin-bottom: 0;
  }
  /* line 182, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero .p-header__hero__btn--scroll{
    display: block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 10;
    margin-left: -26px;
  }
  /* line 195, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero.slide-active:before{
    padding-top: 0;
  }
  /* line 198, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero.slide-active .p-header__hero__inner{
    position: static;
  }
  /* line 202, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero.slide-active .p-header__hero__slides--sp{
    margin-bottom: 20px;
  }
  /* line 210, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset{
    position: relative;
    margin-top: -35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }
  /* line 224, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset .header__hero__textset__title{
    padding: 21px 25px 23px 20px;
    font-size: 28px;
    font-size: 2rem;
  }
  /* line 238, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset .header__hero__textset__text{
    padding: 20px 20px 20px;
  }
  /* line 256, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset.title__hidden{
    margin-top: 0;
  }
  /* line 286, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head{
    padding: 5px 10px;
  }
  /* line 299, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head h2{
    padding-left: 6px;
    font-family: "YakuHanJP", "TsukuGoPr5-D", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-size: 1.07143rem;
  }
  /* line 315, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper{
    font-size: 15px;
    font-size: 1.07143rem;
  }
  /* line 325, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li + li{
    border-top: 1px solid #dddddd;
  }
  /* line 330, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li{
    position: relative;
    margin: 0 10px;
    padding: 0 10px;
  }
  /* line 342, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li li + li{
    border-top: 1px solid #dddddd;
  }
  /* line 347, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a{
    padding: 5px 0;
    color: #666666;
    text-decoration: underline;
    overflow: hidden;
    display: -webkit-box;
    font-family: "TsukuGoPr5-R", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  /* line 367, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a time{
    display: inline;
    margin-right: .5em;
  }
  /* line 400, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description{
    display: inline;
  }
  /* line 412, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description p{
    display: inline;
  }
  /* line 513, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li{
    padding: 40px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 526, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li .blur{
    top: 0;
    height: 266px;
  }
  /* line 557, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li a.blank .c-feature-list-item-title:after{
    vertical-align: unset;
  }
  /* line 551, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li a{
    width: 90%;
  }
  /* line 597, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li a figure div{
    width: auto;
    height: 230px;
  }
  /* line 600, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li a figure div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 627, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-slider-dots{
    bottom: -7.5%;
  }
  /* line 656, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-slider-arrow{
    left: 0;
    width: 100%;
    margin-top: -13px;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px){
  /* line 28, ../scss/top/_top_project.scss */
  body.is-home .p-header{
    position: relative;
  }
  /* line 40, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero:before{
    padding-top: 56.25%;
  }
  /* line 210, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset{
    position: absolute;
    left: 10%;
    top: 32%;
  }
  /* line 224, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset .header__hero__textset__title{
    padding: 30px 55px 35px;
    font-size: 48px;
    font-size: 3.42857rem;
  }
  /* line 238, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset .header__hero__textset__text{
    width: 45%;
    width: 680px;
    margin-top: -60px;
    padding: 105px 30px 50px 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.14286rem;
  }
  /* line 256, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset.title__hidden{
    top: 40.7%;
  }
  /* line 263, ../scss/top/_top_project.scss */
  body.is-home .p-header .p-header__hero__textset.title__hidden .header__hero__textset__text{
    margin-top: 0;
    padding: 50px 30px;
  }
  /* line 286, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head{
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    padding: 17px 24px 0 20px;
    width: 266px;
  }
  /* line 299, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head h2{
    padding-left: 14px;
  }
  /* line 315, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper{
    margin-left: 310px;
    padding: 0 16px 0 24px;
  }
  /* line 330, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li{
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #dddddd;
    vertical-align: middle;
  }
  /* line 367, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a time{
    position: absolute;
    left: 0;
    display: block;
    padding: 0 16px 0 4px;
    width: 120px;
    white-space: nowrap;
    height: 55px;
    vertical-align: middle;
    line-height: 55px;
  }
  /* line 382, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a time:after{
    position: absolute;
    top: 19px;
    right: 0;
    display: block;
    width: 2px;
    height: 17px;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    content: '';
  }
  /* line 400, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description{
    padding: 0 16px 0 156px;
    height: 55px;
    vertical-align: middle;
    line-height: 55px;
  }
  /* line 412, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description p{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "TsukuGoPr5-R", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
  }
  /* line 434, ../scss/top/_top_project.scss */
  body.is-home .p-headline .p-headline__sec--important .p-headline__sec__wrapper:after{
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
    width: 266px;
    height: 1px;
    background: #dddddd;
    content: '';
  }
  /* line 456, ../scss/top/_top_project.scss */
  body.is-home .p-gh .p-gh__container{
    background: inherit;
    -moz-box-shadow: 0 1px 4px 0 transparent;
    -webkit-box-shadow: 0 1px 4px 0 transparent;
    box-shadow: 0 1px 4px 0 transparent;
  }
  /* line 464, ../scss/top/_top_project.scss */
  body.is-home .p-gh .p-gn .p-gn__links li{
    border-left: 1px solid rgba(245, 245, 245, 0);
  }
  /* line 468, ../scss/top/_top_project.scss */
  body.is-home .p-gh .p-gn .p-gn__links li a{
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
  /* line 477, ../scss/top/_top_project.scss */
  body.is-home .p-gh.is-focused .p-gh__container{
    background: #fff;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
  /* line 487, ../scss/top/_top_project.scss */
  body.is-home .p-gh.is-focused .p-gn .p-gn__links li a{
    text-shadow: 0 1px 4px transparent;
    text-shadow: 0 1px 4px 0 transparent;
  }
  /* line 513, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li{
    padding: 80px 0;
  }
  /* line 551, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li a{
    width: 920px;
  }
  /* line 580, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li a figure{
    height: 460px;
  }
  /* line 585, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li a figure div{
    position: relative;
    height: 100%;
  }
  /* line 609, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 656, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-slider-arrow{
    left: 50%;
    width: 1146px;
    margin-top: -20px;
    margin-left: -573px;
  }
  /* line 693, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-slider-arrow button.owl-prev{
    margin-left: 13px;
  }
  /* line 703, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-slider-arrow button.owl-next{
    margin-right: 13px;
  }
  /* line 723, ../scss/top/_top_project.scss */
  body.is-home .p-story .question-link a{
    padding-right: 110px;
    padding-left: 153px;
  }
}
@media all and (-ms-high-contrast: none){
  /* line 547, ../scss/top/_top_project.scss */
  body.is-home .p-story .p-story__carousel .owl-carousel li .blur{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
