@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}

.uDMincho {
	font-family: 'BIZ UDMincho', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	overflow: hidden;
	text-align: left;
}
#main {
	padding-top: 71px;
	margin-bottom: 119px;
}
a[href^="tel:"] {
	cursor: pointer;
	pointer-events: auto;
}
.pc {
	display: none !important;
}
@media all and (min-width: 897px) {
	body {
		min-width: 1280px;
		font-size: 2rem;
	}
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 71px;
}
#gHeader.on .hInner .lBox {
	display: none;
}
.hInner {
	display: flex;
	justify-content: space-between;
}
.hInner .lBox {
	padding-left: 15px;
}
.hInner .rBox {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.hInner .naviUl {
	display: none;
}
.hInner h1 {
	padding-top: 15px;
	width: 156px;
}
.hInner .link {
	margin-top: 2px;
}
.hInner .link a {
	font-size: 1rem;
	letter-spacing: 0.15em;
}
.hInner .entryLink {
	margin-right: 71px;
}
.entryLink a {
	width: 71px;
	height: 71px;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
	font-size: 1.3rem;
	font-weight: bold;
	color: white;
}
.menu {
	top: 0;
	right: 0;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu a {
	height: 71px;
	width: 71px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid black;
	box-sizing: border-box;
	background-color: white;
}
.menu .sub {
	width: 28px;
	height: 28px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.menu.on .top {
	transform: translateY(12px) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-12px) rotate(45deg);
}
.menu .sub span {
	background: #231f20;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}

.menu span:nth-of-type(2) {
	top: 12px;
}

.menu span:nth-of-type(3) {
	top: 24px;
}
.menuBox {
	opacity: 0.9;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 900;
	background-color: white;
}
.menuBox .naviUl {
	padding: 135px 0 50px;
	text-align: center;
}
.menuBox .naviUl li {
	margin-bottom: 37px;
}
.menuBox .naviUl a {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
}
.menuBox .naviUl a span {
	margin-bottom: 4px;
	display: block;
	font-size: 2rem;
	text-decoration: underline;
}

@media all and (min-width: 897px) {
	#gHeader {
		height: 100px;
	}
	.menuBox {
		display: none !important;
	}
	.hInner {
		padding: 20px 0;
	}
	.hInner h1 {
		padding-top: 6px;
		width: 220px;
	}
	.hInner .link a {
		font-size: 1.3rem;
	}
	.hInner .lBox {
		display: block !important;
		padding-left: 57px;
	}
	.hInner .link {
		margin-top: 5px;
	}
	.hInner .link a:hover{ 
		opacity: 0.7;
	}
	.hInner .rBox {
		flex: 1;
		padding: 3px 0 0 20px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.hInner .naviUl {
		display: flex;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0;
	}
	.hInner .naviUl li {
		text-align: center;
		margin-left: 30px;
	}
	.hInner .naviUl a:hover {
		opacity: 0.7;
	}
	.hInner .naviUl li:first-child {
		margin-left: 0;
	}
	.hInner .entryLink {
		width: 180px;
		margin: 0 0 0 40px;
	}
	.hInner .entryLink a {
		width: 100%;
		height: 60px;
		font-size: 1.6rem;
		position: relative;
		color: white;
		padding-right: 75px;
		transition: ease .2s;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}
	.hInner .entryLink a:after {
		width: 60px;  
		height: 2px;
		background-color: white;
		position: absolute;  
		overflow: hidden;
		top: 50%;
		transform: translateY(-50%);
		right: 0;  
		content: ""; 
		z-index: 3;
	}
	.hInner .entryLink .subSpan {
		position: relative;
		z-index: 3;
		display: block;
	}
	.entryLink a:hover {
		color: black;
	}
	.entryLink a:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background:#fff;
		width: 100%;
	   height: 100%;
		transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		transform: scale(0, 1);
	   transform-origin: right top;
   }
   .entryLink a:hover:before{
		transform-origin:left top;
		transform:scale(1, 1);
	}
	.entryLink a:hover .subSpan {
		color: black;
	}
	.entryLink a:hover::after{
		background-color: black;
	}
	#main {
		padding-top: 100px;
	}
}

@media all and (max-width: 896px) {
	body.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	border-top: 1px solid #000000;
}
.fInner {
	padding: 55px 0 20px;
}
.fInner .naviUl {
	margin-bottom: 114px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.fInner .naviUl li {
	margin-bottom: 41px;
}
.fInner .naviUl a {
	text-decoration: underline;
}
.fLogo {
	margin-bottom: 45px;
	text-align: center;
}
address {
	text-align: center;
	font-style: normal;
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	color: #C4C4C4;
	line-height: 2;
}

@media all and (min-width: 897px) {
	#gFooter {
		position: relative;
	}
	.fInner {
		padding: 150px 0 50px;
	}
	.fInner .content {
		max-width: 1535px;
		margin: 0 auto 50px;
		display: flex;
		justify-content: space-between;
	}
	.fInner .lBox {
		order: -1;
	}
	.fInner .rBox {
		flex: 1;
		padding: 4px 108px 0 20px;
	}
	.fInner .naviUl {
		margin-bottom: 0;
		margin-left: -66px;
		display: flex;
		justify-content: flex-end;
	}
	.fInner .naviUl li {
		margin-left: 66px;
	}
	.fInner .naviUl li a:hover {
		text-decoration: none;
	}
	.fLogo {
		margin: 0;
	}
	.fLogo img {
		width: 350px;
	}
	address {
		font-size: 1.2rem;
	}
	.pageTop {
		position: absolute;
		bottom: 165px;
		right: 85px;
	}
	.pageTop a {
		width: 26px;
		position: relative;
		display: inline-block;
	}
	.pageTop a:after {
		width: 20px;  
		height: 68px;
		background: url(../../images/common/icon02.svg) no-repeat left top;
		background-size: 100% auto;
		position: absolute;  
		top: -6px;
		left: 27px;
		content: ""; 
	}
	.pageTop a:hover span {
		opacity: 0.7;
	}
	.pageTop a span {
		display: inline-block;
		-webkit-writing-mode : tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		transform-origin: right bottom;
	}
}

@media all and (min-width: 897px) and (max-width: 1200px) {
	.hInner .lBox {
		padding-left: 20px;
	}
	.hInner .entryLink {
		margin-left: 20px;
		width: 150px;
	}
	.hInner .naviUl li {
		margin-left: 20px;
		text-align: center;
		font-size: 1.3vw;
	}
	.hInner .entryLink a {
		font-size: 1.6rem;
	}
	.hInner .entryLink a::after { 
		width: 50px;
	}
	.hInner .link {
		margin-top: 5px;
	}
	.fInner .rBox {
		padding-right: 20px;
	}
	.fInner .naviUl {
		padding-right: 60px;
	}
	.fInner .naviUl li {
		margin-left: 50px;
	}
}

@media all and (min-width: 1201px) and (max-width: 1400px) {
	.fInner .rBox {
		padding-right: 20px;
	}
	.fInner .naviUl {
		padding-right: 60px;
	}
	.fInner .naviUl li {
		margin-left: 50px;
	}
}
