@charset "utf-8";



/**外部フォント取り込み**/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('http://fonts.cdnfonts.com/css/roboto');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');



/**基本の設定**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
html{
font-family:'Noto Sans JP','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
color: #1A1A1A;
font-size: 16px;
line-height: 1.75;
scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}
a {
	display: inline-block;
	transition: .3s;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a:hover {
	text-decoration: none;
}
ol,ul {
list-style:none;
}
.fs21 {
font-size: 21px;
}
.fb {
font-weight: 700;
}
.nodis {
display: none;
}
.mb40 {
margin-bottom: 40px;
}
.mt60 {
margin-top: 60px;
}

/**CTAの管理**/
.cvbtn {
width: 100%;
}
.cvbtn a {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
width: 280px;
height: 75px;
background: #A1CE60;
border-radius: 4px;
box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
margin: 0 auto;
color: #fff;
text-decoration: none;
font-size: 18px;
font-weight: bold;
text-align: center;
}
@media screen and (min-width: 768px) {
.cvbtn a:hover {
opacity: 0.7;
}
}


/**for PC**/
@media screen and (min-width:768px) {
.sp {
display: none;
}
}


/**for SP**/
@media screen and (max-width:767px) {
html {
font-size: 14px;
}
.pc {
display: none;
}
}


/**ヘッダー**/
header {
padding: 0 32px;
width: 100%;
background: #fff;
position: fixed;
left: 0;
top: 0;
z-index: 999;
}
.header_inner {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1200px;
height: 80px;
margin: 0 auto;
}
.header_inner_right_btn a {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
width: 320px;
height: 48px;
background: #A1CE60;
border-radius: 4px;
box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
color: #fff;
text-decoration: none;
font-weight: bold;
}

@media screen and (min-width: 768px) {
.header_inner_right_btn a:hover {
opacity: 0.7;
}
}
@media screen and (max-width:767px) {
header {
padding: 0 12px;
}
.header_inner {
height: 48px;
}
.header_inner_left_logo {
width: 84px;
}
.header_inner_right_btn a {
width: 200px;
height: 28px;
border-radius: 2px;
}
}


/**mv**/
section#mv {
padding: 128px 20px 78px;
/*padding: 85px 20px 78px;*/
}
.mv_inner {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.mv_inner_left  {
width: 550px;
}
.mv_inner_right  {
width: 450px;
}
.mv_h1 {
font-size: 42px;
font-weight: 700;
text-align: center;
/*color: #548B04;*/
color: #EE6D01;
/*margin: 0 auto 40px;*/
margin: 0 auto 20px;
line-height: normal;
}
.mv_inner_left_box {
display: flex;
margin-bottom: 20px;
align-items: center;
}
.mv_inner_left_logo {
width: 45%;
/*margin: 0 0 8px;*/
}
.mv_inner_left_text {
font-size: 18px;
font-weight: 700;
margin-bottom: 20px;
}
.mv_inner_left_catch {
font-size: 36px;
font-weight: bold;
padding: 0 0 0 10px;
/*line-height: 1.5;*/
/*margin: 0 0 40px;*/
/*margin: 0 0 20px;*/
}
.mv_inner_right_img {
margin: 0 -20px 0 0;
}
.mv_inner_left_btn a {
margin: 0;
text-align: center;
}

/**トップ画の装飾用**/
.mv_inner_right_img img {
border-radius: 20px;
box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.4);
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
section#mv {
padding: 88px 20px 64px;
margin: 0 auto;
}
.mv_inner {
width: 100%;
}
.mv_inner_left_box {
display: block;
}
.mv_h1 {
font-size: 26px;
}
.mv_inner_left_logo {
width: 100%;
max-width: 336px;
margin: 0 auto;
}
.mv_inner_left_text {
font-size: 18px;
width: 95%;
margin: 0 auto 20px;
}
.mv_inner_left_catch {
text-align: center;
font-size: 32px;
margin: 0 0 32px;
}
.mv_inner_right {
width: 100%;
}
.mv_inner_right_img {
margin: 0 auto 40px;
text-align: center;
}
.mv_inner_btn {
text-align: center;
}
}


/**section01**/
section#section01 {
/*background: #A1CE60;*/
/*background: #FFDB00;*/
background: #C0E68A;
padding: 0 20px 40px;
}
.section01_inner {
width:540px;
background-image: url(https://niwadani.co.jp/test/kakedastoc/img01.png);
background-repeat: no-repeat;
background-size: 275px auto;
background-position: right bottom;
margin: 0 auto;
padding: 64px 0 56px;
}
.section01_inner_title {
/*color: #fff;*/
font-size: 32px;
line-height: 1.45;
font-weight: bold;
margin: 0 0 32px;
}
.section01_inner_fukidashi {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: flex-start;
justify-content: center;
align-items: flex-start;
}
.section01_inner_fukidashi li {
background: #FFFFFF;
border-radius: 4px;
font-size: 18px;
margin: 0 0 8px;
padding: 10px 12px;
font-weight: bold;
position: relative;
}
.section01_inner_fukidashi li:after {
content: "";
display: inline-block;
border: 6px solid transparent;
border-top: 6px solid #FFFFFF;
border-left: 6px solid #FFFFFF;
position: absolute;
right: -12px;
top: calc(50% - 6px);
}
.section01_inner_text {
max-width: 900px;
background: #FFFFFF;
border-radius: 10px;
padding: 40px;
margin: 0 auto;
}
.markerYellow {
background: linear-gradient(transparent 70%,#FFDB00 60%);
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
.section01_inner {
width: 100%;
background-size: 152px auto;
background-position: center bottom;
padding: 40px 0 264px;
}
.section01_inner_title {
text-align: center;
font-size: 28px;
}
.section01_inner_fukidashi li {
width: 100%;
margin: 0 0 16px;
padding: 8px;
text-align: center;
font-size: 14px;
line-height: 1.45;
}
}


/**section02**/
section#section02 {
background: #FFFFFF;
padding: 0 20px 0;
}
.section02_inner {
margin: 0 auto 60px;
padding: 64px 0 0;
width: 100%;
max-width: 898px;
}
.section02_inner_title {
font-size: 32px;
line-height: 1.45;
font-weight: bold;
margin: 0 auto 32px;
text-align: center;
}
.section02_inner_text {
text-align: center;
line-height: 2;
margin: 0 0 20px;
}
.section02_inner_reason {
position: relative;
color: #FFFFFF;
text-align: center;
/*background: #A1CE60;*/
background: #EE6D01;
padding: 10px 20px;
border-radius: 30px;
width: 200px;
margin: 0 auto 30px;
}
.section02_inner_reason:after {
content: "";
display: inline-block;
border: 12px solid transparent;
/*border-top: 23px solid #A1CE60;*/
border-top: 23px solid #EE6D01;
position: absolute;
left: 90px;
top: 52px;
}
.section02_inner_reson_list {
width: fit-content;
margin: 0 auto 20px;
padding: 20px 20px 20px 40px;
/*background: #F3F8EA;*/
/*background: #FFFFE0;*/
background: #FFDB00;
border-radius: 10px;
}
.section02_inner_reson_list li {
list-style: disc;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
.section02_inner_text {
text-align: left;
line-height: 1.75;
margin: 0 0 40px;
}
}


/**section03**/
section#section03 {
background: #F7F7F7;
padding: 0 20px 40px;
}
.section03_inner {
margin: 60px auto 0;
padding: 64px 0 56px;
}
.section03_inner_title {
font-size: 32px;
line-height: 1.45;
font-weight: bold;
margin: 0 auto 32px;
text-align: center;
}
.three_reason {
width: 100%;
max-width: 1000px;
height: 240px;
border: 2px solid #000000;
margin: 0 auto 30px;
border-radius: 10px;
background: #FFFFFF;
}
.three_reason_inner {
display: flex;
justify-content: space-between;
border-radius: 10px;
}
.left_img {
width: 100%;
}
.reason_no {
color: #FFFFFF;
font-size: 24px;
/*font-weight: 700;*/
width: 250px;
text-align: center;
vertical-align: middle;
/*background: #548B04;*/
/*background: #444;*/
background: #003333;
border-top-left-radius: 8px;
padding: 5px;
}
.reason_no_img {
/*width: 237px;*/
width: 236px;
}
.reason_no_img img {
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
}
.right_img {
padding: 15px 15px 15px 30px;
}
.right_img_title {
font-size: 24px;
font-weight: 700;
margin: 5px 0 15px;
color: #444;
}
.right_img_text {
line-height: 1.8;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
.section03_inner_text {
text-align: left;
line-height: 1.75;
margin: 0 0 40px;
}
.three_reason {
width: 100%;
height: auto;
}
.three_reason_inner {
display: block;
}
.reason_no {
width: 100%;
border-top-right-radius: 8px;
}
.reason_no_img {
width: 100%;
}
.reason_no_img img {
border-bottom-left-radius: 0;
border-top-right-radius: 10px;
}
.right_img_title {
font-size: 18px;
}
.right_img {
padding: 15px;
}
}


/**section04**/
section#section04 {
background: #FFFFFF;
padding: 64px 20px 94px;
}
.section04_inner {
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.section04_inner_title {
font-size: 32px;
line-height: 1.45;
font-weight: bold;
margin: 0 auto 32px;
text-align: center;
}
.section04_inner_contents {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
align-items: flex-start;
}
.section04_inner_contents_content {
width: 22%;
margin: 0 0 64px;
}
.section04_inner_contents_content_num.roboto {
text-align: center;
/*color: #89C631;*/
color: #444;
font-size: 40px;
margin: 0 0 10px;
}
.section04_inner_contents_content_catch {
text-align: center;
font-size: 20px;
font-weight: bold;
line-height: 1.5;
margin: 0 0 10px;
}
.section04_inner_contents_content_catch_img {
padding: 10px;
margin: 15px auto;
display: flex;
justify-content: center;
align-items: center;
height: 160px;
filter: grayscale(1);
/*filter: hue-rotate(50deg);*/
}
.img_s {
padding: 20px;
}
.section04_inner_contents_content_text {
font-size: 14px;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
section#section04 {
padding: 64px 20px 80px;
}
.section04_inner {
width: 100%;
}
.section04_inner_title {
font-size: 28px;
margin: 0 0 32px;
}
.section04_inner_contents {
margin: 0 0 14px;
}
.section04_inner_contents_content {
display: block;
text-align: center;
width: 100%;
margin: 0 auto 34px;
}
.section04_inner_contents_content_num.roboto {
width: 50px;
margin: 0 auto 12px;
}
.section04_inner_contents_content_catch {
width: calc(100% - 66px);
text-align: center;
font-size: 18px;
margin: 0 auto 12px;
}
.section04_inner_contents_text {
text-align: left;
font-size: 16px;
padding: 16px;
}
.section04_inner_contents_content_catch_img {

}
.section04_inner_contents_content_catch_img img {
width: 200px;
}
}


/**section05**/
section#section05 {
background: #FFDB00;
padding: 64px 20px 94px;
}
.section05_inner {
width: 100%;
max-width: 898px;
margin: 0 auto;
}
.section05_inner_title {
font-size: 32px;
line-height: 1.45;
font-weight: bold;
margin: 0 auto 32px;
text-align: center;
}
.section05_voice {
padding: 12px;
background: #FFFFFF;
border-radius: 10px;
margin: 0 0 40px;
box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.4);
}
.section05_voice_h3 {
/*color: #548B04;*/
color: #444;
font-weight: 700;
margin-bottom: 10px;
}
.section05_voice_text {
padding: 20px;
/*background: #F3F8EA;*/
background: #FFFFE0;
border-radius: 10px;
font-size: 14px;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
section#section05 {
padding: 64px 20px 80px;
}
.section05_inner {
width: 100%;
}
.section05_inner_title {
font-size: 28px;
margin: 0 0 32px;
}
}


/**section06**/
section#section06 {
background: #FFFFFF;
padding: 64px 20px 94px;
}
.section06_inner {
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.section06_inner_title {
font-size: 32px;
line-height: 1.45;
font-weight: bold;
margin: 0 auto 32px;
text-align: center;
}
.matsu_table {
width: fit-content;
margin: 0 auto 20px;
font-size: 24px;
}
.matsu_table tr:nth-child(odd) td {
/*background: #F3F8EA;*/
background: #FFFFE0;
/*background: #FFEAD9;*/
}
.matsu_table th, td {
padding: 10px 20px !important;
}
.matsu_table_info {
font-size: 12px;
width: fit-content;
margin: 0 auto;
}
.section06_image_inner {
width: fit-content;
margin: 60px auto 0;
}
.section06_h3 {
font-size: 21px;
text-align: center;
margin: 20px auto;
}
.section06_image_inner_ul ul, li {
margin: 0;
padding: 0;
list-style: none;
}
.section06_image_inner_tab {
width: fit-content;
/*background: #A1CE60;*/
background: #FFDB00;
/*color: #FFFFFF;*/
padding: 5px 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-size: 18px;
font-weight: 700;
color: #444;
}
.section06_image_inner_body {
margin: 0 auto 40px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
/*background: #F3F8EA;*/
background: #FFFFE0;
padding: 20px;
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
section#section06 {
padding: 64px 20px 80px;
}
.section06_inner {
width: 100%;
}
.section06_inner_title {
font-size: 28px;
margin: 0 0 32px;
}
.matsu_table {
font-size: 18px;
}
.matsu_table th, td {
padding: 5px 10px;
}
.section06_image_inner_tab {
font-size: 16px;
}
}


/**section07**/
section#section07 {
background: #F7F7F7;
padding: 64px 0 56px;
}
.section07_inner {
width: 100%;
max-width: 898px;
margin: 0 auto;
}
.section07_inner_title {
font-size: 32px;
line-height: 1.45;
font-weight: bold;
margin: 0 auto 32px;
text-align: center;
}
.faq {
box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.4);
border-radius: 10px;
margin-bottom: 40px;
}
.faq_q {
padding: 10px 20px;
font-weight: 700;
/*background: #FFDB00;*/
background: #888;
color: #FFF;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.faq_a {
font-size: 14px;
padding: 10px 20px;
background: #FFFFFF;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
.section07_inner {
width: 100%;
padding: 0 20px;
}
.faq_q {
font-size: 18px;
}
}


/**form**/
section#form {
padding: 96px 20px 120px;
}
.form_inner {
width: 100%;
max-width: 800px;
margin: 0 auto;
}
.form_inner_title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.45;
	margin: 0 0 40px;
}
.form_inner_content iframe {
height: 1300px;
}
.form_inner_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}
.form_inner_content_item {
				width: 48%;
				margin: 0 0 32px;
}
.form_inner_content_item_link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	background: #A1CE60;
	border-radius: 4px;
	box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
	color: #fff;
	text-decoration: none;
	padding: 16px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.form_inner_content_item_link:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 2px;
	position: absolute;
	right: 20px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
}
.form_inner_content_item_link:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 2px;
	background: #a1ce60;
	position: absolute;
	right: 25px;
	top: calc(50% + 3px);
	transform: translateY(-50%);
}
.form_inner_text {
				text-align: center;
}
@media screen and (min-width: 768px) {
.form_inner_content_item_link:hover {
opacity: 0.7;
}
}
@media screen and (max-width:767px) {
section#form {
padding: 64px 20px;
}
.form_inner {
width: 100%;
}
.form_inner_title {
font-size: 28px;
margin: 0 0 24px;
}
.form_inner_content iframe {
width: 100%;
height: 1750px;
}
.form_inner_content_item {
	width: 100%;
	margin: 0 0 24px;
}
.form_inner_content_item_link {
	padding: 10px 0;
	font-size: 18px;
}
}


/**footer**/
footer {
background: #F7F7F7;
}
.footer_top {
padding: 64px 20px;
}
.footer_top_inner {
width: 100%;
max-width: 800px;
margin: 0 auto;
}
.footer_top_inner_title {
text-align: center;
font-size: 32px;
font-weight: bold;
line-height: 1.45;
margin: 0 0 24px;
}
.footer_top_inner_content dl {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
border-top: 1px solid #C4C4C4;
padding: 24px 0;
}
.footer_top_inner_content dl:nth-of-type(1) {
border: none;
}
.footer_top_inner_content dt {
width: 143px;
font-weight: bold;
}
.footer_top_inner_content dd {
width: calc(100% - 143px);
line-height: 1.45;
}
.footer_top02{
	background: #fff;
	.footer_top_inner_content {
		dt {
	width: 220px;
	}
	dd {
	width: calc(100% - 220px);
		}
	}
}
.footer_bottom {
padding: 32px 20px;
}
.footer_bottom_copy {
text-align: center;
font-size: 12px;
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
.footer_top {
padding: 48px 20px;
}
.footer_top_inner {
width: 100%;
}
.footer_top_inner_title {
font-size: 28px;
margin: 0 0 12px;
}
.footer_top_inner_content dl {
padding: 20px 0;
}
.footer_top_inner_content dt {
width: 100%;
margin: 0 0 16px;
font-size: 16px;
}
.footer_top_inner_content dd {
width: 100%;
font-size: 16px;
}
.footer_top02{
	.footer_top_inner_content {
		dt,dd {
	width: 	100%;
	}
}
}
}