@charset "UTF-8";
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes $animation-name {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#hero {
  position: relative;
  margin-left: 10vw;
}
@media screen and (max-width: 768px) {
  #hero {
    margin-left: 0;
  }
}
#hero:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(51, 51, 51, 0.45);
  background-image: -o-radial-gradient(rgba(51, 51, 51, 0.05) 20%, transparent 0), -o-radial-gradient(rgba(51, 51, 51, 0.05) 20%, transparent 0);
  background-image: radial-gradient(rgba(51, 51, 51, 0.05) 20%, transparent 0), radial-gradient(rgba(51, 51, 51, 0.05) 20%, transparent 0);
  background-position: 0 0, 5px 5px;
  background-size: 6px 6px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #hero:after {
    background: rgba(51, 51, 51, 0.3);
  }
}
#hero .text {
  position: absolute;
  left: -30px;
  top: 33%;
  z-index: 2;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #hero .text {
    left: 0px;
    top: 20%;
  }
}
#hero .text .bigText,
#hero .text .subText {
  position: absolute;
  display: inline-block;
  left: 0;
  background: rgba(255, 255, 255, 0.87);
}
#hero .text .bigText {
  top: 0;
  font-size: 4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 13px 20px 13px 10px;
  white-space: nowrap;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #hero .text .bigText {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}
@media screen and (max-width: 768px) {
  #hero .text .bigText {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  #hero .text .bigText {
    font-size: 2.8rem;
  }
}
#hero .text .bigText i {
  font-size: 80%;
}
#hero .text .subText {
  top: 80px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 140%;
  padding: 5px 10px;
  width: 376px;
}
@media screen and (max-width: 768px) {
  #hero .text .subText {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  #hero .text .subText {
    font-size: 1.2rem;
    width: 230px;
  }
}
#hero .video {
  padding-bottom: 36.134%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #hero .video {
    height: 400px;
    padding: 0;
  }
}
#hero .video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  margin-top: -110px;
}
@media screen and (max-width: 640px) {
  #hero .video video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#hero .pickupTopics {
  position: relative;
  z-index: 10;
  width: 100%;
}
#hero .pickupTopics th, #hero .pickupTopics td {
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 140%;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  #hero .pickupTopics th, #hero .pickupTopics td {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
#hero .pickupTopics th {
  background: #c02138;
  width: 7em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #hero .pickupTopics th {
    width: auto;
    font-size: 1.1rem;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
  }
}
#hero .pickupTopics td {
  background: #2d4348;
  text-align: left;
}
#hero .pickupTopics td a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}
#hero .pickupTopics td a + a {
  margin-top: 5px;
}
#hero .pickupTopics td a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .newsList li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .newsList li:nth-child(4) {
    display: block;
  }
}

section#event {
  background: #eff4f5;
}

.eventList {
  margin-top: -10px;
}
.eventList li {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .eventList {
    display: block;
    margin-top: 0;
  }
  .eventList li {
    width: auto;
    padding-top: 0;
    margin-top: 10px;
  }
  .eventList li a {
    padding: 10px 10px 10px 90px;
  }
  .eventList li a .date {
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -35px;
  }
}
section#reform {
  background: #eff4f5;
}

#feature .head {
  position: relative;
  z-index: 2;
}
#feature .img {
  float: right;
}
@media screen and (max-width: 768px) {
  #feature .img {
    float: none;
    position: absolute;
    top: 12vw;
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  #feature .img {
    position: relative;
    top: auto;
    right: auto;
  }
}
#feature .img figure {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
}
#feature .img figure:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(left, #FFFFFF 10%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #FFFFFF), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #FFFFFF 10%, rgba(255, 255, 255, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$white, endColorstr=rgba($white,0),GradientType=1 );
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #feature .img figure:before {
    background: -o-linear-gradient(bottom, #FFFFFF 10%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #FFFFFF), color-stop(50%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #FFFFFF 10%, rgba(255, 255, 255, 0) 50%);
  }
}
#feature .text {
  position: absolute;
  width: 40%;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  text-shadow: 0px 0px 10px #FFFFFF, 0px 0px 20px #FFFFFF, 0px 0px 20px #FFFFFF, 0px 0px 40px #FFFFFF, 0px 0px 40px #FFFFFF;
}
@media screen and (max-width: 768px) {
  #feature .text {
    position: relative;
    padding: 0;
    margin-top: -40px;
  }
}
@media screen and (max-width: 640px) {
  #feature .text {
    width: 100%;
  }
}
#feature .text .btn a {
  text-shadow: none;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  #feature .text .btn a {
    width: 70%;
  }
}

section#calendar {
  background: #f2f2f2;
}

.simcal-align-right {
  display: none;
}

.simcal-calendar-grid {
  background: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
}
.simcal-calendar-grid button {
  min-width: 0;
}
.simcal-calendar-grid button:before {
  display: none;
}
.simcal-calendar-grid thead .simcal-current-year,
.simcal-calendar-grid thead .simcal-current-month {
  font-size: 2.6rem;
}
.simcal-calendar-grid thead .simcal-current-year {
  font-size: 2.2rem;
  margin-right: 20px;
}
.simcal-calendar-grid thead .simcal-nav {
  background: #f2f2f2;
}
.simcal-calendar-grid thead .simcal-week-day {
  color: #FFFFFF;
  background: #188ba9;
}
.simcal-calendar-grid td {
  border: 1px solid #f2f2f2;
}
.simcal-calendar-grid .simcal-events {
  display: block !important;
}
.simcal-calendar-grid .simcal-event-title {
  display: inline-block !important;
  background: #1eb396;
  color: #FFFFFF;
  padding: 2px;
}
.simcal-calendar-grid .simcal-events-dots,
.simcal-calendar-grid .simcal-event-details {
  display: none !important;
}
.simcal-calendar-grid .simcal-day-number {
  background: none !important;
  color: #000 !important;
  text-align: right;
}

.simcal-default-calendar-grid .simcal-day > div {
  min-height: 70px !important;
}

.simcal-default-calendar .simcal-nav-button.simcal-prev:hover {
  margin-left: 0 !important;
}

#footerContact .contactList,
#footerContact .areaMap {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #footerContact .contactList,
#footerContact .areaMap {
    display: block;
    width: 100%;
  }
}
#footerContact .contactList li {
  margin-left: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #footerContact .contactList li {
    margin-bottom: 15px;
  }
}
#footerContact .contactList li a, #footerContact .contactList li span {
  margin: 0;
}
@media screen and (max-width: 640px) {
  #footerContact .contactList li a, #footerContact .contactList li span {
    margin: auto;
  }
}
#footerContact .areaMap {
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  #footerContact .areaMap {
    margin-top: 40px;
    margin-left: 0;
  }
}
#footerContact .areaMap h3 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #footerContact .areaMap h3 {
    text-align: center;
  }
}
#footerContact .areaMap figure {
  margin: 10px 0;
}
#footerContact .areaMap p {
  font-size: 1.4rem;
  line-height: 140%;
}
/*# sourceMappingURL=top.css.map */