@charset "UTF-8";
/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
/* TEMPLATE High Resolution parts end*/
/*===================================================
index
===================================================*/

/* INTERFACE */
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  color: #333;
}
main .more-btn {
  display: block;
  width: 200px;
  height: 40px;
  border: 2px solid #333333;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .more-btn:hover {
  background-color: #333333;
  color: #fff;
}
main .more-btn:hover .icon {
  fill: #fff;
}
main .more-btn .icon {
  fill: #333333;
  width: 16px;
  height: 12px;
  margin: 0 5px 0 0;
}
main .key {
  height: 400px;
  overflow: hidden;
  background-color: #1ecee6;
}
main .key .login-area {
  width: 33.3333333%;
  height: 100%;
  padding: 40px;
  float: right;
  background:linear-gradient(135deg,#1ecee6,#1ecee6);
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .key .login-area .login-title {
  display: block;
  margin: 0 0 25px 0;
  padding: 70px 0 0 0;
  background-image: url('../img/key-login-icon.svg');
  background-repeat: no-repeat;
  background-size: 31px 50px;
  background-position: top center;
  text-align: center;
}
main .key .login-area .login-title .text {
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: bold;
}
main .key .login-area .login-title .text .ja {
  display: block;
  font-weight: normal;
}
main .key .login-area .main-text {
  margin: 0 0 15px 0;
  text-align: center;
}
main .key .login-area .main-text a{
  color: #fff;
}
main .key .login-area .main-text a:hover{
  text-decoration: underline;
}
main .key .login-area .form-pass {
  display: block;
  width: 100%;
  max-width: 270px;
  height: 26px;
  margin: 0 auto 30px;
  padding: 0 5px;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
  line-height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .key .login-area .login-btn {
  display: block;
  width: 120px;
  height: 50px;
  margin: 0 auto;
  background-color: #fff;
  color: #333333;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .key .login-area .login-btn:hover {
  background-color: #333333;
  color: #fff;
}
main .content-section .section-title {
  margin: 0 0 30px;
  font-size: 2.6rem;
  font-weight: bold;
}
main .content-section .section-title .en {
  padding: 0 0 0 12px;
  color: #1ecee6;
}
main .content-section .section-title .en::before {
  content: "|";
  margin: 0 12px 0 0;
  font-weight: normal;
}
main .welcome-section {
  text-align: center;
}
main .welcome-section .welcome-title {
  margin: 0 0 20px;
  padding: 110px 0 0 0;
  font-size: 3rem;
  line-height: 1.3em;
  background-image: url('../img/welcome-logo.png');
  background-repeat: no-repeat;
  background-size: 250px 62.5px;
  background-position: top center;
}
main .welcome-section .main-text {
  margin: 0 0 30px;
  font-size: 1.8rem;
  line-height: 1.6em;
}
main .welcome-section .more-btn {
  display: block;
  width: 220px;
  height: 40px;
  margin: 0 auto;
  border: 2px solid #1ecee6;
  color: #1ecee6;
  font-weight: bold;
  line-height: 40px;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .welcome-section .more-btn:hover {
  background: #1ecee6;
  color: #fff;
}
main .content-container {
  background-color: #f2f2f2;
}
main .content-container .content-inner {
  overflow: hidden;
}
main .content-container .content-inner .report-section {
  width: 71%;
  float: left;
  position: relative;
}
main .content-container .content-inner .report-section .article-container {
  overflow: hidden;
}
main .content-container .content-inner .report-section .article-container .article-box {
  float: left;
  padding: 0 0 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .content-container .content-inner .report-section .article-container .article-box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .content-container .content-inner .report-section .article-container .article-box a:hover {
  opacity: 0.7;
}
main .content-container .content-inner .report-section .article-container .article-box a:hover .thumb img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
main .content-container .content-inner .report-section .article-container .article-box a .thumb {
  position: relative;
  width: 100%;
  padding: 75.185185185185% 0 0 0;
  overflow: hidden;
}
main .content-container .content-inner .report-section .article-container .article-box a .thumb img {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .content-container .content-inner .report-section .article-container .article-box a .cat {
  position: relative;
  display: block;
  height: 40px;
  margin: -20px 0 10px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
}
main .content-container .content-inner .report-section .article-container .article-box a .title {
  margin: 0;
  font-weight: bold;
}
main .content-container .content-inner .report-section .article-container .article-box a .day {
  margin: 0;
  color: #999;
  text-align: right;
}
main .content-container .content-inner .report-section .article-container .article-box.meeting-article {
  border-bottom: 6px solid #41bfd9;
}
main .content-container .content-inner .report-section .article-container .article-box.meeting-article a .cat {
  background-color: #41bfd9;
  color: #fff;
}
main .content-container .content-inner .report-section .article-container .article-box.event-article {
  border-bottom: 6px solid #d95b41;
}
main .content-container .content-inner .report-section .article-container .article-box.event-article a .cat {
  background-color: #d95b41;
}
main .content-container .content-inner .report-section .article-container .article-box .bnr-area .bnr-item {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .content-container .content-inner .side-content {
  width: 25%;
  padding: 50px 0 70px 0;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .content-container .content-inner .side-content .bnr-area {
  margin: 0 0 30px 0;
}
main .content-container .content-inner .side-content .bnr-area .bnr-item {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .content-container .content-inner .side-content .bnr-area .bnr-item:hover {
  opacity: 0.7;
}
main .content-container .content-inner .side-content .access-area {
  text-align: right;
  padding: 20px 0 0 0;
  border-top: 6px solid #ccc;
}
main .content-container .content-inner .side-content .access-area .access-title {
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  font-weight: bold;
  text-align: left;
  background-image: url('../img/access-title-icon.svg');
  background-repeat: no-repeat;
  background-size: 10px 16px;
  background-position: center left;
}
main .content-container .content-inner .side-content .access-area .main-text {
  margin: 0 0 15px 0;
  text-align: left;
}
main .content-container .content-inner .side-content .access-area .access-map {
  width: 100%;
  height: 180px;
  margin: 0 0 5px 0;
}
main .content-container .content-inner .side-content .access-area .more-link {
  color: #1ecee6;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .content-container .content-inner .side-content .access-area .more-link:hover {
  opacity: 0.7;
}
main .content-container .content-inner .side-content .music-area {
  text-align: right;
  padding: 20px 0 0 0;
  border-top: 6px solid #ccc;
}
main .content-container .content-inner .side-content .music-area .access-title {
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  font-weight: bold;
  text-align: left;
  background-image: url('../img/access-title-icon.svg');
  background-repeat: no-repeat;
  background-size: 10px 16px;
  background-position: center left;
}
main .content-container .content-inner .side-content .music-area .main-text {
  margin: 0 0 15px 0;
  text-align: left;
}
main .schedule-section .content-inner {
  position: relative;
}
main .schedule-section .content-inner .section-title {
  padding: 0 0 20px 0;
  border-bottom: 6px solid #cccccc;
  color: #333;
}
main .schedule-section .content-inner .cal-btn {
  display: block;
  width: 30px;
  height: 30px;
}
main .schedule-section .content-inner .cal-btn img {
  display: block;
  width: 30px;
  height: 29px;
}
main .schedule-section .content-inner .schedule-container {
  overflow: hidden;
}
main .schedule-section .content-inner .schedule-container .schedule-list {
  width: 71%;
  float: left;
}
main .schedule-section .content-inner .schedule-container .schedule-list .schedule-item {
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #ccc;
}
main .schedule-section .content-inner .schedule-container .schedule-list .schedule-item .day {
  display: inline-block;
  width: 84px;
  margin: 0;
}
main .schedule-section .content-inner .schedule-container .schedule-list .schedule-item .cat {
  display: inline-block;
  width: 150px;
  height: 20px;
  margin: 0 20px 0 0;
  color: #1ecee6;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}
main .schedule-section .content-inner .schedule-container .schedule-list .schedule-item .cat.cat-meeting {
  background-color: #41bfd9;
  color: #fff;
}
main .schedule-section .content-inner .schedule-container .schedule-list .schedule-item .cat.cat-event {
  background-color: #d95b41;
  color: #fff;
}
main .schedule-section .content-inner .schedule-container .schedule-list .schedule-item .main-text {
  color: #333;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .schedule-section .content-inner .schedule-container .schedule-list .schedule-item .main-text:hover {
  color: #cccccc;
}
main .schedule-section .content-inner .schedule-container .shedule-cal {
  width: 25%;
  padding: 0;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .schedule-section .content-inner .schedule-container .shedule-cal .fc-calendar-container {
  height: 300px;
}
/*!------------------------------------*\
    Remodal
\*!------------------------------------*/
.cal-remodal {
  border: 2px solid #ccc;
  background-color: #fff;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-remodal .remodal-close {
  color: #1ecee6;
}
.cal-remodal .shedule-cal {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-remodal .shedule-cal .custom-inner {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.cal-remodal .shedule-cal .custom-inner .custom-header {
  position: relative;
  margin: 0 0 10px 0;
  text-align: center;
}
.cal-remodal .shedule-cal .custom-inner .custom-header .custom-month {
  display: inline;
  color: #1ecee6;
  font-weight: bold;
}
.cal-remodal .shedule-cal .custom-inner .custom-header .custom-year {
  display: inline;
  color: #1ecee6;
  font-weight: bold;
}
.cal-remodal .shedule-cal .custom-inner .custom-header p {
  display: inline;
  color: #1ecee6;
  font-weight: bold;
}
.cal-remodal .shedule-cal .custom-inner .custom-header nav {
  position: absolute;
  width: 100%;
}
.cal-remodal .shedule-cal .custom-inner .custom-header nav span {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.65em;
  font-weight: bold;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.cal-remodal .shedule-cal .custom-inner .custom-header nav span:first-child {
  left: 20px;
}
.cal-remodal .shedule-cal .custom-inner .custom-header nav span:first-child:hover {
  left: 15px;
}
.cal-remodal .shedule-cal .custom-inner .custom-header nav span:last-child {
  right: 20px;
}
.cal-remodal .shedule-cal .custom-inner .custom-header nav span:last-child:hover {
  right: 15px;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container {
  width: auto;
  height: 220px;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-head {
  background: none;
  color: #1ecee6;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.65em;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-head div:first-child {
  color: #d95b41;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-head div:last-child {
  color: #41bfd9;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body {
  border: none;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body .fc-row {
  border-bottom: none;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body .fc-row div {
  border-right: none;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body .fc-row div .fc-date {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  z-index: 1;
  width: auto;
  height: auto;
  color: #333;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.65em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body .fc-row .fc-content {
  background: none;
  overflow: visible;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body .fc-row .fc-content:hover .fc-calendar-events {
  visibility: visible!important;
  opacity: 1!important;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body .fc-row .fc-content .fc-date {
  color: #fff;
  font-weight: bold;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body .fc-row .fc-content::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  z-index: 0;
  width: 30px;
  height: 30px;
  background-color: #1ecee6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body .fc-row .fc-content .fc-calendar-events {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 80%;
  max-width: 500px;
  height: auto;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.65em;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body .fc-row .fc-content .fc-calendar-events a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body .fc-row .fc-content .fc-calendar-events a:hover {
  text-decoration: none;
}
.cal-remodal .shedule-cal .custom-inner .fc-calendar-container .fc-calendar .fc-body .fc-row .fc-content .fc-calendar-events .xs {
  margin: 0 0 3px 0;
}

.no-pin {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #1ecee6;
  border-radius: 50%;
  color: #ffffff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
  margin: auto;
}

.no-pin::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #1ecee6;
  width: 0;
  height: 0;
}

main .mission-section .mission-list .item>span {
  display:table;
  margin:0 0 5px;
  padding:5px 10px;
  line-height:1.5;
  background-color:#1ecee6;
  color:#fff;
}

main .mission-section .mission-list .item>span>span {
  font-size:30px;
  line-height:1;
}

main .test-section .test-list .item>span {
  position:absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  padding:6px 0 0;
  background-color:#1ecee6;
  color:#fff;
  text-align:center;
  font-size:30px;
  line-height:1;
  width: 45px;
  height:45px;
  border-radius:50%;
}
