@charset "UTF-8";

.page_ttl {
  background-color: #eea13d;
  padding: 15px 10px;
}

.block_ttl {
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	color: #f29600;
	text-align: left;
}
.block_ttl02 {
	font-size: 23px;
	line-height: 1.2;
	font-weight: 700;
}
.block_ttl03 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	text-align: left;
	background-color: #f29600;
	padding: 12px 16px;
}

#block01 .lead_wrap {
	padding: 20px 0 40px;
	position: relative;
}
#block01 .lead_wrap .lead {
	font-size: 35px;
	line-height: 1.4;
	font-weight: 400;
}
#block01 .lead_wrap .lead > span {
	font-size: 20px;
	font-weight: 700;
	color: #f29600;
	display: block;
	margin-bottom: 5px;
}
#block01 .lead_wrap .illust {
	font-size: 1px;
	line-height: 0;
	margin-left: -425px;
	position: absolute;
	left: 50%;
	bottom: 1px;
}
#block01 .main_img {
	font-size: 1px;
	line-height: 0;
	position: relative;
}
#block01 .main_img::before {
	content: "";
	display: block;
	background-color: #c2d3dd;
	height: 100%;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
#block01 .main_img::after {
	content: "";
	display: block;
	background-color: #c7d8e2;
	height: 100%;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
#block01 .main_img img {
	position: relative;
	z-index: 1;
}
#block01 .txt_wrap {
	background-color: #eea13d;
	padding: 30px 0 35px;
}
#block01 .txt_wrap .txt {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 700;
	color: #fff;
}
#block01 .point {
	max-width: 745px;
	margin: 0 auto;
	padding: 50px 0 60px;
}
#block01 .point .point_ttl {
	font-size: 35px;
	line-height: 1.4;
	font-weight: 700;
	color: #f29600;
	text-align: left;
	margin-bottom: 20px;
}
#block01 .point .box_wrap {
	height: 450px;
	position: relative;
}
#block01 .point .box_wrap .box {
	display: flex;
	width: 363px;
	padding: 12px 12px 15px;
	box-sizing: border-box;
	border: 1px solid #f29600;
	border-radius: 25px;
	position: absolute;
}
#block01 .point .box_wrap .box.box01 {
	left: 0;
	top: 0;
}
#block01 .point .box_wrap .box.box02 {
	left: 0;
	bottom: 0;
}
#block01 .point .box_wrap .box.box03 {
	right: 0;
	top: 0;
}
#block01 .point .box_wrap .box.box04 {
	right: 0;
	bottom: 96px;
}
#block01 .point .box_wrap .box .icon_wrap .ico {
	font-size: 1px;
	line-height: 0;
}
#block01 .point .box_wrap .box .icon_wrap .ico + .ico {
	margin-top: 10px;
}
#block01 .point .box_wrap .box dl {
	text-align: left;
	margin: 25px 0 0 20px;
}
#block01 .point .box_wrap .box dt {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	color: #f29600;
	margin-bottom: 4px;
}
#block01 .point .box_wrap .box dd {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 8px;
}
#block01 .point .note {
	margin: -66px 0 0 369px;
}
#block01 .point .note .large {
	font-size: 19px;
	line-height: 1.5;
	font-weight: 700;
	display: block;
	margin-bottom: 3px;
}
#block01 .point .note .large > span {
	font-size: 15px;
	line-height: 1.5;
}
#block01 .point .note .small {
	display: block;
}

#block02 {
	padding: 30px 0 60px;
	border-top: 17px solid #facd89;
}
#block02 > .inner {
	max-width: 745px;
	margin: 0 auto;
}
#block02 .txt {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	margin-top: 25px;
}

#block03 {
	padding: 30px 0 60px;
	border-top: 17px solid #facd89;
}
#block03 > .inner {
	max-width: 745px;
	margin: 0 auto;
}
#block03 .box_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 25px;
}
#block03 .box_wrap .txt {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	width: 100%;
	flex: 1;
}
#block03 .box_wrap .img_box {
	text-align: right;
	margin-left: 20px;
}
#block03 .box_wrap .img_box .caption_box {
	text-align: center;
	display: inline-block;
	background-color: #e1e0df;
	margin: 0 0 0 auto;
	padding: 16px 32px;
}
#block03 .box_wrap .img_box .caption_box .caption {
	font-size: 16px;
	line-height: 1.3;
}
#block03 .box_wrap .img_box .caption_box .caption span {
	font-weight: 700;
}
#block03 .box_wrap .img_box .caption_box .caption_s {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 2px;
}
#block03 .box_wrap .img_box .img {
	font-size: 1px;
	line-height: 0;
	margin: 20px -37px 0 0;
}

#block04 {
	padding: 15px 0 26px;
	border-top: 17px solid #facd89;
}
#block04 .img_box_wrap {
	margin-top: 20px;
	position: relative;
}
#block04 .img_box_wrap::after {
	content: "";
	display: block;
	background-color: #facd89;
	height: 53px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#block04 .img_box_wrap .img_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 882px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#block04 .img_box_wrap .img_box li {
	list-style: none;
}
#block04 .img_box_wrap .img_box li .img {
	font-size: 1px;
	line-height: 0;
}
#block04 .img_box_wrap .img_box li .caption {
	font-size: 16px;
	line-height: 53px;
	height: 53px;
}
#block04 .txt_wrap {
	text-align: left;
	width: 745px;
	margin: 60px auto 25px;
}
#block04 .txt_wrap .txt {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	margin-top: 25px;
}
#block04 .box {
	max-width: 745px;
	margin: 0 auto;
}
#block04 .box + .box {
	margin-top: 35px;
}
#block04 .box > .inner {
	display: flex;
	margin-top: 25px;
}
#block04 .box .txt {
	font-size: 15px;
	line-height: 1.7;
	text-align: justify;
	width: 100%;
	flex: 1;
}
#block04 .box .img_wrap {
	display: flex;
	margin-left: 20px;
	position: relative;
}
#block04 .box .img_wrap .img_box.img_box01 {
	width: 187px;
}
#block04 .box .img_wrap .img_box.img_box02 {
	width: 177px;
	margin-left: 10px;
}
#block04 .box .img_wrap .img_box.img_box03 {
	width: 262px;
	margin-right: 110px;
}
#block04 .box .img_wrap .img_box.img_box04 {
	width: 154px;
	position: absolute;
	right: -15px;
	top: -113px;
}
#block04 .box .img_wrap .img_box .img {
	font-size: 1px;
	line-height: 0;
}
#block04 .box .img_wrap .img_box .caption {
	font-size: 11px;
	line-height: 1.4;
	text-align: left;
	margin-top: 8px;
}
#block04 .box .img_wrap .img_box.img_box04 .caption {
	text-align: center;
	margin-right: -25px;
}

#block05 .ttl_l {
	font-size: 30px;
	line-height: 1.2;
	background-color: #facd89;
	margin: 0 0 11px;
	padding: 9px 0;
}
#block05 > .inner {
	padding: 35px 0 75px;
	background-color: #f2f2f3;
}
#block05 .flow {
	margin: 0 0 55px;
	position: relative;
}
#block05 .flow .img {
	font-size: 1px;
	line-height: 0;
}
#block05 .flow .img img {
	margin-right: -16px;
}
#block05 .flow .illust {
	font-size: 1px;
	line-height: 0;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: -13px;
}
#block05 .flow02 {
	max-width: 900px;
	margin: 0 auto 45px;
}
#block05 .flow02 .ttl_s {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	background-color: #faca76;
	margin: 0 0 35px;
	padding: 15px;
	position: relative;
}
#block05 .flow02 .ttl_s::after {
	content: "";
	display: block;
	background: url(../images/reuse2025/illust03@2x.png) no-repeat 0 0;
	background-size: contain;
	height: 86px;
	width: 83px;
	position: absolute;
	bottom: 8px;
	right: 22px;
}
#block05 .flow02 .box .box_ttl {
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	color: #f29600;
	text-align: left;
	margin: 0 0 30px;
}
#block05 .flow02 .box  > .inner {
	display: flex;
}
#block05 .flow02 .box .txt_box {
	width: 100%;
	flex: 1;
}
#block05 .flow02 .box .txt_box .txt {
	font-size: 16px;
	line-height: 2;
	text-align: justify
}
#block05 .flow02 .box .txt_box .note {
	font-size: 16px;
	line-height: 2;
	text-align: left;
	margin: 10px 0 0;
}
#block05 .flow02 .box .img {
	width: 360px;
	margin-left: 25px;
}
#block05 .flow03 {
	height: 1270px;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
#block05 .flow03 .arrow_box {
	display: none;
}
#block05 .flow03 .box {
	width: 268px;
	position: absolute;
}
#block05 .flow03 .box.box01 {
	left: 0;
	top: 0;
}
#block05 .flow03 .box.box02 {
	left: 316px;
	top: 0;
}
#block05 .flow03 .box.box03 {
	right: 0;
	top: 0;
}
#block05 .flow03 .box.box04 {
	right: 0;
	top: 331px;
}
#block05 .flow03 .box.box05 {
	left: 0;
	top: 331px;
}
#block05 .flow03 .box.box06 {
	left: 0;
	top: 662px;
}
#block05 .flow03 .box.box07 {
	right: 0;
	top: 662px;
}
#block05 .flow03 .box.box08 {
	width: 507px;
	right: 0;
	top: 993px;
}
#block05 .flow03 .box.box09 {
	font-size: 1px;
	line-height: 0;
	width: 298px;
	top: 331px;
	left: 304px;
}
/* 矢印 */
#block05 .flow03 .box.box01::before,
#block05 .flow03 .box.box02::after {
	content: "";
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 27px solid #004da0;
  border-right: 0;
	position: absolute;
	top: 19px;
	right: -38px;
}
#block05 .flow03 .box.box01::after,
#block05 .flow03 .box.box05::after {
	content: "";
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 27px solid #d9913e;
  border-bottom: 0;
	position: absolute;
	bottom: -41px;
	left: 10px;
}
#block05 .flow03 .box.box03::after,
#block05 .flow03 .box.box04::after,
#block05 .flow03 .box.box07::after {
	content: "";
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 27px solid #004da0;
  border-bottom: 0;
	position: absolute;
	bottom: -41px;
	left: 10px;
}
#block05 .flow03 .box.box06::before {
	content: "";
	display: block;
	background-color: #d9913e;
  width: 326px;
  height: 5px;
	position: absolute;
	left: 100%;
	top: 27px;
}
#block05 .flow03 .box.box06::after {
	content: "";
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 27px solid #d9913e;
  border-right: 0;
	position: absolute;
	right: -349px;
	top: 19px;
}
#block05 .flow03 .box .box_ttl {
	text-align: left;
	height: 98px;
	padding: 18px 0 0 40px;
	background-color: #faca76;
	position: relative;
}
#block05 .flow03 .box .box_ttl .num {
	font-size: 36px;
	line-height: 1;
	color: #a97b4d;
	text-align: center;
	width: 1em;
	position: absolute;
	left: 3px;
	top: 10px;
}
#block05 .flow03 .box .box_ttl .ttl {
	font-size: 22px;
	line-height: 1.3;
	line-height: 1;
	font-weight: 400;
}
#block05 .flow03 .box .box_ttl .ttl span {
	font-size: 14px;
	margin-left: 5px;
}
#block05 .flow03 .box .box_ttl .txt {
	font-size: 15px;
	line-height: 1.3;
	margin: 6px 0 0;
}
#block05 .flow03 .box .img {
	font-size: 1px;
	line-height: 0;
}
#block05 .flow03 .box .img img {
	height: auto;
	width: 100%;
}
#block05 .flow03 .box.box08 .img_wrap {
	display: flex;
	justify-content: space-between;
}
#block05 .flow03 .box.box08 .img_wrap .img img {
	height: 180px;
	width: auto;
}
#block05 .flow03 .box.box08 .img02 {
	font-size: 1px;
	line-height: 0;
	position: absolute;
	bottom: 0;
	left: -90px;
}

.links {
	padding: 35px 0 50px;
}
.links .ttl {
	font-size: 21px;
	line-height: 1.3;
	font-weight: 700;
	color: #f29600;
	margin: 0 0 20px;
}
.links .link_l_btn_wrap {
	display: flex;
	justify-content: center;
}
.links .link_l_btn_wrap .link_l_btn a {
	display: block;
	position: relative;
}
.links .link_l_btn_wrap .link_l_btn a > span {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #e06c00;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72px;
	width: 152px;
	margin-top: -16px;
	border: 2px solid;
	border-radius: 4px;
	cursor: pointer;
}
.links .link_l_btn_wrap .link_l_btn a > span span {
	cursor: pointer;
}
.links .link_l_btn_wrap .link_l_btn a::before {
	content: "";
	display: inline-block;
	background: url(../images/reuse2025/illust04@2x.png);
	background-size: contain;
	height: 48px;
	width: 32px;
}
.links .link_l_btn_wrap .link_l_btn a::after {
	content: "";
	display: block;
	background: url(../images/reuse2025/pointer@2x.png);
	background-size: contain;
	height: 18px;
	width: 15px;
	position: absolute;
	right: 8px;
	bottom: -7px;
}
.links .link_l_btn_wrap .link_bnr {
	font-size: 1px;
	line-height: 0;
	margin: 15px 0 0 40px;
}
.links .link_l_btn_wrap .link_bnr img {
	cursor: pointer;
}

.link_btn {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  margin: 0 0 30px;
}
.link_btn a {
  color: #00A0E9;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 9px;
  border: 1px solid #00A0E9;
  border-radius: 6px;
}

.page_top{
  margin: 0 auto 40px;
}
.page_top a img,
.page_top a span{
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
	.page_ttl {
		padding: 17px 10px;
	}

	.block_ttl {
		font-size: 18px;
		text-align: center;
	}
	.block_ttl02 {
		font-size: 16px;
	}
	.block_ttl03 {
		font-size: 15px;
		line-height: 1.5;
		font-weight: 400;
		text-align: center;
		padding: 8px 12px;
	}

	#block01 .lead_wrap {
		padding: 20px 0 85px;
	}
	#block01 .lead_wrap .lead {
		font-size: 22px;
		line-height: 1.5;
	}
	#block01 .lead_wrap .lead > span {
		font-size: 16px;
		margin-bottom: 3px;
	}
	#block01 .lead_wrap .illust {
		margin-left: -34px;
		left: 50%;
		bottom: 0;
		z-index: 2;
	}
	#block01 .lead_wrap .illust img {
		height: 81px;
		width: 60px;
	}
	#block01 .main_img::before {
		display: none;
	}
	#block01 .main_img::after {
		display: none;
	}
	#block01 .main_img img {
		height: auto;
		width: 100%;
	}
	#block01 .txt_wrap {
		padding: 25px 30px 30px;
	}
	#block01 .txt_wrap .txt {
		font-size: 15px;
		line-height: 1.7;
		font-weight: 400;
		text-align: justify;
	}
	#block01 .point {
		padding: 30px 0;
	}
	#block01 .point .point_ttl {
		font-size: 20px;
		text-align: center;
	}
	#block01 .point .box_wrap {
		height: auto;
		margin: 0 15px;
		padding: 15px 0;
		border: 1px solid #f27b9c;
		border-radius: 20px;
		position: relative;
	}
	#block01 .point .box_wrap .box {
		display: block;
		width: auto;
		padding: 0;
		border: none;
		position: relative;
	}
	#block01 .point .box_wrap .box.box01 {
		left: auto;
		top: auto;
	}
	#block01 .point .box_wrap .box.box02 {
		right: auto;
		top: auto;
	}
	#block01 .point .box_wrap .box.box03 {
		left: auto;
		bottom: auto;
	}
	#block01 .point .box_wrap .box.box04 {
		right: auto;
		bottom: auto;
	}
	#block01 .point .box_wrap .box .icon_wrap {
		display: flex;
		justify-content: center;
	}
	#block01 .point .box_wrap .box .icon_wrap .ico + .ico {
		margin: 0 0 0 10px;
	}
	#block01 .point .box_wrap .box .icon_wrap .ico img {
		height: 42px;
		width: auto;
	}
	#block01 .point .box_wrap .box dl {
		text-align: center;
		margin: 10px 20px 20px;
	}
	#block01 .point .box_wrap .box dt {
		font-size: 22px;
		margin-bottom: 4px;
	}
	#block01 .point .box_wrap .box dd {
		font-size: 12px;
		line-height: 1.7;
		margin-bottom: 0;
		text-align: justify;
	}
	#block01 .point .box_wrap .box.box04 dd {
		text-align: center;
	}
	#block01 .point .note {
		margin: 20px 0 0;
	}
	#block01 .point .note .large {
		font-size: 16px;
		line-height: 1.5;
		font-weight: 700;
		display: block;
		margin-bottom: 3px;
	}
	#block01 .point .note .large > span {
		font-size: 13px;
		display: inline-block;
		transform: scale(1, 1.25);
	}
	#block01 .point .note .small {
		font-size: 13px;
	}

	#block02 {
		padding: 12px 0 25px;
		border-top-width: 13px;
	}
	#block02 > .inner {
		margin: 0 15px;
	}
	#block02 .txt {
		font-size: 14px;
		line-height: 1.7;
		margin: 14px 20px 0;
	}
	#block02 .note {
		font-size: 12px;
		line-height: 1.6;
		margin: 8px 20px 0;
	}
	#block02 .box_wrap {
		display: block;
		margin: 10px 0 0;
	}
	#block02 .box_wrap .box {
		width: auto;
		margin: 0;
	}
	#block02 .box_wrap .box:first-child {
		margin-left: 5px;
	}
	#block02 .box_wrap .box:first-child .img img {
		height: auto;
		width: 323px;
	}
	#block02 .box_wrap .box:nth-child(2) .img img {
		height: auto;
		width: 328px;
		margin-top: 10px;
	}
	#block02 .box_wrap .box .caption {
		font-size: 12px;
		margin-top: 8px;
		padding: 4px 0;
	}

	#block03 {
		padding: 12px 0 15px;
		border-top-width: 13px;
	}
	#block03 > .inner {
		margin: 0 15px;
	}
	#block03 .box_wrap {
		display: block;
		margin-top: 14px;
	}
	#block03 .box_wrap .txt {
		font-size: 14px;
		line-height: 1.7;
		width: auto;
		margin: 0 20px;
	}
	#block03 .box_wrap .img_box {
		text-align: right;
		margin: 20px 0 0;
	}
	#block03 .box_wrap .img_box .caption_box {
		display: block;
		margin: 0 0 0 auto;
		padding: 14px;
	}
	#block03 .box_wrap .img_box .img {
		margin: 25px 0 0 0;
	}
	#block03 .box_wrap .img_box .img img {
		height: auto;
		width: 100%;
	}

	#block04 {
		padding: 12px 0 30px;
		border-top-width: 13px;
	}
	#block04 .img_box_wrap {
		margin-top: 20px;
		position: relative;
	}
	#block04 .img_box_wrap::before {
		content: "";
		display: block;
		background-color: #e6e5e5;
		height: 53px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 197px;
	}
	#block04 .img_box_wrap::after {
		content: "";
		display: block;
		background-color: #e6e5e5;
		height: 53px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 10px;
	}
	#block04 .img_box_wrap .img_box {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		width: auto;
		margin: 0 10px;
	}
	#block04 .img_box_wrap .img_box li {
		width: 33.333%;
		margin-bottom: 15px;
	}
	#block04 .img_box_wrap .img_box li .img img {
		width: auto;
	}
	#block04 .img_box_wrap .img_box li:first-child .img img {
		height: 207px;
	}
	#block04 .img_box_wrap .img_box li:nth-child(2) .img img {
		height: 170px;
	}
	#block04 .img_box_wrap .img_box li:nth-child(3) .img img {
		height: 178px;
	}
	#block04 .img_box_wrap .img_box li:nth-child(4) .img img {
		height: 172px;
	}
	#block04 .img_box_wrap .img_box li:nth-child(5) .img img {
		height: 139px;
	}
	#block04 .img_box_wrap .img_box li:nth-child(6) .img img {
		height: 105px;
	}
	#block04 .img_box_wrap .img_box li .caption {
		font-size: 14px;
		line-height: 38px;
		height: 38px;
	}
	#block04 .txt_wrap {
		text-align: center;
		width: auto;
		margin: 7px 0 20px;
		padding: 12px 0 0;
		border-top: 13px solid #facd89;
	}
	#block04 .txt_wrap .txt {
		font-size: 14px;
		line-height: 1.7;
		margin: 14px 30px 0;
	}
	#block04 .box {
		margin: 0 15px;
	}
	#block04 .box + .box {
		margin-top: 20px;
	}
	#block04 .box > .inner {
		display: block;
		margin-top: 15px;
	}
	#block04 .box .txt {
		font-size: 14px;
		width: auto;
		margin: 0 15px;
	}
	#block04 .box .img_wrap {
		justify-content: center;
		margin: 0;
	}
	#block04 .box .img_wrap .img_box.img_box01 {
		width: 173px;
		margin: 20px 0 0;
	}
	#block04 .box .img_wrap .img_box.img_box02 {
		width: 163px;
		margin: 20px 0 0 7px;
	}
	#block04 .box .img_wrap .img_box.img_box03 {
		width: 262px;
		margin: 110px 0 0;
	}
	#block04 .box .img_wrap .img_box.img_box04 {
		width: 150px;
		right: 0px;
		top: 0px;
	}
	#block04 .box .img_wrap .img_box .img img {
		height: auto;
		width: 100%;
	}
	#block04 .box .img_wrap .img_box.img_box04 .caption {
		text-align: right;
		width: 7em;
		margin: 0;
		position: absolute;
		bottom: calc(50% + 10px);
		right: calc(100% + 5px);
		z-index: 1;
	}

	#block05 .ttl_l {
		font-size: 20px;
		margin: 0;
		padding: 12px 0;
	}
	#block05 > .inner {
		padding: 15px 0 30px;
	}
	#block05 .flow {
		margin: 0 0 45px;
	}
	#block05 .flow .img {
		margin: 0 8px;
	}
	#block05 .flow .img img {
		height: auto;
		width: 100%;
		margin: 0;
	}
	#block05 .flow .illust {
		margin-left: 0;
		left: 12px;
		top: -2px;
	}
	#block05 .flow .illust img {
		height: 72px;
		width: auto;
	}
	#block05 .flow02 {
		margin: 0 15px 25px;
	}
	#block05 .flow02 .ttl_s {
		margin: 0 0 15px;
		padding: 12px;
	}
	#block05 .flow02 .ttl_s::after {
		height: 55px;
		width: 53px;
		bottom: 17px;
		right: 12px;
	}
	#block05 .flow02 .box .box_ttl {
		font-size: 18px;
		text-align: center;
		margin: 0 0 20px;
	}
	#block05 .flow02 .box  > .inner {
		display: block;
	}
	#block05 .flow02 .box .txt_box {
		width: auto;
		margin: 0 15px 15px;
	}
	#block05 .flow02 .box .txt_box .txt {
		font-size: 14px;
		line-height: 1.7;
	}
	#block05 .flow02 .box .txt_box .note {
		font-size: 14px;
		line-height: 1.7;
		margin: 4px 0 0;
	}
	#block05 .flow02 .box .img {
		width: auto;
		margin: 0;
	}
	#block05 .flow02 .box .img img {
		height: auto;
		width: 100%;
	}
	#block05 .flow03 {
		height: auto;
		position: relative;
	}
	#block05 .flow03::after {
		content: "";
		display: block;
		background: url(../images/reuse2025/img24_sp@2x.png) no-repeat 0 0;
		background-size: contain;
		height: 457.86vw;
		width: 92.533vw;
		position: absolute;
		left: 50%;
		top: 21.866vw;
		transform: translate(-50%, 0);
	}
	#block05 .flow03 .arrow_box {
		display: flex;
		justify-content: center;
		margin: 0 0 7.466vw;
	}
	#block05 .flow03 .arrow_box .arrow {
		font-size: 4vw;
		line-height: 1;
		display: flex;
		align-items: center;
	}
	#block05 .flow03 .arrow_box .arrow + .arrow {
		margin-left: 9.333vw;
	}
	#block05 .flow03 .arrow_box .arrow::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		margin-right: 1.6vw;
		border-style: solid;
		border-top: 2.666vw solid transparent;
		border-bottom: 2.666vw solid transparent;
		border-left: 7.2vw solid #3c6aac;
		border-right: 0;
	}
	#block05 .flow03 .arrow_box .arrow + .arrow::before {
		border-left: 7.2vw solid #c79046;
	}
	#block05 .flow03 .box,
	#block05 .flow03 .box.box08 {
		width: 66.933vw;
		margin: 0 auto 8.533vw;
		position: relative;
		z-index: 1;
	}
	#block05 .flow03 .box.box08 {
		margin: 0 auto;
	}
	#block05 .flow03 .box.box01,
	#block05 .flow03 .box.box02,
	#block05 .flow03 .box.box03,
	#block05 .flow03 .box.box04,
	#block05 .flow03 .box.box05,
	#block05 .flow03 .box.box06,
	#block05 .flow03 .box.box07,
	#block05 .flow03 .box.box08 {
		right: auto;
		left: auto;
		top: auto;
	}
	#block05 .flow03 .box.box09 {
		display: none;
	}

	/* 矢印 */
	#block05 .flow03 .box.box01::before,
	#block05 .flow03 .box.box04::after {
		display: none;
	}
	#block05 .flow03 .box.box01::after,
	#block05 .flow03 .box.box02::after,
	#block05 .flow03 .box.box03::after,
	#block05 .flow03 .box.box07::after {
		border-right: 2.666vw solid transparent;
		border-left: 2.666vw solid transparent;
		border-top: 7.2vw solid #004da0;
		border-bottom: 0;
		left: 2.666vw;
		right: auto;
		bottom: auto;
		top: 100%;
	}
	#block05 .flow03 .box.box05::after,
	#block05 .flow03 .box.box06::after {
		border-right: 2.666vw solid transparent;
		border-left: 2.666vw solid transparent;
		border-top: 7.2vw solid #d9913e;
		border-bottom: 0;
		left: 2.666vw;
		right: auto;
		bottom: auto;
		top: 100%;
	}
	#block05 .flow03 .box.box06::before {
		display: none;
	}
	#block05 .flow03 .box .box_ttl {
		height: 24vw;
		padding: 3.733vw 2.666vw 0 10.666vw;
	}
	#block05 .flow03 .box .box_ttl .num {
		font-size: 9.6vw;
		width: 1em;
		left: 0.8vw;
		top: 2.666vw;
	}
	#block05 .flow03 .box.box08 .box_ttl {
		font-size: 5.866vw;
		height: 29.866vw;
	}
	#block05 .flow03 .box .box_ttl .txt {
		font-size: 4vw;
		margin: 1.6vw 0 0;
	}
	#block05 .flow03 .box .img img {
		height: auto;
		width: 100%;
	}
	#block05 .flow03 .box.box08 .img_wrap {
		display: block;
	}
	#block05 .flow03 .box.box08 .img_wrap .img img {
		height: auto;
		width: 100%;
	}
	#block05 .flow03 .box.box08 .img_wrap .img + .img {
		margin: 1.333vw 0 0;
	}
	#block05 .flow03 .box.box08 .img02 {
		bottom: auto;
		top: 30.933vw;
		left: -12.8vw;
	}
	#block05 .flow03 .box.box08 .img02 img {
		height: auto;
		width: 9.333vw;
	}

	.links {
		padding: 22px 0 50px;
	}
	.links .ttl {
		font-size: 16px;
		line-height: 1.5;
		font-weight: 400;
		margin: 0 0 8px;
	}
	.links .link_l_btn_wrap {
		display: block;
	}
	.links .link_l_btn_wrap .link_l_btn {
		width: 160px;
		margin: 0 auto;
	}
	.links .link_l_btn_wrap .link_l_btn + .link_l_btn {
		margin-top: 30px;
	}
	.links .link_l_btn_wrap .link_l_btn a > span {
		font-size: 14px;
		background-color: #fffded;
		height: 75px;
		width: auto;
		margin-top: -21px;
	}
	.links .link_l_btn_wrap .link_bnr {
		width: 160px;
		margin: 18px auto 0;
	}
	.links .link_l_btn_wrap .link_bnr img {
		height: auto;
		width: 100%;
	}

	.link_btn {
		margin: 0 0 35px;
	}

	.page_top {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 374px) {
	#block01 .point .note .small {
		font-size: 12px;
	}
	#block05 .flow03 .box.box08 .img02 {
			display: none;
	}
}