<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#container {
	overflow: hidden;
}

/*---------------------------------------
	sec
---------------------------------------*/
.sec {
	position: relative;
}
.sec::before {
	position: absolute;
	display: block;
	font-family: 'Mukta', sans-serif;
	font-size: 7rem;
	font-weight: 800;
	line-height: 1;
	width: calc(100% + 2px);
	height: 61px;
	top: -8px;
	left: -2px;
	opacity: 0.2;
	overflow: hidden;
}

@media (min-width:768px){
	.sec::before {
		font-size: 14rem;
		height: 140px;
		top: -16px;
		left: -7px;
	}
}

@media (min-width:1400px){
	.sec::before {
		font-size: 20rem;
		height: 200px;
		top: -24px;
		left: -7px;
	}
}

/*---------------------------------------
	inner
---------------------------------------*/
.sec .inner {
	padding: 50px 20px;
}

@media (min-width:768px){
	.sec .inner {
		padding: 100px 15px;
	}
}

@media (min-width:1200px){
	.sec .inner {
		width: 1040px;
		padding: 100px 0;
		margin: 0 auto;
	}
}

@media (min-width:1400px){
	.sec .inner {
		width: 1200px;
	}
}

/*---------------------------------------
	header
---------------------------------------*/
/*
#header {
	position: relative;
	z-index: 2;
}
#header .inner {
	position: relative;
}
*/
.headerTop {
	position: absolute;
	background: #002444;
	width: 26.7%;
	top: 0;
	left: 0;
	z-index: 9998;
}
.header_logo {
	width: 79%;
	padding: 15px 0;
	margin: 0 auto;
}
.headerBtm {
	padding: 10px 15px 10px calc(26.7% + 25px);
}
.headerBtm_block {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header_ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3rem;
	width: 170px;
}
.header_icon_menu {
	position: relative;
	width: 17.5px;
	height: 17.5px;
	right: 15px;
	z-index: 0;
}
.header_icon_menu::after {
	content: '';
	position: absolute;
	display: block;
	background: #002444;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: -11px 0 0 -11px;
	z-index: -1;
}
.header_icon_menu img {
	vertical-align: baseline;
}
.headerBtm_block_02 {
	padding: 50px 20px;
}
.headerBtm_box {
	position: absolute;
	top: 33px;
	right: 28px;
}
.headerBtm_icon_close {
	position: relative;
	width: 20px;
	height: 20px;
	right: 0;
	z-index: 0;
}
.headerBtm_icon_close::after {
	content: '';
	position: absolute;
	display: block;
	background: #fff;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: -20px 0 0 -20px;
	z-index: -1;
}
.headerBtm_icon_close img {
	vertical-align: baseline;
}
.gnav_item {
	text-align: center;
	margin-bottom: 50px;
}
.gnav_item a {
	color: #fff;
	line-height: 1;
}
.gnav_item a span {
	display: block;
	font-family: 'Mukta', sans-serif;
	font-size: 1.3rem;
	line-height: 1;
	padding-top: 5px;
	opacity: 0.2;
}
.gnav_sub_item {
	position: relative;
	margin-bottom: 30px;
}
.gnav_sub_item::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
}
.gnav_sub_item:first-child::after {
	background: url(../img/img_side_sp.png) no-repeat top left;
	background-size: 50px 45.5px;
	width: 50px;
	height: 45.5px;
	left: 30px;
	margin-top: -22.25px;
}
.gnav_sub_item:last-child::after {
	background: url(../img/img_side_02.png) no-repeat top left;
	background-size: 32.5px 39px;
	width: 32.5px;
	height: 39px;
	left: 40px;
	margin-top: -19.5px;
}
.gnav_sub_item a {
	background: #ac8e18;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3.5rem;
	text-align: center;
	width: 100%;
	padding: 7.5px 0;
}
.headerBtm_box_02 {
	text-align: center;
	padding: 20px 0;
}
.headerBtm_tel {
	margin-bottom: 5px;
}
.headerBtm_tel a {
	color: #1c1c1c;
	font-family: 'Mukta', sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
}
.headerBtm_txt {
	font-size: 1rem;
	line-height: 1;
}

@media (max-width:1199px){
	.headerBtm_block_02 {
		position: fixed;
		background: #002444;
		display: none;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 100%;
		-webkit-transition: left linear .2s;
		-moz-transition: left linear .2s;
		transition: left linear .2s;
		overflow-y: scroll;
		z-index: 9998;
	}
	.headerBtm_box_02 {
		background: #fff;
	}
	#header.gnav_active {
		position: fixed;
		top: 0 ;
		left: 0;
		width: 100%;
		z-index: 9998;
	}
	.gnav_active .headerBtm_block_02{
		left: 0;
		-webkit-transition: left linear .2s;
		-moz-transition: left linear .2s;
		transition: left linear .2s;
	}
}

@media (min-width:768px){
	.header_logo {
		padding: 35px 0;
	}
	.headerBtm {
		padding: 20px 30px 20px calc(26.7% + 25px);
	}
	.header_ttl {
		font-size: 3.6rem;
		line-height: 6rem;
		width: 340px;
	}
	.header_icon_menu {
		width: 35px;
		height: 35px;
		right: 25px;
	}
	.header_icon_menu::after {
		width: 80px;
		height: 80px;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		margin: -22px 0 0 -22px;
	}
	.headerBtm_block_02 {
		padding: 100px 40px;
	}
	.headerBtm_box {
		top: 40px;
		right: 35px;
	}
	.headerBtm_icon_close {
		width: 40px;
		height: 40px;
	}
	.headerBtm_icon_close::after {
		width: 80px;
		height: 80px;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		margin: -40px 0 0 -40px;
	}
	.gnav_item {
		margin-bottom: 100px;
	}
	.gnav_item a {
		font-size: 2.8rem;
	}
	.gnav_item a span {
		font-size: 2.6rem;
		padding-top: 10px;
	}
	.gnav_sub_item {
		margin-bottom: 60px;
	}
	.gnav_sub_item:first-child::after {
		background-size: 102px 91px;
		width: 102px;
		height: 91px;
		left: 60px;
		margin-top: -45.5px;
	}
	.gnav_sub_item:last-child::after {
		background: url(../img/img_side_02.png) no-repeat top left;
		background-size: 65px 78px;
		width: 65px;
		height: 78px;
		left: 80px;
		margin-top: -39px;
	}
	.gnav_sub_item a {
		font-size: 3.6rem;
		line-height: 7rem;
		padding: 15px 0;
	}
	.headerBtm_box_02 {
		padding: 40px 0;
	}
	.headerBtm_tel {
		margin-bottom: 10px;
	}
	.headerBtm_tel a {
		font-size: 6rem;
	}
	.headerBtm_txt {
		font-size: 1.8rem;
	}
}

@media (min-width:1200px){
	.headerTop {
		width: 10.5%;
	}
	.header_logo {
		width: 77.3%;
		padding: 45px 0;
	}
	.headerBtm {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 47px 10px 47px calc(10.5% + 10px);
	}
	.headerBtm_block {
		width: 170px;
	}
	.header_ttl {
		font-size: 1.6rem;
		line-height: 3rem;
		width: 100%;;
	}
	.headerBtm_block_02 {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
	.gnav_list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.gnav_item {
		margin-bottom: 0;
	}
	.gnav_item:nth-child(n+2) {
		margin-left: 20px;
	}
	.gnav_item a {
		color: #FFF;
		font-size: 1.6rem;
	}
	.gnav_item a span {
		font-size: 1.6rem;
	}
	.headerBtm_box_02 {
		padding: 0;
		margin-left: 25px
	}
	.headerBtm_tel a {
		font-size: 3rem;
	}
	.headerBtm_txt {
		font-size: 1.4rem;
	}
}

@media (min-width:1400px){
	#header .inner {
		width: 1400px;
		margin: 0 auto;
	}
	.headerTop {
		width: 13.5%;
	}
	.header_ttl {
		font-size: 1.8rem;
	}
	.headerBtm {
		padding: 47px 10px 47px calc(13.5% + 10px);
	}
	.gnav_item a {
		font-size: 2.0rem;
	}
	.headerBtm_tel a {
		font-size: 4rem;
	}
}

@media (min-width:1920px){
	#header .inner {
		width: 1920px;
	}
	.headerTop {
		margin-left: 50px;
	}
	/*
	.headerBtm {
		padding: 47px 60px 47px calc(13.5% + 80px);
	}
	*/
	.headerBtm {
		padding: 25px 60px;
		position: absolute;
		top: 0;
		right: 0;
		background: #002444;
	}
	.gnav_item:nth-child(n+2) {
		margin-left: 55px;
	}
	.headerBtm_box_02 {
		margin-left: 120px;
	}
}

/*---------------------------------------
	side
---------------------------------------*/
/*
#side {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 9997;
}
.side_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.side_item {
	position: relative;
}
.side_item:first-child {
	width: 49.9%;
}
.side_item:last-child {
	width: 49.9%;
}
.side_item:first-child a::before {
	content: '';
	display: inline-block;
	background: url("../img/img_side_sp.png") no-repeat top left;
  background-size: 100% auto;
  width: 25.5px;
	height: 22.75px;
}
.side_item a {
	display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
	color: #fff;
  font-size: 1.5rem;
	font-weight: bold;
	line-height: 3.5rem;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 7.5px 0;
}
.side_item:first-child a {
	background: #ac8e18;
  
}
.side_item:last-child a {
	background: #00b900;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.side_item:last-child img {
	vertical-align: middle;
	width: 45.5px;
}
@media (min-width:360px){
	.side_item:first-child a::before {
		background-size: auto 100%;
		width: 51px;
		height: 45.5px;
	}
}
@media (min-width:480px){
  .side_item a {
    padding: 2.5px 0;
		font-size: 1.8rem;
	}

}
@media (min-width:768px){
	.side_item:first-child a::before {
		background-size: auto 100%;
		width: 102px;
		height: 87px;
		left: 30px;
	}
	.side_item a {
		font-size: 2.4rem;
		padding: 6px 0;
	}

	.side_item:last-child a {
		padding: 6px 0 6px 0;
	}
	.side_item:last-child img {
		width: 90px;

	}
}

@media (min-width:1200px){
	#side.right_active {
		display: none;
		width: 80px;
		top: 80px;
		left: calc(100% - 80px);
	}
	.right_active .side_list {
		display: block;
	}
	.right_active .side_item {
		width: 100%;
	}
	.right_active .side_item:nth-last-child(n+2) {
		margin-bottom: 20px;
	}
	.right_active .side_item:first-child a::before {
		background: url("../img/img_side_pc.png") no-repeat top left;
		background-size: 76px 84px;
		width: 102px;
		height: 91px;
    position: absolute;
		top: 0;
		left: 50%;
		margin-top: -42px;
		margin-left: -38px;
	}
	.right_active .side_item a {
		font-size: 1.8rem;
		line-height: 1;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		transition: .3s;
		height: auto;
    display: block;
    white-space: nowrap;
	}
	.right_active .side_item:first-child a {
		border: 2px solid #fff;
		padding: 50px 30px 25px;
    display: block;
	}
	.right_active .side_item:last-child a {
		padding: 5px 10px 40px;
	}
	.right_active .side_item:first-child a:hover {
		background: #fff;
		color: #ac8e18;
		border: 2px solid #ac8e18;
		transition: .3s;
	}
	.right_active .side_item:last-child img {
		width: 60px;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.right_active .side_item:last-child span {
		vertical-align: middle;
	}
}

@media (min-width:1400px){
	#side.right_active {
		width: 100px;
		left: calc(100% - 100px);
	}
	.right_active .side_item:first-child a {
		padding: 50px 40px 25px;
	}
	.right_active .side_item:last-child a {
		padding: 5px 20px 40px;
	}
}

_:-ms-lang(x)::-ms-backdrop, .right_active .side_item:first-child {
	height: 223px;
}
_:-ms-lang(x)::-ms-backdrop, .right_active .side_item:last-child {
	height: 225px;
}
_:-ms-lang(x)::-ms-backdrop, .right_active :first-child.side_item a {
	padding: 50px 44px 25px 34px;
}
_:-ms-lang(x)::-ms-backdrop, .right_active :last-child.side_item a {
	padding: 5px 25px 40px 15px;
}
*/
/*---------------------------------------
	footer
---------------------------------------*/
/*
#footer {
	background: #002444;
	color: #fff;
	padding-bottom: 50px;
}
#footer .inner {
	padding: 40px 20px;
}
.footer_name {
	font-weight: bold;
	margin-bottom: 20px;
}

@media (max-width:767px){
	.footer_logo,
	.footerBtm {
		display: none;
	}
}

@media (min-width:768px){
	#footer {
		padding-bottom: 100px;
	}
	#footer .inner {
		padding: 35px 25px 35px 30px;
	}
	.footerTop {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.footer_logo {
		width: 16%;
	}
	.footerTop_block {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;

		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_name {
		margin-left: 15px;
	}
	.footerTop_box {
		margin-left: 35px;
	}
	.footer_company {
		margin-bottom: 20px;
	}
	.footerBtm {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-content: center;
		align-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.fotter_btn:first-child {
		width: 250px;
	}
	.fotter_btn:last-child {
		width: 300px;
	}
	.fotter_btn:nth-child(n+2) {
		margin-left: 35px;
	}
}

@media (min-width:1200px){
	#footer.right_active {
		padding-bottom: 0;
	}
	.footer_block {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-betweens;
		justify-content: space-between;
		-webkit-align-content: center;
		align-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footerTop_block {
		padding: 20px 0;
	}
	.footer_logo {
		width: 22.2%;
		max-width: 155px;
	}
	.footerTop {
		width: calc(100% - 445px);
		margin-bottom: 0;
	}
	.footer_name {
		margin-left: 15px;
	}
	.footerTop_box {
		margin-left: 15px;
	}
	.footerBtm {
		width: 445px;
	}
	.fotter_btn:first-child {
		width: 160px;
	}
	.fotter_btn:last-child {
		width: 260px;
	}
	.fotter_btn:nth-child(n+2) {
		margin-left: 20px;
	}
}

@media (min-width:1400px){
	.footerTop {
		width: calc(100% - 575px);
	}
	.footer_name {
		margin-left: 25px;
	}
	.footerTop_box {
		margin-left: 35px;
	}
	.footerBtm {
		width: 575px;
	}
	.fotter_btn:first-child {
		width: 250px;
	}
	.fotter_btn:last-child {
		width: 300px;
	}
	.fotter_btn:nth-child(n+2) {
		margin-left: 25px;
	}
}

_:-ms-lang(x)::-ms-backdrop, .fotter_btn {
	height: 77px;
}
*/</pre></body></html>