@charset "UTF-8";

/* ==================================================

WEB FONT

*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* ==================================================

RESET

*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
html, body {
	width: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
ul, ol {
	list-style-type: none;
}
a {
	cursor: pointer;
}
img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

/* ==================================================

HTML

*/
html {
	font-size: 1.68vw;
}
@media screen and (max-width: 980px) {
	html {
		font-size: 1.88vw;
	}
}
@media screen and (max-width: 768px) {
	html {
		/* 幅750px 1rem = 10px */
		font-size: 1.333vw;
	}
}

body {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.83;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1024px) {
	body {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 0;
	}
}

main {
	overflow: hidden;
}

/* ==================================================

	VISIBLE

*/
@media screen and (max-width: 768px) {
	.visible-pc {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.visible-sp {
		display: none;
	}
}

/* ==================================================

MAIN

*/
.main {
	position: relative;
	text-align: center;
}
.main .kv {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.main .inner {
	position: relative;
	padding: 5.8rem 0 15.6rem 0;
	background-position: center;
	background-image: url(../img/parts-pc.png);
	background-size: cover;
}
.main .catch {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	line-height: 1.4;
}
.main h1 {
	font-size: 2.9rem;
	line-height: 1.5;
	letter-spacing: -0.02em;
}
.main h1 span {
	display: inline-block;
	text-indent: -0.4em;
}
.main dl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.main dt {
	margin: 0 0.5em 0.6rem 0.5em;
}
.main dt em {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.04em;
	width: 8.1rem;
	height: 3rem;
	background-color: #3d599d;
	border-radius: 0.4rem;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #fff;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
}
.main dd {
	font-size: 1.7rem;
	color: #3d599d;
}
.main dd em {
	letter-spacing: -0.04em;
	font-size: 300%;
	line-height: 1;
}
.main dd span {
	display: inline-block;
	text-indent: -0.5em;
}
@media screen and (max-width: 768px) {
	.main .kv {
		left: -8rem;
		right: -8rem;
	}
	.main .inner {
		padding: 10rem 0 25rem 0;
		background-image: url(../img/parts-sp.png);
	}
	.main .catch {
		margin-bottom: 2rem;
		font-size: 3.8rem;
		line-height: 1.6;
	}
	.main h1 {
		margin-bottom: 4rem;
		padding-left: 0.5em;
		font-size: 7.6rem;
		line-height: 1.3;
		text-indent: -0.5em;
	}
	.main dl {
		flex-direction: column;
		align-items: center;
	}
	.main dt {
		margin: 0 0 1rem 0;
	}
	.main dt em {
		width: 22rem;
    height: 7rem;
    border-radius: 1rem;
    font-size: 4rem;
	}
	.main dd {
		font-size: 5rem;
		line-height: 1.2;
	}
	.main dd em {
		font-size: 280%;
	}
	.main dd span {
		font-size: 78%;
		text-indent: 0;
	}
}

/* ==================================================

DETAIL

*/
.detail {
	padding: 2.6rem 0 5rem 0;
	background-color: #3d599d;
	color: #fff;
}
.detail .head {
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail .head h2 {
	margin-right: 1rem;
}
.detail .head h2 em {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.08em;
	width: 8.3rem;
	height: 3.2rem;
	border-radius: 0.64rem;
	background-color: #dff2fc;
	font-size: 1.55rem;
	line-height: 1.3;
	color: #3d599d;
	text-indent: 0.06em;
	letter-spacing: 0.06em;
}
.detail .head h3 {
	font-size: 1.78rem;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
.detail .head h3 span {
	display: inline-block;
	position: relative;
}
.detail .head h3 span::before,
.detail .head h3 span::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	margin-left: -0.2rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: #fff;
}
.detail .head h3 span::before {
	left: 25%;
}
.detail .head h3 span::after {
	left: 75%;
}
.detail ol {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 1rem 0 0 0;
	max-width: 50rem;
}
.detail ol > li {
	flex-basis: 50%;
	padding: 1rem;
}
.detail .frame {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1.8rem 1.4rem 0.2rem 1.4rem;
	background-color: #fff;
	border-radius: 0.72rem;
	color: #040000;
}
.detail .frame h3 {
	position: relative;
	flex-basis: 100%;
	margin-bottom: 0.4rem;
	padding: 0 0 0.8rem 3.4rem;
	border-bottom: 1px solid #3d599d;
	font-size: 1rem;
	line-height: 1.3;
}
.detail .frame h3 i {
	display: block;
	position: absolute;
	bottom: 0.8rem;
	left: -0.1rem;
	font-weight: 400;
	font-size: 3.1rem;
	line-height: 1;
	transform: scaleX(0.86);
	transform-origin: 0 0;
	color: #3d599d;
}
.detail .frame h3 em {
	font-size: 1.4rem;
	color: #3d599d;
}
.detail .frame ul {
	padding-top: 0.2rem;
	font-size: 0.66rem;
	line-height: 1.5;
}
.detail .frame ul li {
	padding: 0.3rem 0;
}
.detail .frame ul li::before {
	content: '●';
	padding-right: 0.2em;
	color: #3d599d;
}
.detail .frame .icon {
	margin: -0.2rem 1rem 0 0;
	width: 6rem;
}
.detail li:nth-child(4) .frame .icon {
	transform: translateX(-1rem);
}
.detail .note {
	margin: 0 auto;
	max-width: 48rem;
	font-size: 0.63rem;
}
.detail .call {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.detail .call a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.2em 0.1em 0;
	width: 26.4rem;
	height: 5.1rem;
	border: 1px solid #fff;
	border-radius: 0.7rem;
	font-weight: 400;
	font-size: 2.6rem;
	line-height: 1.3;
}
.detail .call a::before {
	content: '';
	display: block;
	margin: 0.1em 0.4em 0 0;
	width: 2.8rem;
	height: 2.8rem;
	background-repeat: no-repeat;
	background-image: url(../img/call.svg);
	background-size: contain;
}
@media screen and (max-width: 768px) {
	.detail {
		padding: 6rem 0 8rem 0;
	}
	.detail .head {
		flex-direction: column;
	}
	.detail .head h2 {
		margin: 0 0 2.4rem 0;
	}
	.detail .head h2 em {
		width: 22rem;
		height: 7rem;
		border-radius: 1rem;
		font-size: 4rem;
	}
	.detail .head h3 {
		font-size: 5.4rem;
	}
	.detail .head h3 span::before,
	.detail .head h3 span::after {
		margin-left: -0.5rem;
		width: 1rem;
		height: 1rem;
	}
	.detail ol {
		display: block;
		padding: 5rem 3rem 0 3rem;
		max-width: initial;
	}
	.detail ol > li {
		padding: 0 0 3rem 0;
	}
	.detail .frame {
		padding: 1.8rem 3rem 2rem 3rem;
		border-radius: 2rem;
	}
	.detail .frame h3 {
		position: relative;
		flex-basis: 100%;
		margin-bottom: 0.4rem;
		padding: 2rem 0 2rem 9rem;
		border-bottom: 1px solid #3d599d;
		font-size: 3.4rem;
		line-height: 1.3;
	}
	.detail .frame h3 i {
		bottom: 2rem;
		font-size: 8rem;
	}
	.detail .frame h3 em {
		font-size: 4.4rem;
	}
	.detail .frame ul {
		padding-top: 1rem;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	.detail .frame ul li {
		padding: 1rem 0;
	}
	.detail .frame .icon {
		margin: 1.6rem 0 0 0;
		width: 18rem;
	}
	.detail li:nth-child(2) .frame .icon {
		transform: translateX(1rem);
	}
	.detail li:nth-child(1) .frame .icon,
	.detail li:nth-child(3) .frame .icon,
	.detail li:nth-child(4) .frame .icon {
		transform: translateX(-2rem);
	}
	.detail .note {
		padding: 0 3rem;
		max-width: initial;
		font-size: 2.2rem;
	}
	.detail .call {
		display: block;
		margin-top: 5rem;
		padding: 0 3rem;
	}
	.detail .call a {
		width: auto;
		height: 14rem;
		border-radius: 2rem;
		font-size: 7.4rem;
	}
	.detail .call a::before {
		width: 7.4rem;
		height: 7.4rem;
	}
}

/* ==================================================

FOOTER

*/
footer {
	font-size: 0.7rem;
}
footer .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 2rem 0;
	max-width: 48rem;
}
footer a:hover {
	text-decoration: underline;
}
footer .logo {
	width: 197px;
}
footer .copyright {
	background-color: #3d599d;
}
footer .copyright small {
	display: block;
	padding: 1rem 0;
	text-align: center;
	font-size: 0.6rem;
	color: #fff;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
	footer .wrap {
		display: block;
		padding: 30px 0 20px 0;
		max-width: initial;
		text-align: center;
		font-size: 14px;
	}
	footer .logo {
		margin: 0 auto 20px auto;
		width: 180px;
	}
	footer ul li {
		margin-bottom: 10px;
	}
	footer .copyright small {
		padding: 10px 0;
		font-size: 10px;
	}
}