@charset "UTF-8";
/* CSS Document */

html {
    color: #534741;
    font-size: 1em;
    line-height: 1.5;
	scroll-behavior: smooth;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	background-color: #FBCB70;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin: 0 !important;
    padding: 0;
    border: 0;
	letter-spacing: 0.05rem;
}

p{
	margin:0 auto;
}

li{
	list-style: none;
}

ul{
	margin:0 auto !important;
}

a{
	text-decoration: none;
	color:#fff;
}


header, footer, body{
    display: block;
}

@media(min-width:768px){
	.sp{
		display:none;
}}

@media(max-width:767px){
	.pc{
		display:none;
}}

.header{
	width: 100%;
	line-height: 40px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
		position:fixed;
	z-index: 999;
}


.triangle {
	margin:0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #8CC63F;
  border-bottom: 0;
	margin-bottom:20px;
}

@media(max-width:767px){
	.triangle {
	margin:0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #8CC63F;
  border-bottom: 0;
	margin-bottom:10px;
}
}


.triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid #ffffff;
  border-right: 0;
	overflow: visible;
	display: inline-block;
}

@media(max-width:767px){
	.triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #ffffff;
  border-right: 0;
	overflow: visible;
	display: inline-block;
}
}


/* ロゴ */

header{
	align-items: center !important;
	justify-content: center;
}
header .logo {
	padding: 5px 60px;
	font-size: 18px;
	color: #fff;
	letter-spacing: .2em;
}

header .logo img{
		height:55px;
	width:auto;
	margin-bottom:-10px;
}

header .logo img.reformlogo{
	width: 	18%;
	height:auto;
	margin:auto;
	padding-left:10px;
	padding-top:10px;
}

/* ヘッダーボタン */
header .btn {
	position: absolute;
	top: 55%;
	right: 8rem;
	transform: translateY(-50%);
	
}

header .btn a{
	font-family: "Noto Sans JP", sans-serif;
	font-weight:600;
  width: 100px;
  padding: 10px 30px 12px 30px;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  color: #fff;
  background: #F48216;
  line-height: 1;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
	letter-spacing: 0.1rem;
}
a:hover{
  opacity: 0.6;
}

a:visited{
	color:#fff !important;
}


/* ヘッダーレスポンシブ */
@media(max-width:767px){
	.logo img{
		width:40% !important;
		margin-top:0px;
	}
	
	header .logo {
	padding: 3px 15px;
	}
	header .btn {
	top: 30px;
	right: 10px;
}
	header .btn a{
  padding: 7px 15px;
  font-size: 16px;
		letter-spacing: 0.05rem;
}
}


/* ファーストビュー */
.firstview{
	padding-bottom:30px;
}

.firstview img{
	width:100%;
}

.firstview .pc{
	margin: 0 auto;
	/* max-width:1240px;*/
	justify-content: center;
	align-items: center;
}

/* スクロールボタン */
.btn_scroll{
	margin:0 auto !important;
	width:60%;
	align-items: center;
	vertical-align: middle;
	display:flex;
}

#btn_scroll{
		background-color: #FBCB70;
}

.scroll_img img{
	width:100%;
}

.scroll_img{
	margin:5px;
}

@media(max-width:767px){
	.btn_scroll{
	width:92%;
}
	.scroll_img{
	margin:1px;
}
}

/* 各コンテンツ */
.secoundview{
	margin:0 auto !important;
	text-align: center;
}

.secoundview img{
	width:70%;
	text-align: center;
}

@media(max-width:767px){
	.secoundview img{
	width:100%;
	}
}

#eisei{
	background-color:#FFFAF3;
}

#kenkou{
	background-color: #FAFBF5;
}

#kounetsuhi{
	background-color:#FFFAF3;
}


/* 見出し */
.midashi{
	text-align: center;
}

.midashi img{
	width:25%;
}


.midashi_wide{
	background: #F48216;
	font-size:1.9rem;
	color:#fff;
	padding:25px 0px;
	width: 100%;
	text-align: center;
	margin:0 auto;
	letter-spacing: 0.15rem;
}

.cta{
	width:35%;
	color:#fff;
	font-size:1.8rem;
	background-color: #F48216;
	border-radius: 10px;
	margin:0 auto;
	text-align:center;
	padding:30px 0px;
	overflow: visible;
	align-items: center;
	vertical-align: middle;
}


/* 見出しレスポンシブ */
@media(max-width:767px){
	
.midashi img{
	width:45%;
}
	.cta{
	width:80%;
	font-size:1.4rem;
	padding:20px 0px;
	}
	
	.midashi_wide{
	font-size:1.5rem;
	padding:25px 0px;
}
}

/* ステップ */
.step{
	width:60%;
	padding:0px;
	margin:0 auto;
	display: flex;
	align-items: center;
}

@media(max-width:767px){
	.step{
	width:90%;
}
	.step_img{
		margin:5px;
	}
}

/* お申し込み */
.entry{
	width:100%;
	text-align: center;
	display: flex;
	margin:0 auto !important;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
}

.entry .midashiD{
	margin:15px;
}

@media(max-width:767px){
	.entry{
	width:100%;
	}
	
	.entry .midashiD{
	padding:10px 30px;
		margin:0px 5px 0px 8px;
}

}



#contactform{
	text-align: left;
	background-color: #FAFBF5;
}

#contactform p{
	width:80%;
	margin:0 auto;
	line-height: 1.5em;
}

.tyusyaku{
	text-align: center;
}

/**************************************

form.css

***************************************/

.formArea{
    width:50%;
	margin:0 auto;
	padding: 50px 0;
}

@media screen and (max-width: 780px) {
	.formArea{
    width:90%;
	}}
.formConfirm,
.formFinish{
    margin-top: 100px;
}
.formArea__tit{
    background-color: #f4901e;
    margin-bottom: 60px;
}
.formArea__txt{
    color: #353535;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.formArea__txt span{
    color: #f00;
    font-weight: bold;
}
.formArea__txt .tellink{
    font-size: 2rem;
}
.formArea__txt .formTxtLink{
    background: #f4901e;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 15px 25px;
    border-radius: 10px;
}

.contactTable{
    width: 100%;
}
.contactTable th{
    width: 90%;
    display: block;
    text-align: right;
    vertical-align: middle;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
@media screen and (max-width: 780px) {
    .contactTable th{
        text-align: left;
        width: 100%;
        padding-bottom: 10px;
    }
}
.contactTable th .require{
    font-weight: 500;
    color: #fff;
	background-color: #8CC63F;
    font-size: 14px;
	padding:1px 5px;
	border-radius: 2px;
}
.contactTable th .nonrequire{
    font-weight: 500;
    color: #8CC63F;
	background-color: #fff;
    font-size: 14px;
	padding:1px 5px;
	border-radius: 2px;
}
.contactTable td{
    width: 70%;
    padding-bottom: 20px;
    margin-bottom: 20px;
	align-items: center !important;
}
.contactTable td .contactTable__checkWrap{
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
		align-items: center !important;
	vertical-align: middle;
}
.contactTable td .contactTable__checkWrap input{
    margin-right: 10px;
	align-items: center !important;
}
.contactTable td .contactTable__checkTxt{
    font-size: 12px;
	align-items: center !important;
}
.contactTable td .contactTable__select{
    font-size: 14px;
    border: 1px solid #7A7A7A;
    padding: 12px 8px;
	align-items: center !important;
}
.contactTable td .addressmb{
    margin-bottom: 8px;
}
.contactTable td input[type="checkbox"]{
	
	width:16px;
	height:16px;
	align-items: center !important;
}
.contactTable td input[type="text"]{
    width: 100%;
    border: none;
    font-size: 15px;
    padding: 12px 8px;
    box-sizing: border-box;
	border-radius: 5px;
}
.contactTable td input[type="text"].info__inputText--middle{
    width: 50%;
	
}
.contactTable td textarea{
    width: 100%;
    border: none;
    padding: 12px 8px;
    font-size: 15px;
    box-sizing: border-box;
	border-radius: 5px;
	font-family: "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

@media screen and (max-width: 780px) {
    .formConfirm,
    .formFinish{
        margin-top: 60px;
    }

    .contactTable td{
        display: block;
        width: 100%;
    }
    .contactTable td input[type="text"].info__inputText--middle{
        width: 100%;
    }
}


.txtContact01{
    margin: 40px auto;
    background-color: #E6E6E6;
    padding: 30px 20px 30px 10px;
    line-height: 1.5;
}
.txtContact01 p{
    font-weight: bold;
    margin-bottom: 12px;
}
.txtContact01 ul li{
    font-size: 14px;
}


.txtContact02 .agree{
    text-align: center;
    margin-bottom: 30px;
}
/*.txtContact02{

}
.txtContact02 .checkOk{
    text-align: center;
    margin-bottom: 40px;
}
.txtContact02 .checkOk input[type=checkbox]{
    opacity: 0;
    position: absolute;
}
.txtContact02 .checkOk label{
    padding-left: 40px;
    margin-left: 65px;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
}
.txtContact02 .checkOk label:before{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: -4px;
}
.txtContact02 .checkOk label:checked+label:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    background-image: url("") no-repeat center;
    background-size: 16px 10px;
    z-index: 0;
    top: 3px;
    left: 4px;
}*/


.btn-action{

}
.btn-action .c-btn01{
    background-color: #F48216;
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 21.5px 0;
    text-align: center;
    border: 0 none;
    width: 400px;
    margin: 0 auto 40px;
    cursor: pointer;
    border-radius: 10px;
}
.btn-action .c-btn01:hover{

}
@media screen and (max-width: 780px) {
    .btn-action .c-btn01{
        width: 100%;
    }
}

.txtContact03{
    font-size: 16px;
    text-align: left;
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.5;
    padding-left:1em;
    text-indent:-1em;  
}
.txtContact03 #mailContact{
    color: #f4901e; 
}


.formConfirm__cont{
    margin: 30px auto 0;
}

/* ==================== form__submit・form__back ==================== */

.form__submit{
    text-align: center;
}
.form__submit .form__submitBtn{
    background-color: #f4901e;
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 21.5px 0;
    text-align: center;
    border: 0 none;
    width: 400px;
    cursor: pointer;
    border-radius: 10px;
    margin: 0 auto;
}
.form__submit .form__submitBtn:hover{

} 
            
.form__back{

}
.form__back .form__backBtn{
    background-color: #9099A8;
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 21.5px 0;
    text-align: center;
    border: 0 none;
    width: 400px;
    cursor: pointer;
    border-radius: 10px;
    margin: 20px auto 0;
}
.form__back .form__backBtn:hover{

}
@media screen and (max-width: 780px) {
    .form__submit .form__submitBtn,
    .form__back .form__backBtn{
        width: 100%;
    }
}


/* ==================== formError ==================== */

.formError{
    color: #b52020;
    text-align: center;
    margin-bottom: 30px;
}
.formError__tit{

}
.formError__items{
    margin-top: 12px;
}
.formError__items .formError__item{

}







