@charset 'utf-8';

@media print, screen and (min-width: 751px) {
	#container .inner_inbox{
		max-width: 1086px;
	}
}
@media only screen and (max-width: 750px){
	#container .vertical.noto-serif{
		font-family: YakuHanMP,'游明朝体','Yu Mincho','YuMincho','ヒラギノ明朝 Pro','Hiragino Mincho Pro','Noto Serif JP','MS P明朝','MS PMincho',serif !important;
	}
}


#page-ttl h1{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
#page-ttl h1 span{
	letter-spacing: 0.13em;
}
#page-ttl h1 span.sub{
	font-size: 16px;
	margin: 15px 0px 0px 5px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px){
	#page-ttl h1{
		height: 5.45rem;
	}
	#page-ttl h1 span{
		margin-left: 0.28rem;
		letter-spacing: 0;
	}
	#page-ttl h1 span.sub{
		font-size: 0.26rem;
		margin: 0.2rem 0px 0 1.64rem;
		line-height: 1.7em;
		text-indent: -5em;
	}
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
	#page-ttl h1 {
		padding: 2rem 0 0;
		height: 4rem;
	}
}


@media print, screen and (min-width: 751px) {
	.ttl_bloc.ttl_bloc--1{
		padding-bottom: 5px;
		min-width: 290px;
	}
	.ttl_bloc.ttl_bloc--1.dir_L{
		width: 30%;
	}
	.ttl_bloc.ttl_bloc--1.dir_R{
		width: 23.6%;
		min-width: 256px;
	}
	.ttl_bloc.ttl_bloc--2{
		width: 29.1%;
		padding-bottom: 5px;
		min-width: 290px;
	}
	.ttl_bloc .ttl .jp{
		font-size: 22px;
		letter-spacing: .12em;
	}
	.btn_def2 span{
	}
	.spot_list .btn_def2 {
		width: 257px;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 6px 10px 5px 15px;
	}
	.spot_list .btn_def2 span {
		letter-spacing: 0.06em;
	}
	.spot_list .btn_def2 i {
		margin-left: 35px;
	}
}
@media only screen and (max-width: 750px){
	.ttl_bloc.ttl_bloc--1{
		width: 47.1%;
	}
	.ttl_bloc.ttl_bloc--2{
		width: 47.1%;
	}
	.ttl_bloc.ttl_bloc--1::before ,
	.ttl_bloc.ttl_bloc--2::before {
		margin-top: .04rem;
		height: 2px;
	}
	.ttl_bloc.ttl_bloc--1 .ttl .jp,
	.ttl_bloc.ttl_bloc--2 .ttl .jp{
		letter-spacing: .14em;
		margin-bottom: 0.17rem;
	}
}

.bg_box{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 426px;
}
@media only screen and (max-width: 750px){
	.bg_box{
		height: 3.76rem;
	}
}


/* =========================================================
inbox_img
========================================================= */
@keyframes play_movie{
	0%{
		opacity: 1;
		z-index: 2;
	}
	99%{
		z-index: 2;
	}
	100%{
		opacity: 0;
		z-index: -1;
	}
}
.inbox_img{
	position: relative;
	z-index: 0;
}
.inbox_img .main_bg{
	position: absolute;
	z-index: 1;
	top: 0;
	width: calc(50% + 5px);
	height: 455px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
}
.inbox_img .main_bg #video_pv{
	width: 100%;
	height: auto;
	position: relative;
}
.inbox_img .main_bg #video_pv #video_mp4{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	vertical-align: top;
}
.inbox_img .main_bg #video_play{
	position: absolute;
	top: 0;
	left:0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	cursor: pointer;
}
.inbox_img .main_bg #video_play.on{
	-webkit-animation-name: play_movie;
	animation-name: play_movie;
	z-index: -1;
}
.inbox_img .main_bg #video_play img{
	object-fit: cover;
}
.inbox_img .inner_inbox{
	position: relative;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	padding-top: 0;
	padding-bottom: 120px;
}
.inbox_img .inner_inbox .txt_bloc{
	position: relative;
	z-index: 2;
	width: auto;
	text-align: left;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
}
.inbox_img.img_L .main_bg{
	left: 0;
	background-position: right top;
}
.inbox_img.img_R .main_bg{
	right: 0;
	background-position: left top;
}
.inbox_img.img_L .inner_inbox{
	        align-items: flex-end;
	-webkit-align-items: flex-end;
}
.inbox_img.img_R .inner_inbox{
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
.inbox_img.img_L .inner_inbox .txt_bloc{
	        align-items: flex-end;
	-webkit-align-items: flex-end;
}
.inbox_img.img_R .inner_inbox .txt_bloc{
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	padding-right: 65px;
}
@media only screen and (max-width: 750px){
	.inbox_img .main_bg{
		width: 6.56rem;
		height: 4.36rem;
		position: static;
	}
	.inbox_img .inner_inbox{
		padding-bottom: 0.5rem;
	}
	.inbox_img .inner_inbox .txt_bloc{
		width: 100%;
		height: auto;
	}
	.inbox_img.img_R .inner_inbox .txt_bloc{
		padding-right: 0.65rem;
	}
}


/* =========================================================
support__top
========================================================= */
#support__top {
	background-color: #fff;
	padding-top: 0;
}
#support__top .ttl_bloc {
	padding-bottom: 8px;
}
#support__top .ttl_bloc .ttl {
	white-space: nowrap;
}
#support__top .ttl_bloc .ttl .jp{
	letter-spacing: 0.2em;
}
#support__top .ttl_bloc .ttl .en{
}
#support__top .inbox_img {
	margin-top: 0;
}
#support__top .inbox_img .main_bg {
	width: calc(100% - (505px + ((100% - 1060px) / 2)));
	background-image: url(../../img/support/snow_bg.jpg);
	background-position: left center;
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
}
#support__top .inner_inbox{
	max-width: 1060px;
	padding-bottom: 136px;
}
#support__top .inner_inbox .txt_bloc{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	padding-top: 0;
	white-space: nowrap;
	width: 505px;
	padding: 27px 0 0 0;
}
#support__top .inner_inbox .txt_bloc h3{
	font-size: 24px;
	font-weight: normal !important;
	line-height: 1.6em;
	margin-top: 0;
	margin-left: 44px;
	text-indent: 0;
	letter-spacing: 0;
}
#support__top .inner_inbox .txt_bloc p {
	font-size: 16px;
	font-weight: normal !important;
	line-height: 1.8em;
	margin-top: 0px;
	margin-left: 16px;
	letter-spacing: 0;
}
#support__top .inner_inbox .txt_bloc p:last-child {
	margin-left: 5px;
}
@media print, screen and (min-width: 751px) {
	#support__top .btn_area {
		margin-top: 71px;
	}
	#support__top .btn_area .btn_def2 {
		width: 330px;
	}
	#support__top .btn_area .btn_def2 span {
		letter-spacing: 0.2em;
	}
	#support__top .btn_area .btn_def2 i {
		right: 31px;
		margin-top: -0.2em;
	}
}
@media print, screen and (max-width: 1100px) and (min-width: 751px) {
	#support__top .inner_inbox{
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media print, screen and (max-width: 1100px) and (min-width: 751px) {
	#support__top .inbox_img .main_bg {
		width: calc(100% - 525px);
		background-position: left -60px center;
	}
}
@media only screen and (max-width: 750px){
	#support__top {
		padding-top: 0;
	}
	#support__top .ttl_bloc {
		padding-bottom: 0.03rem;
		min-width: 0;
		width: 49.5%;
		margin-bottom: 0.9rem;
	}
	#support__top .ttl_bloc .ttl {
		white-space: nowrap;
	}
	#support__top .ttl_bloc .ttl .jp{
		letter-spacing: 0.15em;
	}
	#support__top .inbox_img {
		margin-top: 0;
	}
	#support__top .inbox_img .main_bg {
		width: 100%;
	}
	#support__top .inner_inbox{
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		padding-bottom: 1.02rem;
	}
	#support__top .inner_inbox .txt_bloc{
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		padding-top: 0.78rem;
		white-space: normal;
		width: 100%;
	}
	#support__top .inner_inbox .txt_bloc h3{
		font-size: 0.36rem;
		line-height: 1.4em;
		margin-left: 0.53rem;
		margin-bottom: 0.31rem;
		letter-spacing: 0.12em;
	}
	#support__top .inner_inbox .txt_bloc p{
		font-size: 0.28rem;
		line-height: 1.6em;
		margin: 0.45rem auto 0 0.58rem;
		letter-spacing: 0.05em;
	}
	#support__top .inner_inbox .txt_bloc h3,
	#support__top .inner_inbox .txt_bloc p{
		    -ms-writing-mode: unset;
		-webkit-writing-mode: unset;
		        writing-mode: unset;
		   -moz-writing-mode: unset;
		-webkit-text-orientation: unset;
		   -moz-text-orientation: unset;
		    -ms-text-orientation: unset;
		        text-orientation: unset;
	  display: block;
		width: 100%;
	}
	#support__top .inner_inbox .txt_bloc p span.sp{
		display: block;
		height: 1em;
	}
	#support__top .inner_inbox .txt_bloc h3 + p {
		margin-top: 0;
	}
	#support__top .inner_inbox .txt_bloc p:last-child {
		margin-left: 0.64rem;
		margin-top: 0.54rem;
	}

	#support__top .btn_area {
		margin-top: 0.88rem;
	}
	#support__top .btn_area .btn_def2 {
		width: 5.14rem;
		padding: 0.1rem 0.4rem 0.08rem 0.9rem;
		height: 0.72rem;
	}
	#support__top .btn_area .btn_def2 span {
		font-size: 0.22rem;
		letter-spacing: 0.15em;
	}
	#support__top .btn_area .btn_def2 i {
		right: 0.5rem;
		margin-top: -0.2em;
	}
}


/* =========================================================
initiatives
========================================================= */
#initiatives {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	background-image: url(../../img/page__bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#initiatives .inner {
	max-width: 970px;
	position: relative;
	padding-top: 80px;
	padding-bottom: 120px;
}
#initiatives .inner .ttl_bloc {
	width: 29em;
}
@media print, screen and (min-width: 751px){
	#initiatives .inner .ttl_bloc .ttl .jp{
		letter-spacing: 0.1em;
		white-space: nowrap;
	}
}
#initiatives .inner .initiatives_list {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	padding-top: 100px;
	gap: 50px 0;
}
#initiatives .inner .initiatives_list .initiatives {
	width: 100%;
}
#initiatives .inner .initiatives_list .initiatives .initiatives_info {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
#initiatives .inner .initiatives_list .initiatives:nth-child(2n) .initiatives_info {
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
}
#initiatives .inner .initiatives_list .initiatives:nth-child(2n+1) .initiatives_info {
	        flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
}
#initiatives .inner .initiatives_list .initiatives .initiatives_info .initiatives_img {
	width: 50%;
}
#initiatives .inner .initiatives_list .initiatives .initiatives_info .initiatives_img .img {
	width: 100%;
}
#initiatives .inner .initiatives_list .initiatives .initiatives_info .initiatives_img .img picture {
	width: 100%;
}
#initiatives .inner .initiatives_list .initiatives:nth-child(2n+1) .initiatives_info .initiatives_txt {
	width: 43%;
	padding-top: 47px;
	padding-left: 30px;
	margin-right: auto;
}
#initiatives .inner .initiatives_list .initiatives:nth-child(2n) .initiatives_info .initiatives_txt {
	width: 45%;
	padding-top: 35px;
	padding-right: 0;
	margin-left: auto;
}
#initiatives .inner .initiatives_list .initiatives .initiatives_info .initiatives_txt .initiatives_name{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	margin-bottom: 34px;
}
#initiatives .inner .initiatives_list .initiatives .initiatives_info .initiatives_txt .initiatives_name .jp{
	font-size: 25px;
	line-height: 1.4em;
	display: block;
	letter-spacing: 0;
}
#initiatives .inner .initiatives_list .initiatives:nth-child(2n+1) .initiatives_info .initiatives_txt p{
	line-height: 2em;
	margin-right: auto;
	letter-spacing: 0.1em;
}
#initiatives .inner .initiatives_list .initiatives:nth-child(2n) .initiatives_info .initiatives_txt p{
	line-height: 2em;
	margin-left: auto;
	letter-spacing: 0.1em;
	max-width: 430px;
}
#initiatives .inner .initiatives_list .initiatives .initiatives_info .initiatives_txt p + p{
	margin-top: 25px;
}
@media print, screen and (max-width: 1060px) and (min-width: 751px){
	#initiatives .inner {
		margin-right: auto;
		margin-left: auto;
	}
}
@media print, screen and (max-width: 1010px) and (min-width: 751px){
	#initiatives .inner {
		margin-right: 20px;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 750px){
	#initiatives .inner {
		max-width: 100%;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	#initiatives .inner .ttl_bloc {
		margin-bottom: 0;
		width: 21.5em;
	}
	#initiatives .inner .ttl_bloc span{
		white-space: nowrap;
	}
	#initiatives .inner .initiatives_list {
		width: 100%;
		padding-top: 0.9rem;
		margin: 0 auto;
	}
	#initiatives .inner .initiatives_list .initiatives {
		gap: 0.6rem 0;
	}
	#initiatives .inner .initiatives_list .initiatives .initiatives_info {
		display: block;
	}
	#initiatives .inner .initiatives_list .initiatives .initiatives_info .initiatives_img {
		width: 100%;
	}
	#initiatives .inner .initiatives_list .initiatives .initiatives_info .initiatives_txt {
		width: 100% !important;
		padding-left: 0 !important;
		padding-top: 0 !important;
		margin-right: 0 !important;
	}
	#initiatives .inner .initiatives_list .initiatives .initiatives_info .initiatives_txt .initiatives_name{
		margin-top: 0.25rem;
		margin-bottom: 0.36rem;
		padding: 0 0.1rem;
	}
	#initiatives .inner .initiatives_list .initiatives .initiatives_info .initiatives_txt .initiatives_name .jp{
		font-size: 0.3rem;
		line-height: 1.4em;
		padding-top: 0.2rem;
		letter-spacing: 0.1em;
	}
	#initiatives .inner .initiatives_list .initiatives .initiatives_info .initiatives_txt p{
		font-size: 0.22rem;
		line-height: 2em;
		margin-right: auto;
		letter-spacing: 0.1em;
		max-width: 100% !important;
	}
}


/* =========================================================
flow
========================================================= */
#flow {
}
#flow .inner {
	max-width: 1000px;
	position: relative;
	padding-top: 130px;
	padding-bottom: 125px;
}
#flow .inner .ttl_bloc {
	width: 20.5em;
}
@media print, screen and (min-width: 751px){
	#flow .inner .ttl_bloc .ttl .jp{
		white-space: nowrap;
	}
}
#flow .inner .top_ex {
	top: -70px;
	left: 49px;
}
#flow .inner .top_ex .vertical:last-child {
	margin-top: 57px;
}
#flow .inner .top_txt_bloc {
	max-width: 620px;
}
#flow .inner .flow_list {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	padding-top: 144px;
	margin-bottom: 131px;
	gap: 65px 0;
}
#flow .inner .flow_list .flow {
	max-width: 450px;
	width: calc(50% - 10px);
}
@media print, screen and (max-width: 960px) and (min-width: 751px){
	#flow .inner .flow_list .flow {
	}
}
#flow .inner .flow_list .flow .flow_info {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
#flow .inner .flow_list .flow .flow_info {
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
}
#flow .inner .flow_list .flow .flow_info .flow_img {
	max-width: 175px;
	width: calc(100% - 270px);
	padding-top: 27px;
}
#flow .inner .flow_list .flow .flow_info .flow_img .img {
}
@media print, screen and (min-width: 751px){
	#flow .support_flow01 {
		max-width: 133px;
	}
	#flow .support_flow02 {
		max-width: 171px;
	}
	#flow .support_flow03 {
		max-width: 120px;
	}
	#flow .support_flow04 {
		max-width: 149px;
	}
}
#flow .inner .flow_list .flow .flow_info .flow_txt {
	width: 250px;
}
#flow .inner .flow_list .flow .flow_info .flow_txt .flow_name{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	margin-bottom: 16px;
}
#flow .inner .flow_list .flow .flow_info .flow_txt .flow_name .no{
	font-size: 45px;
	line-height: 1em;
	display: block;
	padding-top: 0.15em;
	color: #af8d62;
	white-space: nowrap;
}
#flow .inner .flow_list .flow .flow_info .flow_txt .flow_name .jp{
	font-size: 23px;
	line-height: 1.4em;
	display: block;
	padding-top: 19px;
	padding-left: 10px;
	letter-spacing: 0;
}
#flow .inner .flow_list .flow .flow_info .flow_txt .flow_name .ex {
	font-size: 14px;
	line-height: 1.3em;
	border: 1px solid #333;
	border-radius: 8px;
	text-align: center;
	width: 85px;
	padding: 4px 5px 5px;
	position: absolute;
	right: 8px;
	top: 4px;
}
#flow .inner .flow_list .flow .flow_info .flow_txt p{
	line-height: 1.7em;
	margin-right: auto;
	letter-spacing: 0.05em;
}
#flow .inner .flow_list .flow .flow_info .flow_txt p + p.ex{
	margin-top: 15px;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.4em;
}
@media print, screen and (max-width: 1060px) and (min-width: 751px){
	#flow .inner {
		margin-right: auto;
		margin-left: auto;
	}
}
@media print, screen and (max-width: 1040px) and (min-width: 751px){
	#flow .inner {
		margin-right: 20px;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 750px){
	#flow .inner {
		max-width: 100%;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	#flow .inner .top_ex {
		top: -0.6rem;
		left: 0.45rem;
	}
	#flow .inner .top_ex .vertical:last-child {
		margin-top: 0.3rem;
	}
	#flow .inner .top_txt_bloc {
		max-width: 100%;
	}
	#flow .inner .top_txt_bloc h3{
		text-indent: -11em;
		padding-left: 0;
		margin-left: 11em;
	}
	#flow .inner .flow_list {
		width: 100%;
		padding-top: 0.6rem;
		margin: 0 auto 1rem;
	}
	#flow .inner .flow_list .flow {
		width: 100%;
		max-width: 100%;
		gap: 0.6rem 0;
	}
	#flow .inner .flow_list .flow .flow_info {
		display: block;
		position: relative;
	}
	#flow .inner .flow_list .flow .flow_info .flow_img {
		width: 1rem;
		max-width: 100%;
		position: absolute;
		top: 0;
		left:0;
		padding:0;
	}
	#flow .inner .flow_list .flow .flow_info .flow_img picture{
		width: 100% !important;
		height:auto !important;
	}
	#flow .inner .flow_list .flow .flow_info .flow_txt {
		width: 100%;
		padding-left: 0;
		margin-right: 0;
	}
	#flow .inner .flow_list .flow .flow_info .flow_txt .flow_name{
		margin-top: 0;
		margin-bottom: 0.4rem;
		padding: 0 0 0 1.4rem;
	}
	#flow .inner .flow_list .flow .flow_info .flow_txt .flow_name .no{
		font-size: 0.6rem;
	}
	#flow .inner .flow_list .flow .flow_info .flow_txt .flow_name .jp{
		font-size: 0.32rem;
		line-height: 1.4em;
		padding: 0.2rem 0 0.1rem 0.15rem;
		letter-spacing: 0.1em;
		margin-right: auto;
	}
	#flow .inner .flow_list .flow .flow_info .flow_txt .flow_name .ex {
		font-size: 0.26rem;
		border-radius: 0.1rem;
		text-align: center;
		width: 2.6rem;
		padding: 0.1rem 0.05rem 0.13rem;
		position: static;
		margin-top: 0.1rem;
	}
	#flow .inner .flow_list .flow .flow_info .flow_txt p{
		font-size: 0.22rem;
		line-height: 2em;
		margin-right: auto;
		letter-spacing: 0.1em;
	}
}


/* =========================================================
flow_housecall
========================================================= */
#flow_housecall {
	max-width: 970px;
	width: 100%;
	margin:0 auto 115px;
}
#flow_housecall .ttl_line {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	margin-bottom: 26px;
	overflow: hidden;
}
#flow_housecall .ttl_line *{
	font-size: 21px;
}
#flow_housecall .ttl_line .line {
	background-color: #af8d62;
	height: 1px;
	width: calc(50% - 6.5em);
	margin-top: 0.3em;
}
#flow_housecall .ttl_line .line.left {
}
#flow_housecall .ttl_line .line.right {
}
#flow_housecall .ttl_line h3 {
	color: #af8d62;
	line-height: 1.8em;
	width: 13em;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
}
#flow_housecall .flow_housecall_info {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
#flow_housecall .flow_housecall_info .housecall_img {
	width: 28.9%;
	padding-left: 22px;
}
#flow_housecall .flow_housecall_info .housecall_img .img {
	width: 100%;
	text-align: center;
}
#flow_housecall .flow_housecall_info .housecall_img .img picture{
	width: 100%;
	max-width: 113px;
}
#flow_housecall .flow_housecall_info .housecall_txt {
	width: 71.1%;
	padding-top: 25px;
}
#flow_housecall .flow_housecall_info .housecall_txt p {
	line-height: 1.7em;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px){
	#flow_housecall {
		max-width: 100%;
		width: 100%;
		margin:0 auto 1rem;
	}
	#flow_housecall .ttl_line {
		margin-bottom: 0.6rem;
	}
	#flow_housecall .ttl_line *{
		font-size: 0.32rem;
	}
	#flow_housecall .ttl_line .line {
		height: 1px;
		width: calc(50% - 6.5em);
	}
	#flow_housecall .ttl_line .line.left {
	}
	#flow_housecall .ttl_line .line.right {
	}
	#flow_housecall .ttl_line h3 {
	}
	#flow_housecall .flow_housecall_info{
		        flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		        align-items: center;
		-webkit-align-items: center;
		gap: 0.3rem;
	}
	#flow_housecall .flow_housecall_info .housecall_img {
		width: 1rem;
		padding-left: 0;
	}
	#flow_housecall .flow_housecall_info .housecall_img .img {
	}
	#flow_housecall .flow_housecall_info .housecall_img .img picture{
		max-width: 100%;
		width: 100% !important;
		height:auto !important;
	}
	#flow_housecall .flow_housecall_info .housecall_txt {
		width: 100%;
		padding-top: 0;
		margin-left: auto;
	}
	#flow_housecall .flow_housecall_info .housecall_txt p {
	}
}

/* =========================================================
flow_caution
========================================================= */
#flow_caution {
	max-width: 990px;
	width: 100%;
	margin:0 auto;
}
#flow_caution .line{
	width: 100%;
	display: block;
	height: 5px;
}
#flow_caution .line.top{
	border-top: 1px solid #231815;
	border-bottom: 2px solid #231815;
	margin-bottom: 37px;
}
#flow_caution .line.under{
	border-top: 2px solid #231815;
	border-bottom: 1px solid #231815;
	margin-top: 35px;
}
#flow_caution h3 {
	font-size: 19px;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 0.27em;
}
#flow_caution .caution_list {
	margin: 42px auto 0;
	max-width: 880px;
}
#flow_caution .caution_list li {
	font-size: 15px;
	line-height: 1.4em;
	letter-spacing: 0.16em;
	text-indent: -1em;
	margin-left: 1em;
}
#flow_caution .caution_list li:not(:last-child) {
	margin-bottom: 18px;
}
@media only screen and (max-width: 750px){
	#flow_caution {
		max-width: 100%;
	}
	#flow_caution .line{
		height: 5px;
	}
	#flow_caution .line.top{
		margin-bottom: 0.6rem;
	}
	#flow_caution .line.under{
		margin-top: 0.6rem;
	}
	#flow_caution h3 {
		font-size: 0.32rem;
	}
	#flow_caution .caution_list {
		margin: 0.6rem auto 0;
		max-width: 100%;
	}
	#flow_caution .caution_list li {
		font-size: 0.26rem;
		line-height: 1.4em;
	}
	#flow_caution .caution_list li:not(:last-child) {
		margin-bottom: 1em;
	}
}


/* =========================================================
flow_example
========================================================= */
#flow_example {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	background-image: url(../../img/page__bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#flow_example .inner {
	padding-top: 122px;
	padding-bottom: 110px;
}
#flow_example .inner .ttl_bloc {
	width: 12.3em;
	margin-bottom: 120px;
}
#flow_example .inner .ttl_bloc .ttl {
}
#flow_example .inner .ttl_bloc .ttl .jp {
}
#flow_example .inner .example_list {
  max-width: 860px;
  margin: 0 auto;
}
#flow_example .inner .example_list li {
}
#flow_example .inner .example_list li:not(:last-child) {
	margin-bottom: 80px;
}
#flow_example .inner .example_list li .ttl_line {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	margin-bottom: 16px;
	overflow: hidden;
}
#flow_example .inner .example_list li .ttl_line * {
	font-size: 19px;
}
#flow_example .inner .example_list li .ttl_line .tit_example {
	line-height: 1.7em;
	letter-spacing: 0.1em;
}
#flow_example .inner .example_list li:nth-child(1) .ttl_line .tit_example {
	width: 14em;
}
#flow_example .inner .example_list li:nth-child(2) .ttl_line .tit_example {
	width: 15.5em;
}
#flow_example .inner .example_list li:nth-child(3) .ttl_line .tit_example {
	width: 15em;
}
#flow_example .inner .example_list li:nth-child(4) .ttl_line .tit_example {
	width: 8em;
}
#flow_example .inner .example_list li .ttl_line .line {
	background-color: #231815;
	height: 1px;
}
#flow_example .inner .example_list li:nth-child(1) .ttl_line .line {
	width: calc(100% - 14em);
}
#flow_example .inner .example_list li:nth-child(2) .ttl_line .line {
	width: calc(100% - 15.5em);
}
#flow_example .inner .example_list li:nth-child(3) .ttl_line .line {
	width: calc(100% - 15em);
}
#flow_example .inner .example_list li:nth-child(4) .ttl_line .line {
	width: calc(100% - 8em);
}
#flow_example .inner .example_list li .example_info {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
#flow_example .inner .example_list li .example_info .example_img {
	width: 13.4%;
}
#flow_example .inner .example_list li .example_info .example_img .img {
	text-align: left;
}
#flow_example .inner .example_list li .example_info .example_img .img picture {
	width: 100%;
	text-align: left;
	margin-top: 15px;
	margin-left: 15px;
}
#flow_example .support_example01 {
	max-width: 63px;
}
#flow_example .support_example02 {
	max-width: 50px;
}
#flow_example .support_example03 {
	max-width: 64px;
}
#flow_example .support_example04 {
	max-width: 69px;
}
#flow_example .inner .example_list li .example_info .example_txt {
	width: 86.6%;
}
#flow_example .inner .example_list li .example_info .example_txt p {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.08em;
}
@media only screen and (max-width: 750px){
	#flow_example {
	}
	#flow_example .inner {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	#flow_example .inner .ttl_bloc {
		width: 12.3em;
		margin-bottom: 1rem;
	}
	#flow_example .inner .ttl_bloc .ttl {
	}
	#flow_example .inner .ttl_bloc .ttl .jp {
	}
	#flow_example .inner .example_list {
	  max-width: 100%;
	}
	#flow_example .inner .example_list li {
	}
	#flow_example .inner .example_list li:not(:last-child) {
		margin-bottom: 0.6rem;
	}
	#flow_example .inner .example_list li .ttl_line {
		margin-bottom: 1em;
	}
	#flow_example .inner .example_list li .ttl_line * {
		font-size: 0.3rem;
	}
	#flow_example .inner .example_list li .ttl_line .tit_example {
	}
	#flow_example .inner .example_list li .example_info {
	}
	#flow_example .inner .example_list li .example_info .example_img {
		width: 1rem;
	}
	#flow_example .inner .example_list li .example_info .example_img .img picture{
		width: 100% !important;
		height:auto !important;
		margin-top: 0;
		margin-left: 0;
	}
	#flow_example .support_example01 {
		max-width: 100%;
	}
	#flow_example .support_example02 {
		max-width: 100%;
	}
	#flow_example .support_example03 {
		max-width: 100%;
	}
	#flow_example .support_example04 {
		max-width: 100%;
	}
	#flow_example .inner .example_list li .example_info .example_txt {
		width: calc(100% - 1.4rem);
		margin-left: auto;
	}
	#flow_example .inner .example_list li .example_info .example_txt p {
		font-size: 0.26rem;
		line-height: 1.7em;
	}
}


/* =========================================================
example_bnr
========================================================= */
#example_bnr {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	gap:0 60px;
	margin-top: 100px;
}
#example_bnr li {
	width: 50%;
	overflow: hidden;
	border-radius: 20px;
}
#example_bnr li picture{
	width: 100%;
}
@media only screen and (max-width: 750px){
	#example_bnr {
		margin-top: 1rem;
		gap:0 0.2rem;
	}
	#example_bnr li {
		border-radius: 0.2rem;
	}
}

