@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1599px) {
	html {
		font-size: max(51.56%, calc(1000vw / 1600));
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1240px;
	color: #333;
	font-size: 2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: clip;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp,
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 2.3rem 0;
}
#gHeader h1 {
	margin-top: 1.4rem;
	color: #000;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.4;
	order: 1;
}
#gHeader .logo01 {
	margin: 1.3rem 3.3rem 0 1.9rem;
	order: 0;
}
#gHeader .logo01 a {
	width: 14.3rem;
	display: inline-block;
}
#gHeader .logo01 img {
	width: 100%;
}
#gHeader .logo02 {
	margin: 1.6rem 0 0 5.8%;
	display: flex;
	align-items: center;
	gap: 2.4rem;
	color: #000;
	font-size: 1.3rem;
	order: 1;
}
#gHeader .logo02 img {
	width: 12.6rem;
}
#gHeader .hCta {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 3rem;
	order: 1;
}
#gHeader .hCta .tel {
	margin-top: 0.7rem;
}
#gHeader .hCta .tel a {
	padding-left: 3.1rem;
	width: fit-content;
	display: block;
	font-size: 3.7rem;
	font-weight: 700;
	line-height: 1.1;
	background: url(../image/icon01.png) no-repeat left top 0.7rem / 2.2rem;
}
#gHeader .hCta .tel .time {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.1;
}
#gHeader .hCta .btn {
	width: 16.4rem;
}
#gHeader .hCta .btn a {
	padding: 2rem 1rem 2.1rem;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	border-radius: 0 0 0 1.5rem;
	background: #8C0350;
}
#gHeader .hCta .btn a:hover {
	opacity: 0.7;
}
#gNavi {
	width: 100%;
	order: 1;
}
#gNavi .naviList {
	display: flex;
	justify-content: center;
	gap: 0 5rem;
}
#gNavi .naviList li a {
	display: block;
	color: #000;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
#gNavi .naviList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 1rem;
		padding: .9rem 4.8rem 0 2rem;
		gap: 0;
	}
	#gHeader h1 {
		margin: 0 0 0.5rem;
		width: 100%;
		font-size: 1rem;
		letter-spacing: 0.025em;
		font-feature-settings: "palt";
		order: 0;
	}
	#gHeader .logo01 {
		margin: 0;
	}
	#gHeader .logo01 a {
		width: 11rem;
	}
	#gHeader .logo02 {
		margin: 1.5rem 0 0 6%;
		gap: 1rem;
	}
	#gHeader .logo02 img {
		width: 9.2rem;
	}
	#gNavi {
		display: none;
	}
	.menu {
		width: 4.4rem;
		height: 6.7rem;
		position: absolute;
		right: 0;
		top: 0;
		border-radius: 0 0 0 1.3rem;
		background: #E3DED6;
		transition: 0.3s;
		cursor: pointer;
		z-index: 1000;
	}
	.menu span {
		width: 1.8rem;
		height: 0.2rem;
		position: absolute;
		left: 1.3rem;
		top: 2.5rem;
		background: #FFF;
		transition: 0.3s;
	}
	.menu span:nth-child(2) {
		top: 3.2rem;
	}
	.menu span:nth-child(3) {
		top: 3.9rem;
	}
	.menu.on {
		background: #FFF;
	}
	.menu.on span {
		width: 1.4rem;
		left: 1.5rem;
		background: #000;
	}
	.menu.on span:nth-child(1) {
		transform: translate(0, 0.7rem) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		opacity: 0;
	}
	.menu.on span:nth-child(3) {
		transform: translate(0, -0.7rem) rotate(-45deg);
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(255, 242, 0, 0.97);
		overflow-y: auto;
		z-index: 999;
		display: none;
	}
	.menuBox .menuWrap {
		padding: 11.2rem 2rem 3.5rem;
	}
	.menuBox .menuInner {
		margin-bottom: 2.2rem;
		padding: 2.2rem 2rem 2.5rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		color: #000;
		border-radius: 1.2rem;
		background: #FFF;
	}
	.menuBox .title {
		margin-bottom: 1rem;
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.538;
	}
	.menuBox .mLogo01 {
		width: 13.1rem;
	}
	.menuBox .mLogo01 a {
		display: block;
	}
	.menuBox .mLogo01 a img {
		width: 100%;
	}
	.menuBox .mLogo02 {
		margin-right: 6.5%;
		width: 10rem;
		text-align: center;
	}
	.menuBox .mLogo02 .txt {
		margin: 0.3rem 0 0.55rem;
		display: block;
		font-size: 1.2rem;
	}
	.menuBox .naviList {
		margin-top: 3.1rem;
		width: 100%;
		border-top: 0.1rem solid #E6E6E6;
	}
	.menuBox .naviList li {
		border-bottom: 0.1rem solid #E6E6E6;
	}
	.menuBox .naviList li a {
		padding: 1.3rem 1.1rem 1.7rem;
		display: block;
		font-size: 1.4rem;
		color: #000;
	}
	.menuBox .naviList .subList {
		margin: -0.4rem 0 1rem 2.4rem;
		display: flex;
		flex-wrap: wrap;
		gap: 0.8rem 0;
	}
	.menuBox .naviList .subList li {
		border: none;
		width: 25%;
	}
	.menuBox .naviList .subList li a {
		padding: 0;
		font-size: 1.3rem;
	}
	.menuBox .tel {
		margin-top: 2.6rem;
		width: 100%;
		text-align: center;
	}
	.menuBox .tel a {
		padding-left: 2.7rem;
		display: inline-block;
		vertical-align: top;
		font-size: 3.2rem;
		font-weight: 700;
		line-height: 1;
		background: url(../image/icon01.png) no-repeat left top 0.4rem / 1.9rem;
	}
	.menuBox .tel .time {
		margin-top: -0.3rem;
		display: block;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	.menuBox .btn a {
		padding: 1.6rem 5.5rem;
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 1.9rem;
		font-weight: 800;
		line-height: 1.2;
		letter-spacing: 0.05em;
		background: #8C0350 url(../image/icon02.png) no-repeat right 2.3rem center / 2.7rem;
		border-radius: 1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter,
#gFooter a {
	color: #000;
}
#gFooter .fInner {
	padding: 1.9rem 4rem 2rem 1.9rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 2.3rem 0;
	position: fixed;
	bottom: -12rem;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	transition: 1s;
}
#gFooter .fInner.on {
	bottom: 0;
}
#gFooter .fInner .title {
	margin-top: 0.8rem;
	color: #000;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.4;
	order: 1;
}
#gFooter .fInner .logo01 {
	margin: 0.9rem 3.3rem 0 0;
	order: 0;
}
#gFooter .fInner .logo01 a {
	width: 14.3rem;
	display: inline-block;
}
#gFooter .fInner .logo01 img {
	width: 100%;
}
#gFooter .fInner .logo02 {
	margin: 1.2rem 0 0 5%;
	display: flex;
	align-items: center;
	gap: 2.4rem;
	color: #000;
	font-size: 1.3rem;
	order: 1;
}
#gFooter .fInner .logo02 img {
	width: 12.6rem;
}
#gFooter .cta {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 3.7rem;
	order: 1;
}
#gFooter .cta .tel a {
	padding-left: 3.1rem;
	width: fit-content;
	display: block;
	font-size: 3.7rem;
	font-weight: 700;
	line-height: 1.1;
	background: url(../image/icon01.png) no-repeat left top 0.7rem / 2.2rem;
}
#gFooter .cta .tel .time {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.1;
}
#gFooter .cta .btn {
	width: 27.8rem;
}
#gFooter .cta .btn a {
	padding: 2.7rem 5rem 2.7rem 2rem;
	color: #FFF;
	font-size: 2.179rem;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 0.5rem;
}
#gFooter .info a:hover,
#gFooter .link a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	padding: 1.8rem 0 11rem 3.3rem;
	display: flex;
	justify-content: space-between;
	background-color: #e8f0f4;
}
body.thanks #gFooter .fBox {
	padding-bottom: 0;
}
#gFooter .fBox .photo {
	width: 44.6rem;
}
#gFooter .fBox .textBox {
	width: calc(50% + 8.7rem);
}
#gFooter .info {
	margin: 3.2rem 0 4.5rem;
	display: flex;
	font-size: 1.4rem;
	gap: 2.5rem;
}
#gFooter .info dt {
	padding-right: 2.1rem;
	font-size: 1.6rem;
	border-right: 0.1rem solid #000;
}
#gFooter .info .title {
	margin-bottom: 1.5rem;
	font-size: 1.9rem;
	font-weight: 600;
}
#gFooter .text {
	margin-bottom: 5.5rem;
	font-size: 1.3rem;
	line-height: 1.75;
	letter-spacing: 0.025em;
}
#gFooter .btmBox {
	margin: 0 0.5rem;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#gFooter address {
	font-size: 1.2rem;
	font-style: normal;
}
#gFooter .link {
	display: flex;
	font-size: 1.2rem;
	font-style: normal;
}
#gFooter .link li:not(:last-child) {
	margin-right: 1rem;
}
#gFooter .link li:not(:last-child) a {
	margin-right: 1rem;
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		padding: 1.4rem;
		gap: 0;
	}
	#gFooter .fInner .title {
		margin-top: 0;
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.33;
		order: 0;
		display: none;
	}
	#gFooter .fInner .logo01 {
		margin: 0.9rem 0 0;
		order: 1;
		display: none;
	}
	#gFooter .fInner .logo01 a {
		width: 11rem;
	}
	#gFooter .fInner .logo02 {
		margin: 2.2rem 0 0 12%;
		gap: 1rem;
		display: none;
	}
	#gFooter .fInner .logo02 img {
		width: 9rem;
	}
	#gFooter .cta {
		margin: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		column-gap: 0;
	}
	#gFooter .cta .tel {
		margin-bottom: 0;
	}
	#gFooter .cta .tel a {
		margin: 0 auto;
		font-size: 2rem;
		background-size: 14px;
        background-position: top 1px left 0;
        padding-left: 20px;
	}
	#gFooter .cta .btn {
		margin: 0;
		width: 18.8rem;
	}
	#gFooter .cta .btn a {
		font-size: 1.4rem;
        border-radius: 0.8rem;
        width: auto;
        padding: 1.2rem 4rem 1.2rem 1.4rem;
		background-size: 1.6rem;
	}
	#gFooter .fBox {
		padding: 0 0 6.8rem;
		display: block;
	}
	#gFooter .fBox .photo {
		width: 26.2rem;
		position: absolute;
		right: -9rem;
		bottom: 0;
	}
	#gFooter .fBox .textBox {
		padding-top: 2.5rem;
		width: auto;
	}
	#gFooter .info {
		margin: 0 2rem 2rem;
		font-size: 1.2rem;
		gap: 0.9rem;
	}
	#gFooter .info dt {
		padding-right: 0.7rem;
		flex-shrink: 0;
		white-space: nowrap;
		font-size: 1.4rem;
		border-right: 0.1rem solid #000;
	}
	#gFooter .info .title {
		margin-bottom: 0.8rem;
		font-size: 1.5rem;
	}
	#gFooter .text {
		margin: 0 2rem 9rem;
		font-size: 1.2rem;
	}
	#gFooter .btmBox {
		margin: 0;
		display: block;
		position: relative;
		z-index: 1;
	}
	#gFooter address {
		padding: 1.3rem 1.5rem;
		width: 100%;
		min-height: 4.5rem;
		color: #FFF;
		text-align: center;
		background: #E3DED6;
	}
	#gFooter .link {
		margin: 0 2rem 1.4rem;
		display: block;
	}
	#gFooter .link li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 0.3rem;
	}
	#gFooter .link li:not(:last-child) a {
		margin-right: 0;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/* font */
.roboto {
	font-family: "Roboto", sans-serif;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 auto 4.4rem;
	padding: 1.4rem 3rem 5.5rem;
	width: fit-content;
	min-width: 81.5rem;
	text-align: center;
	color: #FFF;
	font-size: 4.4rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	font-feature-settings: "palt";
	background: #8C0350;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.6rem), calc(50% + 3.3rem) calc(100% - 3.6rem), calc(50% - 2.3rem) 100%, calc(50% - 1.7rem) calc(100% - 3.6rem), 0 calc(100% - 3.6rem));
}
.headLine01 .yellow {
	color: #FFF200;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin: 0 0 4.4rem;
		padding: 1rem 1rem 3.2rem;
		width: auto;
		min-width: initial;
		font-size: 2.2rem;
		line-height: 1.2;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.1rem), calc(50% + 1.8rem) calc(100% - 2.1rem), calc(50% - 1.5rem) 100%, calc(50% - 1.1rem) calc(100% - 2.1rem), 0 calc(100% - 2.1rem));
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 120rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 27.8rem;
	padding: 2.2rem 5rem 2.5rem 2rem;
	display: block;
	flex-shrink: 0;
	text-align: center;
	font-weight: 800;
	font-size: 2.2rem;
	color: #fff !important;
	border-radius: 0.6rem;
	background: #8C0350 url(../image/icon02.png) no-repeat right 1.6rem center / 2.7rem;
}
.comBtn:hover {
	opacity: 0.7;
}

.inview.fadeup {
	opacity: 0;
	transition-duration: 1s;
	transform: translateY(10px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadedown {
	opacity: 0;
	transition-duration: 1s;
	transform: translateY(-10px);
}
.inview.fadedown.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: 1s;
	transform: translateX(-20px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}
.inview.faderight {
	opacity: 0;
	transition-duration: 1s;
	transform: translateX(20px);
}
.inview.faderight.active {
	opacity: 1;
	transform: translateX(0px);
}
.delay01 {
	transition-delay: .3s;
}
.delay02 {
	transition-delay: .6s;
}
.delay03 {
	transition-delay: .9s;
}
.delay04 {
	transition-delay: 1.2s;
}
.delay05 {
	transition-delay: 1.5s;
}
.delay06 {
	transition-delay: 1.8s;
}
.delay07 {
	transition-delay: 2.1s;
}
.delay08 {
	transition-delay: 2.4s;
}
.delay09 {
	transition-delay: 2.7s;
}
.delay10 {
	transition-delay: 3s;
}
.delay11 {
	transition-delay: 3.3s;
}
.delay12 {
	transition-delay: 3.6s;
}
.delay13 {
	transition-delay: 3.9s;
}
.delay14 {
	transition-delay: 4.2s;
}
.delay15 {
	transition-delay: 4.5s;
}