@charset "UTF-8";
/* CSS Document */
* {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
}



/*PC*/
@media (min-width: 768px) {
  
}


.pagetop{
	display: none;
}


/* SP用アニメーション */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.c-breadcrumb:last-of-type {
    margin-left: 3%;
}

/*10月 stem*/
main p{
	    font-size: 1.3rem;
}

.subsc10-fv-wrap h2{
	background: #161d21;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding: 4% 0;
    font-size: 2rem;
    font-family: 'shippori-mincho';
    font-weight: 100;
}

.subsc10-fv-wrap h2 span{
	font-size: 1.5rem;
	color: #fff;
}

.subsc10-fv-text{
	    text-align: center;
    margin: 12% auto;
}

.subsc10-fv-text p{
	margin-bottom: 3%;
	font-family: 'shippori-mincho';
}

.subsc10-fv-text p u{
    font-family: 'shippori-mincho';
    font-size: 1.4rem;
    margin: 5% 0;
    display: block;
    font-weight: 700;
    color: #750605;
}


.sec-jump-wrap{
	display: flex;
    gap: 5%;
    width: 90%;
    margin: 0 auto;
}

.sec-01,.sec-02{
	margin: 20% 0;
}

.sec-title{
	text-align: center;
    background: #161d21;
    padding: 2% 0;
    color: #fff;
    font-family: 'shippori-mincho';
    font-size: 1.8rem;
	position: relative;
}

.sec-01 .sec-title::before{
    content: "\\継続しない方もフォームの入力が必要です/";
    display: block;
    background: #8e171a;
    color: #fff;
    text-align: center;
    font-family: 'yu-gothic-pr6n';
    font-size: 1.1rem;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0%;
    top: -25%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    border-radius: 50px;
    padding: 0% 3%;
}

	
.sec-01-stepwrap{
	    margin: 10% 5%;
}

.sec-01-stepwrap > .triangle{
	    margin: 10% auto;
    width: 6%;
}

.sec-02 > .value{
	    width: 90%;
    margin: 10% auto;
}
	.sec-02-change a{
		    margin-bottom: 5%;
    display: block;
	}

.sec-attention{
	    width: 90%;
    margin: 0 auto;
    text-align: justify;
    font-size: 1rem;
}

.sec-title-teiki{
	width: 90%;
    margin: 10% auto;
    text-align: center;
    background: #b4a767;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
	line-height: 1.2;
    padding: 2% 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.sec-minititle p{
	font-size: 1.4rem;
}

.img-07,.img-08,.img-09,.img-10,.img-11,.img-13,.img-14{
	width: 85%;
	margin: 0 auto;
}

.img-06,.img-12{
	width: 70%;
	margin: 0 auto 8%;
}

.img-08,.img-09{
	margin-bottom: 10%;
}

.img-13,.img-14{
	margin-top: 10%;
}
.sec-minititle{
    margin: 10% auto;
    text-align: center;
}

.sec-minititle h5{
	border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 2%;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto 3%;
    font-weight: bold;
}



.sec-minititle.mini-01 p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
	font-size: 1.6rem;
}

.sec-minititle.mini-05 p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
	font-size: 1.6rem;
}

.sec-attention{
	font-weight: 100 !important;
    text-align: center;
	font-size: 1rem !important;
}

.sec-minititle.mini-02 p span{
	font-weight: bold;
    color: #750605;
}

.sec-02-change{
	    margin: 5% auto;
}


.sec-minititle.mini-03 p{
	font-size: 1.4rem;
    line-height: 1.5;
}

.sec-minititle.mini-03 p span u{
	font-size: 1.5rem;
    font-weight: bold;
    color: #750605;
}


#stem .stem{
	width: 90%;
	margin: 0 auto;
}


.subsc-btn img{
	width: 80%;
    margin: 10% auto 20%;
}

.sec-minititle.mini-08 p span{
	    font-size: 1.5rem;
    font-weight: bold;
    color: #750605;
}


.sec-05 p{
	margin: 10% 5% 40%;
}




/*スライダー*/

.subsc-slide{
	width: 100%;
    margin: 0 auto;
}
.slideIMG{
	    width: 67vw;
    margin: 0px 12px;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
	z-index: 100;
    position:absolute;
}

.prev-arrow {
    top: 35%;
    left: 7%;
	    transform: rotate(180deg);
}

.next-arrow{
	top: 35%;
    right: 7%;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
width: 15px;
    height: 15px;
    border-right: 2px solid #333;
    border-top: 2px solid  #333;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
	
	/* スライド要素を相対位置の基準にする */
.slick-slide {
  position: relative;
  transition: transform 0.4s ease, opacity 0.4s ease; /* スムーズなアニメーションのため */
}

/* 全てのスライドにオーバーレイをかける */
.slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffb8;
  z-index: 1; /* コンテンツの前面に表示 */
  transition: background-color 0.4s ease; /* 色が滑らかに変化するように */
}

/* 中央のスライド（.slick-center）だけオーバーレイを透明にする */
.slick-center::before {
  background-color: transparent;
}

/*アコーディオン*/
.js-accordion--close {
  display: none;
}
.subsc-accordion-wrap{
	    margin-bottom: 20%;
}
.accordion-box {
  height: 0;
  overflow: hidden;
  transition: .4s ease;
  border-bottom: 1px solid #7b7b7b;
  text-align: justify;
}
.js-accordion {
  position: relative;
  width: 100%;
  background: none;
  height: 13vw;
  padding-right: 15%;
  font-size: 1.1rem;
    text-align: left;
    padding-left: 5%;
}
.accordion-content-inner {
  padding: 0 3% 0 3%;
  font-size: 1rem;
  line-height: 2;
}
.js-accordion::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #7b7b7b;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: 15px auto;
  transition: .6s ease;
}
.js-accordion::after {
  content: "";
  width: 14px;
  height: 1px;
  background: #7b7b7b;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: 21px auto;
  transition: .6s ease;
}
.js-accordion.is-accordion--open::before {
  transform: rotate(90deg);
}
.js-accordion.is-accordion--open::after {
  transform: rotate(-180deg);
}
.js-accordion.is-accordion--open + .accordion-box {
  height: auto;
  opacity: 1;
}
.accordion-content-inner {
  padding: 1% 6% 3%;
}





/* PC表示調整 */
@media screen and (min-width: 769px) {
	.c-breadcrumb:last-of-type {
		margin: 0 auto;
	}
.pc-only {
  display: block;
   }

  .sp-only {
    display: none;  
  }
	
	.subsc10-fv-text p{
		font-size: 2rem;
	}
	
	.subsc10-wrap{
		max-width: 1070px;
		margin: 0 auto;
	}
	.subsc10-fv-wrap h2{
		    padding: 2% 0;
    font-size: 3rem;
	}
	
	.subsc10-fv-wrap h2 span{
		font-size: 2.5rem;
	}
	.subsc10-fv-text{
		    font-size: 2rem;
	}
	
	.subsc10-fv-text p u{
		    font-size: 2.3rem;
	}
	.sec-jump-wrap{
		width: 60%;
	}
	
	.sec-title{
		    font-size: 2.2rem;
		    padding: 1% 0;
	}
	
	.sec-01 .sec-title::before{
		        font-size: 1.7rem;
        top: -35%;
	}
	
	.sec-title-teiki{
		width: 80%;
		    padding: 1% 0;
		    margin: 10% auto 5%;
	}
	.sec-01-stepwrap div img{
		margin: 0 auto;
		width: 60%;
	}
	
	.sec-01-stepwrap > .triangle {
    margin: 4% auto;
    width: 2%;
	}
	
	.sec-02 > .value{
		margin: 10% auto 2%;
	}
	.sec-02 > .value img{
		    margin: 0 auto;
	}
	.sec-02-change a{
		    margin-bottom: 3%;
    display: block;
	}
	
	.sec-attention{
		    width: 60%;
	}
	.img-07,.img-08,.img-09,.img-10,.img-11,.img-13,.img-14{
	width: 50%;
	margin: 0 auto;
}

.img-06,.img-12{
	        width: 45%;
	        margin: 0 auto 3%;
}

.img-08,.img-09{
	margin-bottom: 10%;
}

.img-13,.img-14{
	margin-top: 10%;
}
	.sec-minititle h5{
		    padding: 1%;
    font-size: 2rem;
    width: 70%;
		    margin: 0 auto 1.5%;
	}
	.sec-minititle.mini-01 p{
		font-size: 2rem;
	}
	.sec-minititle p{
		font-size: 1.8rem;
	}
	
	.sec-minititle.mini-03 p{
		font-size: 1.8rem;
	}
	
	.sec-minititle.mini-03 p span u{
		font-size: 2rem;
	}
	.subsc-btn img {
    width: 40%;
    margin: 5% auto 15%;
}
	.sec-minititle.mini-05 p{
		font-size: 2rem;
	}
	
	.sec-minititle.mini-08 p span{
		font-size: 2rem;
	}
	.sec-minititle.mini-09{
		    margin: 6% auto;
	}
	
	.subsc-slide{
	width: 60%;
    margin: 0 auto;
}

.prev-arrow {
    top: 35%;
    left: 19%;
	    transform: rotate(180deg);
}

.next-arrow{
	top: 35%;
        right: 19%;
}

	
	.slideIMG{
		width: 300px;
		        margin: 0 20px;
	}
	.slideIMG img{
		width: 100%;
	}

  .js-accordion {
    font-size: 1.8rem;
	     height: 60px;
  }
	
	
  .accordion-content-inner {
    padding: 0 3% 2% 3%;
    font-size: 16px;
    line-height: 2;
  }
  .js-accordion::before {
        width: 1px;
        height: 17px;
        background: #333;
        position: absolute;
        right: 26px;
        top: 6px;
  }
  .js-accordion::after {
        width: 17px;
        height: 1px;
        background: #333;
        position: absolute;
        right: 18px;
        top: 8px;
  }
  .accordion-content-inner {
    padding: 1% 5% 3%;
  }
	.sec-05 p{
		    text-align: center;
    margin: 5% 5% 40%;
		font-size: 1.8rem;
	}
	

}




