@charset "utf-8";
/* CSS Document */
/* .v2 2025.12改修 */
/* -------------- 色設定 -------------- */ :root {
  --step-color-blue: #5CB6E3;
  --step-color-green: #51C165;
  --step-color-red: #E57B65;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexWrap--end {
  align-items: flex-end;
}
.v2 h2.title {
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
  color: #009FE8;
  position: relative;
  margin-bottom: 60px;
}
.v2 h2.title::after {
  border-bottom: 5px solid #009FE8;
  width: 100px;
  position: absolute;
  content: "";
  bottom: -30%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.v2 h2.title::after {
  border-bottom: 5px solid #009FE8;
  width: 100px;
  position: absolute;
  content: "";
  bottom: -30%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.v2 h2.title.textLong {
  line-height: 1.2;
}
.v2 .titleLead {
  text-align: center;
  font-size: 2rem;
  color: #009FE8;
  font-weight: bold;
  margin: -2rem 0 0 0;
}
.v2 .modal_content {
  width: 800px;
}
.v2 .modal_content a {
  right: -60px;
}
@media screen and (max-width: 769px) {
  .v2 h2.title {
    font-size: 2.4rem;
  }
  .v2 .titleLead {
    line-height: 1.6;
    margin: -2rem 0 -1rem 0;
    font-size: 1.8rem;
  }
  #guide .Tit01 {
    padding: 1rem;
    font-size: 1.6rem;
  }
  #guide .Tit03 {
    margin: 2rem 0;
  }
  /*モーダル*/
  .v2 .modal_content {
    width: 90%;
    height: 400px;
  }
  .v2 .modal_content .inner {
    height: 400px;
    padding: 2rem;
  }
  .v2 #modal_02 .modal_content .inner {
    padding: 0;
  }
  .v2 .modal_content figure {
    width: 80%;
  }
  .v2 .modal_content a {
    position: absolute;
    top: -50px;
    right: 0;
  }
  .v2 .modal_content .st_title {
    font-size: 1.8rem;
  }
}
/* -------------- entry_flow -------------- */
.v2 .entryVisual {
  min-height: 270px;
  padding: 5rem;
  margin: 0 auto 30px;
  position: relative;
  background: url("/guide/img/bg_entry.webp") no-repeat center;
  background-size: cover;
}
.v2 .entryVisual .innerBox {
  max-width: 1000px;
  margin: 0 auto;
}
.v2 .entryVisual .innerBoxContent {
  max-width: 770px;
}
.v2 .entryVisual h2 {
  color: #009FE8;
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 3rem;
}
.v2 .entryBtnBox li:nth-child(1) {
  flex: 0 0 100%;
  max-width: 360px;
}
.v2 .entryBtnBox li:nth-child(2) {
  flex: 0 0 100%;
  max-width: 350px;
}
.v2 .entryBtnBox .anchorBtn--lg {
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.v2 .entryBtnBox .anchorBtn--lg a {
  max-width: 360px;
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  background: #009FE8;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  border: 1px solid #009FE8;
  border-radius: 50px;
  line-height: 1;
}
.v2 .entryBtnBox .anchorBtn--lg::after {
  position: absolute;
  bottom: 1rem;
  margin: auto;
  content: "";
  right: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.v2 .entryBtnBox .anchorBtn {
  max-width: 320px;
  background: #fff;
  border: 1px solid #009fe8;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  position: relative;
}
.v2 .entryBtnBox .anchorBtn a {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 1.5rem 0;
  color: #009fe8;
  line-height: 1;
}
.v2 .entryBtnBox .anchorBtn::after {
  position: absolute;
  bottom: 0.8rem;
  margin: auto;
  content: "";
  right: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #009FE8;
  border-right: 1px solid #009FE8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.v2 ul.relief li:nth-of-type(1) {
  padding: 2rem 2rem 2rem 6rem;
}
.v2 .relief li:nth-of-type(1)::before {
  /*position: absolute;
    left: 4rem;*/
  display: none;
}
#guide ul.relief li:nth-of-type(1)::before {
  display: none;
}
.v2 ul.relief li:nth-of-type(1) p {
  position: relative;
  padding: 0 0 0 4rem;
}
.v2 ul.relief li:nth-of-type(1) p::before {
  position: absolute;
  background: url(/guide/img/icon_favourite.svg) no-repeat left;
  content: "";
  display: block;
  width: 40px;
  height: 36px;
  vertical-align: middle;
  margin: 5px auto 5px;
  left: 2rem;
}
@media screen and (max-width: 769px) {
  .v2 .entryVisual {
    min-height: 380px;
    padding: 7rem 2rem 2rem;
    background: url("/guide/img/bg_entry_sp.webp") no-repeat center;
    background-size: cover;
    position: relative;
  }
  .v2 .entryVisual h2 {
    font-size: 2.4rem;
    max-width: 240px;
    line-height: 1.6;
    margin-bottom: 5rem;
  }
  .v2 .entryBtnBox .anchorBtn--lg {
    margin-bottom: 1.5rem;
  }
  #guide ul.relief li:nth-of-type(1) p {
    font-size: inherit;
    display: inline;
  }
  #guide ul.relief li:nth-of-type(1) p::before {
    margin: 0 0 0 -1rem;
    content: "";
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
    background: url(/guide/img/icon_favourite.svg) no-repeat center / contain;
  }
}
/* -------------- update -------------- */
.v2 .update_step {
  display: flex;
  flex-wrap: nowrap;
}
.v2 ul.update_step li {
  max-width: 290px;
  width: 100%;
  border: 1px solid #D1D1D1;
  background: #FFFAEB;
  font-size: 2rem;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  margin: 0 6.5rem 0 0;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
}
.v2 ul.update_step li:last-child {
  margin: 0;
}
.v2 ul.update_step li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: -3.5rem;
  width: 14px;
  height: 14px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.v2 ul.update_step li:last-child::before {
  content: none;
}
.v2 ul.update_step li span {
  color: #009FE8;
  text-decoration: underline;
  text-decoration-thickness: 0.25em;
  text-underline-offset: 0.1em;
  text-decoration-color: #A7DFF9;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 769px) {
  .v2 .update_step {
    flex-wrap: wrap;
  }
  .v2 ul.update_step li {
    max-width: 300px;
    margin: 0 auto 4rem;
    font-size: 1.6rem;
  }
  .v2 ul.update_step li:last-child {
    margin: 0 auto 4rem;
  }
  .v2 ul.update_step li::before {
    position: absolute;
    content: "";
    top: auto;
    bottom: -2.2rem;
    left: 50%;
    right: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform-origin: center;
    transform: translateX(-50%) rotate(135deg);
  }
}
/* -------------- タイトル等 -------------- */
.v2 .ml_entry, .v2 .ml_entry2, .v2 .lesson_next {
  min-height: 220px !important;
}
.v2 .ml_entry {
  background-color: #F5F5F5 !important;
}
.v2 .ml_entry {
  background: url(/guide/img/v2_bg_ml_entry.webp) no-repeat center !important;
  min-height: 220px !important;
  background-size: cover !important;
}
.v2 .ml_entry2 {
  background: url(/guide/img/v2_bg_ml_entry2.webp) no-repeat center !important;
  min-height: 220px !important;
  background-size: cover !important;
}
.v2 .lesson_next {
  background: url(/guide/img/bg_lesson_next.webp) no-repeat center;
  min-height: 220px;
  background-size: cover;
  padding: 30px;
  margin: 0 auto 30px;
  position: relative;
}
.v2 .ml_entry h2, .v2 .ml_entry2 h2, .v2 .lesson_next h2, .v2 .ml_complete h2 {
  font-weight: 900 !important;
}
.v2 .lesson_next h2 {
  color: #009FE8;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.6;
}
.v2 .ml_complete {
  background: #FFF7DF;
  min-height: 220px;
  padding: 30px;
  margin: 0 auto 30px;
  position: relative;
}
.v2 .ml_complete {
  /*background: url(/guide/img/bg_ml_entry2.webp) no-repeat center;*/
}
.v2 .ml_complete h2 {
  font-size: 3rem;
  color: #009fe8;
  position: relative;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 2rem;
}
.v2 .ml_complete h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #009fe8;
}
.v2 #ml_entry .wrap figure img, .v2 #start #flow .wrap figure img, .v2 #experience #ml_entry .wrap figure img, .v2 #guide #ml_entry .wrap figure img {
  border: none;
}
@media screen and (max-width: 769px) {
  .v2 .ml_entry {
    background: url(/guide/img/v2_bg_ml_entry_sp.webp) no-repeat center !important;
    min-height: 160px !important;
    background-size: cover !important;
  }
  .v2 .ml_entry2 {
    background: url(/guide/img/v2_bg_ml_entry2_sp.webp) no-repeat center !important;
    min-height: 160px !important;
    background-size: cover !important;
  }
  .v2 .lesson_next {
    background: url(/guide/img/v2_bg_lesson_next_sp.webp) no-repeat center !important;
    min-height: 160px !important;
    background-size: cover !important;
  }
  .v2 .lesson_next h2 {
    font-size: 2.2rem;
    padding: 3rem 2rem;
    line-height: 1.4;
    text-align: left;
  }
}
/* -------------- 会員登録までの流れ -------------- */
.contents_btn_ml a {
  font-size: 1.8rem;
  padding: 1.8rem 1.5rem;
}
#guide ul.turn02 li div {
  margin-bottom: 1rem;
  font-weight: bold;
  position: relative;
  display: inline-grid;
  padding-left: 4rem;
}
#guide ul.turn02 li div::before {
  background-color: #009FE8;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  content: "";
  height: 3rem;
  width: 3rem;
  display: block;
  position: absolute;
  margin-right: 1rem;
  padding: initial;
  line-height: 1.8;
}
#guide .line_point {
  background: none;
}
.v2 .figureFrame.figureFrame--panel {
  border: 1px solid #707070;
  border-radius: 1rem 1rem 0 0;
  padding: 2rem 3rem;
}
.v2 .figureFrame.figureFrame--simple {
  border: 1px solid #707070;
}
.v2 .stepIntro {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 4rem;
}
.v2 .stepIntro span {
  color: #009FE8;
  font-size: 2.6rem;
  margin: 0 0 0 0.5rem;
}
.v2 ul.stepOverview {
  display: flex;
  flex-wrap: nowrap;
  max-width: 770px;
  margin: 0 auto 4rem;
  gap: 4rem;
}
.v2 ul.stepOverview li {
  max-width: 230px;
  width: 100%;
  color: #fff;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  padding: 1.5rem 2rem;
  --ovIconSize: clamp(44px, 12vw, 87px);
  --ovIconOffset: 2.2rem; /* right:-2.2rem と揃える */
  --ovIconGap: clamp(10px, 2vw, 20px); /* 文字とアイコンの間 */
  padding-right: calc(0rem + var(--ovIconSize) - var(--ovIconOffset) + var(--ovIconGap));
  border-radius: 1rem;
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.v2 ul.stepOverview li:last-child {
  margin: 0;
}
.v2 ul.stepOverview li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: -2.5rem;
  width: 11px;
  height: 11px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.v2 ul.stepOverview li:last-child::after {
  content: none;
}
.v2 ul.stepOverview li span {
  font-size: clamp(1.0rem, 1.6vw, 1.1rem);
  display: block;
  font-family: "Roboto";
  margin-bottom: 0.3rem;
}
.v2 ul.stepOverview li.is-step1 {
  background: var(--step-color-blue);
}
.v2 ul.stepOverview li.is-step2 {
  background: var(--step-color-green);
}
.v2 ul.stepOverview li.is-step3 {
  background: var(--step-color-red);
}
.v2 #ml_entry ul.stepOverview li::before, .v2 #ml_entry2 ul.stepOverview li::before {
  position: absolute;
  bottom: 0;
  right: calc(-1 * var(--ovIconOffset)); /* = -2.2rem */
  content: "";
  display: inline-block;
  width: var(--ovIconSize);
  height: var(--ovIconSize);
  margin: 0 20px 0 0;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.v2 #ml_entry ul.stepOverview li.is-step1::before {
  background: url(/guide/img/ml_entry_step1_ov.svg) no-repeat center;
}
.v2 #ml_entry ul.stepOverview li.is-step2::before {
  background: url(/guide/img/ml_entry_step2_ov.svg) no-repeat center;
}
.v2 #ml_entry ul.stepOverview li.is-step3::before {
  background: url("/guide/img/ml_entry_step3_ov.svg") no-repeat center;
}
.v2 #ml_entry2 ul.stepOverview li.is-step1::before {
  background: url(/guide/img/ml_entry2_step1_ov.svg) no-repeat center;
  top: -0.8rem;
  background-size: 100%;
}
.v2 #ml_entry2 ul.stepOverview li.is-step2::before {
  background: url(/guide/img/ml_entry2_step2_ov.svg) no-repeat center;
  top: -0.8rem;
  background-size: 100%;
}
.v2 #ml_entry2 ul.stepOverview li.is-step3::before {
  background: url("/guide/img/ml_entry2_step3_ov.svg") no-repeat center;
  top: -0.8rem;
  background-size: 100%;
}
.v2 ul.stepList {}
.v2 ul.stepList li.stepItem {
  padding: 3.5rem 3.5rem;
}
.v2 ul.stepList li.stepItem.stepItem--sm {
  padding: 2.5rem 3.5rem;
}
.v2 ul.stepList li.stepItem.is-step1 {
  background: var(--step-color-blue);
}
.v2 ul.stepList li.stepItem.is-step2 {
  background: var(--step-color-green);
}
.v2 ul.stepList li.stepItem.is-step3 {
  background: var(--step-color-red);
}
.v2 #ml_entry ul.stepList li.stepItem.is-step1::before, .v2 #ml_entry ul.stepList li.stepItem.is-step2::before, .v2 #ml_entry ul.stepList li.stepItem.is-step3::before {
  position: absolute;
  bottom: -1.1rem;
  right: 4rem;
  content: "";
  display: inline-block;
  width: 133px;
  height: 133px;
}
.v2 #ml_entry ul.stepList li.stepItem.is-step1::before {
  background: url(/guide/img/ml_entry_step1.svg) no-repeat center;
  background-size: 85%;
}
.v2 #ml_entry ul.stepList li.stepItem.is-step2::before {
  background: url(/guide/img/ml_entry_step2.svg) no-repeat center;
  background-size: 85%;
}
.v2 #ml_entry ul.stepList li.stepItem.is-step3::before {
  background: url(/guide/img/ml_entry_step3.svg) no-repeat center;
  background-size: 85%;
}
.v2 #ml_entry2 ul.stepList li.stepItem.is-step1::before, .v2 #ml_entry2 ul.stepList li.stepItem.is-step2::before, .v2 #ml_entry2 ul.stepList li.stepItem.is-step3::before {
  position: absolute;
  right: 4rem;
  content: "";
  display: inline-block;
  width: 270px;
  height: 110px;
  bottom: 0;
}
.v2 #ml_entry2 ul.stepList li.stepItem.is-step1::before {
  background: url(/guide/img/ml_entry2_step1.svg) no-repeat center;
  background-size: contain;
}
.v2 #ml_entry2 ul.stepList li.stepItem.is-step2::before {
  background: url(/guide/img/ml_entry2_step2.svg) no-repeat center;
  background-size: contain;
}
.v2 #ml_entry2 ul.stepList li.stepItem.is-step3::before {
  background: url(/guide/img/ml_entry2_step3.svg) no-repeat center;
  background-size: contain;
  height: 115px;
}
.v2 ul.stepList li.stepItem {
  position: relative;
  border-radius: 1rem 1rem 0 0;
}
.v2 ul.stepList li.stepItem .stepTitle {
  width: 90px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  font-weight: 900;
  font-family: "Roboto";
  line-height: 1;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
.v2 ul.stepList li.stepItem .stepTitle span {
  display: block;
  font-size: 4rem;
}
.v2 ul.stepList li.stepItem h3 {
  font-weight: 900;
  color: #fff;
  font-size: 2.6rem;
  padding: 0 0 0 8rem;
}
.v2 #lesson_next ul.stepList li.stepItem h3 {
  padding: 0;
}
.v2 ul.stepList li.stepContents {
  padding: 3rem 0;
  border: 1px solid #707070;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
  margin-bottom: 4rem;
}
.v2 .stepList--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
}
.v2 li.stepItem--narrow {
  max-width: 320px;
}
.v2 li.stepItem--wide {
  max-width: 430px;
}
.v2 li.stepItem--leftWide {
  max-width: 500px;
}
.v2 li.stepItem--rightNarrow {
  max-width: 250px;
}
.v2 .stepList--2col {
  display: flex;
  flex-wrap: wrap;
  column-gap: 100px; /* 横の間隔 */
  row-gap: 0; /* 縦は必要なら */
  counter-reset: step;
}
.v2 .stepList--2col > li {
  flex: 0 0 340px; /* 幅固定 */
  max-width: 340px;
  position: relative;
  counter-increment: step;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.v2 .stepList--2col li::before {
  content: counter(step);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.v2 .stepList--2col li::after {
  position: absolute;
  content: "";
  top: -50%;
  bottom: 0;
  margin: auto;
  right: -6rem;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #BCBCBC;
}
.v2 .stepList--2col li:last-child::after {
  display: none;
}
.v2 .stepList--2col figure {
  border: 1px solid #707070;
  border-radius: 1rem 1rem 0 0;
  padding: 2rem 3rem;
  margin-bottom: 1rem;
}
.v2 .stepCheck {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1rem;
}
.v2 .stepCheck::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #333333;
}
.v2 .stepCheck::after {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0.4rem;
  width: 0.6rem;
  height: 0.3rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.v2 .stepPoint {
  position: relative;
  padding: 1.5rem 2rem;
  margin-left: 8rem;
  margin-top: 2rem;
  border: 2px solid #F9184E;
  border-radius: 1rem;
  background-color: #FFF3F3;
}
.v2 .stepPoint::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #F9184E;
}
.v2 .stepPoint::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #fff3f3;
}
.v2 .stepCheck--lg {
  font-weight: bold;
  padding-left: 3rem;
  margin-bottom: 0;
  line-height: 2.2;
}
.v2 .stepCheck--lg::before {
  width: 2.2rem;
  height: 2.2rem;
}
.v2 .stepCheck--lg::after {
  width: 1rem;
  height: 0.8rem;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.v2 .stepPoint .stepPoint__icon {
  position: relative;
}
.v2 .stepPoint .stepPoint__icon::before {
  position: absolute;
  content: "";
  left: -10rem;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 98px;
  background: url("/guide/img/icon_stepPoint.svg") no-repeat center / contain;
}
.v2 .noticeBox--important {
  border: 2px solid #FB9387;
  border-radius: 1rem;
  max-width: 800px;
  margin: 0 auto;
}
.v2 .noticeBox--important li.noticeBox__label {
  background: #FB9387;
  color: #fff;
  padding: 1rem 1.5rem;
}
.v2 .noticeBox--important li.noticeBox__label .noticeBox__title {
  position: relative;
  font-weight: bold;
  padding-left: 4rem;
}
.v2 .noticeBox--important li.noticeBox__label .noticeBox__title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 24px;
  background: url(/guide/img/icon_important.svg) no-repeat center / contain;
}
.v2 .noticeBox--important li.noticeBox__body {
  padding: 1.5rem;
}
.v2 .noticeBox--help {
  background-color: #E1F0FB;
  border-radius: 10rem;
  height: 195px;
  background-image: url(/guide/img/bg_help.webp);
  background-position: 8rem 2.6rem;
  background-repeat: no-repeat;
  background-size: 20%;
  margin-bottom: 5rem;
  position: relative;
}
.v2 .noticeBox--help::before {
  content: "";
  position: absolute;
  bottom: -2.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 3rem solid #e1f0fb;
}
.v2 .noticeBox--help__content {
  max-width: 500px;
  margin-left: auto;
  padding: 3.5rem 3rem 4rem 0;
}
.v2 .noticeBox--help__title {
  font-weight: 900;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.v2 .noticeBox--help__detail {
  justify-content: space-around;
}
.v2 .noticeBox--help__detail li {
  border: 2px #FFC9D5 solid;
  border-radius: 1rem;
  background: #FFF1F4;
  width: 47%;
  padding: 4.5rem 2.5rem 2.5rem;
  position: relative;
}
.v2 .noticeBox--help__detail li::before {
  content: "";
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #f9184e;
}
.v2 .noticeBox--help__detail li::after {
  content: "";
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 70%) rotate(-45deg);
  width: 2rem;
  height: 0.8rem;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.v2 .noticeBox--help__detail .noticeBox__detailHead {
  font-weight: bold;
  color: #F9184E;
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.v2 .noticeBox--help__detail .noticeBox__detailImageModal {
  position: relative;
}
.v2 .noticeBox--help__detail .noticeBox__detailImageModal::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(/guide/img/icon_plus.svg) no-repeat left;
  top: 1rem;
  right: 1rem;
  background-size: 25px;
}
.v2 .noticeBox--help__detail .noticeBox__detailImage {
  max-width: 200px;
  margin-left: auto;
}
.v2 .nativeBox {
  max-width: 680px;
  margin: 0 auto 1rem;
  background: #ECF9FF;
  border: 1px solid #009FE8;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 14rem;
  border-radius: 1rem;
  box-shadow: 5px 5px 0 rgb(239 234 234);
}
.v2 .nativeBox::before {
  position: absolute;
  content: "";
  width: 97px;
  height: 100px;
  background: url(/guide/img/icon_native.webp) no-repeat left;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  background-size: 100%;
}
.v2 .nativeBox::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(/guide/img/icon_plus.svg) no-repeat left;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background-size: 25px;
}
.v2 .nativeBox h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
.v2 .nativeBox__inner {
  /*background: linear-gradient(180deg, rgb(236 249 255) 36%, rgba(255, 255, 255, 1) 100%);*/
}
#guide ul.lesson_type > li {
  margin: 0;
  padding: 2rem 3rem;
}
#guide ul.lesson_type li h4 {
  margin: 0 0 40px 0;
}
.v2 .modal_content figure {
  width: auto;
}
@media screen and (max-width: 769px) {
  .contents_btn_ml a {
    font-size: 1.6rem;
    padding: 1.5rem;
  }
  .contents_btn_ml a:before {
    margin: 0 10px 0 0;
  }
  #guide ul.turn02 li div::before {
    height: 2.6rem;
    width: 2.6rem;
  }
  .v2 .stepIntro {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .v2 .stepIntro span {
    font-size: 2.2rem;
  }
  .v2 #ml_entry ul.stepOverview li::before, .v2 #ml_entry2 ul.stepOverview li::before {
    display: none;
  }
  .v2 ul.stepOverview li::after {
    right: -1.3rem;
    width: 8px;
    height: 8px;
  }
  .v2 ul.stepOverview li {
    padding: 1rem;
  }
  .v2 ul.stepOverview {
    margin: 0 auto 2rem;
    gap: 2rem;
  }
  .v2 ul.stepList li.stepItem {
    border-radius: 1rem 1rem 0 0;
    padding: 2rem 6rem 2rem;
  }
  .v2 ul.stepList li.stepItem .stepTitle {
    left: -1rem;
    font-size: 1.2rem;
  }
  .v2 ul.stepList li.stepItem h3 {
    padding: 0 0 0 1rem;
    font-size: 2rem;
  }
  .v2 ul.stepList li.stepItem .stepTitle span {
    font-size: 3rem;
  }
  .v2 #ml_entry ul.stepList li.stepItem.is-step1::before {
    background-size: 100%;
  }
  .v2 #ml_entry ul.stepList li.stepItem.is-step1::before, .v2 #ml_entry ul.stepList li.stepItem.is-step2::before, .v2 #ml_entry ul.stepList li.stepItem.is-step3::before {
    bottom: -0.1rem;
    right: 0rem;
    width: 70px;
    height: 70px;
  }
  .v2 #ml_entry ul.stepList li.stepItem.is-step2::before {
    background-size: 100%;
  }
  .v2 #ml_entry ul.stepList li.stepItem.is-step3::before {
    background-size: 100%;
  }
  .v2 #ml_entry2 ul.stepList li.stepItem.is-step1::before, .v2 #ml_entry2 ul.stepList li.stepItem.is-step2::before, .v2 #ml_entry2 ul.stepList li.stepItem.is-step3::before {
    width: 180px;
    height: 100px;
    right: 0;
  }
  .v2 #ml_entry2 ul.stepList li.stepItem.is-step1::before {
    background-size: 75%;
    background-position: 5.5rem 2.5rem;
  }
  .v2 #ml_entry2 ul.stepList li.stepItem.is-step2::before {
    background-size: 75%;
    background-position: 5.5rem 2.5rem;
  }
  .v2 #ml_entry2 ul.stepList li.stepItem.is-step3::before {
    background-size: 75%;
    background-position: 4rem 2.5rem;
  }
  .v2 ul.stepList li.stepContents {
    padding: 3rem 1rem;
    margin-bottom: 2rem;
  }
  .v2 .stepList--wrap {
    gap: inherit;
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
  }
  .v2 li.stepItem--wide {
    padding-top: 1rem;
  }
  .v2 .stepPoint .stepPoint__icon::before {
    width: 50px;
    height: 88px;
    left: -8rem;
  }
  .v2 .stepPoint {
    margin-left: 6rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1em;
  }
  .v2 .stepList--2col > li {
    flex: 0 0 90%;
    margin: 0 auto 3rem;
  }
  .v2 .noticeBox--important {
    width: 90%;
  }
  .v2 li.stepItem--leftWide {
    max-width: 100%;
  }
  .v2 li.stepItem--rightNarrow {
    max-width: 100%;
  }
  .v2 .noticeBox--help {
    border-radius: 3.5rem;
    height: inherit;
    background-image: inherit;
    width: 95%;
    margin: 4rem auto;
  }
  .v2 .noticeBox--help__content {
    padding: 6rem 1rem 2em;
  }
  .v2 .noticeBox--help__title {
    font-size: 2rem;
    position: relative;
    text-align: center;
  }
  .v2 .noticeBox--help__title::before {
    content: "";
    position: absolute;
    top: -7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 80px;
    background: url(/guide/img/bg_help.webp) no-repeat center top;
    background-size: 20%;
  }
  .v2 .noticeBox--help::before {
    bottom: -1.9rem;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 2rem solid #e1f0fb;
  }
  .v2 .noticeBox--help__detail {
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
  }
  .v2 .noticeBox--help__detail li {
    width: 100%;
    padding: 2.5rem 1.5rem 1.5rem;
    margin: 0 0 2rem;
  }
  .v2 .noticeBox--help__detail li::before {
    width: 3rem;
    height: 3rem;
  }
  .v2 .noticeBox--help__detail li::after {
    width: 1.4rem;
    height: 0.5rem;
    top: -0.8em;
  }
  .v2 .noticeBox--help__detail .noticeBox__detailHead {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .v2 .noticeBox--help__detail .noticeBox__detailImage {
    max-width: 130px;
  }
  .v2 ul.stepList li.stepItem.stepItem--sm {
    padding: 2rem;
  }
  .v2 .nativeBox {
    padding: 1.5rem 4.5rem 1.5rem 9rem;
    width: 90%;
  }
  .v2 .nativeBox h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
  .v2 .nativeBox::before {
    width: 66px;
    left: 1rem;
  }
  .v2 .nativeBox::after {
    top: 3rem;
    right: 1rem;
  }
  .v2 .nativeBox > p {
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .v2 .stepList--2col li::after {
    display: none;
  }
  #guide ul.lesson_type li h4 {
    font-size: 1.8rem;
    padding: 15px 0;
  }
  #guide ul.lesson_type li h5 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #guide ul.att > li:nth-of-type(1) {
    font-size: 1.6rem;
  }
  #guide ul.register li:nth-child(2) > div div.btnS {
    margin-top: inherit;
  }
  #guide ul.register li h3 {
    font-size: 1.8rem;
    padding: 10px;
  }
  #guide ul.lesson_type > li {
    padding: 1rem;
  }
}
/* -------------- 2回の体験レッスンが終わったら？ -------------- */
.v2 .ml_complete__inner {
  max-width: 480px;
  margin-left: auto;
  position: relative;
}
.v2 .ml_complete__inner::before {
  position: absolute;
  content: "";
  width: 315px;
  height: 242px;
  background: url(/guide/img/v2_ml_complete.webp) no-repeat left;
  top: 70%;
  transform: translateY(-50%);
  left: -235px;
  background-size: 70%;
}
.v2 .ml_complete__text {
  font-weight: bold;
}
.bana_diagnosis {
  max-width: 640px;
}
@media screen and (max-width: 769px) {
  .v2 .ml_complete {
    padding: 2rem;
  }
  .v2 .ml_complete > .wrap02 {
    padding: 0;
  }
  .v2 .ml_complete h2 {
    font-size: 2.2rem;
    color: #009fe8;
    position: relative;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 16rem;
  }
  .v2 .ml_complete h2::after {
    height: 3px;
  }
  .v2 .ml_complete__inner::before {
    background: url(/guide/img/v2_ml_complete.webp) no-repeat 50%;
    top: 5.5rem;
    transform: translateX(-50%);
    left: 50%;
    background-size: 75%;
    width: 230px;
    height: 130px;
  }
  .v2 .ml_complete__text {
    text-align: center;
  }
}

/* -------------- アコーディオン -------------- */
/* =========================
   SPのみ：受講環境アコーディオン
   ========================= */
@media screen and (max-width: 769px) {
  .environment_detail .Tit03 {
    cursor: pointer;
    position: relative;
    padding: 1rem 3rem 1rem 1rem; /* 右にアイコン分の余白 */
    border: 1px solid #ddd !important;
    border-radius: 0.75rem;
    background: #fff;
    line-height: 1.4;
    user-select: none;
  }

  /* 開閉アイコン（＋） */
  .environment_detail .Tit03::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.2s ease;
  }

  /* activeの時は「－」に（縦棒消す） */
  .environment_detail .Tit03.active::after {
  transform: translateY(-50%) rotate(-45deg);
  }

  /* コンテンツ側 */
  .environment_detail .accordion__content {
    display: none; /* JSのslideToggleで開閉 */
    margin: 1rem 0 2rem;
    padding: 1.5rem;
    border: 1px solid #eee;
    border-radius: 0.75rem;
    background: #fafafa;
  }

  /* 「開いた時に少し余白欲しい」用（任意） */
  .environment_detail .Tit03.active + .accordion__content {
    /* ここに影とか入れたければ */
    /* box-shadow: 0 6px 20px rgba(0,0,0,0.06); */
  }
#guide .terminal_environment figure {
    margin: 1rem 0 0 0;
}
}

/* =========================
   PC側：常に表示（アコーディオンにしない）
   ========================= */
@media screen and (min-width: 770px) {
  .environment_detail .accordion__content {
    display: block;
  }

  /* PCではクリック誘導を消す（任意） */
  .environment_detail .Tit03 {
    cursor: default;
  }
  .environment_detail .Tit03::after {
    content: none;
  }
}