<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;	
	letter-spacing: 0.5px;
	background: #f2f1fb;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	line-height: 40px;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}
.fnt-meiryo {
	font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�けPro", "�ｭ�ｳ 繧ｴ繧ｷ繝�け", "Hiragino Kaku Gothic Pro", Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", "Meiryo", Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
}

/*=============================================
 * #wrapper 
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
  padding-top: 80px;
}
.wrap {
	width: 1000px;
}
.left, .fl {
	float: left;
}
.right, .fr {
	float: right;
}

.dis-flex{
  display: flex;
}







/*=============================================
 * header
 *=============================================*/


#header {
	height: 880px;
	position: relative;
}
#header h1 {
	position: absolute;
   	right: 70px;
    top: 813px;
	color: #fff;
	z-index: 9;
}
#header .logo {
	position: absolute;
	top: 205px;
	left: calc(50% - 106px);
	z-index: 9;
}
.header-bnr{
  position: absolute;
  z-index: 10;
  bottom: 68px;
  left: calc(50% - 360px);
}
.header-bnr li:nth-child(2){
  margin-left: 56px;
}
#tel-all{
	position: absolute;
	top: 703px;
	right: 70px;
	z-index: 999;
}
#header .button{
	position: fixed;
	left: 0;
	top: 180px;
	z-index: 999;
}
#header .button2{
	position: fixed;
	left: 0;
	top: 450px;
	right: auto;
	
	z-index: 999;
}
#sidenav{
	position: fixed;
	right: 0;
	top: 271px;
	width: 75px;
	background: #132146;
	z-index: 999;
}
#sidenav ul{
	padding-left: 16px;
	padding-bottom: 10px;
}
#sidenav li{
	padding-bottom: 9px;
}
#header .nav li {
	float: left;
}
#header .wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
#header .nav li {
	float: left;
	position: relative;
}
#header .nav li img + img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: 0.4s;
}
#header .nav li img:first-child{
	opacity: 1;
	transition: 0.4s;
}
#header .nav li:hover img:first-child{
	opacity: 0;
}
#header .nav li:hover img + img{
	opacity: 1;
}
#header .nav {
	position: absolute;
	top: 0;
	right: 45px;
	z-index: 9999;
}
.nav-active img:first-child{
	opacity: 0 !important;
}
.nav-active img + img{
	opacity: 1 !important;
}
.copy_btn{
	display: block;
}
.copy.copied {
    background: url(../img/company/sec6-btn2_on.jpg) no-repeat center top;
    width: 360px;
    height: 85px;
    font-size: 0px;
    font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
    
}
.btn{
	position: relative;
}
.btn a{
    position: relative;
    display: inline-block;
    top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn a:hover{
	top: -10px;
}

@media screen and (max-height: 650px) {
  #sidenav{
    top: 140px;
  }
}

@media screen and (max-width: 1480px) {
  .header-bnr{
    left: calc(50% - 470px);
  }
}
@media screen and (max-width: 1300px) {
  .header-bnr{
    left: 20px;
  }
}
/*=============================================
 *    繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ驛ｨ�医げ繝ｭ繝ｼ繝舌Ν��   
 *=============================================*/

.nav-inline &gt; * {
	display: inline-block;
}


#nav_fix {
	background: url("../img/shared/nav_fixed.jpg");
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: block !important;
  position: fixed;
	text-align: center;
	font-size: 18px;
}
#nav_fix .nav_fix-inner {
	justify-content: center;
}
#nav_fix ul{
  margin-left: 12px;
}
#nav_fix li{
  position: relative;  
}
#nav_fix li:before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #132146;
  z-index: 1;
  opacity: 0;
  transition: ease 0.3s;
}
#nav_fix li:hover:before, #nav_fix li.active:before{
  opacity: 1;
}
#nav_fix li span{
  display: block;
  cursor: pointer;
}
#nav_fix li:last-child{
  margin-right: 104px;
}
#nav_fix li ul{
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%; 
  text-align: center;
  font-size: 14px;
}
#nav_fix li:hover ul{
  opacity: 1;
  pointer-events: visible;
}
#nav_fix li ul li{
  margin-bottom: 1px;  
}
#nav_fix li ul a{
  display: block;
  line-height: 41px;
  background: #f2f1fb;
  font-weight: 600;
}
#nav_fix li ul li:last-child{
  margin-right: 0;
}
#nav_fix li ul li:hover a, #nav_fix li ul li.active a{
  color: #fff;
  background: #132146;
  text-decoration: none;
}
#nav_fix li ul li:before{
  display: none;
}
@media screen and (max-width: 1240px) {
  #nav_fix li:last-child{
    margin-right: 0;
  }
}

/*=============================================
 * key
 *=============================================*/

#key {
	height:880px;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	margin: auto;
	box-shadow: 2px 2px 7.6px 0.4px rgba(0, 0, 0, 0.45); 
}
#key:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/shared/shadow.png) repeat-x center top;
	content: "";
	height: 504px;
     z-index: 99;
}
#key:after{
	position: absolute;
	bottom: 0;	
	right: 0;
	background: url(../img/shared/after.png) no-repeat right bottom;
	content: "";
	height: 409px;
	width: calc(50% + 239px);
     z-index: 99;
}
#key .wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 880px;
}
#key ul {
	min-height: inherit;
	height: 880px;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	min-height: inherit;	
	height: 880px;
}
/*=============================================
 * container
 *=============================================*/

#container {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
    padding-top: 13px;
    padding-bottom: 31px;
  display: flex;  
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	padding: 23px 0 20px;
	color: #fff;
	position: relative;
	background: #132146;
}
/*#footer:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 42px;
	background: #263255;
	content: "";
}*/
#footer .wrap{
  justify-content: space-between;
}
.footer-left{
  width: 289px;
  text-align: center;
  margin-left: 85px;
}
.footer-left .logo{
  margin-bottom: 28px;
}
.footer-right{
  width: 558px;
  margin-top: 85px;
}
#footer dl{
      position: relative;
    z-index: 9;
    line-height: 40px;
}
#footer dt{
	float: left;
	width: 80px;
}
#footer dd{
	float: left;
}
#footer .nav{
  width: 97%;
}
#footer .nav li {
      display: inline-block;
    padding-left: 0;
	margin-bottom: 4px;
}
#footer .nav li a{
	display: block;
	border: 1px solid #fff;
	font-family: "Yu Gothic";
  font-size: 14px;
  line-height: 39px;
}
#footer .pad1{
  padding: 0 49px;
}
#footer .pad2{
	padding: 0 40px;
}
#footer .pad3{
	padding: 0 31px;
}
#footer .pad4{
  padding: 0 19px;
}
#footer .pad5{
	padding: 0 7px;
}
#footer .pad6{
	padding: 0 14px;
}
#footer .pad7{
	padding: 0 16px;
}



#footer .nav li + li:before {
	display: none;
}

/*=============================================
 * copyright
 *=============================================*/

address {
    letter-spacing: 0px;
    position: absolute;
    z-index: 99;
  width: 570px;
    right: 0;
     bottom: 0;
  text-align: left;
  font-size: 11px;
font-family: "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", "Meiryo", Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;  
}


#sp_botan a{
	border:1px #152145 solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #152145; 
}
.slick-dots li button{
  cursor: pointer;
}</pre></body></html>