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

.cut01{
	margin: 30px;
}
.cut01 img{
	height: 100px;
}
@media (max-width: 1200px){
	.cut01{
		margin: 5px;
	}
	.cut01 img{
		height: 80px;
	}
}

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #036eb8;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding: 1em;
}
.line02 table td i{
	color: #036eb8;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 dl dd{
	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
.bg_light .line02 table td{
	border-bottom: solid 3px #fff;
}
@media (max-width: 768px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 3px #036eb8;
	}
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	background: rgba(255,255,255,0.3);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #036eb8;
	font-weight: 600;
	width: 20%;
	min-width: 6em;
}
.simple01 table td i{
	color: #036eb8;
}
.simple01 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
	border-bottom: dashed 1px #ccc;
}
.simple01 dl dt{
	width: 11em;
	font-weight: 700;
}
.simple01 dl dd{
	
}

.simple01 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}
@media (max-width: 768px){
	.simple01 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}

ul.border01{
	padding-left: 1em;
	font-size: 1em;
}
ul.border01 li{
	border-bottom: dotted 1px #036eb8;
	margin-bottom: 1rem;
	font-weight: 700;
	margin-left: 1rem;
	text-indent: -1rem;
}
ul.border01 li i{
	display: inline;
	color:#036eb8;
	padding-right: 0.5rem
}

ul.border02{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 30px;
}

ul.border02 li{
	border-bottom: solid 2px #036eb8;
}

.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: dashed 1px #036eb8;
}
.dl_border01 dl dt{
	width: 32%;
	min-width: 10em;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #036eb8;
}
.dl_border01 dl dd{
	padding: 1em;
}
@media (max-width: 960px){
	.dl_border01 dl{
		display: block;
		width: 100%;
	}
	.dl_border01 dl dt{
		width: 100%;
		padding: 1em 1em 0.5em;
	}
	.dl_border01 dl dd{
		width: 100%;
		padding:0.5em 1em 1em;
	}
}

.dl_border02 dl{
	padding-left: 1em;
	font-size: 1em;
	border-bottom: dotted 1px #036eb8;
	margin-bottom: 1rem;
}
.dl_border02 dl dt{
	font-weight: 700;
	margin-left: 1rem;
	text-indent: -1rem;
}
.dl_border02 dl dt i{
	color: #036eb8;
}
.dl_border02 dl dd{
	margin-left: 1rem;
}

.number_list{
	padding: 1rem;
}
.number_list li{
	padding: 0.5rem 0;
	border-bottom: solid 3px #b2ddfb;
	position: relative;
}

.number_list li .li_numbar{
	font-size: 3rem;
	font-weight: 700;
	color:#b2ddfb;
}
.number_list li .li_txt{
	font-size: 1.2rem;
	font-weight: 700;
	margin-left: 0.5rem;
	color: #036eb8;
}
.number_list li p{
	margin-left: 4.5em;
}

@media (max-width: 960px){
	.number_list li .inner_flex{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.number_list li .li_numbar{
		width: 1.5em;
		align-self: flex-start;
		line-height: 100%;
	}
	.number_list li .li_txt{
		margin-left: 0;
	}
	.number_list li p{
		margin-left: 0;
	}
}
@media (max-width: 450px){
	.number_list{
		padding: 1rem 0;
	}
}
/* ボタン　================================================== */

.c-btn_normal a, .c-btn_normal > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 280px;
	padding: 18px 30px;
	background: #036eb8;
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0.07em;
	position: relative;
}
.c-btn_normal a .c-arrow, .c-btn_normal > span .c-arrow {
	width: 14px;
	height: 14px;
	position: relative;
	overflow: hidden;
}
.c-btn_normal a .c-arrow::before, .c-btn_normal > span .c-arrow::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f061';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.c-btn_normal a .c-arrow::after, .c-btn_normal > span .c-arrow::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f061';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: -20px;
	transition: 0.5s;
}

.c-btn_normal a:hover .c-arrow::before, .c-btn_normal > span:hover .c-arrow::before {
	left: 20px;
}
.c-btn_normal a:hover .c-arrow::after, .c-btn_normal > span:hover .c-arrow::after {
	left: 0;
}





.sticky_wrap{
	position: sticky;
	top: 150px;
	width: 100%;
}

.card003_space{
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 20px 0;
}
 .card003_space .space{
	width: 300px;
}
.card003_space .c_wrap{
	padding: 10px;
	flex: 1;
}

@media (max-width: 1200px){
	.card003_space{
		flex-direction: column-reverse;
	}
	.sticky_wrap{
		position: relative;
		top: auto;
	}
}
@media (max-width: 960px){
	.card003_space{
		flex-direction: column-reverse;
		padding: 0;
	}
}

.map iframe{
	width: 100%;
	vertical-align: middle;
}


/* ビフォーアフター ================================================== */
.before_after{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 5px;
}
.before_after .ba_img{
	width: calc(100% / 2 - 30px);
	aspect-ratio: 3 / 2;
	position: relative;
	background: #f7f6f5;
}
.before_after .ba_img img.ba01{
	width: 100%;
	height: 100%;
	padding: 10px;
	vertical-align: middle;
	object-fit: contain;
	object-position: center;
}

.before_after .ba_img h4{
	position: absolute;
	top: 20px;
	left: -15px;
	transform: rotate(-10deg);
	font-size: 3em;
	color: #e65912;;
	font-family: 'Noto Serif JP', serif;
	filter: drop-shadow(2px 2px 5px rgba(255,255,255,0.5));
}
.ba_arrow{
	padding: 5px;
}
.ba_arrow i{
	color: #036eb8;
	font-size: 2em;
}
.ba h3{
	vertical-align: middle;
	text-align: left;
	border-left: 3px solid #339966;
	padding-left: 0.5em;
	font-size: 1.5em;
}
@media (max-width: 960px){
	/* ビフォーアフター==================================================  */
	.before_after{
		flex-direction: column;
		justify-content: center;
	}
	.before_after .ba_img {
		max-width: 380px;
		width: calc(100% - 30px);
		margin: auto;
	}
	.ba_arrow{
		transform: rotate(90deg);
		margin: 10px;
	}
}

/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 15px;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #036eb8;
    border-right: 2px solid #036eb8;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: 700;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color:#036eb8;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
	font-weight: 700;
    color: #e65912;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
		font-size: 1.1rem;
	}
}
/* ながれ ================================================== */
.flow_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 850px;
	margin: auto;
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
}

.flow_photo{
	align-self: center;
	width: 300px;
	text-align: center;
	padding: 15px;
	position: relative;
}
.flow_photo img{
	width: 100%;
	height: 200px;
	border-radius: 15px;
	object-fit: cover;
}

.h_number{
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	top:-40px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #fff;
	font-size: 3em;
	z-index: 1;
}
.flow_txt{
	padding: 10px 10px 10px 30px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	
}
.flow_txt h3{
	font-size: 1.2em;
	color: #333;
	border-bottom: solid 3px #036eb8;
	margin-bottom: 15px;
	font-weight: 700;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color:#036eb8;
	margin: 10px;
}
.flow_link{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.flow_link li {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	align-self: stretch;
	transition: .5s;
}
.flow_link li a{
	display: block;
	padding: 0.5em 1em;
	line-height: 100%;
	vertical-align: middle;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	border-radius: 30px;
	border:solid 1px #12e69f;
	color: #fff;
	transition: .5s;
}
.flow_link li :hover{
	background: #fff;
	color: #1a1a1a;
}
@media (max-width: 1200px){
	.flow_inner{
		width:100%;
		max-width: 680px;
	}
	.flow_photo{
		width: 270px;
		height: 200px;
	}
	.flow_photo img{
		width: 270px;
		height: 200px;
	}
	.flow_link{
		flex-direction: column;
		justify-content: flex-start;
	}
}
@media (max-width: 765px){
	/* 流れ======================================== */
	.flow_inner{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flow_txt{
		width: 100%;
		margin-top: 30px;
	}
	.h_number{
		left: -50px;
	}
}

