/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
  @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
  @import "./header.css";
body {
    overflow-x: hidden;
    font-family: 'Noto Sans Japanese', sans-serif;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    text-transform: uppercase;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 700;
}

a {
  font-family: 'Noto Serif Japanese', serif;
}

.push {
  border: solid 3px #555;
  padding: 16px 34px;
  border-radius: 8px;
  margin-top: 32px;
}
.push h1 {
  font-size: 27px;
  font-weight: bold;
  line-height: 46px;
  color: #2770c1;
}
.push p {
  font-size: 14px;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f043";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #888;
}

hr.star-light:after {
    color: #888;
    background-color: white;
}

hr.star-primary {
    border-color: #888;
}

hr.star-primary:after {
    color: #888;
    background-color: #fff;
}

#concept .star-primary:after {
    background-color: #f9f9f9;
}

.img-centered {
    margin: 0 auto;
}
/*
header {
    text-align: center;
    color: #555;
    background: white;
    position: relative;
}

header aside {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  padding-top: 20px;
  background-image: url("./../img/back.png");
  background-size: contain;
}

header aside .icon {
  display: inline-block;
  vertical-align: middle;
  width: 16.66666666%;
  margin-bottom: 24px;
  float: left;
}

@media (max-width:767px) {
  header aside {
    padding-top: 0;
  }

  header aside .icon {
    margin-bottom: 9px;
  }
}

header aside .icon svg {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  opacity: 0.4;
}

@media (max-width: 767px) {
  header aside .icon svg {
    width: 48px;
    height: 48px;
  }
}

header .container {
    padding-top: 100px;
    position: relative;
    z-index: 22;
}

@media (max-width:767px) {
  header .container {
    padding-top: 0;
  }
}

header img {
    display: block;
    margin: 40px auto 45px;
    width: 320px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .skills {
    font-size: 1.1em;
    font-weight: 200;
}

.en header .skills {
  text-align: right;
}

@media (max-width:767px) {
  header .skills {
    visibility: hidden;
  }
}

@media(min-width:768px) {
    header .container {
        padding-top: 125px;
    }

    header .intro-text .name {
        font-size: 3.25em;
    }

    header .skills {
        font-size: 1.1em;
        position: absolute;
        top: 108px;
        right: 12px;
    }
}

header .header-water-img {
  background-image: url(./../img/w-fst_drop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 50px;
  height: 60vh;
  min-height: 560px
}

@media (max-width:767px) {
    header .header-water-img {
      height: 50vh;
      margin-top: 34px;
      padding-top: 150px;
      min-height: 420px;
    }
}

header table {
  height: 100%;
  width: 100%;
}

header table td {
  padding-top: 16%;
}

header .header-text {
  vertical-align: center;
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 18px 0;
        padding-bottom: 13px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar-brand {
  padding: 0 15px;
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    background: white;
    border-bottom: solid 1px #ddd;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-nav li a {
  padding-top: 12px;
}
*/

/*.navbar-default,
.navbar-inverse {
    border: 0;
}*/

section {
    padding: 100px 0;
}

section .container {
  position: relative;
  z-index: 1;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 110px 0;
    }

    section.first {
        padding-top: 75px;
    }
}
#vision {
  width: 80%;
  margin: 0 auto;
  border-radius: 38px;
  padding-top: 0;
  margin-bottom: 70px;
}


#vision canvas {
  min-width: 100%;
  z-index: 0;
}

#vision .vision-item {
    right: 0;
    margin: 0 0 15px;
    text-align: center;
}

#vision .vision-item img {
  margin: 32px auto 0px;
  display: inline-block;
  height: 300px;
  width: 240px;
}

.vision-item p {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.8px;
}

@media (max-width: 1475px){
  #vision {
    width: 90%;
  }
  #vision .vision-item img {
    width: 200px;
  }
}

@media (max-width: 1295px){
  #vision .vision-items {
  transform: scale3d(0.8, 0.8, 0.8);
  }
}

@media (max-width: 767px) {
  #vision .vision-item {
  transform: scale3d(1, 1, 1);
  }
  #vision canvas {
    display: none;
  }
  .vision-item p {
    color: #555;
    padding: 0 16px;
  }
}


#vision .vision-item .vision-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#vision .vision-item .vision-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#vision .vision-item .vision-link .caption:hover {
    opacity: 1;
}

#vision .vision-item .vision-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#vision .vision-item .vision-link .caption .caption-content i {
    margin-top: -12px;
}

#vision .vision-item .vision-link .caption .caption-content h3,
#vision .vision-item .vision-link .caption .caption-content h4 {
    margin: 0;
}

#vision * {
    z-index: 2;
}

@media(max-width:767px) {
    #vision .vision-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    color: #fff;
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-col ul {
  padding: 0;
  list-style: none;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.vision-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.vision-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.vision-modal .modal-content img {
    margin-bottom: 30px;
}

.vision-modal .modal-content .item-details {
    margin: 30px 0;
}

.vision-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.vision-modal .close-modal:hover {
    opacity: .3;
}

.vision-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vision-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vision-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

#particles {
  position: relative;
}

#particles canvas {
  opacity: 0.6;
  position: absolute;
  top: 0px;
}

#president {
  background-color: #f9f9f9;
}

#president hr.star-primary:after {
  color: #888;
  background-color: #f9f9f9;
}


#president .media {
  display: table;
  margin-top: 32px;
}

#president .media img {
  display: table-cell;
  width: 200px;
  margin: 0 40px;
}

#president .media p {
  letter-spacing: 1.4px;
  line-height: 44px;
}

@media (max-width: 767px) {
  #president .media {
    display: block;
  }

  #president .media img {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
    width: 60%;
  }

  #president .media p {
    line-height: 26px;
    font-size: 16px;
  }
}
.thumbnail {
  padding: 0px;
  margin-top: 24px;
}

.thumbnail .ripple {
  height: 280px;
  width: 100%;
  background-size: cover;
  background-position: top;
}

.thumbnail .caption {
  background-color: #fafafa;
  padding: 16px 16px;
}

.thumbnail .caption:after {
  display: block;
  content: '';
  clear: both;
}

.thumbnail .caption h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

.thumbnail .caption p {
  font-size: 16px;
  margin-bottom: 12px;
}

#event {
  background-color: #f9f9f9;
}

#event .morph {
  display: block;
  margin-top: 16px;
}

.morph canvas {
  margin: 0 auto;
  display: block;
}

.header-img {
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.header-img img {
  height: 40px;
}

@media (max-width:767px) {
  .header-img {
    margin-left: 0;
  }

  .header-img img {
    height: 35px;
    margin-top: 7px;
    margin-left: 3px;
  }

  .navbar-brand {
    padding: 0 !important;
    padding-top: 5px !important;
  }

  .navbar-brand svg {
    width: 230px;
    height: 40px;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 375px !important;
  }

  .pre-scrollable {
    max-height: 380px !important;
  }
}

.navbar-brand {
  margin-left: 0 !important;
}

#news-container {
  padding: 0;
  border: solid 1px #ddd;
  padding: 11px 0;
  width: 65%;
  margin: 0 auto;
}

#news-container .news-container .news-year {
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: bold;
  color: #888;
}

@media (max-width: 767px) {
  #news-container {
    width: 100%
  }
}

#news-container .news-row .date-container {
  width: 13%;
  float: left;
}

@media (min-width:1025px) {
  #news-container .news-row .date-container {
    width: 9%;
  }

  #news-container .news-row .news-title {
    width: 88%;
  }
}


#news-container .news-row .news-title {
  width: 85%;
  float: left;
}

#news-container .news-row {
  width: 90%;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 4px;
  line-height: 27px;
  color: #555;
}
#news-container .news-row:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}

#news-container .news-row:hover {
  color: #6b5f5f;
}

#news-container .news-row .news-title {
  padding-right: 0;
}

#news-container .news-row .news-title p {
  margin: 0;
}

#news-container .news-row:hover .news-title p {
  color: #159e83;
}

#news-container .news-container {
  overflow: scroll;
  max-height: 450px;
}

#news-container hr {
  width: 95%;
  margin: 0 auto;
  clear: both;
}

#news-container .date-container hr {
  width: 100%;
  margin: 0;
  margin-top: 3px;
}


.news-text {
  margin: 0;
}

.date-container {
  text-align: center;
  padding: 3px 0 2px 1px;
  border-left: solid;
  margin-bottom: 3px;
}

.news-row:hover .date-container {
  border-color: #159e83;
}

.date-container .news-day {
  font-size: 28px;
  font-weight: 600;
}

#fields .field-img {
  text-align: center;
  padding-top: 19px;
}

#fields .field-img img {
  width: 650px;
}

@media (max-width:767px) {
  #fields .field-img img {
    width: 100%;
  }
}

.linear-wipe {
  text-align: center;

  background: linear-gradient(to right, rgb(72, 156, 187) 20%, rgb(90, 169, 195) 40%, rgb(87, 135, 169) 60%, rgb(89, 151, 169) 80%);
  background-size: 120% auto;

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: shine 2s linear infinite;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

/*
.nav > li > a {
  padding: 10px 12px;
}
*/

#member .field_explanation {
  width: 75%;
  margin: 20px auto;
}

@media (max-width:767px) {
  #member .field_explanation {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

#member .field_explanation p {
  line-height: 40px;
  font-size: 14px;
}

#concept {
  background-color: #f9f9f9;
}

@media (min-width: 768px) {
  #wfst-menu {
    text-align: center;
  }

  #wfst-menu .content {
    height: 173px;
    display: inline-block;
    position: relative;
  }

  #wfst-menu .content a {
    position: absolute;
  }

  #wfst-menu .under-hexa {
    top: 56px;
  }

  #wfst-menu .g0 {
    left: -332px;
  }

  #wfst-menu .g1 {
    left: -242px;
  }

  #wfst-menu .g2 {
    left: -151px;
  }

  #wfst-menu .g3 {
    left: -60px;
  }

  #wfst-menu .g4 {
    left: 31px;
  }

  #wfst-menu .g5 {
    left: 122px;
  }

  #wfst-menu .g6 {
    left: 211px;
  }
}

#wfst-menu .content {
  text-align: center;
}

#wfst-menu .g0 {
  width: 100%;
}

@media (max-width:767px) {
  .field-img svg {
    width: 100%;
    height: 100%;
  }
}

#data .row.cards{
  text-align: left;
}

#data .row .thumbnail{
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.05);
}

.footer-col ul li a{
  font-size: 20px;
  font-family: monospace, serif;
}

#award{
  background-color: #f9f9f9;
}
