@charset "UTF-8";
/* CSS Document */
a,
input,
select,
textarea,
button,
a object,
a > span,
a img,
*:before,
*:after,
button span {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body {
  background: #ffeabc;
}

/*-----共通-----*/
.title_icon::before {
  content: "";
  display: block;
  width: 83px;
  height: 14px;
  background: url(../img/oj05.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .title_icon::before {
    width: 12.96875vw;
    height: 2.1875vw;
    background-size: contain;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .w100p-sp {
    width: 100% !important;
  }
  .w60p-sp {
    width: 60% !important;
  }
  .w50p-sp {
    width: 50% !important;
  }
  .w40p-sp {
    width: 40% !important;
  }
}

/*-----mv-----*/
#mv {
  transform: translateY(-5.9259vw);
  margin-bottom: -5.9259vw;
}
#mv img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  #mv {
    transform: translateY(-9.9259vw);
    margin-bottom: -9.9259vw;
  }
}
/* intro */
#intro {
  background: url(../img/cp_bg.svg) no-repeat center top;
  background-size: auto 100%;
}

#intro .inner {
  padding: 120px 2% 67px;
}
#intro img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #intro .inner {
    padding: 11.875vw 0 16.71875vw;
  }
  #intro .--ttl img {
    width: 100%;
  }
}

/* feature */
#feature {
  background: #003461;
}
#feature .inner {
  padding: 100px 2% 115px;
}
#feature img {
  margin: 0 auto;
}
#feature .--ttl {
  background: url(../img/feature_bg.svg) no-repeat center bottom;
  padding-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  #feature .--ttl img {
    width: 52.5vw;
  }
}
@media screen and (max-width: 768px) {
  #feature .inner {
    padding: 12.2666vw 0 10.4vw;
  }
  #feature .--ttl {
    background: url(../img/feature_bg--sp.svg) no-repeat center bottom;
    padding-bottom: 3.33333vw;
  }
  #feature .--ttl img {
    width: 100%;
  }
}
#feature .item__wrap {
  background: url(../img/feature_content_bg.svg) no-repeat center top;
  background-size: 1020px auto;
  padding: 57px 0 0;
}
@media screen and (max-width: 950px) {
  #feature .item__wrap {
    background-size: 98.2105vw auto;
    padding: 5.98947vw 0 3.15789vw;
  }
}
@media screen and (max-width: 768px) {
  #feature .item__wrap {
    background: url(../img/feature_content_bg--sp.svg) no-repeat center top;
    background-size: 100% auto;
    padding: 5.46875vw 0 3.90625vw;
  }
}
#feature .item__wrap .item {
  text-align: center;
}
#feature .item__wrap .item.--01 {
  margin-bottom: 124px;
}
#feature .item__wrap .item.--02 {
  margin-bottom: 113px;
}
#feature .item__wrap .flex {
  justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 950px) {
  #feature .item__wrap .item.--01 {
    margin-bottom: 13.0526vw;
  }
  #feature .item__wrap .item.--02 {
    margin-bottom: 11.8947vw;
  }
  #feature .item__wrap .flex {
    justify-content: center;
    gap: 4.42105vw;
  }
  #feature .item__wrap .item.--01 img,
  #feature .item__wrap .item.--02 img {
    width: 79.6296vw;
  }
  #feature .item__wrap .item.--03 img,
  #feature .item__wrap .item.--04 img,
  #feature .item__wrap .item.--05 img {
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  #feature .item__wrap .item.--01,
  #feature .item__wrap .item.--02 {
    margin-bottom: 7.8125vw;
  }
  #feature .item__wrap .flex {
    flex-direction: column;
    gap: 7.8125vw;
  }
  #feature .item__wrap .item.--01 img,
  #feature .item__wrap .item.--02 img,
  #feature .item__wrap .item.--03 img,
  #feature .item__wrap .item.--04 img,
  #feature .item__wrap .item.--05 img {
    width: 100%;
  }
}
/*-----price-----*/
#price .inner {
  padding: 0 0 100px 0;
}
#price .ttl {
  display: flex;
  justify-content: center;
}
/* .table-wrap {
  overflow-y: auto;
} */
.c-grid--middle {
  width: 1000px;
  max-width: 100%;
  /* max-width: 1140px; */
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .c-grid--middle {
    width: 95%;
    max-width: none;
  }
}
.c-table {
  border-top: none;
}
.c-table th,
.c-table td {
  font-size: 1.5rem;
}

/* table-wrap: 外部CSS による display/border/border-radius/font-size/line-height 崩れを補正 */
tbody th {
  background: none;
}
.table-wrap .c-table {
  border: none;
  border-radius: 0;
  overflow: inherit;
}
.table-wrap .c-table tr {
  display: table-row;
}
.table-wrap .c-table th,
.table-wrap .c-table td {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
  display: table-cell;
  border-radius: 0 !important;
  border-top: none !important;
}
.table-wrap .c-table th {
  /* border: none !important; */
}
.table-wrap .u-lh-small {
  line-height: 1;
}
.table-wrap .colH {
  height: 62px;
}
@media screen and (max-width: 768px) {
.table-wrap .colH {
  height: 55px;
}
}
.note {
  font-size: 13px;
  line-height: 1.6;
  color: #5f5f5f;
  counter-reset: note;
}
.note li {
  display: flex;
  margin-bottom: 0.5em;
  counter-increment: note;
}
.note li::before {
  content: "※";
  margin-right: 0.5em;
}
.note.num li::before {
  content: "※" counter(note);
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #price .inner {
    padding: 0 0 10vw 0;
  }
  #price .ttl img {
    width: 100vw;
  }
  .c-grid--middle {
    width: 100%;
    max-width: none;
  }
  .table-wrap {
    width: 88vw;
    margin: 0 auto;
  }
  .c-table {
    width: 790px;
  }
  #price .note {
    width: 88vw;
    margin: 0 auto;
  }
  .note li {
    font-size: 12px;
  }
  .table-wrap .c-table th,
  .table-wrap .c-table td {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .c-table th,
  .c-table td {
    font-size: 3.5vw;
  }
  .table-wrap .c-table th,
  .table-wrap .c-table td {
    font-size: 3.5vw;
  }
}

/* station */
#station {
  background: #f1c042 url(../img/station_bg.svg) no-repeat left top;
  background-size: 542px auto;
}
#station .inner {
  padding: 100px 2%;
}
#station .--ttl {
  padding-bottom: 3rem;
}
#station img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #station {
    background: #f1c042 url(../img/station_bg--sp.svg) no-repeat left top;
    background-size: contain;
  }
  #station .inner {
    padding: 14.84375vw 0;
  }
  #station img {
    width: 72.8125vw;
  }
}
/*-----GMAP-----*/
.p-gmap-heading {
  text-align: center !important;
  font-size: 3.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  padding: 1.12em 0 0.63em 0 !important;
  color: #fff !important;
  line-height: 1;
  background-color: #fabe00 !important;
  margin: 0 !important;
}
/* セレクトメニュー */
.p-gmap-prefecture-select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto 15px;
}
.p-gmap-prefecture-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #003461;
  pointer-events: none;
}
.p-gmap-prefecture-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 14px 50px 14px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #003461;
  background: #fff;
  border: 3px solid #003461 !important;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.05em;
  transition:
    background 300ms ease,
    box-shadow 300ms ease,
    transform 150ms ease;
}

.p-gmap-prefecture-select option {
  background: #fff;
  color: #003461;
  font-weight: 400;
}

#gmap {
  width: 100%;
  height: 50vh;
  padding-bottom: 60%;
  box-sizing: border-box;
  border: 3px solid #003461;
  border-radius: 30px;
}
#gmap + p {
  font-size: 14px;
}

.gm-ui-hover-effect > span {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .p-gmap-box {
    padding: 0 5vw;
  }
  .p-gmap-prefecture-select {
    font-size: 14px;
    padding: 12px 44px 12px 18px;
  }
  #gmap {
    height: 65vh;
    border-radius: 4.6875vw;
  }
}


/* cta */
.cta {
  background: #fff;
  padding: 20px 0;
  border-top: 3px solid #003461;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.cta .btn_txt {
  position: absolute;
  left: -35%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: bold;
  line-height: 1.17647;
  text-align: right;
}
.cta .btn_txt::before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #003461;
  margin: 0 -10px 5px auto;
  transform: rotate(30deg);
}
.cta .btn_txt::after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #003461;
  margin: 5px -10px 0 auto;
  transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 9.0625vw 0 5vw;
  }
  .cta .btn_txt {
    left: 50%;
    top: -35%;
    transform: translate(-50%, -50%);
    font-size: 3.90625vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
  .cta .btn_txt::before {
    margin: 0;
    transform: rotate(60deg);
  }
  .cta .btn_txt::after {
    margin: 0;
    transform: rotate(-60deg);
  }
}

/* ================================================
   btn
   ================================================ */
.join--btn {
  height: 58px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3.8px solid #003461;
  border-radius: 58px;
  box-shadow: 3px 3px 0px rgba(0, 52, 97, 1);

}
@media screen and (max-width: 768px) {
  .join--btn {
    height: 10.25vw;
    font-size: 3.625vw;
  }
}

.join--btn.b--01 {
  width: 301px;
  background: #f1c042;
  color: #003461;
}
@media screen and (max-width: 768px) {
  .join--btn.b--01 {
    width: 49.625vw;
  }
}


/* ================================================
   cta
   ================================================ */
.copy--code {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: -5px;
}

.code {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding: 0 2px;
}
@media screen and (max-width: 768px) {
  .code {
    font-size: 6.09375vw;
  }
}

.code::before {
  content: "";
  width: 100%;
  height: 10px;
  background: #003461;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .code::before {
    height: 1.875vw;
  }
}

.copy--btn {
  font-weight: 700;
  letter-spacing: normal;
  /* line-height: 1.3; */
  color: #fff;
  display: flex;
  justify-content: center;
  background: #003461;
  border: 2px solid #fff;
  border-radius: 14px;
  margin-top: 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .copy--btn {
    border-radius: 25vw;
  }
}

.row--right {
  flex: 1;
}

.row--right--ttl {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: normal;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .row--right--ttl {
    font-size: 3.6875vw;
  }
}

.row--right--ttl::before,
.row--right--ttl::after {
  content: "";
  width: 19.5px;
  height: 2.5px;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .row--right--ttl::before,
  .row--right--ttl::after {
    width: 3.515625vw;
    height: 0.390625vw;
    border-radius: 1.5625vw;
  }
}

.row--right--ttl::before {
  transform: rotate(65deg);
}

.row--right--ttl::after {
  transform: rotate(-65deg);
}

.cta--01 {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 99;
  border-top: 3px solid #003461;
}

.cta--01 .adlp__inner {
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .cta--01 {
    padding-left: 5.88235vw;
  }
}
@media screen and (max-width: 768px) {
  .cta--01 {
    padding-left: 0;
  }
  .cta--01 .adlp__inner {
    height: 28.125vw;
    flex-direction: column;
    gap: 1.5625vw;
  }
}

.cta--01__header {
  width: 211px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta--01__header {
    width: 59.6875vw;
    text-align: center;
  }
  .cta--01__header img {
    width: 100%;
  }
}

.cta--01__header::before {
  content: "";
  width: 54px;
  height: 44px;
  background: url(../../new_membership/img/cta_parts01.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -57px;
  top: -21px;
}
@media screen and (max-width: 768px) {
  .cta--01__header::before {
    width: 12.96875vw;
    height: 7.1875vw;
    background: url(../../new_membership/img/cta_parts01--sp.svg) no-repeat center center;
    left: -4.21875vw;
    top: -3.125vw;
  }
}

.cta--01 .cta--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cta--01 .cta--btn {
    gap: 3.125vw;
  }
}

.cta--01 .cta--btn .row--right {
  flex: 1;
}

.cta--01 .cta--btn .row--right--ttl {
  font-size: 17px;
  color: #003461;
}
@media screen and (max-width: 768px) {
  .cta--01 .cta--btn .row--right--ttl {
    font-size: 3.6875vw;
  }
}

.cta--01 .cta--btn .row--right--ttl::before,
.cta--01 .cta--btn .row--right--ttl::after {
  background: #003461;
}

.cta--01 .cta--btn .copy--code {
  color: #003461;
}

.cta--01 .cta--btn .copy--code .code {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .cta--01 .cta--btn .copy--code .code {
    font-size: 5.3125vw;
  }
}

.cta--01 .cta--btn .copy--code .code::before {
  background: #f1c042;
}

.cta--01 .cta--btn .copy--code .copy--btn {
  width: 65.7px;
  height: 27.5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cta--01 .cta--btn .copy--code .copy--btn {
    width: 14.53125vw;
    height: 6.25vw;
    font-size: 2.96875vw;
  }
}