@charset "UTF-8";
/*--------------------------------------------------------------------------
   Index
---------------------------------------------------------------------------*/
#GlobalHeader .bnr {
  display: block;
}

#Index {
  position: relative;
}
#Index #Main {
  position: relative;
  width: 100%;
  height: 580px;
}
#Index #Main .inner {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  box-sizing: border-box;
}
#Index #Main .inner .kv {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#Index #Main .inner .kv .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
#Index #Main .inner .kv .pic span {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#Index #Main .inner .kv .pic span img {
  width: 100%;
  height: 100%;
}
#Index #Main .inner .kv .pic1 {
  background-image: url("../../images/index/mv1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 960px) {
  #Index #Main .inner .kv .pic1 {
    background-image: url("../../images/index/mv1_sp.jpg");
  }
}
#Index #Main .inner .kv .pic2 {
  background-image: url("../../images/index/mv2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 960px) {
  #Index #Main .inner .kv .pic2 {
    background-image: url("../../images/index/mv2_sp.jpg");
  }
}
#Index #Main .inner .kv .pic3 {
  background-image: url("../../images/index/mv3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 960px) {
  #Index #Main .inner .kv .pic3 {
    background-image: url("../../images/index/mv3_sp.jpg");
  }
}
#Index #Main .inner .kv .pic4 {
  background-image: url("../../images/index/mv4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 960px) {
  #Index #Main .inner .kv .pic4 {
    background-image: url("../../images/index/mv4_sp.jpg");
  }
}
#Index #Main .inner .pagination {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 960px) {
  #Index #Main .inner .pagination {
    top: auto;
    bottom: 4vw;
    left: 4vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#Index #Main .inner .pagination .pagination-bullet {
  display: block;
  border-radius: 0;
  box-sizing: border-box;
  background: none;
  border: 1px solid #FFFFFF;
  margin-bottom: 6px;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 960px) {
  #Index #Main .inner .pagination .pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin-bottom: 1.33333vw;
  }
}
#Index #Main .inner .pagination .pagination-bullet-active {
  opacity: 1;
  background-color: #FFFFFF;
}
#Index #Main .inner .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 6.83333vw;
  min-width: 82px;
}
@media screen and (max-width: 960px) {
  #Index #Main .inner .logo {
    top: 2.66667vw;
    left: 2.66667vw;
    width: 20vw;
    min-width: 0;
  }
}
#Index #Main .inner .catch {
  position: absolute;
  bottom: 40px;
  right: 40px;
  left: auto;
  width: 21.16667vw;
  min-width: 254px;
}
@media screen and (max-width: 960px) {
  #Index #Main .inner .catch {
    bottom: 21.33333vw;
    left: 0;
    right: auto;
    width: 54.53333vw;
    min-width: 0;
  }
}
#Index #Main .inner .scroll {
  position: absolute;
  bottom: 0;
  right: auto;
  left: 20px;
  width: 0.91667vw;
  min-width: 11px;
}
@media screen and (max-width: 960px) {
  #Index #Main .inner .scroll {
    bottom: 0;
    left: auto;
    right: 4vw;
    width: 2.66667vw;
    min-width: 0;
  }
}
#Index #Main .inner .scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 4.5vw;
  background-color: #FFFFFF;
  margin: auto;
  margin-top: 0.83333vw;
}
@media screen and (max-width: 960px) {
  #Index #Main .inner .scroll:after {
    height: 17.33333vw;
    margin-top: 1.33333vw;
  }
}
#Index #Main .inner .btn {
  position: absolute;
  width: 217px;
  height: 217px;
  top: 70px;
  right: 55px;
  transition: ease .2s;
}
@media screen and (max-width: 960px) {
  #Index #Main .inner .btn {
    width: 45vw;
    height: 45vw;
    top: inherit;
    right: inherit;
    bottom: 48vw;
    left: 10px;
  }
}
#Index #Main .inner .btn:hover {
  /* transform: translateY(-10px); */
}
#Index #About {
  position: relative;
  width: 100%;
}
#Index #About .bg1 {
  display: block;
  position: absolute;
  top: 9.16667vw;
  left: 0;
  margin: auto;
  width: 35.83333vw;
  height: 8.33333vw;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #Index #About .bg1 {
    top: 14.66667vw;
    width: 64.66667vw;
    height: 60.53333vw;
  }
}
#Index #About .bg2 {
  display: block;
  position: absolute;
  bottom: -8.33333vw;
  right: 3.33333vw;
  margin: auto;
  width: 25vw;
  height: 12.5vw;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #Index #About .bg2 {
    bottom: -4vw;
    right: -5.33333vw;
    width: 40vw;
    height: 39.33333vw;
  }
}
#Index #About .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 7.5vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #About .inner {
    width: 90.66667vw;
    padding-top: 10.66667vw;
  }
}
#Index #About .inner .ttl {
  width: 23.83333vw;
  min-width: 286px;
  margin-left: 10vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 960px) {
  #Index #About .inner .ttl {
    width: 57.6vw;
    margin-left: 0;
    margin-bottom: 5.33333vw;
    min-width: 0;
  }
}
#Index #About .inner .pic {
  width: 54.16666vw;
  min-width: 650px;
}
@media screen and (max-width: 960px) {
  #Index #About .inner .pic {
    width: 89.06667vw;
    min-width: 0;
  }
}
#Index #About .inner .txt {
  position: absolute;
  right: 5vw;
  bottom: -5.83333vw;
  width: 38.33333vw;
  min-width: 460px;
  box-sizing: border-box;
  padding: 2.5vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #Index #About .inner .txt {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-width: 0;
    padding: 0;
    padding-top: 5.33333vw;
  }
}
#Index #Message {
  position: relative;
  width: 100%;
  margin-bottom: 10.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Message {
    margin-bottom: 10.66667vw;
  }
}
#Index #Message .bg1 {
  display: block;
  position: absolute;
  top: 9.16667vw;
  right: 0;
  margin: auto;
  width: 35.83333vw;
  height: 8.33333vw;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #Index #Message .bg1 {
    top: 14.66667vw;
    width: 64.66667vw;
    height: 60.53333vw;
  }
}
#Index #Message .bg2 {
  display: block;
  position: absolute;
  left: 3.33333vw;
  top: 25vw;
  margin: auto;
  width: 25vw;
  height: 12.5vw;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #Index #Message .bg2 {
    left: -5.33333vw;
    width: 40vw;
    height: 39.33333vw;
    top: auto;
    bottom: -21px;
  }
}
#Index #Message .inner {
  position: relative;
  width: 100%;
  margin: 90px auto 0;
  padding-top: 7.5vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #Message .inner {
    width: 90.66667vw;
    padding-top: 10.66667vw;
    margin-top: 20px;
  }
}
#Index #Message .inner .ttl {
  width: 19.83333vw;
  min-width: 249px;
  margin-right: 12vw;
  margin-left: auto;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 960px) {
  #Index #Message .inner .ttl {
    width: 57.6vw;
    margin-right: 0;
    margin-bottom: 5.33333vw;
    min-width: 0;
  }
}
#Index #Message .inner .txt {
  position: absolute;
  left: 5vw;
  top: 27vw;
  width: 38.33333vw;
  min-width: 460px;
  box-sizing: border-box;
  padding: 2.5vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #Index #Message .inner .txt {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-width: 0;
    padding: 0;
    padding-top: 5.33333vw;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
#Index #Feature {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #Index #Feature {
    overflow: hidden;
  }
}
#Index #Feature .inner {
  position: relative;
  width: 71.66666vw;
  min-width: 860px;
  margin: auto;
  padding-top: 15vw;
  padding-bottom: 7.5vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #Feature .inner {
    padding-top: 16vw;
    padding-bottom: 10.66667vw;
    width: 78.66667vw;
    min-width: 0;
  }
}
#Index #Feature .inner .ttl {
  width: 14.16667vw;
  min-width: 170px;
  margin: auto;
  margin-bottom: 3.33333vw;
}
@media screen and (max-width: 960px) {
  #Index #Feature .inner .ttl {
    width: 35.33333vw;
    margin-bottom: 5.33333vw;
    min-width: 0;
  }
}
#Index #Feature .inner .slide {
  position: relative;
  width: 100%;
  overflow: visible;
}
#Index #Feature .inner .slide .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Index #Feature .inner .slide .swiper-wrapper .list {
  width: 21.16667vw;
  min-width: 254px;
}
@media screen and (max-width: 960px) {
  #Index #Feature .inner .slide .swiper-wrapper .list {
    width: 100%;
    min-width: 0;
  }
}
#Index #Feature .inner .slide .swiper-wrapper .list .pic {
  margin-bottom: 1.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Feature .inner .slide .swiper-wrapper .list .pic {
    margin-bottom: 9.33333vw;
  }
}
#Index #Feature .inner .slide .swiper-wrapper .list .catch {
  font-size: 110%;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 960px) {
  #Index #Feature .inner .slide .swiper-wrapper .list .catch {
    margin-bottom: 4vw;
  }
}
#Index #Feature .inner .slide .swiper-pagination-bullets {
  display: none;
}
@media screen and (max-width: 960px) {
  #Index #Feature .inner .slide .swiper-pagination-bullets {
    display: block;
    position: relative;
    top: -38.66667vw;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 960px) {
  #Index #Feature .inner .slide .swiper-pagination-bullet {
    width: 10.66667vw;
    height: 0.4vw;
    display: inline-block;
    background: #CDCDCD;
    box-sizing: border-box;
    border-radius: 0;
    opacity: 1;
    margin: 0;
  }
}
#Index #Feature .inner .slide .swiper-pagination-bullet-active {
  background: #000000;
}
#Index #Program {
  position: relative;
  width: 100%;
  padding-left: 3.33333vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #Program {
    padding-left: 0;
  }
}
#Index #Program .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: -webkit-linear-gradient(0deg, #161515, #313131);
  background: linear-gradient(90deg, #161515, #313131);
  background-color: #313131;
  padding-top: 5.83333vw;
  padding-bottom: 14.16667vw;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner {
    padding: 8vw;
    padding-bottom: 21.33333vw;
  }
}
#Index #Program .inner .ttl {
  width: 17.08333vw;
  min-width: 205px;
  margin: auto;
  margin-bottom: 5vw;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner .ttl {
    width: 42vw;
    margin: auto;
    margin-bottom: 10.66667vw;
    min-width: 0;
  }
}
#Index #Program .inner .list {
  position: relative;
  margin-bottom: 7.5vw;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner .list {
    margin-bottom: 6.66667vw;
  }
  #Index #Program .inner .list:after {
    content: '';
    display: block;
    width: 8vw;
    height: 1px;
    background-color: #FFFFFF;
    margin: auto;
    margin-top: 6.66667vw;
  }
}
#Index #Program .inner .list:last-child:after {
  content: '';
  display: none;
}
#Index #Program .inner .list .pic {
  width: 43.33333vw;
  min-width: 520px;
  padding-top: 2.91667vw;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner .list .pic {
    width: 100%;
    min-width: 0;
    padding-top: 4.66667vw;
  }
}
#Index #Program .inner .list .catch {
  position: absolute;
  top: 0;
  left: -2.5vw;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner .list .catch {
    left: 2.66667vw;
  }
}
#Index #Program .inner .list .catch dt {
  font-weight: normal;
  line-height: 100%;
  font-size: 400%;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  text-align: left;
  margin-left: -0.08em;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner .list .catch dt {
    font-size: 300%;
  }
}
#Index #Program .inner .list .catch dt:first-letter {
  color: #F49000;
}
#Index #Program .inner .list .catch dd {
  color: #FFFFFF;
  font-size: 80%;
  text-align: left;
}
#Index #Program .inner .list .txts {
  color: #FFFFFF;
  position: absolute;
  width: 36.66667vw;
  top: 28%;
  right: 0;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner .list .txts {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: auto;
    margin-top: -0.8em;
    margin-bottom: 4vw;
    width: 100%;
    box-sizing: border-box;
    padding: 0 2.66667vw;
  }
}
#Index #Program .inner .list .txt {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 1vw;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner .list .txt {
    margin-bottom: 3vw;
  }
}
#Index #Program .inner .list .txts .sub_txt {
  display: flex;
  padding-top: 1vw;
  margin-bottom: 1.5vw;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner .list .txts .sub_txt {
    padding-top: 3vw;
    margin-bottom: 4vw;
  }
}
#Index #Program .inner .list .txts .sub_txt span ~ span {
  width: 12vw;
  min-width: 90px;
  margin-left: 10px;
}
#Index #Program .inner .list .time {
  width: 100%;
  color: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  padding: 0.83333vw;
  text-align: center;
}
#Index #Program .inner .list:nth-child(even) .pic {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner .list:nth-child(even) .pic {
    margin-left: auto;
    margin-right: auto;
  }
}
#Index #Program .inner .list:nth-child(even) .catch {
  left: auto;
  right: -2.5vw;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner .list:nth-child(even) .catch {
    left: auto;
    right: 2.66667vw;
  }
}
#Index #Program .inner .list:nth-child(even) .catch dt {
  text-align: right;
  margin-right: -0.2em;
  margin-left: auto;
}
#Index #Program .inner .list:nth-child(even) .catch dd {
  text-align: right;
}
#Index #Program .inner .list:nth-child(even) .txts {
  left: 0;
  right: auto;
}
#Index #Program .inner .list:nth-child(even) .txts .sub_txt {
  flex-flow: row-reverse;
}
#Index #Program .inner .list:nth-child(even) .txts .sub_txt span ~ span {
  margin-left: auto;
  margin-right: 10px;
}
@media screen and (max-width: 960px) {
  #Index #Program .inner .list:nth-child(even) .txts {
    right: auto;
    left: auto;
  }
}
#Index #Plan {
  position: relative;
  width: 100%;
  margin-top: -8.33333vw;
}
#Index #Plan .other .attention{
  text-align: right;
  font-size: 90%;
}
@media screen and (max-width: 960px) {
  #Index #Plan {
    margin-top: -13.33333vw;
  }
}
#Index #Plan .inner {
  position: relative;
  width: 71.66666vw;
  min-width: 860px;
  margin: 0 auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  padding-top: 5vw;
  padding-bottom: 5vw;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner {
    width: 94.66667vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
    min-width: 0;
  }
}
#Index #Plan .inner .ttl {
  width: 13.33333vw;
  min-width: 245px;
  margin: auto;
  margin-bottom: 3.75vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .ttl {
    width: 34vw;
    margin-bottom: 6.66667vw;
    min-width: 0;
  }
}
#Index #Plan .inner .lists .list {
  position: relative;
  box-sizing: border-box;
  padding: 0 6.66667vw;
  margin-bottom: 7.5vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list {
    margin-bottom: 12vw;
  }
}
#Index #Plan .inner .lists .list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list:last-child {
    margin-bottom: 0;
  }
}
#Index #Plan .inner .lists .list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.83333vw;
  height: 100%;
  background-color: #000000;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list:before {
    width: 1.33333vw;
  }
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list {
    padding: 0 8.66667vw;
  }
}
#Index #Plan .inner .lists .list .bg {
  position: absolute;
  top: 0;
  right: 6.75vw;
  width: 26.83333vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .bg {
    width: 70.66667vw;
    right: 8.66667vw;
  }
}
#Index #Plan .inner .lists .list .sub-ttl {
  margin-bottom: 1.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .sub-ttl {
    margin-bottom: 2.66667vw;
  }
}
#Index #Plan .inner .lists .list .sub-ttl:after {
  content: "";
  display: block;
  width: 2vw;
  height: 1px;
  background-color: #050505;
  margin-top: 0.83333vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .sub-ttl:after {
    width: 3.2vw;
    margin-top: 1.33333vw;
  }
}
#Index #Plan .inner .lists .list .sub-ttl dt {
  font-size: 80%;
}
#Index #Plan .inner .lists .list .sub-ttl dd {
  font-size: 150%;
  line-height: 100%;
}
#Index #Plan .inner .lists .list .sub-txt {
  margin-bottom: 0.41667vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .sub-txt {
    margin-bottom: 0.66667vw;
  }
}
#Index #Plan .inner .lists .list .sub-tax {
  margin-bottom: 2.5vw;
  font-size: 80%;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .sub-tax {
    margin-bottom: 4vw;
  }
}
#Index #Plan .inner .lists .list .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-linear-gradient(0deg, #161515, #313131);
  background: linear-gradient(90deg, #161515, #313131);
  background-color: #313131;
  box-sizing: border-box;
  padding: 1.66667vw;
  overflow: hidden;
}
#Index #Plan .inner .lists .list .price:before, #Index #Plan .inner .lists .list .price:after {
  content: "";
  display: block;
  width: 0.25vw;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .price:before, #Index #Plan .inner .lists .list .price:after {
    width: 0.4vw;
  }
}
#Index #Plan .inner .lists .list .price:before {
  top: 49%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
#Index #Plan .inner .lists .list .price:after {
  top: 51%;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .price {
    padding: 2.66667vw;
  }
}
#Index #Plan .inner .lists .list .price dt {
  color: #FFFFFF;
  font-size: 150%;
  text-align: center;
  width: 50%;
  text-decoration: line-through;
}
#Index #Plan .inner .lists .list .price dd {
  color: #EC9305;
  font-size: 180%;
  text-align: center;
  width: 50%;
}
#Index #Plan .inner .lists .list .price1 {
  position: relative;
  background: -webkit-linear-gradient(0deg, #161515, #313131);
  background: linear-gradient(90deg, #161515, #313131);
  background-color: #313131;
  box-sizing: border-box;
  padding: 1.66667vw;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 150%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .price1 {
    padding: 2.66667vw;
  }
}
#Index #Plan .inner .lists .list .price-ttl {
  position: relative;
  text-align: center;
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
}
#Index #Plan .inner .lists .list .price-ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 1px solid #000000;
  z-index: 1;
}
#Index #Plan .inner .lists .list .price-ttl:after {
  content: "";
  display: block;
  width: 5em;
  height: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .price-ttl {
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}
#Index #Plan .inner .lists .list .price-ttl span {
  position: relative;
  z-index: 2;
}
#Index #Plan .inner .lists .list .plans {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .plans {
    display: block;
  }
}
#Index #Plan .inner .lists .list .plans .plan {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .plans .plan {
    width: 100%;
  }
}
/*@media screen and (max-width: 960px) {*/
/*  #Index #Plan .inner .lists .list .plans .plan:first-child {*/
/*    margin-bottom: 13.33333vw;*/
/*  }*/
/*}*/
/*#Index #Plan .inner .lists .list .plans .plan:first-child:before, #Index #Plan .inner .lists .list .plans .plan:first-child:after {*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  background-color: #000000;*/
/*}*/
/*#Index #Plan .inner .lists .list .plans .plan:first-child:before {*/
/*  width: 2.5vw;*/
/*  height: 1px;*/
/*  top: 11.66667vw;*/
/*  -webkit-transform: translateY(-50%);*/
/*          transform: translateY(-50%);*/
/*  right: -4.16667vw;*/
/*}*/
/*@media screen and (max-width: 960px) {*/
/*  #Index #Plan .inner .lists .list .plans .plan:first-child:before {*/
/*    width: 4vw;*/
/*    bottom: -6.66667vw;*/
/*    top: auto;*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*  }*/
/*}*/
/*#Index #Plan .inner .lists .list .plans .plan:first-child:after {*/
/*  height: 2.5vw;*/
/*  width: 1px;*/
/*  top: 11.66667vw;*/
/*  -webkit-transform: translateY(-50%);*/
/*          transform: translateY(-50%);*/
/*  right: -2.91667vw;*/
/*}*/
/*@media screen and (max-width: 960px) {*/
/*  #Index #Plan .inner .lists .list .plans .plan:first-child:after {*/
/*    height: 4vw;*/
/*    top: auto;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: -10.66667vw;*/
/*    margin: auto;*/
/*  }*/
/*}*/
#Index #Plan .inner .lists .list .plans .plan .plan-ttl {
  text-align: center;
  margin-bottom: 0.83333vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .plans .plan .plan-ttl {
    margin-bottom: 1.33333vw;
  }
}
#Index #Plan .inner .lists .list .plans .plan .plan-ttls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Index #Plan .inner .lists .list .plans .plan .plan-ttls dt {
  position: relative;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #000000;
  width: 5.83333vw;
  height: 5.83333vw;
  font-size: 90%;
  text-align: center;
  margin-right: 2.5vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .plans .plan .plan-ttls dt {
    padding: 2.66667vw;
    width: 12vw;
    height: 12vw;
    margin-right: 4vw;
  }
}
#Index #Plan .inner .lists .list .plans .plan .plan-ttls dt span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
#Index #Plan .inner .lists .list .plans .plan .plan-ttls dd {
  font-size: 180%;
}
#Index #Plan .inner .lists .list .plans .plan .plan-txt {
  position: absolute;
  top: 0;
  right: 0;
}
#Index #Plan .inner .lists .list .plans .plan .plan-caption {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  margin-top: 0.83333vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .plans .plan .plan-caption {
    margin-top: 1.33333vw;
  }
}
#Index #Plan .inner .lists .list .plans .plan .plan-table {
  border-top: 1px solid #000000;
  box-sizing: border-box;
  width: 100%;
}
#Index #Plan .inner .lists .list .plans .plan .plan-table dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
#Index #Plan .inner .lists .list .plans .plan .plan-table dl dt {
  display: table-cell;
  width: 50%;
  background-color: #F8F8F8;
  text-align: center;
  vertical-align: middle;
  padding: 3.29167vw 0.83333vw;
  box-sizing: border-box;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .plans .plan .plan-table dl dt {
    padding: 2.66667vw 1.33333vw;
  }
}
#Index #Plan .inner .lists .list .plans .plan .plan-table dl dd {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 3.29167vw 0.83333vw;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .plans .plan .plan-table dl dd {
    padding: 2.66667vw 1.33333vw;
  }
}
#Index #Plan .inner .lists .list .plans .plan .plan-table dl .orange {
  color: #F39001;
}
#Index #Plan .inner .lists .list .plans .plan .plan-table2 dl dt {
  padding: 0.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .plans .plan .plan-table2 dl dt {
    padding: 1.33333vw;
  }
}
#Index #Plan .inner .lists .list .plans .plan .plan-table2 dl dd {
  padding: 0.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .plans .plan .plan-table2 dl dd {
    padding: 1.33333vw;
  }
}
#Index #Plan .inner .lists .list2 .bg {
  width: 12.33333vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list2 .bg {
    width: 32.53333vw;
  }
}
#Index #Plan .inner .other {
  /* padding: 0 6.66667vw; */
  position: relative;
  box-sizing: border-box;
  /* margin-top: 5vw; */
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .other {
    /* margin-top: 8vw; */
  }
}
#Index #Plan .inner .other .box {
  width: 100%;
  background-color: #EEEEEE;
  padding: 3.33333vw 6.66667vw;
  box-sizing: border-box;
}
#Index #Plan .inner .other .box .txt {
  font-weight: bold;
}
#Index #Plan .inner .other .box .attention {
  font-size: 90%;
}
#Index #Plan .inner .option {
  position: relative;
  box-sizing: border-box;
  padding: 0 6.66667vw;
  margin-top: 5vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .option {
    margin-top: 8vw;
  }
}
#Index #Plan .inner .option .bg {
  position: absolute;
  top: 0;
  right: 35.83333vw;
  width: 18.16667vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .option .bg {
    width: 53.33333vw;
    right: 6.66667vw;
  }
}
#Index #Plan .inner .option .option-ttl {
  margin-bottom: 1.66667vw;
  font-size: 120%;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .option .option-ttl {
    margin-bottom: 2.66667vw;
  }
}
#Index #Plan .inner .option .option-ttl:after {
  content: "";
  display: block;
  width: 2vw;
  height: 1px;
  background-color: #000000;
  margin-top: 0.83333vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .option .option-ttl:after {
    width: 3.2vw;
    margin-top: 1.33333vw;
  }
}
#Index #Plan .inner .option .option-txt {
  margin-bottom: 0.83333vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .option .option-txt {
    margin-bottom: 1.33333vw;
  }
}
#Index #Plan .inner .option .option-tax {
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .option .option-tax {
    margin-bottom: 4vw;
  }
}
#Index #Plan .inner .option .plans {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .option .plans {
    display: block;
  }
}
#Index #Plan .inner .option .plans .option-table {
  border-top: 1px solid #000000;
  box-sizing: border-box;
  width: 46%;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .option .plans .option-table {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#Index #Plan .inner .option .plans .option-table dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
#Index #Plan .inner .option .plans .option-table dl dt {
  display: table-cell;
  width: 50%;
  background-color: #F8F8F8;
  text-align: center;
  vertical-align: middle;
  padding: 0.83333vw;
  box-sizing: border-box;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .option .plans .option-table dl dt {
    padding: 1.33333vw;
  }
}
#Index #Plan .inner .option .plans .option-table dl dd {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 0.875vw;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .option .plans .option-table dl dd {
    padding: 1.33333vw;
  }
}
#Index #Plan .inner .option .plans .option-table dl .orange {
  color: #F39001;
}
#Index #Plan .inner .option .plans .txts {
  width: 46%;
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .option .plans .txts {
    width: 100%;
  }
}
#Index #Plan .inner .option .plans .txts .option-attention {
  padding-left: 1em;
  text-indent: -1em;
}
#Index #Plan .from51 .plan:first-child:before {
  top: 2.91667vw !important;
}
@media screen and (max-width: 960px) {
  #Index #Plan .from51 .plan:first-child:before {
    top: auto !important;
  }
}
#Index #Plan .from51 .plan:first-child:after {
  top: 2.91667vw !important;
}
@media screen and (max-width: 960px) {
  #Index #Plan .from51 .plan:first-child:after {
    top: auto !important;
  }
}
#Index #Howto {
  position: relative;
  width: 100%;
}
#Index #Howto .inner {
  position: relative;
  width: 71.66666vw;
  min-width: 860px;
  margin: 0 auto;
  padding-top: 8.33333vw;
  padding-bottom: 2.5vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner {
    width: 94.66667vw;
    padding-top: 16vw;
    padding-bottom: 5.33333vw;
    min-width: 0;
  }
}
#Index #Howto .inner .bg1 {
  display: block;
  position: absolute;
  top: 9.16667vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 33.5vw;
  height: 12.5vw;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner .bg1 {
    top: 18.66667vw;
    width: 72.4vw;
    height: 21.33333vw;
  }
}
#Index #Howto .inner .bg2 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.66667vw;
  height: 68.33333vw;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner .bg2 {
    display: none;
  }
}
#Index #Howto .inner .bg3 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 33.5vw;
  height: 10vw;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner .bg3 {
    bottom: 0;
    width: 72.4vw;
    height: 21.33333vw;
  }
}
#Index #Howto .inner .ttl {
  width: 26.66667vw;
  min-width: 320px;
  margin: auto;
  margin-bottom: 3.75vw;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner .ttl {
    width: 65.33333vw;
    margin-bottom: 6.66667vw;
    min-width: 0;
  }
}
#Index #Howto .inner .lists {
  position: relative;
  width: 58.33333vw;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner .lists {
    width: 86.66667vw;
    margin-left: auto;
    margin-right: 0;
  }
}
#Index #Howto .inner .lists:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5.54167vw;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner .lists:before {
    width: 1px;
    left: -6.06667vw;
  }
}
#Index #Howto .inner .lists:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -5.54167vw;
  width: 1px;
  height: 1.33333vw;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner .lists:after {
    left: -6.06667vw;
    width: 1px;
    height: 2.13333vw;
  }
}
#Index #Howto .inner .lists .list {
  position: relative;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner .lists .list {
    margin-bottom: 4vw;
  }
}
#Index #Howto .inner .lists .list:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: -6.66667vw;
  width: 2.25vw;
  height: 2.25vw;
  background-color: #FFFFFF;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #000000;
  font-size: 90%;
  text-align: center;
  line-height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner .lists .list:before {
    left: -8vw;
    width: 4vw;
    height: 4vw;
    font-size: 80%;
  }
}
#Index #Howto .inner .lists .list .pic {
  width: 22.5vw;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner .lists .list .pic {
    width: 33.33333vw;
  }
}
#Index #Howto .inner .lists .list .txt {
  position: absolute;
  right: 0;
  bottom: -2.5vw;
  width: 38.33333vw;
  box-sizing: border-box;
  padding: 4.16667vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #Index #Howto .inner .lists .list .txt {
    width: 60.66667vw;
    padding: 4vw;
    bottom: -4vw;
  }
}
#Index #Howto .inner .lists .list:nth-child(even) .pic {
  margin-left: auto;
  margin-right: 0;
}
#Index #Howto .inner .lists .list:nth-child(even) .txt {
  left: 0;
  right: auto;
}
#Index #Howto .inner .lists .list1:before {
  content: "1";
}
#Index #Howto .inner .lists .list2:before {
  content: "2";
}
#Index #Howto .inner .lists .list3:before {
  content: "3";
}
#Index #Howto .inner .lists .list4:before {
  content: "4";
}
#Index #Career {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #Index #Career {
    overflow: hidden;
  }
}
#Index #Career .bg1 {
  display: block;
  position: absolute;
  top: 9.16667vw;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f5f5f5;
  left: 3.33333vw;
}
#Index #Career .bg2 {
  display: block;
  position: absolute;
  top: 15.5vw;
  right: 0;
  margin: auto;
  width: 47vw;
  height: 12.5vw;
  z-index: -1;
  background-image: -webkit-repeating-linear-gradient(135deg, #f5f5f5, #f5f5f5 5px, #C3C3C3 0, #C3C3C3 6px);
  background-image: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 5px, #C3C3C3 0, #C3C3C3 6px);
}
@media screen and (max-width: 960px) {
  #Index #Career .bg1 {
    left: 0;
  }
  #Index #Career .bg2 {
    top: 17.5vw;
    height: 42.5vw;
  }
}
#Index #Career .inner {
  position: relative;
  width: 71.66666vw;
  min-width: 860px;
  margin: auto;
  padding-top: 15vw;
  padding-bottom: 7.5vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #Career .inner {
    padding-top: 16vw;
    padding-bottom: 10.66667vw;
    width: 78.66667vw;
    min-width: 0;
  }
}
#Index #Career .inner .ttl {
  width: 11.16667vw;
  min-width: 156px;
  margin: auto;
  margin-bottom: 3.33333vw;
}
@media screen and (max-width: 960px) {
  #Index #Career .inner .ttl {
    width: 35.33333vw;
    margin-bottom: 5.33333vw;
    min-width: 0;
  }
}
#Index #Career .inner .slide {
  position: relative;
  width: 100%;
  overflow: visible;
}
#Index #Career .inner .slide .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Index #Career .inner .slide .swiper-wrapper .list {
  width: 21.16667vw;
  min-width: 254px;
}
@media screen and (max-width: 960px) {
  #Index #Career .inner .slide .swiper-wrapper .list {
    width: 100%;
    min-width: 0;
  }
}
#Index #Career .inner .slide .swiper-wrapper .list .pic {
  margin-bottom: 1.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Career .inner .slide .swiper-wrapper .list .pic {
    margin-bottom: 9.33333vw;
  }
}
#Index #Career .inner .slide .swiper-wrapper .list .catch {
  font-size: 110%;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 960px) {
  #Index #Career .inner .slide .swiper-wrapper .list .catch {
    margin-bottom: 4vw;
  }
}
#Index #Career .inner .slide .swiper-pagination-bullets {
  display: none;
}
@media screen and (max-width: 960px) {
  #Index #Career .inner .slide .swiper-pagination-bullets {
    display: block;
    position: relative;
    top: 5vw;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 960px) {
  #Index #Career .inner .slide .swiper-pagination-bullet {
    width: 10.66667vw;
    height: 0.4vw;
    display: inline-block;
    background: #CDCDCD;
    box-sizing: border-box;
    border-radius: 0;
    opacity: 1;
    margin: 0;
  }
}
#Index #Career .inner .slide .swiper-pagination-bullet-active {
  background: #000000;
}
#Index #Access {
  position: relative;
  width: 100%;
}
#Index #Access .inner {
  position: relative;
  width: 71.66666vw;
  margin: 0 auto;
  padding-top: 5vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #Access .inner {
    width: 90.66667vw;
    padding-top: 16vw;
    min-width: 0;
  }
}
#Index #Access .inner .ttl {
  width: 12vw;
  min-width: 144px;
  margin: auto;
  margin-bottom: 5vw;
}
@media screen and (max-width: 960px) {
  #Index #Access .inner .ttl {
    width: 30.66667vw;
    margin-bottom: 9.33333vw;
    min-width: 0;
  }
}
#Index #Access .inner .lists .list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Access .inner .lists .list {
    display: block;
    margin-bottom: 10.66667vw;
  }
}
/* #Index #Access .inner .lists .list:before {
  content: "";
  display: block;
  position: absolute;
  top: -7.5vw;
  left: 58.33333vw;
  width: 20.83333vw;
  height: 10.41667vw;
  background-image: url("../../images/index/access_bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 960px) {
  #Index #Access .inner .lists .list:before {
    top: -8vw;
    left: 4vw;
    width: 38.66667vw;
    height: 19.33333vw;
  }
} */
#Index #Access .inner .lists .list:last-child {
  margin-bottom: 0;
}
#Index #Access .inner .lists .list:nth-child(2):before {
  background-image: url("../../images/index/access_bg3.png");
}
#Index #Access .inner .lists .list:nth-child(3):before {
  background-image: url("../../images/index/access_bg4.png");
}
@media screen and (max-width: 960px) {
  #Index #Access .inner .lists .list .catch-sp {
    text-align: center;
    margin-bottom: 2.66667vw;
  }
}
#Index #Access .inner .lists .list .pics {
  position: relative;
  width: 35.83333vw;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #Index #Access .inner .lists .list .pics {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#Index #Access .inner .lists .list .pics .sns {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.5vw;
  height: 2.5vw;
  background-color: #FFFFFF;
  padding: 0.83333vw;
}
#Index #Access .inner .lists .list .pics .sns img {
  vertical-align: middle;
}
#Index #Access .inner .lists .list .pics .sns .facebook {
  width: 0.66667vw;
}
#Index #Access .inner .lists .list .pics .sns .twitter {
  width: 1.41667vw;
}
#Index #Access .inner .lists .list .pics .sns .insta {
  width: 1.41667vw;
}
#Index #Access .inner .lists .list .pics .sns .youtube {
  width: 1.5vw;
}
#Index #Access .inner .lists .list .pics .sns .blog {
  width: 1.33333vw;
}
#Index #Access .inner .lists .list .txts {
  width: 32.5vw;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #Index #Access .inner .lists .list .txts {
    width: 100%;
  }
}
#Index #Access .inner .lists .list .txts .catch {
  font-size: 110%;
  margin-bottom: 0.83333vw;
}
#Index #Access .inner .lists .list .txts .address {
  margin-bottom: 0.41667vw;
  padding-left: 3em;
  text-indent: -3em;
}
@media screen and (max-width: 960px) {
  #Index #Access .inner .lists .list .txts .address {
    margin-bottom: 1.33333vw;
  }
}
#Index #Access .inner .lists .list .txts .address a {
  text-decoration: underline;
}
#Index #Access .inner .lists .list .txts .tell {
  margin-bottom: 0.83333vw;
}
@media screen and (max-width: 960px) {
  #Index #Access .inner .lists .list .txts .tell {
    margin-bottom: 4vw;
  }
}
#Index #Access .inner .lists .list .txts .access {
  box-sizing: border-box;
  border-top: 1px solid #000000;
  padding-top: 0.83333vw;
}
@media screen and (max-width: 960px) {
  #Index #Access .inner .lists .list .txts .access {
    padding-top: 2.5vw;
  }
}
@media screen and (max-width: 960px) {
  #Index #Access .inner .lists .list .txts .sns-sp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 46vw;
    margin: auto;
    margin-top: 8vw;
  }
  #Index #Access .inner .lists .list .txts .sns-sp img {
    vertical-align: middle;
  }
  #Index #Access .inner .lists .list .txts .sns-sp .facebook {
    width: 3.2vw;
  }
  #Index #Access .inner .lists .list .txts .sns-sp .twitter {
    width: 5.33333vw;
  }
  #Index #Access .inner .lists .list .txts .sns-sp .insta {
    width: 5.33333vw;
  }
  #Index #Access .inner .lists .list .txts .sns-sp .youtube {
    width: 5.6vw;
  }
  #Index #Access .inner .lists .list .txts .sns-sp .blog {
    width: 5.6vw;
  }
}
#Index #Access .inner .bnr {
  width: 32.25vw;
  margin: auto;
  margin-top: 6.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Access .inner .bnr {
    width: 84vw;
    margin-top: 10.66667vw;
  }
}
#Index #Faq {
  position: relative;
  width: 100%;
}
#Index #Faq .inner {
  position: relative;
  width: 58.33333vw;
  min-width: 700px;
  margin: 0 auto;
  padding-top: 10vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #Faq .inner {
    width: 90.66667vw;
    padding-top: 12vw;
    min-width: 0;
  }
}
#Index #Faq .inner .ttl {
  width: 8.33333vw;
  min-width: 100px;
  margin: auto;
  margin-bottom: 3.75vw;
}
@media screen and (max-width: 960px) {
  #Index #Faq .inner .ttl {
    width: 22vw;
    margin-bottom: 8vw;
    min-width: 0;
  }
}
#Index #Faq .inner .lists .list {
  color: #FFFFFF;
  background: -webkit-linear-gradient(0deg, #161515, #313131);
  background: linear-gradient(90deg, #161515, #313131);
  background-color: #313131;
  margin-bottom: 1px;
  padding: 2.5vw 1.66667vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #Faq .inner .lists .list {
    margin-bottom: 0.53333vw;
    padding: 5.33333vw 4vw;
  }
}
#Index #Faq .inner .lists .list .ques {
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding-left: 3.33333vw;
  padding-right: 3.33333vw;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@media screen and (max-width: 960px) {
  #Index #Faq .inner .lists .list .ques {
    padding-left: 8vw;
    padding-right: 5.33333vw;
  }
}
#Index #Faq .inner .lists .list .ques:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#Index #Faq .inner .lists .list .ques:hover .ico:before, #Index #Faq .inner .lists .list .ques:hover .ico:after {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#Index #Faq .inner .lists .list .ques:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25vw;
  left: 0;
  width: 1.66667vw;
  height: 1.58333vw;
  background-image: url("../../images/index/faq_ico_q.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 960px) {
  #Index #Faq .inner .lists .list .ques:before {
    top: 0.4vw;
    width: 4.26667vw;
    height: 4vw;
  }
}
#Index #Faq .inner .lists .list .ques .ico {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.25vw;
  height: 1.25vw;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #Index #Faq .inner .lists .list .ques .ico {
    width: 4vw;
    height: 4vw;
  }
}
#Index #Faq .inner .lists .list .ques .ico:before, #Index #Faq .inner .lists .list .ques .ico:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  background-color: #FFFFFF;
}
#Index #Faq .inner .lists .list .ques .ico:before {
  width: 1.25vw;
  height: 1px;
  top: 0.58333vw;
  right: 0;
}
@media screen and (max-width: 960px) {
  #Index #Faq .inner .lists .list .ques .ico:before {
    width: 4vw;
    top: 2vw;
  }
}
#Index #Faq .inner .lists .list .ques .ico:after {
  height: 1.25vw;
  width: 1px;
  top: 0;
  opacity: 1;
  right: 0.58333vw;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@media screen and (max-width: 960px) {
  #Index #Faq .inner .lists .list .ques .ico:after {
    height: 4vw;
    right: 2vw;
  }
}
#Index #Faq .inner .lists .list .answer {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-left: 3.33333vw;
}
@media screen and (max-width: 960px) {
  #Index #Faq .inner .lists .list .answer {
    padding-left: 8vw;
  }
}
#Index #Faq .inner .lists .list .answer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25vw;
  left: 0;
  width: 1.66667vw;
  height: 1.58333vw;
  background-image: url("../../images/index/faq_ico_a.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 960px) {
  #Index #Faq .inner .lists .list .answer:before {
    top: 0.4vw;
    width: 4.26667vw;
    height: 4vw;
  }
}
#Index #Faq .inner .lists .list .active .ques .ico:after {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#Index #Faq .inner .lists .list .active .answer {
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
          transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  margin-top: 3.33333vw;
}
@media screen and (max-width: 960px) {
  #Index #Faq .inner .lists .list .active .answer {
    margin-top: 5.33333vw;
  }
}
#Index #News {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#Index #News .inner {
  position: relative;
  width: 58.33333vw;
  min-width: 700px;
  margin: 0 auto;
  padding-top: 10vw;
  box-sizing: border-box;
  padding-bottom: 0.83333vw;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 960px) {
  #Index #News .inner {
    width: 90.66667vw;
    padding-top: 12vw;
    min-width: 0;
    padding-bottom: 2.66667vw;
  }
}
#Index #News .inner .ttl {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
}
#Index #News .inner .ttl img {
  position: relative;
  display: block;
  width: 9.16667vw;
  min-width: 110px;
  margin: auto;
  padding: 0 2.5vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #Index #News .inner .ttl img {
    padding: 0 4vw;
    width: 22.66667vw;
    min-width: 0;
  }
}
#Index #News .inner .ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000000;
}
#Index #News .inner .lists {
  overflow-y: scroll;
  height: 20vw;
  padding: 4.16667vw 2.5vw;
  box-sizing: border-box;
  margin-top: 1.66667vw;
  margin-bottom: 1.66667vw;
}
#Index #News .inner .lists::-webkit-scrollbar {
  width: 5px;
}
@media screen and (max-width: 960px) {
  #Index #News .inner .lists::-webkit-scrollbar {
    width: 0.66667vw;
  }
}
#Index #News .inner .lists::-webkit-scrollbar-track {
  background: #EEEEEE;
}
#Index #News .inner .lists::-webkit-scrollbar-thumb {
  background: #000000;
}
@media screen and (max-width: 960px) {
  #Index #News .inner .lists {
    height: 53.33333vw;
    padding: 6.66667vw 4vw;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}
#Index #News .inner .lists .list {
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 960px) {
  #Index #News .inner .lists .list {
    margin-bottom: 4vw;
  }
}
#Index #News .inner .lists .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  #Index #News .inner .lists .list dl {
    display: block;
  }
}
#Index #News .inner .lists .list a {
  text-decoration: underline;
}
#Index #News .inner .lists .list .date {
  color: #A9A9A9;
  margin-right: 2.5vw;
}
@media screen and (max-width: 960px) {
  #Index #News .inner .lists .list .date {
    margin-right: 0;
  }
}
#Index #News .inner .lists .list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #Index #News .inner .lists .list:last-child {
    margin-bottom: 0;
  }
}
#Index #Contact {
  position: relative;
  width: 100%;
  background-color: #E5E5E5;
  margin-top: 10vw;
}
@media screen and (max-width: 960px) {
  #Index #Contact {
    margin-top: 16vw;
  }
}
#Index #Contact:before, #Index #Contact:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  width: 3.33333vw;
  height: 4.16667vw;
}
@media screen and (max-width: 960px) {
  #Index #Contact:before, #Index #Contact:after {
    width: 5.33333vw;
    height: 4vw;
  }
}
#Index #Contact:before {
  top: 0;
  left: 0;
}
#Index #Contact:after {
  top: 0;
  right: 0;
}
#Index #Contact .inner {
  position: relative;
  width: 58.33333vw;
  min-width: 700px;
  margin: 0 auto;
  padding-top: 5vw;
  padding-bottom: 5.83333vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #Contact .inner {
    width: 90.66667vw;
    padding-top: 12vw;
    padding-bottom: 14.66667vw;
    min-width: 0;
  }
}
#Index #Contact .inner .ttl {
  width: 16.66667vw;
  min-width: 200px;
  margin: auto;
  margin-bottom: 3.75vw;
}
@media screen and (max-width: 960px) {
  #Index #Contact .inner .ttl {
    width: 40.93333vw;
    margin-bottom: 8vw;
    min-width: 0;
  }
}
#Index #Contact .inner .f-name, #Index #Contact .inner .f-kana {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Index #Contact .inner .f-name .form-content-input, #Index #Contact .inner .f-kana .form-content-input {
  width: 36%;
}
@media screen and (max-width: 960px) {
  #Index #Contact .inner .f-name .form-content-input, #Index #Contact .inner .f-kana .form-content-input {
    width: 48%;
  }
}
#Index #Contact .inner .f-name .f1, #Index #Contact .inner .f-kana .f1 {
  margin-right: 3%;
}
@media screen and (max-width: 960px) {
  #Index #Contact .inner .f-name .f1, #Index #Contact .inner .f-kana .f1 {
    margin-right: 4%;
  }
}
#Index #Contact .inner .f-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Index #Contact .inner .f-birth .form-content-input {
  width: 23%;
  margin-right: 3%;
}
#Index #Contact .inner .f-birth .form-content-input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #Index #Contact .inner .f-birth .form-content-input {
    width: 32%;
    margin-right: 2%;
  }
  #Index #Contact .inner .f-birth .form-content-input:last-child {
    margin-right: 0;
  }
}
#Index #Contact .inner .f-address .form-content-input {
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 960px) {
  #Index #Contact .inner .f-address .form-content-input {
    margin-bottom: 4vw;
  }
}
#Index #Contact .inner .f-address .f1 {
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #Index #Contact .inner .f-address .f1 {
    margin-bottom: 0;
  }
}
#Index #Contact .inner .f-address .f1 input {
  width: 30%;
}
@media screen and (max-width: 960px) {
  #Index #Contact .inner .f-address .f1 input {
    width: 40%;
  }
}
#Index #Contact .inner .f-address .f2 {
  margin-top: 2.5vw;
}
@media screen and (max-width: 960px) {
  #Index #Contact .inner .f-address .f2 {
    margin-top: 4vw;
  }
}
#Index #Contact .inner .form-content-ttl .small {
  display: block;
  font-size: 80%;
  margin-top: 0.41667vw;
}
@media screen and (max-width: 960px) {
  #Index #Contact .inner .form-content-ttl .small {
    display: inline-block;
    padding-left: 1.33333vw;
    margin-top: 0.66667vw;
  }
}
#Index #Contact .inner .required {
  font-size: 80%;
  padding-left: 0.5em;
}
#Index #Contact .inner .check-policy {
  width: 100%;
  max-width: 23.33333vw;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #Index #Contact .inner .check-policy {
    max-width: 62.66667vw;
    min-width: 0;
  }
}
#Index #Contact .inner .check-policy a {
  text-decoration: underline;
}
#Index #Form {
  position: relative;
}
#Index #Form #Confirm {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5.83333vw;
}
@media screen and (max-width: 960px) {
  #Index #Form #Confirm {
    width: 100%;
    auto: 14.66667vw;
  }
}
#Index #Form #Confirm .attention {
  margin-bottom: 1.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Form #Confirm .attention {
    margin-bottom: 2.66667vw;
  }
}
#Index #Form #Confirm dl {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Index #Form #Confirm dl:last-child dt {
  border-bottom: 1px solid #CCCCCC;
}
#Index #Form #Confirm dl:last-child dd {
  border-bottom: 1px solid #CCCCCC;
}
#Index #Form #Confirm dl dt {
  width: 100%;
  max-width: 30%;
  box-sizing: border-box;
  border-top: 2px solid #000000;
  padding: 2.5vw 1.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Form #Confirm dl dt {
    max-width: 35%;
    padding: 4vw 0 4vw 2.66667vw;
  }
}
#Index #Form #Confirm dl dd {
  width: 100%;
  max-width: 70%;
  box-sizing: border-box;
  border-top: 1px solid #CCCCCC;
  padding: 2.5vw 1.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Form #Confirm dl dd {
    max-width: 65%;
    padding: 4vw 2.66667vw;
  }
}
#Index #Form #Confirm .bts {
  position: relative;
  width: 50vw;
  margin: 3.33333vw auto 0;
}
@media screen and (max-width: 960px) {
  #Index #Form #Confirm .bts {
    width: 80vw;
    margin: 5.33333vw auto 0;
  }
}
#Index #Form #Confirm .bts .back {
  position: relative;
  background: #CCCCCC;
  border: 0;
  color: #fff;
  display: block;
  outline: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 48%;
  height: 4.75vw;
  -webkit-appearance: none;
  margin-right: 2%;
  float: left;
}
@media screen and (max-width: 960px) {
  #Index #Form #Confirm .bts .back {
    height: 10.66667vw;
  }
}
#Index #Form #Confirm .bts .back p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#Index #Form #Confirm .bts .send {
  position: relative;
  background: #000000;
  border: 0;
  color: #fff;
  display: block;
  outline: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 48%;
  height: 4.75vw;
  -webkit-appearance: none;
  margin-left: 2%;
  float: left;
}
@media screen and (max-width: 960px) {
  #Index #Form #Confirm .bts .send {
    height: 10.66667vw;
  }
}
#Index #Form #Confirm .bts .send:before, #Index #Form #Confirm .bts .send:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#Index #Form #Confirm .bts .send:before {
  left: auto;
  right: 1.25vw;
  width: 1.83333vw;
  height: 1px;
  background: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #Index #Form #Confirm .bts .send:before {
    width: 4vw;
    right: 2.4vw;
  }
}
#Index #Form #Confirm .bts .send:after {
  left: auto;
  right: 1.33333vw;
  width: 0.83333vw;
  height: 0.83333vw;
  border-top: 1px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  #Index #Form #Confirm .bts .send:after {
    width: 2.13333vw;
    height: 2.13333vw;
    right: 2.8vw;
  }
}
#Index #Form #Confirm .bts .send p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#Index #Form #Thanks {
  display: none;
}
#Index #Form #Error {
  display: none;
}
#Index #Form .form-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: 6.66667vw;
  height: 6.66667vw;
  margin: auto;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10%;
  padding: 1.66667vw;
}
@media screen and (max-width: 960px) {
  #Index #Form .form-progress {
    width: 10.66667vw;
    height: 10.66667vw;
    padding: 2.66667vw;
  }
}
#Index #Form .form-progress .loader {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
          animation: spin 0.75s infinite linear;
}
#Index #Form .form-progress .loader::before,
#Index #Form .form-progress .loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}
#Index #Form .form-progress .loader-1 {
  border-top-width: 0;
}
#Index #Form .form-progress .loader-2 {
  border-top-color: transparent;
}
#Index #Form .form-progress .loader-2::after {
  display: block;
  left: -2px;
  top: -2px;
  border: inherit;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
#Index #Form .form-progress .loader-3,
#Index #Form .form-progress .loader-3::before,
#Index #Form .form-progress .loader-3::after {
  display: inline-block;
  border-color: transparent;
  border-top-color: #FFFFFF;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
#Index #Form .form-progress .loader-3::before {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
#Index #Form .form-progress .loader-3::after {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
#Index #Form .form-progress .loader-4 {
  border-top-color: transparent;
}
#Index #Form .form-progress .loader-4::after {
  display: block;
  border-color: transparent;
  border-top-color: #FFFFFF;
  -webkit-animation: spin 1.25s infinite linear reverse;
          animation: spin 1.25s infinite linear reverse;
}
#Index #Form .form-progress .loader-5,
#Index #Form .form-progress .loader-5::before {
  display: inline-block;
  border-color: transparent;
  border-top-color: #FFFFFF;
}
#Index #Form .form-progress .loader-5::before {
  -webkit-animation: spin 1.5s infinite ease;
          animation: spin 1.5s infinite ease;
}
#Index #Form .form-progress .loader-6 {
  border-color: transparent;
  border-top-color: #FFFFFF;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
#Index #Form .form-progress .loader-6::after {
  display: block;
  border-color: transparent;
  border-top-color: #FFFFFF;
  -webkit-animation: spin 0.75s infinite ease-in-out alternate;
          animation: spin 0.75s infinite ease-in-out alternate;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* ========== */
/* 2024.03    */
/* ========== */
/* Message */
#Index #Message .inner .pic-wrap {
  display: flex;
  gap: 1px;
  width: 54.16666vw;
  min-width: 650px;
  margin-left: auto;
}
#Index #Message .inner .pic figcaption {
  font-size: 12px;
  text-align: right;
  display: block;
  margin-top: 10px;
  margin-right: 30px;
}
@media screen and (max-width: 1160px) and (min-width: 960px) {
  #Index #Message .inner .txt {
    width: 33vw;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  #Index #Message .inner .pic-wrap {
    width: 100%;
    min-width: 0;
  }
  #Index #Message .inner .pic {
    width: 50%;
    min-width: 0;
  }
  #Index #Message .inner .pic figcaption {
    margin-right: 0;
  }
  #Index #Message .inner .txt {
    padding-left: 0;
  }
}
#Index #Message .prof {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 71.66666vw;
  min-width: 860px;
  margin: 4vw auto 0;
  padding: 2.5vw;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
#Index #Message .prof dt {
  font-size: 90%;
}
#Index #Message .prof dt small {
  font-size: 80%;
}
#Index #Message .prof dd {
  margin-top: 0.5em;
  font-size: 80%;
}
@media screen and (max-width: 960px) {
  #Index #Message .prof {
    padding: 4.5vw;
    width:  100%;
    min-width: 0;
    background-color: #fff;
  }
}

/* Program */
#Index #Program .inner .list5::after {
  display: none;
}
#Index #Program .courses {
  display: flex;
  flex-direction: column;
  gap: 4vw;
  width: 100%;
  min-width: 650px;
  margin: auto;
  padding-top: 7vw;
  border-top: 1px solid #e0e0e0;
  color: #fff;
}
#Index #Program .courses > div {
  display: flex;
  align-items: center;
  gap: 2vw;
}
#Index #Program .courses > div picture {
  min-width: 33%;
  max-width: 33%;
}
#Index #Program .courses > div dl dt {
  /* font-size: 90%; */
}
#Index #Program .courses > div dl dt small {
  display: block;
  font-family: sans-serif;
  font-size: 70%;
  opacity: 0.7;
}
#Index #Program .courses > div dl dd {
  margin-top: 1.25em;
  font-size: 90%;
}
@media screen and (max-width: 960px) {
  #Index #Program .courses {
    gap: 8vw;
    min-width: auto;
  }
  #Index #Program .courses > div {
    align-items: flex-start;
  }
  #Index #Program .courses > div picture {
    min-width: 35vw;
    max-width: 35vw;
  }
  #Index #Program .courses > div dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 20vw;
  }
  #Index #Program .courses > div dl dd {
    margin-left: -37vw;
  }
}

/* Plan */
#Index #Plan .inner .lists .list .plans {
  flex-direction: column;
}
#Index #Plan .inner .lists .list .plans .plan {
  width: 100%;
}
#Index #Plan .inner .lists .list .plans .plan .plan-ttls dd {
  display: flex;
}
#Index #Plan .inner .lists .list .plans .plan .plan-ttls del {
	text-decoration: none;
	position: relative;
}
#Index #Plan .inner .lists .list .plans .plan .plan-ttls del::after {
	content: " ";
	display: block;
	position: absolute;
	left: -10px;
	top: 50%;
	width: calc(100% + 20px);
	height: 2px;
	background: #F49000;
}
#Index #Plan .inner .lists .list .plans .plan .plan-ttls del + span {
  color: #F49000;
}
@media screen and (min-width: 961px) {
  /*#Index #Plan .inner .lists .list .plans .plan:first-child {*/
  /*  margin-bottom: 4.5vw;*/
  /*  padding-bottom: 3.5vw;*/
  /*}*/
  /*#Index #Plan .inner .lists .list .plans .plan:first-child:before {*/
  /*  width: 4vw;*/
  /*  bottom: 0;*/
  /*  top: auto !important;*/
  /*  right: 0;*/
  /*  left: 0;*/
  /*  margin: auto;*/
  /*}*/
  /*#Index #Plan .inner .lists .list .plans .plan:first-child:after {*/
  /*  height: 4vw;*/
  /*  top: auto !important;*/
  /*  right: 0;*/
  /*  left: 0;*/
  /*  bottom: -4vw;*/
  /*  margin: auto;*/
  /*}*/
  /*#Index #Plan .inner .lists .list .plans .plan:first-child {*/
  /*  padding-top: 0;*/
  /*}*/
  #Index #Plan .inner .lists .list .plans .plan .plan-ttls dd {
    align-items: center;
  }
  #Index #Plan .inner .lists .list .plans .plan .plan-ttls del {
    margin-bottom: 4px;
    padding-bottom: 2px;
  }
  #Index #Plan .inner .lists .list .plans .plan .plan-ttls del + span {
    margin-left: 35px;
    font-size: 55%;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 960px) {
  #Index #Plan .inner .lists .list .plans .plan .plan-ttls dd {
    align-items: flex-start;
    flex-direction: column;
  }
  #Index #Plan .inner .lists .list .plans .plan .plan-ttls del::after {
    height: 2px;
  }
  #Index #Plan .inner .lists .list .plans .plan .plan-ttls del + span {
    font-size: 55%;
  }
}

/* Plan - TABLE */
#Index #Plan table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-family: sans-serif;
  font-size: 90%;
}
#Index #Plan table th {
  padding: 0.5em 1em;
  background-color: #F8F8F8;
  border-left: 1px solid rgba(80, 80, 80, 0.5);
  text-align: center;
}
#Index #Plan table td {
  border-top: 1px solid rgba(80, 80, 80, 0.5);
  border-left: 1px solid rgba(80, 80, 80, 0.5);
  padding: 0.75em 1em;
  line-height: 1.5;
  vertical-align: middle;
}
#Index #Plan .table-wrap td small {
  font-size: 80%;
}
#Index #Plan table td:nth-child(2),
#Index #Plan table td:nth-child(3),
#Index #Plan table td:nth-child(4) {
  text-align: center;
}
#Index #Plan table th:nth-child(1),
#Index #Plan table td:nth-child(1) {
  border-left: none;
}
#Index #Plan table sup {
  font-size: 70%;
}
#Index #Plan table + .notes {
  margin-top: 1em;
  font-size: 70%;
}
@media screen and (max-width: 960px) {
  #Index #Plan .table-wrap {
    padding-right: 1px;
    width: 100%;
    overflow: scroll;
  }
  #Index #Plan .table-wrap table {
    min-width: 130vw;
  }
}

/* 時間割 */
#Index #Plan .timetable {
  display: flex;
  gap: 1em;
}
#Index #Plan .timetable li {
  flex-basis: 100%;
}
#Index #Plan .timetable li a {
  display: block;
  padding: 1em 2em;
  background-color: #000;
  color: #fff;
  font-family: sans-serif;
  line-height: 1.25;
  text-align: center;
  transition: all .2s ease;
}
#Index #Plan .timetable li a small {
  font-size: 75%;
}
@media screen and (min-width: 961px) {
  #Index #Plan .timetable {
    justify-content: space-between;
  }
  #Index #Plan .timetable li a:hover {
    background: #333333;
    cursor: pointer;
  }
}
@media screen and (max-width: 960px) {
  #Index #Plan .timetable {
    flex-direction: column;
  }
}

/* Banner */
#Index #Banner ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 58.33333vw;
  min-width: 700px;
  margin: 0 auto;
  padding-top: 8vw;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #Banner ul {
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
    gap: 3vw;
    width: 90.66667vw;
    padding-top: 12vw;
    min-width: 0;
  }
  #Index #Banner ul li {
    width: calc((100% - 3vw) / 2);
  }
}
#Index #Banner ul li a img {
  border: 1px solid rgba(224, 224, 224, 0.5);
}

/* Banner */
#Index #dealerssearch {
  width: 760px;
  margin: 3vw auto;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #Index #dealerssearch {
    width: 80%;
    margin: 10vw auto;
  }
}
