@charset "utf-8";
/* CSS Document */


html,
body {
	min-width: 1020px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	letter-spacing: 0.08em;
	font-family: 'Noto Sans JP', sans-serif;
}

/*===== 20220920追記 */

.main {
	font-size: 10px;
	/* 20220920変更前14px */
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.robot_font {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width:750px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

}

.header__inner {
	max-width: 1920px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3.7rem 2.2rem;
}

.header-logo {
	width: 25.2rem;
}



/* fv*/
.fv {
	width: 100%;
	background-color: #fff;
	position: relative;
	height: auto;
}

.fv_ct {
	position: relative;
	height: 16.8rem;
}

.fv_top {
	position: absolute;
	top: 2rem;
	left: 2rem;
	z-index: 1;
}

.fv_top img {
	width: 100%;
}

@media screen and (max-width:750px) {
	.fv_ct {
		position: relative;
		height: 16rem;
	}

	.fv_top {
		top: 0;
		left: 1.2rem;
	}
}


/* main */
.main a {
	display: inline-block;
}

.main-wrapper {
	max-width: 1280px;
	background-color: #fdf5f6;
	margin: 0 auto;
	line-height: 1.61;
	padding-bottom: 6.8rem;
	margin-bottom: 6.8rem;
}

.main-inner {
	position: relative;
}

.tha_h2,
.tha_h2-span,
.tha_h2-span-big {
	color: #ca0010;
}

.tha_h2 {
	font-size: 6.43rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.08em;
	margin: 0 0 3rem;
	position: absolute;
	width: 100%;
	height: 10rem;
	top: -5rem;
}

.tha_h2-span {
	font-size: 1.57rem;
	display: block;
	letter-spacing: 0.08em;
	font-weight: 700;
	margin: -2rem 0 4rem 0;
	font-family: 'Noto Sans JP', sans-serif !important;
	line-height: 1.7777;
}

.tha_h2-span-big {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 1.5rem 0;
}

.concept_book {
	padding-top: 6rem;
}

.concept_book-img {
	margin-bottom: 1.22rem;
}

.concept_book-p {
	font-size: 1.15rem;
	font-weight: bold;
	margin-bottom: 1.22rem;
}

.morebutton,
.link-button a {
	width: 588px;
	height: 91px;
	margin: 0 auto;
	border: #fff solid 5px;
	border-radius: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.morebutton {
	background-color: #ca0010;
	box-shadow: 10px 10px 10px #ded7d8;
	color: #fff;
	font-size: 1.715rem;
	font-weight: 500;
	gap: 1rem;
	margin-bottom: 3rem;
}

@media screen and (max-width:750px) {
	.main {
		margin-top: 2rem;
	}

	.main-wrapper {
		margin: 0 2.5rem 5rem;
		padding-bottom: 0;
	}

	.tha_h2 {
		font-size: 9rem;
		margin: 0 0 2.15rem;
		top: -7rem;
	}

	.tha_h2 span {
		font-size: 3.6rem;
		line-height: 1.2777;
	}

	.concept_book {
		padding-top: 9rem;
	}

	.concept_book-p {
		font-size: 2.8rem;
		margin: 0 auto 2rem;
	}

	.concept_book-img {
		font-size: 2.8rem;
		margin: 2rem auto 0;
	}

	.book-sp {
		width: 24rem;
	}

	.morebutton,
	.link-button a {
		width: 63rem;
		height: 9.5rem;
		border-radius: 6rem;
	}

	.morebutton {
		font-size: 3rem;
		font-weight: 600;
		letter-spacing: 0.08em;
	}

	.morebutton img {
		width: 4.6rem;
	}

	.morebutton_a {
		margin-bottom: 8rem;
	}

	.tha_h2-span {
		font-size: 2.3rem;
	}

	.tha_h2-span-big {
		font-size: 2.5rem;
	}

}

/* mail */
.book_caution {
	display: flex;
	justify-content: center;
	gap: 4rem;
}

.book_caution-img {
	display: flex;
	align-items: center;
}

.book_caution-img img {
	width: 4.3rem;
	transform: rotateZ(-14.85deg);
}

.book_caution-p {
	text-align: left;
	font-size: 1.3rem;
}

.book_caution-span {
	font-size: 1.1rem;
}

.link-button {
	margin-bottom: 8%;
}

.link-button a {
	background-color: #8f9090;
	color: #fff;
	font-size: 24px;
}

@media screen and (max-width:750px) {
	.book_caution {
		flex-direction: column;
		gap: 0;
	}

	.book_caution-img,
	.book_caution-p {
		margin: 0 auto;
	}

	.book_caution-img img {
		width: 10.22rem;
		transform: rotateZ(0);
	}

	.book_caution-p {
		font-size: 3rem;
		margin: 0 4rem;
		font-weight: 500;
	}

	.book_caution-span {
		font-size: 2.6rem;
	}

	.book_caution-img {
		margin-bottom: 3rem;
	}

	.link-button {
		margin-bottom: 10rem;
	}

	.link-button a {
		font-size: 2.6rem;
		letter-spacing: 0.08em;
	}
}



/* footer */
/* footer-sns */
.footer-sns {
	background-color: #fff;
}

.footer-sns_ct {
	padding: 2.9rem 0;
}

.footer-sns_items {
	display: flex;
}

.footer-sns_item {
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
}

.footer-sns_item:nth-child(2n) a {
	border: solid 2px #f6f4f0;
	border-top: 0;
	border-bottom: 0;
}

.footer-sns_item a {
	display: flex;
	flex-wrap: wrap;
	font-family: "Spartan" !important;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.15rem;
	padding: 2.9rem 0;
	position: relative;
	color: inherit;
	text-decoration: none;
}

.footer-sns_item img {
	display: inline-block;
	width: 3.93rem;
	padding-right: 1.43rem;
}

@media screen and (max-width: 769px) {
	.footer-sns_items {
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.footer-sns_item {
		max-width: 100%;
	}

	.footer-sns_item img {
		width: 4rem;
		padding-right: 1rem;
	}

	.footer-sns_item a {
		padding: 1.8rem 0;
		font-size: 1.4rem;
	}

	.footer-sns_item:nth-child(2) a {
		border-top: solid 1px #f6f4f0;
		border-bottom: solid 1px #f6f4f0;
		border-left: 0;
		border-right: 0;
	}

	.footer-sns_item:nth-child(3n) a {
		border-bottom: solid 1px #f6f4f0;
		border-left: 0;
		border-right: 0;
	}
}

@media screen and (max-width:480px) {
	.footer-sns_ct {
		padding: 8rem 0;
	}

	.footer-sns_item img {
		width: 8rem;
		padding-right: 2.2rem;
	}

	.footer-sns_item a {
		padding: 4.3rem 0;
		font-size: 2.57rem;
	}
}


/* footer */

.footer {
	background-color: #c80a14;
}

.footer_ct {
	max-width: 1200px;
	margin: 0 auto;
	padding: 4.286rem 0;
}

.footer_box {
	display: flex;
	align-items: center;
	padding: 0 2rem;
	width: 90%;
	margin: 0 auto;
}

.footer_logo {
	width: 20%;
}

.footer_logo img {
	max-width: 50%;
}

.footer_info {
	padding: 0;
	color: #fff;
	text-align: left;
	width: 80%;
	font-size: 1rem;
}

.footer_info_address {
	margin-bottom: 0.072rem;
}

.footer_info_tel {
	margin-bottom: 0.6rem;
	padding-bottom: 0.6rem;
	border-bottom: 2px solid #fff;
}

.footer_lists {
	display: flex;
	flex-wrap: wrap;
}

.footer_list {
	font-size: 1rem;
	margin-bottom: 0.072rem;
}

.footer_copyright {
	padding: 1.39rem 0 0 0;
	color: #fff;
	font-size: 1rem;
}

.praivacy_poricy {
	color: #fff;
	display: inline-block;
	margin: 0 0 0.072rem;
}

@media screen and (max-width: 769px) {
	.footer_ct {
		padding: 2.2rem 0;
	}

	.footer_box {
		width: 96%;
		flex-direction: column;
		padding: 0 1.5rem;
	}

	.footer_logo {
		padding: 0 0 1.43rem;
		max-width: 100%;
	}

	.footer_logo img {
		max-width: 100%;
	}

	.footer_info {
		width: 100%;
		font-size: 1.2rem;
		letter-spacing: normal;
	}

	.footer_info_tel {
		border-bottom: 1px solid #fff;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}

	.footer_list {
		font-size: 1.2rem;
	}

	.footer_copyright {
		font-size: 1rem;
		letter-spacing: normal;
		text-align: left;
		padding: 0.72rem 1.43rem;
	}

	.praivacy_poricy {
		margin: 0 0 1.5rem;
	}
}

@media screen and (max-width:480px) {
	.footer_ct {
		padding: 6.4rem 0;
	}

	.footer_logo {
		padding: 0 0 4.3rem;
	}

	.footer_info {
		font-size: 2.5rem;
	}

	.footer_box {
		width: 90%;
		padding: 0 2.8rem;
	}

	.footer_info_tel {
		margin-bottom: 2.2rem;
		padding-bottom: 2.2rem;
	}

	.footer_list {
		font-size: 2.5rem;
	}

	.footer_copyright {
		font-size: 1.5rem;
		padding: 2rem 4rem;
	}

}

/* 20230214追記 */
.p-dcampaign-wrapper {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.p-dcampaign_top-inner {
	max-width: 1280px;
	margin: 0 auto 8%;
	background: #0588ce;
	padding: 0 0 5rem;
}

.p-dcampaign_top-camimg {
	margin-bottom: 3rem;
}

.p-dcampaign_top-camimg img {
	width: 100%;
}

.p-dcampaign_top_mdlhouse {
	background-color: #B62229;
	color: #fff;
	font-size: 55px;
	font-weight: 600;
	border-radius: 2rem;
	padding: 15px 100px;
}

.p-dcampaign_bottom-wrapper {
	background: #0588ce;
	letter-spacing: 0.05em;
}

.p-dcampaign_bottom-inner {
	width: 100%;
	max-width: 700px;
	padding: 40px 0;
	margin: 0 auto;
}

.p-dcampaign_bottom_title {
	font-size: 27px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto 2rem;
}

.p-dcampaign_bottom_text {
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	padding: 0;
	line-height: 1.5;
}

.p-dcampaign_bottom_text li {
	margin-bottom: 1rem;
}

.p-dcampaign_bottom_link-bl {
	color: #000;
}

@media screen and (max-width: 750px) {
	.p-dcampaign-wrapper {
		width: 90%;
	}

	.p-dcampaign_top-inner {
		margin: 0 auto 15%;
	}

	.p-dcampaign_bottom-inner {
		padding: 2rem 2rem 5rem;
	}

	.p-dcampaign_bottom_title {
		margin-bottom: 1rem;
		font-size: 2.7rem;
	}

	.p-dcampaign_bottom_text {
		font-size: 1.4rem;
	}

	.p-dcampaign_top_mdlhouse {
		font-size: 4rem;
		padding: 1.5rem 7rem;
	}

	.p-dcampaign_bottom-inner {
		width: auto;
		max-width: none;
	}
}