<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-size: 16px;
	font-family: 'Arial', 'Helvetica', 'Hiragino Sans', sans-serif;
	line-height: 1.5;
	color: #000;
	letter-spacing: 0.05em;/*
	min-width: 1124px;*/
	position: relative;
}
a{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*a[href^="tel:"] {
	pointer-events: none;
	
}*/

.inner{
	max-width: 1200px;
	margin: 0 auto;
}

.sp{
	display: none;
}
.borderline{
	background: #FFF255;
	padding: 5px;
}
.note{
	font-size: 0.7rem;
    line-height: 1.5;
    display: block;
	margin-top: 10px;
}
/* common */
.red{
	color: red;
}
.text-s{
	font-size: 0.6em;
}
.text-x{
	font-size: 1.5em;
}
.text-xl{
	font-size: 2em;
}
/****************************
	element
****************************/
header{
	background: #fff;
	padding: 0;
	top: 0;
	z-index: 999;
}
header #header{
	position: relative;
	display: flex;
	height: 80px;
    justify-content: space-between;
    align-items: center;
}
header .logo{
	display: inline-block;
	margin-left: 20px;
	max-width: 350px;
}
header .hd-menu{
	display: flex;
	align-items: center;
}
header .hd-nav{
	margin-right: 20px;
}
header .hd-nav li{
	display: inline-block;
    padding: 10px 5px;
}
header .hd-nav a{
	color: #000;
	font-weight: 600;
	font-size: 20px;
}
header .hd-contact{
	margin: 10px 20px 0 0;
}
header .hd-contact img{
    width: 60px;
	float: left;
	padding: 5px 10px 10px;
}
header .hd-contact a{
	display: inline-block;
	vertical-align: middle;
	color: #1966A8;
    font-size: 30px;
    font-family: 'Arial Black';
	line-height: 1;
}
header .hd-contact a:hover{
	opacity: 0.8;
}
header .hd-contact span{
	font-size: 12px;
	font-weight: bold;
	display: block;
}
header #sp-menu{
	display: block;
}
/*sp-nav*/
#sp-head .logo{
	max-width: 100px;
}
#sp-menu{
    width: 35px;
    height: 30px;
    position: relative;
    top: -3px;
    z-index: 999999;
    margin-right: 10px;
    display: block;
}
#sp-menu:after {
    content: "繝｡繝九Η繝ｼ";
    display: block;
    position: absolute;
    color: #1966A8;
    font-size: 7.6px;
	line-height: 1;
    left: 0;
    bottom: -15px;
    font-weight: bold;
	white-space: nowrap;
}
#sp-menu.clicked:after {
    content: "髢峨§繧�";
    display: block;
    position: absolute;
    color: #1966A8;
    font-size: 7.6px;
    left: 5px;
    bottom: -15px;
    font-weight: bold;
}
#sp-menu span {
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: url(images/btn_bg01.png);
    background-size: 100% 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
}
#sp-menu span.top-border {
    top: 0;
    background: #1966A8;
}
#sp-menu span.middle-border {
    top: 12px;
    background: #1966A8;
}
#sp-menu span.bottom-border {
    top: 24px;
    background: #1966A8;
}
#sp-menu.clicked span.top-border {
    transform: rotate(-45deg);
    top: 10px;
}
#sp-menu.clicked span.middle-border {
    width: 0;
}
#sp-menu.clicked span.bottom-border {
    transform: rotate(45deg);
    top: 10px;
}
/* nav */
nav{
    float: none;
    display: block;
    position: fixed;
    width: 90%;
    max-width: 330px!important;
    height: 100%;
    background: #1966A8;
    padding: 0 0 100px;
    box-sizing: border-box;
    margin: 0;
    right: -100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 9999;
	top: 0;
	padding-top: 40px;
}
nav.clicked{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    right: 0;
    display: block;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
}
nav{
	display: block;
	overflow: scroll;
}
nav ul{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
nav ul li{
    display: block;
    vertical-align: middle;
    border-bottom: dashed 1px #eee;
    background: url(../images/common/icon-arrow-right.png) no-repeat right 20px center;
    background-size: 10px;
}
nav ul li a {
    border-right: none;
    padding: 0 0;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 10px 20px;
}
nav ul li a:hover {
    color: #efefef;
}
nav ul li:last-child a{
	border-right: none;
}
nav ul.child{
	display: block;
	background: #007FBA;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
	left: 0;
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	opacity: 0;
	letter-spacing: -.40em;
	box-sizing: border-box;
	background: #007FBA;
}
nav ul.child li{
    border-right: none;
    padding-left: 10px;
    list-style: disc;
    display: none;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: normal;
    line-height: 20px;
    border-bottom: none;
	border-top: dashed 1px #ccc;
}
nav ul.child li a{
	border-right: none;
	padding: 0 0 0;
	color: #fff;
	font-size: 14px;
    padding: 10px 20px;
}
nav ul li:hover ul.child {
    display: block;
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    height: auto;
    opacity: 1;
}
nav ul li:hover ul.child li{
	display: inline-block;
}


#page-wrap aside{
	width: 300px;
	height: 600px;
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
}

aside .menu-list01 li a{
	background: url(../images/common/arrow01.png) no-repeat 96% center;
	display: block;
	padding: 10px 10px 10px 5px;
	border-bottom: solid 1px #cee5e4;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #3d3d3d;
}
aside #panel dt {
	background: url(../images/common/open.png) no-repeat 96% center;
	display: block;
	padding: 10px 10px 10px 5px;
	border-bottom: solid 1px #cee5e4;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #3d3d3d;
}
aside #panel dt.active{
	background: url(../images/common/close.png) no-repeat 96% center;
	display: block;
	padding: 10px 10px 10px 5px;
	border-bottom: solid 1px #cee5e4;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #3d3d3d;
}
aside #panel dd{
	background: #f6fbfb;
	padding: 10px 0;
	display: none;
}
aside #panel dd ul li a{
	background: url(../images/common/arrow02.png) no-repeat 15px center;
	padding-left: 30px;
	font-size: 12px;
	line-height: 22px;
	color: #3d3d3d;
	font-weight: bold;
}
aside #panel dd ul li a span{
	font-size: 10px;
}
aside .bnr-box{
	margin: 30px 0;
}
aside .side-contact a:nth-of-type(1){
	display: block;
	border-radius: 100px;
	background: #f25b5b;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 13px 0;
	margin: 0 0 20px;
}
aside .side-contact a:nth-of-type(1) span {
    padding-left: 25px;
    background: url(../images/mail.png) no-repeat left center;
    font-weight: bold;
}
aside .side-contact a:nth-of-type(2) span{
	font-size: 11px;
	color: #3c3c3c;
}

/* sidecv */
#sidecv {
    position: fixed;
    width: 60px;
    right: 0;
	top: 200px;
	z-index: 9999;
}
#sidecv div {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
#sidecv a{
    display: block;
}
#sidecv a:hover{
    opacity: 0.6;
}
#sidecv span {
    display: none;
}
#sidecv .online {
    background: url(../images/button_online_ver.png) no-repeat top center #800A25;
	background-size: contain;
	width: 100%;
    height: 200px;
	border-radius: 20px 0 0 0;
}
#sidecv .phone {
    background: url(../images/button_phone_ver.png) no-repeat top center #FCA002;
	background-size: contain;
	width: 100%;
    height: 60px;
}
#sidecv .contact {
    background: url(../images/button_mail_ver.png) no-repeat top center #007FBA;
	background-size: contain;
	width: 100%;
    height: 60px;
}
#sidecv .line {
    background: url(../images/button_line_ver.png) no-repeat top center #01B302;
	background-size: contain;
	width: 100%;
    height: 60px;
	border-radius: 0 0 0 20px;
}

/* cv */
#cv{
	clear: both;
	background: #EAF0F2;
	text-align: center;
}
#cv h3{
	font-size: 42px;
	padding: 90px 0 20px;
	color: #1966A8;
}
#cv p{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 60px;
	font-weight: 600;
}
#cv dl{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
#cv dd{
	vertical-align: top;
	width: 50%;
}
#cv dd.tel-box{
	display: block;
	font-weight: 600;
	position: relative;
	justify-content: center;
}
#cv dd.tel-box a{
	display: block;
	font-size: 42px;
	color: #1966A8;
	font-family: Arial Black;
	margin: 5px 0 10px;
}
#cv .tel-box-top{
	display: none;
}
#cv dd.tel-box span{
	font-size: 12px;
	padding: 10px 0 10px 180px;
}
#cv dd.mail-box button {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
	font-weight: bold;
}
#cv dd.mail-box a{
	background: #FCA002;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
	border: 1px solid #AAAAAA;
}
#cv dd.mail-box a:hover{
	opacity: 0.5;
}
#cv dd.online-box a img,
#cv dd.line-box a img{
	margin: 50px 0 60px;
}
#cv dd.online-box a img,
#cv dd.line-box a img{
	width: 480px;
	height: auto;
}
/* footer */
footer{
	padding: 60px 20px 0;
	background: #1966A8;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
}
footer .cf{
	display: flex;
}
footer .ft-left{
	width: calc(50% - 50px);
	padding-right: 50px;
}
footer .ft-right{
	width: 50%;
}
footer .ft-left dd ul{
	display: flex;
	flex-wrap: wrap;
}
footer .ft-left dd ul span{
	font-size: 80%;
}
footer .ft-left dd li{
	width: 50%;
}
footer .ft-left dd li:nth-child(odd){
	margin-right: 10px;
	width: calc(50% - 10px);
}
footer .ft-tel{
	display: block;
	margin: 15px 0 30px;
}
footer a{
    color: #fff;
	font-weight: 600;
	display: block;
    padding: 3px 0;
}
footer dd a:hover{
	text-decoration: underline;
}
footer dt{
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
    padding-bottom: 10px;
}
footer .ft-right{
	display: flex;
}
footer .ft-right dl{
	margin-bottom: 20px;
	width: 40%;
}
footer .ft-logo{
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .ft-logo h3{
	font-size: 28px;
}
footer .ft-logo p{
	font-size: 12px;
}
footer .ft-logo .tel-box{
	margin-top: 30px;
	align-items: center;
	width: 80%;
}
footer #copy {
    border-top: solid 1px #fff;
    padding: 20px 0;
    margin: 60px 0 0;
    text-align: right;
    font-size: 12px;
    color: #fff;
}

#fixed {
	display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
}
#fixed.sticky{
	position: relative;
}
#fixed .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
#fixed a{
    display: block;
}
#fixed span {
    display: none;
}
#fixed .online {
    background: url(../images/button_online.png) no-repeat center #800A25;
	background-size: contain;
	width: 55%;
    height: 60px;
	border-radius: 10px 0 0 0;
}
#fixed .phone {
    background: url(../images/button_phone.png) no-repeat center #FCA002;
	background-size: contain;
	width: 15%;
    height: 60px;
}
#fixed .contact {
    background: url(../images/button_mail.png) no-repeat center #007FBA;
	background-size: contain;
	width: 15%;
    height: 60px;
}
#fixed .line {
    background: url(../images/button_line.png) no-repeat center #01B302;
	background-size: contain;
	width: 15%;
    height: 60px;
	border-radius: 0 10px 0 0;
}

/* page top */
#js-pagetop {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 80px;
	right: 10px;
	cursor: pointer;
	background: url(../images/gototop.png) no-repeat center;
	background-size: contain;
	z-index: 99999;
  }
   
  #js-pagetop span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	display: none;
  }

/*-----------------------------------------------------

	404

-----------------------------------------------------*/
.page404{
	text-align: center;
	min-height: 60hv;
}
.page404 h1{
	font-size: 80px;
	line-height: 1.5;
}
.page404 .page-box {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*-----------------------------------------------------

	mobile

-----------------------------------------------------*/
@media screen and (max-width: 1145px) {
	header .hd-nav{
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	footer .ft-right dl{
		display: none;
	}
	footer .ft-logo{
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
#fixed {
	display: none;
}
}
@media screen and ( max-width: 768px) {
body{
	font-size: 14px;
	line-height: 24px;
	color: #3d3d3d;
	letter-spacing: 0.05em;
	min-width: 0;
	position: relative;
}
body.clicked{
	overflow: hidden;
}

#sidecv{
	display: none;
}
header #header{
	height: 60px;
}
#sp-menu:after{
	bottom: -10px;/*
	font-size: 6px;
	left: 5px;*/
}
span.mask{
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.clicked span.mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, 0.5);
	z-index: 9999;
}

a{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* cv mobile */
#cv .inner{
	padding: 0 20px;
}
#cv h3{
	font-size: 26px;
	padding: 90px 0 20px;
	line-height: 1.3;
}
#cv p{
	font-size: 16px;
	margin-bottom: 40px;
}
#cv dl{
	flex-direction: column;
    align-items: center;
	padding-bottom: 40px;
}
#cv dd{
	width: calc(100% - 30px);
	margin: 15px 0;
}
#cv dd.tel-box a {
    font-size: 42px;
}
#cv dd.mail-box a{
	border-radius: 20px;
    padding: 10px 20px;
}
#cv dd.online-box a img, 
#cv dd.line-box a img{
	margin: 0;
}
#cv dd.mail-box button {
    font-size: 18px;
}


.pc{
	display: none;
}
.sp{
	display: block;
}

/****************************
	element
****************************/
header{
    display: block;
    position: sticky;
    background: #fff;
    padding: 0 20px;
    top: 0;
    z-index: 999;
}
header .logo {
    display: block;
    vertical-align: middle;
    margin-left: 0;
    width: auto;
    max-width: 200px;
}
header h1{
	display: none;
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #01a89e;
	margin-left: 30px;
	font-weight: normal;
	max-width: 34%;
}
header .hd-contact{
    float: right;
    margin: 0 20px 0 0;
    max-width: 38%;
    display: none;
}
header .hd-contact a{
	display: inline-block;
	vertical-align: middle;
}
header .hd-contact a:nth-of-type(1){
	max-width: 50%;
	margin: 0 0 0;
}
header .hd-contact a:nth-of-type(2) {
	max-width: 50%;
    background: #f25b5b;
    border-radius: 50px;
    color: #fff;
    margin: 0 0 0 20px;
    padding: 10px 30px 13px;
    box-sizing: border-box;
}
header .hd-contact a:nth-of-type(2) span{
	padding-left: 25px;
	background: url(../images/mail.png) no-repeat left center;
	font-size: 12px
}

/* footer */
footer {
    padding: 40px 20px 0;
}
footer .cf{
	flex-direction: column;
}
footer .ft-left{
	float: none;
	width: 80%;
    padding: 0;
    margin: auto;
}
footer .ft-right {
    width: 100%;
}
footer .ft-right dl{
	display: none;
}
footer .ft-logo {
    width: 100%;
	margin-top: 50px;
}
footer #copy {
    text-align: center;
}
#fixed {
	display: block;
    position: sticky;
    bottom: 0;
	max-width: 100%;
	z-index: 99999;
}
}
@media screen and (max-width: 425px) {
footer .ft-left{
	width: 100%;
}
}
</pre></body></html>