#page.top.in .c-mainvisual {
  height: calc(100vh - 240px);
}
#page.top.in .c-mainvisual #c-mainvisual-slider {
  height: 100%;
}
#page.top.in .c-mainvisual #c-mainvisual-slider div {
  height: 100%;
}
#page.top.in .c-mainvisual .c-mainvisual-img span {
  height: 100%;
  width: 100%;
}
#page.top.in .c-mainvisual .c-mainvisual-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 1000px) {
  #page.top.in .c-mainvisual {
    height: calc(100vh - 290px);
  }
}
@media (max-width: 767px) {
  #page.top.in .c-mainvisual {
    height: 500px;
  }
}
#page.top.in .c-info {
  margin-bottom: 170px;
}
@media (max-width: 767px) {
  #page.top.in .c-info {
    margin-bottom: 115px;
  }
}
#page.top.in .c-concept {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  #page.top.in .c-concept {
    margin-bottom: 160px;
  }
}
#page.top.in .c-select {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  #page.top.in .c-select {
    margin-bottom: 75px;
  }
}
#page.top.in .top-img {
  margin-bottom: 250px;
}
#page.top.in .top-img img {
  width: 100%;
}
@media (max-width: 767px) {
  #page.top.in .top-img {
    margin-bottom: 160px;
  }
}
#page.top.in .plan {
  margin-bottom: 195px;
}
#page.top.in .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 35px;
}
#page.top.in .plan .plan-content::after, #page.top.in .plan .plan-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #191919;
  width: 1px;
  height: calc(100% - 56px);
}
#page.top.in .plan .plan-content::after {
  right: 0;
}
#page.top.in .plan .plan-content::before {
  left: 0;
}
#page.top.in .plan .plan-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  text-align: center;
  position: relative;
}
#page.top.in .plan .plan-item:not(:nth-child(3)) .plan-box {
  position: relative;
}
#page.top.in .plan .plan-item:not(:nth-child(3)) .plan-box::after {
  content: "";
  position: absolute;
  background-color: #191919;
  width: 1px;
  height: calc(100% - 12px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
#page.top.in .plan .plan-item:not(:nth-child(3)) .plan-ttl::after {
  content: "";
  position: absolute;
  background-color: #191919;
  width: 1px;
  height: calc(100% - 12px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
#page.top.in .plan .plan-ttl {
  background-color: #f5f5f5;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 16px 0;
  position: relative;
}
#page.top.in .plan .plan-option {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#page.top.in .plan .plan-caption {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 10px;
  color: #787878;
}
#page.top.in .plan .plan-price {
  padding: 29px 0;
  background-image: radial-gradient(circle, #191919 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
#page.top.in .plan .plan-price-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
#page.top.in .plan .plan-price-text span {
  font-size: 50px;
  padding-right: 5px;
}
#page.top.in .plan .plan-period {
  padding: 21px 0;
}
#page.top.in .plan .plan-year {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 8px;
}
#page.top.in .plan .plan-period-text {
  font-size: 12px;
  letter-spacing: 0.03em;
}
#page.top.in .plan .plan-option {
  padding: 0 3px 8px 3px;
  border-left: 1px solid #191919;
  border-right: 1px solid #191919;
}
#page.top.in .plan .plan-option-text {
  background-color: #fff000;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 11px 0;
}
#page.top.in .plan .plan-text {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.8666666667;
  margin-bottom: 40px;
}
#page.top.in .plan .plan-text a {
  text-decoration: underline;
}
#page.top.in .plan .c-page-link {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #page.top.in .plan {
    margin-bottom: 130px;
  }
  #page.top.in .plan .plan-content {
    display: block;
    margin-bottom: 20px;
  }
  #page.top.in .plan .plan-content::before, #page.top.in .plan .plan-content::after {
    display: none;
  }
  #page.top.in .plan .plan-item:not(:nth-child(3)) {
    margin-bottom: 35px;
  }
  #page.top.in .plan .plan-item:not(:nth-child(3)) .plan-box::after {
    height: calc(100% - 8px);
  }
  #page.top.in .plan .plan-item:not(:nth-child(3)) .plan-ttl::after {
    display: none;
  }
  #page.top.in .plan .plan-ttl {
    background-color: #3c3c3c;
    color: #fff;
  }
  #page.top.in .plan .plan-box {
    position: relative;
    padding: 0 5px;
  }
  #page.top.in .plan .plan-box::before, #page.top.in .plan .plan-box::after {
    content: "";
    position: absolute;
    background-color: #191919;
    width: 1px;
    height: calc(100% - 8px);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #page.top.in .plan .plan-box::before {
    left: 0;
  }
  #page.top.in .plan .plan-box::after {
    right: 0;
  }
  #page.top.in .plan .plan-price {
    padding: 19px 0;
  }
  #page.top.in .plan .plan-price-text span {
    font-size: 56px;
  }
  #page.top.in .plan .plan-period {
    padding: 24px 0;
  }
  #page.top.in .plan .plan-year {
    font-size: 24px;
  }
  #page.top.in .plan .plan-option {
    padding: 5px 0;
    border-left: unset;
    border-right: unset;
    background-image: radial-gradient(circle, #191919 0.5px, transparent 0.5px), radial-gradient(circle, #191919 0.5px, transparent 0.5px);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 3px 1px, 3px 1px;
  }
  #page.top.in .plan .plan-option-text {
    font-size: 14px;
    padding: 8.5px 0;
  }
  #page.top.in .plan .plan-text {
    font-size: 12px;
    line-height: 1.8333333333;
    text-align: left;
    margin-bottom: 25px;
  }
}
#page.top.in .c-cv {
  margin-bottom: 170px;
}
@media (max-width: 767px) {
  #page.top.in .c-cv {
    margin-bottom: 110px;
  }
}
#page.top.in .facility {
  margin-bottom: 125px;
}
#page.top.in .facility .facility-text {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 50px;
}
#page.top.in .facility .facility-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.top.in .facility .facility-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.143%;
          flex: 0 0 33.143%;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.top.in .facility .facility-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/arrow-circle-w.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: 44px;
  right: 18px;
  bottom: 12px;
}
#page.top.in .facility .facility-img {
  overflow: hidden;
}
#page.top.in .facility .facility-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.top.in .facility .facility-name {
  display: inline-block;
  background-color: #fff;
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.28em;
  right: 25px;
  top: 0;
  padding: 20px 6px 14px 6px;
  z-index: 1;
}
@media (hover: hover) {
  #page.top.in .facility .facility-item:hover {
    opacity: 0.7;
  }
  #page.top.in .facility .facility-item:hover .facility-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  #page.top.in .facility {
    margin-bottom: 85px;
  }
  #page.top.in .facility .facility-text {
    text-align: left;
    padding: 0 15px;
    line-height: 1.7333333333;
    margin-bottom: 40px;
  }
  #page.top.in .facility .facility-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px 0;
  }
}
#page.top.in .c-case {
  margin-bottom: 85px;
}
#page.top.in .c-case .c-case-border {
  padding-bottom: 110px;
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 767px) {
  #page.top.in .c-case .c-sec-ttl {
    padding-top: 90px;
    border-top: 1px solid #c8c8c8;
  }
  #page.top.in .c-case .c-case-border {
    padding-bottom: 90px;
  }
}
#page.top.in .c-voice {
  margin-bottom: 85px;
}
#page.top.in .c-voice .c-voice-border {
  padding-bottom: 100px;
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 767px) {
  #page.top.in .c-voice {
    margin-bottom: 70px;
  }
  #page.top.in .c-voice .c-voice-border {
    padding-bottom: 90px;
  }
}
#page.top.in .c-faq {
  margin-bottom: 100px;
}
#page.top.in .c-faq .c-faq-border {
  padding-bottom: 110px;
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 767px) {
  #page.top.in .c-faq {
    margin-bottom: 80px;
  }
  #page.top.in .c-faq .c-faq-border {
    padding-bottom: 90px;
  }
}
#page.top.in .news {
  margin-bottom: 220px;
}
#page.top.in .news .news-content {
  margin-bottom: 50px;
}
#page.top.in .news .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #191919;
  padding: 20px 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.top.in .news .news-item:last-child {
  border-bottom: 1px solid #191919;
}
#page.top.in .news .news-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/arrow-circle-b.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
#page.top.in .news .news-data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.5%;
          flex: 0 0 11.5%;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding-left: 25px;
}
#page.top.in .news .news-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86%;
          flex: 0 0 86%;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding-right: 80px;
}
#page.top.in .news .c-page-link {
  margin: 0 auto;
  max-width: 320px;
}
@media (hover: hover) {
  #page.top.in .news .news-item:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  #page.top.in .news {
    margin-bottom: 120px;
  }
  #page.top.in .news .news-content {
    margin-bottom: 40px;
  }
  #page.top.in .news .news-item {
    display: block;
    padding: 14px 0;
    padding-right: 40px;
  }
  #page.top.in .news .news-item::after {
    right: 0;
  }
  #page.top.in .news .news-data {
    padding-left: 0;
    font-size: 12px;
  }
  #page.top.in .news .news-ttl {
    padding-right: 0;
  }
  #page.top.in .news .c-page-link {
    max-width: 100%;
  }
}

.floating {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.floating.is-show {
  visibility: visible;
  opacity: 1;
}