@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-family: 'Noto Sans CJK JP', 'Noto Sans', 'Noto Sans JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', 'sans-serif';
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}
html.remodal-is-locked {
  overflow-x: hidden;
  overflow-y: hidden;
}
input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ol , ul {
  list-style: none;
}

[hidden] {
  display: none;
}
.disp_inb {
  display: inline-block;
}
.w100p {width: 100%!important;}
.mt-1 {margin-top: .8rem;}
.mt-2 {margin-top: 1.6rem;}
.mt-3 {margin-top: 2.4rem;}
.mt-4 {margin-top: 3.2rem;}
.mt-5 {margin-top: 4.0rem;}
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* common:start */
[v-cloak] {
  display: none;
}
.taOnly {
  display: none !important;
}
.spOnly {
  display: none !important;
}
@media screen and (max-width: 833px) {
  .pcOnly {
    display: none !important;
  }
  .taOnly {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 428px) {
  .taOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}

/* common:end */
/* main:start */
.main {
  max-width: 833px;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}
@media screen and (max-width: 833px) {
  .main {
    background-image: none;
  }
}
.main__container {
  background-color: #fff;
}
/* xxx:end */
.tab_top_tx{
  padding: 3rem 0;
}
/* xxx:start */
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.footer__copy {
  font-size: 16.69px;
  text-align: center;
}
.footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__link-item {
  font-size: 16.69px;
}
.footer__link-item:nth-child(2) {
  margin-left: 0.5em;
}
.footer__link-item a {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 833px) {
  .footer {
    margin-top: 6.0024009604vw;
  }
  .footer__copy {
    font-size: 1.6rem;
  }
  .footer__link-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
.footer__copy,
.footer__link-item {
    font-size: 1.2rem;
  }
.tab_top_tx{
  padding: 1.5rem 0;
}
}
/* xxx:end */
/* lead:start */
.lead {
  overflow: visible;
  /*overflow: scroll;*/
  /*height: 950px;*/
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.lead::-webkit-scrollbar {
  display: none;
}
/* lead:end */
/* お申込みの上での注意事項：ここから */
/* special:start */
.special__inner {
  max-width: 733px;
  margin: auto;
}
.line_01,.line_02,.line_03 {
  margin: auto;
  position: relative;
}
.line_01::after,.line_02::after,.line_03::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
}
.tokuten__plan::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

.tokuten__plan {
  position: relative;
  padding: 2.6rem 0 3.6rem;
}
.tokuten__plan img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.tokuten_tx {
  margin-top: 4rem;
  font-feature-settings: "palt";
}
.line_01::after,
.tokuten__one-plan::before {
  background: linear-gradient(90deg, #e5b906 0%, rgb(91, 180, 49) 75%);
}
.line_02::after,
.tokuten__two-plan::before {
  background: linear-gradient(15deg, rgb(233, 129, 169) 0%, rgb(248, 186, 0) 64%);
}
.tokuten__caution-list {
  font-size: 1.7rem;
  font-feature-settings: "palt";
  padding-bottom: 24px;
}
.tokuten__caution-list .change, .tokuten__caution-list .change ul {
  margin-top: 2rem;
}
.tokuten__caution-list .change .list_main {
  padding-left: 1em;
  text-indent: -1em;

}
.tokuten__caution-fcRD {
  color: #E83828;
}
.tokuten__caution-indent {
  padding-left: 2rem;
  text-indent: -2rem;
}
.tokuten__caution-indent_under {
  padding-left: 1rem;
  text-indent: -1rem;
}
.tokten_three_btn_box {
  padding-top: 38px;
}
.tokten_three_btn {
  width: 490px;
  height: 135px;
  margin: 0 auto;
  text-align: center;
  border-radius: 12.0rem;
  background: linear-gradient(164deg, rgba(180,165,205,1) 0%, rgba(241,130,170,1) 100%);
  transition: all 0.3s;
}
.tokten_three_btn:hover {
  opacity: 0.7;
}
.tokten_three_btn a {
  display: block;
  padding: 35px 0 35px 0;
  height: 100%;
  position: relative;
}
.tokten_three_btn img{
  display: block;
  width: 70%;
  margin: auto;
  position: relative;
}
.tokten_three_btn a::after {
    position: absolute;
    right: 6%;
    top: 0;
    max-width: 28px;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/btn_ico_white.svg) no-repeat center center;
    background-size: 100% auto;
    animation: triAnimationFrame 0.75s 0s infinite;
}
.tokuten_three_link {
  text-align: center;
  padding: 23px;
}
.tokuten_three_link a{
  font-size: 28px;
  font-weight: bold;
  color: #040000;
}

@media screen and (max-width: 833px) {
  .special__inner {
    padding:0 2.4rem;
  }
  .tokuten__content {
    border-radius: .8rem;
  }
  .tokuten__plan {
    padding:2rem 0 3.5rem;
  }
  .tokuten__caution-list {
    font-size: 2.4vw;
    padding-bottom: 2.881152461vw;
  }
  .tokten_three_btn{
    width: 58.8vw;
    height: 16.2vw;
    margin: 0 auto;
  }
  .tokten_three_btn a{
    padding: 4.2vw 0 4.2vw 0;
  }
  .tokuten_three_link a{
    font-size: 3.36134453781512vw;
  }
  .tokten_three_btn_box {
    padding-top: 4.561824729891957vw;
    }
  .tokuten_three_link {
    padding: 2.7611044417767108vw;
}
}
@media screen and (max-width: 600px) {
  .tokten_three_btn a::after {
    max-width: 2rem;
  }
}
@media screen and (max-width: 428px) {
    .tokuten__caution-list {
    font-size: 1.3rem;
    }
  .special__inner {
    padding: 0 1.6rem;
  }
  .tokuten_tx {
    margin-top: 1.5rem;
}
  .tokuten__plan {
    padding:1.5rem 0 2.5rem;
  }
  .tokten_three_btn{
    width: 69.7vw;
    height: 18vw;
    margin: 0 auto;
  }
  .tokten_three_btn a{
    padding: 4.2vw 0 4.2vw 0;
  }
  .tokten_three_btn a::after {
    max-width: 1.6rem;
}
}
/* special:end */

/* xxx:start */
.course {
  width: 100%;
  position: relative;
  z-index: 1000;
  height: 100%;
}
.course__title,
.course__title_02{
    padding: 4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course__scroll {
  height: 100%;
}
.course__inner {
  position: relative;
  padding: 0 30px 30px;
}
.course__tab {
  border-radius: 0 0 15.5px 15.5px;
  padding: 5px;
}
.course__tab .step {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 0 15.5px 15.5px;
}
.course__caution_02,
.course__caution {
  width: 88%;
  padding: 4rem 0;
  position: relative;
  margin: auto;
}
.course__caution::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(177,166,208,1) 0%, rgba(230,131,171,1) 70%);
}
.course__caution_02::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #e5b906 0%, rgb(91, 180, 49) 75%);
}
.course__caution-list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.7rem;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.course__box-list {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.course__box-list.tx_red {
  color: #e81300;
}
.course__caution-list.tx_red {
  color: #e81300;
}
@media screen and (max-width: 833px) {
  .course__title,
  .course__title_02 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .course__inner {
    padding: 0 3.6014405762vw 3.6014405762vw;
  }
  .course__tab {
    border-radius: 0 0 7.75px 7.75px;
  }
  .course__tab .step {
    padding-left: 2.4009603842vw;
    padding-right: 2.4009603842vw;
    border-radius: 0 0 7.75px 7.75px;
  }
  .course__caution-list {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 450px) {
.course__caution_02,
.course__caution {
  max-width: 100%;
    padding: 3rem 0;
}
  .course__caution-list {
    font-size: 1.3rem;
  }
}
.course__caution-list::before {
  content: "※";
}
.course__box-list::before {
  content: "・";
}
/* ahamo光の特徴：ここから */
.hikari {
  background-image: url(../images/bg_hikari.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.hikari02 {
  background-image: url(../images/bg_hikari_02.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.hikari__title {
  font-size: 5.4rem;
  text-align: center;
  color: #fff;
  letter-spacing: .5rem;
  line-height: 1;
}
.hikari__title img {
  width: 100%;
  margin: 0 auto;
}
.hikari__lead {
  position: relative;
  width: 100%;
  padding: 4.8rem 0;
}
.hikari__lead::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.tokutyou__lead-content .js_accordion-caution::after {
  background-image: url(../images/course_icon_white.svg);
}
.tokutyou__content-title {
  padding-bottom: 19px;
  position: relative;
}
.tokutyou__back {
  background: #fff;
}
.tokutyou__plan {
  position: relative;
  padding: 0 0 4rem;
  width: 88%;
  margin: auto;
}
.tokutyou__plan::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.tokutyou__plan-content:nth-child(2) {
  margin-top: 40px;
  }
.tokutyou__plan-content_10giga {
  margin-top: 2rem;
  }
.tokutyou__plan-name {
  max-width: 733px;
  width: 100%;
  margin: auto;
  border-radius: 0.5rem;
  padding-bottom: 0;
}
.tab__gigaone .tokutyou__plan-name {
  background: linear-gradient(90deg, rgba(177,166,208,1) 0%, rgba(230,131,171,1) 75%);
}
.tab__gigatwo .tokutyou__plan-name {
  background: linear-gradient(90deg, rgba(193,184,17,1) 0%, rgba(111,181,43,1) 84%);
}
.tab__gigatwo .tokutyou__plan-name_02 {
  background: linear-gradient(90deg, rgba(187,184,19,1) 0%, rgba(139,182,34,1) 34%, rgba(91,180,49,1) 100%);
  border-radius: 0.5rem;
  width: 88%;
}
.tokutyou__plan-price {
  max-width: 510px;
  width: 100%;
  margin: 18px auto 0;
}
.tokutyou__plan-price04 {	
max-width: 510px;	
width: 60%;	
margin: 18px auto 0;	
}
@media screen and (max-width: 768px) {
  .tokutyou__plan {
    padding-bottom: 3rem;
  }
.tokutyou__plan-price04 {	
margin: auto;
  }
}
.tokuten__caution-title,
.tokutyou__caution-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  padding: 2.5rem 0;
}
.tokutyou__caution-text {
  font-size: 1.7rem;
  font-feature-settings: "palt";
  line-height: 1.6;
  padding-bottom: 24px;
  margin: 0 5rem;
}
.tokutyou__caution-fcRD {
  color: #E83828;
}
.tokutyou__one-plan::before {
  background: linear-gradient(90deg, rgba(177,166,208,1) 0%, rgba(230,131,171,1) 70%);
}
.tokutyou__one-plan_02::before {
  background: linear-gradient(90deg, #e5b906 0%, rgb(91, 180, 49) 75%);
}
@media screen and (max-width: 833px) {
  .hikari__lead {
    padding: 4.0rem 2.4rem;
  }
  .tokutyou__plan-content:nth-child(2) {
    margin-top: 4rem;
  }
    .tokutyou__plan-content_10giga {
    margin-top: 2vw;
  }
  .tokutyou__plan-price {
    width: 78%;
    margin: 0 auto;
  }
  .tokutyou__plan-name {
  margin-bottom: 1.5rem;
}
  .tokuten__caution-title,
  .tokutyou__caution-title {
    padding: 2.0rem 2.4rem 2.0rem .8rem;
    font-size: 3.36vw;
    margin:0 auto;
  }
  .tokutyou__lead-content .js_accordion-caution::after {
    right: -2.0rem;
  }
  .tokutyou__caution-text {
    font-size: 2.4vw;
    padding-bottom: 2.881152461vw;
  }
}
@media screen and (max-width: 768px) {
  .course__container .hikari__title{
  font-size: 5.8vw;
      line-height: 0.8;
  }
}
@media screen and (max-width: 428px) {
  .tokutyou__plan-content:nth-child(2) {
    margin-top: 1.5rem;
  }
.tokutyou__plan {
  padding: 0 0 3rem;
}
  .hikari__lead {
    padding: 2.4rem 0;
  }
.tokuten__caution-title,
.tokutyou__caution-title {
  max-width: 210px;
}
  .tokutyou__caution-text {
    font-size: 1.3rem;
  }
  .tokutyou__caution-text {
  margin: 0 2.4rem;
}
.tokuten__caution-title, 
  .tokutyou__caution-title {
    padding: 1.4rem 2.4rem 1.4rem .8rem;
    margin: 0 auto;
  }
  .tokutyou__lead-content .js_accordion-caution::after {
    right: 0;
  }
}

/* ahamo光4つの特徴 */
/* ahamo光の特徴：ここまで */
/* アコーディオンクラス */
.js_accordion {
  position: relative;
  cursor: pointer;
}

.js_accordion-caution {
  position: relative;
  cursor: pointer;
}
.js_accordion-caution::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/course_icon_black.svg);
  background-size: auto;
  width: 26px;
  height: 26px;
  top: 36%;
  right: 120px;
  transform: rotate(0);
  transition: 0.2s all;
}
@media screen and (max-width: 833px) {
.js_accordion-caution::after {
  width: 3.12124849939976vw;
  height: 3.12124849939976vw;
  top: 30px;
}
}
@media screen and (max-width: 650px) {
.js_accordion-caution::after {
  top: 23px;
  right: 80px;
}
}
@media screen and (max-width: 428px) {
.js_accordion-caution::after {
  top: 19px;
  right: -20px;

}
}
.is-open::after {
  transform: rotate(45deg) !important;
}

.js_inner {
  display: none;
}

.bg_white {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

/* xxx:end */
/* entry:start */
/* お申し込みの流れ：ここから */
.entry {
  margin-top: 6.5rem;
  background-image: url(../images/bg_entry.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.entry__title {
  width: 100%;
  margin: 0 auto;
}
.entry__title img {
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
}
.entry__content {
  width: 100%;
  padding: 2px;
  border-radius: 15.5px;
}
.entry__content-title {
  padding-bottom: 19px;
  position: relative;
}
.entry__content-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
}
.entry__content-link {
  display: block;
  background-image: url(../images/bg_hikari.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 25.05px 0;
  margin-top: 33.45px;
  border-radius: 2.4rem;
}
.tab__one .entry__content-link {
  background-image: url(../images/bg_btn_new.png);
}
.entry__content-link p {
  position: relative;
}
.entry__content-link p::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/entry_mark_arrow.svg);
  background-repeat: no-repeat;
  max-width: 37px;
  width: 100%;
  max-height: 31px;
  height: 100%;
  right: 130px;
  top: 0;
  animation: triAnimationFrame 0.75s 0s infinite;
}
@keyframes triAnimationFrame {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(7.5px);
  }
  100% {
    transform: translateX(0);
  }
}
.entry__content-link img {
  display: block;
  max-width: 207px;
  width: 100%;
  margin-left: 130px;
}
.entry__inner-title {
  max-width: 234px;
  width: 100%;
  margin: 0 auto 48px auto;
}
.entry__inner-title-two {
  max-width: 235px;
  width: 100%;
  margin: 0 auto 48px auto;
}
.entry__lead {
  max-width: 501px;
  width: 100%;
  margin: 0 auto 65px 20px;
}
.entry__guide-title::before {
  right: 3.824% !important;
}
.entry__guide-text {
  font-size: 15px;
  font-feature-settings: "palt";
  padding: 0 22px;
  margin-top: 23px;
}
.entry__guide-text p:nth-child(2) {
  margin-top: 20px;
}
.entry__guide-link {
  color: rgb(233, 129, 169);
  text-decoration: none;
}
.entry .js_accordion {
  position: relative;
  cursor: pointer;
}
.entry .js_accordion::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/course_icon.svg);
  background-size: auto;
  width: 36px;
  height: 36px;
  right: 11%;
  transform: rotate(0);
  transition: 0.2s all;
}
.entry .js_accordion-caution {
  position: relative;
  cursor: pointer;
}
.entry .js_accordion-caution::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/course_icon_black.svg);
  background-size: auto;
  width: 26px;
  height: 26px;
  right: 3.5714%;
  transform: translateY(-50%) rotate(0);
  transition: 0.2s all;
}
.entry__back {
  border-radius: 15.5px;
  background: #fff; /*背景を白*/
  padding: 19px 0 1px 0;
}
.entry__plan {
  padding-top: 38px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 38px;
  position: relative;
}
.entry__plan::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.entry__plan-content:nth-child(2) {
  margin-top: 40px;
}

.entry__plan-name {
  max-width: 493px;
  width: 100%;
}
.entry__plan-price {
  max-width: 416px;
  width: 100%;
  margin: 18px auto 0;
}
.entry__caution {
  padding-top: 20px;
}
.entry__caution-title {
  margin: 20px auto 20px;
}
.entry__caution-text {
  font-size: 15px;
  font-feature-settings: "palt";
  padding-bottom: 24px;
}
.entry__caution-list {
  font-size: 15px;
  font-feature-settings: "palt";
  padding-left: 1em;
  text-indent: -1em;
}
.entry__caution-list::before {
  content: "※";
}
.entry__caution-fcRD {
  color: #E83828;
}
.entry__caution-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.entry__one {
  background-image: url(../images/bg_hikari.png);
}
.entry__one-title img {
  max-width: 119px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.entry__btn a {
  position: relative;
  display: block;
  max-width: 490px;
  margin: 2.0rem auto 0;
  border-radius: 4.0rem;
  padding: 2.0rem .4rem;
  background: #ffffff;
  transition: all 0.3s;
}
.entry__btn a:hover {
  opacity: 0.7;
}
.entry__btn img {
  height: 3.0rem;
  margin: 0 auto;
}
.entry__btn p::after {
  position: absolute;
  display: block;
  content: "";
  max-width: 28px;
  width: 100%;
  height: 100%;
  right: 5vw;
  top: 37%;
  animation: triAnimationFrame 0.75s 0s infinite;
  background: url(../images/btn_ico_pink.svg) no-repeat;
}
@media screen and (max-width: 833px) {
  .entry {
margin-top: 7vw;  
  }
  .entry__title img {
    width: 50vw;
  }
  .entry__content {
    border-radius: 7.75px;
  }
  .entry__content-title {
    padding-bottom: 2.2809123649vw;
  }
  .entry__content-link {
    margin-top: 4.0156062425vw;
    padding: 3.0072028812vw 0;
    border-radius: 15px;
  }
  .entry__content-link p::after {
    right: 10.2040816327vw;
  }
  .entry__content-link img {
    width: 24.849939976vw;
    margin-left: 15.606242497vw;
  }
  .entry__inner-title {
    width: 28.0912364946vw;
    margin: 0 auto 6.4vw auto;
  }
  .entry__inner-title-two {
    width: 28.2112845138vw;
    margin: 0 auto 6.4vw auto;
  }
  .entry__lead {
    width: 60.144057623vw;
    margin: 0 auto 8.6666666667vw 2.6666666667vw;
  }
  .entry__guide-text {
    font-size: 3vw;
    padding: 0 2.6410564226vw;
    margin-top: 2.7611044418vw;
  }
  .entry__guide-text p:nth-child(2) {
    margin-top: 2.4009603842vw;
  }
  .entry .js_accordion::after {
    max-width: 36px;
    width: 4.3217286915vw;
    max-height: 36px;
    height: 4.3217286915vw;
  }
  .entry .js_accordion-caution::after {
    max-width: 26px;
    width: 3.1212484994vw;
    max-height: 26px;
    height: 3.1212484994vw;
  }
  .entry__back {
    border-radius: 7.75px;
    padding: 2.2809123649vw 0 0.1200480192vw 0;
  }
  .entry__plan {
    padding-top: 4.5618247299vw;
    padding-left: 2.881152461vw;
    padding-right: 2.881152461vw;
    padding-bottom: 4.5618247299vw;
  }
  .entry__plan-content:nth-child(2) {
    margin-top: 4.8019207683vw;
  }
  .entry__plan-price {
    width: 49.9399759904vw;
    margin: 2.1608643457vw auto 0;
  }
  .entry__caution {
    padding-top: 2.4009603842vw;
  }
  .entry__caution-title {
    margin: 2.4009603842vw auto 2.4009603842vw;
  }
  .entry__caution-text {
    font-size: 3vw;
    padding-bottom: 2.881152461vw;
  }
  .entry__caution-list {
    font-size: 3vw;
  }
  .entry__btn a {
  max-width: 70vw;
  margin: 4.5vw auto 0;
  padding: 2.5vw 0;
}
}
@media screen and (max-width: 580px) {
  .entry__btn a {
  max-width: 70vw;
  padding: 3vw 0;
}
.entry__btn img {
  height: 5vw;
}
  .entry__btn p::after {
    max-width: 4vw;
    right: 7vw;
    top: 39%;
  }
}
/* entry:end */
/* tab:start */
.tab {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0;
}
.tab_tx {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
}
.tab_tx_01,.tab_tx_02{
  padding: 3.0rem 0;
}
.tab_tx_03 {
  padding: 0.9rem 0;
}
.tab_tx_04 {
  padding: 2.7rem 0;
}
.tab__change {
  border-radius: 15.5px 15.5px 0 0;
  width: 381px;
  padding: 24px 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tab__new {
  background: linear-gradient(89deg, rgb(238, 148, 118) 0%, rgb(248, 186, 0) 64%);
}
.tab__new img {
  width: 100%;
}
.tab__shift {
  background: linear-gradient(85deg, rgb(190, 130, 170) 5%, rgb(139, 122, 213) 90%);
}
.tab__shift img {
  width: 100%;
}
.tab__one {
  background: rgb(233, 129, 169);
  background: linear-gradient(85deg, rgb(238, 148, 118) 0%, rgb(248, 186, 0) 64%);
}
.tab__two {
  background: rgb(190, 130, 170);
  background: linear-gradient(90deg, rgb(190, 130, 170) 50%, rgb(139, 122, 213) 90%);
}
.tab__two-name {
  max-width: 395px !important;
  margin-left: auto;
  margin-right: auto;
}
.tab__two-plan-name {
  max-width: 483px !important;
  margin-left: auto;
  margin-right: auto;
}

.is-hide {
  display: none;
}

.is-disable {
  padding-bottom: 14px !important;
}
@media screen and (max-width: 833px) {
  .tab__change {
    border-radius: 7.75px 7.75px 0 0;
    max-width: 45.2vw;
    padding: 4.1vw 0 ;
  }
  .tab__new img {
    width: 37vw;
  }
  .tab__shift img {
    width: 37vw;
  }
  .tab__two-name {
    width: 47.418967587vw;
  }
  .is-disable {
    padding-bottom: 17px !important;
  }
}
@media screen and (max-width: 768px) {
.tab_tx {
  font-size: 3.3vw;
}
.tab_tx_01,.tab_tx_02{
  padding: 3.5vw 0;
}
.tab_tx_03{
  padding: 2.2vw 0;
}
.tab_tx_04 {
  padding: 4.4vw 0;
}
  }
  @media screen and (max-width: 600px) {

  }
@media screen and (max-width: 430px) {
  .tab__change {
    width: 45.6vw;
  }
  .is-disable {
    padding-bottom: 8px  !important;
  }
}
/* tab:end */
/* question:start */
.question {
  position: relative;
  background-repeat: repeat-y;
  background-size: contain;
}
.question__title {
  width: 100%;
  margin: 0 auto;
}
.question__title img {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
.question__content {
  width: 100%;
  padding: 2px;
  border-radius: 15.5px;
}
.question__content-title {
  padding-bottom: 19px;
  position: relative;
}
.question__content-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
}
.question__inner-title {
  max-width: 250px;
  width: 100%;
  margin: 0 auto 48px auto;
}
.question__inner-title-two {
  max-width: 235px;
  width: 100%;
  margin: 0 auto 48px auto;
}
.question__box {
  background-color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.question__box::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(233,129,169,1) 0%, rgba(248,186,0,1) 100%);
  }
.question__box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 152px;
}
.question__box-title::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/question_icon_mark.svg);
  background-repeat: no-repeat;
  max-width: 36px;
  width: 100%;
  max-height: 35px;
  height: 100%;
  left: 3.5714%;
}
.question__box-mark {
  max-width: 36px;
  width: 100%;
}
.question__box-text {
  font-size: 24px;
  color: rgb(220, 135, 44);
  text-align: left;
  line-height: 1.3;
  width: 70%;
}
.question__box-text_top {
  position: absolute;
  font-size: 24px;
  color: rgb(220, 135, 44);
  text-align: left;
  line-height: 1.3;
  width: 82%;
  left: 14%;
}
.question__box-answer {
  position: relative;
  width: 100%;
  font-size: 20px;
  padding-left: 11rem;
  padding-top: 5px;
  padding-right: 40px;
  padding-bottom: 7rem;
  font-feature-settings: "palt";
}
.question__box-answer-link {
  color: rgb(220, 135, 44);
  text-decoration: none;
}
.question__box-answer::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/answer_icon_mark.svg);
  background-repeat: no-repeat;
  max-width: 36px;
  width: 100%;
  max-height: 35px;
  height: 100%;
  top: 0;
  left: 3.5714%;
}
.question__box-answer-last::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/answer_icon_mark.svg);
  background-repeat: no-repeat;
  max-width: 36px;
  width: 100%;
  max-height: 35px;
  height: 100%;
  top: 0px;
  left: 3.5714%;
}
.question__box-answer-list li {
  display: inline-block;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.question__box-answer-list li::before {
  content: "・";
}
.question__box-answer-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.question__lead {
  padding-top: 50px;
  padding-bottom: 35px;
  font-size: 27.14px;
  text-align: center;
}
.question__lead-link {
  margin: 0 5px;
  padding: 0 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(238,147,116,1) 0%, rgba(246,178,22,1) 41%);
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.question .js_accordion {
  position: relative;
  cursor: pointer;
}
.question .js_accordion::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/course_icon.svg);
  background-size: auto;
  width: 36px;
  height: 36px;
  right: 9%;
  transform: rotate(0);
  transition: 0.2s all;
}
.question .js_accordion-question {
  position: relative;
  cursor: pointer;
}
.question .js_accordion-question::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/question_icon_acc.svg);
  background-size: auto;
  width: 26px;
  height: 26px;
  top: 40%;
  right: 5.35714%;
  transform: rotate(0);
  transition: 0.2s all;
}
@media screen and (max-width: 833px) {
  .question__title img {
    width: 40vw;
  }
  .question__content {
    border-radius: 7.75px;
  }
  .question__content-title {
    padding-bottom: 2.2809123649vw;
  }
  .question__inner-title {
    width: 30.0120048019vw;
    margin: 0 auto 5.762304922vw auto;
  }
  .question__inner-title-two {
    width: 28.2112845138vw;
    margin: 0 auto 5.762304922vw auto;
  }
  .question__box-title {
    height: 24.5vw;
  }
  .question__box-title::before {
    width: 4.3217286915vw;
    height: 4.2016806723vw;
  }
  .question__box-mark {
    width: 4.3217286915vw;
  }
  .question__box-answer::before {
    width: 4.3217286915vw;
    height: 4.2016806723vw;
  }
  .question__box-answer-last::before {
    width: 4.3217286915vw;
    height: 4.2016806723vw;
    top: 0;
  }
  .question__lead {
    padding-top: 6.0024009604vw;
    padding-bottom: 4.2016806723vw;
    font-size: 3.2581032413vw;
  }
  .question__lead-link {
    margin: 0 0.600240096vw;
    padding: 0 1.2004801921vw;
    border-radius: 2px;
  }
  .question .js_accordion::after {
    width: 4.3217286915vw;
    height: 4.3217286915vw;
  }
  .question .js_accordion-question::after {
    width: 3.1212484994vw;
    height: 3.1212484994vw;
    right: 5.35714%;
  }
}
@media screen and (min-width: 500px) and (max-width: 680px) {
  .question__box-title {
    height: 28vw;
  }
  .question__box-text,.question__box-text_top {
  font-size: 19px;
}
.question__box-answer {
  font-size: 18px;
  padding-left: 8rem;
}
}
@media screen and (max-width: 500px) {
  .question__lead {
    padding-bottom: 0;
    font-size: 1.5rem;
  }
    .question__box-title_11 {
   margin: 3rem 0;
  }
  .question__box-text,.question__box-text_top {
    font-size: 4vw;
  }
  .question__box-answer {
  font-size: 1.3rem;
  padding: 0 0.8rem 1rem 5rem;
  padding-bottom: 3rem;
}
}

/* question:end */
/* contract:start */
.contract {
  margin-top: 40px;
  background: rgb(248, 186, 0);
  background: linear-gradient(15deg, rgb(248, 186, 0) 0%, rgb(91, 180, 49) 65%);
}
.contract__title {
  width: 100%;
  margin: 0 auto;
  padding: 47.68px 0;
}
.contract__title img {
  max-width: 361px;
  width: 100%;
  margin: 0 auto;
}
.contract__content {
  width: 100%;
  padding: 2px;
  border-radius: 15.5px;
}
.contract__content-title {
  padding-bottom: 19px;
  position: relative;
}
.contract__content-title::before {
  position: absolute;
  content: "";

  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
}
.contract__inner-title {
  max-width: 250px;
  width: 100%;
  margin: 0 auto 48px auto;
}
.contract__inner-title-two {
  max-width: 235px;
  width: 100%;
  margin: 0 auto 48px auto;
}
.contract__item {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 41.38px 0;
  border-radius: 17.305px;
  text-decoration: none;
}
.contract__item:not(:first-child) {
  margin-top: 20.25px;
}
.contract__item p {
  position: relative;
  color: #5BB431;
  font-size: 27px;
  margin: auto;
  font-weight: 700;
  line-height: 1;
}
.contract__item p::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/contract_mark.svg);
  background-repeat: no-repeat;
  max-width: 37px;
  width: 100%;
  max-height: 31px;
  height: 100%;
  right: -65px;
  top: 0;
  animation: triAnimationFrame 0.75s 0s infinite;
}
@media screen and (max-width: 833px) {
  .contract {
  margin-top: 6rem;
  }
  .contract__title {
    padding: 5.7238895558vw 0;
  }
  .contract__title img {
    width: 43.337334934vw;
  }
  .contract__content {
    border-radius: 7.75px;
  }
  .contract__content-title {
    padding-bottom: 2.2809123649vw;
  }
  .contract__inner-title {
    width: 30.0120048019vw;
    margin: 0 auto 5.762304922vw auto;
  }
  .contract__inner-title-two {
    width: 28.2112845138vw;
    margin: 0 auto 5.762304922vw auto;
  }
  .contract__item {
    padding: 4.9675870348vw 0;
    border-radius: 8.6525px;
  }
  .contract__item:not(:first-child) {
    margin-top: 2.430972389vw;
  }
  .contract__item p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 500px) {
  .contract {
    margin-top: 3rem;
  }
  .contract__item p {
    font-size: 3.5vw;
  }
}
@keyframes triAnimationFrame {
  0% {

    transform: translateX(0);
  }
  50% {
    transform: translateX(7.5px);
  }
  100% {
    transform: translateX(0);
  }
}
.contract .js_accordion {
  position: relative;
  cursor: pointer;
}
.contract .js_accordion::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/course_icon.svg);
  background-size: auto;
  width: 36px;
  height: 36px;
  right: 9%;
  transform: rotate(0);
  transition: 0.2s all;
}
.contract .js_accordion-question {
  position: relative;
  cursor: pointer;
}
.contract .js_accordion-question::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/question_icon_acc.svg);
  background-size: auto;
  width: 26px;
  height: 26px;
  right: 5.35714%;
  transform: rotate(0);
  transition: 0.2s all;
}
@media screen and (max-width: 833px) {
  .contract .js_accordion::after {
    width: 4.3217286915vw;
    height: 4.3217286915vw;
  }
  .contract .js_accordion-question::after {
    width: 3.1212484994vw;
    height: 3.1212484994vw;
    right: 5.35714%;
  }
}
/* ボタン */
.accordion-btn {
  width: 40rem;
  display: block;
  background-image: url(../images/bg_btn_new.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 2.0rem 1.6rem;
  margin: 0 auto;
  border-radius: 4.0rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all .2s;
  z-index: 3;
}
/* 続きを読むボタンの表記 */
.accordion-btn::before {
  content: "続きをみる";
  font-size: 2.0rem;
  font-weight: bold;
}
.accordion-btn span {
  position: relative;
}
.accordion-btn span::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../images/course_icon.svg);
  background-size: auto;
  width: 1.8rem;
  height: 1.8rem;
  top: -.6rem;
  right: -4.0rem;
  transform: rotate(0);
  transition: 0.2s all;
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
  opacity: 0.7;
}
.question__inner {
  overflow: hidden; /* テキストを隠す */
  position: relative;
  padding: 0 3.0rem 3.0rem;
}
/* 最初に見えてるテキストエリアの高さ */
.question__inner.is-gradient {
  height: 76vh;
}
.question__inner.is-show-all {
  height: auto !important;
}
/* テキストをグラデーションで隠す */
.question__inner::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  left: 0;
  content: "";
  height: 200px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
  z-index: 2;
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show,
.question__inner.is-show-all::before,
.accordion-btn.is-show + .question__inner::before {
  display: none;
}

@media screen and (max-width: 833px) {
  .accordion-btn {
    width: 70%;
  }
  .question__inner {
    padding: 0 3.6014405762vw 3.6014405762vw;
  }
  .question__inner.is-gradient {
    height: 60vh;
  }
}
@media screen and (max-width: 428px) {
  .accordion-btn {
    width: 70%;
    padding: 1.2rem 1.6rem;
  }
  .accordion-btn::before {
    font-size: 1.4rem;
  }
  .accordion-btn span::after {
    width: 1.4rem;
    height: 1.4rem;
    top: -.1rem;
  }
  .question__inner.is-gradient {
    height: 40vh;
  }
  .question__inner::before {
    height: 120px;
  }
}
/* question:end */
/* float:start */
body , .main , .main__container , .lead{
  position: relative;
  z-index: -1;
}
.float-button__wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  display: none;
  margin: 0 auto;
}
.float-button__wrap .float__container{
  padding: 3vw 0;
  background: rgba(255, 255, 255, 0.9);
}
.foot_front_btn{
  margin-top: 7.2028811525vw;
}
  .float-button__wrap{
    max-width: 833.9px;
    left: 50%;
    transform: translateX(-50%);
  }
@media screen and (min-width: 834px) {
  .float-button__wrap .float__container{
    padding: 20px 0;
  }
  .foot_front_btn{
    margin-top: 60px;
  }
}
.float {
  /*display: none;*/
  display: block;
  margin-top: 60px;
}
.float__container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.float__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 12rem;
  padding: 1.6rem 2.4rem 1.6rem 3.2rem;
  background: #f7aa00;
  text-decoration: none;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  transition: all 0.3s;
  position: relative;
  box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.09);
}
.float__item:hover {
  opacity: 0.7;
}
.float__item::after {
  position: absolute;
  right: 30px;
  top: calc(50% - 8px);
  width: 26px;
  height: 20px;
  content: '';
  background: url(../images/btn_ico_white.svg) no-repeat center center;
  background-size: 100% auto;
  animation: triAnimationFrame 0.75s 0s infinite;
}
.float__item.btn_hikari {
  background: #8b7ad5;
}
.float__item .small_tx {
  margin-top: .8rem;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 833px) {
  .float {
    margin-top: 7.2028811525vw;
  }
  .float__item {
    width: 42vw;
    height: 13rem;
    padding: 1.6rem;
    font-size: 3.4vw;
  }
  .float__item::after {
    right: 8%;
  }
}
@media screen and (max-width: 428px) {
  .float__item {
    height: 10rem;
    width: 45vw;
    padding: 1.2rem;
    font-size: 1.3rem;
  }
  .float__item:nth-child(2) {
    padding: 1.6rem 1.2rem 1.2rem;
  }
  .float__item .small_tx {

    margin-top: .6rem;
    font-size: 1.0rem;
  }
  .float__item::after {
    width: 14px;
    height: 12px;
    top: calc(50% - 6px);
    right: 0.9rem;
    animation: triAnimationFrame2 0.75s 0s infinite;
  }
  /*追従*/
  .float-button__wrap .float__container {
    margin: 0;
    padding:1rem 0;
  }
  .float-button__wrap .float__container .float__item {
    width: 45vw;
    height: 9rem;
    font-size: 1.3rem;
  }
  .float-button__wrap .float__container .float__item + .float__item {
    margin-top: 0;
  }
  .float-button__wrap .float__container .float__item .small_tx {
    margin: 0;
    font-size: 1.0rem;
  }
  .float-button__wrap .float__container .float__item::after {
    right: 12px;
    width: 16px;
    height: 20px;
    animation: triAnimationFrame2 0.75s 0s infinite;
  }
}
@keyframes triAnimationFrame2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}

/* xxx:end */
/* entry特有 */

/*=========================
2023/8/21追記
=========================*/

.main_inner{
  position: relative;
  z-index: -1;
}

/*=========================
2023/8/27追記
=========================*/
.main_inner {
  padding-bottom: 5vw;
}
@media screen and (max-width: 428px) {
  .main_inner {
    padding-bottom: 8vw;
  }
}

/* swiper
------------------------------------------------*/
.slider_area {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/bg_flow_new.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 4.0rem 0;
}
.tab__two .slider_area {
  background-image: url(../images/bg_flow_hikari.png);
}
.swiper {
  position: relative;
  width: 100%;
}
.swiper-wrapper {
  align-items: center;
  vertical-align: middle;
  padding-bottom: 38px;
}
.slider-box {
  position: relative;
  display: grid;
  width: 90%!important;
  height: 36rem;
  margin: 0 auto;
  padding: 3rem 3.4rem;
  background: #fff;
  border-radius: 3.0rem;
  box-sizing: border-box;
  align-items: flex-start;
}
.ic_no {
  display: block;
  width: 6.0rem;
  height: 6.0rem;
  margin: 0 auto 1.6rem;
  align-self: start;
}
.slider_text {
  margin: 0 auto;
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #333;
  align-self: center;
}
.slider_text span {
  padding: 0 2.5px;
  font-weight: bold;
  color: #ff9300;
}
#cpn-main .flow .slider_area .btn {
  width: 75%;
  height: auto;
  padding: 1.0rem 0;
  align-self: end;
}
#cpn-main .flow .slider_area .btn a::after {
  width: 1.4rem;
}
#cpn-main .flow .slider_area > .btn {
  margin-top: 2.0rem;
  padding: 1.5rem 0;
}
#cpn-main .flow .slider_area > .btn a::after {
  width: 2.1rem;
  right: 3rem;
}
#cpn-main .slider_area .btn a {
  font-size: 1.6rem;
}
#cpn-main .flow .slider_area > .btn a {
  font-size: 2.1rem;
}
#cpn-main .slider_area .btn a::after {
  right: 2.0rem;
}
.slider_area .swiper-horizontal > .swiper-pagination-bullets, .slider_area .swiper-pagination-bullets.swiper-pagination-horizontal, .slider_area .swiper-pagination-custom, .slider_area .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}
.slider_area .swiper-button-next, .slider_area .swiper-button-prev {
  width: 0;
  height: 0;
  border-style: solid;
}
.slider_area .swiper-button-next {
  border-color: transparent transparent transparent #fff;
  border-width: 1.5rem 0 1.5rem 2.0rem;
}
.slider_area .swiper-button-prev {
  border-color: transparent #fff transparent transparent;
  border-width: 1.5rem 2.0rem 1.5rem 0;
}
.slider_area .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  height: 14px;
  width: 14px;
}
.slider_area .swiper-pagination-bullet-active {
  background: #FF6880;
  height: 14px;
  width: 14px;
}
.slider_area .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.slider_area .swiper-slide img {
  height: auto;
  width: 100%;
}
.slider_area .swiper-button-next, .slider_area .swiper-button-prev {
  color: #FF6880;
}
.slider_area .swiper-button-next::after, .slider_area .swiper-button-prev::after {
  font-size: 0;
}
.slider_area .swiper-button-prev, .slider_area .swiper-rtl .swiper-button-next {
  left: 0.5rem;
  right: auto;
}
.slider_area .swiper-button-next, .slider_area .swiper-rtl .swiper-button-prev {
  right: 0.5rem;
  left: auto;
}
.course__tab .course__content.step.flow_area{
  padding: 0;
}
.slider_area .entry__content-link .btn_txt_inner img{
  height: 2.0rem;
  margin: 0 auto;
}
.slider_area .entry__content-link p.btn_txt_inner::after{
  max-width: 24px;
  right: 3.0rem;
}
.slider_area .entry__content-link {
  width: 320px;
  margin: 2.0rem auto 0;
  border-radius: 2.2rem;
  padding: 2.0rem .4rem;
  transition: all 0.3s;
}
.slider_area .entry__content-link:hover {
  opacity: 0.7;
}
.slider_area .modal_box .entry__content-link p.btn_txt_inner::after {
  background-image: url(../images/course_icon_white.svg);
  background-size: auto;
  width: 20px;
  height: 20px;
  top: 0;
  right: 2.4rem;
  animation: none;
}
.js-nextAction {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .slider-box {
    width: 100%;
    height: 100%;
    margin-bottom: 4.5rem;
  }
  .swiper-wrapper {
    padding-bottom: 0;
  }
  .slider_area .swiper-button-next, .slider_area .swiper-button-prev {
    top: calc((100% - 3.0rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .slider_area {
    width: 100%;
    padding: 3.0rem 0;
  }
  .slider-box {
    width: 100%;
    height: 36.0rem;
  }
  .slider_text {
    font-size: 4.5vw;
  }
  .slider_text span {
    padding: 0 0.25rem;
  }
  .slider_area img {
    margin: 0 auto;
  }
  .slider_area .swiper-button-prev, .slider_area .swiper-rtl .swiper-button-next {
    left: 0.5vw;
  }
  .slider_area .swiper-button-next, .slider_area .swiper-rtl .swiper-button-prev {
    right: 0.5vw;
  }
  .slider_area .swiper-button-next {
    border-width: 2.3vw 0 2.3vw 2.6vw ;
  }
  .slider_area .swiper-button-prev {
    border-width: 2.3vw 2.6vw 2.3vw 0;
  }
  .slider_area .swiper-pagination-bullet, .slider_area .swiper-pagination-bullet-active {
    height: 1.2rem;
    width: 1.2rem;
  }
  .slider_area .entry__content-link{
    width: 100%;
  }
  .slider_area .entry__content-link .btn_txt_inner img {
    width: 60%;
  }
  .slider-box {
    padding: 3rem 3.6rem;
  }
}
@media screen and (max-width: 428px) {
  .slider-box {
    height: 21.0rem;
    margin-bottom: 3.2rem;
    border-radius: 3.2rem;
    padding: 1.4rem 1.8rem 1.6rem;
  }
  .ic_no {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 auto .8rem;
  }
  .slider_text {
    font-size: 1.6rem;
  }
  .slider_area .entry__content-link {
    width: 100%;
    margin: 1.2rem auto 0;
    border-radius: 1.2rem;
    padding: .8rem 4.0rem .8rem 2.0rem;
  }
  .slider_area .entry__content-link .btn_txt_inner img {
    width: 80%;
  }
  .slider_area .modal_box .entry__content-link p.btn_txt_inner::after {
    width: 1.2rem;
    height: 1.2rem;
    top: 20%;
    right: -2.0rem;
  }
  .entry__btn img {
    height: 4vw;
  }
  .entry__btn p::after {
    max-width: 1.6rem;
    right: 12vw;
    top: 38%;
  }
  .slider_area .swiper-button-next, .slider_area .swiper-button-prev {
    top: calc((100% - 1.0rem) / 2);
  }
  .slider_area .swiper-pagination-bullet, .slider_area .swiper-pagination-bullet-active {
    height: 1.0rem;
    width: 1.0rem;
  }
  .slider_area .swiper-button-next {
    border-width: 1.2rem 0 1.2rem 1.0rem;
  }
  .slider_area .swiper-button-prev {
    border-width: 1.2rem 1.0rem 1.2rem 0;
  }
}
/* モーダル
------------------------------------------------*/
.remodal-overlay {
  background: transparent;
}
.remodal-wrapper {
  background: rgba(51,51,51,0.9);
}
.remodal {

  background: transparent;
  max-width: 780px;
}
/*開いた時のスクロールバー分のずれ調整*/
/*html.remodal-is-locked .main_inner{
  margin: 0 -8.5px 0 8.5px;
}*/
html.remodal-is-locked .float-button__wrap {
  margin: 0 -8.5px 0 -8.5px;
}
.modal_ic {
  position: relative;
}
.remodal-close::before, .remodal-close::after {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  width: 4px;
  border-radius: 4px;
  height: 50px;
  background: #fff;
  top: 0;
}
.remodal-close::after {
  transform: rotate(90deg);
}
.remodal-close {
  position: absolute;
  top: -66px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: rotate(45deg);
}
.modal_box a{
  display: block;
  color: #fff;
  margin: 0 auto;
  border-radius: 4rem;
  text-align: center;
  padding: 1rem;
  font-size: 1.2rem;
}
.modal_inner{
  border-radius: 2rem;
  display: block;
  padding: 6.0rem 4.0rem;
  background: #fff;
  text-align: left;
}
.modal_box p span{
   display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  margin-left: 0.5rem;
}
.modal_box p span::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.flow__caution-title {
  margin-bottom: 2.4rem;
  font-size: 2.8rem;
  text-align: center;
}
.flow__caution-text {
  font-size: 1.6rem;
}
.flow__caution-text p + p {
  margin-top: 2.4rem;
}
.flow__caution-text a {
  text-decoration: none;
  color: #ff6880;
  font-weight: bold;
}
.flow__caution-text a:hover {
  text-decoration: underline;
}
.flow__caution-text li {
  padding-left: 1em;
  text-indent: -1em;
}
.flow__caution-text.caution-list li::before {
  content: "■";
}
.flow__caution-text.caution-list li:last-child {
  color: #E83828;
}
.flow__caution-text.notes-list li::before {
  content: "※";
}
@media screen and (max-width: 768px) {
  .remodal {
    max-width: 640px;
  }
  .modal_inner {
    display: block;
    padding: 4.8rem 2.4rem;
    border-radius: 2rem;
  }
  .remodal-close::before, .remodal-close::after {
    width: 2px;

    border-radius: 2px;
    height: 2.5rem;
    background: #333;
  }
  .remodal-close {
    top: 1.6rem;
    right: 1.6rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  /*開いた時のスクロールバー分のずれ調整*/
  html.remodal-is-locked .main_inner{
    margin: 0;
    overflow-x: hidden;
  }
  .remodal-wrapper {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 428px){
  .flow__caution-title {
    margin-bottom: 1.4rem;
    font-size: 2.2rem;
  }
  .flow__caution-text {
    font-size: 1.4rem;
  }
}
.hover:hover{
  opacity: 0.7;
}
/* タブ */
.tab__1giga {
  background:linear-gradient(90deg, rgba(177,166,208,1) 0%, rgba(230,131,171,1) 75%);
}
.tab__1giga img {
  max-width: 100%;
  width: 100%;
}
.tab__10giga {
  background: linear-gradient(90deg, rgba(156,187,52,1) 0%, rgba(97,181,49,1) 70%);
}
.tab__10giga img {
  max-width: 100%;
  width: 100%;
}
.tab_change {
  border-radius: 15.5px 15.5px 0 0;
  width: 412px;
  padding: 20px 0 22px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner_10GB {
  width: 88%;
  margin: 0 auto 15px;
  display: block;
}
.banner02_10GB {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .banner02_10GB {
    margin-top: 3rem;
  }
}
.tx_note {
  text-align: center;
  font-size: 2.0rem;
  margin: 1.5rem 0 3rem;
  text-decoration: none;
}
.tx_note_01 {
  text-align: center;
  font-size: 2.0rem;
  margin: 3rem 0 3rem;
  text-decoration: none;
}
.tx_note_02 {
  text-align: center;
  font-size: 2.0rem;
  margin: 3rem 0 0;
  text-decoration: none;
}
@media screen and (max-width: 833px) {
  .tab_change {
    border-radius: 10px 10px 0 0;
    width: 49.3%;
    padding: 20px 0 26px 0;
  }
}
@media screen and (max-width: 430px) {
  .tab_change {
    border-radius: 7px 7px 0 0;
    padding: 15px 0 13px 0;
  }
  .tx_note:nth-child(2) {
    font-size: 1.3rem;
    margin: 1.5rem 0 ;
  }
  .tx_note {
    font-size: 1.3rem;
    margin: 0 0 1.5rem;
  }
  .tx_note_01 {
    font-size: 1.3rem;
    margin: 0 0 1.5rem;
    font-feature-settings: "palt";
  }
  .tx_note_02 {
    font-size: 1.3rem;
    margin: 1.5rem 0 0;
  }
}
.boxShadow {
  box-shadow: rgb(193 193 193) 0px 0px 26px;
  z-index: -1;
  position: relative;
}