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


/*=============================================================
****
=============================================================*/
.top .b_page-title._image {
background-image:url(/FSKK/ja/images/top_img.jpg);
  background-size:100%;
  background-position: center top;
}
.top .b_page-title .pad{
position: relative;
  max-width: 1296px;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
height: 750px;
}
.top .b_page-title._image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 1400px) {
.top .b_page-title._image {
  background-size:cover;
}
}
@media screen and (max-width: 42em) {
.top .b_page-title._image{
background-image:url(/FSKK/ja/images/top_img_sp.jpg);
height: 667px;
}
.top .b_page-title._image .pad{
height: 667px;
}
.top .b_page-title._image:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
}
.top .b_page-title--text{
position: absolute;
z-index: 2;
bottom: 20px;
left:0;
color: #fff;
padding: 30px;
}
.top .b_page-title h1 {
font-size: 1.5rem;
    font-weight: 600;
	padding: 0;
	margin-bottom: 1em;
}
.top .b_page-title p{
font-size: 2.8rem;
line-height: 1.5em;
font-weight: 600;
}
@media screen and (max-width: 42em) {
.top .b_page-title--text{
padding: 20px;
bottom: 10px;
}
.top .b_page-title h1 {
font-size: 1.1rem;
}
.top .b_page-title p{
font-size: 1.5rem;
}
}
.scroll{
position: absolute;
right: 10px;
bottom: 5px;
font-size: 0.75em;
}
.scroll a{
color: #000;
text-decoration: none;
}
.scroll a:before{
  content: "\e906";
}
@media screen and (min-width: 64em) {
.scroll{display: none;}
}


.top .m_hdg._E h2, .top .m_hdg._E h3{
  font-size: 1.5rem;
  font-weight: 400;
}
/*=============================================================
メインメニュー
=============================================================*/
.top_categoly{
  background: radial-gradient(circle at 30%, #009979 10%, #005b47 70% );
}
.top_categoly.business_image{
border-top: solid 1px #005c49;
}
.top_categoly.business_image .categoly_area{
  background-image:url("/FSKK/ja/images/bg_business.png");
  background-position: right ;
  background-repeat: no-repeat;
}
.top_categoly.business_image .categoly_manu img{
display: none;
}
@media screen and (max-width: 88em) {
.top_categoly.business_image .categoly_area{

}
}
@media screen and (max-width: 72em) {
.top_categoly.business_image .categoly_manu img{
display: block;
}
.top_categoly.business_image .categoly_area{
background: none;
}
}
.top_categoly .categoly_area{
  max-width: 1296px;
  margin: auto;
  padding: 100px 30px;
  display:flex;
  flex-wrap: wrap;
align-items: center;
}
.categoly_text{
  display:flex;
  flex-direction:column;
  flex-grow: 1;
}
.categoly_manu{
  width: 70%;

}
@media screen and (max-width: 72em) {
.top_categoly .categoly_area{
  padding: 30px 20px;
}
.categoly_manu{
width: 100%;
}
}
.top_categoly .categoly_tit {
  line-height: 1.4;
  font-weight: 400;
  font-size: 3rem;
  color: #fff;
}
.top_categoly .categoly_tit span {
  font-size: 1.5rem;
  display: block;
}
.top_categoly .categoly_link{
  margin-top: 2em;
}
@media screen and (max-width: 72em) {
.top_categoly .categoly_link {
  text-align: center;
}
.top_categoly .categoly_tit {
  text-align: center;
  font-size: 2.5rem;
}
}
.top_categoly .categoly_link .anc_button {
width: 200px;
font-size:1.125rem;
font-weight: 500;
}

.top_categoly .swiper-slider-container {
        padding-right: 0;
        padding-left: 0;
		margin-top: 0;
    }
@media screen and (max-width: 72em) {
.top_categoly .swiper-slider-container {
		margin-top: 30px;
    }
}
.top_categoly .slider-card,
.top_categoly .anc_button {
background-color: rgba(255, 255, 255, 1);
}
.top_categoly .anc_button[href]:hover,
.top_categoly .anc_button[href]:focus,
.top_categoly a:hover .slider-card {
   /* background-color: #006a54;*/
background-color: rgba(255, 255, 255, 0.2);
}


/*.top_categoly_mn{
box-sizing: border-box;
margin-left: -2%;
    font-size: 0;
}
.top_categoly_mn li{
margin:0 0 0 2%;
display: inline-block;
width:48%;

}
.top_categoly_mn li a{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
	color: #fff;
	border: solid 1px #009979;
	height: 100%;
}
.top_categoly_mn li a:hover{
	text-decoration: none;
}
.top_categoly_mn li a:link p.text,
.top_categoly_mn li a:visited p.text{
	color: #009979;
}
.top_categoly_mn li a:hover p.text{
	background-color: #009979;
	color: #FFF;
}

.top_categoly_mn li p{
width:50%;
display:flex;
align-items: center;
}
.top_categoly_mn li p.text{
font-size: 1.5rem;
font-weight: 400;
padding-left: 30px;
font-weight: 600;
}
.top_categoly_mn li p img{
max-width:100%;
object-fit:cover;
}*/

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