@charset "UTF-8";

  @font-face {
    font-family: 'Noto Sans JP';
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: url('/camp/numberless_gold-numberless/assets/font/NotoSansJP-Regular.woff') format('woff');
  }
  @font-face {
    font-family: 'Noto Sans JP';
    font-display: swap;
    font-style: normal;
    font-weight: bold;
    src: url('/camp/numberless_gold-numberless/assets/font/NotoSansJP-Bold.woff') format('woff');
  }
  
  @font-face {
    font-family: 'Outfit';
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url('/camp/numberless_gold-numberless/assets/font/Outfit-Medium.woff') format('woff');
  }
  @font-face {
    font-family: 'Outfit';
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url('/camp/numberless_gold-numberless/assets/font/Outfit-SemiBold.woff') format('woff');
  }
  @font-face {
    font-family: 'Outfit';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('/camp/numberless_gold-numberless/assets/font/Outfit-Bold.woff') format('woff');
  }
  
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }

  /* 共通css */
  *{
    box-sizing: border-box;
    font-family: "Noto Sans JP";
  }
  ul,ol{
    list-style: none;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .fs10{
    font-size: 10px!important;
  }
  .fs11 {
    font-size: 11px !important;
  }
  .fs12 {
    font-size: 12px !important;
  }
  .fs14 {
    font-size: 14px !important;
  }
  .fs16 {
    font-size: 16px !important;
  }
  .fs18 {
    font-size: 18px !important;
  }
  .fs20 {
    font-size: 20px !important;
  }
  .fs22 {
    font-size: 22px !important;
  }
  .fs24 {
    font-size: 24px !important;
  }
  .fs26 {
    font-size: 26px !important;
  }
  .fs28 {
    font-size: 28px !important;
  }
  .fs34 {
    font-size: 34px !important;
  }
  .fs45 {
    font-size: 45px !important;
  }
  sup {
    font-size: 10px;
    vertical-align: top;
  }
  .fw400 {
    font-weight: 400 !important;
  }
  .fw700 {
    font-weight: 700 !important;
  }
  .ttl_deco {
    position: relative;
    padding-left: 20px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .ttl_deco::before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 100%;
    left: 0px;
    background: linear-gradient(180deg, #309B7F 0%, #134638 100%);
    top: 0; 
  }
  @media screen and (min-width: 769px)  {
    .pc_only {
      display: block !important;
    }
    .sp_only {
      display: none !important;
    }
  }

  /* スクロールアニメーション */
  .js-scrollAnimation {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  .js-scrollAnimation.-show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  /* リスト */
.list {
    margin: 16px;
    counter-reset: item;
  }
  .list li{
    flex: 1 0 0;
    color: #121C16;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
  }
  .list li{
    padding-left: 16px;
  }
  .list li::before{
    position: absolute;
    content: '・';
    left: 0;
    width: 12px;
  }
  .note .list li,.note_num .list li ,.note_num1 li, .note_num2 li, .note_num3 li, .note_num7 li, .note_num8 li {
    padding-left: 16px;
  }
  .modal_txt_content .list li{
    padding-left: 14px;
    font-size: 11px;
  }
  .modal_txt_content .list li:not(:first-of-type){
    margin-top: 4px;
  }
  .modal_txt_content .list li span{
    font-weight: 700;
  }
  .note .list li::before,.note_num .list li,.note_num1 li, .note_num2 li, .note_num3, .note_num7 li, .note_num8 li li::before{
    content: '・';
  }
  .note_list {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    padding-left: 15px;
  }
  .note_list li::before{
    content: "・" !important;
    position: absolute;
    left: 3px;
  }
  .note_white li {
    color: #fff !important;
  }
  .note_num li .note_list {
    margin: 4px 0 0 !important;
    padding-left: 0 !important;
  }
  .note_num li .note_list li {
    padding-left: 12px !important;
    margin-top: 4px !important;
  }


  @media screen and (min-width: 769px) {
    .list {
      margin: 24px;
    }
    table.modal_txt_table .list li {
      font-size: 16px;
    }
  }
  
  /* テキストリンク */
.textlink {
    color: #5E5E5E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    position: relative;
  }
  .textlink::after {
    position: absolute;
    content: '';
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    right: -16px;
    display: inline-block;
    margin-top: 3px;
  }
  .modal_txt_table .textlink::after {
    margin-top: 4px;
  }
  .textlink.innerlink{
    margin-right: 10px;
  }
  .textlink.innerlink::after{
    right: unset;
  }
  @media screen and (min-width: 769px) {
    .modal_txt_table .textlink{
      font-size: 12px;
    }
    .modal_txt_table .textlink::after {
      margin-top: 8px;
    }
  }
  .textlink:visited {
    color: #5E5E5E;
  }
  @media screen and (min-width: 769px) {
    a:hover {
    opacity: .5;
  }
  }
  
  /* margin padding */
  .mt0 {
    margin-top: 0 !important;
  }
  .mt4 {
    margin-top: 4px !important;
  }
  .mt8 {
    margin-top: 8px !important;
  }
  .mt16 {
    margin-top: 16px !important;
  }
  .mt24 {
    margin-top: 24px !important;
  }
  .ma0 {
    margin: 0 !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb8 {
    margin-bottom: 8px !important;
  }
  .mb12{
    margin-bottom: 12px !important;
  }
  .mb24{
    margin-bottom: 24px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb16 {
    padding-bottom: 16px !important;
  }
  .pd0{
  padding: 0!important;
}
@media (min-width: 769px){
.pl0-pc{
  padding-left: 0!important;
}
.pb40-pc{
  padding-bottom:40px;
}
.mb16-pc{
  margin-bottom: 16px!important;
}
}

  /* 注釈 */
  .bnr + .note {
    margin: 16px 0;
  }
  .note_num {
    counter-reset: item;
  }
  .note li,
  .note_num li,
  .note_num1 li,
  .note_num2 li,
  .note_num3 li,
  .note_num7 li,
  .note_num8 li {
    flex: 1 0 0;
    color: #5E5E5E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: relative;
    text-align: left;
  }
  .note li{
    padding-left: 16px;
  }
  .note_num li,
  .note_num1 li,
  .note_num2 li,
  .note_num3 li,
  .note_num7 li,
  .note_num8 li {
    padding-left: 22px;
  }
  .note li:not(:first-child),
  .note_num li:not(:first-child),
  .note_num1 li,
  .note_num2 li,
  .note_num3 li,
  .note_num7 li,
  .note_num8 li {
    margin-top: 8px;
  }
  .note li::before,.note_num li::before{
    position: absolute;
    content: '※';
    left: 0;
    width: 12px;
  }
  .note_num1 li::before{
    position: absolute;
    content: '※1';
    left: 0;
    width: 12px;
  }
  .note_num2 li::before{
    position: absolute;
    content: '※2';
    left: 0;
    width: 12px;
  }
  .note_num3 li::before{
    position: absolute;
    content: '※3';
    left: 0;
    width: 12px;
  }
  .note_num7 li::before{
    position: absolute;
    content: '※7';
    left: 0;
    width: 12px;
  }
  .note_num8 li::before{
    position: absolute;
    content: '※8';
    left: 0;
    width: 12px;
  }

  /* Firefox */
@-moz-document url-prefix() {
    .note li::before,.note_num li::before{
      width: 20px;
    }
  }
  .note_num li::before{
    counter-increment: item;
    content: '※'counter(item);
  }
  @media screen and (min-width: 769px) {
    .note,.note_num {
      max-width: 928px;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }
    .note.tablet_res,.note_num.tablet_res {
      max-width: 960px;
      padding: 0 16px;
    }
    .card_feature_content_item .aco_content .note,.card_feature_content_item .aco_content .note_num {
      margin: 24px;
    }
    .card_feature_content_item.bubble .aco_content .note,.card_feature_content_item.bubble .aco_content .note_num {
      margin: 16px 24px;
    }
    .benefit_list + .note,.benefit_list + .note_num {
      width: 100%;
    }
  }
/* 共通・アコーディオン */
.aco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 5px;
    background: #FFF;
    margin: 0 auto;
  }
  .aco_label {
    padding: 16px;
    flex: 1 0 0;
    color: #121C16;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    align-self: stretch;
    position: relative;
    background: #FFF7DE;
  }
  @media screen and (min-width: 769px) {
  .aco_label:hover {
    cursor: pointer;
  }
  }
  .aco_label::after {
    position: absolute;
    content: '';
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_accordion_open.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 3.5%;
  }
  .aco_label.open::after {
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_accordion_close.svg);
  }
  .aco_content {
    margin-top: 8px;
    display: none;
    width: 100%;
  }
  .aco_content p img {
    margin: 0 auto;
  }
  @media screen and (min-width: 769px) {
    .aco{
      width: 736px;
      margin: 0 auto;
    }
    .aco_label {
      padding: 12px 48px;
      font-size: 16px;
    }
    .aco_label::before,.aco_label::after {
      right: 5.5%;
    }
    .card_feature_content_item .aco {
      max-width: 608px;
    }
    .card_feature_content_item .aco_label {
      padding: 16px 32px;
    }
    .what .aco {
      max-width: 880px;
      margin: 0 auto 16px !important;
      width: 100%;
    }
    .what .aco:last-of-type {
      margin-bottom: 0 !important;
    }
    .vpoint_card .aco_inner-ttlimg {
      width: 347px;
    }
    .vpoint_card .aco_inner-ttl .fs18 {
      font-size: 20px !important;
    }
    .aco_inner-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }
  }

  /* h2 */
  h2 {
    padding: 48px 0 32px 0;
    max-width: 880px;
    margin: 0 auto;
  }
  .h2_ttl span {
    color: #FFF;
    background: #155846;
    padding: 5px 16px 7px 16px;
    font-size: 26px;
    font-weight: 700;
  }
  .h2_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    max-width: 880px;
    margin: 0 auto;
  }
  @media screen and (min-width: 769px) {
    h2 {
      padding: 64px 0 40px 0;
    }
    .h2_ttl span {
      font-size: 36px;
      padding: 6px 24px;
    }
    .h2_ttl-wrap {
      display: flex;
      align-items: center;
      flex-direction: row;
    }
    .h2_ttl-wrap .h2_ttl-r span {
      padding-right: 0;
    }
    .h2_ttl-wrap .h2_ttl-l span {
      padding-left: 0;
    }
  }

  /* ヘッダー */
  .header {
    padding: 11px 16px;
    border-bottom: 1px solid #CCC;
  }
  .header img {
    width: 144px;
    display: block;
  }
  @media screen and (min-width: 769px) {
    .header {
      padding: 12px 40px;
    }
    .header img {
      width: 188px;
    }
    .kv .note_num, .kv .note {
      padding: 0 !important;
    }
  }

  /* kv */
  .kv {
    margin-bottom: 48px;
  }
  .kv_h1 img {
    width: 100%;
    display: block;
  }
  .kv .note_num,
  .kv .note,
  .kv .note_num3 {
    padding: 0 14px;
    margin-top: 8px;
  }
  .kv .note_num li,
  .kv .note li,
  .kv .note_num3 li {
    font-size: 10px;
  }
  .fv_slide_item img {
    width: 20vw !important;
    max-width: 350px;
  }
  .h1_wrap {
    position: relative;
  }
  .fv_right,
  .fv_left  {
    position: absolute;
    width: 100% !important;
  }
  .fv_left{
    position: absolute;
    bottom: 0;
    top: 28%;
    left: 51%;
  }
  .fv_right{
    position: absolute;
    bottom: 0;
    top: 7%;
    left: 34.5%;
  }
  #fv_bg{
    top: 50%;
    transform: translateY(-50%);
  }
  @media screen and (min-width: 769px) {
    .kv ul {
      max-width: 880px;
      margin: 0 auto;
    }
    .kv .note_num {
      margin-top: 24px;
    }
    .kv .note {
      margin-top: 8px;
    }
    .kv {
      margin-bottom: 64px;
    }
    .fv_right,
    .fv_left  {
      width: 100% !important;
      max-width: 350px;
    }
  }
  @media screen and (max-width: 768px) {
    .fv_right,
    .fv_left  {
      width: 100% !important;
      max-width: calc(100vw * 185/375);
    }
    .fv_left{
      top:36%;
      left:43%;
    }
    .fv_right{
      top:20%;
      left:3%;
    }
    .fv_slide_item img{
      width: 49vw!important;
      max-width: 350px;
    }

  }

.fv_slider{
  position: relative;

  height:74px;
  background-color: #fff;
}
.fv_slider::before{
  content: "";
  position: absolute;
  left:8px;
  top:8px;
  border-bottom: 29px solid transparent;
}
.fv_slider div img{
  margin: 0 auto;
}

/* fadeUp */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  .lead_txt_box.fadeUp{
    animation-duration:2s;
  }
  .lead{
    background-color: #EEE;
    padding: 8px 16px;
    display: flex;
    gap:4px;
    justify-content: center;
    align-items: center;
  }
  .lead_txt{
    color: #57534C;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }
  .lead_icon{
    content: '';
    background-image: url(/camp/numberless_gold-numberless/assets/img/ic-lead.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    flex-shrink: 0;
  }
  @media screen and (min-width: 769px) {
    .lead{
      padding: 8px;
  }
  .lead_icon{
    width: 14px;
    height: 14px;
  }
  }
  /* campaign */
  .campaign h2 .logo_img {
    width: 98px;
  }
  .campaign {
    background: #ECF4F2;
    padding-bottom: 48px;
  }
  .campaign ul {
    padding: 0 16px;
  }
  .campaign_wrap {
    width: 100%;
    padding: 0 16px;
  }
  .campaign_wrap .aco_label {
    background: #fff;
  }
  .campaign_bg {
    position: relative;
    width: 100%;
  }
  .campaign_bg::before {
    position: absolute;
    content: '';
    background-image: url(/camp/numberless_gold-numberless/assets/img/campaign_deco-sp.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    top: -18%;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .campaign_bg ul {
    margin: 16px auto 0;
  }
  .campaign_bg .aco_label {
    padding: 16px 24px;
  }
  .campaign_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .campaign_txt {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    padding: 6px 15px;
    align-items: center;
    background: #333;
    width: 100%;
    max-width: 118px;
    margin: 0 auto 8px auto;
  }
  .campaign_cp {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #144336;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .campaign_cp .fw400 {
    padding: 0 3px;
  }
  .campaign_cp span {
    color: #144336;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .vertical-price-color-total {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 22px;
    color: #144336;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }
  .font-price-color-total {
    font-family: Outfit;
    font-size: 84px;
    letter-spacing: -3px;
    background: linear-gradient(180deg, #DFB600 38.47%, #C29E00 93.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin: 0 5px -21px;
    line-height: 100%;
    letter-spacing: -4px;
  }
  .block-price-color-total {
    display: inline-block;
    text-align: left;
  }
  .top_block-price-color-total {
    font-size: 38px;
    color: #144336;
    font-weight: 700;
  }
  .bottom_block-price-color-total {
    display: flex;
    gap: 5px;
    font-size: 18px;
    color: #144336;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }
  .cp-price-caution-total,
  .cp-price-caution-soutou-total {
	position: relative;
  }
  .campaign_cp-price-total {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
  }
  .font-price-point-total {
    font-size: 44px;
  }
  .campaign_time {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    margin: auto 16px;
  }
  .campaign_time-ttl {
    color: #0F4436;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
  }
  .campaign_time-txt {
    color: #0F4436;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 75%;
  }
  .campaign_time .fs16 {
    padding: 0;
  }
  .campaign .aco {
    margin-top: 24px;
    width: 100%;
  }
  .campaign .aco_content {
    margin-bottom: 32px;
  }
  .campaign .aco_label {
    color: #0F4436;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
  }
  .campaign_area-ttl,
  .campaign_areawrap  {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .campaign_area-ttl,
  .campaign_areawrap:last-child {
    flex-direction: initial;
    gap: 8px;
  }
  .campaign_area-ttl img {
    width: 170px;
  }
  .campaign_area-ttl p {
    color: #0F4436;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
  }
  .campaign_areawrap img {
    width: 270px;
  }
  .campaign_area-subttl {
    color: #0F4436;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 2px;
  }
  .campaign_area-wrap {
    margin-bottom: 4px !important;
  }
  .campaign_area-subtxt {
    color: #333;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 16px;
  }
  .campaign_item-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 0 16px 24px 16px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 32px;
  }
  .campaign_item-wrap:first-of-type {
    margin-top: 24px;
  }
  .campaign_item-wrap:last-of-type {
    margin-bottom: 0;
    border: none;
  }
  .campaign_item-wrap .note {
    padding: 0 !important;
  }
  .campaign_deco-left {
    content: "";
    background-image: url(/camp/numberless_gold-numberless/assets/img/campaign_slash_left.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
  }
  .campaign_deco-right {
    content: "";
    background-image: url(/camp/numberless_gold-numberless/assets/img/campaign_slash_right.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
  }
  .campaign_item-link {
    width: 100%;
    padding: 0;
  }
  .campaign_item-link p {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .campaign_ttl-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  @media screen and (min-width: 769px) {
    .campaign_txt {
      font-size: 22px;
      padding: 10.307px 25.485px;
      max-width: 193px;
      margin-top: 40px;
    }
    .campaign_cp {
      font-size: 32px;
      margin-top: 13.743px;
    }
    .campaign_cp .fw400 {
      padding: 0 5px;
    }
    .campaign_cp span {
      font-size: 24px;
    }
    .vertical-price-color-total {
      font-size: 60px;
      display: block;
    }
    .font-price-color-total {
      font-size: 140px;
      margin: 0 5px -35px;
      letter-spacing: -5px;
    }
    .font-price-point-total {
      font-size: 74px;
    }
    .block-price-color-total {
      display: ruby;
    }
    .cp-price-color-total,
    .cp-price-caution-total, .cp-price-caution-soutou-total {
      font-size: 60px;
    }
    .campaign_time {
      width: 100%;
      max-width: 437px;
      margin: 30px auto auto;
      padding: 16px;
    }
    .campaign_time-ttl,
    .campaign_time-txt span {
      font-size: 16px !important;
    }
    .campaign_time-txt {
      font-size: 24px;
    }
    .campaign .aco {
      max-width: 880px;
      width: 100%;
      margin-top: 32px;
    }
    .aco_label {
      text-align: center;
      font-size: 18px;
    }
    .campaign_areawrap img {
      width: 728px;
    }
    .campaign_bg::before {
      top: -8%;
      background-image: url(/camp/numberless_gold-numberless/assets/img/campaign_deco-pc.svg);
    }
    .campaign h2 {
      padding-bottom: 0;
    }
    .campaign_ttl {
      padding-top: 0;
    }
    .campaign_bg ul {
      max-width: 657px;
      padding: 0;
    }
    .campaign .aco_label {
      font-size: 18px;
    }
    .campaign_item-wrap {
      margin: 0 auto 32px;
      max-width: 728px;
      align-items: normal;
      gap: 0;
    }
    .campaign_area-ttl {
      margin-bottom: 24px;
    }
    .campaign_item-wrap ul {
      margin: 8px 0 0 !important;
    }
    .campaign_item-link {
      margin-top: 16px;
    }
    .campaign .aco_content {
      margin-bottom: 48px;
    }
    .campaign h2 .logo_img {
      width: 133px;
    }
    .campaign_item-wrap:first-of-type {
      margin-top: 40px;
    }
    .campaign_area-subttl {
      font-size: 14px;
    }
  }

  /* what */
  .what h2,
  .save h2 {
    position: relative;
    max-width: 100% !important;
    padding-top: 0 !important;
  }

  .what .h2_wrap,
  .save .h2_wrap {
    padding: 64px 0 40px 0;
  }
  .what .h2_ttl span {
    font-size: 23px
  }
  .what h2 .logo_img {
    width: 249px;
  }
  .what_fs14 {
    font-size: 14px !important;
    padding: 0 !important;
  }
  .what .h2_ttl .fs14 {
    padding: 0;
  }
  .what .aco {
    margin-bottom: 8px;
  }
  .what .aco_label-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .what .aco_txt-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .aco_inner .note_num li {
    font-size: 12px !important;
  }
  .what_ttl {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
  .what_ttl span,
  .what_txt span {
    font-size: 12px;
  }
  .txt_underline {
    border-bottom: 1px solid #333;
  }
  .what_txt {
    color: #155846;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
  .what_icon {
    width: 54px;
  }
  .what .aco_content-wrap {
    padding: 24px 16px 16px;
  }
  .aco_content-ttl {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
  }
  .orange_deco {
    background: linear-gradient(270deg, #EB5A27 2.6%, #E28117 96.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100%;
  }
  .annual_fee img {
    width: 100%;
    display: flex;
    margin: 8px auto 16px;
  }
  .card_immediate-img img {
    width: 259px !important;
    display: flex;
    margin: 0 auto 16px;
  }
  .card_immediate .aco_inner {
    margin: 24px 0 16px;
  }
  .aco_inner {
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    width: 100%;
  }
  .aco_inner-group {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .aco_inner-img {
    width: 72px;
    border: 0.861px solid #E5E5E5;
    display: flex;
    width: 84px;
    height: 84px;
    padding: 18.549px 6px 18.451px 6px;
  }
  .aco_inner-cardimg img {
    width: 218px;
  }
  .aco_inner-ttlimg {
    width: 265px;
  }
  .aco_inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .aco_inner-ttl {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0 auto;
  }
  .aco_inner-txt {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .aco_inner-txt sup {
    vertical-align: middle;
  }
  .aco_inner-point,
  .aco_inner-vpoint {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .aco_inner-point {
    align-items: center;
  }
  .aco_inner-shopimg {
    display: flex;
  }
  .aco_inner-shopimg img {
    width: 100%;
    margin: 0 auto 16px;
    max-width: 257px;
  }
  .aco_inner-bubble {
    display: flex;
    padding: 4px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #0F4436;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: 100%;
    position: relative;
  }
  .aco_inner-bubble::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #0F4436 transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    z-index: 1;
  }
  .aco_inner-example {
    align-items: center;
    padding: 16px !important;
  }
  .aco_inner-exampleimg img {
    width: 279px;
  }
  .aco_inner-examplettl {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .what .examplettl_col {
    color: #238D71;
  }
  .aco_inner-exampletxt {
    display: flex;
    align-items: center;
    gap: 4.99px;
    border-radius: 2.495px;
    background: #238D71;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 6.238px 9.981px;
    justify-content: center;
    width: 100%;
    max-width: 279px;
  }
  .aco_inner-examplewrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .aco_inner-seven {
    margin-top: 32px;
  }
  .aco_inner-seven .aco_inner-ttlimg {
    width: 287px;
  }
  .aco_inner-sevenimg img {
    width: 264px;
  }
  .aco_inner-sevenimg {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .aco_inner-logoimg {
    width: 84px;
  }
  .aco_inner-logotxt {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.48px;
  }
  .aco_inner-logowrap {
    display: flex;
    align-items: center;
    flex-direction: row !important;
    gap: 16px;
    justify-content: center;
  }
  .aco_inner-logoitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .aco_inner-logotxt sup {
    vertical-align: sub;
  }
  .aco_inner-securityimg {
    width: 289px;
  }
  .aco_inner-securityimg img {
    width: 290px;
    width: 100%;
    padding: 16px 16px 0;
  }
  .aco_inner-security {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #ECF4F2;
    max-width: 343px;
    width: 100%;
    margin: 40px auto 0;
  }
  .aco_content-securitywrap {
    padding-bottom: 0 !important;
    margin-bottom: -12px;
  }
  .aco_content-security .aco_content-wrap {
    background-size: cover;
    background-position: top;
    padding: 0 !important;
  }
  .aco_security-bg {
    background-image: url(/camp/numberless_gold-numberless/assets/img/aco_security-bg.png);
    background-size: initial;
    background-position: center;
  }
  .aco_security-bg .aco_inner-txt {
    color: #fff;
    padding: 16px;
  }
  .aco_security-bg .note {
    padding: 0 16px;
  }
  .aco_security-bg .note li {
    color: #fff;
  }
  .aco_security-bg .textlink {
    color: #fff;
  }
  .aco_security-bg .textlink::after {
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_link_white.svg);
  }
  .aco_content-touch .note {
    margin-top: 8px;
  }
  .aco_content-touch .aco_inner-txt {
    font-size: 16px;
    margin: 16px 0 24px;
  }
  @media screen and (min-width: 769px) {

    .what .h2_ttl span,
    .what_fs14 {
      font-size: 36px !important;
    }
    .what_ttl {
      text-align: left;
      line-height: 200%;
    }
    .what_ttl-span {
      font-size: 16px !important;
    }
    .what_txt {
      font-size: 24px;
    }
    .what_ttl span {
      font-size: 18px;
    }
    .what_txt span {
      font-size: 20px !important;
    }
    .aco_content-ttl {
      font-size: 20px;
    }
    .aco_content-ttl span {
      font-size: 32px;
      line-height: 170%;
    }
    .annual_fee img {
      max-width: 784px;
    }
    .aco_content ul {
      max-width: 784px;
    }
    .aco_ttl-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
    }
    .aco_content-ttl sup {
      font-size: 50%;
      vertical-align: middle;
    }
    .card_immediate-img img {
      margin-bottom: 24px !important;
    }
    .card_immediate .aco_inner {
      margin: 32px 0 16px;
      align-items: center;
    }
    .card_immediate .aco_inner-group {
      gap: 24px;
    }
    .card_immediate .aco_inner-ttl {
      margin-bottom: 8px;
    }
    .aco_inner-img {
      border: none;
      width: 86px;
      height: 86px;
    }
    .aco_inner-group {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 16px;
    }
    .aco_inner-container {
      display: flex;
      align-items: center;
      gap: 0;
      flex-direction: row;
      margin: 0 auto;
    }
    .aco_inner-group .aco_inner-txt {
      text-align: center;
      width: 224px;
    }
    .aco_inner-deco {
      border-left: 1px solid #E5E5E5;
      border-right: 1px solid #E5E5E5;
    }
    .aco_inner-group:first-of-type {
      padding-left: 0 !important;
    }
    .aco_inner-group:last-of-type {
      padding-right: 0 !important;
    }
    .aco_inner-ttl {
      font-size: 18px;
    }
    .aco_inner-shopimg img {
      max-width: 519px;
    }
    .aco_inner-exampleimg img {
      width: 672px;
    }
    .aco_inner-examplettl {
      font-size: 20px;
      line-height: 150%;
    }
    .aco_inner-examplettl .fs18 {
      font-size: 20px !important;
    }
    .aco_inner-examplettl .fs12 {
      font-size: 18px !important;
    }
    .aco_inner-examplettl .fs16 {
      font-size: 24px !important;
    }
    .aco_content-touch .aco_content-ttl .fs16 {
      font-size: 20px !important;
    }
    .aco_content-touch .aco_content-ttl {
      text-align: left;
    }
    .aco_content-touch .aco_inner-ttl {
      margin-bottom: 8px;
    }
    .aco_inner-logoimg {
      width: 90px;
    }
    .aco_content-touch .aco_inner {
      padding: 24px !important;
    }
    .examplettl_deco {
      font-size: 15px;
      padding: 0 5px;
    }
    .aco_inner-exampletxt {
      font-size: 20px;
      font-size: 20px;
      max-width: 441px;
      width: 100%;
      gap: 8.284px;
    }
    .aco_inner-ttlimg {
      width: 441px;
    }
    .aco_inner-example {
      padding: 24px !important;
      margin-bottom: 8px;
    }
    .aco_inner-seven {
      margin-top: 24px;
    }
    .aco_inner-sevenimg img {
      width: 736px;
    }
    .aco_inner-seven .aco_inner-ttlimg {
      width: 360px;
      margin-bottom: 8px;
    }
    .aco_inner-vpoint {
      max-width: 736px;
      margin: 0 auto;
    }
    .aco_inner-vpoint .aco_inner-txt {
      font-size: 16px;
      margin: 8px 0 0;
    }
    .aco_inner-examplewrap .aco_inner-ttlimg {
      width: 409.5px !important;
    }
    .aco_inner-seven .aco_inner-ttlimg {
      width: 360px !important;
    } 
    .aco_inner-point {
      display: flex;
      align-items: center;
      gap: 32px;
      flex-direction: row;
      justify-content: center;
    }
    .aco_inner-point .aco_inner-ttlimg {
      margin-bottom: 8px;
    }
    .aco_content-touch .aco_inner-ttlimg {
      width: 221px;
    }
    .aco_content-security {
      width: 100%;
      padding: 0 48px;
      background: #fff;
    }
    .aco_inner-securityimg img {
      width: 100%;
      padding: 0;
      margin-top: -4px;
    }
    .what .aco_content-wrap {
      padding: 32px 0 16px;
    }
    .aco_security-bg {
      margin-top: 32px;
    }
    .aco_inner-security {
      max-width: 420px;
      margin-top: 24px;
    }
    .aco_inner-securityimg {
      width: 289px;
    }
    .aco_inner-security .aco_content-ttl .fs22 {
      font-size: 26px !important;
    }
    .aco_inner-security .aco_content-ttl .fw400 {
      font-size: 16px;
    }
    .aco_security-bg .aco_inner-txt  {
      max-width: 624px;
      margin: 0 auto;
      padding: 16px 0 24px;
    }
    .aco_security-bg .note li {
      max-width: 624px;
      margin: 0 auto;
    }
    .what h2 .logo_img {
      width: 315px;
    }
    .what .h2_wrap {
      gap: 5px;
    }
    .what_icon {
      width: 72px;
    }
    .what .aco_label-wrap {
      gap: 32px;
    }
    .aco_label::after {
      width: 32px;
      height: 32px;
    }
    .aco_inner-cardimg img {
      width: 151px;
    }
    .aco_content-touch .aco_inner-txt {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    .vpoint_card .aco_inner {
      padding: 16px;
    }
    .aco_content-ttl span {
      font-size: 24px;
    }
    .aco_content-ttl {
      margin-bottom: 9px;
    }
    .card_immediate .aco_content-ttl,
    .aco_content-touch .aco_content-ttl {
      font-size: 14px;
    }
    .aco_content-touch .aco_content-ttl span {
      font-size: 22px;
    }
    .save_pre-unit02 .save_wrap-txt {
      margin-top: 16px;
    }
    .recommended .h3_wrap img:first-of-type {
      margin-bottom: 8px;
    }
    .aco_content-securitywrap {
      background: #fff;
    }
    .c-achievement__conditions img {
      width: 263px;
    }
    #result_Preface .c-achievement__box {
      margin-top: 0;
    }
    #tab_content-gnl .tab_content-ttl {
      height: 42px;
    }
  }

  /* recommended */
  .recommended_table img {
    width: 100%;
    padding: 0 0 16px;
  }
  .recommended h2 .logo_img {
    width: 174px;
  }
  .recommended .note_num li {
    font-size: 11px;
  }
  .table_wrap {
    width: 100%;
    padding: 0 16px;
  }
  .recommended_wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto 0;
    height: 365px;
    overflow: hidden;
    transition: .4s;
  }
  .recommended_outer {
    width: 100%;
    padding: 0 16px;
  }
  .recommended_wrap.active {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.1s;
  }
  
  .recommended_wrap.active:before{
    opacity: 0;
    visibility: hidden;
    background: none;
  }
  .recommended_wrap button{
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    color: #0F4436;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    padding: 16px 24px;
    border-radius: 4px;
    border: 2px solid #0F4436;
    background: #FFF;
    box-shadow: 0 -38px 80px 0 #FFF;
  }
  .recommended_wrap button::after {
    position: absolute;
    content: '';
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_accordion_open.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 30%;
    right: 10%;
  }
  .recommended_wrap button.open::after {
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_accordion_close.svg);
  }
  .recommended .h3 {
    padding: 48px 0 32px 0;
  }
  .recommended .h3_ttl span {
    color: #FFF;
    background: #0F4436;
    display: flex;
    padding: 5.21px 15.631px;
    justify-content: center;
    align-items: center;
    gap: 13.026px;
    font-size: 26px;
    font-weight: 700;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.25);
  }
  .recommended .h3_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
  }
  .recommended .h3_wrap img:first-of-type {
    width: 148px;
    margin-top: 8px;
    box-shadow: 0 5.911px 15.368px 0 rgba(0, 0, 0, 0.25);
  }
  .recommended .h3_img {
    width: 100% !important;
  }
  .recommended_bg {
    position: relative;
  }
  .recommended_bg::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(/camp/numberless_gold-numberless/assets/img/recommended_bg-sp.png);
    background-size: cover;
    background-position: center;
    top: 2%;
    width: 100%;
    z-index: -1;
    height: 100%;
  }
  .recommended_bubble {
    display: flex;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    position: relative;
    color: #0F4436;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-radius: 4px;
    margin-top: 16px;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.25);
  }
  .recommended_bubble::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    z-index: 1;
  }
  .recommended_simu {
    width: 100%;
    padding: 0 16px;
  }
  .recommended_simu-wrap {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(9px);
    margin-top: 16px;
    margin: 16px 0 23px;
  }
  .recommended_simu-txt {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
  }
  .recommended_simu-txt span {
    color: #0F4436; 
    font-weight: 700;
    font-size: 15px;
  }
  .tab_content-wrap {
    display: flex;
    padding: 16px 0 0;
    flex-direction: column;
    align-items: center;
  }
  .tab_content img {
    width: 260px;
  }
  .tab_content-gnl {
    background-image: url(/camp/numberless_gold-numberless/assets/img/tab_content-gnl-sp.png);
    background-size: cover;
  }
  .tab_content-nl {
    background: linear-gradient(0deg, #01360A 40%, #63B399 100.06%);
    position: relative;
    z-index: 1; 
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
  .tab_content-gnl {
    background: linear-gradient(0deg, #B89000 40%, #EBD076 90%);
    position: relative;
    z-index: 1; 
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
  .tab_content-nl::before,
  .tab_content-gnl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/camp/numberless_gold-numberless/assets/img/bg_deco.png);
    background-size: 100px 100px;
    background-repeat: repeat;
    opacity: 0.1;
    z-index: -1;
  }
  .tab_content-nl 
  .tab_ttl-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .tab_content-subttl {
    width: 332px !important;
  }
  .tab_content-anchor {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-top: 32px;
    width: 21px !important;
  }
  .tab_content .tab_content-cv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    border: 2px solid #FFF;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    width: 100%;
    max-width: 343px;
    text-align: center;
  }
  .note_white {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tab_content-nl .tab_content-cv {
    background: #014830;
  }
  .tab_content-gnl .tab_content-cv {
    background: #886303;
  }
  .tab_content-cv {
    position: relative;
    margin-bottom: 16px;
  }
  .tab_content .cv_area-btn {
    width: 100%;
  }
  .js-modal {
    padding: 12px 0;
  }
  .js-modal.float_cv-content{
    padding: 8px 0;
  }

  .tab_content .cv_area-btn::after {
    position: absolute;
    content: '';
    background-image: url(/camp/numberless_gold-numberless/assets/img/cv_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .tab_content-cv,
  .float_cv_area_btn {
    cursor: pointer;
  }
  @media screen and (min-width: 769px) {
  .tab_content-cv:hover {
    opacity: .5;
  }
    .js-modal.float_cv-content{
    padding: 12px 0;
  }
  }
  .tab_content {
    position: relative;
  }
  .img_card {
    position: relative;
    z-index: 1;
  }
  .img_deco {
    position: absolute;
    right: 0;
    padding-top: 16px;
  }
  .recommended_wrap,
  .recommended_tab {
    width: 100%;
    padding: 0 16px 48px;
  }
  .recommended_item-wrap {
    position: absolute;
    width: 100%;
    top: 425px;
    left: 0;
    right: 0;
    max-width: 311px;
    transform: translateY(-50%);
    display: flex;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2.5px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    margin: 32px auto;
  }
  .recommended_item {
      width: 50%;
      padding: 10px 8px 10px 12px;
      font-weight:bold;
      text-align: center;
      list-style: none;
      cursor: pointer;
      border-radius: 100px;
      color: #FFF;
      font-size: 10px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      height: 44px;
      align-items: center;
      justify-content: center;
      display: flex;
  }
  .recommended_tab-ttl {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 110px 0 24px;
  }
  .recommended_tab-txt {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .recommended_tab-item .note {
    width: 211px;
  }
  .recommended_item-txt {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .recommended_tab-item img {
    width: 64px;
  }
  .recommended_tab-gnl {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .recommended_item-num {
    font-family: Outfit;
    line-height: 140%;
    letter-spacing: -0.56px;
  }
  .recommended_tab-inner {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
  .recommended_tab-inner02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .recommended_tab-item {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(2px);
  }
  .recommended_tab-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .recommended_tab-wrap .recommended_tab-item:last-of-type {
    margin-bottom: 12px;
  }
  .recommended_tab-wrap .note {
    width: 100%;
    max-width: 304px;
  }
  .recommended_item.show {
    display: flex;
    padding: 10px 12px 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    background: #FFF;
    color: #16634F;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 44px;
    opacity: 0.9;
  }
  .recommended_item-gnl.show {
    color:#917006;
    opacity: 0.9;
    background: #FFF;
  }
  .tab_content-ttl {
    width: 100% !important;
    height: 54px;
  }

  @media screen and (min-width: 769px) {
    .recommended_wrap,
    .recommended_tab,
    .recommended_simu {
      max-width: 880px;
      margin: 0 auto;
      padding: 0;
    }
    .recommended_wrap {
      height: 540px;
    }
    .tab_content .tab_content-cv {
      max-width: 400px;
    }
    .recommended .h3_img {
      width: 642px !important;
    }
    .recommended_tab-wrap {
      flex-direction: row;
    }
    .recommended_tab .tab-contents {
      max-width: 880px;
      margin: 0 auto 64px;
    }
    .recommended_tab-item {
      width: 100%;
      max-width: 432px;
      height: 108px;
      padding: 24px;
    }
    .recommended_wrap,
    .recommended_tab {
      padding-bottom: 64px;
    }
    .recommended_item.show,
    .recommended_item .fs11,
    .recommended_item {
      font-size: 16px !important;
    }
    .recommended_item,
    .recommended_item.show {
      height: 52px;
    }
    .recommended-active {
      top: 50% !important;
    }
    .img_card {
      width: 280px !important;
    }
    .recommended_tab-txt .fs12 {
      font-size: 14px !important;
    }
    .tab_content-wrap {
      padding-top: 32px;
    }
    .recommended_item-wrap {
      max-width: 640px;
      margin: 40px auto 48px;
    }
    .recommended_tab-txt {
      font-size: 18px;
    }
    .recommended_tab-ttl {
      font-size: 24px;
      margin: 120px 0 24px;
    }
    .recommended_tab-gnl {
      height: auto;
      max-width: 880px;
    }
    .tab_content .recommended_tab-gnl .note {
      max-width: 437px !important;
    }
    .recommended_bg::before {
      content: "";
      position: absolute;
      display: block;
      background-image: url(/camp/numberless_gold-numberless/assets/img/recommended_bg-pc.png);
      background-size: cover;
      top: 2%;
      width: 100%;
      z-index: -1;
      height: 100%;
    }
    .tab_content .note {
      max-width: 304px;
      width: 100%;
      margin: 0 auto;
    }
    .tab_content .note li {
      font-size: 11px;
    }
    .tab_content-cv {
      margin-bottom: 24px;
    }
    .recommended_item-txt {
      font-size: 18px;
      margin-top: 8px;
    }
    .recommended_tab-inner {
      gap: 0;
    }
    .recommended_tab-inner02 {
      width: 415px;
    }
    .recommended_tab-inner02:last-of-type {
      border-left: 1px solid #917006;
    }
    .recommended h2 .logo_img {
      width: 231px;
    }
    .detail_more_button {
      text-align: center;
    }
    .recommended_wrap button::after {
      right: 39%;
      top: 30%;
    }
    .recommended .h3_ttl span {
      font-size: 36px !important;
    }
    .recommended_simu-txt {
      font-size: 16px;
      line-height: 160%;
    }
    .recommended_simu-txt span {
      font-size: 20px;
    }
    .recommended_bubble {
      height: 60px;
    }
    .recommended_item-num {
      font-size: 24px;
    }
    .tab_ttl-wrap {
      margin-bottom: 24px;
    }
    .recommended .h3_wrap img:first-of-type {
      width: 175px;
    }
    .tab_content-nl,
    .tab_content-gnl {
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0 100%);
    }
  }

  /*simulation*/
  /* スライドインのアニメーション */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スライドアウトのアニメーション */
@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
}
/* クリッピングアニメーション */
@keyframes slideInClip {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes slideOutClip {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
.scroll-animation {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: all 0.6s ease; /* clip-pathとopacityのトランジション */
  opacity: 0; /* 初期状態で透明に設定 */
}
.scroll-animation.-slideIn {
  -webkit-clip-path: none;
          clip-path: none;
  transform: translateX(-100%);
}

.scroll-animation.is-visible {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); /* クリッピング解除で全体を表示 */
  opacity: 1; /* 表示時は不透明に */
}
.scroll-animation.is-visible.-slideIn {
  -webkit-clip-path: none;
          clip-path: none;
  transform: translateX(0%);
}
.p-calculator {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-calculator {
    border-radius: 4px;
    border: 1px solid #CCC;
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 24px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .p-calculator {
    flex-direction: column;
  }
}
.p-calculator__text {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
  display: flex;
}
.p-calculator__text .deco {
  background: linear-gradient(90deg, #E28117 0%, #EB5927 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Outfit;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
}
@media screen and (min-width: 769px) {
  .p-calculator__textWrap {
    width: 100%;
  }
  .p-calculator__text {
    margin-bottom: 0;
  }
}
.p-calculator__textWrap.-image .p-calculator__text {
  display: flex;
  align-items: end;
}
.p-calculator__textWrap.-image .p-calculator__text img {
  width: 47px;
}
@media screen and (min-width: 769px) {
  .p-calculator__textWrap.-image .p-calculator__text img {
    width: 55px;
  }
}
.p-calculator__col {
  position: relative;
}
.p-calculator__col:nth-of-type(n+2) {
  margin-top: 44px;
}
@media screen and (min-width: 769px) {
  .p-calculator__col:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.p-calculator__col:nth-of-type(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/camp/numberless_gold-numberless/assets/img/icon_plus.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  left: 50%;
  top: -36px;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-calculator__col:nth-of-type(n+2)::before {
    content: "";
    display: block;
    position: absolute;
    background: url(/camp/numberless_gold-numberless/assets/img/icon_plus.svg) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .p-calculator__col:nth-of-type(n+2)::before {
    left: 50%;
    top: -40px;
    transform: translate(-50%, 0%);
  }
}
.p-calculator__col:last-of-type {
  margin-bottom: 44px;
}
@media screen and (min-width: 769px) {
  .p-calculator__col:last-of-type {
    margin-bottom: 0;
  }
}
.p-calculator__col:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/camp/numberless_gold-numberless/assets/img/icon_arrowBottom.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  left: 50%;
  bottom: -36px;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-calculator__col:last-of-type::after {
    display: none;
  }
}
.p-calculator__input {
  margin-top: 4px;
}

.c-calculator {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #554F35;
}
.c-calculator__input {
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #0F4436;
  background: #FFF;
  margin-top: 4px;
}
.c-calculator__input input {
  margin: 0;
  padding: 0 16px 0 60px;
  width: 100%;
  height: 48px;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  line-height: normal;
  outline: none;
  border: 0;
  border-radius: 0;
  transition-duration: 0.25s;
  color: #333;
  font-family: Outfit;
}
@media screen and (min-width: 769px) {
  .c-calculator__input input {
    font-size: 26px;
  }
}
.c-calculator__label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  pointer-events: none;
  z-index: 1;
  color: #0F4436;
}
.c-calculator__unit {
  margin-left: 8px;
  color: #333;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .c-calculator__unit {
    font-size: 14px;
  }
}

.c-result {
  margin-top: 44px;
}
@media screen and (min-width: 769px) {
  .c-result {
    position: relative;
    margin-top: 59px;
  }
}
@media screen and (min-width: 769px) {
  .c-result::before {
    content: "";
    display: block;
    position: absolute;
    background: url(/camp/numberless_gold-numberless/assets/img/icon_arrowBottom.svg) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: 50%;
    top: -18%;
    transform: translateX(-50%);
  }
}
.c-result__label {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 769px) {
  .c-result__label {
    font-size: 16px;
  }
}
.c-result__list {
  padding: 0 6px;
}
@media screen and (min-width: 769px) {
  .c-result__list {
    max-width: 480px;
    margin: 0 auto;
  }
}
.c-result__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-result__item:nth-of-type(n+2) {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #CCC;
}
.c-result__unit {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 21px */
  margin-left: 4px;
}
@media screen and (min-width: 769px) {
  .c-result__unit {
    font-size: 16px;
  }
}
.c-result__number {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}
.c-result__number.-cooperation::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 14px;
  right: 0;
  bottom: 0;
  background: #F1F0E8;
  z-index: -1;
}

.c-total__degi {
  transition-property: transform;
  transition-duration: 0.5s;
}
.c-total__degi span {
  display: block;
  color: transparent;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  background-clip: text;
  -webkit-background-clip: text;
  transition-property: background-position;
  transition-duration: 0s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 769px) {
  .c-total__degi span {
    font-size: 30px;
    line-height: 30px;
  }
}
.c-total__degi--1 {
  transform: translateY(-45px);
}
.c-total__degi--1 span {
  background-position: left -20% top 0;
}
.c-total__degi--2 span {
  background-position: left -30% top 0;
}
.c-total__degi--3 span {
  background-position: left -40% top 0;
}
.c-total__degi--4 span {
  background-position: left -50% top 0;
}
@media screen and (min-width: 769px) {
  .c-total__degi--4 span {
    height: 37px;
  }
}
.c-total__degi--5 span {
  background-position: left -60% top 0;
}
.c-total__degi--6 span {
  background-position: left -70% top 0;
}
.c-total__degi--7 span {
  background-position: left -80% top 0;
}
.c-total__degi--8 span {
  background-position: left -90% top 0;
}
@media screen and (min-width: 769px) {
  .c-total__degi--8 span {
    height: 37px;
  }
}
.c-total__degi--9 span {
  background-position: left -100% top 0;
}
.c-total.is-active span {
  transition-duration: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.c-total.is-active .c-total__degi--1 span {
  background-position: right 15% top 0;
}
.c-total.is-active .c-total__degi--2 span {
  background-position: right 30% top 0;
}
.c-total.is-active .c-total__degi--3 span {
  background-position: right 45% top 0;
}
.c-total.is-active .c-total__degi--4 span {
  background-position: right 60% top 0;
}
.c-total.is-active .c-total__degi--5 span {
  background-position: right 75% top 0;
}
.c-total.is-active .c-total__degi--6 span {
  background-position: right 90% top 0;
}
.c-total.is-active .c-total__degi--7 span {
  background-position: right 105% top 0;
}
.c-total.is-active .c-total__degi--8 span {
  background-position: right 120% top 0;
}
@media screen and (min-width: 769px) {
  .c-total.is-active .c-total__degi--8 span {
    height: 37px;
  }
}
.c-total.is-active .c-total__degi--9 span {
  background-position: right 135% top 0;
}
.c-total.is-active .c-total__degi--10 span {
  background-position: right 150% top 0;
}
.c-total__reseult {
  color: #333;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.c-total__reseult.c-total__point {
  font-family: Outfit;
  background: linear-gradient(90deg, #E28117 0%, #EB5927 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .c-total__reseult {
    font-size: 30px;
    font-family: Outfit;
    line-height: 39px;
  }
  .colorWrap-white {
    max-width: 729px;
  }
}
.colorWrap-white {
  width: 100%;
}
.c-achievement {
  opacity: 0;
  transform: translateX(-100%);
  display: none;
  margin: 16px 0;
}
.c-achievement__band img {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.c-achievement.is-active {
  display: block;
  animation: slideIn 0.5s forwards;
}
.c-achievement:not(.is-active) {
  display: none;
  animation: slideOut 0.5s forwards;
}
.c-achievement-notPreface .c-achievement__variable {
  color: #333;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0 6px;
}
.c-achievement__band {
  position: relative;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 34px);
}
.c-achievement__conditions {
  text-align: center;
}
#little_more {
  display: none;
}
.little_more {
  display: flex !important;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.little_more-txt {
  background: var(--emphasis, linear-gradient(90deg, #E28117 18.41%, #EB5927 83.26%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.little_more-txt span {
  font-size: 20px;
}
.little_more img {
  width: 110px;
}
@media screen and (min-width: 769px) {
  .c-achievement__band {
    top: -12px;
  }
  .little_more {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .little_more-txt {
    font-size: 16px;
    line-height: 160%;
    text-align: left;
  }
  .little_more-txt span {
    font-size: 20px;
  }
  .little_more img {
    width: 120px;
  }
}
.c-achievement__box {
  position: relative;
  margin-top: 8px;
  padding: 6px 15px 14px;
  border-radius: 0 0 4px 4px;
  border-right: 1px solid #1B4D40;
  border-bottom: 1px solid #1B4D40;
  border-left: 1px solid #1B4D40;
  background: #FFF;
}
#result_Preface .c-achievement__box {
  border-right: 1px solid #947505;
  border-bottom: 1px solid #947505;
  border-left: 1px solid #947505;
}
#result_Preface  .c-achievement__variable {
  background: linear-gradient(90deg, #E28117 0%, #EB5927 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .c-achievement__box {
    padding: 10px 15px 14px;
  }
}
.c-achievement__benefits {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .c-achievement__benefits {
    font-size: 24px;
  }
}
.c-achievement__variable {
  color: #333;
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0 6px;
}
@media screen and (min-width: 769px) {
  .c-achievement__variable {
    font-size: 56px;
  }
}

.achievementAnnotation {
  margin-top: 24px;
}

.g-simulation {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  color: #554F35;
}

  /* save */
  .save_main-wrap {
    padding: 0 16px;
    width: 100%;
  }
  .save_logo-img {
    width: 248px;
  }
  .h3-ttl {
    color: #16634F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px;
    padding-bottom: 8px;
    position: relative;
    margin-top: 16px;
  }
  .h3-ttl:first-of-type{
    margin-top: 25px;
  }
  .h3-ttl::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0px;
    background: #E0E0E0;
  }
  .h3-ttl::after {
    content: "";
    position: absolute;
    display: block;
    width: 84px;
    height: 2px;
    bottom: 0px;
    left: 0;
    background: linear-gradient(90deg, #27AA87 0%, #16634F 100%);
  }
  .save_wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto 40px;
    height: 565px;
    overflow: hidden;
    transition: .4s;
  }
  
  .save_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 99px;
    background: linear-gradient(0deg, #FFF 13.64%, rgba(255, 255, 255, 0.00) 109.74%);
    transition: .4s;
  }
  .save_wrap.active {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.1s;
  }
  
  .save_wrap.active:before{
    opacity: 0;
    visibility: hidden;
    background: none;
  }
  .save_wrap button{
    position: absolute;
    cursor: pointer;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    color: #0F4436;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    padding: 16px 24px;
    border-radius: 4px;
    border: 2px solid #0F4436;
    background: #FFF;
    box-shadow: 0 -38px 80px 0 #FFF;
  }
  .detail_button,
  .detail_more_button {
    cursor: pointer;
  }
  @media screen and (min-width: 769px) {
  .detail_button:hover,
  .detail_more_button:hover {
    opacity: .5;
  }
  }
  .detail_button.open,
  .detail_more_button.open {
    box-shadow: none;
  }
  .save_wrap button::after {
    position: absolute;
    content: '';
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_accordion_open.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    right: 7%;
    top: 30%;
  }
  .save_wrap button.open::after {
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_accordion_close.svg);
  }
  .save_wrap-ttl {
    color: #0F4436;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-top: 8px;
  }
  .save_img img,
  .save_img {
    width: 343px;
    margin: 16px auto 24px;
    display: flex;
  }
  .save_wrap-txt {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 24px 0 0;
  }
  .save_wrap-txt .textlink::after {
    margin-top: 6px !important;
  }
  .save_wrap-item .note {
    margin: 8px 0 0;
  }
  .save_pre {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #333;
    margin: 24px auto 16px;
    max-width: 295px;
  }
  .save_pre-ttl {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    padding: 8px 0;
    align-items: center;
    border-radius: 4px 4px 0 0;
    background: #238D71;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    justify-content: center;
  }
  .save_pre-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .save_pre-img {
    width: 100px;
  }
  .save_pre-txt {
    color: #0F4436;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .save_pre-unit {
    display: flex;
    height: 116px;
    padding: 8px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 0 0 4px 4px;
    background: #ECF4F2;
  }
  .save_pre-outer {
    display: flex;
    flex-direction: column;
    margin: 8px 0;
  }
  .save_pre-plus {
    width: 21px;
    margin: 0 auto;
  }
  .save_pre-item {
    margin-bottom: 24px;
  }
  .save_pre-can .save_pre-item {
    margin-bottom: 0;
  }
  .save_pre-can {
    max-width: 100% !important;
    margin-top: 24px;
  }
  .save_pre-unit02 {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    border-radius: 0 0 4px 4px;
    background: #ECF4F2;
  }
  .save_pre-unit02 img {
    width: 80px;
    display: flex;
  }
  .save_can-txt {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    position: relative;
    padding-left: 23px;
  }
  .save_can-txt::before {
    position: absolute;
    content: url(/camp/numberless_gold-numberless/assets/img/icon_save_check.svg);
    left: 0;
    width: 12px;
  }
  .save_txt-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .save_content-cv {
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    border: 1px solid #004831;
    background: #FFF;
    color: #004831;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 16px;
  }
  .save_area-btn::after {
    position: absolute;
    content: '';
    background-image: url(/camp/numberless_gold-numberless/assets/img/save_area-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .save_use-ttl {
    color: #0F4436;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .save_use-txt {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .green_wrap {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px;
    background: #ECF4F2;
    margin-bottom: 12px;
  }
  .save_use-img {
    width: 100px;
    margin: 0 auto;
  }
  .save_asset-item .save_img img {
    width: 299px;
  }
  .save_asset-item .save_use-img {
    width: 135px;
  }
  .save_asset-item .green_wrap {
    gap: 8px;
  }
  .save_can-ttl {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .save_can-ttl img {
    width: 311px;
  }
  .save_pre-unit03 {
    gap: 12px !important;
  }
  .save_pre-unit03 img {
    width: 311px !important;
    margin: 0 auto;
  }
  .vpoint_howto_save .save_img img {
    margin: 0 0 16px !important;
  }
  .vpoint_use .save_img {
    margin-bottom: 32px;
  }
  .vpoint_save .save_img {
    width: 300px;
    margin: auto auto 24px;
  }
  .save_can-warp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }
  @media screen and (min-width: 769px) {
    .green_wrap {
      max-width: 880px;
      margin: 0 auto;
    }
    .save .h3_wrap,
    .save_main-wrap {
      max-width: 880px;
      margin: 0 auto;
    }
    .save_use-wrap {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }
    .save_use-wrap .save_use-ttl {
      font-size: 18px !important;
    }
    .h3-ttl {
      font-size: 24px;
    }
    .save_img img {
      width: 252px;
    }
    .save_img {
      display: flex;
      width: 358px;
      margin: 16px auto 24px;
      flex-direction: column;
      align-items: center;
    }
    .save_wrap-item,
    .save_pre-wrap {
      width: 100%;
      max-width: 660px;
      margin: 0 auto;
    }
    .save_pre {
      max-width: 100%;
    }
    .save_pre-cash {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
    }
    .save_pre-can {
      margin-top: 40px;
    }
    .save_pre-can .note {
      margin-top: 0 !important;
    }
    .save_can-warp {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: row;
      gap: 24px;
    }
    .save_pre-unit02 {
      padding: 24px 40px 40px 40px;
    }
    .save_content-cv {
      max-width: 314px;
      margin: 16px auto 0;
    }
    .vpoint_use .green_wrap {
      width: 50%;
      height: 318px;
      margin-bottom: 16px;
      justify-content: flex-start;
    }
    .vpoint_use .green_wrap img,
    .vpoint_save .save_use-img {
      margin-bottom: 24px;
    }
    .vpoint_use .save_use-ttl,
    .vpoint_save .save_use-ttl {
      margin-bottom: 16px;
    }
    .vpoint_save .save_img {
      width: 470px;
    }
    .vpoint_save .save_wrap-item {
      max-width: 880px;
    }
    .vpoint_save .green_wrap {
      height: 312px;
      max-width: 272px;
      justify-content: flex-start;
    }
    .save_pre-unit03 img {
      width: 752px !important;
    }
    .save_pre-unit03 {
      gap: 24px;
    }
    .save_pre-unit02.save_pre-unit03 {
      padding-bottom: 24px !important;
    }
    .save_pre-can .save_pre-unit03 .note {
      margin-top: 16px !important;
    }
    .save_wrap button {
      text-align: center;
    }
    .save_wrap button::after{
      right: 39%;
      top: 30%;
    }
    .h3-ttl::after {
      width: 140px;
    }
    .save_wrap-txt {
      margin-top: 16px;
    }
    .save_pre-item {
      margin-top: 24px;
    }
    .save_pre-ttl {
      padding: 12px 0;
      font-size: 16px;
    }
    .save_logo-img {
      width: 325px;
    }
  }

  /* features */
  .features {
    background: #EBF7F4;
    padding: 24px 0 48px 0;
    clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
  .features h2 .logo_img {
    width: 148px;
  }
  .features .save_pre-ttl {
    font-size: 18px;
  }
  .features .save_wrap-txt {
    margin-top: 0;
  }
  .features_wrap {
    width: 100%;
    padding: 0 16px;
  }
  .features_wrap .h3-ttl {
    margin-top: 0 !important;
  }
  .features .h3_img img,
  .features .h3_img  {
    width: 100%;
  }
  .features_ttl {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px;
  }
  .features_wrap .save_pre-unit02 {
    background: #fff;
    align-items: flex-start;
  }
  .vpass_app {
    width: 200px !important;
    margin: 24px auto 48px;
  }
  .use_alerts {
    text-align: center;
    width: 100%;
    margin: 24px auto 48px;
    position: relative;
    padding-top: calc(70.25% * 0.8);
  }
  .use_alerts iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .features_wrap .save_pre-wrap {
    max-width: 100% !important;
  }
  .features_bubble {
    padding: 6px 0 8px;
    border-radius: 4px;
    background: #238D71;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
    max-width: 228px;
    margin: 0 auto 24px;
    position: relative;
  }
  .features_bubble::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #238D71 transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    z-index: 1;
  }
  .features_push-txt,
  .features_mail-txt,
  .features_line-txt,
  .features_set-txt {
    position: relative;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding-left: 30px;
  }
  .features_push-txt::before {
    position: absolute;
    content: url(/camp/numberless_gold-numberless/assets/img/icon_push.svg);
    left: 0;
    width: 12px;
  }
  .features_mail-txt::before {
    position: absolute;
    content: url(/camp/numberless_gold-numberless/assets/img/icon_mail.svg);
    left: 0;
    width: 12px;
  }
  .features_line-txt::before {
    position: absolute;
    content: url(/camp/numberless_gold-numberless/assets/img/icon_line.svg);
    left: 0;
    width: 12px;
  }
  .features_set-txt::before {
    position: absolute;
    content: url(/camp/numberless_gold-numberless/assets/img/icon_set.svg);
    left: 0;
    width: 12px;
  }
  .features_wrap .note_list {
    padding-left: 20px;
  }
  .features_wrap .note_list li {
    font-size: 14px;
  }
  .features_wrap .note_list li::before {
    content: "・" !important;
    color: #27AA87;
    position: absolute;
    left: 3px;
  }
  .features_wrap .aco_inner {
    padding: 16px;
  }
  .aco_inner-green {
    border: 3px solid #16634F;
    position: relative;
    margin-top: 31px;
  }
  .aco_inner-green::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #16634F transparent;
    border-width: 0 calc(39px / 2) 23px calc(39px / 2);
  }
  .aco_inner-green.aco_inner {
    gap: 0;
  }
  .features_img-wrap {
    border-radius: 4px;
    background: #E0F3EE;
    display: flex;
    padding: 24px 31px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .features_img-wrap img {
    width: 210px;
  }
  .app_push {
    width: 100%;
  }
  .app_push .note:first-of-type {
    margin-top: 8px;
  }
  .app_push .aco_inner {
    margin-top: 24px;
  }
  .app_push .aco_inner-green {
    margin-top: 32px;
  }
  .suguchan_img {
    width: 200px !important;
    margin: 0 auto 16px;
  }
  @media screen and (min-width: 769px) {
    .features_wrap {
      max-width: 880px;
      margin: 0 auto;
      padding: 0;
    }
    .features h2 {
      margin-top: 64px;
    }
    .features .save_pre-unit02 {
      padding: 32px 64px;
    }
    .features_ttl {
      font-size: 20px;
    }
    .vpass_app {
      width: 265px !important;
    }
    .features_bubble {
      max-width: 260px;
    }
    .features_bubble {
      font-size: 18px;
    }
    .features_bubble .fs20 {
      font-size: 24px !important;
    }
    .features_img-wrap img {
      width: 210px;
    }
    .app_push {
      width: 100%;
    }
    .features_img-wrap img:last-of-type {
      width: 210px;
    }
    .app_push .note:first-of-type {
      margin-top: 16px;
    }
    .features h2 .logo_img {
      width: 197px;
    }
    .app_push .aco_inner-green {
      margin: 32px auto 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 24px;
      flex-direction: row;
      width: 100%;
      max-width: 654px;
    }
    .features_line-txt::before {
      width: 22px;
    }
    .suguchan_img {
      margin-bottom: 0;
    }
    .use_alerts {
      text-align: center;
      width: 70%;
      margin: 24px auto 48px;
      position: relative;
      padding-top: calc(49.25% * 0.8);
    }
    .features {
      clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
    }
    .features .save_pre-item {
      margin-bottom: 84px;
    }
  }
  
  /* vtrip */
  .vtrip_wrap {
    width: 100%;
    padding: 0 16px;
  }
  .vtrip h2 .logo_img {
    width: 70px;
  }
  .vtrip_wrap img {
    margin: 0 auto 16px;
  }
  .vtrip_img {
    width: 140px;
    margin: 8px auto 32px !important;
  }
  .vtrip_use {
    width: 150px;
  }
  .white_item {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    background: #FFF;
  }
  .vtrip_ttl {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .vtrip_txt {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 16px;
  }
  .vtrip_point {
    text-align: center;
    font-family: Outfit;
    font-size: 66px;
    font-weight: 600;
    line-height: 70%;
    letter-spacing: -3.3px;
    background: linear-gradient(91deg, #E28117 10.09%, #EB5927 94.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
  }
  .vtrip_group {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .vtrip_wrap .note {
    margin-top: 16px;
  }
  @media screen and (min-width: 769px) {
    .vtrip_img {
      width: 180px;
    }
    .vtrip_use {
      width: 172px;
    }
    .vtrip_group {
      display: flex;
      align-items: center;
      gap: 24px;
      flex-direction: row;
      margin-bottom: 24px;
    }
    .white_item {
      width: 50%;
      height: 284px;
    }
    .vtrip_wrap img {
      margin-bottom: 24px;
    }
    .vtrip h2 .logo_img {
      width: 96px;
    }
    .vtrip_wrap .green_wrap {
      padding: 32px 64px;
    }
    .vtrip_wrap .note {
      margin-top: 0;
    }
  }

  /* recommendation */
  .bnr_carousel {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 48px;
  }
  .recommendation h2 .logo_img {
    width: 150px;
  }
  .slick-slide img{
    width: 100%;
  }
  .slick-dots {
    border: none;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 16px 0 auto;
    height: 10px;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 10px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 48px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li.slick-active button:before {
    background: #155846;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    width: 48px;
    height: 6px;
    content: '';
    opacity: 0.6;
    text-align: center;
    background: #CFCFCF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev,.slick-arrow,.slick-next{
    display: none!important;
  }
  @media screen and (min-width: 769px) {
    .bnr_carousel{
      max-width: 728px;
      margin-bottom: 64px;
    }
    .slick-dots li {
      margin: 0 8px;
    }
    .recommendation h2 .logo_img {
      width: 200px;
    }
    }

  /* flow */
  .flow {
    background: #F4F4F4;
    padding: 24px 0 48px 0;
    clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
  .flow h2 .logo_img {
    width: 153px;
  }
  .flow_wrap {
    width: 100%;
    padding: 0 16px 0;
  }
  .flow_item-wrap {
    display: flex;
    border-radius: 100px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2.5px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  }
  .flow_item {
      width: 50%;
      padding: 10px 8px 10px 12px;
      font-weight:bold;
      text-align: center;
      list-style: none;
      cursor: pointer;
      background: #FFF;
      border-radius: 100px;
      color: #333;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      height: 44px;
      align-items: center;
      justify-content: center;
      display: flex;
  }
  .flow_item.show {
    display: flex;
    padding: 10px 12px 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    background: #38997F;
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 44px;
  }
  .tab-contents {
      display: none;
  }
  .tab-contents.show {
      display: block;
  }
  .flow_ttl {
    color: #134638;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 24px;
  }
  .flow_deco01 {
    text-align: center;
    font-family: Outfit;
    font-size: 48.629px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    background: linear-gradient(91deg, #E28117 10.09%, #EB5927 94.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .flow_txt {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 8px;
  }
  .flow_deco02 {
    background: linear-gradient(90deg, #E28117 0%, #EB5927 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .period_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 16px;
    position: relative;
  }
  .period_wrap::after {
    content: "";
    background: #CCC;
    max-width: 10px;
    height: 17px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .tab-contents .period_wrap:last-of-type::after{
    content: none;
  }
  .period_num {
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px 0 0 4px;
    background: #38997F;
    width: 32px;
  }
  .period_num  img {
    width: 16px;
  }
  .period_txt-wrap {
    display: flex;
    padding: 12px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0 4px 4px 0;
    background: #FFF;
    width: 100%;
    max-width: 279px;
  }
  .period_txt {
    color: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .period_txt-wrap .note {
    margin-top: 4px !important;
  }
  .flow_wrap .note {
    margin-top: 16px;
  }
  @media screen and (min-width: 769px) {
    .flow_item-wrap {
      width: 100%;
      max-width: 640px;
      margin: 0 auto;
      border: 2px solid #FFF;
    }
    .period_num {
      width: 53px;
      align-items: center;
    }
    .period_txt-wrap {
      max-width: 491px;
      padding: 16px;
    }
    .tab-contents {
      max-width: 544px;
      margin: 0 auto;
    }
    .flow_item.show,
    .flow_item {
      height: 52px;
      font-size: 16px;
    }
    .flow_txt {
      margin-top: 16px;
    }
    .flow_ttl,
    .flow_ttl .fs16 {
      font-size: 24px !important;
    }
    .flow_deco01 {
      font-size: 70px;
    }
    .flow_ttl .fs32 {
      font-size: 32px;
    }
    .period_txt {
      font-size: 18px;
    }
    .flow h2 .logo_img {
      width: 204px;
    }
    .flow h2 {
      margin-top: 64px !important;
    }
    .flow .tab-contents {
      margin-bottom: 64px !important;
    }
    .flow {
      clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
    }
    .flow_wrap {
      padding: 0 16px 48px;
    }
    
    }

  /* info */
  .info_wrap {
    width: 100%;
  }
  .info_wrap .aco_label {
    padding: 16px 24px;
  }
  .info h2 .logo_img {
    width: 160px;
  }
  .info_area-wrap .info_area_btn span {
    padding: 14px 0;
  }
  .info_item-wrap {
      display: flex;
  }
  .info_area-wrap {
    max-width: 880px;
    width: 100%;
    margin: 0 auto 32px;
    padding: 0 16px;
  }
  .info_item-wrap {
    border-radius: 100px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2.5px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
  }
  .info_item {
    width: 50%;
    padding: 10px 8px 10px 12px;
    font-weight:bold;
    text-align: center;
    list-style: none;
    cursor: pointer;
    background: #FFF;
    border-radius: 100px;
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 48px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .info_item.show {
    display: flex;
    padding: 10px 12px 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    background: #014830;
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 48px;
  }
  .info_item.-gnl.show {
    background: #A28A03;
  }
  .info_wrap img {
    width: 236px;
  }
  .info_ttl-wrap {
    width: 100%;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
  .info_ttl {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 24px 0;
  }
  .info_ttl.-nl {
    color: #134638;
  }
  .info_ttl.-gnl {
    color: #BD8A34;
  }
  .info_table {
    padding: 0 16px;
    display: flex;
  }
  .info_table th {
    border-bottom: 1px solid #FFF;
    text-align: center;
    color: #fff;
    width: 30%;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    vertical-align: middle;
  }
  .info_table.-nl th {
    background: #216E5A;
  }
  .info_table.-gnl th {
    background: #BD8A34;
  }
  .info_table td {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-top: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    padding: 10px;
    vertical-align: middle;
  }
  .info_table .note_list {
    font-size: 12px;
  }
  .info .aco {
    border-radius: 4px;
    background: #E8E8E8;
    margin-top: 24px;
  }
  .info .aco_label {
    background: #E8E8E8 ;
  }
  .info_aco-ttl {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
  }
  .info .aco_content {
    padding: 16px 16px 0 16px;
    background: #fff;
    margin-top: 0 !important;
  }
  .info .aco_label::after {
    position: absolute;
    content: '';
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_accordion_close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
  }
  .info .aco_label.open::after {
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_accordion_open.svg);
  }
  @media screen and (min-width: 769px) {
    .info .tab-contents {
      max-width: 880px;
      margin: 0 auto;
    }
    .info .aco {
      max-width: 880px;
      width: 100%;
    }
    .info .aco .note,
    .info .aco .note_num {
      margin: 0;
    }
    .info_item-wrap {
      max-width: 640px;
      margin-bottom: 40px;
      border: 2px solid #FFF;
    }
    .info_wrap img {
      width: 435px;
    }
    .info_ttl {
      font-size: 26px;
    }
    .info_table th,
    .info_table td {
      font-size: 16px;
      padding: 16px;
    }
    .info_item.show,
    .info_item {
      font-size: 16px;
      height: 52px;
    }
    .info_table td .textlink::after {
      margin-top: 9px;
    }
    .info_table td .note li .textlink::after {
      margin-top: 3px;
    }
    .info h2 .logo_img {
      width: 212px;
    }
    .info_table {
      padding: 0;
    }
    .info_table th {
      width: 23%;
    }
    .info_table .note_list {
      font-size: 16px;
      padding-left: 25px;
    }
    .info_wrap .aco_label {
      text-align: left;
    }
    .info .aco_label::after {
      right: 3%;
    }
    .info_area-wrap {
      margin-bottom: 96px;
    }
    .info_area_inner {
      margin-top: 24px;
    }
    }

    /*お問い合わせ*/
    .info_area {
      padding: 40px 16px 24px 16px;
    }
    .info_area_inner{
      padding-bottom: 8px;
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
      max-width: 240px;
      margin: 32px auto 24px;
    }
    .info_area_inner a {
      text-decoration: none;
    }
    .info_area_btn{
      position: relative;
      border-radius: 100px;
      background: #5E5E5E;
      box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.10) inset, 0 2px 10px 0 rgba(0, 0, 0, 0.25);
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }
    .info_area_btn a {
      width: 100%;
    }
    .modal_area-regular .info_area_btn a {
      padding: 16px 0;
    }
    @media screen and (min-width: 769px) {
    .info_area_btn:hover{
      cursor: pointer;
    }
    }
    .info_area_btn span {
      color: #FFF;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
    }
    .info_area_btn::after {
      position: absolute;
      content: '';
      background-image: url(/camp/numberless_gold-numberless/assets/img/cv_arrow.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 8px;
      height: 8px;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
    }
    .modal_area-regular .info_area_btn::after{
      background-image: url(/camp/numberless_gold-numberless/assets/img/cv_arrow_green.svg)
    }
    #contact_modal-gnl .modal_area-regular .info_area_btn::after{
      background-image: url(/camp/numberless_gold-numberless/assets/img/cv_arrow_gold.svg)
    }
    .info_area_note {
      margin: 16px 0 !important;
    }
    @media (min-width: 769px) {
      .info_area_btn {
        margin: 0 auto;
        border-radius: 100px;
      }
      .info_area_btn_note {
        max-width: 498px;
      }
      .info_area_note {
        margin: 24px auto 16px auto !important;
        display: flex;
        flex-direction: column;
        align-items: center !important;
        gap: 3px !important;
      }
    }

  /* モーダル */
  .modal_bg{
    background: rgba(0, 0, 0, 0.50);
    position: fixed;
    z-index: 12;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
  }
  .modal_content{
    position: fixed;
    z-index: 13;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 91.5%;
    padding: 48px 16px 24px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.10);
    opacity: 0;
    pointer-events: none;
    transition: .4s;
    max-height: 95%;
  }
  .modal_content#contact_modal{
    padding: 32px 14px;
  }
  .modal_bg.active,.modal_content.active{
    opacity: 1;
    pointer-events: initial;
  }
  .modal_content-outer {
    text-align: center;
  }
  .modal_content .modal_close{
    position: absolute;
    top: -40px;
    right: -5px;
    width: 40px;
    height: 40px;
  }
  .modal_content .modal_close img{
    width: 100%;
  }
  .modal_txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  .modal_txt.about{
    gap: 0;
    overflow-y: scroll;
    height: 100%;
  }
  .modal_txt_head{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .modal_txt.about .modal_txt_head{
    margin-bottom: 32px;
  }
  .modal_txt_head .main{
    color: #121C16;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .modal_txt.about .modal_txt_head .main{
    font-size: 20px;
  }
  .modal_txt_head .sub{
    color: #121C16;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .modal_txt_content{
    display: flex;
    height: 200px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(84, 84, 84, 0.20);
    background: #FFF;
    overflow-y: scroll;
  }
  _:lang(x)+_:-webkit-full-screen-document {
    background-color: red;
  }
  .modal_txt_content .main{
    color: #121C16;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  .modal_btn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
  }
  .modal_ttl {
    color: #121C16;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 158%; /* 31.6px */
    padding-bottom: 24px;
  }
  .modal_txt1 {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; /* 18px */
  }
  .modal_txt2 {
    color:#5E5E5E;
    font-size: 10px;
    font-weight: 400;
    line-height: 130%; /* 13px */
  }
  .modal_area_inner{
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
  .modal_area_btn{
    display: flex;
    width: 240px;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #216E5A;
    background: var(--NEUTRAL-WHITE, #FFF);
    margin: 24px 0 16px;
    position: relative;
  }
  .modal_area_btn span{
    color: #216E5A;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  .modal_area_btn::before {
    position: absolute;
    content: '';
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 47px;
    left: 20px;
    top: 35%;
  }
  .modal_area_btn::after{
    position: absolute;
    content: '';
    background-image: url(/camp/numberless_gold-numberless/assets/img/cv_arrow-info.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 24px;
    right: 20px;
    top: 65%;
    transform: translateY(-50%);
  }
  .modal_content-scroll {
    height: 372px;
    border: 1px solid #CCC;
    overflow-y: scroll;
    padding: 32px 14px;
  }
  .modal_content-night {
    height: 315px !important;
  }
  .modal_content-kiyaku {
    padding: 24px 14px;
    max-height: 550px;
  }
  .modal_content-kiyaku .modal_content-outer{
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal_kiyaku-ttl {
    color:#242527;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 158%;
    margin-bottom: 24px;
  }
  .modal_kiyaku-txt {
    color:#242527;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .modal_kiyaku-subttl {
    color:#242527;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
    text-align: left;
  }
  .modal_kiyaku-subtxt {
    color:#242527;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    padding-left: 16px;
    text-align: left;
    margin-bottom: 8px;
  }
  .modal_kiyaku-subtxt2 {
    color:#242527;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
  }
  .modal_kiyaku-subtxt::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 100%;
    left: 0px;
    background: linear-gradient(180deg, #242527 100%);
    top: 0;
  }
  .note_list-kiyaku {
    padding-left: 14px !important;
    text-align: left;
    gap: 8px;
    display: flex;
    flex-direction: column;
  }
  .note_list-kiyaku {
    font-size: 12px;
    color:#242527;
  }
  .note_list-kiyaku li::before {
    left: 2px !important;
  }
  .note_list-kiyaku li:last-of-type {
    margin-bottom: 24px;
  }
  .note_list-kiyaku .note li{
    font-size: 10px;
    margin-top: 8px;
  }
  .note_list-kiyaku .note li::before{
    content:"※"!important;
  }
  .modal_content-outer .info_area_inner {
    margin: 24px auto 0 !important;
    padding-bottom: 0 !important;
  }
  .modal_kiyaku_btn_back {
    color: #333;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
  }
  @media screen and (min-width: 769px) {
  .modal_kiyaku_btn_back:hover{
    opacity: .5;
  }
  }
  .note_kiyaku li {
    font-size: 10px;
  }
  #contact_modal-gnl .modal_area-immidiate .info_area_btn {
    background: #C09923;
  }
  #contact_modal-gnl .modal_area-regular .info_area_btn {
    border: 1px solid #C09923;
  }
  #contact_modal-gnl .modal_area-regular .info_area_btn span {
    color: #C09923;
  }
  .modal_area-gnl .info_area_btn {
    background: #C09923 !important;
  }
  #contact_modal .modal_txt1,
  #contact_modal .modal_txt2 {
    text-align: center;
  }
  @media screen and (min-width: 769px) {
    .modal_content{
      max-width: 880px;
      padding: 40px 40px 24px;
    }
    .modal_content-kiyaku{
      max-height: 672px;
    }
    .modal_txt_content{
      height: auto;
      padding: 24px;
      overflow-y: initial;
    }
    table.modal_txt_table tr{
      flex-direction: row;
      padding: 16px;
      align-items: flex-start;
      gap: 24px;
      align-self: stretch;
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    table.modal_txt_table tr:first-of-type{
      border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    table.modal_txt_table th{
      max-width: 140px;
      width: 100%;
      padding: 0;
      font-size: 16px;
      line-height: 150%;
      text-align: left;
    }
    table.modal_txt_table td{
      font-size: 16px;
      line-height: 150%;
    }
    .modal_btn{
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 16px;
      align-self: stretch;
    }
    .modal_txt1 {
      font-size: 12px;
    }
    .modal_txt2 {
      font-size: 12px;
    }
    .modal_area_btn {
      margin: 16px 0;
    }
    
  }
  /* risk */
  .risk {
    background: #E8E8E8;
    padding: 24px 16px;
  }
  .risk_ttl {
    color: #242527;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin: 16px 0 8px;
  }
  .risk_txt {
    color: #242527;
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .risk_wrap .textlink {
    font-size: 10px;
    color: #242527;
    margin: 0 auto 16px;
  }
  @media screen and (min-width: 769px) {
    .risk {
      padding: 64px 0;
    }
    .risk_wrap {
      max-width: 1120px;
      margin: 0 auto 16px;
    }
    .risk_ttl {
      font-size: 14px;
    }
    .risk_txt {
      font-size: 12px;
    }
    .risk_wrap .textlink {
      font-size: 12px;
    }
    }

  /* footer */
  footer {
    background: #242527;
    font-family: "Noto Sans JP";
  }
  .footer_item-wrap {
    display: flex;
    max-width: 375px;
    padding: 24px 16px 0 16px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .footer_item .textlink {
    color: #fff;
    font-size: 10px;
  }
  .footer_item .textlink::after {
    margin-top: 8px;
    background-image: url(/camp/numberless_gold-numberless/assets/img/icon_link_white.svg);
  }
  .footer_copyright {
    color:#FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
    padding: 24px 0 74px;
  }
  @media screen and (min-width: 769px) {
    .footer_copyright {
      padding-bottom: 89px;
      font-size: 12px;
    }
    .footer_item .textlink {
      font-size: 12px;
    }
    }
  
  /* 追従エリア */
.float_cv_area{
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.float_cv_area.show{
  opacity: 1;
  pointer-events: initial;
}
.float_cv_area_inner{
  display: flex;
}
.float_cv_area_btn{
  width: 50%;
  text-align: center;
  display: flex;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  font-family: "Noto Sans JP";
}
.float_cv-content{
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}
.float_cv-img img{
  width: 40px;
}
@media screen and (min-width: 769px) {
.float_cv_area_btn:hover {
  opacity: .9;
}
}
.float_cv_area_btn.nl {
  background: #014830;
  position: relative;
}
.float_cv_area_btn.gnl {
  background: #C09923;
  position: relative;
}
.float_cv_area_btn.nl::after,
.float_cv_area_btn.gnl::after{
  position: absolute;
  content: '';
  background-image: url(/camp/numberless_gold-numberless/assets/img/cv_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.float_cv-ttl {
  color: #FFF;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  line-height: 140%;
}
.float_cv-ttl .ttl-large{
  font-size: 11px;
  font-weight: 700;
}
.float_cv_area_btn_inner{
  display: inline-block;
  margin: 2.667vw 0 2.667vw 2.133vw;
  position: relative;
  text-align: left;
}
.float_cv_area p {
  line-height: 90%;
}

@media screen and (min-width: 769px) {
  .float_cv_area_btn {
    height: 69px;
  }
  .float_cv-ttl {
    line-height: 150%;
    text-align: center;
  }
  .float_cv_area_btn_inner{
    margin: 10px 0;
  }
  .float_cv-ttl:first-of-type {
    font-size: 14px;
    
  }
  .float_cv-ttl:last-of-type {
    font-size: 14px;
  }
  .float_cv-ttl .ttl-large{
    font-size: 16px;
    font-weight: 700;
  }
  .float_cv-content{
  gap: 24px;
}
.float_cv-img img{
  width: 70px;
}
}
  /* CVボタン */
  .modal_cv-ttl {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 158%;
    margin-bottom: 24px;
  }
  .modal_cv-txt {
    color: #333;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
  }
  .info_area-txt {
    color: #333;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
  }
  .modal_area-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  @media screen and (min-width: 769px) {
  .modal_area-wrap a:hover,
  .info_area_btn:hover {
    opacity: .5;
  }
}
  .modal_area-regular,
  .modal_area-immidiate {
    display: contents;
    width: 320px;
  }
  .modal_area-regular .info_area_btn {
    text-align: center;
    line-height: 100%;
    border-radius: 100px;
    border: 1px solid #014830;
    background: #fff;
  }
  .modal_area-regular .info_area_btn span {
    color: #014830;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .modal_area-immidiate .info_area_btn {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-radius: 100px;
    background: #014830;
    padding: 16px 0;
  }
  .modal_area-wrap .info_area_inner {
    width: 100%;
    max-width: 240px;
    margin: 0;
  }
  #contact_modal-nl .modal_content-outer,
  #contact_modal-gnl .modal_content-outer {
    padding: 0;
  }
  #contact_modal-nl .modal_content,
  #contact_modal-gnl .modal_content {
    padding: 0;
  }

  @media screen and (min-width: 769px) {
    .modal_area-wrap .info_area_inner {
      max-width: 320px;
    }
    .modal_cv-txt {
      font-size: 16px;
    }
  .modal_area-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 24px;
    width: 100%;
  }
  .modal_area-immidiate .info_area_btn {
    height: 48px;
  }
    }

/* タブ追従 */
.tab_label_outer{
  width: 100%;
}
.flow_spec .tab_label_outer{
  background: #fff;
}
.tab_label_outer.float{
  height: 63.3px;
}
.tab_label{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-self: stretch;
}
.tab_label.float{
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
}
.tab_label_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 100px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(2.5px);
}
.tab_label_inner a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}
.recommended_item-wrap.float{
    top: 20px !important;
    position: fixed;
  top: 20px;
  left: 0;
  z-index: 10;
  width: 100%;
}
.tab_content-nl .recommended_item-wrap.float{
    background: rgba(103, 143, 118, 0.30);
}
.tab_content-gnl .recommended_item-wrap.float{
  background: rgba(219, 195, 114, 0.30);
}
@media screen and (min-width: 769px) {
  .recommended_item-wrap.float{
    top: 30px !important;
}
.tab_label_inner a:hover{
  cursor: pointer;
}
}
.tab_label_inner a.classic{
  padding: 10px 8px 10px 12px;
  border-radius: 100px 0 0 100px;
}
.tab_label_inner a.gold{
  padding: 10px 12px 10px 8px;
  border-radius: 0 100px 100px 0;
}
.tab_label_inner a.classic.active{
  border-radius: 100px;
  background: rgba(0, 77, 51, 0.80);
  pointer-events: none;
}
.tab_label_inner a.gold.active{
  border-radius: 100px;
  background: rgba(201, 151, 13, 0.80);
  pointer-events: none;
}
.tab_label_inner a span{
  flex: 1 0 0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.tab_label_inner a.classic span{
  color: #1A5F47;
}
.tab_label_inner a.gold span{
  color: #C9970D;
}
.tab_label_inner a.classic.active span,.tab_label_inner a.gold.active span{
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.tab_label_inner a span span{
  font-size: 11px;
}
.tab_content{
  width: 100%;
}
.flow_spec .tab_content{
  padding: 40px 0;
}
.card_feature{
  display: none;
  width: 100%;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #D9E5E1;
}
.card_feature.classic{
  background: #D9E5E1;
}
.card_feature.gold{
  background: #F7F0DB;
}
.card_feature.active{
  display: flex;
}
.card_feature_label{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.card_feature_label_text{
  align-self: stretch;
  color: #121C16;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.card_feature_label_img{
  width: 100%;
}
.card_feature_label_img img{
  width: 100%;
}
.card_feature_label_name{
  align-self: stretch;
  color: #121C16;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.card_feature_content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.card_feature_content_item{
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 6px 0 rgba(0, 77, 51, 0.15);
}
.card_feature_content_item.bubble{
  position: relative;
  margin-top: 32px;
  background: #F5F5F5;
}
.card_feature_content_item.bubble .bubble_text{
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.card_feature_content_item.bubble .bubble_text > span{
  position: relative;
  color: #121C16;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.card_feature_content_item.bubble .bubble_text > span::before,.card_feature_content_item.bubble .bubble_text > span::after{
  position: absolute;
  content: "";
  bottom: 4px;
  width: 12px;
  height: 1px;
  box-sizing: border-box;
  background-color: #000;
}
.card_feature_content_item.bubble .bubble_text > span::before{
  left: -12px;
  transform: rotate(65deg);
}
.card_feature_content_item.bubble .bubble_text > span::after{
  right: -6px;
  transform: rotate(-65deg);
}
.card_feature_content_item.bubble .bubble_text > span span{
  font-size: 17px;
}
.card_feature_content_item_point{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.card_feature_content_item_point_title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
}
.card_feature_content_item_point_title p:first-of-type{
  padding-bottom: 4px;
  border-bottom: 0.5px solid #545454;
  flex: 1 0 0;
  color: #545454;
  font-family: Alata;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.32px;
  align-self: stretch;
}
.card_feature_content_item_point_title p:last-of-type{
  padding-bottom: 8px;
  border-bottom: 0.5px solid #545454;
  align-self: stretch;
  text-align: center;
}
.card_feature_content_item_point_title span{
  font-style: normal;
}
.card_feature_content_item_point_block{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.card_feature_content_item_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.card_feature_content_item_img{
  position: relative;
  width: 100%;
  text-align: center;
}
.card_feature_content_item_img.label{
  margin-top: 64px;
}
.card_feature_content_item_img img{
  width: 100%;
}
.card_feature_content_item_img.resp img{
  width: 76%;
}
.card_feature_content_item_img.resp02 img{
  width: 85%;
}
.card_feature_content_item_img img.original_size{
  width: auto;
}
.card_feature_content_item_img.wd50 img{
  width: 50%;
}
.card_feature_content_item_point_bubble{
  padding: 6px 16px 8px 16px;
  text-align: center;
  border-radius: 5px;
  background: #376857;
  position: relative;
  margin-bottom: 16px;
}
.card_feature_content_item_point_bubble::after{
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #376857 transparent transparent transparent;
  border-width: 8px 6px 0 6px;
  z-index: 1;
}
.card_feature_content_item_point_bubble span{
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  display: inline-block;
}
.card_feature_content_item_point_text{
  color: #121C16;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.card_feature_content_item_point_text_bold{
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 4px;
}
.card_feature_content_item_point_text_bold span{
  font-size: 35px;
}
.card_feature_content_item_img_label{
  position: absolute;
  display: flex;
  padding: 2px 40px 4px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #D9E5E1;
  color: #004D33;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  min-width: 176px;
}
.card_feature_content_item_img_label.large{
  padding: 6px 80px 8px 80px;
  min-width: 233px;
  top: -40px;
}
.card_feature_content_item_img_label span{
  color: #004D33;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  flex-shrink: 0;
}
.card_feature_content_item_img_label.large span{
  font-size: 14px;
}
.card_feature_content_item_img_label_text{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #121C16;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: -64px;
}
.card_feature_content_item_img_label_text span{
  color: #545454;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  flex-shrink: 0;
}
.card_feature_content_item_band{
  display: flex;
  padding: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #F7F0DB;
  margin: 0 16px;
}
.card_feature_content_item_band.p16{
  padding: 16px;
  justify-content: center;
  gap: 4px;
}
.card_feature_content_item_band span{
  font-style: normal;
}
.card_feature_content_item_band.label{
  justify-content: center;
  text-align: center;
  display: flex;
  padding: 16px 0 12px 0;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  position: relative;
  margin: 32px 16px 0;
}
.card_feature_content_item_band.label .band_label{
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #D6A40E;
  box-shadow: 0 0 4px 0 rgba(25, 39, 31, 0.20);
  backdrop-filter: blur(10px);
  width: 147px;
}
.card_feature_content_item_band.label .band_label .band_label_inner{
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.34px;
}
.card_feature_content_item_band.label .band_label .band_label_inner span{
  font-size: 14px;
  letter-spacing: 0.56px;
}
.card_feature_content_item_enclosure{
  display: flex;
  padding: 48px 8px 24px 8px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 5px;
  border: 2px solid #D9E5E1;
}
.card_feature_content_item_enclosure p{
  color: #121C16;
  font-family: "Noto Sans JP";
  font-size: 15.55px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(transparent 58%, #F7F1E1 58%);
}
.card_feature_content_item_enclosure p span{
  font-family: 'Alata';
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  background: linear-gradient(180deg, #E69801 0%, #E55325 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab_label_outer.float{
  height: 63.3px;
}
.tab_label.float{
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tab_label_outer.float{
    height: 97.61px;
  }
  .tab_label{
    max-width: 736px;
    margin: 0 auto;
    width: 100%;
  }
  .tab_label.float{
    top: 40px;
  }
  .flow_spec .tab_content{
    padding: 0;
  }
  .tab_label_inner a.classic{
    padding: 16px 8px 16px 12px;
  }
  .tab_label_inner a.gold{
    padding: 16px 12px 16px 8px;
  }
  .tab_label_inner a span{
    font-size: 14px;
  }
  .tab_label_inner a span span{
    font-size: 18px;
  }
  .card_feature{
    padding: 40px 24px;
  }
  .card_feature_label_text{
    font-size: 16px;
  }
  .card_feature_label_img{
    width: 403px;
  }
  .card_feature_label_img img{
    width: 403px;
  }
  .card_feature_label_name{
    font-size: 16px;
  }
  .card_feature_content{
    max-width: 928px;
    margin: 0 auto;
    width: 100%;
  }
  .card_feature_content_item{
    padding: 24px 40px 32px;
    gap: 16px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 77, 51, 0.15);
  }
  .card_feature_content_item.bubble{
    margin: 36px auto 0;
    max-width: 814px;
    padding: 32px 40px;
  }
  .card_feature_content_item.bubble .bubble_text{
    top: -42px;
  }
  .card_feature_content_item.bubble .bubble_text > span{
    font-size: 20px;
  }
  .card_feature_content_item.bubble .bubble_text > span::before{
    left: -14px;
  }
  .card_feature_content_item.bubble .bubble_text > span::after{
    right: -8px;
  }
  .card_feature_content_item.bubble .bubble_text > span span{
    font-size: 21px;
  }
  .card_feature_content_item_point_title{
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
  .card_feature_content_item_point_title p:first-of-type{
    display: flex;
    padding: 0 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 0 1 auto;
    border-bottom: 2px solid #545454;
    background: #545454;
  }
  .card_feature_content_item_point_title p:first-of-type span{
    color: #FFF;
    font-family: Alata;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.2px;
  }
  .card_feature_content_item_point_title p:first-of-type span span{
    font-size: 32px;
  }
  .card_feature_content_item_point_title p:last-of-type{
    border-bottom: 2px solid #545454;
    align-self: stretch;
    text-align: left;
    display: flex;
    padding: 4px 0px 8px 32px;
    align-items: center;
    gap: 0;
    flex: 1 0 0;
    height: 70px;
  }
  .card_feature_content_item_point_block{
    margin-top: 16px;
    flex-direction: row-reverse;
    width: 85%;
    gap: 16px;
  }
  .card_feature_content_item_point_block.fl_col{
    margin: 16px auto 0;
    flex-direction: column;
    width: 85%;
    gap: 16px;
  }
  .card_feature_content_item_point_block.fl_col.gap0{
    gap: 0;
  }
  .card_feature_content_item_point_block.wd100{
    width: 100%;
    margin-top: 0;
  }
  .card_feature_content_item_box.small{
    width: auto;
    flex-shrink: 0;
  }
  .card_feature_content_item_box.fl_row{
    flex-direction: row;
  }
  .bubble .card_feature_content_item_box.fl_row{
    gap: 25px;
    align-items: flex-start;
  }
  .card_feature_content_item_box.fl_colrev{
    flex-direction: column-reverse;
    width: 342px;
    flex-shrink: 0;
  }
  .card_feature_content_item_box.left{
    align-items: flex-start;
    flex-shrink: 0;
    width: auto;
  }
  .card_feature_content_item_box.left .card_feature_content_item_point_text{
    text-align: left;
    font-size: 18px;
  }
  .card_feature_content_item_img.wdauto{
    width: auto;
    display: flex;
    align-items: center;
  }
  .card_feature_content_item_img.label{
    margin-top: 48px;
  }
  .card_feature_content_item_img img{
    max-width: 608px;
  }
  .card_feature_content_item_img.resp img{
    max-width: 231px;
    width: 68%;
  }
  .card_feature_content_item_img.resp,.card_feature_content_item_img.resp02{
    margin-top: 0!important;
  }
  .card_feature_content_item_img.pc_resp{
    margin-bottom: 0!important;
  }
  .card_feature_content_item_img.resp02 img{
    width: 100%;
  }
  .card_feature_content_item_img.resp_large img{
    width: 105%;
  }
  .card_feature_content_item_img_label.large{
    top: -24px;
  }
  .card_feature_content_item_img_label.large span{
    font-size: 20px;
  }
  .card_feature_content_item_img_label_text{
    top: -54px;
  }
  .card_feature_content_item_img_label_text span{
    font-size: 16px;
  }
  .card_feature_content_item_band_flex{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0 24px;
  }
  .card_feature_content_item_band_flex.large{
    width: 100%;
  }
  .card_feature_content_item_band{
    margin: 0;
    flex: 1 0 0;
    max-width: 320px;
  }
  .card_feature_content_item_band.large{
    max-width: 373px;
  }
  .card_feature_content_item_point_text{
    font-size: 18px;
  }
  .card_feature_content_item_point_text_bold{
    font-size: 28px;
    margin-top: 8px;
  }
  .card_feature_content_item_point_text_bold span{
    font-size: 38px;
  }
  .card_feature_content_item_img.wd50 img{
    width: 35%;
  }
  .card_feature_content_item_band.label{
    margin: 32px auto 0;
  }
  .card_feature_content_item_enclosure{
    padding: 0 8px;
    border: none;
  }
  .card_feature_content_item_img img.card_feature_content_item_enclosure_img{
    display: flex;
    padding: 61.559px 60px 30.78px 60px;
    flex-direction: column;
    align-items: center;
    gap: 20.52px;
    border-radius: 6.412px;
    border: 2.565px solid #D9E5E1;
    max-width: 520px;
  }
  .card_feature_content_item_enclosure p{
    font-size: 18px;
  }
  .card_feature_content_item_enclosure p span{
    font-size: 46px;
  }
}

/* tabサイズ */
@media (max-width: 768px) and (min-width: 640px) {
  .what h2::before, .save h2::before {
    top: 0;
    height: 100%;
  }
}

.fv_right .slick-slide {
  opacity: 0;
  transform: translateX(-3px);
  transition: opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
  
}
.fv_right .slick-current {
  opacity: 1;
  transform: translateX(0);
}

.fv_left .slick-slide {
  opacity: 0;
  transform: translateX(3px);
  transition: opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
  
}
.fv_left .slick-current {
  opacity: 1;
  transform: translateX(0);
  
}
.fv_right .slick-slide.is-hidden {
  opacity: 0 !important;
  transform: translateX(-10px) !important;
}
.fv_left .slick-slide.is-hidden {
  opacity: 0 !important;
  transform: translateX(10px) !important;
}



.fs_16-18{
  font-size: 18px!important;
}
@media (max-width: 768px){
  .fs_16-18{
  font-size: 16px!important;
}
}


.text-center{
  text-align: center!important;
}