@charset "UTF-8";
/*
Theme Name: トップページ用CSS
Theme URI: 
Description: 
Author: 
Author URI: 
Version:0.1
*/
/* ==========================================================================
   component
  ========================================================================== */
.btn-block {
  text-align: center; }

.btn-trans {
  display: inline-block;
  width: auto;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  background: url(/_assets/imgs/common/arrow_w_right.png) no-repeat;
  background-position: left 1em center;
  background-color: #f671a7;
  background-size: 1.6em;
  box-shadow: 0 4px 0 #9b2c5e;
  position: relative;
  z-index: 1000; }
  .btn-trans a {
    display: block;
    width: 100%;
    padding: 1em 3em;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none; }

.btn-trans.ib {
  display: inline-block;
  width: auto;
  border-radius: 4px;
  text-align: center;
  width: auto;
  background: url(/_assets/imgs/common/arrow_w_right.png) no-repeat left 1em center;
  background-color: #f671a7;
  background-position: left 1em center;
  background-size: 1.6em;
  box-shadow: 0 4px 0 #9b2c5e; }
  .btn-trans.ib a {
    display: block;
    width: 100%;
    padding: 1em 3em;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none; }

.btn-trans:hover {
  position: relative;
  top: 4px;
  box-shadow: none; }

.btn-callout {
  display: inline-block;
  width: auto;
  border-radius: 4px;
  text-align: center;
  display: inline-block; }
  .btn-callout a {
    display: block;
    width: 100%;
    padding: 1em 3em;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none; }

.apply .btn-callout {
  background: url(/_assets/imgs/common/arrow_w_right.png) no-repeat left 1em center, #99c347;
  background-size: 1em;
  box-shadow: 0 4px 0 #6e8f2f; }

.detail .btn-callout {
  background: url(/_assets/imgs/common/arrow_w_right.png) no-repeat left 1em center, #3cbae8;
  background-size: 1em;
  box-shadow: 0 4px 0 #1793c1; }

.inquiry .btn-callout {
  background: url(/_assets/imgs/common/arrow_w_right.png) no-repeat left 1em center, #f2ae35;
  background-size: 1em;
  box-shadow: 0 4px 0 #cd880d; }

.apply .btn-callout:hover,
.detail .btn-callout:hover,
.inquiry .btn-callout:hover {
  position: relative;
  top: 4px;
  box-shadow: none; }

#goToTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 20;
  width: 50px;
  height: 50px;
  background: url(/_assets/imgs/common/arrow_vp_up.png) no-repeat center center, #feb2d0;
  background-size: auto 40px;
  border-radius: 50%;
  color: #ea398a;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  text-indent: -9999em; }

@media screen and (max-width: 480px) {
  .show-menu #goToTop {
    z-index: -1; } }
@media screen and (min-width: 481px) {
  .btn-comp-wrapper {
    display: inline-block; }

  .btn-trans {
    font-size: 1.6em; } }
@media screen and (min-width: 768px) {
  #goToTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px; } }
/* ==========================================================================
   project
   ========================================================================== */
.top .maincontents {
  width: 100%;
  margin: 0 auto; }

#vgrid {
  width: 100%; }

.preface {
  padding: 5px; }

.preface-text {
  font-size: 14px;
  line-height: 1.3em; }

.latest-info {
  display: table;
  width: 100%; }

.ticker-title,
.ticker-block {
  display: table-cell;
  vertical-align: middle; }

.ticker-title {
  width: 3em;
  padding: 10px;
  background: #ea398a;
  color: #fff;
  font-weight: bold; }

.ticker-block {
  padding: 10px;
  background: #fdee21; }

.ticker {
  width: auto;
  max-width: 600px;
  text-align: left;
  position: relative;
  overflow: hidden; }

.ticker ul {
  width: 100%;
  position: relative; }

.ticker ul li {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none; }

.vg-elm-pc {
  display: none; }

.cate2 {
  display: table;
  width: 100%; }

.cate2 .facility-img,
.cate2 .facility-desc {
  display: table-cell;
  vertical-align: middle; }

.cate2 .facility-img {
  width: 40%;
  line-height: 0; }

.cate2 .facility-desc {
  width: 60%; }

.cate3 {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc; }

.cate3 .bg-elm__title {
  color: #ffffff;
  font-weight: bold; }

.blog-official .bg-elm__title {
  background: #ea398a; }

.blog-seitokai .bg-elm__title {
  background: #feb2d0; }

.blog-entry {
  width: 100%; }

.blog-entry .blog-img,
.blog-entry .blog-text {
  display: inline-block;
  vertical-align: middle; }

.blog-entry .blog-img {
  padding: 10px 0;
  width: 40%;
  max-width: 158px;
  height: 89px;
  overflow: hidden; }

.blog-entry .blog-text {
  padding: 10px;
  width: 60%; }

.blog-radio .bg-elm__title {
  background: #f2ae35; }

.more-btn {
  text-align: center; }

.more-btn a {
  display: inline-block;
  width: auto;
  max-width: 320px;
  margin: 0 auto; }

.bxslider li {
  padding: 10px 5px 10px 5px; }

@media screen and (max-width: 480px) {
  .vg-elm-l {
    width: 100%; }

  .vg-elm-m {
    width: 100%; }

  .vg-elm-s {
    float: left;
    width: 50%; }

  #bxwrapper3 {
    background: #666; }

  .latest-info {
    background: #fff; }

  .category__title {
    clear: both;
    padding: 20px 0;
    background: #ea398a;
    color: #fff;
    text-align: center;
    width: 100%; }
    .category__title .en {
      font-size: 1.6em;
      font-family: 'Delius', cursive;
      font-weight: bold; }
    .category__title .en, .category__title .jp {
      display: block; }

  .bg-elm__title {
    padding: 10px 0;
    font-size: 1.4em;
    text-align: center; }

  .topics {
    position: relative; }

  .topics:after {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1;
    width: 250px;
    /*original -> 600px*/
    height: 572.5px;
    /*original -> 1374px*/
    content: '';
    background: url(/_assets/imgs/index/topics_bg01.png) no-repeat center top;
    background-size: auto 100%; }

  .more {
    position: relative; }

  .more.visible:after {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1;
    width: 250px;
    /*original -> 600px*/
    height: 1000px;
    /*original -> 1374px*/
    content: '';
    background: url(/_assets/imgs/index/other_bg01.png) no-repeat;
    background-position: right 100px;
    background-size: auto 70%; } }
@media screen and (min-width: 481px) {
  .top .maincontents {
    width: 100%;
    padding-top: 15px; }

  .latest-info {
    padding: 5px; }

  .vg-elm-l {
    width: 100%; }

  .vg-elm-m {
    width: 100%; }

  .vg-elm-s {
    width: 49.9%; }

  .vg-elm-l img,
  .vg-elm-m img,
  .vg-elm-s img {
    width: 100%; }

  #bxwrapper1 {
    display: none;
    height: 0; }

  #bxwrapper3 {
    display: none;
    height: 0; }

  .category__title {
    display: none; }

  .bg-elm__title {
    display: none; }

  .cate3 {
    position: relative;
    display: block;
    min-height: 200px;
    padding: 0;
    border-bottom: none; }

  .cate3 .bg-elm__title {
    display: block;
    font-size: 1.1em;
    text-align: center; }

  .blog-entry .blog-img {
    max-width: 280px;
    height: auto;
    max-height: 150px;
    margin: 10px auto 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    overflow: hidden; }

  .blog-official .bg-elem--inner {
    max-height: 230px;
    border: 2px solid #ea398a;
    overflow: hidden; }

  .blog-seitokai .bg-elem--inner {
    max-height: 230px;
    border: 2px solid #feb2d0;
    overflow: hidden; }

  .blog-radio .bg-elem--inner {
    max-height: 230px;
    border: 2px solid #f2ae35;
    overflow: hidden; }

  .topics:after {
    display: none; } }
@media screen and (max-width: 767px) {
  .cate2 .facility-desc {
    padding: 10px; } }
@media screen and (min-width: 768px) {
  .top .maincontents {
    width: auto;
    max-width: 768px; }

  .cate1 {
    position: relative; }

  .kv-contents {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px 10px;
    background: rgba(255, 255, 255, 0.8); }

  .vg-elm-l {
    width: 50%;
    max-width: 384px;
    height: 384px; }

  .vg-elm-m {
    width: 25%;
    max-width: 192px;
    height: 192px;
    overflow: hidden; }

  .vg-elm-s {
    width: 25%;
    max-width: 192px;
    height: 192px;
    overflow: hidden; }

  .vg-elm-pc {
    display: block;
    width: 25%;
    max-width: 192px;
    height: 192px;
    overflow: hidden; }

  .vg-elm-project {
    display: block;
    width: 25%;
    max-width: 192px;
    height: 192px;
    overflow: hidden; }

  .cate2 {
    display: block; }

  .cate2 .facility-img,
  .cate2 .facility-desc {
    display: block; }

  .cate2 .facility-img {
    width: 100%; }

  .cate2 .facility-desc {
    width: 100%; }

  .cate2 {
    position: relative; }

  .cate2 .facility-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-text-shadow: 0 0 5px white;
    -mos-text-shadow: 0 0 5px white;
    -ms-text-shadow: 0 0 5px white;
    text-shadow: 0 0 5px white;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4; }

  .cate2:hover .facility-desc {
    display: none; }

  .cate3 {
    position: relative;
    width: 25%; }

  .cate3:after {
    padding-top: 100%;
    display: block;
    content: ""; }

  .cate3 > .bg-elem--inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

  .blog-entry {
    display: block; }

  .blog-entry .blog-img,
  .blog-entry .blog-text {
    display: block;
    vertical-align: middle; }

  .blog-entry .blog-img {
    width: 100%;
    max-width: 192px;
    height: auto;
    max-height: 89px;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    line-height: 1; }

  .blog-entry .blog-text {
    width: 100%;
    max-width: 192px;
    padding: 10px;
    line-height: 1.4; }

  .blog-entry .blog-text span {
    white-space: nowrap;
    text-overflow: ellipsis; }

  .blog-text small,
  .blog-text em {
    display: block; } }
@media screen and (min-width: 976px) {
  .top .maincontents {
    width: auto;
    max-width: 960px; } }
@media screen and (max-width: 1024px) {
  .cate1 .info,
  .cate2 .info,
  .cate3 .info {
    display: none; } }
@media screen and (min-width: 1024px) {
  .category-intro--title {
    display: none; }

  .vg-elm-l {
    max-width: 480px;
    height: 480px;
    padding: 5px; }

  .vg-elm-m {
    max-width: 240px;
    height: 240px;
    padding: 5px; }

  .vg-elm-s {
    max-width: 240px;
    height: 240px;
    padding: 5px; }

  .vg-elm-pc {
    max-width: 240px;
    height: 240px;
    padding: 5px; }

  .vg-elm-pc a:hover {
    opacity: 0.5; }

  .vg-elm-project {
    max-width: 240px;
    height: 240px;
    padding: 5px; }

  .vg-elm-project a:hover {
    opacity: 0.5; }

  .cate3 {
    max-width: 240px;
    height: 240px;
    overflow: hidden; }

  .cate3 > .bg-elem--inner {
    position: relative; }

  .blog-entry .blog-img {
    width: 100%;
    max-width: 220px;
    height: auto;
    max-height: 124px;
    margin: 10px auto 0;
    padding: 0;
    text-align: center;
    overflow: hidden; }

  .blog-entry .blog-img img {
    max-width: none;
    width: 100%; }

  .blog-entry .blog-text {
    width: 100%;
    max-width: 220px;
    padding: 10px; } }
@media screen and (min-width: 1220px) {
  .top .maincontents {
    width: auto;
    max-width: 1200px; } }
@media screen and (min-width: 1460px) {
  .top .maincontents {
    width: auto;
    max-width: 1440px; } }

/*# sourceMappingURL=index.css.map */
