<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;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;
}
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 {
	min-width: 1160px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.73;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	margin-top: -110px;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}

@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
		line-height: 1.5;
		margin-top: 0px;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	.pc_hid {
        display: inline;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .3s;
}
#gHeader.on {
	background-color: rgba(255, 255, 255, 1);
}
#gHeader.on #gNavi li a {
	color: #000;
}
#gHeader .hBox {
/*
	position: relative;
*/
	margin: 0 auto;
	max-width: 1240px;
	box-sizing: border-box;
	padding: 0 100px;
}
/* h1タグ修正部分 20220621 from */
/*
#gHeader h1 {
	width: 60px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#gHeader h1 img.p1{
	display: block;
}
#gHeader h1 img.p2{
	display: none;
}
#gHeader.on h1 img.p1{
	display:none;
}
#gHeader.on h1 img.p2{
	display: block
}
*/
#gHeader .aglogo {
	width: 60px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#gHeader .aglogo img.p1{
	display: block;
}
#gHeader .aglogo img.p2{
	display: none;
}
#gHeader.on .aglogo img.p1{
	display:none;
}
#gHeader.on .aglogo img.p2{
	display: block
}
/* h1タグ修正部分 20220621 to */

#gHeader .rBox {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#gHeader .rBox .tel {
	background: rgb(0 66 253 / 40%);
	padding: 18px 10px;
	font-weight: 700;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.02em;
	text-align: center;
}

#gHeader .rBox .tel img {
	margin-right:10px;
	margin-top:5px;
	height:25px;
}

#gHeader .rBox .tel a {
	font-weight: 700;
	font-size: 1.9rem;
	color: #fff;
	letter-spacing: 0.02em;
}

#gHeader .rBox .tel a:hover {
	opacity: 0.7;
}

#gHeader .rBox .btn {
	height: 100%;
}

#gHeader .rBox .btn a {
	display: flex;
	height: 100%;
	width: 162px;
	justify-content: center;
	align-items: center;
	background: #f93a3a;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}

#gHeader .rBox .btn a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
/*
	#gHeader {
		position: fixed;
		background: transparent;
		transition: 0.3s;
	}
	#gHeader.on {
		background: #fff;
	}
	#gHeader h1 img{
		width: 50px;
		margin-left: 10px;
	}

	#gHeader .hBox {
		max-width: inherit;
		padding: 14px 13px 12px;
	}
	#gHeader h1 {
		width: 114px;
		position: relative;
		left: auto;
		top: auto;
		transform: translateY(0);
		cursor: default;
		pointer-events: none;
		transition: 0.3s;
	}
	#gHeader.on h1 {
		opacity: 1;
		cursor: auto;
		pointer-events: auto;
	}
	.menu {
		width: 28px;
		height: 11px;
		position: absolute;
		right: 25px;
		top: 28px;
		z-index: 100;
		cursor: pointer;
	}
	.menu span {
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		transition: all .3s ease;
	}
	#gHeader.on .menu span {
		background: #000;
	}
	.menu span:nth-child(2) {
		top: 9px;
	}
	.menu.on span:nth-child(1) {
		transform: translateY(5px) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		transform: translateY(-5px) translateX(0) rotate(-45deg);
	}
*/



	#gHeader {
		position: fixed;
		background: transparent;
		transition: 0.3s;
	}
	#gHeader.on {
		background: #fff;
	}
	#gHeader .hBox {
		max-width: inherit;
		padding: 14px 13px 12px;
	}
/* h1タグ修正部分 20220621 from */
/*
	#gHeader h1 img{
		width: 50px;
		margin-left: 10px;
	}
	#gHeader h1 {
		width: 114px;
		position: relative;
		left: auto;
		top: auto;
		transform: translateY(0);
		cursor: default;
		pointer-events: none;
		transition: 0.3s;
	}
	#gHeader.on h1 {
		opacity: 1;
		cursor: auto;
		pointer-events: auto;
	}
*/
	#gHeader .aglogo img{
		width: 50px;
		margin-left: 10px;
	}
	#gHeader .aglogo {
		width: 114px;
		position: relative;
		left: auto;
		top: auto;
		transform: translateY(0);
		cursor: default;
		pointer-events: none;
		transition: 0.3s;
	}
	#gHeader.on .aglogo {
		opacity: 1;
		cursor: auto;
		pointer-events: auto;
	}
/* h1タグ修正部分 20220621 To */

/*
	#gHeader {
		padding: 10px 16px;
		min-height: inherit;
		background: none;
		justify-content: space-between;
		box-sizing: border-box;
		align-items: flex-start;
		min-width: 0px;
	}
	#gHeader h1 {
		position: relative;
		left: auto;
		top: auto;
		width: 49px;
		z-index: 10;
	}
	#gHeader h1 img{
		width: 49px !important;
	}
*/
	#gHeader .rBox {
		display: none;
	}
	#gHeader .menu {
		top: 19px;
		right: 25px;
		position: absolute;
		width: 30px;
		height: 22px;
		z-index: 10;
		cursor: pointer;
	}
	#gHeader .menu span {
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		height: 2px;
		background-color: #FFF;
		transition: all .3s;
	}
	#gHeader .menu span:first-child {
		top: 0;
	}
	#gHeader .menu span:last-child {
		top: 20px;
	}
	#gHeader .menu.on span {
		top: 10px !important;
		opacity: 0;
	}
	#gHeader .menu.on span:first-child {
		opacity: 1;
		transform: rotate(45deg);
	}
	#gHeader .menu.on span:last-child {
		opacity: 1;
		transform: rotate(-45deg);
	}


	#gHeader .menuBox {
		padding-bottom: 30px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		/* z-index: 5; */
		/* height: 100vh; */
		/* overflow: auto; */
		/* text-align: center; */
		background-color: #000;
		display: none !important;
	}
	#gHeader.open .menuBox{
		display: block !important;
	}
	#gHeader .menuBox ul {
		margin: 84px 0 43px;
	}
	#gHeader .menuBox li {
		text-align: center;
		/* margin-bottom: 26.5px; */
	}
	#gHeader .menuBox .search{
		text-align: center;
	}
	#gHeader .menuBox li a {
		font-size: 16px;
		font-weight: 700;
		color: #FFF;
		display: inline-block;
		letter-spacing: 0.02em;
	}
	#gHeader .menuBox li.on a {
		border-bottom: 2px solid #F93A3A;
	}
	#gHeader .menuBox input {
		margin: 0 auto 42px;
		border: none;
		padding: 5px 5px 5px 30px;
		border-bottom: 1px solid #FFF;
		box-sizing: border-box;
		width: 164px;
		-webkit-appearance: none;
		appearance: none;
background:none;
border-radius: 0 !important;
		color: #FFF;
	}
	#gHeader .menuBox input#input_btn{
		background: url("../../img/common/icon01.png") left center no-repeat;
		background-size: 16px;
	}

	#gHeader .menuBox .btn {
		margin-bottom: 40px;
	}
	#gHeader .menuBox .btn a {
		margin: 0 auto;
		width: 204px;
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #F93A3A;
		color: #FFF;
		font-size: 14px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gNavi {
	text-align: center;
}
#gNavi li {
	display: inline-block;
}

#gNavi li.hide-link {
	opacity: 0;
}

#gNavi li.comp {
	visibility: hidden;
}

#gNavi li a {
	padding: 29px 18px;
	font-size: 1.8rem;
	display: block;
	color: #fff;
	font-weight: 700;
	transition:opacity .3s;
}
#gNavi li a:hover {
	opacity: 0.5;
}
@media all and (max-width: 767px) {
	#gNavi {
		width: 100%;
		height: 100vh;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		overflow: auto;
		z-index: 99;
	}
	#gNavi div {
		box-sizing: border-box;
		padding: 100px 25px;
		width: 100%;
		min-height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#gNavi ul {
		width: 100%;
	}
	#gNavi li {
		display: block;
	}
	#gNavi li a {
		padding: 20px 0;
		font-size: 1.6rem;
		font-weight: 500;
	}
	#gNavi li.hide-link {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 89px 0 62px;
	text-align: center;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 1110px;
}


#gFooter .fBox a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
}


#gFooter .fTtl {
	margin-bottom: 47px;
	font-size: 3.8rem;
	font-weight: 700;
}
#gFooter .fTxt {
	margin-bottom: 46px;
	font-size: 2.8rem;
	line-height: 1.92;
}
#gFooter .fTxt01 {
	margin-bottom: 61px;
}
#gFooter .fNote {
	margin-top: 11px;
	display: block;
	font-size: 1.8rem;
}
#gFooter .new {
	font-size:4.0rem;
	color:#ffff00;
}
#gFooter .fBtnUl {
	margin-bottom: 86px;
}
#gFooter .fBtnUl li {
	margin: 0 15px;
	width: 310px;
}
#gFooter .fBtnUl li a {
	padding: 20px 5px 22px;
	font-size: 2.1rem;
	font-weight: 700;
	display: block;
	text-align: center;
	border-radius: 40px;
}


#gFooter .fBtnUl_2 {
	margin-bottom: 86px;
}
#gFooter .fBtnUl_2 li {
	margin: 0 15px;
	width: 310px;
}
#gFooter .fBtnUl_2 li a {
	padding: 20px 5px 22px;
	font-size: 2.1rem;
	font-weight: 700;
	display: block;
	text-align: center;
	border-radius: 40px;
}

#gFooter address {
	font-size: 1.4rem;
	font-style: normal;
}
#gFooter .fBtnUl li a {
	transition: color .5s ease, background .5s ease, border .5s ease;
}

#gFooter .fBtnUl_2 li a {
	transition: color .5s ease, background .5s ease, border .5s ease;
}

@media all and (max-width: 767px) {
	#gFooter {
		padding: 55px 0;
	}
	#gFooter .fBox {
		margin: 0 25px;
		width: auto;
	}
	#gFooter .fTtl {
		margin-bottom: 30px;
		font-size: 3rem;
	}
	#gFooter .fTxt {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	#gFooter .fTxt01 {
		margin-bottom: 30px;
	}
	#gFooter .fNote {
		margin-top: 5px;
		font-size: 1.3rem;
	}
	#gFooter .new {
		font-size: 3.5rem;
		color:#ffff00;
	}
	#gFooter .fBtnUl {
		margin-bottom: 50px;
		display: block;
	}
	#gFooter .fBtnUl li {
		margin: 0 auto 20px;
		width: 100%;
		max-width: 375px;
	}
	#gFooter .fBtnUl li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBtnUl li a {
		padding: 15px;
		font-size: 1.6rem;
	}


	#gFooter .fBtnUl_2 {
		margin-bottom: 50px;
		display: block;
	}
	#gFooter .fBtnUl_2 li {
		margin: 0 auto 20px;
		width: 100%;
		max-width: 375px;
	}
	#gFooter .fBtnUl_2 li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBtnUl_2 li a {
		padding: 15px;
		font-size: 1.6rem;
	}


	#gFooter address {
		font-size: 1.2rem;
	}

}
</pre></body></html>