:root {
  --color-main: #D60029;
  --color-sub: #009768;
	--color-beginner: #1C8263;
  --color-bg: #F5F5F5;
  --color-txt: #464646;
	--color-border: #CCC;
  --color-bk: #000;
  --color-wh: #fff;
  --font-base:"yu-gothic-pr6n","游ゴシック体",YuGothic,"游ゴシック",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"Yu Gothic","メイリオ",Meiryo,sans-serif;
  --lineHeight-xs: 1.2;
  --lineHeight-s: 1.4;
  --lineHeight-m: 1.6;
  --lineHeight-l: 1.8;
  --lineHeight-xl: 2;
  --trans-min02: all .2s ease-in-out;
  --headerHeight-pc: 74px;
  --headerHeight-sp: 66px;
}
html {
  scroll-behavior: smooth;
	scroll-padding-top: var(--headerHeight-pc);
}
body {
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: var(--color-txt);
  font-family: var(--font-base);
  line-height: 1.6;
  word-break: break-all;
  overflow-x: clip;
}
*,*::before,*::after {
  box-sizing: border-box;
}
main {
  display: block;
  padding-top: var(--headerHeight-pc);
  overflow: clip;
}
img {
  vertical-align: top;
  max-width: 100%;
}
p a {
  text-decoration: underline;

  &:hover {
    text-decoration: none;
  }
}
sub, sup {
  font-size: 65%;
}
picture {
    display: block;
}
.hp_brSp, .hp_spOnly {
  display: none;
}
.hp_ls_s {
  letter-spacing: -0.05em;
}
.ly_wrap_m {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 0 auto;
}
.ly_wrap_s {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
  background-color: #c00;
  width: 100%;
  padding: 26px 0;
}
#header .header_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#header .header_flex .logoArea img {
  width: 100%;
  height: auto;
}
#header .header_flex .logoArea img.l-logo_image {
  width: 139px;
  height: 38px;
}
#header .header_flex .header_nav .header_nav_ul {
  display: flex;
  margin-right: 40px;
}
#header .header_flex .header_nav .header_nav_ul li {
  margin-left: 25px;
  line-height: 1;
}
#header .header_flex .header_nav .header_nav_ul li a {
  color: #fff;
  font-size: 16px;
  padding-bottom: 0.2em;
  letter-spacing: .032em;
  font-weight: 700;
}
#header .header_flex .header_nav .header_nav_ul li a:hover {
  border-bottom: 2px solid #fff;
  background-position: 0% bottom;
}
#Toggle {
  display: none;
}

#footer {
  padding: 44px 25px;
  color: #474747;
  font-size: 12px;
  font-family: YuGothic, " 游ゴシック", " メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", " ヒラギノ角ゴ Pro W3", "Lucida Grande", "LucidaSans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.6;
  background-color: #fff;
}
#footer .logoArea {
  margin-bottom: 16.4px;
}
#footer .logoArea .imgsize img {
  display: block;
  margin-top: 16.4px;
  height: 22px;
}
#footer .copyright {
  margin-top: 16.4px;
}
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 0;
  display: none;
}
.scroll-top img {
  width: 100%;
  height: auto;
}
.scroll-top:hover {
  cursor: pointer;
}
.ta_c {
  text-align: center;
}
.fw400 {
  font-weight: 400;
}
.cmn_margin_xs {
  margin-top: 10px;
}
.cmn_margin_s {
  margin-top: 20px;
}
.cmn_margin_m {
  margin-top: 30px;
}
.cmn_margin_md {
  margin-top: 40px;
}
.cmn_margin_l {
  margin-top: 50px;
}
.cmn_margin_xl {
  margin-top: 60px;
}
.cmn_margin_xxl {
  margin-top: 100px;
}
.cmn_small {
  font-size: 13px;
}
.cmn_text, p {
  font-weight: 700;
  line-height: 1.7;
  font-size: 20px;
  letter-spacing: 0.032em;
}
.cmn_text + .cmn_text {
  margin-top: 25px;
}
.cmn_red{
  color: var(--color-main);
}
.cmn_h2_cotainer {
  background: linear-gradient(180deg,
  #000000 0%,
  #484848 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 204px;
  padding: 30px 20px;
  position: relative;
}
.cmn_h2_cotainer::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 54.75px;
  height: 35px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #484848;
}
.cmn_h2 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1739;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  width: fit-content;
  z-index: 1;
}
.cmn_h2::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #c9a42c;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0% 100%);
}
.cmn_h3 {
  font-size: 42px;
  text-align: center;
  line-height: 1.619;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 50px;
}
.cmn_h3 strong {
  color: var(--color-main);
  text-decoration: underline;
  text-decoration-color: var(--color-main);
  text-decoration-thickness: 4px;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.3em;
}
.cmn_h3 .cmn_h3-s {
  font-size: 32px;
}
.cmn_h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: var(--lineHeight-s);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 45px;
  padding: 35px 0 31px;
  border-top: 4px solid var(--color-txt);
  border-bottom: 4px solid var(--color-txt);
  position: relative;
}
.cmn_h4::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 39px;
  height: 19px;
  background-color: var(--color-txt);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.cmn_h4--under {
  font-size: 36px;
  border-top: none;
  padding-top: 0;
}
.cmn_h4_green {
  color: var(--color-sub);
}
.cmn_h4_orange {
  color: #F39A37;
}
.cmn_h5 {
  padding: 15px 22px 11px;
  background-color: #F2F2F2;
  font-size: 26px;
  line-height: var(--lineHeight-s);
}
.cmn_h5--bk {
  background-color: #000;
  border: 1px solid #707070;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.14em;
}
.cmn_section {
  margin-top: 60px;
}
.cmn_section--l {
  margin-top: 80px;
}
.cmn_section--top {
  margin-top: 0;
}
.cmn_wrap-m {
  max-width: 940px;
  margin-inline: auto;
}
.cmn_wrap-s {
  max-width: 800px;
  margin-inline: auto;
}
.cmn_catch {
  font-size: 24px;
  letter-spacing: .03em;
  text-align: center;
  font-weight: 700;
}
.cmn_catch > strong {
  font-size: 32px;
  color: var(--color-main);
  letter-spacing: .03em;
  line-height: var(--lineHeight-s);
}
.cmn_dotList > li{
  position: relative;
  text-align: left;
  padding-left: 1.1em;
  line-height: 1.3;

  &+li {
      margin-top: 8px;
  }

  &::before {
      position: absolute;
      content: "・";
      left: 0;
      top: 0;
  }
}
.cmn_descList > dt{
  margin: 35px 0 7px;
  font-size: 26px;
  letter-spacing: 0.032em;
  line-height: var(--lineHeight-s);
  color: #006268;
}
.cmn_labelbox_label {
  background: #fff;
  padding: 10px 22px;
  width: fit-content;
  margin-inline: auto;
  border: 1px solid var(--color-txt);
  border-radius: 27px;
  line-height: var(--lineHeight-s);
  text-align: center;
  max-width: calc(100% - 30px);
}
.cmn_labelbox_main {
  margin-top: 35px;
}
.cmn_labelbox_col {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cmn_accordion_title {
  background: var(--color-beginner);
  list-style: none;
  cursor: pointer;
  padding: 33px 110px 30px;
  border-radius: 20px;
  position: relative;
}
.cmn_accordion_title.expert {
  background: var(--color-main);
}
.cmn_accordion_title_inner {
  line-height: var(--lineHeight-xs);
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: var(--lineHeight-s);
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.cmn_accordion_title.beginner::after {
  content: "";
  background: url(../img/icon_acco_beginner.svg) no-repeat center/ contain;
  width: 72px;
  height: 87px;
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cmn_accordion_title.expert::after {
  content: "";
  background: url(../img/icon_acco_expert.svg) no-repeat center/ contain;
  width: 72px;
  height: 87px;
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cmn_accordion_title::-webkit-details-marker {
  display: none;
}
.cmn_accordion_title_icon {
  background:#fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin-block: auto;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  flex-shrink: 0;
}
.cmn_accordion_title_icon::before {
  content: "";
  width: 18px;
  height: 18px;
  mask: url(../img/icon_plus.svg) center / 100% 100%;
  background-color: var(--color-beginner);
}
.cmn_accordion[open] .cmn_accordion_title_icon::before {
  mask: url(../img/icon_minus.svg) center / 100% 100%;
}
.cmn_accordion--red .cmn_accordion_title_icon::before {
  background-color: var(--color-main);
}
.cmn_accordion[open] .cmn_accordion_title {
  border-radius: 20px 20px 0px 0px;
}
.cmn_accordion_main {
  background-color: #fff;
  border: 3px solid #006268;
  border-top: none;
  padding: 40px 30px 50px;
  border-radius: 0px 0px 20px 20px;
}
.cmn_accordion--red .cmn_accordion_main {
  border-color: var(--color-main);
}
.cmn_accordion_col {
  display: flex;
  align-items: center;
  gap: 60px;
}
.cmn_accordion_col_h {
  width: 50%;
  flex-shrink: 0;
}
.cmn_separate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.cmn_separate--s {
  gap: 15px;
}
.cmn_separate_txt {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 2.45;
}
.cmn_separate_line {
  background: linear-gradient(to left, #fff 0%, #fff 30%, #C9C9C9 30%, #C9C9C9 100%) repeat-x left bottom;
  background-size: 12px 2px;
  padding-bottom: 10px;
}
.cmn_separate_txt strong {
  font-size: 33px;
  font-weight: 700;
  line-height: var(--lineHeight-m);
  color: var(--color-main);
}
.cmn_separate_txt--s {
  font-size: 18px;
}
.cmn_separate_bubble {
  background-image: linear-gradient(to right, #C9C9C9, #C9C9C9 6px, transparent 6px),
  linear-gradient(to bottom, #C9C9C9, #C9C9C9 6px, transparent 6px),
  linear-gradient(to left, #C9C9C9, #C9C9C9 6px, transparent 6px),
  linear-gradient(to top, #C9C9C9, #C9C9C9 6px, transparent 6px);
  background-size: 12px 2px, 2px 12px, 12px 2px, 2px 12px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: top, left, bottom, right;
  padding: 36px 20px 10px;
  margin-top: 23px;
  width: calc(100% - 22px);
  font-size: 20.01px;
  font-weight: 700;
  position: relative;
  word-wrap: break-word;
}
.cmn_separate_bubble::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 20px;
  right: -19px;
  top: 9px;
  background: url(../img/icon_bubble.svg) no-repeat center center;
}
.cmn_separate_bubble strong {
  color: var(--color-main);
}
.cmn_separate_bubble ruby::after {
  padding: unset;
}
.cmn_separate_bubble rt {
  font-size: 18.62px;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
}
.cmn_note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  letter-spacing: .032em;
}
.cmn_note-m {
  font-size: 14px;
  font-weight: 500;
}
.cmn_note-s {
  font-size: 13px;
}
.cmn_note.num {
  text-indent: -2em;
  padding-left: 2em;
}
.cmn_note.noindent {
  text-indent: 0;
  padding-left: 0;
}
.cmn_caption {
  font-size: 16px;
  letter-spacing: .032em;
}
.cmn_caption-s {
  font-size: 13px;
}
.cmn_table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.cmn_table td,
.cmn_table th {
  border: 1px solid var(--color-border);
  min-height: 70px;
  height: 100%;
  vertical-align: middle;
  padding: 20px 13px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.032em;
  line-height: 1.27;
}
.cmn_table tbody tr:first-child td,
.cmn_table tbody tr:first-child th {
  border-top: none;
}
.cmn_table thead th {
  background: var(--color-sub);
  color: #fff;
  font-size: 24px;
  padding-block: 25px 22px;
  border-color: transparent;
  border-right: 1px solid #fff;
}
.cmn_table thead th:last-child {
  border-right: none;
}
.cmn_table thead th.cmn_table_th--s {
  font-size: 22px;
}
.cmn_table thead .cmn_table_th--l {
  font-size: 26px;
}
.cmn_table tbody th {
  background: #D1EBC7;
  text-align: center;
  border-left: 1px solid transparent;
}
.cmn_table tbody td {
  background: #f6f6f6;
  font-weight: 700;
}
.cmn_table_txt--s {
  font-size: 18px;
}
.cmn_table thead th.cmn_table--red {
  background-color: var(--color-main);
}
.cmn_table tbody td.cmn_table--lightRed {
  background-color: #FFEEF1;
}
.cmn_table tbody td.cmn_table--lightGreen {
  background-color: #E8F2EF;
}
.cmn_table thead th.cmn_table--gray,
.cmn_table tbody th.cmn_table--gray,
.cmn_table tbody td.cmn_table--gray {
  background-color: var(--color-bg);
}
.cmn_table thead th.cmn_table--gray {
  border-bottom: 1px solid var(--color-border);
}
.cmn_table_imgThead {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cmn_table_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  letter-spacing: -0.005em;
}
.cmn_table_container_item {
  width: 100%;
}
.cmn_hoverOp {
  transition: var(--trans-min02);

  &:hover {
    opacity: .7;
  }
}

/* MV */
.mv {
  position: relative;
  background-image: linear-gradient(90deg, rgba(231, 231, 231, 1) 50%, rgba(240, 240, 240, 1) 50%);
}
.mv > * {
  position: relative;
  z-index: 1;
}
.mv_wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.mv_inner {
  position: relative;
  height: 45vw;
  max-height: 650px;
}
.mv_title {
  position: absolute;
  display: block;
  bottom: 59px;
  right: 42%;
}
.mv_fig {
  position: absolute;
  display: block;
  bottom: 0;
  left: 45.5%;
}
.mv_bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mv_bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* tabArea_head */
.tabArea_head {
  background: url("../img/bg_head_01.png") repeat top center;
  position: relative;
  padding: 50px 0;
}
.tabArea_head > * {
  position: relative;
  z-index: 1;
}
.tabArea_tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 16px;
  background-color: #000;
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 30px;
}
.tabArea_tab > li {
  position: relative;
}
.tabArea_tab--campaign {
  position: absolute;
  content: "";
  top: -30px;
  right: -220px;
  min-width: 240px;
  height: 64px;
  padding: 10px 20px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-image: linear-gradient(135deg, 
  #DE002A 50%, 
  #C50127 100%);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.tabArea_tab--campaign::before {
  position: absolute;
  content: "";
  bottom: -18px;
  left: 10px;
  width: 44px;
  height: 18px;
  clip-path: polygon(40% 0%, 0% 100%, 100% 0);
  background-color: #DE002A;
}
.tabArea_tab_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #fff;
  font-size: 26px;
  width: 100%;
  height: 100%;
  min-height: 100px;
  font-weight: 700;
  line-height: var(--lineHeight-m);
  text-align: center; 
  padding: 10px 50px;
  position: relative;
}
.tabArea_tab_btn::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  margin-inline: auto;
  background: url(../img/icon_arrow_bottom.svg) no-repeat center / contain;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  transition: var(--trans-min02);
}
.tabArea_tab_btn:hover::before {
  top: 15px;
}
.tabArea_tab_btn--cs {
  pointer-events: none;
  overflow: hidden;
}
.tabArea_tab_btn--cs::after {
  content: "COMING SOON";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(145, 145, 145, .76);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.032em;
}
.tabArea_note {
  position: relative;
  background: #fff;
	border: 2px solid #BFBFBF;
  padding: 48px 20px 26px;
  margin-top: 54px;
}
.tabArea_note_text {
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  padding: 13px 40px;
  background-color: #000;
  border-radius: 26px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  line-height: var(--lineHeight-s);
  letter-spacing: 0;
}
.tabArea_note_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-weight: 700;
  text-align: center;
}
.tabArea_note_list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* tabArea_main */ 
.tabArea_main {
  background-color: var(--color-bg);
}
.tabArea_contents {
  padding-bottom: 100px;
}
.tabArea_contents:last-child {
  padding-bottom: 130px;
}
.tabArea_contents--01 {
  background: url("../img/bg_contents_01.png") repeat top center;
  
}
.tabArea_contents--02 {
  background: url("../img/bg_contents_02.png") repeat top center;
}
.tabArea_contents--03 {
  background: url("../img/bg_contents_03.png") repeat top center;

}
.tabArea_contents_inner {
  margin-top: 80px;
  border: 3px solid var(--color-txt);
  border-radius: 30px;
  background-color: #fff;
  padding: 90px 0 100px;
}
.tabArea_contents_head {
  width: calc(100% - 30px);
  margin: 0 auto;
}

/* fundCol */
.fundCol {
  display: flex;
  gap: 88px;
  text-align: center;
  font-weight: 700;
}
.fundCol_item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fundCol_title {
  font-size: 32px;
  letter-spacing: .01em;
  line-height: var(--lineHeight-s);
  color: var(--color-sub);
  margin-bottom: 13px;
}
.fundCol_box {
  border-radius: 10px;
  background: #CDE5C3;
  padding: 36px 16px 23px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.fundCol_box_title {
  padding: 7px 10px;
  width: calc(100% - 48px);
  margin-inline: auto;
  margin-bottom: 15px;
  background-color: #009869;
  color: #fff;
  font-size: 22px;
  line-height: var(--lineHeight-s);
  position: relative;
}
.fundCol_box_title::after,
.fundCol_box_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -23px;
  width: 24px;
  height: 100%;
  background-color: #009869;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.fundCol_box_title::before {
  left: auto;
  right: -23px;
  transform: rotate(180deg);
}
.fundCol_box > .fundCol_box_txt {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: .032em;
}
.fundCol_box_txt + .fundCol_box_title {
  margin-top: 26px;
}
.fundCol_box_img {
  background: #fff;
  border-radius: 10px;
  padding: 11px 10px 20px;
  text-align: center;
  margin-bottom:26px;
  margin-inline: 8px;
  min-height: 304px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.fundCol_box_img > figcaption {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: .058em;
  color: #009869;
}
.fundCol_box_img > figcaption > strong {
  text-decoration: underline;
}
.fundCol_item--sub .fundCol_title {
  color: #F39A37;
}
.fundCol_item--sub .fundCol_box {
  background: #F2F0A2;
}
.fundCol_item--sub .fundCol_title {
  border-color: var(--color-sub2);
}
.fundCol_item--sub .fundCol_box_img > figcaption {
  color: #F39A37;
}
.fundCol_item--sub .fundCol_box_title {
  background-color: #F39A37;
}
.fundCol_item--sub .fundCol_box_title::after,
.fundCol_item--sub .fundCol_box_title::before {
  background-color: #F39A37;
}

/* iconList */
.iconList {
  font-weight: 700;
}
.iconList_item {
  padding: 35px 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  border-bottom: 1px solid rgba(0, 98, 104, .24);
}
.iconList_item:first-child {
  padding-top: 7px;
}
.iconList_item:last-child {
  padding-bottom: 0;
  border-color: transparent;
}
.iconList_icon {
  flex-shrink: 0;
  width: 74px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 12px;
  position: relative;
  background-color: var(--color-beginner);
  border-radius: 100%;
}
.iconList_icon.iconList_icon--red {
  background-color: #F6BEC9;
}
.iconList_icon_number {
  font-size: 30px;
  line-height: var(--lineHeight-xs);
  color: #fff;
  white-space: nowrap;
}
.iconList_title {
  font-size: 26px;
  letter-spacing: 0.032em;
  line-height: var(--lineHeight-xs);
  color: #006268;
  margin-bottom: 8px;
}
.iconList_title.iconList_title--red {
  color: var(--color-main);
}
.iconList_txt {
  line-height: 1.7;
  letter-spacing: .01em;
}

/* dotList */
.dotList > li {
  position: relative;
  padding-left: 20px;
}
.dotList > li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

/* olList */
.olList {
  counter-reset: listNum;
}
.olList > li {
  position: relative;
  padding-left: 20px;
  counter-increment: listNum;
}
.olList > li::before {
  content: counter(listNum) ".";
  position: absolute;
  left: 0;
  top: 0;
}

/* tabelList */
.tabelList {
	display: flex;
  font-size: 22px;
}
.tabelList + .tabelList {
  margin-top: 18px;
}
.tabelList_title {
  width: 200px;
}
.tabelList_text {
  margin-left: 4px;
  flex: 1;
  font-weight: 500;
}

/* .warning_title */
.warning_title {
  font-size: 22px;
  line-height: var(--lineHeight-m);
  padding-left: 38px;
  margin-bottom: 13px;
  position: relative;
}
.warning_title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  aspect-ratio: 1;
  background: url(../img/icon_warning.svg) center/100% 100%;
}

/* .banner */
.banner {
  max-width: 940px;
  margin-inline: auto;
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
.banner_bubble {
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 40px 20px;
  margin-bottom: 40px;
  border-radius: 14px;
  position: relative;
}
.banner_bubble::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 26px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.banner_bubble.banner_bubble--green::before {
  background: var(--color-sub);
}
.banner_bubble.banner_bubble--red::before {
  background: #9c001e;
}
.banner_bubble--green {
  background: var(--color-sub);
}
.banner_bubble--red {
  background: linear-gradient(223deg,
  #cc0027 0%, 
  #7f0018 100%);
}
.banner_bubble_title {
  font-size: 36px;
  letter-spacing: -.01em;
}
.banner_bubble_title--en {
  letter-spacing: .06em;
}
.banner_bubble_sub {
  font-size: 23px;
  letter-spacing: .01em;
}
.banner_link {
  display: block;
  width: fit-content;
  margin-inline: auto;
}

/* .leadbox */
.leadbox_sub {
  font-size: 33px;
  text-align: center;
  letter-spacing: 0.06em;
  width: fit-content;
  margin-inline: auto;
  padding: 0 56px;
  margin-top: 36px;
  position: relative;
}
.leadbox_sub::before,
.leadbox_sub::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 27px;
  height: 51.5px;
  background: url(../img/deco_leadsub_line.svg) no-repeat center center / contain;
}
.leadbox_sub::after {
  left: auto;
  right: 0;
  transform: rotate(56deg)
}
.leadbox {
  background-color: #000;
  color: #fff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.06em;
  margin-top: 22px;
  padding: 13px 10px 12px;
}
.leadbox_txt--gold {
  color: #C9A42C;
}
.leadbox_txt--s {
  font-size: 33px;
}
.leadbox_txt--m {
  font-size: 37px;
}
.leadbox_txt--l {
  font-size: 51px;
  letter-spacing: 0.08em;
  line-height: var(--lineHeight-xs);
}
.leadbox_txt--narrow {
  letter-spacing: -0.01em;
}

/* textbox */
.textbox {
  display: flex;
  max-width: 873px;
  margin: 30px auto 8px;
  background-color: #F3F3F3;
  border-radius: 4px 0 0 4px;
}
.textbox_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BE9A42;
  border-radius: 4px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-align: center;
  min-width: 160px;
  min-height: 54px;
  padding: 10px 20px;
}
.textbox_inner {
  flex-grow: 1;
  padding: 5px 10px 6px;
  font-size: 22px;
  text-align: center;
}
.textbox_inner > strong {
  font-size: 32px;
}

/* graybox */
.graybox {
  padding: 18px 20px 17px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  background-color: #CCCCCC;
  border-radius: 10px;
}

/* stepbox */
.stepbox {
  display: flex;
  gap: 14px;
  margin-top: 56px;
}
.stepbox_item {
  background-color: #EFDEC2;
  border-radius: 10px;
  padding: 47px 20px 30px;
  width: 100%;
  text-align: center;
  position: relative;
}
.stepbox_title {
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin-inline: auto;
  max-width: 260px;
  min-height: 40px;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.04em;
}
.stepbox_title > span {
  vertical-align: middle;
}
.stepbox_title > strong {
  font-size: 42px;
  vertical-align: middle;
  letter-spacing: 0.14em;
  line-height: 1;
  margin-left: 5px;  
}
.stepbox_title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 18px;
  height: 10px;
  margin-inline: auto;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #000;
}
.stepbox_txt {
  font-size: 22px;
  line-height: 1.4;
}
.stepbox_txt_tag {
  display: inline-block;
  background-color: #D60029;
  border-radius: 4px;
  padding: 7px 12px 5px;
  margin-block: 8px;
  min-width: 138px;
  color: #fff;
  line-height: 1.4;
}
.stepbox_txt_tag  + .stepbox_txt_tag  {
  margin-left: 6px;
}
.stepbox_txt_tag--green {
  background-color: #009768;
}
.stepbox_txt_line {
  margin-top: 23px;
  font-size: 26px;
  color: #D60029;
  text-decoration: underline;
  line-height: 1.4;
}

/* flexbox */
.flexbox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.flexbox_title {
  font-size: 22px;
}

/* panelbtn */
.panelbtn {
  display: block;
  padding: 32px 20px 30px;
  border-radius: 20px;
  background-image: linear-gradient(136deg, rgba(214, 0, 41, 1), rgba(149, 27, 51, 1));
  color: #fff;
  text-align: center;
}
.panelbtn_text {
  font-size: 52px;
  padding-right: 40px;
  margin-inline: auto;
  position: relative;
  width: fit-content;
}
.panelbtn_text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-block: auto;
  width: 17px;
  height: 21px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transition: all .2s;
}
.panelbtn:hover > .panelbtn_text::before{
  right: -10px;
}
.panelbtn_textSub {
  font-size: 24px
}

/* contentsbox */
.contentsbox {
  background-color: #EFDEC2;
  border-radius: 20px;
  padding: 50px 68px 53px;
}
.contentsbox p,
.contentsbox li {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #464646;
  line-height: 2;
  font-weight: 500;
}
.contentsbox_inner {
  background-color: #fff;
  border-radius: 50px;
  padding: 40px 20px;
}

/* scrollbox */
.scrollbox {
  max-height: 400px;
  overflow-y: scroll;
  border-radius: 10px;
  border: 1px solid #464646;
  padding: 48px 31px 50px;
}
.scrollbox p,
.scrollbox li {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  font-weight: 500;
}
.scrollbox::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.scrollbox::-webkit-scrollbar-track {
  background-color: transparent;
  margin-block: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  border-radius: 100px;
}

@media only screen and (min-width: 768px) {
    .sp {
        display:none
    }
    #header {
      height: 74px;
    }
    #header .header_flex .logoArea {
      height: 22px;
      padding-left: 40px;
      margin-right: 40px;
    }
    #header .header_flex .logoArea img.l-logo_image {
      height: 22px;
      width: 328px;
    }
}
@media screen and (max-width: 1400px) {
  .tabArea_tab--campaign {
    right: -40px;
    min-width: auto;
    width: fit-content;
    height: 44px;
    font-size: 18px;
  }
  .tabArea_tab--campaign::before {
    bottom: -12px;
    left: 180px;
    width: 34px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pc {
      display:none
  }
  main {
    padding-top: var(--headerHeight-sp);
  }
  .hp_brPc {
    display: none;
  }
  .hp_brSp {
    display: inline;
  }
  .hp_pcOnly {
    display: none;
  }
  .hp_spOnly {
    display: block;
  }
  .hp_spNone {
    display: none;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--headerHeight-sp);
  }
  body {
    min-width: 0;
    font-size: 16px;
  }
  #header {
    padding: 14px 0;
  }
  #header .header_flex {
    min-width: inherit;
  }
  #header .header_flex .logoArea {
    height: 38px;
    padding-left: 26px;
  }
  #header .header_flex .header_nav {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
  }
  #header .header_flex .header_nav.active {
    transform: translateY(0%);
    top: 100%;
  }
  #header .header_flex .header_nav.non-active {
    display: none;
  }
  #header .header_flex .header_nav .header_nav_ul {
    flex-wrap: wrap;
    padding: 4% 0;
  }
  #header .header_flex .header_nav .header_nav_ul li {
    width: 100%;
    text-align: left;
    padding: min(4%, 16px) 0;
    margin-left: 4%;
  }
  #header .header_flex .header_nav .header_nav_ul li a {
    font-size: 16px;
    color: #474747;
  }
  #Toggle {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 7%;
    height: 30%;
    cursor: pointer;
    z-index: 100;
    max-width: 27px;
  }
  #Toggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #fff;
    transition: 0.35s ease-in-out;
    left: 0;
  }
  #Toggle span:nth-child(1) {
    top: 0;
  }
  #Toggle span:nth-child(2) {
    top: 50%;
  }
  #Toggle span:nth-child(3) {
    top: 100%;
  }
  #Toggle.active span:nth-child(1) {
    top: 50%;
    left: 0;
    transform: rotate(-45deg);
  }
  #Toggle.active span:nth-child(2),
  #Toggle.active span:nth-child(3) {
    top: 50%;
    transform: rotate(45deg);
  }
  #footer .logoArea .imgsize img {
    height: 17px;
  }
  .scroll-top {
    width: 40px;
    height: 40px;
    right: 12px;
  }
  .scroll-top > img {
    width: 100%;
    height: auto;
  }
  .cmn_h2_cotainer {
    padding: 40px 20px;
    min-height: 110px;
  }
  .cmn_h2_cotainer::before {
    bottom: -25px;
    width: 40px;
    height: 26px;
  }
  .cmn_h2 {
    font-size: 25px;
  }
  .cmn_h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .cmn_h3 strong {
    color: var(--color-main);
    text-decoration: underline;
    text-decoration-color: var(--color-main);
    text-decoration-thickness: 4px;
    text-decoration-skip-ink: none;
    text-underline-offset: 0.3em;
  }
  .cmn_h3 .cmn_h3-s {
    font-size: 20px;
  }
  .cmn_h4 {
    font-size: 19px;
    margin-bottom: 40px;
    padding: 20px 0;
  }
  .cmn_h4::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 39px;
    height: 19px;
    background-color: var(--color-txt);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .cmn_h4--under {
    font-size: 21px;
    border-top: none;
    padding-top: 0;
  }
  .cmn_h5 {
    font-size: 17px;
  }
  .cmn_catch {
    font-size: 16px;
  }
  .cmn_catch > strong {
    font-size: 21px;
  }
  .cmn_descList > dt{
    margin: 24px 0 6px;
    font-size: 17px;
    letter-spacing: 0.032em;
  }
  .cmn_text, p {
    font-size: 15px;
  }
  .cmn_margin_s {
    margin-top: 10px;
  }
  .cmn_margin_m {
    margin-top: 20px;
  }
  .cmn_margin_md {
    margin-top: 30px;
  }
  .cmn_margin_l {
    margin-top: 40px;
  }  
  .cmn_margin_xl {
    margin-top: 50px;
  }  
  .cmn_margin_xxl {
    margin-top: 60px;
  }  
  .cmn_section {
    margin-top: 40px;
  }
  .cmn_section--l {
    margin-top: 60px;
  }
  .cmn_section--top {
    margin-top: 0;
  }
  .cmn_labelbox_label {
    padding: 8px 20px;
    width: 100%;
    max-width: none;
    border-radius: 50px;
    font-size: 15px;
  }
  .cmn_labelbox_col {
    flex-direction: column;
    gap: 30px;
  }
  .cmn_accordion_main {
    padding: 25px 15px 30px;
  }
  .cmn_accordion_title {
    position: relative;
    padding: 20px 40px 20px 48px;
  }
  .cmn_accordion_title_inner {
    position: static;
    gap: 10px;
    font-size: 17px;
  }
  .cmn_accordion_title.beginner::after,
  .cmn_accordion_title.expert::after {
    width: 35px;
    left: 10px;
  }
  .cmn_accordion_title_icon {
    right: 10px;
    width: 25px;
    height: 25px;
  }
  .cmn_accordion_title_icon::before {
    width: 8px;
    height: 8px;
  }
  .cmn_accordion_col {
    flex-direction: column;
    gap: 20px;
  }
  .cmn_accordion_col_h {
    width: auto;
    text-align: center;
  }
  .cmn_separate {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .cmn_separate--reverse {
    flex-direction: column-reverse;
  }
  .cmn_separate--s {
    gap: 20px;
  }
  .cmn_separate_txt {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
  .cmn_separate_txt--s {
    font-size: 15px;
  }
  .cmn_separate_img {
    max-width: 200px;
  }
  .cmn_separate_line {
    padding-bottom: 8px;
  }
  .cmn_separate_txt strong {
    font-size: 25px;
  }
  .cmn_separate_bubble {
    padding: 34px 12px 10px;
    margin-bottom: 12px;
    width: 100%;
    font-size: 15px;
    letter-spacing: -.05em;
  }
  .cmn_separate_bubble::after {
    width: 24px;
    height: 24px;
    right: 0;
    left: 0;
    margin-inline: auto;
    top: auto;
    bottom: -21px;
    background: url(../img/icon_bubble_sp.svg) no-repeat center center;
  }
  .cmn_separate_bubble rt {
    font-size: 14px;
  }
  .js-scrollable .cmn_tableContainer {
    width: 900px;
  }
  .cmn_note,
  .cmn_small,
  .cmn_caption {
    font-size: 12px;
  }
  .cmn_table td,
  .cmn_table th {
    min-height: 50px;
    padding: 12px 10px;
    font-size: 17px;
  }
  .cmn_table thead th {
    min-height: 54px;
    font-size: 19px;
  }
  .cmn_table thead th.cmn_table_th--s {
    font-size: 18px;
  }
  .cmn_table thead .cmn_table_th--l {
    font-size: 21px;
  }
  .cmn_table_imgThead img {
    max-height: 70px;
  }
  .mv_inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    padding: 44px 0 0;
  }
  .mv_title {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 360px;
    margin-bottom: 14px;
  }
  .mv_fig {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 340px;
  }
  .tabArea_head {
    padding: 30px 0;
  }
  .tabArea_tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px;
  }
  .tabArea_tab--campaign {
    top: -34px;
    right: -32px;
    min-width: 90px;
    height: 50px;
    padding: 4px 6px;
    font-size: 12px;
  }
  .tabArea_tab--campaign::before {
    bottom: -9px;
    left: 34px;
    width: 20px;
    height: 10px;
  }
  .tabArea_tab_btn {
    padding: 15px 8px 45px;
    font-size: 16px;
  }
  .tabArea_tab_btn::before {
    width: 20px;
    height: 20px;
    top: auto;
    bottom: 15px;
    right: 0;
    left: 0;
  }
  .tabArea_tab_btn:hover::before {
    top: auto;
  }
  .tabArea_tab_btn--cs::after {
    font-size: 16px;
  }
  .tabArea_note {
    margin-top: 46px;
    padding: 44px 20px 20px;
  }
  .tabArea_note_text {
    top: -32px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 50px;
    max-width: calc(100% - 10px);
  }
  .tabArea_note_list {
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
  }
  .tabArea_note_list img {
    max-width: 100px;
  }
  .tabArea_contents {
    padding-bottom: 70px;
  }
  .cmn_table {
    width: 1000px;
  }
  .tabArea_contents_inner {
    margin-top: 50px;
    padding: 40px 0 60px;
  }
  .fundCol {
    flex-direction: column;
    gap: 50px;
  }
  .fundCol_item {
    padding: 0;
  }
  .fundCol_title {
    min-width: 0;
    margin-bottom: 15px;
    font-size: 21px;
  }
  .fundCol_box {
    padding: 26px 14px 22px;
  }
  .fundCol_box_title {
    font-size: 16px;
    width: calc(100% - 40px);
  }
  .fundCol_box_title::after,
  .fundCol_box_title::before {
    left: -19px;
    width: 20px;
  }
  .fundCol_box_title::before {
    right: -19px;
    left: auto;
  }
  .fundCol_box > .fundCol_box_txt {
    font-size: 17px;
  }
  .fundCol_box_txt + .fundCol_box_title {
    margin-top: 26px;
  }
  .fundCol_img {
    min-height: 0;
  }
  .fundCol_box_img {
    margin-inline: 0;
    min-height: auto;
  }
  .fundCol_box_img > figcaption {
    font-size: 17px;
  }
  .iconList_item {
    padding: 20px 0;
    gap: 14px;
  }
  .iconList_item:first-child {
    padding-top: 0;
  }
  .iconList_icon {
    width: 50px;
    padding: 10px;
  }
  .iconList_icon_number {
    font-size: 24px;
    letter-spacing: 0;
    margin: 0;
  }
  .iconList_txt {
    font-size: 15px;
  }
  .iconList_title {
    font-size: 19px;
    margin-bottom: 4px;
  }
  .tabelList {
    flex-direction: column;
    font-size: 16px;
  }
  .tabelList + .tabelList {
    margin-top: 16px;
  }
  .tabelList_title {
    width: 100%;
  }
  .tabelList_text {
    margin-left: 0;
  }
  .warning_title {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .warning_title::before {
    top: 2px;
    width: 22px;
  }
  .banner {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .banner_bubble {
    padding: 30px 18px 26px;
    margin-bottom: 28px;
  }
  .banner_bubble::before {
    bottom: -19px;
    width: 48px;
    height: 20px;
  }
  .banner_bubble_title {
    font-size: 25px;
  }
  .banner_bubble_sub {
    font-size: 18px;
  }
  .leadbox_sub {
    font-size: 20px;
    padding: 0 14px;
    margin-top: 30px;
  }
  .leadbox_sub::before,
  .leadbox_sub::after {
    width: 20px;
    height: 40px;
  }
  .leadbox {
    font-size: 16px;
    margin-top: 22px;
    padding: 13px 10px 12px;
  }
  .leadbox_txt--gold {
    color: #C9A42C;
  }
  .leadbox_txt--s {
    font-size: 18px;
  }
  .leadbox_txt--m {
    font-size: 22px;
  }
  .leadbox_txt--l {
    font-size: 34px;
  }
  .textbox {
    flex-direction: column;
    max-width: none;
    margin: 26px auto 8px;
    border-radius: 0 0 4px 4px;
  }
  .textbox_title {
    font-size: 18px;
    min-width: auto;
    min-height: auto;
    padding: 10px 20px;
  }
  .textbox_inner {
    font-size: 16px;
  }
  .textbox_inner > strong {
    font-size: 24px;
  }
  .graybox {
    padding: 14px 16px 13px;
    font-size: 17px;
  }
  .stepbox {
    flex-direction: column;
    gap: 34px;
    margin-top: 40px;
  }
  .stepbox_item {
    padding: 36px 10px 20px;
  }
  .stepbox_title {
    top: -16px;
    max-width: 220px;
    min-height: 34px;
    font-size: 19px;
    padding: 2px 10px;
  }
  .stepbox_title > strong {
    font-size: 28px;  
  }
  .stepbox_title::before {
    bottom: -8px;
    width: 16px;
    height: 8px;
  }
  .stepbox_txt {
    font-size: 17px;
  }
  .stepbox_txt_tag {
    min-width: 130px;
  }
  .stepbox_txt_line {
    margin-top: 14px;
    font-size: 21px; 
  }
  .flexbox {
    flex-direction: column;
    gap: 16px;
  }
  .flexbox_title {
    font-size: 19px;
  }
  .panelbtn {
    padding: 28px 10px 26px;
  }
  .panelbtn_text {
    font-size: 31px;
    padding-right: 30px;
  }
  .panelbtn_text::before {
    width: 15px;
    height: 19px;
  }
  .panelbtn_textSub {
    font-size: 17px
  }
  .contentsbox {
    padding: 40px 15px 50px;
  }
  .contentsbox p,
  .contentsbox li {
    line-height: 1.8;
  }
  .contentsbox .cmn_note {
    font-size: 12px;
  }
  .contentsbox_inner {
    border-radius: 40px;
    padding: 30px 10px;
  }
  .scrollbox {
    max-height: 440px;
    padding: 40px 15px 50px;
  }
  .scrollbox p,
  .scrollbox li {
    line-height: 1.8;
  }
  .scrollbox .cmn_note {
    font-size: 12px;
  }
  .scrollbox::-webkit-scrollbar {
    height: 6px;
    width: 6px;
  }
}


