@charset "UTF-8";
/*-----------------------------------------
会員登録LP CSS
-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;800&display=swap");
body * {
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 1366px) {
  .membership .tb_show {
    display: none !important;
  }
}
@media (max-width: 1365px) {
  .membership .tb_hide {
    display: none !important;
  }
}
.membership_popup {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: white;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.membership_popup.show {
  transform: translateY(0%);
}
@media (min-width: 981px) {
  .membership_popup {
    height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
}
.membership_popup_button {
  width: 100%;
  height: 13.3333333333vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 4.8vw;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.3s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
  background: #0D64F2;
}
@media (max-width: 980px) {
  .membership_popup_button {
    border-width: 0.2666666667vw;
  }
}
@media (min-width: 981px) {
  .membership_popup_button {
    width: 400px;
    height: 40px;
    border-radius: 34px;
    font-size: 18px;
    border: solid 1px #0D64F2;
  }
}
.membership_popup_button:hover {
  color: #252525;
  opacity: 1;
}
@media (max-width: 980px) {
  .membership_popup_button:hover {
    border-width: 0.2666666667vw;
  }
}
@media (min-width: 981px) {
  .membership_popup_button:hover {
    border: solid 1px #252525;
  }
}
.membership_popup_button:before {
  content: "";
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  background: url(/jp/-/media/medicom/member/icon-down-circle.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.9333333333vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 981px) {
  .membership_popup_button:before {
    width: 32px;
    height: 32px;
    right: 4px;
  }
}
.membership_popup_button:hover:after {
  transform: scale(1, 1);
}
.membership_popup_button:after {
  content: "";
  width: 102%;
  height: 102%;
  background: white;
  position: absolute;
  top: -1%;
  left: -1%;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.membership_header {
  background: white;
  height: 13.3333333333vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .membership_header img {
    width: 48vw;
  }
}
@media (min-width: 981px) {
  .membership_header {
    height: 80px;
  }
}
.membership_kv {
  width: 100%;
  background: url(/jp/-/media/medicom/member/membership-kv-sp.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  padding-top: 29.6vw;
}
@media (max-width: 980px) {
  .membership_kv {
    padding-bottom: 5.3333333333vw;
  }
}
@media (min-width: 981px) {
  .membership_kv {
    height: 1000px;
    background: url(/jp/-/media/medicom/member/membership-kv.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 142px;
  }
}
.membership_kv_header {
  width: 97.3333333333vw;
  height: 54.1333333333vw;
  position: absolute;
  top: -25vw;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/jp/-/media/medicom/member/membership-kv-comment.svg) no-repeat center bottom;
  background-size: contain;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 9.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.4;
}
@media (min-width: 981px) {
  .membership_kv_header {
    width: 397px;
    height: 201px;
    top: -70px;
    font-size: 20px;
    padding-bottom: 30px;
  }
}
.membership_kv_ttl {
  width: 92vw;
  margin: auto;
}
@media (min-width: 981px) {
  .membership_kv_ttl {
    width: 610px;
  }
}
.membership_kv_ttl_pic {
  transform: translateY(2.1333333333vw);
  text-align: center;
}
@media (max-width: 980px) {
  .membership_kv_ttl_pic img {
    width: 81.1594202899%;
  }
}
@media (min-width: 981px) {
  .membership_kv_ttl_pic {
    transform: translateY(12px);
  }
}
.membership_kv_ttl_wrap {
  width: 100%;
  height: 36vw;
  border-radius: 2.6666666667vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #1364F2;
  line-height: 1;
  text-align: center;
}
@media (min-width: 981px) {
  .membership_kv_ttl_wrap {
    height: 135px;
    border-radius: 30px;
  }
}
.membership_kv_ttl_wrap small {
  font-size: 4vw;
  font-weight: bold;
  color: #252525;
  display: block;
  margin-bottom: 0.5em;
}
@media (max-width: 980px) {
  .membership_kv_ttl_wrap small {
    line-height: 1.4;
  }
}
@media (min-width: 981px) {
  .membership_kv_ttl_wrap small {
    font-size: 18px;
  }
}
.membership_kv_ttl_wrap h1 {
  font-size: 8vw;
  font-weight: 800;
}
@media (min-width: 981px) {
  .membership_kv_ttl_wrap h1 {
    font-size: 50px;
  }
}
.membership_kv_button {
  width: 92vw;
  height: 17.6vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 9.0666666667vw;
  font-weight: bold;
  font-size: 5.8666666667vw;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.3s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
  background: #0D64F2;
  border: solid 1px #0D64F2;
  margin-top: 5.3333333333vw;
}
@media (max-width: 980px) {
  .membership_kv_button {
    border-width: 0.2666666667vw;
  }
}
@media (min-width: 981px) {
  .membership_kv_button {
    width: 400px;
    height: 66px;
    border-radius: 34px;
    font-size: 24px;
    margin-top: 30px;
  }
}
.membership_kv_button:hover {
  border: solid 1px #252525;
  color: #252525;
  opacity: 1;
}
@media (max-width: 980px) {
  .membership_kv_button:hover {
    border-width: 0.2666666667vw;
  }
}
@media (max-width: 980px) {
  .membership_kv_button:hover {
    border-width: 0.2666666667vw;
  }
}
.membership_kv_button:before {
  content: "";
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  background: url(/jp/-/media/medicom/member/icon-down-circle.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.9333333333vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 981px) {
  .membership_kv_button:before {
    width: 44px;
    height: 44px;
    right: 11px;
  }
}
.membership_kv_button:hover:after {
  transform: scale(1, 1);
}
.membership_kv_button:after {
  content: "";
  width: 102%;
  height: 102%;
  background: white;
  position: absolute;
  top: -1%;
  left: -1%;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.membership_kv_nav {
  width: 92vw;
  margin: auto;
  margin-top: 10.6666666667vw;
}
@media (min-width: 981px) {
  .membership_kv_nav {
    width: 875px;
    margin-top: 56px;
  }
}
.membership_kv_nav_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9.6vw 1vw;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .membership_kv_nav_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 65px;
  }
}
.membership_kv_nav .benefits a {
  color: inherit;
  display: block;
}
.membership_kv_nav .benefits_pic {
  position: relative;
  text-align: center;
}
@media (max-width: 980px) {
  .membership_kv_nav .benefits_pic {
    text-align: center;
  }
  .membership_kv_nav .benefits_pic img {
    width: 26.6666666667vw;
  }
}
.membership_kv_nav .benefits_pic_label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 18.6666666667vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: baseline;
  padding: 1.6vw 0 1.8666666667vw;
  background: #FEE360;
  border-radius: 8.5333333333vw;
  font-weight: bold;
  font-size: 3.4666666667vw;
  line-height: 1;
  transform: translateY(-50%);
  border: solid 0.8vw white;
}
@media (min-width: 981px) {
  .membership_kv_nav .benefits_pic_label {
    width: 86px;
    font-size: 13px;
    border-radius: 32px;
    padding: 6px 0 7px;
    border: solid 3px white;
  }
}
.membership_kv_nav .benefits_pic_label_no {
  font-size: 4vw;
  margin-left: 1.3333333333vw;
}
@media (min-width: 981px) {
  .membership_kv_nav .benefits_pic_label_no {
    font-size: 18px;
    margin-left: 3px;
  }
}
.membership_kv_nav .benefits_txt {
  font-weight: 800;
  line-height: 1.375;
  font-size: 4.2666666667vw;
  text-align: center;
}
@media (min-width: 981px) {
  .membership_kv_nav .benefits_txt {
    font-size: 16px;
  }
}
.membership_kv_nav .benefits_txt_bottom {
  display: inline-block;
  position: relative;
}
.membership_kv_nav .benefits_txt_bottom:after {
  content: "";
  display: block;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  background: url(/jp/-/media/medicom/member/down-arrow.svg) no-repeat center center;
  background-size: contain;
  margin: auto;
}
@media (min-width: 981px) {
  .membership_kv_nav .benefits_txt_bottom:after {
    width: 15px;
    height: 15px;
  }
}
.membership .membership_park_register {
  background: #76D2D6;
  padding: 16vw 4vw;
}
@media (min-width: 981px) {
  .membership .membership_park_register {
    padding: 100px 0;
  }
}
.membership .membership_park_register_content {
  background: white;
  box-sizing: border-box;
  padding: 10.6666666667vw 0;
  border-radius: 5.3333333333vw;
}
@media (min-width: 981px) {
  .membership .membership_park_register_content {
    width: 75%;
    padding: 60px;
    border-radius: 20px;
    margin: auto;
  }
}
@media (min-width: 981px) and (max-width: 1365px) {
  .membership .membership_park_register_content {
    width: calc(100% - 80px);
  }
}
.membership .membership_park_register_content_ttl {
  font-size: 10.1333333333vw;
  text-align: center;
  color: #053955;
  font-weight: 800;
  line-height: 1;
  position: relative;
  margin-bottom: 1em;
}
@media (min-width: 981px) {
  .membership .membership_park_register_content_ttl {
    font-size: 40px;
    margin-bottom: 72px;
  }
}
.membership .membership_park_register_content_ttl:before {
  content: "";
  display: block;
  width: calc(4em + 50px);
  border-bottom: solid 20px #FEE361;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(50%);
}
.membership .membership_park_register_content_ttl_txt {
  position: relative;
}
@media (max-width: 980px) {
  .membership .membership_park_register .park_register {
    width: calc(100% - (30/375)*100vw);
  }
}
.membership .membership_park_register .park_register_form_content_step {
  display: none;
}
.membership .membership_park_register .park_register_form_bottom .form_submit {
  color: white;
  font-size: 4.8vw;
  font-weight: bold;
  height: 17.6vw;
  border-radius: 12.5333333333vw;
}
@media (min-width: 981px) {
  .membership .membership_park_register .park_register_form_bottom .form_submit {
    width: 400px;
    height: 66px;
    font-size: 24px;
    border-radius: 47px;
  }
}
.membership .membership_park_register .park_register_form_bottom .form_submit:hover {
  color: #252525;
}
.membership .intro_section {
  padding-top: 9.3333333333vw;
  padding-bottom: 16vw;
}
@media (max-width: 980px) {
  .membership .intro_section {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (min-width: 981px) {
  .membership .intro_section {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-end;
    gap: 50px;
    padding-top: 37px;
    padding-bottom: 0;
  }
}
.membership .intro_section_pic {
  width: 15.4666666667vw;
}
@media (min-width: 981px) {
  .membership .intro_section_pic {
    width: min((153 / 1200) * 100vw, 153px);
  }
}
.membership .intro_section_pic img {
  transform: rotate(-11deg);
}
@media (max-width: 980px) {
  .membership .intro_section_content_header {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    gap: 3.4666666667vw;
    margin-bottom: 5.8666666667vw;
  }
}
@media (min-width: 981px) {
  .membership .intro_section_content {
    width: min((878 / 1200) * 100vw, 878px);
    padding-bottom: 20px;
  }
}
.membership .intro_section_content_ttl {
  font-weight: 800;
  font-size: 6.9333333333vw;
  line-height: 1;
}
@media (max-width: 980px) {
  .membership .intro_section_content_ttl {
    line-height: 1.4615384615;
  }
}
@media (min-width: 981px) {
  .membership .intro_section_content_ttl {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.membership .intro_section_content_ttl strong {
  color: #1364F2;
}
.membership .intro_section_content_txt {
  line-height: 1.75;
  font-weight: bold;
}
@media (max-width: 980px) {
  .membership .intro_section_content_txt {
    font-size: 3.7333333333vw;
  }
}
.membership .start_section {
  background: #053955;
  height: 53.3333333333vw;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 981px) {
  .membership .start_section {
    height: 200px;
  }
}
.membership .start_section_ttl {
  font-size: 6.4vw;
  color: white;
  margin-bottom: 1em;
  line-height: 1;
  font-weight: 800;
}
@media (min-width: 981px) {
  .membership .start_section_ttl {
    font-size: 24px;
  }
}
.membership .start_section_date {
  width: 84vw;
  height: 16vw;
  margin: 0 auto;
  background: white;
  color: #053955;
  font-weight: bold;
  font-size: 4.8vw;
  border-radius: 8vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 981px) {
  .membership .start_section_date {
    width: 460px;
    height: 60px;
    font-size: 24px;
    border-radius: 30px;
  }
}
.membership .section {
  padding: 16vw 0;
}
@media (min-width: 981px) {
  .membership .section {
    padding: 100px 0;
  }
}
.membership .section_ttl {
  font-size: 10.1333333333vw;
  text-align: center;
  color: #053955;
  font-weight: 800;
  line-height: 1;
  position: relative;
  margin-bottom: 14.6666666667vw;
}
@media (min-width: 981px) {
  .membership .section_ttl {
    font-size: 40px;
    margin-bottom: 72px;
  }
}
.membership .section_ttl:before {
  content: "";
  display: block;
  width: calc(4em + 50px);
  border-bottom: solid 20px #FEE361;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(50%);
}
@media (max-width: 980px) {
  .membership .section_ttl:before {
    border-width: 5.3333333333vw;
  }
}
.membership .section_ttl_txt {
  position: relative;
}
.membership .membership_benefits .section_ttl {
  margin-bottom: 14.6666666667vw;
}
@media (min-width: 981px) {
  .membership .membership_benefits .section_ttl {
    margin-bottom: 100px;
  }
}
.membership .membership_benefits_content {
  margin: auto;
  width: 90vw;
}
@media (min-width: 981px) {
  .membership .membership_benefits_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 130px min((70 / 1366) * 100vw, 70px);
    width: min((1470 / 1920) * 100%, 1470px);
  }
}
@media (min-width: 981px) and (max-width: 1365px) {
  .membership .membership_benefits_content {
    width: calc(100% - 80px);
  }
}
.membership .membership_benefits_content .colspan {
  grid-column: 1/span 2;
}
.membership .membership_benefits_section {
  padding-bottom: 34px;
  position: relative;
  container-type: inline-size;
}
@media (max-width: 980px) {
  .membership .membership_benefits_section {
    padding-bottom: 4vw;
  }
  .membership .membership_benefits_section:not(:last-child) {
    margin-bottom: 17.8666666667vw;
  }
}
.membership .membership_benefits_section:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 5.3333333333vw;
  right: -5.3333333333vw;
  bottom: 0;
  background: #76D2D6;
  border-radius: 5.3333333333vw;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section:before {
    top: 34px;
    right: -34px;
    bottom: 0;
    border-radius: 20px;
  }
}
.membership .membership_benefits_section:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 1.0666666667vw;
  right: -1.0666666667vw;
  bottom: 2.6666666667vw;
  background: white;
  border-radius: 5.3333333333vw;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section:after {
    top: 4px;
    right: -4px;
    bottom: 30px;
    border-radius: 20px;
  }
}
.membership .membership_benefits_section_label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 32vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: baseline;
  padding: 1.6vw 0 1.8666666667vw;
  background: #FEE360;
  border-radius: 8.5333333333vw;
  font-weight: bold;
  font-size: 5.0666666667vw;
  line-height: 1;
  transform: translateY(-50%);
  border: solid 1.0666666667vw white;
  color: #053955;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section_label {
    width: 172px;
    font-size: 25px;
    padding: 6px 0 7px;
    border-radius: 32px;
    border: solid 6px white;
  }
}
.membership .membership_benefits_section_label_no {
  font-size: 6.6666666667vw;
  margin-left: 1.3333333333vw;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section_label_no {
    font-size: 34px;
    margin-left: 3px;
  }
}
.membership .membership_benefits_section_content {
  position: relative;
  z-index: 1;
  border: solid 1.0666666667vw #053955;
  background: white;
  border-radius: 20px;
  padding: 13.3333333333vw 0;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section_content {
    border: solid 6px #053955;
    padding: 80px 70px 60px;
  }
}
.membership .membership_benefits_section_content_ttl {
  font-size: 6.9333333333vw;
  font-weight: 800;
  margin-bottom: 5.3333333333vw;
  color: #0D64F2;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section_content_ttl {
    font-size: max(24px, (30 / 1470) * 100cqw);
    margin-bottom: 1em;
  }
}
.membership .membership_benefits_section_content_txt {
  font-weight: bold;
  line-height: 1.75;
  font-size: 3.7333333333vw;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section_content_txt {
    font-size: max(14px, (16 / 1470) * 100cqw);
  }
}
@media (max-width: 980px) {
  .membership .membership_benefits_section_content_pic {
    margin-bottom: 5.3333333333vw;
  }
}
.membership .membership_benefits_section1 .membership_benefits_section_content {
  padding: 13.3333333333vw 0;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section1 .membership_benefits_section_content {
    padding: 80px 8.1632653061cqw;
  }
}
@media (max-width: 980px) {
  .membership .membership_benefits_section1 .membership_benefits_section_content_pic img {
    width: 53.3333333333vw;
  }
}
@media (min-width: 981px) {
  .membership .membership_benefits_section1 .membership_benefits_section_content_pic {
    position: absolute;
    width: 19.7959183673cqw;
    right: 7.619047619cqw;
    top: -60px;
  }
}
.membership .membership_benefits_section1_bottom {
  margin-top: 8vw;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section1_bottom {
    margin-top: 40px;
  }
}
.membership .membership_benefits_section1_bottom_ttl {
  font-size: 4.2666666667vw;
  font-weight: 800;
  margin-bottom: 5.3333333333vw;
  line-height: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section1_bottom_ttl {
    font-size: 24px;
    margin-bottom: 1em;
  }
}
.membership .membership_benefits_section1_bottom_ttl:before {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  background: url(/jp/-/media/medicom/member/left-slash.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5333333333vw;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section1_bottom_ttl:before {
    width: 25px;
    height: 25px;
    margin-right: 4px;
  }
}
.membership .membership_benefits_section1_bottom_ttl:after {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  background: url(/jp/-/media/medicom/member/right-slash.svg) no-repeat;
  background-size: contain;
  margin-right: 0.2666666667vw;
}
@media (min-width: 981px) {
  .membership .membership_benefits_section1_bottom_ttl:after {
    width: 25px;
    height: 25px;
    margin-left: 3px;
  }
}
@media (max-width: 980px) {
  .membership .membership_benefits_section1_bottom_pic_list {
    padding: 0 0.8vw;
  }
  .membership .membership_benefits_section1_bottom_pic_list li:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 981px) {
  .membership .membership_benefits_section1_bottom_pic_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (min-width: 981px) {
  .membership .membership_benefits_section2 .membership_benefits_section_content {
    padding: 80px 4.7619047619cqw 60px;
  }
}
@media (max-width: 980px) {
  .membership .membership_benefits_section2 .membership_benefits_section_content_pic {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    padding-right: 12vw;
  }
  .membership .membership_benefits_section2 .membership_benefits_section_content_pic img {
    width: 48vw;
  }
}
@media (min-width: 981px) {
  .membership .membership_benefits_section2 .membership_benefits_section_content_pic {
    position: absolute;
    width: 18.0272108844cqw;
    right: 7.619047619cqw;
    top: -60px;
  }
}
@media (max-width: 980px) {
  .membership .membership_benefits_section2 .membership_benefits_section_content > img {
    width: calc(100% - (30/375)*100vw);
  }
}
.membership .membership_benefits_section2 .membership_benefits_section_content_txt {
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .membership .membership_benefits_section3 .membership_benefits_section_content_pic {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
  }
  .membership .membership_benefits_section3 .membership_benefits_section_content_pic img {
    width: 64.5333333333vw;
  }
}
@media (max-width: 980px) {
  .membership .membership_benefits_section4 .membership_benefits_section_content_pic img {
    width: 47.4666666667vw;
  }
}
@media (min-width: 981px) {
  .membership .membership_benefits_section3 .membership_benefits_section_content, .membership .membership_benefits_section4 .membership_benefits_section_content {
    padding: 80px 30px 60px;
  }
  /*.membership .membership_benefits_section3 .membership_benefits_section_content_ttl, .membership .membership_benefits_section4 .membership_benefits_section_content_ttl {
    font-size: 4.2857142857cqw;
  }
  .membership .membership_benefits_section3 .membership_benefits_section_content_txt, .membership .membership_benefits_section4 .membership_benefits_section_content_txt {
    font-size: max(14px, (16 / 700) * 100cqw);
  }*/
}
@media (min-width: 981px) {
  .membership .membership_benefits_section3 .membership_benefits_section_content_pic, .membership .membership_benefits_section4 .membership_benefits_section_content_pic {
    height: 200px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
  }
}
@media (max-width: 980px) {
  .membership .qa_section {
    padding-bottom: 37.3333333333vw;
  }
}
@media (max-width: 980px) {
  .membership .qa_section_list {
    padding: 0 4vw;
  }
}
@media (min-width: 981px) {
  .membership .qa_section_list {
    width: min((1200 / 1366) * 100%, 1200px);
    margin: auto;
    margin-bottom: 120px;
  }
}
.membership .qa_section_list_qa {
  border-bottom: solid 0.2666666667vw #053955;
}
@media (min-width: 981px) {
  .membership .qa_section_list_qa {
    border-bottom: solid 2px #053955;
  }
}
.membership .qa_section_list_qa:not(:last-child) {
  margin-bottom: 20px;
}
.membership .qa_section_list_qa_ttl {
  display: grid;
  grid-template-columns: 8vw auto 5.3333333333vw;
  gap: 2.4vw;
  font-size: 3.2vw;
  font-weight: 600;
  padding-bottom: 2.6666666667vw;
  cursor: pointer;
}
@media (min-width: 981px) {
  .membership .qa_section_list_qa_ttl {
    grid-template-columns: 40px auto 20px;
    gap: 16px;
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.membership .qa_section_list_qa_ttl_txt {
  padding-top: 0.5em;
}
.membership .qa_section_list_qa_ttl:before {
  content: "Q";
  display: block;
  width: 8vw;
  height: 8vw;
  font-family: Arial;
  background: #053955;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 4.2666666667vw;
  border-radius: 50%;
  font-weight: bold;
}
@media (min-width: 981px) {
  .membership .qa_section_list_qa_ttl:before {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
.membership .qa_section_list_qa_ttl:after {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(/jp/-/media/medicom/member/circle-down.svg) no-repeat;
  background-size: contain;
  margin-left: auto;
  transform: translateY(0.5em);
}
@media (min-width: 981px) {
  .membership .qa_section_list_qa_ttl:after {
    width: 30px;
    height: 30px;
  }
}
.membership .qa_section_list_qa_ttl.on:after {
  background: url(/jp/-/media/medicom/member/circle-up.svg) no-repeat;
  background-size: contain;
}
.membership .qa_section_list_qa_content {
  font-size: 3.2vw;
  font-weight: 600;
  padding-bottom: 2.6666666667vw;
  position: relative;
  padding-left: 10.4vw;
  display: none;
}
@media (min-width: 981px) {
  .membership .qa_section_list_qa_content {
    padding-left: 56px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}
.membership .qa_section_list_qa_content:before {
  content: "A";
  display: block;
  width: 8vw;
  height: 8vw;
  font-family: Arial;
  color: #053955;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: solid 0.5333333333vw #053955;
  font-size: 4.2666666667vw;
  border-radius: 50%;
  font-weight: bold;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 981px) {
  .membership .qa_section_list_qa_content:before {
    width: 40px;
    height: 40px;
    font-size: 22px;
    border: solid 3px #053955;
  }
}
.membership .qa_section_list_qa_content_txt {
  padding-top: 0.5em;
}
.membership .qa_section_list_qa_content_txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
.membership .qa_section_list_qa_content_txt a {
  text-decoration: underline;
  color: #0D64F2;
}
.membership .qa_section .park_link {
  width: 92vw;
  height: 17.6vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 9.0666666667vw;
  font-weight: bold;
  font-size: 5.8666666667vw;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.3s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
  background: #0D64F2;
  border: solid 1px #0D64F2;
  margin-top: 26.6666666667vw;
}
@media (max-width: 980px) {
  .membership .qa_section .park_link {
    border-width: 0.2666666667vw;
  }
}
@media (min-width: 981px) {
  .membership .qa_section .park_link {
    width: 400px;
    height: 66px;
    margin-top: 30px;
    font-size: 24px;
    border-radius: 34px;
  }
}
.membership .qa_section .park_link:hover {
  border: solid 1px #252525;
  color: #252525;
  opacity: 1;
}
@media (max-width: 980px) {
  .membership .qa_section .park_link:hover {
    border-width: 0.2666666667vw;
  }
}
.membership .qa_section .park_link:before {
  content: "";
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  background: url(/jp/-/media/medicom/member/icon-blank-circle.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.9333333333vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 981px) {
  .membership .qa_section .park_link:before {
    width: 44px;
    height: 44px;
    right: 11px;
  }
}
.membership .qa_section .park_link:hover:after {
  transform: scale(1, 1);
}
.membership .qa_section .park_link:after {
  content: "";
  width: 102%;
  height: 102%;
  background: white;
  position: absolute;
  top: -1%;
  left: -1%;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.membership_gotop {
  width: 100%;
  position: relative;
  top: 20px;
  z-index: 10;
}
@media (max-width: 980px) {
  .membership_gotop {
    top: -15px;
  }
}
.membership_gotop a {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}
@media (max-width: 980px) {
  .membership_gotop a img {
    width: 13.3333333333vw;
  }
}
@media (min-width: 981px) {
  .membership_gotop a {
    right: 50px;
    bottom: 50px;
  }
}
.membership_gotop a.fix {
  position: fixed;
}
.membership_gotop a.fix.show_popup {
  bottom: 17.3333333333vw;
}
@media (min-width: 981px) {
  .membership_gotop a.fix.show_popup {
    bottom: 110px;
  }
}
.membership_footer {
  margin: 0;
  background: #053955;
  text-align: center;
  padding: 10.6666666667vw 0 5.3333333333vw;
}
@media (min-width: 981px) {
  .membership_footer {
    padding: 40px 0 20px;
  }
}
.membership_footer_ttl {
  font-size: 5.3333333333vw;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8vw;
  color: white;
}
@media (min-width: 981px) {
  .membership_footer_ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.membership_footer a {
  color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: fit-content;
}
@media (max-width: 980px) {
  .membership_footer a {
    margin: auto;
  }
}
.membership_footer a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(/jp/-/media/medicom/member/link-arrow-white.svg) no-repeat left center;
  margin-left: 8px;
}
.membership_footer_nav {
  font-weight: 600;
  margin-bottom: 16vw;
}
@media (max-width: 980px) {
  .membership_footer_nav {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 981px) {
  .membership_footer_nav {
    margin-bottom: 60px;
  }
}
@media (max-width: 980px) {
  .membership_footer_nav_list {
    width: fit-content;
    margin: auto;
  }
  .membership_footer_nav_list li:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 981px) {
  .membership_footer_nav_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    gap: 27px;
  }
}
.membership_footer_nav_list:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 981px) {
  .membership_footer_nav_list:not(:last-child) {
    margin-bottom: 20px;
  }
}
.membership_footer_bottom_nav {
  font-weight: 600;
  font-size: 3.7333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 981px) {
  .membership_footer_bottom_nav {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.membership_footer_bottom_nav_list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 7.2vw;
}
@media (min-width: 981px) {
  .membership_footer_bottom_nav_list {
    gap: 27px;
  }
}
.membership_footer_copyright {
  font-size: 3.7333333333vw;
  color: white;
  padding: 0;
}
@media (max-width: 980px) {
  .membership_footer_copyright {
    text-align: center;
  }
}
@media (min-width: 981px) {
  .membership_footer_copyright {
    font-size: 14px;
  }
}
.membership .fade {
  opacity: 0;
  transform: translateY(20%);
}
.membership .fade.fade_in {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* 追記分 */
.park_register .park_register_form_bottom .form_submit:after {
    content: "";
    width: 102%;
    height: 102%;
    background: white;
    position: absolute;
    top: -1%;
    left: -1%;
    z-index: -1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.park_register .park_register_form_bottom .form_submit:hover {
    border: solid 1px #252525;
    color: #252525;
    opacity: 1;
}

.park_register .park_register_form_bottom .form_submit {
    color: white;
    background: #0D64F2;
    border: solid 1px #0D64F2;
}

.park_register .park_register_form_bottom .form_submit:hover:after {
    transform: scale(1, 1);
}
.park_register .park_register_form_bottom .form_submit:after {
    content: "";
    width: 102%;
    height: 102%;
    background: white;
    position: absolute;
    top: -1%;
    left: -1%;
    z-index: -1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.park_register .park_register_form_bottom .form_submit_disabled {
    pointer-events: none;
    background: #939393;
    border: solid 1px #939393;
}
