@charset "utf-8";
/* common */
.contents {
  margin-bottom: 40px;
}
.contents img {
  width: 100%;
  height: auto;
}

.pc-dis-b {
  display: block !important;
}

.sp-dis-b {
  display: none !important;
}

.text-pink {
  color: #e160b1;
}

.sup {
  font-size: 10px;
  vertical-align: text-top;
}

@media screen and (max-width:1000px) {
    .pc-dis-b {
      display: none !important;
    }

    .sp-dis-b {
      display: block !important;
    }
}


/* main-visual */
.main-visual {
  position: relative;
  overflow: hidden;
	width: 100%;
  max-width:1000px;
  height: auto;
	margin: 10px auto 0 auto;
  font-feature-settings: "palt";
}
.main-visual-bg {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.main-visual-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 10px;
  max-width: 1000px;
  height: 100%;
  justify-content: center;
}
.main-visual-inner > * {
  margin-left: 0;
  margin-right: auto;
  width: 420px;
}
.main-visual-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.main-visual-lead {
  color: #00266e;
  font-size: 16px;
  line-height: 1.7;
}
.main-visual-figure {
  margin-top: 20px;
}
.main-visual-image {
  display: block;
  margin-left: -26px;
  width: 360px !important;
}
.main-visual-caption {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  line-height: 1.714285714;
}
.main-visual-caption > p {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.main-visual-caption > p span {
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}
.no1notice{
  margin-top:calc(max(-90px,(100%*0.05*-1)));
  margin-left:auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: right;
  width:100%;
  max-width: 1000px;
  font-size: 12px;
  z-index:1;
  position: relative;
  color:#999;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .no1notice {
      margin: 0px auto 0px auto;
      width: 90%;
      font-size: 9px;
      text-align: center;
      padding-bottom:40px;
  }

}
@media screen and (max-width:1400px) {
  /* .main-visual {
    height: calc(700/1400*100vw);
  } */
  .main-visual-inner {
    padding-top: calc(10/1400*100vw);
    width: calc(1000/1400*100vw);
  }
  .main-visual-inner > * {
    width: calc(420/1400*100vw);
  }
  .main-visual-title {
    margin-bottom: calc(20/1400*100vw);
  }
  .main-visual-lead {
    font-size: calc(16/1400*100vw);
  }
  .main-visual-figure {
    margin-top: calc(20/1400*100vw);
  }
  .main-visual-image {
    margin-left: calc(-20/1400*100vw);
    width: calc(360/1400*100vw) !important;
  }
  .main-visual-caption {
    margin-top: calc(12/1400*100vw);
    font-size: 10px;
  }
} 
@media screen and (max-width:1000px) {
  .main-visual {
    height: auto;
  }
  .main-visual-inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: calc(100/1000*100vw) 0;
    width: 100%;
    max-width: 750px;
    height: 100%;
    justify-content: center;
  }
  .main-visual-inner > * {
    margin-left: auto;
    width: 100%;
  }
  .main-visual-title {
    margin-top: 0;
    margin-bottom: 28px;
    width: 100%;
    max-width: 320px;
  }
  .main-visual-lead {
    width: auto;
    font-size: 16px;
  }
  .main-visual-figure {
    margin-top: 30px;
  }
  .main-visual-image {
    margin: 0 auto;
    width: 100% !important;
    max-width: 450px;
  }
  .main-visual-caption {
    margin: 20px auto 0;
    width: 322px;
    font-size: 11px;
  }
}
@media screen and (max-width:790px) {
  .main-visual-inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 50px 20px;
    width: 100%;
    max-width: 790px;
    height: 100%;
    justify-content: center;
  }
  .main-visual-image {
    margin: 0 auto;
    max-width: 350px;
  }
}

/* section */
.section {
  margin: 100px auto;
  max-width: 1400px;
  font-feature-settings: "palt";
}
.section-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 750px;
}
.section-title {
  color: #00266e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}
.section-title:not(:first-child) {
  margin-top: 50px;
}
.section-title small {
  display: block;
  color: inherit;
  font-size: 24px;
  font-weight: inherit;
  line-height: inherit;
}
.section-title span:not(.sup) {
  display: inline-block;
}
.section-text {
  margin-top: 36px;
  text-align: center;
}
.section-figure:not(:first-child) {
  margin-top: 50px;
}
.section-image {
  text-align: center;
}
.section-caption {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  line-height: 1.714285714;
}
.section-caption > p {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.section-caption > p span {
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}
.section-caption li {
  text-indent: -2em;
  margin-left: 2em;
}
.section-caption li span {
  display: inline-block;
  width: 2em;
  text-indent: 0;
}

@media screen and (max-width:790px) {
  .section {
    margin: 60px 0;
  }
  .section-inner {
    padding: 0 20px;
    max-width: 480px;
  }
  .section-title {
    margin-top: 0;
    font-size: 27px;
    line-height: 1.428571429;
  }
  .section-title:not(:first-child) {
    margin-top: 25px;
  }
  .section-title small {
    font-size: 16px;
  }
  .section-text {
    margin-top: 15px;
    font-size: 16px;
  }
  .section-figure:not(:first-child) {
    margin-top: 25px;
  }
  .section-caption {
    margin-top: 20px;
    font-size: 11px;
  }
}
@media screen and (max-width:414px) {
  .section-title {
    font-size: 24px;
  }
}

/* section--bg */
.section--bg {
  background-color: #fff6fc;
}
.section--bg.section--bg--white{
  background-color: #fff;
}
.section--bg .section-title {
  position: relative;
  color: #e160b1;
}
.section--bg .section-title::before {
  position: absolute;
  left: 50%;
  top: -130px;
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 97px;
  height: 100px;
  background: url(../img/mark_color.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width:790px) {
  .section--bg .section-title::before {
    top: -65px;
    width: 48px;
    height: 50px;
  }
}

/* section-brand */
.section-brand .section-inner {
  padding-top: 0;
}
@media screen and (min-width:1000px) {
  .section-brand .section-caption {
    margin-right: auto;
    margin-left: auto;
    max-width: 410px;
  }
}

/* cv */
.cv {
  margin: 0 auto;
  margin-top:calc(7vw*-1);
  max-width: 1000px;
  background-color: #ffeaf7;
  font-feature-settings: "palt";
}

.cv-inner {
  margin: 0 auto;
  padding: 40px 0 94px;
  max-width: 750px;
}

.cv-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 130px;
  color: #e160b1;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-top:10px;
}

.cv-title span {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.cv-title>span::before {
  position: absolute;
  left: -104px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 127px;
  height: 130px;
  background: url(../img/mark_white.svg) no-repeat;
  background-size: contain;
}

.cv-caption {
  width: 530px;
  margin: 0 auto;
  color: #999;
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.6;
  font-feature-settings: normal;
}

.cv-caption li {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 790px) {
  .cv {
    padding-top: 0px;
    padding-bottom: 50px;
    margin-top: calc(9vw*-1);
  }

  .cv-inner {
    width: 100%;
    padding: 0 20px;
  }

  .cv-title {
    position: relative;
    min-height: calc(195/1000*100vw);
    font-size: calc(52/1000*100vw);
  }

  .cv-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: calc(190/1000*100vw);
    height: calc(195/1000*100vw);
    background: url(../img/mark_white.svg) no-repeat;
    background-size: contain;
  }

  .cv-title>span::before {
    display: none;
  }

  .cv-caption {
    width: calc(750/1000*100vw);
  }
}
/* cts-membership_card */
.cts-membership_card {
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #f0cce2;
}

.cts-membership_cards .cts-membership_card:nth-of-type(odd) {
  margin-right: 30px;
}

.cts-membership_card .card_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 27px;
  background: #e160b1;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.cts-membership_card .card_body {
  padding: 25px 35px 35px;
}

.cts-membership_card .card_thumbs {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}

.cts-membership_card img {
  width: 100%;
}

.cts-membership_card .coupon-code {
  margin: 10px auto;
  padding: 10px 0;
}

.cts-membership_card .coupon-code p {
  background-color: #eee;
  padding: 5px;
  width: 530px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  border-radius: 5px;
}

.cts-membership_card .coupon-code p span {
  font-weight: 700;
  font-size: 16px;
  font-feature-settings: "palt";
}

.cts-membership_card .gotoform a {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #00266e;
  padding: 5px;
  width: 530px;
  margin: 0 auto;
  border-radius: 5px;
}

.cts-membership_card .gotoform a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width:1000px) {
  .cts-membership_card {
    position: relative;
    overflow: visible;
    margin-top: 10px;
    border-radius: calc(20/1000*100vw);
  }

  .cts-membership_card .card_title {
    padding: calc(47/1000*100vw) 0 calc(43/1000*100vw) calc(90/1000*100vw);
    font-size: calc(52/1000*100vw);
    line-height: 1.3;
    justify-content: flex-start;
    border-radius: calc(20/1000*100vw) calc(20/1000*100vw) 0 0;
    font-feature-settings: 'palt';
  }

  .cts-membership_card .card_thumbs {
    width: 100%;
    max-width: none;
  }

  .cts-membership_card .icon33off {
    width: calc(227/1000*100vw);
    height: calc(227/1000*100vw);
    position: absolute;
    top: calc(11/1000*100vw);
    right: calc(30/1000*100vw);
  }

  .cts-membership_card .card_body {
    padding: calc(76/1000*100vw) calc(90/1000*100vw) calc(104/1000*100vw);
  }

  .cts-membership_card .coupon-code p {
    width: 100%;
    line-height: 1;
    padding: 15px 5px 17px;
  }

  .cts-membership_card .gotoform a {
    width: 100%;
  }

}

@media screen and (min-width:807px) and (max-width:1000px) {
  .cts-membership_card {
    border-radius: 20px;
  }

  .cts-membership_card .card_title {
    padding: calc(47/1000*100vw) 0 calc(43/1000*100vw) calc(90/1000*100vw);
    font-size: calc(38/1000*100vw);
    line-height: 1.3;
    justify-content: flex-start;
    border-radius: calc(20/1000*100vw) calc(20/1000*100vw) 0 0;
    font-feature-settings: 'palt';
  }

  .cts-membership_card .card_thumbs {
    width: 100%;
  }

  .cts-membership_card .icon33off {
    width: calc(227/1000*100vw);
    height: calc(227/1000*100vw);
    position: absolute;
    top: calc(11/1000*100vw);
    right: calc(30/1000*100vw);
  }

  .cts-membership_card .card_body {
    padding: calc(76/1000*100vw) calc(90/1000*100vw) calc(104/1000*100vw);
  }

  .cts-membership_card .coupon-code p {
    width: 100%;
    line-height: 1;
    padding: 15px 5px 17px;
  }

  .cts-membership_card .gotoform a {
    width: 100%;
  }
}

/*ここまで20230224*/

/* .link-box
******************************************************/
.link-box {
  text-align: center;
  padding-bottom: 5vw;
  background: #fbedf5;
}

.link-box p {
  font-size: 21px;
  color: #333;
}

.link-box p a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 15px;
}

.link-box p a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.link-box p a:nth-child(2) {
  margin-right: 0;
}

.link-box p a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -12px;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  background: url("/event/elevit/img/icon-01.png") no-repeat center center;
}

.link-box ul {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 6vw 0 0;
}

.link-box ul li {
  display: inline-block;
}

.link-box ul li+li {
  margin-left: 2.4vw;
  padding-left: 2.4vw;
  border-left: #040c60 solid 1px;
}

.link-box ul li a {
  color: #040c60;
  font-size: 2.4vw;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.link-box ul li a::before {
  content: "";
  width: 0;
  height: 0;
}

/* .contact_tel */
.contact_tel {
  background: #e9f7fc;
  padding: 5.7vw 0 5vw;
  text-align: center;
}

.contact_tel h2 {
  color: #00266e;
  font-size: 4.2vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 0 2vw;
}

.contact_tel h2+p {
  color: #00266e;
  font-size: 2.4vw;
  line-height: 4.2vw;
  letter-spacing: 0.075em;
  margin-bottom: 2vw;
}

.contact_tel p.tel a {
  color: #66afe1;
  font-size: 10.2vw;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-decoration: none;
}

/* footer */
.footer {
  text-align: center;
  padding: 5vw 0;
}

.footer .inner {
  position: relative;
  display: inline-block;
  padding-left: 12vw;
}

.footer .copyright {
  font-size: 2.4vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0;
  padding: 0;
}

.footer .logo {
  position: absolute;
  left: 0;
  top: 50%;
  width: 9vw;
  height: 9vw;
  margin-top: -4.5vw;
}

.footer .logo img {
  width: 100%;
  height: auto;
}

@media (min-width: 1001px) {
   /* .link-box
  ******************************************************/
  .link-box {
    text-align: center;
    padding-bottom: 20px;
    background: #fbedf5;
  }

  .link-box p {
    font-size: 21px;
    color: #333;
  }

  .link-box p a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 15px;
  }

  .link-box p a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .link-box p a:nth-child(2) {
    margin-right: 0;
  }

  .link-box p a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -12px;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    background: url("/event/elevit/img/icon-01.png") no-repeat center center;
  }

  .link-box ul {
    display: block;
    width: 828px;
    text-align: left;
    font-size: 0;
    margin: 50px auto 0;
  }

  .link-box ul li {
    display: inline-block;
  }

  .link-box ul li+li {
    margin-left: 13px;
    padding-left: 13px;
    border-left: #040c60 solid 1px;
  }

  .link-box ul li a {
    color: #040c60;
    font-size: 12px;
    line-height: 1;
  }

  /* .contact_tel */
  .contact_tel {
    background: #e9f7fc;
    padding: 30px 0 30px;
    text-align: center;
  }

  .contact_tel .inner {
    width: 1000px;
    margin: 0 auto;
    font-size: 0;
  }

  .contact_tel h2 {
    color: #00266e;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .contact_tel h2+p {
    display: inline-block;
    color: #00266e;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    text-align: left;
    vertical-align: middle;
  }

  .contact_tel h2+p small {
    font-size: 12px;
    line-height: 22px;
  }

  .contact_tel p.tel {
    display: inline-block;
  }

  .contact_tel p.tel a {
    color: #66afe1;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: bold;
    text-decoration: none;
    margin-left: 20px;
    vertical-align: middle;
  }

  /* footer */
  .footer .sp {
    display: none;
  }

  .footer {
    text-align: center;
    padding: 30px 0;
  }

  .footer .inner {
    position: relative;
    display: inline-block;
    padding-left: 60px;
  }

  .footer .copyright {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0;
  }

  .footer .logo {
    position: absolute;
    left: 0;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
}

.section--bg--white .section-title{
  color:#00266e;
  font-size:36px;
  line-height: 56px;
}

@media screen and (max-width:1000px) {
  .section--bg--white .section-title {
      font-size: 26px;
      line-height: 40px;
    }
}


@media screen and (max-width: 768px){
    .heading-text li:last-child {
    padding:10px;
    }
  }

.aboutprecon{
  padding-top:60px;
}

.aboutpreconpoint{
  padding-top: 60px;
  padding-bottom:40px;
}

.section-text.text-align-left{
  text-align:left;
}