section{
    padding-bottom:100px;
}
h2{
    margin:auto;
    margin-top:40px;
    margin-bottom:40px!important;
    font-size:var(--font-midium);
    font-weight:bolder!important;
    text-align:center;
    width:59%;
    max-width:800px;
    padding:10px 0;
}
img{
    width:100%;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}


.all-wrap{
    width:100%!important;
    max-width:100%;
    overflow-x:hidden;
    font-size: var(--font-base);
}
.pc-none{
    display:none!important;
}
.main-width{
    width:90%;
    max-width: var(--main-width);
    margin:0 auto;
    box-sizing:border-box;
}
.sub-width{
    width:75%;
    max-width: var(--sub-width);
    margin:0 auto;
    box-sizing:border-box;
}
.index_3li{
    display:flex;
}
.black{
    color:var(--black);
}

/* main */
.main {
  width: 100%
  height: 100%;
  overflow: hidden;
  z-index:2;
  background-image:url(image/mv-bg-sp.webp);
  padding:0 0 120px;
  background-size: cover;
}
.index_3li.sp-none{
  display:block;
}

.mv-contents {
  width:100%;
  max-width:1300px;
  margin:0 auto;
}
.mv-logo{
  display:block;
  width:20%;
  max-width:250px;
  margin-top:2%;
  margin-left:2%;
}
.main .sub-width{
    z-index:4;
    width:80%;
    max-width:900px;
    margin-top:60px;
}
.main .index_3li {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  z-index:99999;
}
.main .index_3li li {
  flex: 1;
  text-align: center;
}

/* 表示切り替え */
.pc-none {
  display: none;
}

/* about */
.about{
    background-color:var(--right-green);
    padding-top:80px;
}
.about h2{
    background-color:#fff;
    margin-top:0!important;
}
/* youtube */
.about iframe {
    width: 100%;
    height: 100%;
    border: 0;
    aspect-ratio: 16 / 9;
    margin:0 auto;
}

/* price */
.price h2{
    color:#fff;
    background-color:var(--softgreen);
    margin-top:80px;
}
.price p{
    font-size:var(--font-small);
    margin-top:24px;
}


/* cta */
.cta{
    background-color:var(--yellow);
    padding-top:100px;
    padding-bottom:100px;
}
.cta a.btn-apply{
    display:block;
    width:90%;
    max-width:750px;
    margin:15px auto 10px;
    text-align:center;
    font-weight:bolder;
    font-size:var(--font-midium);
    background-color:var(--red);
    color:#fff;
    padding:8px 15px;
    border-radius:15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.6);
    border:4px solid var(--red);
}
.cta a.btn-apply:hover {
    background-color: #fff;
    color: var(--red);
    border:4px solid var(--red);
}


/* point */
.point{
    background-color:var(--green);
    margin-top:0;
}
.point h2{
    margin-top:0;
}
.point h2 img{
    margin-top:-80px;
}
.point .index_3li{
    justify-content: space-between; /* 均等に並べたいなら space-between か space-around でも可 */
    gap: 20px; /* アイテムの間隔を調整したい場合 */
}
.point .index_3li > li {
    flex: 1; /* 各リスト項目を等幅に */
    background-color:#fff;
    padding:20px;
    border-radius:15px;
    text-align:center;
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    box-shadow:4px 4px 4px rgba(0,0,0,0.6);

}
.point-title img{
    display:block;
    margin:auto;
    margin-top:-50px;
    width:40%;
    max-width:150px;
}
.point-title .point-midashi{
    margin:15px 0 10px;
    padding:7px;
    border:2px solid var(--deepgreen);
    border-right:none;
    border-left:none;
    font-weight:bolder;
    color:var(--deepgreen);
    font-size:var(--font-normal);
}
.point-text{
    flex: 1;
    color:var(--red);
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.point-text p{
    font-size:var(--font-normal);
    line-height:2.4rem;
    font-weight:bolder;
}
.text-note{
    font-size:var(--font-l-text)!important;
    color:#fff;
    background-color:var(--pink);
    border-radius:15px;
    padding:10px 0;
    line-height:1.7rem!important;
}
.point-text p.font-small{
    font-size:10px!important;
    line-height:0.8rem!important;
    margin-bottom:5px;
}

/* connect-infomation */
.connect-infomation {
  display: flex;
  align-items: center;
  border:10px solid var(--deepgreen);
  color: #000;
  padding: 10px;
  position: relative;
  margin:80px 0 30px;
  font-weight:bold;
  border-radius:15px;
}

.label {
  position: relative;
  margin-left: -40px; /* 飛び出し感の調整 */
  z-index: 2;
}
.label img {
  width:100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  display:block;
}

.content {
  flex: 1;
  padding-left: 15px;
  font-size:calc(var(--font-l-text)*1.5)!important;
}
.content ul li{
  font-size:calc(var(--font-l-text)*1.5)!important;
  line-height:2.2rem;

}
.connect-infomation .image img {
  display:none;
}

/* point-item */
.point-item{
    margin-top:100px;
    padding:100px 0 60px;
    background-color:#fff;
    border-radius:15px;
    box-shadow: 6px 6px var(--deepgreen);
    text-align:center;
    font-weight:bold;
}
.point-item h3{
    width:60%;
    max-width:400px;
    margin-top:-160px;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:30px;
}
.point-item .sub-width img{
    display:block;
    width:80%;
    max-width:600px;
    margin:20px auto 40px;
}
.point-item .point-midashi{
    color:var(--red);
    font-weight:bolder;
    font-size:var(--font-large);
    line-height: 1.3em;
    margin-bottom:20px;
}
.point-item:nth-child(2){
    text-align:left;
}
.point-item:nth-child(2) .point-midashi{
    text-align:center;
}
.point-item:nth-child(2) .notice{
    text-align:center;
    font-weight:bolder;
    border:2px solid var(--black);
    padding:5px;
    margin-bottom:10px;
}
.point-item:nth-child(2) .item-caption{
    display:flex;
    align-items: flex-end;
    gap:10px;
    background-image:url(image/xmobile-pc-29.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
}
.point-item:nth-child(2) .item-caption p{
    margin:0;
}
.point-item:nth-child(2) .item-caption .image{
    display:flex;
    align-items:flex-end;
    margin:0;
    padding:0;
    padding-bottom:20px;
}
.point-item:nth-child(2) .item-caption img{
    width:30px;
    margin:0;
    padding:0;
}
.point-item:nth-child(2) .item-caption .font-normal{
    color:var(--green);
}

/* ギガ増量 */

.speed-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-family: sans-serif;
    font-size: var(--font-l-text);
    color: #fff;
    margin: 15px 0 0;
}

.speed-list dt {
    width: 35%;
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.speed-list dd {
    width: 65%;
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
}

/* 背景色の指定 */
.speed-list dt:nth-of-type(1),
.speed-list dd:nth-of-type(1) {
    background-color: #333;
}

.speed-list dt:nth-of-type(2),
.speed-list dd:nth-of-type(2) {
    background-color: #888;
}

/* ギガ増量 */

.point-image{
    margin:40px 0;
}
.point-image img{
    width:100%!important;
    max-width:100%!important;
}


.index-2li{
    display:flex;
    align-items:center;
    gap:20px;
}
.index-2li p{
    font-weight:bolder;
    margin-bottom:5px;
}
.index-2li .ribbon{
    background-color:var(--green);
    color:#fff;
    font-size:var(--font-l-text);
}
.index-2li .font-small{
    font-weight:var(--font-small);
}

.index-2li  img {
    width: 100%!important;
    max-width: 400px!important;
    margin: 0!important;
}

/* cta */
section:nth-child(6){
    padding-bottom:140px!important;
}

/* infomation */
.infomation{
    padding-top:0px;
    padding-bottom:50px;
}
.infomation h3{
    text-align:center;
    background-color:var(--softgreen);
    font-weight:bold;
    text-align:center;
    width:60%;
    max-width:400px;
    padding:5px;
    margin:20px auto 20px;
    color:#fff;
    font-size:var(--font-normal);
}
.infomation .infomation-item{
    border-top:5px solid var(--softgreen);
    padding:60px 0;
}
.infomation .infomation-item:nth-child(1){
    text-align: center;
    border:none;
    font-weight:bolder;
}


/* step */
.step-flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.step {
  flex: 1;
  min-width: 130px;
  text-align: center;
}
.step h4{
  text-align: center;
  margin-bottom: 5px;
  color:var(--softgreen);
  font-weight:bolder;
  font-size:var(--font-l-text);
}
.step img {
  width:100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 10px;
}
.step p{
    text-align: left;
    font-size:var(--font-small);
    line-height:1.3rem;
    font-weight:bolder;
}
.arrow.sp-none {
  background-image: url(image/xmobile-pc-16.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 25%;
  display: block;
  width:25px;
}

/* faq */
.faq{
    background-color:#eee;
    border:none!important;
    font-size:var(--font-base);
    font-weight:bold;
}

.faq-list {
  margin: 0;
  padding: 0;
}
.faq-list dt {
  position: relative;
  font-weight: bolder;
  font-size: var(--font-l-text);
  margin-top: 30px;
  padding-left: 2.4em;
}
.faq-list dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.0em;
  height: 2.0em;
  background: url("image/xmobile-pc-18.webp") no-repeat center center / contain;
}
.faq-list dd {
  position: relative;
  font-weight: bolder;
  margin: 0.5em 0 1.5em;
  padding-left: 2.4em;
  padding-bottom:30px;
  line-height: 1.6;
  border-bottom:3px solid var(--green);
}
.faq-list dd:nth-child(8) {
  border-bottom:none;
}


.faq-list dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.0em;
  height: 2.0em;
  background: url("image/xmobile-pc-17.webp") no-repeat center center / contain;
}

.faq-list span {
  font-weight: normal;
  font-size: var(--font-small);
  display: block;
  margin-top: 8px;
}

/* footer */
footer {
  background-color: #fff;
  color: #000;
  padding: 0 20px 50px;
  font-weight:bold;
}
footer li{
  font-size: var(--font-small);
}
footer a{
  font-size: var(--font-small);
  color:var(--black);
  line-height:0.6rem;
  text-decoration:underline;
}
footer a:hover{
   color:#ccc;
}
footer p{
  font-size: var(--font-small);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
footer .sub-links{
  margin-top:20px!important;
}
footer .sub-links a{
  font-weight:normal!important;
}
footer .sub-links p{
  font-weight:normal!important;
}
footer .links-area li{
    line-height:1rem;
}
footer .links-area p{
    font-size: var(--font-x-small);
    line-height:1rem;
    font-weight:bold;
}
footer .links-area a{
  font-size: var(--font-x-small);
  font-weight:bold;
}
.logo-area .logo{
  width: 160px;
  margin-bottom: 10px;
}
footer .info-area p{
  line-height:1.3rem;
}
footer .info-area p.corp{
  margin-bottom:5px;
}
.footer-copy {
  margin-top: 30px;
  text-align: center;
  font-size: var(--font-small);
  color: #666;
}