@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 (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", serif;
}
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: #333333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 136rem;
	color: #333333;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
#container {
	text-align: left;
	overflow: hidden;
	opacity: 0;
	transition: .3s;
	position: relative;
}
#container.show {
	opacity: 1;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 961px) {
	.sp {
		display: none !important;
	}
	a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 960px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
}
#gHeader .hBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#gHeader .logo {
	margin-top: 4.1rem;
	width: 32.5rem;
}
#gHeader .logo a {
	opacity: 1;
}
#gHeader .rightBox {
	width: 12.4rem;
}
#gHeader .fixNaviBox {
	width: 12.4rem;
	position: fixed;
	right: 0;
	top: 4.5rem;
	z-index: 100;
}
#gHeader .link a {
	display: inline-block;
	vertical-align: top;
}
#gHeader .link {
	margin-bottom: 1.1rem;
}
#gHeader .comNavi {
	background-color: #333333;
	border-radius: 1.7rem 0 0 1.7rem;
	padding: 1.5rem 2rem 1.4rem 1rem;
	text-align: right;
}
@media all and (max-width: 960px) {
	#gHeader .link {
		margin-bottom: 0;
		position: absolute;
		top: 0;
		left: -0.5rem;
		width: 7.9rem;
	}
	#gHeader .logo {
		margin: 0 auto;
		width: 16.5rem;
	}
	#gHeader .hBox {
		display: block;
	}
}


/* comNavi */
.comNavi {
	font-size: 1.5rem;
	font-weight: 700;
}
.comNavi li {
	margin-bottom: 0.7rem;
}
.comNavi li:last-child {
	margin-bottom: 0;
}
.comNavi a {
	padding: 0 0.5rem 0.8rem 0;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	background: url("../img/common/line.png") repeat-x left bottom / auto 0.2rem;
}
.comNavi li:last-child {
	margin-bottom: 0;
}
.comNavi li:last-child a {
	padding-bottom: 0;
	background: none;
}
.comNavi li.on a {
	color: #F458A3;
}


/* menuBtn */
.menuBtn {
	width: 6rem;
	height: 6rem;
	background-color: #333333;
	cursor: pointer;
	transition: 0.3s;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	border-radius: 0 0 0 1.5rem;
}
.menuBtn.active {
	background-color: transparent;
}
.menu {
	margin-top: 0.1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2.4rem;
	width: 2.4rem;
	z-index: 100;
	transform: translate(-50%, -50%);
}
.menu span {
	background: #fff;
	border: none;
	height: 0.2rem;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 5rem;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 0.9rem;
}
.menu span:nth-of-type(3) {
	top: 1.8rem;
}
.active .menu .top {
	transform: translateY(0.9rem) translateX(0) rotate(45deg);
	z-index: 10;
}
.active .menu .bottom {
	transform: translateY(-0.9rem) translateX(0) rotate(-45deg);
}
.active .menu .middle {
	opacity: 0;
}



/* menuBox */
@media all and (min-width: 961px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 80;
	background-color: rgba(51,51,51,0.9);
	overflow-y: auto;
	display: none;
}
.menuBox .innerBox {
	padding: 6.5rem 0;
}
.menuBox .comNavi {
	text-align: center;
	font-size: 1.8rem;
}
.menuBox .comNavi li {
	margin-bottom: 2rem;
}
.menuBox .comNavi li:last-child {
	margin-bottom: 0;
}
.menuBox .comNavi a {
	padding: 0 0.8rem 2.2rem;
	position: relative;
}
.menuBox .comNavi img {
	width: 5rem;
	position: absolute;
	top: 50%;
	left: -5.3rem;
	margin-top: -1.6rem;
}
.menuBox .comBtn {
	position: relative;
	margin: 5.2rem auto 0;
	max-width: 35.7rem;
}
.menuBox .comBtn a {
	margin-left: -0.3rem;
	width: 28.8rem;
	height: 5.8rem;
	font-size: 1.8rem;
	position: absolute;
	bottom: 3.7rem;
	left: 50%;
	transform: translateX(-50%);
}
.menuBox .comNavi li:last-child a {
	padding-top: 0.5rem;
	color: #f458a3;
}
.menuBox .comBtn img {
	width: 100%;
}
.menuBox .comBtn .inner {
	padding: 0 5.3rem 0 2rem;
}
.menuBox .comBtn .inner::after {
	margin-top: -0.9rem;
	width: 1.9rem;
	height: 1.9rem;
	background-image: url("../img/common/icon04.png");
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 10rem 0 0;
	background: #f458a3 url("../img/common/icon05.png") repeat-x left top 1rem;
	background-size: auto;
	background-size: auto 0.3rem;
	position: relative;
	z-index: 20;
}
#gFooter::before {
	width: 58.8rem;
	height: 10.3rem;
	position: absolute;
	left: 50%;
	bottom: calc(100% - 1.3rem);
	transform: translateX(-50%);
	background: url("../img/common/bg02.png") no-repeat left top / 100% 100%;
	content: "";
}
#gFooter .list {
	position: absolute;
	width: fit-content;
	gap: 6.8rem;
	align-items: center;
	left: 50%;
	top: -2.9rem;
	transform: translateX(-50%);
	background: url(../img/common/icon06.png) no-repeat left 13.3rem center / 3.7rem;
}
#gFooter .list .item {
	width: 11.3rem;
}
#gFooter .list li {
	width: 16.8rem;
}
#gFooter .list li a {
	display: block;
}
#gFooter .fBox {
	margin: 0 auto 3.5rem;
	padding: 5.6rem 7.2rem 5.4rem 6.5rem;
	width: 100rem;
	border-radius: 3.5rem;
	box-sizing: border-box;
	border: 0.2rem solid #333;
	display: flex;
	justify-content: space-between;
	position: relative;
	background: url(../img/common/bg01.png) repeat left top / 6.7rem;
}
#gFooter .fBox .pos {
	position: absolute;
}
#gFooter .fBox .img01 {
	width: 11.5rem;
	right: 15rem;
	top: -6.1rem;
}
#gFooter .fBox .img02 {
	width: 7rem;
	right: -5.6rem;
	bottom: 1.4rem;
}
#gFooter .fBox .img03 {
	width: 8.3rem;
	left: 43.2rem;
	bottom: -0.5rem;
}
#gFooter .fBox .img04 {
	width: 5.7rem;
	left: -3.2rem;
	bottom: 3.6rem;
}
#gFooter .fBox .img05 {
	width: 17.6rem;
	right: -3.3rem;
	top: -6rem;
}
#gFooter .fBox .logo {
	width: 41.3rem;
}
#gFooter .fBox .logo a {
	display: block;
	opacity: 1;
}
#gFooter .fBox .subBox {
	margin-top: -2.7rem;
	width: 40rem;
}
#gFooter .subBox .img {
	margin: 0 6.6rem 1.9rem auto;
	width: 28.7rem;
}
#gFooter .btn a {
	padding-right: 5rem;
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	letter-spacing: 0.01em;
	font-weight: 700;
	color: #fff;
	border-radius: 4rem;
	background: #F458A3 url(../img/common/f_icon.png) no-repeat right 3.8rem center / 2.6rem;
}
#gFooter .box02 {
	margin-bottom: 1.8rem;
	padding: 0 3.5rem;
	font-size: 1.5rem;
	color: #fff;
}
#gFooter .box02 p {
	font-weight: 500;
}
#gFooter .box02 .link {
	margin-top: -1rem;
	align-items: center;
	font-weight: 400;
}
#gFooter .box02 .item01 {
	margin: 0 2.6rem 0 4.4rem;
	width: 3.7rem;
}
#gFooter .box02 .item02 {
	width: 4.3rem;
}
#gFooter address {
	padding: 2.2rem 2rem 2rem;
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	background: url(../img/common/bg03.png) repeat-x left top / 9.4rem;
}
@media all and (max-width: 960px) {
	#gFooter {
		background-position: left top 0.4rem;
		background-size: auto 0.1rem;
		padding: 8rem 1.9rem 0;
	}
	#gFooter::before {
		width: 19.6rem;
		height: 3.4rem;
		bottom: calc(100% - 0.5rem);
	}
	#gFooter .fBox {
		margin: 0 auto 3.8rem;
		max-width: 33.7rem;
		width: auto;
		display: block;
		padding: 1.9rem 2.1rem;
	}
	#gFooter .fBox .logo {
		margin-bottom: -1rem;
		width: auto;
		text-align: center;
	}
	#gFooter .fBox .logo img {
		width: 20.2rem;
	}
	#gFooter .fBox .subBox {
		margin-top: 0;
		width: auto;
	}
	#gFooter .subBox .img {
		margin: 0 0 0.3rem -0.7rem;
		width: auto;
	}
	#gFooter .subBox .img img {
		width: 21rem;
	}
	#gFooter .btn a {
		margin-right: 0.3rem;
		padding-right: 3.6rem;
		height: 5.7rem;
		font-size: 1.8rem;
		border-radius: 4rem;
		background-position: right 2.6rem center;
		background-size: 1.9rem;
	}
	#gFooter .box02 {
		margin-bottom: 1.4rem;
		padding: 0;
		font-size: 1.2rem;
		display: block;
		text-align: center;
	}
	#gFooter .box02 .link {
		margin: 2.3rem 0 0 -1.5rem;
		justify-content: center;
	}
	#gFooter .fBox .img05 {
		width: 9.6rem;
		right: 0.6rem;
		top: 7rem;
	}
	#gFooter .fBox .img02 {
		width: 3.2rem;
		right: -1.3rem;
		bottom: -1.5rem;
	}
	#gFooter .fBox .img03 {
		width: 3.8rem;
		left: 50%;
		bottom: -1.8rem;
		margin-left: -2.4rem;
	}
	#gFooter .fBox .img01 {
		width: 5.4rem;
		right: -0.5rem;
		top: 0.3rem;
	}
	#gFooter .fBox .img04 {
		width: 3.2rem;
		left: -1.1rem;
		bottom: -1.2rem;
	}
	#gFooter .list {
		gap: 0;
		justify-content: space-between;
		top: 2.3rem;
		background-position: left 9.6rem center;
		background-size: 2.5rem;
		width: 24.7rem;
		padding-left: 0.3rem;
	}
	#gFooter .list li {
		width: 11.8rem;
	}
	#gFooter .list .item {
		width: 7.8rem;
	}
	#gFooter .box02 .item01 {
		margin: 0 2rem 0 1.8rem;
		width: 3rem;
	}
	#gFooter .box02 .item02 {
		width: 3.5rem;
	}
	#gFooter address {
		padding: 1.6rem 2rem 1.2rem;
		font-size: 0.85rem;
		background-size: 8rem;
		margin: 0 -1.9rem;
	}
}

/* Firefox */
@-moz-document url-prefix() {
    .ten {
        letter-spacing: -0.5em;
    }
}