@charset "utf-8";
/* CSS Document */
/*-----共通設定-----*/
html{
	font-size: 62.5%;
}
body{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;

}
section{
	background-size:cover;
}
.inner{
	margin: 0 auto;	
	text-align: center;
	
}
p{
    font-weight: 500;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.sp {
	display: none !important;
}
/* img.pc {
    margin: 0 auto;
} */
.br-sp{
    display: none;
}
/*-----共通設定ここまで-----*/


/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(FV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*スクロールボタン設定*/
html{
  scroll-behavior: smooth;
}
/* ボタン全体 */
#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-image: linear-gradient(80deg, #729337, #729337);
  border-radius: 50%;
  z-index: 1;
  }
  /* Font Awesome */
  #page_top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f106'; /*アイコン*/
  font-size: 50px;
  color: #ffffff; /*アイコンの色*/
  position: absolute;
  height: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  }
  #page_top:hover{
	background-image: linear-gradient(80deg, #546d27, #546d27);
	}
/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
/*divタグで囲って中の要素にinline-blockで指定することによって横伸びがしなくなる*/
.first-view-box01 img{
	width: 100%;
}
.first-view-box01 {
    position: relative;
}
a.fvcta {
    position: absolute;
	bottom: 8.0em;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
}
img.btn-copy{
	position: absolute;
	bottom: 19.0em;
    left: 0;
    right: 0;
    margin: auto;
    width: 15%;
}
.first-view-box01 p {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    margin: auto;
    width: 24%;
    font-size: 18px;
    color: #ffffff;
}
/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting ul img {
    object-fit: cover;
}
#targeting{
	text-align: center;
	}
.targeting-wrapper01{
	position: relative;
	padding-bottom: 3.0rem;
}
.targeting-tittle01{
	display: inline-block;
	font-weight: 600;
	font-size: 4.5rem;
	letter-spacing: 0.02em;
	margin: 6.0rem 0;
	background-image: linear-gradient(80deg, #ff6700, #ff6700);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 15%;
}
.targeting-area01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}
.targeting-item{
	position:relative;
}
.targeting-item-text01{
	position: absolute;
	font-size: 1.8rem;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 4rem;
	color: #ffffff;
}
.targeting-item-text02{
	position: absolute;
	font-size: 1.8rem;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 3rem;
	color: #ffffff;
}


.targeting-box01-sb{
	margin: 6.0rem 0 5.0rem 0;
}


.targeting-wrapper02 {
	position: relative;
	background-color: #21a734;
	padding-top: 10.0rem;
}
.targeting-wrapper02:after{
	content: "";
    width: 100%;
    height: 8.0rem;
    background-color: white;
    position: absolute;
    top: 0;
	left:0;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    
}
.targeting-box02{
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-top: 3.5rem;
}
.targeting-box02 ul{
	width: 480px;
	background-color: white;
	padding: 1.0rem;
	margin:1.0rem;
	
}
.targeting-box02 li{
	display: flex;
}
.targeting-item02:nth-child(even){
	margin: 1.0rem 1.0rem 1.0rem 2.4rem;
	text-align: left;
}
.targeting-item02:nth-child(odd){
	margin: 1.0rem;
	text-align: left;
}
.targeting-item02 h2{
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	color:black;
	letter-spacing: -0.03em;
	font-weight: 600;
    background-image: linear-gradient(80deg, #215534, #215534);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 2px;
    padding-bottom: 1.5rem;
}
.targeting-item02 .br-sp{
	display: none;
}
.targeting-item02 span{
	font-size: 2.0rem;	
    color:#ff6700;
}
.targeting-item02 p{
	font-size: 1.6rem;
	line-height: 1.5;
}
.targeting-wrapper02 .btn{
	padding: 6.0rem 0;
}
.targeting-wrapper02 .btn img{
	max-width: 100%;
}
.btn p {
    margin: auto;
    font-size: 18px;
    color: #ffffff;
	margin-top: 2.0rem;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*merit<!--MR-->*/
/**/
/**/
/**/
#merit{
	background: url("../img/merit-bg.png") no-repeat center center / cover;
	background-size: cover;
}

.merit-container img{
	padding-top: 6.7rem;
	margin-bottom: 6.7rem;
}
.merit-tittle01 img{
	max-width: 90%;
	margin-bottom: 9.7rem;
	margin-top: -4.0rem;
	
}
.merit-box-01{
    position: relative;
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.merit-area01 h2, .merit-area02 h2, .merit-area03 h2{
    position: absolute;
    width: 90%;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: linear-gradient(to right, #ff6700 0%, #ff6700 100%);
    padding: 1.2rem;
    font-size: 2.0rem;
    color: white;
    font-weight: 600;
}

.merit-area01, .merit-area02, .merit-area03{
    position: relative;
	background-color: white;
	height: 280px;
    width: 33.33%;
    padding: 5.0rem 1.0rem 3.0rem 1.0rem;
}
.merit-area02{
    margin: 0 4.7%;
}
.merit-area01, .merit-area02, .merit-area03{
	position: relative;
}

.merit-area01 img{
	position: absolute;
	bottom:-16px;
	left: 200px;
    max-width: 70%;
}
.merit-area02 img{
	position: absolute;
	bottom:-8px;
	left: 140px;
    max-width: 70%;
}
.merit-area03 img{
	position: absolute;
	bottom:-11px;
	left: 144px;
    max-width: 70%;
}
.merit-item p{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
}
img.merit-box-02 {
    max-width: 100%;
    padding: 0 1.5rem;
	margin-top: 5.0rem;
}
.merit-wrapper .btn{
	padding: 6.0rem 0;
}
.merit-wrapper .btn img{
	max-width: 100%;
}
/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list{
	background: url("../img/list-bg.png") no-repeat center center / cover;
	background-size: cover;
}
.list-wrapper01 img{
	width: 100%;
}
.list-wrapper02{
	max-width: 1000px;
    padding: 0 0.5rem;
}
.list-tittle01 {
    padding: 2rem 1.5rem 0;
}
.list-tittle01 img{
	max-width: 100%;
	margin-bottom: 4.0rem;
}
.list-box01{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	justify-content:space-between;
	flex-wrap: wrap;
}
.list-area01{
	width: 320px;
	background-color: white;
	margin: 0 0.5rem 4rem 0.5rem;
}
.list-col01{
	padding: 2.0rem 3.0rem;
	color: white;
	
}

.list-col01 h2{
	font-size: 3.2rem;
    font-weight: 600;
}
.list-col01 p{
	margin-top: 1.0rem;
	font-size: 1.2rem;
}
.color-p{
	background: #ff6700;
}
.color-g{
	background: linear-gradient(to right, #ff6700 0%, #ff6700 100%);
}
.color-b{
	background: #ff6700;
}
.list-col02{
	border-bottom: 1px solid black;
	padding: 2.0rem 0;
    display: inline-block;
    width: 260px;
    font-weight: 700;
}
.list-col02 p{
	font-size: 1.8rem;
    font-weight: 700;
	
}
.list-col02 h3{
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}

.list-col03{
	margin: 3.5rem 0;
	font-weight: bold;
	display: inline-block;
	text-align: left;
}
.list-col03 P{
	font-size: 1.3rem;
	line-height: 2;
}
.money{
	font-size: 4.0rem;
	margin-bottom: 2.5rem;
    font-weight: 800;
}
.month{
	writing-mode: vertical-rl;
	font-size: 2.0rem;
	margin-bottom: -5px;
}

.yen{
	font-size: 2.6rem;
}
.tax{
	font-size:  0.8rem;
}



.list-box02 img.pc {
    width: 100%;
}
.list-area02{
	display: flex;
	align-items: center;
	justify-content:space-between;
	max-width: 750px;
	margin: 0 auto;
}
.list-box-03 .br-sp{
	display: none;
}
.list-box-03 img{
	margin-top: 3.0rem;
	max-width: 100%;
	
}
.list-box-03 p{
	font-size: 1.2rem;
	color: white;
	margin: 0.5rem 0;
	
}
.list-wrapper02 .btn{
	padding: 6.0rem 0;
}
.list-wrapper02 .btn img{
	max-width: 100%;
}
.calendar {
	margin: 8rem auto 4rem;
}
/**/
/**/
/**/
/*list<!--LIここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
.step-wrapper01 img{
	width: 100%;
}
.step-wrapper02 {
   max-width: 1000px;
	padding: 0 1.0rem;
}
.step-box{
    display: flex;
}

.step-item02-left{
	margin-left: 7.0rem;
}
.step-item02-left p, .step-item02-right p{
	margin-bottom: 2.0rem;
}
.step-item02-right{
	margin-right: 11.0rem;
	
}
.step-item02-left small, .step-item02-right small{
	font-size: 1.6rem;
}

.step-area01 p, .step-area02 p, .step-area03 p{
	font-size: 2.0rem;
	margin-top: 2.5rem;
	
}
.step-area01, .step-area02, .step-area03{
	text-align: left;
	
}
.step-box{
	text-align: center;
	margin-bottom: 7.0rem;
}
.step-box img{
	max-width: 100%;
}
.step-item02 small{
	font-size: 1.6rem;
}
.step-wrapper02 .btn{
	padding: 0 0 6.0rem 0;
}
.step-wrapper02 .btn img{
	max-width: 100%;
}
.btn-copy-bottom {
	color: #000000!important;
}
/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice{
	background: url("../img/voice-bg.png") no-repeat center center / cover;
    background-size: cover;
}
.inner.voice-wrapper {
	padding: 0 1.5rem 10.3rem 1.5rem;
}
.voice-container img{
	max-width: 100%;
	padding-top: 7.0rem;
}
.voice-tittle01 img{
	max-width: 100%;
	margin-bottom: 7.0rem;

}
.voice-box{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	
}
.voice-box:nth-of-type(-n+5){
	margin-bottom: 3rem;
}
.voice-box:nth-child(odd){
	background: #ffffff94;
	padding: 2.0rem 0 2.0rem 4.5rem;
}
.voice-box:nth-child(even){
	background: #ffffff94;
	padding: 2.0rem 4.5rem 2.0rem 0;
}
.voice-area01{
	align-self: center;
}
.voice-area02{
	background-color: white;
	margin: 0 4.5rem;
	padding: 1.6rem;
	text-align: left;
}
.voice-area02 h3{
	font-size: 2.6rem;
	color: #FF6700;/*//非対応のブラウザでの文字色を設定*/
    background: #FF6700;/*//背景色にグラデーションを指定*/
  -webkit-background-clip: text;/*//テキストでくり抜く*/
  -webkit-text-fill-color: transparent;/*//くり抜いた部分は背景を表示*/
	border-bottom: 2px solid #000000;
	padding-bottom: 2.0rem;
	font-weight: 600;
    letter-spacing: -0.01em;
	
}
.voice-area02 small{
	display: block;
	font-size: 1.6rem;
	padding: 2.0rem 0;
    font-weight: 500;
	
}
.voice-area02 p{
	font-size: 1.8rem;
    line-height: 1.3em;
	
}

/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#QA{
	background: url("../img/Q&A-bg.png") no-repeat center center / cover;
    background-size: cover;
	padding-bottom: 8.0rem;
}
.QA-wrapper01 img{
	width: 100%;
}
.inner.QA-wrapper02 {
    padding: 0 1.5rem;
}
.QA-box{
	max-width: 800px;
	margin: 0 auto;
	background: white;
	margin-bottom: 4.0rem;
	border-radius: 15px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.Q-area, .A-area{
	padding: 2.5rem;
	text-align: left;
}
.Q-area{
	background: linear-gradient(to right, #ff6700 0%, #ff6700 100%);
	color: white;
	border-radius: 15px 15px 0px 0px;
	 

}

.Q-area p, .A-area p{
	font-size: 1.8rem;
}
.Q-area span{
	font-size: 2.4rem;
	margin-right: 1.5rem;
	line-height: 1.5;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*movie*/
/**/
/**/
/**/


section#movie {
    padding-bottom: 130px;
}
.movie-wrapper01 img{
	width: 100%;
}

.movie-wrapper02{
	max-width: 1000px;
}
.movie-area{
	padding: 0 2.0rem;
}

.movie-area p{
	font-size: 1.8rem;
	line-height: 1.5;
}
.movie-textbox {
    max-width: 450px;
	margin: 0 auto;
	text-align: center;
	margin-top: 4rem;
}
.movie-item{
	margin: 1.2rem 0;
	font-size: 2.4rem;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
	/* max-width: 400px; */
	padding: 1.0rem 0;
}
p.movie-text {
    margin-top: 2rem;
	text-align: left;
}
video {
    width: 100%;
}

/**/
/**/
/**/
/*movieここまで*/
/**/
/**/
/**/






/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
	background-color: #f2f2f2;
}
.closing-wrapper{
	background-color: #21a734;
	  padding: 0 1.5rem;
}

.colosing-tittle01{
	font-size: 4.0rem;
	color:white;
	text-align: center;
	padding: 6.0rem 0;
	font-weight: bold;
}
.closing-box{
	background-color: white;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2.5rem;
	border-radius: 15px;
}
.closing-area01{
	display: flex;
	justify-content: space-around;
}

.closing-item01{
	margin: 1.5rem 0 2.5rem 0;
}
.closing-item01 time{
	font-size: 2.0rem;
}
.closing-item01 tel{
	font-size: 3.2rem;
}
.closing-item01 p{
	font-size: 1.6rem;
}
.cosing-item02{
	align-self: baseline;
	margin: 1.5rem 0 2.5rem 0;
}
.cosing-item02 img{
	max-width: 90%;
}
.cosing-item02 {
    text-align: right;
}
iframe{
    width: 100%;
    aspect-ratio: 18/7;

}
.closing-col img{
	max-width: 100%;
	margin: 1.0rem 0;
}
.closing-area02 img{
	max-width: 100%;
}

.logo{
	padding: 3.5rem 0;
	text-align: center;
}
.logo img{
	max-width: 100%;
}



/*information*/
.information-wrapper02 img{
	max-width: 90%;
 
}

.information-wrapper02 p {
max-width: 700px;
margin: 0 auto;
}  
img.information-tittle {
margin: 2.0rem 0 3.0rem;
}
p.information-text.pc {
margin-bottom: 3.0rem;
}
/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
#information{
	background: url("../img/IF-bg.png") no-repeat center center / cover;
    background-size: cover;
	padding-bottom: 8.0rem;
}
.information-wrapper01 img{
	width: 100%;
}

.information-wrapper02 {
    padding: 0 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    
}
.information-wrapper02 p{
    font-size: 2.0rem;
    text-align: left;
    letter-spacing: -0.05em;
    line-height: 2;
    
}
.information-text{
    line-height: 1.5;
    margin-bottom: 5.5rem;
    
}
img.pc.information-img-text {
    max-width: 100%;
}
.information-wrapper02 img{
    margin-bottom: 6.0rem;
    
}
.information-box{
	margin: 0 auto;
	background-color: rgba(255,255,255,0.35);
	margin-bottom: 4.0rem;
	border-radius: 1.5rem;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.information-box li{
    font-size: 2.8rem
}
/**/
/**/
/**/
/*information<!--INここまで-->*/
/**/
/**/
/**/
/* scroll */
.scroll-box-info{
    overflow:scroll;
    height: 600px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    padding: 1rem;
    line-height: 1.5;
}
.scroll-box-info  p{
    text-align: left;
    font-size: 1.4rem;
}
/* スクロールの幅の設定 */
.scroll-box-info::-webkit-scrollbar {
 width: 10px;
 height: 10px;
}
 
/* スクロールの背景の設定 */
.scroll-box-info::-webkit-scrollbar-track {
 border-radius: 5px;
 background: rgba(110, 108, 108, 0.2);
}
 
/* ドラックできるスクロール部の設定 */
.scroll-box-info::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #215534;
}











footer{
	background: linear-gradient(to right, #ff6700 0%, #ff6700 100%);
	text-align: center;
	color:white;
	padding:4.0rem 0 4.0rem 0;
	
}
footer span{
	font-size: 1.6rem;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
}
#form{
	background: url("../img/form-bg.png") no-repeat center center / cover;
    background-size: cover;
    padding-bottom: 6.5rem;
    text-align: center;
    
}
.form-wrapper01 img{
	width: 100%;
}
form{
    max-width: 800px;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
}
.entry-text{
    margin: 0 0 6.0rem 0;
    font-size: 2rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 2rem;
}
.entry-text span{
    background-color: rgba(255,244,44,0.7);
}
.form-wrapper{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0;
}
th{
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
    color: #000000;
    text-align: left;
}
section#form img {
    width: 100%;
}



/* Table */
    th,
    td {
        padding: 1.5rem 1.25rem 1.5rem 0;
        display: table-cell;
    }
    th {
        width: 30%;
        vertical-align: middle;
    }
    td {
        width: 70%;
        text-align: left;
    }
    span.radio-text {
        font-size: 1.8rem;
        margin-right: 2rem;
    }
.input-text{
    border: 2px solid #000000;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    
    }
textarea{
    border: 2px solid #000000;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 80px;
    } 

.personal-tittle{
    color: #000000;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
    
}
h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-text span{
    font-size: 1.8rem;
}
.personal-link {
    margin-bottom: 20px;
}
.personal-link a{
    font-size: 1.6rem;
}
input.btn.btn-primary{
    margin: 0 0 6.5rem 0;
    text-align: center;
}
.btn-primary {
    align-items: center;
	text-decoration: none;
	width: 300px;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: bold;
	background-image: linear-gradient(80deg, #ff6700, #ff6700);
	color: #ffffff;
	position: relative;
	transition: 0.5s;
    font-size: 3.6rem;
    border-radius: 100vh;
    margin-bottom: 3rem;
}

.btn-primary:hover {
	background-image: linear-gradient(80deg, #cc5631 , #cc5631);
	color: #ffffff;
}


.select-01{
    border: 2px solid #000000;
    background: #fff;
    padding: 1.5rem;
    
}
/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: rgba(0,0,0,0.5);
}
span.text-Required{
    font-size: 1.4rem;
}

/* scroll */
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    padding: 1rem;
    line-height: 1.5;
}
.scroll-box  p{
    text-align: left;
    font-size: 1.4rem;
}
/* スクロールの幅の設定 */
.scroll-box::-webkit-scrollbar {
 width: 10px;
 height: 10px;
}
 
/* スクロールの背景の設定 */
.scroll-box::-webkit-scrollbar-track {
 border-radius: 5px;
 background: rgba(110, 108, 108, 0.2);
}
 
/* ドラックできるスクロール部の設定 */
.scroll-box::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #215534;
}
/**/
/*ラジオボタン*/
/**/
.radio-btn {
	position: relative;
	margin: 5px 0;
	padding-left: 28px;
	cursor: pointer;
	user-select: none;
	font-size: 1.6rem;
	margin-left: 15px;
  }
 
  /* ラジオボタンは非表示（透明化 requiredを使用したいため） */
 .radio-btn input[type=radio] {
   position: absolute;
   opacity: 0;
   z-index: -1; 
 }
 
  .radio-text {
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	border: solid 2px #000000;
	border-radius: 50%;
	box-sizing: border-box;
  }
  
  .radio-text:after {
	content: "";
	position: absolute;
	background: #000000;
	border-radius: 50%;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	opacity: 0;
  }
  
   .radio-btn input:checked + .radio-text:after {
	opacity: 1;
  }
 /**/
 /*チェックボックス*/
 /**/
 .check-btn {
	position: relative;
	margin: 5px 0;
	padding-left: 28px;
	cursor: pointer;
	user-select: none;
	font-size: 1.6rem;
	margin-left: 15px;
  }
 
 
  .check-text {
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	border: solid 2px #000000;
	box-sizing: border-box;
  }
  
  .check-text:after {
	  content: "";
	  opacity: 0;
	  display: block;
	  width: 16px;
	  height: 10px;
	  border-left-width: 2px;
	  border-bottom-width: 2px;
	  border-color: #000000;
	  transform: rotate(-45deg);
  }
  
   .check-btn input:checked + .check-text:after {
	opacity: 1;
  }
  /* チェックボックスは非表示（透明化 requiredを使用したいため） */
 .check-btn input[type=checkbox] {
   position: absolute;
   opacity: 0;
   z-index: -1; 
 }
/**/
/**/
/**/
/*エントリーフォームFMここまで*/
/**/
/**/
/**/



/**/
/**/
/**/
/*success*/
/**/
/**/
/**/
.body_success{
	text-align: center;
	background: url("../img/form-bg.png") repeat center center / cover;
    background-size: cover;

}
.success-wrapper01 img{
	width: 100%;
}
.success-warpper{
    max-width: 770px;
    margin: 0 auto;
    padding: 6.2rem 0;
}

.success-warpper h1{
    font-size: 4.0rem;
    color: #000000;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 2.0rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
}
.success-text span{
    background-color: rgba(255,244,44,0.7);
}


a.success-btn {
	display: flex;
	font-size: 2.0rem;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 220px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background-image: linear-gradient(80deg, #ff6700, #ff6700);
	color: #ffffff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.success-btn::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(230deg);
}
a.success-btn:hover {
	background-image: linear-gradient(80deg,#cc5631,#cc5631);
	color: #ffffff;
}
section#success img {
	width: 100%;
}
/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/
 
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:640px) and (max-width:959px) {
.br-pc{
    display: none;
}

/*targeting*/    
    .targeting-area01{
	margin: 0 auto;
    width: 80%;	
	}

.targeting-box02 {
    justify-content: center;
}
/*pr*/
.pr-area{
    margin: 0 1.5rem;
}
.inner.pr-wrapper02 {
    max-width: 700px;
}
/* list */
.list-box01{
	justify-content:center;	
}
.list-box02 {
    padding: 0 2rem;
}
.list-box-03 {
    margin: 0 2rem;
}
/* gallery */
.gallery-area img{
	max-width: 100%;
}
.inner.gallery-wrapper02 {
    margin-top: 50px;
}
/*image*/   
    
    .image-btn img{
        max-width: 80%;
    }
/*QA*/
    .inner.QA-wrapper02 {
    margin-top: 4.0rem;
}
/*information*/
.information-wrapper02 img{
	max-width: 90%;
 
}

.information-wrapper02 p {
max-width: 700px;
margin: 0 auto;
}  
img.information-tittle {
margin: 2.0rem 0 3.0rem;
}
p.information-text.pc {
margin-bottom: 3.0rem;
}
img.pc.information-img-text{
	margin-bottom: 3.0rem;
}
}








.block{
    background-color:gray;
    height: 100vh;
    position: relative;
}
.block h1{
    font-size: 6.0rem;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
}