@charset "UTF-8";

.smt375_on {
	display: none;
}

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

.block_ttl {
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	color: #4eac4f;
	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: #4eac4f;
	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: #4eac4f;
	display: block;
	margin-bottom: 5px;
}
#block01 .lead_wrap .illust {
	font-size: 1px;
	line-height: 0;
	margin-left: -466px;
	position: absolute;
	left: 50%;
	bottom: 5px;
}
#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: #4eac4f;
	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;
}
#block01 .point .point_ttl {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 700;
	color: #4eac4f;
	text-align: left;
	margin-bottom: 35px;
}
#block01 .point .box_wrap {
	height: 305px;
	position: relative;
}
#block01 .point .box_wrap .box {
	display: flex;
	width: 363px;
	padding: 12px 12px 15px;
	box-sizing: border-box;
	border: 1px solid #4eac4f;
	border-radius: 25px;
	position: absolute;
}
#block01 .point .box_wrap .box.box01 {
	left: 0;
	top: 0;
}
#block01 .point .box_wrap .box.box02 {
	right: 0;
	top: 0;
}
#block01 .point .box_wrap .box.box03 {
	left: 0;
	bottom: 0;
}
#block01 .point .box_wrap .box.box04 {
	right: 0;
	bottom: 0;
}
#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: #4eac4f;
	margin-bottom: 4px;
}
#block01 .point .box_wrap .box dd {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 8px;
}
#block01 .point .note {
	margin: 18px 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;
}
#block01 .txt_wrap02 {
	max-width: 745px;
	margin: 0 auto;
	padding: 0 0 50px;
	position: relative;
}
#block01 .txt_wrap02 .ttl {
	font-size: 28px;
	line-height: 1.4;
	color: #4eac4f;
	text-align: justify;
	margin: 0 0 30px 290px;
}
#block01 .txt_wrap02 .txt {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	margin: 0 0 0 290px;
}
#block01 .txt_wrap02 .img {
	position: absolute;
	top: -105px;
	left: -90px;
}

#block02 {
	padding: 30px 0;
	border-top: 17px solid #c0dd98;
}
#block02 > .inner {
	max-width: 745px;
	margin: 0 auto;
}
#block02 .txt {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	margin: 30px 0;
}
#block02 .link_l_btn {
	display: inline-block;
}
#block02 .link_l_btn a {
	display: block;
	position: relative;
}
#block02 .link_l_btn a > span {
	font-size: 17px;
	line-height: 1.4;
	color: #000;
	display: flex;
	background-color: #fff8e8;
	justify-content: center;
	align-items: center;
	height: 75px;
	width: 305px;
	border: 2px solid #4eac4f;
	border-radius: 8px;
	cursor: pointer;
}
#block02 .link_l_btn a > span span {
	cursor: pointer;
}
#block02 .link_l_btn a::before {
	content: "";
	display: block;
	background: url(../images/recycle2025/illust02@2x.png) no-repeat 0 0;
	background-size: contain;
	height: 76px;
	width: 71px;
	position: absolute;
	top: 0;
	left: -75px;
}
#block02 .link_l_btn a::after {
	content: "";
	display: block;
	background: url(../images/recycle2025/pointer@2x.png) no-repeat 0 0;
	background-size: contain;
	height: 30px;
	width: 25px;
	position: absolute;
	right: -13px;
	top: 28px;
}
#block02 .link_l_btn .txt_s {
	font-size: 12px;
	line-height: 1.2;
	margin: 10px 0 0;
}

#block03 {
	padding: 30px 0 50px;
	border-top: 17px solid #c0dd98;
}
#block03 > .inner {
	max-width: 745px;
	margin: 0 auto;
}
#block03 .block_ttl {
	margin-right: -1em;
}
#block03 .txt_wrap {
	margin: 30px 135px 25px 0;
	position: relative;
}
#block03 .txt_wrap .img {
	font-size: 1px;
	line-height: 0;
	position: absolute;
	top: 0;
	right: -178px;
}
#block03 .txt_wrap .txt {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	width: 100%;
	flex: 1;
}
#block03 .gray_box {
	background-color: #e9e9e9;
	margin: 20px 135px 0 0;
	padding: 15px 0 18px;
}
#block03 .gray_box .ttl {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}
#block03 .gray_box .txt {
	font-size: 14px;
	line-height: 1.4;
}
#block03 .gray_box .btn_wrap {
	display: flex;
	justify-content: center;
	margin: 7px 0 0;
}
#block03 .gray_box .btn_wrap .btn {
	width: 232px;
}
#block03 .gray_box .btn_wrap .btn + .btn {
	margin: 0 0 0 30px;
}
#block03 .gray_box .btn_wrap .btn a {
	font-size: 16px;
	line-height: 39px;
	height: 39px;
	width: 100%;
	color: #fff;
	display: block;
	background-color: #4eac4f;
}
#block03 .gray_box .btn_wrap .btn + .btn a {
	background-color: #00a4ba;
}
#block03 .txt_wrap02 {
	text-align: left;
	margin: 7px 0 0;
	position: relative;
	z-index: 1;
}
#block03 .txt_wrap02 .txt {
	font-size: 13px;
	line-height: 1.7;
}
#block03 .txt_wrap02 .txt span {
	display: inline-block;
	margin: 0 0.5em;
}

#block04 {
	padding: 30px 0 90px;
	border-top: 17px solid #c0dd98;
}
#block04 > .inner {
	max-width: 745px;
	margin: 0 auto;
}
#block04 .txt_wrap {
	margin: 30px 0 25px;
}
#block04 .txt_wrap .txt {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
#block04 .img_wrap {
	display: flex;
	justify-content: center;
	margin: 0 0 35px;
}
#block04 .img_wrap .img {
	font-size: 1px;
	line-height: 0;
}
#block04 .img_wrap .img + .img {
	margin: 0 0 0 45px;
}
#block04 .img_wrap .img span {
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
	display: block;
	margin: 10px 0 0;
}
#block04 .btn_wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#block04 .btn_wrap .link_l_btn {
	display: inline-block;
	position: relative;
}
#block04 .btn_wrap .link_l_btn a {
	display: block;
	position: relative;
}
#block04 .btn_wrap .link_l_btn a > span {
	display: block;
	background-color: #fffded;
	height: 128px;
	width: 381px;
	padding: 12px 15px;
	box-sizing: border-box;
	border: 2px solid #4eac4f;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
}
#block04 .btn_wrap .link_l_btn a > span span {
	cursor: pointer;
}
#block04 .btn_wrap .link_l_btn a > span span.txt_l {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	color: #004ea2;
	text-align: left;
	display: block;
	margin: 0 0 8px;
}
#block04 .btn_wrap .link_l_btn a > span span.txt_l span {
	font-size: 17px;
	display: block;
}
#block04 .btn_wrap .link_l_btn a > span span.txt {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	text-align: left;
	color: #004ea2;
	display: block;
}
#block04 .btn_wrap .link_l_btn a > span span.logo {
	font-size: 1px;
	line-height: 0;
	position: absolute;
	right: 26px;
	top: 40px;
}
#block04 .btn_wrap .link_l_btn a > span span.logo img {
	cursor: pointer;
}
#block04 .btn_wrap .link_l_btn a::before {
	content: "";
	display: block;
	background: url(../images/recycle2025/illust02@2x.png) no-repeat 0 0;
	background-size: contain;
	height: 76px;
	width: 71px;
	position: absolute;
	bottom: 0;
	left: -80px;
}
#block04 .btn_wrap .link_l_btn a::after {
	content: "";
	display: block;
	background: url(../images/recycle2025/pointer@2x.png) no-repeat 0 0;
	background-size: contain;
	height: 30px;
	width: 25px;
	position: absolute;
	right: 88px;
	bottom: -15px;
}
#block04 .btn_wrap .link_l_btn .txt_s {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: calc(100% + 10px);
	transform: translateX(-50%);
}
#block04 .btn_wrap .link_l_btn02 {
	display: inline-block;
	margin: 0 0 0 45px;
}
#block04 .btn_wrap .link_l_btn02 a {
	display: block;
	position: relative;
}
#block04 .btn_wrap .link_l_btn02 a > span {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #4eac4f;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72px;
	width: 152px;
	margin-top: -16px;
	border: 2px solid;
	border-radius: 4px;
	cursor: pointer;
}
#block04 .btn_wrap .link_l_btn02 a > span span {
	cursor: pointer;
}
#block04 .btn_wrap .link_l_btn02 a::before {
	content: "";
	display: inline-block;
	background: url(../images/recycle2025/illust03@2x.png);
	background-size: contain;
	height: 40px;
	width: 23px;
}
#block04 .btn_wrap .link_l_btn02 a::after {
	content: "";
	display: block;
	background: url(../images/recycle2025/pointer@2x.png);
	background-size: contain;
	height: 18px;
	width: 15px;
	position: absolute;
	right: 8px;
	bottom: -7px;
}

#block05 {
	padding: 30px 0 60px;
	border-top: 17px solid #c0dd98;
}
#block05 > .inner {
	max-width: 745px;
	margin: 0 auto;
}
#block05 .txt_wrap .txt {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	margin: 30px 0;
}
#block05 .gray_box {
	background-color: #ececed;
	margin-right: 176px;
	padding: 15px 0;
	border-radius: 10px;
}
#block05 .gray_box .ttl {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 15px;
}
#block05 .gray_box .img_wrap {
	display: flex;
	justify-content: center;
	background-color: #ececed;
	position: relative;
	z-index: 1;
}
#block05 .gray_box .img_wrap .img {
	font-size: 1px;
	line-height: 0;
	margin: 0 5px;
}
#block05 .gray_box .img_wrap .img .caption {
	font-size: 15px;
	line-height: 1.2;
	background-color: #fff;
	margin: -8px 0 0;
	padding: 6px 0;
	border: 1px solid #000;
	position: relative;
	z-index: 1;
}
#block05 .gray_box .img_wrap .img:nth-child(2) .caption {
	background-color: #d1ad8e;
}
#block05 .gray_box .img_wrap .img:nth-child(3) .caption {
	background-color: #c1da80;
}
#block05 .gray_box .txt_wrap {
	display: flex;
	justify-content: center;
	margin: -15px 25px 0;
}
#block05 .gray_box .txt_wrap .txt01 {
	font-size: 13px;
	line-height: 1.4;
	width: 66.333%;
}
#block05 .gray_box .txt_wrap .txt01::before {
	content: "";
	display: block;
	height: 30px;
	width: 175px;
	margin: 0 auto 6px;
	border: 4px solid #949393;
	border-radius: 10px;
}
#block05 .gray_box .txt_wrap .txt02 {
	font-size: 13px;
	line-height: 1.4;
	width: 33.333%;
}
#block05 .gray_box .txt_wrap .txt02::before {
	content: "";
	display: block;
	height: 30px;
	width: 80px;
	margin: 0 auto 6px;
	border: 4px solid #949393;
	border-radius: 10px;
}
#block05 .btn_wrap {
	text-align: right;
	margin: -100px 0 0;
}
#block05 .btn_wrap .link_l_btn02 {
	text-align: center;
	display: inline-block;
}
#block05 .btn_wrap .link_l_btn02 a {
	display: block;
	position: relative;
}
#block05 .btn_wrap .link_l_btn02 a > span {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #4eac4f;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72px;
	width: 152px;
	margin-top: -16px;
	border: 2px solid;
	border-radius: 4px;
	cursor: pointer;
}
#block05 .btn_wrap .link_l_btn02 a > span span {
	cursor: pointer;
}
#block05 .btn_wrap .link_l_btn02 a::before {
	content: "";
	display: inline-block;
	background: url(../images/recycle2025/illust03@2x.png);
	background-size: contain;
	height: 40px;
	width: 23px;
}
#block05 .btn_wrap .link_l_btn02 a::after {
	content: "";
	display: block;
	background: url(../images/recycle2025/pointer@2x.png);
	background-size: contain;
	height: 18px;
	width: 15px;
	position: absolute;
	right: 8px;
	bottom: -7px;
}

#block06 .ttl_l {
	font-size: 30px;
	line-height: 1.2;
	background-color: #c0dd98;
	padding: 9px 0;
}
#block06 > .inner {
	padding: 40px 0 65px;
	background-color: #f2f2f3;
}
#block06 .flow {
	margin: 0 0 45px;
	position: relative;
}
#block06 .flow .img {
	font-size: 1px;
	line-height: 0;
}
#block06 .flow .img img {
	margin: 0 0 0 -5px;
}
#block06 .flow .illust {
	font-size: 1px;
	line-height: 0;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	top: 0;
}
#block06 .flow02 {
	max-width: 900px;
	margin: 0 auto 45px;
}
#block06 .flow02 .ttl_s {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	background-color: #89c156;
	margin: 0 0 20px;
	padding: 15px;
	position: relative;
}
#block06 .flow02 .ttl_s::after {
	content: "";
	display: block;
	background: url(../images/recycle2025/illust05@2x.png) no-repeat 0 0;
	background-size: contain;
	height: 86px;
	width: 83px;
	position: absolute;
	bottom: 8px;
	right: 22px;
}
#block06 .flow02 .box .box_ttl {
	font-size: 26px;
	line-height: 1.5;
	font-weight: 700;
	color: #4eac4f;
	text-align: left;
	margin: 0 0 20px;
}
#block06 .flow02 .box  > .inner {
	display: flex;
}
#block06 .flow02 .box .txt_box {
	width: 100%;
	flex: 1;
}
#block06 .flow02 .box .txt_box .txt {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
#block06 .flow02 .box .img {
	width: 354px;
	margin-left: 25px;
}

#block06 .flow03 {
	height: 1285px;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
#block06 .flow03 .box {
	width: 252px;
	position: absolute;
}
#block06 .flow03 .box.box01 {
	left: 0;
	top: 0;
}
#block06 .flow03 .box.box02 {
	left: 296px;
	top: 0;
}
#block06 .flow03 .box.box03 {
	left: 592px;
	top: 0;
}
#block06 .flow03 .box.box04 {
	left: 0;
	top: 352px;
}
#block06 .flow03 .box.box05 {
	left: 296px;
	top: 352px;
}
#block06 .flow03 .box.box06 {
	left: 592px;
	top: 352px;
}
#block06 .flow03 .box.box07 {
	left: 0;
	top: 679px;
}
#block06 .flow03 .box.box08 {
	left: 296px;
	top: 679px;
}
#block06 .flow03 .box.box09 {
	left: 592px;
	top: 679px;
}
#block06 .flow03 .box.box10 {
	left: 0;
	top: 1006px;
}
/* 矢印 */
#block06 .flow03 .box.box01::after,
#block06 .flow03 .box.box02::after,
#block06 .flow03 .box.box03::after,
#block06 .flow03 .box.box04::after,
#block06 .flow03 .box.box05::after,
#block06 .flow03 .box.box06::after,
#block06 .flow03 .box.box07::after,
#block06 .flow03 .box.box08::after,
#block06 .flow03 .box.box09::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 #8cc456;
  border-right: 0;
	position: absolute;
	top: 38px;
	right: -37px;
}
#block06 .flow03 .box.box01::before,
#block06 .flow03 .box.box04::before,
#block06 .flow03 .box.box07::before {
	content: "";
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 27px solid #8cc456;
  border-bottom: 0;
	position: absolute;
	bottom: -49px;
	left: 113px;
}
#block06 .flow03 .box .box_ttl {
	text-align: left;
	height: 98px;
	padding: 18px 15px 0 40px;
	background-color: #c1da80;
	position: relative;
}
#block06 .flow03 .box.box10 .box_ttl {
	padding: 18px 0 0 50px;
}
#block06 .flow03 .box .box_ttl .num {
	font-size: 36px;
	line-height: 1;
	letter-spacing: -0.1em;
	color: #fff;
	text-align: center;
	width: 2em;
	position: absolute;
	left: -16px;
	top: 10px;
}
#block06 .flow03 .box .box_ttl .ttl {
	font-size: 22px;
	line-height: 1.3;
	line-height: 1;
	font-weight: 400;
}
#block06 .flow03 .box .box_ttl .ttl span {
	font-size: 17px;
	margin: 0 0 0 5px;
}
#block06 .flow03 .box .box_ttl .txt {
	font-size: 15px;
	line-height: 1.3;
	margin: 6px 0 0;
}
#block06 .flow03 .box .img {
	font-size: 1px;
	line-height: 0;
}
#block06 .flow03 .box .img img {
	height: auto;
	width: 100%;
}
#block06 .flow03 .note {
	font-size: 13px;
	line-height: 1.2;
	position: absolute;
	left: 0;
	top: 332px;
}
#block06 .flow03 .line01 {
	font-size: 1px;
	line-height: 0;
	position: absolute;
	right: -2px;
	top: 46px;
}
#block06 .flow03 .line02 {
	font-size: 1px;
	line-height: 0;
	position: absolute;
	right: -2px;
	top: 398px;
}
#block06 .flow03 .line03 {
	font-size: 1px;
	line-height: 0;
	position: absolute;
	right: -2px;
	top: 725px;
}

.links {
	padding: 35px 0 40px;
}
.links .ttl {
	font-size: 21px;
	line-height: 1.3;
	font-weight: 700;
	color: #4eac4f;
	margin: 0 0 20px;
}
.links .link_l_btn_wrap {
	display: flex;
	justify-content: center;
}
.links .link_l_btn_wrap .link_l_btn + .link_l_btn {
	margin: 0 0 0 25px;
}
.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: #4eac4f;
	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/recycle2025/illust03@2x.png);
	background-size: contain;
	height: 40px;
	width: 23px;
}
.links .link_l_btn_wrap .link_l_btn a::after {
	content: "";
	display: block;
	background: url(../images/recycle2025/pointer@2x.png);
	background-size: contain;
	height: 18px;
	width: 15px;
	position: absolute;
	right: 8px;
	bottom: -7px;
}

.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;
		margin: 0 0 20px;
	}
	#block01 .point .box_wrap {
		height: auto;
		margin: 0 15px;
		padding: 15px 0;
		border: 1px solid #4eac4f;
		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: 16px;
		line-height: 1.5;
		margin-bottom: 0;
		text-align: center;
	}
	#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;
	}
	#block01 .txt_wrap02 {
		padding: 12px 0 30px;
		border-top: 13px solid #c8dc9a;
	}
	#block01 .txt_wrap02 .ttl {
		font-size: 18px;
		text-align: center;
		margin: 0 0 5px;
	}
	#block01 .txt_wrap02 .txt {
		font-size: 14px;
		line-height: 1.7;
		margin: 5px 30px 0;
	}
	#block01 .txt_wrap02 .img {
		position: relative;
		top: auto;
		left: auto;
	}
	#block01 .txt_wrap02 .img img {
		height: 227px;
		width: auto;
	}

	#block02 {
		padding: 12px 0 25px;
		border-top-width: 13px;
	}
	#block02 > .inner {
		margin: 0;
	}
	#block02 .txt {
		font-size: 14px;
		line-height: 1.7;
		margin: 18px 30px 10px;
	}
	#block02 .link_l_btn {
		margin: 0 -75px 0 0;
		position: relative;
	}
	#block02 .link_l_btn a > span {
		font-size: 16px;
		height: 95px;
		width: 250px;
	}
	#block02 .link_l_btn a::before {
		top: 21px;
		left: -82px;
	}
	#block02 .link_l_btn a::after {
		height: 25px;
		width: 21px;
		right: -13px;
		top: 57px;
	}
	#block02 .link_l_btn .txt_s {
		font-size: 9px;
		line-height: 1.3;
		margin: 0;
		position: absolute;
		top: 0;
		left: -73px;
	}

	#block03 {
		padding: 12px 0 25px;
		border-top-width: 13px;
	}
	#block03 > .inner {
		margin: 0 15px;
	}
	#block03 .block_ttl {
		margin-right: 0;
	}
	#block03 .txt_wrap {
		margin: 14px 15px 0;
	}
	#block03 .txt_wrap .txt {
		font-size: 14px;
		line-height: 1.7;
		width: auto;
		margin: 0 15px;
		position: relative;
		z-index: 1;
	}
	#block03 .txt_wrap .img {
		float: right;
		margin: 0 -10px -1em 22px;
		position: relative;
		top: auto;
		right: auto;
	}
	#block03 .txt_wrap .img img {
		height: 215px;
		width: auto;
	}
	#block03 .gray_box {
		margin: 15px -15px 0;
		padding: 15px 0 18px;
	}
	#block03 .gray_box .ttl {
		font-size: 18px;
	}
	#block03 .gray_box .txt {
		font-size: 16px;
		margin: 5px 0 10px;
	}
	#block03 .gray_box .btn_wrap {
		display: block;
		margin: 7px 0 0;
	}
	#block03 .gray_box .btn_wrap .btn {
		width: 256px;
		margin: 0 auto 15px;
	}
	#block03 .gray_box .btn_wrap .btn + .btn {
		margin: 0 auto;
	}
	#block03 .gray_box .btn_wrap .btn a {
		line-height: 37px;
		height: 37px;
	}
	#block03 .txt_wrap02 {
		display: none;
	}

	#block04 {
		padding: 12px 0 30px;
		border-top-width: 13px;
	}
	#block04 > .inner {
		margin: 0;
	}
	#block04 .txt_wrap {
		margin: 18px 30px 15px;
	}
	#block04 .txt_wrap .txt {
		font-size: 14px;
		line-height: 1.7;
	}
	#block04 .img_wrap {
		margin: 0 9px 23px;
	}
	#block04 .img_wrap .img,
	#block04 .img_wrap .img + .img {
		width: calc(50% - 12px);
		margin: 0 6px;
	}
	#block04 .img_wrap .img img {
		height: auto;
		width: 100%;
	}
	#block04 .btn_wrap {
		display: block;
		width: 288px;
		margin: 0 auto;
	}
	#block04 .btn_wrap .link_l_btn a > span {
		height: 128px;
		width: 288px;
		padding: 10px 12px;
	}
	#block04 .btn_wrap .link_l_btn a > span span.txt_l {
		font-size: 16px;
		line-height: 1.4;
		margin: 0 0 4px;
	}
	#block04 .btn_wrap .link_l_btn a > span span.txt_l span {
		font-size: 14px;
	}
	#block04 .btn_wrap .link_l_btn a > span span.txt {
		font-size: 14px;
		line-height: 1.3;
	}
	#block04 .btn_wrap .link_l_btn a > span span.logo {
		right: 14px;
		top: 40px;
	}
	#block04 .btn_wrap .link_l_btn a > span span.logo img {
		height: auto;
		width: 50px;
	}
	#block04 .btn_wrap .link_l_btn a::before {
		bottom: -50px;
		left: 2px;
		z-index: 1;
	}
	#block04 .btn_wrap .link_l_btn a::after {
		height: 26px;
		width: 21px;
		right: 40px;
		bottom: -10px;
	}
	#block04 .btn_wrap .link_l_btn .txt_s {
		font-size: 13px;
	}
	#block04 .btn_wrap .link_l_btn02 {
		display: inline-block;
		margin: 55px 0 0;
	}
	#block04 .btn_wrap .link_l_btn02 a {
		display: block;
		position: relative;
	}
	#block04 .btn_wrap .link_l_btn02 a > span {
		font-size: 14px;
		line-height: 1.4;
		height: 75px;
		width: 160px;
		margin-top: -22px;
	}

	#block05 {
		padding: 12px 0 25px;
		border-top-width: 13px;
	}
	#block05 > .inner {
		margin: 0;
	}
	#block05 .txt_wrap .txt {
		font-size: 14px;
		line-height: 1.7;
		margin: 18px 30px 10px;
	}
	#block05 .gray_box {
		margin: 0 0 15px;
		padding: 12px 10px 15px;
		border-radius: 0;
	}
	#block05 .gray_box .ttl {
		font-size: 15px;
		margin: 0 0 10px;
	}
	#block05 .gray_box .img_wrap .img {
		width: calc(33.333% - 8px);
		margin: 0 4px;
	}
	#block05 .gray_box .img_wrap .img img {
		height: auto;
		width: 100%;
	}
	#block05 .gray_box .img_wrap .img .caption {
		font-size: 13px;
		height: 43px;
		margin: -6px 0 0;
		padding: 5px 0 0;
		box-sizing: border-box;
	}
	#block05 .gray_box .txt_wrap {
		margin: -15px 10px 0;
	}
	#block05 .gray_box .txt_wrap .txt01 {
		font-size: 12px;
	}
	#block05 .gray_box .txt_wrap .txt01::before {
		width: 116px;
		border-width: 3px;
	}
	#block05 .gray_box .txt_wrap .txt02 {
		font-size: 12px;
	}
	#block05 .gray_box .txt_wrap .txt02::before {
		width: 54px;
		border-width: 3px;
	}
	#block05 .btn_wrap {
		text-align: center;
		margin: 0 auto;
	}
	#block05 .btn_wrap .link_l_btn02 a {
		display: block;
		position: relative;
	}
	#block05 .btn_wrap .link_l_btn02 a > span {
		font-size: 14px;
		line-height: 1.4;
		height: 75px;
		width: 160px;
		margin-top: -22px;
	}

	#block06 .ttl_l {
		font-size: 20px;
		padding: 12px 0;
	}
	#block06 > .inner {
		padding: 30px 0 30px;
	}
	#block06 .flow {
		margin: 0 0 40px;
	}
	#block06 .flow .img {
		margin: 0 8px;
	}
	#block06 .flow .img img {
		height: auto;
		width: 100%;
		margin: 0;
	}
	#block06 .flow .illust {
		margin-left: 0;
		left: 12px;
		top: -20px;
	}
	#block06 .flow .illust img {
		height: 72px;
		width: auto;
	}
	#block06 .flow02 {
		margin: 0 15px 25px;
	}
	#block06 .flow02 .ttl_s {
		color: #000;
		background-color: #c8dc9a;
		margin: 0 0 20px;
		padding: 12px;
	}
	#block06 .flow02 .ttl_s::after {
		height: 55px;
		width: 53px;
		bottom: 17px;
		right: 12px;
	}
	#block06 .flow02 .box .box_ttl {
		font-size: 18px;
		text-align: center;
		margin: 0 0 15px;
	}
	#block06 .flow02 .box  > .inner {
		display: block;
	}
	#block06 .flow02 .box .txt_box {
		width: auto;
		margin: 0 15px 15px;
	}
	#block06 .flow02 .box .txt_box .txt {
		font-size: 14px;
		line-height: 1.7;
	}
	#block06 .flow02 .box .txt_box .note {
		font-size: 14px;
		line-height: 1.7;
		margin: 4px 0 0;
	}
	#block06 .flow02 .box .img {
		width: auto;
		margin: 0;
	}
	#block06 .flow02 .box .img img {
		height: auto;
		width: 100%;
	}
	#block06 .flow03 {
		height: auto;
	}
	#block06 .flow03 .box {
		width: 66.933vw;
		margin: 0 auto 8.533vw;
		position: relative;
		z-index: 1;
	}
	#block06 .flow03 .box.box01,
	#block06 .flow03 .box.box02,
	#block06 .flow03 .box.box03,
	#block06 .flow03 .box.box04,
	#block06 .flow03 .box.box05,
	#block06 .flow03 .box.box06,
	#block06 .flow03 .box.box07,
	#block06 .flow03 .box.box08,
	#block06 .flow03 .box.box09,
	#block06 .flow03 .box.box10 {
		left: auto;
		top: auto;
	}
	#block06 .flow03 .box.box10 {
		margin: 0 auto;
	}
	/* 矢印 */
	#block06 .flow03 .box.box01::after,
	#block06 .flow03 .box.box02::after,
	#block06 .flow03 .box.box03::after,
	#block06 .flow03 .box.box04::after,
	#block06 .flow03 .box.box05::after,
	#block06 .flow03 .box.box06::after,
	#block06 .flow03 .box.box07::after,
	#block06 .flow03 .box.box08::after,
	#block06 .flow03 .box.box09::after {
		border-right: 2.666vw solid transparent;
		border-left: 2.666vw solid transparent;
		border-top: 7.2vw solid #9dc35e;
		border-bottom: 0;
		left: 2.666vw;
		right: auto;
		bottom: auto;
		top: 100%;
	}
	#block06 .flow03 .box.box01::before,
	#block06 .flow03 .box.box04::before,
	#block06 .flow03 .box.box07::before {
		display: none;
	}
	#block06 .flow03 .box .box_ttl {
		height: 24vw;
		padding: 3.733vw 2.666vw 0 10.666vw;
	}
	#block06 .flow03 .box.box10 .box_ttl {
		padding: 3.733vw 3.733vw 0 13.333vw;
	}
	#block06 .flow03 .box .box_ttl .num {
		font-size: 9.6vw;
		width: 2em;
		left: -4.266vw;
		top: 2.666vw;
	}
	#block06 .flow03 .box .box_ttl .txt {
		font-size: 4vw;
		margin: 1.6vw 0 0;
	}
	#block06 .flow03 .box .img img {
		height: auto;
		width: 100%;
	}
	#block06 .flow03 .note {
		font-size: 3.466vw;
		margin: 3.733vw 0 1.6vw;
		position: relative;
		left: auto;
		top: auto;
	}
	#block06 .flow03 .line01,
	#block06 .flow03 .line02,
	#block06 .flow03 .line03 {
		display: none;
	}

	.links {
		padding: 22px 0 40px;
	}
	.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: 12px auto 0;
	}
	.links .link_l_btn_wrap .link_l_btn a > span {
		font-size: 14px;
		background-color: #fffded;
		height: 75px;
		width: auto;
		margin-top: -21px;
	}

	.link_btn {
		margin: 0 0 35px;
	}

	.page_top {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 374px) {
	.smt375_on {
		display: block;
	}
	.smt375_off {
		display: none;
	}
	#block01 .point .note .small {
		font-size: 12px;
	}
	#block02 .link_l_btn a > span {
		width: 200px;
	}
	#block03 .gray_box .ttl {
		font-size: 17px;
	}
	#block03 .gray_box .txt {
		font-size: 15px;
	}
	#block04 .img_wrap .img span {
		font-size: 11px;
	}
	#block05 .gray_box .txt_wrap .txt01 {
		font-size: 11px;
	}
	#block05 .gray_box .txt_wrap .txt02 {
		font-size: 11px;
	}
}
