@charset "UTF-8";

.main-visual {
  height: 600px;
  margin: 0 40px;
  position: relative;
}
.main-visual>.catch {
  font-size: 2.429rem;
  line-height: 1.3 !important;
  margin-top: -0.36435rem;
  margin-bottom: -0.36435rem;
  background-color: #ffffff;
  color: #00b1db;
  font-weight: 300;
  letter-spacing: 0.15em;
  padding: 20px 25px 20px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.main-visual>.img {
  height: 100%;
  position: relative;
  width: 100%;
}
.main-visual>.img>.item {
  padding: 0 1px;
  position: absolute;
}
.main-visual>.img>.item::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-visual>.img>.item.-item01 {
  height: 100%;
  top: 0;
  left: 0;
  width: 60%;
}
.main-visual>.img>.item.-item01::after {
  background-image: url(../../images/home/mainvisual01.jpg);
}
.main-visual>.img>.item.-item02 {
  height: 66.667%;
  padding-top: 1px;
  right: 0;
  bottom: 0;
  width: 40%;
}
.main-visual>.img>.item.-item02::after {
  background-image: url(../../images/home/mainvisual02.jpg);
}
.main-visual>.img>.item.-item03 {
  height: 33.333%;
  padding-bottom: 1px;
  top: 0;
  right: 20%;
  width: 20%;
}
.main-visual>.img>.item.-item03::after {
  background-image: url(../../images/home/mainvisual03.jpg);
}
.main-visual>.img>.item.-item04 {
  height: 33.333%;
  padding-bottom: 1px;
  top: 0;
  right: 0;
  width: 20%;
}
.main-visual>.img>.item.-item04::after {
  background-image: url(../../images/home/mainvisual04.jpg);
}
.home-localnav {
  background-color: #edf7fa;
  border-radius: 4px;
  margin-top: 0;
  padding: 5px 20px;
}
.home-localnav>.list {
  flex-basis: 30%;
  text-align: center;
  letter-spacing: 0.1em;
}
/*.home-localnav > .list:last-child > .item {
      border-bottom: 0; }*/

.home-localnav>.list>.item {
  border-bottom: 1px solid #aee2f0;
  display: block;
  position: relative;
  padding: 15px 0;
}
.home-localnav>.list>.item::after {
  font-family: "iconfonts";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #00b1db;
  content: "";
  font-size: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-schedule-date {
  background-color: #ffffff;
  border-radius: 4px;
  /* margin-bottom: 40px; */
  padding: 40px;
}
.home-schedule-date>.date {
  font-size: 2.071rem;
  line-height: 1.5 !important;
  margin-top: -0.51775rem;
  margin-bottom: 1.48225rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  text-align: center;
}
.home-schedule-date>.date>.year {
  display: block;
  font-size: 0.586em;
  font-weight: 400;
}
.home-schedule-date>.date>.accent {
  position: relative;
  z-index: 1;
}
.home-schedule-date>.date>.accent::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: #ffff4c;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home-schedule-date>.accent-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-schedule-date>.accent-list>li:not(:first-child) {
  margin-left: 60px;
}
.home-schedule-date>.description {
  font-size: 1.214rem;
  line-height: 1.8 !important;
  margin-top: -0.4856rem;
  margin-bottom: 1.6574rem;
  letter-spacing: 0.15em;
  padding-left: 0.15rem;
  text-align: center;
}
.home-schedule-date>.description:last-child {
  font-size: 1.214rem;
  line-height: 1.3 !important;
  margin-top: -0.1821rem;
  margin-bottom: -0.1821rem;
}
.home-schedule-date>.description>em {
  font-style: normal;
  color: #f00;
  font-size: 2.071rem;
}
.home-schedule-time {
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  padding: 40px;
  position: relative;
}
.home-schedule-time>.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  position: relative;
  z-index: 2;
}
.home-schedule-time>.inner>.content {
  border-left: 1px solid #dbdbdb;
  padding: 0 10px 10px;
}
.home-schedule-time>.inner>.content.-orientation {
  width: 153px;
}
.home-schedule-time.-morning>.inner>.content.-orientation {
  width: 250px;
}
/*
        .home-schedule-time > .inner > .content.-orientation > .list > li {
          margin-bottom: 25px; }*/

/*.home-schedule-time > .inner > .content.-orientation > .list > li:last-child {
            margin-bottom: 40px; }*/

.home-schedule-time>.inner>.content.-orientation>.list>li>.item {
  height: 40px;
}
.home-schedule-time.-morning>.inner>.content.-orientation>.list>li>.item {
  height: 75px;
}
.home-schedule-time>.inner>.content.-tour {
  position: relative;
  width: 432px;
  min-height: 180px;
}
.home-schedule-time>.inner>.content.-tour .only {
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
}
.home-schedule-time.-morning>.inner>.content.-tour {
  min-height: 235px;
}
.home-schedule-time.-morning>.inner>.content.-tour {
  width: 310px;
}
.home-schedule-time>.inner>.content.-tour>.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -10px;
  margin-top: 52px;
}
.home-schedule-time.-morning>.inner>.content.-tour>.list {
  margin-top: 112px;
}
.home-schedule-time>.inner>.content.-tour>.list>li {
  margin-left: 10px;
  width: 32%;
}
.home-schedule-time.-morning>.inner>.content.-tour>.list>li {
  width: 100%;
}
.home-schedule-time>.inner>.content.-tour>.list>li>.item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 129px;
  text-align: center;
}
.home-schedule-time.-morning>.inner>.content.-tour>.list>li>.item {
  height: 30px;
}
.home-schedule-time.-morning>.inner>.content.-tour>.list>li>.item.-short {
  height: 35px;
}
.home-schedule-time.-morning>.inner>.content.-tour>.list>li>.item.-short::after {
  margin-top: 0;
  margin-left: 10px;
  width: auto;
}
.home-schedule-time>.inner>.content.-tour>.list>li>.item.-short {
  height: 60px;
}
.home-schedule-time>.inner>.content.-tour>.list>li>.item.-mini {
  height: 50px;
}
.home-schedule-time>.inner>.content.-tour>.list>li>.item.-mini::after{
  margin-top: 0;
}
.home-schedule-time>.inner>.content.-tour>.list>li>.item::after {
  display: block;
  margin-left: 0;
  margin-top: 5px;
  width: 100%;
}
.home-schedule-time>.inner>.content.-conference {
  position: relative;
  width: 222px;
}
.home-schedule-time>.inner>.content.-conference .only {
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
}
.home-schedule-time.-morning>.inner>.content.-conference {
  width: 250px;
}
.home-schedule-time>.inner>.content.-conference>.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 52px;
  margin-left: -10px;
}
.home-schedule-time.-morning>.inner>.content.-conference>.list {
  margin-top: 112px;
}
.home-schedule-time>.inner>.content.-conference>.list>li {
  margin-left: 10px;
  width: 50%;
}
.home-schedule-time.-morning>.inner>.content.-conference>.list>li {
  width: 100%;
}
.home-schedule-time>.inner>.content.-conference>.list>li>.item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 104px;
  text-align: center;
}
.home-schedule-time>.inner>.content.-conference>.list>li>.item.-short {
  height: 60px;
}
.home-schedule-time.-morning>.inner>.content.-conference>.list>li>.item.-short {
  height: 35px;
}
.home-schedule-time>.inner>.content.-conference>.list>li>.item::after {
  display: block;
  margin-left: 0;
  margin-top: 5px;
  width: 100%;
}
.home-schedule-time.-morning>.inner>.content.-conference>.list>li>.item::after {
  margin-left: 1em;
  margin-top: 0;
  width: auto;
}
.home-schedule-time>.inner>.content>.title {
  background-color: #00b1db;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 10px;
  text-align: center;
}
.home-schedule-time>.inner>.content>.title>.place {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.home-schedule-time>.inner>.content>.list {
  margin-top: 11px;
}
.home-schedule-time.-morning>.inner>.content>.list {
  margin-top: 37px;
}
.home-schedule-time>.inner>.content>.list>li>.item {
  background-color: #daedf2;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.home-schedule-time>.inner>.content>.list>li>.item::after {
  font-family: "iconfonts";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #00b1db;
  content: "";
  font-size: 0.857rem;
  margin-left: 1em;
}
.home-schedule-time>.inner>.content>.list>li>span.item::after {
  content: none;
}
.home-schedule-time>.time {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.home-schedule-time>.time>.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
  padding: 0 40px;
  width: 100%;
}
.home-schedule-time>.time>.line:last-child {
  margin-bottom: 0;
}
.home-schedule-time>.time>.line>span {
  display: block;
  letter-spacing: 0.1em;
  width: 35px;
}
.home-schedule-time>.time>.line::after {
  background-color: #dbdbdb;
  content: '';
  display: block;
  height: 1px;
  margin-left: 15px;
  width: 830px;
}

.home-schedule-time.-next>.inner>.content {
  padding-bottom: 20px;
  width: 405px;
}
.home-schedule-time.-next>.inner>.content>.list>li>.item {
  height: 42px;
  text-align: center;
}
.home-schedule-time.-next>.inner>.content>.list>li>.item.-tour {
  height: 50px;
}

.home-schedule-time.-next>.inner>.content.-xgroup>.list {
  margin-top: 62px;
}
.home-schedule-time.-next>.inner>.content.-xgroup>.list+.list {
  margin-top: 4px;
}
.home-schedule-time.-next>.inner>.content.-ygroup>.list {
  margin-top: 81px;
}
.home-schedule-time.-next>.inner>.content.-ygroup>.list+.list {
  margin-top: 4px;
}


.home-program-block {
  margin-bottom: 120px;
}
.home-program-block:last-child {
  margin-bottom: 0;
}
.home-program-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 1344px;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}
.home-program-heading>.heading {
  padding-right: 30px;
  padding-left: 30px;
  width: 75%;
}
.home-program-heading>.img {
  padding-right: 30px;
  padding-left: 30px;
  width: 25%;
  text-align: right;
}
.home-program-heading-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 1344px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.home-program-heading-gallery>.inner {
  padding-right: 30px;
  padding-left: 30px;
  width: 50%;
  position: relative;
}
.home-program-heading-gallery>.inner>.number {
  font-family: 'Barlow', sans-serif;
  border: 1px solid #aee2f0;
  border-radius: 50%;
  color: #aee2f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.429rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
  position: absolute;
  top: -72px;
  right: -125px;
  width: 160px;
  z-index: -1;
}
.home-program-heading-gallery>.inner>.number>.hash {
  font-size: 0.7em;
  padding-top: 0.3em;
}
.home-program-heading-gallery>.inner>.title {
  color: #00b1db;
  display: inline-block;
  font-size: 2.429rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 1.857rem;
}
.home-program-heading-gallery>.inner>.description {
  font-size: 1rem;
  line-height: 2 !important;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  letter-spacing: 0.15em;
}
.home-program-heading-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  height: 315px;
  position: relative;
  width: 100%;
}
.home-program-heading-title.-program01 {
  background-image: url(../../images/home/program01-main.jpg);
}
.home-program-heading-title.-program02 {
  background-image: url(../../images/home/program02-main.jpg);
}
.home-program-heading-title.-program03 {
  background-image: url(../../images/home/program03-main.jpg);
}
.home-program-heading-title.-program04 {
  background-image: url(../../images/home/program04-main.jpg);
}
.home-program-heading-title.-program05 {
  background-image: url(../../images/home/program05-main.jpg);
}
.home-program-heading-title.-program07 {
  background-image: url(../../images/home/program07-main.jpg);
}
.home-program-heading-title>.number {
  font-family: 'Barlow', sans-serif;
  border: 1px solid #aee2f0;
  border-radius: 50%;
  color: #aee2f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.429rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
  position: absolute;
  top: -72px;
  right: -125px;
  width: 160px;
  z-index: -1;
}
.home-program-heading-title>.number>.hash {
  font-size: 0.7em;
  padding-top: 0.3em;
}
.home-program-heading-title>.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.home-program-heading-title>.text>.title {
  background-color: #ffffff;
  color: #00b1db;
  display: inline-block;
  font-size: 2.429rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0.294em 0.094em 0.294em 0.294em;
}
.home-program-heading-title>.text>.title>.note {
  font-size: 0.6em;
  letter-spacing: 0.1em;
}
.home-program-heading-title>.text>.time {
  background-color: #ffffff;
  display: inline-block;
  font-size: 1.214rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: -0.588em;
  padding: 0.588em 0.488em 0.588em 0.588em;
}
.home-program-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 1344px;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.home-program-content.-reflect {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home-program-content>.text {
  padding-right: 30px;
  padding-left: 30px;
  width: 41.66667%;
}
.home-program-content>.text>.title {
  font-size: 1.429rem;
  line-height: 1.8 !important;
  margin-top: -0.5716rem;
  margin-bottom: 0.8574rem;
  color: #00b1db;
  letter-spacing: 0.2em;
  padding-bottom: 0.385em;
  position: relative;
}
.home-program-content>.text>.title::after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #aee2f0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-program-content>.text>.description {
  font-size: 1rem;
  line-height: 2 !important;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  letter-spacing: 0.15em;
}
.home-program-content>.img {
  padding-right: 30px;
  padding-left: 30px;
  width: 41.66667%;
}
.home-program-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 1344px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.home-program-detail:last-child {
  margin-bottom: 0;
}
.home-program-detail>.inner {
  padding-right: 30px;
  padding-left: 30px;
  width: 83.33333%;
}
.home-program-detail>.inner>.description {
  display: block;
  margin-top: 20px;
  text-align: left;
  width: 100%;
}
.home-program-detail-list {
  border: 1px solid #aee2f0;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px;
}
.home-program-detail-list.-club>.accent-list {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.home-program-detail-list>.title {
  font-size: 1.214rem;
  letter-spacing: 0.2em;
  text-align: center;
  width: 180px;
}
.home-program-detail-list>.accent-list {
  border-left: 1px solid #aee2f0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-right: 20px;
  padding-left: 40px;
}
.home-program-detail-list>.accent-list>li {
  word-break: break-all;
}
.home-program-detail-list>.accent-list>li span {
  display: block;
  margin-top: 0.5em;
}
.home-program-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 1344px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-program-photos > .description {
  margin-top: 1rem;
}
.home-program-photos>.inner {
  padding-right: 30px;
  padding-left: 30px;
  width: 83.33333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
}
.home-program-photos>.inner>.column {
  padding-right: 30px;
  padding-left: 30px;
  width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.home-program-gallery>.img {
  line-height: 0;
  margin-bottom: 20px;
}
.home-program-gallery>.title {
  font-size: 1.429rem;
  line-height: 1.8 !important;
  margin-top: -0.5716rem;
  margin-bottom: -0.5716rem;
  color: #00b1db;
  letter-spacing: 0.2em;
}
.home-special-lead {
  font-size: 1.429rem;
  line-height: 1.5 !important;
  margin-top: -0.35725rem;
  margin-bottom: 3.92875rem;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  text-align: center;
}
.home-special-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 1344px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-special-list>.list {
  padding-right: 30px;
  padding-left: 30px;
  width: 30%;
  font-size: 1.429rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
.home-special-list>.list>.img-fit {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.home-special-list>.list>.note {
  display: block;
  font-size: 0.7em;
}
.home-access {
  margin-top: 60px;
}
.home-access>.title {
  font-size: 1.429rem;
  line-height: 1.5 !important;
  margin-top: -0.35725rem;
  margin-bottom: 2.49975rem;
  color: #00b1db;
  letter-spacing: 0.2em;
  padding-bottom: 1.429rem;
  padding-left: 0.2em;
  position: relative;
  text-align: center;
}
.home-access>.title::after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #aee2f0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-access>.heading {
  font-size: 1.214rem;
  line-height: 1.5 !important;
  margin-top: -0.3035rem;
  margin-bottom: 1.1255rem;
  letter-spacing: 0.2em;
}
.home-access-map {
  border: 1px solid #dbdbdb;
  line-height: 0;
}
.home-access-iframe>iframe {
  height: 450px;
  width: 450px;
}
.home-access-example {
  margin-bottom: 68px;
}
.home-access-example:last-child {
  margin-bottom: 0;
}
.home-access-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.15em;
  text-align: center;
}
.home-access-list.-main>.point {
  width: 140px;
}
.home-access-list.-main>.root {
  width: 133px;
}
.home-access-list.-okazaki>.point {
  width: 80px;
}
.home-access-list.-okazaki>.root {
  width: 125px;
}
.home-access-list.-tajimi>.point {
  width: 80px;
}
.home-access-list.-tajimi>.root {
  width: 125px;
}
.home-access-list>.point {
  display: block;
}
.home-access-list>.point.-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 140px;
}
.home-access-list>.point.-full>.item {
  height: 100%;
}
.home-access-list>.point.-shukutoku {
  width: 140px;
}
.home-access-list>.point>.item {
  background-color: #edf7fa;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 43px;
  width: 100%;
}
.home-access-list>.point>.item:not(:first-child) {
  margin-top: 40px;
}
.home-access-list>.root {
  display: block;
  font-size: 0.857rem;
}
.home-access-list>.root.-long {
  width: 330px;
}
.home-access-list>.root>.item {
  display: block;
  height: 43px;
  padding-top: 7px;
}
.home-access-list>.root>.item:not(:first-child) {
  margin-top: 40px;
}
.home-access-list>.root>.item>.name {
  display: block;
  width: 100%;
}
.home-access-list>.root>.item>.name::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #aee2f0;
  margin: 5px 0;
}
.home-access-list>.root>.name {
  display: block;
  width: 100%;
}
.home-access-list>.root>.name::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #aee2f0;
  margin: 5px 0;
}
.home-information {
  background-color: #edf7fa;
  border-radius: 4px;
  padding: 40px 40px 40px 80px;
  position: relative;
  text-align: left;
}
.home-information>.title {
  background-color: #ffff4c;
  border-radius: 50%;
  color: #00b1db;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.429rem;
  height: 120px;
  letter-spacing: 0.05em;
  position: absolute;
  top: -40px;
  left: -40px;
  width: 120px;
}
.home-information>.lead {
  font-size: 1.714rem;
  line-height: 1.8 !important;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  text-align: center;
}
.home-information>.lead+.lead {
  margin-top: 0.5em;
}
.home-information>.lead>span {
  display: block;
}
.home-information>.note {
  font-size: 1.214rem;
  line-height: 1.3 !important;
  margin-top: -0.1821rem;
  margin-bottom: -0.1821rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}
.navSection {
  background-color: #edf7fa;
  margin-top: 2.5rem;
}
.navSectionList {
  max-width: 960px;
  margin: 0 auto;
}
/* .localnavSection {
	padding-bottom: 0;
} */

.localnavWrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}
.navSectionList {
  overflow: visible;
  display: flex;
  justify-content: space-between;
}
.navSectionList__item {
  flex-basis: 48%;
  text-align: center;
  font-size: 1.728rem;
}
.navSectionList__item a {
  background-color: #b6e5f1;
  position: relative;
  display: block;
  padding: 1em 0;
  color: #fff;
}
.navSectionList__item a.current {
  background-color: #00b1db;
}
.navSectionList__item a.current::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #00b1db transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.scheduleInfo {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.0;
}
.scheduleInfo th, .scheduleInfo td {
  border: 1px solid #7ad0e7;
}
.scheduleInfo th {
  border: 1px solid white;
  text-align: left;
  background: #7ad0e7;
  color: white;
}
#morning {
  /* margin-top: -120px; */
}
.localnavSection {
  padding-top: 0;
  /* padding-bottom: 0; */
  padding-bottom: 100px;
}
.accessNote {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 40px;
  color: #f00;
}
.examLink {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.examLink a {
  display: block;
  padding: 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: 4px 4px 8px #999;
  background: #7ad0e7;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .scheduleInfo {
    width: 100%;
  }
  #morning {
    /* margin-top: -60px; */
  }
  .localnavSection {
    /* padding-bottom: 60px; */
  }
  .examLink {
    right: 10px;
    bottom: 10px;
  }
  .examLink a {
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 736px) {
  .main-visual {
    height: 100vw;
    margin: 0 10px;
  }
  .main-visual>.catch {
    font-size: 1.728rem;
    line-height: 1.3 !important;
    margin-top: -0.2592rem;
    margin-bottom: -0.2592rem;
    bottom: -39px;
    padding: 10px 10px 10px 0;
  }
  .main-visual>.img>.item.-item01 {
    height: 60%;
    padding-top: 1px;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .main-visual>.img>.item.-item02 {
    height: 40%;
    padding-top: 0;
    padding-bottom: 1px;
    top: 0;
    bottom: auto;
    width: 60%;
  }
  .main-visual>.img>.item.-item03 {
    height: 20%;
    top: 0;
    right: auto;
    left: 0;
    width: 40%;
  }
  .main-visual>.img>.item.-item04 {
    height: 20%;
    padding-top: 1px;
    top: 20%;
    right: auto;
    left: 0;
    width: 40%;
  }
  .home-schedule-date {
    /* margin-bottom: 20px; */
    padding: 20px;
  }
  .home-schedule-date>.date {
    font-size: 1.728rem;
    line-height: 1.5 !important;
    margin-top: -0.432rem;
    margin-bottom: 1.568rem;
  }
  .home-schedule-date>.accent-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-schedule-date>.accent-list>li:not(:first-child) {
    margin-left: 0;
  }
  .home-schedule-timewrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    margin: 0 -20px;
    padding-left: 20px;
  }
  .home-schedule-timewrap::after {
    content: '';
    display: block;
    padding-left: 20px;
    width: 20px;
  }
  .home-schedule-time {
    max-width: 960px;
    /*padding: 20px;*/
    width: auto;
  }
  /*.home-schedule-time > .inner > .content.-conference > .list {
              margin-top: 58px; }*/
  .home-schedule-time>.inner>.content>.list {
    margin-top: 5px;
  }
  .home-schedule-time>.inner>.content.-tour>.list,
  .home-schedule-time>.inner>.content.-conference>.list {
    margin-top: 47px;
  }

  .home-schedule-time.-morning>.inner>.content>.list {
    margin-top: 32px;
  }
  .home-schedule-time.-morning>.inner>.content.-tour>.list,
  .home-schedule-time.-morning>.inner>.content.-conference>.list {
    margin-top: 106px;
  }

  .home-schedule-time>.time {
    top: 95px;
  }
  .home-schedule-time>.time>.line {
    padding: 0 20px;
  }
  .home-schedule-time.-next {
    margin-top: 2rem;
  }  
  .home-program-block {
    margin-bottom: 80px;
    overflow: hidden;
  }
  .home-program-heading {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .home-program-heading {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .home-program-heading>.heading {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .home-program-heading>.heading {
    margin: 0 -10px;
    padding: 0;
    width: 100vw;
  }
  .home-program-heading>.img {
    padding-right: 10px;
    padding-left: 10px;
    width: 33.33333%;
  }
  .home-program-heading>.img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 115px;
    padding-top: 10px;
  }
  .home-program-heading>.img>img {
    height: auto;
    width: 100%;
  }
  .home-program-heading-gallery {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .home-program-heading-gallery>.inner {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .home-program-heading-gallery>.inner {
    padding-top: 45px;
  }
  .home-program-heading-gallery>.inner>.number {
    font-size: 2.074rem;
    height: 105px;
    top: 0;
    right: 0;
    width: 105px;
  }
  .home-program-heading-gallery>.inner>.title {
    font-size: 1.728rem;
  }
  .home-program-heading-title {
    height: 33.3vw;
  }
  .home-program-heading-title>.number {
    font-size: 2.074rem;
    height: 105px;
    margin-top: -20px;
    top: 100%;
    right: auto;
    left: -20px;
    width: 105px;
  }
  .home-program-heading-title>.text {
    padding-top: 70px;
    top: 100%;
    bottom: auto;
  }
  .home-program-heading-title>.text>.title {
    background-color: transparent;
    font-size: 1.728rem;
    padding: 0;
  }
  .home-program-heading-title>.text>.time {
    background-color: transparent;
    font-size: 1rem;
    margin-top: 0.588em;
    padding: 0;
    margin-right: 20px;
  }
  .home-program-content {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .home-program-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-program-content:last-child {
    margin-bottom: 0;
  }
  .home-program-content.-reflect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-program-content>.text {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .home-program-content>.text>.title {
    font-size: 1.2rem;
    line-height: 1.8 !important;
    margin-top: -0.48rem;
    margin-bottom: 0.949rem;
  }
  .home-program-content>.img {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .home-program-content>.img {
    margin-bottom: 20px;
  }
  .home-program-detail {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .home-program-detail>.inner {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .home-program-detail-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 0;
  }
  .home-program-detail-list.-club>.accent-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .home-program-detail-list>.title {
    display: block;
    width: 100%;
  }
  .home-program-detail-list>.accent-list {
    border-top: 1px solid #aee2f0;
    border-left: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .home-program-photos {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .home-program-photos {
    margin: 0 1px;
  }
  .home-program-photos>.inner {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .home-program-photos>.inner {
    padding: 0;
  }
  .home-program-photos>.inner>.column {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .home-program-photos>.inner>.column {
    padding-right: 1px;
    padding-left: 1px;
  }
  .home-program-gallery>.img {
    margin-bottom: 10px;
  }
  .home-program-gallery>.title {
    font-size: 1.2rem;
    line-height: 1.8 !important;
    margin-top: -0.48rem;
    margin-bottom: -0.48rem;
  }
  .home-special-list {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .home-special-list>.list {
    padding-right: 10px;
    padding-left: 10px;
    width: 80%;
  }
  .home-special-list>.list:not(:first-child) {
    margin-top: 30px;
  }
  .home-special-list>.list>.img-fit {
    margin-bottom: 10px;
  }
  .home-access-iframe>iframe {
    height: 300px;
    width: 100%;
  }
  .home-access-example {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    margin: 0 -20px 40px;
    padding-left: 20px;
  }
  .home-access-example::after {
    content: '';
    display: block;
    padding-left: 20px;
    width: 20px;
  }
  .home-access-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 960px;
    width: auto;
  }
  .home-access-list>.point>.item:not(:first-child) {
    margin-top: 20px;
  }
  .home-access-list>.root>.item:not(:first-child) {
    margin-top: 20px;
  }
  .home-information {
    padding: 60px 20px 20px;
  }
  .home-information>.title {
    font-size: 1.2rem;
    height: 90px;
    margin: auto;
    top: -45px;
    right: 0;
    left: 0;
    width: 90px;
  }
  .home-information>.lead {
    font-size: 1.44rem;
    line-height: 1.8 !important;
    text-align: left;
  }
  .home-information>.note {
    text-align: left;
  }
  .home-localnav>.list {
    text-align: left;
  }
  .navSectionList {
    margin: 0 20px;
  }
  .navSectionList__item {
    font-size: 1.214rem;
  }
  .navSectionList__item a {
    padding: 0.6em 0;
  }
  .navSectionList__item a.current::after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
}
.home-button-text {
  color: #00b1db;
  text-decoration: underline;
}
.home-information.-top {
  margin: auto;
  max-width: 620px;
  padding: 40px;
}
.home-information.-top>.lead {
  font-size: 1.214rem;
  font-weight: 400;
  text-align: left;
}
.home-information.-top em {
  color: #ef2092;
  font-style: normal;
}
.applicationLink {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 1.5rem 0;
  text-align: center;
}
.applicationLink a {
  display: inline-block;
  text-decoration: underline;
  color: #14a2e6;
}
.applicationLink a br {
  display: none;
}
.applicationLink figure {
  display: block;
  margin-top: 20px;
}
.applicationLink .txt {
  text-align: left;
}