@charset "utf-8";
/* CSS Document */
/*-----共通設定-----*/

html{
	font-size: 62.5%;
}
body{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
section{
	background-size:cover;
}
p{
    font-weight: 500;
}
.inner{
	text-align: center;
}
.order2{
    order: 2;
  }
.order1{
    order: 1;
  }
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: none !important;
 }
img.sp {
    margin: 0 auto;	
}
.br-pc{
    display: none;
}
/*-----共通設定ここまで-----*/

/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(FV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*スクロールボタン設定*/
html{
  scroll-behavior: smooth;
}

/* ボタン全体 */
#page_top{
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-image: linear-gradient(80deg, #729337, #729337);
  border-radius: 50%;
  z-index: 1;
  }
#page_top:hover{
  background-image: linear-gradient(80deg, #546d27, #546d27);
}

  /* Font Awesome */
  #page_top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: '\f106'; /*アイコン*/
  font-size: 40px;
  color: #ffffff; /*アイコンの色*/
  position: absolute;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  
  }


/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
.first-view-box01 img{
	width: 100%;
}
.first-view-box02{
	text-align: center;
	background-image: linear-gradient(102deg, #cf5bd0, #4c4aff);
	padding: 2.0rem 1.5rem;
}
.first-view img{
	max-width: 100%;
}

.first-view-item02{
	padding: 1.2rem 0 0 0;
}
.first-view-item02.first-view {
    max-width: 70%;
    margin: 0 auto;
}
.first-view-item03.first-view {
    max-width: 90%;
    margin: 0 auto;
}
.first-view-box01 {
    position: relative;
}
a.fvcta {
    position: absolute;
	bottom: 6.0em;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}
img.btn-copy{
	position: absolute;
	bottom: 11.0em;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
}
.first-view-box01 p {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting ul img {
    object-fit: cover;
}
#targeting{
	text-align: center;
}
.targeting-wrapper01{
	position: relative;	
}
.targeting-tittle01{
	display: inline-block;
	font-weight: 600;
	font-size: 2.3rem;
	letter-spacing: 0.02em;
	margin: 2.2rem 0;
	background-image: linear-gradient(80deg, #ff6700, #ff6700);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 15%;	
}

/* 2カラムサイトにする */
.targeting-sp-wrapper {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.targeting-box01 {
    padding: 1.0rem;   
}
/* 2カラムコンテンツにする */
.targeting-area01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.targeting-item {
    
    margin-bottom: 1rem;
    padding: 0.5rem;
    width: 48%;
}
.targeting-item img {
    display: block;
    max-width: 100%;
    height: auto;
}
.targeting-tittle02{
	position: relative;
	color:white;
	font-family:"MS Pゴシック",sans-serif;
	font-size: 4.5rem;
	background: linear-gradient(to right, #cf5bd0 0%, #4c4aff 100%);
	z-index: 1;
	margin-right: 2.5rem;
}
.targeting-box01-sb{
    max-width: 80%;
}
.targeting-wrapper02{
	position: relative;
	background-color: #21a734;
    padding: 10.0rem 1.0rem 0;
}
.targeting-wrapper02:after{
	content: "";
    width: 100%;
    height: 80px;
    background-color: white;
    position: absolute;
    top: 0;
	left:0;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    
}
.targeting-area02 h2{
	font-size: 2.7rem;
	color:white;
    font-weight: 600;
}
.targeting-area02 .line{
	background: linear-gradient(transparent 70%, #cf5bd0 70%);
	border-image-slice: 1;
	
}
.targeting-area02 h3{
	font-size: 1.4rem;
	color: white;
	margin-top: 1.2rem;
	letter-spacing: 2px;
    font-weight: 500;
}
.targeting-box02{
	display: flex;
    justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
.targeting-box02 ul{
	width: 480px;
	background-color: white;
	padding: 0.8rem 0.8rem;
	margin:1.0rem 0.5rem;
	
}
.targeting-box02 li{
	display: flex;
}
.targeting-box02 li img{
	width: 40%;
}
.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.0rem;
	color:black;
	font-weight: 600;
    background-image: linear-gradient(80deg, #215534, #215534);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 5%;
    padding-bottom: 1.5rem;
}
.targeting-item02 .br-sp{
	display: block;
}
.targeting-item02 span{
	font-size: 2.0rem;	
    color:#ff6700;	
}
.targeting-item02 p{
	font-size: 1.6rem;
	line-height: 1.5;
}
.targeting-wrapper02 .btn{
	padding: 1.0rem 1.0rem 2.0rem 1.0rem;
}
.targeting-wrapper02 .btn img{
	max-width: 80%;
}
.targeting-area01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}
.targeting-item{
	position:relative;
}
.targeting-item-text01{
	position: absolute;
	font-size: 1.6rem;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 2.5rem;
	color: #ffffff;
	width: 84%;
}
.targeting-item-text02{
	position: absolute;
	font-size: 1.6rem;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 1.0rem;
	color: #ffffff;
	width: 84%;
}
.btn p {
    margin: auto;
    font-size: 16px;
    color: #ffffff;
	margin-top: 2.0rem;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/





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

.pr-wrapper01 img{
	width: 100%;
}
.pr-box{
	max-width: 680px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 3.0rem;	
}

.pr-item.pr-image img {
    max-width: 60%;
}
.pr-item.pr-image-tittle img{
    max-width: 100%;
}
.pr-item{
	margin: 0 auto;
	margin-bottom: 1.0rem;
}
.pr-area p{
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.5;	
}
.pr-box-sb h2{
	font-size: 1.6rem;
    font-weight: 600;
}
.pr-box-sb span{
	font-size: 3.2rem;
}
.inner.pr-wrapper02 {
    padding: 1.5rem;
}
.pr-wrapper02 .btn{
	padding: 2.0rem 0;
}
.btn img{
	max-width: 80%;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*step<!--ST->*/
/**/
/**/
/**/
.step-wrapper01 img{
	width: 100%;
}

.step-tittle01 img{
	max-width: 100%;
	margin-top: -3%;
	margin-bottom: 4.0rem;
}
.inner.step-wrapper02 {
    padding: 1.5rem;
}
.step-box{
    display: flex;
	 flex-direction: column;
}

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





/**/
/**/
/**/
/*merit<!--MR-->*/
/**/
/**/
/**/
#merit{
	background: url(../img/merit-bg-sp.png) no-repeat center center / cover;
}
.merit-container img{
	margin: 0 auto;
	padding-top: 2.0rem;
    max-width: 50%!important;
}
.merit-tittle01 img{
	max-width: 100%;
	margin-bottom: 4.0rem;
	padding: 0 2.0rem;	
}
.merit-box-01{
    position: relative;
    flex-direction: column;
    max-width: 1000px;
    justify-content: center;
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
}


.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: 2.0rem;
    font-size: 2.2rem;
    color: white;
    font-weight: 600;
}

.merit-area01, .merit-area02, .merit-area03{
    position: relative;
	background-color: white;
	height: 200px;
    max-width: 680px;
    padding: 2.5rem 1.0rem 3.0rem 1.0rem;
    margin-bottom: 2.5rem;
}
.merit-area01, .merit-area02, .merit-area03{
	position: relative;
}
.merit-area01 img, .merit-area02 img, .merit-area03 img{
	position: absolute;
	bottom:-22px;
	right: 10px;
}
.merit-area01, .merit-area02{
    margin-bottom: 7.0rem;
}
.merit-item p{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: left;
    padding-top: 4.0rem;
}
.merit-box-02{
    max-width: 100%;
    padding: 0 1.5rem;
}
.merit-wrapper .btn{
	padding: 2.0rem 1.5rem 4.0rem 1.5rem;
}
.merit-wrapper .btn img{
	max-width: 80%;
}
/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/





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

}

.voice-box{
	display: flex;
	flex-direction: column;
	max-width: 680px;
	margin: 0 auto;
	margin-bottom: 3.0rem;
	padding: 2.0rem 0;
	
}

.voice-box:nth-child(odd){
	background: #ffffff94;
}
.voice-box:nth-child(even){
	background: #ffffff94;
}
.voice-area01{
	align-self: center;
	margin-bottom: 1.5rem;
}
.voice-area01 img {
    max-width: 80%;
}
.voice-area02{
	background-color: white;
	margin: 0 1.5rem;
	padding: 1.6rem;
	text-align: left;
}
.voice-area02 h3{
	font-size: 2.0rem;
	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;
	
}
.voice-area02 small{
	display: block;
	font-size: 1.1rem;
	padding: 5px 0;
	font-weight: 500;
}
.voice-area02 p{
	font-size: 1.2rem;
	
}
.voice-area01 p, .voice-area02 p, .voice-area03 p {
    font-size: 1.6rem;
}
/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/







/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
	background-color: #f2f2f2;
}
.closing-wrapper {
    padding: 1.5rem;
}
.closing-wrapper{
	background-color: #21a734;
}
.colosing-tittle01{
	font-size: 1.6rem;
	color:white;
	text-align: center;
	padding-bottom: 2.0rem;
	font-weight: bold;
}
.closing-box{
	background-color: white;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0.5rem 1.5rem 2.0rem;
	border-radius: 10px;
}
.closing-area01{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.closing-item01 time{
	font-size: 1.6rem!important;
}
.closing-item01 tel{
	font-size: 3.2rem;
}
.closing-item01 p{
	font-size: 1.2rem;
	text-align: center;
}
.cosing-item02{
	text-align: center;
	padding-top: 1.0rem;
}

.cosing-item02 img{
	max-width: 50%;
}
.closing-col img{
	max-width: 90%;
	margin: 7px auto;
}
.closing-col {
    text-align: center;
}
.closing-area02 {
    padding-top: 1.0rem;
    text-align: center;
}
.closing-area02 img{
	max-width: 100%;
}
iframe {
    width: 100%;
}
.logo{
	padding: 2.0rem 0;
	text-align: center;
}
.logo img{
	max-width: 50%;
}

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





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

.list-wrapper01 img{
	width: 100%;
}
.list-wrapper02{
	max-width: 680px;
	padding: 1.5rem;
}
.list-tittle01 img{
	max-width: 100%;
	margin-bottom: 2.0rem;
}
.list-box01{
	display: flex;
	flex-direction: column;
	max-width: 680px;
	margin: 0 auto;
	justify-content: space-between;
}
.list-area01{
	width: 300px;
	margin: 0 auto;
	background-color: white;
	margin-bottom: 2.0rem;
	
}
.list-col01{
	padding: 2.0rem 3.0rem;
	color: white;
	
}

.list-col01 h2{
	font-size: 3.0rem;
    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.7rem;
    font-weight: 700;
	
}
.list-col02 h3{
	font-size: 1.7rem;
	margin-bottom: 1.5rem;
}
.list-col03{
	margin: 1.0rem 0;
	font-weight: bold;
	display: inline-block;
	text-align: left;
}
.list-col03 P{
	font-size: 1.2rem;
	line-height: 2;
}
.money{
	font-size: 3.7rem;
	margin-bottom: 2.5rem;
    font-weight: 800;
}
.month{
	writing-mode: vertical-rl;
	font-size: 1.9rem;
	margin-bottom: -5px;
}

.yen{
	font-size: 2.5rem;
}
.tax{
	font-size:  0.9rem;
}


.list-box02 img{
	max-width: 100%;
}
.list-area02{
	display: flex;
	align-items: center;
	justify-content:space-between;
	max-width: 750px;
	margin: 0 auto;
}
.list-item02{
	background-color: #4c4aff;
	font-size: 2.0rem;
	padding: 0px 2.5rem 1.5rem 2.5rem;
	color: white;
}
.list-item02 span{
	font-size: 1.5rem;
}
.list-item03{
    color: #4c4aff;
	font-size: 1.2rem;
}
.list-item04, .list-item05{
	font-size: 1.2rem;
}
.list-item04{
	margin: 0 5.0rem;
}
.list-box-03 {
    text-align: center;
    display: inline-block;
}
.list-box-03 img{
	margin-top: 2.0rem;
	max-width: 100%;
	
	
}
.list-box-03 p{
	font-size: 1.0rem;
	color: white;
	margin: 0.5rem 0 0 1.5rem;
	text-align: left;
	
}
.list-box-03 .br-sp{
	display: block;
}
.list-wrapper02 .btn{
	padding: 2.0rem 0;
}
.list-wrapper02 .btn img{
	max-width: 80%;
}
.calendar {
	margin: 4rem auto;
}
.calendar img{
	width: 90%;
}
/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery{
	background-color: black;
}
.inner.gallery-wrapper02 {
    padding: 0 1.5rem;
}
.gallery-wrapper01 img{
	width: 100%;
}

.gallery-wrapper02{
	max-width: 1000px;
}
.gallery-box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.gallery-area{
	width: 500px;
	color:white;
	margin: 2.0rem 0;
	padding: 0 2.0rem;
	text-align: left;
}
.gallery-area img{
	width: 100%;
}
.gallery-area p{
	font-size: 1.4rem;
	line-height: 1.5;
}
.gellery-item{
	margin: 1.2rem 0;
	padding-left: 2.5rem;
	position: relative;
}
.gellery-item:before{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	width: 21px;
    height: 21px;
    border-radius: 50%;
    background: linear-gradient(to right, #cf5bd0 0%, #4c4aff 100%);
}
.gallery-wrapper02 .btn{
	padding: 2.0rem 0;
}
.gallery-wrapper02 .btn img{
	max-width: 80%;
}
/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image{/*画像と高さ設定*/
	position: relative;
}


#image img{/*画像と高さ設定*/
	width: 100%;
}
.image-btn{
	position: absolute;
	content: "";
	bottom: 10px;
    left: 50%;
	transform: translateY(-20%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	
}
.image-btn img{
	max-width: 100%;
}
/**/
/**/
/**/
/*image<!--IMここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
 #information{
	background: url("../img/IF-bg-sp.png") no-repeat center center / cover;
    background-size: cover;
}
.information-wrapper01 img{
	width: 100%;
}

.information-wrapper02 {
    padding: 0 1.5rem 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    
}
.information-wrapper02 p{
    font-size: 1.0rem;
    text-align: left;
    max-width: 305px;
    margin: 0 auto;
    letter-spacing: -0.07em;
    
    
}
.information-text{
    line-height: 1.5;
    padding: 0 1.0rem;
    
    
}
.information-tittle{
    width: 80%!important;
    margin: 1.0rem 0!important;
    
}
.information-wrapper02 img{
    width: 90%;
    margin: 1.0rem 2.0rem;
    
}
.information-box{
	margin: 0 auto;
	background-color: rgba(255,255,255,0.35);
	border-radius: 15px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.information-box li{
    font-size: 2.8rem
}
.br-sp{
    display: initial;
}
/**/
/**/
/**/
/*information<!--INここまで-->*/
/**/
/**/
/**/





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

}

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


/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
#information{
	background: url("../img/IF-bg-sp.png") no-repeat center center / cover;
    background-size: cover;
}
.information-wrapper01 img{
	width: 100%;
}

.information-wrapper02 {
    padding: 0 1.5rem 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    
}
.information-wrapper02 p{
    font-size: 1.0rem;
    text-align: left;
    max-width: 305px;
    margin: 0 auto;
    letter-spacing: -0.07em;
    
    
}
.information-text{
    line-height: 1.5;
    padding: 0 1.0rem;
    
    
}
.information-tittle{
    width: 80%!important;
    margin: 1.0rem 0!important;
    
}
.information-wrapper02 img{
    width: 90%;
    margin: 1.0rem 2.0rem;
    
}
.information-box{
	margin: 0 auto;
	background-color: rgba(255,255,255,0.35);
	border-radius: 15px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.information-box li{
    font-size: 2.8rem
}
.br-sp{
    display: initial;
}
/**/
/**/
/**/
/*information<!--INここまで-->*/
/**/
/**/
/**/
/* scroll */
.scroll-box-info{
    overflow:scroll;
    height: 360px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    padding: 1.5rem 0 1.5rem 0.5rem;
}
.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;
   }
   /**/






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

.movie-wrapper02{
	max-width: 1000px;
	margin-top: 30px;
}
.movie-area{
	padding: 0 2.0rem;
}
.movie-area p{
	font-size: 1.8rem;
	line-height: 1.5;
}
img.movie-img {
    max-width: 80%;
}
.movie-textbox {
    max-width: 450px;
	margin: 0 auto;
	text-align: center;
	margin-top: 2rem;
}
.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ここまで*/
/**/
/**/
/**/
/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body{
    margin: 0;
    }
#form{
	background: url("../img/form-bg-sp.png") no-repeat center center / cover;
    background-size: cover;
    padding-bottom: 6.5rem;
    text-align: center;
}
.form-wrapper01 img{
	width: 100%;
}

form{
    margin: 0 1rem 0 1rem;
    text-align: center;
    background-color: #ffffff;
    padding: 0 0 2.0rem 0;
    
}
table{
    width: 100%;
}
.entry-text{
    margin: 2rem 0 2.0rem 0;
    font-size: 1.4rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.entry-text span{
    background-color: rgba(255,244,44,0.7);
    letter-spacing: -0.08rem;
}
.form-wrapper{
    margin: 0 auto;
    text-align: center;
    padding: 3.0rem 1.0rem;
}
th{
    font-size: 1.6rem;
    color: #000000;
    text-align: left;
}

.form-wrapper {
    background-color: #ffffff;
}
section#form img {
    width: 100%;
}

/* Table */
    th,
    td {
        
        display: table-cell;
        display: block;
    }
    th {
        vertical-align: middle;
    }
    td {
        width: 90%;
        text-align: left;
        margin-bottom: 2rem;
        
    }
    span.radio-text {
        font-size: 1.6rem;
        margin-right: 1.5rem;
    }
.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: 120px;
    } 

h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}
.personal-tittle{
    color: #000000;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
}
th.form-tittle {
    margin-bottom: 1rem;
}

.btn-primary {
    align-items: center;
	text-decoration: none;
	width: 70%;
	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;
}
.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;
}
.personal-text span{
    font-size: 1.8rem;
}

input.btn.btn-primary{
    margin: 2.0rem 0 6.5rem 0;
    text-align: center;
}
/* scroll */
.scroll-box{
    overflow:scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    padding: 1.5rem 0 1.5rem 0.5rem;
}
.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: 20px;
	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: 16px;
	width: 16px;
	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: 18px;
	width: 18px;
	border: solid 2px #000000;
	box-sizing: border-box;
  }
  
  .check-text:after {
	  content: "";
	  opacity: 0;
	  display: block;
	  width: 14px;
	  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-sp.png") repeat center center / cover;
    background-size: cover;
}
.success-wrapper01 img{
	width: 100%;
}
#success{
    text-align: center;
}
.success-tittle img{
    width: 100%;
}
.success-warpper{
    max-width: 770px;
    margin: 0 auto;
    padding: 6.2rem 0;
}

.success-warpper h1{
    font-size: 2.8rem;
    color: #000000;
    font-weight: bold;
    
}
.success-text{
    margin: 4.0rem 0 6.0rem 0;
    font-size: 1.6rem;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}
.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;
}
/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/
.block{
    background-color:gray;
    height: 100vh;
    position: relative;
}
.block h1{
    font-size: 4.0rem;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
}