@charset "utf-8";

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 1.20rem;
	min-width: 1080px;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

@media screen and (max-width: 640px) {
	header {
		height: 0.60rem;
		min-width: 100%;
	}
	header .in {
		padding: 0;
	}
}

header::before {
	content: "";
	width: 100%;
	height: 0.10rem;
	background-color: #EDEBDE;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	header::before {
		height: 0.05rem;
	}
}

header .logo {
	width: 2.79rem;
	position: absolute;
	top: 0.30rem;
	left: 0.40rem;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	header .logo {
		width: 1.25rem;
		top: 0.10rem;
		left: 0.15rem;
	}
}

header .glo_navi {
	position: absolute;
	width: 100%;
	max-width: 8.82rem;
	top: 0;
	right: 0.40rem;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	header .glo_navi {
		right: 0;
		display: none;
		/* background: #3197DA; */
		height: 100vh;
		position: relative;
		top: 0.6rem;
		/* opacity: 0.9; */
	}
	header .glo_navi::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		background-color: rgba(49, 151, 218, 0.9);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
}

header .glo_navi .list {
	position: absolute;
	right: 0;
	top: 0.70rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

@media screen and (max-width: 640px) {
	header .glo_navi .list {
		/* display: none; */
		/* flex-wrap: wrap; */
		display: block;
		top: 0.60rem;
		padding-top: 0.25rem;
		padding-left: 0.15rem;
		box-sizing: border-box;
		position: static;
		z-index: 1;
	}
}

header .glo_navi .list .link {
	padding-left: 0.20rem;
}
@media screen and (max-width: 640px) {
	header .glo_navi .list .link {
		width: 100%;
		padding-left: 0.25rem;
	}	
}


header .glo_navi .list .link a {
	display: block;
	font-size: 0.14rem;
	font-weight: 600;
	color: #000;
	position: relative;
}
@media screen and (max-width: 640px) {
	header .glo_navi .list .link a {
		color: #fff;
		margin-bottom: 0.25rem;
		font-size: 0.17rem;
	}

	header .glo_navi .list .link a::before {
		content: "";
		width: 0.06rem;
		height: 0.02rem;
		background-color: #fff;
		display: inline-block;
		margin-right: 0.08rem;
		position: relative;
		top: -0.04rem;
		transition: all 0.3s;
	}

}

header .glo_navi .list .link a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #3197DA;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

header .glo_navi .list .link a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
	background-color: #00CE20;
}


header .glo_navi .sub_menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 640px) {
	header .glo_navi .sub_menu {
		right: 0.68rem;
	}
}

header .glo_navi .sub_menu .sns_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 0.60rem;
	margin-right: 0.20rem;
}

@media screen and (max-width: 640px) {
	header .glo_navi .sub_menu .sns_wrap {
		display: none;
	}
}

header .glo_navi .sub_menu .sns_wrap .sns_link {
	display: block;
	padding-top: 0.15rem;
}

header .glo_navi .sub_menu .sns_wrap .sns_link img {
	display: block;
	height: 0.21rem;
}

.shindan_link {
	width: 2.75rem;
}

@media screen and (max-width: 640px) {
	.shindan_link {
		width: 1.00rem;
		position: absolute;
		right: 0.68rem;
		top: 0;
	}
}

.shindan_link a {
	display: block;
	background-color: #FF9708;
	border-radius: 0 0 0.06rem 0.06rem;
	box-shadow: 0 0.02rem 0 rgba(0, 0, 0, 0.16);
	padding: 0.12rem 0 0.18rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.shindan_link a {
		padding: 0.05rem 0 0.07rem;
	}
}

.shindan_link a span {
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	display: inline-block;
}

@media screen and (max-width: 640px) {
	.shindan_link a span {
		font-size: 0.13rem;
		line-height: 1.38;
		display: block;
	}
}

.shindan_link a span::before {
	content: "";
	width: 0.34rem;
	height: 0.19rem;
	display: inline-block;
	background-image: url(../img/header_icon_mail.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.03rem;
}

@media screen and (max-width: 640px) {
	.shindan_link a span::before {
		display: none;
	}
}

/* SPボタン */
#SPnaviBtn {
	width: 0.60rem;
	height: 0.60rem;
	background-color: #77B800;
	z-index: 10;
}

#SPnaviBtn.active {
	background-color: #3197DA;
}


#SPnaviBtn #SPmenuBars {
	width: 0.30rem;
	height: 0.16rem;
	top: 40%;
}

#SPnaviBtn #SPmenuBars span {
	background-color: #FFF;
	height: 0.02rem;
}

#SPnaviBtn #SPmenuBars span:nth-of-type(1) {
	top: 0;
}

#SPnaviBtn #SPmenuBars span:nth-of-type(2) {
	top: calc(50% - 0.01rem);
}

#SPnaviBtn #SPmenuBars span:nth-of-type(3) {
	bottom: 0;
}

#SPnaviBtn.active #SPmenuBars span:nth-of-type(3) {
	bottom: 0.13rem;
}

#SPnaviBtn .txt {
	font-family: "Inter", system-ui;
	font-optical-sizing: auto;
	font-size: 0.10rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #FFF;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0.12rem;
}

/* CTA */
@media screen and (max-width: 640px) {
	header .cta {
		margin-top: 0.30rem;
	}
	header .cta .btn_list .item {
		padding-bottom: 0.20rem;
		width: calc(100% - 0.25rem);
		margin: auto;
		position: relative;
	}

	header .cta .btn_list .item a {
		font-size: 0.18rem;
		height: 0.60rem;
	}
	
	header .cta .btn_list .item:nth-child(3) a {
		color: #3197DA;
		background: #fff;
	}
}

/*============================
共通パーツ
============================*/
/* タイトル */
.cont_title {
	font-size: 0.32rem;
	font-weight: bold;
	color: #3197DA;
	margin-bottom: 0.40rem;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
	.cont_title {
		font-size: 0.23rem;
		line-height: 1.6;
		margin-bottom: 0.20rem;
	}
}


.cont_title span {
	border-bottom: 5px solid #FFDF34;
}


/*============================
CTAボタン
============================*/
.cta .btn_list {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

.cta .btn_list .item {
	max-width: 3.1rem;
	width: 100%;
	/* width: 31%; */
	text-align: center;
	margin: 0 0.15rem;
}

@media screen and (max-width: 640px) {
	.cta .btn_list .item {
		width: 100%;
		padding: 0 0.10rem 0.30rem;
		box-sizing: border-box;
	}
}

.cta .btn_list .item p {
	font-size: 0.22rem;
	font-weight: bold;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	.cta .btn_list .item p {
		font-size: 0.18rem;
		margin-bottom: 0.15rem;
	}
}

.cta .btn_list .item a {
	width: 100%;
	height: 0.70rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.24rem;
	font-weight: bold;
	color: #fff;
	border-radius: 0.06rem;
	box-shadow: 2px 3px 0px 0px #ddd;
}

@media screen and (max-width: 640px) {
	.cta .btn_list .item a {
		width: 100%;
		height: 0.70rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.20rem;
		font-weight: bold;
		color: #fff;
		border-radius: 0.06rem;
		box-shadow: 2px 3px 0px 0px #ddd;
	}
}

.cta .btn_list .item a:hover {
	opacity: 0.7;
}

.cta .btn_list .item a span {
	display: inline-block;
	margin-right: 0.10rem;
	padding-top: 0.05rem;
}

.cta .btn_list .item:nth-child(1) a {
	background: #FF9708;
}

.cta .btn_list .item:nth-child(2) a {
	background: #00CE20;
}

.cta .btn_list .item:nth-child(3) a {
	background: #3197DA;
	font-family: "Inter", system-ui;

}

.cta .btn_list .item small {
	font-size: 0.12rem;
	display: block;
	text-align: center;
	margin-top: 0.10rem;
}
@media screen and (max-width: 640px) {
	.cta .btn_list .item small {
		font-size: 0.11rem;
		letter-spacing: 0;
	}
}

/* CTAエリアあり */
.cta_area {
	background: #FCF6D6;
	padding: 0.40rem 0.6rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.cta_area {
		padding: 0.30rem 0;
	}
}

.cta_area .bnr {
	text-align: center;
}

.cta_area .btn_list {
	margin-top: 0.35rem;
	margin-bottom: 0.45rem;
}

.cta_area .area_wrap {
	max-width: 8rem;
	margin: 0 auto;
	background: #fff;
	border: 5px solid #3197DA;
	border-radius: 0.20rem;
	display: flex;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.cta_area .area_wrap {
		flex-wrap: wrap;
	}
}

.cta_area .area_wrap .ph_wrap {
	width: 3.68rem;
}

.cta_area .area_wrap .text_wrap {
	width: 3.35rem;
}

@media screen and (max-width: 640px) {
	.cta_area .area_wrap .text_wrap {
		width: 100%;
		padding: 0 0.30rem;
		box-sizing: border-box;
	}
}

.cta_area .area_wrap .text_wrap .area_title {
	text-align: center;
	margin-top: 0.32rem;
}

@media screen and (max-width: 640px) {
	.cta_area .area_wrap .text_wrap .area_title {
		text-align: center;
		margin-top: -0.10rem;
		position: relative;
		z-index: 1;
	}
}

.cta_area .area_wrap .text_wrap .area_title span {
	font-size: 0.30rem;
	font-weight: bold;
	color: #fff;
	background: #77B800;
	border-radius: 0.50rem;
	display: inline-block;
	padding: 0.15rem 0.50rem;
}

@media screen and (max-width: 640px) {
	.cta_area .area_wrap .text_wrap .area_title span {
		font-size: 0.20rem;
		display: inline-block;
		padding: 0.10rem 0.35rem 0.12rem;
	}
}

.cta_area .area_wrap .text_wrap .area_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.23rem;
}

.cta_area .area_wrap .text_wrap .area_list .item {
	font-size: 0.22rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
	width: 48%;
}

@media screen and (max-width: 640px) {
	.cta_area .area_wrap .text_wrap .area_list .item {
		font-size: 0.18rem;
		width: 50%;
	}
}

.cta_area .area_wrap .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.75;
}

@media screen and (max-width: 640px) {
	.cta_area .area_wrap .text_wrap .text {
		font-size: 0.14rem;
		text-align: center;
		padding-bottom: 0.30rem;
	}
}

/*============================
MV
============================*/
#mv .title {
	max-width: 6rem;
	padding-top: 2.2rem;
	position: relative;
	z-index: 3;
}
@media screen and (max-width: 640px) {
	#mv .title {
		padding-top: 1.4rem;
		width: 85%;
	}
}


#mv .lead {
	font-size: 0.20rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.04em;
	margin-top: 0.30rem;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
	#mv .lead {
		font-size: 0.14rem;
		position: relative;
		z-index: 3;
		margin-bottom: 0.2rem;
	}
}


#mv .lead strong {
	font-size: 0.24rem;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #FFDF34 50%);
}
@media screen and (max-width: 640px) {
	#mv .lead strong {
		font-size: 0.18rem;
	}
}

#mv .jhis {
	max-width: 5.35rem;
	padding-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
	#mv .jhis {
		padding-bottom: 1.9rem;
		position: relative;
		z-index: 6;
		top: 1.65rem;
		width: calc(100% + 0.10rem);
		margin-left: -0.05rem;
	}
}

#mv .main_img {
	position: absolute;
	right: 0;
	width: 4.4rem;
	bottom: 0;
	z-index: 5;
}
@media screen and (max-width: 640px) {
	#mv .main_img {
		width: 65%;
		bottom: -1px;
		right: -0.10rem;
	}
}


/* 飾り要素 */
#mv .deco_01 {
	position: absolute;
	top: 1rem;
	left: -0.5rem;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	#mv .deco_01 {
		position: absolute;
		top: 0.5rem;
		left: -0.3rem;
		z-index: -1;
		width: 1.20rem;
	}
}

#mv .deco_02 {
	position: absolute;
	top: -0.7rem;
	left: 40%;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	#mv .deco_02 {
		display: none;
	}
}

#mv .deco_03 {
	position: absolute;
	top: 0;
	right: -1.5rem;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	#mv .deco_03 {
		position: absolute;
		top: 1.50rem;
		right: -0.8rem;
		z-index: -1;
		width: 1.80rem;
	}
}

#mv .deco_04 {
	position: absolute;
	bottom: -0.4rem;
	left: -0.5rem;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	#mv .deco_04 {
		position: absolute;
		bottom: -0.4rem;
		left: -0.6rem;
		z-index: -1;
		width: 2.00rem;
	}
}

#mv .deco_05 {
	position: absolute;
	bottom: -1rem;
	left: 40%;
	z-index: -1;
}

#mv .deco_06 {
	position: absolute;
	bottom: 0;
	right: -2.5rem;
	z-index: -1;
}

/* サブイメージ */
#mv .sub_img_01 {
	position: absolute;
	z-index: 2;
	top: 60%;
	left: 45%;
}
@media screen and (max-width: 640px) {
	#mv .sub_img_01 {
		width: 30%;
		top: 49%;
		left: auto;
		right: 0;
		z-index: -1;
	}
}


#mv .sub_img_02 {
	position: absolute;
	z-index: 1;
	top: 25%;
	left: 40%;
}
@media screen and (max-width: 640px) {
	#mv .sub_img_02 {
		display: none;
		left: 20px;
		width: 40%;
		z-index: -1;
	}
}


#mv .sub_img_03 {
	position: absolute;
	z-index: 1;
	top: 40%;
	right: -0.20rem;
	filter: blur(2px);
}
@media screen and (max-width: 640px) {
	#mv .sub_img_03 {
		width: 45%;
		top: 70%;
		left: -0.20rem;
		z-index: -1;
		filter: blur(1px);
	}
}


/*============================
お見舞い
============================*/
#omimai .title {
	background: #0A9BA7;
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding: 0.2rem 0;
	line-height: 1.5;
}

/*============================
お見舞い
============================*/
#jisseki {
	background: url(../img/jisseki_bg.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 1.35rem;
}

#jisseki .list {
	max-width: 9rem;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0.9rem 0 1.7rem;
}
@media screen and (max-width: 640px) {
	#jisseki .list {
		text-align: center;
	}
}

#jisseki .list .item {
	width: 31%;
}
@media screen and (max-width: 640px) {
	#jisseki .list .item {
		margin-bottom: 0.30rem;
		width: 100%;
	}
}


#jisseki .cta {
	background: #FDF8DE;
	box-sizing: border-box;
	padding: 0.3rem 0;
	border: 0.10rem solid #fff;
	border-radius: 0.15rem;
	position: absolute;
	width: 100%;
	bottom: -1.35rem;
}
@media screen and (max-width: 640px) {
	#jisseki .cta {
		bottom: -3.5rem;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 0.25rem);

	}
}

/*============================
提供メニュー
============================*/
#menu {
	margin-top: -1.7rem;
}
@media screen and (max-width: 640px) {
	#menu {
		margin-top: 3rem;
	}
}

#menu .cont_title {
	text-align: center;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
	#menu .cont_title {
		margin-bottom: 0.3rem;
	}
}

#menu .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#menu .list .item {
	width: 48%;
	border: 2px solid #3197DA;
	box-sizing: border-box;
	padding: 0.3rem 0.4rem;
	border-radius: 0.2rem;
	margin-bottom: 0.5rem;
	background-color: #EAF4FB;
	position: relative;
	box-shadow: 0.10rem 0.10rem 0 rgba(49, 151, 218, 0.2);
}

@media screen and (max-width: 640px) {
	#menu .list .item {
		width: 100%;
		padding: 0.2rem;
		margin-bottom: 0.3rem;
	}
	}

#menu .list .item:nth-child(2),#menu .list .item:nth-child(3) {
	background-color: #EBF4DB;
}
@media screen and (max-width: 640px) {
	#menu .list .item:nth-child(4) {
		background-color: #EBF4DB;
	}
	#menu .list .item:nth-child(3) {
		background-color: #EAF4FB;
	}
}

#menu .list .item .list_title {
	font-size: 0.25rem;
	font-weight: bold;
	color: #3197DA;
	text-align: center;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
	#menu .list .item .list_title {
		font-size: 0.2rem;
		margin-bottom: 0.15rem;
	}
}

#menu .list .item .ph_wrap {
	height: 3rem;
	margin: 0 auto 0.3rem;
	text-align: center;
}

#menu .list .item .ph_wrap img {
	height: 100%;
}

#menu .list .item .list_title span {
	border-bottom: 1px solid #3197DA;
	display: inline-block;
	padding-bottom: 0.1rem;
}

#menu .list .item .text {
	font-size: 0.16rem;
	margin-bottom: 0.15rem;
	line-height: 1.65;
}
@media screen and (max-width: 640px) {
	#menu .list .item .text {
		font-size: 0.14rem;
	}
}

#menu .list .item table {
	border-collapse: collapse;
	width: 100%;
}

#menu .list .item tr {
	font-size: 0.16rem;
	margin-bottom: 0.25rem;
	line-height: 1.65;
	border-bottom: 1px solid #999;
}

#menu .list .item th {
	font-size: 0.16rem;
	line-height: 1.65;
	width: 35%;
	padding: 0.1rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#menu .list .item th {
		font-size: 0.14rem;
	}
}


#menu .list .item td {
	font-size: 0.16rem;
	line-height: 1.65;
	width: 65%;
	padding: 0.1rem ;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#menu .list .item td {
		font-size: 0.14rem;
	}
}

#menu .deco_01 {
	position: relative;
}
/* 飾り要素 */
@media screen and (max-width: 640px) {
	#menu .deco_01 {
		width: 1.50rem;
		z-index: -1;
	}
}

/*============================
なぜ地震が多いの
============================*/
#about {
	margin-top: 2rem;
}
@media screen and (max-width: 640px) {
	#about {
		margin-top: 4rem;
	}
}

#about .cont_wrap {
	max-width: 11rem;
	margin: auto;
}

#about .cont_wrap .cont_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	position: relative;
}

#about .cont_wrap .cont_box .icon_wrap {
	position: absolute;
	bottom: -0.50rem;
	right: 0;
}
@media screen and (max-width: 640px) {
	#about .cont_wrap .cont_box .icon_wrap {
		bottom: -1.2rem;
	}
}


#about .cont_wrap .cont_box:nth-child(even) .icon_wrap {
	right: auto;
	left: 0;
}
@media screen and (max-width: 640px) {
	#about .cont_wrap .cont_box:nth-child(even) .icon_wrap {
		right: 0;
		left: auto;
	}
}


#about .cont_wrap .cont_box:nth-child(even) {
	flex-flow: row-reverse;
}
@media screen and (max-width: 640px) {
	#about .cont_wrap .cont_box:nth-child(even) {
		flex-flow: column;
	}
}


#about .cont_wrap .cont_box .ph_wrap {
	width: calc(50% - 0.2rem);
	position: relative;
}
@media screen and (max-width: 640px) {
	#about .cont_wrap .cont_box .ph_wrap {
		width: 100%;
		margin-bottom: 0.2rem;
	}
}


#about .cont_wrap .cont_box .ph_wrap img {
	position: relative;
	z-index: 1;
}

#about .cont_wrap .cont_box .ph_wrap::after {
	content: '';
	display: block;
	position: absolute;
	width: 5.7rem;
	height: 100%;
	background: #EBF4DB;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	#about .cont_wrap .cont_box .ph_wrap::after {
		height: 100%;
		top: 0.20rem;
	}
}


#about .cont_wrap .cont_box .ph_wrap small {
	display: block;
	font-size: 0.14rem;
	margin-top: 0.10rem;
	text-align: center;
	position: relative;
	z-index: 1;
}

#about .cont_wrap .cont_box:nth-child(even) .ph_wrap::after {
	right: 0.5rem;
	left: auto;
}

#about .cont_wrap .cont_box:nth-child(2) .ph_wrap::after {
	background:#EAF4FB;
}

#about .cont_wrap .cont_box:nth-child(3) .ph_wrap::after {
	background:#FFF4E5;
}

#about .cont_wrap .cont_box .text_wrap {
	width: calc(50% - 0.2rem);
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#about .cont_wrap .cont_title {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0.2rem;
	}

	#about .cont_wrap .cont_box .text_wrap {
		width: 100%;
	}
}

#about .cont_wrap .cont_box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#about .cont_wrap .cont_box .text_wrap .text {
		font-size: 0.15rem;
		line-height: 1.91;
		text-align: justify;
		padding: 0.10rem 0 0.25rem;
	}
}

/* 飾り要素 */
#about .deco_01 {
	position: absolute;
	top: -1rem;
	right: -1.5rem;
}
@media screen and (max-width: 640px) {
	#about .deco_01 {
		position: absolute;
		top: -0.2rem;
		right: -0.8rem;
		width: 1.50rem;
	}
}

#about .deco_02 {
	position: absolute;
	top: 50%;
	left: -1.5rem;
}
@media screen and (max-width: 640px) {
	#about .deco_02 {
		position: absolute;
		top: 45%;
		left: -0.7rem;
		width: 1.30rem;
	}
}

#about .deco_03 {
	position: absolute;
	bottom: 0;
	right: -1.5rem;
}
@media screen and (max-width: 640px) {
	#about .deco_03 {
		position: absolute;
		bottom: 0.7rem;
		right: -0.5rem;
		width: 1rem;
	}
}

/*============================
耐震基準
============================*/
#taishin .bg_wrap {
	width: 100%;
}

#taishin .in {
	top: -2.6rem;
	background: #fff;
	padding: 0.35rem 0;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
}
@media screen and (max-width: 640px) {
	#taishin .in {
		padding: 0.35rem 0.15rem;
		width: calc(100% - 0.3rem);
		margin: auto;
		top: -0.8rem;
	}
}


#taishin .cont_title {
	text-align: center;
}


#taishin .lead {
	text-align: center;
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.35rem;
}
@media screen and (max-width: 640px) {
	#taishin .lead {
		font-size: 0.15rem;
		text-align: left;
	}
}


#taishin .ph_wrap {
	max-width: 9.6rem;
	margin: auto;
}

#taishin .memo {
	text-align: center;
	font-size: 0.22rem;
	font-weight: bold;
	line-height: 1.6;
}
@media screen and (max-width: 640px) {
	#taishin .memo {
		text-align: left;
		font-size: 0.15rem;
		margin-top: 0.20rem;
		padding: 0 0.10rem;
		text-align: justify;
	}
}


/* 飾り要素 */
#taishin .deco_01 {
	position: absolute;
	top: 1.5rem;
	right: -0.5rem;
}
@media screen and (max-width: 640px) {
	#taishin .deco_01 {
		top: 2.4rem;
    right: -0.5rem;
    width: 1.00rem;
	}
}

#taishin .deco_02 {
	position: absolute;
	bottom: -2rem;
	left: -0.5rem;
}
@media screen and (max-width: 640px) {
	#taishin .deco_02 {
    bottom: -2rem;
    left: -0.7rem;
    width: 1.00rem;
	}
}

#taishin .deco_03 {
	position: absolute;
	bottom: -5rem;
	right: -2.5rem;
}
@media screen and (max-width: 640px) {
	#taishin .deco_03 {
		bottom: -5.5rem;
    right: -0.8rem;
    width: 1.50rem;
	}
}

/*============================
こんなお悩みがある方にオススメです
============================*/
#onayami {
	position: relative;
}
@media screen and (max-width: 640px) {
	#onayami {
		background: #F4F8E5;
		padding: 0.50rem 0;
	}
}

#onayami::after {
	content: '';
	width: calc(100% - ((100% - 12rem) / 2));
	height: 6rem;
	background: #F4F8E5;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 1.6rem;
	border-radius: 0.5rem 0 0 0;
}
@media screen and (max-width: 640px) {
	#onayami::after {
		content: none;
	}
}

#onayami .in {
	max-width: 11rem;
	margin: auto;
	padding: 0;
}


#onayami .cont_title {
	text-align: center;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
	#onayami .cont_title {
		margin-bottom: 0.3rem;
	}
}


#onayami .list {
	max-width: 6.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

#onayami .list .item {
	width: 3rem;
	margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
	#onayami .list .item {
		width: 100%;
		margin-bottom: 0.4rem;
		box-sizing: border-box;
		padding: 0 0.2rem;
	}
}


@media screen and (max-width: 640px) {
	#onayami .list .item .ph_wrap {
		width: 100%;
	}
}


#onayami .list .item .ph_wrap img {
	border: 5px solid #fff;
	box-shadow: 0px 0px 15px -5px #777777;
	box-sizing: border-box;
}

#onayami .list .text{
	text-align: center;
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 1.68;
}
@media screen and (max-width: 640px) {
	#onayami .list .text{
		font-size: 0.15rem;
		margin-top: 0.1rem;
	}
}


#onayami .people {
	position: absolute;
	width: 4rem;
	bottom: -0.1rem;
	right: 0;
	z-index: 1;
}

/* 飾り要素 */
#onayami .deco_01 {
	position: absolute;
	bottom: -2rem;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#onayami .deco_01 {
		bottom: -4.5rem;
    left: -0.50rem;
    z-index: 1;
    width: 1.4rem;
	}
}


/*============================
診断結果
============================*/
#result {
	background: #FCF6D6;
	padding-top: 0.80rem;
	margin-top: 0.60rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#result {
		padding-top: 0.30rem;
		margin-top: 0;
	}
}

#result::after {
	content: '';
	width: 100%;
	height: 4.8rem;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	#result::after {
		content: none;
	}
}

#result .cont_wrap {
	max-width: 10rem;
	margin: auto;
	position: relative;
	z-index: 1;
}

#result .cont_wrap .cont_title {
	text-align: center;
	line-height: 1.5;
}

#result .cont_wrap .cont_title em {
	font-size: 0.26rem;
	color: #000;
	display: block;
}
@media screen and (max-width: 640px) {
	#result .cont_wrap .cont_title em {
		font-size: 0.20rem;
		color: #000;
		display: block;
	}
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .title {
		font-size: 0.22rem;
	}
}

#result .cont_wrap .title span {
	font-size: 0.32rem;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .title span {
		font-size: 0.16rem;
	}
}

#result .cont_wrap .lead {
	font-size: 0.16rem;
	text-align: center;
	margin-top: 0.15rem;
	margin-bottom: 0.45rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .lead {
		font-size: 0.16rem;
		line-height: 1.65;
		margin-bottom: 0.20rem;
		text-align: left;
	}
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .result_item_wrap {
		padding-bottom: 0.30rem;
	}
}

#result .cont_wrap .ph_wrap {
	max-width: 6.00rem;
	margin: auto;
	position: relative;
}

#result .cont_wrap .ph_wrap .btn {
	position: absolute;
}

#result .cont_wrap .ph_wrap .btn a {
	font-size: 0.30rem;
	font-weight: bold;
	color: #fff;
	background-color: #3197DA;
	box-sizing: border-box;
	width: 1.8rem;
	padding-top: 0.05rem;
	padding-bottom: 0.10rem;
	border-radius: 0.10rem;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFF;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .ph_wrap .btn a {
		font-size: 0.15rem;
		width: 0.80rem;
		border-radius: 0.06rem;
	}
}

#result .cont_wrap .ph_wrap .btn a:hover {
	background-color: #5ABEFF;
	box-shadow: 0 0.03rem 0.10rem rgba(0, 0, 0, 0.3);
}

#result .cont_wrap .ph_wrap .btn a::after {
	content: '';
	width: 0.32rem;
	height: 0.32rem;
	display: inline-block;
	background: url(../img/resulet_icon.svg) no-repeat center;
	background-size: cover;
	margin-left: 0.10rem;
	margin-top: 0.05rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .ph_wrap .btn a::after {
		width: 0.13rem;
		height: 0.13rem;
		margin-left: 0.05rem;
	}
}

#result .cont_wrap .ph_wrap .yane {
	top: 0;
	left: 0.30rem;
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .ph_wrap .yane {
		top: 0;
		left: calc(50% - 1.4rem);
	}
}

#result .cont_wrap .ph_wrap .gaiheki {
	top: 1.20rem;
	left: -0.30rem;
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .ph_wrap .gaiheki {
		top: 0.7rem;
		left: calc(50% - 1.8rem);
	}
}

#result .cont_wrap .ph_wrap .mizumawari {
	top: 2.3rem;
	left: -0.40rem;
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .ph_wrap .mizumawari {
		top: 1.2rem;
		left: calc(50% - 1.6rem);
	}
}

#result .cont_wrap .ph_wrap .yukashita {
	bottom: 0.50rem;
	left: -0.70rem;
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .ph_wrap .yukashita {
		bottom: 0.20rem;
		left: calc(50% - 1.8rem);
	}
}

#result .cont_wrap .ph_wrap .yaneura {
	top: 0.5rem;
	right: 0.70rem;
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .ph_wrap .yaneura {
		top: 0.2rem;
		right: calc(50% - 1.3rem);
	}
}

#result .cont_wrap .ph_wrap .taishin {
	bottom: 1.90rem;
	right: 0;
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .ph_wrap .taishin {
		bottom: 1.3rem;
		right: calc(50% - 1.8rem);
	}
}

#result .cont_wrap .ph_wrap .shitunai {
	bottom: 0.90rem;
	right: 1.40rem;
}

@media screen and (max-width: 640px) {
	#result .cont_wrap .ph_wrap .shitunai {
		bottom: 0.6rem;
		right: calc(50% - 1.00rem);
	}
}

/* モーダルパーツ */
.modal_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: none;
}

.modal_wrap .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 0;
}

.modal_wrap .contents {
	position: fixed;
	width: 100%;
	height: 100%;
	max-width: 5.00rem;
	max-height: 6.30rem;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
	.modal_wrap .contents {
		max-width: calc(100% - 0.30rem);
		max-height: 4.80rem;
	}	
}
@media screen and (max-width: 375px) {
	.modal_wrap .contents {
		max-height: 4.50rem;
	}	
}


.modal_wrap .contents .close {
	width: 0.40rem;
	height: 0.40rem;
	background-image: url(../img/modal_close_btn.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -0.60rem;
	cursor: pointer;
	transition: all 0.3s;
}
@media screen and (max-width: 640px) {
	.modal_wrap .contents .close {
		width: 0.30rem;
		height: 0.30rem;
		top: -0.45rem;
		right: 0;
	}	
}


.modal_wrap .contents .close:hover {
	opacity: 0.7;
}

.modal_wrap .contents iframe {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	border-radius: 0.10rem;
	overflow: hidden;
}

/* 飾り要素 */
#result .deco_01 {
	position: absolute;
	bottom: 0.5rem;
	right: -2rem;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#result .deco_01 {
		bottom: -0.3rem;
    right: -0.7rem;
    z-index: 1;
    width: 1.3rem;
	}
}

#result .deco_02 {
	position: absolute;
	bottom: -4rem;
	left: -1.5rem;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#result .deco_02 {
    bottom: -3.8rem;
    left: -0.5rem;
    z-index: 1;
    width: 1rem;
	}
}

#result .bottom_text {
	position: relative;
	font-size: 0.2rem;
	text-align: center;
	margin-top: 0.3rem;
	padding-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
	#result .bottom_text {
		font-size: 0.12rem;
		line-height: 1.65;
		margin-top: -0.30rem;
	}
}

#result .bottom_text::before {
	content: '';
	display: inline-block;
	width: 0.36rem;
	height: 0.41rem;
	background: url(../img/result_icon_light.svg) no-repeat center;
	background-size: contain;
	position: relative;
	top: 3px;
}
@media screen and (max-width: 640px) {
	#result .bottom_text::before {
		width: 0.26rem;
    height: 0.21rem;
	}
}

/*============================
弊社が対応できる2つの耐震工事
============================*/
#twotype {
	padding: 1.2rem 0 0.2rem;
}
@media screen and (max-width: 640px) {
	#twotype {
		padding: 0.6rem 0;
	}
}


#twotype .cont_title {
	text-align: center;
}

#twotype .cont_wrap {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
	max-width: 10.4rem;
	margin: auto;
	gap: 0.40rem;
}
@media screen and (max-width: 640px) {
	#twotype .cont_wrap {
		gap: 0.20rem;
	}
}

#twotype .cont_wrap .cont_box {
	/* width: calc(50% - 0.2rem); */
	box-sizing: border-box;
	position: relative;
	background: #F5FCEA;
	border-radius: 0.20rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.30rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#twotype .cont_wrap .cont_box {
		width: 100%;
		/* margin-bottom: 0.50rem; */
		padding: 0.20rem 0.15rem;
		border-radius: 0;
	}
}

#twotype .cont_wrap .cont_box:nth-child(2) {
	background: #EAF4FB;
}

#twotype .cont_wrap .cont_box:nth-child(3) {
	background: #FCF6D6;
	width: 100%;
}

/* #twotype .cont_wrap .cont_box::after {
	width: 100%;
	height: 95%;
	content: '';
	display: block;
	background: #F5FCEA;
	border-radius: 0.20rem;
	position: absolute;
	top: 0.7rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

#twotype .cont_wrap .cont_box:nth-child(2)::after {
	background: #EAF4FB;
} */

#twotype .top_img {
	text-align: center;
	padding-bottom: 0.20rem;
}

#twotype .cont_wrap .cont_box .ph_wrap {
	text-align: center;
	width: 3rem;
}
@media screen and (max-width: 640px) {
	#twotype .cont_wrap .cont_box .ph_wrap {
		width: 100%;
		/* margin: 0 auto 0.20rem; */
	}
}

#twotype .cont_wrap .cont_box .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



#twotype .cont_wrap .cont_box .txt_box {
	width: calc(100% - 3.30rem);
	padding: 0.30rem 0.30rem 0.30rem 0;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#twotype .cont_wrap .cont_box .txt_box {
		width: 100%;
		padding: 0.30rem 0;
		box-sizing: border-box;
	}
}


#twotype .cont_wrap .cont_box .header {
	width: 100%;
}

#twotype .cont_wrap .cont_box .title {
	text-align: center;
	font-size: 0.22rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding-bottom: 0.15rem;
	margin-bottom: 0.10rem;
	/* color: #F87708; */
}
@media screen and (max-width: 640px) {
	#twotype .cont_wrap .cont_box .title {
		font-size: 0.18rem;
		padding-bottom: 0.10rem;
		margin-bottom: 0.10rem;
	}
}

#twotype .cont_wrap .cont_box:nth-child(1) .title {
	border-bottom: 1px solid #00CE20;
}

#twotype .cont_wrap .cont_box:nth-child(2) .title {
	border-bottom: 1px solid #0A9BA7;
}

#twotype .cont_wrap .cont_box:nth-child(3) .title {
	border-bottom: 1px solid #F87708;
}


#twotype .cont_wrap .cont_box .title strong{
	font-size: 0.32rem;
	font-weight: bold;
	color: #F87708;
}
@media screen and (max-width: 640px) {
	#twotype .cont_wrap .cont_box .title strong{
		font-size: 0.25rem;
	}
}

#twotype .cont_wrap .cont_box .text {
	font-size: 0.14rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#twotype .cont_wrap .cont_box .text {
		text-align: justify;
		line-height: 1.75;
		font-size: 0.13rem;
	}
}

#twotype .cont_wrap .cont_box .list {
	/* background-color: #FFF;
	padding: 0.15rem;
	border-radius: 0.10rem; */
	margin-top: 0.10rem;
	/* box-shadow: 0 0 0.08rem rgba(0,0,0,0.1); */
}
@media screen and (max-width: 640px) {
	#twotype .cont_wrap .cont_box .list {
		padding: 0.12rem 0;
		margin-top: 0.10rem;
	}
}

#twotype .cont_wrap .cont_box .list .item {
	font-size: 0.14rem;
	line-height: 1.65;
	margin-top: 0.10rem;
	/* text-indent: -0.10rem;
	padding-left: 0.20rem; */
	box-sizing: content-box;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	#twotype .cont_wrap .cont_box .list .item {
		font-size: 0.13rem;
	}
}

#twotype .cont_wrap .cont_box .list .item:nth-child(1) {
	margin-top: 0;
}

#twotype .cont_wrap .cont_box .list .item strong {
	font-size: 0.15rem;
	display: block;
	width: 1.00rem;
}
@media screen and (max-width: 640px) {
	#twotype .cont_wrap .cont_box .list .item strong {
		font-size: 0.14rem;
	}
}

#twotype .cont_wrap .cont_box .list .item strong::before {
	content: "●";
	display: inline-block;
	padding-right: 0.04rem;
}

#twotype .cont_wrap .cont_box:nth-child(1) .list .item strong::before {
	color: #A0DB34;
}

#twotype .cont_wrap .cont_box:nth-child(2) .list .item strong::before {
	color: #3197DA;
}

#twotype .cont_wrap .cont_box:nth-child(3) .list .item strong::before {
	color: #FFC400;
}

#twotype .cont_wrap .cont_box:nth-child(3) .list {
	display: flex;
	flex-wrap: wrap;
}

#twotype .cont_wrap .cont_box .list .item em {
	font-weight: 700;
}

#twotype .cont_wrap .cont_box small {
	font-size: 0.12rem;
	line-height: 2;
	display: block;
	margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
	#twotype .cont_wrap .cont_box small {
		font-size: 0.11rem;
		margin-top: 0.05rem;
	}
}

/* 飾り要素 */
#twotype .deco_01 {
	position: absolute;
	bottom: -1rem;
	left: 0rem;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#twotype .deco_01 {
    bottom: -6.7rem;
    left: -0.6rem;
    z-index: 1;
    width: 1.0rem;
	}
}

#twotype .deco_02 {
	position: absolute;
	bottom: -9rem;
	right: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#twotype .deco_02 {
		bottom: -8.2rem;
    right: -0.4rem;
    z-index: 1;
    width: 1.00rem;
	}
}

/*============================
イメージ
============================*/
#partition_01 {
	margin: 1rem 0 0.6rem;
}
@media screen and (max-width: 640px) {
	#partition_01 {
		margin-top: 0;
		margin-bottom: 0.30rem;
	}
}


#partition_01 .ph_wrap {
	width: 100%;
	z-index: 1;
}

#partition_01 .ph_wrap img {
	position: relative;
	z-index: 10;
}


/*============================
補助金
============================*/
#hojokin {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
	#hojokin {
		margin-bottom: 0.8rem;
	}
}


#hojokin .cont_title {
	text-align: center;
}

#hojokin .lead {
	text-align: center;
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
	#hojokin .lead {
		text-align: left;
		font-size: 0.15rem;
	}
}


#hojokin table {
	max-width: 9rem;
	margin: auto;
	border-collapse: collapse;
}

#hojokin table tr {
	width: 100;
	border-top: 1px solid #3D4044;
}

#hojokin table tr:last-child {
	border-bottom: 1px solid #3D4044;
}
#hojokin table th {
	width: 2.6rem;
	background: #ECF8D6;
	font-size: 0.20rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
@media screen and (max-width: 640px) {
	#hojokin table th {
		width: 100%;
		font-size: 0.20rem;
		display: block;
		padding: 0.10rem 0;
	}
}


#hojokin table td {
	box-sizing: border-box;
	padding: 0.2rem;
	font-size: 0.14rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#hojokin table td {
		width: 100%;
		display: block;
		padding: 0.10rem 0 0.40rem;
	}
}


/* 飾り要素 */
#hojokin .deco_01 {
	position: absolute;
	top:2.5rem;
	left: -2rem;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	#hojokin .deco_01 {
		display: none;
	}
}

#hojokin .deco_02 {
	position: absolute;
	bottom: -6rem;
	right: -1.5rem;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#hojokin .deco_02 {
		display: none;
	}
}

/*============================
自分でできるセルフチェック！
============================*/
#selfcheck {
	margin-top: 1.5rem;
	padding-bottom: 0.9rem;
}

#selfcheck .sec_wrap {
	background: #EBF4DB;
	width: 100%;
	position: relative;
	padding: 0 0.4rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#selfcheck .sec_wrap {
		padding: 0 0.15rem;
	}
	#selfcheck .cont_title {
		text-align: center;
	}
}



#selfcheck .sec_wrap::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 0.5rem solid transparent;
	border-left: 0.5rem solid transparent;
	border-top: 0.4rem solid #EBF4DB;
	border-bottom: 0;
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}


#selfcheck .cont_wrap {
	max-width: 8.4rem;
	width: 100%;
	margin: 0 0 0 auto;
	padding: 0.60rem 0 0.4rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#selfcheck .cont_wrap {
		padding: 0.20rem 0 0.10rem;
	}
}



#selfcheck .cont_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#selfcheck .cont_wrap .list .item {
	width: 4rem;
	background: #fff;
	box-sizing: border-box;
	padding: 0.38rem 0.25rem;
	margin-bottom: 0.37rem;
	border-radius: 0.10rem;
	font-size: 0.16rem;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	#selfcheck .cont_wrap .list .item {
		width: 100%;
		padding: 0.2rem 0.15rem 0.30rem;
		font-size: 0.15rem;
		margin-bottom: 0.10rem;
	}
}


#selfcheck .cont_wrap .list .item::before {
	content: '';
	display: inline-block;
	width: 0.24rem;
	height: 0.25rem;
	background: url(../img/selfcheck_icon_check.svg) no-repeat center;
	background-size: contain;
	position: relative;
	top: 0.05rem;
	padding: 0 0.1rem;
}
@media screen and (max-width: 640px) {
	#selfcheck .cont_wrap .list .item::before {
		width: 0.20rem;
		height: 0.20rem;
		top: 0.05rem;
		padding: 0 0.12rem 0 0;
	}
}


#selfcheck .people {
	position: absolute;
	width: 3.14rem;
	bottom: 0;
	left: -0.40rem;
}

#selfcheck .bottom_text {
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 1.4;
	color: #80B641;
	text-align: center;
	margin-top: 0.63rem;
	margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
	#selfcheck .bottom_text {
		font-size: 0.2rem;
	}
}



/*============================
リフォームの流れ
============================*/
#flow {
	background: url(../img/flow_bg.svg) no-repeat center;
	background-size: cover;
	padding: 0.8rem 0;
}

@media screen and (max-width: 640px) {
	#flow {
		background-size: auto 100%;
		padding: 0.5rem 0;
	}
}

#flow .cont_title {
	text-align: center;
}

#flow .cont_wrap {
	padding-top: 0.75rem;
	max-width: 10rem;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	#flow .cont_wrap {
		padding-top: 0.50rem;
	}
}

/* 飾り要素 */
#flow .deco_01 {
	position: absolute;
	top:2.5rem;
	left: -2rem;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	#flow .deco_01 {
		top: 6.2rem;
    left: -0.7rem;
    z-index: -1;
    width: 1.50rem;
	}
}

#flow .deco_02 {
	position: absolute;
	bottom: -6rem;
	right: -1.5rem;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	#flow .deco_02 {
    bottom: -6.6rem;
    right: -0.7rem;
    z-index: -1;
    width: 1.50rem;
	}
}


/*============================
イメージ
============================*/
#partition_02 {
	margin: 0 0 0.6rem;
}
@media screen and (max-width: 640px) {
	#partition_02 {
		margin: 0;
	}
}

#partition_02 .ph_wrap {
	width: 100%;
	z-index: 1;
}

#partition_02 .ph_wrap img {
	position: relative;
	z-index: 10;
}

/*============================
数字からわかる【家サポ住宅診断】の強み
============================*/
#suji {
	box-sizing: border-box;
	padding: 0.5rem 0;
}

@media screen and (max-width: 640px) {
	#suji {
		box-sizing: border-box;
		padding: 0.5rem 0 0;
	}
}

#suji .cont_title {
	text-align: center;
}

#suji .list {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	max-width: 9.05rem;
	margin: 1rem auto 0;
}

@media screen and (max-width: 640px) {
	#suji .list {
		margin: 0.4rem auto 0;
		flex-wrap: wrap;
	}
}

#suji .list .item {
	padding: 0 0.4rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#suji .list .item {
		width: 100%;
	}
}


#suji .list .item:nth-child(1) {
	border-right: 1px solid #000;
}

@media screen and (max-width: 640px) {
	#suji .list .item:nth-child(1) {
		border-right: none;
		border-bottom: 1px solid #000;
		padding-bottom: 0.30rem;
		margin-bottom: 0.30rem;
	}
}


/*============================
【家サポ住宅診断】の3つの特徴
============================*/
#tokucho {
	background: #E4F1CC;
	padding-bottom: 0.55rem;
	margin-top: 1rem;
}

@media screen and (max-width: 640px) {
	#tokucho {
		padding-bottom: 0.20rem;
	}
}


#tokucho .title {
	text-align: center;
	position: relative;
	top: -0.3rem;
}

#tokucho .title span {
	font-size: 0.30rem;
	font-weight: bold;
	color: #fff;
	background: #77B800;
	display: inline-block;
	border-radius: 0.20rem;
	box-sizing: border-box;
	padding: 0.15rem 0.45rem;
}

@media screen and (max-width: 640px) {
	#tokucho .title span {
		font-size: 0.20rem;
		border-radius: 0.10rem;
		line-height: 1.3;
		padding: 0.10rem 0.45rem;
	}
}


#tokucho .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 10rem;
	margin: 0.30rem auto 0;
}
@media screen and (max-width: 640px) {
	#tokucho .list {
		margin: 0 auto;
	}
}


#tokucho .list .item {
	width: 31%;
	border-radius: 0.10rem;
	overflow: hidden;
	background: #fff;
}

@media screen and (max-width: 640px) {
	#tokucho .list .item {
		width: 100%;
		border-radius: 0.10rem;
		overflow: hidden;
		background: #fff;
		margin-bottom: 0.23rem;
	}
}

@media screen and (max-width: 640px) {
	#tokucho .list .item .ph_wrap {
		width: 100%;
		height: 2rem;
	}

	#tokucho .list .item .ph_wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}


#tokucho .list .item .text_wrap {
	padding: 0.2rem 0.25rem 0.15rem;
}

@media screen and (max-width: 640px) {
	#tokucho .list .item .text_wrap {
		padding: 0.2rem 0.25rem 0.20rem;
	}
}


#tokucho .list .item .cont_title {
	font-size: 0.20rem;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	#tokucho .list .item .cont_title {
		font-size: 0.18rem;
		margin-bottom: 0.10rem;
	}
}

#tokucho .list .item .text {
	font-size: 0.15rem;
	line-height: 1.666;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#tokucho .list .item .text {
		font-size: 0.14rem;
	}
}


/*============================
【家サポ住宅診断】の施工事例
============================*/
#sekoujirei {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

@media screen and (max-width: 640px) {
	#sekoujirei {
		padding-top: 0.3rem;
		padding-bottom: 0.5rem;
	}
}


#sekoujirei .in {
	max-width: 10rem;
}

#sekoujirei .cont_title {
	margin-bottom: 0.8rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#sekoujirei .cont_title {
		margin-top: 0.20rem;
		margin-bottom: 0.3rem;
	}
}

@media screen and (max-width: 640px) {
	#sekoujirei .sec_title {
		margin-bottom: 0.4rem;
	}
}


/*タブ*/
#sekoujirei_tab_wrapper ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sekoujirei_tab_wrapper li {
	width: 20%;
	background: #D5EAF8;
	border-radius: 10px 10px 0 0;
	border-right: 1px solid #e5f6f8;
	box-sizing: border-box;
}

#sekoujirei_tab_wrapper li:last-child {
	border: none;
}

#sekoujirei_tab_wrapper li a {
	display: block;
	text-align: center;
	color: #3197DA;
	font-weight: bold;
	cursor: pointer;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	line-height: 1.6;
	font-size: 0.16rem;
}

@media screen and (max-width: 699px) {
	#sekoujirei_tab_wrapper li a {
		box-sizing: border-box;
		font-size: 0.11rem;
		padding-left: 0.05rem;
		padding-right: 0.05rem;
	}
}

#sekoujirei_tab_wrapper li a span {
	display: block;
	border-bottom: 1px solid #3197DA;
	width: 80%;
	margin: 0 auto;
	font-size: 0.14rem;
	margin-bottom: 0.06rem;
	padding-bottom: 0.04rem;
}

@media screen and (max-width: 699px) {
	#sekoujirei_tab_wrapper li a span {
		font-size: 0.12rem;
	}
}

#sekoujirei_tab_wrapper li.Now {
	background: #3197DA;
}

#sekoujirei_tab_wrapper li.Now a {
	color: #fff;
}

#sekoujirei_tab_wrapper li.Now a span {
	border-bottom: 1px solid #fff;
}

.sekoujirei_box {
	border: 3px solid #3197DA;
	background: #fff;
	padding: 0.4rem;
	box-sizing: border-box;
	display: none;
}

@media screen and (max-width: 699px) {
	.sekoujirei_box {
		padding: 0.2rem 0.15rem;
	}
}

/*タイトル*/
.sekoujirei_box_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.1rem;
	width: 100%;
}

.sekoujirei_box_top_title {
	width: 100%;
}

.sekoujirei_box_top_maker {
	width: 35%;
	box-sizing: border-box;
	text-align: right;
}

.sekoujirei_box_top_title h3 {
	font-size: 0.36rem;
	line-height: 1.6;
	padding-bottom: 0.05rem;
}

.sekoujirei_box_top_title h3 span {
	font-size: 0.16rem;
	display: block;
	color: #77B800;
}

@media screen and (max-width: 640px) {
	.sekoujirei_box_top_title h3 span {
		font-size: 0.14rem;
	}
}

.sekoujirei_box_top_maker img {
	border-left: 1px solid #333;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

@media screen and (max-width: 699px) {
	.sekoujirei_box_top_title {
		width: 100%;
	}

	.sekoujirei_box_top_title h3 {
		font-size: 0.20rem;
		border-bottom: 1px solid #333;
	}

	.sekoujirei_box_top_maker {
		width: 100%;
		text-align: left;
	}

	.sekoujirei_box_top_maker img {
		border-left: none;
		padding-left: 0;
		padding-top: 0.1rem;
		padding-bottom: 0.1rem;
	}
}

/*テキスト*/
.sekoujirei_box_text {
	margin-bottom: 0.4rem;
}

@media screen and (max-width: 640px) {
	.sekoujirei_box_text {
		margin-bottom: 0.2rem;
	}
}


.sekoujirei_box_text p {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.sekoujirei_box_text p {
		font-size: 0.14rem;
	}
}


/*before after*/
.sekoujirei_box_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sekoujirei_box_img p {
	text-align: center;
	color: #3197DA;
	margin-bottom: 0.1rem;
	font-size: 0.20rem;
}

.sekoujirei_box_img_before {
	width: 45%;
}

.sekoujirei_box_img_arrow {
	width: 10%;
	text-align: center;
	padding-top: 1.2rem;
}

.sekoujirei_box_img_after {
	width: 45%;
}

@media screen and (max-width: 699px) {
	.sekoujirei_box_img_before {
		width: 100%;
	}

	.sekoujirei_box_img_after {
		width: 100%;
	}

	.sekoujirei_box_img_arrow {
		width: 100%;
		text-align: center;
		padding-top: 0.1rem;
		padding-bottom: 0.1rem;
		transform: rotate(90deg);
	}
}

/* 飾り要素 */
#sekoujirei .deco_01 {
	position: absolute;
	top:7rem;
	right: -3rem;
	z-index: -1;
}

#sekoujirei .deco_02 {
	position: absolute;
	bottom: -5rem;
	left: -1.5rem;
	z-index: -1;
}

/*============================
お客様の声
============================*/
#voice {
	background: #FCF6D6;
	box-sizing: border-box;
	padding: 0.7rem 0 0.4rem;
}

#voice .cont_title {
	text-align: center;
	position: relative;
}

#voice .cont_title::after {
	content: '';
	position: absolute;
	width: 1.31rem;
	height: 1.17rem;
	background: url(../img/voice_title_deco.png) no-repeat center;
	background-size: contain;
	top: -0.5rem;
}

#voice .lead {
	font-size: 0.2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0.5rem;
}

#voice .cont_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	align-items: center;
	margin-bottom: 0.50rem;
}

#voice .cont_box:nth-child(even) {
	flex-flow: row-reverse;
}
@media screen and (max-width: 640px) {
	#voice .cont_box:nth-child(even) {
		flex-flow: column;
	}
}


#voice .cont_box .ph_wrap {
	width: calc(50% - 0.40rem);
}
@media screen and (max-width: 640px) {
	#voice .cont_box .ph_wrap {
		width: 100%;
	}
}

#voice .cont_box .text_wrap {
	width: calc(50% + 0.40rem);
	box-sizing: border-box;
	padding:0 0.40rem;
}
@media screen and (max-width: 640px) {
	#voice .cont_box .text_wrap {
		width: 100%;
		padding: 0 0.2rem;
	}
}

#voice .cont_box .text_wrap .voice_title {
	font-size: 0.30rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #3197DA;
}
@media screen and (max-width: 640px) {
	#voice .cont_box .text_wrap .voice_title {
		font-size: 0.22rem;
		text-align: center;
		margin-top: 0.1rem;
	}
}

#voice .cont_box .text_wrap .name {
	font-size: 0.14rem;
	padding: 0.15rem 0 0.35rem;
}
@media screen and (max-width: 640px) {
	#voice .cont_box .text_wrap .name {
		text-align: center;
		padding-bottom: 0.15rem;
	}
}

#voice .cont_box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#voice .cont_box .text_wrap .text {
		font-size: 0.14rem;
		margin-bottom: 0.25rem;
	}
}


/*============================
FAQ
============================*/
#faq {
	padding: 0.70rem 0 0.20rem;
}
@media screen and (max-width: 640px) {
	#faq {
		padding: 0.40rem 0 0.20rem;
	}	
}

#faq .cont_title {
	text-align: center;
}

#faq .faq_wrap {
	padding-top: 0.80rem;
}
@media screen and (max-width: 640px) {
	#faq .faq_wrap {
		padding-top: 0.50rem;
	}	
}


#faq .faq_box {
	padding-bottom: 0.40rem;
	width: 100%;
	max-width: 10.00rem;
	margin: auto;
}

#faq .faq_box .faq_ttl {
	position: relative;
	padding-bottom: 0.15rem;
	border-bottom: 0.02rem solid #CECECE;
	cursor: pointer;
}

#faq .faq_box .faq_ttl::after {
	content: "";
	width: 2.00rem;
	height: 0.02rem;
	background-color: #3197DA;
	position: absolute;
	left: 0;
	bottom: -0.02rem;
	z-index: 1;
}

#faq .faq_box .faq_ttl::before {
	content: "";
	width: 0.07rem;
	height: 0.13rem;
	display: block;
	background: url(../img/faq_arrow.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 0.1rem;
	transform: rotate(90deg);
}

#faq .faq_box .faq_ttl.open::before {
	transform: rotate(270deg);
}

#faq .faq_box .faq_ttl span {
	font-size: 0.20rem;
	font-weight: 700;
	padding-left: 0.30rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#faq .faq_box .faq_ttl span {
		font-size: 0.16rem;
		padding-left: 0.20rem;
		display: block;
		line-height: 1.6;
	}	
}


#faq .faq_box .faq_ttl span::before {
	content: "Q.";
	font-family: "Inter", system-ui;
	font-optical-sizing: auto;
	color: #3197DA;
	position: absolute;
	left: 0;
	top: 0.06rem;
}
@media screen and (max-width: 640px) {
	#faq .faq_box .faq_ttl span::before {
		top: 0.01rem;
	}	
}


#faq .faq_box .txt_box {
	padding-top: 0.10rem;
	display: none;
}

#faq .faq_box .txt_box .txt {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#faq .faq_box .txt_box .txt {
		font-size: 0.14rem;
		line-height: 1.875;
	}
}

#faq .faq_box .txt_box .txt a {
	color: #3197DA;
	font-weight: 500;
	text-decoration: underline;
}

#faq .faq_box .txt_box .txt a:hover {
	text-decoration: none;
}

/*============================
お問い合わせ
============================*/
#contact {
	padding: 0.70rem 0;
}
@media screen and (max-width: 640px) {
	#contact {
		padding: 0.40rem 0;
	}	
}


#contact .cont_title {
	margin-bottom: 0.80rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#contact .sec_title {
		margin-bottom: 0.40rem;
	}	
}


#contact .contact_header_cta {
	width: 100%;
	max-width: 10.00rem;
	margin: auto;
	background-color: #F4F3EC;
	padding: 0.30rem 0.60rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#contact .contact_header_cta {
		padding: 0.25rem 0.15rem 0;
	}	
}


#contact .contact_header_cta .contact_header_box {
	width: 100%;
	max-width: 4.10rem;
	text-align: center;
}


#contact .contact_header_cta .contact_header_box .tit {
	font-size: 0.24rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	#contact .contact_header_cta .contact_header_box .tit {
		font-size: 0.18rem;
	}	
}


#contact .contact_header_cta .contact_header_box .txt {
	font-size: 0.16rem;
	line-height: 1.875;
}
@media screen and (max-width: 640px) {
	#contact .contact_header_cta .contact_header_box .txt {
		font-size: 0.14rem;
	}	
}


#contact .contact_header_cta .contact_header_box .txt.-small {
	font-size: 0.14rem;
	padding-bottom: 0.03rem;
}
@media screen and (max-width: 640px) {
	#contact .contact_header_cta .contact_header_box .txt.-small {
		font-size: 0.11rem;
	}	
}


#contact .contact_header_cta .contact_header_box .btn {
	padding-top: 0.10rem;
	max-width: 3.10rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#contact .contact_header_cta .contact_header_box .btn {
		max-width: 3.00rem;
		margin-bottom: 40px;
	}	
}


#contact .contact_header_cta .contact_header_box .btn a {
	display: block;
	color: #FFF;
	text-align: center;
	border-radius: 0.06rem;
	box-shadow: 0 0.02rem 0 rgba(0, 0, 0, 0.16);
	font-size: 0.24rem;
	font-weight: 700;
}

#contact .contact_header_cta .contact_header_box .btn a:hover {
	opacity: 0.7;
}

#contact .contact_header_cta .contact_header_box .btn.line a {
	background-color: #00CE20;
	padding: 0.10rem 0 0.20rem;
}

#contact .contact_header_cta .contact_header_box .btn.line a span::before {
	content: "";
	width: 0.36rem;
	height: 0.30rem;
	background-image: url(../img/cta_icon_line.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 0.05rem;
}

#contact .contact_header_cta .contact_header_box .btn.tel a {
	background-color: #3197DA;
	padding: 0.10rem 0 0.20rem;
	font-family: "Inter", system-ui;
	font-optical-sizing: auto;
}

#contact .contact_header_cta .contact_header_box .btn.tel a span::before {
	content: "";
	width: 0.36rem;
	height: 0.30rem;
	background-image: url(../img/cta_icon_tel.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 0.05rem;
}

/* フォーム */
#contact .form_wrap {
	padding-top: 0.60rem;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap {
		padding-top: 0.30rem;
	}	
}

#contact .form_wrap .form_tit {
	font-size: 0.34rem;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .form_tit {
		font-size: 0.24rem;
	}	
}

#contact .form_wrap .lead {
	font-size: 0.18rem;
	text-align: center;
	padding: 0.20rem 0;
	line-height: 1.875;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .lead {
		font-size: 0.14rem;
		padding: 0.12rem 0;
	}	
}


#contact .form_wrap .lead.thanks {
	line-height: 2;
}

#contact .form_wrap .form_table_wrap {
	width: 100%;
	max-width: 10.00rem;
	margin: auto;
}

#contact .form_wrap .form_table_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #CECECE;
	margin-bottom: 0.40rem;
}

#contact .form_wrap .form_table_wrap table tr:nth-child(2n) {
	background-color: #F4F3EC;
}

#contact .form_wrap .form_table_wrap table .form_th {
	text-align: left;
	vertical-align: top;
	padding: 0.30rem 0;
	padding-left: 0.20rem;
	position: relative;
	width: 2.40rem;
	font-size: 0.18rem;
	font-weight: 700;
	border-bottom: 1px solid #CECECE;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .form_table_wrap table .form_th {
		display: block;
		width: 100%;
		background: #F4F3EC;
		padding: 0.15rem 0;
		padding-left: 0.10rem;
		font-size: 0.16rem;
	}	
}


#contact .form_wrap .form_table_wrap table .form_th.req::after {
	content: "必須";
	display: inline-block;
	font-size: 0.12rem;
	font-weight: 600;
	color: #FFF;
	background-color: #D80303;
	padding: 0.04rem;
	line-height: 1;
	position: absolute;
	right: 0.20rem;
	top: 0.36rem;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .form_table_wrap table .form_th.req::after {
		top: 0.13rem;
	}	
}


#contact .form_wrap .form_table_wrap table .form_th span {
	display: block;
	padding-top: 0.06rem;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .form_table_wrap table .form_th span {
		padding-top: 0;
	}	
}


#contact .form_wrap .form_table_wrap table .form_td {
	padding: 0.30rem 0;
	padding-right: 0.20rem;
	border-bottom: 1px solid #CECECE;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .form_table_wrap table .form_td {
		display: block;
		width: 100%;
		padding: 0.15rem 0;
		background: #fff;
	}
	
}


#contact .form_wrap .form_table_wrap table .form_td input[type="text"] {
	border: 1px solid #CCC;
	padding: 0.06rem 0.10rem;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0.04rem;
	font-size: 0.16rem;
	background-color: #FFF;
}

#contact .form_wrap .form_table_wrap table .form_td select {
	border: 1px solid #CCC;
	padding: 0.06rem 0.10rem;
	box-sizing: border-box;
	border-radius: 0.04rem;
	font-size: 0.16rem;
	background-color: #FFF;
}

#contact .form_wrap .form_table_wrap table .form_td .txt_box {
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	top: -0.03rem;
	padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .form_table_wrap table .form_td .txt_box {
		flex-wrap: wrap;
	}	
}


#contact .form_wrap .form_table_wrap table .form_td .txt_box:last-child {
	padding-bottom: 0;
}

#contact .form_wrap .form_table_wrap table .form_td .txt_box .block {
	padding-left: 0.20rem;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .form_table_wrap table .form_td .txt_box .block {
		padding-left: 0;
		padding-right: 0.20rem;
	}	
}


@media screen and (max-width: 640px) {
	#contact .form_wrap .form_table_wrap table .form_td .txt_box .tit {
		width: 100%;
		margin-bottom: 0.15rem;
	}
}


#contact .form_wrap .form_table_wrap table .form_td .list input[type="radio"] {
	position: relative;
	top: -0.02rem;
	margin-right: 0.10rem;
}

#contact .form_wrap .form_table_wrap table .form_td .list .txt {
	font-size: 0.18rem;
	font-weight: 500;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .form_table_wrap table .form_td .list .txt {
		font-size: 0.16rem;
	}	
}


#contact .form_wrap .form_table_wrap table .form_td .list .txt:last-child {
	padding-bottom: 0;
}

#contact .form_wrap .form_table_wrap table .form_td .confirm_txt {
	font-size: 0.16rem;
	font-weight: 500;
}

#contact .form_wrap .form_table_wrap table .form_td .confirm_txt .ERR {
	color: #D80303;
}

#contact .form_wrap .form_table_wrap table .form_td textarea {
	border: 1px solid #CCC;
	padding: 0.06rem 0.10rem;
	width: 100%;
	min-height: 2.50rem;
	box-sizing: border-box;
	border-radius: 0.04rem;
	font-size: 0.16rem;
	background-color: #FFF;
}

#contact .form_wrap .form_table_wrap .privacy_wrap {
	padding: 0.20rem;
	height: 2.00rem;
	overflow-y: scroll;
	border: 1px solid #CCC;
}

#contact .form_wrap .form_table_wrap .privacy_wrap .privacy_main_tit {
	font-size: 0.24rem;
	font-weight: 700;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .form_table_wrap .privacy_wrap .privacy_main_tit {
		font-size: 0.18rem;
		padding-bottom: 0.15rem;
	}
}


#contact .form_wrap .form_table_wrap .privacy_wrap .privacy_box {
	padding-bottom: 0.30rem;
}

#contact .form_wrap .form_table_wrap .privacy_wrap .privacy_box .privacy_tit {
	font-size: 0.18rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .form_table_wrap .privacy_wrap .privacy_box .privacy_tit {
		font-size: 0.16rem;
	}	
}


#contact .form_wrap .form_table_wrap .privacy_wrap .privacy_box .txt {
	font-size: 0.15rem;
	line-height: 1.875;
	letter-spacing: 0;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .form_table_wrap .privacy_wrap .privacy_box .txt {
		font-size: 0.14rem;
	}	
}

#contact .form_wrap .form_table_wrap .privacy_wrap .privacy_box .txt {
	font-size: 0.15rem;
	line-height: 1.875;
}


#contact .form_wrap .privacy_doui {
	padding: 0.30rem 0;
	text-align: center;
	font-size: 0.18rem;
}
@media screen and (max-width: 640px) {
	#contact .form_wrap .privacy_doui {
		font-size: 0.15rem;
	}	
}


#contact .form_wrap .privacy_doui a {
	text-decoration: underline;
	color: #000;
}

#contact .form_wrap .privacy_doui a:hover {
	text-decoration: none;
}

#contact .form_wrap .privacy_doui span::after {
	content: "必須";
	display: inline-block;
	font-size: 0.12rem;
	font-weight: 600;
	color: #FFF;
	background-color: #D80303;
	padding: 0.04rem;
	line-height: 1;
	position: relative;
	margin-left: 0.10rem;
	top: -0.02rem;
}

#contact .form_wrap .submit_btn_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#contact .form_wrap .submit_btn_wrap .txt {
	font-size: 0.16rem;
	text-align: center;
	width: 100%;
	padding-bottom: 0.20rem;
}

#contact .form_wrap .submit_btn_wrap .txt.ERR {
	color: #D80303;
}

#contact .form_wrap .submit_btn_wrap .submit_btn {
	display: block;
	width: 3.60rem;
	margin: 0 0.10rem;
	border: 0;
	background-color: #FF9708;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	padding: 0.15rem 0 0.17rem;
	border-radius: 0.06rem;
	box-shadow: 0 0.02rem 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 0.3s;
}

#contact .form_wrap .submit_btn_wrap .submit_btn:hover {
	opacity: 0.7;
}

#contact .form_wrap .submit_btn_wrap .back_btn {
	display: block;
	width: 3.60rem;
	margin: 0 0.10rem;
	border: 0;
	background-color: #999;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	padding: 0.15rem 0 0.17rem;
	border-radius: 0.06rem;
	box-shadow: 0 0.02rem 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 0.3s;
}

#contact .form_wrap .submit_btn_wrap .back_btn:hover {
	opacity: 0.7;
}


#contact .form_wrap .backBtn {
	width: 100%;
	max-width: 3.10rem;
	margin: 0.20rem auto;
}

#contact .form_wrap .backBtn a {
	display: block;
	background-color: #00CE20;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	padding: 0.17rem 0 0.19rem;
	border-radius: 0.06rem;
	box-shadow: 0 0.02rem 0 rgba(0, 0, 0, 0.16);
}

#contact .form_wrap .backBtn a:hover {
	opacity: 0.7;
}

/* 飾り要素 */
#contact .deco_01 {
	position: absolute;
	bottom:7rem;
	right: -1rem;
	z-index: -1;
}

#contact .deco_02 {
	position: absolute;
	bottom: -1rem;
	left: -1.5rem;
	z-index: -1;
}
/*===================
footer
===================*/
footer {
	background-color: #F7E790;
	position: relative;
}

footer .deco {
	display: block;
	width: 100%;
	height: 1.60rem;
	background: #FFF url(../img/cta_bg_yellow.svg) no-repeat center top;
	background-size: auto 2.35rem;
}

footer .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 10.80rem;
}

/* 左側情報エリア */
footer .in .info_wrap {
	width: 100%;
	max-width: 2.50rem;
}
@media screen and (max-width: 640px) {
	footer .in .info_wrap {
		max-width: 100%;
		text-align: center;
	}	
}


footer .in .info_wrap .corp_name {
	font-size: 0.20rem;
	font-weight: 700;
}

footer .in .info_wrap .address {
	font-size: 0.12rem;
	line-height: 1.6;
	padding: 0.08rem 0;
}

footer .in .info_wrap .tel_num {
	font-size: 0.26rem;
	font-weight: 600;
	font-family: "Inter", system-ui;
	font-optical-sizing: auto;
}

footer .in .info_wrap .tel_num a {
	color: #000;
}

footer .in .info_wrap .time {
	font-size: 0.12rem;
	line-height: 1.6;
	padding: 0.08rem 0;
}

/* 右側リンクエリア */
footer .in .footer_link_wrap {
	width: 100%;
	max-width: 6.60rem;
}

footer .in .footer_link_wrap .list {
	display: flex;
	flex-wrap: wrap;
	padding: 0.20rem 0 0.20rem 0.15rem;
}

footer .in .footer_link_wrap .list .link {
	width: 33.3%;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	footer .in .footer_link_wrap .list .link {
		width: 100%;
		padding-bottom: 0.20rem;
	}	
}


footer .in .footer_link_wrap .list .link a {
	display: block;
	font-size: 0.15rem;
	font-weight: 500;
	color: #000;
}

footer .in .footer_link_wrap .list .link a::before {
	content: "";
	width: 0.06rem;
	height: 0.02rem;
	background-color: #00CE20;
	display: inline-block;
	margin-right: 0.08rem;
	position: relative;
	top: -0.04rem;
	transition: all 0.3s;
}

footer .in .footer_link_wrap .list .link a:hover::before {
	width: 0.10rem;
}

/* CTA */
footer .in .footer_cta_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-self: center;
	padding-top: 0.30rem;
}
@media screen and (max-width: 640px) {
	footer .in .footer_cta_wrap {
		padding-top: 0;
		flex-wrap: wrap;
	}
	
}


footer .in .footer_cta_wrap .btn {
	width: 100%;
	max-width: 3.10rem;
	margin: 0 0.15rem;
}
@media screen and (max-width: 640px) {
	footer .in .footer_cta_wrap .btn {
		margin: 0 auto 0.20rem;
		max-width: calc(100% - 0.30rem);
	}	
}


footer .in .footer_cta_wrap .btn a {
	display: block;
	font-size: 0.20rem;
	font-weight: 700;
	text-align: center;
	border-radius: 0.06rem;
	box-shadow: 0 0.02rem 0 rgba(0, 0, 0, 0.16);
	color: #FFF;
}

footer .in .footer_cta_wrap .btn a:hover {
	opacity: 0.7;
}

footer .in .footer_cta_wrap .btn.mail a {
	background-color: #FF9708;
	padding: 0.10rem 0 0.20rem;
}

footer .in .footer_cta_wrap .btn.mail a span::before {
	content: "";
	width: 0.40rem;
	height: 0.26rem;
	display: inline-block;
	background-image: url(../img/cta_icon_mail.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.06rem;
}

footer .in .footer_cta_wrap .btn.line a {
	background-color: #00CE20;
	padding: 0.10rem 0 0.20rem;
}

footer .in .footer_cta_wrap .btn.line a span::before {
	content: "";
	width: 0.40rem;
	height: 0.26rem;
	display: inline-block;
	background-image: url(../img/cta_icon_line.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.06rem;
}

footer .in .footer_cta_wrap .sns_wrap {
	width: 1.20rem;
	display: flex;
	justify-content: space-between;
	padding-left: 0.20rem;
	padding-top: 0.03rem;
}

@media screen and (max-width: 640px) {
	footer .in .footer_cta_wrap .sns_wrap {
		padding-left: 0;
	}	
}

footer .in .footer_cta_wrap .sns_wrap a {
	width: 0.48rem;
}

footer .in .footer_cta_wrap .sns_wrap a:hover {
	opacity: 0.7;
}

footer .in .footer_cta_wrap .sns_wrap a img {
	display: block;
}

footer .logo {
	width: 100%;
	text-align: center;
	padding: 0.40rem 0 0.20rem;
}



footer .copyright {
	width: 100%;
	text-align: center;
	font-size: 0.12rem;
	padding-bottom: 0.40rem;
}

/*============================
イメージ
============================*/
#partition_03 {
	margin: 0.7rem 0 0;
}

#partition_03 .ph_wrap {
	width: 100%;
	z-index: 1;
}

#partition_03 .ph_wrap img {
	position: relative;
	z-index: 10;
}

/*===================
CTA03
===================*/
#cta_03 {
	background-color: #E4F1CC;
	position: relative;
}

#cta_03::after {
	content: "";
	width: 100%;
	height: 2.36rem;
	background-image: url(../img/cta_bg_green.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 0;
}