@charset "utf-8";

/*共通*/
html,
body{height: 100%;font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;}
img {
  width: 100%;
  height: auto;
}

span.invisibleTxt {
  display: none;
}

.contents p,
.contents h2 {
  line-height: 1.5;
  color: #333;
}
a {
  display: block;
  text-decoration: none;
}
p {
  font-size: 3.7500vw;
}

p.txtIndent {
  font-size: 3.1250vw;
}

@media screen and (min-width: 641px) {
  p {
    font-size: 24px;
  }

  p.txtIndent {
    font-size: 20px;
  }
}

.next {
  margin: 0 auto;
}

/*フローティングボタン*/
.float_btn {
  position: fixed;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  transition-duration: .3s;
  opacity: 0;
  visibility: hidden;
}

.float_btn.isActive {
  transition-duration: .3s;
  opacity: 1;
  visibility: visible;
}

.float_btn p::after {
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}

.float_btn p span {
  font-size: 2vw;
}

/* 開始時ラベル */
.label_start {
  background: #F3E7EA;
}

.label_start p {
  width: 50%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  background-color: #DB7080;
  text-align: center;
  font-size: 3.8vw;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.6;
}

/* メインビジュアル */
.mainVisual {
  background: #F7F5F5;
}

.mainVisual h1 {
  background: #F3E7EA;
}

.mainVisual h1 img {
  display: block;
  margin: 0 auto;
}

section {
  padding: 6.2500vw 5vw;
}

@media screen and (min-width: 641px) {
  section {
    padding: 40px 32px;
  }
}

.sec_intro .sec_content {
  background-color: #fff;
  border-radius: 2.9688vw;
  overflow: hidden;
}

.txtBlock {
  padding: 0 5vw;
}

.sec_intro01 {
  background-color: #acefff;
}

.sec_intro .sec_content .txtBlock {
  padding-top: 3.9063vw;
  padding-bottom: 5vw;
}

.sec_intro02 {
  background-color: #f1f1f1;
}

.sec_intro02 p {
  text-align: center;
  font-size: 4.3750vw;
  margin-top: 6.2500vw;
}
.sec_intro03 p {
  text-align: center;
  font-size: 4.3750vw;
  margin-top: 6.2500vw;
  padding-bottom: 3.9063vw;
}

.sec_intro02 img:nth-child(3) {
  display: block;
  width: 78.5938vw;
  margin: 2.1875vw auto 0;
}

.btn {
  display: block;
}

.sec_intro00 .btn,
.sec_intro02 .btn,
.float_btn {
  width: 80.0000vw;
  height: 17.1875vw;
  background: url(../img/btn_01.png);
  margin: 7.3438vw auto 0;
  background-size: cover;
}
.sec_intro00 .btn{
  margin: 7.3438vw auto 2.5000vw;
}

.sec_intro02 .txtIndent,
.sec_intro03 .txtIndent {
  text-align: center;
  margin-top: 2.5000vw;
  padding-bottom: 5vw;
}

.sec_intro02 .txtIndent{
  margin: 2.5000vw 2.34375vw 0;
  font-size: 3.125vw;
}

@media screen and (min-width: 641px) {
  .sec_intro .sec_content {
    border-radius: 19px;
  }

  .txtBlock {
    padding: 0 32px;
  }

  .sec_intro .sec_content .txtBlock {
    padding-top: 25px;
    padding-bottom: 32px;
  }

  .sec_intro02 p{
    font-size: 28px;
    margin-top: 40px;

  }
  .sec_intro03 p {
    font-size: 20px;
    margin-top: 40px;
  }

  .sec_intro02 img:nth-child(3) {
    width: 503px;
    margin: 14px auto 0;
  }

  .sec_intro02 .btn,
  .float_btn {
    width: 512px;
    height: 110px;
    margin: 47px auto 0;
  }
  .sec_intro00 .btn{
    width: 512px;
    height: 110px;
    margin: 30px auto 16px;
  }

  .sec_intro02 .txtIndent,
  .sec_intro03 .txtIndent {
    margin-top: 16px;
    padding-bottom: 32px;
  }

  .sec_intro02 .txtIndent{
    margin: 16px 30px 0px;
    font-size: 20px;
  }
}

.sec_count {
  padding: 6.2500vw 0 6.2500vw;
  position: relative;
}

.sec_count_numbers>ul>li {
  position: absolute;
  top: 24.3750vw;
  font-size: 7.8125vw;
  font-weight: bold;
  color: #fff;
}

/* uncountedクラス：集計中表記の際はfont-sizeの調整・位置調整が必要なため */
.sec_count_numbers.uncounted>ul>li {
  font-size: 5.4688vw;
  top: 46.5%;
}

.sec_count_numbers>ul>li:nth-child(1) {
  left: 8.5938vw;
}

.sec_count_numbers>ul>li:nth-child(2) {
  left: 17.9688vw;
}

.sec_count_numbers>ul>li:nth-child(3) {
  left: 30.4688vw;
}

.sec_count_numbers>ul>li:nth-child(4) {
  left: 39.6875vw;
}

.sec_count_numbers>ul>li:nth-child(5) {
  left: 48.5938vw;
}

.sec_count_numbers>ul>li:nth-child(6) {
  left: 60.8%;
}

.sec_count_numbers>ul>li:nth-child(7) {
  left: 70.2%;
}

.sec_count_numbers>ul>li:nth-child(8) {
  left: 79.3%;
}

.sec_count_numbers>ul>li {
  width: 5.3047vw;
}

@media screen and (min-width: 641px) {
  .sec_count {
    padding: 40px 0 40px;
  }

  .sec_count_numbers>ul>li {
    top: 156px;
    font-size: 50px;
  }

  .sec_count_numbers.uncounted>ul>li {
    font-size: 35px;
    top: 166px;
  }

  .sec_count_numbers>ul>li:nth-child(1) {
    left: 55px;
  }

  .sec_count_numbers>ul>li:nth-child(2) {
    left: 115px;
  }

  .sec_count_numbers>ul>li:nth-child(3) {
    left: 195px;
  }

  .sec_count_numbers>ul>li:nth-child(4) {
    left: 254px;
  }

  .sec_count_numbers>ul>li:nth-child(5) {
    left: 311px;
  }

  .sec_count_numbers>ul>li:nth-child(6) {
    left: 391px;
  }

  .sec_count_numbers>ul>li:nth-child(7) {
    left: 449px;
  }

  .sec_count_numbers>ul>li:nth-child(8) {
    left: 509px;
  }

  .sec_count_numbers>ul>li {
    width: 34px;
  }
}

.sec_step {
  background-color: #acefff;
  padding-bottom: 10.6250vw;
}

.sec_step h2 {
  width: 64.3750vw;
  margin: 0 auto;
}

.step {
  position: relative;
  margin: 11.7188vw auto 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 3.1250vw 5.0000vw 3.9063vw;
  background-color: #FFFFFF;
}

.step .stepNum {
  position: absolute;
  top: -8vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 13.2813vw;
}

.step .step_inner {
  background-color: #F9F9F9;
}

.step .step_inner img {
  width: 58.7500vw;
  height: auto;
  display: block;
  background-color: #F9F9F9;
  margin: 0 auto;
  padding-top: 6.2500vw;
  padding-bottom: 2.3438vw;
}

.step.step_single_screen .step_inner img {
  width: 36.7188vw;
}

.step .step_inner .note {
  font-size: 3.1250vw;
  padding-bottom: 4.6875vw;
  text-align: center;
}

.sec_step .text {
  padding-top: 3.4375vw;
  text-align: left;
}

.sec_step .text a {
  text-decoration: underline;
  color: #0B98D8;
}

.sec_step .note {
  text-align: left;
}

@media screen and (min-width: 641px) {
  .sec_step {
    padding-bottom: 68px;
  }

  .sec_step h2 {
    width: 412px;
  }

  .step {
    margin: 75px auto 0;
    padding: 20px 32px 25px;
  }

  .step .stepNum {
    top: -51px;
    width: 85px;
  }

  .step .step_inner img {
    width: 376px;
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .step.step_single_screen .step_inner img {
    width: 235px;
  }

  .step .step_inner .note {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .sec_step .text {
    padding-top: 22px;
  }
}

.sec_kanryo {
  overflow: hidden;
  padding-top: unset;
  padding-bottom: 3.9063vw;
  margin-top: -3.1250vw;
}

.sec_kanryo>img {
  width: 100vw;
  margin-left: -5vw;
}

.sec_kanryo>p {
  text-align: center;
  font-size: 4.3750vw;
  margin-top: 9.8438vw;
}

.slide {
  width: 80.0000vw;
  margin: 0 auto;
  margin-top: 4.6875vw;
  box-shadow: 0 0 2.8125vw 0 rgba(0, 63, 152, 0.12);
  border-radius: 3.1250vw;
  overflow: hidden;
}

.slide_content {
  padding: 6.2500vw 10.1563vw;
}

.slide_content .slick-list {
  margin: 0 -1.5625vw;
}

.slide_content .slick-slide {
  margin: 0 1.5625vw;
}

.slick-arrow {
  z-index: 1 !important;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: none;
  border: none;
  width: 3.7500vw;
  height: 6.5625vw;
  cursor: pointer;
  background: url('../img/arrow.png') no-repeat center center / contain !important;
}

.slick-prev {
  left: -7.5000vw;
}

.slick-next {
  right: -7.5000vw;
  transform: translateY(-50%) scaleX(-1);
}

.slick-prev:before,
.slick-next:before {
  content: '';
}

@media screen and (min-width: 641px) {
  .sec_kanryo {
    padding-bottom: 25px;
    margin-top: -20px;
  }

  .sec_kanryo>img {
    width: 640px;
    margin-left: -32px;
  }

  .sec_kanryo>p {
    font-size: 28px;
    margin-top: 63px;
  }

  .slide {
    width: 512px;
    margin-top: 30px;
    box-shadow: 0 0 18px 0 rgba(0, 63, 152, 0.12);
    border-radius: 20px;
  }

  .slide_content {
    padding: 40px 65px;
  }

  .slide_content .slick-list {
    margin: 0 -10px;
  }

  .slide_content .slick-slide {
    margin: 0 10px;
  }

  .slick-prev,
  .slick-next {
    width: 24px;
    height: 42px;
  }

  .slick-prev {
    left: -48px;
  }

  .slick-next {
    right: -48px;
  }
}

.sec_end>p {
  margin-top: 6.2500vw;
  font-size: 3.7500vw;
  font-weight: bold;
  text-align: center;
}

.sec_end>img {
  margin-top: 3.9063vw;
}

.sec_end>.next.redBtn {
  margin-top: 4.6875vw;
}

.sec_end>.next.home {
  margin-top: 5.1563vw;
}

@media screen and (min-width: 641px) {
  .sec_end>p {
    margin-top: 40px;
    font-size: 24px;
  }

  .sec_end>img {
    margin-top: 25px;
    width: 620px;
    margin-left: -22px;
  }

  .sec_end>.next.redBtn {
    margin-top: 30px;
  }

  .sec_end>.next.home {
    margin-top: 33px;
  }
}

/* ご注意事項 */
.cpNotes {
  margin: 0 auto;
}

.cpNotesBtnWrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cpNotesBtnWrap {
  position: relative;
  padding-bottom: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -3px 0px 0px #d00e31 inset;
  box-shadow: 0px -3px 0px 0px #d00e31 inset;
  border: 2px solid #D00E31;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cpNotesBtn {
  display: table;
  width: 100%;
}

.cpNotesBtn a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.cpNotesFlame {
  display: none;
  border-left: 2px solid #D00E31;
  border-right: 2px solid #D00E31;
  border-bottom: 2px solid #D00E31;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}

.cpNotesList {
  padding: 10px;
  font-size: 12px;
  text-align: left;
}

.cpNotesSubttl {
  margin-top: 1em;
}

@media only screen and (min-width: 361px) {
  .cpNotesList {
    padding: 20px;
  }

  .cpNotesList {
    font-size: 14px;
  }

  .cpNotesBtnWrap {
    padding-bottom: 4px;
    -webkit-box-shadow: 0px -4px 0px 0px #d00e31 inset;
    box-shadow: 0px -4px 0px 0px #d00e31 inset;
    border-width: 3px;
  }

  .cpNotesFlame {
    border-width: 3px;
  }
}

@media only screen and (min-width: 641px) {
  .cpNotesBtnWrap {
    padding-bottom: 6px;
    -webkit-box-shadow: 0px -6px 0px 0px #d00e31 inset;
    box-shadow: 0px -6px 0px 0px #d00e31 inset;
  }
}

.txtIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.next.redBtn {
  background-color: #CC0033;
  border: 2px solid #CC0033;
  margin: 0 auto;
}

.next.redBtn p {
  color: #ffffff;
}

.next.redBtn p::after {
  border-color: #ffffff;
}

@media screen and (min-width: 641px) {
  h2 {
    font-size: 19px;
  }

  .float_btn p span {
    font-size: 12px;
  }

  p.note {
    font-size: 16px;
  }

  .label_start p {
    font-size: 24px;
  }

  .sec_step h2 {
    font-size: 35px;
  }

  .step .stepNum {
    top: -49px;
    width: 85px;
  }

  .step .step_inner img {
    width: 70%;
  }

  .step.step_single_screen .step_inner img {
    width: 34%;
  }

  .step .step_inner .note {
    font-size: 14px;
  }
}


.sec_intro03{
  background-color: #73ba9e;
}
.section_warp {
  padding: 6.2500vw 5vw;
}
.sec_intro.sec_intro03 .sec_content{
  background: transparent;
}
.sec_intro03 .ttlIndent{
  background-color: #00633d;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  color: #fff;
  font-size: 5.625vw;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .sec_intro03 .ttlIndent{
    font-size: 36px;
    padding: 6px 0;
  }
  .section_warp {
    padding: 40px 32px;
  }
}


/* 04/03 */
.club_info_inner{
  background-color: #FFFFFF;
  border-radius: 3vw;
  padding: 16px;
  border-radius: 20px;
}
.club_info_inner >li{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 4.375vw;
  line-height: 1.1em;
  color: #2b2a2b;
}
.club_info_inner >li:last-child{
  margin-bottom: 0;
}
.club_info_inner .club_ttl{
  width: 30%;
  height: 13vw;
  background-color: #00633d;
  border-radius: 3vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.75vw;
  color: #ffffff;
  text-align: center;
  margin-right: 12px;
  font-weight: bold;
  line-height: 1.2em;
}
.club_info_inner .club_txt{
  font-size: 2.81vw;
  line-height: 1.5em;
}
.club_info_inner .club_ico_list a{
  padding-right: 4.6875vw;
}
.club_info_inner .club_ico_list img{
  width: 6vw;
  height: auto;
}
@media screen and (min-width: 641px) {
  .club_info_inner{
    padding: 32px;
  }

  .club_info_inner >li{
    margin-bottom: 24px;
    font-size: 28px;
  }

  .club_info_inner .club_ttl{
    width: 150px;
    height: 70px;
    margin-right: 24px;
    font-size: 24px;
    padding: 0;
    border-radius: 18px;
  }
  .club_info_inner .club_txt{
    font-size: 15px;
  }
  .club_info_inner .club_ico_list a{
    padding-right: 30px;
  }
  .club_info_inner .club_ico_list img{
    width: 38px;
  }
}

.sec_intro00{
  background-color: #73ba9e;
  padding: 0;
}
.dot_slide_inner{
  background-color: #fff;
  margin: 0 5vw;
  padding: 4.61vw 0;
  border-radius: 3vw;
}
.sec_intro00 .sec_content_yl{
  padding: 6.2500vw 5vw;
  text-align: center;
}
.sec_intro00 .sec_content_yl .txtIndent{
  color: #2b2a2b;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
@media screen and (min-width: 641px) {
  .dot_slide_inner{
    margin: 0 32px;
    padding: 29.5px 0;
    border-radius: 20px;
  }
  .sec_intro00 .sec_content_yl{
    padding: 40px 32px;
  }
}

.slick-dots.none{
  display: none!important;
}
.slick-dots{
  right: 0.2vw;
  bottom: -24px;
  display: block!important;
}

.slick-dots li{
  margin: 0 8px;
}
.slick-dots li button:before{
  outline: 2px solid #888888;
  outline-offset: -3px;
  background-color: #fff;
}
.slick-dots li.slick-active button:before{
  background-color: #888888;
}
.dot_slide_inner .dot_slide_content{
  padding: 0 2.2vw;
}
.dot_slide_inner .dot_slide_content .dot_slide_list{
  padding: 11.5px;
}
.dot_slide_inner .dot_slide_content .dot_slide_list .dot_slide_card{
  position: relative;
  cursor: pointer;
}
.dot_slide_inner .dot_slide_content .dot_slide_list .dot_slide_card .card_link_btn{
  position: absolute;
  width: 16%;
  right: 2.5%;
  bottom:3%;
}
.dot_slide_inner .dot_slide_content .dot_slide_list .dot_slide_card .card_link_btn:hover{
  cursor: pointer;
}
.popup_inner {
  display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
  position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  padding: 2.05vw;
  z-index: 999;
  cursor: pointer;
}
.popup_content {
  position: relative;
  background: #fff;
  padding:6vw;
  width: 50%;
  text-align: center;
  border-radius: 3vw;
  cursor: default;
}

.popup_content .popup_img {
  width: 100%;
  height: 64vw;
  max-height: 504px;
  background-image: url(../img/kisekae_frame.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.popup_content .popup_img img{
  width: 75%;
  border-radius: 6px;
  filter: drop-shadow(0px 3px 10px rgba(92, 92, 92, 0.3));
  margin-top: 18%;
}

@media screen and (min-width: 641px) {
  .popup_content {
    padding:20px;
    width: 20vw;
    min-width: 300px;
    border-radius: 20px;
  }
  .popup_content .popup_img{
    height: auto;
    aspect-ratio: 600 / 791;
    max-height: 504px;
  }
  .popup_content .popup_img img{
    margin-top: 58px;
    max-width: 225px;
  }
  @media screen and (min-width: 1601px) {
    .popup_content{
      width: 10vw;
    }
  }
}
.show {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
}
.show ~ .slick-dots{
  display: none;
}

.dot_slide_content .slick-list{
  overflow: hidden;
}
.dot_slide_content .slick-list.none{
  overflow: unset;
}
.popup_close_btn{
  position: absolute;
  width: 11%;
  top: -3vw;
  right: -3vw;
}
.popup_close_btn:hover {
  cursor: pointer;
}
.popup_txt{
  padding-top: 15px;
  padding-bottom: 0;
  font-size: 4.3750vw;
  font-weight: bold;
  text-align: left;
}

.popup_txtsm{
  font-size: 8px;
}
.popup_link{
  padding-bottom: 10px;
}

@media screen and (min-width: 641px) {
  .popup_link{
    padding-bottom: 15px;
  }
  .popup_txt{
    font-size: 20px;
  }
  .popup_txtsm{
    font-size: 15px;
  }
  .popup_close_btn{
    top: -15px;
    right: -15px;
  }
}
.noIndent{
  line-height: 1.2em;
}