@charset "UTF-8";

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", "sans-serif";
	color: #323232;
}

h1 {
	font-size: 2rem;
	/*margin: 0 1.5em;*/
}

@media screen and (max-width: 768px) {
	h1 {
		max-width: 750px;
		margin: 0 auto;
		font-size: 4rem;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

h2 {
	margin: 29px 0 37px;
	font-size: 4rem;
	/*margin: 1em 2em;*/
}

@media screen and (max-width: 768px) {
	h2 {
		max-width: 750px;
		margin: 29px 0 37px;
		font-size: 8rem;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

p {
	font-size: 1.6rem;
	margin: 1.5em 4em;
	line-height: 1.7;
}

@media screen and (max-width: 768px) {
	p {
		max-width: 750px;
		margin: 0 auto;
		font-size: 2.5rem;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

span {
	margin-bottom: 62px;
	font-size: 1.8rem;
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	/*object-fit: cover;
	object-position: center;*/
}

section {
	padding: 2rem 0;
}

.c-container {
	max-width: 1350px;
	margin: 0 auto;
}

.line {
	width: 94px;
	height: 1px;
	margin-left: 44px;
	background-color: #000;
}

.sp {
	display: none;
}

/*title*/
.main_title {
	display: flex;
	align-items: baseline;
}

@media screen and (max-width: 768px) {
	.title {
		max-width: 750px;
		margin: 0 auto;
	}

	.line {
		display: none;
	}

	h2 {
		font-size: 3rem;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

.img_txt1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.img_txt1 {
		max-width: 750px;
		margin: 0 auto;
		flex-direction: column;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

.img_txt2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.img_txt2 {
		max-width: 750px;
		margin: 0 auto;
		flex-direction: column-reverse;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

.img_txt3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.img_txt3 {
		max-width: 750px;
		margin: 0 auto;
		flex-direction: column;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

.img_txt4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.img_txt4 {
		max-width: 750px;
		margin: 0 auto;
		flex-direction: column-reverse;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

.text3 {
	text-align: center;
}

small {
	display: block;
	text-align: center;
}