<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*loading*/
#loading{
    position: absolute;
    left: 50%;
	margin-left: -130px;
    top: 47%;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
	z-index: 1000!important;
}
.loading_logo {
	-webkit-animation: fadein .5s ease-in both;
	animation: fadein .5s ease-in both;
	animation-delay: .3s;
	text-align: center;
	margin: 0 auto;
}
.loading_logo{
	width: 260px;
}
.loading_logo img{
	width: 100%;
	height: 100%;
}	
 @keyframes fadein {
0% {	opacity: 0;}
100% {	opacity: 1;}
}
@-webkit-keyframes fadein {
0% {	opacity: 0;}
100% {	opacity: 1;}
}
@media (max-width : 480px) {
#loading{
	margin-left: -100px;
    top: 43%;
}
.loading_logo{
	width: 200px;
}		
}

/*hero*/
#hero{
	background-color: #f0cc48;
	position: relative;
}
.hero_inner{
	min-height: 830px;
	position: relative;
	background: url("../image/top/top_main.png") top right no-repeat;
	background-size: 62%;
	overflow: hidden;
	transition: all .3s ease;
}
.hero_txt_wrap{
	padding: 9% 0 0 7%;
	width: 40%;
	min-width: 550px;
	transition: all .3s ease;
}
.hero_txt_wrap .main_txt .main_txt_copy{
	font-size: 4.2rem;
	line-height: 1.4;
	margin-bottom: 18px;
	font-weight: 900;
	opacity: 0;
	transition: 0.4s cubic-bezier(.645,.045,.355,1) both 1s;
}
.hero_txt_wrap .main_txt .main_txt_lead{
	font-size: 1.5rem;
	line-height: 1.9;
	margin-bottom: 45px;
	opacity: 0;
	transition: 0.4s cubic-bezier(.645,.045,.355,1) both 1s;
}
.hero_txt_wrap .emergency{
	padding: 15px 20px;
	border: 1px solid #333;
	background-color: #f0cc48;
	opacity: 0;
	transition: 0.6s cubic-bezier(.645,.045,.355,1)  both 1.5s;
}
.animated {
	opacity: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media (min-width : 2000px) {
.hero_inner{
	min-height: 1000px;
}
}
@media (max-width : 1200px) {
.hero_inner{
	min-height: 650px;
}	
.hero_txt_wrap{
	padding: 6% 0 0 5%;
}
.hero_txt_wrap .main_txt .main_txt_copy{
	font-size: 3.5rem;
}
.hero_txt_wrap .main_txt .main_txt_lead{
	margin-bottom: 30px;
}	
}
@media (max-width : 767px) {
.hero_inner{
	min-height: 550px;
	background-image: url("../image/top/top_main.png") ;
	background-position: top 50px right 0px;
	background-repeat: no-repeat;
	background-size: 83%;
}
.hero_txt_wrap{
	padding: 55% 0 0 0;
	width: 85%;
	min-width: 85%;
	margin: 0 auto;
}
.hero_txt_wrap .main_txt .main_txt_copy{
	font-size: 2.8rem;
}
.hero_txt_wrap .main_txt .main_txt_lead{
	font-size: 1.3rem;
	margin-bottom: 25px;
}	
}
@media (max-width : 480px) {
.hero_txt_wrap{
	padding: 63% 0 0 0;
}	
.hero_txt_wrap .main_txt .main_txt_copy{
	font-size: 2.7rem;
}	
}

/*scroll_down*/
.scroll_down {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
	height:100px;
	z-index: 99;
	width: 150px;
	display: block;
	margin-top: 90px;
}
@media (min-width : 2000px) {
.scroll_down{	margin-top: 200px;}
}
@media (max-width : 1200px) {
.scroll_down {	margin-top: 50px;}	
}
@media (max-width : 767px) {
.scroll_down {	margin-top: 30px;font-size: 1.1rem;}	
}
.scroll_down .arrow_anim {
	position: absolute;
	left: 50%;
	top: 30px;
	width: 1px;
	height: 58px;
	overflow: hidden; 
}
.scroll_down .arrow_anim:before {
	content: "";
	animation: arrow_anim 2s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;top: 0; 
}
@-moz-keyframes arrow_anim {
  0% { height: 0; }
  50% { height: 58px; }
  75% { transform: translateY(0); }
  100% { transform: translateY(100%); } }
@keyframes arrow_anim {
  0% { height: 0; }
  50% { height: 58px; }
  75% { transform: translateY(0); }
  100% { transform: translateY(100%); } }  

/*top_menu*/
.top_menu{
	background-color: #f0cc48;
	background: linear-gradient(180deg, #f0cc48 0%, #f0cc48 70%, #ffffff 70%, #ffffff 100%);
	position: relative;
	width: 100%;
	overflow: hidden;
}
.top_menu .deco_01{
	position: absolute;
	top:10px;
	right:-150px;
	width:400px;
}
.top_menu_inner{
	background-image: url("../image/top/top_menu_inner_bg.png");
	background-position: 0% 70%;
	background-repeat: repeat-x;
	background-size: 3%;
}
.top_menu ul{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	padding-top: 80px;
	padding-bottom: 40px;
}
.top_menu ul li{
	width: 31.5%;
	transition: all .3s ease;
}
.top_menu ul li a{
	display: block;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #997944;
	padding: 35px 15px;
	border-bottom: solid 7px #997944;
	position: relative;
	transition: all .3s ease;
}
@media (min-width: 767px){
.top_menu ul li a:hover{
	transform: scale(1.025); 
}
}	
.top_menu ul li a .script{
	position: absolute;
	display: block;
	top: -30px;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	z-index: 2 !important;
}
.top_menu ul li .ill{
	max-width: 170px;
	margin: 35px 0 30px;
}
.top_menu ul li p{
	font-size: 1.5rem;
	margin-bottom: 15px;
	min-width: 80%;
}
.top_menu ul li h3{
	font-size: 2.2rem;
	line-height: 1.6;
	margin-bottom: 20px;
}
.top_menu ul li .circle_arrow{
	width: 30px;
}
@media (max-width : 1024px) {
.top_menu{
	background: linear-gradient(180deg, #f0cc48 0%, #f0cc48 80%, #ffffff 80%, #ffffff 100%);
}
.top_menu .deco_01{
	right:-100px;
	width:280px;
}	
.top_menu_inner{
	background-position: 0% 80.5%;
	background-size: 6%;
}	
.top_menu ul li h3{
	font-size: 2rem;
}	
.top_menu ul li p{
	min-width: 100%;
	padding: 0 10px;
}	
}
@media (max-width: 767px){
.top_menu ul{
	display: block;
	padding-top: 70px;
}
.top_menu ul li{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 25px;
}
.top_menu ul li a{
	padding: 25px 10px;
}
.top_menu ul li a .script{
	position: absolute;
	display: block;
	top: -20px;
	left: 50%;
	margin-left: -64px;
	width: 128px;
}
.top_menu ul li .ill{
	max-width: 120px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.top_menu ul li p{
	font-size: 1.5rem;
	min-width: 70%;
	margin-bottom: 15px;
}
.top_menu ul li h3{
	font-size: 2rem;
	margin-bottom: 10px;
}
.top_menu ul li .circle_arrow{
	width: 25px;
}	
}
@media (max-width: 480px){
.top_menu ul li{
	width: 100%;
}
.top_menu ul li p{
	min-width: 90%;
}	
.top_menu ul li h3 .pc{
	display: block!important;
}	
}

/*top_slide*/
.top_slide{
	padding: 110px 0 90px;
	left: 0;
	overflow-x: hidden;
	position: relative;
	top: 0;
	white-space: nowrap;
	width: 100%;
}
.top_slide .top_slide_img {
    animation: 120s linear 0s infinite loop;
    background-image: url("../image/top/top_slide.jpg");
    background-position: 50% center;
    background-repeat: repeat-x;
    background-size: contain;
    height: 200px;
    width: calc(3618px + 100vw);
    will-change: transform;
}
@keyframes loop {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(-3618px); } 
}
@media (max-width : 1024px) {
.top_slide{
	padding: 40px 0 20px;
}	
}
@media (max-width: 767px){
.top_slide{
	padding: 0px 0 0px;
}
.top_slide .top_slide_img {
    height: 150px;
}	
}

/*top_banner*/
.top_banner{
	padding: 60px 0 120px;
	position: relative;
}
.top_banner .deco_02{
	position: absolute;
	bottom: -105px;
	left:-130px;
	width: 400px;
	z-index: -1;
}
.top_banner h4{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 70px;
}
.top_banner ul{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.top_banner ul li{
	width: 31%;
	border: 1px solid #dbdbdb;
	transition: all .3s ease;
}
.top_banner ul li:hover{
	opacity: .7;
}
.top_banner ul li a{
	display: block;	
}
@media (max-width : 1024px) {
.top_banner .deco_02{
	bottom: -80px;
	left:-90px;
	width: 280px;
}	
}
@media (max-width: 767px){
.top_banner{
	padding: 60px 0 70px;
}	
.top_banner h4{
	font-size: 1.8rem;
	margin-bottom: 40px;
}
}
@media (max-width: 480px){
.top_banner h4{
	font-size: 1.45rem;
	padding: 0 15px;/*リボン横の大きさ*/
	min-width: 100%;
}	
.top_banner ul{
	display: block;
}
.top_banner ul li{
	width: 75%;
	margin: 0 auto;
	margin-bottom: 15px;
}	
}</pre></body></html>