@charset "utf-8";
@media screen and ( max-width:767px) {
	.top_cs_block01 {
		margin: auto;
		padding: 25px 0;
		margin-bottom: 40px;
	}

	.top_cs_block01 img {
		max-width: 100%;
		height: auto;
	}
	.top_cs_block01 ol {
		margin: 0 15px;
	}
	.top_cs_block01 ol li:first-child {
		margin-bottom: 25px;
	}

	.top_cs_block02,
	.top_cs_block03{
		background: #f4f2e6;
		padding: 60px 15px;
		position: relative;
	}
	.top_cs_block02 h2 {
		width: 340px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
		background: url("../img/top_img_cs_03@2x.png") no-repeat center;
		background-size: 100% 100%;
		line-height: 50px;
		font-size: 24px;
		color: #fff;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.top_cs_block02 ul {
		margin: auto;
		margin-bottom: 35px;
	}
	.top_cs_block02 ul li {
		background: #fff;
		border-radius: 10px;
		text-align: center;
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 0.1em;
		font-family: "Zen Kaku Gothic New", sans-serif;
	  font-weight: 500;
	  font-style: normal;
		margin-bottom: 25px;
	}
	.top_cs_block02 ul li:last-child {
		margin-bottom: 0;
	}
	.top_cs_block02 ul li {
		padding: 22px 0;
		position: relative;
	}
	.top_cs_block02 ul li::before {
		content: '';
		display: block;
		background-size: 100% 100%;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%,-50%);
	}
	/*.top_cs_block02 ul li a {
		display: block;
		padding: 22px 0;
		position: relative;
	}
	.top_cs_block02 ul li a::before {
		content: '';
		display: block;
		background-size: 100% 100%;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%,-50%);
	}*/
	.top_cs_block02 ul li a::after {
		/*content: '';
		display: block;
		background: url("../img/top_img_cs_07@2x.png");
		width: 22px;
		height: 22px;
		background-size: 100% 100%;
		position: absolute;
		bottom: 10px;
		right: 15px;*/
	}
	.top_cs_block02 ul li:nth-child(1)::before {
		background: url("../img/top_img_cs_04.svg");
		width: 31px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(2)::before {
		background: url("../img/top_img_cs_05.svg");
		width: 36px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(3)::before {
		background: url("../img/top_img_cs_06.svg");
		width: 36px;
		height: 26px;
	}
	/*.top_cs_block02 ul li:nth-child(1) a::before {
		background: url("../img/top_img_cs_04.svg");
		width: 31px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(2) a::before {
		background: url("../img/top_img_cs_05.svg");
		width: 36px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(3) a::before {
		background: url("../img/top_img_cs_06.svg");
		width: 36px;
		height: 26px;
	}*/


	.top_cs_block02 .cnt_box {
		margin: auto;
		padding: 20px;
		box-sizing: border-box;
		background: url("../img/top_img_cs_08@2x.png") no-repeat left;
		background-size: auto 100%;
		position: relative;
		z-index: 1;
	}
	.top_cs_block02 .cnt_box::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(0deg,rgba(244, 242, 230, 1) 0%, rgba(244, 242, 230, 0) 100%);
		z-index: -1
	}
	.top_cs_block02 .cnt_box::after {
		content: '';
		display: block;
		background: url("../img/top_img_cs_09@2x.png") no-repeat right bottom;
		background-size: contain;
		width: 150px;
		height: 207px;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	.top_cs_block02 .cnt_box h3 {
		font-size: 24px;
		letter-spacing: 0.1em;
		line-height: 1em;
		font-family: "Zen Kaku Gothic New", sans-serif;
	 	 font-weight: bold;
	 	 font-style: normal;
		text-shadow: 0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0);
		text-align: center;
	}

	.top_cs_block02 .cnt_box p.txt01 {
		line-height: 22px;
		margin-top: 10px;
		padding-top: 10px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: bold;
		font-style: normal;
		position: relative;
		text-shadow: 0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0);
		font-size: 3.8vw;
		
		text-align: center;
	}
	.top_cs_block02 .cnt_box p.txt01::before {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background: #524235;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.top_cs_block02 .cnt_box p.txt02 {
		clear: both;
		font-size: 14px;
		line-height: 24px;
		font-family: "M PLUS Rounded 1c", sans-serif;
	  font-weight: 400;
	  font-style: normal;
		letter-spacing: 0.08em;
		text-shadow: 0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0);
		padding: 15px;
		background: rgba(255,255,255,0.8);
		margin-bottom: 40px;
	}
	.top_cs_block02 .cnt_box p.link {
		margin: 0 0 0 0;
		position: relative;
		z-index: 1;
		
	}
	.top_cs_block02 .cnt_box p.link a {
		letter-spacing: 0.1em;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: bold;
		font-style: normal;
		padding-right: 22px;
		background: url("../img/top_img_cs_15.svg") no-repeat right;
		background-size: auto 16px;
		border-bottom: 2px #524235 solid;
		display: inline-block;
		text-shadow: 0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0),0px 0px 1px rgba(255,255,255,1.0);
	}


	.top_cs_block03{
		margin-top: 56px;
	}
	.top_cs_block03 h2 {
		width: 340px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
		background: url("../img/top_img_cs_10@2x.png") no-repeat center;
		background-size: 100% 100%;
		line-height: 50px;
		font-size: 24px;
		color: #fff;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.top_cs_block03 p.txt01 {
		line-height: 22px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
		margin: auto;
	}
	.top_cs_block03 ol {

		margin: 0 auto;
	}
	.top_cs_block03 ol li {
		margin-top: 25px;
	}
	.top_cs_block03 ol li img {
		width: 100%;
		height: auto;
	}
	.top_sec_cs_01 {
		margin-top: 60px;
	}
	.top_sec_cs_01 h2 {
		width: 340px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
		background: url("../img/top_img_cs_16.svg") no-repeat center;
		background-size: 100% 100%;
		line-height: 50px;
		font-size: 24px;
		color: #fff;
		position: relative;
		margin: auto;
		transform: translateY(50%);
	}
	.top_sec_cs_01 ol {
	
	}
	.top_sec_cs_01 ol li {
		
		text-align: center;
	}

	.top_sec_cs_01 ol li img {
		width: 100%;
		height: auto;
	}
	.top_sec_cs_01 ol li div {

	}
	.top_sec_cs_01 ol li div a {
		display: block;
		padding: 25px 0;
		color: #fff;
		position: relative;
	}
	.top_sec_cs_01 ol li div a::after {
		content: '';
		background: url("../img/top_img_cs_19.svg");
		width: 16px;
		height: 16px;
		background-size: 100% 100%;
		display: block;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.top_sec_cs_01 ol li:nth-child(1) div {background: #524235;}
	.top_sec_cs_01 ol li:nth-child(2) div {background: #1e140d;}

	.top_sec_cs_01 ol li div p.txt {
		font-size: 14px;
		line-height: 1.5em;
		margin-bottom: 15px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
	}
	.top_sec_cs_01 ol li div h3 {
		font-size:5.2vw;
		line-height: 1.5em;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		letter-spacing: 0.06em;
	}
}
@media screen and (min-width:768px) and ( max-width:999px) {
	.top_cs_block01 {
		margin: auto;
		padding: 5% 0;
	}

	.top_cs_block01 img {
		max-width: 100%;
		height: auto;
	}
	.top_cs_block01 ol {
		display: flex;
		justify-content: space-between;
		margin: 0 15px;
	}
	.top_cs_block01 ol li {
		width: calc(50% - 10px);
	}

	.top_cs_block02,
	.top_cs_block03{
		background: #f4f2e6;
		padding: 60px 15px;
		position: relative;
	}
	.top_cs_block02 h2 {
		width: 352px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
		background: url("../img/top_img_cs_03@2x.png") no-repeat center;
		background-size: cover;
		line-height: 50px;
		font-size: 24px;
		color: #fff;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.top_cs_block02 ul {
		margin: auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 35px;
	}
	.top_cs_block02 ul li {
		width: calc((100% - 50px) / 3);
		background: #fff;
		border-radius: 10px;
		text-align: center;
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 0.1em;
		font-family: "Zen Kaku Gothic New", sans-serif;
	  font-weight: 500;
	  font-style: normal;
	}
	
	.top_cs_block02 ul li {
		display: block;
		padding: 22px 0;
		position: relative;
	}
	.top_cs_block02 ul li::before {
		content: '';
		display: block;
		background-size: 100% 100%;
		position: absolute;
		left: 15px;
		top: 0;
		transform: translateY(-50%);
	}
	/*.top_cs_block02 ul li a {
		display: block;
		padding: 22px 0;
		position: relative;
	}
	.top_cs_block02 ul li a::before {
		content: '';
		display: block;
		background-size: 100% 100%;
		position: absolute;
		left: 15px;
		top: 0;
		transform: translateY(-50%);
	}*/
	.top_cs_block02 ul li a::after {
		/*content: '';
		display: block;
		background: url("../img/top_img_cs_07@2x.png");
		width: 22px;
		height: 22px;
		background-size: 100% 100%;
		position: absolute;
		bottom: 10px;
		right: 15px;*/
	}
	
	.top_cs_block02 ul li:nth-child(1)::before {
		background: url("../img/top_img_cs_04.svg");
		width: 31px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(2)::before {
		background: url("../img/top_img_cs_05.svg");
		width: 36px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(3)::before {
		background: url("../img/top_img_cs_06.svg");
		width: 36px;
		height: 26px;
	}
	
	/*.top_cs_block02 ul li:nth-child(1) a::before {
		background: url("../img/top_img_cs_04.svg");
		width: 31px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(2) a::before {
		background: url("../img/top_img_cs_05.svg");
		width: 36px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(3) a::before {
		background: url("../img/top_img_cs_06.svg");
		width: 36px;
		height: 26px;
	}*/


	.top_cs_block02 .cnt_box {
		margin: auto;
		padding: 20px 230px 0 80px;
		box-sizing: border-box;
		background: url("../img/top_img_cs_08@2x.png") no-repeat left;
		background-size: auto 100%;
		position: relative;
		z-index: 1;
	}
	.top_cs_block02 .cnt_box::before {
		content: '';
		display: block;
		background: url("../img/top_img_cs_09@2x.png") no-repeat right;
		background-size: contain;
		width: 300px;
		height: 207px;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	.top_cs_block02 .cnt_box h3 {
		font-size: 22px;
		letter-spacing: 0.1em;
		float: left;
		line-height: 1em;
		font-family: "Zen Kaku Gothic New", sans-serif;
	  font-weight: 500;
	  font-style: normal;
		text-shadow: 0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0);
	}

	.top_cs_block02 .cnt_box p.txt01 {
		line-height: 22px;
		margin-left: 10px;
		padding-left: 25px;
		float: left;
		font-family: "Zen Kaku Gothic New", sans-serif;
	  font-weight: 500;
	  font-style: normal;
		position: relative;
		text-shadow: 0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0);
	}
	.top_cs_block02 .cnt_box p.txt01::before {
		content: '';
		display: block;
		width: 15px;
		height: 1px;
		background: #524235;
		position: absolute;
		left: 0;
		top: 50%;
	}
	.top_cs_block02 .cnt_box p.txt02 {
		clear: both;
		font-size: 14px;
		line-height: 24px;
		font-family: "M PLUS Rounded 1c", sans-serif;
	  font-weight: 400;
	  font-style: normal;
		letter-spacing: 0.08em;
		text-shadow: 0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0);
	}
	.top_cs_block02 .cnt_box p.link {
		margin: 0 0 0 0;
		position: relative;
		z-index: 1;
		float: right;
	}
	.top_cs_block02 .cnt_box p.link a {
		letter-spacing: 0.1em;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		font-style: normal;
		padding-right: 22px;
		background: url("../img/top_img_cs_15.svg") no-repeat right;
		background-size: auto 16px;
		border-bottom: 2px #524235 solid;
		display: inline-block;
		text-shadow: 0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0),0px 0px 1px rgba(244,242,230,1.0);
	}


	.top_cs_block03{
		margin-top: 56px;
	}
	.top_cs_block03 h2 {
		width: 352px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
		background: url("../img/top_img_cs_10@2x.png") no-repeat center;
		background-size: cover;
		line-height: 50px;
		font-size: 24px;
		color: #fff;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.top_cs_block03 p.txt01 {
		line-height: 22px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
		margin: auto;
	}
	.top_cs_block03 ol {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.top_cs_block03 ol li {
		width: calc((100% - 25px) / 2);
		margin-top: 25px;
	}
	.top_cs_block03 ol li img {
		width: 100%;
		height: auto;
	}
	.top_sec_cs_01 {
		margin-top: 60px;
	}
	.top_sec_cs_01 h2 {
		width: 352px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
		background: url("../img/top_img_cs_16.svg") no-repeat center;
		background-size: cover;
		line-height: 50px;
		font-size: 24px;
		color: #fff;
		position: relative;
		margin: auto;
		transform: translateY(50%);
	}
	.top_sec_cs_01 ol {
		display: flex;
	}
	.top_sec_cs_01 ol li {
		width: 50%;
		text-align: center;
	}

	.top_sec_cs_01 ol li img {
		width: 100%;
		height: auto;
	}
	.top_sec_cs_01 ol li div {

	}
	.top_sec_cs_01 ol li div a {
		display: block;
		padding: 25px 0;
		color: #fff;
		position: relative;
	}
	.top_sec_cs_01 ol li div a::after {
		content: '';
		background: url("../img/top_img_cs_19.svg");
		width: 16px;
		height: 16px;
		background-size: 100% 100%;
		display: block;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.top_sec_cs_01 ol li:nth-child(1) div {background: #524235;}
	.top_sec_cs_01 ol li:nth-child(2) div {background: #1e140d;}

	.top_sec_cs_01 ol li div p.txt {
		font-size: 14px;
		line-height: 1.5em;
		margin-bottom: 15px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
	}
	.top_sec_cs_01 ol li div h3 {
		font-size: 26px;
		line-height: 1.5em;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		letter-spacing: 0.06em;
	}
}
@media screen and (min-width:1000px) {
	.top_cs_block01 {
		width: 1000px;
		margin: auto;
		padding: 5% 0;
	}

	.top_cs_block01 img {
		max-width: 100%;
		height: auto;
	}
	.top_cs_block01 ol {
		display: flex;
		justify-content: space-between;
	}
	.top_cs_block01 ol li {
		width: calc(50% - 10px);
	}

	.top_cs_block02,
	.top_cs_block03{
		background: #f4f2e6;
		padding: 60px 0 60px 0;
		position: relative;
	}
	.top_cs_block02 h2 {
		width: 352px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
		background: url("../img/top_img_cs_03@2x.png") no-repeat center;
		background-size: cover;
		line-height: 50px;
		font-size: 24px;
		color: #fff;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.top_cs_block02 ul {
		width: 1000px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 35px;
	}
	.top_cs_block02 ul li {
		width: calc((100% - 50px) / 3);
		background: #fff;
		border-radius: 10px;
		text-align: center;
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 0.1em;
		font-family: "Zen Kaku Gothic New", sans-serif;
	  font-weight: bold;
	  font-style: normal;
	}
	
	
	.top_cs_block02 ul li {
		display: block;
		padding: 22px 0;
		position: relative;
	}
	.top_cs_block02 ul li::before {
		content: '';
		display: block;
		background-size: 100% 100%;
		position: absolute;
		left: 15px;
		top: 0;
		transform: translateY(-50%);
	}
	
	/*.top_cs_block02 ul li a {
		display: block;
		padding: 22px 0;
		position: relative;
	}
	.top_cs_block02 ul li a::before {
		content: '';
		display: block;
		background-size: 100% 100%;
		position: absolute;
		left: 15px;
		top: 0;
		transform: translateY(-50%);
	}*/
	.top_cs_block02 ul li a::after {
		/*content: '';
		display: block;
		background: url("../img/top_img_cs_07@2x.png");
		width: 22px;
		height: 22px;
		background-size: 100% 100%;
		position: absolute;
		bottom: 10px;
		right: 15px;*/
	}
	
	.top_cs_block02 ul li:nth-child(1)::before {
		background: url("../img/top_img_cs_04.svg");
		width: 31px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(2)::before {
		background: url("../img/top_img_cs_05.svg");
		width: 36px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(3)::before {
		background: url("../img/top_img_cs_06.svg");
		width: 36px;
		height: 26px;
	}
	
	/*.top_cs_block02 ul li:nth-child(1) a::before {
		background: url("../img/top_img_cs_04.svg");
		width: 31px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(2) a::before {
		background: url("../img/top_img_cs_05.svg");
		width: 36px;
		height: 26px;
	}
	.top_cs_block02 ul li:nth-child(3) a::before {
		background: url("../img/top_img_cs_06.svg");
		width: 36px;
		height: 26px;
	}*/


	.top_cs_block02 .cnt_box {
		width: 1000px;
		margin: auto;
		padding: 20px 0 0 218px;
		box-sizing: border-box;
		background: url("../img/top_img_cs_08@2x.png") no-repeat left;
		background-size: auto 100%;
		position: relative;
		z-index: 1;
		overflow: visible;
	}
	.top_cs_block02 .cnt_box::before {
		content: '';
		display: block;
		background: url("../img/top_img_cs_09@2x.png") no-repeat right;
		background-size: contain;
		width: 300px;
		height: 207px;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
		
	}
	.top_cs_block02 .cnt_box h3 {
		font-size: 22px;
		letter-spacing: 0.1em;
		float: left;
		line-height: 1em;
		font-family: "Zen Kaku Gothic New", sans-serif;
	  font-weight: bold;
	  font-style: normal;
	}

	.top_cs_block02 .cnt_box p.txt01 {
		line-height: 22px;
		margin-left: 10px;
		padding-left: 25px;
		float: left;
		/*font-family: "Zen Kaku Gothic New", sans-serif;*/
	  font-weight: bold;
	  font-style: normal;
		position: relative;
	}
	.top_cs_block02 .cnt_box p.txt01::before {
		content: '';
		display: block;
		width: 15px;
		height: 1px;
		background: #524235;
		position: absolute;
		left: 0;
		top: 50%;
	}
	.top_cs_block02 .cnt_box p.txt02 {
		clear: both;
		width: 550px;
		font-size: 14px;
		line-height: 24px;
		font-family: "M PLUS Rounded 1c", sans-serif;
	  font-weight: 400;
	  font-style: normal;
		letter-spacing: 0.08em;
	}
	.top_cs_block02 .cnt_box p.link {
		margin: 0 0 0 330px;
		position: relative;
		z-index: 1;
	}
	.top_cs_block02 .cnt_box p.link a {
		letter-spacing: 0.1em;
		/*font-family: "Zen Kaku Gothic New", sans-serif;*/
		font-weight: bold;
		font-style: normal;
		padding-right: 22px;
		background: url("../img/top_img_cs_15.svg") no-repeat right;
		background-size: auto 16px;
		border-bottom: 2px #524235 solid;
		display: inline-block;
	}


	.top_cs_block03{
		margin-top: 56px;
	}
	.top_cs_block03 h2 {
		width: 352px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
		background: url("../img/top_img_cs_10@2x.png") no-repeat center;
		background-size: cover;
		line-height: 50px;
		font-size: 24px;
		color: #fff;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.top_cs_block03 p.txt01 {
		line-height: 22px;
		/*font-family: "M PLUS Rounded 1c", sans-serif;*/
		font-weight: 500;
		font-style: normal;
		width: 1000px;
		margin: auto;
	}
	.top_cs_block03 ol {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 1000px;
		margin: 0 auto;
	}
	.top_cs_block03 ol li {
		width: calc((100% - 25px) / 2);
		margin-top: 25px;
	}
	.top_cs_block03 ol li img {
		width: 100%;
		height: auto;
	}
	.top_sec_cs_01 {
		margin-top: 60px;
	}
	.top_sec_cs_01 h2 {
		width: 352px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
		background: url("../img/top_img_cs_16.svg") no-repeat center;
		background-size: cover;
		line-height: 50px;
		font-size: 24px;
		color: #fff;
		position: relative;
		margin: auto;
		transform: translateY(50%);
	}
	.top_sec_cs_01 ol {
		display: flex;
	}
	.top_sec_cs_01 ol li {
		width: 50%;
		text-align: center;
	}

	.top_sec_cs_01 ol li img {
		width: 100%;
		height: auto;
	}
	.top_sec_cs_01 ol li div {

	}
	.top_sec_cs_01 ol li div a {
		display: block;
		padding: 25px 0;
		color: #fff;
		position: relative;
	}
	.top_sec_cs_01 ol li div a::after {
		content: '';
		background: url("../img/top_img_cs_19.svg");
		width: 16px;
		height: 16px;
		background-size: 100% 100%;
		display: block;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.top_sec_cs_01 ol li:nth-child(1) div {background: #524235;}
	.top_sec_cs_01 ol li:nth-child(2) div {background: #1e140d;}

	.top_sec_cs_01 ol li div p.txt {
		font-size: 14px;
		line-height: 1.5em;
		margin-bottom: 15px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
	}
	.top_sec_cs_01 ol li div h3 {
		font-size: 26px;
		line-height: 1.5em;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		letter-spacing: 0.06em;
	}
}
