:root {
  --font-base: 12px;
  --font-normal: calc(var(--font-base) * 1.8);
  --font-l-text: calc(var(--font-base) * 1.4);
  --font-small: calc(var(--font-base) * 1); 
  --font-x-small: calc(var(--font-base) * 1); 
}

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:90%;
    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:block!important;
}
.sp-none{
  display:none!important;
}
.main-width{
    width:90%;
    max-width: var(--main-width);
    margin:0 auto;
    box-sizing:border-box;
}
.sub-width{
    width:90%;
    max-width: var(--sub-width);
    margin:0 auto;
    box-sizing:border-box;
}
.index_3li{
    display:flex!important;
}
.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  60px;
  background-size: cover;
}


.index_3li.sp-none{
  display:none!important;
}

.mv-contents {
  width:100%;
  max-width:1200px;

}
.mv-logo{
  display:none;
}
.main .sub-width{
    z-index:4;
    width:95%;
    max-width:500px;
    margin-top:30px;
}
.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:60px;
    padding-bottom:60px;
}
.cta a.btn-apply{
    display:block;
    width:100%;
    max-width:750px;
    margin:15px auto 10px;
    text-align:center;
    font-weight:bolder;
    font-size:var(--font-normal);
    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{
    display:block!important;
}
.point .index_3li > li {
    background-color:#fff;
    padding:20px;
    border-radius:15px;
    text-align:center;
    display:block;
    box-shadow:4px 4px 4px rgba(0,0,0,0.6);
    margin-bottom:30px;
}
.point-title{
    display:flex;
    align-items:center;
    border:5px solid var(--deepgreen);  
    border-right:none;
    border-left:none;  
    padding:3px 0;
    margin-bottom:10px;
}
.point-title img{
    display:block;
    margin:auto;
    flex:1;
    max-width:70px;
}
.point-title .point-midashi{
    flex:3;
    margin:15px 0 10px 20px;
    text-align:left;
    font-weight:bolder;
    color:var(--deepgreen);
    font-size:calc(var(--font-large)*0.8);
}
.point-text{
    flex: 2;
    color:var(--red);
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    text-align:center;
    gap:10px;
}
.point-text p{
    font-size:var(--font-midium);
    line-height:3.5rem;
    font-weight:bolder;
}
.text-note{
    margin-top:5px;
    font-size:var(--font-normal)!important;
    color:#fff;
    background-color:var(--pink);
    border-radius:15px;
    padding:15px 0;
    line-height:1.7rem!important;
    text-align:center;
}
.point-text p.font-small{
    font-size:var(--font-small);
    line-height:0.8rem!important;
    margin-bottom:5px;
}

/* connect-infomation */
.connect-infomation {
  display: flex;
  align-items: center;
  border:6px solid var(--deepgreen);
  color: #000;
  height:100%;
  padding: 0px;
  margin:40px 0 30px;
  font-weight:bold;
  border-radius:15px;
}

.label {
  position: relative;
  margin-left: -20px; /* 飛び出し感の調整 */
  z-index: 2;
  flex:1;
}
.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:3.2;
  padding-left: 9px;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:10px;
}
.content ul li{
    font-size:calc(var(--font-base)*1.4);
    line-height:2.2rem;
}
.connect-infomation .image{
  display:none;
}

.connect-infomation .image img {
  display:none;
}

/* point-item */
.point-item{
    margin-top:50px;
    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:-120px;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:30px;
}
.point-item .font-small{
  line-height:1.2rem;
}
.point-item .sub-width img{
    display:block;
    width:80%;
    max-width:600px;
    margin:20px auto 30px;
}
.point-item .point-midashi{
    color:var(--red);
    font-weight:bolder;
    line-height: 1.3em;
    margin-bottom:20px;
    font-size:var(--font-large);
}
.point-item:nth-child(1) .point-midashi{
    line-height:1em;
    font-size:calc(var(--font-large)*0.9);    
}
.point-item .point-midashi .point1-text{
    font-size:calc(var(--font-large)*0.6)!important;
}
.point-item:nth-child(2){
    text-align:center;
}
.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:2px;
    margin-bottom:10px;
}
.point-item:nth-child(2) .item-caption{
    display:flex;
    align-items: flex-end;
    flex-direction: column;
    align-items:center;
    background-image:url(image/xmobile-pc-29.webp);
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position-x: 100%;
    background-position-y: 100%;
}
.point-item:nth-child(2) .item-caption p{
    margin:0;
}
.point-item:nth-child(2) .item-caption .image{
    display:none;
}
.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: 0px;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: var(--font-l-text);
}

.speed-list dd {
    width: 65%;
    padding: 0;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: var(--font-l-text);
}
.point-item:nth-child(2) .font-small{
  text-align:left;
}

.point-item:nth-child(2) .textalignright{
  text-align:right;
}


/* 背景色の指定 */
.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:block;
    align-items:center;
    gap:20px;
}
.index-2li p{
    font-weight:bolder;
    margin-bottom:5px;
}
.index-2li .ribbon{
    background-color:var(--green);
    color:#fff;
    width:70%;
    margin:0 auto 10px;
    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 auto!important;
}

/* cta */
section:nth-child(6){
    padding-bottom:100px!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:30px 0;
}
.infomation .infomation-item:nth-child(1){
    text-align: center;
    border:none;
    font-weight:bolder;
}


/* step */
.step-flow {
  display: block;
}
.step {
  display:flex;
  text-align: left;
  gap:10px;
  margin-bottom:0px;
  margin-top:5px;
}
.step .step-image {
  flex:1;
  width:auto;
  display:block;
  margin-bottom: 5px;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.step .step-image img{
  margin-bottom:5px;
}
.step h4{
  text-align: left;
  margin-bottom: 2px;
  color:var(--softgreen);
  font-weight:bolder;
  font-size:var(--font-normal);
}
.step p{
    text-align: left;
    font-size:var(--font-l-text);
    line-height:1.7rem;
    font-weight:bolder;
}
.step-text{
  flex:4;
}
.arrow.pc-none {
  background-image: url(image/xmobile-sp-1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position:center;
  display: block;
  background-position-x: 25%;
  width:30px;
  height:30px;
}

/* faq */
.faq{
    background-color:#eee;
    border:none!important;
    font-size:var(--font-base);
    font-weight:bold;
}
.faq h3{
    margin-bottom:30px;
}

.faq-list {
  margin: 0;
  padding: 0;
}
.faq-list dt {
  font-weight: bolder;
  font-size: var(--font-normal);
  margin-top: 0px;
  padding-left: 35px;
  background-image: url("image/xmobile-pc-18.webp");
  background-repeat:no-repeat;
  background-size:30px;
  background-position:left 2px;
  line-height:1.4em;  
}
.faq-list dd {
  font-weight: bolder;
  font-size: var(--font-normal);
  margin-top: 10px;
  margin-bottom:25px;
  padding-left: 35px;
  padding-bottom:30px;
  background-image: url("image/xmobile-pc-17.webp");
  background-repeat:no-repeat;
  background-size:30px;
  background-position:left 2px;
  line-height:1.4em;    
  border-bottom:3px solid var(--green);
}
.faq-list dd:nth-child(8) {
  border-bottom:none;
}

.faq-list span {
  font-weight: normal;
  font-size: var(--font-small);
  display: block;
  margin-top: 8px;
  line-height:1.3em;
}

/* footer */
footer {
  background-color: #fff;
  color: #000;
  padding: 0 20px 200px;
  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:1.5rem;
}
footer .links-area p{
    font-size: var(--font-x-small);
    line-height:1.5rem;
    font-weight:bold;
}
footer .links-area a{
  font-size: var(--font-x-small);
  font-weight:bold;
}
footer .logo-area{
  text-align:center;
  width: 160px;
  margin-bottom: 10px;
  margin-right:auto;
  margin-left:auto;
}
.logo-area .logo{
  width: 160px;
  margin-bottom: 10px;
  margin-right:auto;
  margin-left:auto;
  text-align:cen;
}
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;
}