#index h2 {
	padding: 30px 0;
	font-size: 1.5em;
	font-weight: normal;
}

#index .sec01 {
	position: relative;
	background: url(../img/index/bg_main_sp.jpg) no-repeat;
	background-size: contain;
	aspect-ratio: 1100 / 1178;
}

#index .sec01 h1 {
	padding-top: 2.5%;
	font-size: 5vw;
	font-weight: normal;
}

#index .sec01 strong {
	display: inline-block;
	position: absolute;
	top: 51%;
	left: 50%;
	width: 52%;
	transform: translate(-50%, -50%);
}

#index .sec01 strong img {
	width: 100%;
}

#index .sec02 p {
	line-height: 2;
	text-align: left;
}

#index .sec02 .flex {
	justify-content: center;
	gap: 30px;
}

#index .sec02 .flex > img {
	width: 70%;
	max-width: 355px;
}

#index .sec03 {
	background-color: #EDEDED;
	overflow: hidden;
}

#index .sec03 .inner {
	margin: auto;
	max-width: 500px;
}

#index .sec03 h2 {
	position: relative;
	padding-top: 0;
	text-align: center;
	z-index: 11;
}

#index .sec03 h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJiIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5ke2ZpbGw6bm9uZTt9LmV7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYyI+PGNpcmNsZSBjbGFzcz0iZSIgY3g9IjE2IiBjeT0iMTYiIHI9IjgiLz48cmVjdCBjbGFzcz0iZCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+PC9nPjwvc3ZnPg==');
	background-repeat: no-repeat round;
	background-position: left top, left top;
	background-size: 32px 32px;
}

#index .sec03 h2 span {
	display: inline-block;
	padding: 0.9em;
	margin: auto;
	font-size: 1.9rem;
	font-weight: bold;
	text-indent: -0.5em;
	white-space: nowrap;
	background: url(../img/index/bg_dekiru.svg) no-repeat center center;
	background-size: 100%;
	transform: translateY(120%);
}

#index .sec03 ol {
	counter-reset: cnt;
	margin: auto;
}

#index .sec03 ol li {
	counter-increment: item;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	position: relative;
	padding: 40px;
}

#index .sec03 ol li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJiIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5ke2ZpbGw6bm9uZTt9LmV7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYyI+PGNpcmNsZSBjbGFzcz0iZSIgY3g9IjE2IiBjeT0iMTYiIHI9IjgiLz48cmVjdCBjbGFzcz0iZCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+PC9nPjwvc3ZnPg=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJiIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5ke2ZpbGw6bm9uZTt9LmV7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iYyI+PGNpcmNsZSBjbGFzcz0iZSIgY3g9IjE2IiBjeT0iMTYiIHI9IjgiLz48cmVjdCBjbGFzcz0iZCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+PC9nPjwvc3ZnPg==');
	background-size: 32px 32px, 32px 32px;
}

#index .sec03 ol li:nth-of-type(odd)::before {
	background-position: left top, right top;
	background-repeat: round no-repeat, no-repeat round;
}

#index .sec03 ol li:nth-of-type(even)::before {
	background-position: left top, left top;
	background-repeat: round no-repeat, no-repeat round;
}

#index .sec03 ol li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle, #EDEDED 16px, transparent 16px), radial-gradient(circle, #EDEDED 16px, transparent 16px);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	background-size: 32px 32px, 32px 32px;
	z-index: 10;
}

#index .sec03 ol li > img {
	margin: 20px 0;
	width: 90%;
}

#index .sec03 ol li:not(:nth-of-type(3)) > img {
	max-width: 340px;
}

#index .sec03 ol li:nth-of-type(3) > img {
	max-width: 306px;
}

#index .sec03 ol li p {
	position: relative;
	z-index: 1;
}

#index .sec03 ol li p img {
	position: absolute;
	right: 0;
	max-width: 50%;
	transform: translateY(-40%);
}

#index .sec03 ol li p strong {
	display: inline-block;
	position: relative;
	padding: 60px 0 0.2em 0;
	font-size: 1.5em;
	line-height: 1.4;
}

#index .sec03 ol li p strong::before {
	content: counter(item);
	display: inline-block;
	position: absolute;
	padding: 0 0.2em;
	width: 1.4em;
	height: 1.4em;
	font-size: 0.8em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1;
	text-align: center;
	border: solid 0.17em;
	transform: translateY(-120%);
}

#index .sec04 p {
	line-height: 2;
	text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px , white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px,  white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px,  white -2px 1px, white 2px -1px, white -2px -1px;
}

#index .sec04 .komatsuna, 
#index .sec04 .kani, 
#index .sec04 .toumorokoshi {
	position: absolute;
	z-index: -1;
}

#index .sec04 .komatsuna {
	top: 18%;
	right: 0;
}

#index .sec04 .kani {
	top: 50%;
	left: 0;
}

#index .sec04 .toumorokoshi {
	bottom: 12%;
	right: 0;
}

#index .sec05 {
	background: linear-gradient(to bottom, #F2F2F2 50%, #FFFFFF 50%);
}

#index .sec05 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 30px 0;
}

#index .sec05 ul li:not(:nth-of-type(3)) {
	width: calc(50% - 5px);
	max-width: 245px;
}

#index .sec05 ul li:nth-of-type(3) {
	width: 100%;
	max-width: 500px;
}

#index .sec06 {
	padding: 40px 0;
}


@media print, screen and (min-width: 768px) {
	#index h2 {
		font-size: 4.2rem;
	}

	#index .sec01 {
		background-image: url(../img/index/bg_main.jpg);
	}

	#index .sec02 h2 {
		padding-top: 60px;
	}

	#index .sec02 .flex {
		flex-direction: row-reverse;
		align-items: center;
		gap: 60px;
	}

	#index .sec02 .flex > p {
		flex: 1;
	}

	#index .sec03 .inner {
		max-width: 920px;
	}

	#index .sec03 h2 span {
		font-size: 3rem;
		transform: translateY(95%);
	}

	#index .sec03 ol li {
		padding: 70px;
		font-size: 2rem;
	}

	#index .sec03 ol li:nth-of-type(odd) {
		flex-direction: row;
	}

	#index .sec03 ol li:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	#index .sec03 ol li > img {
		width: auto;
	}

	#index .sec03 ol li p img {
		left: 100px;
		max-width: auto;
		transform: translateY(-85%);
	}

	#index .sec03 ol li p strong {
		font-size: 4.2rem;
	}

	#index .sec03 .tai {
		transform: translateY(-65%);
	}

	#index .sec04 h2 {
		padding: 60px 0;
	}

	#index .sec04 p:last-of-type {
		padding-bottom: 150px;
	}

	#index .sec04 .komatsuna {
		top: 18%;
		right: 12%;
	}
	
	#index .sec04 .kani {
		top: 50%;
		left: 6%;
	}
	
	#index .sec04 .toumorokoshi {
		bottom: 8%;
		right: 12%;
	}

	#index .sec05 ul {
		justify-content: space-between;
		padding: 80px 30px;
	}

	#index .sec05 ul li:not(:nth-of-type(3)) {
		width: 150px;
	}

	#index .sec05 ul li:nth-of-type(3) {
		width: 302px;
	}
}