@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
*{
	box-sizing: border-box;
}
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: 56%;
	}
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #231815;
	text-decoration: none;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
}
a:active {
	color: #231815;
}
a.btn {
	display: block;
}
a.btn:hover img {
    opacity: 0.8;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1024px;
	color: #231815;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	counter-reset: number 0; 

	letter-spacing: 0.05em;
}
#container {
	padding-top: 81px;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 961px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 960px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 63px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	min-height: 81px;
	padding: 12px 33px 10px 13px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
	border-bottom: 2px solid #DCDCDC;
}
#gHeader .hBox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .rightBox {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: flex-end;
}

#gHeader .comLinkUl {
	display: grid;
	/* grid-template-columns: repeat(2,auto) min(326px, 24vw); */
	grid-template-columns: repeat(2, auto);
	grid-template-rows: 56px;
	/* justify-content: flex-end; */
	align-items: center;
	margin-right: 20px;
}
#gHeader .comLinkUl li:not(#gHeader .child-menu > li) {
	position: relative;
	height: 100%;
	padding: 0 1.3vw;
}
#gHeader .comLinkUl li .menu-item {
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 500;
	font-size: 1.46vw;
	letter-spacing: 0.025em;
}
#gHeader .comLinkUl li .menu-item::before {
	content: "";
    display: inline;
    width: 11px;
    height: 14px;
    margin-right: 4px;
    background: url(../img/common/icon_arrow.png) no-repeat left center / 11px;
}
#gHeader .comLinkUl li .menu-item.menu-item_link {
	padding-right: 20px;
    background-size: 16px;
	padding-right: 24px;
    background: url(../img/common/icon_link.png) no-repeat right center / 18px;
}
#gHeader .comLinkUl li.drop-menu{
	padding-right: 2.08vw;
	cursor: pointer;
}
#gHeader .comLinkUl li.drop-menu > .menu-item::before{
	content: "";
	width: 100%;
	height: calc(100% + 13px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#gHeader .comLinkUl li.drop-menu > .menu-item::after {
	content: "";
	background: url(../img/index/header-menu-arrow.svg) no-repeat center right / contain;
	width: 11px;
	height: 7px;
	margin-left: 5px;
}

#gHeader .comLinkUl li .menu-item:hover,
#gHeader .comLinkUl li.drop-menu .menu-item.open {
	color: #E60012;
}

#gHeader .child-menu{
	position: absolute;
	top: 69px;
	left: 0;
	width: 100%;
	display: none;
}
#gHeader .child-menu > li .menu-item{
	display: block;
	padding: 16px 25px 16px 35px;
	font-weight: 500;
	position: relative;
	background: #fff;
}
#gHeader .child-menu > li .menu-item::before{
	content: "";
	width: 11px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translateY(-50%);

	-webkit-mask-image: url(../img/index/header-triangle.svg);
  mask-image: url(../img/index/header-triangle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #E60012;
}

#gHeader .child-menu > li:not(:last-of-type){
	border-bottom: 1px solid #DCDCDC;
}
#gHeader .child-menu > li .menu-item:hover{
	background-color: #E60012;
}
#gHeader .child-menu > li .menu-item:hover::before{
  background: #fff;
}
#gHeader .child-menu > li .menu-item:hover{
	color: #fff;
}


@media (min-width:1201px) {
	#gHeader .comLinkUl li:not(#gHeader .child-menu > li) {
		padding: 0 15px;
	}
	#gHeader .comLinkUl li .menu-item {
		font-size: 18px;
	}
	#gHeader .comLinkUl li.drop-menu{
		padding-right: 25px;
	}
}

@media all and (min-width: 961px) and (max-width: 1200px) {
	#gHeader .logo {
		width: 160px;
	}
	#gHeader {
		padding-right: 13px;
	}

}

@media all and (max-width: 960px) {
	#gHeader {
		min-height: 63px;
		height: 63px;
		padding: 18px 33px 17px 10px;
		border-width: 1px;
	}
	#gHeader .logo {
		width: 144px;
	}
	/* ハンバーガーメニュー アイコン */
	#gHeader .menu {
		width: 35px;
		position: absolute;
		top: 15px;
		right: 14px;
		cursor: pointer;
		z-index: 20;
	}
}

/* menuBox */
.menuBox {
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}
.menuBox .headerBox {
	padding: 15px 15px 12px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #DCDCDC;
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
.menuBox .headerBox .fixed-background,
.menuBox .innerBox {
	margin-top: 63px;
}
.menuBox .logo {
	width: 144px;
	margin-top: -4px;
}
.menuBox .close {
	cursor: pointer;
}
.menuBox .innerBox {
	padding: 30px 31px 50px;
	position: relative;
}

.menuBox .innerBox::before, 
.menuBox .innerBox::after{
	content: "";
	position: absolute;
	top: 0;
	width: 34.13vw;
	height: 18.13vw;
	z-index: -1;
}

.menuBox .downloadArea {
	padding: 0;
}
.menuBox .downloadArea > div{
	padding: 0 0 30px 0;
	max-width: 313px;
	margin: 0 auto;
}
.menuBox .downloadArea div .headline{
	margin-bottom: 16px;
}
.menuBox .menu-list{
	padding-top: 0;
}
.menuBox .menu-list .comLinkUl li a{
	background: #fff;
	padding: 10px 15px;
	display: block;
	border-radius: 5px;
	filter: drop-shadow(0px 5px 10px #A8903E4D);
	position: relative;
}
.menuBox .menu-list .comLinkUl li a::after{
	content: "";
	width: 18px;
	height: 18px;
	background: url(../img/index/sp_menu_arrow.svg) no-repeat center right / contain;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.menuBox .menu-list .comLinkUl li:nth-of-type(n+2){
	margin-top: 10px;
}

.menuBox .menu-list .c__notes{
	margin-top: 20px;
	font-size: 10px;
}

.menuBox .comBtn {
	margin-bottom: 37px;
}

@media all and (max-width: 960px) {
	.menuBox .innerBox small{
		font-size: 1rem;
		margin-top: 40px;
		display: inline-block;
	}
}
@media all and (min-width: 961px) {
	.menuBox {
		display: none !important;
	}
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
}
#gFooter .copyright {
	color: #fff;
	font-style: normal;
	font-size: 1.2rem;
	background-color: #4B4B4B;
	text-align: center;
	padding: 7px 0 8px;
}
.pageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	width: 60px;
}
.pageTop.stop {
	position: absolute;
	bottom: 0;
	top: -140px;
}

@media all and (min-width: 961px) {
	.pageTop a:hover {
		filter: brightness(1.2);
	}
}
@media all and (max-width: 960px) {
	.pageTop {
		bottom: 124px;
		right: 10px;
		width: 50px;
	}
	.pageTop.stop {
		position: absolute;
		top: -173px;
	}
}
@media all and (max-width: 374px) {
	#gFooter {
		/* padding-bottom: 108px; */
	}
}